.page a {
  color:#1e6ff2;
}
.page .section_title_center {
  font-size:36px;
  position:relative;
  text-align:center;
  width:80%;
  margin-left:auto;
  margin-right:auto;
  font-weight:900;
  text-transform:uppercase;
}
.page .section_title_center:after {
  content:'';
  display:block;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width:70px;
  height:2px;
  background:#1188ad;
}
.page .section_subtitle_center {
  text-align:center;
  font-size:16px;
  margin:40px auto 60px;
  width:60%;
}
.page .section_title div div {
  font-size:36px;
  position:relative;
  font-weight:900;
  margin-bottom:60px;
  text-transform:uppercase;
}
.page .section_title div div:after {
  content:'';
  display:block;
  position:absolute;
  bottom:0;
  left:0;
  width:70px;
  height:2px;
  background:#1188ad;
}
.page .section_in {
  float:none;
  margin:auto;
}
.page .section_file {
  margin-bottom:60px;
}
.page .section_file td {
  font-weight:300;
  font-size:19px;
}
.page .section_file td.section_file_ico {
  width:60px;
  height:100%;
  background-repeat:no-repeat;
  background-position:center left;
}
.page .section_download {
  background:url(../theme_img/page_img/section_2_bg.jpg) no-repeat center;
  background-size:cover;
  position:relative;
  padding:60px 0;
  color:#fff;
}
.page .section_download .section_download_bg_color {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  content:'';
  display:block;
  background:rgba(9,168,200,0.9);
} 
.section_download_in {
  margin:auto;
}
.section_download_vertical {
  margin-left:auto;
}
.page .section_download .container {
  position:relative;
  z-index:2;
}
.page .section_download p {
  font-size:27px;
  margin:0;
}
.page .section_download span {
  font-size:14px;
}
.page .section_download a {
  display:block;
  width:100%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background:#e3e3e3;
  height:50px;
  line-height:50px;
  text-align:center;
}
.page .section_download a:hover {
  text-decoration:none;
}
.page .section_download_vertical {
  
}
.page .section_download_vertical > div {
  display:table;
  width:100%;
  height:100%;
}
.page .section_download_vertical > div > div {
  display:table-cell;
  width:100%;
  height:100%;
  vertical-align:middle;
  background-repeat:no-repeat;
  background-position:center left;
}


.page .section_single_product {
  padding:60px 0;
}
.page .section_single_product_star {
  height:24px;
  width:120px;
  margin-bottom:40px;
  background:url(../theme_img/page_img/section_single_product_star.png) top center;
}
.page .section_single_product_star.ssps_1 {
  background-position: left -0 ;
}
.page .section_single_product_star.ssps_2 {
  background-position: left -23px;
}
.page .section_single_product_star.ssps_3 {
  background-position: left -46px;
}
.page .section_single_product_star.ssps_4 {
  background-position: left -69px;
}
.page .section_single_product_star.ssps_5 {
  background-position: left -92px;
}
.page .section_single_product_title {
  font-size:35px;
  line-height: 38px;
  margin-bottom:30px;
}
.page .section_single_product_price {
  font-size:28px;
  color:#16769f;
  margin-bottom:20px;
}
.page .section_single_product_url {
  display:block;
  width:100%;
  background:#6ab338;
  color:#fff;
  text-align:center;
  text-decoration:none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height:48px;
  line-height:48px;
  font-size:15px;
  text-transform:uppercase;
}
.page .section_single_product_url:hover {
  text-decoration:none;
}
.page .section_single_product_text {
  margin:60px 0 0;
  font-size:18px;
  line-height:30px;
}


.page .section_gallery {
  padding:60px 0;
}
.page .section_gallery_tabs {
  border:0;
  text-align:center;
  display: block;
  margin-bottom:30px;
}
.page .section_gallery_tabs li {
  display:inline-block;
  margin:0;
}
.page .section_gallery_tabs a {
  border:0;
  color:#16769f;
  font-weight:bold;
  font-size:11px;
  text-transform:uppercase;
}
.page .section_gallery_tabs a.active {
  border-bottom:2px solid #16769f;
  color:#16769f;
}
.page .section_gallery_content {
  overflow:hidden;
  min-height:100px;
  font-size:0;
}
.page .section_gallery_content .gallery {
  
}
.page .section_gallery_content .gallery-item {
  display:inline-block !important;
  float:none !important;
  width: auto !important;
  margin: 10px !important;
}
.page .section_gallery_content br {
  display:none !important;
}
.page .section_gallery_content_in {
  text-align:center;
  font-size:initial;
}
/*
.page .section_gallery_content .section_gallery_content_in > div {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  height:480px;
  position:relative;
  display:inline-block;
}
.page .section_gallery_content .section_gallery_content_in > div > div {
  opacity:0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background:#ffc407;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  font-size:17px;
  color:#fff;
  text-align:center;
  display:block;
  width:100%;
  height:100%;
  border:18px solid #bd9923;
}
.page .section_gallery_content .section_gallery_content_in > div:hover > div {
  opacity:1;
}
.page .section_gallery_content .section_gallery_content_in > div > div > div {
  display:table;
  width:100%;
  height:100%;
}
.page .section_gallery_content .section_gallery_content_in > div > div > div > div {
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}
.page .section_gallery_content .section_gallery_content_in > div > div > div > div p {
  margin:0;
  position:relative;
}
.page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {
  content:'';
  display:block;
  position:absolute;
  bottom:-20px;
  left:0;
  right:0;
  margin:auto;
  width:70px;
  height:2px;
  background:#fff;
}
*/

.page .section_table{
  position:relative;
  padding-top:60px;
}
.page .section_table .section_title_center {
  margin-bottom:60px;
}
.page .section_table table {
  width:100%;
  margin-bottom:60px;
}
.page .section_table .container {
  position:relative;
  z-index:2;
}
.page .section_table table thead td {
  border-top:1px solid #cecece;
  border-bottom:0;
}
.page .section_table table td {
  vertical-align:middle;
  font-size:16px;
  padding:12px;
  line-height: 24px;
  border-right:1px solid #cecece;
  border-bottom:1px solid #cecece;
}
.page .section_table table td:last-child {
  border-right:0;
}
.page .section_table table tbody tr:first-child td {
  border-top:1px solid #cecece;
}
.page .section_table table tbody td:last-child {
  font-weight:bold;
  color:#6ab338
}
.page .section_table table td:first-child {

}
.page .section_table table tbody tr:last-child td {
  border-bottom:0;
}
.page .section_table .table_price_c {
  width:100%;
  top:0;
  position:absolute;
}
.page .section_table .table_price_c td {
  position:relative;
  font-size:0;
  border-left:0;
  border-right:0;
  border-bottom:1px solid #cecece;
}
.page .section_table .table_price_c tr:last-child td {
  border-bottom:1px solid #cecece;
} 
.page .section_table .table_price_c table tbody tr:nth-child(odd) td:before,
.page .section_table .table_price_c table thead tr td:before {
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height:100%;
  width:100%;
  display: block;
  background: #ebf5f8;
  z-index:-1;
}


.page .section_text {
  padding:60px 0;
  font-size:15px;
}
.page .section_text .section_title_center {
  margin-bottom:60px;
}
.page .section_text .alignleft {
  float:left;
  margin-right:30px;
  margin-bottom:20px;
}
.page .section_text .alignright {
  float:right;
  margin-left:30px;
  margin-bottom:20px;
}
.page .section_text .aligncenter {
  display:block;
  margin:0 auto 20px;
}
.page .section_text p {
  line-height:26px;
  margin-bottom:30px;
}


.page .section_command {
  background:#1289af;
  padding:60px 0;
  color:#fff;
}
.page .section_command .section_title_center {

}
.page .section_command .section_title_center:after {
  background-color:#5cab4b;
}
.page .section_command .row {
  display: block;
  text-align:center;
  font-size:0;
}
.page .section_command .row > div {
  display:inline-block;
  vertical-align:top;
}
.page .section_command_img {
  width:100%;
  height:190px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  margin:0 0 10px;
}
.page .section_command p {
  margin:0 0 2px;
  text-align:left;
  font-size:16px;
}


.page .section_about {
  padding:60px 0;
  text-align:center;
}
.page .section_about .section_subtitle_center {

}
.page .section_about_img {
  width:100px;
  height:100px;
  background-position:center;
  background-repeat:no-repeat;
  margin:0 auto 10px;
}
.page .section_about .row {
  display: block;
  text-align:center;
  font-size:0;
}
.page .section_about .row > div {
  display:inline-block;
  vertical-align:top;
}
.page .section_about p {
  font-size:16px;
  color:#5cab4b;
}
.page .section_about span {
  font-size:16px;
}


.page .section_block_service {
  background:#1289af;
  padding:60px 0 0;
  color:#fff;
}
.page .section_block_service .section_title_center {

}
.page .section_block_service_in,
.page .section_block_service_in .row > div {
  position:relative;
}
.page .section_block_service .section_title_center:after {
  background-color:#5cab4b;
}
.page .section_block_service_text {
  font-size:16px;
  text-align:center;
  width:60%;
  margin:40px auto 60px;
}
.page .section_block_service_img {
  width:379px;
  height:461px;
  position:relative;
  bottom:0;
  margin:auto;
  left:0;
  right:0;
}
.page .section_block_service_right > div {
  display:table;
  height:100%;
  width:100%;
}
.page .section_block_service_right > div > div {
  display:table-cell;
  vertical-align:middle;
  height:100%;
  width:100%;
}
.page .section_block_service_title {
  font-size:36px;
  margin-bottom:20px;
  padding:20px 0 0;
}
.page .section_block_service_content {
  font-size:16px;
  padding:0 0 20px;
}
.page .section_block_service_content ul {
  padding:0;
}
.page .section_block_service_content ul li {
  list-style:none;
  background:url(../theme_img/page_img/page_block_sevice_ul.png) no-repeat left center;
  padding:6px 0 6px 40px;
}

.page .section_help {
  padding:60px 0;
  text-align:center;
}
.page .section_help_top_img {
  display:block;
  margin:0 auto 10px;
  height:42px;
  background:url(../theme_img/page_img/page_help_img.png) no-repeat center;
}
.page .section_help .section_subtitle_center {
  margin:40px auto 0;
}
.page .section_about p {
  font-size:16px;
  color:#5cab4b;
}
.page .section_about span {
  font-size:16px;
}


.page .section_information {
  padding:80px 0;
  background:url(../theme_img/page_img/page_information_bg.png) no-repeat right center #1289af;
  color:#fff;
  font-size:16px;
}
.page .section_information_in  {
  min-height:400px;
}
.page .section_information_in > div {
  display:table;
  height:100%;
  width:100%;
}
.page .section_information_in > div > div {
  display:table-cell;
  vertical-align:middle;
  height:100%;
  width:100%;
}
.page .section_information_title {
  font-size:36px;
  margin-bottom:10px;
}


.page .section_single_worker {
  padding:80px 0;
  font-size:21px;
}
.page .section_single_worker_in > div {
  display:table;
  height:100%;
  width:100%;
}
.page .section_single_worker_in > div > div {
  display:table-cell;
  vertical-align:middle;
  height:100%;
  width:100%;
}
.page .section_single_worker_img div {
  height:400px;
  width:400px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin:auto;
}


