

html {
    margin-top: 0!important;overflow-x: hidden;
}
h2 {
	font-size: 34px;
	margin-bottom: 20px;
}
.jac-badge {
    position: absolute;
    bottom: -40px;
    right: -70px;
    z-index: 2;
    width:230px;
    height:230px;

}
b, strong {
    font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.post_views {position:absolute;right:20px;top:20px;background:#003b90;color:#fff;padding:5px 10px;}
.w-100 {width:100%;}
.btns {display:flex;}
.btns>a:nth-child(1) {margin-right:15px;}
.news-item-title {font-size:16px;}
.news-item-img img{object-fit: cover;
    height: 100%;
    width: 100%;}
.block_right_text_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.z1 {z-index:1;}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.red {color:#003b90;}
.clock_img {width:50px;}
.uppercase {text-transform:uppercase;}
.lh12 {
    line-height: 1.2!important;
}
.work-examples-gallery-item-img img{border-radius: var(--radius-card);}
.vantages-auto-slider-wrapper .img_left_ratio {overflow:hidden; }.img_left_ratio img {border-radius: var(--radius-block);}
.vantages-auto-slider-wrapper .swiper-slide, .vantages-auto-slider-wrapper .img_left_ratio{overflow:hidden; border-radius: var(--radius-block);}
.portfolio__slide__photo__bottom .slider__image {
    aspect-ratio:4/3; border-radius: var(--radius-card);overflow:hidden;
     
}

.portfolio__slide__photo__bottom .slider__image img{ width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;} 
.ovhidden {overflow:hidden;}
.img_utp_check {
    box-shadow: 0 8px 24px rgb(69, 88, 157, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    background: #fff; 
    
}
.title-line {position:relative;}
.title-line::before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    position: absolute;
    z-index: 0;
    right: 100%;
    margin-right: 16px;
    top: 0.6em;
    background: #003b90;
}
.img_utp_check.orange {
    
    background: #e3a253;
}

.img_utp_check.green {
    
   background: #003b90;
}

.img_utp_check.orange img,.img_utp_check.green img {
        filter: brightness(100);
    
    
}

.tech::after {
    content: '';
    width: 400px;
    height: 738px;
    background: url(../img/tech_bg_left.svg) no-repeat center center;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: 0;
}


.tr_circle  {background: transparent; }


.calc_text {
    font-size: 18px;
}
.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;
}

.utp {
    padding: 0;
}
.main-banner {
    background:#003b90;
}
.hero {position:relative;}
.hero::before {
    content: '';
    display: block;
    font-size: 10px;
    width: 10em;
    height: 10em;
    position: absolute;
    z-index: 0;
    right: 80px;
    top: 40px;
    background: url(../img/shape-dots.svg) no-repeat 50% 50%/contain;
}
.scroll {
    width: 2rem;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    color: #8f9090;
    position: absolute;
        left: 30px;
    bottom: 10%;

    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.scroll__text {
    white-space: nowrap; font-size:14px;
    -webkit-transform: translateY(-4rem) rotate(90deg);
    transform: translateY(-4rem) rotate(90deg);
    color: #fff;
    opacity: 1;
    font-weight: 400;
}
.scroll__line {
    height: 10rem;
    width: 1px;
    background-color: #dadada;
    position: relative;
    margin-top: .7rem;
    margin-bottom: 1.7rem;
    position: relative;
}

.scroll__line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 3px;
    height: 2.5rem;
    background-color: #003b90;
}

.scroll__cir {
    width: 1.6rem;    position: relative;
    height: 1.6rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    
}

.scroll__cir svg {
    position:absolute; left:0;top:0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0,0%) rotate(0deg);
    transform: translate(0,0%) rotate(0deg);
    fill: #ffffff;
    -webkit-animation: scrollBounce infinite;
    animation: scrollBounce infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.slider_descr {
    
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
    min-height: 600px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.slider__item-content {background-color: rgb(255 255 255 / 55%);padding: 30px;position:relative;}


.blur-block {backdrop-filter: blur(12px);}
.slider__item-content:after {
    content: '';
    border: 15px solid transparent;
    border-top: 15px solid rgb(255 255 255 / 55%);
    border-right: 15px solid rgb(255 255 255 / 55%);
    position: absolute;
    bottom: -30px;
    right: 0;
}

.slider_descr_up .slider__item-content {padding:0; background:transparent;}


.slider__item-content:after {display:none;}
.slider_descr_up  .btns {
    display:none!important;
}

.slider_descr_up{
 padding: 50px 0 50px 0;
    justify-content: start;
    
}


.slider_descr_left {flex-direction: row;
    justify-content: space-between;align-items:center;}


.slider_img {
    position:relative;
    max-width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    height:75vh;
    
}
.img--cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px!important;
}
.pt_lg {padding-top:60px;}
.pb_lg {
    padding-bottom: 60px;
}

.black {
    color: #222222!important;
}
.fw500 {
    font-weight: 500!important;
}
.fw900 {
    font-weight: 800!important;
}
.ml30 {
    margin-left: 30px!important;
}
.pt_md {padding-top:30px;}
.pb_md {
    padding-bottom: 30px;
}
.fw600 {
    font-weight: 600!important;
}
.pt_sm {padding-top:15px;}
.pb_sm {
    padding-bottom: 15px;
}
.bbdash {border-bottom: 1px dashed #CBCBCB;}
.mb_sm {margin-bottom:20px;}
.mt_sm {margin-top:20px;}
.mb_md {margin-bottom:25px;}
.mt_md {margin-top:25px;}



.mt_lg {margin-top:50px;}
.mb_lg {margin-bottom:50px;}
.mt_lg2 {margin-top:80px;}
.mb_lg2 {margin-bottom:80px;}
.tar {text-align:right;}
.white,.white a {color:#fff!important;}

.cifre404 {font-size:150px;font-weight:500;}
.underlined {text-decoration:underline;}
.lh12 {line-height:1.2;}
/*quiz*/


ul, ul li { list-style-type: none; }

ol li {
    list-style-type: decimal;
}

.bg_grey {
    background-color: #f4f5f7;
}
.quiz {padding: 40px;
    background: #fff;position:relative;
    
border: 8px solid #d0d6dc;
    background: #ffffff;
    margin: 0 auto;
 
    
    
}





.leftq_side {padding-right:40px;}



.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;
    background: #003b90;
    border-radius:0;
    height: 45px;
    padding: 5px 20px;
    font-size: 1rem;
    text-decoration: none!important;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
 height: 56px;
    padding: 5px 40px;
    text-decoration: none!important;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    
  background:#ededed;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;
   background: #003b90;
    border-radius:0;
    position: relative;
    text-shadow: none;
    color: #fff;

    
}








.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: 30px; }
.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);
}

