@charset "utf-8";
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {color:#076BB2;}
::-moz-placeholder          {color:#076BB2;}
:-moz-placeholder           {color:#076BB2;}
:-ms-input-placeholder      {color:#076BB2;}
@font-face {
    font-family: 'Bliss Pro';
    src: url('../fonts/BlissPro.eot');
    src: url('../fonts/BlissPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BlissPro.woff2') format('woff2'),
    url('../fonts/BlissPro.woff') format('woff'),
    url('../fonts/BlissPro.ttf') format('truetype'),
    url('../fonts/BlissPro.svg#BlissPro') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #010101;
    min-width: 375px;
}
a {
    text-decoration: none;
    color: #010101;
    transition: all 0.2s ease 0s;
    outline: none;
}
input, button, textarea {
    font-family: 'PT Sans', sans-serif;
    outline: none;
    transition: all 0.3s ease 0s;
}
div {
    outline: none;
}
.section {
    position: relative;
}
.clear {
    clear: both;
}
.slider-item {
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: relative;
    padding-left: 235px;
    background-size: cover;
    /*transition: all 1s ease 0s;*/
}
.slide-bg {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    opacity: 0.3;
    transition: all 3s ease 0s;
}
.slide-bg2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    background-color: #ffffff;
    transition: all 0s ease 0s;
}
.slide-bg3 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    background-color: #076bb2;
    transition: all 0s ease 0s;
}
.slide-bg4 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    background-color: #103050;
    transition: all 0s ease 0s;
}
#slider, .slick-list, .slick-track{
    height: 100%;
}
#slider .slick-slide .slider-title {
    opacity: 0;
    visibility: hidden;
}
#slider .slick-slide.slick-current.slick-active .slider-title{
    opacity: 1;
    visibility: visible;
}
.slider-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
    height: 100%;
}
.slider-title {
    font-family: Bliss Pro;
    font-size: 72px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 50px;
    transition: all 1s ease 0s;
    position: relative;
}
.slider-title {
    color: rgba(255, 141, 0, 0.0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.slick-current .slider-title {
    color: #FFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.slider-title.active {
    color: #FFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.slider-text {
    font-size: 24px;
    line-height: 37px;
    color: #FFFFFF;
    background-image: url(../img/slider-text.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    padding-left: 72px;
    margin-bottom: 30px;
    transition: all 1s ease 0s;
    opacity: 0;
    position: relative;
    padding-right: 40px;
}
.slider-more {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-left: 72px;
    background-image: url(../img/slider-more.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 36px;
    padding-right: 73px;
    color: #FFF;
    padding-top: 6px;
    transition: all 1s ease 0s;
    opacity: 0;
    position: relative;
}
.slider-more:hover {
    text-decoration: none;
}
.slick-current .slider-text, .slick-current .slider-more {
    opacity: 1;
}
.left-block {
    height: 100%;
    width: 135px;
    position: absolute;
    z-index: 11;
    top: 0px;
    text-align: center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: rgba(255, 255, 255, 0.1);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.1);
}
.logo {
    margin-top: 15px;
}
.left-line {
    height: 280px;
    margin-top: -140px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 135px;
}
.left-line-text1 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    margin-top: 25px;
}
.left-line1 {
    background-color: #FFF;
    display: inline-block;
    height: 92px;
    width: 1px;
}
.left-line2 {
    background-color: #FFF;
    display: inline-block;
    height: 92px;
    width: 1px;
    opacity: 0.3;
}
.left-line-text2 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 25px;
    opacity: 0.3;
}
.header-block {
    position: absolute;
    width: 80%;
    top: 45px;
    /*top: 60px;*/
    z-index: 10;
    padding-left: 235px;
}
.nav-btn {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-image: url(../img/nav-btn.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 65px;
    float: left;
}
.nav-btn span {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.nav-btn:hover span {
    opacity: 1;
}
.phone {
    float: right;
    margin-right: 65px;
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slider-nav {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 90px;
    width: 80%;
    padding-left: 235px;
}
.slider-left {
    display: block;
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255);
    border-radius: 50%;
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    opacity: 0.3;
}
.slider-left:hover {
    opacity: 1;
}
.slider-right {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    margin-right: -25px;
    background-color: #FFF;
    animation: growing2 2.2s ease infinite;
}
.slider-right::before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: white;
    z-index: -1;
    animation: pulse2 2.2s ease infinite;
}
@keyframes growing2 {
    0% {
        transform: scale(1, 1);
    }
    10% {
        transform: scale(0.925, 0.925);
    }
    30% {
        transform: scale(1.025, 1.025);
    }
    50% {
        transform: scale(1, 1);
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(1, 1);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.slider-numbers {
    position: absolute;
    top: -80px;
    right: -50px;
}
.slider-number-left {
    float: left;
    font-family: "Bliss Pro";
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slider-number-right {
    float: left;
    font-family: "Bliss Pro";
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 141, 0, 0.0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.slider-number-sep {
    float: left;
    height: 1px;
    width: 20px;
    margin-right: 9px;
    margin-left: 9px;
    margin-top: 15px;
    background-color: #FFF;
}
.products {
    position: relative;
}
.left-block-blue {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: rgba(145, 142, 132, 0.5);
    border-right-color: rgba(145, 142, 132, 0.5);
    border-bottom-color: rgba(145, 142, 132, 0.5);
    border-left-color: rgba(145, 142, 132, 0.5);
}
.left-block-blue .left-line-text1 {
    color: #E74142;
}
.left-block-blue .left-line-text2 {
    color: #E74142;
}
.left-block-blue  .left-line1 {
    background-color: #E74142;
}
.left-block-blue  .left-line2 {
    background-color: #E74142;
}
.header-block-blue .nav-btn {
    background-image: url(../img/nav-btn2.png);
    color: #1b3e62;
}
.header-block-blue .lang li a,
.header-block-blue .lang li.active a,
.header-block-blue .lang li a:hover,
.header-block-blue .lang li span{
    color: #1b3e62;
    opacity: 1
}
.header-block-blue .lang li a{
    opacity: .5;
}
.header-block-blue .phone {
    color: #1b3e62;
}
.section-cont {
    /*padding-top: 135px;*/
    padding-top: 30px;
    height: 100%;
}
.fp-enabled .section-cont {
    padding-top: 135px;
}
.products-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
}
.products-top-title {
    width: calc(80% - 240px);
    padding-left: 100px;
    /*http://sk.bel-kot.com/ru/products*/
    font-family: Bliss Pro;
    font-size: 64px;
    line-height: normal;
    color: #1B3E62;
}
.index_page .products-top-title {
    padding-left: 230px;
}
.products-top-btns {
    width: calc(20% + 240px);
}
.btn {
    font-size: 18px;
    color: #E74142;
    display: inline-block;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border: 1px solid #E74142;
    margin-right: 20px;
    border-radius: 30px;
    background-color: #FFF;
    -webkit-appearance: none;
}
.btn:hover, .btn.active {
    color: #FFF;
    background-color: #e74142;
}
.btn-fix {
    color: #FFF;
    background-color: #e74142;
}
.btn-fix:hover {
    color: #E74142;
    background-color: #FFF;
}
.products-tabs {
    padding-left: 235px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.products-tabs a {
    display: inline-block;
    margin-right: 40px;
    font-family: Bliss Pro;
    font-size: 24px;
    line-height: normal;
    color: #1B3E62;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.products-tabs a:hover {
    opacity: 1;
}
.products-tabs a.active {
    opacity: 1;
    background-image: url(../img/products-tab.png);
}
.products-bottom {
    padding-left: 135px;
    width: 100%;
    display: none;
}
.products-bottom.active {
    display: inline-block;
    width: 100%;
}
.producs-image {
    background-repeat: no-repeat;
    background-position: center center;
    width: 55%;
    background-size: cover;
    height: 100%;
    float: left;
    min-height: 500px;
}
.products-content {
    background-color: #ececec;
    float: left;
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content:  center;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 15px;
    /*padding-top: 20px;
	padding-bottom: 20px;*/
    min-height: 500px;
}
.products-content p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.products-more {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    text-transform: uppercase;
    background-image: url(../img/products-more.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 36px;
    padding-right: 73px;
    color: #e74142;
    padding-top: 6px;
    transition: all 1s ease 0s;
}
.info-block .products-more {
    position: absolute;
    bottom: 45px;
}
.products-more:hover {
    text-decoration: none;
}
.info-cont {
    height: 100%;
    padding-left: 135px;
}
.info-block {
    height: 400px;
    width: 50%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    float: left;
    position: relative;
}
.info-title {
    font-family: Bliss Pro;
    font-size: 36px;
    line-height: normal;
    color: #1B3E62;
    background-image: url(../img/products-tab.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.info-block p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    margin-bottom: 30px;
}
.info-block-white .info-title {
    color: #FFF;
}
.info-block-white p {
    color: #FFF;
}
.info-block-mini {
    padding-right: 250px;
}
.features-cont {
    padding-left: 235px;
    padding-bottom: 100px;
}
.features {
    background-image: url(../img/features-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.features-item {
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 50%;
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 145px;
}
.features-title {
    font-family: Bliss Pro;
    font-size: 26px;
    line-height: normal;
    color: #1B3E62;
    background-image: url(../img/features-title.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.features-item p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
}
.features-top {
    padding-top: 135px;
}
.news {
    background-color: #076BB2;
}
.news-top-title {
    color: #FFF;
}
.news-items {
    width: 100%;
    padding-bottom: 125px;
    padding-left: 235px;
    padding-top: 60px;
    min-height: 500px;
}
.news-item {
    height: 100%;
    width: 70%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-right: 80px;
    display: block;
}
.news-date {
    position: absolute;
    left: 65px;
    top: 30px;
    color: #1B3E62;
}
.news-date-left {
    float: left;
    font-family: Bliss Pro;
    font-size: 36px;
    line-height: normal;
    margin-right: 7px;
}
.news-date-right {
    float: left;
    font-family: Bliss Pro;
    font-size: 12px;
    line-height: normal;
    margin-top: 8px;
}
.news-date-white {
    color: #FFF;
}
.news-item-title {
    position: absolute;
    left: 65px;
    bottom: 45px;
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: normal;
    color: #FFFFFF;
    padding-right: 40px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.slick-dots {
    bottom: 50px !important;
    width: 60% !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slick-slider {
    max-height: 955px;
}
.slick-dots li {
    height: 20px !important;
    width: 20px !important;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.slick-dots li button:before {
    font-size: 0px !important;
}
.slick-dots li.slick-active {
    background-color: #FFF !important;
}
.contacts-cont {
    padding-left: 135px;
}
.contacts-content {
    /*background-color: #ececec;*/
    height: 100%;
    width: 40%;
    padding-top: 40px;
    padding-right: 60px;
    padding-left: 100px;
    float: left;
    padding-bottom: 40px;
}
.contacts-map {
    float: left;
    height: 100%;
    width: 60%;
    margin: 210px 0 0;
}
.fp-enabled .contacts-map {
    margin: 0;
}
.contacts-title {
    font-family: Bliss Pro;
    font-size: 60px;
    line-height: normal;
    color: #1B3E62;
    margin-bottom: 190px;
    position: relative;
    padding: 0 0 14px;
}
.contacts-title:after {
    position: absolute;
    content: '';
    width: 190px;
    height: 0;
    border: 1px solid #E74142;
    left: 0;
    bottom: 0;
}
.contacts-title2 {
    font-family: Bliss Pro;
    font-size: 36px;
    line-height: normal;
    color: #1B3E62;
    display: inline-block;;
    /*
	background-image: url(../img/products-tab.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
    margin-bottom: 40px;
    margin-right: 10px;
    padding-bottom: 0px;
    border-bottom: 2px dashed #1B3E62;
    cursor: pointer;
}

.contacts-title2.active {
    font-family: Bliss Pro;
    color: #E74142;
    border-bottom: none;
}

.contacts-content p {
    font-size: 18px;
    color: #1B3E62;
    margin-bottom: 20px;
    line-height: 26px;
}
.contacts-phone {
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #1B3E62;
    margin-bottom: 20px;
}
.contacts-email {
    font-size: 18px;
    line-height: normal;
    text-decoration-line: underline;
    color: #1B3E62;
    display: inline-block;
    margin-bottom: 40px;
}
.contacts-email:hover {
    text-decoration: none;
}
.footer-cont {
    padding-left: 135px;
}
.footer-top {
    background-color: #1b3e62;
    padding-top: 114px;
    padding-bottom: 243px;
    padding-right: 100px;
    padding-left: 190px;
    padding-left: 135px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.footer-title {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.footer-text {
    width: 420px;
    font-size: 16px;
    line-height: 38px;
    color: #FFFFFF;
}
.footer-top li a {
    font-size: 16px;
    line-height: 38px;
    color: #FFF;
}
.footer-top li a:hover {
    color: #e74142;
}
.footer-bottom {
    background-color: #076bb2;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 100px;
    padding-left: 100px;
    font-size: 12px;
    color: #FFF;
}
.footer-bottom-left {
    float: left;
}
.footer-bottom-right {
    float: right;
}
nav {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: #1b3e62;
    left: 0px;
    top: 0px;
    display: none;
}
.nav-close-btn {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 20px;
    float: left;
    opacity: 0.5;
}
.nav-close-btn:hover {
    opacity: 1;
}
.nav-cont {
    padding-right: 100px;
    padding-left: 235px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    z-index: 999999;
    align-content: center;
}
.nav-block {
    width: 100%;
    overflow: auto;
    max-height: 100%;
}
.nav-block svg {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin: 0 0 5px;
}
.nav-block .opened svg {
    transform: rotate(-180deg);
}

.nav-block::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    opacity: .2;
    border-radius: 6px;
    background: #ededed; }

.nav-block::-webkit-scrollbar-thumb {
    background: #065c99;
    opacity: .2; }

.nav-block::-webkit-scrollbar-thumb {
    width: 4px;
    height: 0px;
    border-radius: 6px;
    opacity: .2; }

.nav-block::-webkit-scrollbar-track {
    background: #ededed;
    opacity: .3;
    border-radius: 6px; }

.nav-block ul li a {
    font-family: Bliss Pro;
    font-size: 36px;
    line-height: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.nav-num {
    display: inline-block;
    margin-right: 10px;
}
.nav-block ul li {
    margin-bottom: 30px;
}
.nav-block ul li a:hover {
    color: #E74142;
}
.nav-block ul li.active .nav-line {
    background-image: url(../img/nav-active.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 22px;
    width: 79px;
}
.nav-block ul li.active a {
    color: #E74142;
}
.load {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 12;
    left: 0px;
    top: 0px;
    background-color: #1B3E62;
    color: #009;
    text-align: center;
}
.load svg, .load img {
    animation: svgan 3s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
}
@keyframes svgan {
    0%   {transform: scale(.8);}
    100% {transform: scale(1.5);}
}
.products-content-title {
    font-size: 18px;
    color: #1B3E62;
    margin-bottom: 20px;
    background-image: url(../img/products-tab.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 15px;
}
.video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    opacity: 0.3;
}
video {
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.video-bg1 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    background-color: #ffffff;
    transition: all 0s ease 0s;
}
.video-bg2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    mix-blend-mode: multiply;
    background-color: #076bb2;
    transition: all 0s ease 0s;
}
.cnt-cont {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 235px;
    padding-right: 100px;
}
.frm-title {
    width: auto;
    padding-left: 0px;
    margin-bottom: 40px;
}
.frm-block {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.frm-block:nth-child(3) {
    margin-right: 0px;
}
.frm-inp {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #1b3e62;
    border-right-color: #1b3e62;
    border-bottom-color: #1b3e62;
    border-left-color: #1b3e62;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: #076BB2;
    height: 60px;
    margin-bottom: 40px;
}
.frm-textarea {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #1b3e62;
    border-right-color: #1b3e62;
    border-bottom-color: #1b3e62;
    border-left-color: #1b3e62;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: #076BB2;
    height: 120px;
    margin-bottom: 40px;
    resize: none;
}
.frm-check {
    margin-bottom: 40px;
    font-size: 12px;
    color: #383838;
}
.frm-submit {
    padding-right: 80px !important;
    padding-left: 80px !important;
    cursor: pointer;
}

/* about */

.about-title {
    background: url(../img/about_title_bg.jpg) no-repeat top center;
    background-size: 100%;
}
.about-title-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
    height: 100%;
    padding: 150px 20px 50px  235px;
}
.about-title-title {
    font-family: Bliss Pro;
    font-size: 72px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 50px;
    transition: all 1s ease 0s;
    position: relative;

}
.about-title-text {
    font-family: Bliss Pro;
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
    max-width: 645px;
}
.about_cont_block {
    padding-left: 235px;
    padding-top: 90px;
}
.about_title {
    position: relative;
    font-family: Bliss Pro;
    font-size: 60px;
    line-height: 72px;
    color: #1B3E62;
    padding-bottom: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about_title a.btn {
    margin-left: 300px;
    line-height: 18px;
}
.about_title:after {
    position: absolute;
    content: '';
    width: 190px;
    height: 0;
    border: 1px solid #E74142;
    left: 0;
    bottom: 0;
}
.about_cont_block .about_cont_info {
    padding-right: 500px;
    background: url(../img/logoblue.jpg) no-repeat calc(100% - 60px) top;
}
.about_cont_block .about_cont_info p {
    padding-bottom: 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
}
.about_cont_block .about_cont_info p strong {
    font-weight: bold;
}
.about_info_block {
    padding-left: 135px;
    padding-top: 132px;
}
.about_info_block_cont {
    position: relative;
    display: flex;
    padding: 150px 60px;
    justify-content: flex-start;
}
.about_info_block_cont.about_info_block_cont1 {
    background: url(../img/about_info_block_cont1.jpg) no-repeat top center;
    background-size: 100%;
}
.about_info_block_cont.about_info_block_cont1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #076BB2;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.about_info_block_cont.about_info_block_cont2 {
    background: url(../img/about_info_block_cont2.jpg) no-repeat top center;
    background-size: 100%;
}
.about_info_block_cont.about_info_block_cont2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
}
.about_info_block_cont.about_info_block_cont2 .about_info_block_cont_info .about_info_block_cont_info_title, .about_info_block_cont.about_info_block_cont2 .about_info_block_cont_info p {
    color: #1b3e62;
}
.about_info_block_cont.about_info_block_cont3 {
    background: url(../img/about_info_block_cont3.jpg) no-repeat top center;
    background-size: 100%;
    padding: 50px 60px 100px 60px;
}
.about_info_block_cont.about_info_block_cont3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #076BB2;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.about_info_block_cont.about_info_block_cont3 .about_info_block_cont_info {
    max-width: 970px;
}
.about_info_block_cont .about_info_block_cont_img {
    position: relative;
    padding-right: 43px;
    z-index: 2;
}
.about_info_block_cont .about_info_block_cont_info {
    max-width: 740px;
    position: relative;
    z-index: 2;
}
.about_info_block_cont .about_info_block_cont_info .about_info_block_cont_info_title {
    display: block;
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    padding-bottom: 20px;
}
.about_info_block_cont .about_info_block_cont_info p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    padding-bottom: 40px;
    color: #FFFFFF;
}
.about_quality_block {
    padding-left: 235px;
    padding-top: 110px;
    display: flex;
    justify-content: space-between;
}
.about_quality_block .about_quality_cont {
    width: calc(100% - 800px);
}
.about_quality_block .about_quality_cont p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    padding-bottom: 40px;
    color: #1B3E62;
}
.about_quality_block .about_quality_list {
    position: relative;
    width: 575px;
    height: 575px;
    margin: 90px 100px 50px 100px;
    border-radius: 50%;
    border: 1px solid #1B3E62;
}
.about_quality_list ul li .about_quality_list_img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ECECEC;
    cursor: pointer;
    transition: .5s;
}
.about_quality_list ul li.active .about_quality_list_img {
    background: #076BB2;
}
.about_quality_list ul li .about_quality_list_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #076BB2;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: .5s;
}
.about_quality_list ul li.active .about_quality_list_img:after {
    width: 164px;
    height: 164px;
    opacity: 0.2;
}
.about_quality_list ul li .about_quality_list_img svg {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.about_quality_list ul li .about_quality_list_img svg path {
    fill: #1B3E62;
}
.about_quality_list ul li.active .about_quality_list_img svg path{
    fill: #fff;
}
.about_quality_list ul li:nth-child(1) .about_quality_list_img {
    left: 10px;
    top: 430px;
}
.about_quality_list ul li:nth-child(2) .about_quality_list_img {
    left: -50px;
    top: 237.5px;
}
.about_quality_list ul li:nth-child(3) .about_quality_list_img {
    left: 10px;
    top: 50px;
}
.about_quality_list ul li:nth-child(4) .about_quality_list_img {
    left: 237.5px;
    top: -50px;
}
.about_quality_list ul li:nth-child(5) .about_quality_list_img {
    right: 10px;
    top: 50px;
}
.about_quality_list ul li:nth-child(6) .about_quality_list_img {
    right: -50px;
    top: 237.5px;
}
.about_quality_list ul li:nth-child(7) .about_quality_list_img {
    right: 10px;
    top: 430px;
}
.about_quality_list ul li:nth-child(8) .about_quality_list_img {
    left: 237.5px;
    bottom: -50px;
}
.about_quality_list ul li .about_quality_list_block {
    opacity: 0;
    position: absolute;
    width: 150px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    transition: 1.5s;
}
.about_quality_list ul li .about_quality_list_block .about_quality_list_block_img {
    height: 160px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.about_quality_list ul li .about_quality_list_block .about_quality_list_block_img svg {
    width: 150px;
    height: 150px;
}
.about_quality_list ul li.active .about_quality_list_block {
    opacity: 1;
    top: 50%;
}
.about_quality_list ul li .about_quality_list_block p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.03em;
    text-align: center;
    color: #1B3E62;
}
.about_partners_cont {
    padding-left: 235px;
    padding-top: 110px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_partners_block{
    width: 48%;
    margin-right: 30px;
}
.about_partners_block p {
    padding-bottom: 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
}
.about_partners_slider {
    width: 48%;
}
.news-items_partners {
    padding: 0;
    position: relative;
}
.news-items_partners .news-item {
    width: 770px !important;
}
.news-items_partners ul {
    padding-bottom: 30px;
}
.news-items_partners ul li {
    display: inline-block;
}
.news-items_partners ul li a, .news-items_partners ul li span {
    display: block;
    position: relative;
    width: 186px;
    height: 100px;
}
.news-items_partners ul li a img, .news-items_partners ul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:  66% !important;
}
.news-items_partners .slick-dots li.slick-active button {
    background: #333 !important;
}
.news-items_partners .slick-dots li button {
    background: #ccc !important;
    border-radius: 50%;
}
.about_resources_block {
    position: relative;
    padding-left: 135px;
    padding-top: 110px;
}
.about_resources_tubs {
    position: relative;
}
.about_resources_tubs ul {
    width: 380px;
    border-right: 1px solid #076BB2;
}
.about_resources_tubs ul li {
    padding: 20px 0;
}
.about_resources_tubs ul li > a {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: #1B3E62;
}
.about_resources_tubs ul li > a span {
    color: rgba(231, 65, 66, 0.5);
    padding-right: 5px;
}
.about_resources_tubs ul li.active a {
    padding-left: 25px;
    color: #076BB2;
}
.about_resources_tubs ul li.active a span {
    color: #076BB2;
}
.about_resources_tubs ul li.active .about_resources_tubs_block {
    display: block;
}
.about_resources_tubs ul li .about_resources_tubs_block {
    display: none;
    position: absolute;
    width: calc(100% - 480px);
    right: 0;
    top: 0;
}
.about_resources_tubs ul li .about_resources_tubs_block .about_resources_tubs_num {
    width: 108px;
    height: 108px;
    background: url(../img/about_resources_tubs_num.png) no-repeat center;
    font-family: Bliss Pro;
    font-size: 144px;
    line-height: 172px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_resources_tubs ul li .about_resources_tubs_block .about_resources_tubs_title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #1B3E62;
    padding: 20px 0;
}
.about_resources_tubs ul li .about_resources_tubs_block p {
    max-width: 675px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
}
.project-items {
    position: relative;
    overflow: hidden;
    padding: 0 0 80px;
}
.project-items .translate-container {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.project-items .translate-container::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.project-items .translate-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

.project-items .translate-container::-webkit-scrollbar-thumb {
    width: 0px;
    height: 0px;
}

.project-items .translate-container::-webkit-scrollbar-track {
    background: #fff;
}

.project-items .about_certificate_line {
    bottom: 45px;
    z-index: 999;
    width: 100%;
}
.project-items .mCSB_container {
    display: flex;
    padding-bottom: 64px;
}
.project-items .project-item {
    width: 605px;
    margin-right: 40px;
    flex: none;
    transform: translateX(0%);
    transition: all 0.3s ease;
}
.project-items .project-item .project-item_img {
    padding-bottom: 20px;
}
.project-items .project-item .project-item_img img {
    width: 100%;
}
.project-items .project-item ul.project-item_list {
    display: flex;
    justify-content: space-between;
    font-family: Bliss Pro;
    font-size: 14px;
    line-height: 17px;
    color: #076BB2;
}
.project-items .slick-dots li button {
    background: #ccc;
    border-radius: 50%;
}
.project-items .slick-dots li.slick-active button {
    background: #000;
}
.project-items .project-item .project-item_title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #1B3E62;
    padding: 10px 0 20px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 27px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #076BB2;
    margin: auto 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 60px;
    height: 27px;
    margin: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    top: 50%;
    width: 60px;
    height: 27px;
    background: url("../img/scroll-dragger.svg");
    margin: 0;
    transform: translateY(-50%);
}
.about_certificate {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 140px;
}
.about_certificate_block {
    position: relative;
    transition: .5s;
    display: flex;
    justify-content: space-between;
}
.about_certificate_img {
    position: relative;
    cursor: pointer;
    min-width: 215px;
}
.about_certificate_img:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: .5s;
    background: #076BB2 url(../img/zoom-in.png) no-repeat center;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about_certificate_img:hover:after {
    opacity: .7;
}
.about_certificate_img img {
    width: 100%;
}
.about_certificate_cont {
    background: #ECECEC;
    width: 0;
    overflow: hidden;
    transition: .5s;
    height: 320px;
}
.about_certificate_block.active .about_certificate_cont {
    width: 100%;
    padding: 30px;
}
.about_certificate_cont p {
    font-family: PT Sans;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding-bottom: 30px;
}
.about_certificate_cont .about_certificate_author strong {
    display: block;
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
}
.about_project_line_block {
    position: relative;
}
.about_certificate_line, .about_project_line {
    position: absolute;
    width: 90%;
    height: 1px;
    background: #076BB2;
    bottom: 30px;
    left: 0;
}
.about_certificate_line_button, .about_project_line_button {
    position: absolute;
    background: url(../img/scrollbar-button.png) no-repeat center;
    width: 59px;
    height: 27px;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: 1.5s;
}
.about_certificate_line_button_left, .about_project_line_button_left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.about_certificate_line_button_right, .about_project_line_button_right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
}
.footer_file {
    display: block;
    margin-bottom: 30px;
    padding: 5px 0 5px 30px;
    cursor: pointer;
    color: #076BB2;
    background: url(../img/attachment-vertical-paperclip-interface-symbol.jpg) no-repeat left center;
}
.footer_file input[type="file"] {
    display: none;
}
.frm_projects {
    background: #1B3E62;
}
.frm_projects footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.frm_projects .footer-cont {
    padding-left: 0;
}
.frm_projects footer .footer-top, .frm_projects footer .footer-bottom {
    width: 100%;
}

/* project_pages */

.project_pages {
    background: url("../img/project_pages.jpg") no-repeat top center;
    background-size: 100%;
}
.project_pages_block {
    padding-left: 235px;
    /*padding-left: 135px;*/
    padding-top: 90px;
}
.project_pages_block_title {
    max-width: 660px;
    font-family: Bliss Pro;
    font-size: 72px;
    padding: 100px 0 50px 0;
    color: #FFFFFF;
}
.project_pages_block_slider .project_pages_block_slider_list {
    width: 2380px;
}
.project_pages_block_slider_list {
    padding: 50px 0 20px 0;
}
.project_pages_block_slider_list li {
    display: inline-block;
    position: relative;
    width: 370px;
    margin: 0 10px 10px 0;
}
.project_pages_block_slider_img img {
    width: 100%;
}
.project_pages_block_slider_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 10px 50px 10px;
}
.project_pages_block_slider_cont:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #076BB2;
    opacity: 0.5;
    left: 0;
    top: 0;
}
.project_pages_block_slider_cont:hover:after {
    opacity: .9;
}
.project_pages_block_slider_cont span {
    position: relative;
    z-index: 2;
    display: block;
    font-family: Bliss Pro;
    font-size: 27px;
    line-height: 32px;
    color: #FFFFFF;
    padding-bottom: 20px;
}
.project_pages_block_slider_list_reshenia .project_pages_block_slider_cont span {
    font-size: 27px;
    line-height: 32px;
    padding-bottom: 50px;
}
.project_pages_block_slider_cont p {
    font-family: Bliss Pro;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}
.project_pages_block_slider_cont a {
    position: absolute;
    bottom: 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 15px 40px;
    background: #E74142;
    border-radius: 25px;
    text-decoration: none;
    z-index: 2;
    opacity: 0;
    transition: .5s;
}
.project_pages_block_slider_cont:hover a {
    opacity: 1;
}

/* project */

.project_block {
    background: #ececec;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.project_block_slider {
    width: 990px;
    min-width: 990px;
}
.project_block_slider ul.project_block_slider_list {
    display: flex;
    justify-content: space-between;
}
.project_block_cont {
    padding: 30px 20px 30px 65px;
    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;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}
.project_block_cont .project_block_cont_title {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding-bottom: 30px;
}
.project_block_cont_list {
    position: relative;
    padding-bottom: 30px;
}
.project_block_cont_list:after {
    position: absolute;
    content: '';
    width: 190px;
    height: 0px;
    left: 0;
    bottom: 0;
    border: 1px solid #E74142;
}
.project_block_cont_list li {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 155.28%;
    letter-spacing: 0.03em;
    color: #383838;
    margin: 8px 0;
}
.project_block_cont_list li strong {
    color: #1B3E62;
    font-weight: normal;
}
.project_block_cont p {
    padding: 30px 0;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #383838;
}
ul.project_block_cont_link {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
ul.project_block_cont_link li {
    margin: 0 45px 0 0;
}
ul.project_block_cont_link li:nth-last-child(1) {
    margin: 0;
}
ul.project_block_cont_link li a {
    display: block;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #E74142;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
    transition: .5s;
    border: 1px solid #E74142;
    transition: .5s;
}
ul.project_block_cont_link li a:hover, ul.project_block_cont_link li.active a {
    background: #E74142;
    color: #fff;
}
.project2_page {
    position: relative;
    padding-left: 135px;
    padding-top: 150px;
}
.project2_page_block {
    display: flex;
    justify-content: space-between;
}
.project2_page_block img {
    display: block;
}
.project2_page_cont {
    padding: 0px 60px;
    transition: all 0.3s ease;
    position: relative;
}
.project2_page_cont_title {
    font-family: Bliss Pro;
    font-size: 60px;
    line-height: 72px;
    color: #1B3E62;
    padding-bottom: 50px;
    position: relative;
}
.project2_page_cont_title:before {
    position: absolute;
    content: '';
    width: 190px;
    height: 0;
    border: 1px solid #E74142;
    left: 0;
    bottom: 15px;
}
.project2_page_cont_title.mob-title {
    display: none;
}
.project2_page_cont p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.03em;
    color: #000000;
    padding-bottom: 15px;
}
ul.project_block_cont_link {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start !important;
    max-width: 100% !important;
}
ul.project_block_cont_link.project2_block_cont_link li {
    margin: 0 45px 0 0;
}
ul.project_block_cont_link.project2_block_cont_link li:nth-last-child(1) {
    margin: 0;
}
.project2_page_link {
    background: url("../img/project2_page_link.jpg") no-repeat top center;
    padding: 50px 100px;
    background-size: 100%;
}
.project2_page_link_title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
}
.project2_page_link_title:after {
    position: absolute;
    content: '';
    width: 178px;
    height: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #E74142;
}
.project2_page_link ul {
    padding-top: 40px;
}
.project2_page_link ul li {
    display: inline-block;
    padding: 0 25px 25px 0;
}
.project2_page_link ul li a {
    display: block;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-decoration: none;
}
.project2_page_link ul li:first-child a {
    opacity: 0.3;
}
.project2_page_link ul li a:hover {
    background: #E74142;
    border-color: #E74142;
}

/* news */

.crumb ul {
    display: flex;
    justify-content: flex-start;
}
.crumb ul li {
    position: relative;
    padding-right: 30px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #076BB2;
}
.crumb ul li:after {
    position: absolute;
    content: '/';
    right: 10px;
    top: 0;
}
.crumb ul li:last-child:after {
    display: none;
}
.crumb ul li a {
    color: #076BB2;
}
.crumb ul li a:hover {
    text-decoration: underline;
}
.search_news {
    background: #FFFFFF url("../img/zoom-in2.png") no-repeat calc(100% - 20px) center;
    border: 1px solid #103050;
    box-sizing: border-box;
    width: 550px;
    padding: 20px 15px;
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: rgba(7, 107, 178, 0.6);
}
.search_news::-webkit-input-placeholder {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: rgba(7, 107, 178, 0.6);
}
.search_news::-moz-placeholder {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: rgba(7, 107, 178, 0.6);
}
.search_news:-moz-placeholder {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: rgba(7, 107, 178, 0.6);
}
.search_news:-ms-input-placeholder {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: rgba(7, 107, 178, 0.6);
}
.news_naw_block {
    padding-left: 100px;
}
.news_naw_title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #1B3E62;
    padding-bottom: 20px;
}
.news_naw_list {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.news_naw_list li {
    padding-right: 20px;
}
.news_naw_list li a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #076BB2;
}
.news_naw_list li a:hover {
    text-decoration: underline;
}
.footer-cont_new {
    padding-left: 0;
}
.news_block {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
}
.news_block_slider_img {
    width: 100%;
}
.news_block_slider_cont {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 60px 40px;
    z-index: 2;
}
.news_block_slider_cont ul {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 15px;
}
.news_block_slider_cont ul li {
    padding-right: 35px;
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.news_block_slider_cont ul li.news_block_slider_cont_view {
    padding-left: 35px;
    background: url("../img/eye.png") no-repeat left center;
}
.news_block_slider_list .news_block_slider_cont_hover {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.news_block_slider_list:hover .news_block_slider_cont_hover {
    height: auto;
    padding-bottom: 20px;
}
.news_block_slider_cont .news_block_slider_cont_info {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 35px 0;
}
.news_block_slider_cont a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 15px 40px;
    background: #E74142;
    border-radius: 25px;
    border: 1px solid #E74142;
    transition: .5s;
}
.slider_cont_block_owl {
    width: 300px;
    position: relative;
}
.slider_cont {
    padding: 0 100px 70px 0;
}
.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.owl-dots:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #076BB2;
    opacity: .1;
    left: 0;
    top: 45%;
}
.owl-dots .owl-dot.active:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #E74142;
    transform: translate(-50%, -50%);
}
.owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url("../img/dots_w.svg") no-repeat center;
    border-radius: 50%;
    margin: 0 8px;
    z-index: 2;
}
.about_title .products-more {
    margin-left: 10px;
    position: static;
}
.slide_cont_block {
    position: relative;
    margin: 0 10px 10px 0;
}
.news-items_partners {
    padding-bottom: 40px;
}
.slider_cont .owl-dots:after {
    background: #fff;
    opacity: .4;
}
.slider_cont .owl-dots .owl-dot {
    background: url(../img/dots.svg) no-repeat center;
}
.project_block_slider_owl {
    padding-bottom: 80px;
}
.slider_cont .project_pages_block_slider_cont span {
    font-size: 27px;
    line-height: 32px;
}
.slider_new {
    height: 953px !important;
}
.header-block-blue-news {
    padding-left: 100px;
}
.bn_slide {
    width: calc(100% - 730px);
}
.news_block_slider {
    padding-bottom: 80px;
}
.news_block_slider_cont p {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}
.news_block_cont {
    padding-right: 180px;
}
.news_block_cont ul li {
    margin-bottom: 35px;
    position: relative;
}
.news_block_cont ul li a {
    display: flex;
    align-items: flex-end;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    font-family: Bliss Pro;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
    transition: .5s;
    height: 100%;
    background: rgba(27,62,98,.9);
}
.news_block_cont ul li:hover a {
    padding-bottom: 150px;
    background: rgba(7,107,178,.9);
}
.section-articles {
    /*padding-left: 100px;*/
}
.section-articles_list {
    padding: 20px 100px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-articles_list > li {
    width: 32%;
    background: #ECECEC;
    margin-bottom: 20px;
}
.section-articles_list li .section-articles_list_img img{
    width: 100%;
}
.section-articles_list li .section-articles_list_data {
    display: flex;
    justify-content: flex-start;
    padding: 25px;
}
.section-articles_list li .section-articles_list_data li {
    padding-right: 25px;
}
.section-articles_list li .section-articles_list_data li a {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    color: #076BB2;
}
.section-articles_list li .section-articles_list_title {
    padding: 0 25px 25px 25px;
    font-family: Bliss Pro;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}
.section-articles_list li p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 0 25px;
}
.section-articles_list li .section-articles_list_link {
    padding: 50px 0 75px 25px;
}
.section-articles_list li .section-articles_list_link a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 15px 40px;
    background: #E74142;
    border-radius: 25px;
    border: 1px solid #E74142;
    transition: .5s;
}
.section-articles_list li:hover {
    background: #076BB2;
}
.section-articles_list li:hover .section-articles_list_data li a, .section-articles_list li:hover p, .section-articles_list li:hover .section-articles_list_title {
    color: #fff;
}
.oll_news {
    padding: 120px 0 80px;
}
.oll_news a {
    border: 1px solid #E74142;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #E74142;
    padding: 10px 50px;
    border-radius: 40px;
    transition: .5s;
}
.oll_news a:hover {
    color: #fff;
    background: #E74142;;
}
.about_title_project {
    margin: 24px 0 0 98px;
    max-width: 500px;
}
.project_block_top {
    margin-top: 85px;
}
.project_block_top_new {
    padding-bottom: 6px;
}
.about_resources_block_mew {
    padding-left: 235px;
    display: inline-block;
    width: 100%;
}
.products-top-title_news {
    width: auto;
    display: flex;
    justify-content: space-between;
    position: relative;

}
.products-top-title_news:after {
    position: absolute;
    content: '';
    width: 190px;
    height: 0;
    border: 1px solid #E74142;
    left: 3px;
    bottom: 0;
}