.page .section_service_price {
  background:#1289af;
  color:#fff;
  padding:60px 0;
}
.page .section_service_price .row {
  display:block;
  font-size:0;
  text-align:center;
}
.page .section_service_price .row > div {
  background:#fff;
  padding:30px;
  text-align:center;
  color:#373737;
  display:inline-block;
  vertical-align:top;
}
.page .section_service_price_title {
  font-size:14px;
  color:#5aa92b;
  margin:0 0 10px
}
.page .section_service_price_price {
  color:#5aa92b;
  font-size:62px;
  font-weight:bold;
}
.page .section_service_price_price span {
  display:block;
  font-size:13px;
  font-weight:normal;
  margin-top: -20px;
}
.page .section_service_price_text {
  font-size:14px;
  margin:20px 0;
}
.page .section_service_price_text p {
  margin:0;
}
.page .section_service_price_url {
  background:#e6e6e6;
  display:block;
  text-decoration:none;
  text-align:center;
  height:42px;
  width:136px;
  line-height:42px;
  font-size:18px;
  text-transform:uppercase;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin:auto;
}
.page .section_service_price_url:hover {
  text-decoration:none;
} 


.page .section_service_includes {
  padding:60px 0;
}
.page .section_service_includes .section_title_center {
  margin-bottom:30px;
}
.page .section_service_includes .row {
  display:block;
  text-align:center;
  font-size:0;
}
.page .section_service_includes .row > div {
  display:inline-block;
  vertical-align:top;
}
.page .section_service_includes ul {
  padding:0;
}
.page .section_service_includes ul li {
  list-style:none;
  font-size:18px;
  background:url(../theme_img/page_img/page_block_sevice_ul.png) no-repeat left center;
  padding:6px 0 6px 40px;
}

.page .section_form {
  padding:60px 0;
}
.page .section_form .section_form_left {

}
.page .section_form .section_form_left input[type="text"],
.page .section_form .section_form_left textarea {
  background:#e4e4e4;
  padding:15px;
  width:100%;
  font-size:14px;
  color:#323232;
  border:0;
  margin-bottom:30px;
}
.page .section_form .section_form_left textarea {
  height:120px;
}
.page .section_form .section_form_left input[type="submit"] {
  background:#e6e6e6;
  display:block;
  text-decoration:none;
  text-align:center;
  height:42px;
  padding:0 20px;
  border:0;
  line-height:42px;
  text-transform:uppercase;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  cursor:pointer;
}
.page .section_form .section_form_left ::-webkit-input-placeholder {color:#323232;}
.page .section_form .section_form_left ::-moz-placeholder          {color:#323232;}/* ----------------------------------------Firefox 19+---------------------------------------------*/
.page .section_form .section_form_left :-moz-placeholder           {color:#323232;}/* ----------------------------------------Firefox 18----------------------------------------------*/
.page .section_form .section_form_left :-ms-input-placeholder      {color:#323232;}

.page .section_form_right_in {
  border:2px dashed #c4d5d4;
  padding:30px;
}
.page .section_form_right_title {
  font-size:21px;
  padding-bottom:20px;
}
.page .section_form_right table {
  margin-bottom:20px;
}
.page .section_form_right table td:first-child {
  width:40px;
  background-repeat:no-repeat;
  background-position:center;
  vertical-align:top;
}
.page .section_form_right table td.sfri_a {

}
.page .section_form_right table td.sfri_p {

}
.page .section_form_right table td.sfri_m {

}

@media screen and (max-width:1200px) {
  .page .section_download a {
    font-size:13px;
  }
  .theme_1 .page .col-md-1 {
    display: initial;
  }
}
@media screen and (max-width:767px) {
  .page .section_subtitle_center,
  .page .section_title_center {
    width:100%;
  }
  .page .section_file .row > div {
    margin-bottom:20px;
  }
  .page .section_download {
    text-align:center;
  }
  .page .section_download .row > div {
    margin-bottom:20px;
  }
  .page .section_single_product {
    text-align:center;
  }
  .page .section_single_product_star {
    margin-left:auto;
    margin-right:auto;
  }
  .page .table_price_c {
    display:none;
  }
  .page .section_table .container table tr:last-child td {
    border-bottom: 1px solid #cecece;
  }
  .page .section_table table td:first-child {
    border-left: 1px solid #cecece;
  }
  .page .section_table table td:last-child {
    border-right: 1px solid #cecece;
  }
  .page .section_table .container{
    overflow-x:scroll;
  }
  .page .section_text img {
    float:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%;
  }
  .page .section_single_product img {
    width:100%;
  }
  .page .section_command .row > div {
    margin-bottom:20px;
  }
  .page .section_block_service_in, 
  .page .section_block_service_in .row > div {
    height:auto;
    min-height:auto;
  }
  .page .section_block_service_img {
    display: none;
  }
  .page .section_block_service {
    padding:60px 0;
  }
  .page .section_service_price .row > div {
    margin-bottom:20px;
  }
  .page .section_form .section_form_left {
    margin-bottom:20px;
  }
  .page .section_gallery_tabs a {
    padding:8px;
  }
  .page .section_title_center {
    font-size: 26px;
  }
  .page .section_single_worker_img div {
    width:300px;
    height:300px;
  }
}


/* ----------------------------------------theme_1---------------------------------------------*/

.theme_1 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1.png);
}
.theme_1 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1.png);
}
.theme_1 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1.png);
}
.theme_1 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1.png);
}
.theme_1 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1.png);
}
.theme_1 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1.png);
}
.theme_1 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1.png);
}
.theme_1 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1.png);
}

/* ----------------------------------------theme_1 color_1---------------------------------------------*/

.theme_1.color_1 .page .section_download {
  background-image:none;
}
.theme_1.color_1 .page .section_title div div:after,
.theme_1.color_1 .page .section_download,
.theme_1.color_1 .page .section_single_product_url,
.theme_1.color_1 .page .section_command,
.theme_1.color_1 .page .section_block_service,
.theme_1.color_1 .page .section_title_center:after,
.theme_1.color_1 .page .section_information,
.theme_1.color_1 .page .section_service_price {
  background-color:#2e6dcc;
}
.theme_1.color_1 .page .section_command .section_title_center:after,
.theme_1.color_1 .page .section_block_service .section_title_center:after,
.theme_1.color_1 .page .section_service_price .section_title_center:after {
  background:#cc2e2e;
}
.theme_1.color_1 .page .section_download:after {
  background:none;
}
.theme_1.color_1 .page .section_single_product_price,
.theme_1.color_1 .page .section_gallery_tabs a.active,
.theme_1.color_1 .page .section_gallery_tabs a,
.theme_1.color_1 .page .section_command p:nth-child(2),
.theme_1.color_1 .page .section_about p,
.theme_1.color_1 .page .section_subtitle_center .section_help_email,
.theme_1.color_1 .page .section_subtitle_center .section_help_phone,
.theme_1.color_1 .page .section_single_worker_in p:last-child,
.theme_1.color_1 .page .section_service_price_price,
.theme_1.color_1 .page .section_service_price_title,
.theme_1.color_1 .page .section_service_price_url,
.theme_1.color_1 .page .section_download a {
  color:#c65361;
}
.theme_1.color_1 .page .section_gallery_tabs a {
  border-color:#c65361;
}
.theme_1.color_1 .page .section_gallery_content .section_gallery_content_in > div > div {
  border-color:#c65361;
  background:#2e6dcc;
}
.theme_1.color_1 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
.theme_1.color_1 .page .section_table #table_price_c_1 table thead tr td:before {
  background:rgba(204,46,46,0.1);
}
.theme_1.color_1 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1_c1.png);
}
.theme_1.color_1 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1_c1.png);
}
.theme_1.color_1 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1_c1.png);
}
.theme_1.color_1 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1_c1.png);
}
.theme_1.color_1 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1_c1.png);
}
.theme_1.color_1 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1_c1.png);
}
.theme_1.color_1 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1_c1.png);
}
.theme_1.color_1 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1_c1.png);
}
.theme_1.color_1 .page .section_single_product_star {
  background-image:url(../theme_img/page_img/section_single_product_star_c1.png);
}
.theme_1.color_1 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_c1.png);
}
.theme_1.color_1 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_c1.png);
}
.theme_1.color_1 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_c1.png);
}
.theme_1.color_1 .page .section_help_top_img {
  background-image: url(../theme_img/page_img/page_help_img_c1.png);
}
.theme_1.color_1 .page .section_information {
  background-image: url(../theme_img/page_img/page_information_bg_c1.png);
}
.theme_1.color_1 .page .section_block_service_content ul li,
.theme_1.color_1 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_c1.png);
}
.theme_1.color_1 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_c1.png);
}
.theme_1.color_1 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_c1.png);
}
.theme_1.color_1 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_c1.png);
}


/* ----------------------------------------theme_1 color_2---------------------------------------------*/

.theme_1.color_2,
.theme_1.color_2 .page .section_download_in,
.theme_1.color_2 .page .section_single_product_url,
.theme_1.color_2 .page .section_command,
.theme_1.color_2 .page .section_block_service,
.theme_1.color_2 .page .section_information,
.theme_1.color_2 .page .section_service_price {
  color:#000;
}
.theme_1.color_2 .page .section_download {
  background-image:none;
}
.theme_1.color_2 .page .section_title div div:after,
.theme_1.color_2 .page .section_download,
.theme_1.color_2 .page .section_single_product_url,
.theme_1.color_2 .page .section_command,
.theme_1.color_2 .page .section_block_service,
.theme_1.color_2 .page .section_title_center:after,
.theme_1.color_2 .page .section_information,
.theme_1.color_2 .page .section_service_price {
  background-color:#e4e613;
}
.theme_1.color_2 .page .section_download a{
  color:#fff;
  background-color:#42c434;
}
.theme_1.color_2 .page .section_command .section_title_center:after,
.theme_1.color_2 .page .section_block_service .section_title_center:after,
.theme_1.color_2 .page .section_service_price .section_title_center:after {
  background:#e4e613;
}
.theme_1.color_2 .page .section_download:after {
  background:none;
}
.theme_1.color_2 .page .section_single_product_price,
.theme_1.color_2 .page .section_gallery_tabs a.active,
.theme_1.color_2 .page .section_gallery_tabs a,
.theme_1.color_2 .page .section_command p:nth-child(2),
.theme_1.color_2 .page .section_about p,
.theme_1.color_2 .page .section_subtitle_center .section_help_email,
.theme_1.color_2 .page .section_subtitle_center .section_help_phone,
.theme_1.color_2 .page .section_single_worker_in p:last-child,
.theme_1.color_2 .page .section_service_price_price,
.theme_1.color_2 .page .section_service_price_title,
.theme_1.color_2 .page .section_service_price_url {
  color:#42c434;
}
.theme_1.color_2 .page .section_gallery_tabs a,
.theme_1.color_2 .page .section_form_right_in {
  border-color:#42c434;
}
.theme_1.color_2 .page .section_gallery_content .section_gallery_content_in > div > div {
  border-color:#e4e613;
  background:#42c434;
}
.theme_1.color_2 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
.theme_1.color_2 .page .section_table #table_price_c_1 table thead tr td:before {
  background:rgba(66,196,52,0.1);
}
.theme_1.color_2 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1_c2.png);
}
.theme_1.color_2 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1_c2.png);
}
.theme_1.color_2 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1_c2.png);
}
.theme_1.color_2 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1_c2.png);
}
.theme_1.color_2 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1_c2.png);
}
.theme_1.color_2 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1_c2.png);
}
.theme_1.color_2 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1_c2.png);
}
.theme_1.color_2 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1_c2.png);
}
.theme_1.color_2 .page .section_single_product_star {
  background-image:url(../theme_img/page_img/section_single_product_star_c2.png);
}
.theme_1.color_2 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_c2.png);
}
.theme_1.color_2 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_c2.png);
}
.theme_1.color_2 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_c2.png);
}
.theme_1.color_2 .page .section_help_top_img {
  background-image: url(../theme_img/page_img/page_help_img_c2.png);
}
.theme_1.color_2 .page .section_information {
  background-image: url(../theme_img/page_img/page_information_bg_c2.png);
}
.theme_1.color_2 .page .section_block_service_content ul li,
.theme_1.color_2 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_c2.png);
}
.theme_1.color_2 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_c2.png);
}
.theme_1.color_2 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_c2.png);
}
.theme_1.color_2 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_c2.png);
}


