html {
    margin-top: 0!important;overflow-x: hidden;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.z1 {z-index:1;}
.item-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

#breadcrumbs {font-size:14px;}
.utp {
    padding: 5vw 0 5vw 0;
}
.rounded_border {border-radius:20px;}
.banner-slider {/*border-radius:15px;*/overflow:hidden;}
.banner .banner-slider-slide{
    overflow:hidden;
 
}
.banner-slider-slide .slider_img {
    height:650px;
    flex-direction: column;
    display: flex;
    align-items:center;
    justify-content: end;
}
.navdots-slider {
    bottom: 20px;
    position: absolute;
    left: 0;
}

.navdots {
    width: 100%;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-button-next, .swiper-button-prev {

    display: inline-flex;
    flex-shrink: 0;
    opacity: 1;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #fff;
    box-shadow: 0 0.1875rem 0.4375rem 0 rgb(140 152 164 / 40%);
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.rel-swiper-buttons .swiper-button-next,.rel-swiper-buttons .swiper-button-prev {
    border: 1px solid #68b04e;
    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;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='%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-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-button-prev: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")}
.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")}

.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;
}

.g2.white {color:#111!important;}




   @keyframes move1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
.zindex1 {z-index:1;}    
.clock_img {width:50px;}
.uppercase {text-transform:uppercase;}
.lh12 {
    line-height: 1.2!important;
}
.img_utp_check {
  
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    margin-right: 1rem;

    border-radius: 15px;
    background: #fff; 
    
}

.img_utp_check.orange {
    
    background: #e3a253;
}

.img_utp_check.green {
    
   background: #68b04e;
}

.img_utp_check.orange img,.img_utp_check.green img {
        filter: brightness(100);
    
    
}
.tr_circle  {background: transparent; }


.calc_text {
    font-size: 16px;
}

.utp .calc_text{
    font-size: 16px;
}
.top-icons-wrapper {margin-top:45px; 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%);
    transform: translate(-50%, -50%);
    z-index: -1;
 }   


b {
    font-weight: 700;
}
.title-first {font-size:44px;}

.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.pt_lg {padding-top:60px;}
.pb_lg {
    padding-bottom: 60px;
}

.black {
    color: #222222!important;
}
.fw500 {
    font-weight: 500!important;
}
.fw800 {
    font-weight: 800!important;
}
.ml20 {
    margin-left: 20px;
}
.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;}
.mt0 {margin-top:0!important;}
.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, ol, ol li { list-style-type: none; }

.bg_grey {
    background-color: #F2F4F8;
}
.bg_blue {
    background-color: #f6fbfe;
}

.quiz {padding: 0;
    background: #fff;position:relative;
    margin: 0 auto;
    border-radius: 25px;  
    border:10px solid #fdcc3b;
}



.leftq_side {padding:40px;padding-right:60px;}



.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: 16px; }

.pick-item__label {line-height:1.2;}


input.error { border-color: red !important; }

label.error { display: none !important; }

.btn-next,.last-step-form__button,.btn-back { 

    position: relative;

    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;

    text-decoration: none!important;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    
  background:#eaeef3;text-align:center;
   width:230px;  color:#222!important;
   background-position: top right; 
}



.btn-next:hover { }
.btn-next_active,.last-step-form__button {
    color:#fff!important;
    border-radius: 6px;
   
    position: relative;

    text-shadow: none;
    color: #fff;
    background:#68b04e;

    
}







.last-step-form__button {width: 100%;
    max-width: 460px;margin-bottom: 10px;height: 70px;}

.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 {
    background: #eaeef3;
    height: 10px;
    position: relative;
}
.main-progress__extender { position: absolute; top: 0; left: 0; bottom: 0; max-width: 100%; height: 100%;     background: #007dc8;-webkit-transition: .3s; transition: .3s; }
.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: 22px;  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; }







.three-in-line .pick-item {
    width: calc(100%/3 - 30px);
}
.four-in-line .pick-item {
    width: calc(100%/4 - 30px);
}
.four-in-line .pick-item__label {
    line-height: 1.2;
    position: relative;
    padding-left: 30px;
    margin: 0 auto;
}
.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 {aspect-ratio:4/2.7;position:relative; width: 100%;  border-radius: 10px;overflow: hidden; margin-bottom: 15px; text-align: center; }



.pick-item__img img {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: #68b04e;
    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 #68b04e;
    
    background-size: 14px; }
.pick-item__label { line-height: 1.2; position: relative; padding-left: 30px; }
.pick-item__label:before { content: ""; display: block; width: 20px; height: 20px; border: 1px solid #111; border-radius: 50%; background: #FFF; position: absolute; top: 0; left: 0; }
.pick-item__input:checked + .pick-item__label:before {  border: none;}
.pick-item__input:checked + .pick-item__label:after { content: ""; display: block; width: 10px; height: 10px; background: #90278E; border-radius: 50%; position: absolute; top: 5px; left: 5px;}

.pick-item__label.pick-item__label_img:before { border: 1px solid #68b04e;}



.pick-item__input:checked + .pick-item__label:after {
    background: #68b04e;
}
.pick-item__img.active:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgb(104, 176, 78, .70) url(../icons/check-mark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.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: #F2F4F8; 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 #F2F4F8 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: #F2F4F8; }
.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: 50px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #d5d7dc;
    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: 50px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #d5d7dc;
    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%;
    max-width: 460px;
    height: 100px;
    padding-left: 50px;
    padding-top:20px;padding-bottom:20px;
    padding-right:20px;
    margin-bottom: 10px;
    border: 1px solid #d5d7dc;
    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 {  font-size: 24px; font-weight: bold; margin-bottom: 10px;  }
.after-submit__descr { font-size: 18px;  }
.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; 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 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
  .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 15px; }
  .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 {overflow: hidden;
    padding: 30px;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background: #eaeef3;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0;
 }
    
svg.svgicon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
}
    
    
    .q_title {font-size:18px; font-weight:600;}
/*.pick-item__img {
    
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.pick-item:hover .pick-item__img {
    
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.pick-item:hover .pick-item__img {
    
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/

/*# sourceMappingURL=style.css.map */

.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:#68b04e;
background-image: repeating-linear-gradient( -55deg,transparent,transparent 6px, #68b04e 7px, #68b04e 13px),linear-gradient(to top, #367a47 0%, #367a47 100%);    -webkit-animation: progress_bar 50s linear infinite;
    animation: progress_bar 50s linear infinite;
    background-size: 1000px;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    padding: 0;
}

@-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:14px;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 #222; 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,.overlay{
    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: -webkit-gradient(linear,left bottom, left top,color-stop(0%, transparent),to(rgb(26,26,31,.80)));
    background: -o-linear-gradient(bottom,transparent 0%,rgb(26,26,31,.80) 100%);
    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: -webkit-gradient(linear,left bottom, left top,color-stop(0%, transparent),to(rgb(26,26,31,.80)));
    background: -o-linear-gradient(bottom,transparent 0%,rgb(26,26,31,.8) 100%);
    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: -webkit-gradient(linear,left top, left bottom,color-stop(0%, transparent),to(rgb(26,26,31,.85)));
    background: -o-linear-gradient(top,transparent 0%,rgb(26,26,31,.60) 45%,rgb(26,26,31,.85) 100%);
    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: -webkit-gradient(linear,left bottom, left top,color-stop(35%, transparent),to(rgb(26,26,31,.70)));
    background: -o-linear-gradient(bottom,transparent 35%,rgb(26,26,31,.70) 100%);
    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: -webkit-gradient(linear,left bottom, left top,color-stop(35%, transparent),to(rgb(26,26,31,.70)));
    background: -o-linear-gradient(bottom,transparent 35%,rgb(26,26,31,.70) 100%);
    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: -webkit-gradient(linear,left top, left bottom,color-stop(35%, transparent),to(rgb(26,26,31,.70)));
    background: -o-linear-gradient(top,transparent 35%,rgb(26,26,31,.70) 100%);
    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;
}

.mlg {
    margin-bottom: 40px;
}
.mlg2 {
    margin-bottom: 50px;
}
.mb05 {margin-bottom:5px!important;}
.mb {margin-bottom: 10px!important;}
.mb1 {margin-bottom: 15px;}
.mb2 {margin-bottom: 20px;}
.contacts_block_small a {color:#222; font-size:18px;}

.mb40 {margin-bottom: 40px;}
.msm {
    margin-bottom: 25px;
}
.mt30 {margin-top:30px;}
.mt_lg2 {margin-top:80px;}
.mlg2 {margin-bottom:80px;}
.pt_lg2 {padding-top:80px;}
.pb_lg2 {padding-bottom:80px;}
.pt_lg {padding-top:50px;}
.pb_lg {padding-bottom:50px;}
.relative {position:relative;}
.h-auto {height:auto;}
.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: 40px;
	line-height: 1;
	font-weight: 600;
	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.list li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0.3rem;
    width: 8px;
    height: 8px;
    content: '';
    background: #68b04e;
    border-radius: 50%;
}

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: 24px;
    line-height: 1.2;
}




.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;
    text-transform: uppercase;
    -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;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    margin-top: auto;
    text-transform: none;
}

.link-animate:hover {color: #222;}

.link-animate::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px!important;
    background: #222;
}

.documents-item-img,.zoom-cursor {
       cursor: -moz-zoom-in;
    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 rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@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);
	}
}

@-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 {justify-content: center;}
.utp_img {
    position: absolute;
    max-width: 600px;
    left: 57%;
    width: 65vw;
    bottom: -6vw;
    z-index: 0;
}
.top_icon,.top_icon svg {width:70px;height:70px;}
.round {
    display: flex;
    flex-direction: column;
    align-items: 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%;
    box-shadow: 0 3px 60px rgb(0 0 0 / 8%);
    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: flex;
    align-items: center;
    position: absolute;
    left: 45%;
    z-index: 1;
    bottom: 10%;
}

.main__bullet_img3 {
    position: absolute;
    width: 100px;
    left: 10px;
    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;
}

@keyframes rotate { 
  0% { transform: rotate(0deg); }
  100% { 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 {	position: absolute;opacity:0;
	left: 0;
	top: 0;z-index:0;
	width: 100%;
	height: 100%;}
.banner-overlay:before {
 content: '';	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;z-index:2;

}

.overlay_top_bottom1:before {
    z-index: 2;
    position: absolute;
    	background-color: rgba(0, 0, 0, 0.10);
	width: 100%;
	height: 100%;
}



.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;
    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);
    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){
    .banner-text__background {    border-radius: 10px;
    background-color: rgba(0,0,0,.35);
    padding: 30px;
}
    .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%;border: 1px solid #ffffff;
    align-items:center;
    justify-content:space-between;
    position: relative;
    color:#fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  background: #ffffff!important;box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
    

    margin-bottom: 25px;
    border-radius:20px;
}
.decorative-item-block {margin-bottom:30px;}