.products-top_news {
    display: flex;
    justify-content: space-between;
    padding-right: 180px;
    margin: 0 0 40px;
}
.products-top_news .products-top-btns {
    width: auto;
}
.slider_prod {
    padding: 60px 0 0 100px;
}
.prod_slider_block {
    position: relative;
}
.prod_slider {
    padding-bottom: 100px;
}
.prod_slider_cont {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    padding: 45px 50px;
}
.prod_slider_cont p {
    font-family: Bliss Pro;
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 35px;
    color: rgba(255, 141, 0, 0.0);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
.owl-item.active .prod_slider_cont p {
    color: #FFFFFF;
}
.prod_slider_cont a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 10px 25px;
    border-radius: 30px;
    background: #E74142;
    transition: .5s;
    border: 1px solid #E74142;
}
.prod_slider_cont a:hover {
    background: #fff;
    color: #E74142;
}
.prod_tabs {
    padding: 70px 0 45px 100px;
}
.prod_tabs ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.prod_tabs ul li.active a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0px;
    border: 1px solid #E74142;
}
.prod_tabs ul li {
    padding-right: 40px;
}
.prod_tabs ul li a {
    font-family: Bliss Pro;
    font-size: 24px;
    line-height: 29px;
    color: #1B3E62;
    opacity: 0.5;
    position: relative;
}
.prod_tabs ul li.active a, .prod_tabs ul li a:hover {
    opacity: 1;
}
.prod_tabs_block {
    padding-left: 100px;
    padding-bottom: 90px;
}
.prod_tabs_block > ul > li {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    background: #076BB2;
}
.prod_tabs_block_cont {
    width: 60%;
    padding: 35px 45px;
}
.prod_tabs_block_cont .prod_tabs_block_cont_title {
    position: relative;
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.prod_tabs_block_cont .prod_tabs_block_cont_title:after {
    position: absolute;
    content: '';
    width: 220px;
    height: 0;
    left: 0;
    bottom: -10px;
    border: 1px solid #E74142;
}
.prod_tabs_block_cont p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-width: 635px;
    padding-bottom: 15px;
}
.prod_tabs_block_cont_list {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 25px;
}
.prod_tabs_block_cont_list li:first-child {
    padding-right: 130px;
}
.prod_tabs_block_cont_list li a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 155.28%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.prod_tabs_block_cont_list li a:hover {
    text-decoration: underline;
}
.prod_tabs_block_cont_link li {
    display: block;
    padding-bottom: 20px;
    overflow: hidden;
}
.steel_wire_override {
    padding-bottom: 10px;
}
.prod_tabs_block_cont_link li a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: .5s;
    display: block;
    float: left;
}
.prod_tabs_block_cont_link li a:hover, .prod_tabs_block_cont_link li.active a {
    background: #E74142;
    border-color: #E74142;
}
.prod_tabs_bot {
    padding-left: 100px;
}
h3.prod_tabs_bot_title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #1B3E62;
    padding-bottom: 70px;
}
.prod_tabs_bot_slider {
    padding-bottom: 100px;
}
.section-cont_contact {
    padding-top: 0;
}
.contacts-content_new {
    background: #fff;
}
.contacts-phone_block {
    display: flex;
    justify-content: flex-start;
}
.contacts-phone_block .contacts-phone {
    padding-right: 25px;
}
.contacts-title_list {
    padding-bottom: 35px;
    display: flex;
    justify-content: flex-start;
}
.contacts-title_list li:first-child {
    padding-right: 40px;
}
.contacts-title_list li:first-child a {
    font-family: Bliss Pro;
    font-size: 30px;
    line-height: 36px;
    color: #E74142;
}
.contacts-title_list li:last-child a {
    font-family: Bliss Pro;
    font-size: 30px;
    line-height: 36px;
    color: #1B3E62;
    border-bottom: 2px dashed #1B3E62;
}
.project_pages_block_partners {
    background: url("../img/project_pages_block_partners.jpg") no-repeat top center;
    background-size: 100%;
}
/* partners */