/* ----------------------------------------theme_1 color_3---------------------------------------------*/

.theme_1.color_3 {
  color:#000;
}
.theme_1.color_3 .page .section_download {
  background-image:none;
}
.theme_1.color_3 .page .section_title div div:after,
.theme_1.color_3 .page .section_download,
.theme_1.color_3 .page .section_single_product_url,
.theme_1.color_3 .page .section_command,
.theme_1.color_3 .page .section_block_service,
.theme_1.color_3 .page .section_title_center:after,
.theme_1.color_3 .page .section_information,
.theme_1.color_3 .page .section_service_price {
  background-color:#42c434;
}
.theme_1.color_3 .page .section_download a{
  color:#fff;
  background-color:#216519;
}
.theme_1.color_3 .page .section_command .section_title_center:after,
.theme_1.color_3 .page .section_block_service .section_title_center:after,
.theme_1.color_3 .page .section_service_price .section_title_center:after {
  background:#42c434;
}
.theme_1.color_3 .page .section_download:after {
  background:none;
}
.theme_1.color_3 .page .section_single_product_price,
.theme_1.color_3 .page .section_gallery_tabs a.active,
.theme_1.color_3 .page .section_gallery_tabs a,
.theme_1.color_3 .page .section_about p,
.theme_1.color_3 .page .section_single_worker_in p:last-child,
.theme_1.color_3 .page .section_service_price_price,
.theme_1.color_3 .page .section_service_price_title,
.theme_1.color_3 .page .section_service_price_url,
.theme_1.color_3 .page .section_help .section_subtitle_center p:nth-child(2),
.theme_1.color_3 .page .section_help .section_subtitle_center p:nth-child(3)  {
  color:#42c434;
}
.theme_1.color_3 .page .section_gallery_tabs a,
.theme_1.color_3 .page .section_form_right_in {
  border-color:#42c434;
}
.theme_1.color_3 .page .section_gallery_content .section_gallery_content_in > div > div {
  border-color:#216519;
  background:#42c434;
}
.theme_1.color_3 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
.theme_1.color_3 .page .section_table #table_price_c_1 table thead tr td:before {
  background:rgba(66,196,52,0.1);
}
.theme_1.color_3 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1_c3.png);
}
.theme_1.color_3 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1_c3.png);
}
.theme_1.color_3 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1_c3.png);
}
.theme_1.color_3 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1_c3.png);
}
.theme_1.color_3 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t1_c31.png);
}
.theme_1.color_3 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t1_c31.png);
}
.theme_1.color_3 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t1_c31.png);
}
.theme_1.color_3 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t1_c31.png);
}
.theme_1.color_3 .page .section_single_product_star {
  background-image:url(../theme_img/page_img/section_single_product_star_c3.png);
}
.theme_1.color_3 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_c3.png);
}
.theme_1.color_3 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_c3.png);
}
.theme_1.color_3 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_c3.png);
}
.theme_1.color_3 .page .section_help_top_img {
  background-image: url(../theme_img/page_img/page_help_img_c3.png);
}
.theme_1.color_3 .page .section_information {
  background-image: url(../theme_img/page_img/page_information_bg_c3.png);
}
.theme_1.color_3 .page .section_block_service_content ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_c3.png);
}
.theme_1.color_3 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_c31.png);
}
.theme_1.color_3 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_c3.png);
}
.theme_1.color_3 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_c3.png);
}
.theme_1.color_3 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_c3.png);
}


/* ----------------------------------------theme_2.color_1---------------------------------------------*/

body.theme_2.color_1,
body.theme_2.color_1 .page .section_service_price .row > div {
  background:#1d1f25;
  color:#fff;
}
body.theme_2.color_1 a,
body.theme_2.color_1 .page .section_download p,
body.theme_2.color_1 .page .section_gallery_tabs a,
body.theme_2.color_1 .page .section_command p:nth-child(2),
body.theme_2.color_1 .page .section_about p,
body.theme_2.color_1 .page .section_help .section_subtitle_center p:nth-child(2),
body.theme_2.color_1 .page .section_help .section_subtitle_center p:nth-child(3),
body.theme_2.color_1 .page .section_single_worker_in > div > div p:last-child,
body.theme_2.color_1 .page .section_service_price_title,
body.theme_2.color_1 .page .section_service_price_price,
body.theme_2.color_1 .page .section_form_right_title,
body.theme_2.color_1 .page .section_single_product_price,
body.theme_2.color_1 .page .section_table table tbody td:last-child {
  color:#c74848;
}
body.theme_2.color_1 .page .section_download a,
body.theme_2.color_1 .page .section_single_product_url,
body.theme_2.color_1 .page .section_service_price_url,
body.theme_2.color_1 .page .section_form .section_form_left input[type="submit"] {
  background:#c74848;
  color:#fff;
  -webkit-border-radius:0px;
  border-radius:0px;
}
body.theme_2.color_1 .page .section_download,
body.theme_2.color_1 .header_top,
body.theme_2.color_1 .page .section_command,
body.theme_2.color_1 .page .section_block_service,
body.theme_2.color_1 .page .section_information,
body.theme_2.color_1 .page .section_service_price {
  background-color:#2c2f36;
}
body.theme_2.color_1 .page .section_download {
  background-image:none;
}
body.theme_2.color_1 .page .section_download:after {
  display:none;
}
body.theme_2.color_1 .page .section_title div div:after,
body.theme_2.color_1 .page .section_title_center:after {
  background:#c74848;
}

body.theme_2.color_1 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t1_c1.png);
}
body.theme_2.color_1 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#c74848;
}
body.theme_2.color_1 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#c74848;
  border-color:#000;
  color:#151604;
}
body.theme_2.color_1 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {
  background:#151604;
}
body.theme_2.color_1 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_2.color_1 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#15171c
}
body.theme_2.color_1 .page .section_form .section_form_left input[type="text"], 
body.theme_2.color_1 .page .section_form .section_form_left textarea{
  background-color:#191b21;
  border-color:#25272d;
  color:#fff;
}
body.theme_2.color_1 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#fff;}
body.theme_2.color_1 .page .section_form .section_form_left ::-moz-placeholder          {color:#fff;}/* ----------------------------------------Firefox 19+---------------------------------------------*/
body.theme_2.color_1 .page .section_form .section_form_left :-moz-placeholder           {color:#fff;}/* ----------------------------------------Firefox 18----------------------------------------------*/
body.theme_2.color_1 .page .section_form .section_form_left :-ms-input-placeholder      {color:#fff;}

body.theme_2.color_1 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t2_c1.png);
}
body.theme_2.color_1 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t2_c1.png);
}
body.theme_2.color_1 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t2_c1.png);
}
body.theme_2.color_1 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t2_c1.png);
}
body.theme_2.color_1 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t2_c1.png);
}
body.theme_2.color_1 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t2_c1.png);
}
body.theme_2.color_1 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t2_c1.png);
}
body.theme_2.color_1 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t2_c1.png);
}
body.theme_2.color_1 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t1_c1.png);
}
body.theme_2.color_1 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t1_c1.png);
}
body.theme_2.color_1 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t1_c1.png);
}
body.theme_2.color_1 .page .section_block_service_content ul li,
body.theme_2.color_1 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t1_c1.png);
}
body.theme_2.color_1 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t1_c1.png);
}
body.theme_2.color_1 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t1_c1.png);
}
body.theme_2.color_1 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t1_c1.png);
}
body.theme_2.color_1 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t1_c1.png);
}
body.theme_2.color_1 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t1_c1.png);
}

/* ----------------------------------------theme_2.color_2---------------------------------------------*/

body.theme_2.color_2,
body.theme_2.color_2 .page .section_service_price .row > div {
  background:#fff;
  color:#000;
}
body.theme_2.color_2 a,
body.theme_2.color_2 .page .section_download,
body.theme_2.color_2 .page .section_gallery_tabs a,
body.theme_2.color_2 .page .section_command p:nth-child(2),
body.theme_2.color_2 .page .section_about p,
body.theme_2.color_2 .page .section_help .section_subtitle_center p:nth-child(2),
body.theme_2.color_2 .page .section_help .section_subtitle_center p:nth-child(3),
body.theme_2.color_2 .page .section_single_worker_in > div > div p:last-child,
body.theme_2.color_2 .page .section_service_price_title,
body.theme_2.color_2 .page .section_service_price_price,
body.theme_2.color_2 .page .section_form_right_title,
body.theme_2.color_2 .page .section_single_product_price,
body.theme_2.color_2 .page .section_table table tbody td:last-child,
body.theme_2.color_2 .page_logo span,
body.theme_2.color_2 .page .section_command,
body.theme_2.color_2 .page .section_block_service,
body.theme_2.color_2 .page .section_information,
body.theme_2.color_2 .page .section_service_price {
  color:#000;
}
body.theme_2.color_2 .page .section_download a,
body.theme_2.color_2 .page .section_single_product_url {
  background:#fff;
  color:#000;
  -webkit-border-radius:0px;
  border-radius:0px;
}
body.theme_2.color_2 .page .section_download,
body.theme_2.color_2 .header_top,
body.theme_2.color_2 .page .section_single_product_url,
body.theme_2.color_2 .page .section_command,
body.theme_2.color_2 .page .section_block_service,
body.theme_2.color_2 .page .section_information,
body.theme_2.color_2 .page .section_service_price,
body.theme_2.color_2 .page .section_service_price_url {
  background-color:#f1f1f1;
}
body.theme_2.color_2 .page .section_download {
  background-image:none;
}
body.theme_2.color_2 .page .section_download:after {
  display:none;
}
body.theme_2.color_2 .page .section_title div div:after,
body.theme_2.color_2 .page .section_title_center:after {
  background:#000;
}