.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 {height:150px; width: 100%; overflow: hidden; margin-bottom: 15px; text-align: center; }
.pick-item__img img { border-radius: 10px;display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.pick-item__input { display: none; }
.pick-item__label_checkbox:before {
    margin-right: 10px;
    content: "";
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 0;
    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: #003b90;
    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 #003b90;;
    
    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 #333639; border-radius: 50%; background: #FFF; position: absolute; top: 0; left: 0; }
.pick-item__input:checked + .pick-item__label:before {  border: 1px solid #90278E;}
.pick-item__input:checked + .pick-item__label:after { content: ""; display: block; width: 10px; height: 10px; background: #90278E; border-radius: 50%; position: absolute; top: 5px; left: 5px;}
.pick-item__label_checkbox {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 0;
    position: relative;line-height:1.2;
    /*border: solid 1px #d3d5d5;
    padding: 5px 10px;
    border-radius: 8px;*/
}
.zakaz_inner .pick-item__label_checkbox span span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    white-space:nowrap;
    
}
.one_in_line .pick-item__label_checkbox {max-width: 100%;
    
    
    
    
}


.pick-item__label_file { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 100%; max-width: 230px; height: 230px; border: 1px solid #fbc95d; border-radius: 10px; padding:10px; }
.pick-item__label_file:before { content: ""; display: block; width: 20px; height: 20px; background: url(img/file.svg) no-repeat center; margin-right: 8px; }
.pick-item__label-hint { display: inline-block; font-size: 13px; color: #717171; padding-left: 30px; margin-top: 10px; }
.pick-item__label-add { display: none; padding: 20px; padding-right: 30px; background: #F2F2F2; margin-top: 30px; position: relative; }
.pick-item__label-add:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 14px 14px 0px; border-color: transparent transparent #f2f2f2 transparent; position: absolute; bottom: 100%; left: 30px; }
.pick-item-list { margin-bottom: 30px; }
.pick-item-list-item { margin-bottom: 15px; }
.pick-item-list-item:last-child { margin-bottom: 0; }


.pick-item2__input { display: none; width: 200px; height: 65px; border: 0px; padding-left: 20px; font-size: 18px; margin-right: 10px; margin-bottom: 15px; background-color: #fff; border:1px solid #c8c8c8;  }


.grey-add, .area-add { display: none; width: 100%; max-width: 980px; margin-bottom: 20px; padding: 20px; background: #F2F2F2; }
.grey-add__title, .area-add__title { width: 100%; font-size: 18px; font-weight: bold; }
.grey-add-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.grey-add .pick-item, .area-add .pick-item { width: calc(100% / 5); min-width: 180px; margin: 0; padding: 15px 0 0; text-align: left; }

.area-add { width: auto; display: inline-block; }
.area-add-box { width: 100%; display: none; }
.area-add__title { margin-bottom: 10px; }
.area-add-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.area-add__input { display: block; width: 100px; height: 42px; background: #FFF; border: none; border-radius: 5px; margin-right: 15px; padding: 0 15px; }

.last-step-form { width: 100%; padding-left: 15px; }
.last-step-form__label { display: block; max-width: 900px; font-size: 20px; margin-bottom: 20px; }
.last-step-form-checked__input { display: none; }
.last-step-form-checked__label { display: inline-block; font-size: 14px; color: #4A4A4A; padding-left: 30px; position: relative; cursor: pointer; margin: 5px 0 15px; }
.last-step-form-checked__label:before { content: ""; display: block; width: 22px; height: 22px; border-radius: 4px; background-color: #EFEFEF; position: absolute; left: 0; top: calc(50% - 11px); }
.last-step-form-checked__input:checked + .last-step-form-checked__label:before { background-image: url(img/033-check-1.svg); background-repeat: no-repeat; background-position: center; background-size: 14px; }
.last-step-form__input {border-radius:5px;
    display: block;
    width: 100%;
    max-width: 460px;
    height: 70px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #d5d7dc;
    font-size: 22px;
  
    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: 70px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #d5d7dc;
    font-size: 22px;
   
    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: 70px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #d5d7dc;
    font-size: 22px;
 
    background: #ffffff url(/test/img/email.png) no-repeat left 20px center;
}
.last-step-form__accept { font-size: 10px; color: #4A4A4A; }
.last-step-form__accept a { color: inherit; text-decoration: underline; }

.after-submit { background: #FFF; }
.after-submit .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; height: 100%; padding: 150px 0; }
.after-submit__title { padding-top: 80px; font-size: 28px; font-weight: bold; margin-bottom: 10px; background: url("/test/img/done.png") no-repeat top center; text-align: center; }
.after-submit__descr { font-size: 18px; text-align: center; }
.after-submit__descr a { color: #3D2289; text-decoration: underline; }

.test-modal-button { display: block; width: 100%; max-width: 330px; height: 66px; border-radius: 4px; overflow: hidden; border: 0; background: #09B677; font-size: 18px; font-weight: bold; position: relative; cursor: pointer; text-transform: uppercase; color: #FFF; -webkit-transition: .3s; 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; }
  
  .form-offer-commerc .s8_name { display: none; }
  
  .step-slide__title { font-size: 22px; }
  .pick-item { width: 50%; margin: 0; }
  .pick-item__img { height: 120px;}
  .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 { height: 25vw;;}
    
    .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 {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0;
    background: #e8eaed;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 0;padding-bottom:0;
}
    
    
    
    
    
    .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:#003b90;

background-image: repeating-linear-gradient( -55deg,transparent,transparent 6px, #003b90 7px, #003b90 13px),linear-gradient(to top, #0158b5 0%, #0158b5 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{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;
}
.mb {margin-bottom: 10px!important;}
.mb1 {margin-bottom: 15px;}
.mb2 {margin-bottom: 20px;}
.mb3 {margin-bottom: 30px;}
.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:90px;}
.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;
}


    
    
.left_bottom_logo_bg {
    
    background-image: url(../img/logo_bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    
}    
    
    
    

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul.list,ul.listfull,.main-content ul,.news-item-text ul{
    list-style: none;
    padding-left: 0;
}
ul.list li,ul.listfull li,.main-content ul li,.news-item-text ul li {
    position: relative;
    margin: 0 0 7px 0;
    padding-left: 20px;
}

.title ul.list li,ul.listfull li,.main-content ul li {

    margin: 0 0 10px 0;

}

ul.list li:before,.news-item-text ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0.5em;
    background: #003b90;
}
ul.list.white_list li:before {

    background: #003b90;
}

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;
}
.wtbg {
       margin-top: -40px;
    position: relative;
}
.title-bg {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: bold;
    font-size: 120px;
    line-height: 0.695;
    text-transform: uppercase;
    color: #F8F8F8;
    margin: 0 0 0 -0.52em;
    white-space: nowrap;
    letter-spacing: 0;
    width: calc(100% + 0.52em);
}


.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;
  
    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__slider {
    overflow: visible;
    padding:30px 0 50px 0;
    
}

.documents__slider .swiper-slide-prev {opacity:0;}


.documents-item-img,.zoom-cursor {
       cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;

}

.documents-item-img img {
    max-width: 90%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 16px 16px 32px rgb(0 0 0 / 35%);
    box-shadow: 16px 16px 32px rgb(0 0 0 / 35%);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


@-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: 2;top: 0;
}



@-webkit-keyframes scrollBounce {
	0%{
		top: -10px;
	}
	25%{
			top: 10px;
	}
	50%{
		top: -10px;
	}
	75%{
		top: 10px;
	}
	100%{
		top: -10px;
	}
}

@keyframes scrollBounce {
	0%{
		top: -10px;
	}
	25%{
			top: 10px;
	}
	50%{
		top: -10px;
	}
	75%{
		top: 10px;
	}
	100%{
		top: -10px;
	}
}

@-webkit-keyframes panoramaRotate1 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes panoramaRotate1 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@-webkit-keyframes panoramaRotate2 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@keyframes panoramaRotate2 {
	0%{
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}

@-webkit-keyframes forwards {
	0% {
		left: 0;
	}
	30% {
		left: 100%;
	}
	60% {
		visibility: hidden;
	}
	80% {
		left: -100%;
		visibility: visible;
	}
	100% {
		left: 0;
	}
}

@keyframes forwards {
	0% {
		left: 0;
	}
	30% {
		left: 100%;
	}
	60% {
		visibility: hidden;
	}
	80% {
		left: -100%;
		visibility: visible;
	}
	100% {
		left: 0;
	}
}

.banner {
    position: relative;
   
}
.banner.bg_image_right {padding:70px 0 50px 0;}
.banner_vh100 {
    height: 60vh;
    -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: 900px;
    left: 45%;    width: 65vw;
    bottom: 0;
    z-index: 0;
}

.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 {
/*	background-color: rgba(0, 0, 0, 0.40);*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.banner-inner{
	position: relative;
	z-index: 3;

}

.banner-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}

.banner-title{
	font-size: 50px;
	font-weight: 600;
	line-height: calc(60 / 50);
	text-align: left;
}

.banner-title-slider-container{
	margin-bottom: 0;
	width: 100%;
	position: relative;
}

.banner-scroll{
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url('../img/double-arrow-down.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(100% + 20px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-animation: scrollBounce;
	        animation: scrollBounce;
	-webkit-animation-duration: 4s;
	        animation-duration: 4s;
   -webkit-animation-iteration-count: 3;
           animation-iteration-count: 3;
}

.banner-item img{-o-transition: all 0.2s linear;
    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){
    
    .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%;
    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);
    
    min-height: 300px;
    margin-bottom: 25px;
    border-radius:10px;
}
.decorative-item-block {margin-bottom:20px;}


.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: 20px;line-height:1.2;
    max-width:55%;
    text-align: left; margin-bottom:10px;
}

.production-cycle{
	padding-top: 90px;

}

.production-cycle-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
}

.production-cycle-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.production-cycle-item{
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	position: relative;
}

/* .production-cycle-item:nth-child(2) {
	animation-delay: .2s;
}

.production-cycle-item:nth-child(3) {
	animation-delay: .4s;
}

.production-cycle-item:nth-child(4) {
	animation-delay: .6s;
}

.production-cycle-item:nth-child(5) {
	animation-delay: .8s;
}

.production-cycle-item:nth-child(6) {
	animation-delay: 1s;
} */

.production-cycle-item-icon{
	width: 150px;margin-left: -15px;
}

.production-cycle-item-text{
	font-size: 16px;
	line-height: calc(192 / 160);
	font-weight: 600;
}

.production-cycle-item-arrow{ margin-left:-15px;
	width: 40px;
	position: absolute;
	left: 190px;
	top: 60px;
}

.about-company{
	background-image: url(../img/about-company-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.about-company-inner{
	position: relative;
}

.about-company-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 30px;
}

.about-company-text{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	margin-bottom: 16px;
}

.about-company-li{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	padding-left: 24px;
	margin: 5px 0;
	position: relative;
}

.about-company-li::before{
	position: absolute;
	display: block;
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	content: '';
	border: 1px solid #007dc8;
}

.about-company-ul{
	margin-bottom: 40px;
}

.about-company-btn{
	font-size: 16px;
	line-height: calc(224 / 160);
	font-weight: 500;
	padding: 17px 40px;
	background-image: -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{
 position:relative;


	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.cifres-desc {margin-top:10px;}
.cifres-item-block:nth-child(6){display:none;}
.about-company-bottom-item-num{
	font-size: 55px;
   line-height: 1;
   font-weight: 700;
	position: relative;
	margin-right: 10px;    

}


.about-company-bottom-item-num::before {
    position: absolute;
    display: block;
    left: -15px;
    top: -5px;
    width: 10px;
    height: 10px;
    content: '';
    background: #fff;
  
}


.vantages_dark .about-company-bottom-item-num {    color: #003b90;}

.about-company-bottom-item-text{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.profiles{
	color: #333639;
	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: #333639;
	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-num {
    font-weight:700;
    color:#003b90;
    margin-right:5px;
    
}

.documents-item-l{
	position: relative;
}

.ordering-title{
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: 600;
	margin-bottom: 30px;
}

.ordering-items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ordering-item{
	width: calc(100% / 4 - (120px / 4));
	margin-right: 40px;
	
	position: relative;
  

  

	
	
	
}

/*.ordering-item::before {
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 5px solid #fff;color:#fff;
    background-color: #e3a253;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.7rem;font-weight:700;
    display: flex;
    justify-content: center;
    align-items: center;
   
    font-size: 18px;
}
.ordering-item:nth-child(1)::before {
    content: '1';
}
.ordering-item:nth-child(2)::before {
    content: '2';
}
.ordering-item:nth-child(3)::before {
    content: '3';
}
.ordering-item:nth-child(4)::before {
    content: '4';
}
*/
.documents-items.documents-items-two {width: calc(100% / 4 - (120px / 4));}
.ordering-item:nth-child(4n + 4) {
	margin-right: 0;
}

.ordering-item-title{
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: 700;
	margin-bottom: 20px;
}

.ordering-item-text{
	font-size: 18px;
	line-height: calc(192 / 160);
	font-weight: 500;
}

.ordering-item-img {
    dispay:flex;
    align-items:center;
    justify-content:center;
    width: 85px;
    height: 85px;
    padding: 15px;
    background: #e3a253;
    border-radius: 50%;
    border: 5px solid #fff;
}

.ordering-item-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50%;
    color: #222;
    margin-top: -2px;
    background-color: #ffffff;
}


.ordering-item-img svg {width: 45px;height:45px;}
.ordering-item-img svg path {fill:#ffffff;}

.ordering-item-top{
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 45px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ordering-item-arrow{
	width: 40px;
	margin-bottom: 20px;
}

.ordering-inner{

	padding-bottom: 50px;
}

.standards {
   padding-top: 80px;
   padding-bottom: 80px;
   background: url(../img/about-company-bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

.standarts-item-title {font-size:18px; color:#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: 20px;
   padding-bottom: 80px;
}

.content-block-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 40px;
}

.content-block-text p{
   font-weight: 400;
   font-size: 16px;
   line-height: calc(22 / 16);
   max-width: 1340px;
   margin-bottom: 20px;
}

.content-block-text h3 {margin: 35px 0 20px 0;}
.content-block-text p:last-child {
   margin-bottom: 0;
}

/* partners */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    padding: 30px;
    height: 100%;
}
.card:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 4px;
    bottom: 0;
    right: 0;
    background: #ff9932;
}



.vantage_title {font-size:18px; font-weight:700;}
.vantage_descr {font-size:16px;}
.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: 0;
    padding: 25px;
    user-select: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    height: 150px;
     border: 1px solid #d0d6dc;
}


.partners-item-img {height: 100%;display:flex;align-items:center;}
.partners-item-img img {width: auto!important;
    margin: 0 auto;}

.factory_map {
    position: absolute;
    top: 0;
}
#factory_map_svg {
    max-width: 100%;
    height: auto;
}

.accordion-item {
    background-color: #fff;
    margin-bottom: 20px;border:none;}
.accordion-button {font-size:18px;}    
.accordion-button,.accordion-button:not(.collapsed) {
    color: #222!important;
    font-weight: 700!important;
    background-color: #fff;
}

.accordion-item .accordion-button,.accordion-item,.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type,.accordion-item:first-of-type .accordion-button,.accordion-item:first-of-type{
border-radius: 0;
    background: #eee;
}
.accordion-button:not(.collapsed),.accordion-button:focus {

    box-shadow: none;
}
.show .accordion-body {

}
.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-item img {
   width: 100%;
}




.partners-pagination {
   margin: 20px auto 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   cursor: pointer;
}


.form_bottom {
    z-index: 1;
    background: #fff url(../bg/bottom-bg2.png) top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
 
}



.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;
    z-index: 1;
        box-shadow: 0 3px 60px rgb(0, 0, 0, .1);
}

.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: 38%;
    max-width: 420px;
    z-index: 2;
    bottom: 0;
}

.man_form2 {

    left: 80px;
    max-width: 340px;
    position: absolute;
    bottom: 15px;
}
.man_form_form {
    max-width: 700px;
}

.gallery2-pagination {
   margin: 20px auto 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   cursor: pointer;
}

.swiper-pagination-bullet, .swiper-pagination-bullet-active{
   background-color: #6c757d;
}

/* work-examples */

.work-examples {
   padding-bottom: 30px;
}

.work-examples-title {
   font-weight: 600;
   font-size: 40px;
   line-height: 1.2;
   margin-bottom: 30px;
}

.work-examples-nav-item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   text-transform: uppercase;
   font-size: 14px;
   color: #999;
   padding: 5px 10px;
   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
   cursor: pointer;
   margin-right: 20px;
}

.work-examples-nav-item:last-child {
   margin-right: 0;
}

.work-examples-nav-item.active {
   background-color: #007dc8;
   color: #fff;
}

.work-examples-nav-item:hover {
   background-color: #999;
   color: #fff;
}

.work-examples-nav-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.work-examples-gallery {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       margin-left:-15px;
}

.work-examples-gallery-item.active {
   width: 25%;
padding-left:15px;

   margin-bottom: 15px;
   position: relative;
	display: block;
}

.work-examples-gallery-item{
	display: none;
}
.more_link {position: absolute;
    right: 20px;
    bottom: 15px; text-decoration:underline;
    color: #fff;}


.work-examples-gallery-item img {

   -webkit-transition: .5s;
   -o-transition: .5s;
   transition: .5s;
}

.work-examples-gallery-item-img {
    position: relative;
    left: 0;
    top: 0;
  
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}


@media (min-width:1400px){
    .block_right_text_title {
    font-size: 20px;
}
    .slider_descr_up .title-first {font-size: 44px;} 
    .work-examples-gallery-item-img {
    height: 200px;
}
    
}
@media (min-width:1200px) and (max-width:1399px){
    

    .work-examples-gallery-item-img {
    height: 150px;
}
}

@media (min-width:992px) and (max-width:1199px){
    .work-examples-gallery-item-img {
    height: 140px;
}


}

@media (min-width:768px) and (max-width:991px){
    .work-examples-gallery-item-img {
    height: 200px;
}


}


@media (min-width:481px) and (max-width:767px){
     .w60 {
    width: 60%;
} 
    .work-examples-gallery-item-img {
    height: 180px;
}
}

@media (max-width:480px){
    .work-examples-gallery-item-img {
    height: 120px;
}
}

.work-examples-gallery-item-img img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.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: 35%;
    max-width: 450px;
    z-index: 2;
    bottom: 0;
}
	
	
}

@media (max-width: 1356px) {
   .delivery-inner {
      background-size: auto 80%;
   }
   .man_form {

    left: 34%;
    max-width: 400px;
 
}


}

@media (max-width: 1300px) {
	.production-cycle-item-arrow{
		width: 34px;
		left: 180px;
	}
	.production-cycle-item-icon{
		width: 130px;
	}
	.production-cycle-item-text{
	
	}
	.col-lg-4 .decorative-item {

    min-height: 150px;
    }
}

@media (max-width: 1250px) {
.man_form {
display:none;
    
}
	.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-l{
		width: 35%;
	}
}

@media (max-width: 1199px) {
    
    .documents {padding-bottom:40px;}
	.about-company-bottom{
		padding: 40px 20px;
	}
	.delivery-inner {
      background-size: auto 70%;
   }
}

@media (max-width: 1150px) {
	.production-cycle-item-arrow{
		left: 170px;
		top: 50px;
	}
}

@media (max-width: 1110px) {
   .delivery-inner {
      background-size: auto 60%;
   }
}

@media (max-width: 1100px) {
	.production-cycle-item-arrow{
		left: 160px;
		width: 30px;
	}
	.ordering-item-top{
		padding-right: 0;
	}
}

@media (max-width: 1000px) {
	.banner-title{
		font-size: 38px;
	}
	.production-cycle-items{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.production-cycle-item{
		width: calc(100% / 3);
		margin-bottom: 40px;
	}
	.production-cycle-item-arrow{
		display: none;
	}
	.production-cycle-title,h2{
		font-size: 38px;
	}
	.about-company-r, .about-company-l{
		width: 100%;
		padding: 0;
	}
	.about-company-r{
	/*	order: -1;*/
		margin-bottom: 40px; margin-top:30px;
	}
	.about-company-top{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about-company-top{
		padding: 60px 0;
	}
	.about-company-pagination{
		margin-bottom: 0;
	}
	.about-company-title{
		font-size: 38px;
	}
	.about-company-bottom{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-bottom: 0;
	}
	.about-company-bottom-item{
		width: 50%;
		margin-bottom: 20px;
	}
	.about-company-bottom{
		position: static;
	}
	.profiles-title{
		font-size: 38px;
	}
		.profiles-item{
		width: calc(100% / 2 - (30px / 2));
	}
	.profiles-item:nth-child(3n + 3){
		margin-right: 30px;
	}
	.profiles-item:nth-child(2n + 2){
		margin-right: 0;
	}
	
	.profiles{
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.profiles-title{
		margin-bottom: 40px;
	}
	.panorama-title{
		font-size: 26px;
		margin-bottom: 40px;
	}
	.protective-coatings-title{
		font-size: 38px;
	}
	.documents-item{
		width: 100%;
   	margin-right: 0;
		margin-bottom: 30px;
	}
	.documents-item:nth-child(3n + 3){
		margin-right: 0;
	}
	.documents-title{
		font-size: 38px;
	}
	.ordering-title{
		font-size: 38px;
	}
	.ordering-item {
		width: calc(100% / 2 - (60px / 2));
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.ordering-item:nth-child(4n + 4){
		margin-right: 30px;
	}
	.ordering-item:nth-child(2n + 2){
		margin-right: 0;
	}
	.ordering-item-top{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.ordering-item-arrow{
		margin-left: 40px;
	}
	.about-company{
		padding-bottom: 40px;
	}
	.about-company-top{
		padding-bottom: 20px;
	}
	.standards-title {
      font-size: 38px;
   }
   .standards {
      padding-top: 40px;
   }
   .delivery-title {
      font-size: 38px;
   }
   .delivery-more-details-l-numb {
      font-size: 40px;
   }
   .content-block-title {
      font-size: 38px;
   }
   .content-block-text {
      font-size: 16px;
   }
   .work-examples-title {
      font-size: 38px;
   }
   .work-examples-gallery-item.active {
      width: 33.3333%;
	

   }
   .work-examples-gallery-item.active:nth-child(4n+4){
    
   }
   .work-examples-gallery-item.active:nth-child(3n+3){
   
   }
   .work-examples-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
   
   
    .gallery2-title {
      font-size: 38px;
   }

   .gallery2-gallery-item.active:nth-child(4n+4){
    
   }
   .gallery2-gallery-item.active:nth-child(3n+3){
   
   }
   .gallery2-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
   
   
   
   
   
   
   .prods-examples-title {
      font-size: 38px;
   }
   .prods-examples-gallery-item.active {
      width: 32%;
		margin-right: calc(4% / 2);
		margin-bottom: 16px;
   }
   .prods-examples-gallery-item.active:nth-child(4n+4){
      margin-right: calc(4% / 2);
   }
   .prods-examples-gallery-item.active:nth-child(3n+3){
      margin-right: 0;
   }
   .prods-examples-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
   
   .color-examples-title {
      font-size: 38px;
   }
   .color-examples-gallery-item.active {
   width: 24%;
   height: 150px;
   margin-right: calc(4% / 3);
   margin-bottom: calc(4% / 3);
   position: relative;
	display: block;
}
  /* .color-examples-gallery-item.active:nth-child(4n+4){
      margin-right: calc(4% / 2);
   }*/
   .color-examples-gallery-item.active:nth-child(4n+5){
   margin-right: calc(4% / 3);
}
   .color-examples-gallery-item.active:nth-child(4n+4){
      margin-right: 0;
   }
   .color-examples-gallery {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
   }
	.partners-title{
		font-size: 38px;
	}
}

@media (max-width: 991px) {
    .scroll-x {
        /* min-width: 700px; */
        overflow-x: auto;
        margin-bottom:20px;
    }
    .scroll-x table {min-width:700px;}
    .news-item-title {font-size:16px;}
      .slider_descr { 
      min-height:400px;
  }
    .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-left: calc(var(--bs-gutter-x)/ 2);
}
     .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:40px;}
.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){
    .w60 {
    width: 60%;
}
     .slider-info {display:none;} 
.about-company-r  {margin-top:-40px;}  

}

@media (min-width:1200px){

.about-company-r  {margin-top:-40px;}  
.about-company .container{
	max-width: 1400px;
}    
}

.tal,h2 {text-align:left;}
.tac {text-align:center;}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 5px solid rgb(26, 127, 190)!important;}
    
    .offcanvas-init {
    overflow-x: hidden;
    position: relative;
}

.text_shadow_black {
    text-shadow: 1px 2px 2px rgb(0,0,0,.9);
}

.mb0{margin-bottom:0!important;}


/*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: 700;
}

.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 {

    font-size: 14px;  
}



.quiz .vantage__item-img {
    width: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.quiz .vantage__item-img {

}

.quiz .vantage__item-text {
 
}

.quiz .vantage__item-descr {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0!important;text-align:left;
}
.quiz .test__man_desct {font-weight: 500;
    font-size:14px;
    line-height: 1.2;
    
    width: 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 {
 
    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 .vantage__item .vantage__item-descr {
    font-size: 14px;

}
.quiz__manager__name {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;    font-weight: 600;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #feea8c;
    -webkit-transform: skew(-5deg);
        -ms-transform: skew(-5deg);
            transform: skew(-5deg);
    font-size: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top:-5px;
}

.quiz__manager__name span {
    display: block;
    -webkit-transform: skew(5deg);
        -ms-transform: skew(5deg);
            transform: skew(5deg);
}

.quiz__manager__post {
font-weight:700;
    text-align: center;
    margin-top: 5px;
}

.f13 {
    font-size: 14px;
    line-height: 1.2;
}
.f20 {font-size:20px;}
.f24 {font-size:24px;}
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-first {font-size:40px;}
.big-font {
    font-size:1.3em;font-weight:700;	
    /*text-shadow: 
		-0   -3px 0   #FFFFFF,
		 0   -3px 0   #FFFFFF,
		-0    3px 0   #FFFFFF,
		 0    3px 0   #FFFFFF,
		-3px -0   0   #FFFFFF,
		 3px -0   0   #FFFFFF,
		-3px  0   0   #FFFFFF,
		 3px  0   0   #FFFFFF,
		-1px -3px 0   #FFFFFF,
		 1px -3px 0   #FFFFFF,
		-1px  3px 0   #FFFFFF,
		 1px  3px 0   #FFFFFF,
		-3px -1px 0   #FFFFFF,
		 3px -1px 0   #FFFFFF,
		-3px  1px 0   #FFFFFF,
		 3px  1px 0   #FFFFFF,
		-2px -3px 0   #FFFFFF,
		 2px -3px 0   #FFFFFF,
		-2px  3px 0   #FFFFFF,
		 2px  3px 0   #FFFFFF,
		-3px -2px 0   #FFFFFF,
		 3px -2px 0   #FFFFFF,
		-3px  2px 0   #FFFFFF,
		 3px  2px 0   #FFFFFF,
		-3px -3px 0   #FFFFFF,
		 3px -3px 0   #FFFFFF,
		-3px  3px 0   #FFFFFF,
		 3px  3px 0   #FFFFFF,
		-3px -3px 0   #FFFFFF,
		 3px -3px 0   #FFFFFF,
		-3px  3px 0   #FFFFFF,
		 3px  3px 0   #FFFFFF;*/

}

.title-lg {
    font-size: 32px;
line-height:1.2;
}
.title-sm {
    font-size: 20px;

}

.fw800 {
    font-weight: 800!important;
}

.fw700 {
    font-weight: 800!important;
}
.fw400 {
    font-weight: 400!important;
}
.fw300 {
    font-weight: 300!important;
}
.fw200 {
    font-weight: 200!important;
}


.list50w {
    display: flex;
    flex-wrap: wrap;
}

.list50w >div {
    width: 45%;
    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
}

.icon img,.icon svg{
    width:40px; height:auto;
}


.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 {
    position: relative;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff!important;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none!important;
    text-transform: uppercase;
  
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
    border-radius:var(--radius-btn);
     background: #003b90;
    color: #fff;
 
    overflow: hidden;
text-align:center;
    white-space: nowrap;
    
    
}
.site-btn:hover {
    
 background:#0158b5;  
    
}

.header-btn {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: calc(22 / 16);
    height: 45px;
    padding: 5px 20px;
    background: transparent;
    border: 2px solid #EE2600;
    display: flex;
    color: #000!important;
    align-items: center;
    cursor: pointer;
    transition: background-color 200ms;
    text-align: center;
}

.header-btn:hover{
	color: #fff!important; background: #EE2600; border: 2px solid #EE2600;
}


.site-btn.black-btn {
        background: #EE2600;
}
.black-btn:hover {
       background:#c82000;  
}
.button-text-default, .button-text-hover,.button-icon-default, .button-icon-hover {
    display: block;
    position: relative;
    -webkit-transition: all 0.8s cubic-bezier(0.73,0.29,0,1);
    transition: all 0.8s cubic-bezier(0.73,0.29,0,1);
}


.button-text-hover {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
}
.button-icon-hover {
    position: absolute;
    left: -40px;
    opacity: 0;
}
.button:hover .button-icon-default {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.button:hover .button-text-default {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.button:hover .button-text-hover {
    top: 20px;
    opacity: 1;
}
.button:hover .button-icon-hover {
    left: 0;
    opacity: 1;
}

.header-btn.button:hover .button-text-hover {top: 12px;}
.ml10 {margin-left:10px;}
.icon_arrow-forward {width:22px;height:12px;}

.border_btn_w {
    border:2px solid #fff;
    background:transparent;
    
}
.border_btn_w:hover {
     border:2px solid #003b90;
     background: #003b90;
}

.border_btn_r {
    border:2px solid #003b90;
    background:transparent;color:#000!important;
    
}
.border_btn_r:hover {
     border:2px solid #003b90;
  color:#fff!important;
}

.site-btn.red-btn {
    background:#EE2600;
    
}
.site-btn.red-btn:hover {
    background:#c5011b;
    
}
.green_border_btn {
 
    background:#4caf50;
    color:#fff;
    
}
.green_border_btn:hover {
  
    background: #3b993e;

}


.js-btn {z-index: 1;}
.js-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background-color: #003b90;
}
.js-btn:hover span {
    width: 225%;
    height: 562.5px;
}



.green_btn {
    
        background: #003b90!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, .blue_btn {

    
    
}

.blue {   color: #003b90;}
.blue_btn {
    
    background: #003b90;
}
.header .border_btn_big {font-weight:500; font-size:15px;}


.grey_btn {
    background-color: #d0d6dc;

   color:#000!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.grey_btn:hover {
  background-color: #003b90;

   color:#fff!important;
}

.white_btn {
    background-color: #fff;

   color:#000!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.white_btn:hover {
  background-color: #fff;

   color:#000!important;
}


.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:35px;}
.objects-item-img,.services-item-img2 {border-radius:5px;overflow:hidden;}
.objects-item-img {background:#fff;}


.services-item-img {height:100%;}
.services-item-img2 {height:200px!important; 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:15px;text-align:center; font-weight:700; font-size:22px;line-height:1.2;}
.objects-item-text {margin-top:5px;text-align:center; font-weight:400; font-size:17px;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;
 
    background-color: #d0d6dc;

    border-radius:var(--radius-block);

}

.form-lizing-inner {
    position:relative;
    padding-top: 50px;
    padding-right: 70px;
    padding-bottom: 60px;
    padding-left: 80px;
    background-color: #d0d6dc;
    border-radius:0;

}

.form-man-inner-left {
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;

}

.form-lizing-inner-left {
    width: 100%;
    padding-right: 400px;
}
.man_form3 {
    
    max-width: 80%;
    margin: 0 auto;
}
.man_form3>img {max-height:550px;}

.man_form4 {
    
    max-width: 90%;
   
}

.s8_name {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334457;
    width: 180px;
    height: 180px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    left: -40px;
    bottom: 40px;
    position: absolute;
    text-align: center;
}
.form-offer-commerc .s8_name {
    left: auto;
    right: 20px;
    bottom: 20px;
}

.s8_name_name {
    font-weight: 700;
}

.s8_name_text {
    font-size: 12px;
    margin-top: 8px;
}

.lizing_form_img {
    right: 80px;
    position: absolute;
    bottom: 15px;
}


.form-phone-inner{
background-image: -webkit-gradient(linear, left bottom, left top, from(#333639), to(#4e4e4e));
    background-image: linear-gradient(to top, #333639 0%, #4e4e4e 100%);
}



.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 0 50px 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 {position:relative;border-radius:20px;height:100%; 
    padding:40px;background:#fff;    box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
    
    
}
.vantages-item-img2 {
    margin: 0 auto;
    margin-top: -100px;
    max-width: 150px;
    margin-bottom: 20px;
}
.vantages-icons {padding:25px;border-bottom:3px solid #e3a253;
    background:#fff; border-radius:10px;position:relative;
}
.number-right{
    font-size: 50px;
    font-weight: 900;
    color: #eaeef3;
    
}

.vantages-inner>div {margin-top:75px;}




.vantages-inner22>div:nth-child(even){ background-color: #e0effe;}



.vantages-item-img {margin-bottom:20px;width:64px;}

.vantages-item-title{
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 15px;
}
.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: #003b90;
    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: #003b90;
    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: 0;
    overflow: hidden;
    margin: 0 auto;
    
}

.video_testimonials_block {}
.review-video__block {
    border-radius: 15px;
    overflow: hidden;
}
.review-video__block::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 39, 40, 0.75);
}

.linkabs {position: absolute;
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
		
@media (min-width: 1400px){
    .zayavka_b {padding-top:60px;padding-bottom:60px;}
.title-lg {
    font-size: 36px;
}
    
.utp .title-lg {
    font-size: 42px;
}   
    
    
}
@media (min-width: 992px){
    
    .testimonial_link,.header-burger-wrapper {display:none;}
.w70 {
    width: 70%;
}
  
.review-arrow img {
    width: 10px;
}    
    
}
@media (min-width:1300px) and (max-width: 1599px){
    .title-first {
    font-size: 38px;
}
.slider_descr_up {
    padding: 50px 0 50px 0;
}

.slider_descr {
    min-height: 550px;

}
}
@media (min-width:992px) and (max-width: 1399px){
       
     .model-list br{display:none;}
   .model__left,.model__right {width:33%;} 
    .slider_descr_left >div {max-width:60%;}
    .title-sm {
    font-size: 18px;
}
    .man_form2 {
    left: 60px;
}



    .site-btn.small_btn {
    font-size: 14px;
    padding: 15px 20px!important;
 
}
    .ordering-item-text,.vantages-item-descr {
    font-size: 16px;}
    .utp .title-lg {font-size:34px;}
    .title-first {
    font-size: 36px;
}
.title ul.list li, ul.listfull li, .main-content ul li {
    margin: 0 0 7px 0;
}

.banner .mt30{margin-top:10px;}

    .profiles-item .uk-overlay_panel  .uk-title {font-size:18px;}
    .quiz {
    padding: 40px;}
    .qright_side {
    padding: 20px;padding-bottom:0;padding-top:30px;}
    .calc_text {
    font-size: 16px;
}
.header-menu {
 
}
.icon img {
    max-height: 50px;
}

.banner.bg_image_right {
    padding: 40px 0 20px 0;
}

 .title {
    font-size: 20px;
   
}   


 .utp .list50w {margin-bottom:30px;}
 
 .utp .title-lg.mlg{margin-bottom:30px;}
    
}

@media (max-width: 1399px){
     .model-nadstroyki .model-title {font-size:18px;}
    .form-lizing-inner {

    padding: 50px;
 
}

.lizing_form_img {
    right: 40px;
    position: absolute;
    bottom: 15px;
    max-width: 400px;
}
    .site-btn {

    padding: 15px 25px;
    font-size: 14px;}
    .slider_descr {

    min-height: 470px;
    padding: 40px 0 40px 0;

}
    .intro__round {
   top: 0;
    left: 0;

   
}
.zayavka_b {
    padding: 40px 30px 40px 30px;

}
    
    
}
.logo_chat {display:none;text-align: center;}


@media (max-width: 991px){
    .form-lizing-inner-left br,.model__img  {display:none;}


    .man_form2 {
            max-width: 220px;
    left: 40px;

}


        .decorative-item-block:nth-child(3){
    order:3;
}
    .profiles-item .uk-overlay_panel  .uk-title {font-size:16px;}
    .dots {display:none;}
     .quiz {
    padding: 40px;}
    .calc_text {
    font-size: 16px;
}
    .icon img {
    max-height: 50px;
}
     .utp .list50w {margin-bottom:10px;}
 
.utp .title-lg.mlg  {margin-bottom:20px;}

    .logo_chat {display:block;}

 h1, .title-lg {
    font-size: 30px;}   
  
}
@media (max-width: 767px) {
    .btns {
            flex-direction: column;
    }
  
    .form-man-inner {
    display: flex;
    flex-direction: column-reverse;}
    .man_form2 {
    
    position: relative;
    left: auto;
    margin: 0 auto;
    margin-bottom:30px;
    text-align: center;
    bottom: auto;
    margin-top: -70px;
}
    .form-man-inner-left {
 padding:30px;
}
   .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 {
    padding: 20px 20px 20px 20px;

}
   
    .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: 22px;
  
}
.decorative-item {
    min-height: 200px;}
.decorative-item-title { font-size: 18px;}

	.banner-scroll{
		display: none;
	}
	.banner-item{
		width: calc(100% / 3);
		margin-bottom: 15px;
	}
	.banner-items{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.banner-title{
		font-size: 30px;
	}
	.banner-title-slider-container{
		margin-bottom: 0;
	}
	.banner-items{
		margin-top: 70px;margin-bottom:0;
	}
	.production-cycle-title,h2{
		font-size: 26px;
	}
	.production-cycle{
		padding-top: 60px;	
	}
	.about-company-title{
		font-size: 26px; text-align:center;
	}
	.about-company-r{
		text-align: center;
	}
	.about-company-li{
		padding-left: 0;
	}
	.about-company-li::before{
		display: none;
	}
	.about-company-btns{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.profiles-title{
		font-size: 30px;
		text-align: center;
	}
	.panorama-r{
		position: relative;right:auto; margin-top:20px;
		max-width: 300px;
		width: 100%;
	}
	.panorama-inner{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;padding-bottom:0;
	}
	.panorama-l{
		margin-bottom: 30px;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.protective-coatings-title{
		font-size: 30px;
		margin-bottom: 50px;
		text-align: center;
	}
	.protective-coatings-row{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 30px;
	}
	.protective-coatings-col{
		width: 100%;
	}
	.protective-coatings-img{
		height: 50vw;
	}
	.protective-coatings-row:nth-child(2n + 2) .protective-coatings-col:nth-child(2){
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.protective-coatings-inner{
		padding-top: 50px;
	}
	.documents-title{
		font-size: 30px;
		text-align: center;
	}
	.ordering-title{
		font-size: 30px;
		text-align: center;
	}
	.ordering-item {
		width: calc(100% / 2 - (30px / 2));
		margin-right: 30px;

		margin-bottom: 30px;
  }
  .ordering-item-arrow{
	  display: none;
  }
  .ordering-item{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: start;
	      -ms-flex-pack: start;
	          justify-content: start;
	  text-align: center;
  }
  .documents{
	  padding-bottom: 30px;
	  padding-top: 50px;
  }
  .standards {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.standards-title {
		font-size: 30px;
	}
	.standards-subtitle {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.standards-item {
		width: 30%;
		margin-bottom: 20px;
	}
	.standards-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.delivery-title {
		font-size: 30px;
	}
	.delivery-inner {
		background-image: none;
	
		
		
		padding: 40px 30px;
	
	}
	.delivery-list-items {
		margin-top: 32px;
	}
	.delivery-more-details {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.delivery-more-details-l {
	margin-right: 0;
	margin-bottom: 10px;
	}
	.content-block-title {
	font-size: 30px;
	}
	.content-block-inner {
	
	}
	.content-block {
		padding-top: 30px;
	}
	.work-examples-title {
		font-size: 30px;
	}
	.work-examples-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.work-examples-nav-items{
		margin-bottom: 0;
	}
	.work-examples-gallery-item.active{
		width: 50%;


	}
	
	
	
	.gallery2-title {
		font-size: 30px;
	}
	.gallery2-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.gallery2-nav-items{
		margin-bottom: 0;
	}

	
	
	
	.work-examples-gallery-item.active:nth-child(3n + 3){
	
	}
	.work-examples-gallery-item.active:nth-child(4n + 4){
	
	}
	.work-examples-gallery-item.active:nth-child(2n + 2) {
	
	}
	
	
	
	
	.prods-examples-title {
		font-size: 30px;
	}
	.prods-examples-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.prods-examples-nav-items{
		margin-bottom: 0;
	}
	.prods-examples-gallery-item.active{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.prods-examples-gallery-item.active:nth-child(3n + 3){
		margin-right: 2%;
	}
	.prods-examples-gallery-item.active:nth-child(4n + 4){
		margin-right: 2%;
	}
	.prods-examples-gallery-item.active:nth-child(2n + 2) {
		margin-right: 0;
	}
	
	
	.color-examples-title {
		font-size: 30px;
	}
	.color-examples-nav-item{
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.color-examples-nav-items{
		margin-bottom: 0;
	}
	.color-examples-gallery-item.active{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.color-examples-gallery-item.active:nth-child(3n + 3){
		margin-right: 2%;
	}
	.color-examples-gallery-item.active:nth-child(4n + 4){
		margin-right: 2%;
	}
	.color-examples-gallery-item.active:nth-child(5n + 5){
		margin-right: 2%;
	}
	.color-examples-gallery-item.active:nth-child(2n + 2) {
		margin-right: 0;
	}
	.delivery-list-item img{
	
	}
	.delivery-list-item-r-title, .delivery-list-item-r-subtitle{
		max-width: 100%;
	}
	.delivery-list-item{
		
	}
	.delivery-list-item-r{
		width: 100%;
	}
	.partners-title{
		font-size: 30px;
	}
	.ordering-inner{
		padding-bottom: 20px;
	
	}
	.partners{
	
	}
	.work-examples{
		text-align: center;
	}
	.work-examples{
		padding-bottom: 45px;
	}
	.gallery2{
		text-align: center;
	}
	.gallery2{
		padding-bottom: 45px;
	}
	.prods-examples{
		text-align: center;
	}
	.prods-examples{
		padding-bottom: 45px;
	}
	.color-examples{
		text-align: center;
	}
	.color-examples{
		padding-bottom: 45px;
	}
	
	.banner.h-auto {padding-top:150px;}
	
}

.white_card .orange {border:4px solid #fff;}
@media (min-width: 577px) {
.white_card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px 25px 0;
    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 {margin-right:0;}
	.about-company-bottom-item-num::before{
		display: none;
	}
	.profiles-item{
		width: calc(100% / 2 - (30px / 2));
	}
	.profiles-item:nth-child(3n + 3){
		margin-right: 30px;
	}
	.profiles-item:nth-child(2n + 2){
		margin-right: 0;
	}

	.panorama-title{
		font-size: 20px;
	}
	.panorama-inner{
		padding: 40px;
	}
	.documents-item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		padding: 40px 20px;
	}
	.documents-item-l{
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 20px;
	}
	
	.documents-items{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.documents-item-r{
		padding: 0;
	}
}

@media (max-width: 500px) {
	.about-company-btns{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}	
	.about-company-btn{
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
	.about-company-btn{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about-company-r{
		margin-bottom: 10px;
	}
	.about-company-btns{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.about-company-slide{
		height: 240px;
	}
	.panorama-inner{
		padding: 30px;
	}
	.standards-item {
      width: 45%;
   }
}

@media (max-width: 480px) {

        .banner_vh100 .banner-items {
        margin-bottom: 0;
    }

    .banner-item br{display:none;}
    .standards2-inner {padding:30px;}
    .decorative-item {
  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;
   }

	
		.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%;
}
   .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:50px 0px 30px 0px; 
    background-position: top;}
    .text1.ml30  {margin-left:0!important;}
    .header-socs {
    margin-right: 10px;
}
.title-lg {
    font-size: 30px;
}

.calc_text {
    font-size: 16px;
    line-height: 1.2;
}  
    
    
}



@media (max-width: 575.98px){
    .documents-item {
    background-color: transparent;
    box-shadow: none;
  
    padding: 0;
   
}
.btns {
    flex-wrap: wrap;
}
    
.header-logo img {
    height: auto;max-height:30px;
}    
    
}



@media (max-width: 480px){
    body {

    font-size: 16px;}
    .form-phone-inner .form-man-inner-left {
    width: 100%;
    padding:25px;
}
    .review-clients__slider .owl-stage-outer {
    padding: 20px 0px;

}
    .utp .title {
    margin-bottom:20px;}
    #calc {padding-bottom:60px;}


 .utp .list50w {
  
    justify-content: space-around;
}

 .utp .list50w >div {margin-bottom:15px;
    max-width: 360px;}


.last-step-form__input, .last-step-form__input2,.last-step-form__input3 {
    
  height: 50px;
    font-size: 16px;  
    
}
    
    
    .snoska_text {
    font-size: 12px;

}
.title {
    font-size: 18px;
}
.title-lg {
    font-size: 24px;
}
 .mob-center {
    text-align: center;
}   
.mob-center .btns {
    justify-content: center;
}    
.list50w >div {
    width: 100%;
    margin-right: 0;
    text-align: left;
}    
 .icon img {
    max-height: 40px;
}

.img_utp_check1 {
    min-width: 40px;
}



.form-man-inner-left {
    width: 100%;

}



.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;
}



}

.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: #003b90;
    
    border-color: #003b90;
    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;
}

    
.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%;}
.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){
    .services__item {margin-bottom:30px;}
    .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;
    position:relative;
    width:70px;
    height:70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #007dc8 !important;
    -webkit-box-shadow: 1.3rem 1.3rem 2.4rem rgb(0, 86, 156, .29);
    box-shadow: 1.3rem 1.3rem 2.4rem rgb(0, 86, 156,   .29);
    
}

.color-circle:before {    opacity: 1!important;
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

.no_link .color-circle:before  { opacity: 1!important;}

.color-circle img, .color-circle svg {
    width: 36px;
    height: 36px;
    
}

.navdots.owl-carousel {display:block;}

.dotsc.owl-dots {margin-top:2px;}



.services2 .decorative-item-block .decorative-item img {
  

} 


.services2 .decorative-item-title,.services2 .decorative-item-left {
    max-width: 100%;}
.services2 .decorative-item-left {padding:0 20px;}
    
.steps-inner2 {}


.ordering-item:not(:nth-child(1))::after {
    position: absolute;
    left: -100px;
    top: 30px;
    content: '';
    width: 34px;
    height: 24px;
  
    background-image: url(../icons/schem_ar.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}




.phone {
    position: absolute;
    left: 3rem;
    bottom: 0;
    width: 24rem;
    z-index: 2;
    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: top center;}

.portfolio {
   
    background:#F8F8F8;


  padding-bottom: 70px; }
  
.about_block {
  padding: 70px 0;   
    
}  
  
  
.services.portfolio { padding-bottom: 5rem;} 
  .portfolio__title {
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 300; }
  .portfolio__slider__wrap {
    margin-top: 3rem;
    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 {background:#fff;
      margin-bottom:40px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
        .portfolio__slide__photo--big {
   
}
        .portfolio__slide__photo {width:100%!important;}
        .portfolio__slide__info {
    margin-left: 0!important;
    margin-top: 30px;
}
      .portfolio__slide {
        flex-wrap: wrap; } }
 
      
      .client_logo {
          position: absolute;
    left: 0;
    top: 40px;
    width: 150px;
      }
      
      
      @media (min-width:992px) and (max-width: 1399px){
    .portfolio__slide__photo {

}}
      
      
      
      @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: 0; }
      .portfolio__slide__photo--big {
        display: block;
        width: 100%;
      border-radius: var(--radius-block);overflow:hidden;
        border-radius: 15px;
        background-color: #fbfafa; }
        @media (max-width: 449px) {
          .portfolio__slide__photo--big {
           } }
      .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; }
    .portfolio__slide__info {
      margin-left: 50px; padding:40px 0;padding-right:40px;}
      @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: 28px;
      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: 25px;
        width: 25px;
        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-weight:500;
      font-size: 16px;
      line-height: 1.4;
      margin-top: 20px; }
    .portfolio__slide__spec {
      display: flex;
      margin-top: 30px; }
      .portfolio__slide__spec__item:not(:last-child) {
        margin-right: 30px; }
      .portfolio__slide__spec__name {
        opacity: 0.65;font-weight:500;
        font-size: 1rem; }
      .portfolio__slide__spec__val {
        font-size: 22px;
        font-weight: 600;
        margin-top: 5px; }
  .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:#333639;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;
    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;
}

.ordering-item:not(:nth-child(1)):after {
    left: -20px;
}
    .whatsapp__img {

    max-width: 300px;}
 
    .contract {margin-top:-50px;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    max-width: 100%;
}
    .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: 24px;

}
    .call__form-phone {font-size:18px;}}
    
.price_badge {
    background: #003b90;
    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: 12px 20px!important;
 
}
      .ordering-item:nth-child(3):after {
    display:none;
}
    .vantages-inner>div:nth-child(3) {width:100%;}
        .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_center {
    
  background-position: 85% 100%;  
    
}
    .title br, .title-lg 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;}
     .mob-center {
    text-align: center;
}   
.mob-center .btns {
    justify-content: center;
} 
.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){
    .form-man-inner-left {
    padding: 40px;

}
     .w60 {
    width: 60%;
} 
    .lizing_form_img {display:none;}

    .title-first {
    font-size: 30px;
}
.title-sm {
    font-size: 17px;
}


   .slider_descr_left >div {
    max-width: 50%;
}
    .about_block {
  padding: 50px 0;   
    
}  
    .contract {display:none;}
    
}
.img_utp_check3 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    background-color: #003b90;
}

.bg_bottom {background-position:bottom;background-repeat: no-repeat;}
a.link--colored,a.link--underline {
    color: #003b90;    transition: all .4s;
    position: relative;
}
.link--underline::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #003b90;
    transition: all .4s;
}

.link--underline.white::before {border-bottom: 1px dotted #fff;}

.pick-item__input:checked + .pick-item__label:after {
    background: #003b90;}
.pick-item__input:checked + .pick-item__label:before {

    border: 1px solid #003b90;

}
.pick-item__img img {}
.pick-item__img.active  img{ outline:3px solid #003b90;
outline-offset:-3px;}

.vantages-item-img2  { position:relative;
   overflow: hidden;}
    
    
    .vantages-item-img2 img {border-radius: 50%; 
    border: 5px solid #fff;}
    
.vantages-item-img2::before {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    background-image: url(../img/ok.png);
    background-size: contain;
    z-index: 4;
    top: 15%;
    right: 2%;
}

.post-password-form input[name="post_password"] {

    border: 1px solid #bfbfbf;
    padding: 5px 10px;
}
    
.rating {
    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;
}

.stars svg {
    width: .6vw;
    margin-right: .3vw;
}

.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: #003b90;
    color: #ffffff;
    cursor: pointer;
  
    transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #003b90;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
}

.services__item {
        background-position: center;
        height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
    background: #003b90;
  transition: all .3s;
}




.services__desc_wrapper {
    transition: all .3s;
}

.services__top {
    width:100%;
    margin: 0;
    padding: 25px 25px 10px 25px;
}
.services__bottom {padding: 0 20px 20px 20px;min-height: 0;    transition: all .3s;
    max-height: 100%;}

.services__bottom.slide-bottom {
    
    
}

.s6_item_in {
    border-radius: 0;
    height:100%;
    width: 100%;
    overflow: hidden;
    background: #003b90;    
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.services__item_card:hover .s6_item_in{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
   
}
.s6_item_img {
    position: relative;
   
    padding: 39.4337% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s6_item_img > img {
    position: absolute;
    max-width: none;
    max-height: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.s6_item_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -8px;
    background: url(../icons/s6_item.svg) left bottom / 100% auto no-repeat;
    position: absolute;
}

.s6_item_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.362;
    max-width: 12em;
    margin: 5px auto 40px;
    text-align: center;
}

.s6_icon {
    width: 59px;    padding: 10px;
    height: 69px;
    background: url(../icons/s6_icon.svg) center center / 100% 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15%;
    bottom: 21%;
    margin-bottom: -34px;
    margin-left: -28px;
    z-index: 1;
}

.s6_icon img {
    display: block;
    width: 64.4%;
    max-height: 64.4%;
    max-width: 64.4%;
}

.green_img4 {
    display: block;
    position: absolute;
    width: 45.8%;
    right: 7.86%;
    max-width: none;
    max-height: none;
}

.s6 .s4_green h2 {
    max-width: 12em;
}





.btn-link-svg {
    color: #212121!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    -ms-box-shadow: 0 0 1px transparent;
    -o-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.btn-link-svg span {
    border-bottom: 1px solid #fff;color:#fff;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}



.btn-link-svg svg {
    width: 17px;
    height: 100%;
    margin: 0 0 0 16px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.1s ease-out;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.services__item .btn-link-svg:hover svg, .services__item .btn-link-svg:focus svg, .btn-link-svg:active svg {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.btn-link-svg svg path {
    fill: #ffffff;
}    
    
    

@media (min-width: 768px) {
  .services__item {
  
  }
}

@media (min-width: 992px) {
  .services__item {

  }
   .two-inline .services__item { }
}
.services__item:after {transition: all .3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.9) 100%);
}





.services__top .icon {opacity:0; transition: 0.3s all;}



.services__item .services__top .icon {
    opacity: 1;
    BACKGROUND: #003b90;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.services__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  height: 100%;
  color: #ffffff!important;
  text-align: left;

}
@media (min-width: 768px) {
  .services__content .services__bottom {
    padding: 0px 40px 30px 40px;
    text-align: inherit;
  }
}
@media (min-width: 992px) {
     .nadstr_gallery.work-examples-gallery>*:nth-child(6){display:none;}
    .discount__item{border: 4px solid #d0d6dc;    transition: .3s all;}
    .news-item-body{border: 4px solid #d0d6dc;    transition: .3s all;}
        .news-item-body:hover,.discount__item:hover{border: 4px solid #0158b5;}
    .news-item-descr-thumb {padding:20px;background:#fff;min-height: 150px;}
  
  .services__content .services__bottom {
    padding: 0 25px 25px 25px;
    text-align: inherit;
  }
}
.services__top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
    padding: 25px 25px 10px 25px;

}
@media (min-width: 1400px) {
  .services__content .services__bottom {
    padding: 0 40px 30px 40px;
    text-align: inherit;
  }
  .services__top {

    padding: 40px 40px 10px 40px;

}
}

@media (min-width: 768px) {
  .services__top {
      width:100%;
    margin: 0;
 
  }
}
.services__title {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .services__title {
    line-height: 1.4;
  }
}
.services__title span {
  font-size: 18px;
  font-weight: 700;
 
}

@media (min-width: 768px) {
  .services__title span {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .services__title span {
    font-size: 20px;
  }
}
.services__desc {

  line-height: 1.1;
}

@media (min-width: 768px) {
  .services__desc {
    line-height: 1.2;
    margin-bottom: 20px;
    width: 100%;
  }
}
.services__desc span {
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  .services__desc span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .services__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.services__link {
  position: relative;
  display: inline-block;
  color: #fff;
  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) {
   
    .services__item {
   
    }  
    .two-inline .services__item {}

  .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 #003b90;
}


@media (min-width: 768px) {
.mobile {
    display: none !important;
}
  .swiper-button-prev {
 
  }
  .swiper-button-next {
  
  }
}



@media (max-width: 767px) {
    .about_block {
  padding: 50px 0 0 0;   
    
}  
    .services__link {
    font-size: 14px;
   
  }

.services-slider .swiper-button {display:none;}
      .slider-info span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}  
 .slider-info {
   margin-top:-20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    letter-spacing: 0.03em;
}   
    
}





.select-div {background:#fff;border-radius:50px; padding-right:20px;}

.priceList {
  color: #1C1C1C;
  position: relative;
}
.about__img { border-radius:var(--radius-block);}
.pricelist-inner {}
.priceList__content {
    border-radius:var(--radius-block);
  position: relative;
  background: #d0d6dc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 30px;overflow:hidden;

}
@media (min-width: 768px) {
  .priceList__content {
   
   padding: 80px 60px 70px 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;z-index:1;
  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;

    z-index: 1;
}
}
@media (min-width: 768px) {
 
}




@media (min-width: 768px) {
  .pdf {
    width: 7.0625em;
    height: 7.0625em;
  }
}
.pdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (min-width: 1200px) {
 .right_img img{max-width: 115%;
   }
.col-xl-5-1, .col-lg-5-1{
    flex: 0 0 auto;
    width: 20%;
}

    
.priceList__form{ width:80%;

padding: 35px 30px;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

}
    
    
}


@media (max-width:480px){
    .slider_descr {
    min-height: 500px;}
    .priceList__content {
   
    padding: 40px 25px 40px 25px;

}
    
    
 .priceList__pdf {

    width: 150px;
    height: 150px;
    bottom: 90px;
    right: 35%;
}   
    
}

.hero__pagination {
    position: absolute;
    z-index: 1;
    left: 55%;
    bottom: 0;
    background: #f7f8f9;
   margin-left: -180px;
   border-radius: 0px 32px 0px 0px;
}

@media screen and (max-width: 1199px) {
    .cifres-item-block:nth-child(6){display:block;margin-bottom:30px;}

  
  .about-company-bottom-item-num {
    font-size: 34px;}
  
}

@media screen and (max-width: 991px) {
        .slider-info span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}  
 .slider-info {
   margin-top:-20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    letter-spacing: 0.03em;
}   
    
        .catalog-item__price-current {

    font-size: 28px;

}
    .news-item-descr-thumb {height:150px;padding:25px!important;}
        .form-lizing-inner-left {
    width: 100%;
    padding-right: initial;
}
    .title ul.list li, ul.listfull li, .main-content ul li {
    margin: 0 0 6px 0;
}
    .scroll {display:none;}
    
  .hero__pagination {    
    position: static;    margin-left: 0;border-radius: 0;    background: transparent;
  }
  
  .hero-pagination {
      padding: 0!important;
      
  }
  

  .swiper-fractions .swiper-pagination-current, .swiper-fractions .swiper-pagination-next,.swiper-fractions {

    color: #ffffff!important;
}
  
  .slider_descr {

    min-height: 400px;
    padding: 20px;}
  
}

.hero__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 540px;
  position: absolute;
  bottom: 0;
  left: -1px;
  padding: 32px 24px 30px 24px;
  font-weight: 600;
  background: #fff;
  border-radius: 0px 32px 0px 0px;
  cursor: pointer;
}

.hero__next-txt {
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.hero__next:hover {
  color: #EE2921;
}

@media screen and (max-width: 1700px) {
  .hero__next-txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .hero__next {
    display: none;
  }
}

.hero .next-listing {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
    .about-slider {margin-bottom:30px;}
    .hero__slider,.header>.container {
        
            max-width: 540px!important;
    }
    .utp-descr-block .img-right {order:-1;margin-bottom:30px;}
    .objects-item {
    margin-bottom: 20px;
}
.objects-item-title {

    font-size: 15px;

}
    .slider_img {display:none;}
    .slider_descr {

    min-height: 550px;
    padding: 50px 20px 50px 20px;
 

}
    .services__item {
 
}
 .two-inline .services__item { }
  .hero .next-listing {
    margin-top: 50px;
  }
}

@media (min-width:481px) and (max-width:767px){
    
        .slider_descr {
    min-height: 650px;
    padding: 50px 20px 50px 20px;
 

}
    
}



.next-listing {
  text-align: center;
}

.next-listing__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #516372;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.next-listing__btn::before, .next-listing__btn::after {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  z-index: 0;
  left: -25px;
  background: url("../img/icons/arrow-down.svg") no-repeat 50% 50%/contain;
  -webkit-animation-name: listing;
          animation-name: listing;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.next-listing__btn::before {
  top: 3px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.next-listing__btn::after {
  top: 11px;
  opacity: 0.5;
}

.next-listing__btn:hover {
  color: #60829C;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}

.next-listing__btn:hover::before, .next-listing__btn:hover::after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes listing {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes listing {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

 .swiper-fractions {
  padding-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 6em;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 400;
  line-height: .8;
  color: #333639;
  position: relative;
}

.swiper-fractions .sep {
  display: inline-block;
  margin: 0 0em 0 0.2em;
}

.swiper-fractions .swiper-pagination-current, .swiper-fractions .swiper-pagination-next {
  min-width: 1.4em;
  text-align: center;
  font-size: 2em;
  line-height: .7;
  font-weight: 700;
  letter-spacing: -.01em;
  color: #003b90;
}

.swiper-fractions-hint {
  display: block;
  position: absolute;
  top: 30px;
  width: 100%;
  margin-top: 15px;
  padding-left: .5em;
  font-size: 14px;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .swiper-fractions-hint {
    font-size: 12px;
  }
}

.swiper-pagination-bullets {
  font-size: 0;width:auto!important;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.portfolio__slider__wrap .swiper-pagination-bullets {
    justify-content: center;
}


@media screen and (max-width: 575px) {
  .swiper-pagination-bullets {
    overflow: auto;
  }
}

.swiper-pagination-bullet {

  width: 10px;
  
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 10px;
  margin: 0 6px;
  background: #C7D3DC;
  border-radius: 0;
  opacity: 1;
  outline: none;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.swiper-pagination-bullet:hover {
  background: #003b90;
}

@media screen and (max-width: 1199px) {
  .swiper-pagination-bullet {

    min-width: 10px;
    margin: 0 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #003b90;
}

.swiper-button-next, .swiper-button-prev {
    display: inline-flex;opacity:1;
    flex-shrink: 0;
    border-radius: 50%;
    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%);
   
    transition: all .2s ease-in-out;
}
.banner .swiper-button-next,.banner .swiper-button-prev {
    display: inline-flex;}
.swiper-button-next:hover, .swiper-button-prev:hover{opacity: 1;    background-color: #0158b5!important;}
.hero__slider .swiper-button-next,.hero__slider .swiper-button-prev {
    background-color: #ffffff;
    box-shadow: none;}
    
    
    

.hero-pagination {margin-left:0px;}

.hero-pagination {padding:20px 30px;}

.hero-arrows {padding:20px 30px;background: #003b90;}

.navdots-slider {
    bottom: 20px;width:100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);z-index: 1;
}
.navdots  {  max-width: 400px;
    margin-left: auto;margin-right:auto;}
    
.swiper-button-next:after, .swiper-button-prev:after {
        width: 16px;
    height: 13px;
    font-family: inherit;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    content: "";
}
.swiper-button-next:after {
    transform: rotate(180deg)!important;
}


.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 width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");}
.swiper-button-next:hover:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23de002b'%3E%3C/path%3E%3C/svg%3E");}
.swiper-button-prev:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");}
.swiper-button-prev:hover:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23de002b'%3E%3C/path%3E%3C/svg%3E");}


.main-play {
    position: relative;
    z-index:2;
    bottom: 80px;
   
    width: 201px;
    height: 201px;
    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%;
    cursor: pointer;
    background: #003b90 url(../img/light.png) center no-repeat;
    background-size: cover;
}

.main-play__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    border-radius: 50%;
}

.main-play__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    -webkit-animation: rotate 60s linear infinite;
    animation: rotate 60s linear infinite;
}

.main-play__btn {
    width: 26px;
}
.make-round {
    margin-left: 5px;
    width: 201px;
    height: 201px;
    background: #303030 url(../img/light.png) center no-repeat;
    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;
    position: absolute;
  top: 55%;
    left: 65%;
   z-index: 2;background-size: cover;
}
.make-round__logo {
    width: 100px;
}
.make-round__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 167px;
    -webkit-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.partners_contacts_map{
width: 100%;
    height: 100%;}
    .partners_contacts_wrap{background-color:#fff;height:100%;overflow-y:auto;scrollbar-color:#d3d3d3 transparent;scrollbar-width:thin;scrollbar-face-color:#d3d3d3;scrollbar-face-color:#d3d3d3 !important;scrollbar-shadow-color:transparent !important;scrollbar-highlight-color:transparent !important;scrollbar-3dlight-color:transparent !important;scrollbar-darkshadow-color:transparent !important;scrollbar-track-color:transparent !important;scrollbar-arrow-color:transparent !important}.partners_contacts_wrap::-webkit-scrollbar{width:5px;height:75px}.partners_contacts_wrap::-webkit-scrollbar-button{background-color:transparent}.partners_contacts_wrap::-webkit-scrollbar-track{background-color:transparent}.partners_contacts_wrap::-webkit-scrollbar-track-piece{background-color:transparent}.partners_contacts_wrap::-webkit-scrollbar-thumb{height:75px;background-color:#d3d3d3;border-radius:0}.partners_contacts_wrap::-webkit-scrollbar-corner{background-color:transparent}.partners_contacts_wrap::-webkit-resizer{background-color:transparent}
.partners_contacts_wrap {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    scrollbar-color: #d3d3d3 transparent;
    scrollbar-width: thin;
    scrollbar-face-color: #d3d3d3;
    scrollbar-face-color: #d3d3d3 !important;
    scrollbar-shadow-color: transparent !important;
    scrollbar-highlight-color: transparent !important;
    scrollbar-3dlight-color: transparent !important;
    scrollbar-darkshadow-color: transparent !important;
    scrollbar-track-color: transparent !important;
    scrollbar-arrow-color: transparent !important;
    width: 340px;
    height: 650px;
}

 .select-css { 
        display: block;
        font-size: 16px;
       
        font-weight: 400;
        color: #666;
        line-height: 1.3;
        padding: 0.6em 1.4em 0.5em 0.8em;
        width: 100%;
        height: 40px;
        max-width: 100%;
        box-sizing: border-box;
       
        border: 2px solid #ced4da;
        border-radius: 0.25em;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
         background-color: #fff; 
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); 
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%; 
        } 
         .select-css::-ms-expand { display: none; } 
         .select-css:hover { border-color: #888; } 
         .select-css:focus { border-color: #aaa; 
     
        color: #222;
         outline: none; 
        } 
         .select-css option { font-weight:normal; } 
         *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
        background-position: left .7em top 50%, 0 0; 
        padding: .6em .8em .5em 1.4em; 
        }    

.partners_contacts {
    display: flex;
    flex-direction: column;
}

.partners_contacts_item {
    padding: 15px 25px 15px 25px;
    border-top: 1px solid rgba(0,0,0,.2);
    order: 2;
    cursor: pointer;
    overflow-x: hidden;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
     border-bottom:1px solid transparent;
}

.partners_contacts_item.active {
    border-color:#003b90;
    background:#eee;
}
.contacts_item_title {font-weight:700;font-size:18px;margin-bottom:5px;}
.contacts_item_adress,.contacts_item_text{font-size:15px;margin-bottom:5px;}

ul.contacts_list {
    padding: 0;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 0;
}

/************triggers-block***************/
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    align-items: center;
}

.triggers-list {
    margin-left: -35px;
    align-items: flex-start;
}

.triggers-content {
   
    z-index: 0;
  
}
.num-percent {
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #FFFFFF;
    background: #755EFC;
    border-radius: 22px;
}
.triggers-title {
    display: block;
    padding: 0 0 12px 0;
    font-size: 17px;
    line-height: 1.2;
}
.triggers-col {
    width: calc(100% - 100px);
    box-sizing: border-box;
}
.triggers-col:last-child {
    width: 80px;
    box-sizing: border-box;
}
.triggers-icon {
    width: 80px;
    height: 80px;
    background: #FFF;
    border:2px solid #003b90;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.triggers-icon svg {
    width: 45px;height: 45px;
    display: block;
}
.triggers-desc {
    font-size: 15px;
}
 @keyframes move1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}

.dotsc-slider {
    width: auto!important;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
}
.model-descr {margin-top:15px; padding:0 20px;}
.model-item {padding: 15px 0 25px 0;
    background: #fff;
border: 4px solid #d0d6dc;
   transition: .3s all;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    border-radius:var(--radius-card);
}




.model-item-img img {max-height:200px;}
.model-item-cat .model-item-img img {max-height:none;}
.model-item.model-item-cat {padding: 0;justify-content: start;}
.model-descr2 {padding:15px 25px 25px 25px;}
.model-item-img {
    text-align:center;
}
.model-item-img2 {overflow:hidden;aspect-ratio:3.46/2.38;}
.model-item-img2 img {transition:.3s all;}
/*.model-item-cat:hover .model-item-img2 img {-webkit-transform: scale(1.1);
    transform: scale(1.1);}*/

.model-icon,.model-icon svg {width:20px;height:20px;min-width:20px;margin-right:5px;}
.model-icon path {fill:#003b90;}


.catalog-element-section-properties {margin-top:15px;}
.model-item:hover .site-btn {
    
    background-color: #0158b5;
    color: #fff!important;
}
.model-item:hover{border-color: #0158b5;}
.model2-item {
        height: auto;
  background: transparent;
    display: flex; padding: 0;
    flex-direction: column;
    justify-content: space-between;
  
    
}




.model2-item-img {  border:5px solid transparent;
    transition:.3s all;height:250px;display: flex;
    align-items: end;margin-bottom:20px;}
    
.model2-item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
} 
    
    
.model2-item:hover .model2-item-img{border-color:#003b90;}
.model-item-title {
    font-size:22px;
    font-weight:700;
    text-transform: uppercase;
}
.model2-item-title {
    text-align:center;
    font-size:16px;
    font-weight:700;text-transform: uppercase;line-height:1.2;
}

.model3-item {
    background: #fff;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:4px solid transparent;
    transition:.3s all;
    
}

.model3-item:hover{border-color:#003b90;}


.model3-item-img {display: flex;
    align-items: end;margin-bottom:20px;}
.model-item-title {
    font-size:22px;
    font-weight:700;
    text-transform: uppercase;
}
.model3-item-title {
   margin-bottom:15px;
    font-size:16px;
    font-weight:700;text-transform: uppercase;line-height:1.2;
}



.models-slider-wrapper .swiper-button-next,
.photo-next,.vantages-auto-next{
    width:64px; height:64px;
    right: -32px;background-color: #003b90;border: 7px solid #f3f5f8;
    box-shadow: none;
}
.banner .swiper-button-next, .banner .swiper-button-prev,.about-slider .swiper-button-next,.about-slider .swiper-button-prev {background-color: #003b90;}
.models-slider-wrapper .swiper-button-prev,
.photo-prev,.vantages-auto-prev {
     width:64px; height:64px;
    left: -32px;background-color: #003b90;
    box-shadow: none;border: 7px solid #f3f5f8;
}

.model-item-text {
    color: #858690;
}


.models-slider-wrapper .swiper-button-next:after,
.photo-next:after,.vantages-auto-next:after,
.banner .swiper-button-next:after,.about-slider .swiper-button-next:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");}
.models-slider-wrapper .swiper-button-next:hover:after,
.photo-next:hover:after,.vantages-auto-next:hover:after,
.banner .swiper-button-next:hover:after,.about-slider .swiper-button-next:hover:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");}
.models-slider-wrapper .swiper-button-prev:after,
.photo-prev:after,.vantages-auto-prev:after, .banner .swiper-button-prev:after,.about-slider .swiper-button-prev:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");}
.models-slider-wrapper .swiper-button-prev:hover:after,
.photo-prev:hover:after,.vantages-auto-prev:hover:after, .banner .swiper-button-prev:hover:after,.about-slider .swiper-button-prev:hover:after{background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.015 12.71a1.057 1.057 0 001.456 0 .967.967 0 000-1.404L3.515 7.493l11.456-.001c.568 0 1.029-.445 1.029-.993s-.46-.992-1.03-.992l-11.455.001 3.957-3.814a.967.967 0 000-1.403A1.047 1.047 0 006.744 0c-.264 0-.527.097-.728.29L.302 5.799A.974.974 0 000 6.5c0 .263.109.516.302.702l5.713 5.508z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");}




.col-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
}
.col-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.discount__item {height: 100%;
overflow:hidden;
    position: relative;
        min-height: 20vw;
     border-radius: var(--radius-block);
    -webkit-box-shadow: 0 1px 51px rgba(0,0,0,.15);
    box-shadow: 0 1px 51px rgba(0,0,0,.15);
    background: #0158b5;
       padding: 2.5vw 3.5vw;
 position: relative;
    z-index: 1;
    justify-content: space-between;
}

.discount__item_block:nth-child(1) .discount__item {
    background: #003b90;
    
    
}

.discount__fl {
    position: absolute;
    right: 0;   z-index: -1;
    bottom: 0;
    width: 45%;
}

.discount__item.dop_item .discount__fl {    width: 60%;}

.discount__fl img {
    max-width: none;
    width: 100%;
}


.discount-title {font-size:28px;}



/*block4*/

.model__img {
    position: absolute;
    top: 46%;
    left: 50%;
    text-align: center;
    width: 25vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.model-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

        align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.model__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.msm3 {
    margin-bottom: 3vw;
}
.small_icon { min-width: 70px; width: 70px;position:relative;
    height: 70px;}
.model__ic span,.small_icon span{
    position:absolute;bottom:-5px;right:-15px;
    display: flex;
    align-items: center;
    justify-content: center;font-weight:500;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    color: #333639;
    background-color: #fff;
}
.model__ic.blue__ic {background:#003b90;    width: 60px;
    height: 60px;}
.model__ic {
position:relative;
    width: 70px;
    height: 70px;
    border-radius: 0;padding: 15px;
        background: #fff;
        border-radius: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.model__ic svg,.model__ic img    {max-height: 50px;}

.model__ic.red_ic {
    background: #003b90;
    border: none;
}




.model__ic.mr {
    margin-right: 15px;
}








/*block4*/

.mobile {display:none;}
@media (max-width: 767px) {
    .mobile {display:block;}
    
 .model__item br,.main_right_btn_text {display:none!important;}  
   .model-list {

    flex-direction: column;align-items: start;
}
 .model__ic {
    background: #fff;
    width: 50px;
    height: 50px;}   
  .model__ic.mr {
    margin-right: 15px;
}  
    .model__img {
    width: 100%;
    margin: 0 auto;
    max-width: 320px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 30px;
    margin-top: -40px;
}}




.moc {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 60%;
    
}

#form-callback__form_pp {
    position:relative;
    z-index:1;
}
@media (min-width:992px) and (max-width:1399px) {
    
    .moc {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 50%;
}
  .priceList__pdf {

    right: 20%!important;

}  
}
@media (min-width:768px) and (max-width:991px) {
       .jac-badge {
    position: absolute;
    bottom: -25px;
    right: -15px;
    z-index: 2;
    width: 140px;
    height: 140px;
}
    .discount-title {
    font-size: 22px;
}
    .site-btn {

    font-size: 12px;
}
    .big-font {
    font-size: 1em;}
    
    .banner-slider .title {
    font-size: 16px;
}
    .priceList__content .title-lg br,.banner-slider .title br, .title-lg br {display:none;}  
 .moc,.priceList__pdf {display:none;}   
    
}
@media (min-width:480px) and (max-width:767px) {
.moc {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    bottom: -40px;
}
.priceList__pdf {
    width: 150px;
    height: 150px;
    bottom: 90px;
    right: 35%;
}
}


.slide-bottom{    transform: translateY(70px);}
.button-bottom-slide {
    
   transition: .3s;
    opacity: 0; 
    
}


.services__item:hover .slide-bottom {
    transform: translateY(0);
}

.services__item:hover .button-bottom-slide {
    

    opacity: 1; 
    
}
.services__item:hover .text_shadow_black {
    text-shadow: none;
}

.services__item:hover:after {
       background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 59 144) 100%);
}
@media (max-width:767px){
.discount-title {
    font-size: 22px;
}}
@media (max-width:480px){
    .moc {
    position: relative;
    top: auto;
    left: -40px;
    width: 150%;
    bottom: -80px;
}
   .discount-title {
    font-size: 20px;
}
.discount__item.dop_item .discount__fl {
    width: 95%;
}
.discount__item {
 padding: 25px;

}
}


.catalog-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.catalog-item__price-current {
   
    display: block;
    margin: 0 35px 0 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}
.catalog-item__price-old {
   color:#666;position: relative;
    display: block;
    margin: 0 35px 0 0;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
}

.catalog-item__price-old:before {
    content: '';
    background: #cc000c;
    width: calc(100% + 4px);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -1px;
    height: 2px;
}
.catalog-item__price-credit {
    font-size: 16px;
    display: block;
    opacity: .6;
    margin: 0;
}

.uv_link {
    font-size: 17px;
    color: #003b90;
    font-weight: 500;
    border-bottom: 1px dotted;
}



.bages {
    display: inline;
}

.bages .bage {
    border-bottom-right-radius: 10px;
    bottom: 10px;
    font-size: 13px;
    line-height: 8px;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    background-color: #003b90;
    border: 1px solid #003b90;
    color: #fff;
    display: inline-block;
}

.news-item-date {

    font-size: 14px;
    line-height: 8px;
    margin-left: 0;
    position: relative;
    color: #878787;
    display: inline-block;    
    margin-bottom:10px;
    
}


@media (max-width: 767px){
    .header_contacts_button {display:none;}
.bages {
    display: block;
}}


.hars_main_item {}
.hars_main_icon {width:50px;min-width:50px;height:50px; background:#003b90;border-radius: var(--radius-btn);padding:10px;display:flex;align-items:center;justify-content:center;}
.hars_main_icon svg{width:35px;height:35px;}
.hars_main_icon svg path {fill:#ffffff;}
.hars_main_title{color:#858690;font-size:14px;line-height:1.2;margin-top:4px;}
.hars_main_text{font-size:16px;font-weight:600; line-height:1.2;}
.different {color:#003b90}


.hars_table {
    padding: 0;
    width: 100%;
    border-spacing: 0;
}
.hars_table th.thh {padding:10px 20px;border:1px solid #dce1e8;
      background: #003b90; color:#fff;
    text-align: center;
    
}
.hars_table td {padding:10px 20px;border:1px solid #dce1e8;}
.hars_table td:nth-child(1) {}
.hars_table td.first-td {
    width: 25%;
    background: #d0d6dc;
    text-align: center;
}
.grey_tr {}

.white_tr {
    background-color: #fff;
}
@media (max-width: 1399px){
    .model__desc {font-size:15px;}
    .model__ic {

    width: 70px;
    height: 70px;


}}
.bg_dark #breadcrumbs,.bg_dark a {color:#C7D3DC;}

.options-right {padding:40px;}

.options-right .options-right-scroll {
    max-height: 350px;
    overflow: auto;
}

@media (min-width:992px) and (max-width:1399px){
    .options-right {
    padding: 25px 25px 25px 10px;
}
    
}


.model__item p {margin-bottom:0;}


.grey{   color: #A2A2A2!important;}
.options-badge  {
    border-bottom-right-radius: 10px;
   
    line-height: 8px;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    background-color: #003b90;
    border: 1px solid #003b90;
    color: #fff;
    display: inline-block;
}

.model {
    height: 450px;
    position: relative;
}

.model-background {
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.model-hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.model-hover img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.5s ease 0.25s;
    transition: opacity 0.5s ease 0.25s;
    will-change: opacity;
}

.model-caption {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 44px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    will-change: opacity;
}

.model-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  
    text-align:center;
    color: #1B1C22;
   
}

.model-title, .header-navigation-dropdown-model-title, .menu-list-model-title {
    position: relative;
}

.model-subtitle {
    text-align:center;
    color: #858690; margin-top: 4px;
}

.model-img {
    position: relative;
   padding:40px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    will-change: opacity;
}

.model-img img {
    width: 516px;
}

@media (max-width: 1599.98px){
.model-img img {
    width: 380px;
}}

.model-caption-hover {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    top: 20px;
}
.model-caption-hover .model-subtitle, .model-caption-hover .model-title {
    color: #000;

}
.model-caption-hover .model-title {font-size:22px;}



.model-links {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    position: absolute;
    z-index: 3;
    left: 36px;
    right: 36px;
    bottom: 9px;
}

.model:hover {
    z-index: 2;
}

.model:hover .model-background {
    top: -16px;
    bottom: -16px;
    left: -22px;
    right: -22px;
}

.model:hover .model-hover {
    opacity: 1;
    top: -16px;
    bottom: -16px;
    left: -22px;
    right: -22px;
}

.model:hover .model-hover img {
    opacity: 1;
}

.model:hover .model-caption, .model:hover .model-img {
    opacity: 0;
}

.model:hover .model-caption-hover {
    -webkit-animation: fadeInUpModel 0.5s ease 0.3s;
    animation: fadeInUpModel 0.5s ease 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.model:hover .model-links {
    pointer-events: auto;
    -webkit-animation: fadeInUpModel 0.5s ease 0.5s;
    animation: fadeInUpModel 0.5s ease 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.nav-pills .nav-link {
    background: 0 0;
     border-bottom: 5px solid transparent;
    height: 55px;
    border-radius: 0;
}
.nav-pills .nav-link.blue_link {border-bottom: 5px solid #00aeef;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    border-bottom: 5px solid #003b90;
}
.nav-link {
    color: #000000;
}
.nav-link:focus, .nav-link:hover {
    color: #003b90;
}
.top-nav {
    background: #d0d6dc;
    
}
.zakaz_inner {
border:8px solid #d0d6dc;
       background: #ffffff;
    
}
.ruble {width:84px; height:42px;min-width:84px;}
.zakaz_inner  .title img {    height: 30px;}

.zakaz_inner .pick-item {    margin: 0 0 20px;}
.zakaz_inner_left { padding: 50px 30px 40px 60px;}
.zakaz_inner_right {border: 10px solid #fff;padding: 50px 40px 10px 40px;background: #e8eaed;height: 100%;display: flex;
    align-items: center;}

.right-price-block {
    
}

.white_input{background-color: #ffffff!important;
    BORDER: 1PX SOLID #d0d6dc!important;}
.price_value {
    font-size: 20px;
    font-weight: 700;
}

.price_title {
    color: #858690;
    font-size: 15px;
    line-height: 1.2;
}




.years-count-info__bg {
    display: block;
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 30%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .03;
    font-size: 130px;
}
.zindex3 {z-index:3;}
@-webkit-keyframes fadeInUpModel{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpModel{0%{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}

.team-item-body {BACKGROUND:#fff;}
.team-item-descr{
padding:10px 30px 30px 30px;}

.team-item-dolzhnost {
    margin-top:5px;
    color: #858690;
    font-size: 15px;
    line-height: 1.2;
}

.team-item-descr {
    margin-top:10px;
   font-size: 15px;
    line-height: 1.2;  
    
    
}

.team-item-phone {
    margin-top:15px;
    font-weight:700;
    
}

.cert-item-title {line-height:1.2;font-size:16px;margin-top:15px; font-weight:500;}

.cert-item-descr {
       margin-top:5px;
    color: #858690;
    font-size: 15px;
    line-height: 1.2; 
    
}
.certs-item{BACKGROUND:#fff;padding:20px;height:100%;}

.img_left_ratio{aspect-ratio:4/3;}
.img_left_ratio img {object-fit: cover;
    width: 100%;
    height: 100%;}
.certs-img {aspect-ratio: 3/4; margin:0 auto;}
.certs-img img {object-fit: cover;
    width: 100%;
    height: 100%;}
.prods-item {background:#fff;}
.prods-item-descr-block {padding:20px 60px;}


.sales-item {
    margin-bottom: 30px;
}
.sales-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;
    padding: 34px 34px;
    background: #fff;

    border-radius: 0;
    height: 100%;
    color: #000;
    background-position: center;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}

.sales-item-img {
    overflow: hidden;position:relative;
}

.sales-item-body 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;
    aspect-ratio:4/2.7;
}
.sales-item-body img {object-fit: cover;
    width: 100%;
    height: 100%;}

.sales-item-body .sales-item-descr {
    padding: 34px 34px;
}

.sales-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;

}

.label-sale {
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
    margin: 0 2px 4px;
    line-height: 1;
    white-space: nowrap;
    padding: 10px;
    background-color: #003b90;
    border: 1px solid #003b90;
    color:#fff;
    z-index: 1;border-bottom-right-radius: 10px;
}

.spec_accordion_item .accordion-button {background:#d0d6dc!important;}
.spec_accordion_item .accordion-body {
    padding: 0;
}





@media (min-width:992px) and (max-width:1399px){
       .jac-badge {
    position: absolute;
    bottom: -25px;
    right: -15px;
    z-index: 2;
    width: 140px;
    height: 140px;
}
    .work-examples-gallery-item.active {
    width: 20%;

}
    .catalog-item__price-current {

    font-size: 32px;

}
    .news-item-title {
    font-size: 16px;
}
    .model {
    height: 350px;
    position: relative;
}
   
    .discount-title {
    font-size: 26px;
}
    
}
@media (min-width: 991px) and (max-width: 1199px){
.model {
    height: 300px;
    position: relative;
}}
@media (max-width:767px){
   
    .model-nadstroyki .model-title {font-size:18px;}
    .lizing_form_img {
    right: auto;
    position: relative;
    bottom: auto;
    max-width: 340px;
    margin-bottom: 20px;
}
    .form-lizing-inner {
    padding: 30px;
}
    .years-count-info__bg {

    font-size: 70px;
}
    .slider_descr {
            justify-content: start;
    flex-direction: column;
    }
    .slider_descr .site-btn {display:none;}
   
    
  
    .zakaz_inner_left {
    padding: 20px;
}

.zakaz_inner .pick-item {
 
    width: 100%;
}
    .msm3 {margin-bottom:30px;}
    .scroll-x {
        /* min-width: 700px; */
        overflow-x: auto;
        margin-bottom:20px;
    }
    .scroll-x table {min-width:700px;}
   /* .grey_tr,.white_tr{    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;}
    
    
    .first-td + td {width:100%;text-align: center;}*/
    .scroll-x table.w100-mob {width:100%;min-width:100px;}
    .hars_table td.first-td,.thh:first-child {
    display: none;

}
    .price-table-rep tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
    
    .btns a:nth-child(2) {margin-left:0!important;margin-top:20px;}
    .options-right {
    padding: 20px;
}
    .catalog-item__price {
justify-content: center;
    FLEX-WRAP: WRAP;
}
    .catalog-item__price-current {

    font-weight: 700;
    font-size: 32px;
  
}
    .text1 {display:none;}
    .model {
        height: 350px;
    }
    
    .row .model {
        height: 450px;
    }
    
    
    .model .model-background {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .model .model-hover {
        opacity: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .model .model-caption, .model .model-img {
        opacity: 0;
    }
    .model .model-caption-hover {
        -webkit-animation: fadeInUpModel 0.5s ease 0.3s;
        animation: fadeInUpModel 0.5s ease 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .model.model-links {
    pointer-events: auto;
    -webkit-animation: fadeInUpModel 0.5s ease 0.5s;
    animation: fadeInUpModel 0.5s ease 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.model .model-hover img {
    opacity: 1;object-position: top;
}


.model.model-nadstroyki .model-hover img {
    opacity: 1;object-position: center;
}

.model-links {display: none;
    pointer-events: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    z-index: 3;
    left: 36px;
    right: 36px;
    bottom: 15px;
}

.model:hover .model-links {
    pointer-events: auto;
    -webkit-animation: none;
    animation: none;}
    
.models-prev,.models-next {display:none;}    
    
}


@media (max-width:480px){
    .scroll-x table.w100-mob {

    font-size: 14px;
}
    .hars_table td {
    padding: 10px 10px;

}
    .first-td + td {max-width:200px;}
.hars_main_title {
    color: #858690;
    font-size: 13px;
    line-height: 1.2;
}
.hars_main_text {
    font-size: 15px;
    font-weight: 700;
}
.hars_main_icon {
    width: 40px;
    height: 40px;}
    .dop_item {padding-bottom:200px;}
    
}





@media (max-width:480px){
    .partners-item {
    padding: 10px;
    height: 70px;}
.model {
    height: 320px;
}
    
    
 .row .model {
    height: auto;
}
    
 .row .model .model-hover img {
 
    object-position: center;
}    
    
    
}

.spec_accordion_item .hars_table td.first-td,.spec_accordion_item .thh:first-child {
    display: none;
}


.img_cover {
    
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
    
}

.img_cover img {
object-fit: cover;
    width: 100%;
    height: 100%;}
    
    
.video_inner {
    width: 100%;
    height: 400px;
    position: relative;
    cursor:pointer;
}   

.col-lg-6 .video_inner {
    height: 350px;

}  
.video_inner2 { height: 270px;}

.video_inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}




.video_inner .video-btn,.utp_video_btn,.video_inner3 .video-btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 5;
    -webkit-transition: .3s;
    transition: .3s;
}

.utp_video_btn {left: 70%;  width: 5rem;
    height: 5rem;}
.video_inner .video-btn,.utp_video_btn,.video_inner3 .video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video_inner .video-btn,.utp_video_btn,.video_inner3 .video-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video_inner .video-btn img,.utp_video_btn img,.video_inner .video-btn svg,.video_inner3 .video-btn svg,.video_inner3 .video-btn img{
    width: 22px;height:auto;
}
.video_inner .video-btn:after,.utp_video_btn:after,.video_inner3 .video-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
    background-color: #fff;
    -webkit-animation: video_pulse 2s linear infinite;
    animation: video_pulse 2s linear infinite;
}

.video_inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s;
}
.video_inner2 .video-btn::after {display:none;}
.video_inner2 .bg-video {display:none;}
.video_inner2:hover .bg-video {display:block;}
.bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video_inner .bg-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
   
}

@media (min-width:1400px) {
    
 .video_inner .bg-video video {

     
}   
    
}

@media (max-width:480px) {
        .site-btn.small_btn {
    font-size: 12px;
    padding: 12px 20px!important;
 
}
    .header-l {

    margin-right: 20px;
}
    
    .prods-item-descr-block {
    padding: 20px;
}
.video_inner {
  
    height: 250px;
   
} 
}

.catalog-element-section-property {
        display: flex;
    align-items: flex-start;
    margin: 0 0 5px;
}

.catalog-element-section-property {

    font-size: 14px;
    line-height: 1.2;
}



.catalog-element-section-property-name {
   
    width: 50%;
    min-width: 50%;
    display: flex;
    align-items: flex-end;
}
.catalog-element-section-property-name:first-child:after {
    flex: 1 1 auto;
    content: '';
    margin: 0 10px 4px;
    border-bottom: dotted 1px #bbb;
}
@-webkit-keyframes video_pulse{0%{opacity:1;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes video_pulse{0%{opacity:1;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}



.product3d {padding-bottom:0;}
#KeyShotXR,#KeyShotXR2 {max-width: 100%;
    max-height: 50vw!important;
    margin-bottom: 30px;
    overflow: hidden;
}
.product-wrapper3d {
    cursor: ew-resize;
}
.product-wrapper3d {cursor: ew-resize;}
@media (min-width:1200px){
.form-man-inner-left {padding-right:0;}
   #KeyShotXR { max-height: 600px!important;}
#KeyShotXR2 { max-height: 600px!important;}
}

@media (min-width:1400px){
.work-examples-gallery-item.active {width:20%!important;}

    .product3d {}
   #KeyShotXR { max-height: 700px!important; }
    #KeyShotXR2 { max-height: 700px!important; }
   #KeyShotXR #viewwindow {padding:0 50px;}
  #KeyShotXR2 #viewwindow {padding:0 50px;}
}

.single-nadstroyki .portfolio__slide__photo .swiper1 {
    display: block;
}





.files-item {margin-bottom:20px; color:#333639;}
.files-item-img {
    height: 39px;
    width: 34px;
    min-width: 34px;
    background-image: url(../icons/icons--pdf.svg#pdf-icon-black);
    -webkit-background-size: 34px 39px;
    background-size: 34px 39px;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
}
.files-item:hover .files-item-img {
    background-image: url(../icons/icons--pdf.svg#pdf-icon-black-hover);
    
}
.files-item-name {margin-left:10px;}

 .quiz__contact {
    display: flex;
    max-width: 200px;
    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: #46A05D; }
      .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;
}


.marquee-theme-dark, .marquee-theme-light {
    width: 100%;
    color: #fff;
    display: block;
    overflow: hidden;
    background: #EE2600;
}
.marquee-left, .marquee-right {
    font-size: 32px;
    padding: 20px 0;
    white-space: nowrap;
    width: auto;
    perspective: 900;
    animation: marquee-left 6.6s linear infinite forwards;
    display: inline-flex;
    text-transform: uppercase;
    line-height: normal;
}
.marquee-left span {
    margin: 0 20px;
}
.marquee-left {
    font-size: calc(25px * 0.8);
    padding: calc(25px / 2) 0;
    animation-duration: 40s;
}

@media (min-width: 768px) {
      .with_old {align-items:start!important;}
    

.marquee-left {
    font-size: 16px;
    padding: 10px 0;
}}

@keyframes marquee-left {
  0% {
    transform: translateX(-1%);
  }
  to {
    transform: translateX(-51%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-51%);
  }
  to {
    transform: translateX(-1%);
  }
}



.manager-block {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 2;
    width: 200px;
    height: 200px;
}
.form-offer-commerc .manager-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    width: 200px;
    height: 200px;
}



.manager-text {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    font-size: 20px;
}

.manager-text.with_name {
    font-size: 12px;
    width: 200px;
    top: 45%;
    line-height: 1.2;
}

.manager-name {
    font-size: 16px;
    margin-bottom: 10px;font-weight:700;
}

.nav-pills .nav-link {
    font-size: 32px;
    color: #333639;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333639;
    background-color: transparent;
    font-weight: 700;
    border-color: #003b90;
}

.last-show-more {cursor:pointer;border: 4px solid #0158b5;position:relative;}
@media (max-width:575px){
    
 .portfolio__slide__photo__bottom .slider__image {
     border-radius: var(--radius-btn);
    height: auto;
}   
    
}
.last-show-more >*  {
    position: absolute;
    color: #000;font-weight:700;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.last-show-more:hover {background:#003b90;}
.last-show-more:hover >* {color: #fff;}

@media (max-width:767px){
    .marquee-left {
    font-size: calc(18px * 0.8);
    padding: calc(18px / 2) 0;

}.marquee-left span {
    margin: 0 10px;
}
    .slider__item-content {
    background-color: transparent;
    padding: 0;}
   .jac-badge {
    position: absolute;
    bottom: -25px;
    right: -15px;
    z-index: 2;
    width: 140px;
    height: 140px;
}}


.news-item-img {aspect-ratio: 4/3;}

.sale {
    padding: 12px 20px;
    border-radius: 6px;
    background: #fc0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
.sale {
    padding: 7px 15px;
    border-radius: 6px;
    background: #fc0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}}

  .about_img {
        position: absolute;
    left: 50%;
    bottom: 0;
    height: 90%;
    }
    .about_img img{object-fit: cover;object-position: left;
    height: 100%;
    width: 100%;}
   
@media screen and (min-width: 1300px) {
    
 .about_img {
        position: absolute;
    left: 50%;
    bottom: 0;width:50%;
    height: 95%;
    }
    .about_img img {
 
    object-position: top left;
}
} 
@media screen and (min-width: 1500px) {
    
 .about_img {
        position: absolute;
    left: 50%;
    bottom: 0;width:45%;
    height: 95%;
    }
    .about_img img {
 
    object-position: top left;
}
} 

.triggers-item {display:flex;align-items:center;}
@media screen and (max-width: 767px) {
    .small_icon {margin-bottom:15px;margin-right:0!important;}
    .triggers-item {flex-direction:column;text-align: center;}
    .catalog-template .banner.bg_image_right {
    padding: 40px 0 50px 0;
}
.catalog-template .banner .title {
        font-size: 16px;
    }
.catalog-template .slider__item-content { margin-bottom:30px;padding:15px;    background-color: rgb(255 255 255 / 55%);}
     .about_img {opacity:.3;
        position: absolute;
    left: 40%;
    bottom: 0;
    height: 70%;
    }
    
}

@media screen and (max-width: 640px) {
    .form-offer-commerc .manager-block {display:none;}}
.blik {position:relative;
overflow:hidden;
    
}

.blik: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;
}

.item-btn span {display:none;}

.team-item-img{ 
    border-radius: 10px;aspect-ratio:3/4;
    overflow: hidden;
    background: #f1f2f4;

}


.team-item-img img{object-fit: cover;
    width: 100%;
    height: 100%;}
    
    td.iconcheck svg{width:20px;height:20px;}



.with-dots .model__item{flex-direction:column;}
.dot_number {font-size: 30px;
    font-weight: 300; margin-bottom:15px;display:flex;align-items:center;}
.dot1 {margin-right:20px;height:15px; width:15px;border-radius:50%;background:#003b90;}

@media (min-width:992px){
    .model__right .dot_number {flex-direction: row-reverse;}
    .model__right .model__item .dot1  {margin-right:0;margin-left:20px;}
    .model__right .model__item .model__ic.blue__ic {margin-left:20px;margin-right:0!important;}
    .model__right .model__item{
        flex-direction: row-reverse;
        justify-content: end;
    text-align: right;}
}
.btns .files-item {
    background: 0;
    outline: none;
    border: none;margin:0;

}

    .instock{
    
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    background: #10c335;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
.portfolio__slide__photo {position:relative;}
.instock2 {
    margin-left: 10px;
    z-index: 2;
    background: #10c335;
    /* width: 80px; */
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 10px;
    top: 20px;
}

.non-uppercase {text-transform:none;}

.sale-bage {
    margin-left: 10px;
    z-index: 2;
    background: #cc000c;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    left: 10px;
    top: 50px;
}


.model-item .catalog-item__price-current,.model-item .catalog-item__price-old{
        font-size: 18px;
    margin: 0;
    white-space:nowrap;
}
.model-item .catalog-item__price-old{
  margin: 0 15px 0 15px;}