@charset "UTF-8";


@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Regular.woff2') format('woff2'),
    url('../fonts/Circe-Regular.woff') format('woff'),
    url('../fonts/Circe-Regular.ttf') format('truetype'),
    url('../fonts/Circe-Regular.svg#Circe-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Bold.woff2') format('woff2'),
    url('../fonts/Circe-Bold.woff') format('woff'),
    url('../fonts/Circe-Bold.ttf') format('truetype'),
    url('../fonts/Circe-Bold.svg#Circe-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Light.eot');
    src: url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Circe-Light.woff2') format('woff2'),
    url('../fonts/Circe-Light.woff') format('woff'),
    url('../fonts/Circe-Light.ttf') format('truetype'),
    url('../fonts/Circe-Light.svg#Circe-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'alightik';
    src:  url('../fonts/alightik.eot?vbid3w');
    src:  url('../fonts/alightik.eot?vbid3w#iefix') format('embedded-opentype'),
    url('../fonts/alightik.ttf?vbid3w') format('truetype'),
    url('../fonts/alightik.woff?vbid3w') format('woff'),
    url('../fonts/alightik.svg?vbid3w#alightik') format('svg');
    font-weight: normal;
    font-style: normal;
}



/**************************ЦВЕТА*******************************/
/*кнопка скродд */
.to-top {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.to-top.active_el {
    opacity: 0.8;
}
.to-top i {
    color: #122e43;
    font-size:  54px;
}

.page-control {
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    transition: all 0.3s;
    z-index: 10000;
     bottom: 40px;
 }


.color{
    box-sizing: border-box;
}
.color-round{
    border-radius: 50%;
    border: solid 1px #868e94;
}
.color--6000{
    background-color: #ffffff;
}
.color--8000{
    background-color: #eff7ff;
}
.color--gold2000{
    background-color: #e6c9a7;
}
.color--2400{
    background-color: #efd39f;
}
.color--2700{
    background-color: #fff2c1;
}
.color--3000{
    background-color: #fefa7f;
}
.color--4000{
    background-color: #fff963;
}
.color--5000{
    background-color: #fff500;
}
.color--15000{
    background-color: #cee7ff;
}
.color--cool8{
    background-color: #eff7ff;
}
.color--cool10{
    background-color: #e9f5ff;
}
.color--cool15{
    background-color: #e3effa;
}
.color--rgb{
    background-image: url("../img/rgb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/**************************ЦВЕТА*******************************/



.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
*:focus,
*:active,
*:visited{
    outline: none;
}
label.placeholder{
    position: absolute;
    font-size: 13px;
    color: rgb(56, 67, 79);
    opacity: 0.35;
    top: 13px;
    left: 10px;
    transition: all 0.5s;
}
input:focus + label.placeholder,
textarea:focus + label.placeholder,
label.error + label.placeholder,
label.placeholder.value{
    top: 0;
    opacity: 0;
    font-size: 0;
}
input[aria-invalid="true"],
textarea[aria-invalid="true"],
input.error,
textarea.error{
    border: 2px solid rgba(255,0,25,0.45);
    outline: none;
}
input[aria-invalid="true"]:focus,
textarea[aria-invalid="true"]:focus,
input.error:focus,
textarea.error:focus{
    border: 2px solid rgba(255,0,25,0.6);
}
input[aria-invalid="true"] + label.error,
textarea[aria-invalid="true"] + label.error,
label.error{
    font-size: 12px;
    color: #ff0019;
    margin: -4px 0 13px 3px;
    display: block;
}
a{
    text-decoration: none;
    color: #38434f;
}
a:focus{
    outline: none;
}
.button{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.button--blue{
    background-color: #122e43;
    color: #ffffff;
}
.button--white{
    background-color: #ffffff;
    color: #122e43;
}
.button--white-blue{
    box-shadow: 0 1px 6px 0 rgba(18, 46, 67, 0.1);
    background-color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    color: #122e43;
}
.button--grey{
    border: solid 1px #c7d7e3;
    background-color: #e5e5e5;
    font-size: 12px;
    font-weight: normal;
    color: #122e43;
}
.modal:hover{
    cursor: default;
}
.modal .button--blue {
    font-size: 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
}
.button:hover{
    background-color: #d68853;
}
.button--white-blue:hover{
    color: #ffffff;
    background-color: #122e43;
}
.button--grey:hover{
    border: solid 1px #122e43;
    background-color: #122e43;
    color: #ffffff;
}
.input-field{
    border: solid 1px #c7d7e3;
    background-color: #ffffff;
}
body{
    font-family: 'Circe';
    font-weight: normal;
    font-style: normal;
    min-width: 320px;
    color: #122e43;
}
section{
    width: 100%;
    box-sizing: border-box;
}
.main__inner-container{
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}
.block__inner-container{
    padding-left: 150px;
    padding-right: 150px;
}
.hint-elem{
    position: absolute;
    display: inline-block;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    font-size: 11px;
    color: #868e94;
    padding: 4px 12px;
    opacity: 0;
    transition: all 0.2s;
}
h1{
    font-family: 'Circe';
    font-size: 36px;
    font-weight: bold;
    line-height: 0.9;
    color: #ffffff;
    margin: 0;
}
.main__card-page h1{
    font-weight: normal;
    color: #122e43;
    line-height: 150%;
    margin-bottom: 30px;
}
.main__inner-page h1{
    font-family: 'Circe';
    font-size: 28px;
    font-weight: normal;
    color: #122e43;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    line-height: 150%;
}
.main__inner-page h1::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #d68853;
    bottom: -10px;
}
h2{
    font-family: 'Circe';
    font-size: 36px;
    font-weight: bold;
    line-height: 0.94;
    color: #122e43;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}
h2:hover{
    cursor: default;
}
h2.left{
    text-align: left;
}
h2.center{
    text-align: center;
}
h2::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #d68853;
    bottom: -10px;
}
h2.center::after{
    left: 50%;
    transform: translateX(-50%);
}
h3{
    font-size: 36px;
    line-height: 150%;
}
.modal{
    width: 322px;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.16);
    background-color: #f0f2f3;
    padding: 0;
    height: auto;
}
.modal-title {
    font-size: 20px;
    color: #ffffff;
    padding: 22px 0;
    text-align: center;
    background-color: #122e43;
}
.read-feedback-text{
    padding: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
}
.blue-bgnd{
    background-color: #e7ecef;
}

/***********************PRELOADER****************************/
.preloader{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,1);
    top: 0;
    left: 0;
    z-index: 99999;
}
@keyframes bounce {
    50% {transform: translatey(-30px);}
    100% {transform: translatey( 30px);}
}
.bounce{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bounce div {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    background-color: #122e43;
    animation: bounce 1.1s ease-in-out infinite;
    position: absolute;
    top: 0;
    transform: translateY(30px);
}

.bounce div:first-of-type {
    left: -30px;
    animation-delay: 0.20s;
}

.bounce div:nth-of-type(2) {
    animation-delay: 0.10s;
}

.bounce div:last-of-type {
    left: 30px;
}

/***********************PRELOADER****************************/



/************************/
/*         ШАПКА        */
/************************/
.header{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    transition: all 0.2s;
    background-color: #ffffff;
}
.header__logo-blue{
    display: none;
}
.header__logo-blue img{
    width: 69px;
    height: 17px;
}
#panel.filled_panel ~ header{
    position: absolute;
    top: 150px;
}
#panel.filled_panel.filled_panel_folded ~ header{
    top: 45px;
}
.header--sticky{
    margin-top: -40px;
    width: 100%;
}
.header__top,
.header--sticky .header__top{
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    color: #122e43;
}
.header__top-wrap,
.header__top-inner,
.header__navigation-wrap{
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}
.header__top .icon-ic{
    color: #7f93a0;
}
.header__top-contact{
    display: flex;
}
.header__top-contact > div{
    margin-right: 35px;
}
.header__top-contact > div:last-child{
    margin-right: 0;
}
.header__top-contact > div > *{
    vertical-align: middle;
}
.header__top-contact .icon-ic{
    margin-right: 8px;
}
.header__top--map{
    position: relative;
}
.header__top--map span:hover{
    cursor: pointer;
}
#modal-map{
    width: 80%;
    height: 80%;
    padding: 0;
    overflow: hidden;
}
.header__top-actions{
    display: flex;
    align-items: center;
    position: relative;
}
.header__top-search{
}
.header__search-form-block{
    position: relative;
}
#header-search-submit {
    background-color: transparent;
    border: 0 none;
    color: #868e94;
    font-size: 10px;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 128px;
    margin: 0;
    padding: 0;
    outline: none;

    /*right: 0;*/
}
.header__search-form-block label{
    right: 0;
    position: absolute;
    top: 5px;
}
#header-search-form label {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 128px;
    margin: 0;
    padding: 0;
    text-align: center;

    /*right: 0;*/
}
#header-search-form label:before{
    position: absolute;
    top: 7px;
    left: 7px;
}
.icon-ic_search:hover{
    cursor: pointer;
}
#search-field,
.header__search-form-input{
    border: none;
    border-bottom: 1px solid #c7d7e3;
    width: 0;
    transition: all 0.2s;
    outline: none;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
}
.header__top-search .icon-ic_search.active ~ #search-field,
.icon-ic_search.active ~ .header__search-form-input{
    width: 330px;
}
#search-field::-webkit-input-placeholder,
.header__search-form-input::-webkit-input-placeholder{
    color: #c7d7e3;
}
#search-field::-moz-placeholder,
.header__search-form-input::-moz-placeholder{
    color: #c7d7e3;
}
#search-field:-moz-placeholder,
.header__search-form-input:-moz-placeholder{
    color: #c7d7e3;
}
#search-field:-ms-input-placeholder,
.header__search-form-input:-ms-input-placeholder{
    color: #c7d7e3;
}
.header__top-actions .icon-facebook-logo{
    margin: 0 23px 0 25px;
    display: block;
}
.header__top-lang a{
    margin-left: 20px;
}
.header__top-lang a.disable{
    color: #7f93a0;
}
.header__top-lang a:not(.disable):hover{
    cursor: default;
}
.header__menu-open{
    width: 14px;
    height: 13px;
    margin-left: 20px;
    display: none;
}
.header__menu-open:hover{
    cursor: pointer;
}
.header__menu-open a{
    position: relative;
    display: block;
    width: 14px;
    height: 1px;
    background-color: #7f93a0;
    margin-top: 5px;
}
.header__menu-open a::before{
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    width: 14px;
    height: 1px;
    background-color: #7f93a0;
}
.header__menu-open a::after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    width: 14px;
    height: 1px;
    background-color: #7f93a0;
}