body.theme_2.color_2 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t1_c2.png);
}
body.theme_2.color_2 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#000;
}
body.theme_2.color_2 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#f1f1f1;
  border-color:#000;
  color:#151604;
}
body.theme_2.color_2 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {
  background:#151604;
}
body.theme_2.color_2 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_2.color_2 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:rgba(0,0,0,0.1)
}
body.theme_2.color_2 .page .section_form .section_form_left input[type="text"], 
body.theme_2.color_2 .page .section_form .section_form_left textarea,
body.theme_2.color_2 .page .section_form .section_form_left input[type="submit"]{
  background-color:#191b21;
  border-color:#25272d;
  color:#fff;
}
body.theme_2.color_2 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#fff;}
body.theme_2.color_2 .page .section_form .section_form_left ::-moz-placeholder          {color:#fff;}/* ----------------------------------------Firefox 19+---------------------------------------------*/
body.theme_2.color_2 .page .section_form .section_form_left :-moz-placeholder           {color:#fff;}/* ----------------------------------------Firefox 18----------------------------------------------*/
body.theme_2.color_2 .page .section_form .section_form_left :-ms-input-placeholder      {color:#fff;}

body.theme_2.color_2 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t2_c2.png);
}
body.theme_2.color_2 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t2_c2.png);
}
body.theme_2.color_2 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t2_c2.png);
}
body.theme_2.color_2 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t2_c2.png);
}
body.theme_2.color_2 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t2_c2.png);
}
body.theme_2.color_2 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t2_c2.png);
}
body.theme_2.color_2 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t2_c2.png);
}
body.theme_2.color_2 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t2_c2.png);
}
body.theme_2.color_2 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t1_c2.png);
}
body.theme_2.color_2 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t1_c2.png);
}
body.theme_2.color_2 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t1_c2.png);
}
body.theme_2.color_2 .page .section_block_service_content ul li,
body.theme_2.color_2 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t1_c2.png);
}
body.theme_2.color_2 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t1_c2.png);
}
body.theme_2.color_2 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t1_c2.png);
}
body.theme_2.color_2 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t1_c2.png);
}
body.theme_2.color_2 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t1_c2.png);
}
body.theme_2.color_2 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t1_c2.png);
}

/* ----------------------------------------theme_2.color_3---------------------------------------------*/

body.theme_2.color_3,
body.theme_2.color_3 .page .section_service_price .row > div {
  background:#fff;
  color:#000;
}
body.theme_2.color_3 .page .section_download,
body.theme_2.color_3 .page .section_command,
body.theme_2.color_3 .page .section_block_service,
body.theme_2.color_3 .page .section_information,
body.theme_2.color_3 .page .section_service_price {
  color:#000;
}
body.theme_2.color_3 a,
body.theme_2.color_3 .page .section_download p,
body.theme_2.color_3 .page .section_gallery_tabs a,
body.theme_2.color_3 .page .section_command p:nth-child(2),
body.theme_2.color_3 .page .section_about p,
body.theme_2.color_3 .page .section_help .section_subtitle_center p:nth-child(2),
body.theme_2.color_3 .page .section_help .section_subtitle_center p:nth-child(3),
body.theme_2.color_3 .page .section_single_worker_in > div > div p:last-child,
body.theme_2.color_3 .page .section_service_price_title,
body.theme_2.color_3 .page .section_service_price_price,
body.theme_2.color_3 .page .section_form_right_title,
body.theme_2.color_3 .page .section_single_product_price,
body.theme_2.color_3 .page .section_table table tbody td:last-child,
body.theme_2.color_3 .page_logo span {
  color:#4270d9;
}
body.theme_2.color_3 .page .section_download a,
body.theme_2.color_3 .page .section_single_product_url {
  background:#fff;
  color:#000;
  -webkit-border-radius:0px;
  border-radius:0px;
}
body.theme_2.color_3 .page .section_download,
body.theme_2.color_3 .header_top,
body.theme_2.color_3 .page .section_single_product_url,
body.theme_2.color_3 .page .section_command,
body.theme_2.color_3 .page .section_block_service,
body.theme_2.color_3 .page .section_information,
body.theme_2.color_3 .page .section_service_price,
body.theme_2.color_2 .page .section_service_price_url {
  background-color:#f1f1f1;
}
body.theme_2.color_3 .page .section_download {
  background-image:none;
}
body.theme_2.color_3 .page .section_download:after {
  display:none;
}
body.theme_2.color_3 .page .section_title div div:after,
body.theme_2.color_3 .page .section_title_center:after {
  background:#4270d9;
}

body.theme_2.color_3 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t1_c3.png);
}
body.theme_2.color_3 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#4270d9;
}
body.theme_2.color_3 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#f1f1f1;
  border-color:#000;
  color:#151604;
}
body.theme_2.color_3 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {
  background:#151604;
}
body.theme_2.color_3 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_2.color_3 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:rgba(0,0,0,0.1)
}
body.theme_2.color_3 .page .section_form .section_form_left input[type="text"], 
body.theme_2.color_3 .page .section_form .section_form_left textarea,
body.theme_2.color_3 .page .section_form .section_form_left input[type="submit"]{
  background-color:#4270d9;
  border-color:#25272d;
  color:#fff;
}
body.theme_2.color_3 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#fff;}
body.theme_2.color_3 .page .section_form .section_form_left ::-moz-placeholder          {color:#fff;}/* ----------------------------------------Firefox 19+---------------------------------------------*/
body.theme_2.color_3 .page .section_form .section_form_left :-moz-placeholder           {color:#fff;}/* ----------------------------------------Firefox 18----------------------------------------------*/
body.theme_2.color_3 .page .section_form .section_form_left :-ms-input-placeholder      {color:#fff;}

body.theme_2.color_3 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t2_c3.png);
}
body.theme_2.color_3 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t2_c3.png);
}
body.theme_2.color_3 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t2_c3.png);
}
body.theme_2.color_3 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t2_c3.png);
}
body.theme_2.color_3 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t2_c3.png);
}
body.theme_2.color_3 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t2_c3.png);
}
body.theme_2.color_3 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t2_c3.png);
}
body.theme_2.color_3 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t2_c3.png);
}
body.theme_2.color_3 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t1_c3.png);
}
body.theme_2.color_3 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t1_c3.png);
}
body.theme_2.color_3 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t1_c3.png);
}
body.theme_2.color_3 .page .section_block_service_content ul li,
body.theme_2.color_3 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t1_c3.png);
}
body.theme_2.color_3 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t1_c3.png);
}
body.theme_2.color_3 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t1_c3.png);
}
body.theme_2.color_3 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t1_c3.png);
}
body.theme_2.color_3 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t1_c3.png);
}
body.theme_2.color_3 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t1_c3.png);
}


/* ----------------------------------------theme_3---------------------------------------------*/

body.theme_3 {
  background-color:#fff;
}
body.theme_3 .page .section_download a,
body.theme_3 .page .section_single_product_url,
body.theme_3 .page .section_service_price_url,
body.theme_3 .page .section_form .section_form_left input[type="submit"] {
  background:#c32942;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_3 .page .section_download,
body.theme_3 .page .section_command,
body.theme_3 .page .section_block_service,
body.theme_3 .page .section_information,
body.theme_3 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_3 .page .section_single_product_price {
  color:#000;
}
body.theme_3 .page .section_download {
  background-image:none;
}
body.theme_3 .page .section_download:after {
  display:none;
}
body.theme_3 .page .section_title div div:after,
body.theme_3 .page .section_title_center:after {
  background:#c32942;
}

body.theme_3 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t2.png);
}
body.theme_3 .page .section_gallery_tabs a,
body.theme_3 .page .section_command p:nth-child(2),
body.theme_3 .page .section_about p,
body.theme_3 .page .section_subtitle_center .section_help_email,
body.theme_3 .page .section_subtitle_center .section_help_phone,
body.theme_3 .page .section_single_worker_in > div > div p:last-child,
body.theme_3 .page .section_service_price_price,
body.theme_3 .page .section_service_price_title {
  color:#c32942;
}
body.theme_3 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#c32942;
}
body.theme_3 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#c32942;
  border-color:#a52035;
}
body.theme_3 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_3 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_3 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_3 .page .section_table table tbody td:last-child {
  color:#c32942;
}

body.theme_3 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3.png);
}
body.theme_3 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3.png);
}
body.theme_3 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3.png);
}
body.theme_3 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3.png);
}
body.theme_3 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3.png);
}
body.theme_3 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3.png);
}
body.theme_3 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3.png);
}
body.theme_3 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3.png);
}
body.theme_3 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t2.png);
}
body.theme_3 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t2.png);
}
body.theme_3 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t2.png);
}
body.theme_3 .page .section_block_service_content ul li,
body.theme_3 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t2.png);
}
body.theme_3 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t2.png);
}
body.theme_3 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t2.png);
}
body.theme_3 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t2.png);
}
body.theme_3 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t2.png);
}
body.theme_3 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t2.png);
}


/* ----------------------------------------theme_3.color_1---------------------------------------------*/

body.theme_3.color_1 {
  background-color:#fff;
}
body.theme_3.color_1 .page .section_download a,
body.theme_3.color_1 .page .section_single_product_url,
body.theme_3.color_1 .page .section_service_price_url,
body.theme_3.color_1 .page .section_form .section_form_left input[type="submit"] {
  background:#327fc7;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_3.color_1 .page .section_download,
body.theme_3.color_1 .page .section_command,
body.theme_3.color_1 .page .section_block_service,
body.theme_3.color_1 .page .section_information,
body.theme_3.color_1 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_3.color_1 .page .section_single_product_price {
  color:#327fc7;
}
body.theme_3.color_1 .page .section_download {
  background-image:none;
}
body.theme_3.color_1 .page .section_download:after {
  display:none;
}
body.theme_3.color_1 .page .section_title div div:after,
body.theme_3.color_1 .page .section_title_center:after {
  background:#327fc7;
}

body.theme_3.color_1 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t2_c1.png);
}
body.theme_3.color_1 .page .section_gallery_tabs a,
body.theme_3.color_1 .page .section_command p:nth-child(2),
body.theme_3.color_1 .page .section_about p,
body.theme_3.color_1 .page .section_subtitle_center .section_help_email,
body.theme_3.color_1 .page .section_subtitle_center .section_help_phone,
body.theme_3.color_1 .page .section_single_worker_in > div > div p:last-child,
body.theme_3.color_1 .page .section_service_price_price,
body.theme_3.color_1 .page .section_service_price_title {
  color:#327fc7;
}
body.theme_3.color_1 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#327fc7;
}
body.theme_3.color_1 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#c32942;
  border-color:#a52035;
}
body.theme_3.color_1 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_3.color_1 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_3.color_1 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_3.color_1 .page .section_table table tbody td:last-child {
  color:#327fc7;
}

body.theme_3.color_1 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3_c1.png);
}
body.theme_3.color_1 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3_c1.png);
}
body.theme_3.color_1 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3_c1.png);
}
body.theme_3.color_1 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3_c1.png);
}
body.theme_3.color_1 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3_c1.png);
}
body.theme_3.color_1 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3_c1.png);
}
body.theme_3.color_1 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3_c1.png);
}
body.theme_3.color_1 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3_c1.png);
}
body.theme_3.color_1 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t2_c1.png);
}
body.theme_3.color_1 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t2_c1.png);
}
body.theme_3.color_1 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t2_c1.png);
}
body.theme_3.color_1 .page .section_block_service_content ul li,
body.theme_3.color_1 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t2_c1.png);
}
body.theme_3.color_1 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t2_c1.png);
}
body.theme_3.color_1 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t2_c1.png);
}
body.theme_3.color_1 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t2_c1.png);
}
body.theme_3.color_1 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t2_c1.png);
}
body.theme_3.color_1 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t2_c1.png);
}


