/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


html {
    margin-top: 0!important;
}


.pagination .nav-links {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.pagination .page-numbers{
    border-radius:50%;min-width:30px;width:30px; height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    color:#2B2F3F; 
    margin-right:15px;
    
}
.prev.page-numbers span {margin-left:5px;}
.next.page-numbers span {margin-right:5px;}
.pagination  .page-numbers.current {
    
    color:#fff;
    background:var(--red); 
    
}
.pagination .page-numbers.prev,.pagination .page-numbers.next{
 
    width: auto;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.row {
    --bs-gutter-x: 30px;
}




b {
    font-weight: 700;
}
.bg_white {background:#fff;}
.title-first {font-size: 32px;}
.mla {margin-left: auto;}
.mr5 {
    margin-right: 5px;
}
.mt-s {margin-top:30px;}
.mr10 {
    margin-right: 10px;
}
.mb0 {margin-bottom:0;}
.mr20 {
    margin-right: 20px;
}
.pt_lg {padding-top:60px;}
.pb_lg {
    padding-bottom: 60px;
}

.black {
    color: #2B2F3F!important;
}
.fw500 {
    font-weight: 500!important;
}
.fw900 {
    font-weight: 600!important;
}
.ml5 {
    margin-left: 5px;
}
.ml30 {
    margin-left: 30px;
}
.pt_md {padding-top:30px;}
.pb_md {
    padding-bottom: 30px;
}
.fw600 {
    font-weight: 600!important;
}
.pt_sm {padding-top:15px;}
.pb_sm {
    padding-bottom: 15px;
}
.bbdash {border-bottom: 1px dashed #CBCBCB;}
.mb_sm {margin-bottom:20px;}
.mt_sm {margin-top:20px;}
.mb_md {margin-bottom:25px;}
.mt_md {margin-top:25px;}
.mb1 {margin-bottom:10px;}
.mb2 {margin-bottom:15px;}
.mb3 {margin-bottom:10px;}
.mt_lg {margin-top:50px;}
.mb_lg {margin-bottom:50px;}
.mt_lg2 {margin-top:80px;}
.mb_lg2 {margin-bottom:80px;}
.tar {text-align:right;}
.white,.white a {color:#fff!important;}

.cifre404 {font-size:150px;font-weight:500;}
.underlined {text-decoration:underline;}
.lh12 {line-height:1.2;}
/*quiz*/


ul, ul li { list-style-type: none; }

.bg_grey {
    background-color: #f8f8f8;
}

.bg_grey1 {
    background-color: var(--grey1);
}

.bg_blue {
    background-color: #f6fbfe;
}

.title-lg {
    font-size: 30px;
font-weight: 700;
}



.title-sm {
    font-size: 20px;
}

.mlg {
    margin-bottom: 40px;
}
.mlg2 {
    margin-bottom: 70px;
}
.mb {margin-bottom: 10px!important;}

.mb2 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.contacts_block_small a {color:#2B2F3F; font-size:18px;}

.mb40 {margin-bottom: 40px;}
.msm {
    margin-bottom: 25px;
}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt_lg2 {margin-top:80px;}

.pt_lg2 {padding-top:70px;}
.pb_lg2 {padding-bottom:70px;}
.pt_lg {padding-top:50px;}
.pb_lg {padding-bottom:50px;}
.relative {position:relative;}
.h-auto {height:auto;}


.bg_grey2 {background:#E4EBF1;}
.btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 18px 40px;
    border-radius: 6px;
    background: var(--red);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    white-space:nowrap;
    color: #fff;
     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn1:hover {
     background: var(--red-hover);
    color: #fff;
}

.btn2 { white-space:nowrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 18px 70px;
    border-radius: 6px;
    background: var(--grey1);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    
    color: #2B2F3F;
     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn2:hover {
     background: var(--red-hover);
    color: #fff;
}

.btn3 { white-space:nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 18px 40px;
    border-radius: 6px;
    border: 1px solid var(--red);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--red);
     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn3:hover {
    background: var(--red);
    border: 1px solid var(--red);
    color:var(--white);
}

.btn4 { white-space:nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    padding: 18px 40px;
    border-radius: 6px;
    background: transparent;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    
    color: #2B2F3F;
     -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn4:hover {
     background: var(--red-hover);
    color: #fff;
}

.btn4:hover svg path {fill:#fff!important;}

.small-btn {

    padding: 12px 40px;
font-size: 13px;
}
.btn-box {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.f21 {font-size:21px;}
/*bread*/
#breadcrumbs,#breadcrumbs a {color:#9EA4BC;font-size:12px;}

#breadcrumbs, #breadcrumbs a:hover {color:var(--red);}

#breadcrumbs .breadcrumb_last {
    color:#CBCBCB;
}
.slash {margin-left:6px;margin-right:6px;}

/*about*/

.about_img {position:relative; border-radius:20px;overflow:hidden;aspect-ratio:4/3;}
.about_img img { width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;}
    
.call-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #59B0E3;
    border: 12px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
    border-radius: 30px 0 0 0;
    padding: 20px 41px 20px 30px;
}

.call-info .icon-box {
    width: 52px;
    height: 52px;
    margin-right: 20px;
}
.call-info .icon-box svg {
    width: 52px;
    height: 52px;
}
.call-info .info-text {
    font-size: 14px;
    display: block;
    color: #ffffff;
}
.call-info .info-no {
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: #ffffff;
}

.call-info a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
/*utp*/

.utp_text_left {
    padding:30px;
    background-color:var(--grey1);
    min-height:380px;
}

.utp_text_left, .utp_img_right {
    border-radius: 20px;
    overflow:hidden;
}


.utp_img_right { aspect-ratio:4/2.7;  width: 100%;  background-size: cover;}

.utp_img_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.badge_red {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 6px;
    background: #fff200;
    color:#2B2F3F;
    margin:10px 0 5px 0;
}

.offer {
 
padding: 12px 20px;
border-radius: 6px;
background:  #fc0;

font-size: 16px;
font-weight: 600;
line-height: 1.3;  

}
.text1 {
    color: #686A78;
font-size: 14px;
font-weight: 500;
line-height: 1.2;
    
}

.utp .rating {
    position: absolute;
    bottom: 0;
    right: 20px;
}


/*vantages_top*/

.vantages_item {
    position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
}

.vantages_item_vertical {}
.vantages_item_vertical .vantages_item_text {margin-top:7px;}
.vantages_item_vertical .vantages_item_img {margin-bottom:15px;}
.vantages_item_title{
    
font-size: 18px;
font-weight: 700;
line-height: 1.2;
}
.vantages_item_text{
    

font-weight: 500;
line-height: 1.2;
}


.vantages_item_img {
   width: 50px; min-width:50px;
height: 50px;
margin-right:15px;
    
}

.vantages_item_img svg,.vantages_item_img img {   width: 50px;
height: 50px;}



/*formy navesov*/

.formy_navesov_block,.materials_block {

}

.card_small {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    background: #FFF;
    border-radius: 20px;
    overflow:hidden;
    -webkit-transition:.3s all;
    -o-transition:.3s all;
    transition:.3s all;
}
.card_big{  -webkit-transition:.3s all;  -o-transition:.3s all;  transition:.3s all;}

.card_small:hover,.card:hover,.card_big:hover {-webkit-box-shadow: 0px 2px 20px 0px rgba(43, 47, 63, 0.16);box-shadow: 0px 2px 20px 0px rgba(43, 47, 63, 0.16);}


.card-descr {
    
    padding:15px 20px;
}
.card_title {font-size: 16px;line-height:1.2;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all; color:#2B2F3F;}

.card:hover .card_title,.card_small:hover .card_title,.card_big:hover .card_title {color:var(--red);}
/*виды навесов*/

.bage_block{
    padding:30px;
    border-radius: 20px;
background: #F9E3CC;

-webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);

        box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
}

.tabs_items {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: end;}
.tabs_item {margin-top:5px;
    border-radius: 20px;
background: #F6F6F6;
padding: 5px 15px;color:#2B2F3F;
display:-webkit-box;
display:-ms-flexbox;
display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;font-size: 16px;
    margin-left:5px;    white-space: nowrap;
}
.content_block .tabs_item {font-size:14px;}

.left-right-block{ 
    display:-webkit-box; 
    display:-ms-flexbox; 
    display:flex;
    border-radius: 20px;overflow:hidden;
    background:#fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
}
.left-img-block {width:37%;min-width: 37%;}

.left-img-block img{-o-object-fit: cover;object-fit: cover;
    width: 100%;
    height: 100%;}

.left-img-descr-block {
    position:absolute;
    background: #2B2F3F;
    padding:9px 30px;
        bottom: 0;
    left: 0;
    right: 0;
}
.right-content-block {padding:30px 30px 27px 60px;}
.right-block-title {font-size:30px; margin-bottom:10px;}

.list_icon {padding:0;margin-top:10px;}
.list_icon li {font-size: 14px;margin-bottom:7px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#686A78; -webkit-box-align:center; -ms-flex-align:center; align-items:center;line-height:1.2;}
.list_icon li svg {margin-right:5px;width: 32px;
height: 16px;}


.list_check,.content_block ul {padding:0;margin-top:10px;}
.list_check li,.content_block ul li{position:relative;padding-left:23px;margin-bottom:7px; line-height:1.2;}
.list_check li:before,.content_block ul li:before {position:absolute;left:0; top:0;content:'';width:18px; height:18px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.5 12.3L4.5 9.3L5.55 8.25L7.5 10.2L12.45 5.25L13.5 6.3L7.5 12.3Z' fill='%23686A78'/%3E%3C/svg%3E");}



.sales_text{border-radius: 6px;font-size: 21px;
font-weight: 700;
border: 1px solid  var(--red);
background: #FFF;
padding: 10px 30px;
margin-top:20px;}


.btns {display:-webkit-box;display:-ms-flexbox;display:flex;}

.sales_descr{
    color: #686A78;
margin-top:20px;
font-size: 14px;
font-weight: 500;
line-height: 16px;
}


/*projects_block*/
.projects_block{

background: #E4EBF1;
}






.project_item,.card_small {
    border-radius: 8px;
    border:1px solid #fff;
    background:#fff;overflow:hidden;
}

.card_img {
    aspect-ratio: 4 / 3;
    /*height:180px;*/
}
/*.card_img.three-inline {
    height:230px;
}*/
@media (min-width:1400px){
/*.col-lg-9 .card_img.three-inline {
    height:180px;
}*/
}

.card_img img {-o-object-fit:cover;object-fit:cover;width:100%;height:100%;}

/*.bordered-img {overflow: hidden;
    border-radius: 8px;
    border: 1px solid #fff;
}*/


.slider__thumbs .slider__image {height:100px;}
.slider__thumbs .slider__image img {
-o-object-fit: cover;
   object-fit: cover;}

@media (min-width:992px) and (max-width:1399px){
   .slider__thumbs .slider__image {height:80px;} 
/*.card_img{
    height:13vw;
}   



  .card_img.three-inline {
   height:16vw;
}  

.col-lg-9 .card_img, .card_img{
    height:13vw;
} */

}

@media (min-width:768px) and (max-width:991px){
   .slider__thumbs .slider__image {height:70px;} 
  

/*.card_img,.card_img.three-inline {
    height: 17vw;
}*/


}

@media (min-width:575px) and (max-width:767px){
    
 /*    .card_img,.card_img.three-inline {
    height:150px;
}  */
    
}


@media screen and (max-width:575px){
    
/*.card_img, .card_img.three-inline {
    height: 30vw;
}
    */
}



@media screen and (max-width:480px){
    .page-numbers span {display:none;}
.pagination .page-numbers{
   min-width:25px;width:25px; height:25px;
  font-size:14px;
    margin-right:5px;
    
}
       .slider__thumbs .slider__image {height:65px;} 

    
}

@media screen and (max-width:400px){
       .slider__thumbs .slider__image {height:55px;} 

    
}

.arrow-r svg{min-width:24px;}





/*vantages_block*/

.vantages_block {

    
}

.vantages2_item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:start;
    
}
.vantages2_img {margin-right:20px;margin-top:0;width:70px;min-width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}



.vantages2_title {
    font-size: 21px;
font-weight: 700;
margin-bottom:10px;
}




/*vantages50*/

.vantage50-item {
   border-radius:20px;overflow:hidden;
   background:#E4EBF1;
   
    
}

.vantage50-item-content {padding:30px;}

.vantage50-item-title{
font-size: 30px;
font-weight: 700;margin-bottom:33px;
line-height:1.2;

}

.vantage50-item:nth-child(even) .vantage50-item-img {-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}
.vantage50-item:nth-child(even) .vantage50-item-content{padding-left:70px;}
.vantage50-item:nth-child(odd) .vantage50-item-content{padding-right:70px;}
/*steps*/

.steps_block {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

    
}

.steps_left {padding-right:30px;}
.steps-items {margin-top:64px;}
.steps_right {width:345px;min-width:345px;}
.steps_worker {border-radius: 30px;margin-top:70px;}

.steps_item {background:#fff;padding:30px;border-radius: 20px;display:-webkit-box;display:-ms-flexbox;display:flex;    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);    box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);}
.steps_left {}
.steps_img {width:100px;min-width:100px;}
.steps_title {
    font-weight: 700;
    font-size: 20px;
}
.steps_text {margin-top:15px;}

/*сшакуы*/


.cifres_block {

     -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);

             box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);

    border-radius: 20px;padding:30px 30px 2px 30px;
background: #F9E3CC;
    
}
.cifres-items {margin-top:70px;}
.cifres_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.cifres_item_block:nth-child(1) {width:40%;}
.cifres_item_block:nth-child(2) {width:60%;}
.cifres_item_left {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cifres_item_title{
font-size: 44px;
line-height: 54px;
font-weight: 700;}
.cifres_item_text {margin-top:30px;}

.cifres_item_right {min-width:55%;width:55%;}
.cifres_item_right img {    -o-object-fit: cover;    object-fit: cover;
    width: 100%;
    height: 100%;}
.stars-inline img{width:30px;height:30px;margin-right:3px;}
.stars-inline {margin-left:3px;}
/*reviews_block*/
.reviews_block  {
  
     -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
  
             box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);

    border-radius: 20px;padding:30px 30px 30px 30px;
background: #E4EBF1;
    
}
.reviews_text {margin-bottom:30px;}
.reviews_top_left {padding-right:20px;}
.reviews_top {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between; -webkit-box-align:start; -ms-flex-align:start; align-items:start;}
.reviews_top .btn-box {min-width:210px;}

.testimonials {
}

/*docs*/

.docs_block,.content_block {
 


}


.content_block {}


.content_block .tabs_items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}





.docs_items {padding: 0 40px;}

.docs_item_title{font-size: 15px;margin-top:15px;color:#686A78;

font-weight: 500;}

/*bottom_form_block*/
.bottom_form_wrapper {padding:70px 0;}
.bottom_form_block {
    
    
}
.form_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.form_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
}

.form_right_img {min-width: 40%;
    width: 40%;}


.form_right_img  img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.form_right_form {padding:30px;}


/*map*/

/*docs*/

.map_block {
  
    background: #FFF;
}




/*tabs*/
.tabs_block {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    background: #E4EBF1;
}

.tabs_block .nav-tabs {padding-right:40px;
    border-bottom: none;}

.tabs_block .nav-item {width:25%;padding-right:10px;}
.img_tab {width:50px;height:50px;min-width:50px;}
.title_tab {font-size:14px;color:#2B2F3F;text-align: left;margin-left:15px;line-height:1.2;}

.tabs_block .nav-link.active .title_tab{font-weight:700;}
.tabs_block .nav-link {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none!important;height: 100%;
    border-radius: 20px 20px 0px 0px;padding:10px 30px;
    background: #F6F6F6;}

.tabs_block .tab-content {
    padding: 70px 30px;
    border-radius: 0px 30px 30px 30px;
background:  #FFF;
    
}

.tabs_block .title {font-size:21px;}


/*dops*/
.dops_top_left {padding-right:20px;}
.dops_top {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between; -webkit-box-align:start; -ms-flex-align:start; align-items:start;}
.dops_top .btn-box {min-width:210px;}
.dops_block {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    background: #E4EBF1;
}
.change_item {

    display: none;

}
.change_item.active {

        display: block;
 
}

.tabs_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 30px;
   
 
    overflow:hidden;
}

.tabs_links input[type="radio"] {
    display: none;
}

.tabs_links label {
    background: #fff;
    padding: 10px 30px;
   margin-right:3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    font-size: 16px;
  
    -webkit-transition: all 0.3s;
  
    -o-transition: all 0.3s;
  
    transition: all 0.3s;
}

.tabs_links label.label-first {
    border-radius:40px 0 0 40px;
}
.tabs_links label.label-last {
    border-radius:0 40px 40px 0;margin-right:0;
    }

.tabs_links label:hover {color:var(--red);}
.tabs_links input[type="radio"]:checked+label {
    background: var(--red);
    color: #fff;
   
}



.tabs_links input[type="radio"]:checked+label::before,
.tabs_links label:last-child::before {
    display: none;
}

.tabs_links label path {
    fill: #353C48;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tabs_links input[type="radio"]:checked+label path {
    fill: #fff;
}

.tabs_link-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
}



/*last viewed*/

.last_viewed_block {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    background: #E4EBF1;
}

/*catalog*/
.param-group {
    margin-bottom:30px;
}
.param-header {
font-size: 16px;
font-weight: 600;
}
.param-title {margin-top:8px;font-size:14px;}
.param-title a{color:#2B2F3F;}
.param-title:hover a{
    width:100%;
    color: var(--red);
}
.catalog-items {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    padding: 30px;
    background: #E4EBF1;
    
   
    
}
.left-block {
    border-radius: 20px;
background: #FFF;
padding:30px;
-webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
        box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    
}

.thumb_prods_param {
    line-height:1.2;margin-bottom:5px;
}

.thumb_prods_param_title {
    color: #686A78;

font-size: 14px;

font-weight: 600;
line-height: 16px;
}

.thumb_prods_param_value {
        color: #686A78;

font-size: 14px;

font-weight: 500;
line-height: 16px;
}


.right_prods_descr {
    padding:30px;
    border-radius: 20px;
background: #E4EBF1;
    
}
.prods_param_pils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prods_param_pils a {padding:3px 8px; border-radius:10px;background:#fff;font-size: 14px;color:#686A78;    white-space: nowrap; margin-right:3px;margin-bottom:3px;}
.prods_param_pils a:hover {color:var(--red); }
.prods_param {margin-bottom:7px;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.prods_param.with-pils {display:block;}
.prods_param_title {font-weight:600;margin-right:5px;margin-bottom:5px;}
.prods_param_value{ color:#686A78; font-weight: 500;margin-bottom:5px;}

.prods_param_group  {margin:25px 0 0 0;}
.prods_param_group_title {margin-bottom:10px;
    font-size: 21px;

font-weight: 700;}

.param_icons {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.param_icons>* {margin-right:30px;margin-bottom:5px;}

.price {margin-bottom:10px;}
.old_price {position:relative;
    
    color: #9EA4BC;

font-size: 14px;
font-weight: 500;

}
.old_price:before {
    content:'';
    background: var(--red);
    width: calc(100% + 4px);
    position:absolute;
    top:50%;
    margin-top:-1px;
    left:-1px;
height: 2px;
}
.sale_price {
    
    color: var(--red);

font-size: 31px;
font-weight: 700;
    
}



/*video block*/


.video_block {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    border-radius: 20px;
    padding: 30px 30px 0 30px;
    background: #E4EBF1;
}

.video_card {background:#fff;border-radius:20px;overflow: hidden;}
.video_card_descr {padding:15px 20px 20px 20px;}
.video_block .overlay_img {position:relative;border-radius:3px;overflow: hidden;max-height:230px;}
.video_block .overlay_img >img {
    
    -o-object-fit: cover;
    
       object-fit: cover;
    width: 100%;
    height: 100%;
}


.video_block .overlay_img:after{background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 47, 63, 0.4)), to(rgba(43, 47, 63, 0.4)));background: -o-linear-gradient(bottom, rgba(43, 47, 63, 0.4), rgba(43, 47, 63, 0.4));background: linear-gradient(0deg, rgba(43, 47, 63, 0.4), rgba(43, 47, 63, 0.4));
 position:absolute; z-index:1; width:100%; height:100%;top:0;left:0;content:'';}

.video_block .play_btn {position:absolute;left:calc(50% - 32.5px);top:calc(50% - 32.5px); background: rgba(255, 255, 255, 0.81); width:65px; height:65px; border-radius:40px; z-index:2; -webkit-transition:all .2s; -o-transition:all .2s; transition:all .2s;}
.video_block .video_card:hover  .play_btn { background: var(--red); }
.video_block .video_card:hover  .play_btn svg path { fill:#fff!important; }
.video_block .video_card:hover .overlay_img {-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;}
.video_block .video_card:hover .overlay_img:after {opacity:0;}
.overlay_link {position:absolute; left:0; width:100%; height:100%;top:0; z-index:3; }


/*calc*/
.calc_inner {display:-webkit-box;display:-ms-flexbox;display:flex;border-radius: 20px;
background: #FFF;}
.calc-left {
    width:100%;padding:30px;
}
.calc-left-left {padding-right:30px;}
.calc-right {
   width:300px;min-width:300px; 
   border-radius: 0px 20px 20px 0px;
background: #F9E3CC;padding:30px;
}

.calc-param-group {margin-bottom:50px;}
.calc-param-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom:15px;
}
.calc-param-title.with_output {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.calc-param-select {
}


.__select {
  position: relative;
  width: 100%;
  height: 32px;

}
.__select[data-state="active"] .__select__title::before {
  -webkit-transform: translate(-3px, -50%) rotate(-45deg);
      -ms-transform: translate(-3px, -50%) rotate(-45deg);
          transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state="active"] .__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(45deg);
      -ms-transform: translate(3px, -50%) rotate(45deg);
          transform: translate(3px, -50%) rotate(45deg);
}




.__select[data-state="active"] .__select__title {
    background: #e4ebf1;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;}
    
    
    
.__select[data-state="active"] .__select__content {
  opacity: 1;
}
.__select[data-state="active"] .__select__label + .__select__input + .__select__label {
  max-height: 32px;

}
.__select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  color: #686A78;
    font-size: 16px;
  border-radius: 20px;
  background:#F6F6F6;
  cursor: pointer;
}

.__select:hover .__select__title  {color: var(--red);}



.__select img,.__select svg {margin-right:5px;}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #2B2F3F;
  -webkit-transform: translate(-3px, -50%) rotate(45deg);
      -ms-transform: translate(-3px, -50%) rotate(45deg);
          transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(-45deg);
      -ms-transform: translate(3px, -50%) rotate(-45deg);
          transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  border-color: #d8093a;
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color: var(--red);
}
.reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}
.reset:hover {
  background-color: #d8093a;
  color: #ffffff;
}
.__select__content {
  position: absolute;
  top: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;

  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}
.__select__input {
  display: none;
}
.__select__input:checked + label {

}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  border-radius:0;
  max-height: 0;
  color: #686A78;
  background:#f6f6f6;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.__select__label:last-child {border-bottom-left-radius:20px;border-bottom-right-radius:20px;}

.__select__label + input + .__select__label {
 
}
.__select__label:hover {
    background: #F9E3CC!important;
    color: var(--red)!important;

}


.price-group-title {
margin-bottom:20px;
font-size: 21px;

font-weight: 700;
}

.price-group {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px;}
.price-group-margin {margin-bottom:20px;}
.price-title-old,.price-title{width:55%;}
.price-title-old, .price-value-old{position:relative;z-index: 1;
color:  #686A78;
font-size: 14px;
font-weight: 500;
line-height:1.2;
}
.price-value-old,.price-value {text-align:right;white-space:nowrap;}
.price-value-old:before {
    content: '';
    background: var(--red);
    width: calc(100% + 4px);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -1px;
    height: 2px;z-index: -1;
}

.price-title, .price-value{
    
    

font-size: 16px;

font-weight: 600;
line-height: 1.2;
}
.price-value-big{color: var(--red);
font-weight: 700;
font-size: 21px;}

/*dop options*/
.dop-options-group {margin-bottom:30px;}
.dop-options-group-title{
font-size: 21px;margin-bottom:10px;
font-weight: 700;
line-height: 1.2 }

.dop-option-item {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1.2; margin-bottom:10px;}
.dop-option-item-left {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.dop-option-item-title {font-weight:600;margin-right:5px;}
.dop-option-item-text {color:#686A78; }
.dop-option-item-price {font-weight:600;margin-left:30px;white-space:nowrap;}



@media (max-width:767px){
    .steps_title {
   
    font-size: 16px;
}
    .calc_inner {display:block;}
    .calc-left {padding:20px 0;}
    .calc-left-left {margin-bottom:30px;}
    .calc-param-group {margin-bottom: 20px;}
    .calc-param-title {margin-bottom: 5px;font-size:14px;}
    .price-title, .price-value {
    font-size: 14px;
}
    .calc-right {
    width: 100%;
    min-width: 100%;
    border-radius: 20px;
    background: #F9E3CC;
    padding: 20px;
}
.dop-options-group-title {
    font-size: 16px;
 
}
.dop-options-group {
    margin-bottom: 15px;
    font-size: 12px;
}
.dop-option-item {

    margin-bottom: 5px;
}
}




/*РєРѕРЅС‚Р°РєС‚С‹*/
.contacts p {margin-bottom:0;}
.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   
}

.contacts__info {
    width: 23%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__info-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contacts__info-container {
    margin-bottom: 40px;
}

.contacts__info-address, .contacts__info-work-time, .contacts__info-phones, .contacts__info-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts__info-phones a,.contacts__info-email a {color:#2B2F3F;}
.contacts__info-container > div {
    margin-bottom: 15px;
}

.contacts__info-address img, .contacts__info-address svg, .contacts__info-work-time img, .contacts__info-work-time svg, .contacts__info-phones img, .contacts__info-phones svg, .contacts__info-email img, .contacts__info-email svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    fill: var(--main-color);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contacts svg path {  fill: var(--main-color);}



.contacts__info-address p, .contacts__info-work-time p, .contacts__info-phones p, .contacts__info-email p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.contacts__info-container > div:last-child {
    margin-bottom: 0;
}

.contacts__info-social {
    margin-bottom: 20px;
}

.contacts__info-social > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__info-social > div a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.contacts__info-social > div a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
.contacts__info-social > div a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contacts__info-social > div a:last-child {
    margin-right: 0;
}
.contacts__info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts__info-links a,.contacts__address p a {
    font-weight: 700;position:relative;
    font-size: 16px;
    line-height: 1.2;
    color: var(--main-color);
}

.md-line-dashed:after, .md-line-dotted:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0%;
    right: 0%;
    height: 0;
    border-bottom: 2px dotted var(--main-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contacts__images {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__images-item {
    margin-bottom: 20px;
}
.contacts__images-item:last-child {
    margin-bottom: 0;
}
.contacts__images-item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.contacts__images-item > div {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__images-item > div a {
    width: 32%;
    height: 95px;
    border-radius: var(--brad-regular);
    overflow: hidden;
}
.contacts__images-item > div a:first-child {
    width: 65%;
    height: 200px;
    margin-right: 5px;
}

.contacts__images-item > div a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts__address {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__address p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__address .map-container {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: var(--brad-regular);
}

.contacts__address .map-container iframe {
    width: 100%;
    height: 100%;
}



@media (max-width:1199px) {
    
.contacts__images-item > div a:first-child {
    height: 140px;
} 

.contacts__images-item > div {  height: 140px;}
    .contacts__images-item > div a {
    height: 67px;}


.contacts__info-links a, .contacts__address p a,.contacts__info-address p, .contacts__info-work-time p, .contacts__info-phones p, .contacts__info-email p {
    font-size: 14px;

}
}
@media only screen and (max-width: 767px){
.contacts__container, .contacts__container.md-container-with-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
    
.contacts__info {
    width: 100%;
    margin-bottom:30px
}   
 .contacts__container .contacts__images, .contacts__container.md-container-with-form .contacts__images {
    width: 100%;
    margin-bottom: 30px;
}   

.contacts__address {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

.contacts__images-item > div a:first-child,.contacts__images-item > div {

    height: 200px;

}
.contacts__images-item > div a {
   
    height: 95px;}
    
  .contacts__address .map-container {
    width: 100%;
    height: 350px;
}  
    
}
/*РєРѕРЅС‚Р°РєС‚С‹*/


/**/




/*video*/

.video-item-big {padding:30px;border-radius: 20px;
    overflow: hidden;
    background: #E4EBF1;}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width:1399px){
    body {
    font-size: 15px;}
   .row {
    --bs-gutter-x: 25px;
} 
.btn1,.btn3,.btn2,.btn4 {
    padding: 18px 25px;
     font-size: 14px;
}

.small-btn {
    padding: 12px 30px;
    font-size: 12px;
}

.card_title {
    font-size: 15px;}
.header .btn3 {font-size:12px;}
    
.title-first {
    font-size: 28px;
}


.title-lg {
    font-size: 26px;
}
.right-block-title {
    font-size: 26px;
}   

.sales_text {

    font-size: 18px;
    padding: 10px 25px;}
    


.vantages2_title {
    font-size: 18px;}


.f21 {
    font-size: 18px;
}

.cifres_item_title {
    font-size: 34px;
    line-height: 1.2;}

.tabs_block .title {
    font-size: 18px;
}


.prods_param_group_title {
    margin-bottom: 8px;
    font-size: 18px;

}
.prods_param_group {
    margin: 18px 0 0 0;
    font-size: 15px;
}    
 .vantage50-item-title {
    font-size: 26px;
    margin-bottom: 20px;}  
    
.step-slide__title {

    font-size: 18px;}    
.mlg {
    margin-bottom: 30px;
}    
  
}


@media (max-width:1299px){
.vantages_item_title {
    font-size: 18px;

}
.right-content-block {
    padding: 20px 20px 20px 40px;
}
.mlg2 {
    margin-bottom: 50px;
}

.header-logo-text {display:none;}
}
.card_icon {margin-left:10px;}
.card_text {
    font-size: 14px;
    line-height: 1.3;
} 
@media (max-width:1199px){
.card-descr {
    padding: 15px;
}
 .card_title, .card_text {
    font-size: 14px;
    line-height: 1.3;
}   


.card_icon svg {width:30px;height:20px;}    
    .email-block {display:none!important;}
}







@media (max-width:991px){
    .mt15 {
    margin-top: 10px;
}
   .thumb_prods_param_title,.thumb_prods_param_value {font-size:12px;}
   .thumb_prods_param {
  
    margin-bottom: 0;
}
    .vantage50-item .vantage50-item-img {-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}
    .vantage50-item .vantage50-item-content {padding:30px!important;}
    .utp_text_left,.utp_img_right {

    min-height: auto;
}
    .title-first br,.title-lg br, .title br,.card br {display:none;}
    
    
    
    
    
    
    
    .mlg2 {
    margin-bottom: 30px;
}
    .mb {margin-bottom:10px;}

.mb2 {margin-bottom: 20px;}

.mt_lg2 {margin-top:50px;}
.mb_lg2 {margin-bottom:50px;}

.pt_lg2 {padding-top:60px;}
.pb_lg2 {padding-bottom:50px;}
.pt_lg {padding-top:30px;}
.pb_lg {padding-bottom:30px;}
.title-lg {
    font-size: 22px;
}
.card_title {
    font-size: 14px;
    line-height: 1.2;
}
.vantages_item_title {
    font-size: 16px;

}
.vantages_item_img,.vantages_item_img img {
   width:50px;height:50px; min-width:50px;

}

.vantages_item_text {
    font-size: 14px;
}

.tabs_item {

    font-size: 14px;}
.content_block .tabs_item {font-size:12px;}
    
.sales_text {
    font-size: 16px;}    
    
.right-block-title {
    font-size: 22px;
}  
.tabs_block .nav-tabs {
    padding-right: 0;}
.tabs_block .nav-item {
    width: 50%;margin-bottom:5px;
    padding-right: 5px;
}
.tabs_block .nav-link {
    border-radius: 20px;    width: 100%;
    padding: 10px 20px;}
.tabs_block .tab-content {
    padding: 40px 20px;
    border-radius: 20px;}
    .video_block .overlay_img:after {

    opacity: 0;
}.video_block .play_btn {background:#fff;}
}

@media (max-width:767px){
    .small-btn {
    padding: 10px 25px;
    font-size: 12px;
    text-transform: none;
}
    .catalog-items {padding:20px 10px;}
    .w-100m {width:100%;}
    .title-first.fw700 {font-weight:700!important;}
    .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666%;
}
    .vantages_item {
    position: relative;
}
    .mlg2 {
    margin-bottom: 20px;
}
.text1 {
 
    font-size: 12px;}
    .utp_img_right {
 
    background-size: cover;
}
.right_img_top{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:15px;}
.utp_text_left {  min-height: auto;
    padding: 15px;}

    
 .utp .btn-box,.utp .btn-box a {
    margin-right: 0;
    width: 100%;
}  

.utp .text1{margin-top:5px;}
.offer {
 padding: 7px 10px;

    font-size: 12px;

}
.mb2 {
    margin-bottom: 15px;
}


.bage_block {
    padding: 15px;}

.bage_block .mb2 {margin-bottom:0;}

.left-right-block {-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.left-img-block {
    width: 100%;
    min-width: 100%;
}
.right-content-block {
    padding: 15px;
}
.sales_text {
    font-size: 14px;padding:10px;
}
.btns a,.btns>div {width:100%;}


.left-right-block .btns >* {
    margin-bottom: 0;
}

.sales_descr {
 
    margin-top: 10px;
    font-size: 10px;}


.vantages2_item {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    
}

.vantages2_img {
    margin-right: 0;
margin-bottom:20px;
    width: 55px;min-width: 55px;
    height: 55px;}
.vantages2_title {font-size: 16px;margin-bottom: 10px;}
.vantages2_text {
    font-size: 14px;margin-bottom: 0;
}
.vantages2_descr br {display:none;}
.fw700 {font-weight:600!important;}

.projects_block .btn-box {margin-top:20px;}
.projects_block .btn-box,.projects_block .btn-box a {width:100%;}



.steps_block {-ms-flex-wrap:wrap;flex-wrap:wrap;}
.steps_left {
 
}

.steps_top {

}
.steps_img {margin-bottom:10px;}
.steps_text {
    margin-top: 10px;
}

.steps_left {}
.steps_worker {
    margin-top: 20px;
}









.cifres_block,.reviews_block {padding:20px 15px;}
.cifres-items>div {width:100%!important;}
.cifres_item_right {display:none;}
.cifres_item_left {
    width: 100%;
    padding: 20px;}
    
.cifres_item_title {
    font-size: 21px;
}

.cifres_item_text {
    margin-top: 10px;
}

.cifres_item_left .btn1{margin-top:30px;}




.reviews_text {
    margin-top: 20px;
    margin-bottom: 20px;
}


.bottom_form_wrapper {
    padding: 40px 0;
}
.form_right_img {-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;min-width: 100%;
    width: 100%;}
.form_right {-ms-flex-wrap:wrap;flex-wrap:wrap;}
.form_left {margin-bottom:20px;}
.title_top_left {margin-bottom:0;}


.video_block .play_btn {
background:#fff;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);

    width: 45px;
    height: 45px;

}
.video_block .play_btn svg {width:15px;height:15px;}

.catalog-items .btn1 {margin-top:20px;}
/*body {
    background: #ffffff;}*/
}







.fm-element {margin-bottom:30px;}
@media (max-width:575px){

    .mlg {
    margin-bottom: 20px;
}
    .vantage50-item-title {font-size:16px;margin-bottom:20px;}
    .vantage50-item .vantage50-item-content {
    padding: 20px 15px!important;
}
   .dops_block .row-cols-xs-2>*,.video_block .row-cols-xs-2>*,.catalog-items .row-cols-xs-2>*,.last_viewed_block .row-cols-xs-2>* {width:50%;}
    .steps_right {

    min-width: auto;
}
    .btn1 .f21, .btn3 .f21, .btn2 .f21, .btn4 .f21 {
    
    font-size: 14px;
}
    
    
    .mobile575 {display:block!important;}
    .card_icon svg {
    width: 50px;
    height: 40px;
}
    
    

    .card_title br {display:none;}
    .fm-element {margin-bottom:15px;}
    .card-descr {
    padding: 15px 20px;
}

.formy_navesov_block, .materials_block,.last_viewed_block {

  }
.last_viewed_block {

    padding: 20px 0 20px 0;}  
    
   
    
   
.tabs_block .nav-item {
    width: 100%;}   
 .title_tab {
    font-size: 12px;}  
   
.tabs_block .nav-link {    padding: 5px 10px;} 
.tabs_block .tab-content {
    padding: 20px 10px;}
    
.docs_items {
    padding: 0;
}
.docs_item_title {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 5px;}
.docs_block,.tabs_block,.dops_block,.video_block,.content_block {padding:20px 15px;}





  .row {--bs-gutter-x: 10px;}
  
.form_right_form {padding:20px;}

.row >.mb30 {margin-bottom:15px;} 




}


@media (max-width:480px){
    .steps_item {

    padding: 20px;

}
    .dops_block .card-descr,.dops_block .card-descr >* {font-size:12px;}
  .video_card_descr {
    padding: 10px;
    font-size: 12px;
}


   .row >.mb30 {margin-bottom:10px;} 
    .card-descr {
    padding: 10px;
}
}

@media (max-width:480px){
    

    .card-descr {
    font-size: 12px;
}
.thumb_prods_param_title,.thumb_prods_param_value{font-size: 12px;}

}

/*quiz*/
.quiz_subheading {
  
font-size: 16px;
font-weight: 600;
    
}
.quiz_heading {
    
    font-size: 21px;
font-weight: 700;
}
.snoska_q {
    border-radius: 6px;
background: #feea8c;padding: 10px 15px;
}

.quiz_header {
    border-radius: 20px;
    background: #F9E3CC;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.quiz {padding:10px;
    background: #fff;position:relative;
    margin: 0 auto;
        border: 8px solid #19599c;
    border-radius: 20px;
    overflow:hidden;
    
    
    
}


@media (max-width:991px){
    .snoska_q {margin-bottom:20px;}
.bx-wrapper .h-100 {height:auto!important;}
}
.mbauto {margin-bottom:auto!important;}

.leftq_side {
    padding: 20px;
    height: 100%;
    margin-left: 10px;
}

@media (max-width:480px){
    .leftq_side, .snoska{
    padding: 20px;

}


}







.z1 {z-index:1;}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.tree {max-width:85%;margin:0 auto;}
.vantages_item_check {margin-bottom:40px;}

.cone {
    position: absolute;
    background: url(../img/cone.png) no-repeat;
    width: 213px;
    height: 224px;
    top: 250px;
    left: -150px;
    z-index: 2;
    -webkit-animation: move1 3.5s ease-in-out infinite;
            animation: move1 3.5s ease-in-out infinite;
}
   @-webkit-keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
   @keyframes move1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.zindex1 {z-index:1;}    
.clock_img {width:50px;}
.uppercase {text-transform:uppercase;}
.lh12 {
    line-height: 1.2!important;
}
.img_utp_check {
    -webkit-box-shadow: 0 8px 24px rgb(69, 88, 157, .15);
            box-shadow: 0 8px 24px rgb(69, 88, 157, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 3px;
    background: #fff; 
    
}

.img_utp_check.orange {
    
    background: #e3a253;
}

.img_utp_check.green {
    
   background: var(--red);
}

.img_utp_check.orange img,.img_utp_check.green img {
        -webkit-filter: brightness(100);
                filter: brightness(100);
    
    
}
.tr_circle  {background: transparent; }


.calc_text {
    font-size: 16px;
}

.utp .calc_text{
    font-size: 16px;
}
.top-icons-wrapper {margin-top:60px; margin-bottom:50px;}
.calc_text span1 {
    position: relative;
    z-index: 1;
    margin: 0 10rem;}
 .calc_text span1:before{
     
     content: "";
    position: absolute;
    display: block;
    height: 110%;
    border-radius: 5px;
    background-color: #fda228;
    width: 112%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: -1;
 }   





.partners-inner {overflow:hidden;}
.arcticmodal-overlay, .arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }

.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }

*:first-child + html .arcticmodal-container { height: 100%; }

.arcticmodal-container_i { height: 100%; margin: 0 auto; }

.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }

.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }

.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.bx-wrapper { position: relative; margin: 0 auto; padding: 0; -ms-touch-action: pan-y; touch-action: pan-y; }

.bx-wrapper img { max-width: 100%; display: block; }

.bxslider { margin: 0; padding: 0; }

ul.bxslider { list-style: none; }

.bx-viewport { -webkit-transform: translatez(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager { position: absolute; bottom: -30px; width: 100%; }

.bx-wrapper .bx-loading { min-height: 50px; background: url(/test/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }

.bx-wrapper .bx-pager { text-align: center; font-size: .85em;  font-weight: 600; color: #666; padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover { background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item { display: inline-block; }

.bx-wrapper .bx-pager-item { font-size: 0; line-height: 0; }

.bx-wrapper .bx-prev { left: 10px; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover { background-position: 0 0; }

.bx-wrapper .bx-next {   }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover { background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled { display: none; }

.bx-wrapper .bx-controls-auto { text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(images/controls.png) -86px -11px no-repeat; margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover { background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(images/controls.png) -86px -44px no-repeat; margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover { background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }

.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666; background: rgba(80, 80, 80, 0.75); width: 100%; }

.bx-wrapper .bx-caption span { color: #fff;  display: block; font-size: .85em; padding: 10px; }

.main-progress__text, .step-slide__title-counter, .pick-item__label, .pick-item__label_checkbox, .pick-item__label-add, .area-add__input, .area-add__label { font-size: 15px; }

.pick-item__label {line-height:1;}


input.error { border-color: red !important; }

label.error { display: none !important; }

.btn-next, .last-step-form__button, .btn-back {
    border-radius: 6px;
    height: 45px;
    padding: 5px 20px;
    font-size: 1rem;
    text-decoration: none!important;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    height: 56px;
    padding: 5px 40px;
    text-decoration: none!important;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    background: #e4ebf1;
    text-align: center;
    width: 230px;
    color: #2B2F3F!important;
    background-position: top right;
}

.btn-back:hover {
    
    color: #fff!important;
    background: var(--red);
}

.btn-next:hover { }
.btn-next_active,.last-step-form__button {
    color:#fff!important;
    border-radius: 6px;

    position: relative;
    background: var(--red);
    color: #2B2F3F;


    
    
    
}







.last-step-form {max-width:460px;}
.last-step-form__button {width: 100%;
    margin-bottom: 10px;height: 60px;}

.btn-next_active span:after { background: url("img/next-row-a.svg") no-repeat center; }
.btn-next-container {  position: relative; }
.btn-next-container:before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 5; }
.btn-next-container_active:before { content: none; }


.bx-next { display: inline-block; width: 100%; max-width: 285px; }

.portable-test-wrapper { background: #FFF; position: relative; }

.header-line { padding: 30px 0; }
.header-line .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.header-line__logo { display: block; margin-right: 35px; }
.header-line__title { font-size: 15px; line-height: 1.33; }

.main-progress {
    position: relative;
    height: 10px;
    background-color: #E4EBF1;
    border-radius: 30px;
    overflow: hidden;
}
.main-progress__extender {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--red);
    background-image: repeating-linear-gradient( -55deg,transparent,transparent 6px, var(--red) 7px, var(--red) 13px),-webkit-gradient(linear, left bottom, left top, from(#59B0E3), to(#59B0E3));
    background-image: -o-repeating-linear-gradient( 145deg,transparent,transparent 6px, var(--red) 7px, var(--red) 13px),-o-linear-gradient(bottom, #59B0E3 0%, #59B0E3 100%);
    background-image: repeating-linear-gradient( -55deg,transparent,transparent 6px, var(--red) 7px, var(--red) 13px),linear-gradient(to top, #59B0E3 0%, #59B0E3 100%);
    -webkit-animation: progress_bar 50s linear infinite;
    animation: progress_bar 50s linear infinite;
    background-size: 1000px;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    padding: 0;
}

.main-progress__text { position: absolute;top:-25px; width: 100%; display: none; }
.main-progress__text_active { display: block; }

.step { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin: 20px auto 30px; }
.step__text { font-size: 14px; margin-right: 15px; }
.step__extender { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; position: relative; }
.step__extender:after { content: ""; display: block; width: 100%; height: 1px; background: #007dc8; position: absolute; top: calc(50% - .5px); left: 0; right: 0; }
.step__extender-item { width: 9px; height: 9px; border: 1px solid #007dc8; border-radius: 50%; background: #FFF; margin-right: 15px; position: relative; z-index: 2; }
.step__extender-item:last-child { margin-right: 0; }
.step__extender-item_active { background: #007dc8; }

.step-slide { }
.step-slide__discount { font-size: 18px; font-weight: bold; padding-left: 30px; margin: -25px 0 40px 15px; background: url("img/gift.svg") no-repeat left center; }
.step-slide__title { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; font-size: 21px;  margin-bottom: 10px; }
.step-slide__title-counter { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 35px; min-width: 35px; height: 35px; border: 3px solid #007dc8; border-radius: 50%; font-weight: bold; margin-right: 15px; }
.step-slide__grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;  margin: 0 -15px; }
.step-slide__grid-col { width: 50%; padding: 0 15px; }
.step-slide__grid-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; }

.pick-item { display: block; width: 100%; margin: 0 15px 30px; cursor: pointer; }


.step-slide__grid.three-in-line { -webkit-box-align: unset; -ms-flex-align: unset; align-items: unset;}

.quiz-btns {margin:0;}

.last_dn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
.three-in-line.img-right .pick-item {float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;position:relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    margin: 0 15px 15px 0;
    line-height: 1.2;
   
    background:#fff;
    padding:15px;
    border-radius:6px;overflow:hidden;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
            box-shadow: 0px 2px 10px 0px rgba(43, 47, 63, 0.06);
}

.three-in-line.img-right .pick-item img {margin-left:15px;}
.three-in-line .pick-item {
    width: calc(100%/3 - 30px);
    
    
}

.three-in-line .pick-item.quiz__answer__img--lg img {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 70px;
    max-height: none;
    
}

.three-in-line .pick-item.quiz__answer__img--lg:last-child img {position:relative;min-width:auto;max-height:100%;}


@media (min-width:992px) and (max-width:1199px){
    .vantages_item_text {
    font-size: 14px;

}
    .portfolio__slide__photo--big {

    aspect-ratio: auto!important;
    height: 380px;

}
    .qright_center,.qright_bottom {font-size:14px;padding:20px!important;}
    .quiz .vantage__item .vantage__item-descr {
    font-size: 12px;
}
.three-in-line .pick-item {
    width: calc(100%/3 - 30px);
}
}






.four-in-line .pick-item {
    width: calc(100%/4 - 30px);
}

.no_img .pick-item {
    margin: 0 15px 15px;}

.plr15 {padding-left:15px;padding-right:15px;}
.snoska img {
    width: 40px;
}


.pick-item_file { width: 100%; max-width: 100%; margin: 0 0 30px; }
.pick-item__img {display:block;aspect-ratio: 4/2.7; width: 100%; overflow: hidden; margin-bottom: 10px; text-align: center; }

.pick-item__img.quiz__answer__img--lg {height:300px;}
.pick-item__img.quiz__answer__img--lg {
    height: 300px;
    border: 1px solid;
    border-radius: 10px;
    border-color: #e4ebf1;
}

.pick-item__img img { border-radius: 10px;display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.pick-item__input { display: none; }
.pick-item__label_checkbox:before {
    margin-right: 10px;
    content: "";
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid #eaeef3;
    position: relative;
    background-color: #f5f6f6;
}
.pick-item__label_checkbox:before {  background-position: center;
    background-repeat: no-repeat;background-size: 14px;
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='РЎР»РѕР№_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23dadcdc;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E");
}
.pick-item__input:checked + .pick-item__label_checkbox:before { 
    background-color: var(--red);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='РЎР»РѕР№_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 26.4' style='enable-background:new 0 0 30 26.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M27.5,6.2L25.3,4c-0.3-0.3-0.7-0.5-1.1-0.5c-0.4,0-0.8,0.2-1.1,0.5L12.4,14.7L7.6,9.9C7.3,9.6,6.9,9.4,6.5,9.4 S5.7,9.6,5.4,9.9l-2.2,2.2c-0.3,0.3-0.5,0.7-0.5,1.1c0,0.4,0.2,0.8,0.5,1.1l5.9,5.9l2.2,2.2c0.3,0.3,0.7,0.5,1.1,0.5 s0.8-0.2,1.1-0.5l2.2-2.2L27.5,8.4c0.3-0.3,0.5-0.7,0.5-1.1S27.8,6.5,27.5,6.2L27.5,6.2z'/%3E%3C/svg%3E");
       background-position: center;
    background-repeat: no-repeat;
        border: 1px solid var(--red);
    
    background-size: 14px; }
    
.pick-item__input:checked ~ .pick-item__img.quiz__answer__img--lg {
    
    border-color:var(--red);
}   
    
    
.pick-item__label {     display: block;line-height: 1.2; position: relative; padding-left: 30px; }
.pick-item__label_img {padding-top:3px;}
.pick-item__label:before { content: ""; display: block; width: 24px; height: 24px; border: 1px solid #2B2F3F; border-radius: 50%; background: #FFF; position: absolute; top: 0; left: 0; }
.pick-item__input:checked + .pick-item__label:before {  border: 1px solid #90278E;}
.pick-item__input:checked + .pick-item__label:after { content: ""; display: block; width: 10px; height: 10px; background: #90278E; border-radius: 50%; position: absolute; top: 7px; left: 7px;}
.pick-item__label_checkbox {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    position: relative;
    /*border: solid 1px #d3d5d5;
    padding: 5px 10px;
    border-radius: 8px;*/
}

.one_in_line .pick-item__label_checkbox {max-width: 100%;
    
    
    
    
}


.pick-item__label_file { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; max-width: 230px; height: 230px; border: 1px solid #fbc95d; border-radius: 10px; padding:10px; }
.pick-item__label_file:before { content: ""; display: block; width: 20px; height: 20px; background: url(img/file.svg) no-repeat center; margin-right: 8px; }
.pick-item__label-hint { display: inline-block; font-size: 13px; color: #717171; padding-left: 30px; margin-top: 10px; }
.pick-item__label-add { display: none; padding: 20px; padding-right: 30px; background: #F2F2F2; margin-top: 30px; position: relative; }
.pick-item__label-add:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 14px 14px 0px; border-color: transparent transparent #f2f2f2 transparent; position: absolute; bottom: 100%; left: 30px; }
.pick-item-list { margin-bottom: 30px; }
.pick-item-list-item { margin-bottom: 15px; }
.pick-item-list-item:last-child { margin-bottom: 0; }


.pick-item2__input { display: none; width: 200px; height: 65px; border: 0px; padding-left: 20px; font-size: 18px; margin-right: 10px; margin-bottom: 15px; background-color: #fff; border:1px solid #c8c8c8;  }


.grey-add, .area-add { display: none; width: 100%; max-width: 980px; margin-bottom: 20px; padding: 20px; background: #F2F2F2; }
.grey-add__title, .area-add__title { width: 100%; font-size: 18px; font-weight: bold; }
.grey-add-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.grey-add .pick-item, .area-add .pick-item { width: calc(100% / 5); min-width: 180px; margin: 0; padding: 15px 0 0; text-align: left; }

.area-add { width: auto; display: inline-block; }
.area-add-box { width: 100%; display: none; }
.area-add__title { margin-bottom: 10px; }
.area-add-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.area-add__input { display: block; width: 100px; height: 42px; background: #FFF; border: none; border-radius: 5px; margin-right: 15px; padding: 0 15px; }

.last-step-form { width: 100%; padding-left: 15px; }
.last-step-form__label { display: block; max-width: 900px; font-size: 20px; margin-bottom: 20px; }
.last-step-form-checked__input { display: none; }
.last-step-form-checked__label { display: inline-block; font-size: 14px; color: #4A4A4A; padding-left: 30px; position: relative; cursor: pointer; margin: 5px 0 15px; }
.last-step-form-checked__label:before { content: ""; display: block; width: 22px; height: 22px; border-radius: 4px; background-color: #EFEFEF; position: absolute; left: 0; top: calc(50% - 11px); }
.last-step-form-checked__input:checked + .last-step-form-checked__label:before { background-image: url(img/033-check-1.svg); background-repeat: no-repeat; background-position: center; background-size: 14px; }
.last-step-form__input {border-radius:5px;
    display: block;
    width: 100%;
    max-width: 460px;
    height: 52px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #E4EBF1;
    font-size: 16px;
  
    background: #ffffff url(/test/img/phone.png) no-repeat left 20px center;
}


.last-step-form__input2 {border-radius:5px;
    display: block;
    width: 100%;
    max-width: 460px;
    height: 52px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #E4EBF1;
    font-size: 16px;
   
    background: #ffffff url(/test/img/user.png) no-repeat left 20px center;
}



.last-step-form__input3 {border-radius:5px;
    display: block;
    width: 100%;
   
    height: 140px;
    padding-left: 20px;
    padding-top:20px;padding-bottom:20px;
    padding-right:20px;
    margin-bottom: 20px;
    border: 1px solid #E4EBF1;
    font-size: 16px;

}
.last-step-form__accept { font-size: 10px; color: #4A4A4A; }
.last-step-form__accept a { color: inherit; text-decoration: underline; }

.after-submit { background: #FFF; }
.after-submit .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; height: 100%; padding: 150px 0; }
.after-submit__title { padding-top: 80px; font-size: 28px; font-weight: bold; margin-bottom: 10px; background: url("/test/img/done.png") no-repeat top center; text-align: center; }
.after-submit__descr { font-size: 18px; text-align: center; }
.after-submit__descr a { color: #3D2289; text-decoration: underline; }

.test-modal-button { display: block; width: 100%; max-width: 330px; height: 66px; border-radius: 4px; overflow: hidden; border: 0; background: #09B677; font-size: 18px; font-weight: bold; position: relative; cursor: pointer; text-transform: uppercase; color: #FFF; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.test-modal-button:hover { background: #089E67; }
.test-modal-button span:after { content: ""; display: inline-block; width: 23px; height: 23px; background: url("img/form-w.svg") no-repeat center; margin: 0 0 -5px 10px; }

.arcticmodal-container { -webkit-overflow-scrolling: touch; overflow-y: scroll; }

@media screen and (max-width: 767px) { .header-line .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
  
  .three-in-line .pick-item {
    width: 33%;
}
  
  .header-line__logo { margin: 0 0 15px; }
  .btn-next { margin: 0; }
  .step { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .step-slide__title { }
  .step-slide__title-counter { margin: 0 0 10px; }
  .step-slide__grid { padding: 0; margin: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .step-slide__discount { text-align: center; padding: 30px 0 0; background-position: top center; margin-left: 0; }
  .pick-item__label { display: inline-block; }
  .last-step-form { padding: 0; }
  .last-step-form__label, .last-step-form__accept { text-align: center; }
  .last-step-form__input, .last-step-form__button { margin-left: auto; margin-right: auto; }
  .btn-next-container {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
  .area-add-box { text-align: center; } }
#sendMail { display: none; }

@media screen and (max-width: 640px) { .main-progress__text, .step-slide__title-counter, .pick-item__label, .pick-item__label_checkbox, .pick-item__label-add, .area-add__input, .area-add__label { font-size: 14px; }
  .step-slide__title { font-size: 18px; }
  .pick-item { width: 50%; margin: 0; padding: 0 5px 17px; }
  .pick-item__img {}
  .pick-item__label { padding-left: 20px; }
  .pick-item__label:before { width: 14px; height: 14px; top: 2px; }
  .pick-item_file { width: 100%; }
  .pick-item__input:checked + .pick-item__label:after { width: 6px; height: 6px; top: 6px; left: 4px; }
  .btn-next { padding: 10px 0; font-size: 15px; }
  .btn-next span:after { margin-bottom: -2px; } }
@media screen and (max-width: 480px) {
    .pick-item__img { }
    
    .container { padding: 0 15px; }
  .last-step-form__button { font-size: 16px; padding: 30px 0; }
  .last-step-form__button span:after { width: 18px; height: 18px; margin: 0 0 -4px 5px; background-size: 100% 100%; }
  .btn-next {padding:20px;}
  .pick-item__label_file {width: 300px; height: 50px; margin:0;}
   .step-slide__grid-col { width: 100%; } }
   
 .w100 {width:100%;}
 .progress-line {margin-bottom:30px; }
 .qright_side {height:100%;border-radius: 15px 0px 0px 15px;
    overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background:#e4ebf1;

 }

    .q_title {font-size:18px; font-weight:600;}


@-webkit-keyframes progress_bar{0%{background-position:0 0}100%{background-position:1000px 0}}
@keyframes progress_bar{0%{background-position:0 0}100%{background-position:1000px 0}}


.snoska_text {font-size:12px;line-height:1.2;margin-left:10px;}
/*quiz*/











.right_block_panel {background: #eaeef3; padding:40px 50px;}
.acenter {-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.cert {margin: 0 auto;}
.banner-items.abs_bottom {position:absolute; bottom:0;    
right: 15px;
left: 15px;
 width:auto;     z-index: 3;  
}
.circle_border {border:1px solid #2B2F3F; border-radius:30px; padding:8px;}
.fwb {font-weight:700;}
.fw400 {font-weight:400;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.white {color:#fff;}
.overlay_top_bottom,.overlay_top_bottom1,.overlay_top1,.overlay_top{position:absolute;width:100%;height:100%;top:0; left:0;}
.mauto {margin: 0 auto;}


.overlay_top_bottom1:before {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    height: 30%;
    content: '';
    background: -o-linear-gradient(bottom,transparent 0%,rgb(26,26,31,.80) 100%);
    background: -webkit-gradient(linear,left bottom, left top,from(transparent),to(rgb(26,26,31,.80)));
    background: linear-gradient(to top,transparent 0%,rgb(26,26,31,.80) 100%);
}
.container.bigcontainer {
    max-width: 1600px!important;
}
.overlay_top1:before {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    height: 30%;
    content: '';
    background: -o-linear-gradient(bottom,transparent 0%,rgb(26,26,31,.8) 100%);
    background: -webkit-gradient(linear,left bottom, left top,from(transparent),to(rgb(26,26,31,.8)));
    background: linear-gradient(to top,transparent 0%,rgb(26,26,31,.8) 100%);
}

.overlay_top_bottom1:after {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30%;
    content: '';
    background: -o-linear-gradient(top,transparent 0%,rgb(26,26,31,.60) 45%,rgb(26,26,31,.85) 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(45%, rgb(26,26,31,.60)),to(rgb(26,26,31,.85)));
    background: linear-gradient(to bottom,transparent 0%,rgb(26,26,31,.60) 45%,rgb(26,26,31,.85) 100%);
}






.overlay_top_bottom:before {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    height: 30%;
    content: '';
    background: -o-linear-gradient(bottom,transparent 35%,rgb(26,26,31,.70) 100%);
    background: -webkit-gradient(linear,left bottom, left top,color-stop(35%, transparent),to(rgb(26,26,31,.70)));
    background: linear-gradient(to top,transparent 35%,rgb(26,26,31,.70) 100%);
}

.overlay_top:before {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    height: 30%;
    content: '';
    background: -o-linear-gradient(bottom,transparent 35%,rgb(26,26,31,.70) 100%);
    background: -webkit-gradient(linear,left bottom, left top,color-stop(35%, transparent),to(rgb(26,26,31,.70)));
    background: linear-gradient(to top,transparent 35%,rgb(26,26,31,.70) 100%);
}

.overlay_top_bottom:after {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 30%;
    content: '';
    background: -o-linear-gradient(top,transparent 35%,rgb(26,26,31,.70) 100%);
    background: -webkit-gradient(linear,left top, left bottom,color-stop(35%, transparent),to(rgb(26,26,31,.70)));
    background: linear-gradient(to bottom,transparent 35%,rgb(26,26,31,.70) 100%);
}



.main__content-vantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__content-vantage-item {
    width: 100%;
    margin-bottom: 2rem;
}
.main__content-vantage-item:last-child{ margin-bottom: 0;}
.vantage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vantage__item-img {
    width: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.9rem;
}

.vantage__item-descr {
    font-size: 1rem;
    margin-bottom: 0!important;
    line-height: 1.2;
}


.banner.h-auto {padding-top:220px;}

.banner.h-auto .banner-items {position:relative; z-index:3;}




.page-template-page-content-nobaner-php main {
    padding: 70px 0px 0px 0px;
}

.page-template-page-content-nobaner-php .documents {
    padding-top: 0;
}


h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul.list,ul.listfull,.main-content ul {
    list-style: none;
    padding-left: 0;
}
ul.list li,ul.listfull li,.main-content ul li {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 1.5rem;
}



ul.listfull li:before,.main-content ul li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0.4rem;
    width: 7px;
    height: 7px;
    content: '';
    background: #007dc8;
}


.thin {
    font-weight: 200;
}

.white h2, .white, .white h3 {
    color: #fff;
}
h1 {margin-bottom:30px;}
.title {
    
    font-size: 16px;
    line-height: 1.4;
}




.link-animate {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    text-align: center;
    text-decoration: none;
 
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: color,background-color,border-color;
    -o-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    position: relative;
    overflow: hidden;

    text-decoration: none;
    margin-top: auto;
    text-transform: none;
}

.link-animate:hover {color: #686A78;}

.link-animate::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px!important;
    background: #686A78;
}

.documents-item-img,.zoom-cursor {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;

}


.documents-item:hover .documents-item-img{

-webkit-transform: scale(1.03,1.03);

    -ms-transform: scale(1.03,1.03);

        transform: scale(1.03,1.03);}

@-webkit-keyframes underline {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes underline {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  51% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.link-abs-full {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 3;
}



@-webkit-keyframes scrollBounce {
	0%{
		top: calc(100% + 70px);
	}
	25%{
			top: calc(100% + 90px);
	}
	50%{
		top: calc(100% + 70px);
	}
	75%{
		top: calc(100% + 90px);
	}
	100%{
		top: calc(100% + 70px);
	}
}

@keyframes scrollBounce {
	0%{
		top: calc(100% + 70px);
	}
	25%{
			top: calc(100% + 90px);
	}
	50%{
		top: calc(100% + 70px);
	}
	75%{
		top: calc(100% + 90px);
	}
	100%{
		top: calc(100% + 70px);
	}
}

@-webkit-keyframes panoramaRotate1 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes panoramaRotate1 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes panoramaRotate2 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@keyframes panoramaRotate2 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@-webkit-keyframes forwards {
	0% {
		left: 0;
	}
	30% {
		left: 100%;
	}
	60% {
		visibility: hidden;
	}
	80% {
		left: -100%;
		visibility: visible;
	}
	100% {
		left: 0;
	}
}

@keyframes forwards {
	0% {
		left: 0;
	}
	30% {
		left: 100%;
	}
	60% {
		visibility: hidden;
	}
	80% {
		left: -100%;
		visibility: visible;
	}
	100% {
		left: 0;
	}
}

.banner{
	position: relative;

}

.banner_vh100 {
    height: 100vh;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    
}
.bg_cloud {
  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top; 
    background-image: url(../bg/bg.jpg);
    
}
.banner_vh100.no_banner_items {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.utp_img    {
position: absolute;
    max-width: 900px;
    left: 45%;    width: 65vw;
    bottom: 0;
    z-index: 0;
}
.top_icon,.top_icon svg,.img_utp_check1.top_icon,.img_utp_check1.top_icon  svg{width:40px;height:40px;min-width:40px;}
.round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: #fff;
}

.intro__round {
    top: 3%;
    left: 5%;
    position: absolute;
   
}

.round:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 60px rgb(0 0 0 / 8%);
            box-shadow: 0 3px 60px rgb(0 0 0 / 8%);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.round__wrap {
    z-index: 1;
    position: relative;
}

.round__img {
    margin-bottom: 15px;
}

.intro__round .round__img {
   
}



.round__img img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.round__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.main__bullet {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 45%;
    z-index: 1;
    bottom: 10%;
}

.main__bullet_img3 {
    position: absolute;
    width: 100px;
    left: 10px;
    -webkit-animation: 10s linear 0s infinite normal none running rotate;
            animation: 10s linear 0s infinite normal none running rotate;
}

.main__bullet_img2 {
    width: 120px;
    position: relative;
}

.main__bullet > img {
    height: auto;
    margin-right: 0.7rem;
}

@-webkit-keyframes rotate { 
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes rotate { 
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.bg_image_center {
    background-color: rgb(243, 245, 250);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;    
}

.error404 .bg_image_center {background-color:rgb(243, 245, 250);}


.banner:before {
    z-index:-2;
    width: 100%;
    height: 0;
    content: '';
  
}
/*
.banner:after {z-index:2;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40%;
    content: '';
    background: linear-gradient(to bottom,transparent 35%,rgb(26,26,31,.80) 100%);
}

.banner .container{
	height: 100%;
}*/

.banner-bg-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-bg-video video{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.banner-overlay {
/*	background-color: rgba(0, 0, 0, 0.40);*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.banner-inner{
	position: relative;
	z-index: 3;

}

.banner-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.banner-title{
	font-size: 50px;
	font-weight: 600;
	line-height: calc(60 / 50);
	text-align: left;
}

.banner-title-slider-container{
	margin-bottom: 0;
	width: 100%;
	position: relative;
}

.banner-scroll{
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url('../img/double-arrow-down.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(100% + 20px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-animation: scrollBounce;
	        animation: scrollBounce;
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
   -webkit-animation-iteration-count: 3;
           animation-iteration-count: 3;
}

.banner-item img{-o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	width: 50px;height:50px;
	margin-bottom: 20px;
}

.banner-item p{
	text-align: center;line-height:1.2;
}

.banner-item{
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}
.banner-item.hover_item {cursor:pointer;}
.banner-item.hover_item:hover img {    -ms-transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);}



.banner-item:nth-child(2) {
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
}

.banner-item:nth-child(3) {
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
}

.banner-item:nth-child(4) {
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
}

.banner-item:nth-child(5) {
	-webkit-animation-delay: .8s;
	        animation-delay: .8s;
}

.banner-item:nth-child(6) {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}

.banner-item{width:16.66666%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/*width:16.66666%;*/

}

.banner-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 220px;
}

.banner_vh100 .banner-items {
    margin-bottom: 20px;
    z-index: 2;
    position:relative;
}
@media (min-width:768px){
    .left-right-block-slider:not(.swiper-horizontal) .swiper-wrapper {

    display: block;}

    
    
    
    
    
    
    
    .standards-subtitle ul.listfull li:before {

    top: 0.8rem!important;
   
}
.banner_vh100 .banner-items,.banner_vh100 .banner-inner {
    margin-top: 0;
    z-index: 2;
    position:relative;
}}



.decorative_block {}

.decorative-item {
    overflow:hidden;
  height:100%;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    position: relative;
    color:#2B2F3F;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  background: #ffffff!important;-webkit-box-shadow: 0 8px 24px rgb(69, 88, 157, .15);box-shadow: 0 8px 24px rgb(69, 88, 157, .15);

    border-radius:3px;
}
.decorative-item-block {margin-bottom:25px;}

.decorative-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 8px 45px rgb(69, 88, 157, .20);
            box-shadow: 0 8px 45px rgb(69, 88, 157, .20);
}



.decorative-item:hover .link-animate::after,.link-animate:hover::after,
.documents-item:hover .link-animate::after{
    background: #2B2F3F;
    -webkit-animation: underline 0.4s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    animation: underline 0.4s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}

.green_block .decorative-item {
    
    background: var(--red)!important;
}
.green_block .decorative-item-left {color:#fff!important;}
.decorative-item-right {
    position: absolute;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    bottom: -70px;
    width: 60%;
    right: 20px;
    top: 20px;
    max-height: none;
    
}

/*.decorative-item-block:last-child .decorative-item .decorative-item-right {top:auto;bottom:0;}
*/
.decorative-item-left {max-width:55%; line-height:1.2;}

.decorative-item-title {
    font-size: 20px;line-height:1.2;
    max-width:55%;
    text-align: left; margin-bottom:10px;
}

.production-cycle{
	padding-top: 90px;

}

.production-cycle-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

.production-cycle-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.production-cycle-item{
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	position: relative;
}

/* .production-cycle-item:nth-child(2) {
	animation-delay: .2s;
}

.production-cycle-item:nth-child(3) {
	animation-delay: .4s;
}

.production-cycle-item:nth-child(4) {
	animation-delay: .6s;
}

.production-cycle-item:nth-child(5) {
	animation-delay: .8s;
}

.production-cycle-item:nth-child(6) {
	animation-delay: 1s;
} */

.production-cycle-item-icon{
	width: 150px;margin-left: -15px;
}

.production-cycle-item-text{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 600;
}

.production-cycle-item-arrow{ margin-left:-15px;
	width: 40px;
	position: absolute;
	left: 190px;
	top: 60px;
}

.about-company{
	background-image: url(../img/about-company-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.about-company-inner{
	position: relative;
}

.about-company-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 30px;
}

.about-company-text{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	margin-bottom: 16px;
}

.about-company-li{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	padding-left: 24px;
	margin: 5px 0;
	position: relative;
}

.about-company-li::before{
	position: absolute;
	display: block;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	content: '';
	border: 1px solid #007dc8;
}

.about-company-ul{
	margin-bottom: 40px;
}

.about-company-btn{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	padding: 17px 40px;
	background-image: -o-linear-gradient(left, #1871a9 50%, #007dc8 50%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1871a9), color-stop(50%, #007dc8));
	background-image: linear-gradient(to right, #1871a9 50%, #007dc8 50%);
	background-position: top right;
   background-size: 200% 100%;
	margin-right: 30px;
	color: #fff;
}

.about-company-btn.red{
	background-image: -o-linear-gradient(left, #c53d3d 50%, #da4645 50%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c53d3d), color-stop(50%, #da4645));
	background-image: linear-gradient(to right, #c53d3d 50%, #da4645 50%);
	margin-right: 0;
}

.about-company-btns{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.about-company-r, .about-company-l{
	width: 50%;
	padding: 0 15px;
}

.about-company-slide{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 510px;
}

.about-company-slider-container{
	width: 766px;
	margin-left: -140px;
}

.about-company-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 90px 0;
}



.about-company-pagination{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 20px 0;
}

.about-company-pagination .swiper-pagination-bullet{
	border: 1px solid rgba(102,102,102,.4);
	width: 10px;
	height: 10px;
}

.about-company-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(102,102,102,.6);
	border-color: transparent;
}

.about-company-slider{
	position: relative;
}

.about-company-nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
	top: calc(50% - 19px);
}
.partners-slider-container {position:relative;}
.partners-nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
	top: calc(50% - 17px);
}

.gallery2 .about-company-nav{

	top: calc(50% - 30px);z-index:unset;
}
.gallery2 .about-company-prev, .gallery2 .about-company-next {
    margin: 15px;
    padding: 7px 12px;
    background: rgb(0, 0, 0, 0.4);
    border-radius: 40px;
    width: 40px;
    height: 40px;z-index:1;
}
.swiper-button-disabled {opacity:0;}
.gallery2 .about-company-prev:hover, .gallery2 .about-company-next:hover {

    background: #007dc8;

}


.about-company-prev, .about-company-next{
	margin: 15px;
	padding: 5px 10px;
}

.about-company-prev svg, .about-company-next svg{
	width: 14px;
}

.about-company-prev svg polyline, .about-company-next svg polyline{
	stroke: rgba(255, 255, 255, 0.7);
}


.partners-prev, .partners-next{
background: rgb(0, 0, 0, 0.25);
	padding: 5px 10px;
}

.partners-prev svg, .partners-next svg{
	width: 14px;
}

.partners-prev svg polyline, .partners-next svg polyline{
	stroke: rgba(255, 255, 255, 0.7);
}



.about-company-bottom{
    

}



   







.about-company-bottom-item{
 

	color:#fff;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.about-company-bottom-item-num {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    margin-right: 10px;
    color: var(--red);
}

.vantages_dark .about-company-bottom-item-num {    color: #007dc8;}

.about-company-bottom-item-text{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 500;
}

.profiles{
	color: #2B2F3F;
	padding-top: 150px;
	padding-bottom: 40px;
}

.profiles-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 60px;
}

.profiles-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.profiles-item{
    height:400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: calc(100% / 4 - (60px / 4));
	margin-right: 20px;
	margin-bottom: 30px;
	border-radius:5px;
	overflow:hidden;
}
.mt10 {margin-top:10px;}
.profiles-item .uk-overlay_panel  .uk-title {font-size:20px;}

.profiles-item:nth-child(4n + 4){
	margin-right: 0;
}

.profiles-item-img{

	width: 100%;

	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;

}

.profiles-item p{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 600;
	width: 90%;
}

.panorama-inner{
	background-image: url('../img/about-company-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 60px;
	color: #fff;
	position: relative;
}
.uk-overlay_panel {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.uk-overlay_panel::after {
    content: '';
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 32, 40, 0.9)), color-stop(70%, rgb(27, 32, 40,.45)),to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgb(27, 32, 40, 0.9) 0%, rgb(27, 32, 40,.45) 70%,rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgb(27, 32, 40, 0.9) 0%, rgb(27, 32, 40,.45) 70%,rgba(255, 255, 255, 0) 100%);
}
.uk-overlay-panel-bottom {
    color: #fff!important;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.uk-overlay-panel-bottom >div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.uk-overlay_panel .uk-button-wrapper {
    max-height: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}
.uk-overlay_panel .uk-title {
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff!important;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    font-size: 22px;
}
.uk-overlay-content {
    text-align: left;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 1.2;
    margin-left: 0px;
    max-width: 100%;
}

.profiles-item .border_btn.lgreen_btn {
    background: #007dc8;
    border-radius: 5px!important;
    line-height: 20px!important;
    padding: 10px 25px!important;
    display: inline-block;
    color:#fff;
}
.profiles-item:hover .uk-button-wrapper {
    max-height: 52px;
}

.panorama-l{
	width: 60%;
}

.panorama-title{
	font-size: 28px;
	line-height: calc(32 / 28);
	font-weight: 600;
	margin-bottom: 80px;
}

.panorama-btn {
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	padding: 17px 40px;
	background-image: -o-linear-gradient(left, #c53d3d 50%, #da4645 50%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c53d3d), color-stop(50%, #da4645));
	background-image: linear-gradient(to right, #c53d3d 50%, #da4645 50%);
	background-position: top right;
	background-size: 200% 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.panorama-r{
	width: 33%;
	position: absolute;
	right: 7%;
	bottom: 0;
}

.panorama-tablet-img{
	width: 100%;
}

.panorama-play{
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #007dc8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.panorama-play:before{
	width: 80px;
	height: 80px;
	border: 2px solid #007dc8;
	position: absolute;
	content: "";
	left: -10px;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-animation: panoramaRotate1;
	        animation: panoramaRotate1;
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.panorama-play:after{
	width: 70px;
	height: 70px;
	border: 2px solid #007dc8;
	position: absolute;
	content: "";
	left: -5px;
	border-radius: 50%;
	border-top-color: transparent;
	border-bottom-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-animation: panoramaRotate2;
	        animation: panoramaRotate2;
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
   -webkit-animation-iteration-count: infinite;
           animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.panorama-play img{
	width: 33%!important;
}

.panorama{
	margin-bottom: 90px;
}

.protective-coatings{
	background-color: #eaeef3;
}

.protective-coatings-col{
	width: 50%;
}

.protective-coatings-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #2B2F3F;
	margin-bottom: 50px;
}

.protective-coatings-row:last-child{
	margin-bottom: 0;
}

.protective-coatings-col-title{
	font-size: 28px;
	line-height: calc(336 / 280);
	font-weight: 600;
	margin-bottom: 30px;
}

.protective-coatings-text{
	margin-bottom: 30px;
}

.protective-coatings-text p{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	margin-bottom: 16px;
}

.protective-coatings-text p:last-child{
	margin-bottom: 0;
}

.protective-coatings-content{
	background-color: #fff;
	padding: 50px 40px;
}

.protective-coatings-img{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.protective-coatings-btn{-webkit-transition: background-color 200ms;-o-transition: background-color 200ms;transition: background-color 200ms;
	background: transparent;
	border: 2px solid #007dc8;
	color: #007dc8!important;
	height: 45px;
   padding: 5px 20px;
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.protective-coatings-btn:hover {border: 2px solid #007dc8;background:#007dc8; color:#fff!important;}

.protective-coatings-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 80px;
}

.protective-coatings-inner{
	padding-top: 90px;
	padding-bottom: 40px;
}

.protective-coatings-row:nth-child(2n + 2) .protective-coatings-col:nth-child(2){
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}


.documents-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 40px;
}

.documents-item-title{
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: 600;
	margin-bottom: 20px;
}

.documents-item-text{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 500;
	margin-bottom: 10px;
}

.documents-item-more{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 500;
	color: inherit;
	text-decoration: underline;
}

.documents-item{
	display: -webkit-box;
	border-radius: 15px;
	display: -ms-flexbox;    
	-webkit-box-shadow: 0 8px 24px rgb(69, 88, 157, .07);    
	        box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
	display: flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	width: calc(100% / 3 - (140px / 3));
	background-color: #fff;
	margin-right: 70px;
}

.documents-item:nth-child(3n + 3){
	margin-right: 0;
}

.documents-item-l{
	width: 30%;
}

.documents-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.documents-item-r{
	padding: 20px;
	width: 70%;
}

.documents-item-img{-webkit-transition: .3s ease-out;-o-transition: .3s ease-out;transition: .3s ease-out;
	width: 185px;
	height: 185px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - (185px / 2));
	left: -34px;
}

.documents-item-l{
	position: relative;
}

.ordering-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 30px;
}

.ordering-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ordering-item{
	width: calc(100% / 4 - (120px / 4));
	margin-right: 40px;
	
	position: relative;
  

  

	
	
	
}

/*.ordering-item::before {
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 5px solid #fff;color:#fff;
    background-color: #e3a253;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.7rem;font-weight:700;
    display: flex;
    justify-content: center;
    align-items: center;
   
    font-size: 18px;
}
.ordering-item:nth-child(1)::before {
    content: '1';
}
.ordering-item:nth-child(2)::before {
    content: '2';
}
.ordering-item:nth-child(3)::before {
    content: '3';
}
.ordering-item:nth-child(4)::before {
    content: '4';
}
*/
.documents-items.documents-items-two {width: calc(100% / 4 - (120px / 4));}
.ordering-item:nth-child(4n + 4) {
	margin-right: 0;
}

.ordering-item-title{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
}

.ordering-item-text{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
}

.ordering-item-img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    width: 85px;
    height: 85px;
    padding: 15px;
    background: var(--red);
    border-radius: 6px;
   
}

.ordering-item-img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50%;
    color: #2B2F3F;
    margin-top: -2px;
    background-color: #ffffff;
}


.ordering-item-img svg {width: 45px;height:45px;}


.ordering-item-top{
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 45px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ordering-item-arrow{
	width: 40px;
	margin-bottom: 20px;
}

.ordering-inner{

	padding-bottom: 50px;
}

.standards {
   padding-top: 80px;
   padding-bottom: 80px;
   background: url(../img/about-company-bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.standarts-item-title {font-size:18px; color:#2B2F3F; font-weight:600; line-height:1.2; margin-top:10px;}

.standards2{
   padding-bottom: 80px;
 
}

.standards2-inner {
   padding-top: 60px;
   padding-bottom: 60px;
   padding-left:60px;
   padding-right:60px;
   background: url(../img/blue_bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.standards-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   color: #fff;
   max-width: 1110px;
   margin-bottom: 30px;
}

.standards-subtitle {
   font-weight: 100;
   font-size: 28px;
   line-height: 1.2;
   color: #fff;
   max-width: 1110px;
   margin-bottom: 60px;
}

.standards-item {
   position: relative;
   cursor: pointer;
   width: 15.7%;
}

.standards2-item {
   position: relative;
   cursor: pointer;
   width: 50%;
}

.standards-item:hover .standards-zoom-img,.standards2-item:hover .standards-zoom-img {
   opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.standards-item:hover .standards-zoom,.standards2-item:hover .standards-zoom {
   opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.standards-zoom-img {max-height:inherit; display:none;
   position: absolute;
   top: calc(50% - 40px);
   left: calc(50% - 40px);
   width: 80px; 
   opacity: 0;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.standards-zoom {max-height:inherit;height:80px;background-size: contain;
   position: absolute;
   top: calc(50% - 40px);
   left: calc(50% - 40px);
   width: 80px;
   opacity: 0;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.standards-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
}

.standards-item-certificated-img {
   width: 100%;
}

.standards-page-block .standards-item-certificated-img {
    width: auto;

}

/* delivery */
.delivery-inner {
   background: url(../img/delivery-bg.png);
   background-repeat: no-repeat;
   padding-top: 60px;
   padding-left: 60px;
   background-position: right;
   background-size: auto 100%;
   padding-bottom: 70px;
   background-color: #eaeef3;
}

.delivery-title {
   font-weight: 600;
   font-size: 40px;
   line-height: calc(48 / 40);
   max-width: 1250px;
}

.delivery-list-items {
   margin-top: 52px;
}


.delivery-list-item-r-title {
   font-weight: 600;
   font-size: 18px;
   line-height: calc(18 / 18);
   color: #2B2F3F;
   max-width: 402px;
   margin-bottom: 5px;
}

.delivery-list-item-r-subtitle {
   font-size: 16px;
   font-weight: 500;
   line-height: calc(19 / 16);
   color: #2B2F3F;
   max-width: 392px;
}

.delivery-list-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   margin-bottom: 32px;
}

.delivery-list-item img {
   width: 24px;
   margin-right: 14px;
}

.delivery-more-details-l-numb {
   font-weight: 600;
   font-size: 72px;
   line-height: 1;
}

.delivery-more-details-l-numb span {
   font-weight: 600;
   font-size: 36px;
   line-height: 1;
}

.delivery-more-details-l-text {
   font-size: 16px;
   font-weight: 500;
   line-height: calc(22 / 16);
}

.delivery-more-details-l {
   margin-right: 50px;
}

.delivery-more-details {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
       -ms-flex-align: end;
           align-items: flex-end;
}

.delivery-btn {
   font-size: 16px;
   font-weight: 500;
   line-height: calc(22 / 16);
   color: #fff;
   cursor: pointer;
   background-color: rgb(26, 127, 190);
   padding: 17px 40px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	position: relative;
	overflow: hidden;
}

.delivery-btn:before{
	content: '';
	display: block;
	background-color: rgb(22 110 165);
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.delivery-btn span{
	position: relative;
	z-index: 2;
}

.delivery-btn:hover:before{
	left: 0;
}

/* content-block */

.content-block {
   padding-top: 50px;background:#fff;
   padding-bottom: 50px;
}
.content-block h2 {margin-top:30px;}
.content-block-title {

}

.content-block-text p{

   line-height: 1.4;

}


.content-block .ul {padding:0;margin-top:10px;}
.content-block ul li{position:relative;padding-left:23px;margin-bottom:7px;font-size: 16px;color:#212529; line-height:1.2;}
.content-block ul li:before {position:absolute;left:0; top:0;content:'';width:18px; height:18px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M7.5 12.3L4.5 9.3L5.55 8.25L7.5 10.2L12.45 5.25L13.5 6.3L7.5 12.3Z' fill='%23212529'/%3E%3C/svg%3E");}






/* partners */



.partners-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 25px;
}

.partners-subtitle {
   font-weight: 500;
   font-size: 16px;
   line-height: calc(22 / 16);
   margin-bottom: 40px;
}

.partners-item {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    
    user-select: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 34px 74px rgb(46, 91, 132, .1); */
}

.partners-img {    width: auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
    height: 100%;}

.partners-item-img {height: 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.partners-item-img img {width: auto!important;
    margin: 0 auto;}

/*.review-clients__slider .partners-item:hover  {
    -webkit-box-shadow: 0 40px 81px rgb(42, 107, 207, .25);
    box-shadow: 0 40px 81px rgb(42, 107, 207, .25);
    background-color: #ffffff;
}*/

.accordion-item {
    background-color: #fff;
    margin-bottom: 20px;border:none;}
.accordion-button {font-size:18px;}    
.accordion-button,.accordion-button:not(.collapsed) {
    color: #2B2F3F!important;
    font-weight: 600!important;
    background-color: #fff;
}

.accordion-item .accordion-button,.accordion-item,.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type,.accordion-item:first-of-type .accordion-button,.accordion-item:first-of-type{
    z-index: 2;
    border-radius: 20px;position:relative;
}

.accordion-item{-webkit-box-shadow: 0px 14px 43px 0px rgb(163 169 183 / 10%);
    box-shadow: 0px 14px 43px 0px rgb(163 169 183 / 10%);}

.accordion-button:not(.collapsed),.accordion-button:focus {

    -webkit-box-shadow: none;

            box-shadow: none;
}
.show .accordion-body {
-webkit-box-shadow: 0px 14px 43px 0px rgb(163 169 183 / 13%);
    box-shadow: 0px 14px 43px 0px rgb(163 169 183 / 13%);
}
.accordion-button:focus {
 
    border: none;}
    
    
    .accordion-button:not(.collapsed)::after {
  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M256 0C114.836 0 0 114.836 0 256s114.836 256 256 256 256-114.836 256-256S397.164 0 256 0zm112 277.332h-90.668V368c0 11.777-9.555 21.332-21.332 21.332s-21.332-9.555-21.332-21.332v-90.668H144c-11.777 0-21.332-9.555-21.332-21.332s9.555-21.332 21.332-21.332h90.668V144c0-11.777 9.555-21.332 21.332-21.332s21.332 9.555 21.332 21.332v90.668H368c11.777 0 21.332 9.555 21.332 21.332s-9.555 21.332-21.332 21.332zm0 0' fill='%2319599c' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
/*.partners-page-block .partners-item {padding:0;}*/
/*.partners-page-block .partners-item {

    -webkit-filter: grayscale(0);
    filter: grayscale(0);}*/
.partners-slider:hover .partners-item{
   -webkit-filter: grayscale(0);
           filter: grayscale(0);
}
.partners-item:hover {
   -webkit-filter: grayscale(0);
           filter: grayscale(0);
}

.partners-item img {
   width: 100%;
}




.partners-pagination {
   margin: 20px auto 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   cursor: pointer;
}


.form_bottom {
    z-index: 1;
    background-image: url(../bg/bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
 
}

.form_bottom:before, .phone_block:before,.vanta_block:before {
    content: '';z-index:-1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(transparent));
    background-image: -o-linear-gradient(top, #f6f6f6, transparent);
    background-image: linear-gradient(180deg, #f6f6f6, transparent);
}
.vanta_block {z-index:1;}

.form_bottom.top_white:before, .phone_block.top_white:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background-image: -o-linear-gradient(top, #fff, transparent);
    background-image: linear-gradient(180deg, #fff, transparent);
}

.zayavka_d {
    background: #59b0e3;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0px 14px 43px 0px rgb(163 169 183 / 10%);
    box-shadow: 0px 14px 43px 0px rgb(163 169 183 / 10%);
}

.zayavka_b {
    background: #fff;
    padding: 40px 50px 40px 50px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: top right;
    -webkit-box-shadow: 0 3px 60px rgb(0, 0, 0, .08);
            box-shadow: 0 3px 60px rgb(0, 0, 0, .08);
}

.f12 {
    font-size: 12px;
    line-height: 1.2;
}

.man_form {
    position: absolute;
   left: 34%;
    max-width: 450px;
    z-index: 2;
    bottom: 0;
}


.man_form_form {
    max-width: 700px;
}

.gallery2-pagination {
   margin: 20px auto 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   cursor: pointer;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active{
   background-color: #6c757d;
}

/* work-examples */

.work-examples {
   padding-bottom: 60px;
}

.work-examples-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 30px;
}

.work-examples-nav-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-transform: uppercase;
   font-size: 14px;
   color: #999;
   padding: 5px 10px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   margin-right: 20px;
}

.work-examples-nav-item:last-child {
   margin-right: 0;
}

.work-examples-nav-item.active {
   background-color: #007dc8;
   color: #fff;
}

.work-examples-nav-item:hover {
   background-color: #999;
   color: #fff;
}

.work-examples-nav-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.work-examples-gallery {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       margin-left:-15px;
}

.work-examples-gallery-item.active {
   width: 25%;
padding-left:15px;

   margin-bottom: 15px;
   position: relative;
	display: block;
}

.work-examples-gallery-item{
	display: none;
}
.more_link {position: absolute;
    right: 20px;
    bottom: 15px; text-decoration:underline;
    color: #fff;}
.work-examples-gallery-item img.preview {


}

.work-examples-gallery-item img {
border-radius:10px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}

.work-examples-gallery-item-img {
    position: relative;
    left: 0;
    top: 0;
       aspect-ratio: 4 / 3;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.work-examples-gallery-item-img img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.work-examples.full_gallery .work-examples-gallery-item-img,.work-examples.full_gallery .work-examples-gallery-item img.preview {

}




.work-examples-zoom {
   position: absolute;
   top: calc(50% - 40px);
   left: calc(50% - 33px); height:80px;background-size: contain;
   width: 80px; 
   opacity: 0;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   z-index: 2;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.work-examples-gallery-item:hover .work-examples-zoom {
   opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1)
}

.work-examples-gallery-blue {
   background-color: rgb(26, 127, 190);
   height: 100%;
   font-size: 16px;
   line-height: calc(19 / 16);
   font-weight: 500;
   color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 40px;
	padding-bottom: 20px;
}

.work-examples-active-blue {
   opacity: 1;
}

.work-examples-gallery-blue span{
	position: relative;
	overflow: hidden;
}

.work-examples-gallery-blue span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px !important;
	background: #fff;
}

.work-examples-gallery-blue span:hover:after {
	background: #fff;
	/* animation-name: forwards;
	animation-duration: 1s;
   animation-iteration-count: 1; */
 }
 
/* work-examples */



/* work-examples */

.gallery2 {
   padding-bottom: 60px;
}

.gallery2-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 30px;
}

.gallery2-nav-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-transform: uppercase;
   font-size: 14px;
   color: #999;
   padding: 5px 10px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   margin-right: 20px;
}

.gallery2-nav-item:last-child {
   margin-right: 0;
}

.gallery2-nav-item.active {
   background-color: #007dc8;
   color: #fff;
}

.gallery2-nav-item:hover {
   background-color: #999;
   color: #fff;
}

.gallery2-nav-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery2-gallery {

       margin-left:-15px;
}

.gallery2-gallery-item.active {
 



   position: relative;
	display: block;
}


.more_link {position: absolute;
    right: 20px;
    bottom: 15px; text-decoration:underline;
    color: #fff;}
.gallery2-gallery-item img.preview {

   -webkit-filter: grayscale(1);
           filter: grayscale(1);

}

.gallery2-gallery-item img {

   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}

.gallery2-gallery-item-img {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-filter: grayscale(1);
           filter: grayscale(1);
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}


.gallery2-gallery-item:hover img{
   -webkit-filter: grayscale(0);
           filter: grayscale(0);
}

.gallery2-zoom { height:80px; background-size: contain;
   position: absolute;
   top: calc(50% - 40px);
   left: calc(50% - 40px);
   width: 80px;
   opacity: 0;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   z-index: 2;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.gallery2-gallery-item:hover .gallery2-zoom {
   opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1)
}

.gallery2-gallery-blue {
   background-color: rgb(26, 127, 190);
   height: 100%;
   font-size: 16px;
   line-height: calc(19 / 16);
   font-weight: 500;
   color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 40px;
	padding-bottom: 20px;
}

.gallery2-active-blue {
   opacity: 1;
}

.gallery2-gallery-blue span{
	position: relative;
	overflow: hidden;
}

.gallery2-gallery-blue span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px !important;
	background: #fff;
}

.gallery2-gallery-blue span:hover:after {
	background: #fff;
	/* animation-name: forwards;
	animation-duration: 1s;
   animation-iteration-count: 1; */
 }
 
/* work-examples */








.prods-examples {
   padding-bottom: 60px;
}

.prods-examples-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 30px;
}

.prods-examples-nav-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-transform: uppercase;
   font-size: 14px;
   color: #999;
   padding: 5px 10px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   margin-right: 20px;
}

.prods-examples-nav-item:last-child {
   margin-right: 0;
}

.prods-examples-nav-item.active {
   background-color: #007dc8;
   color: #fff;
}

.prods-examples-nav-item:hover {
   background-color: #999;
   color: #fff;
}

.prods-examples-nav-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.prods-examples-gallery {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.prods-examples-gallery-item.active {
   width: 24%;
   height: 218px;
   margin-right: calc(4% / 3);
   margin-bottom: calc(4% / 3);
   position: relative;
	display: block;
}

.prods-examples-gallery-item{
	display: none;
}




.prods-examples-gallery-item-img {
    background-repeat: no-repeat;
    background-size: contain;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-filter: grayscale(1);
           filter: grayscale(1);
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}

.prods-examples-gallery-item-img.cover {

    background-size: cover;
 
}

.prods-examples-gallery-item-img.gs0 {

   -webkit-filter: grayscale(0);
           filter: grayscale(0);
 
}


.prods-examples-gallery-item:last-child .prods-examples-gallery-item-img {-webkit-filter: grayscale(0);filter: grayscale(0);}
.prods-examples-gallery-item.active:nth-child(4n+4){
   margin-right: 0;
}

.prods-examples-gallery-item:hover .prods-examples-gallery-item-img{
   -webkit-filter: grayscale(0);
           filter: grayscale(0);
}

.prods-examples-zoom {height:80px;background-size: contain;
   position: absolute;
   top: calc(50% - 40px);
   left: calc(50% - 40px);
   width: 80px;
   opacity: 0;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   z-index: 2;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.prods-examples-gallery-item:hover .prods-examples-zoom {
   opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1)
}

.prods-examples-gallery-blue {
   background-color: rgb(26, 127, 190);
   height: 100%;
   font-size: 16px;
   line-height: calc(19 / 16);
   font-weight: 500;
   color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 40px;
	padding-bottom: 20px;
}

.prods-examples-active-blue {
   opacity: 1;
}

.prods-examples-gallery-blue span{
	position: relative;
	overflow: hidden;
}

.prods-examples-gallery-blue span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px !important;
	background: #fff;
}

.prods-examples-gallery-blue span:hover:after {
	background: #fff;
	/* animation-name: forwards;
	animation-duration: 1s;
   animation-iteration-count: 1; */
 } 
 /* color-examples */
.big-photo {
    position: relative;
    height: 85vh;
    overflow: hidden;
    max-width: 90vw;
}
.photo_after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.after_descr{color: #fff;line-height:1.2;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 0, 0, .30);
    text-align: center;
    padding: 7px 10px;}
.photo_after img {width:100%;}

    
.color-examples {
   padding-bottom: 60px;
}
.color-item-title {color:#fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 0, 0, .30);
    text-align: center;
    padding: 7px 10px;
}
.color-examples-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 30px;
}

.color-examples-nav-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-transform: uppercase;
   font-size: 14px;
   color: #999;
   padding: 5px 10px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   margin-right: 20px;
}

.color-examples-nav-item:last-child {
   margin-right: 0;
}

.color-examples-nav-item.active {
   background-color: #007dc8;
   color: #fff;
}

.color-examples-nav-item:hover {
   background-color: #999;
   color: #fff;
}

.color-examples-nav-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.color-examples-gallery {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.color-examples-gallery-item.active {
    width: 19%;
    height: 180px;
    margin-right: calc(5% / 4);
    margin-bottom: calc(5% / 4);
    position: relative;
    display: block;
}

.color-examples-gallery-item{
	display: none;
}


.color-examples-gallery-item:hover .color-item-title {color:#fff;}

.color-examples-gallery-item-img {
    background-size: cover;
    background-repeat: no-repeat;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}
.color-examples-gallery-item:last-child .color-examples-gallery-item-img {-webkit-filter: grayscale(0);filter: grayscale(0);}

.color-examples-gallery-item.active:nth-child(5n+5){
   margin-right: 0;
}

.color-examples-gallery-item:hover .color-examples-gallery-item-img{
   -webkit-filter: grayscale(0);
           filter: grayscale(0);
}

.color-examples-zoom {
   position: absolute;
   top: calc(50% - 40px);
   left: calc(50% - 40px); height:80px;    background-size: contain;
   width: 80px;
   opacity: 0;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   z-index: 2;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.color-examples-gallery-item:hover .color-examples-zoom {
   opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1)
}

.color-examples-gallery-blue {
   background-color: rgb(26, 127, 190);
   height: 100%;
   font-size: 16px;
   line-height: calc(19 / 16);
   font-weight: 500;
   color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 40px;
	padding-bottom: 20px;
}

.color-examples-active-blue {
   opacity: 1;
}

.color-examples-gallery-blue span{
	position: relative;
	overflow: hidden;
}

.color-examples-gallery-blue span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px !important;
	background: #fff;
}

.color-examples-gallery-blue span:hover:after {
	background: #fff;
	/* animation-name: forwards;
	animation-duration: 1s;
   animation-iteration-count: 1; */
 }


.col-lg-4 .decorative-item {
  

}
@media (max-width: 1650px) {
	.about-company-slider-container{
		margin-left: 0;
		width: 100%;
	}
	.about-company-slide{
		height: 420px;
	}
	

}

@media (max-width: 1356px) {
   .delivery-inner {
      background-size: auto 80%;
   }
.man_form {
    left: 33%;
    max-width: 420px;
}

}

@media (max-width: 1300px) {
	.production-cycle-item-arrow{
		width: 34px;
		left: 180px;
	}
	.production-cycle-item-icon{
		width: 130px;
	}
	.production-cycle-item-text{
	
	}
	.col-lg-4 .decorative-item {

    min-height: 150px;
    }
}

@media (max-width: 1250px) {
.man_form {
    position: absolute;
    left: 30%;
    max-width: 400px;
    z-index: -1;
    
}
	.documents-item{
		width: calc(100% / 2 - (70px / 2));
		margin-bottom: 70px;
	}
	.documents-item:nth-child(3n + 3){
		margin-right: 70px;
	}
	.documents-item:nth-child(2n + 2){
		margin-right: 0;
	}
	.documents-item-img{
		position: static;
		height: 100%;
		width: 100%;
	}
	.documents-item-l{
		width: 35%;
	}
}

@media (max-width: 1199px) {
    .vantages_item_check {margin-bottom:20px;}
    .documents {padding-bottom:40px;}
	.about-company-bottom{
		padding: 40px 20px;
	}
	.delivery-inner {
      background-size: auto 70%;
   }
}

@media (max-width: 1150px) {
	.production-cycle-item-arrow{
		left: 170px;
		top: 50px;
	}
}

@media (max-width: 1110px) {
   .delivery-inner {
      background-size: auto 60%;
   }
}

@media (max-width: 1100px) {
	.production-cycle-item-arrow{
		left: 160px;
		width: 30px;
	}
	.ordering-item-top{
		padding-right: 0;
	}
}

@media (max-width: 1000px) {
	.banner-title{
		font-size: 38px;
	}
	.production-cycle-items{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.production-cycle-item{
		width: calc(100% / 3);
		margin-bottom: 40px;
	}
	.production-cycle-item-arrow{
		display: none;
	}
	.production-cycle-title,h2{
		font-size: 38px;
	}
	.about-company-r, .about-company-l{
		width: 100%;
		padding: 0;
	}
	.about-company-r{
	/*	order: -1;*/
		margin-bottom: 40px; margin-top:30px;
	}
	.about-company-top{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about-company-top{
		padding: 60px 0;
	}
	.about-company-pagination{
		margin-bottom: 0;
	}
	.about-company-title{
		font-size: 38px;
	}
	.about-company-bottom{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 0;
	}
	.about-company-bottom-item{
		width: 50%;
		margin-bottom: 20px;
	}
	.about-company-bottom{
		position: static;
	}
	.profiles-title{
		font-size: 38px;
	}
		.profiles-item{
		width: calc(100% / 2 - (30px / 2));
	}
	.profiles-item:nth-child(3n + 3){
		margin-right: 30px;
	}
	.profiles-item:nth-child(2n + 2){
		margin-right: 0;
	}
	
	.profiles{
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.profiles-title{
		margin-bottom: 40px;
	}
	.panorama-title{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.protective-coatings-title{
		font-size: 38px;
	}
	.documents-item{
		width: 100%;
   	margin-right: 0;
		margin-bottom: 30px;
	}
	.documents-item:nth-child(3n + 3){
		margin-right: 0;
	}
	.documents-title{
		font-size: 38px;
	}
	.ordering-title{
		font-size: 38px;
	}
	.ordering-item {
		width: calc(100% / 2 - (60px / 2));
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.ordering-item:nth-child(4n + 4){
		margin-right: 30px;
	}
	.ordering-item:nth-child(2n + 2){
		margin-right: 0;
	}
	.ordering-item-top{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.ordering-item-arrow{
		margin-left: 40px;
	}
	.about-company{
		padding-bottom: 40px;
	}
	.about-company-top{
		padding-bottom: 20px;
	}
	.standards-title {
      font-size: 38px;
   }
   .standards {
      padding-top: 40px;
   }
   .delivery-title {
      font-size: 38px;
   }
   .delivery-more-details-l-numb {
      font-size: 40px;
   }
   .content-block-title {
      font-size: 38px;
   }
   .content-block-text {
      font-size: 16px;
   }
   .work-examples-title {
      font-size: 38px;
   }
   .work-examples-gallery-item.active {
      width: 33.3333%;
	

   }
   .work-examples-gallery-item.active:nth-child(4n+4){
    
   }
   .work-examples-gallery-item.active:nth-child(3n+3){
   
   }
   .work-examples-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
   
   
    .gallery2-title {
      font-size: 38px;
   }

   .gallery2-gallery-item.active:nth-child(4n+4){
    
   }
   .gallery2-gallery-item.active:nth-child(3n+3){
   
   }
   .gallery2-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
   
   
   
   
   
   
   .prods-examples-title {
      font-size: 38px;
   }
   .prods-examples-gallery-item.active {
      width: 32%;
		margin-right: calc(4% / 2);
		margin-bottom: 16px;
   }
   .prods-examples-gallery-item.active:nth-child(4n+4){
      margin-right: calc(4% / 2);
   }
   .prods-examples-gallery-item.active:nth-child(3n+3){
      margin-right: 0;
   }
   .prods-examples-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
   
   .color-examples-title {
      font-size: 38px;
   }
   .color-examples-gallery-item.active {
   width: 24%;
   height: 150px;
   margin-right: calc(4% / 3);
   margin-bottom: calc(4% / 3);
   position: relative;
	display: block;
}
  /* .color-examples-gallery-item.active:nth-child(4n+4){
      margin-right: calc(4% / 2);
   }*/
   .color-examples-gallery-item.active:nth-child(4n+5){
   margin-right: calc(4% / 3);
}
   .color-examples-gallery-item.active:nth-child(4n+4){
      margin-right: 0;
   }
   .color-examples-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
	.partners-title{
		font-size: 38px;
	}
}

@media (max-width: 991px) {
    .title-first {font-size:24px;}
    .icon img {
    max-height: 50px;
}
    .review-arrow__prev {
    margin-right: 20px;
}
    .review-arrows {

    min-width: 40px;}
    .header-logo img {
    height: 45px;
}
    .header .border_btn_big{display:none;}

     .qright_side {display:none;}
    .standarts-item-title {
    font-size: 16px;
        }
    .right_block_panel {margin-top:40px; padding:20px 20px;}
    main {
    padding: 40px 0px 30px 0;
}

    .banner-item {font-size:14px;}
    .banner-item img {
    width: 40px; height:40px;
}


   .delivery-inner {
      background-size: auto 50%;
   }
   .content-block-title {
      margin-bottom: 15px;;
   }
}

@media (max-width: 830px) {
   .delivery-inner {
      background-size: auto 40%;
   }
}


@media (min-width:992px){
.about-company-r  {margin-top:-40px;}  

}

@media (min-width:1200px){

.about-company-r  {margin-top:-40px;}  
.about-company .container{
	max-width: 1400px;
}    
}

.tal,h2 {text-align:left;}
.tac {text-align:center;}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 5px solid rgb(26, 127, 190)!important;}
    
    .offcanvas-init {
    overflow-x: hidden;
    position: relative;
}

.text_shadow_black {
    text-shadow: 1px 2px 2px rgb(0,0,0,.9);
}

.mb0{margin-bottom:0;}


/*calc*/

.range-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 3.2352941176rem; margin-right:15px;margin-left:15px;
  width: 100%;
}
.range-slider input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #d8e0f3;
  width: calc(100% - 1px);
  height: 0.2941176471rem;
  border-radius: 0.2941176471rem;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
.range-slider input[type='range']:focus {
  outline: 0;
  border-color: #b7ddf4;
}
.range-slider input[type='range']:focus::-webkit-slider-thumb {
  background-color: #1b76aa;
}
.range-slider input[type='range']:focus::-moz-range-thumb {
  background-color: #1b76aa;
}
.range-slider input[type='range']:focus::-ms-thumb {
  background-color: #1b76aa;
}
.range-slider ::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0.7647058824rem solid #da4645;
  background-color: white;
  border-radius: 50%;
  width: 2.1176470588rem;
  height: 2.1176470588rem;
  -webkit-box-shadow: 0 0 0 0.1176470588rem white;
          box-shadow: 0 0 0 0.1176470588rem white;
  cursor: pointer;
}
.range-slider ::-moz-range-thumb {
  appearance: none;
  -moz-appearance: none;
  border: 0.7647058824rem solid #da4645;
  background-color: white;
  border-radius: 50%;
  width: 0.9411764706rem;
  height: 0.9411764706rem;
  box-shadow: 0 0 0 0.1176470588rem white;
  cursor: pointer;
}
.range-slider ::-ms-thumb {
  border: 0.1176470588rem solid #da4645;
  background-color: white;
  border-radius: 50%;
  width: 0.4705882353rem;
  height: 0.4705882353rem;
  cursor: pointer;
}
.range-slider ::-webkit-runnable-track {
  -webkit-appearance: none;
  width: 0;
}
.range-slider ::-moz-range-track {
  -moz-appearance: none;
  width: 0;
}
.range-slider ::-ms-track {
  border-color: transparent;
  color: transparent;
  background-color: transparent;
}
.range-slider ::-ms-fill-upper {
  background: transparent;
}
.range-slider ::-ms-fill-lower {
  background: #da4645;
  margin-left: -0.1176470588rem;
  height: 1.1764705882rem;
  border-color: #da4645;
  border-width: 1.1764705882rem 0;
}
.range-slider ::-ms-tooltip {
  display: none;
}
.range-slider-ticks {
  position: absolute;
  top: -0.2941176471rem;
  z-index: 2;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 9px;
}
.range-slider-ticks__tick {
    background: #d8e0f3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 6px;
    height: 23px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    top: -4px;
}
.range-slider-ticks__label {
  font-size: 0.8235294118rem;
  padding-top: 1.6470588235rem;
}
.range-slider-ticks__label.is-selected {
  font-weight: 800;
}

.range-slider-ticks .range-slider-ticks__tick:last-child .range-slider-ticks__label {padding-right:15px;}

/*С‚Р°Р±Р»РёС†Р°*/

.quiz .main__content-vantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quiz .main__content-vantage-item {
    position: relative;
    width: 100%;
margin-bottom:10px;
}

.quiz .vantage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




.quiz .vantage__item {
border-radius: 6px;
background: #d1d9df;
    font-size: 14px;   padding:15px 15px 15px 95px;
}






.quiz .vantage__item-img {
    width: 80px;
    min-width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: 5px;
    bottom: 0;
}
.quiz__manager__name_div {
    background:var(--red);
    padding:15px 30px 15px 15px;
    position:absolute;
    right:0;
    bottom:15px;
    border-radius: 6px 0px 0px 6px;
}
.quiz .vantage__item-text {

}

.quiz .vantage__item-descr {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0!important;text-align:left;
}
.quiz .test__man_desct {font-weight: 500;
    font-size:14px;
    line-height: 1.2;
    
    width: -webkit-max-content;
    
    width: -moz-max-content;
    
    width: max-content;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
    font-size: 1.125rem;
    letter-spacing: 0.45px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    
}

.quiz .test__man_desct >div {
    display: block;
    -webkit-transform: skew(5deg);
        -ms-transform: skew(5deg);
            transform: skew(5deg);
}
.quiz .test__man {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.quiz-phone {
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    background-color:#fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -40px;
}
.quiz .vantage__item .vantage__item-descr {
    font-size: 14px;

}
.quiz__manager__name {
   color:#fff;
   font-size: 16px;
font-weight: 600;
}


.quiz__manager__post {
font-size: 13px; color:#fff;
font-style: normal;
font-weight: 500;

} 
.qright_center {
    padding:30px;
}



.qright_bottom {
    padding:0 30px 30px 30px;
}


@media (min-width:992px) and (max-width:1399px) {
    .qright_center, .qright_bottom {padding:10px 20px;}
}


.f13 {
    font-size: 13px;
    line-height: 1.2;
}
.f20 {font-size:20px;}
a.link {
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    color: #2B2F3F;
}

.quiz .phones__block-work {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quiz .phones__block-work {
    float: none;
    background: #21ba72;
    display: block;
    padding: 3px 10px;
    border-radius: 1rem;
    margin-bottom: 0.4rem;
    margin-top: -1rem;
    position: absolute;
    width: 100%;
    text-align: center;
}


.quiz .phones__block-text {
    color: #ffffff;
}

#slider {
	margin-bottom: 20px;width: 340px;
    left: 15px;
}
#slider-range {
    width: 340px;
    position: absolute;
    bottom: 70px;
    left: -5px;
}
#min {
	width: 45px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	position:absolute;top:-30px;
}
#max {
	width: 45px;
	height: 26px;
	line-height: 26px;
	padding: 0;
	position:absolute;top:-30px;
text-align: right;
}

.ui-widget-header {
    background: #0080c2;}
    
    .pum-theme-2580, .pum-theme-tema-po-umolchaniju {
    background-color: rgb(0, 0, 0, .7);
}

.pum-theme-2581 .pum-container, .pum-theme-lightbox .pum-container {
  
    border-radius: 0;
    border: none;padding:40px;
    -webkit-box-shadow: none;
            box-shadow: none;}
    
    .pum-theme-2581 .pum-container, .pum-theme-lightbox .pum-container input.wpcf7-form-control {
    
    height: 55px;margin: 0 auto 20px;}
    
    .pum-theme-2581 .pum-container{ 
    border-radius:10px;}

.invalid .wpcf7-response-output{display:none;}
    
    
.pum-theme-2581 .pum-title, .pum-theme-lightbox .pum-title {

    text-align: center;
    text-shadow: none;

    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}    
    
.justify{ text-align:justify; }   
.bx-viewport {overflow: visible!important;}

@media (max-width:767px) {

#min {
	top:0px;
}
#max {
	top:0px;

}    
    
}

.pum-theme-2581 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
   
    height: 30px;
    width: 30px;
    right: 10px;
    top: 10px;
    color: #2B2F3F;
    font-size: 30px;
    line-height: 30px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
 
}

    
    


.pum-theme-2581 .pum-content + .pum-close i.fa-close, .pum-theme-lightbox .pum-content + .pum-close i.fa-close {
    width:30px;
    height:30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHJvbGU9ImltZyIgICB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHRhYmluZGV4PSItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjAgMjBMNCA0bTE2IDBMNCAyMCIgZmlsbD0iIzIyMiIgc3Ryb2tlPSIjMjIyIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcGF0aD48L3N2Zz4=);}
    
    
    
    
    
/*steelh*/







.fw700 {
    font-weight: 700!important;
}
.fw400 {
    font-weight: 400!important;
}
.fw300 {
    font-weight: 300!important;
}
.fw200 {
    font-weight: 200!important;
}


.list50w,.list33w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;max-width: 940px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.list50w >div {
    width: 45%;
    margin-right: 15px;
}
.list33w >div {
    width: 30%;
    margin-right: 15px;
}
.mr {
    margin-right: 15px;
}

.img_utp_check1 {
    min-width: 50px;
    width:50px
}

.medium-icon.img_utp_check1{
 
    min-width: 50px;
    width:50px;
    height:50px;
   
}





.icon img,.icon svg{
    width:50px; height:auto;
}


.site-btn {
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff!important;
    padding: 20px 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none!important;
    text-transform: uppercase;
  
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
        border-radius: 3px;
      background: var(--red);

    color: #fff;

}

.yellow_btn {

    color: #2B2F3F!important;
    background: #ffc600;
    
}


.site-btn:hover,.wpcf7-submit:hover {
background: #53d358;
  
   
    color: #fff!important;
}

.yellow_btn:hover{background:#ffd74d;color: #000!important;}



.border-btn {
   color:var(--red); 
   background:transparent;
    border:2px solid var(--red);
}


.border-btn:hover {
background: var(--red);
    border-color: var(--red);
    color: #fff!important;
}





.get_call_link,.mainphone a.get_call_link {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #646464;
    border-bottom: 1px dashed;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}






.green_btn {
    
        background: var(--red)!important;
}
.site-btn.small_btn{
  font-size:15px;
height:40px;
    padding: 15px 25px!important;
    display: inline-block;}





.arrow-icon, .btn-content, .gektor-button .btn-icon {
    position: relative;
    z-index: 1;
}

.header .border_btn_big {
    height: 40px;
    padding: 7px 20px;   -webkit-transition: 0.3s;   -o-transition: 0.3s;   transition: 0.3s;
    border-radius: 3px;
    color: #fff;
    background: transparent;
    border: 2px solid var(--red);font-weight:500; font-size:14px;
}
.header .border_btn_big:hover {
    
    background: var(--red);
    
}


.grey_btn {
        background-color: #51b2e3;
    background-image: -o-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#007dc8), to(#1a99e5));
    background-image: -o-linear-gradient(bottom, #007dc8 0%, #1a99e5 100%);
    background-image: linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    -webkit-box-shadow: inset 0 -3px 1px #007dc8;
    box-shadow: inset 0 -3px 1px #007dc8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.green_btn:hover{
background:#61a10c;
}
.grey_btn:hover {
  -webkit-box-shadow: inset 0 3px 1px #007dc8;
    box-shadow: inset 0 3px 1px #007dc8;
}
.blue_btn.main-btn {
    padding: 25px 40px;
}

.active-box a:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(229,172,142,0)),color-stop(50%, rgba(255,255,255,.7)),to(rgba(229,172,142,0)));
    background: -o-linear-gradient(top,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: 100;
}

@-webkit-keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5)
  }
}

@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5)
  }
}

@-webkit-keyframes sheens{0%,79%{opacity:0;filter:alpha(opacity=0);-webkit-transform:rotateZ(60deg) translate(-5em,7.5em);transform:rotateZ(60deg) translate(-5em,7.5em)}80%{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateZ(60deg) translate(-5em,7.5em);transform:rotateZ(60deg) translate(-5em,7.5em)}95%{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateZ(60deg) translate(1em,-11em);transform:rotateZ(60deg) translate(1em,-11em)}to{opacity:0;filter:alpha(opacity=0);-webkit-transform:rotateZ(60deg) translate(1em,-9em);transform:rotateZ(60deg) translate(1em,-9em)}}@keyframes sheens{0%,79%{opacity:0;filter:alpha(opacity=0);-webkit-transform:rotateZ(60deg) translate(-5em,7.5em);transform:rotateZ(60deg) translate(-5em,7.5em)}80%{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateZ(60deg) translate(-5em,7.5em);transform:rotateZ(60deg) translate(-5em,7.5em)}95%{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateZ(60deg) translate(1em,-11em);transform:rotateZ(60deg) translate(1em,-11em)}to{opacity:0;filter:alpha(opacity=0);-webkit-transform:rotateZ(60deg) translate(1em,-9em);transform:rotateZ(60deg) translate(1em,-9em)}}@-webkit-keyframes sheen{0%{width:0;height:0;opacity:0;filter:alpha(opacity=0)}10%{width:10px;height:10px;opacity:1;filter:alpha(opacity=100)}90%{width:40px;height:40px;opacity:1;filter:alpha(opacity=100)}to{opacity:0;filter:alpha(opacity=0)}}@keyframes sheen{0%{width:0;height:0;opacity:0;filter:alpha(opacity=0)}10%{width:10px;height:10px;opacity:1;filter:alpha(opacity=100)}90%{width:40px;height:40px;opacity:1;filter:alpha(opacity=100)}to{opacity:0;filter:alpha(opacity=0)}}@keyframes floating{0%,to{-webkit-transform:translateY(0%);transform:translateY(0%)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}}@-webkit-keyframes floating{0%,to{-webkit-transform:translateY(0%)}50%{-webkit-transform:translateY(8%)}}

.objects-item {margin-bottom:20px;}
.objects-item-img,.services-item-img2 {border-radius:0;overflow:hidden;}
.services-item-img {height:100%;}
.services-item-img2 {height:230px!important; position:relative!important;margin-bottom:15px;}
.objects-item img,.services-item-img img{
-webkit-transition-duration: .3s;
     -o-transition-duration: .3s;
        transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-property: opacity,-webkit-transform,-webkit-filter;
    transition-property: opacity,-webkit-transform,-webkit-filter;
    -o-transition-property: opacity,transform,filter;
    transition-property: opacity,transform,filter;
    transition-property: opacity,transform,filter,-webkit-transform,-webkit-filter;}
  .services-item-img img,.certs-img img {
      
      height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }  
.objects-item-img:before {
    content: 'Подробнее';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
}
.objects-item-img:after {
    z-index: 1;
    background: rgb(0,0,0,0.4);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.objects-item:hover .objects-item-img:before,.objects-item:hover .objects-item-img:after{
    opacity: 1;
}
.no_link .objects-item-img:before ,.no_link  .objects-item-img:after {opacity:0!important;}



.objects-item:hover img,.services-item:hover img{
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.objects-item-title {margin-top:10px;text-align:center; font-weight:600; font-size:16px;line-height:1.2;}
.objects-item-text {margin-top:5px;text-align:center; font-weight:400; font-size:14px;line-height:1.2;}


.form-man-inner {
    position:relative;
    padding-top: 50px;
    padding-right: 70px;
    padding-bottom: 40px;
    padding-left: 80px;
    background-color: #007dc8;
    background-image: url(../bg/blue_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    border-radius: 30px;

}

.form-man-inner-left {width:60%;}
.form-phone-inner{
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2B2F3F), to(#4e4e4e));
    background-image: -o-linear-gradient(bottom, #2B2F3F 0%, #4e4e4e 100%);
    background-image: linear-gradient(to top, #2B2F3F 0%, #4e4e4e 100%);
}.form-phone-inner .form-man-inner-left {
    width: 100%;
    padding-left: 24rem;
}



.pulse-bg {
    position: absolute;
    left: 10%;
    top: 20%;
}


.pulse-bg-container {
    width: 600px;
    height:600px;
    position: absolute;
    top: 0;
    left: 0;z-index:-1;
    -webkit-animation: pulse1 infinite ease-in-out 2s;
    animation: pulse1 infinite ease-in-out 2s;
}

.pulse-bg-circle {
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: absolute;

border-radius:50%;
}

.pulse-bg-circle1 {
    width: 100%;
    height: 100%;border-radius:50%;
}
.pulse-bg-circle3 {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    left: 15%;
    top: 15%;
}

@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scale(.8);
		        transform: scale(.8);
		opacity: 0;}
	50%{
		opacity: 1;}
	to{
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 0;}}

@keyframes pulse1 {
	0% {
		-webkit-transform: scale(.8);
		        transform: scale(.8);
		opacity: 0;}
	50%{
		opacity: 1;}
	to{
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 0;}}
		
		

.contract {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 45vw;
    max-height: none;
    max-width: 500px;
}
.vantages-item {    height: 300px;position:relative;border-radius:20px;z-index:1; 
    padding:40px;background:#fff;    -webkit-box-shadow: 0 8px 24px rgb(69, 88, 157, .07);    box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
    overflow:hidden;
    
}
.vantages-item-img2 {
    margin: 0 auto;
    margin-top: -100px;
    max-width: 150px;
    margin-bottom: 20px;
}
.vantages-icons {padding:25px;border-bottom:3px solid #19599c;
    background:#fff; border-radius:10px;position:relative;
}
.number-right{
    font-size: 50px;
    font-weight: 900;
    color: #eaeef3;
    
}

.vantages-inner>div {margin-top:25px;}




.vantages-inner22>div:nth-child(even){ background-color: #e0effe;}



.vantages-item-img {margin-bottom:20px;width:64px;}

.vantages-item-title{
	font-size: 20px;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 15px;
}

.vantages-item-img3  {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index:-1;
    
}

.vantages-item-img3 img {
 
    -o-object-fit: cover;
 
       object-fit: cover;
    width: 100%;
    height: 100%;

}


.vantages-item-descr {}
		
.pin__item {z-index: 1;margin-left:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;  min-width: 30px;
    height: 30px;
    background-color: var(--red);
    border-radius: 50%;
    position: relative;
    cursor: pointer;font-weight:700;
}

.pin__item::after, .pin__item::before {
    content: '';z-index:-1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--red);
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: animPulse 2s linear infinite;
    animation: animPulse 2s linear infinite;

}
.pin__item::after {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    opacity: .25;
}
@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5)
  }
}

.equipment-item {
   
    border-radius:15px;
    padding:20px;
    background: #fff;
    height: 100%;
}
.equipment-item-title {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}
.equipment-item-img {height:150px;}
.equipment-item-img img {    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;}

.team_block {
  padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 70px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #1b2028;
    background-image: url(../bg/download-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0;
    
}

.expert-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.expert-arrow {
    margin-left: 30px;cursor: pointer;
}
.expert-slider .uk-h3 {text-align:center;font-size:24px;}

.expert-arrow img {
    min-width:10px;
    width:12px;
    -webkit-filter: brightness(0) invert(0.15);
    filter: brightness(80) invert(0.15);
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.expert-arrow__prev img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
.expert-arrow:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}
.review-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.review-arrow {
    -webkit-filter: brightness(0) invert(0.15);
    filter: brightness(0) invert(0.15);
    opacity: 0.25;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}
.review-arrow__prev {
    margin-right: 25px;
}
.review-arrow img {
    width: 10px;
}
.review-arrow:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.review-arrow__prev img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
}
.review-clients__slider .owl-stage-outer {
    padding: 40px 0px;
    overflow: visible;
}
.review-clients__slider .owl-item {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.review-clients__slider .owl-item.active {
    opacity: 1;
}
.team-item-title {line-height:1.2;font-size:18px;margin-top:10px;}
.team-item-pole1 {margin-top:5px;}
.team-item-pole2 {margin-top:5px;}
.team-item-img{ 
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 80%;
}

.video_testimonials_block {}
.review-video__block {
    border-radius: 15px;
    overflow: hidden;
}
.review-video__block::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 39, 40, 0.75);
}

.linkabs {position: absolute;
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
		
@media (min-width: 1400px){
   
    .zayavka_b {padding-top:60px;padding-bottom:60px;}

    
 
    
    
}
@media (min-width: 992px){
    
    
.w70 {
    width: 70%;
}
 .w60 {
    width: 60%;
}   
.review-arrow img {
    width: 10px;
}    
    
}

@media (min-width:992px) and (max-width: 1399px){
    .pick-item__img.quiz__answer__img--lg {height:240px;}
      .vantages-item-title {
    font-size: 18px;}
      .vantages-item {

    padding: 25px;}
   .row .services__link {
    font-size: 12px!important;
    margin-top: 0!important;
}
    .row .site-btn.small_btn {
    font-size: 12px;
    padding: 15px 20px!important;
}
   .row .services__desc span {
    font-size: 14px;
}
    .row .services__item {
    height: 250px!important;
}
    .row .services__title span {
    font-size: 16px!important;
}
    .site-btn.small_btn {
    font-size: 14px;
    padding: 15px 20px!important;
 
}
    .ordering-item-text,.vantages-item-descr {
    font-size: 15px;}



    .profiles-item .uk-overlay_panel  .uk-title {font-size:18px;}


    .calc_text {
    font-size: 16px;
}
.header-menu {
    margin-top: 10px;
}
.icon img {
    max-height: 50px;
}


 .utp .list50w {margin-bottom:30px;}
 

    
}
@media (min-width:992px) and (max-width: 1199px){
    
   .pick-item__img.quiz__answer__img--lg {height:200px;}   
    
}
@media (max-width: 1399px){
       .vantages-item-title {
    font-size: 18px;}
      .vantages-item {

    padding: 25px;}
    .cone,#calc:after {display:none;}
    .top-icons-wrapper {margin-top:40px;margin-bottom:40px;}
    .intro__round {
   top: 0;
    left: 0;

   
}
.zayavka_b {
    padding: 40px 30px 40px 30px;

}
    
    
}
.logo_chat {display:none;text-align: center;}
.header-socs a.tenchat_a {height:40px;width:auto;}

@media (max-width: 991px){
        .row .services__item {
    height: 300px!important;
}
    .form-phone-inner .form-man-inner-left {
    width: 100%;
    padding-left: 0;
}
        .decorative-item-block:nth-child(3){
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
}
    .profiles-item .uk-overlay_panel  .uk-title {font-size:16px;}
 

    .calc_text, .utp .calc_text {
    font-size: 15px;
}
    .icon img {
    max-height: 50px;
}
     .utp .list50w {margin-bottom:10px;}
 


    .logo_chat {display:block;}

.man_form,.pulse-bg,.man_form2 {display:none;}

 .form-man-inner-left {
    width: 100%;
}   
}
@media (max-width: 767px) {
    .pick-item__img.quiz__answer__img--lg {
    height: 120px;
}
   .four-in-line .pick-item {
    width: 50%;
} 
 .quiz #slider-range {
    position: relative!important;
    bottom: 0!important;
    left: 0!important;width:100%!important;
}

 .quiz #slider {
    width: 100%;
    left: 0;
}
.no_img .pick-item {
    width: 100%;    padding: 0;
}
   .quiz .d-flex.align-items-center.w100  {
       
       -webkit-box-orient: vertical;
       
       -webkit-box-direction: normal;
       
           -ms-flex-flow: column;
       
               flex-flow: column;
   }
    
    .snoska,.bt-back {margin-top:15px;    -webkit-box-ordinal-group: 3;    -ms-flex-order: 2;    order: 2;}
    

   
    .right_block_text {padding-top:10px; padding-bottom:30px;}
    .banner_vh100.no_banner_items {padding-bottom:70px;}

    
    .banner_vh100 .banner-items {
        margin-bottom: 0;
    }
    .banner-item {
    
    margin-bottom: 15px;
}
    
    .big-photo {
    position: relative;
    height: 85vh;
    overflow: hidden;
    max-width: 90vw;
}
.photo_after {position:absolute;right:0;bottom:0;width:65%;}
    
    
    .documents-item-l {
    width: 70%;
}
    .documents-item-r {width:100%;}
    .protective-coatings-col-title {
    font-size: 22px;}
    .standards2-inner {padding:40px;}
    .cert {margin-bottom:20px;}

.decorative-item {
    min-height: 200px;}
.decorative-item-title { font-size: 16px;}
	.banner{
		height: auto;
		padding-top: 120px;
	}
	.banner-scroll{
		display: none;
	}
	.banner-item{
		width: calc(100% / 3);
		margin-bottom: 15px;
	}
	.banner-items{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.banner-title{
		font-size: 30px;
	}
	.banner-title-slider-container{
		margin-bottom: 0;
	}
	.banner-items{
		margin-top: 70px;margin-bottom:0;
	}
	.production-cycle-title,h2{
		font-size: 26px;
	}
	.production-cycle{
		padding-top: 60px;	
	}
	.about-company-title{
		font-size: 26px; text-align:center;
	}
	.about-company-r{
		text-align: center;
	}
	.about-company-li{
		padding-left: 0;
	}
	.about-company-li::before{
		display: none;
	}
	.about-company-btns{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.profiles-title{
		font-size: 30px;
		text-align: center;
	}
	.panorama-r{
		position: relative;right:auto; margin-top:20px;
		max-width: 300px;
		width: 100%;
	}
	.panorama-inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;padding-bottom:0;
	}
	.panorama-l{
		margin-bottom: 30px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.protective-coatings-title{
		font-size: 30px;
		margin-bottom: 50px;
		text-align: center;
	}
	.protective-coatings-row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 30px;
	}
	.protective-coatings-col{
		width: 100%;
	}
	.protective-coatings-img{
		height: 50vw;
	}
	.protective-coatings-row:nth-child(2n + 2) .protective-coatings-col:nth-child(2){
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.protective-coatings-inner{
		padding-top: 50px;
	}
	.documents-title{
		font-size: 30px;
		text-align: center;
	}
	.ordering-title{
		font-size: 30px;
		text-align: center;
	}
	.ordering-item {
		width: calc(100% / 2 - (30px / 2));
		margin-right: 30px;

		margin-bottom: 30px;
  }
  .ordering-item-arrow{
	  display: none;
  }
  .ordering-item{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: start;
	      -ms-flex-pack: start;
	          justify-content: start;
	  text-align: center;
  }
  .documents{
	  padding-bottom: 30px;
	  padding-top: 50px;
  }
  .standards {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.standards-title {
		font-size: 30px;
	}
	.standards-subtitle {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.standards-item {
		width: 30%;
		margin-bottom: 20px;
	}
	.standards-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.delivery-title {
		font-size: 30px;
	}
	.delivery-inner {
		background-image: none;
	
		
		
		padding: 40px 30px;
	
	}
	.delivery-list-items {
		margin-top: 32px;
	}
	.delivery-more-details {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.delivery-more-details-l {
	margin-right: 0;
	margin-bottom: 10px;
	}
	.content-block-title {
	font-size: 30px;
	}
	.content-block-inner {
	
	}
	.content-block {
		padding-top: 30px;
	}
	.work-examples-title {
		font-size: 30px;
	}
	.work-examples-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.work-examples-nav-items{
		margin-bottom: 0;
	}
	.work-examples-gallery-item.active{
		width: 50%;


	}
	
	
	
	.gallery2-title {
		font-size: 30px;
	}
	.gallery2-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.gallery2-nav-items{
		margin-bottom: 0;
	}

	
	
	
	.work-examples-gallery-item.active:nth-child(3n + 3){
	
	}
	.work-examples-gallery-item.active:nth-child(4n + 4){
	
	}
	.work-examples-gallery-item.active:nth-child(2n + 2) {
	
	}
	
	
	
	
	.prods-examples-title {
		font-size: 30px;
	}
	.prods-examples-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.prods-examples-nav-items{
		margin-bottom: 0;
	}
	.prods-examples-gallery-item.active{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.prods-examples-gallery-item.active:nth-child(3n + 3){
		margin-right: 2%;
	}
	.prods-examples-gallery-item.active:nth-child(4n + 4){
		margin-right: 2%;
	}
	.prods-examples-gallery-item.active:nth-child(2n + 2) {
		margin-right: 0;
	}
	
	
	.color-examples-title {
		font-size: 30px;
	}
	.color-examples-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.color-examples-nav-items{
		margin-bottom: 0;
	}
	.color-examples-gallery-item.active{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.color-examples-gallery-item.active:nth-child(3n + 3){
		margin-right: 2%;
	}
	.color-examples-gallery-item.active:nth-child(4n + 4){
		margin-right: 2%;
	}
	.color-examples-gallery-item.active:nth-child(5n + 5){
		margin-right: 2%;
	}
	.color-examples-gallery-item.active:nth-child(2n + 2) {
		margin-right: 0;
	}
	.delivery-list-item img{
	
	}
	.delivery-list-item-r-title, .delivery-list-item-r-subtitle{
		max-width: 100%;
	}
	.delivery-list-item{
		
	}
	.delivery-list-item-r{
		width: 100%;
	}
	.partners-title{
		font-size: 30px;
	}
	.ordering-inner{
		padding-bottom: 20px;
	
	}
	.partners{
	
	}
	.work-examples{
		text-align: center;
	}
	.work-examples{
		padding-bottom: 45px;
	}
	.gallery2{
		text-align: center;
	}
	.gallery2{
		padding-bottom: 45px;
	}
	.prods-examples{
		text-align: center;
	}
	.prods-examples{
		padding-bottom: 45px;
	}
	.color-examples{
		text-align: center;
	}
	.color-examples{
		padding-bottom: 45px;
	}
	
	.banner.h-auto {padding-top:150px;}
	
}

.white_card .orange {border:4px solid #fff;}
@media (min-width: 577px) {
.white_card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px 25px 0;
    -webkit-box-shadow: 0 8px 24px rgb(69 88 157 / 7%);
            box-shadow: 0 8px 24px rgb(69 88 157 / 7%);
}
.white_card>div {
    margin-left: -24px;
}

}
@media (max-width: 576px) {
    .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333%;
}
.about-company-bottom-item-descr {font-size:14px;}
   .three-in-line .pick-item {
    width: 50%;
}   
.last-step-form__input2,.last-step-form__input{margin-bottom:15px;}
.photo_after {position:absolute;right:0;bottom:0;width:100%;}
    
    .col-xs-6 {    -webkit-box-flex: 0;    -ms-flex: 0 0 auto;    flex: 0 0 auto;
    width: 50%;}
	.production-cycle-item{
		width: calc(100% / 2);
	}
	.about-company-bottom-item{
	
	}
	.about-company-bottom-item:last-child{
		margin-bottom: 0;
	}
	.about-company-bottom{
		padding: 20px;
	}
	.about-company-bottom-item{
		font-size: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.about-company-bottom-item-num {margin-right:0;}
	.about-company-bottom-item-num::before{
		display: none;
	}
	.profiles-item{
		width: calc(100% / 2 - (30px / 2));
	}
	.profiles-item:nth-child(3n + 3){
		margin-right: 30px;
	}
	.profiles-item:nth-child(2n + 2){
		margin-right: 0;
	}

	.panorama-title{
		font-size: 20px;
	}
	.panorama-inner{
		padding: 40px;
	}
	.documents-item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		padding: 40px 20px;
	}
	.documents-item-l{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 20px;
	}
	
	.documents-items{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.documents-item-r{
		padding: 0;
	}
}

@media (max-width: 500px) {
	.about-company-btns{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	
	.about-company-btn{
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	.about-company-btn{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about-company-r{
		margin-bottom: 10px;
	}
	.about-company-btns{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.about-company-slide{
		height: 240px;
	}
	.panorama-inner{
		padding: 30px;
	}
	.standards-item {
      width: 45%;
   }
}

@media (max-width: 480px) {

        .banner_vh100 .banner-items {
        margin-bottom: 0;
    }

    .banner-item br{display:none;}
    .standards2-inner {padding:30px;}
    .decorative-item {
}
    
    .banner.h-auto {padding-top: 100px;}
    
	.banner-content{
		padding-top: 20px;
	}
	.banner-item{font-size:13px;
		width: calc(100% / 3);
	margin-bottom: 15px;
	}
	.banner-title{
		font-size: 30px;
	}
	.banner-item img {
    width: 40px;height:40px;
	}
    
    .banner-items{
		margin-top: 70px; margin-bottom:0;
	}
	.production-cycle-title,h2{

		margin-bottom: 20px;
	}
	.production-cycle{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.production-cycle-item{
	
	}
	.about-company-bottom-item-num{
		font-size: 40px;
	}
	.profiles-title{
		font-size: 26px;
	}
	.profiles-item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.profiles-item:nth-child(3n + 3){
		margin-right: 0;
	}
	.profiles-item:nth-child(2n + 2){
		margin-right: 0;
	}

	.panorama-inner{
		padding: 40px 20px 0 20px; padding-bottom:0;
	}
	.protective-coatings-title{
		font-size: 26px;
	}
	.protective-coatings-content{
		padding: 30px 20px;
	}
	.documents-title{
		font-size: 26px;
	}
	.ordering-title{
		font-size: 26px;
	}
	.standards-title {
      font-size: 26px;
   }
   .standards-subtitle {
      font-size: 20px;
   }
   .delivery-title {
      font-size: 26px;
   }
	.work-examples-gallery-item.active{
		width: 50%;


	}
	
		.gallery2-gallery-item.active{
		width: 100%;


	}
	.work-examples-gallery-item.active:nth-child(3n + 3){

	}
	.work-examples-gallery-item.active:nth-child(4n + 4){
	
	}
	.work-examples-gallery-item.active:nth-child(2n + 2) {

	}
	
	.prods-examples-gallery-item.active{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.prods-examples-gallery-item.active:nth-child(3n + 3){
		margin-right: 0;
	}
	.prods-examples-gallery-item.active:nth-child(4n + 4){
		margin-right: 0;
	}
	.prods-examples-gallery-item.active:nth-child(2n + 2) {
		margin-right: 0;
	}
	.partners-title{
		font-size: 26px;
	}
	
	.work-examples{
		padding-bottom: 30px;
	}
	.gallery2{
		padding-bottom: 30px;
	}
	.prods-examples{
		padding-bottom: 30px;
	}
}

@media (max-width: 767px){
    .mt_lg {
    margin-top: 30px;
}
    .ordering-item-text {font-size:16px;}
    .utp_img {width:100%;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
}

    
    

   
    .pt_lg2 {padding-top:50px;}
    .expert-arrow {
    margin-left: 20px;
    cursor: pointer;
}

    .text1.ml30  {margin-left:0!important;}
    .header-socs {
    margin-right: 0;
}

 .form-man-inner {
    padding-right: 40px;
    padding-left: 40px;}   
.calc_text {
    font-size: 16px;
    line-height: 1.2;
}  
    
    
}



@media (max-width: 575.98px){
    .documents-item {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  
    padding: 0;
   
}
.btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
    
  
    
}



@media (max-width: 480px){
 
    .form-phone-inner .form-man-inner-left {
    width: 100%;
    padding-left: 0;
}
    .review-clients__slider .owl-stage-outer {
    padding: 20px 0px;

}




 .utp .list50w {
  
    -ms-flex-pack: distribute;
  
        justify-content: space-around;
}

 .utp .list50w >div {margin-bottom:15px;
    max-width: 360px;}
    .header-socs a {
    width: 30px;
    height: 30px;
}

.last-step-form__input, .last-step-form__input2,.last-step-form__input3 {

    font-size: 14px;  
    
}

  .last-step-form__input3 {height:90px;}  
    
    .snoska_text {
    font-size: 12px;

}


 .mob-center {
    text-align: center;
}   
.mob-center .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}    
.list50w >div {
    width: 100%;
    margin-right: 0;
    text-align: left;
}    
 .icon img {
    max-height: 40px;
}

.img_utp_check1 {
    min-width: 40px;
}

.form-man-inner {
    padding-right: 30px;
    padding-left: 30px;}

.form-man-inner-left {
    width: 100%;
}

.man_form2 {display:none;}



.equipment-item-title {
    
    font-size: 14px;
}
.equipment-item {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 15px;
    padding: 0;
    background: transparent;
    height: 100%;
}
.man_form {display:none;}
.zayavka_b {
  
    padding: 30px 20px 20px 20px;
  
}

.utp .btn-box {margin-right:0;
  
}
}


.pum-theme-2581, .pum-theme-lightbox {
    background-color: rgba( 0, 0, 0, 0.85 );
}


.owl-dots {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel .owl-dot {
    width: 18px;outline:none!important;
    height: 18px;
    margin: 0 3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel .owl-dot.active {
    background-color: #007dc840;
}
.owl-carousel button.owl-dot span {
width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b4d5eb;
}
.owl-carousel .owl-dot.active span {
    background-color: #007dc8;
}
   .in-viewport {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
    -webkit-animation-duration: 3000ms;
            animation-duration: 3000ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: transform-3d-flip;
            animation-name: transform-3d-flip;
}

@-webkit-keyframes transform-3d-flip
{
   0% { -webkit-transform: perspective(400px) rotateX(0deg) ;  }
   40% { -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes transform-3d-flip
{
   0% { -webkit-transform: perspective(400px) rotateX(0deg) ; transform: perspective(400px) rotateX(0deg) ;  }
   40% { -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ; transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { -webkit-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ; transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ; transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { -webkit-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ; transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}

.price-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
      margin:0 auto;
    padding: 0;
    outline: 0;
    line-height: 1.4;width: 100%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    -webkit-box-shadow: -1px 28px 80px rgba(0, 0, 0, .062);
            box-shadow: -1px 28px 80px rgba(0, 0, 0, .062);
    border-radius: 15px;
    overflow: hidden;
    top: 0;
    background-color: #fff;
}

.price-block__header {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1.4;
background-color: #007dc8;
    color: #fff;
    padding: 25px 15px;
}

.price-block__value {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1.4;    padding: 70px 15px;

}

.price-block__value span {
    display: block;
    font-size: 32px;
    padding: 10px 20px;font-weight: 600;
}
.price-table{   }
.price-table th,.price-table td {    padding: 15px 20px;border: 0 solid #ccc;}
.price-table th {
    border-width: 2px 2px 2px 2px;
    background: var(--red);
    
    border-color: var(--red);
    color: #ffffff;
    font-weight: 600;
}

.price-table td {background: #fff;border-width: 2px 2px;
    border-color: #d9d9d9;}
    
       .wpcf7-spinner{position: absolute;
    left: 0;
    bottom: 90px;} 
    
    
    
@media (max-width:480px){
    .title-first {
    font-size: 22px;
}
    .hidden-xs {display:none!important;}
    .decorative-item-right {

    width: 50%;}
    .wpcf7-not-valid-tip {
    left: 20px;}
    
    .wpcf7-form-control {

    padding: 20px 20px;}
    .pum-theme-2581 .pum-container, .pum-theme-lightbox .pum-container {max-width:90%;    padding: 20px;}

    .header-socs a.tenchat_a {
    height: 30px;
    width: auto;
}
    
.price-table td {font-size: 16px;}    
    
}   

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12px;
}

.stars svg {
    width: 13px;
    margin-right: 5px;
}

.testimonials-item {
   
    border-radius:15px;
    padding:20px;
    background: #fff;
    height: 100%;

    line-height:1.2;
}

.review-text__slider .testimonials-item {
   

    min-height:320px;

}


.testimonials-item .testimonials_logo img {height:25px;width:auto;}
.testimonials-item .testimonials_logo {position:relative;}
.testimonial-date{
font-size: 14px;
    color: #666;}
.testimonial-name {font-size:16px; font-weight:600;margin-top:20px;}



.testimonials-item,.portal_body {
    border-radius:15px;
    padding:20px;
    background: #fff;
    height: 100%;

    line-height:1.2;
}

.testimonials-item-border {
    
        border: 1px solid #e0e3e4;
}



.reviews-thumbs__more-text {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.reviews-thumbs__more-text a {  
    font-size: 14px;

}

.reviews-thumbs__text {
  

    line-height: 1.4;
    color: #686A78;}
    
.review-text__slider .reviews-thumbs__text     {  min-height:170px;font-size: 14px;}

 
    
.reviews-thumbs__text__full {display:none;} 
#full_comment {border-radius:20px;}
#full_comment .reviews-thumbs__text__full {display:block;max-height:200px; overflow:auto;}
#full_comment  .testimonials-item {max-width: 700px;}
#full_comment .reviews-thumbs__text,#full_comment .reviews-thumbs__more-text {display:none;} 
.reviews-thumbs__more-text .link-animate::after {
    background: #686A78;
}



.reviews-thumbs__more-icon {
    -ms-flex: 0 0 73px;
    -webkit-box-flex: 0;
            flex: 0 0 73px;
}

.testimonials-item .testimonials_logo img {}



.testimonials-item .testimonials_logo {position:relative;}
.testimonial-date{
font-size: 14px;
    color: #666;}
.testimonial-name {font-size:16px; font-weight:600;}



.dots-right {
    right: -300px;
}

.dots-left {
    left: -300px;
}




.simple-table-wrap {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.simple-table {
    text-align: left;
    width: 100%;
    min-width: 340px;
    table-layout: fixed;
}

.simple-table td {
    font-weight: 300;
    line-height: 1.33333;
    color: #414141;
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 20px;
    vertical-align: top;
}

.simple-table tr td:nth-child(1) {
    width: 50%;
    line-height: 1.2;
    padding-right: 30px;
    padding-left: 0;
    font-weight: 600;
}

.simple-table tr td:nth-child(2) {
    width: 50%;
    font-weight: 300;
    color: #1f1f1f;
    padding-left: 10px;
    padding-right: 0;
}

.steps-item-left {background: #b4d5eb;position:relative;border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #000;font-size:40px; font-weight:600;padding:40px;}
.steps-item-body::before {border: 0.4rem solid #fff;
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: -o-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#007dc8), to(#1a99e5));
    background-image: -o-linear-gradient(bottom, #007dc8 0%, #1a99e5 100%);
    background-image: linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    color:#fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 22px;
    z-index: 1;
}
.steps-item-body {position:relative;}
.steps-item:nth-child(1) .steps-item-body::before {
    content: '1';
}
.steps-item:nth-child(2) .steps-item-body::before {
    content: '2';
}
.steps-item:nth-child(3) .steps-item-body::before {
    content: '3';
}
.steps-item:nth-child(4) .steps-item-body::before {
    content: '4';
}

    
.steps-item-left:after {
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: -8px;
    width: 14px;
    z-index: 0;
    top: 50%;
    background: #b4d5eb;
    border: none;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}  

.steps-item-left:before {z-index: 1;
        content: "";
    display: block;
    border-radius: 50%;
    height: 7px;
    margin-left: -5px;
    position: absolute;
    width: 8px;
    top: 50%;
    left: -25px;
    background: #2B2F3F !important;
    -webkit-box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #2B2F3F !important;
    box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #2B2F3F !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps-inner{    padding-left: 40px;}
.timeline-bar {
    position: absolute;
    background: #2B2F3F;
    width: 3px;
    top: 0;
    height: 100%;
    left: -28px;
    z-index: 0;
}

    
.steps-item-right{background:#fff; padding:40px;border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;}
.steps-item  {margin-bottom:30px;}
.steps-item-title {font-size:22px;}
.steps-item-body {height: 100%;-webkit-box-shadow: 0 8px 24px rgb(69, 88, 157, .07);box-shadow: 0 8px 24px rgb(69, 88, 157, .07);background:#fff;padding:40px;border-radius: 10px;}
.step_number {text-align: center;}
.step_number >div {font-size:16px; font-weight:400;line-height: 1.2;}
@media (max-width:575px){
    .steps-inner{    padding-left: 0;}
    .steps-item-left:after,.steps-item-left:before  {display:none;}
    .steps-item-left {width:100%;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important; padding:20px 20px;padding:20px;
        
        
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;    
    border-top-right-radius: 15px;    
        
    }
    .steps-item-right {padding:20px;
       border-top-left-radius: 0;
    border-bottom-left-radius: 15px;  
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;   
        
    }
.steps-item-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}    
}

.color-circle {margin:0 auto;
    position:relative;
    width:70px;
    height:70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #007dc8 !important;
    -webkit-box-shadow: 1.3rem 1.3rem 2.4rem rgb(0, 86, 156, .29);
    box-shadow: 1.3rem 1.3rem 2.4rem rgb(0, 86, 156,   .29);
    
}

.color-circle:before {    opacity: 1!important;
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

.no_link .color-circle:before  { opacity: 1!important;}

.color-circle img, .color-circle svg {
    width: 36px;
    height: 36px;
    
}

.navdots.owl-carousel {display:block;}

.dotsc.owl-dots {margin-top:2px;}



.services2 .decorative-item-block .decorative-item img {
  

} 


.services2 .decorative-item-title,.services2 .decorative-item-left {
    max-width: 100%;}
.services2 .decorative-item-left {padding:0 20px;}
    
.steps-inner2 {}


.ordering-item:not(:nth-child(1))::after {
    position: absolute;
    left: -100px;
    top: 30px;
    content: '';
    width: 34px;
    height: 24px;
  
    background-image: url(../icons/schem_ar.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}




.phone {
    position: absolute;
    left: 3rem;
    bottom: 0;
    width: 24rem;
    z-index: 2;
    -webkit-animation: 2s wobble ease infinite;
            animation: 2s wobble ease infinite;
}

@-webkit-keyframes wobble {
	from {
	 -webkit-transform: translate3d(0, 0, 0);
	         transform: translate3d(0, 0, 0);
	}

	1% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	2% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	3% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	4% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	5% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	6% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	7% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  8% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	9% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	10% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	11% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	12% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	13% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	14% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  15% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	16% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	17% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	18% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	19% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	20% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	21% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  22% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	23% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	24% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	25% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	26% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	27% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	28% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	}
}

@keyframes wobble {
	from {
	 -webkit-transform: translate3d(0, 0, 0);
	         transform: translate3d(0, 0, 0);
	}

	1% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	2% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	3% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	4% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	5% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	6% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	7% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  8% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	9% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	10% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	11% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	12% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	13% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	14% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  15% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	16% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	17% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	18% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	19% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	20% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	21% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  22% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	23% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	24% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	25% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	26% {
	-webkit-transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	27% {
	-webkit-transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	        transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	28% {
	-webkit-transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	        transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}

	to {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	}
}


.quiz_komment {
    
    
  border: 1px solid #E4EBF1;
    color: #2f3a4f;
    border-radius: 5px;
    outline: 0;
    display: block;
    padding: 20px 35px;
    height: 100px;
    text-decoration: none;
    background: #f9f9f9;
    width: calc(100% - 15px);
    
}


.quiz__file-label p {
    display: block;
}

.quiz__file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    width: 300px;font-size:14px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #d3d5d5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-top: 10px;
}

.quiz__file__text {
    width: 65%;margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
    padding-right: 10px;
}

.quiz__file__upl {
    width: 35%;
    height: 50px;
    color: #fff;
    background: #007dc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.visually-hidden {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden;
}


.small_form input.wpcf7-form-control {

    max-width: 250px!important;
    height: 50px!important;
    font-size:14px!important;
  
    
}
.callback_block {background-position: top right;}

.about_block {
  padding: 0 0 70px 0;   
    
}  
  
  
    
  .call__form-phone {margin:0 auto;margin-top:20px;margin-bottom:20px;
    padding: 0 20px;font-size:20px;color:#2B2F3F;font-weight:700;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: 1px dashed #5e5e5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.call__form-phone img {
    margin-right: 10px;
    max-width: 22px;
}

.call__form-phone:hover {
    background-color: #eaeef3;
}


@media (max-width:480px){
    

    
    
   .services__link {
 
    display: block!IMPORTANT;
    width: 100px;
    margin: 0 auto;
    margin-top: 15px;
}
  


.ordering-item:not(:nth-child(1)):after {
    left: -20px;
}
    .whatsapp__img {

    max-width: 300px;}
 
    .contract {margin-top:-50px;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    max-width: 100%;
}
  
    .call__form-phone {font-size:18px;}}
    
.price_badge {
    background: var(--red);
    right: 10px;    color: #fff;
    top: 10px;
    position: absolute;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 1;
}

.whatsapp {
  
}

.whatsapp__title {
    width: 100%;
    max-width: 375px;
    margin-top: 40px;
}

.whatsapp__img {
    margin-left: 40px;max-width: 350px;margin-right: 40px;min-width: 300px;
}

.whatsapp__content {
    width: 100%;
    max-width: 475px;
    margin-left: auto;
    padding-top: 46px;
}
.hidden-br {
    display: none;
}

.whatsapp__subtitle img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.whatsapp__btn {
        max-width: 310px;
color: #fff;
    background-color: #4caf50!important;
    background: #4caf50!important;
    -webkit-box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
            box-shadow: inset 5px 5px 20px rgb(255 255 255 / 35%);
    
    
}
.lh1 {line-height: 1;}
.whatsapp__btn:hover {
    background-color: #00d552!important;
    background: #00d552!important;
    -webkit-box-shadow: 0 1px 50px rgb(0 213 82 / 20%), inset 5px 5px 20px rgb(255 255 255 / 55%);
            box-shadow: 0 1px 50px rgb(0 213 82 / 20%), inset 5px 5px 20px rgb(255 255 255 / 55%);
}


@media (max-width:991px){
    .vantages_item_text br {display:none;}
    .ordering-item-text {font-size: 14px;}
    body {
   
    font-size: 14px;}
 
    .site-btn.small_btn {
    font-size: 14px;
    padding: 15px 20px!important;
 
}
      .ordering-item:nth-child(3):after {
    display:none;
}
    
        .intro__round {
   top: 0;
    left: 0;
z-index:2;
   
}
  .intro__round {
    width: 200px;
    height: 200px;
}  


 .intro__round:before {
    width: 185px;
    height: 185px;
}
.whatsapp__wrap    {-ms-flex-wrap:wrap;flex-wrap:wrap;}
.whatsapp__title {max-width:100%; margin-bottom:40px;}
.whatsapp__title br{display:none;}

.whatsapp__img {

    max-width: 40%;

    min-width: 40%;
}

    .whatsapp__content {
    margin-left: 0;
    max-width: 40%;}
}


@media (max-width: 767px){
  

    .left_img {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
    .title-sm {
    font-size: 17px;

}
    .main__bullet {
left:auto;right:10%;


}

    .title br, .title-lg br, .title-first br{display:none;}
    .contract {
    position: relative;
    left: auto;
    bottom: 0;
    width: 100%;
    max-height: none;
    max-width: 100%;
    margin-top: 0;
}



    .whatsapp__btn {
    max-width: 310px;
    margin: 0 auto;margin-top:30px;}
     .mob-center {
    text-align: center;
}   
.mob-center .btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} 
.whatsapp__content {min-width:100%;max-width:100%;padding-top:0;}
.whatsapp__content .title img {margin-right:3px;}
 .whatsapp__img {-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:340px;margin-left: auto;
  margin-top:40px;
    margin-right: auto;}   
}

@media (min-width:768px) and (max-width:991px){
    .pick-item__img.quiz__answer__img--lg {
    height: 200px;

}
    .quiz {
    padding: 30px;}
    .offer {

    font-size: 14px;

}
.text1 {

    font-size: 12px;

}
  .portfolio__slide__photo--big { aspect-ratio: auto!important;
    height: 380px;}
    .about_block {
  padding: 50px 0;   
    
}  
    .contract {display:none;}
    
}
.img_utp_check1 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom:0;
    right: -10px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 50%;
    color: rgba(72, 78, 81, 0.5);
    margin-top: -2px;
  
    background-color: #f6f6f6;
}

.img_utp_check1 span.green {
    color: #fff;
     background-color: var(--red);
}
.top-icons-wrapper {max-width:970px;}

.bg_bottom {background-position:bottom;background-repeat: no-repeat;}
a.link--colored {
    color: var(--red);    -webkit-transition: all .4s;    -o-transition: all .4s;    transition: all .4s;
    position: relative;
}
.link--underline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted var(--red);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.pick-item__input:checked + .pick-item__label:after {
    background: var(--red);}
.pick-item__input:checked + .pick-item__label:before {

    border: 1px solid var(--red);

}
.pick-item__img img {}
.pick-item__img.active  img{ outline:3px solid var(--red);
outline-offset:-3px;}

.vantages-item-img2  { position:relative;
   overflow: hidden;}
    
    
    .vantages-item-img2 img {border-radius: 50%; 
    border: 5px solid #fff;}
    
.vantages-item-img2::before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    background-image: url(../img/ok.png);
    background-size: contain;
    z-index: 4;
    top: 15%;
    right: 2%;
}

.post-password-form input[name="post_password"] {

    border: 1px solid #bfbfbf;
    padding: 5px 10px;
}
    
.rating {
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    color:#fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating__n {
    color: #fff;
    width: 3.4rem;
    margin-right: 0.7rem;
    font-size: 2.8rem;
    height: 3.5rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}


.rating__t {
    padding-top: 0.4rem;
    padding-left: 0.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: .5vw;
}


.tsm10 {
    font-size: 13px;
}

.mbs {
    margin-bottom: 5px;
}












.swiper-button {
    position: absolute;
-webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--red);
    color: #ffffff;
    cursor: pointer;
  
    -webkit-transition: background-color 0.3s;
  
    -o-transition: background-color 0.3s;
  
    transition: background-color 0.3s;
}
.swiper-pagination-bullet {width:12px;height:12px;}
.swiper-pagination-bullet-active {
    background-color: var(--red);
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
}
swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-button-next, .swiper-button-prev {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    opacity: .5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.1875rem 0.4375rem 0 rgb(140 152 164 / 40%);
            box-shadow: 0 0.1875rem 0.4375rem 0 rgb(140 152 164 / 40%);
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.rel-swiper-buttons .swiper-button-next,.rel-swiper-buttons .swiper-button-prev {
    border: 1px solid #8ec740;
    left: auto;
    right: auto;
    top:auto;
    margin-top:0;
    position: relative;
}
.navdots .swiper-button-next, .navdots .swiper-button-prev {
    left: auto;
    right: auto;
    position: relative;
    margin: 0;
    top: auto;
    bottom: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    width: 1rem;
    height: 1rem;
    font-family: inherit;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    content: "";
}

.swiper-button-next:hover,.swiper-button-prev:hover{
opacity:1;
}

.swiper:hover.swiper-button-next.swiper-button-disabled,.swiper:hover .swiper-button-prev.swiper-button-disabled{opacity:0.5;}

.swiper-button-next:after,.swiper-button-prev:after{width:1rem;height:1rem;font-family:inherit;background-repeat:no-repeat;background-position:50%;background-size:100% 100%;content:""}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0.5;-webkit-box-shadow:none;box-shadow:none;    pointer-events: auto;}
.swiper-button-next:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.swiper-button-next:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.swiper-button-prev:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}
.swiper-button-prev:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}

.dotsc-slider {
    width: auto!important;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    background-color: #00aeef;
}

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    background-color: #00aeef;
}
.services__item {
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
  height: 350px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .services__item {
    height: 400px;
  }
}
.services__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.81)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
}
.services__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .services__content {
    padding: 20px;
    text-align: inherit;
  }
}
@media (min-width: 992px) {


  .services__content {
    padding: 25px;
    text-align: inherit;
  }
}
@media (min-width: 1400px) {
        .row .services__item {
    height: 320px!important;
}
  .services__content {
    padding: 40px;
    text-align: inherit;
  }
}
.services__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.625em;
  padding: 10px 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .services__top {
    margin: 0;
    padding: 10px 15px;
  }
}
.services__title {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .services__title {
    line-height: 1.4;
  }
}
.services__title span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .services__title span {
    font-size: 18px;
  }
}
.services__desc {

  line-height: 1.1;
}
@media (max-width: 767px) {
  .services__desc {
    min-height: 50px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .services__desc {
    line-height: 1.2;
    margin-bottom: 10px;
    width: 100%;
  }
}
.services__desc span {
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 768px) {
  .services__desc span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .services__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.services__link {
  position: relative;
  display: inline-block;
  color: #e3a253;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .services__link {
    font-size: 14px;
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
    .header {
    padding: 13px 0 13px 0;}
  .services__link {
    font-size: 15px;
    margin-top: 0;
  }
}
.services__link:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  border-top: 1px dashed #e3a253;
}

.services__link:hover:after {

    border-top: 1px dashed var(--red);
}


@media (min-width: 768px) {
.mobile {
    display: none !important;
}

}



@media (max-width: 767px) {
    .last-step-form__input2 {

    margin-bottom: 15px;}
    .btns >* {margin-bottom:15px;}
    .callback_block.form_bottom:after {display:none;}
    .vantages-item {    height: 200px;}
    .vantages-item {
    padding: 15px;

}
.vantages-item-title {
    font-size: 16px;
}   
    
    .medium-icon.img_utp_check1 {
    min-width: 55px;
    width: 55px;
    height: 55px;
    text-align: center;
}
    .list33w >div {
    width: 100%;
    margin-right: 0;
}
.top-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
    .about_block {
  padding: 50px 0 50px 0;   
    
}  
    .services__link {
    font-size: 14px;
   
  }
    .slider-info span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

    
 .slider-info {
   
    display: -webkit-box;
   
    display: -ms-flexbox;
   
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2em;
    letter-spacing: 0.03em;
}   
    
}





.select-div {background:#fff;border-radius:3px; padding-right:20px;}

.priceList {
  color: #1C1C1C;
  position: relative;
}
.priceList__content {
  position: relative;
  background-image: url("../img/price_bg_mob.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 30px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .priceList__content {
    background-image: url("../img/price_bg.jpg");
   padding: 80px 60px 40px 60px;
  }
}
.priceList__title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .priceList__title {
    margin-bottom: 3.25em;
    text-align: left;
    width: 43.125em;
    line-height: 1.2;
  }
}
.priceList__title span {
  font-size: 1.75em;
  font-weight: 200;
}
@media (min-width: 768px) {
  .priceList__title span {
    font-size: 4em;
  }
}
.priceList__title b {
  font-weight: 700;
}
.priceList__desc {
  letter-spacing: 0.01em;
  margin-bottom: 0.625em;
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .priceList__desc {
    margin-bottom: 1.5em;
    text-align: left;
    line-height: 1.2;
  }
}
.priceList__desc span {
  font-size: 1em;
}
@media (min-width: 768px) {
  .priceList__desc span {
    font-size: 1.5em;
  }
}
.priceList__pdf {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;

    width: 150px;
    height: 150px;
    bottom: 50px;
    right: 35%;

}
@media (min-width: 768px) {
  .priceList__pdf {
    width: 150px;
    height: 150px;
   top:50px;
    right: 45%;
    }
}
@media (min-width: 768px) {
 
}



.pdf {
  width: 3.8125em;
  height: 3.8125em;
}
@media (min-width: 768px) {
  .pdf {
    width: 7.0625em;
    height: 7.0625em;
  }
}
.pdf img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


@media (min-width: 1200px) {
    
    
.priceList__form{ width:80%;

    padding: 30px 30px 20px 30px;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

}
    
    
}


@media (max-width:480px){
.utp .title {
    font-size: 14px;
}
    .decorative-item-title {
    font-size: 14px;
}
    .services-item-img2 {
    height: 100px!important;
    margin-bottom: 10px;
}
    .tel-block .status {
    font-size: 12px;}
    .vantages-item-title {
    font-size: 14px;
}
    .priceList__content {
    background-image: url(../img/price_bg_mob.png);
    padding: 40px 20px 180px 20px;

}
    
    
 .priceList__pdf {

    width: 150px;
    height: 150px;
    bottom: 15px;
    right: 35%;
}   
    
}

@media (min-width:481px) {
    .services__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.services__link {

    margin-top: 0;
}
    
}

 .quiz__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;max-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0; }
    .quiz__contact__box {
      width: 40px;
      border-radius: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      cursor: pointer;
      -webkit-transition: var(--transition);
      -o-transition: var(--transition);
      transition: var(--transition); }
    input:checked + .quiz__contact__box, .quiz__contact__box:hover {
      -webkit-box-shadow: 0px 7px 27px 0 #28282819;
              box-shadow: 0px 7px 27px 0 #28282819;
      background-color: #fff; }
    .quiz__contact__icon {
      width: 55px;
      height: 55px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
      margin-bottom: 7px;
      background-color: var(--accent-color); }
      .quiz__contact__icon--wa {
        background-color: #25d266; }
      .quiz__contact__icon--viber {
        background-color: #7460f3; }
      .quiz__contact__icon--tg {
        background-color: #00a2f2; }
      .quiz__contact__icon img {
        height: 35px;
        width: 35px; }
        
.quiz__contact__name{font-size:14px;}     

 .last-step-form .tab-control {max-width: 460px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.last-step-form .tab-control li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -1px 0 0;
    width: calc(33.333% + 1px);
}
.last-step-form .tab-control li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -1px 0 0;
    width: calc(33.33333% + 1px);
}

.last-step-form .tab-control li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #E4EBF1;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 7px 3px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.last-step-form .tab-control li:first-child a {
    border-radius: 3px 0 0 3px;
}
.last-step-form .tab-control li.active a {
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}
.last-step-form .tab-control li:first-child.active a {
    border-radius: 5px 0 0 5px;
}
.last-step-form .tab-control li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    color: #1874b5;
    margin: 0 -2px 0 0;color: #686A78;
}
.last-step-form .tab-control li.active a i {
    color: #000;
}

.last-step-form .tab-control li:last-child a {
    border-radius: 0 3px 3px 0;
} 
.accordion-body {padding-top:0;}
.accordion-button::after{background-size: 30px;
    width: 30px;
    height: 30px;
}
.accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);}
.accordion-button::after,.accordion-button:not(.collapsed)::after {
  
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%2319599c' d='M256 0C114.836 0 0 114.836 0 256s114.836 256 256 256 256-114.836 256-256S397.164 0 256 0zm0 0' data-original='%232196f3' class=''%3E%3C/path%3E%3Cpath fill='%23fafafa' d='M368 277.332h-90.668V368c0 11.777-9.555 21.332-21.332 21.332s-21.332-9.555-21.332-21.332v-90.668H144c-11.777 0-21.332-9.555-21.332-21.332s9.555-21.332 21.332-21.332h90.668V144c0-11.777 9.555-21.332 21.332-21.332s21.332 9.555 21.332 21.332v90.668H368c11.777 0 21.332 9.555 21.332 21.332s-9.555 21.332-21.332 21.332zm0 0' data-original='%23fafafa'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.portfolio__slide {
      margin-bottom:60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
        .ordering-item-title{
	font-size: 16px;

}
        .forms__uploadinput br {display:none;}
.leftq_side {
    padding: 10px;
    margin-left: 0;
}
        .portfolio__slide__photo {width:100%!important;}
        .portfolio__slide__info {
    margin-left: 0!important;
    margin-top: 30px;
}
      .portfolio__slide {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media (max-width: 480px){
.leftq_side {
    padding: 5px;
}}

      @media (max-width: 676px) {
        .portfolio__slide__photo {
          width: 100%; } }
      .portfolio__slide__photo img {
          
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
      .portfolio__slide__photo--big {
        display: block;
 overflow:hidden;
        border-radius: 20px;aspect-ratio:4/2.7;
        background-color: #fff; }
        @media (max-width: 449px) {
          .portfolio__slide__photo--big {
            height: auto; } 
            
            .objects-item-title {

    font-size: 14px;

}
        }
      .portfolio__slide__photo--sm {
        
        height: 120px;
        border-radius: 5px;
        background-color: #fff;
        display: block; }
        .portfolio__slide__photo--sm:not(:last-child) {
          margin-right: 20px; }
          @media (max-width: 899px) {
            .portfolio__slide__photo--sm:not(:last-child) {
              margin-right: 2%; } }
        @media (max-width: 899px) {
          .portfolio__slide__photo--sm {
            width: 32%; } }
        @media (max-width: 449px) {
          .portfolio__slide__photo--sm {
            height: 70px; } }
      .portfolio__slide__photo__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px; }
    .portfolio__slide__info {
      margin-left: 5rem; }
      @media (max-width: 899px) {
        .portfolio__slide__info {
          margin-left: 2rem; } }
      @media (max-width: 699px) {
        .portfolio__slide__info {
          margin-left: 0;
          margin-top: 3rem; } }
    .portfolio__slide__title {
      font-size: 34px;
      font-weight: 700;
      line-height: 1.2; }
    .portfolio__slide__place {
      font-size: 1.125rem;
      margin-top: 1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .portfolio__slide__place svg {
        height: 2.3rem;
        width: 2.3rem;
        margin-right: 1rem; }
    .portfolio__slide__desc-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 1.5rem; }
    .portfolio__slide__desc {
      opacity: 0.65;
      font-size: 1.125rem;
      line-height: 1.4;
      margin-top: 10px; }
    .portfolio__slide__spec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 3rem; }
      .portfolio__slide__spec__item:not(:last-child) {
        margin-right: 30px; }
      .portfolio__slide__spec__name {
        opacity: 0.65;
        font-size: 1rem; }
      .portfolio__slide__spec__val {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 0.8rem; }
  .portfolio .main__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .portfolio .main__btn__desc {
    margin-left: 0;
    margin-top: 2.7rem;
    padding-left: 6rem; }
    .portfolio .main__btn__desc img {
      left: 0; }
  .portfolio .main__btn__desc::before {
    left: 3.6rem; }
.slider__thumbs .slider__image {
    cursor: pointer;
}







output {
    background: var(--red);
    padding: 5px 16px;
    border-radius: 3px;
    color: #fff;
    min-width:50px;
    text-align:center;
}

/* input[type="range"]:focus,
input[type="number"]:focus {
  box-shadow: 0 0 3px 1px #4b81dd;
  outline: none;
} */

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 10px;margin-left:10px;
  width: 100%;
  height: 10px;
  background: #E4EBF1;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--red)), to(var(--red)));
  background-image: -o-linear-gradient(var(--red), var(--red));
  background-image: linear-gradient(var(--red), var(--red));
  background-size: 70% 100%;
  background-repeat: no-repeat;
}




[dir="rtl"] input[type="range"] {
  background: #E4EBF1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--red)), to(var(--red)));
  background-image: -o-linear-gradient(var(--red), var(--red));
  background-image: linear-gradient(var(--red), var(--red));
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: var(--red);
  cursor: ew-resize;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}



input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: var(--red);
  cursor: ew-resize;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: var(--red);
  cursor: ew-resize;
  -ms-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}


@media (max-width:767px){
    .partners-item {

    height: 70px;

}
    .with_output{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
    input[type="range"] {
    height: 7px;}
    
    input[type="range"]::-webkit-slider-thumb {

  height: 18px;
  width: 18px;

}



input[type="range"]::-moz-range-thumb {

  height: 18px;
  width: 18px;

}

input[type="range"]::-ms-thumb {

  height: 18px;
  width: 18px;

}
}


input[type="range"]::-webkit-slider-thumb:hover {
  background: var(--red);
}

input[type="range"]::-moz-range-thumb:hover {
  background: var(--red);
}

input[type="range"]::-ms-thumb:hover {
  background: var(--red);
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.quiz__input__group .gabarity {}

.quiz__input__title output {margin-left:10px;}

.with_output{display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;margin-bottom:15px;}
    
.swiper-buttons >div {position:relative;top:auto;bottom:auto;left:auto;right:auto;}


.swiper-buttons .swiper-button-next,.swiper-buttons .swiper-button-prev {

    opacity: 1;
   
}
.swiper-buttons .swiper-button-prev {margin-right:5px;}
.swiper-buttons >div:not(.swiper-button-disabled) {
    
}
.swiper-buttons >div:not(.swiper-button-disabled) {background:var(--red);}
.swiper-buttons >div:not(.swiper-button-disabled).swiper-button-next:after,.swiper-buttons >div:not(.swiper-button-disabled).swiper-button-next:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}
.swiper-buttons >div:not(.swiper-button-disabled).swiper-button-prev:after,.swiper-buttons >div:not(.swiper-button-disabled).swiper-button-prev:hover:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}






.catalog-item-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.catalog-item-slider__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.catalog-item-slider__area .img-responsive {
    max-height: 100%;cursor: -webkit-zoom-in;cursor: zoom-in;
}

.catalog-item-dots {
    position: absolute;
    width: calc(100% - 24px);
    bottom: 0;
    left: 12px;
    display: table;
    table-layout: fixed;
    border-spacing: 3px 0;
    font-size: 0;
    line-height: 0;
}

.catalog-item-dots__item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    opacity: 0.15;
    height: 3px;
    background-color: #1e1e1e;
}

.catalog-item-slider__item {
    position: relative;
    display: inline-block;cursor: -webkit-zoom-in!important;cursor: zoom-in!important;
    vertical-align: middle;
    height: 100%;
}
.catalog-item-slider__item a {
    cursor: -webkit-zoom-in!important;
    cursor: zoom-in!important;
 
}
.hide {
    display: none !important;
}

.abs_link {
    
}

.baloon-title {font-weight:700;margin-bottom:3px;font-size:15px;font-family: 'Montserrat', sans-serif;

    color: #2B2F3F;}
.baloon-adress {font-weight:500;margin-bottom:5px;line-height:1.2;font-family: 'Montserrat', sans-serif;

    color: #2B2F3F;}
.baloon-custom {font-weight:500;margin-bottom:10px;line-height:1.2;font-family: 'Montserrat', sans-serif;

    color: #2B2F3F;}
.baloon-img {margin-top:10px;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 15px;
    background: var(--red);
    color: #fff;
    border-radius: 6px;
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.quiz__final__btn.loading {
    opacity: 1;
    cursor: wait;
}

.btn__load {
    display: none;
    height: 35px;
    width: 35px;
}

.forms__delete svg path {fill:red;}


@media (max-width: 575px){
.row-cols-xs-2>* {
    flex: 0 0 auto;
    width: 50%;
}}

.quiz-phone__pin {
    width: 55px;
    height: 55px;
    background: #62B465;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    z-index: 1;
}

.quiz-phone__pin::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:  #62B465;
    opacity: .2;
    border-radius: 50%;
    -webkit-animation: animPulse 2s linear infinite;
    animation: animPulse 2s linear infinite;
    z-index: -1;
}

.quiz-phone__pin img {
    width: 25px;
} 
.prices-block-inner a.link_all {

}
.rotate {
    -webkit-animation: 3s linear 1s rotate2;
    animation: 3s linear 1s rotate2;
    -webkit-animation-name: rotate2;
    animation-name: rotate2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.prices-block-inner a.link_all:hover {
	opacity: 0.8;
}
.prices-block-inner a.link_all svg {
	width: 25px;
    height: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-right: 10px;
	vertical-align: middle;
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes panoramaRotate2 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@keyframes panoramaRotate2 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
.prices-block-inner a.link_all {
	text-decoration: none;
}
.price-accordion-item table {width:100%;}
.price-accordion-item table td {padding: 10px 0px 10px 0;}
.price-accordion-item table tr th:last-child {vertical-align: top;text-align: right;}
.price-accordion-item table tr td:last-child {white-space:nowrap;vertical-align: top;text-align: right;}
.price-accordion-item table tr {border-bottom: 1px solid #d9d9d9;}
.price-accordion-item table tr:last-child {border-bottom: 1px solid transparent;}
[id^="click-expand"]:target+.price_table_wrapper a[href^="#click-expand"], [id^="click-expand"]:not(:target)+.price_table_wrapper tr:nth-of-type(n+10), [id^="click-expand"]:not(:target)+.price_table_wrapper a[href="#close"] {
  /*  display: none;*/
}
@media (max-width: 480px){
    .vantages-icons {
    padding: 15px;
    border-bottom: 3px solid #19599c;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
    .partners-item {

    height: 70px;

}
    .call-info .info-no {
    font-size: 18px;

}.call-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #59B0E3;
    border: 8px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
    border-radius: 30px 0 0 0;
    padding: 20px;
}.call-info .icon-box ,.call-info .icon-box svg{
    width: 40px;
    height: 40px;
}
    .calc_text br {display:none;}
.price-accordion-item table tr td:last-child {padding-left:10px;}}


.grid {
    display: grid;
}

@media (min-width: 1025px) {
    .col-pc-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .grid {
        gap: 30px;
    }
    
}
    
    
#map2 .grid {
    row-gap: 5px;
}

@media (max-width: 1024px) {
    .col-m-2 {
        grid-template-columns: repeat(2, 1fr);
    }
}


.list__list-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    background: var(--main-color);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.number-right{
    font-size: 50px;
    font-weight: 900;
    color: #eaeef3;
    
}