.header__navigation{
    width: 100%;
    height: 68px;
    background-color: #122e43;
}
.header__logo img{
    width: 125px;
    height: 31px;
}
.header__menu-list{
    display: flex;
    margin: 0 -2px 0 0;
    padding: 0;
}
.header__menu-item{
    list-style: none;
    margin-left: 22px;
    text-align: center;
    position: relative;
    height: 68px;
    line-height: 68px;
}
.header__menu-item a{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    transition: all 0.2s;
    white-space: nowrap;
    display: block;
    height: 100%;
}
.header__menu-item:hover > a,
.header__menu-item > a.active{
    color: #d68853;
    font-weight: bold;
}
.header__submenu-list{
    margin: 0;
    top: 68px;
    left: -10px;
    padding: 0;
    list-style: none;
    width: 256px;
    background-color: #ffffff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.header__menu-item:hover .header__submenu-list{
    visibility: visible;
    opacity: 1;
}
.header__submenu-item{
    height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeaea;
}
.header__submenu-item:last-child{
    border-bottom: none;
}
.header__submenu-item a{
    line-height: 44px;
    color: #122e43;
    font-size: 14px;
    font-weight: normal;
    padding: 0 12px;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    text-align: left;
    text-transform: none;
    display: block;
}
.header__submenu-item:hover a{
    background-color: #122e43;
    color: #ffffff;
}
.header__menu-item--sub span{
    display: none;
    font-size: 12px;
    color: #7f93a0;
    top: 0;
    right: 0;

    position: absolute;
    transform-origin: center;
    transition: all 0.2s;
    height: 44px;
    z-index: 1;
    align-items: center;
    width: 44px;
    justify-content: center;
}
.header__menu-item--sub span:hover{
    cursor: pointer;
    color: #d68853;
}
.header__menu-item--sub.opened span{
    transform: rotateZ(180deg);
    color: #d68853;
}

/****************************/
/*    ЦЕНТРАЛЬНЫЕ БЛОКИ    */
/***************************/
main{
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 6;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.16);

}
.wrapper{
    padding-top: 108px;
    transition: all 0.5s;
    overflow: hidden;
}
.header--sticky + main .wrapper{
    padding-top: 68px;
}
.video-banner-block{
    /*background-image: url("../img/content/bgnd-main-top-banner.jpg");*/
    background-size: cover;
    height: 100vh;
    min-height: 795px;
    margin-top: -108px;
    transition: margin-top 0.5s;
}

.header--sticky + main .video-banner-block{
    margin-top: -68px;
}
.video-banner__outer{
    width: 100%;
    height: 100%;
    background-color: rgba(18, 46, 67, 0.82);
    position: relative;
}
.video-banner__inner{
    padding: 273px 91px 0 91px;
    display: flex;
    justify-content: space-between;
}