/* ----------------------------------------theme_3.color_2---------------------------------------------*/

body.theme_3.color_2 {
  background-color:#fff;
}
body.theme_3.color_2 .page .section_download a,
body.theme_3.color_2 .page .section_single_product_url,
body.theme_3.color_2 .page .section_service_price_url,
body.theme_3.color_2 .page .section_form .section_form_left input[type="submit"] {
  background:#edc217;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_3.color_2 .page .section_download,
body.theme_3.color_2 .page .section_command,
body.theme_3.color_2 .page .section_block_service,
body.theme_3.color_2 .page .section_information,
body.theme_3.color_2 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_3.color_2 .page .section_single_product_price {
  color:#edc217;
}
body.theme_3.color_2 .page .section_download {
  background-image:none;
}
body.theme_3.color_2 .page .section_download:after {
  display:none;
}
body.theme_3.color_2 .page .section_title div div:after,
body.theme_3.color_2 .page .section_title_center:after {
  background:#edc217;
}

body.theme_3.color_2 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t2_c2.png);
}
body.theme_3.color_2 .page .section_gallery_tabs a,
body.theme_3.color_2 .page .section_command p:nth-child(2),
body.theme_3.color_2 .page .section_about p,
body.theme_3.color_2 .page .section_subtitle_center .section_help_email,
body.theme_3.color_2 .page .section_subtitle_center .section_help_phone,
body.theme_3.color_2 .page .section_single_worker_in > div > div p:last-child,
body.theme_3.color_2 .page .section_service_price_price,
body.theme_3.color_2 .page .section_service_price_title {
  color:#edc217;
}
body.theme_3.color_2 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#edc217;
}
body.theme_3.color_2 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#c32942;
  border-color:#a52035;
}
body.theme_3.color_2 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_3.color_2 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_3.color_2 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_3.color_2 .page .section_table table tbody td:last-child {
  color:#edc217;
}

body.theme_3.color_2 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3_c2.png);
}
body.theme_3.color_2 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3_c2.png);
}
body.theme_3.color_2 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3_c2.png);
}
body.theme_3.color_2 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3_c2.png);
}
body.theme_3.color_2 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3_c2.png);
}
body.theme_3.color_2 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3_c2.png);
}
body.theme_3.color_2 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3_c2.png);
}
body.theme_3.color_2 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3_c2.png);
}
body.theme_3.color_2 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t2_c2.png);
}
body.theme_3.color_2 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t2_c2.png);
}
body.theme_3.color_2 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t2_c2.png);
}
body.theme_3.color_2 .page .section_block_service_content ul li,
body.theme_3.color_2 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t2_c2.png);
}
body.theme_3.color_2 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t2_c2.png);
}
body.theme_3.color_2 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t2_c2.png);
}
body.theme_3.color_2 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t2_c2.png);
}
body.theme_3.color_2 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t2_c2.png);
}
body.theme_3.color_2 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t2_c2.png);
}


/* ----------------------------------------theme_3.color_3---------------------------------------------*/

body.theme_3.color_3 {
  background-color:#fff;
}
body.theme_3.color_3 .page .section_download a,
body.theme_3.color_3 .page .section_single_product_url,
body.theme_3.color_3 .page .section_service_price_url,
body.theme_3.color_3 .page .section_form .section_form_left input[type="submit"] {
  background:#74b842;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_3.color_3 .page .section_download,
body.theme_3.color_3 .page .section_command,
body.theme_3.color_3 .page .section_block_service,
body.theme_3.color_3 .page .section_information,
body.theme_3.color_3 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_3.color_3 .page .section_single_product_price {
  color:#74b842;
}
body.theme_3.color_3 .page .section_download {
  background-image:none;
}
body.theme_3.color_3 .page .section_download:after {
  display:none;
}
body.theme_3.color_3 .page .section_title div div:after,
body.theme_3.color_3 .page .section_title_center:after {
  background:#74b842;
}

body.theme_3.color_3 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t2_c3.png);
}
body.theme_3.color_3 .page .section_gallery_tabs a,
body.theme_3.color_3 .page .section_command p:nth-child(2),
body.theme_3.color_3 .page .section_about p,
body.theme_3.color_3 .page .section_subtitle_center .section_help_email,
body.theme_3.color_3 .page .section_subtitle_center .section_help_phone,
body.theme_3.color_3 .page .section_single_worker_in > div > div p:last-child,
body.theme_3.color_3 .page .section_service_price_price,
body.theme_3.color_3 .page .section_service_price_title {
  color:#74b842;
}
body.theme_3.color_3 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#74b842;
}
body.theme_3.color_3 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#c32942;
  border-color:#a52035;
}
body.theme_3.color_3 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_3.color_3 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_3.color_3 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_3.color_3 .page .section_table table tbody td:last-child {
  color:#74b842;
}

body.theme_3.color_3 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3_c3.png);
}
body.theme_3.color_3 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3_c3.png);
}
body.theme_3.color_3 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3_c3.png);
}
body.theme_3.color_3 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3_c3.png);
}
body.theme_3.color_3 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t3_c3.png);
}
body.theme_3.color_3 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t3_c3.png);
}
body.theme_3.color_3 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t3_c3.png);
}
body.theme_3.color_3 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t3_c3.png);
}
body.theme_3.color_3 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t2_c3.png);
}
body.theme_3.color_3 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t2_c3.png);
}
body.theme_3.color_3 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t2_c3.png);
}
body.theme_3.color_3 .page .section_block_service_content ul li,
body.theme_3.color_3 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t2_c3.png);
}
body.theme_3.color_3 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t2_c3.png);
}
body.theme_3.color_3 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t2_c3.png);
}
body.theme_3.color_3 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t2_c3.png);
}
body.theme_3.color_3 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t2_c3.png);
}
body.theme_3.color_3 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t2_c3.png);
}


/* ----------------------------------------theme_4---------------------------------------------*/

body.theme_4 {
  background-color:#fff;
}
body.theme_4 .page .section_download a,
body.theme_4 .page .section_single_product_url,
body.theme_4 .page .section_service_price_url,
body.theme_4 .page .section_form .section_form_left input[type="submit"] {
  background:#ebb219;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_4 .page .section_download,
body.theme_4 .page .section_command,
body.theme_4 .page .section_block_service,
body.theme_4 .page .section_information,
body.theme_4 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_4 .page .section_single_product_price {
  color:#000;
}
body.theme_4 .page .section_download {
  background-image:none;
}
body.theme_4 .page .section_download:after {
  display:none;
}
body.theme_4 .page .section_title div div:after,
body.theme_4 .page .section_title_center:after {
  background:#d19e17;
}

body.theme_4 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t3.png);
}
body.theme_4 .page .section_gallery_tabs a,
body.theme_4 .page a,
body.theme_4 .page .section_download p,
body.theme_4 .page .section_command p:nth-child(2),
body.theme_4 .page .section_about p,
body.theme_4 .page .section_subtitle_center .section_help_email,
body.theme_4 .page .section_subtitle_center .section_help_phone,
body.theme_4 .page .section_single_worker_in > div > div p:last-child,
body.theme_4 .page .section_service_price_price,
body.theme_4 .page .section_service_price_title {
  color:#ebb219;
}
body.theme_4 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#ebb219;
}
body.theme_4 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ebb219;
  border-color:#d19e17;
}
body.theme_4 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_4 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_4 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_4 .page .section_table table tbody td:last-child {
  color:#d19e17;
}

body.theme_4 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4.png);
}
body.theme_4 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4.png);
}
body.theme_4 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4.png);
}
body.theme_4 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4.png);
}
body.theme_4 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4.png);
}
body.theme_4 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4.png);
}
body.theme_4 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4.png);
}
body.theme_4 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4.png);
}
body.theme_4 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t3.png);
}
body.theme_4 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t3.png);
}
body.theme_4 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t3.png);
}
body.theme_4 .page .section_block_service_content ul li,
body.theme_4 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t3.png);
}
body.theme_4 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t3.png);
}
body.theme_4 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t3.png);
}
body.theme_4 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t3.png);
}
body.theme_4 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t3.png);
}
body.theme_4 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t3.png);
}

/* ----------------------------------------theme_4.color_1---------------------------------------------*/

body.theme_4.color_1 .main_left_logo {
  border-color: #2aa1d8;
  color:#2aa1d8;
}
body.theme_4.color_1 .main_left_menu > ul > li a:hover {
  background-color: #2aa1d8;
}
body.theme_4.color_1 .main_left_menu > ul > li > a,
body.theme_4.color_1 .main_left_menu > ul > li li a {
  color: #bdd5ed;
}
body.theme_4.color_1 {
  background-color:#fff;
}
body.theme_4.color_1 .page .section_download a,
body.theme_4.color_1 .page .section_single_product_url,
body.theme_4.color_1 .page .section_service_price_url,
body.theme_4.color_1 .page .section_form .section_form_left input[type="submit"] {
  background:#2aa1d8;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_4.color_1 .page .section_download,
body.theme_4.color_1 .page .section_command,
body.theme_4.color_1 .page .section_block_service,
body.theme_4.color_1 .page .section_information,
body.theme_4.color_1 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_4.color_1 .page .section_download {
  background-image:none;
}
body.theme_4.color_1 .page .section_download:after {
  display:none;
}
body.theme_4.color_1 .page .section_title div div:after,
body.theme_4.color_1 .page .section_title_center:after {
  background:#2aa1d8;
}

body.theme_4.color_1 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t3_c1.png);
}
body.theme_4.color_1 .page .section_gallery_tabs a,
body.theme_4.color_1 .page section a,
body.theme_4.color_1 .page .section_download p,
body.theme_4.color_1 .page .section_command p:nth-child(2),
body.theme_4.color_1 .page .section_about p,
body.theme_4.color_1 .page .section_subtitle_center .section_help_email,
body.theme_4.color_1 .page .section_subtitle_center .section_help_phone,
body.theme_4.color_1 .page .section_single_worker_in > div > div p:last-child,
body.theme_4.color_1 .page .section_service_price_price,
body.theme_4.color_1 .page .section_service_price_title,
body.theme_4.color_1 .page .section_single_product_price {
  color:#2aa1d8;
}
body.theme_4.color_1 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#2aa1d8;
}
body.theme_4.color_1 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ebb219;
  border-color:#d19e17;
}
body.theme_4.color_1 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_4.color_1 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_4.color_1 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_4.color_1 .page .section_table table tbody td:last-child {
  color:#2aa1d8;
}

body.theme_4.color_1 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4_c1.png);
}
body.theme_4.color_1 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4_c1.png);
}
body.theme_4.color_1 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4_c1.png);
}
body.theme_4.color_1 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4_c1.png);
}
body.theme_4.color_1 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4_c1.png);
}
body.theme_4.color_1 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4_c1.png);
}
body.theme_4.color_1 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4_c1.png);
}
body.theme_4.color_1 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4_c1.png);
}
body.theme_4.color_1 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t3_c1.png);
}
body.theme_4.color_1 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t3_c1.png);
}
body.theme_4.color_1 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t3_c1.png);
}
body.theme_4.color_1 .page .section_block_service_content ul li,
body.theme_4.color_1 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t3_c1.png);
}
body.theme_4.color_1 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t3_c1.png);
}
body.theme_4.color_1 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t3_c1.png);
}
body.theme_4.color_1 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t3_c1.png);
}
body.theme_4.color_1 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t3_c1.png);
}
body.theme_4.color_1 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t3_c1.png);
}