.slider-text_partners {
    opacity: 1;
    margin: 0;
    padding-bottom: 180px;
    font-size: 60px;
    line-height: 72px;
}
.crumb_partners {
    padding: 40px 0 55px 100px;
    padding: 40px 0 55px 0px;
}
.partners_cont_block {
    padding: 0 30px 50px 100px;
    padding: 0 30px 50px 0px;
}
.partners_cont_block p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding-bottom: 30px;
}
.partners_cont_slider {
    padding-left: 100px;
}
.slider_partners_cont {
    padding-bottom: 50px;
}
.slider_partners_cont .slider_partners_cont_block {
    padding-right: 100px;
    padding-bottom: 50px;
    width: 50%;
    float: left;
}
.slider_partners_cont .slider_partners_cont_block .slider_partners_cont_img {
    padding-bottom: 30px;
    height: 180px;
    position: relative;
}
.slider_partners_cont .slider_partners_cont_block .slider_partners_cont_img img {
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider_partners_cont .slider_partners_cont_block p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding-bottom: 30px;
    display: none;
}
.slider_partners_cont .slider_partners_cont_block a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 155.28%;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    color: #E74142;
    display: none;
}
.project_pages_block_article {
    background: url("../img/project_pages_block_article.jpg") no-repeat top center;
    background-size: 100%;
    background-size: cover !important;
}
.article_title_cont {
    max-width: 875px;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding-bottom: 100px;
}
.about_title_article {
    display: flex;
    justify-content: space-between;
}
.article_content {
    /*max-width: 1200px;*/
}
.article_content img{
    max-width: 100%;
    height: auto;
}
.about_title_article_list {
    display: flex;
    justify-content: space-between;
    min-width: 580px;
    /*http://sk.bel-kot.com/ru/servis/tehnicheskaya-podderzhka-i-konsultacii-po-podboru-kanatov*/
}
.about_title_article_list li {
    padding-right: 70px;
    padding-right: 10px !important;
}
.about_title_article_list li:last-child {
    padding-right: 0;
}
.about_title_article_list li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.about_title_article_list li a, .about_title_article_list li.active a:hover{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #E74142;
    padding: 10px 15px;
    border: 1px solid #E74142;
    border-radius: 30px;
    transition: .5s;
    background: #fff;
}
.about_title_article_list li a:hover, .about_title_article_list li.active a, .about_title_article_list li.ac1 a {
    color: #fff;
    background: #E74142;
}
.article_content_block .article_content_img {
    float: left;
    padding-right: 45px;
}
.article_content_block p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding-bottom: 30px;
}
h3.article_title, h4.article_title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #1B3E62;
    padding: 10px 0 30px 0;
}
h4.article_title {
    font-size: 32px;
    line-height: 38px;
}
.article_list_block {
    padding: 30px 0 100px 0;
    display: flex;
    justify-content: flex-start;
}
.article_list_block ul, .article_list_block ol {
    width: 32%;
}
.article_list_block ul.article_list_star li {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding: 5px 0 5px 30px;
    background: url("../img/article_list_star.jpg") no-repeat left center;
}
.article_list_block ol.article_list_num li {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #076BB2;
    padding: 5px 0 5px 10px;
    list-style: decimal;
}
.article_list_block ol.article_list_num li span {
    color: #1B3E62;
}
.article_list_block ul.article_list_link li {
    padding: 5px 0 5px 10px;
}
.article_list_block ul.article_list_link li a {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-decoration-line: underline;
    color: #E74142;
    transition: .5s;
}
.article_list_block ul.article_list_link li a:hover {
    text-decoration: none;
}
.article_list_block ul.article_list_link li a:visited {
    color: #076BB2;
}
.article_slider {
    padding-bottom: 95px;
}
.slider_article .owl-dots:after {
    display: none;
}
.slider_article .owl-dots {
    text-align: center;
    bottom: -35px;
}
.slider_article .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C4C4C4;
    margin: 0 10px;
}
.slider_article .owl-dots .owl-dot.active {
    background: #076BB2;
}
.slider_article .owl-dots .owl-dot.active:after {
    display: none;
}
.slider_article .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}
.slider_article .owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #076BB2;
    transition: .5s;
}
.slider_article .owl-nav div:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #076BB2;
    border-right: 1px solid #076BB2;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.slider_article .owl-nav div:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    transition: .5s;
    background: url("../img/owl-nav.svg") no-repeat center;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.slider_article .owl-nav div:hover:before {
    width: 90px;
    height: 90px;
    opacity: 1;
}
.slider_article .owl-nav div.owl-prev {
    left: 15px;
}
.slider_article .owl-nav div.owl-prev:hover {
    left: 35px;
}
.slider_article .owl-nav div.owl-prev:after {
    transform: translate(-50%, -50%) rotate(135deg);
}
.slider_article .owl-nav div.owl-next {
    right: 15px;
}
.slider_article .owl-nav div.owl-next:hover {
    right: 35px;
}
.slider_article .owl-nav div.owl-next:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.slider_article .owl-nav div:hover:after {
    border-color: #fff;
}
.slider_article .owl-nav div:hover {
    background: #076BB2;
}
.article_table table {
    width: 100%;
    border: none;
    margin: 0 0 40px;
}
.article_table table tr:nth-child(2n+1) {
    background: rgba(7,107,178,.1);
}
/*
.article_table table tr:first-child {
	background: #076BB2;
}
*/
.article_table table tr:first-child td {
    color: #fff;
}
.article_table table tr td {
    padding: 10px 25px;
    font-family: Bliss Pro;
    font-size: 16px;
    line-height: 19px;
    color: #103050;
}
.grid {
    padding: 70px 0;
}
.grid-sizer, .grid-item {
    width: 294px;
    margin: 2.5px;
    height: 279px;
}
.grid-item img {
    width: 100%;
    height: 100%;
}
.grid-item.grid-item--width2 {
    width: 593px;
}
.article_photo_block{
    max-width: 1400px;
}
.grid-item.grid-item--height2 {
    height: 563px;
}
.article_video {
    padding-bottom: 70px;
}
.article_video img {
    max-width: 100%;
}
.article_photo_bot {
    padding-bottom: 70px;
}
.grid-sizer_bot, .grid-item_bot {
    width: 394px;
    height: 371px;
    margin: 2.5px;
}
.grid-item_bot img {
    width: 100%;
    height: 100%;
}
.soc_block {
    padding-bottom: 70px;
    display: flex;
    justify-content: flex-start;
}
.soc_block p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    padding-right: 15px;
}
.article_news .about_title_article {
    max-width: 1250px;
}
.cnt-cont_article {
    /*padding-left: 100px;*/
    padding-left: 0
}
.article_content_catalog {
    max-width: 100%;
}
.catalog_list {
    padding: 0 30px 70px 100px;
    padding: 0 30px 70px 0px;
}
.catalog_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog_list ul li {
    width: 30%;
    height: 330px;
    position: relative;
    margin-bottom: 30px;
}
.catalog_list ul li .catalog_list_without_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #076BB2;
}
.catalog_list ul li .catalog_list_cont_without_img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
}
.catalog_list ul li .catalog_list_cont_without_img p {
    font-family: Bliss Pro;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}