.video-container{
    width: 610px;
    height: 405px;
    position: relative;
}
.video-container a{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    opacity: 0.9;
    transition: all 0.3s;
}
.video-container a::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    border-left: 34px solid #122e43;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.video-container a:hover{
    width: 110px;
    height: 110px;
    opacity: 1;
}
.video-container a:hover::after{
    border-left: 51px solid #122e43;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    left: 37px;
}
.video-container__thumbnail{
    background-size: cover;
    width: 100%;
    height: 100%;
}
#modal-video{
    width: 90vw;
    height: 56.25vw;
    padding: 0;
}
#modal-video iframe{
    border: none;
    width: 100%;
    height: 100%;
    display: block
}
#modal-video .fancybox-close-small {
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
}
.introduct-block{
    height: 405px;
    width: 610px;
}
.introduct__title{
    height: 72px;
    background-color: #122e43;
    padding-left: 20px;
}
.introduct__title h1{
    line-height: 72px;
}
.introduct__slogan{
    background-image: url("../img/content/substrate610x217.png");
    background-size: cover;
    font-size: 32px;
    line-height: 130%;
    color: #122e43;
    padding-left: 20px;
    height: 145px;
    padding-top: 11px;
    box-sizing: border-box;
}
.introduct__advant-list{
    background-color: rgba(255, 255, 255, 0.54);
}
.introduct__advant-item{
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #7f93a0;
}
.introduct__advant-item:last-child{
    border-bottom: none;
}
.introduct__advant-item span{
    line-height: 62px;
    font-size: 24px;
    font-weight: 300;
    color: #122e43;
}
.introduct__advant-item .icon-ic{
    font-size: 36px;
    margin-right: 14px;
}
.introduct__advant-item .icon-ic_pantone{
    font-size: 31px;
}
.scroll-down-el{
    width: 20px;
    height: 42px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.icon-scroll-icon{
    font-size: 42px;
    color: #d68853;
    transition: all 0.2s;
}
.icon-scroll-icon:hover{
    color: #ffffff;
    cursor: pointer;
}
.working-block{
    background-color: #ffffff;
}
.working-block__wrap{
    display: flex;
    justify-content: space-between;
    padding: 0 2.6vw;
}
.working-block__item{
    padding: 42px 0;
    width: calc((100% - 240px)/5);
    position: relative;
    margin: 0 auto;
}

.working-block__item-img-wrap{
    /*width: 240px;
    height: 155px;
    overflow: hidden;*/
    object-fit: contain;
    position: relative;
}
.working-block__item-img-wrap::after{
    content: "";
    display: block;
    position: absolute;
    width: 58px;
    height: 2px;
    background-color: #122e43;
    bottom: -24px;
    transition: all 0.2s;
}
.working-block__item:hover .working-block__item-img-wrap::after{
    background-color: #d68853;
}
.working-block__item-img-wrap img{
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.working-block__item-text{
    text-transform: uppercase;
    font-size: 13px;
    color: #122e43;
    margin-top: 47px;
}
.working-block__item-text:hover{
    cursor: default;
}

.about-block{
    padding: 100px 0;
    background-color: #f4f4f4;
}
.about-block h2:after{
    width: 146px;
}
.about-block__text{
    max-width: 867px;
    font-size: 28px;
    line-height: 0.94;
    text-align: center;
    margin: 50px auto;
}
.about-block__items-wrap{
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.about-block__item{
    width: 227px;
    margin-bottom: 50px;
    flex-shrink: 0;
}
.about-block__item:nth-child(2n+1){
    margin-right: 10px;
}
.about-block__item-img-wrap::before{
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: -4px;
    background-color: #d68853;
    border-radius: 50%;

}
.about-block__item-img-wrap{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.about-block__item-img-wrap > div{
    width: 120px;
    height: 120px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.about-block__item-img-wrap img{
    position: absolute;
    top: -8px;
    left: -10px;
    display: block;
}
.about-block__item-img-wrap > div::after{
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    background-color: rgb(18, 46, 67);
    opacity: 0.4;
    transition: all 0.2s;
}
.about-block__item:hover .about-block__item-img-wrap > div::after{
    opacity: 0;
}
.about-block__item-text{
    text-align: center;
    margin-top: 17px;
    font-size: 20px;
    line-height: 0.94;
}
.about-block__item-text:hover {
    cursor: default;
}

.goals-block {
    width: 100%;
    background-image: url("../img/content/bgnd-hexagon1440x168.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.goals-block__wrap{
    background-color: rgba(18, 46, 67, 0.9);
}
.goals-block__text{
    font-size: 24px;
    color: #ffffff;
    line-height: 150%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 31px 97px 31px 150px;
}

.application-block{
    padding: 100px 0;
    background-color: #f4f4f4;
}
.application-block h2{
    max-width: 1440px;
    margin: 0 auto 70px auto;
    padding-left: 150px;
    box-sizing: border-box;
}
.application-block h2::after{
    width: 150px;
}
.application-block__items-wrap{
    width: 100%;
    display: flex;
}
.application-block__item-wrap{
    width: 25%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.application-block__item{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    transform-origin: center;
    position: absolute;
    transition: all 0.5s;
}
.application-block__item-text{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    width: 88%;
    height: 82px;
    background-color: rgba(18, 46, 67, 0.5);
    padding: 12px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 188px;
    transition: all 1s;
}
.advantages-block{
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 1px;
}
.advantages-block__outer{
    background-color: rgba(18, 46, 67, 0.89);
}
.advantages-block__inner{
    padding-top: 100px;
    padding-bottom: 100px;
}
.advantages-block h2{
    color: #ffffff;
}
.advantages-block h2::after{
    width: 281px;
}
.advantages-block__items-wrap{
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}
.advantages-block__item{
    width: 234px;
    transform-origin: center;
}
.advantages-block__item-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    transform-origin: center;
    transition: all 1.5s;
}
.advantages-block__item-wrap:hover .advantages-block__item-icon{
    transform: rotateY(360deg);
}
.advantages-block__item-icon::before{
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #d68853;
    top: 15px;
    left: 20px;
}
.advantages-block__item-icon svg{
    width: 65px;
    height: 65px;
    margin-top: 15px;
    margin-left: 10px;
    position: relative;
}
.advantages-block__item-icon svg#ic_shield{
    margin-top: 18px;
    margin-left: 12px;
}
.advantages-block__item-icon svg#ic_hands{
    margin-top: 18px;
    margin-left: 7px;
}
.advantages-block__item-icon svg#ic_house{
    margin-top: 18px;
    margin-left: 5px;
}
.advantages-block__item-text{
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #ffffff;
    margin: 14px auto 0;
}

.info-block{
    padding: 100px 0;
}
.news-block__main{
    background-color: #f4f4f4;
}
.info-block h2::after{
    width: 114px;
}
.info-block__items-wrap{
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-block__item{
    width: calc((100% - 30px)/2);
    color: #38434f;
    display: flex;
    flex-direction: column;
}
.info-block__item-img-wrap{
    width: 100%;
    margin-bottom: 30px;
}
.info-block__item-img-link{
    display: block;
    line-height: 0;
    position: relative;
}
.info-block__item-img-link::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: no-repeat center center;
    transition: all 0.2s linear;
}
.info-block__item-img-link:hover::before{
    background: rgba(0, 0, 0, 0.2) no-repeat;
}
.info-block__item-img-wrap img{
    width: 100%;
    height: auto;
    display: block;
}
.info-block__item-descr{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.info-block__item-date{
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.info-block__item-title a{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    transition: all 0.2s;
    display: block;
}
.info-block__item-title:hover a{
    color: #d68853 !important;
    text-decoration: underline;
}
.info-block__item-annotation{
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.1px;
}
.info-block__item-more{
    font-size: 14px;
    line-height: 150%;
    color: #d68853;
    transition: all 0.2s;
    margin-top: auto;
}
.info-block__item-more:hover{
    text-decoration: underline;
}
.info-block__btn{
    text-align: center;
    margin-top: 60px;
}
.info-block__btn .button{
    padding: 10px 25px;
    font-size: 14px;
}
.contacts-block{
    background-size: cover;
}
.contacts-block__outer{
    padding: 52px 0;
    background-color: rgba(18, 46, 67, 0.71);
}
.contacts-block__items-wrap{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-weight: bold;
}
.contacts-block__item{
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.contacts-block__item::before{
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #122e43;
    top: -5px;
    left: -100px;
}
.contacts-block__item .icon-ic{
    position: absolute;
    color: #d68853;
    transform-origin: center;
    transition: all 0.7s;
}
.contacts-block__item-wrap:hover .icon-ic{
    transform: scale(1.3);
}
.icon-ic.icon-ic_call{
    font-size: 47px;
    top: 15px;
    left: -80px;
}
.icon-ic.icon-ic_call{
    font-size: 47px;
    top: 15px;
    left: -80px;
}
.icon-ic.icon-ic_adress{
    font-size: 49px;
    top: 15px;
    left: -86px;
}
.icon-ic.icon-ic_email{
    font-size: 51px;
    top: 13px;
    left: -85px;
}
.icon-ic.icon-ic_clock{
    font-size: 54px;
    top: 12px;
    left: -87px;
}
.contacts-block__item-title{
    font-size: 16px;
    margin-bottom: 5px;
}
.contacts-block__item-text{
    font-size: 12px;
    line-height: 150%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contacts-block__item-text a{
    display: block;
    color: #ffffff;
}

.find-us__wrap{
    position: relative;
}
.map-block{
    position: relative;
}
#map{
    width:100%;
    height:552px;
    margin:0;
    position: relative;
}
#map::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(18, 46, 67);
    opacity: 0.4;
    z-index: 1;
    transition: all 0.5s;
}
#map:hover:before{
    /*width: 0;
    height: 0;*/
    opacity: 0;
    z-index: 0;
}
.feedback-block{
    position: absolute;
    top: 50px;
    left: 150px;
    width: 322px;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.16);
    background-color: #f0f2f3;
    z-index: 1;
}
.feedback__title{
    font-size: 20px;
    color: #ffffff;
    padding: 22px 0;
    text-align: center;
    background-color: #122e43;
}
.feedback__title:hover{
    cursor: default;
}
.feedback-form__wrap{
    padding: 20px;

}
.input-field-wrap {
    position: relative;
}
.feedback-form__field{
    margin-bottom: 9px;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    outline-color: #51b3fd;
}
input.feedback-form__field {
    height: 38px;
    line-height: 38px;
}
textarea.feedback-form__field{
    padding: 10px;
    resize: none;
    line-height: 140%;
}
#feedback-form button{
    font-size: 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
}


/************************/
/*         ПОДВАЛ       */
/************************/

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.footer-nav{
    background-color: #122e43;
}
.footer-nav__wrap{
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.footer-nav__elem{
    width: 195px;
}
.footer-nav__elem a:not(.button):hover{
    color: #d68853;
}
.footer-nav__elem-title,
.footer-nav__elem-title a{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 27px;
    transition: all 0.2s;
}
.footer-nav__elem-title::before{
    content: "";
    width: 195px;
    height: 1px;
    background-color: #52667d;
    position: absolute;
    display: block;
    left: 0;
    bottom: -6px;
}
.footer-nav__elem-title::after{
    content: "";
    width: 92px;
    height: 1px;
    background-color: #d68853;
    position: absolute;
    display: block;
    left: 0;
    bottom: -6px;
}
.footer-nav__list{
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.footer-nav__item{
    list-style: none;
    position: relative;
    padding-left: 9px;
    line-height: 170%;
    color: #ffffff;
}
.footer-nav__item::before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #d68853;
    position: absolute;
    display: block;
    left: -6px;
    top: 8px;
}
.footer-nav__item a{
    color: #ffffff;
    font-weight: 300;
    transition: all 0.2s;
    position: relative;
}

.footer-nav__item a.active{
    color: #d68853;
}
.footer-nav__feedback-wrap{
    width: 100%;
    position: relative;
    height: 100px;
    overflow: hidden;
}
.footer-nav__feedback-wrap.slick-initialized{
    overflow: visible;
}
.footer-nav__feedback-content{
    font-size: 13px;
    font-weight: 300;
    line-height: 160%;
    overflow: hidden;
}
.footer-nav__feedback-name{
    color: #d68853;
}
.footer-nav__feedback-text{
    color: #ffffff;
    height: 60px;
    overflow: hidden;
    line-height: 150%;
}
.footer-nav__feedback-arrow{
    position: absolute;
    z-index: 1;
    bottom: -41px;
}
.footer-nav__feedback-arrow:hover{
    cursor: pointer;
}
.footer-nav__feedback-arrow--left{
    left: -8px;
}
.footer-nav__feedback-arrow--right{
    left: 35px;
}
.footer-nav__feedback-arrow > svg{
    fill: #52667d;
}
.read-feedback-title{
    text-align: left;
    padding: 10px 20px;
}
.footer-nav__elem--feedback .button{
    width: 128px;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}
.read-feedback .fancybox-close-small,
#modal-write-feedback .fancybox-close-small,
.modal .fancybox-close-small{
    color: #ffffff;
}
#modal-write-feedback .feedback-block,
.modal .feedback-block{
    position: static;
}
#modal-write-feedback .button {
    font-size: 20px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: none;
}
.footer-copyright{
    height: 40px;
    background-color: #131a22;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-copyright__text{
    margin: 0 22px 0 100px;
}
.footer-copyright .icon-ic{
    color: #ffffff;
    margin-left: 26px;
}


/************************************************************************************************/
/*                                              КАТАЛОГ                                         */
/************************************************************************************************/

.main__catalog-page,
.main__card-page{
    padding-bottom: 100px;
}
.main__catalog-page,
.main__card-page,
.main__inner-page{
    background-color: #f4f4f4;
}
.breadcrumbs{
    padding-top: 60px;
    padding-bottom: 60px;
}
.breadcrumbs__list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs__item{
    list-style: none;
    font-size: 14px;
    color: #122e43;
    margin-right: 22px;
    position: relative;
    white-space: nowrap;
}
.breadcrumbs__item span{
    white-space: normal;
}
.breadcrumbs__item:not(:last-child){
    white-space: normal;
}
.breadcrumbs__item::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid #7f93a0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    bottom: 6px;
    right: -12px;
}
.breadcrumbs__item:last-child::after{
    content: none;
}
.breadcrumbs__item a{
    color: #868e94;
    transition: all 0.2s;
}
.breadcrumbs__item a:hover{
    color: #122e43;
}
.catalog-page__categories{
    display: flex;
}
.button--category{
    display: block;
    height: 46px;
    border: solid 1px #c8d8e4;
    background-color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    color: #122e43;
    text-transform: uppercase;
    transition: all 0.2s;
    box-sizing: border-box;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
}
.button--category:hover,
.button--category.active{
    color: #ffffff;
    background-color: #122e43;
    border: solid 1px #122e43;
}

.button--category.active{
    cursor: default;
}

.search-sort__block{
    margin-top: 40px;
    display: flex;
}
.catalog__search-elem{
    width: 293px;
    height: 36px;
    margin-right: 30px;
    position: relative;
    flex-shrink: 0;
}
#catalog-search-field{
    font-family: alightik, 'Circe';
    text-align: center;
    display: block;
    box-sizing: border-box;
    width: 293px;
    height: 36px;
    border: solid 1px #c7d7e3;
    background-color: #ffffff;
    font-size: 14px;
    color: #122e43;
    outline-color: #51b3fd;
}
#catalog-search-submit{
    background-color: transparent;
    border:0 none;
    color: #868e94;
    font-size: 14px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 46px;
    margin: 0;
    padding: 0;
    transition: all 0.2s;
    outline: none;
}
.catalog__search-elem label{
    font-size: 17px;
    position: absolute;
    top: 5px;
    right: 46px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    transition: all 0.2s;
}
.catalog__search-elem label:hover{
    cursor: pointer;
}
.catalog__search-elem label::before{
    position: absolute;
    top: 6px;
    left: 6px;
}
#catalog-search-field:focus ~ #catalog-search-submit,
#catalog-search-field:focus ~ label,
#catalog-search-submit.active,
#catalog-search-submit.active ~ label{
    right: 6px;
}
#catalog-search-submit:hover{
    cursor: pointer;
}
.catalog__sort-filters--wrap{
    display: flex;
    flex-grow: 1;
    /*justify-content: space-between;*/
    justify-content: flex-end;
}
.catalog__chosen-filters{
    display: flex;
    flex-grow: 0;
    flex-wrap: wrap;
    display: none;
}
.chosen-filter__elem{
    padding: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    margin-right: 1px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
    color: #868e94;
}
.chosen-filter__icon{
    margin-right: 6px;
}
.chosen-filter__icon .color{
    width: 16px;
    height: 16px;
}
.chosen-filter__text{
    margin-right: 13px;
}
.chosen-filter__del .icon-ic{
    font-size: 9px;
    color: #868e94;
}