.decorative-item:hover .link-animate::after,.link-animate:hover::after,
.documents-item:hover .link-animate::after{
    background: #222;
    -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;
}


.decorative-item-right {
    position: absolute;
    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: 18px;line-height:1.2;

    text-align: left; margin-bottom:10px;
}


.services-item-img .decorative-item-title {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    max-width: 90%;
    white-space: nowrap;
    background: #68b04e;
    border-radius: 10px;
    padding: 10px 20px;
}

.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: -webkit-gradient(linear, left top, right top, color-stop(50%, #1871a9), color-stop(50%, #007dc8));
	background-image: -o-linear-gradient(left, #1871a9 50%, #007dc8 50%);
	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: -webkit-gradient(linear, left top, right top, color-stop(50%, #c53d3d), color-stop(50%, #da4645));
	background-image: -o-linear-gradient(left, #c53d3d 50%, #da4645 50%);
	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: 60px;
   line-height: 1;
   font-weight: 700;
	position: relative;
	margin-right: 20px;
	color: #68b04e;
}

.vantages_dark .about-company-bottom-item-num {    color: #007dc8;}

.about-company-bottom-item-text{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
}

.profiles{
	color: #111;
	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: flex;
    align-items: end;
}
.uk-overlay_panel::after {
    content: '';
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    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 {
    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;
    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: -webkit-gradient(linear, left top, right top, color-stop(50%, #c53d3d), color-stop(50%, #da4645));
	background-image: -o-linear-gradient(left, #c53d3d 50%, #da4645 50%);
	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: #111;
	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;    
	box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
	display: flex;
	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{

  box-shadow: rgb(1 1 1 / 7%) 0 18px 36px;
}

.ordering-item{
    position: relative;
    background: #F2F4F8;
    padding:35px 25px 15px 25px;
}

.ordering-item::before {

}

.ordering-item:nth-child(2),.ordering-item:nth-child(4) {
     background: #fff;
}
.ordering-item:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    border: 20px solid transparent;
    border-left: 20px solid #F2F4F8;
    z-index: 3;
}

.ordering-item:nth-child(2)::after,.ordering-item:nth-child(4)::after {
     border-left: 20px solid #FFF;
    
}
.ordering-item:last-child::after {display:none;}

.documents-items.documents-items-two {width: calc(100% / 4 - (120px / 4));}


.ordering-item-title{
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: 700;
	margin-bottom: 10px;
}

.ordering-item-text{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 500;
}

.ordering-item-img {
    margin-top:20px;margin-bottom:50px;
    dispay:flex;
    align-items:center;
    justify-content:center;
    width: 65px;
    height: 65px;
    padding: 12px;
    background: #fff;
    border-radius: 7px;

}
.ordering-item-number {font-size:20px;font-weight:700;color:#68b04e;}
.ordering-item:nth-child(2) .ordering-item-img,
.ordering-item:nth-child(4) .ordering-item-img {  background: #F2F4F8;}



.ordering-item-img svg {width: 41px;height:41px;}


.ordering-item-top{

}


.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:#222; 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: #222;
   max-width: 402px;
   margin-bottom: 5px;
}

.delivery-list-item-r-subtitle {
   font-size: 16px;
   font-weight: 500;
   line-height: calc(19 / 16);
   color: #222;
   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;
}




/* 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;
    margin-bottom:20px;
    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-item-img {height: 100%;display:flex;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-button::after {
display:none;

}
.accordion-button, .accordion-button:not(.collapsed) {
    display: flex;
    justify-content: space-between;
}
.accordion-button img {
display: block;
    flex-shrink: 0;
    margin-left: 20px;
    margin-top: 8px;
    transition: transform 0s, opacity .5s, filter .5s;
}

.accordion-button:not(.collapsed) img {
    transform: rotate(-180deg);
    filter: grayscale(1);
    opacity: .3;
}

.accordion-item {
    background:#e8ebef;
    margin-bottom: 20px;border:none;}
.accordion-button {
    font-size: 20px;
    padding: 25px 40px;
}
.accordion-body {   padding: 0 40px 25px 40px;font-size:17px;color: #909999;}
.accordion-button,.accordion-button:not(.collapsed) {
    color: #222!important;
    font-weight: 700!important;
      background:#e8ebef;
}

.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: 5px;position:relative;
}

.accordion-item{
    box-shadow: none;}

.accordion-button:not(.collapsed),.accordion-button:focus {

    box-shadow: none;
}
.accordion-button{ box-shadow: none; background:#e8ebef;}
.show .accordion-body {
    box-shadow: none;    color: #909999;
    background:#e8ebef;
}

.accordion-item { box-shadow: none; }

.accordion-button:focus {
 
    border: none;}
    
    
    .accordion-button:not(.collapsed)::after {
  
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyAyMDIxICg2NC1CaXQpIC0tPg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MXB4IiBoZWlnaHQ9IjIycHgiIHZlcnNpb249IjEuMSIgc3R5bGU9InNoYXBlLXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IHRleHQtcmVuZGVyaW5nOmdlb21ldHJpY1ByZWNpc2lvbjsgaW1hZ2UtcmVuZGVyaW5nOm9wdGltaXplUXVhbGl0eTsgZmlsbC1ydWxlOmV2ZW5vZGQ7IGNsaXAtcnVsZTpldmVub2RkIg0Kdmlld0JveD0iMCAwIDQyLjA3IDIyLjY2Ig0KIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KIHhtbG5zOnhvZG09Imh0dHA6Ly93d3cuY29yZWwuY29tL2NvcmVsZHJhdy9vZG0vMjAwMyI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojRTgzODMyfQ0KICAgXV0+DQogIDwvc3R5bGU+DQogPC9kZWZzPg0KIDxnIGlkPSLQodC70L7QuV94MDAyMF8xIj4NCiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4NCiAgPHBhdGggY2xhc3M9ImZpbDAiIGQ9Ik0wLjQ4IDAuNDhjMC4zLC0wLjMxIDAuNzEsLTAuNDggMS4xNCwtMC40OCAwLjQzLDAgMC44NCwwLjE3IDEuMTUsMC40OGwxOC4yNiAxOC4yNyAxOC4yNyAtMTguMjdjMC4zMSwtMC4zMSAwLjcyLC0wLjQ4IDEuMTUsLTAuNDggMC44OSwwIDEuNjIsMC43MyAxLjYyLDEuNjIgMCwwLjQzIC0wLjE3LDAuODQgLTAuNDgsMS4xNWwtMTkuNDEgMTkuNDFjLTAuMywwLjMgLTAuNzIsMC40OCAtMS4xNSwwLjQ4IC0wLjQyLDAgLTAuODQsLTAuMTggLTEuMTQsLTAuNDhsLTE5LjQxIC0xOS40MWMtMC4zMSwtMC4zMSAtMC40OCwtMC43MiAtMC40OCwtMS4xNSAwLC0wLjQzIDAuMTcsLTAuODQgMC40OCwtMS4xNGwwIDB6Ii8+DQogPC9nPg0KPC9zdmc+DQo=")

}
/*.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-img {    height: 80px;
}
.partners-item img {
       width: 100%;
    object-fit: contain;
    height: 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: url(../bg/bgb.jpg) center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
 
}

.form_bottom:before, .phone_block:before {
    content: '';z-index:-1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #F2F4F8, transparent);
}

.form_bottom.top_white:before, .phone_block.top_white:before {
    background-image: linear-gradient(180deg, #fff, transparent);
}

.zayavka_d {
    background: #ffffff;
    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;
    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: 530px;
    z-index: 2;
    bottom: 0;
}

.man_form2 {
 left: 40%;
    max-width: 450px;

}
.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 {
  
}

.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-descr {color:#111;line-height:1.2;margin-top:10px;}
.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;

}
.work-examples-gallery-item-img img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.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.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;
	}
	
	.man_form {
    position: absolute;
    left: 32%;
    max-width: 510px;
    z-index: 2;
    bottom: 0;
}
.man_form2 {
 left: 37%;
    max-width: 450px;

}	
	
}

@media (max-width: 1356px) {
   .delivery-inner {
      background-size: auto 80%;
   }
   .man_form {

    left: 32%;
    max-width: 470px;
 
}

.man_form2 {
    left: 36%;
    max-width: 400px;
}
}

@media (max-width: 1300px) {
    .work-examples-gallery-item-img {


}
	.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) {
    .calc_text br {display:none;}
    .item-title{display:none;}
    .header-logo-text {display:none;}
    
    .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-top{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.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) {
    .ordering-item {
        background:#fff;border:10px solid #F2F4F8;
    }
    .ordering-item::after {display:none;}
    .ordering-item:last-child {width:100%;}
    .title-first {font-size:34px;}
    .icon img {
    max-height: 50px;
}
    .review-arrow__prev {
    margin-right: 20px;
}
    .review-arrows {

    min-width: 40px;}
    .header-logo img {
    height: 40px;
}
    .header .border_btn_big{display:none;}
    .leftq_side {
  padding:30px;
}
     .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;
}
    .title {
    font-size: 20px;
}
    .banner-item {font-size:14px;}
    .banner-item img {
    width: 40px; height:40px;
}

.mb {margin-bottom:10px;}
.mb1 {margin-bottom: 20px;}
.mb2 {margin-bottom: 20px;}

.mt_lg2 {margin-top:50px;}
.mb_lg2 {margin-bottom:50px;}
.mlg2 {margin-bottom:50px;}
.pt_lg2 {padding-top:60px;}
.pb_lg2 {padding-bottom:50px;}
.pt_lg {padding-top:30px;}
.pb_lg {padding-bottom:30px;}
   .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){
    
    .pick-item__img.quiz__answer__img--lg {height:300px;}
.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 1px 2px #000, 0 0 1em #000;
}

.mb0{margin-bottom:0;}


/*calc*/

.range-slider {
  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;
  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: flex;
  justify-content: space-between;
  margin: 0 9px;
}
.range-slider-ticks__tick {
    background: #d8e0f3;
    display: inline-flex;
    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: 12px 0;
}

.quiz .vantage__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.quiz .vantage__item {
position:relative;
   
    border-radius:10px;overflow:hidden;
}

 .quiz .vantage__item:before  {content:''; 
 height:100%;width:100%;position:absolute;left:0;top:0;
 background: rgba(0,0,0,.5);}

.quiz .vantage__item-img {
    width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    margin-left:15px;
}

.quiz .vantage__item-img {

}

.quiz .vantage__item-text {
    color: #fff;
    position: relative;
 
}

.quiz .vantage__item-descr {
    font-size: 13px;
    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: max-content;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    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;
    transform: skew(5deg);
}
.quiz .test__man {border-radius:15px;overflow:hidden;
    width: 100%;    
    position: relative;
    margin: 0 auto;
}

.quiz-phone {
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    background-color:#fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -40px;
}

.quiz__manager__name {
    margin-top:30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;    
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;

}



.quiz__manager__post {
font-weight:500;
    text-align: center;
    margin-top: 5px;
}
.about_block .test__manager_wrapper {position: absolute;
    bottom: 300px;left:20px;
}
.about_block .quiz__manager__name {margin:0;margin-bottom: -4px;
    position: relative;
    z-index: 2;}
.about_block .quiz__manager__post {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #dddedf;
    -webkit-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    transform: skew(-5deg);
    font-size: 15px;
    text-align: center;
    margin:0;
    margin-left: 25px;
}
.about_block .quiz__manager__post span {
    display: block;
    -webkit-transform: skew(5deg);
    -ms-transform: skew(5deg);
    transform: skew(5deg);
}
.f13 {
    font-size: 14px;
    line-height: 1.2;
}
.f20 {font-size:20px;}
a.link {
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    color: #222222;
}

.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;
    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: #222;
    font-size: 30px;
    line-height: 30px;
    border: none;
    background-color: transparent;
    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*/



.title-lg {
    line-height:1;
    font-size: 40px;
}



.title-sm {
    font-size: 20px;

}



.fw700 {
    font-weight: 700!important;
}
.fw400 {
    font-weight: 400!important;
}
.fw200 {
    font-weight: 200!important;
}


.list50w,.list33w {
    display: flex;
    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: 70px;
    width:70px;
    height:70px;
}

.icon img,.icon svg{
    width:55px; height:55px;
}


.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;
}

.site-btn {
    height:70px;
    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;

    padding: 20px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none!important;
    text-transform: uppercase;
 background: #FDCC3B;
  
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
   border-radius: 15px;
 
    color: #111!important;

 
 
    
}

.btn-border-green {
       padding: 10px 25px;
    font-size: 16px;
    font-weight: 600; 
       border-radius: 6px;
       border:2px solid #68b04e;
}


.green_btn,.green-button {
        color:#fff;
        background: #68b04e!important;
}



.site-btn.small_btn{
  font-size:15px;

    padding: 15px 25px!important;
    display: inline-block;}




.arrow-icon, .btn-content, .gektor-button .btn-icon {
    position: relative;
    z-index: 1;
}

.header .border_btn_big {
font-weight:600; font-size:14px;
    padding: 15px 25px;
    border-radius: 6px;
    color: #fff;
    background-color: #68b04e;
   
}



.grey_btn {
        background-color: #51b2e3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc8), to(#1a99e5));
    background-image: -webkit-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: -moz-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: -o-linear-gradient(to top, #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)),color-stop(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;
}

@keyframes animPulse {
  0% {
    transform: scale(1)
  }

  100% {
    opacity: 0;
    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,.about_img {border-radius:20px;overflow:hidden;}
.services-item-img {height:100%;}
.services-item-img2 {height:auto!important; aspect-ratio:4/3;   text-align: center; position:relative!important;margin-bottom:15px;}
.objects-item img,.services-item-img img{
transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity,transform,filter;}
  .services-item-img img {
      
      height: 100%;
    width: 100%;
    object-fit: cover;
  }  
.objects-item-img:before {
    content: 'Подробнее';
    position: absolute;
    top: 50%;
    left: 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);
    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;}
.portfolio-item {margin-bottom:40px;}
.portfolio-item-img{
    margin-bottom:10px;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.portfolio-items-title {  font-size:22px;  margin-bottom: 20px;}
/*.portfolio-item-title {
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    left: 50%;
    height: 70px;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    font-weight: 500;
    background: linear-gradient(0deg, rgb(27, 32, 40, 0.9) 0%,rgba(255, 255, 255, 0) 100%);
    margin: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}*/
.portfolio-item-title {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    font-weight: 500;
    background: #454b52!important;
    margin: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}

.portfolio-item-img >div {border-radius:15px; overflow:hidden;} 
.portfolio-item-img a {height:400px;display: block;}
.portfolio-img {object-fit: cover;    height: 100%;
    width: 100%;}

.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(#111111), to(#4e4e4e));
    background-image: linear-gradient(to top, #111111 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%;
}

@keyframes pulse1 {
	0% {
		transform: scale(.8);
		opacity: 0;}
	50%{
		opacity: 1;}
	to{
		transform: scale(1);
		opacity: 0;}}
		
		
.vantages_block	 {
    padding:80px 0px 0 0px; border-radius:0;
   background-position: bottom center;
  
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.vantages_block.vantages_dark {background-image: url(../bg/bg_dark2.jpg);}

.vantages_block .pulse-bg {
    z-index: 1;}
.contract {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 40vw;
    max-height: none;
    max-width: 500px;
}
.vantages-item {    height: 300px;position:relative;border-radius:20px;z-index:1; 
    padding:40px;background:#fff; 
    overflow:hidden;
    
}
.vantages-item-img2 {
    margin: 0 auto;
    margin-top: -100px;
    max-width: 150px;
    margin-bottom: 20px;
}
.vantages-icons {height:auto!important;
    padding:0;text-align:center;background:transparent;box-shadow: none;
   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 {
    width: 64px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.vantages-item-title{
	font-size: 18px;
	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 {
 
    object-fit: cover;
    width: 100%;
    height: 100%;

}


.vantages-item-descr {}
		
.pin__item {z-index: 1;margin-left:10px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 30px;  min-width: 30px;
    height: 30px;
    background-color: #68b04e;
    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: #68b04e;
    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% {
    transform: scale(1)
  }

  100% {
    opacity: 0;
    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%;
    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;
    transition: 0.4s;
}
.expert-arrow__prev img {
    -webkit-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;
    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);
    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;
    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){
    .title-first {font-size:50px;}
    .zayavka_b {padding-top:60px;padding-bottom:60px;}

    
.utp .title-lg {
    font-size: 50px;
}   
    
    
}
@media (min-width: 992px){
    
    .testimonial_link {display:none;}
.w70 {
    width: 70%;
}
 .w60 {
    width: 60%;
}   
.review-arrow img {
    width: 10px;
}    
    
}

@media (min-width:992px) and (max-width: 1399px){


    .header-socs {MARGIN-LEFT:5PX;}
    .header-logo-text {
    font-size: 12px;
}
.mainphone a {
    display: block;
    font-size: 20px;}
    .pick-item__img.quiz__answer__img--lg {
    height: 200px;
}

    .pick-item__img {
 

    margin-bottom: 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: 14px;
}
.step-slide__title {

    font-size: 18px;
    margin-bottom: 0;
}
.snoska_text {
    font-size: 13px;}
      .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;}
    .utp .title-lg {font-size:42px;}
    .utp .mlg {margin-bottom:20px;}
    .title-first {
    font-size: 40px;
}

    .profiles-item .uk-overlay_panel  .uk-title {font-size:18px;}
    .quiz {
       
    border: 8px solid #68b04e;}
    .qright_side {
   font-size: 14px;}
    .calc_text {
    font-size: 16px;
}
.header-menu {
    margin-top: 10px;
}
.icon img {
    max-height: 50px;
}


.utp {
    padding: 5vw 0 5vw 0;
}
 .title {
    font-size: 22px;
   
}   
.utp_img {
    max-width: 500px;
}
.msm {
    margin-bottom: 15px;
}
.item-title {
    font-size: 18px;}

 .utp .list50w {margin-bottom:10px;}
 
 .utp .title-lg.mlg{margin-bottom:30px;}
    
}

@media (max-width: 1399px){
        .call-btn {
    width: 42px!important;
    height: 42px!important;}

       .vantages-item-title {
    font-size: 18px;}
      .vantages-item {

    padding: 25px;}
 
    .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;
}

    .profiles-item .uk-overlay_panel  .uk-title {font-size:16px;}
    .dots {display:none;}
     .quiz {
   }
    .calc_text, .utp .calc_text {
    font-size: 15px;
}
    .icon img {
    max-height: 50px;
}
     .utp .list50w {margin-bottom:10px;}
 
.utp .title-lg.mlg  {margin-bottom:20px;}

    .logo_chat {display:block;}

.man_form,.pulse-bg,.man_form2 {display:none;}
 h1, .title-lg {
    font-size: 34px;}   
 .form-man-inner-left {
    width: 100%;
}   
}
@media (max-width: 767px) {
    .left-img {order:2;}
    .left-img img {margin:0 auto; max-width:400px; width:100%;}
   .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  {
       
       flex-flow: column;
   }
    
    .snoska,.bt-back {margin-top:15px;    order: 2;}
    
    .quiz {
 

}
   
    .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;}
    .title {
    font-size: 18px;
  
}
.decorative-item {
    min-height: 200px;}
.decorative-item-title { font-size: 16px;}
	.banner{
		height: auto;
	
	}
	.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;
	}



  
  .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;
    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%;
}   

.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::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 {
  min-height:150px;margin-bottom:15px;}
    
    .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{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.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%;


	}
	.work-examples-gallery-item-img {

}
		.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%;margin-bottom:20px;
}
   .title-first {
    font-size: 32px;
} 
    
    

        .portfolio-item-img a {
    height: 200px;
    display: block;
}
    .pt_lg2 {padding-top:50px;}
    .expert-arrow {
    margin-left: 20px;
    cursor: pointer;
}
    .vantages_block {padding:70px 0px 0 0px; 
    background-position: top;}
    .text1.ml30  {margin-left:0!important;}
    .header-socs {
    margin-right: 0;
}
.title-lg {
    font-size: 32px;
}
 .form-man-inner {
    padding-right: 40px;
    padding-left: 40px;}   
.calc_text {
    font-size: 16px;
    line-height: 1.2;
}  
    
    
}



@media (max-width: 575.98px){
     .mob-center {
    text-align: center;
}   
.mob-center .btns {
    justify-content: center;
} 
    .documents-item {
    background-color: transparent;
    box-shadow: none;
  
    padding: 0;
   
}
.btns {
    flex-wrap: wrap;
}
    
.header-logo img {
    height: auto;max-height:40px;
}    
    
}



@media (max-width: 480px){
    body {

    font-size: 16px;}
    .form-phone-inner .form-man-inner-left {
    width: 100%;
    padding-left: 0;
}
    .review-clients__slider .owl-stage-outer {
    padding: 20px 0px;

}
    .utp .title {
    margin-bottom:20px;}
 


 .utp .list50w {
  
    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 {
    
  height: 50px;
    font-size: 16px;  
    
}
 .last-step-form__input3 { font-size: 16px;  }    
    
    .snoska_text {
    font-size: 12px;

}
.title {
    font-size: 18px;
}
.title-lg {
    font-size: 26px;
}
   
.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;}

.portfolio-item-title {
    padding: 7px;
    font-size: 15px;
}
.vantages_block .list50w >div {


}

.equipment-item-title {
    
    font-size: 14px;
}
.equipment-item {
    margin-bottom: 20px;
    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;
    width: 300px;
}

.utp .btn-box .site-btn {
    width: 300px!important;}

}

.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 {
    animation-delay: 1500ms;
    animation-duration: 3000ms;
    animation-fill-mode: both;
    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) ;  }
}
@-moz-keyframes transform-3d-flip
{
   0% { -moz-transform: perspective(400px) rotateX(0deg) ;  }
   40% { -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { -moz-transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { -moz-transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes transform-3d-flip
{
   0% { transform: perspective(400px) rotateX(0deg) ;  }
   40% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}

.price-block {
    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;
    flex-direction: column;
    text-align: center;
    box-shadow: -1px 28px 80px rgba(0, 0, 0, .062);
    border-radius: 15px;
    overflow: hidden;
    top: 0;
    background-color: #fff;
}

.price-block__header {
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 {
    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: #68b04e;
    
    border-color: #68b04e;
    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: 24px;
}
    .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;}
        .portfolio-item-img a {
    height: 200px;
    display: block;
}
    .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%;
    min-height:320px;
    line-height:1.2;
}
.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;}

.testimonial_link {position:absolute;top:0;left:0;width:100%;height:100%;}

.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 {    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
color: #111!important;    text-transform: uppercase;}

.reviews-thumbs__text {
  

    line-height: 1.4;
    color: rgba(54,54,54,0.8);}
    
.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: #111;
}



.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;}

.testimonial_link {position:absolute;top:0;left:0;width:100%;height:100%;}
.portal_item {text-align:center; }
.portal_item .portal_img {height:40px;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;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
}
.dots {
    width: 275px;
    height: 575px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -288px;
}

.dots-right {
    right: -300px;
}

.dots-left {
    left: -300px;
}

.dots:before {
    content: '';
    position: absolute;
    background-image: url(../img/dot-bg.png);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.54;
}

.dots:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 150px;
    background-image: url(../img/dot-bg.png);
    top: 0;
}

.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: -webkit-gradient(linear, 0 0, 0 100%, from(#007dc8), to(#1a99e5));
    background-image: -webkit-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: -moz-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: -o-linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    background-image: linear-gradient(to top, #007dc8 0%, #1a99e5 100%);
    color:#fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    display: flex;
    justify-content: 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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 7px;
    margin-left: -5px;
    position: absolute;
    width: 8px;
    top: 50%;
    left: -25px;
    background: #222 !important;
    -webkit-box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #222 !important;
    box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #222 !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps-inner{    padding-left: 40px;}
.timeline-bar {
    position: absolute;
    background: #222;
    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%;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){
      .services3  .decorative-item-title {
    font-size: 20px;
}
    .steps-inner{    padding-left: 0;}
    .steps-item-left:after,.steps-item-left:before  {display:none;}
    .steps-item-left {width:100%;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 {
    flex-wrap: wrap;
}    
}

.color-circle {margin:0 auto;margin-bottom:20px;
    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: #68b04e !important;
   box-shadow: 1.3rem 1.3rem 2.4rem rgb(0 155 62 / 32%);
    
}

.color-circle:before {    opacity: 1!important;
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 1px 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 {
margin:0 auto;

} 


.services2 .decorative-item-title,.services2 .decorative-item-left {
    max-width: 100%;}
.services2 .decorative-item-left {padding:0 20px;}
    
.steps-inner2 {}






.phone {
    position: absolute;
    left: 3rem;
    bottom: 0;
    width: 24rem;
    z-index: 2;
    animation: 2s wobble ease infinite;
}

@keyframes wobble {
	from {
	 transform: translate3d(0, 0, 0);
	}

	1% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	2% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	3% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	4% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	5% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	6% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	7% {
	transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  8% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	9% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	10% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	11% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	12% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	13% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	14% {
	transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  15% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	16% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	17% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	18% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	19% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	20% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	21% {
	transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
  22% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	23% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 1, 0.5deg);
	}

	24% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
	}

	25% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0,1, 0.5deg);
	}

	26% {
	transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}
	27% {
	transform: translate3d(0.5%, 0, 0) rotate3d(0, 0, 0, 0.5deg);
	}
	28% {
	transform: translate3d(0%, 0, 0) rotate3d(0, 0, 0, -0.5deg);
	}

	to {
	transform: translate3d(0, 0, 0);
	}
}


.quiz_komment {
    
    
  border: 1px solid #d5d7dc;
    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: flex;
    align-items: center;
    cursor: pointer;
    width: 300px;font-size:14px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #d3d5d5;
    transition: .2s;
    margin-top: 10px;
}

.quiz__file__text {
    width: 65%;margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px;
}

.quiz__file__upl {
    width: 35%;
    height: 50px;
    color: #fff;
    background: #007dc8;
    display: flex;
    align-items: 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: bottom center;}

.portfolio {
   
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;

  overflow: hidden;
 }
  
.about_block {
  padding: 0 0 30px 0;   
    
} 
.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;}
    
    .about_block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #F2F4F8, transparent);
}  
.about_block.white_before:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, #fff, transparent);
}  
  
.services.portfolio { padding-bottom: 5rem;} 
  .portfolio__title {
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 300; }
  .portfolio__slider__wrap {
    margin-top: 4rem;
    position: relative;
    margin-bottom: 0; }
  .portfolio__slider__arrows {
    position: absolute;
    width: 120%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: -10%;
    transform: translateY(-105%);
    pointer-events: none; }
    @media (max-width: 899px) {
      .portfolio__slider__arrows {
        width: 100%;
        left: 0; } }
    @media (max-width: 449px) {
      .portfolio__slider__arrows {
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
        margin-top: 2rem; } }
    .portfolio__slider__arrows .slick-arrow {
      pointer-events: all;
      width: 4.375rem;
      height: 4.375rem;
      background-color: #e8e7e7;
      border-radius: 50%;
      background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
      background-size: 1.25rem;
      background-repeat: no-repeat;
      background-position: center; }
      .portfolio__slider__arrows .slick-arrow:hover {
        background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to top, var(--grad-from), var(--grad-to));
        background-size: 1.25rem, cover; }
      @media (max-width: 449px) {
        .portfolio__slider__arrows .slick-arrow {
          background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(to top, var(--grad-from), var(--grad-to));
          background-size: 1.25rem, cover; } }
    .portfolio__slider__arrows .slider-prev {
      transform: scaleX(-1); }
  .portfolio__slider__dots button {
    font-size: 0;
    width: 1.063rem;
    height: 1.063rem;
    border-radius: 50%;
    background-color: #e4e4e4;
    transition: var(--transition); }
  .portfolio__slider__dots li:not(:last-child) {
    margin-right: 0.94rem; }
  .portfolio__slider__dots ul {
    display: flex;
    justify-content: center;
    margin-top: 3.68rem; }
  .portfolio__slider__dots .slick-active button, .portfolio__slider__dots button:hover {
    background-color: var(--accent-color); }
  .portfolio__slide {
    margin-bottom: 60px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
    @media (max-width: 991px) {
        .portfolio__slide__photo--big {
    height: 380px;
}
        .portfolio__slide__photo {width:100%!important;    min-width: 45%!important;}
        .portfolio__slide__info {
    margin-left: 0!important;
    margin-top: 30px;
}
      .portfolio__slide {
        flex-wrap: wrap; } }
    .portfolio__slide__photo {
      width: 100%;
      min-width: 100%; }
      @media (max-width: 899px) {
         }
      @media (max-width: 699px) {
        .portfolio__slide__photo {
          width: 100%; } }
      .portfolio__slide__photo img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 15px; }
      .portfolio__slide__photo--big {
        display: block;
        width: 100%;
        height: 450px;
        border-radius: 15px;
        background-color: #fbfafa; }
        @media (max-width: 449px) {
          .portfolio__slide__photo--big {
            height: 250px; } }
      .portfolio__slide__photo--sm {
        width: 13.266rem;
        height: 120px;
        border-radius: 10px;
        background-color: #fbfafa;
        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: flex;
        margin-top: 20px; }

      @media (max-width: 899px) {
        .portfolio__slide__info {
          margin-left: 2rem; } }
      @media (max-width: 699px) {
        .portfolio__slide__info {
          margin-left: 0;
          margin-top: 10px; } }
    .portfolio__slide__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2; }
    .portfolio__slide__place {
      font-size: 1.125rem;
      margin-top: 1.2rem;
      display: flex;
      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: 600;
      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: flex;
      margin-top: 20px; }
      .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;
       }
  .portfolio .main__btn-wrap {
    flex-direction: column;
    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; }
    

    
  .call__form-phone {margin:0 auto;margin-top:20px;margin-bottom:20px;
    padding: 0 20px;font-size:20px;color:#111;font-weight:700;
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: 1px dashed #5e5e5e;
    display: flex;
    justify-content: 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;
}
  
    .portfolio__slide__desc-title {
    font-size: 18px;}
    .portfolio__slide__place {
    font-size: 15px;}
    .portfolio__slide__spec__name {

    font-size: 14px;
}
    .portfolio__slide__spec__val {
    font-size: 15px;

    margin-top: 0.4rem;
}


    .whatsapp__img {

    max-width: 300px;}
 
    .contract {margin-top:-50px;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    max-width: 100%;
}
    .portfolio__slide__place {

      margin-top: 20px;
     }
       .portfolio__slide__desc-title {
  
      margin-top: 20px; }
    .portfolio__slide__desc {
   
      margin-top: 10px; }
    .portfolio__slide__spec {
 
      margin-top: 20px; }
    .portfolio__slide__desc {font-size:16px;}
    .portfolio__slide__title {
    font-size: 20px;

}
    .call__form-phone {font-size:18px;}}
    
.price_badge {
    background: #fc0;
    color:#000;
    right: 10px;
    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;
    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;
    box-shadow: 0 1px 50px rgb(0 213 82 / 20%), inset 5px 5px 20px rgb(255 255 255 / 55%);
}


@media (max-width:991px){
    .ordering-item-text {font-size: 16px;}
    body {
   
    font-size: 14px;}
 
    .site-btn.small_btn {
    font-size: 14px;
    padding: 15px 20px!important;
 
}

    
        .intro__round {
   top: 0;
    left: 0;
z-index:2;
   
}
  .intro__round {
    width: 200px;
    height: 200px;
}  


 .intro__round:before {
    width: 185px;
    height: 185px;
}
.whatsapp__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%;}
}
.portfolio__slider >div:last-child .portfolio__slide {
    margin-bottom: 0;}

@media (max-width: 767px){
    .rating {display:none!important;}
    .portfolio {

    padding-top: 40px;}

    .left_img {order:2;}
    .title-sm {
    font-size: 17px;

}
    .main__bullet {
left:auto;right:10%;


}
    .utp.bg_image_right {
    
  background-position: 85% 100%;  
    
}
    .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: 30px;
}



    .whatsapp__btn {
    max-width: 310px;
    margin: 0 auto;margin-top:30px;}

.whatsapp__content {min-width:100%;max-width:100%;padding-top:0;}
.whatsapp__content .title img {margin-right:3px;}
 .whatsapp__img {order:2;max-width:340px;margin-left: auto;
  margin-top:40px;
    margin-right: auto;}   
}

@media (min-width:768px) and (max-width:991px){
     .w60 {
    width: 60%;
}  
    .about_block {
  padding: 50px 0;   
    
}  
    .contract {display:none;}
    
}
.img_utp_check1 span {
    display: flex;
    align-items: 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: #F6FAFD;
}

.img_utp_check1 span.green {
    color: #fff;
     background-color: #68b04e;
}
.top-icons-wrapper {max-width:970px;}

.bg_bottom {background-position:bottom;background-repeat: no-repeat;}
a.link--colored {
    color: #68b04e;    transition: all .4s;
    position: relative;
}
.link--underline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #68b04e;
    transition: all .4s;
}
.pick-item__input:checked + .pick-item__label:after {
    background: #68b04e;}
.pick-item__input:checked + .pick-item__label:before {

    border: 1px solid #68b04e;

}
.pick-item__img img {}


.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 {
    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;
transform: translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #68b04e;
    color: #ffffff;
    cursor: pointer;
  
    transition: background-color 0.3s;
}
.swiper-pagination-bullet {width:12px;height:12px;}
.swiper-pagination-bullet-active {
    background-color: #68b04e;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
}
.services__bottom {height:0; overflow: hidden;margin-top:10px;    transition: all .3s;}
.services__action  { max-height: 0;
    overflow: hidden;
    transition: all .3s;}
    .services__item:hover .services__action {max-height: 100%;}
.services__item:hover .services__bottom {height:auto;}
.services__item {
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover;
  height: 350px;
  border-radius: 10px;
}
.service_img_cover {position:absolute;width:100%;height:100%;

    
    
}
.service_img_cover img {
     -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -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;   
        height: 100%;
    width: 100%;
    object-fit: cover;
}
.services__item_link:hover img{
    
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@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: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(29 35 39 / 70%) 100%);
}
.services__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  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: 20px 25px;
    text-align: inherit;
  }
}
@media (min-width: 1400px) {
        .row .services__item {
    height: 320px!important;
}
  .services__content {
    padding: 20px 40px;
    text-align: inherit;
  }
}
.services__top {

}
@media (min-width: 768px) {

}
.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) {
    .vantages-block-item {

    padding: 20px;
    padding-bottom: 0;}
    .banner-text__background {
    border-radius: 10px;
    background-color: rgba(0,0,0,.35);
    padding: 30px 20px;
}
.banner-slider-slide .slider_img {
    height: 500px;}
    .services__bottom{display:none;}
  .services__desc {

    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .services__desc {
    line-height: 1.2;

    width: 100%;
  }
}
.services__desc span {
  font-weight: 300;
  font-size: 15px;
}
@media (min-width: 768px) {
  .services__desc span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .services__action {
    display: flex;
    align-items: center;
    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) {
    .work-examples-gallery-item.active {
   width: 25%;

}
    .title-lg {

    font-size: 44px;
}

  .services__link {
    font-size: 15px;
    margin-top: 0;
  }
}
.services__link:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  border-top: 1px dashed #e3a253;
}

.services__link:hover:after {

    border-top: 1px dashed #68b04e;
}


@media (min-width: 768px) {
.mobile {
    display: none !important;
}
  .swiper-button-prev {
 
  }
  .swiper-button-next {
  
  }
}



@media (max-width: 767px) {
    
    .quiz {


    border: 7px solid #fdcc3b;
}
    .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: 0 0 40px 0;   
    
}  
    .services__link {
    font-size: 14px;
   
  }
    .slider-info span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}
.services-slider .swiper-button {display:none;}
    
 .slider-info {
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    letter-spacing: 0.03em;
}   
    
}





.select-div {background:#fff;border-radius:6px; padding-right:20px;}

.priceList {
  color: #1C1C1C;
  position: relative;
}
.priceList__content {
  position: relative;

background-image: url(../bg/price_bg.jpg);
    position: relative;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;

  padding: 60px 30px;
  border-radius: 15px;

}
.catalog-block {padding-top:30vw;}

.catalog-mockup {
    display: flex;
    width: 100vw;
    position: absolute;
    left: 0;
    top: -10vw;
    z-index: -1;
}
@media (min-width: 768px) {
  .priceList__content {
   
   padding: 60px 60px 60px 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: flex;
  align-items: 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: 60px;
    right: 30%;
    }
}
@media (min-width: 768px) {
 
}



.pdf {
  width: 130px;
  height: 130px;
}
@media (min-width: 768px) {
  .pdf {
     width: 130px;
  height: 130px;
  }
}
.pdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (min-width: 1200px) {
    
.services__item {

    border-radius: 10px;
}    
.priceList__form{ width:50%;
margin-top:20px;
    padding: 0;



}
    
    
}


@media (max-width:480px){
    .decorative-item-title {
    font-size: 14px;
}
  .services3  .decorative-item-title {
    font-size: 20px;
}
    .services-item-img2 {
    height: auto!important;
    margin-bottom: 10px;
}
    .tel-block .status {
    font-size: 12px;}
    .vantages-item-title {
    font-size: 14px;
}
    .priceList__content {
    padding: 20px;
background-image: url(../bg/price_bg1.jpg);
}
    
    
 .priceList__pdf {

    width: 150px;
    height: 150px;
    bottom: 15px;
    right: 35%;
}   
    
}

@media (min-width:481px) {
    .services__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services__link {

    margin-top: 0;
}
    
}

 .quiz__contact {
    display: flex;
    max-width: 300px;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 10px;
}
    .quiz__contact__box {
      width: 60px;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      transition: var(--transition); }
    input:checked + .quiz__contact__box, .quiz__contact__box:hover {
      box-shadow: 0px 7px 27px 0 #28282819;
      background-color: #fff; }
    .quiz__contact__icon {
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-bottom: 7px;
      background-color: #68b04e; }
      .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: 25px;
        width: 25px; }
        
.quiz__contact__name{font-size:12px;}     
.quiz__contact__item {}
 .last-step-form .tab-control {max-width: 460px;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.last-step-form .tab-control li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -1px 0 0;
    width: calc(33.333% + 1px);
}
.last-step-form .tab-control li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: 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 #d5d7dc;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding: 7px 3px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-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: #68b04e;
    border: 1px solid #68b04e;
    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;
}
.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;
} 





/*tiera*/

.item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    background: #fff;
    padding: 0;
    overflow: hidden;

    height: 100%;
    color: #000;
    background-position: center;
    background-size: cover;border-radius: 15px;
}