.catalog_list ul li .catalog_list_cont_without_img a {
    position: absolute;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 30px;
    /*border: 1px solid #E74142;*/
    /*background: #E74142;*/
    left: 30px;
    bottom: 25px;
    transition: .5s;
}
.catalog_list ul li .catalog_list_cont_without_img a:hover {
    background: #E74142;
    border-color: #E74142;
}
.catalog_list ul li .catalog_list_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ECECEC;
}
.catalog_list ul li .catalog_list_img img {
    position: absolute;
    right: 0;
    top: 0;
}
.catalog_list.gallery-full-width ul li .catalog_list_img img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_list ul li .catalog_list_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
}
.catalog_list ul li .catalog_list_cont p {
    font-family: Bliss Pro;
    font-size: 32px;
    line-height: 38px;
    color: #1B3E62;
}
.catalog_list ul li:hover .catalog_list_cont p {
    color: #fff;
}

.catalog_list.gallery-full-width ul li:hover .catalog_list_cont p, .catalog_list.gallery-full-width ul li .catalog_list_cont p {
    color: #fff;
}

.catalog_list ul li .catalog_list_cont a {
    position: absolute;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #E74142;
    border-radius: 30px;
    transition: .5s;
    background: #E74142;
    left: 30px;
    bottom: 25px;
    opacity: 0;
    transition: .5s;
}
.catalog_list ul li:hover .catalog_list_img {
    background: #076BB2;
}
.catalog_list ul li:hover .catalog_list_cont a {
    opacity: 1;
}
.catalog_list_next ul li .catalog_list_img img {
    width: 100%;
    height: 100%;
}
.catalog_list_next ul li .catalog_list_cont p {
    float: left;
    color: #fff;
    background: rgba(7,107,178,.5);
    padding: 5px 10px;
}
.catalog_list_next ul li:hover .catalog_list_cont {
    background: rgba(7,107,178,.5);
}
.catalog_list_next ul li:hover .catalog_list_cont p {
    background: none;
}
.project_pages_block_title_catalog {
    padding-bottom: 150px;
}