/* ----------------------------------------theme_4.color_2---------------------------------------------*/

body.theme_4.color_2 .main_left_logo {
  border-color: #2ad83a;
  color:#2ad83a;
}
body.theme_4.color_2 .main_left_menu > ul > li a:hover {
  background-color: #2ad83a;
}
body.theme_4.color_2 .main_left_menu > ul > li > a,
body.theme_4.color_2 .main_left_menu > ul > li li a {
  color: #bdd5ed;
}
body.theme_4.color_2 {
  background-color:#fff;
}
body.theme_4.color_2 .page .section_download a,
body.theme_4.color_2 .page .section_single_product_url,
body.theme_4.color_2 .page .section_service_price_url,
body.theme_4.color_2 .page .section_form .section_form_left input[type="submit"] {
  background:#2ad83a;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_4.color_2 .page .section_download,
body.theme_4.color_2 .page .section_command,
body.theme_4.color_2 .page .section_block_service,
body.theme_4.color_2 .page .section_information,
body.theme_4.color_2 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_4.color_2 .page .section_download {
  background-image:none;
}
body.theme_4.color_2 .page .section_download:after {
  display:none;
}
body.theme_4.color_2 .page .section_title div div:after,
body.theme_4.color_2 .page .section_title_center:after {
  background:#2ad83a;
}

body.theme_4.color_2 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t3_c2.png);
}
body.theme_4.color_2 .page .section_gallery_tabs a,
body.theme_4.color_2 .page section a,
body.theme_4.color_2 .page .section_download p,
body.theme_4.color_2 .page .section_command p:nth-child(2),
body.theme_4.color_2 .page .section_about p,
body.theme_4.color_2 .page .section_subtitle_center .section_help_email,
body.theme_4.color_2 .page .section_subtitle_center .section_help_phone,
body.theme_4.color_2 .page .section_single_worker_in > div > div p:last-child,
body.theme_4.color_2 .page .section_service_price_price,
body.theme_4.color_2 .page .section_service_price_title,
body.theme_4.color_2 .page .section_single_product_price {
  color:#2ad83a;
}
body.theme_4.color_2 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#2ad83a;
}
body.theme_4.color_2 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ebb219;
  border-color:#d19e17;
}
body.theme_4.color_2 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_4.color_2 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_4.color_2 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_4.color_2 .page .section_table table tbody td:last-child {
  color:#2ad83a;
}

body.theme_4.color_2 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4_c2.png);
}
body.theme_4.color_2 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4_c2.png);
}
body.theme_4.color_2 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4_c2.png);
}
body.theme_4.color_2 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4_c2.png);
}
body.theme_4.color_2 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4_c2.png);
}
body.theme_4.color_2 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4_c2.png);
}
body.theme_4.color_2 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4_c2.png);
}
body.theme_4.color_2 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4_c2.png);
}
body.theme_4.color_2 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t3_c2.png);
}
body.theme_4.color_2 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t3_c2.png);
}
body.theme_4.color_2 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t3_c2.png);
}
body.theme_4.color_2 .page .section_block_service_content ul li,
body.theme_4.color_2 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t3_c2.png);
}
body.theme_4.color_2 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t3_c2.png);
}
body.theme_4.color_2 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t3_c2.png);
}
body.theme_4.color_2 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t3_c2.png);
}
body.theme_4.color_2 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t3_c2.png);
}
body.theme_4.color_2 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t3_c2.png);
}


/* ----------------------------------------theme_4.color_3---------------------------------------------*/

body.theme_4.color_3 .main_left_logo {
  border-color: #d8462a;
  color:#d8462a;
}
body.theme_4.color_3 .main_left_menu > ul > li a:hover {
  background-color: #d8462a;
}
body.theme_4.color_3 .main_left_menu > ul > li > a,
body.theme_4.color_3 .main_left_menu > ul > li li a {
  color: #d8462a;
}
body.theme_4.color_3 {
  background-color:#fff;
}
body.theme_4.color_3 .page .section_download a,
body.theme_4.color_3 .page .section_single_product_url,
body.theme_4.color_3 .page .section_service_price_url,
body.theme_4.color_3 .page .section_form .section_form_left input[type="submit"] {
  background:#d8462a;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
}
body.theme_4.color_3 .page .section_download,
body.theme_4.color_3 .page .section_command,
body.theme_4.color_3 .page .section_block_service,
body.theme_4.color_3 .page .section_information,
body.theme_4.color_3 .page .section_service_price {
  background-color:#f5f5f5;
  color:#000;
}
body.theme_4.color_3 .page .section_download {
  background-image:none;
}
body.theme_4.color_3 .page .section_download:after {
  display:none;
}
body.theme_4.color_3 .page .section_title div div:after,
body.theme_4.color_3 .page .section_title_center:after {
  background:#d8462a;
}

body.theme_4.color_3 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t3_c3.png);
}
body.theme_4.color_3 .page .section_gallery_tabs a,
body.theme_4.color_3 .page section a,
body.theme_4.color_3 .page .section_download p,
body.theme_4.color_3 .page .section_command p:nth-child(2),
body.theme_4.color_3 .page .section_about p,
body.theme_4.color_3 .page .section_subtitle_center .section_help_email,
body.theme_4.color_3 .page .section_subtitle_center .section_help_phone,
body.theme_4.color_3 .page .section_single_worker_in > div > div p:last-child,
body.theme_4.color_3 .page .section_service_price_price,
body.theme_4.color_3 .page .section_service_price_title,
body.theme_4.color_3 .page .section_single_product_price {
  color:#d8462a;
}
body.theme_4.color_3 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#d8462a;
}
body.theme_4.color_3 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ebb219;
  border-color:#d19e17;
}
body.theme_4.color_3 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_4.color_3 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_4.color_3 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_4.color_3 .page .section_table table tbody td:last-child {
  color:#d8462a;
}

body.theme_4.color_3 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4_c3.png);
}
body.theme_4.color_3 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4_c3.png);
}
body.theme_4.color_3 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4_c3.png);
}
body.theme_4.color_3 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4_c3.png);
}
body.theme_4.color_3 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t4_c3.png);
}
body.theme_4.color_3 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t4_c3.png);
}
body.theme_4.color_3 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t4_c3.png);
}
body.theme_4.color_3 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t4_c3.png);
}
body.theme_4.color_3 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t3_c3.png);
}
body.theme_4.color_3 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t3_c3.png);
}
body.theme_4.color_3 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t3_c3.png);
}
body.theme_4.color_3 .page .section_block_service_content ul li,
body.theme_4.color_3 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t3_c3.png);
}
body.theme_4.color_3 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t3_c3.png);
}
body.theme_4.color_3 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t3_c3.png);
}
body.theme_4.color_3 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t3_c3.png);
}
body.theme_4.color_3 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t3_c3.png);
}
body.theme_4.color_3 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t3_c3.png);
}


/* ----------------------------------------theme_5---------------------------------------------*/

body.theme_5 {
  background-color:#fff;
}
body.theme_5 .page .section_download a {
  background:transparent;
  border:1px solid #fff;
  color:#fff;
}
body.theme_5 .page .section_single_product_url,
body.theme_5 .page .section_service_price_url,
body.theme_5 .page .section_form .section_form_left input[type="submit"] {
  background:#34a4f5;
  border:1px solid #fff;
  color:#fff;
}
body.theme_5 .page .section_download,
body.theme_5 .page .section_command,
body.theme_5 .page .section_block_service,
body.theme_5 .page .section_information,
body.theme_5 .page .section_service_price {
  background-color:#34a4f5;
  color:#fff;
}
body.theme_5 .page .section_single_product_price {
  color:#000;
}
body.theme_5 .page .section_download {
  background-image:none;
}
body.theme_5 .page .section_download:after {
  display:none;
}
body.theme_5 .page .section_title div div:after,
body.theme_5 .page .section_title_center:after {
  background:#34a4f5;
}

body.theme_5 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t4.png);
}
body.theme_5 .page .section_gallery_tabs a,
body.theme_5 .page a,
body.theme_5 .page .section_about p,
body.theme_5 .page .section_subtitle_center .section_help_email,
body.theme_5 .page .section_subtitle_center .section_help_phone,
body.theme_5 .page .section_single_worker_in > div > div p:last-child,
body.theme_5 .page .section_service_price_price,
body.theme_5 .page .section_service_price_title {
  color:#34a4f5;
}
body.theme_5 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#34a4f5;
}
body.theme_5 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#34a4f5;
  border-color:#1f83cb;
}
body.theme_5 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_5 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_5 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#f5f5f5
}
body.theme_5 .page .section_table table tbody td:last-child {
  color:#44acf6;
}

body.theme_5 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t5.png);
}
body.theme_5 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t5.png);
}
body.theme_5 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t5.png);
}
body.theme_5 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t5.png);
}
body.theme_5 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t51.png);
}
body.theme_5 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t51.png);
}
body.theme_5 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t51.png);
}
body.theme_5 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t51.png);
}
body.theme_5 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t4.png);
}
body.theme_5 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t4.png);
}
body.theme_5 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t4.png);
}
body.theme_5 .page .section_block_service_content ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t4.png);
}
body.theme_5 .page .section_service_includes ul li {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t41.png);
}
body.theme_5 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t4.png);
}
body.theme_5 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t4.png);
}
body.theme_5 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t4.png);
}
body.theme_5 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t4.png);
}
body.theme_5 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t4.png);
}

/* theme_6 */