.catalog__sort{
    width: 181px;
    margin-left: 10px;
    position: relative;
    flex-shrink: 0;
}
.catalog__sort-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.catalog__sort-text{
    display: block;
    font-size: 14px;
    color: #868e94;
    height: 36px;
    line-height: 36px;
    transition: all 0.2s;
}
.catalog__sort-wrap:hover span,
.catalog__sort-wrap:hover .icon-ic{
    cursor: pointer;
    color: #122e43;
}
.catalog__sort .icon-ic_triang{
    font-size: 6px;
    color: #7f93a0;
    margin-left: 15px;
}
.catalog__sort-list{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 36px;
    right: 0;
    z-index: 6;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
}
.catalog__sort-item{
    list-style: none;
    position: relative;
    /*width: 181px;*/
    height: 40px;
    display: block;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.2s;
}
.catalog__sort-item::before{
    content: "\e912";
    font-family: alightik;
    position: absolute;
    font-size: 13px;
    color: #c7d7e3;
    top: 15px;
    left: 20px;
    display: block;
    transition: all 0.2s;
}
.catalog__sort-item:hover::before,
.catalog__sort-item.active::before{
    color: #d68853;
}
.catalog__sort-item:hover,
.catalog__sort-item.active{
    background-color: #122e43;
}
.catalog__sort-item a{
    font-size: 13px;
    line-height: 40px;
    display: block;
    color: #122e43;
    width: 100%;
    height: 100%;
    padding-left: 56px;
    box-sizing: border-box;
    white-space: nowrap;
    padding-right: 10px;
    transition: all 0.2s;
}
.catalog__sort-item:hover a,
.catalog__sort-item.active a{
    color: #ffffff;
}