.item-img {
    overflow: hidden;
    height:250px;  border-radius: 15px;
}


.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;
    height: 100%;
    width: 100%;
    object-fit: cover;
  
}

.item-sticker {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 4px;
    line-height: 1;
    white-space: nowrap;
    border-radius: 2px;
    background: #ffcc57;
    color: #000;
    z-index: 1;
}

.dop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-descr {padding:20px;}

.item-title-small {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom:5px;
    margin-top:10px;
}

.small-text-bottom {
    color: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .05em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    margin-bottom: 10px;
}

.road {text-transform:uppercase!important;}

.ud {
    color: rgba(0,0,0,.6);margin-top:10px;
    text-transform:uppercase;
    margin-bottom: 10px;font-size: 14px;
}
.price-title {color: rgba(0,0,0,.6);}
.price-value {font-size:20px;font-weight:800;margin-top:5px;}
.price-title-big {color: rgba(0,0,0,.6);}
.price-value-big {font-size:34px;font-weight:800;margin-top:5px;line-height:1;}
.item-img-small {width:280px;height:150px;}

.item-img-small 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;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.baloon-body {max-width:280px;font-size:14px;}

.infr_item {
    
    width:40px;height:40px;border:1px solid #68b04e; display:flex;align-items:center;justify-content:center;border-radius:5px;margin-right:5px;margin-bottom:5px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    
    
}