body.theme_6 {
  background-color:#33354d;
  color:#fff;
}
body.theme_6 .page .section_single_product_url,
body.theme_6 .page .section_service_price_url,
body.theme_6 .page .section_form .section_form_left input[type="submit"],
body.theme_6 .page .section_download a {
  background:#d6b16c;
  border:1px solid #d6b16c;
  color:#fff !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body.theme_6 .page .section_download,
body.theme_6 .page .section_command,
body.theme_6 .page .section_block_service,
body.theme_6 .page .section_information,
body.theme_6 .page .section_service_price{
  background-color:#3d3f59;
  color:#fff;
}
body.theme_6 .page .section_service_price .row > div {
  background:#33354d;
  color:#fff;
}
body.theme_6 .page .section_single_product_price,
body.theme_6 .page .section_title div div,
body.theme_6 .page .section_download p,
body.theme_6 .page .section_command p:nth-child(2),
body.theme_6 .section_title_center {
  color:#d6b16c;
}
body.theme_6 .page .section_download {
  background-image:none;
}
body.theme_6 .page .section_download:after {
  display:none;
}
body.theme_6 .page .section_title div div:after,
body.theme_6 .page .section_title_center:after {
  background:#d6b16c;
}
body.theme_6 .page .section_gallery_tabs a,
body.theme_6 .page a,
body.theme_6 .page .section_about p,
body.theme_6 .page .section_subtitle_center .section_help_email,
body.theme_6 .page .section_subtitle_center .section_help_phone,
body.theme_6 .page .section_single_worker_in > div > div p:last-child,
body.theme_6 .page .section_service_price_price,
body.theme_6 .page .section_service_price_title {
  color:#d6b16c !important;
}
body.theme_6 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#d6b16c;
}
body.theme_6 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#d6b16c;
  border-color:#b78f42;
}
body.theme_6 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_6 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_6 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#3a3c57
}
body.theme_6 .page .section_table table tbody td:last-child {
  color:#d6b16c;
}
body.theme_6 .page .section_form .section_form_left input[type="text"], 
body.theme_6 .page .section_form .section_form_left textarea{
  background-color:#2d2f44;
  border-color:#3b3e54;
  color:#fff;
}
body.theme_6 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#fff;}
body.theme_6 .page .section_form .section_form_left ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
body.theme_6 .page .section_form .section_form_left :-moz-placeholder           {color:#fff;}/* Firefox 18- */
body.theme_6 .page .section_form .section_form_left :-ms-input-placeholder      {color:#fff;}

body.theme_6 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t6.png);
}
body.theme_6 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t6.png) !important;
}
body.theme_6 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t6.png) !important;
}
body.theme_6 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t6.png) !important;
}
body.theme_6 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t6.png) !important;
}
body.theme_6 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t6.png) !important;
}
body.theme_6 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t6.png) !important;
}
body.theme_6 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t6.png) !important;
}
body.theme_6 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t6.png) !important;
}
body.theme_6 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t6.png) !important;
}
body.theme_6 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t6.png) !important;
}
body.theme_6 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t6.png) !important;
}
body.theme_6 .page .section_block_service_content ul li,
body.theme_6 .page .section_service_includes ul li  {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t6.png);
}
body.theme_6 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t6.png);
}
body.theme_6 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t6.png);
}
body.theme_6 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t6.png) !important;
}
body.theme_6 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t6.png) !important;
}
body.theme_6 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t6.png) !important;
}



/* theme_7 */

body.theme_7 {
  background:#dff1f7;
  color:#000;
}
body.theme_7 header:after {
  background:rgba(0,0,0,0.8) !important;
}
body.theme_7 header {
  margin-bottom:40px;
  padding-bottom:30px;
}
body.theme_7 .page .section_single_product_url,
body.theme_7 .page .section_service_price_url,
body.theme_7 .page .section_form .section_form_left input[type="submit"],
body.theme_7 .page .section_download a {
  background:#2387f5;
  border:1px solid #2387f5;
  color:#fff !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body.theme_7 .page .section_download,
body.theme_7 .page .section_command,
body.theme_7 .page .section_block_service,
body.theme_7 .page .section_information,
body.theme_7 .page .section_service_price{
  background-color:#cde7ef;
  color:#000;
}
body.theme_7 .page .section_service_price .row > div {
  background:#bad6df;
  color:#000;
}
body.theme_7 .page .section_single_product_price,
body.theme_7 .page .section_title div div,
body.theme_7 .page .section_download p,
body.theme_7 .page .section_command p:nth-child(2),
body.theme_7 .section_title_center {
  color:#2387f5;
}
body.theme_7 .page .section_download {
  background-image:none;
}
body.theme_7 .page .section_download:after {
  display:none;
}
body.theme_7 .page .section_title div div:after,
body.theme_7 .page .section_title_center:after {
  background:#2387f5;
}
body.theme_7 .page .section_gallery_tabs a,
body.theme_7 .page a,
body.theme_7 .page .section_about p,
body.theme_7 .page .section_subtitle_center .section_help_email,
body.theme_7 .page .section_subtitle_center .section_help_phone,
body.theme_7 .page .section_single_worker_in > div > div p:last-child,
body.theme_7 .page .section_service_price_price,
body.theme_7 .page .section_service_price_title {
  color:#2387f5 !important;
}
body.theme_7 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#2387f5;
}
body.theme_7 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#2387f5;
  border-color:#1c6ec7;
}
body.theme_7 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_7 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_7 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#cde7ef
}
body.theme_7 .page .section_table table tbody td:last-child {
  color:#2387f5;
}
body.theme_7 .page .section_form .section_form_left input[type="text"], 
body.theme_7 .page .section_form .section_form_left textarea{
  background-color:#c7d7dc;
  border-color:#3b3e54;
  color:#000;
}
body.theme_7 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#000;}
body.theme_7 .page .section_form .section_form_left ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
body.theme_7 .page .section_form .section_form_left :-moz-placeholder           {color:#000;}/* Firefox 18- */
body.theme_7 .page .section_form .section_form_left :-ms-input-placeholder      {color:#000;}

body.theme_7 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t7.png);
}
body.theme_7 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t7.png) !important;
}
body.theme_7 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t7.png) !important;
}
body.theme_7 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t7.png) !important;
}
body.theme_7 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t7.png) !important;
}
body.theme_7 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t7.png) !important;
}
body.theme_7 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t7.png) !important;
}
body.theme_7 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t7.png) !important;
}
body.theme_7 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t7.png) !important;
}
body.theme_7 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t7.png) !important;
}
body.theme_7 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t7.png) !important;
}
body.theme_7 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t7.png) !important;
}
body.theme_7 .page .section_block_service_content ul li,
body.theme_7 .page .section_service_includes ul li  {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t7.png);
}
body.theme_7 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t7.png);
}
body.theme_7 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t7.png);
}
body.theme_7 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t7.png) !important;
}
body.theme_7 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t7.png) !important;
}
body.theme_7 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t7.png) !important;
}



/* theme_8 */

body.theme_8 {
  background:#fff;
  color:#000;
}
body.theme_8 header:after {
  background:rgba(54,56,147,0.8) !important;
}
body.theme_8 header {
  margin-bottom:40px;
  padding-bottom:30px;
}
body.theme_8 .page .section_download a {
  background:#7a4ee5;
  border:1px solid #7a4ee5;
  color:#fff !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body.theme_8 .page .section_single_product_url,
body.theme_8 .page .section_service_price_url,
body.theme_8 .page .section_form .section_form_left input[type="submit"] {
  background:#f35564;
  border:1px solid #f35564;
  color:#fff !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body.theme_8 .page .section_download {
  background:#363893;
}
body.theme_8 .page .section_command,
body.theme_8 .page .section_block_service,
body.theme_8 .page .section_service_price{
  background-color:#5b37b2;
  color:#fff;
}
body.theme_8 .page .section_information {
  background-color:#f35564;
  color:#fff;
}
body.theme_8 .page .section_service_price .row > div {
  background:#4a2a99;
  color:#fff;
}
body.theme_8 .page .section_single_product_price,
body.theme_8 .page .section_title div div,
body.theme_8 .page .section_command p:nth-child(2),
body.theme_8 .page .section_title_center,
body.theme_8 .page .section_service_price_price,
body.theme_8 .page .section_service_price_title {
  color:#f35564;
}
body.theme_8 .page .section_download p {
  color:#f9c907;
}
body.theme_8 .page .section_download {
  background-image:none;
}
body.theme_8 .page .section_download:after {
  display:none;
}
body.theme_8 .page .section_title div div:after,
body.theme_8 .page .section_title_center:after {
  background:#f9c907;
}
body.theme_8 .page .section_subtitle_center .section_help_email,
body.theme_8 .page .section_subtitle_center .section_help_phone,
body.theme_8 .page .section_single_worker_in > div > div p:last-child {
  color:#f35564 !important;
}
body.theme_8 .page a,
body.theme_8 .page .section_about p {
  color:#2387f5 !important;
}
body.theme_8 .page .section_gallery_tabs a {
  color:#f35564 !important;
}
body.theme_8 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#f35564;
}
body.theme_8 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#5b37b2;
  border-color:#472795;
}
body.theme_8 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_8 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_8 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#fcfcfc
}
body.theme_8 .page .section_table table tbody td:last-child {
  color:#f35564;
}
body.theme_8 .page .section_form .section_form_left input[type="text"], 
body.theme_8 .page .section_form .section_form_left textarea{
  background-color:#efefef;
  border-color:#3b3e54;
  color:#000;
}
body.theme_8 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#000;}
body.theme_8 .page .section_form .section_form_left ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
body.theme_8 .page .section_form .section_form_left :-moz-placeholder           {color:#000;}/* Firefox 18- */
body.theme_8 .page .section_form .section_form_left :-ms-input-placeholder      {color:#000;}

body.theme_8 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t8.png);
}
body.theme_8 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t8.png) !important;
}
body.theme_8 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t8.png) !important;
}
body.theme_8 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t8.png) !important;
}
body.theme_8 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t8.png) !important;
}
body.theme_8 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t81.png) !important;
}
body.theme_8 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t81.png) !important;
}
body.theme_8 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t81.png) !important;
}
body.theme_8 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t81.png) !important;
}
body.theme_8 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t8.png) !important;
}
body.theme_8 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t8.png) !important;
}
body.theme_8 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t8.png) !important;
}
body.theme_8 .page .section_block_service_content ul li,
body.theme_8 .page .section_service_includes ul li  {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t8.png);
}
body.theme_8 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t8.png);
}
body.theme_8 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t8.png);
}
body.theme_8 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t8.png) !important;
}
body.theme_8 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t8.png) !important;
}
body.theme_8 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t8.png) !important;
}


/* theme_9 */

body.theme_9 {
  background:#fff;
  color:#000;
}
body.theme_9 header:after {
  background:rgba(54,56,147,0.8) !important;
}
body.theme_9 header {
  margin-bottom:40px;
  padding-bottom:30px;
}
body.theme_9 .page .section_download a,
body.theme_9 .page .section_single_product_url,
body.theme_9 .page .section_service_price_url,
body.theme_9 .page .section_form .section_form_left input[type="submit"] {
  background:#ffc507;
  border:1px solid #ffc507;
  color:#000 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body.theme_9 .page .section_download {
}
body.theme_9 .page .section_command,
body.theme_9 .page .section_block_service,
body.theme_9 .page .section_service_price,
body.theme_9 .page .section_information {
  background-color:#313131;
  color:#fff;
}
body.theme_9 .page .section_command .section_title_center,
body.theme_9 .page .section_block_service .section_title_center,
body.theme_9 .page .section_service_price .section_title_center {
  color:#fff;
}
body.theme_9 .page .section_service_price .row > div {
  background:#282626;
  color:#fff;
}
body.theme_9 .page .section_single_product_price,
body.theme_9 .page .section_title div div,
body.theme_9 .page .section_title_center {
  color:#000;
}
body.theme_9 .page .section_download p,
body.theme_9 .page .section_command p:nth-child(2),
body.theme_9 .page a,
body.theme_9 .page .section_about p,
body.theme_9 .page .section_subtitle_center .section_help_email,
body.theme_9 .page .section_subtitle_center .section_help_phone,
body.theme_9 .page .section_single_worker_in > div > div p:last-child,
body.theme_9 .page .section_service_price_price,
body.theme_9 .page .section_service_price_title {
  color:#f9c907 !important;
}
body.theme_9 .page .section_download {

}
body.theme_9 .page .section_download:after {
  background:rgba(0,0,0,0.8);

}
body.theme_9 .page .section_title div div:after,
body.theme_9 .page .section_title_center:after {
  background:#f9c907;
}
body.theme_9 .page .section_gallery_tabs a {
  color:#ffc507 !important;
}
body.theme_9 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#ffc507;
}
body.theme_9 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ffc507;
  border-color:#bd9924;
}
body.theme_9 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {

}
body.theme_9 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_9 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#fff8e1
}
body.theme_9 .page .section_table table tbody td:last-child {
  color:#000;
}
body.theme_9 .page .section_form .section_form_left input[type="text"], 
body.theme_9 .page .section_form .section_form_left textarea{
  background-color:#efefef;
  border-color:#3b3e54;
  color:#000;
}
body.theme_9 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#000;}
body.theme_9 .page .section_form .section_form_left ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
body.theme_9 .page .section_form .section_form_left :-moz-placeholder           {color:#000;}/* Firefox 18- */
body.theme_9 .page .section_form .section_form_left :-ms-input-placeholder      {color:#000;}

body.theme_9 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t9.png);
}
body.theme_9 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t9.png) !important;
}
body.theme_9 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t9.png) !important;
}
body.theme_9 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t9.png) !important;
}
body.theme_9 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t9.png) !important;
}
body.theme_9 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t9.png) !important;
}
body.theme_9 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t9.png) !important;
}
body.theme_9 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t9.png) !important;
}
body.theme_9 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t9.png) !important;
}
body.theme_9 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t9.png) !important;
}
body.theme_9 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t9.png) !important;
}
body.theme_9 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t9.png) !important;
}
body.theme_9 .page .section_block_service_content ul li,
body.theme_9 .page .section_service_includes ul li  {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t9.png);
}
body.theme_9 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t9.png);
}
body.theme_9 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t9.png);
}
body.theme_9 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t9.png) !important;
}
body.theme_9 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t9.png) !important;
}
body.theme_9 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t9.png) !important;
}