/** NEW PAGES **/

.project2_page_img {
    width: 50%;
}

.project2_page_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.project2_page_cont {
    width: 50%;
    padding: 65px 60px;
}

.partners_cont_block.ropes {
    padding: 0;
}

.new_crumbs {
    padding: 40px 0 !important;
}

.product_crumb {
    padding: 40px 0 0 !important;
}

.wrapper {
    max-width: 1560px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.section-ropes {
    width: 100%;
}

.section-ropes .products-tabs,
.section-ropes .products-bottom.active {
    padding: 0;
}

.section-ropes .products-tabs {
    margin: 0 0 35px;
}

.section-ropes .ropes-description {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    margin: 0 0 60px;
}

.ropes-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 0 30px;
}

.rope {
    background: #FFFFFF;
    border: 1px solid rgba(7, 107, 178, 0.2);
    padding: 35px;
    transition: all 0.3s ease;
    position: relative;
}

.rope:hover {
    border: 1px solid #6b72fe;
}


.rope:hover .rope-img.with-hover .hover {
    display: block !important;
}

.rope .rope-img {
    margin: 0 0 40px;
}

.rope .rope-img img {
    width: 249px;
    height: 249px;
    object-position: center;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.rope .rope-category {
    font-family: Bliss Pro;
    font-size: 14px;
    line-height: 17px;
    color: #E74142;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
}



.rope .title {
    font-family: Bliss Pro;
    font-size: 24px;
    line-height: 29px;
    color: #1B3E62;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 120px;s
}



.rope ul {
    margin: 0 0 40px;
}

.rope .ul {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px;
    color: #1B3E62;
    position: relative;
    z-index: 2;
    margin: 0 0 40px;
    min-height: 42px;
}

.rope ul li {
    font-family: Bliss Pro;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 10px;
    color: #1B3E62;
    position: relative;
    z-index: 2;
}


/*


.rope:hover .rope-img.with-hover .default {
	display: none;
}

.rope .rope-img.with-hover .hover {
	display: none;
}

.rope:hover .rope-category {
	color: #fff;
}

.rope:hover {
	background: #076BB2;
	box-shadow: 1px 9px 15px rgba(7, 107, 178, 0.7);
}


.rope:hover ul li, .rope:hover .ul {
	color: #fff;
}

.rope:hover .title {
	color: #fff;
}

.rope:hover .btn {
	color: #fff;
}

*/


.rope .product-buttons {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.rope .product-buttons a {
    min-width: 187px;
    margin: 0;
    text-align: center;
}

.rope .product-buttons .btn {
    background: transparent;
}

.rope .product-buttons .btn.active {
    background: #e74142;
}

.rope .product-buttons .btn:Hover {
    background: #e74142;
}



.ropes-slider .slider-item {
    padding: 0;
    margin: 0 -15px;
}

.ropes-slider .slick-dots {
    width: 100% !important;
    position: relative;
    margin: 40px 0px 0px;
}

.ropes-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/dots_w.svg) no-repeat center;
    border-radius: 50%;
    margin: 0 8px;
    z-index: 2;
    cursor: pointer;
}