.catalog-block__wrapper{
    display: flex;
    padding-top: 36px;
}
.catalog-block__wrapper .items{
    flex-grow: 1;
}
.catalog__goods-list{
    margin-left: 30px;

}
.catalog__goods-item{
    width: 100%;
    display: flex;
    background-color: #f9f9f9;
}
.catalog__goods-item > div{
    height: 166px;
    border: solid 1px #f1f1f1;
    /*background-color: #f9f9f9;*/
    box-sizing: border-box;
}
.catalog__goods-img-wrap{
    width: 166px;
    padding: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.catalog__goods-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.catalog__goods-img img{
    width: 100%;
    height: 100%;
}
.catalog__goods-title-wrap{
    padding: 13px 23px;
    position: relative;
    max-width: 584px;
    flex-grow: 1;
}
.catalog__goods-title-inner{
    overflow: hidden;
    height: 100%;
}
.catalog__goods-art-wrap{
    display: flex;
    justify-content: space-between;
}
.catalog__goods-article{
    font-size: 20px;
    color: #d68853;
    display: block;
    line-height: 18px;
}
.catalog__goods-art-wrap .color{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    right: 21px;
}
.hint-elem{
    top: 20px;
    right: 43px;
}
.catalog__goods-art-wrap .color:hover+.hint-elem{
    opacity: 1;
}
.catalog__goods-title{
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #122e43;
    line-height: 1;
}
.catalog__goods-pdf{
    width: 72px;
    padding: 58px 7px 0 15px;
    flex-shrink: 0;
}
.catalog__goods-pdf-link{
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-pdf.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.catalog__goods-descr{
    font-size: 14px;
    color: #122e43;
    line-height: 130%;
}
.catalog__pagination-wrap{
    margin-top: 74px;
}
.catalog__pagination{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.catalog__pagination-list{
    /*margin-left: 85px;*/
    display: flex;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.catalog__pagination-item{
    list-style: none;
    margin: 0 15px;
}
.catalog__pagination-arrow .icon-ic_triang{
    color: #7f93a0;
    position: relative;
    font-size: 12px;
    display: block;
    width: 6px;
    transition: all 0.2s;
}
.catalog__pagination-arrow .icon-ic_triang:hover{
    color: #52667d;
}
.catalog__pagination-arrow.disabled .icon-ic_triang{
    opacity: 0.3;
}
.catalog__pagination-arrow.disabled .icon-ic_triang:hover{
    cursor: default;
}
.catalog__pagination-arrow .icon-ic_triang::before{
    transform-origin: center;
    position: absolute;
}
.catalog__pagination-arrow--left .icon-ic_triang::before{
    transform: rotate(90deg);
}
.catalog__pagination-arrow--right .icon-ic_triang::before{
    transform: rotate(-90deg);
}
.catalog__pagination-link{
    font-size: 16px;
    color: #000000;
    line-height: 29px;
}
.catalog__pagination-link:hover{
    text-decoration: underline;
}
.catalog__pagination-link.active{
    color: #ffffff;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.18);
    background-color: #122e43;
    text-align: center;
    line-height: 29px;
}
.catalog__pagination-arrow.disable .icon-ic_triang:hover{
    cursor: default !important;
}
.catalog__pagination-arrow .icon-ic_triang:hover,
.catalog__pagination-link.active{
    text-decoration: none !important;
}
.catalog__pagination-info {
    height: 29px;
    margin: 16px 0;
    display: flex;
    align-items: center;
}
.catalog__pagination-info-text{
    font-size: 16px;
    color: #000000;
}

.footer-nav__wrap > div[id^="bx_incl_area_"] {
    display: inline-flex;
}


/************************************************************************************************/
/*                                               ФИЛЬТР                                         */
/************************************************************************************************/
.catalog__filter-wrap{
    width: 293px;
    min-height: 300px;
    height: 100%;
    background-color: #ffffff;
    flex-shrink: 0;
}
.catalog__filter-icon{
    display: none;
}
.bx-filter-parameters-box{
    border-top: 1px solid #c7d7e3;
    position: relative;
}
.bx-filter-parameters-box:first-child {
    border-top:none;
}
.filter-block__title{
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 10px 47px 10px 20px;
    position: relative;
}
.bx-filter-parameters-box-hint{
    font-size: 18px;
    font-weight: bold;
    color: #122e43;
}
.bx-filter-parameters-box-hint:hover{
    cursor: pointer;
}
.bx-filter-parameters-box-hint::after{
    content: "\e91a";
    display: block;
    position: absolute;
    top: 15%;
    right: 20px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-family: alightik;
    color: #7f93a0;
    transform: rotateZ(180deg);
    transform-origin: center;
    transition: all 0.5s;
}
.filter-block__title.closed .bx-filter-parameters-box-hint::after{
    transform: rotateZ(0);
}
.bx-filter-parameters-box-container ul{
    margin: 0;
    padding: 0;
}
.bx-filter-parameters-box-container li{
    list-style: none;
}
.bx-filter-parameters-box-container li label{
    width: 100%;
    margin: 0;
}
.bx-filter-parameters-box-container li > span,
.bx-filter-parameters-box-container li label > span{
    padding: 10px 20px 10px 55px;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    display: block;
    position: relative;
    align-items: center;
}
.bx-filter-parameters-box-container li > span::before,
.bx-filter-parameters-box-container li label > span::before{
    content: "\e912";
    font-family: alightik;
    font-size: 15px;
    color: #c7d7e3;
    position: absolute;
    left: 20px;
}
.bx-filter-parameters-box-container li > span:hover,
.bx-filter-parameters-box-container li label > span:hover,
.bx-filter-parameters-box-container li input:checked ~ span{
    background-color: #122e43;
    color: #ffffff;
    cursor: pointer;
}
.bx-filter-parameters-box-container li > span:hover::before,
.bx-filter-parameters-box-container li label > span:hover::before,
.bx-filter-parameters-box-container li input:checked ~ span::before{
    color: #d68853;
}
div[data-name="LIGHT_TEMPERATURE"] li > span,
div[data-name="LIGHT_TEMPERATURE"] li label > span{
    padding-left: 77px;
}
div[data-name="LIGHT_TEMPERATURE"] li:first-child span.select-all-input:after{
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 55px;
    background-color: #ffffff;
    border: solid 1px #868e94;
    border-radius: 50%;
}
.bx-filter-popup-result{
    position: absolute;
    width: 330px;
    left: 100%;
    bottom: 10px;
    height: 43px;
    z-index: 1;
    transform: translateX(-49%);
}
.bx-filter-popup-result .filter-block-result-col{
    line-height: 43px;
    text-align: center;
    display: inline-block;
    width: 49%;
}
.bx-filter-popup-result .filter-block-result-col:first-child{
    background-color: #e1e6e9;
    color: #122e43;
}
.bx-filter-popup-result .filter-block-result-col:last-child{
    background-color: #d68853;
    margin-left: -3px;
}
.bx-filter-popup-result .filter-block-result-col:last-child a{
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
}
.filter-block__item-result{
    background-color: #122e43;
    padding: 20px 30px 30px;
}
.filter-block__item-result--text{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}
.filter-block__item-result .button{
    border: none;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #d68853;
    color: #ffffff;
}
.filter-block__item-result .button:hover{
    color: #122e43;
    background-color: #ffffff;
}
.filter-block__item--label span{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 55px;
}
.filter-block__close{
    display: none;
    height: 43px;
    line-height: 43px;
    width: 50%;
    margin: 20px auto 0;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #122e43;
    color: #122e43;
    text-transform: uppercase;
    text-align: center;
}


/************************************************************************************************/
/*                                          КАРТОЧКА ТОВАРА                                     */
/************************************************************************************************/

.card-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.card__photo-wrap{
    width: 42.8%;
    max-width: 488px;
}
.card__params-wrap{
    width: 51.23%;
    max-width: 584px;
}
.card__photo-gallery{
    width: 100%;
    max-width: 488px;
    height: auto;
    padding-bottom: 51px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.card__photo-item{
    width: 100%
}
.card__photo-item img{
    width: 100%;
}
.card__photo-nav{
    margin-top: -2px;
    margin-left: -10px;
    width: calc(100% + 10px);
}
.card__photo-wrap .slick-list.draggable{
    width: calc(100% + 10px);
}
.card__photo-nav .card__photo-img-wrap{
    border-top: 3px solid transparent;
    outline: none;
    margin: 0 10px;
}
.card__photo-nav img{
    padding-top: 26px;
    width: 100%;

}
.card__photo-nav img:hover{
    cursor: pointer;
}
.card__photo-nav .card__photo-img-wrap.slick-current{
    border-top: 3px solid #122e43;
}
.card__params-article{
    font-size: 20px;
}
.card__params-article--top{
    display: none;
}
.card__params-article span{
    color: #d68853;
    padding-left: 10px;
}
.card__params-descript{
    margin: 20px 0 30px;
    font-size: 16px;
    line-height: 150%;
}
.card__params-table{
    width: 100%;
    font-size: 14px;
    text-align: left;
    border-spacing: 0;
}
.card__params-table caption{
    font-weight: bold;
    padding-left: 20px;
    background-color: #ffffff;
    line-height: 25px;
    text-align: left;
}
.card__params-table tr:nth-of-type(even){
    background-color: #ffffff;
}
.card__params-table th{
    padding: 0 0 0 20px;
    background-color: #868e94;
    color: #ffffff;
    font-weight: normal;
    line-height: 25px;
}
.card__params-table td{
    padding: 0 10px 0 20px;
    line-height: 25px;
}
.card__params-table td:first-child{
    font-weight: 300;
    border-right: 1px solid #f4f4f4;
}
.card__params-table .color{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: inherit;
    margin-right: 5px;
}
.card__params-actions{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.card__params-actions .button{
    width: 238px;
    height: 45px;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.card__params-dwnld a{
    display: flex;
    font-size: 12px;
    color: #868e94;
    line-height: 20px;
    height: 20px;
    margin-bottom: 23px;
    transition: all 0.2s;
    position: relative;
}
.card__params-dwnld a:hover{
    color: #122e43;
    text-decoration: underline;
}
.card__params-dwnld a span{
    position: relative;
}
.card__params-dwnld a span::before{
    font-family: alightik;
    font-size: 20px;
    color: #122e43;
    position: absolute;
    left: -28px;
}
.card__params-dwnld span.card__dwnld-link--descr::before{
    content: "\e913";
}
.card__params-dwnld span.card__dwnld-link--instr::before{
    content: "\e910";
}
#modal-order-manuf .feedback-block {
    position: static;
}

/************************************************************************************************/
/*                                             КАТЕГОРИИ                                        */
/************************************************************************************************/
.category-block{
    display: flex;
    height: 100vh;
    margin-top: -108px;
}
.category__item{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: calc(100vw/3);
    padding-top: 108px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
/*.category__item img{
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/
.category__item-link{
    position: absolute;
    width: 100%;
    height: calc(100% - 108px);
    font-size: 36px;
    line-height: 150%;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.category__item-link:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(18, 46, 67, 0.86);
    opacity: 1;
    transition: all 0.2s;
}
.category__item-link span{
    padding: 14px 16px;
    background-color: transparent;
    transition: all 0.2s;
    position: relative;
}
.category__item-link:hover:before {
    opacity: 1;
    background-color: #ffffffdc;
}
.category__item-link:hover span{
    background-color: #122e43;
}

/************************************************************************************************/
/*                                           ПРОИЗВОДСТВО                                       */
/************************************************************************************************/
.manufacture-block{
    padding-top: 100px;
    padding-bottom: 100px;
}
.manufacture-block .block__inner-container{
    display: flex;
    justify-content: space-between;
}
.manufacture-block h1{
    white-space: pre-wrap;
}
.manufacture-block h1::after{
    width: 143px;
}
.manufacture__descr-wrap{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
.manufacture__descr{
    margin-top: 40px;
}
.manufacture__descr-text{
    font-size: 16px;
}
.manufacture__descr-list{
    font-size: 14px;
    padding: 0;
    margin: 25px 0 0;
}
.manufacture__descr-item{
    list-style: none;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
    line-height: 150%;
}
.manufacture__descr-item::before{
    content: "\e912";
    display: block;
    position: absolute;
    font-family: alightik;
    color: #d68853;
    font-size: 13px;
    top: 4px;
    left: 4px;
}
.manufacture-block a.button{
    margin-top: auto;
    width: 162px;
    height: 45px;
}
.manufacture__img-wrap{
    display: flex;
    flex-direction: column;
}
.manufacture__img-wrap img{
    width: auto;
    height: 426px;
    display: block;
    margin-left: 30px;
}
.manufacture-block a.button-img{
    margin-top: auto;
    width: 162px;
    height: 45px;
    display: none;
    font-size: 20px;
}
.manufacture-block--left .manufacture__img-wrap a.button-img{
    margin-left: 30px;
}
.manufacture-block--right .block__inner-container{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.manufacture-block--right .manufacture__img-wrap img{
    margin-right: 30px;
    margin-left: 0;
}
.wrapper.manufacture__inner-page{
    margin-top: -108px;
}
.header--sticky + main .wrapper.manufacture__inner-page{
    margin-top: -68px;
}
.manufacture__header--SMD{
    width: 100%;
    height: 608px;
}
.manufacture__header-outer{
    background-color: rgba(18, 46, 67, 0.7);
    width: 100%;
    height: 608px;
}
.manufacture__header-inner{
    padding-top: 108px;
}
.manufacture__header .breadcrumbs__item,
.manufacture__header .breadcrumbs__item a:hover{
    color: #ffffff;
}
.manufacture__header .breadcrumbs__item a{
    color: #c7d7e3;
}
.manufacture__header-descr{
    margin: 20px auto 120px auto;
    width: 682px;
    text-align: center;
}
.manufacture__header-descr h1{
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.manufacture__header-descr h1::after{
    content: "";
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 150px;
    height: 2px;
    background-color: #d68853;
}
.manufacture__header-text p{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 160%;
}
.manufacture__content{
    background-color: #f4f4f4;
    padding-top: 100px;
    padding-bottom: 100px;
}
.manufacture__descr-text p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
}
.manufacture__descr-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.manufacture__descr-info-item{
    display: flex;
    width: calc((100% - 280px)/3);
    font-size: 14px;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 3%;
}
.manufacture__descr-info-item:nth-child(3n){
    margin-right: 0;
}
.manufacture__descr-info--icon{
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 20px 0 rgba(18, 46, 67, 0.15);
    background-color: #ffffff;
    position: relative;
    font-size: 28px;
    border-radius: 50%;
    transition: all 0.2s;
    color: #122e43;
    margin-right: 30px;
    flex-shrink: 0;
}
.manufacture__descr-info-item:hover .manufacture__descr-info--icon{
    background-color: #122e43;
    color: #ffffff;
}
.manufacture__descr-info--icon::before{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.manufacture__descr-info--icon-bgnd.manufacture__descr-info--icon {
    background-color: #122e43;
    margin-top: 4px;
    margin-left: 3px;
}
.manufacture__descr-info--icon-bgnd.manufacture__descr-info--icon::before{
    top: calc(50% - 4px);
    left: calc(50% - 3px);
}
.manufacture__descr-info--icon-bgnd::after{
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -3px;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 20px 0 rgba(18, 46, 67, 0.1);
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
    transition: all 0.2s;
}
.manufacture__descr-info-item:hover .manufacture__descr-info--icon-bgnd.manufacture__descr-info--icon{
    background-color: #ffffff;
    color: #ffffff;
}
.manufacture__descr-info-item:hover .manufacture__descr-info--icon-bgnd::after{
    background-color: #122e43;
}
.manufacture__equipment-block{
    padding-top: 70px;
}
.manufacture__inner-page h2,
.manufacture__equipment-block h2{
    font-size: 28px;
    font-weight: normal;
    line-height: 150%;
    width: 80%;
}
.manufacture__equipment-block h2::after{
    width: 150px;
}
.manufacture__equipment--select{
    width: 100%;
    margin-top: 60px;
    display: none;
    position: relative;
}
.manufacture__equipment-buttons{
    display: flex;
    margin-top: 60px;
}
.manufacture__equipment-buttons--select {
    margin-top: 0;
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    position: absolute;
}
.manufacture__equipment-result.opened + .manufacture__equipment-buttons--select{
    height: auto;
    visibility: visible;
    opacity: 1;
}
.manufacture__equipment-result {
    background-color: #ffffff;
    font-size: 12px;
    padding: 5px 38px 5px 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 42px;
    display: flex;
    align-items: center;
}
.manufacture__equipment-result:hover{
    cursor: pointer;
}
.manufacture__equipment-result::before{
    content: "\e91a";
    font-family: alightik;
    position: absolute;
    font-size: 12px;
    color: #7f93a0;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all 0.2s;
}
.manufacture__equipment-result.opened::before{
    transform: translateY(-50%) rotateZ(180deg);

}

.manufacture__equipment-buttons .button{
    font-size: 14px;
    line-height: 150%;
    text-transform: none;
    text-align: center;
    padding: 9px 40px;
    height: auto;
    display: flex;
    align-items: center;
}
.manufacture__equipment-buttons--select .button{
    min-height: 42px;
}
.manufacture__equipment-characteristic{
    margin-top: 50px;
}
.manufacture__equipment-characteristic--summ{
    margin-top: 10px;
    
}
.manufacture__equipment-characteristic--summ li{
    margin: 10px 0;
}
.manufacture__equipment-features--wrap{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}
.manufacture__equipment-features--right{
    flex-direction: row-reverse;
    padding: 20px;
}
.manufacture__equipment-features--right1{
    flex-direction: row-reverse;
}
.manufacture__equipment-img--wrap{
    width: 47.4%;
    flex-shrink: 0;
    max-height: fit-content;
}
.manufacture__equipment-features--wrap img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    box-shadow: 0 2px 20px 0 rgba(18, 46, 67, 0.1);
}
.manufacture__equipment-features{
    margin-left: 120px;
}
.manufacture__equipment-features--right .manufacture__equipment-features{
    margin-left: 0;
    margin-right: 120px;
}
.manufacture__equipment-features h5{
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}
.manufacture__equipment-features h5 span{
    font-weight: normal;
}
.manufacture__equipment-features p + ul{
    margin: 0;
    padding: 0;
    margin-left: 35px;
}
.manufacture__equipment-features li{
    font-size: 14px;
    line-height: 150%;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.manufacture__equipment-features li::before{
    content: "\e912";
    font-family: alightik;
    position: absolute;
    display: block;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    color: #d68853;
    font-size: 15px;
}
.manufacture__equipment-params-title{
    height: 25px;
    background-color: #868e94;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.manufacture__equipment-param{
    display: flex;
}
.manufacture__equipment-param div{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.32;
    color: #122e43;
    padding: 3px 19px;
    box-sizing: border-box;
    width: calc((100% - 4px)/2);
    display: flex;
    align-items: center;
}
.manufacture__equipment-param:nth-child(2n) div{
    background-color: #ffffff;
}
.manufacture__equipment-param .manufacture__equipment-param--name{
    margin-right: 4px;
    flex-shrink: 0;
}
.manufacture__equipment-param .manufacture__equipment-param--value{
    font-weight: normal;
    flex-grow: 1;
}
.manufacture__equipment-characteristic h4{
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 100px 0 0;
}
.manufacture__equipment-characteristic .manufacture-block{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.manufacture__equipment-characteristic--summ .manufacture-block,
.manufacture__header--sealing + .manufacture__content .manufacture-block{
    align-items: flex-start;
    padding-bottom: 50px;
}
.manufacture__equipment-characteristic .manufacture-block--right{
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.manufacture-block h5{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 150%;
}
.manufacture-block h5 span{
    font-weight: normal;
}
.manufacture__equipment-characteristic .manufacture-block > div{
    width: calc((100% - 110px)/2);
    flex-shrink: 0;
}
.manufacture__equipment-characteristic .manufacture-block .manufacture__img-wrap{
    width: 47.4%;
}
.manufacture__equipment-characteristic .manufacture-block .manufacture__descr-wrap{
    flex-basis: auto;
}
.manufacture__equipment-characteristic .manufacture-block--right .manufacture__img-wrap{
    margin-left: 0;
    margin-right: 110px;
}
.manufacture__equipment-characteristic--summ .manufacture-block .manufacture__img-wrap{
    width: 40%;
    padding-bottom: 0px
}
.manufacture__equipment-characteristic .manufacture__img-wrap img {
    height: auto;
    width: 100%;
    margin: 0;
    box-shadow: 0 2px 20px 0 rgba(18, 46, 67, 0.1);
}
.manufacture__equipment-characteristic .manufacture__descr {
    margin-top: 0px;
}
.manufacture__equipment-characteristic--summ .manufacture__descr-list,
.manufacture__header--sealing + .manufacture__content .manufacture__descr-list{
    margin: 10px 0 20px 0;
}
.manufacture__equipment-characteristic--summ .manufacture__descr-list{
    margin-bottom: 0;
}
.manufacture__equipment-characteristic .manufacture__descr-item{
    line-height: 160%;
    padding-left: 0;
}
.manufacture__equipment-characteristic--summ .manufacture__descr-item{
    padding-left: 0;
}
.manufacture__equipment-characteristic .manufacture__descr-item::before{
    content: none;
}
.manufacture__equipment-characteristic--summ .manufacture__descr-item::before{
    content: none;
}
.manufacture__header--sealing + .manufacture__content .manufacture__descr-info--icon{
    color: #ffffff;
    background-color: #868e94;
    box-shadow: none;
}
.manufacture__header--sealing + .manufacture__content .manufacture__descr-info--icon:hover{
    color: #ffffff;
    background-color: #122e43;
}
.manufacture__header--sealing + .manufacture__content .manufacture__equipment-features--wrap{
    margin-top: 60px;
}
.manufacture__equipment-features p{
    font-size: 14px;
    line-height: 150%
}
.manufacture__equipment-features--wrap .manufacture__equipment--plain-text,
.manufacture__equipment--plain-text{
    margin-bottom: 0;
    padding-bottom: 50px;
}
.manufacture__equipment--plain-text .manufacture__equipment-features{
    margin: 0;
}
.manufacture__equipment--plain-text ul{
    padding: 0;
}
.manufacture__equipment--plain-text li::before {
    content: none;
}
.manufacture__header--assembly + .manufacture__content,
.manufacture__header--testing + .manufacture__content,
.manufacture__header--about ~ .manufacture__content,
.manufacture__header--controll + .manufacture__content,
.manufacture__header--vacancy + .manufacture__content,
.manufacture__header--contacts + .manufacture__content{
    padding-top: 30px;
}
.manufacture__header--assembly + .manufacture__content,
.manufacture__header--controll + .manufacture__content,
.manufacture__header--contacts + .manufacture__content{
    padding-bottom: 0;
}
/************************************************************************************************/
/*                                            О КОМПАНИИ                                        */
/************************************************************************************************/

.manufacture-block--company{
    padding-top: 0;
}
.manufacture-block--company .manufacture__equipment-characteristic--about{
    max-width: 878px;
}
.manufacture-block--company .manufacture__equipment-characteristic--about p:first-child{
    margin: 33px 0 25px 0;
}
.about__index-block{
    display: flex;
    width: 100%;
    padding-bottom: 100px;
}
.about__index-item{
    width: calc(100%/3);
    position: relative;
    height: 414px;
}
.about__index-item::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(231, 236, 239, 0.86);
}
.about__index-item:nth-child(2n)::after{
    background-color: rgba(255, 255, 255, 0.85);
}
.about__index-item img{
    position: absolute;
    height: 100%;
    width: auto;
    display: block;
    border: none;
}
.about__index-item h2{
    font-size: 28px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
}
.about__index-item h2::after{
    width: 80%;
}
.about__index-item a.button{
    position: relative;
    z-index: 1;
    width: 162px;
    height: 45px;
    line-height: 45px;
    margin: 125px auto 0 auto;
    display: block;
    text-align: center;
}
.manufacture__inner-page .info-block{
    background-color: #f4f4f4;
}
.manufacture__header--about + .catalog-page__categories,
.manufacture__header--news + .catalog-page__categories,
.manufacture__header--certificates + .catalog-page__categories{
    margin-top: -46px;
}
.manufacture__equipment--about{
    margin-top: 0;
}
.manufacture__equipment-characteristic--about{
    margin-top: 5px;
}
.manufacture__equipment-characteristic--about .manufacture-block{
    align-items: flex-start;
}
.manufacture__equipment-characteristic--about .manufacture-block .manufacture__descr-wrap{
    width: calc(43.5% - 90px);
    margin-right: 90px;
}
.manufacture__equipment-characteristic--about .manufacture__descr{
    margin: 10px 0;
}
.manufacture__equipment-characteristic--about p{
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}
.manufacture__equipment-characteristic .manufacture-block .manufacture__img-wrap--video{
    width: 555px;
}
.manufacture__img-wrap--video .video-container{
    width: 100%;
    height: 350px;
}
.gallery-section h2::after,
.manufacture__equipment-block + .main__inner-container > h2::after{
    width: 85px;
}
.gallery-block {
    background-color: #e7ecef;
    padding: 40px 0 108px 0;
    width: 100%;
    margin-top: 60px;
}
.gallery-block .slick-track{
    margin-left: -25%;
}
.gallery-block button{
    z-index: 1;
}
.gallery-block button.slick-prev{
    left: calc(25% + 15px);
}
.gallery-block button.slick-next{
    right: calc(25% + 15px);
}
.gallery-block .slick-prev:before,
.gallery-block .slick-next:before {
    font-family: 'alightik';
    font-size: 12px;
    line-height: 1;
    opacity: .75;
    color: #52667d;
    content: "\e929";
    transform-origin: center;
    display: block;
}
.gallery-block .slick-prev:before{
    transform: rotateZ(90deg);
}
.gallery-block .slick-next:before{
    transform: rotateZ(-90deg);
}
.gallery__about-item{
    margin: 0 40px;
}
.gallery__about-item img{
    width:100%;
    height: auto;
}
.gallery-block  .slick-dots{
    bottom: 50px;
}
.gallery-block .slick-dots li{
    margin: 0;
}
.gallery-block .slick-dots li button{
    padding: 0;
}
.gallery-block .slick-dots li button:before{
    font-size: 35px;
    color: #c4c4c4;
    opacity: 1;
}
.gallery-block .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #122e43;
}
.gallery-block .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.clients-section {
    padding-top: 50px;
}
.clients-section h2:after{
    width: 191px;
}
.clients__list--wrap{
    margin-top: 30px;
}
.clients__list{
    display: block;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0;
    padding: 0;
}
.clients__list li{
    display: block;
    box-sizing: border-box;
    width: 168px;
    height: 168px;
   /* background-color: #ffffff;
   /* border: solid 1px #7f93a0;*/
    margin-top: 30px;
    margin-right: 30px;
}
.clients__list img{
    width: 164px;
    height: 166px;
}
.news-block__index .info-block__item{
    margin-top: 100px;
}
.news-block__index .info-block__item:first-of-type,
.news-block__index .info-block__item:nth-of-type(2){
    margin-top: 0;
}
.catalog__pagination-wrap--center .catalog__pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.catalog__pagination-wrap--center .catalog__pagination-list {
     margin-left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.catalog__pagination-wrap--center .catalog__pagination-info{
    height: 29px;
    margin: 16px 0;
    display: flex;
    align-items: center;
}
.news-block__detailed .info-block__items-wrap{
    display: block;
}
.news-block__detailed .info-block__item{
    width: 100%;
}
.news-block__detailed .info-block__item-date{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-block__detailed .info-block__item p{
    color: #38434f;
    margin: 0;
    line-height: 150%;
}
.news-block__detailed .info-block__item img{
    margin: 50px 0;
    width: 100%;
    height: auto;
}
.share-block{
    margin-top: 100px;
}
.share-block__title{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 150%;
    margin-bottom: 10px;
}
.share-block .share__icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.share__icon-fb{
    background-image: url("../img/share__icon-fb.svg");
}
.share__icon-vi{
    background-image: url("../img/share__icon-vi.svg");
}
.share__icon-te{
    background-image: url("../img/share__icon-te.svg");
}
.share__icon-vk{
    background-image: url("../img/share__icon-vk.svg");
}
.share__icon-yu{
    background-image: url("../img/share__icon-yu.svg");
}
.prev-next-block--wrap{
    text-align: center;
}
.prev-next-block .button{
    width: 262px;
    height: 46px;
    line-height: 46px;
    margin: 0 15px;
    position: relative;
}
.prev-next-block .button::before{
    content: "\e91a";
    font-family: alightik;
    position: absolute;
    display: block;
    font-size: 12px;
    transform-origin: center;
    top: 0;
    color: #122e43;
    transition: all 0.2s;
}
.prev-next-block .button:hover::before{
    color: #d68853;
}
.prev-next-block .button.prev::before{
    transform: rotateZ(90deg);
    left: 17px;
}
.prev-next-block .button.next::before{
    transform: rotateZ(-90deg);
    right: 17px;
}
.certificates-block__index .info-block__items-wrap{
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin-left: -30px;
}
.certificates-block__index .info-block__item{
    width: calc((100% - 30px*3 )/3);
    align-items: center;
    margin-left: 30px;
    margin-bottom: 25px;
    border: solid 1px #a0abb3;
    background-color: #ffffff;
    padding: 70px 25px 60px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.certificates-block__index .info-block__item:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(127, 147, 160, 0.37);
    opacity: 0;
    transition: all 0.2s;
}
.certificates-block__index .info-block__item:hover:before{
    opacity: 1;
}
.certificates-block__index .info-block__item-img-link{
    height: 307px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.certificates-block__index .info-block__item-img-link:before{
    content: none;
}
.certificates-block__index .info-block__item-name{
    padding: 0 40px 0 45px;
    font-size: 14px;
    color: #000000;
    position: relative;
    z-index: 1;
    margin: 0;
}
.certificates-block__index .button{
    width: 128px;
    height: 32px;
    line-height: 32px;
    margin-top: auto;
    position: relative;
    z-index: 1;
}
/************************************************************************************************/
/*                                            ВАКАНСИИ                                        */
/************************************************************************************************/
.manufacture__header--vacancy + .manufacture__content .manufacture__equipment-block > section > div{
    padding-top: 55px;
}
.vacancy-block-wrap{
    padding-bottom: 100px;
}
.vacancy-block__title-wrap{
    display: flex;
}
.vacancy-block__title-wrap:hover{
    cursor: pointer;
}
.vacancy-block__title-wrap > div{
    box-sizing: border-box;
    font-size: 14px;
    border: solid 1px #c7d7e3;
    background-color: transparent;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}
.vacancy-block__title-wrap:hover > div,
.vacancy-block.active .vacancy-block__title-wrap > div{
    border: solid 1px #122e43;
    background-color: #122e43;
    color: #ffffff;
}
.vacancy-block__title-wrap:hover .vacancy__name,
.vacancy-block.active .vacancy-block__title-wrap .vacancy__name{
    border-right: solid 1px #ffffff;
}
.vacancy-block__title-wrap:hover .vacancy__button,
.vacancy-block.active .vacancy-block__title-wrap .vacancy__button{
    border-left: solid 1px #ffffff;
}
.vacancy__name{
    flex-grow: 1;
    padding: 0 21px;
}
.vacancy__button{
    width: 60px;
    height: 60px;
    justify-content: center;
}
.vacancy__button a.icon-ic{
    color: #122e43;
    font-size: 12px;
    transform-origin: center;
    transition: all 0.2s;
}
.vacancy-block__title-wrap:hover .vacancy__button a.icon-ic{
    color: #d68853;
}
.vacancy-block.active .vacancy__button a.icon-ic{
    color: #d68853;
    transform: rotateZ(180deg);
}
.vacancy-block__content-wrap{
    padding: 50px 0 20px 0;
}
.vacancy-block__content-wrap h6{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
.vacancy-block__content-wrap ul{
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    max-width: 490px;
    font-size: 14px;
    line-height: 150%;
}
.vacancy-block__content-wrap li{
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.vacancy-block__content-wrap li:before{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background-color: #d68853;
}
.vacancy-form-block-wrap p{
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
}
.vacancy-form-block-wrap a.button{
    width: 128px;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.vacancy-form-wrap{
    margin-top: 50px;
    width: 460px;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.16);
}
.selectFile-wrap{
    display: flex;
}
.selectFile-wrap .button{
    font-size: 12px;
    font-weight: normal;
    color: #122e43;
    width: 77px;
    height: 38px;
    border: solid 1px #7f93a0;
    background-color: #c7d7e3;
    box-sizing: border-box;
}
.selectFile-wrap .button:hover{
    cursor: pointer;
}
.selectFile-wrap .feedback-form__field{
    border: none;
}
.input-field-wrap p{
    font-size: 12px;
    font-weight: normal;
    color: #7f93a0;
    margin: 10px 0 20px 0;
}
#vacancy-form .button--blue{
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    border: none;
}

#sendform .button--blue{
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    border: none;
}

.contact-block-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.contact__data-wrap{
    width: 560px;
    margin-right: 125px;
}
.contact-block-wrap h6{
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.contact__data-wrap div{
    margin-bottom: 30px;
}
.contact__data-wrap .contact__hrefs{
    padding-left: 35px;
    position: relative;
    margin-bottom: 25px;
}
.contact__hrefs > span.icon-ic{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 20px;
    color: #7f93a0;
}
.contact-block-wrap p,
.contact-block-wrap a{
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    transition: all 0.2s;
}
.contact-block-wrap a:hover{
    color: #d68853;
}
.contact-block-wrap .feedback-block{
    position: relative;
    left: 0;
    top: 30px;
}
.contact__dwnld-wrap{
    margin-bottom: 100px;
    width: 560px;
}
.contact__dwnld-item{
    display: flex;
    margin-bottom: 0;
}

.contact__dwnld-item > div{
    border: solid 1px #c7d7e3;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.contact__dwnld-item .contact__dwnld-item-href{
    flex-shrink: 0;
}
.contact__dwnld-item:hover > div{
    border: solid 1px #c7d7e3;
    background-color: #122e43;
    color: #ffffff;
}
.contact__dwnld-item-name{
    flex-grow: 1;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
}
.contact__dwnld-item:hover .contact__dwnld-item-name{
    cursor: default;
}
.contact__dwnld-item a{
    font-size: 20px;
    line-height: 20px;
    display: block;
    height: 20px;
    transition: all 0.2s;
}
.contact__dwnld-item a > span{
    font-size: 12px;
    font-weight: normal;
    color: #868e94;
    margin-left: 8px;
    font-family: "Circe";
    vertical-align: text-top;
    transition: all 0.2s;
}
.contact__dwnld-item:hover a,
.contact__dwnld-item:hover a > span {
    color: #ffffff;
}
h2.contacts__map-title{
    width: 100%;
    margin-bottom: 55px;
}
h2.contacts__map-title::after{
    width: 129px;
}
.manufacture__header--contacts + .manufacture__content #map{
    height: 705px;
}

/************************************************************************************************/
/*                                    СТРАНИЦА ПОИСКА  и 404                                    */
/************************************************************************************************/
.search-sort__block.search-res__page{
    margin-top: 0;
}
.search-res__page .catalog__search-elem{
    flex-grow: 1;
}
.search-res__page #catalog-search-field{
    width: 100%;
}
.search-res__found{
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}
.search-res__page,
.search-res__page .catalog__goods-list{
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
}
.search-res__page .catalog__goods-title-wrap{
    max-width: initial;
}
.search-res__page  .catalog__pagination-list{
    margin: 16px auto;
}
.manufacture__header--404 h1{
    margin-top: 130px;
}
.manufacture__header--404 .manufacture__header-outer{
    background: url("../img/content/404-bgnd.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.manufacture__header--404 .manufacture__header-outer::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(18, 46, 67, 0.7);
}
.manufacture__header-inner{
    position: relative;
}
.manufacture__header--404 h1::after{
    width: 215px;
}
.manufacture__header--404 p{
    font-size: 24px;
}