/* theme_10 */

body.theme_10 {
  color:#fff;
}
body.theme_10:after  {
  opacity:1;
  background: #594967;
  background: -moz-linear-gradient(top, #594967 0%, #744863 40%, #343a5b 100%);
  background: -webkit-linear-gradient(top, #594967 0%,#744863 40%,#343a5b 100%);
  background: linear-gradient(to bottom, #594967 0%,#744863 40%,#343a5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#594967', endColorstr='#343a5b',GradientType=0 );
}
body.theme_10 header {
  margin-bottom:40px;
  padding-bottom:30px;
}
body.theme_10 .page .section_single_product_url,
body.theme_10 .page .section_service_price_url,
body.theme_10 .page .section_form .section_form_left input[type="submit"],
body.theme_10 .page .section_download a {
  background:#ffc80a;
  border:1px solid #ffc80a;
  color:#000 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body.theme_10 .page .section_download,
body.theme_10 .page .section_command,
body.theme_10 .page .section_block_service,
body.theme_10 .page .section_information,
body.theme_10 .page .section_service_price{
  background-color:rgba(72,56,82,0.6);
}
body.theme_10 .page .section_service_price .row > div {
  background:#22253d;
  color:#fff;
}
body.theme_10 .page .section_download {
  background-image:none;
}
body.theme_10 .page .section_download:after {
  display:none;
}
body.theme_10 .page .section_single_product_price,
body.theme_10 .page .section_download p {
  color: #ffc80a;
}
body.theme_10 .page .section_title div div:after,
body.theme_10 .page .section_title_center:after {
  background:#ffc80a;
}
body.theme_10 .page .section_gallery_tabs a,
body.theme_10 .page a,
body.theme_10 .page .section_about p,
body.theme_10 .page .section_subtitle_center .section_help_email,
body.theme_10 .page .section_subtitle_center .section_help_phone,
body.theme_10 .page .section_single_worker_in > div > div p:last-child,
body.theme_10 .page .section_service_price_price,
body.theme_10 .page .section_service_price_title {
  color:#ffc80a !important;
}
body.theme_10 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#ffc80a;
}
body.theme_10 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ffc80a;
  border-color:#cba31a;
  color:#000;
}
body.theme_10 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {
  background:#000;
}
body.theme_10 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_10 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#57374a
}
body.theme_10 .page .section_table table tbody td:last-child {
  color:#ffc80a;
}
body.theme_10 .page .section_form .section_form_left input[type="text"], 
body.theme_10 .page .section_form .section_form_left textarea{
  background-color:#2e3351;
  border-color:#3b3e54;
  color:#fff;
}
body.theme_10 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#fff;}
body.theme_10 .page .section_form .section_form_left ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
body.theme_10 .page .section_form .section_form_left :-moz-placeholder           {color:#fff;}/* Firefox 18- */
body.theme_10 .page .section_form .section_form_left :-ms-input-placeholder      {color:#fff;}

body.theme_10 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t10.png);
}
body.theme_10 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t10.png) !important;
}
body.theme_10 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t10.png) !important;
}
body.theme_10 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t10.png) !important;
}
body.theme_10 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t10.png) !important;
}
body.theme_10 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t10.png) !important;
}
body.theme_10 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t10.png) !important;
}
body.theme_10 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t10.png) !important;
}
body.theme_10 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t10.png) !important;
}
body.theme_10 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t10.png) !important;
}
body.theme_10 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t10.png) !important;
}
body.theme_10 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t10.png) !important;
}
body.theme_10 .page .section_block_service_content ul li,
body.theme_10 .page .section_service_includes ul li  {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t10.png);
}
body.theme_10 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t10.png);
}
body.theme_10 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t10.png);
}
body.theme_10 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t10.png) !important;
}
body.theme_10 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t10.png) !important;
}
body.theme_10 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t10.png) !important;
}


/* theme_11 */

body.theme_11 {
  background:#fff;
  color:#000;
}
body.theme_11 header:after {
  background:rgba(54,56,147,0.8) !important;
}
body.theme_11 header {
  margin-bottom:40px;
  padding-bottom:30px;
}
body.theme_11 .page .section_download a,
body.theme_11 .page .section_single_product_url,
body.theme_11 .page .section_service_price_url,
body.theme_11 .page .section_form .section_form_left input[type="submit"] {
  background:#ebcb80;
  border:1px solid #ebcb80;
  color:#000 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body.theme_11 .page .section_download {
}
body.theme_11 .page .section_command,
body.theme_11 .page .section_block_service,
body.theme_11 .page .section_service_price,
body.theme_11 .page .section_information {
  background-color:#313131;
  color:#fff;
}
body.theme_11 .page .section_command .section_title_center,
body.theme_11 .page .section_block_service .section_title_center,
body.theme_11 .page .section_service_price .section_title_center {
  color:#fff;
}
body.theme_11 .page .section_service_price .row > div {
  background:#282626;
  color:#fff;
}
body.theme_11 .page .section_single_product_price,
body.theme_11 .page .section_title div div,
body.theme_11 .page .section_title_center {
  color:#000;
}
body.theme_11 .page .section_download p,
body.theme_11 .page .section_command p:nth-child(2),
body.theme_11 .page a,
body.theme_11 .page .section_about p,
body.theme_11 .page .section_subtitle_center .section_help_email,
body.theme_11 .page .section_subtitle_center .section_help_phone,
body.theme_11 .page .section_single_worker_in > div > div p:last-child,
body.theme_11 .page .section_service_price_price,
body.theme_11 .page .section_service_price_title {
  color:#ebcb80 !important;
}
body.theme_11 .page .section_download {

}
body.theme_11 .page .section_download:after {
  background:rgba(0,0,0,0.8);

}
body.theme_11 .page .section_title div div:after,
body.theme_11 .page .section_title_center:after {
  background:#ebcb80;
}
body.theme_11 .page .section_gallery_tabs a {
  color:#ebcb80 !important;
}
body.theme_11 .page .section_gallery_tabs a.active {
  background:none;
  border-color:#ebcb80;
}
body.theme_11 .page .section_gallery_content .section_gallery_content_in > div > div {
  background-color:#ebcb80;
  border-color:#d2b061;
  color:#000;
}
body.theme_11 .page .section_gallery_content .section_gallery_content_in > div > div > div > div p:after {
  background:#000;
}
body.theme_11 .page .section_table #table_price_c_1 table tbody tr:nth-child(odd) td:before, 
body.theme_11 .page .section_table #table_price_c_1 table thead tr td:before {
  background-color:#fff8e1
}
body.theme_11 .page .section_table table tbody td:last-child {
  color:#000;
}
body.theme_11 .page .section_form .section_form_left input[type="text"], 
body.theme_11 .page .section_form .section_form_left textarea{
  background-color:#efefef;
  border-color:#3b3e54;
  color:#000;
}
body.theme_11 .page .section_form .section_form_left ::-webkit-input-placeholder {color:#000;}
body.theme_11 .page .section_form .section_form_left ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
body.theme_11 .page .section_form .section_form_left :-moz-placeholder           {color:#000;}/* Firefox 18- */
body.theme_11 .page .section_form .section_form_left :-ms-input-placeholder      {color:#000;}

body.theme_11 .page .section_single_product_star {
  background-image: url(../theme_img/page_img/section_single_product_star_t11.png);
}
body.theme_11 .page .section_file td.section_file_ico.sfi_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t11.png) !important;
}
body.theme_11 .page .section_file td.section_file_ico.sfi_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t11.png) !important;
}
body.theme_11 .page .section_file td.section_file_ico.sfi_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t11.png) !important;
}
body.theme_11 .page .section_file td.section_file_ico.sfi_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t11.png) !important;
}
body.theme_11 .page .section_download_vertical > div > div.sdv_1 {
  background-image:url(../theme_img/page_img/page_ico_file_1_t11.png) !important;
}
body.theme_11 .page .section_download_vertical > div > div.sdv_2 {
  background-image:url(../theme_img/page_img/page_ico_file_2_t11.png) !important;
}
body.theme_11 .page .section_download_vertical > div > div.sdv_3 {
  background-image:url(../theme_img/page_img/page_ico_file_3_t11.png) !important;
}
body.theme_11 .page .section_download_vertical > div > div.sdv_4 {
  background-image:url(../theme_img/page_img/page_ico_file_4_t11.png) !important;
}
body.theme_11 .page .section_about_img.sai_1 {
  background-image:url(../theme_img/page_img/page_about_ico_1_t11.png) !important;
}
body.theme_11 .page .section_about_img.sai_2 {
  background-image:url(../theme_img/page_img/page_about_ico_2_t11.png) !important;
}
body.theme_11 .page .section_about_img.sai_3 {
  background-image:url(../theme_img/page_img/page_about_ico_3_t11.png) !important;
}
body.theme_11 .page .section_block_service_content ul li,
body.theme_11 .page .section_service_includes ul li  {
  background-image: url(../theme_img/page_img/page_block_sevice_ul_t11.png);
}
body.theme_11 .page .section_help_top_img {
  background-image:url(../theme_img/page_img/page_help_img_t11.png);
}
body.theme_11 .page .section_information {
  background-image:url(../theme_img/page_img/page_information_bg_t11.png);
}
body.theme_11 .page .section_form_right table td.sfri_a {
  background-image: url(../theme_img/page_img/page_form_adress_t11.png) !important;
}
body.theme_11 .page .section_form_right table td.sfri_p {
  background-image: url(../theme_img/page_img/page_form_phone_t11.png) !important;
}
body.theme_11 .page .section_form_right table td.sfri_m {
  background-image: url(../theme_img/page_img/page_form_email_t11.png) !important;
}