.ropes-slider .slick-dots li button {
    display: none;
}

.ropes-slider .slick-dots .slick-active:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #E74142;
    transform: translate(-50%, -50%);
}

.ropes-slider .slider-main-content {
    width: 100% !important;
}

.ropes-slider .slick-dots:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: rgba(7, 107, 178, 0.5);
}

.ropes-main-descr .title {
    font-family: Bliss Pro;
    font-size: 40px;
    line-height: 48px;
    color: #1B3E62;
    margin: 0 0 40px;
}

.ropes-main-descr .description {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    margin: 0 0 80px;
}

/* ROPES DETAIL */

.product-category {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 155.28%;
    letter-spacing: 0.03em;
    color: #E74142;
    margin: 0 0 105px;
    position: relative;
}

.product-category:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 190px;
    border-bottom: 1px solid #E74142;
    height: 1px;
}

.product-view {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 60px;
}

.product-view .product-slider {
    max-width: 50%;
    background: #FFFFFF;
    box-sizing: border-box;
    height: auto;
    margin: 0 0 auto;
    width: 100%;
}

.product-view .product-slider .slick-list {
    padding: 0 0 25px;
}

.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    border: 1px solid #076BB2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 4;
    cursor: pointer;
}

.product-slider .slick-arrow:before {
    content: '';
    position: absolute;
    left: -9px;
    top: -9px;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.product-slider .slick-arrow:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    opacity: 0.1;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.product-slider .slick-arrow:hover {
    background: #fff;
    opacity: 1;
}

.product-slider .slick-arrow:hover:before {
    opacity: .4;
    visibility: visible;
}

.product-slider .slick-arrow:hover:after {
    opacity: .1;
    visibility: visible;
}

.product-slider .slick-arrow img {
    display: block;
    margin: 0 auto;
}

.product-slider .slick-arrow.slick-prev {
    left: 35px;
}

.product-slider .slick-arrow.slick-next {
    right: 35px;
}

.product-view .product-slider .slider-item {
    padding: 0;
}

.product-view .product-slider .slider-item .image-envelope {
    transition: all 0.3s ease;
    padding: 65px 0;
    text-align: center;
    border: 1px solid rgba(7, 107, 178, 0.2);
    min-height: 650px;
    width: 100%;
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.product-view .product-slider .slider-item img {
    margin: 0 auto;
    max-width: 100%;
}

/*
.product-view .product-slider .slider-item.hovered {
	background: #076BB2;
     box-shadow: 0px 4px 16px rgba(7, 107, 178, 0.4);
}
*/

.product-description {
    width: 50%;
    padding: 0 0 0 155px;
}

.product-description ul li {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 45px 0 0;
}

.product-description ul li:nth-last-child(1) {
    margin: 0;
}

.product-description ul li .name {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 155.28%;
    letter-spacing: 0.03em;
    color: #076BB2;
    margin: 0 15px 0 0;
    display: inline-block;
    float: left;
}

.product-description ul li .char {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 155.28%;
    letter-spacing: 0.03em;
    color: #1B3E62;
}

.product-description ul li.purpose {
    margin: 66px 0 0;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.product-description ul li.purpose .char {
    /*width: calc(100% - 160px);*/
}

.product-description ul li.purpose .name {
    max-width: 140px;
}

.product-description .project_block_cont_link {
    margin: 50px 0 0;
    padding: 0 0 25px;
    max-width: 525px;
}

.product-description .project_block_cont_link a {
    font-size: 18px;
    min-width: 190px;
    text-align: center;
}

.details-description p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    margin: 0 0 30px;
}

.details-description .article_table {
    max-width: 1200px;
    width: 100%;
    margin: 0 0 100px;
}

.details-description .article_table tr td {
    vertical-align: middle;
    text-align: center;
    /*white-space: nowrap;*/
}

.details-description .article_table tr td[colspan="6"] {
    padding: 0;
}

.details-description .article_table tr td[colspan="6"] td[colspan="6"] {
    padding: 10px 25px;
}

.details-description .article_table table tr:first-child td {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.description-alert {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 80px;
}

.description-alert .alert-img {
    max-width: 120px;
    text-align: center;
    margin: 0 25px 0 0;
}

.description-alert p {
    width: calc(100% - 150px);
}


.nav-block li .submenu {
    display: none;
    padding: 25px 0 0 70px;
}

.nav-block li .submenu.menu-open {
    display: block !important;
}

.nav-block li .submenu li a {
    text-transform: initial;
    font-size: 24px;
}

.tech-types-description {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
    margin: 0 0 60px;
}

.tech-type {
    background: #FFFFFF;
    border: 1px solid rgba(7, 107, 178, 0.2);
    display: inline-block;
    width: 100%;
    padding: 35px 20px;
    margin: 0 0 30px;
    min-height: 358px;
    height: 100%;
}

.tech-type .tech-img {
    width: 100%;
    margin: 0px 0 10px;
    display: block;
}

.tech-type .tech-img img {
    display: block;
    transition: all 0.3s ease;
    max-width: 200px;
    max-height: 210px;
}

.tech-type .tech-title {
    font-family: Bliss Pro;
    font-size: 32px;
    line-height: 38px;
    color: #1B3E62;
    transition: all 0.3s ease;
}

.tech-type:hover {
    background: #076BB2;
    box-shadow: 1px 9px 15px rgba(7, 107, 178, 0.7);
}

.tech-type:hover .tech-img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.tech-type:hover .tech-title {
    color: #fff;
}

.article_content_catalog.tech-main-title {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 70px;
}

.article_content_catalog.tech-main-title img {
    max-width: 485px;
}

.title-part {
    max-width: calc(100% - 487px);
}

.article_content_catalog.tech-main-title .about_title_article {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.article_content_catalog.tech-main-title ul li {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #1B3E62;
}

.type-selection ul {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.type-selection ul li {
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 0 55px 15px 0;
    position: relative;
    padding: 0 0 0 50px;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 20px 0 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.circle.circle-green {
    background: #1F7C45;
}

.circle.circle-yellow {
    background: #EFE455;
}

.circle.circle-red {
    background: #C2293D;
}

.rope .label {
    display: none;
}

.rope.with-label .label {
    display: block;
}

.label {
    position: absolute;
    right: 35px;
    top: 10px;
}

.label li {
    display: inline-block;
    margin: 0 7.5px !important;
}

.label li .circle {
    margin: 0;
    position: static;
    transform: none;
}

.tech-type-section {
    margin: 0 0 46px;
}

@media screen and (max-width: 1520px) {
    .wrapper {
        max-width: 1200px;
    }
    .crumb ul{    flex-wrap: wrap;}
    .rope .product-buttons a {
        min-width: initial;
        font-size: 16px;
    }
    .rope {
        padding: 35px 25px;
    }
    .ropes-slider .slider-item {
        text-align: left;
        transition: none;
    }
    .product-description {
        padding: 0 0 0 80px;
    }
    .tech-type .tech-title {
        font-size: 24px;
    }
    .circle {
        width: 30px;
        height: 30px;
    }
    .type-selection ul li {
        margin: 0 25px 15px 0;
    }
    .label {
        right: 10px;
    }
    .info-block-mini {
        padding-right: 200px;
    }
    .info-block p {
        font-size: 14px;
    }
    .ropes .about_title.about_title_article {
        font-size: 40px;
        line-height: 45px;
    }
    .grid-sizer_bot, .grid-item_bot {
        width: 381px;
    }
}

@media screen and (max-width: 1440px) {
    .product-description .project_block_cont_link a {
        font-size: 16px;
        min-width: 160px;
    }
    .product-description .project_block_cont_link {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .product-view .product-slider {
        margin: 0 auto;
    }
    .product-description {
        width: 100%;
    }
    .product-view .product-slider .slider-item .image-envelope {
        min-height: auto;
    }
    .details-description .article_table {
        overflow: auto;
    }
    .tech-type {
        min-height: 325px;
    }
    .tech-type .tech-title {
        font-size: 20px;
        line-height: 25px;
    }
    .rope .product-buttons .btn {
        min-width: 100%;
        width: 100%;
        margin: 5px 0;
    }
    .rope .rope-img img {
        width: 100%;
        height: 100%;
    }
    .catalog_list ul li .catalog_list_cont p {
        font-size: 24px;
    }
    .product-description .project_block_cont_link {
        justify-content: center;
    }
    .product-description .project_block_cont_link a {
        margin: 0 15px;
    }
}

@media screen and (max-width: 992px) {
    .ropes-slider .slick-dots {
        bottom: auto !important;
        margin: 20px 0 0;
    }
    .ropes-main-descr {
        margin: 40px 0 0;
    }
    .product-description {
        padding: 0;
    }
    .tech-type-section .col-4 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%;
    }
    .article_content_catalog.tech-main-title img {
        max-width: 200px;
    }
    .title-part {
        width: 100%;
        max-width: 100%;
    }
    .products-more {
        position: static !important;
    }
    .project_pages_block_article, .project_pages, .project2_page_link, .about-title, .about_info_block_cont.about_info_block_cont3, .about_info_block_cont.about_info_block_cont2, .about_info_block_cont.about_info_block_cont1 {
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }
}

@media screen and (max-width: 768px) {
    .col-4 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%;
    }
    .product-description ul li.purpose .name,
    .product-description ul li.purpose .char {
        width: 100%;
    }
    .product-view .product-slider {
        max-width: 100%;
    }
    .description-alert .alert-img {
        max-width: 100%;
        text-align: center;
    }
    .description-alert p {
        width: 100%;
    }
    .product-view .product-slider .slider-item.hovered {
        background: #fff;
        box-shadow: none;
    }
    .slider_partners_cont .slider_partners_cont_block {
        width: 100%;
        padding: 0 !important;
        text-align: center;
    }
    .slider_partners_cont .slider_partners_cont_block .slider_partners_cont_img {
        display: inline-block;
        width: auto;
    }
    .slider_partners_cont .slider_partners_cont_block .slider_partners_cont_img img {
        position: static;
        transform: none !important;
    }
    .article_photo_bot .grid_bot,
    .article_photo_bot .grid-sizer_bot, .article_photo_bot .grid-item_bot {
        position: static !important;
    }
    .article_photo_bot .grid_bot {
        overflow: auto;
        white-space: nowrap;
        height: auto !important;
    }
    .article_photo_bot .grid-sizer_bot, .article_photo_bot .grid-item_bot {
        display: inline-block;
    }
    .article_photo_bot .grid-sizer_bot {
        display: none;
    }
    .article_list_block ol {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 540px) {
    .col-4,
    .tech-type-section .col-4{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100%;
    }
    ul.project_block_cont_link {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-description .project_block_cont_link li {
        width: 100%;
        margin: 10px 0;
    }
    .product-description .project_block_cont_link li a {
        width: 100%;
        padding: 10px 25px;
    }
}

.p-part {
    padding: 0 0 0 135px;
}

.p-part.part-new {
    padding: 0 0 0 220px;
    padding: 0 0 0 120px;
}

@media screen and (max-width: 1023px) {
    .p-part,
    .p-part.part-new {
        padding: 0;
    }
    .index_page .products-top-title {
        padding: 0 15px;
    }
    .contacts-cont {
        padding-top: 0 !important;
    }
    .with-menu .header-block {
        background: #1a3e62;
        margin-top: 0;
    }
    .contacts-map {
        margin: 0 !important;
    }
    .contacts-content {
        padding-bottom: 15px;
    }
    .project-items .translate-container::-webkit-scrollbar {
        width: 0px;
        height: 4px;
        border-radius: 6px;
    }

    .project-items .translate-container::-webkit-scrollbar-thumb {
        background: #ededed;
    }

    .project-items .translate-container::-webkit-scrollbar-thumb {
        width: 0px;
        height: 4px;
        border-radius: 6px;
    }

    .project-items .translate-container::-webkit-scrollbar-track {
        background: #fff;
    }
    .project-items .translate-container {
        overflow: auto;
        padding: 0 0 20px;
    }
    .header-block.sticky .phone {
        display: block !important;
    }
    .texth2 ul li,
    .partners_cont_block p,
    .slider_partners_cont .slider_partners_cont_block p {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 960px) {
    .about_resources_tubs ul li.active .about_resources_tubs_block {
        display: none;
    }
    .about_resources_tubs ul li > a span {
        color: rgba(231, 65, 66, 0.5 ) !important;
    }
    .about_resources_tubs ul li.active a {
        padding: 0;
        color: #1B3E62;
    }
}

.lang {
    float: right;
}

.lang li {
    display: inline-block;
    vertical-align: middle;
}

.lang li a {
    font-family: Bliss Pro;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.lang li.active a,
.lang li a:hover {
    color: #fff;
}

.lang li span {
    font-family: Bliss Pro;
    font-size: 20px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1023px) {
    .about_certificate_line, .about_project_line {
        background: transparent;
    }
}

.header-block.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 37px 235px;
    /*padding: 50px 235px;*/
    background: #fff;
    min-height: 100px;
    z-index: 88;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.header-block.sticky span {
    color: #1B3E62;
}

.header-block.sticky .nav-btn {
    background-image: url(../img/nav-btn2.png);
    color: #1b3e62;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    /*order: 3;*/
}

.header-block.sticky .lang li a {
    color: #1B3E62;
    opacity: .5;
}

.header-block.sticky .lang li.active a,
.header-block.sticky .lang li a:hover {
    opacity: 1;
}

.header-block.sticky .phone {
    color: #1B3E62;
}

.header-block .logo-sticky {
    display: none;
}

.header-block.sticky .logo-sticky {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.with-menu {
    overflow: hidden;
}

.with-menu .header-block.sticky {
    background: transparent;
    box-shadow: none;
}

.with-menu .header-block.sticky span {
    color: #fff;
}

.partners_cont_block.news-content .article_content_img {
    float: none;
    width: 100%;
    margin: 0 0 40px;
}

.partners_cont_block.news-content .article_content_img img {
    width: 100%;
}

.news-info-date {
    color: #1B3E62;
    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;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 0px;
}

.news-info-date p {
    margin: 0 120px 0 0;
    padding: 0;
    color: #076BB2;
    font-size: 18px;
}

.news-info-date a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #076BB2;
}

.about_certificate .slick-dots {
    text-align: center;
    bottom: -35px;
}
.about_certificate .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C4C4C4;
    margin: 0 10px;
}
.about_certificate li.slick-active {
    background: #076BB2 !important;
}
.products-top-btns.btns-mobile {
    display: none;
}
.products-top-btns.btns-mobile a:nth-child(1) {
    margin: 0 0 10px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal {
    padding: 0;
}

.modal-content {
    border: none;
    max-width: 1200px;
    margin: 0 auto;
}

.modal-content .modal-close {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}

.modal-content .cnt-cont.cnt-cont_new {
    padding: 60px;
}


@media screen and (max-width: 1520px) {
    .header-block.sticky {
        min-height: 85px;
        padding: 30px 235px;
    }
    .header-block.sticky .logo-sticky img {
        max-width: 65px
    }
}

@media screen and (max-width: 1023px) {
    .header-block.sticky {
        padding: 40px 0px;
    }
    /* 	.products-top .products-top-btns {
	display: none;
} */
    .products-top-btns.btns-mobile {
        display: block !important;
        text-align: center;
        margin: 0 0 30px;
    }
    .products-top-title {
        text-align: left !important;
    }
    .section-cont_contact .contacts-title {
        text-align: left;
        margin: -40px 0 80px !important;
    }
    .contacts-title {
        text-align: left;
    }
    .about_certificate {
        padding: 0 0 80px;
    }
    .about_certificate_img {
        margin: 0 auto;
    }
    .lang {
        display: none;
    }
    .header-block.sticky .lang {
        display: block;
        margin: 0 20px 0 0;
    }
    .header-block.sticky{
        min-height: 70px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }

}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media screen and (max-width: 680px) {
    .logo-sticky {
        display: none !important;
    }
    .logo-sticky img {
        height: 68px;
        width: 68px;
    }
    .header-block .logo-sticky {
        top: 15px;
    }
    .header-block.sticky {
        padding: 10px 0px;
        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;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }
    .nav-btn.first {
        /*order: 3;*/
    }
    .header-block.sticky .lang,
    .header-block.sticky .phone {
        margin: 0 10px;
    }
    .grid-sizer, .grid-item {
        height: 225px !important;
    }
}

.about_certificate_line_button_right-p, .about_project_line_button_right-p {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
}

.about_certificate_line_button_left-p, .about_project_line_button_left-p {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.section-news-detail .header-block a {
    color: #1B3E62;
}

.section-news-detail .header-block .nav-btn {
    background-image: url(../img/nav-btn2.png);
    color: #1b3e62;
}

.p-part.n-detail {
    margin: 120px 0 0;
}

.project2_page_cont-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 65px 60px;
    opacity: 0;
    visibility: hidden;
    background: #1B3E62;
    transition: all 0.3s ease;
    overflow: auto;
    display: block;
}

.project2_page_cont-hover .title {
    letter-spacing: 0;
    font-family: Bliss Pro;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    padding-bottom: 50px;
    position: relative;
}

.project2_page_cont-hover .a-title {
    padding: 0;
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #FFFEFE;
    margin: 0 0 5px;
}

.project2_page_cont-hover .a-descr {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.project2_page_cont:hover .project2_page_cont-hover {
    opacity: 1;
    visibility: visible;
}

.project2_page_cont-hover .advantages li {
    margin: 0 0 35px;
    padding: 0 0 0 65px;
    position: relative;
}

.project2_page_cont-hover .advantages li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: url('../img/hover-block-img.png') center no-repeat;
    width: 54px;
    height: 54px;
}

@media screen and (max-width: 1900px) {
    .project2_page_cont-hover .title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1540px) {
    .project2_page_cont-hover {
        padding: 30px;
    }
    .project2_page_cont-hover .title {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 30px;
    }
    .project2_page_cont-hover .a-title {
        font-size: 16px;
        line-height: 20px;
    }

    .project2_page_cont-hover .a-descr {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1023px) {
    .p-part.n-detail {
        margin: 0;
    }
    .nav-block {
        padding: 100px 0 0;
    }
    .nav-block svg {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 460px) {
    .project2_page_cont-hover .title {
        font-size: 24px;
        line-height: 26px;
    }
}

.project-items .slick-dots {
    width: 100% !important;
    position: relative;
    margin: 80px 0px 0px;
    text-align: left;
}

.project-items .slick-dots li {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/dots_w.svg) no-repeat center;
    border-radius: 50%;
    margin: 0 8px;
    z-index: 2;
    cursor: pointer;
}

.project-items .slick-dots li button {
    display: none;
}

.project-items .slick-dots .slick-active:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #E74142;
    transform: translate(-50%, -50%);
}

.project-items .slider-main-content {
    width: 100% !important;
}

.project-items .slick-dots:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 1px;
    background: rgba(7, 107, 178, 0.5);
}

.logo_hidden{
    display: none;
}

.blue_logo_header .logo{display: none;}
.blue_logo_header .logo.logo_hidden{display: block;}


/** NEW PAGES **/


/** 05.07.2019 **/

.about_cont_block .about_cont_info {
    background: transparent;
    position: relative;
    padding: 0;
}

.about_cont_block .about_cont_info svg {
    position: absolute;
    right: -165px;
    top: -35px;
}

.icon-svg * {
    fill-opacity: 0;
    fill: none;
    stroke: #006bb7;
    transition: fill-opacity 1s, stroke 1s;
}

svg.finished * {
    fill-opacity: 1;
    stroke: transparent;
}

.about_cont_info-left {
    max-width: 705px;
}

@media screen and (max-width: 1320px) {
    .about_cont_block .about_cont_info svg {
        width: 400px;
        height: 400px;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 1200px) {
    .about_cont_block .about_cont_info svg {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .prod_tabs_block {
        padding: 0 30px 30px !important;
    }
    .products-top-title {
        padding: 0 0 0 30px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .about_quality_block .about_quality_cont h2, .about_partners_block h2 {
        font-size: 40px !important;
    }
}