.infr_item.el{
    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='30' height='30' x='0' y='0' viewBox='0 0 64 64' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M53.81 23.55A2 2 0 0 0 52 22.38H36.45L43.09 4.7A2 2 0 0 0 41.22 2H25.1a2 2 0 0 0-1.82 1.19l-13.1 29.55A2 2 0 0 0 12 35.55h13.5l-2.8 10.53-3.56 13.41a2 2 0 0 0 3.45 1.82L53.5 25.69a2 2 0 0 0 .31-2.14zM25.23 52.17 30 34.06a2.31 2.31 0 0 0 .05-.64 2 2 0 0 0-2-1.87h-13L26.41 6h11.92l-6.64 17.68a2 2 0 0 0 1.88 2.7h14z' data-name='Layer 10' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  
}

.infr_item.vod{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 422.667 422.667' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M250.534 40.667c-12-14-22.8-26.4-31.2-36.8-.4-.8-1.2-1.2-1.6-1.6-4.4-3.6-10.8-2.8-14.4 1.6-8.4 10.4-19.2 22.8-31.2 36.8-52.8 61.2-126 146-126 216.8 0 45.6 18.4 86.8 48.4 116.8 30 29.6 71.2 48.4 116.8 48.4 45.6 0 86.8-18.4 116.8-48.4s48.4-71.2 48.4-116.8c0-70.8-73.2-155.6-126-216.8zm63.2 318.8c-26.4 26.4-62.4 42.8-102.4 42.8s-76-16.4-102.4-42.4c-26-26-42.4-62.4-42.4-102.4 0-63.2 70.4-144.8 121.2-203.6 8.4-10 16.4-19.2 23.6-28 7.2 8.8 15.2 18 23.6 27.6 50.8 58.8 121.2 140 121.2 203.6 0 40-16.4 76-42.4 102.4z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M212.134 349.867c-24.8 0-47.2-10-63.2-26s-26-38.4-26-63.2c0-5.6-4.4-10-10-10s-10 4.4-10 10c0 30.4 12.4 57.6 32 77.6 19.2 19.2 46.8 31.6 77.2 31.6 5.6 0 10-4.4 10-10s-4.4-10-10-10z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item.avtgaz{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 d='M149.49 201.244c4.758 2.803 10.887 1.218 13.69-3.54s1.218-10.887-3.54-13.689c-4.758-2.803-10.887-1.218-13.69 3.54-2.803 4.757-1.218 10.886 3.54 13.689z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M393.239 139.025a10.063 10.063 0 0 0-10.528-6.369 10.06 10.06 0 0 0-8.814 8.588c-4.207 29.825-20.955 104.91-51.735 137.855-1.173-19.942-4.143-52.896-11.668-90.713-7.111-35.735-16.843-68.338-28.926-96.9-15.273-36.103-34.393-65.882-56.831-88.51a10.057 10.057 0 0 0-17.095 5.645c-.952 6.593-2.544 17.538-2.767 18.847-7.684 45.145-20.379 86.168-37.73 121.929-2.425 4.997-.339 11.014 4.658 13.439 4.995 2.424 11.014.339 13.439-4.658 17.931-36.959 31.093-79.141 39.129-125.399 37.594 46.884 56.731 111.135 66.319 159.16 11.743 58.816 12.117 106.874 12.119 107.35.033 7.472 8.314 12.372 14.883 8.779 24.366-13.324 44.608-45.286 60.163-94.998 3.627-11.592 6.557-22.759 8.867-32.607 19.625 59.58 27.697 112.487 24.011 157.645-3.645 44.655-18.612 80.914-44.488 107.771-7.657 7.947-16.033 14.749-24.859 20.527 9.305-21.459 11.582-54.125-8.094-103.009-1.697-4.216-6.152-6.808-10.654-6.212-4.357.577-7.915 4.042-8.607 8.384-1.325 8.314-4.967 22.725-10.382 34.285-3.278-25.581-12.404-64.431-37.774-88.454-5.605-5.309-15.156-2.317-16.755 5.217-.073.347-7.496 34.942-20.215 57.853-2.544 4.583-6.019 9.773-9.698 15.27-5.854 8.745-11.907 17.789-15.596 26.43-7.103 16.633-7.606 33.144-1.496 49.075 2.994 7.807 7.764 15.156 13.82 21.552a112.045 112.045 0 0 1-5.229-1.637c-11.925-4.1-23.372-9.351-34.023-15.61-38.659-22.715-64.665-58.27-73.231-100.114-6.175-30.165-2.937-62.133 9.118-90.017 7.213-16.682 16.788-31.783 25.203-44.354 3.09-4.615 1.853-10.862-2.763-13.952-4.613-3.091-10.862-1.853-13.952 2.763-8.92 13.324-19.097 29.395-26.951 47.56-13.676 31.632-17.356 67.868-10.362 102.034 9.723 47.5 39.11 87.781 82.746 113.423 11.807 6.937 24.482 12.754 37.675 17.29 15.087 5.187 32.365 7.818 50.173 7.818a183.45 183.45 0 0 0 37.654-3.905c34.65-7.284 65.334-23.972 88.736-48.262 29.18-30.286 46.019-70.69 50.051-120.09 4.628-56.667-8.004-124.199-37.541-200.719zM222.111 424.067c2.952-6.912 8.474-15.163 13.814-23.14 3.918-5.854 7.618-11.381 10.568-16.696 7.681-13.837 13.495-30.866 17.259-43.806 21.507 33.924 21.616 84.303 21.614 84.879-.037 7.425 8.099 12.41 14.7 8.974 11.422-5.944 19.32-19.195 24.6-32.279 7.2 30.911 3.475 55.116-11.158 70.935-8.733 9.441-20.575 14.763-32.139 16.736-6.473 1.093-13.157 1.252-19.637.126-6.223-1.082-12.275-3.506-17.803-6.522-10.732-5.856-19.128-15.054-23.032-25.235-4.231-11.033-3.835-22.146 1.214-33.972z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item.dnp{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 569 569.549' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m1.527 52.246 37.985 66.469a9.488 9.488 0 0 0 5.933 4.5l35.438 8.86 121.543 121.542 13.43-13.426L92.41 116.75a9.47 9.47 0 0 0-4.406-2.5l-34.05-8.543-32.34-56.625L49.34 21.355l56.648 32.372 8.547 34.05a9.47 9.47 0 0 0 2.496 4.414l123.446 123.446 13.425-13.43L132.36 80.664 123.5 45.246a9.511 9.511 0 0 0-4.5-5.945L52.527 1.32a9.496 9.496 0 0 0-11.394 1.527L3.153 40.832a9.495 9.495 0 0 0-1.626 11.414zM396.313 187.145 187.41 396.05l-13.43-13.43L382.887 173.72zM150.848 403.441a9.493 9.493 0 0 0-8.141-4.605H85.734a9.486 9.486 0 0 0-8.136 4.605l-28.489 47.477a9.495 9.495 0 0 0 0 9.781l28.489 47.477a9.495 9.495 0 0 0 8.136 4.605h56.973a9.501 9.501 0 0 0 8.14-4.605l28.485-47.477a9.495 9.495 0 0 0 0-9.781zm-13.512 90.348H91.109L68.32 455.81l22.79-37.985h46.226l22.789 37.985zm0 0' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M456.063 227.914c62.714.211 113.73-50.46 113.94-113.176a113.589 113.589 0 0 0-3.487-28.308c-1.266-5.09-6.418-8.188-11.508-6.922a9.522 9.522 0 0 0-4.414 2.496l-59.11 59.07-46.898-15.629-15.64-46.886 59.109-59.121a9.495 9.495 0 0 0-4.453-15.934c-60.82-15.402-122.606 21.414-138.008 82.23a113.327 113.327 0 0 0-3.477 28.23c.024 7.477.793 14.93 2.309 22.25L136.469 344.169a112.023 112.023 0 0 0-22.246-2.309C51.289 341.86.273 392.875.273 455.81c0 62.93 51.016 113.945 113.95 113.945 62.93 0 113.945-51.016 113.945-113.945a111.742 111.742 0 0 0-2.309-22.25l49.786-49.786 21.773 21.774a9.499 9.499 0 0 0 13.43 0l4.746-4.75c4.164-4.137 10.894-4.137 15.058 0 4.16 4.148 4.168 10.883.02 15.043l-.02.02-4.746 4.745c-3.707 3.707-3.707 9.72 0 13.426L439.18 547.305c29.793 30.066 78.316 30.285 108.382.492 30.063-29.793 30.282-78.32.489-108.383-.16-.164-.324-.328-.489-.492L434.29 325.652c-3.707-3.707-9.719-3.707-13.426 0l-4.746 4.746c-4.168 4.141-10.894 4.141-15.062 0-4.157-4.148-4.168-10.882-.02-15.039.008-.007.016-.011.02-.02l4.75-4.75c3.707-3.706 3.707-9.718 0-13.425l-21.774-21.773 49.785-49.786a111.733 111.733 0 0 0 22.247 2.31zm37.308 322.852a57.7 57.7 0 0 1-20.195-3.684l74.16-74.164c11.191 29.77-3.867 62.973-33.637 74.164a57.6 57.6 0 0 1-20.328 3.684zM385.797 303.973c-10.516 12.543-8.867 31.238 3.676 41.75 11.023 9.238 27.09 9.23 38.101-.028l106.563 106.657c1.156 1.16 2.238 2.382 3.285 3.625l-81.188 81.187a55.28 55.28 0 0 1-3.629-3.285L345.961 427.227c10.516-12.543 8.867-31.239-3.676-41.75-11.023-9.243-27.094-9.23-38.105.023l-15.192-15.191 81.614-81.493zm38.344-95.504L208.73 423.836a9.51 9.51 0 0 0-2.508 9.023c13.027 51.16-17.887 103.196-69.051 116.22-51.16 13.026-103.195-17.888-116.223-69.052-13.023-51.16 17.89-103.195 69.055-116.222a95.649 95.649 0 0 1 47.168 0 9.58 9.58 0 0 0 9.023-2.504l215.36-215.371a9.49 9.49 0 0 0 2.496-9.02c-12.938-50.562 17.562-102.039 68.125-114.98a94.55 94.55 0 0 1 29.281-2.766l-50.09 50.11a9.487 9.487 0 0 0-2.297 9.71l18.989 56.977a9.504 9.504 0 0 0 6.011 6l56.977 18.992a9.496 9.496 0 0 0 9.71-2.289l50.09-50.09a86.32 86.32 0 0 1 .173 5.39c.265 52.177-41.813 94.688-93.989 94.958a94.602 94.602 0 0 1-23.918-2.953 9.504 9.504 0 0 0-9.023 2.496h.05zm0 0' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='m491.273 477.578-13.43 13.43-94.952-94.953 13.425-13.43zm0 0' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item.ogr{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 483.312 483.312' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M481.656 203.312v-48h-32V56l-56-56-56 56v99.312h-40V56l-56-56-56 56v99.312h-40V56l-56-56-56 56v99.312h-32v48h32v152h-32v48h32v80h112v-80h40v80h112v-80h40v80h112v-80h32v-48h-32v-152h32zm-32-32h16v16h-16v-16zm-416 216h-16v-16h16v16zm0-200h-16v-16h16v16zm96 280h-80V62.624l40-40 40 40v404.688zm56-80h-40v-16h40v16zm0-32h-40v-152h40v152zm0-168h-40v-16h40v16zm96 280h-80V62.624l40-40 40 40v404.688zm56-80h-40v-16h40v16zm0-32h-40v-152h40v152zm0-168h-40v-16h40v16zm96 168v112h-80V62.624l40-40 40 40v292.688zm32 16v16h-16v-16h16z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item.roads{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 682.667 682.667' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' fill='%23009b3e' data-original='%23000000'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0c-6.066 5.028-11.354 10.667-15.494 17.257-21.911 34.882 9.118 65.164 48.449 87.971h74.365c-9.687-9.645-43.201-27.144-38.403-48.183 2.256-9.888 12.14-16.074 18.68-20.105 5.153-3.176 10.569-5.803 16.089-8.121C155.134 7.235 210.399-2.075 259.143-31.855c33.293-20.34 58.12-51.59 65.881-93.008 5.373-28.674 2.446-58.278-3.328-87.007l-.109-.536' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(141.796 399.409)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0c-2.066-7.971-4.186-15.81-6.229-23.472-11.206-42.052-24.736-81.727-37.881-122.284h-350.048c4.965 7.78 95.394 117.549 133.9 161.186 20.217 22.911 69.15 82.862 60.948 129.369-8.456 47.945-48.968 63.919-84.164 82.443l-.609.321' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(455.422 153.123)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h38.635S2.093-27.797-3.963-34.7C-11.394-43.171.105-48.423 7.2-51.098c13.957-5.263 28.137-9.3 42.23-14.105a1708.719 1708.719 0 0 0 45.642-16.266c9.439-3.521 18.86-7.094 28.182-10.917 18.352-7.528 36.389-16.035 53.054-26.855 11.902-7.727 23.163-16.689 33.188-27.131 22.176-23.097 35.696-53.361 41.793-85.904 9.094-48.551.838-98.974-11.184-144.094-11.205-42.05-22.019-80.34-35.17-120.9l-42.736.003' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(249.113 504.633)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h-41.055c-30.966-17.956-53.544-56.529-36.456-94.992 14.003-31.515 48.032-45.543 73.963-62.463 14.38-9.382 30.034-17.64 41.965-30.761 10.971-12.066 13.945-27.463 9.524-43.541C36.846-272.11 1.003-306.52-25.084-336.083-63.59-379.721-162.056-489.49-167.021-497.27h59.545' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(174.751 504.637)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0c-12.875-9.945-17.509-35.388-6.908-48.328C3.009-60.434 19.688-65.82 33.275-72.502c19.365-9.525 38.22-19.637 57.54-29.423 13.762-6.971 26.444-15.588 40.34-22.721 30.824-15.819 53.907-49.649 53.371-84.833-.641-42.06-25.964-77.366-45.655-113.117-20.157-36.594-63.73-109.887-85.109-143.381' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:20, 40;stroke-dashoffset:0;stroke-opacity:1' transform='translate(183.144 473.344)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='20, 40' stroke-dashoffset='0' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.infr_item.detplosh{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 682.667 682.667' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cdefs%3E%3CclipPath id='a' clipPathUnits='userSpaceOnUse'%3E%3Cpath d='M0 512h512V0H0Z' fill='%23009b3e' data-original='%23000000'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 682.667)'%3E%3Cpath d='M0 0h40.406c8.927 0 16.163-7.236 16.163-16.163 0-8.926-7.236-16.162-16.163-16.162H0c-8.926 0-16.163 7.236-16.163 16.162C-16.163-7.236-8.926 0 0 0Z' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(235.797 169.126)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h40.406c8.927 0 16.163-7.236 16.163-16.163 0-8.926-7.236-16.162-16.163-16.162H0c-8.926 0-16.163 7.236-16.163 16.162C-16.163-7.236-8.926 0 0 0Z' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(235.797 136.8)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h40.406c8.927 0 16.163-7.236 16.163-16.163 0-8.926-7.236-16.162-16.163-16.162H0c-8.926 0-16.163 7.236-16.163 16.162C-16.163-7.236-8.926 0 0 0Z' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(235.797 104.476)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h40.406c8.927 0 16.163-7.236 16.163-16.163 0-8.926-7.236-16.162-16.163-16.162H0c-8.926 0-16.163 7.236-16.163 16.162C-16.163-7.236-8.926 0 0 0Z' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(235.797 72.15)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='m0 0 68.06 30.937-50.53 30.936' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(405.028 384.88)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0v-41.417c0-5.579-4.522-10.101-10.102-10.101h-74.752c-5.579 0-10.101 4.522-10.101 10.101v31.315' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(303.478 220.644)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0c0-41.701 33.805-75.505 75.505-75.505 41.701 0 75.506 33.804 75.506 75.505' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(131.128 361.879)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h82.46v70.41c0 39.32 31.45 71.92 70.77 72.21 39.63.29 71.85-31.75 71.85-71.31 0-23.7-11.57-44.69-29.36-57.66V1.32c0-85.06-69.59-155.84-154.65-155.69-85.13.15-154.09 69.21-154.09 154.37H-35' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(199.68 361.88)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h-67.48c-8.92 0-16.16 7.24-16.16 16.16 0 4.46 1.81 8.51 4.74 11.43 2.92 2.93 6.96 4.74 11.42 4.74h379.2' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(91.14 7.5)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M0 0h50.48c8.92 0 16.16-7.24 16.16-16.17 0-4.46-1.81-8.5-4.74-11.42a16.073 16.073 0 0 0-11.42-4.74h-362.2' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1' transform='translate(437.86 39.83)' fill='none' stroke='%23009b3e' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-dasharray='none' stroke-opacity='' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.infr_item.bbq{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.001 512.001' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M503.388 210.691c.005-.252.054-.495.054-.748 0-55.2-127.487-84.984-247.442-84.984S8.559 154.742 8.559 209.942c0 .095.02.186.02.281A192.135 192.135 0 0 0 57.78 338.984a184.387 184.387 0 0 0 26.931 24.036l-41.76 80.047A25.532 25.532 0 0 0 53.892 477.5a25.312 25.312 0 0 0 11.742 2.883 25.585 25.585 0 0 0 22.717-13.758l41.158-78.788a312.406 312.406 0 0 0 100.867 20.97V486.4c0 14.138 11.461 25.6 25.6 25.6 14.138 0 25.6-11.461 25.6-25.6v-77.595a316.594 316.594 0 0 0 96.808-19.38c1.299-.492 2.561-1.13 3.854-1.649l41.383 79.233a25.633 25.633 0 0 0 22.646 13.758 26.23 26.23 0 0 0 11.858-2.958c12.442-6.613 17.258-21.998 10.808-34.525l-41.892-80.162a188.93 188.93 0 0 0 76.347-152.431zM256 142.025c135.7 0 230.283 35.757 230.371 67.872-.001.155-.075.289-.067.445l.009.274c-1.307 31.95-95.497 67.243-230.314 67.243-135.763 0-230.375-35.792-230.375-67.917S120.238 142.025 256 142.025zM73.217 458.734a8.486 8.486 0 0 1-11.392 3.658 8.462 8.462 0 0 1-3.679-11.55l40.842-78.284a209.02 209.02 0 0 0 14.943 8.244l-40.714 77.932zm191.292 27.667a8.533 8.533 0 0 1-8.533 8.533 8.533 8.533 0 0 1-8.533-8.533V375.467a8.533 8.533 0 0 1 8.533-8.533 8.533 8.533 0 0 1 8.533 8.533v110.934zm189.295-35.225a8.493 8.493 0 0 1-3.483 11.458 8.316 8.316 0 0 1-11.596-3.567l-40.891-78.289c4.229-2.108 8.448-4.253 12.541-6.636a8.22 8.22 0 0 0 .967-.667c.482-.285.922-.59 1.398-.877l41.064 78.578zm-52.041-91.867a8.75 8.75 0 0 0-.912.625 198.815 198.815 0 0 1-28.587 13.558 299.24 299.24 0 0 1-90.688 18.229v-16.254c0-14.138-11.462-25.6-25.6-25.6-14.138 0-25.6 11.461-25.6 25.6v16.108c-70.624-4.135-124.493-25.498-159.842-63.933a172.464 172.464 0 0 1-41.094-81.885c40.973 32.142 135.897 49.168 226.56 49.168 90.657 0 185.574-17.023 226.552-49.161a168.796 168.796 0 0 1-80.789 113.545z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M66.013 230.152a8.533 8.533 0 0 0 8.262-2.251l42.667-42.667a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-42.667 42.667a8.533 8.533 0 0 0 3.804 14.317zM94.091 241.163a8.533 8.533 0 0 0 14.317 3.804l68.267-68.267a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-68.267 68.267a8.533 8.533 0 0 0-2.251 8.262zM136.757 249.696a8.533 8.533 0 0 0 14.317 3.804l85.333-85.333a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-85.333 85.333a8.533 8.533 0 0 0-2.251 8.262zM179.424 258.23a8.533 8.533 0 0 0 14.317 3.804l93.867-93.867a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-93.867 93.867a8.532 8.532 0 0 0-2.251 8.262zM230.624 258.23a8.533 8.533 0 0 0 14.317 3.804l85.333-85.333a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-85.333 85.333a8.532 8.532 0 0 0-2.251 8.262zM281.824 258.23a8.533 8.533 0 0 0 14.317 3.804l76.8-76.8a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-76.8 76.8a8.532 8.532 0 0 0-2.251 8.262zM341.557 249.696a8.533 8.533 0 0 0 14.317 3.804l68.267-68.267a8.529 8.529 0 0 0 0-12.066 8.529 8.529 0 0 0-12.066 0l-68.267 68.267a8.533 8.533 0 0 0-2.251 8.262zM401.272 241.172a8.532 8.532 0 0 0 14.336 3.795l34.133-34.133a8.532 8.532 0 1 0-12.066-12.066l-34.133 34.133a8.534 8.534 0 0 0-2.27 8.271zM195.637 71.159a16.888 16.888 0 0 1 .004 21.675l-3.425 4.092a8.53 8.53 0 1 0 13.083 10.95l3.429-4.092c10.502-12.537 10.565-30.782.15-43.392l-.167-.208a16.873 16.873 0 0 1 0-21.675l20.488-24.5a8.534 8.534 0 0 0-13.091-10.95l-20.487 24.5c-10.507 12.539-10.568 30.791-.146 43.4l.162.2zM246.837 71.159a16.888 16.888 0 0 1 .004 21.675l-3.425 4.092a8.53 8.53 0 1 0 13.083 10.95l3.429-4.092c10.502-12.537 10.565-30.782.15-43.392l-.167-.208a16.873 16.873 0 0 1 0-21.675l20.488-24.5a8.534 8.534 0 0 0-13.092-10.95l-20.487 24.5c-10.507 12.539-10.568 30.791-.146 43.4l.163.2zM298.037 71.159a16.888 16.888 0 0 1 .004 21.675l-3.425 4.092a8.53 8.53 0 1 0 13.084 10.95l3.429-4.092c10.502-12.537 10.565-30.782.15-43.392l-.167-.208a16.873 16.873 0 0 1 0-21.675l20.488-24.5a8.534 8.534 0 0 0-13.092-10.95l-20.487 24.5c-10.507 12.539-10.568 30.791-.146 43.4l.162.2z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item.security{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 d='M437.637 82.938c-25.723-8.836-46.328-29.56-55.125-55.434C376.918 11.05 361.516 0 344.18 0H120.82c-17.332 0-32.738 11.05-38.332 27.504-8.797 25.875-29.402 46.598-55.125 55.433C10.996 88.564 0 104.013 0 121.383v56.504c0 73.734 22.094 144.73 63.895 205.316 38.246 55.434 90.949 98.813 152.418 125.453A40.703 40.703 0 0 0 232.5 512c5.52 0 11.04-1.113 16.184-3.344 61.468-26.636 114.171-70.02 152.418-125.453C442.902 322.617 465 251.617 465 177.887v-56.504c0-17.371-10.996-32.82-27.363-38.445zM435 177.887c0 67.617-20.262 132.722-58.594 188.281-35.05 50.805-83.344 90.559-139.652 114.96a10.727 10.727 0 0 1-8.512 0c-56.312-24.401-104.601-64.155-139.652-114.96C50.262 310.613 30 245.508 30 177.887v-56.504c0-4.563 2.86-8.61 7.113-10.07C71.547 99.48 99.13 71.761 110.891 37.16c1.457-4.281 5.445-7.16 9.93-7.16H344.18c4.48 0 8.472 2.879 9.93 7.16 11.761 34.602 39.343 62.32 73.777 74.152 4.254 1.461 7.113 5.508 7.113 10.07zm0 0' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M296.238 194.484h-1.02v-42.718c0-34.582-28.136-62.72-62.718-62.72s-62.719 28.138-62.719 62.72v42.718h-1.02c-19.917 0-36.12 16.207-36.12 36.125v86.328c0 37.094 30.18 67.278 67.27 67.278h65.179c37.094 0 67.27-30.184 67.27-67.278V230.61c0-19.918-16.204-36.125-36.122-36.125zm-96.457-42.718c0-18.04 14.68-32.72 32.719-32.72s32.719 14.68 32.719 32.72v42.722H199.78zM302.36 316.938c0 20.554-16.718 37.273-37.27 37.273H199.91c-20.55 0-37.27-16.719-37.27-37.274V230.61a6.128 6.128 0 0 1 6.122-6.12h127.476a6.128 6.128 0 0 1 6.121 6.12zm0 0' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M232.5 260.18c-8.285 0-15 6.715-15 15v28.34c0 8.285 6.715 15 15 15s15-6.715 15-15v-28.34c0-8.285-6.715-15-15-15zm0 0' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item.parking{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 d='M281.541 124.23h-91.54v263.54h30v-83.541h61.54c48.777 0 88.46-39.683 88.46-88.459v-3.082c0-48.775-39.683-88.458-88.46-88.458zm58.46 91.541c0 32.234-26.225 58.459-58.46 58.459h-61.54v-120h61.54c32.235 0 58.46 26.225 58.46 58.459v3.082z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3Cpath d='M437.02 74.98C388.667 26.628 324.38 0 256 0S123.333 26.628 74.98 74.98C26.629 123.333 0 187.621 0 256s26.629 132.667 74.981 181.019S187.62 512 256 512s132.667-26.628 181.02-74.98C485.371 388.667 512 324.379 512 256s-26.629-132.667-74.98-181.02zm-21.213 340.827C373.12 458.492 316.366 482 256 482c-60.367 0-117.12-23.508-159.806-66.194C53.508 373.12 30 316.366 30 256c0-60.366 23.508-117.12 66.194-159.807C138.88 53.508 195.633 30 256 30c60.366 0 117.12 23.508 159.807 66.193C458.492 138.88 482 195.634 482 256c0 60.366-23.508 117.12-66.193 159.807z' fill='%23009b3e' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.infr_item{}
.infr_item{}
.infr_item{}
.infr_item{}
.infr_item{}
.infr_item{}
.infr_item{}
.baloon-body .infr_item { background-size: 22px;}
.details .infr_item { background-size: 30px;}

.baloon-body .infr_item {width:30px;height:30px;}
.details .infr_item {width:50px;height:50px;border:2px solid #68b04e; display:flex;align-items:center;justify-content:center;border-radius:5px;margin-right:0;margin-bottom:10px;}
#map-bottom {
    position:relative;
    height: 418px;
    background-size: cover;
    background-position: 50%;
}
.infr_item_block {width:100px;}


.percent-line {
    width: 100%;
    height: 6px;
    background: #cbcdd0;
    position: relative;
}

.percent-line span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.click_icon {
    min-width: 1em;
    width: 1em;
    margin-right: 15px;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.click-words-text{
    color: rgba(23,24,30,.5);
    font-size: .75em;
    line-height: 1.2;
}

.divider {
    width: 100px;
    margin: 0 auto;
    margin-bottom:20px;
    display: block;
}
.gallery-img {height:250px;border-radius:10px; overflow:hidden;}
.gallery-img img {
   height: 100%;
    width: 100%;
    object-fit: cover; 
    
}


@media (max-width: 991px) {
    .tel-block {display:none;}

    .utp {
    padding: 60px 0 60px 0;
}
    .banner-overlay {	opacity:1;}
.price-value-big {
    font-size: 22px;

}
}

@media (max-width: 480px) {
    .col-xs-6.decorative-item-block   .decorative-item-title {
        font-size: 16px;
    } 
    
    .col-xs-6.decorative-item-block .decorative-item-left {
    padding: 0 10px;
}
     .col-xs-6.decorative-item-block .btn.btn-st0 {

    padding: 15px 15px;
}
    
   .accordion-body p{font-size: 14px;}
    .partners-img {
    height: 30px;
}
    .sticky-block  {margin-top: 30px;}
    .partners-item {
border-radius: 10px;
    height: 50px;}
    .accordion-button {
    font-size: 20px;
    padding: 30px 20px;
}
.accordion-body {   padding: 0 20px 20px 20px;}
    .pick-item__img {

    margin-bottom: 5px;}
    .priceList__content {
    padding: 20px;
    padding-bottom: 300px;
    background-position: right bottom;
}
    .price-value-big {
    font-size: 20px;
 
}
    .title-flex {flex-direction:column;    align-items: start!important;}
    .title-flex .title-lg {margin-bottom:20px;}
    .details .infr_wrapper {}
    .details .infr_item_block {width:30%;margin-right: 3%;}
    .details .infr_item_block .f13 {
    font-size: 14px;}
    .price-wrapper {margin-top:30px;}
    .item-title {
    font-size: 17px;

}
    .rel-swiper-buttons,.priceList__pdf {display:none!important;}
.item-img {

    height: 170px;

}}

.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: 767px) {
    .h-order_row {display:none!important;}
    .utp {
    padding: 60px 0 60px 0;
}
.about_block .test__manager_wrapper {position: absolute;
    bottom: 200px;left:20px;
}
}

.widget__bottom {
    display: none;
}

@media (max-width:767px) {
    .left_man {max-width: 340px;
    margin: 0 auto;}
    .ordering-item-img {
    background: #F2F4F8!important;}
    .right_form_text {padding:30px 20px;background:#fff;border-top-right-radius:5px;border-top-left-radius:5px}
.right_form_text .white-input {
    background-color: #f4f4f4!important;
    box-shadow: inset 4px 4px 10px rgb(0 0 0 / 5%)!important;
}


.iconsmall svg {width:25px;}
.iconsmall path {fill:#fff;}
.widget__bottom {
    font-size: 13px;
    line-height: 1.2;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 0;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
    display: block;
}
.widget__bottom .bottom_contacts {
    width: 100%;
    display: flex;
}
.widget__bottom .bottom_contacts>* {
    flex-grow: 1;
    flex-basis: 35px;
}
.widget__bottom .bottom_contacts a {
    height: 48px;
    text-decoration: none!important;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bottom__phone.mobile a {
    width: 100%;
    margin-left: auto;
    background: #68b04e;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}


.any-question_content {
	position: relative;
	background: #fff;
	border-radius: 5px;
}
.any-question_content .avaWrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 96px;
	height: 96px;
	border: 5px solid #F2F4F8;
	border-radius: 50%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	background:#fff;
}
.any-question_content .avaWrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.any-question_content .row1 {
	padding: 65px 40px 25px;
	text-align: center;
}
.any-question_content .name {
	font-size: 16px;
	font-weight: 500;
}
.any-question_content .pos {
	font-size: 14px;
	color: #909999;
	margin-top: 2px;
}
.any-question_content .avaWrap:before {
	position: absolute;
	content: '';
	top: 8px;
	left: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #95C900;
	animation: fade 1.5s ease-in-out infinite;
}
.any-question_content .row2 {
	padding: 30px 40px 45px;
	border-top: 1px solid rgba(0,0,0,.1);
	text-align: center;
}
.any-question_content .title {
	font-size: 24px;

}
.any-question_content .text {
	color: #909999;
	margin-top: 3px;
}
.any-question_content .btnWrap {
	margin-top: 25px;
}
.any-question_content .btn {
	width: 100%;
}
.any-question_content .rem-text {
	color: #909999;
	font-size: 14px;
	margin-top: 20px;
}
.any-question_content + .contacts-content {
	margin-top: 10px;
}

/*.sticky-block {
    position: static;
    position: sticky;
    top: 90px;
}*/
.baloon-custom {padding:20px;}
.baloon-title {font-size:16px;font-weight:700;margin-bottom:5px;}
.baloon-adress{font-size:14px;font-weight:500;margin-bottom:10px;}
.baloon-img {width:150px;height:150px;}
.baloon-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.quiz__final__btn.loading {
    opacity: 1;
    cursor: wait;
}

.btn__load {
    display: none;
    height: 35px;
    width: 35px;
}


.decor {
    width: 811px;
    height: 602px;
    position: absolute;
    pointer-events: none;
    top: -50px;
 
}
.decor_right {
    top:200px;
    right: -750px;
    
}
.decor:before {
    content: '';
    position: absolute;
    background-image: url(../img/decor.png);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
 
}

.decor_left {
    
   left: -750px;
    
}

.header-socs2 a {
    
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
}

.header-socs2 a:nth-child(1) {
    z-index: 20;
}

.header-socs2 a+a {
    margin-left: -20px;
}

.header-socs2 a:hover {
    background: #9FA5A5;
    z-index: 30!important;
}

.header-socs2 a:hover svg path {
    fill: #fff;
}

.h-order_row {
    display: flex;
    align-items: center;
}

.call-btn {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #68b04e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-st0 {
    background: #FDCC3B;color:#111;white-space: nowrap;
    border-radius: 13px;
    font-size: 14px;box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
    font-weight: 600;
  
    margin-left: 5px;
    padding: 15px 30px 14px;
}

.btn.btn-st0:hover {    background: #68b04e;color:#fff;}

.quiz__online {
    
  padding:5px 15px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #68b04e;
    position: absolute;
    top: 15px;
    right: 15px;

    font-size: 14px;
    color: #fff;
}