@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Regular.otf') format('opentype'),
    url('fonts/ProximaNova-Regular.woff') format('woff'),
    url('fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Bold.otf') format('opentype'),
    url('fonts/ProximaNova-Bold.woff') format('woff'),
    url('fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Light.otf') format('opentype'),
    url('fonts/ProximaNova-Light.woff') format('woff'),
    url('fonts/ProximaNova-Light.ttf') format('truetype'),
    url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova-Semibold.otf') format('opentype'),
    url('fonts/ProximaNova-Semibold.woff') format('woff'),
    url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
    url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'ProximaNova', sans-serif;
    padding-top: 80px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: none;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}


.bg {
    position: relative;
}

.bg:before {
    content: "";
    display: block;
    position: absolute;
    height: 430px;
    background: #e5e5e5;
    width: 100%;
}

.header {
    height: 90px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;
    background: #222d5a;
}

.header.fixed {
    position: fixed;
    width: 100%;
    background: #222d5a;
    top: 0;
    left: 0;
    z-index: 999;
}

.header .drop .container {
    display: flex;
    justify-content: center;
    height: 82px;
    align-items: center;
}

.header .container {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}

.header .container:before,
.header .container:after {
    display: none;
}

.logo img {
    max-width: 190px;
}

.section1 {
    /*padding-top: 80px;*/
}

.navigation-list {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-list > li {
    float: left;
    margin-right: 11px;
}

.navigation-list > li > a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
    position: relative;
}

.navigation-list > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #5975ff;
    bottom: -36px;
    left: 0;
    display: none;
}

.navigation-list > li:hover > a:after {
    display: block;
}

.search-icon {
    display: inline-block;
    background: url(../images/search-icon.png) no-repeat;
    width: 21px;
    position: relative;
    z-index: 3;
    height: 21px;
}

.search-icon.active {
    background-image: url(../images/search-icon2.png);
}

.search {
    float: left;
    margin-top: 36px;
    position: relative;
    margin-left: 27px;
}

.search-field {
    position: absolute;
    right: -15px;
    top: -9px;
    overflow: hidden;
    width: 0;
    z-index: 2;
    transition: width ease .2s;
}

.search-field input {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ccc;
    font-family: 'ProximaNova';
    padding: 0 15px;
    display: block;
    width: 100%;
}

.h-right {
    display: flex;
    align-items: center;
}

.phone {
    float: left;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    margin-left: 18px;
    text-decoration: none;
    padding-left: 56px;
    position: relative;
    padding-right: 10px;
    margin-right: -10px;
}

.phone:before {
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    background: #0053fa url(../images/phone-icon3.png) no-repeat center center;
    left: 0;
    border-radius: 50%;
    top: 2px;
}

.phone:hover {
    color: #fff;
    background: #0053fa;
}

.phone span {
    font-weight: 600;
}

.slide-bg {
    background-repeat: no-repeat;
    background-position: top center;
    height: 765px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #e6e6e6;
}

.slide-bg2 {
    background-repeat: no-repeat;
    background-position: top center;
    height: 765px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #e6e6e6;
}

.slider .container {
    height: 765px;
    position: relative;
}


.slider-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-list li {
    height: 765px;
}

.owl-dots {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

.owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
    opacity: .35;
    border: none;
    padding: 0;
}

.owl-dot.active {
    opacity: 1;
}

.slide-text {
    width: 95%;
    position: relative;
    z-index: 2;
    background: rgba(45, 45, 45, 0.8);
    padding: 40px;
    margin-left: -40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.slide-text > div:first-child {
    max-width: 59%;
    padding-right: 20px;
}

.flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 810px;
}

.slide-img {
    padding: 15px;
    float: right;
    z-index: 2;
    position: relative;
}

.slide-img span {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.slide-img {
    max-width: 1000px;
    max-width: 1000px
}

.slide-text2 {
    max-width: 490px;
    position: absolute;
    z-index: 2;
    left: 50%;

}

.slide-text2 .product-section__title {
    font-size: 60px;
    color: #2d2d2d;
}

.slide-text2 .product-section__text {
    color: #2d2d2d;
    font-size: 16px;
}

.slide-text h2 {
    font-weight: 300;
    font-size: 55px;
    color: #fff;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 20px;
}

.slide-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}

.slider {
    position: relative;
}

.mouse-icon {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
    z-index: 2;
    text-align: center;
    width: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.mouse-icon i {
    font-style: normal;
}

.mouse-icon span {
    display: block;
    background: url(../images/mouse-icon.png) no-repeat;
    width: 20px;
    height: 30px;
    margin: 0 auto 10px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: down;
    animation-name: down;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes down {
    0% {
        transform: translate(0, 5px);
    }

    50% {
        transform: translate(0, -5px);
    }

    100% {
        transform: translate(0, 5px);
    }
}

.section2 {
    padding: 100px 0 140px;
}

.block-title {
    text-align: center;
    color: #0053fa;
    color: #000;
    font-size: 60px;
    margin: 40px 0 80px;
    line-height: 140%;
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 28.10810810810811%;
    float: left;
    text-align: right;
    padding-right: 55px;
    border-right: 1px solid #d9d9d9;
}

.tabs li {
    position: relative;
}

.section2 .tabs li a {
    display: inline-block;
    color: #2d2d2d;
    font: 18px;
    font-weight: 300;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 25px;
}

.tabs li a.active {
    background: #0053fa;
    color: #fff;
}

.tabs li.active {
    position: relative;
}

.tabs li.active:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/tab-arrow.png) no-repeat;
    height: 38px;
    width: 20px;
    right: -75px;
    top: 50%;
    margin-top: -19px;
}

.panel-container {
    width: 66.21621621621622%;
    float: right;
}

.tab-text {
    width: 50%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}

.tab-img {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    width: 50%;
    float: right;
    right: 0;
    text-align: center;
}

.panel-container {
    position: relative;
    min-height: 290px;
}

.section3 {
    height: 650px;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}

.section3-bg {
    background: url(../images/s3-bg.jpg) no-repeat top center;
    height: 650px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease .8s;
}

.section3:hover .section3-bg,
.section7:hover .section7-bg {
    transform: scale(1.03);
}

.s3-text {
    width: 57.20720720720721%;
    float: right;
    position: relative;
    z-index: 2;
}

.s3-title {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.s3-title span {
    font-weight: 700;
}

.s3-info {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.s3-info i {
    display: block;
    float: left;
    margin-right: 10px;
}

.icon-date {
    background: url(../images/icon-date.png) no-repeat;
    width: 17px;
    height: 17px;
}

.icon-marker {
    background: url(../images/icon-marker.png) no-repeat;
    width: 16px;
    height: 21px;
    margin-left: 1px;
}

.s3-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 40px 0;
    line-height: 150%;
}

.button {
    display: inline-block;
    height: 50px;
    line-height: 44px;
    border: 3px solid #222d5a;
    border-radius: 25px;
    color: #fffefe;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 40px;
    transition: all ease .2s;
}

.section4 {
    padding: 100px 0;
}

.s4-col {
    width: 50%;
    float: left;
}

.s4-item {
    margin-bottom: 21px;
    overflow: hidden;
}

.s4-item__img {
    float: left;
    width: 28.07017543859649%;
    overflow: hidden;
}

.s4-item__img img {
    width: 100%;
    transition: all ease .5s;
    display: block;
}

.s4-item__img:hover img {
    transform: scale(1.1);
}

.s3-btn:hover,
.button:hover {
    background: #fff;
    color: #0053fa;
}

.s4-item__text {
    width: 64.03508771929825%;
    float: right;
    padding-right: 30px;
}

.s4-item__text span {
    display: block;
    color: #0053fa;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.s4-item__text a {
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.s4-item__text a:hover {
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.s4-btn,
.product-section__btn .button,
.publication__btn .button {
    color: #222d5a;
    border-color: #222d5a;
    margin-top: 30px;
}

.s4-btn:hover,
.s5-btn:hover,
.product-section__btn .button:hover,
.product-back .button:hover,
.product-desc__item .button:hover,
.publication__btn .button:hover {
    color: #fff;
    background: #222d5a;
    border-color: #222d5a;
}

.section5 {
    background: url(../images/s5-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 650px;
    padding-top: 150px;
}

.s5-text {
    width: 42.34234234234234%;
    float: left;
}

.s5-title {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.s5-title span {
    font-weight: 700;
}

.s5-text p {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
}

.s5-btn {
    color: #222d5a;
    border-color: #222d5a;
    width: 160px;
    text-align: center;
    margin-top: 114px;
}

.section6 {
    padding: 100px 0;
    height: 650px;
}

.s6-slider__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s6-slider__list li {
    height: 200px;
    position: relative;
}

.s6-slider__list li img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    max-height: 100%;
    max-width: 80%;
    width: auto !important;
}

.s6-slider {
    max-width: 84.23423423423423%;
    margin: 0 auto;
}

.s6-slider .owl-dot {
    background: #0053fa;
}

.s6-slider .owl-dots {
    bottom: -100px;
}

.s6-slider .owl-nav div,
.s2-slider .owl-nav div,
.product-img__slider .owl-nav div,
.product-slider .owl-nav div {
    position: absolute;
    background: url(../images/carousel-arrows.png) no-repeat;
    width: 19px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
    margin-top: -17.5px;
    opacity: .7;
}

.s6-slider .owl-nav div:hover,
.s2-slider .owl-nav div:hover,
.product-img__slider .owl-nav div:hover,
.product-slider .owl-nav div:hover {
    opacity: 1;
}

.s6-slider .owl-nav div.owl-prev {
    left: -60px;
}

.s6-slider .owl-nav div.owl-next {
    background-position: -19px 0;
    right: -60px;
}

.s2-slider .owl-nav div.owl-prev,
.product-slider .owl-nav div.pwl-prev {
    left: 0px;
}

.s2-slider .owl-nav div.owl-next,
.product-slider .owl-nav div.owl-next {
    background-position: -19px 0;
    right: 0px;
}

.product-img__slider .owl-nav div.owl-prev {
    left: -20px;
}

.product-img__slider .owl-nav div.owl-next {
    right: -20px;
    background-position: -19px 0;
}

.section7 {
    height: 700px;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}

.section7-bg {
    height: 700px;
    background: url(../images/s7-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease .8s;
}

.footer {
    background: #222d5a;
    padding: 80px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
}

.f-col1 {
    width: 33.78378378378378%;
    float: left;
}

.vk-icon, .inst-icon, .fb-icon {
    display: inline-block;
    background: url(../images/social.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.vk-icon {
    background-position: -0px -0px;
    width: 32px;
    height: 18px;
    margin-top: 4px;
}

.inst-icon {
    background-position: -0px -18px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.fb-icon {
    background-position: -0px -42px;
    width: 13px;
    height: 26px;
}

.social a {
    display: inline-block;
    margin-right: 15px;
    float: left;
}

.social {
    margin: 20px 0 35px;
}

.f-contact {
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}

.f-contact a {
    color: #fff;
}

.f-contact span {
    font-weight: 300;
}

.mail-icon {
    display: inline-block;
    background: url(../images/mail-icon.png) no-repeat;
    width: 21px;
    height: 21px;
    margin: -2px 10px 0 0;
}

.phone-icon {
    display: inline-block;
    background: url(../images/phone-icon.png) no-repeat;
    width: 22px;
    height: 21px;
    margin: -2px 10px 0 0;
    float: left;
}

.f-contact__phone {
    line-height: 160%;
    margin-left: 30px;
}

.f-right {
    width: 66.21621621621622%;
    float: right;
    margin-top: 15px;
}

.f-col {
    width: 25%;
    float: left;
}

.f-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-list li {
    margin-bottom: 14px;
}

.f-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.f-list li:first-child a {
    font-weight: 600;
}

.f-list li a:hover {
    text-decoration: underline;
}

.drop {
    width: 100%;
    padding: 5px 0;
    background: #eaeaea;
}

.drop:not(.section-submenu) {
    position: absolute;
    left: 0;
    top: 82px;
    display: none;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

.drop.section-submenu {
    height: 82px;
    padding: 18px 0;
    margin-top: 10px;
    background: none;
    border-bottom: 2px solid #126db7;
}

.drop:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    top: -39px;
}

.navigation-list > li:hover .drop {
    display: block;
}

.navigation-sublist {
    margin: 0;
    padding: 10px 30px 0 30px;
    list-style: none;
    float: left;
    border-right: 1px solid #d2d2d2;
    min-width: 16%;
}

.navigation-sublist:last-child {
    border-right: none;
}

.navigation-sublist li {
    margin-bottom: 10px;
}

.navigation-sublist li:first-child a {
    color: #0053fa;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
}

.navigation-sublist li a {
    padding: 5px 10px;
    border-radius: 13px;
}

.navigation-sublist li.active a,
.navigation-sublist li:first-child a:hover {
    background: #0053fa;
    color: #fff;
    text-decoration: none;
}

.navigation-sublist li a {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

.navigation-sublist li a:hover {
    text-decoration: underline;
}

.menu-icon {
    display: block;
    float: right;
    background: url(../images/menu-icon.png) no-repeat;
    width: 23px;
    height: 20px;
    margin: 0 0 0 20px;
    display: none;
}

.menu-icon.active {
    background-image: url(../images/close.png);
}

.mobile-visible {
    display: none !important;
}

.s2-slider-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-list li {
    position: relative;
}

.s2-slider__img {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 40px;
}

.s2-slider__img img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
}

.s2-slider__title {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #2d2d2d;
    text-transform: uppercase;
}

.s2-slider__text {
    text-align: center;
    color: #797979;
    font-size: 13px;
    font-weight: 300;
    line-height: 150%;
}

.s2-slider__text a {
    color: #0053fa;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dotted #0053fa;
}

.banner {
    margin-bottom: 100px;
}

.banner-img {
    float: right;
    width: 64.86486486486486%;
    position: relative;
}

.banner-text {
    width: 33.78378378378378%;
    float: left;
}

.banner-img__item span {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

.banner-img__item {
    position: absolute;
    width: 215px;
    font-size: 15px;
    font-weight: 400;
    right: 20px;
    line-height: 130%;
}

.banner-img__item.item1 {
    top: 0;
}

.banner-img__item.item2 {
    top: 170px;
}

.banner-img__item.item3 {
    top: 295px;
}

.banner-img__item.item4 {
    top: 450px;
}

.breadcrumbs {
    margin: 28px 0 20px;
}

.breadcrumbs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs-list li {
    float: left;
    margin-right: 35px;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
    position: relative;
}

.banner .breadcrumbs-list li {
    color: #b9e4f9;
}

.breadcrumbs-list li:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    border-right: 1px solid #dbdbdb;
    right: -17.5px;
    top: 3px;
}

.breadcrumbs-list li:last-child:before {
    display: none;
}

.banner .breadcrumbs-list li a {
    color: #fff;
}

.breadcrumbs-list li a {
    color: #0053fa;
    text-decoration: none;
    border-bottom: 1px solid #0053fa;
    font-weight: 300;
}

.breadcrumbs-list li a:hover {
    border-bottom: none;
}

.banner-title {
    color: #000;
    font-size: 30px;
    margin: 35px 0 50px;
}

.banner-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
}

.content {
    width: 74.32432432432432%;
    float: left;
}

.sidebar {
    width: 22.97297297297297%;
    float: right;
}

.grid {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.product-col {
    width: 25%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.product-item {
    height: 100%;
    transition: all ease .3s;
    margin-bottom: 50px;
    position: relative;
}

.product-item__img {
    height: 348px;
    text-align: center;
    position: relative;
}

.product-item__img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.product-item__title {
    padding: 15px;
}

.product-item__title a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    line-height: 130%;
}

.product-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-item:hover .product-item__title a {
    color: #0053fa;
}

.filter {
    border: 1px solid #e0e0e0;
}

.filter-item {
    border-bottom: 1px solid #e0e0e0;
}

.filter-item {
    padding: 30px 0;
}

.filter-item h3 {
    margin: 0;
    font-size: 18px;
    color: #2d2d2d;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: 400;
}

.filter-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-list > li > a {
    color: #0053fa;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    display: block;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
}

.filter-sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter-sublist li a {
    text-decoration: none;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.filter-sublist li.active a {
    background: #0053fa;
    color: #fff;
}

.filter-sublist li a:hover,
.filter-list > li > a:hover {
    text-decoration: underline;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.jq-selectbox__select {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #e0e0e0;
    height: 40px;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 40px;
    padding: 0 30px 0 15px;
    background: #fff;
}


.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 15px;
    right: 12px;
    background: url(../images/down2.png) no-repeat;
    width: 11px;
    height: 8px;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    background: #FFF;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.jq-selectbox li.selected {
    color: #000;
}

.jq-selectbox li:hover {
    background-color: #0053fa;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.filter-select {
    padding: 0 20px;
}

.checkbox {
    padding: 0 20px;
    margin-bottom: 10px;
}

.checkbox input {
    display: none;
}

.checkbox label {
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label span {
    display: block;
    float: left;
    margin: 2px 10px 0 0;
    background: url(../images/checkbox.png) no-repeat;
    width: 15px;
    height: 15px;
}

.checkbox input:checked + label span {
    background-position: 0 -15px;
}

.pagination {
    margin-bottom: 90px;
}

.pagination-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.pagination-list li {
    display: inline-block;
}

.pagination-list li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid transparent;
}

.pagination-list li.active a {
    background: #0053fa;
    color: #fff;
}

.pagination-list li a:hover {
    border-color: #e0e0e0;
    color: #0053fa;
}

.pagination-list li a.pager-first,
.pagination-list li a.pager-last {
    border: 1px solid #e0e0e0;
}

.pagination-list li a.pager-first:hover,
.pagination-list li a.pager-last:hover {
    background: #0053fa;
    border-color: #0053fa;
}

.pagination-list li a.pager-first {
    background: url(../images/arr-left.png) no-repeat center;
}

.pagination-list li a.pager-last {
    background: url(../images/arr-right.png) no-repeat center;
}

.pagination-list li a.pager-first:hover {
    background: #0053fa url(../images/arr-left2.png) no-repeat center;
}

.pagination-list li a.pager-last:hover {
    background: #0053fa url(../images/arr-right2.png) no-repeat center;
}

.text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 45px;
}

.text ul {
    padding-left: 35px;
    list-style: none;
}

.text ul li {
    position: relative;
    margin-bottom: 10px;
}

.text ul li:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/dot.png) no-repeat;
    width: 8px;
    height: 8px;
    left: -18px;
    top: 6px;
}

.product-title {
    text-transform: uppercase;
    color: #0053fa;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
    float: left;
}

.product-img__view {
    border: 1px solid #e0e0e0;
    height: 440px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.product-img__view img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}

.product-desc__title {
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

.product-desc__serial {
    color: #797979;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 50px;
}

.p-icon1, .p-icon2, .p-icon3, .p-icon4, .p-icon5,
.p-icon6, .p-icon7, .p-icon8, .p-icon9 {
    display: inline-block;
    background: url(../images/p-sprite.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.p-icon1 {
    background-position: -0px -0px;
    width: 65px;
    height: 65px;
}

.p-icon2 {
    background-position: -65px -0px;
    width: 65px;
    height: 65px;
}

.p-icon3 {
    background-position: -130px -0px;
    width: 65px;
    height: 65px;
}

.p-icon4 {
    background-position: -0px -65px;
    width: 65px;
    height: 65px;
}

.p-icon5 {
    background-position: -65px -65px;
    width: 65px;
    height: 65px;
}

.p-icon6 {
    background-position: -130px -65px;
    width: 65px;
    height: 65px;
}

.p-icon7 {
    background-position: -0px -130px;
    width: 65px;
    height: 65px;
}

.p-icon8 {
    background-position: -65px -130px;
    width: 65px;
    height: 65px;
}

.p-icon9 {
    background-position: -130px -130px;
    width: 65px;
    height: 65px;
}

.p-icon10 {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/p-icon10.png);
}

.p-icon11 {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/p-icon11.png);
}

.p-icon12 {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(../images/pdf-icon.png) no-repeat center;
}

.product-desc__col {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.product-desc__icon {
    float: left;
    margin-right: 25px;
}

.product-desc__icon i {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}

.product-desc__icon i:hover {
    transform: scale(1.05) rotate(7deg);
}

.product-desc__col span {
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #797979;
    line-height: 130%;
}

.product-desc__col a {
    text-decoration: none;
    color: #797979;
}

.product-desc__col a:hover {
    text-decoration: underline;
}

.product-desc__item {
    margin: 0 0 35px;
}

.product-desc__item h3 {
    font-size: 20px;
    color: #2d2d2d;
}

.product-desc__item h4 {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.product-desc__col span i {
    display: block;
    font-style: normal;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 300;
}

.product-desc__item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
}


.download a {
    display: inline-block;
    background: url(../images/pdf-icon.png) no-repeat;
    height: 50px;
    line-height: 50px;
    padding-left: 55px;
    color: #0053fa;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.download a:hover {
    text-decoration: underline;
    background: url(../images/pdf-icon2.png) no-repeat;
}

.product-img__slider-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-img__slider-list li {
    height: 100px;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
}

.product-img__slider-list li img {
    display: block;
    width: auto !important;
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-widget {
    background: #eaeaea;
    padding: 55px 0;
}

.product-widget2 {
    padding: 55px 0;
}

.product-widget .product-col,
.product-widget2 .product-col {
    width: 25%;
}

.product-widget .product-item,
.product-widget2 .product-item {
    background: #fff;
    margin-bottom: 0;
}

.contacts-img {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: 20px;
}

.contacts-img img {
    width: 100%;
    transition: all ease .8s;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
}


.contacts-img img:hover {
    transform: scale(1.1);
}


.view-map span {
    border-bottom: 1px dotted #fff;
}

.contacts-col {
    width: 50%;
    padding: 0 15px;
}

.contacts-col h3 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.contacts-grid {
    margin: 0 -15px;
}

.contact-form__row {
    margin-bottom: 15px;
}

/*.contact-form input[type="text"]{
	height: 40px;
	border: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	padding: 0 14px;
	font-family: 'ProximaNova';
}*/

.contact-form textarea {
    height: 100px;
    resize: none;
    border: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #2d2d2d;
    padding: 30px 14px 14px 14px;
    font-family: 'ProximaNova';
}

.contact-form__btn input {
    border-color: #222d5a;
    background: transparent;
    color: #222d5a;
    font-family: 'ProximaNova';
    cursor: pointer;
}

.contact-form__btn {
    margin-top: 20px;
}

.contact-form__btn input:hover {
    background: #222d5a;
    color: #fff;
}

.phone-icon2, .mail-icon2, .list-icon, .marker-icon2 {
    display: inline-block;
    background: url(../images/c-sprite.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.phone-icon2 {
    background-position: -0px -0px;
    width: 22px;
    height: 21px;
}

.mail-icon2 {
    background-position: -0px -21px;
    width: 21px;
    height: 21px;
}

.list-icon {
    background-position: -0px -42px;
    width: 18px;
    height: 23px;
}

.marker-icon2 {
    background-position: -0px -65px;
    width: 16px;
    height: 21px;
}

.contact-info {
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    line-height: 140%;
    margin-bottom: 23px;
}

.contact-info__icon {
    float: left;
    width: 25px;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
}

.contact-info__text {
    padding-top: 5px;
}

.contact-info a {
    color: #0053fa;
    text-decoration: none;
    border-bottom: 1px solid #0053fa;
}

.contact-info span a {
    border-bottom: none;
}

.contact-info span {
    border-bottom: 1px dotted #bae4f9;
}

.contact-text p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 140%;
}

.contact-text p span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.how-to-get {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40PX;
}

.how-to-get h3 {
    color: #0053fa;
    font-size: 18px;
    font-weight: 300;
}

.contacts-grid {
    margin-bottom: 100px;
}

.text-page {
    max-width: 730px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 80px;
    text-align: justify;
    line-height: 140%;
    color: #000;
}

.text-page img {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: 0 auto
}

.text-page a {
    color: #0053fa;
}

.text-page a:hover {
    color: #95b300;
    text-decoration: none;
}

.text-img {
    margin: 50px 0;
}

.text-page h3 {
    color: #000;
    font-size: 48px;
    font-weight: 400;
    margin: 40px 0 30px 0;
    text-align: left;
}

.text-page h2 {
    color: #0053fa;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.text-page h4 {
    color: #0053fa;
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0 20px 0;
}

.text-page ul {
    list-style: none;
    padding-left: 25px;
}

.text-page ul li {
    margin-bottom: 10px;
    position: relative;
}

.text-page ul li:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/dot.png) no-repeat;
    width: 8px;
    height: 8px;
    left: -15px;
    top: 5px;
}

.text-page ol {
    padding-left: 25px;
}

.text-page ol li {
    margin-bottom: 10px;
    color: #0053fa;
    font-weight: 700;
    font-size: 13px;
}

.text-page ol li span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin: 40px 0;
}

table.table thead tr td {
    height: 50px;
    background: #eaeaea;
    padding: 0 15px;
    border: none;
}

table.table tr td {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #0053fa;
}

table tr:hover td {
    background: #def3fd;
}

.toggle-text__btn {
    display: none;
}

.product-slider .product-item {
    width: 250px;
    margin: 0 auto;
}

.modal {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

.modal h3 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px 0;
    text-align: center;
}

.modal .contact-form__btn {
    text-align: center;
}

.product-section__img {
    width: 50%;
    float: left;
    text-align: right;
    height: 500px;
    position: relative;
}

.product-section__img img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px;
    right: 0;
    margin: auto;
    max-width: 100%;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.product-section__img img:hover {
    transform: scale(1.1);
}

.product-section__desc {
    width: 50%;
    float: right;
    height: 500px;
    position: relative;
}

.product-section__desc-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 110px;
}

.product-section__title {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 23px;
}

.product-section__text {
    color: #797979;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 40px;
}

.product-section__gray {
    background: #eaeaea;
}

.mobile-menu {
    position: absolute;
    z-index: 100;
    background: #0053fa;
    width: 100%;
    top: 80px;
    padding: 20px 34px;
    left: -100%;
    opacity: 0;
    transition: all ease-out .4s;
    -webkit-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
}

.mobile-menu.active {
    left: 0;
    opacity: 1;
}

.mobile-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.mobile-menu__list > li a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    font-size: 17px;
}

.mobile-menu__list > li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.mobile-menu__list > li:first-child {
    padding-left: 0;
}

.mobile-menu__list > li:first-child a {
    font-size: 17px;
    font-weight: 400;
}

.mobile-menu__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 15px;
    margin-top: 10px;
}

.mobile-menu__list ul li {
    margin-bottom: 10px;
}

.product-back {
    text-align: center;
    margin: 0px 0 40px;
}

.product-back .button,
.product-desc__item .button {
    color: #222d5a;
    border-color: #222d5a;
    margin-top: 30px;
}

ul.contacts-tabs {
    width: auto;
    float: none;
}

.contacts-map {
    margin-top: 20px;
    display: none;
}

.contacts-img.active {
    display: block;
}

.contacts-swither {
    margin-bottom: 60px;
}

.contacts-swither a.view-map {
    text-decoration: none;
    color: #0053fa;
    font-size: 14px;
    font-weight: 300;
    background: url(../images/marker-icon.png) no-repeat left center;
    height: 21px;
    line-height: 21px;
    padding-left: 27px;
    text-decoration: none;
    display: inline-block;
    margin-right: 40px;
}

.contacts-swither a.print {
    text-decoration: none;
    color: #0053fa;
    font-size: 14px;
    font-weight: 300;
    background: url(../images/list-icon.png) no-repeat left center;
    height: 21px;
    line-height: 21px;
    padding-left: 27px;
    text-decoration: none;
    display: inline-block;
}

.file input {
    opacity: 0;
    display: block;
    position: absolute;
    width: 160px;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.file {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    background: url(../images/file.png) no-repeat left center;
}

.file span {
    cursor: pointer;
    color: #0053fa;
    font-size: 14px;
    border-bottom: 1px dotted #5975ff;
    font-weight: 300;
}

.file.changed {
    background: #f1f1f1;
    padding-left: 15px;
}

.file.changed span {
    color: #797979;
    border-bottom: none
}

.file-remove {
    display: block;
    position: absolute;
    background: url(../images/close2.png) no-repeat;
    width: 9px;
    height: 10px;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    display: none;
}

.file.changed .file-remove {
    display: block;
}

.partners-link {
    width: 50%;
    float: left;
}

.partners-link i {
    display: inline-block;
    float: left;
    width: 38px;
    height: 50px;
    margin: -15px 15px 0 0;
}

.icon-pdf {
    background: url(../images/pdf-icon.png) no-repeat;
}

.icon-xls {
    background: url(../images/xls.png);
}

.icon-doc {
    background: url(../images/doc.png);
}

.partners-link {
    margin-bottom: 30px;
}

.partners-links {
    margin-top: 50px;
}

.text-page .button {
    color: #222d5a;
    border-color: #222d5a;
    margin-top: 30px;
    padding: 0 20px;
}

.text-page .button:hover {
    color: #fff;
    background: #222d5a;
}

.img-pesponsive {
    max-width: 100%;
}

.job-item {
    margin: 40px 0;
}

.job-item__img {
    float: left;
}

.job-item__text {
    margin-left: 95px;
}

.job-item__text h3 {
    margin: 0 0 10px 0;
    color: #2e2e2e;
    font-size: 14px;
    text-transform: uppercase;
}

.job-img {
    margin-bottom: 60px;
}

.product-serial {
    color: #2d2d2d;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    float: right;
}

.product-table {
    margin: 45px 0 30px 0;
}

.product-table__in {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    min-width: 800px
}

.product-table__in thead tr td {
    height: 100px;
    background: #eaeaea;
    text-align: center;
    font-size: 15px;
    color: #000;
    position: relative;
}

.product-table__in thead tr td:first-child,
.product-table__in tbody tr td:first-child {
    text-align: left;
    width: 21.17117117117117%;
    padding-left: 50px;
}


.product-table__tooltip img {
    max-height: 73px
}

.product-table__tooltip {
    /*position: relative;*/
}

.product-table__tooltip a {
    color: #2e2e2e;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.product-table__tooltip a:hover {
    color: #0053fa;
}

.tooltip {
    position: absolute;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    color: #000;
    font-size: 14px;
}

.tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    margin-left: -5.5px;
    bottom: -9px;
}

.tooltip img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-table__in tbody tr td {
    text-align: center;
    height: 50px;
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

.product-table__in tbody tr td a {
    color: #5975ff;
    text-decoration: underline;
}

.product-table__in tbody tr:nth-child(even) td,
table.table tbody tr:nth-child(even) td {
    background: #f3f3f3;
}

.scroll {
    overflow: auto;
    padding-top: 85px;
    margin-top: -85px;
}

.drop-block {
    display: none;
}

.drop-text {
    color: #0053fa;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}

.drop-text:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/down2.png) no-repeat;
    width: 11px;
    height: 8px;
    right: -20px;
    top: 7px;
}

.drop-text.active:after {
    transform: rotate(-180deg);
}

.product-grid__item {
    width: 50%;
    text-align: center;
    float: left;
    height: 440px;
    transition: all ease .3s;
    position: relative;
    padding: 40px;
}

.product-grid__item:hover {
    z-index: 10;
    background: #fafafa;
    box-shadow: 0 9px 30px rgba(0, 0, 0, .3);
    transform: translate(0, -5px);
}

.product-grid__item-text {
    margin-top: 100px;
}

.product-grid__item-text a {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 23px;
    text-decoration: none;
}

.plus {
    display: block;
    position: absolute;
    background: url(../images/plus.png) no-repeat;
    width: 34px;
    height: 34px;
    right: -17px;
    bottom: -17px;
    z-index: 15;
}

.product-grid__item-text a:hover {
    color: #0053fa;
}

.product-grid__item-img {
    width: 50%;
    float: left;
    height: 355px;
    position: relative;
}

.product-grid__item-img img {
    display: block;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.product-grid__item-img a {
    display: inline-block;
}

.product-grid {
    margin-bottom: 60px;
}

.product-img__slider {
    display: none;
}

.product-img__slider-thumb {
    width: 100px;
    float: left;
    position: relative;
}

.product-img__slider-item {
    background: #fff;
    height: 100px;
    width: 100px !important;
    position: relative;
    border: 1px solid #e0e0e0;
}

.product-img__slider-item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%
}

.product-img__view {
    margin-left: 120px;
}

.product-desc .text-page {
    max-width: 100%;
}

.product-desc .tabs {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
    text-align: center;
}

.product-desc .tabs li a {

}

.product-desc .tabs li {
    display: inline-block;
}

.product-desc .panel-container {
    width: 100%;
    float: none;
}

.product-desc .tabs li.active:after {
    display: none;
}

.product-desc .tabs li a {
    display: inline-block;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 25px;
}

.product-desc .tabs li.active a {
    color: #fff;
}

.bx-controls-direction a {
    display: block;
    position: absolute;
    background: url(../images/carousel-arrows.png) no-repeat;
    width: 19px;
    height: 35px;
    text-indent: -999999px;
}

.bx-controls-direction a.bx-prev {
    top: -15px;
    transform: rotate(90deg);
    left: 50%;
    margin-left: -10px;
}

.bx-controls-direction a.bx-next {
    bottom: -15px;
    transform: rotate(-90deg);
    left: 50%;
    margin-left: -10px;
}

.s6-text {
    width: 50%;
    float: left;
    padding-right: 70px;
    line-height: 160%;
    padding-top: 30px;
}

.s6-slider__right {
    width: 45%;
    float: right;
}

.s6-slider__list2 {
    margin: 0;
    padding: 0;
    list-style: none
}

.pasports ul {
    width: 50%;
    float: left;
    text-align: center;
}

.pasports ul li:before {
    display: none !important;
}

.terms {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 15px;
}

.terms-container {
    overflow: hidden;
}

.terms-img {
    width: 33.3333%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.terms-img__wrapp {
    position: relative;
}

.terms-img__wrapp img {
    display: block;
}

.terms-img__wrapp svg {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0
}

.terms-tooltip {
    position: absolute;
    z-index: 100;
    background: #222d5a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-radius: 3px;
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
    margin-top: -20px;
    white-space: nowrap
}

.terms-img__wrapp svg path {
    cursor: pointer;
    stroke: none;
    fill: transparent
}

.terms-text ol {
    padding-left: 25px;
}

.terms-text ol li {
    margin-bottom: 10px;
    color: #0053fa;
    font-weight: 700;
    font-size: 13px;
    width: 50%;
    float: left;
}

.terms-text ol li span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.terms-text {
    max-width: 80%;
    margin: 60px auto 0;
}

.pdf-icon3 {
    background: url(../images/pdf-icon3.png) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: -5px 10px 0 0;
}

.product-widget3 {
    margin-bottom: 42px;
    position: relative;
}

.product-widget3__tag {
    display: inline-block;
    margin: 40px 0 20px;
}

.product-widget3__tag div {
    background: #95b300;
    color: #fff;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    padding: 0 40px;
    line-height: 40px;
}

.product-widget3__tag span {
    font-size: 14px;
    font-weight: 400;
}

.product-widget3__title {
    color: #2d2d2d;
    font-size: 40px;
    height: 275px;
}

.product-widget3__img {
    position: relative;
    text-align: center;
}

.product-widget3__img img {
    max-width: 315px;
}

.about-page {
    background: url(../images/about-bg3.jpg) no-repeat top center;
    padding-top: 26%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.about {
    background: #fff;
    padding: 10px 40px 40px 40px;
}

.about .text-page {
    max-width: 100%;
}

.about h1 {
    font-size: 24px;
    margin: 40px 0;
}

.about h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 50px 0 30px;
}

.checkbox2 input {
    display: none;
}

.checkbox2 label {
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox2 label span {
    display: block;
    float: left;
    margin: 2px 10px 0 0;
    width: 20px;
    height: 20px;
    border: 1px solid #0077ff;
}

.checkbox2 input:checked + label span {
    background: url(../images/check.png) no-repeat center;
}

.main-search {
    background: #fff;
    padding: 40px;
    margin-top: -100px;
    position: relative;
    z-index: 2;
    margin: 0 -40px 0 -40px;
}

.main-search__title {
    text-align: center;
    color: #2d2d2d;
    font-size: 40px;
    margin-bottom: 30px;
}

.main-search__col {
    float: left;
    position: relative;
    margin-right: 20px;
}

.main-search__col .jq-selectbox__select {
    padding-top: 20px;
    height: 60px;
    background: transparent;
}

.main-search__col label {
    position: absolute;
    display: block;
    color: #808080;
    font-size: 14px;
    left: 15px;
    top: 10px;
}

.main-search__col .jq-selectbox__trigger-arrow {
    top: 34px;
}

.main-search__btn {
    float: right;
}

.main-search__btn .button {
    color: #222d5a;
    border-color: #222d5a;
    background: transparent;
    cursor: pointer;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
}

.main-search__btn .button:hover {
    color: #fff;
    background: #222d5a;
    border-color: #222d5a;
}

.download-widget {
    /* margin-top: -120px; */
    position: relative;
}

.download-widget__img {
    width: 50%;
    float: right;
}

.download-widget__img img {
    width: 100%;
    display: block;
}

.download-widget__text {
    position: absolute;
    top: 50%;
    transform: translate(0, -33%);
    max-width: 430px;
}

.download-widget__title {
    font-size: 36px;
    color: #2d2d2d;
    font-weight: 300;
    text-transform: uppercase;
}

.download-widget__title span {
    font-weight: 700;
}

.download-widget__text p {
    font-size: 18px;
    color: #2d2d2d;
    line-height: 140%;
}

.about-widget {
    background: url(../images/about-bg3.png) no-repeat top center;
    height: 600px;
    background-size: 1660px;
}

.about-widget__text {
    width: 50%;
    margin-left: -40px;
    background: #fff;
    padding: 40px;
    float: right;
    color: #2d2d2d;
}

.about-widget__text h3 {
    font-size: 60px;
    margin: 0;
    font-weight: normal;
}

.about-widget__text p {
    font-size: 18px;
    line-height: 140%;
}

.publication-widget {
    padding: 70px 0;
}

.publication {
    margin: 0 -30px;
}

.publication__col {
    width: 33.3333%;
    float: left;
    padding: 0 30px;
}

.publication__col:nth-child(3n+1) {
    clear: both;
}

.publication-item {
    max-width: 330px;
    margin: 0 auto 60px;
}

.publication-item__img {
    margin-bottom: 10px;
}

.publication-item__img img {
    max-width: 100%;
}

.publication-item__text {
    font-size: 18px;
    color: #2d2d2d;
    line-height: 150%;
    margin-bottom: 5px;
}

.publication-item__link a {
    color: #6281e2;
    font-size: 18px;
}

.block-title2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
}

.publication__btn {
    text-align: center;
    margin-top: 40px;
}

.f-col1 p {
    line-height: 160%;
}

.product-widget3__col1 {
    width: 57.14035087719298%;
    float: left;
}

.product-widget3__col2 {
    width: 41.2280701754386%;
    float: right;
}

.product-table h4 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 20px 0;
    text-align: center;
}

.product-table .tabs {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    padding: 0;
    border: none;
}

.product-table .tabs li {
    display: inline-block;
    margin: 0 25px;
}

.product-table .panel-container {
    width: 100%;
    float: none;
}

.product-table .tabs li.active:after {
    display: none;
}

.product-table .tabs li a {
    font-size: 18px;
    color: #2d2d2d;
    text-decoration: none;
    font-weight: 700;
}

.inputbox {
    position: relative;
}

.inputbox input, .inputbox select {
    height: 60px;
    padding: 20px 15px 0 15px;
    display: block;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    font-family: 'ProximaNova', sans-serif;
    border: 1px solid #e0e0e0;
}

.publication-filter {
    padding: 20px;
    margin: 0 -20px 40px -20px;
    position: relative;
}

.publication-filter:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    background: url(../images/shadow.png) repeat-x;
    bottom: -10px;
    left: 0;
}

.switch > span {
    display: block;
    font-size: 14px;
    color: #808080;
    margin-bottom: 15px;
}

.switch input {
    display: none;
}

.switch label {
    position: static;
    cursor: pointer;
}

.switch label span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    background: #e9e9e9;
    transition: all ease .3s;
}

.switch label span:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    background: #fff;
    left: -3px;
    top: -4px;
    transition: all ease .3s;
}

.switch input:checked + label span {
    background: #222d5a;
}

.switch input:checked + label span:before {
    left: 18px;
}

.about-title {
    color: #000;
    font-size: 60px;
    margin: 40px 0 30px;
}

.blockquote {
    position: relative;
    padding: 40px 25px 25px 25px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    font-size: 18px;
    color: #2d2d2d;
    margin: 40px 0 20px;
}

.blockquote:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/quotes.png) no-repeat;
    width: 104px;
    height: 37px;
    top: -15px;
    left: 25px;
}

.pull-right {
    float: right;
}

.blockquote.pull-right {
    width: 360px;
    margin: 0 0 20px 40px;
}

.about-history__title {
    font-size: 48px;
    margin-bottom: 40px;
}

.about-history {
    margin-top: 60px;
}

ul.history-list {
    margin: 0;
    padding: 0;
}

ul.history-list li:before {
    display: none;
}

ul.history-list li {
    margin-bottom: 40px;
}

.history-list__date {
    float: left;
    padding-top: 5px;
}

.history-list__date span {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.history-list__text {
    margin-left: 195px;
}

.contact-map {
    background: #ccc;
    height: 400px;
}

.contact-block {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 45px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.contact-text__title {
    color: #2d2d2d;
    font-size: 30px;
}

.contact-form .inputbox label i {
    color: #ff0000;
}

.contact-form__row {
    margin-bottom: 18px;
}

.contact-form .main-search__col {
    float: none;
}

.xs-visible {
    display: none;
}

.firstHeading {
    font-size: 24px;
    margin-bottom: 30px;
}

.firstHeading a {
    color: #6281e2;
    font-size: 16px;
    font-weight: 400;
}

.firstHeading span {
    display: inline-block;
    margin-right: 20px;
}

.firstHeading a.pull-right {
    margin-top: 10px;
}

#content {
    /*width: 600px;*/
    padding-bottom: 10px;
}

.bodyContent__img {
    float: left;
}

.bodyContent__text {
    margin-left: 30px;
    margin-bottom: 10px;
    white-space: pre-line;
}

.bodyContent__row {
    display: flex;
    justify-content: space-between;
}

.bodyContent__col {
    width: 48%;
    line-height: 170%;
    font-size: 15px;
    color: #2d2d2d;

}

.bodyContent__col a {
    white-space: nowrap;
}

.search-page__form {
    margin: 80px 0;
}

.search-page__form-col1 {
    width: 75%;
    margin-right: 0;
}

.search-page__form-col2 {
    width: 20%;
    float: right;
}

.search-page__form .main-search__btn .button {
    margin-top: 0;
}

.search-page {
    margin-top: 80px;
}

.search-result {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.search-result:last-child {
    border-bottom: none;
}

.modal .contact-form .main-search__col {
    margin-right: 0;
}

.catalog-download {
    float: right;
}

.catalog-download a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #3e52b3 url(../images/pdf-icon5.png) no-repeat 9px 7px;
    height: 40px;
    border-radius: 20px;
    padding: 0 15px 0 40px;
    line-height: 40px;
    float: left;
    margin-left: 10px;
    width: 160px;
}

.catalog-download a:hover {
    background-color: #0053fa;
}

.product2-series {
    margin: 45px 0 30px;
}

.product2-series span {
    display: inline-block;
    height: 33px;
    background: #126eb7;
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    border-radius: 15px;
    padding: 0 20px;
}

.product2-title {
    font-size: 30px;
    margin-bottom: 45px;
}

.product2-slider__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product2-slider__item {
    height: 480px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    text-align: center;
    margin: 10px auto;
    max-width: 740px;
    background: #fff;
}

.product2-slider__item img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
}

.product2-slider .owl-nav {
    position: absolute;
    z-index: 2;
    width: 1140px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 72px;
}

.product2-slider {
    position: relative;
}

.product2-slider .owl-nav div {
    position: absolute;
    background: url(../images/slider-arrows.png) no-repeat;
    width: 72px;
    height: 72px;
    font-size: 0;
}

.product2-slider .owl-nav div.owl-prev {
    left: 70px;
}

.product2-slider .owl-nav div.owl-next {
    background-position: -72px 0;
    right: 70px;
}

.bg2 {
    background: #fafafa;
}

.product2-pasport span {
    display: block;
    margin-top: 5px;
}

.product2-pasport {
    text-align: center;
    width: 56px;
    margin: 0 auto;
}

.product2-pasport a {
    text-decoration: none;
    color: #126eb7;
    display: inline-block;
}

.product2-pasport a span {
    color: #126eb7;
}

.product2-info {
    display: flex;
    font-weight: 300;
    flex-direction: column;
    display: none;
}

.product-slider3__row .product2-info {
    display: block;
}

.product2-info span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-bottom: 4px;
}

.product2-info__col {
    margin-bottom: 15px;
    text-align: center;
}

.product2-info__col img {
    max-width: 100%;
}

.text2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 140%
}

.product-table .tabs {
    height: 50px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    width: auto;
    border-radius: 25px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.product-table .tabs li {
    border-right: 1px solid #dbdbdb;
    height: 48px;
    line-height: 48px;
    margin: 0;
    float: left;
}

.product-table .tabs li:last-child {
    border: none;
}

.product-table .tabs li a {
    display: block;
    color: #126eb7;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
}

.tab-container {
    text-align: center;
}

.product-table .tabs li a.active {
    background: #126eb7;
    color: #fff;
}

.product-slider3 {
    margin-bottom: 10px;
}

.product-slider3__col {
    flex: 1;
    width: 90%;
    margin-right: 20px;
	display: flex;
}

.product-slider3__img {
    height: 500px;
    background: #fff;
    position: relative;
    border: 1px solid #e6e6e6;
    overflow: hidden;
	flex: 1;
	margin-right: 10px;
}

.product-slider3__img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.product-slider3__img:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.product-slider3__img a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 95%;
    max-width: 95%
}

.product-slider3__carousel-thumbs{
	width: 100px;
}

.product-slider3__carousel-thumbs .slick-slide > div{
	display: block !important;
	height: 99px;
}

.product-slider3__carousel-thumbs .slick-arrow {
    position: absolute;
    top: 23px;
    z-index: 2;
}

.product-slider3__carousel-thumbs .slick-prev {
    transform: rotate(90deg);
	left: 50%;
	margin-left: -10px;
    top: -35px
}

.product-slider3__carousel-thumbs .slick-next {
    transform: rotate(90deg);
    bottom: -35px;
	left: 50%;
	margin-left: -10px;
	top: auto !important
}

.slider3__carousel-item {
    background: #fff;
    height: 95px;
    position: relative;
    border: 1px solid #e6e6e6;
}

.slider3__carousel-item img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.product-slider3__more {
    text-align: center;
}

.product-slider3__more a {
    color: #222d5a;
}

.zoom {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.zoom span {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease .3s;
}

.zoom:hover span {
    opacity: 1;
}

.slider-popup {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.slider-popup.show {
    opacity: 1;
    visibility: visible;
}

.slider-popup__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-popup__list-item {
    width: 100px;
    height: 80px;
    border: 1px solid #e6e6e6;
    position: relative;
    display: block;
}

.slider-popup__list li {
    padding: 5px 0;
}

.slider-popup__list-item img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 95%;
    cursor: pointer;
}

.slider-popup__carousel {
    width: 105px;
    position: absolute;
    height: 100%;
    left: 10px;
}

.slider-popup__img {
    position: absolute;
    left: 120px;
    right: 0;
    height: 100%;
}

.slider-popup__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 95%;
}

.slider-popup__list {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.slider-popup__carousel .bx-controls-direction a.bx-next {
    bottom: -50px;
}

.slider-popup__carousel .bx-controls-direction a.bx-prev {
    top: -50px;
}

.slick-current .slider-popup__list-item,
.slider3__carousel-item.active {
    border-color: #126eb7;
}

.slider-popup__close {
    display: block;
    position: absolute;
    background: url(../images/close.png) no-repeat center;
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    right: 30px;
    top: 30px;
}

.product-slider3__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-slider3__list li img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 95%;
}

.product-slider3__list li {
    background: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
    height: 400px;
    position: relative;
}

.product-slider3__list .owl-dots {
    position: static;
    margin: 20px 0 10px;
}

.product-slider3__list .owl-dot {
    background: #222d5a;
}

.product-slider3__mob {
    display: none;
}

.product2-series.type2 span {
    background: #f9a800;
    color: #126eb7;
}

.product-table .tabs.type2 li a.active {
    background: #f9a800;
    color: #126eb7;
}

img.mfp-img {
    background: #fff;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #333 !important;
    width: 44px !important;
    text-align: center !important;
}

.slider-popup__list-item2 {
    height: 500px;
    display: block;
}

.slider-popup__list2 a {
    display: block;
}

.slider-popup__img-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-popup__img2 {
    height: 100vh;
}

.slick-arrow {
    font-size: 0;
    border: none;
    width: 19px;
    height: 35px;
    background: url(../images/carousel-arrows.png) no-repeat;
    cursor: pointer;
}

.slick-next {
    background-position: -19px 0;
    transform: rotate(90deg) translate(13px, -38px)
}

.slick-prev {
    transform: rotate(90deg) translate(-13px, -38px)
}

.table__slider-popup {
    cursor: pointer;
}

.product-slider3__list .owl-nav {
    display: none;
}

.h-mail {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #0053fa url(../images/mail-icon4.png) no-repeat center center;
    float: left;
    border-radius: 50%;
}

.lang-switch {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
}

.lang-switch a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.lang-switch a:hover {
    text-decoration: underline;
}

.lang-switch a.active {
    color: #0053fa;
}

.mobile-menu .lang-switch {
    display: none;
}

.inputbox-switcher {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #e0e0e0;
    height: 40px;
    color: #2d2d2d;
    font-size: 14px;
    height: 60px;
    padding: 32px 18px 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.inputbox-radio input {
    display: none;
}

.inputbox-radio label {
    position: static;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    color: #1a1a1a;
}

.inputbox-radio label.inputbox-radio__type1 {
    background: #f9a800;
    padding: 3px 10px 3px 3px;
    margin-top: -3px;
    border-radius: 12px;
    line-height: 17px;
}

.inputbox-radio label.inputbox-radio__type1 {
    color: #808080;
}

.inputbox-radio label span {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    background: #0053fa;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    margin: 1px 10px 0 0;
}

.inputbox-radio label span:before {
    content: "";
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    background: #fff;
}

.inputbox-radio label.inputbox-radio__type1 span {
    background: #fff;
}

.inputbox-radio input:checked + label.inputbox-radio__type1 span:before {
    background: #0053fa;
}

.inputbox-radio input:checked + label span:before {
    display: block;
}

.product-table span.star {
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.product-table .star-text {
    text-align: left;
    font-style: italic;
    margin-top: 20px;
    color: #888;
}

.product-table .star-text:before {
    content: '* - ';
}

.filter-title {
    font-weight: 600;
    color: #0053fa;
    text-decoration: none;
    font-size: 18px;
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.filter-title:after {
    content: "";
    display: inline-block;
    background: url(../images/arr-right.png) no-repeat;
    width: 8px;
    height: 11px;
    margin-left: 10px;
    transform: rotate(90deg);
}

.filter-title.active:after {
    transform: rotate(-90deg);
}

.info-tags {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
}

.info-tags span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.info-tags span.tag1 {
    font-size: 20px;
    color: #666a80;
    background: #e6e7ed;
}

.info-tags span.tag2 {
    font-size: 15px;
    color: #fff;
    background: #3e52b3;
}

.info-tags span.tag2 i {
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    margin-right: 4px;
}

.info-tags span.tag3 {
    font-size: 17px;
    color: #3e52b3;
    background: #ffe433;
    font-weight: 700;
}

.gm-style-iw-d #content {
    width: 100%;
}

.button2 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #222d5a;
    border-radius: 25px;
    color: #fffefe;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 40px;
    transition: all ease .2s;
}

.button2:hover {
    background: #222d5a;
}

.download-widget__text .product-section__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 16px;
}

.download-widget__text .product-section__btn .button,
.download-widget__text .product-section__btn .button2 {
    padding: 0 40px;
    margin: 0;
    width: 205px;
    text-align: center;
}

.section-carousel {
    margin: 100px 0;
}

.carousel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel-list li a {
    display: block;
}

.carousel-list li {
    padding: 0 20px;
    text-align: center;
}

.carousel-list li span {
    display: block;
    margin-top: 15px;
}

.carousel-list li a img {
    width: 100%;
}

.carousel-list .slick-arrow {
    top: 50%;
    bottom: auto;
    position: absolute;
    margin-top: -55px;
}

.carousel-list .slick-prev,
.carousel-list .slick-next {
    transform: translate(0, 0) rotate(0)
}

.carousel-list .slick-prev {
    left: -40px;
}

.carousel-list .slick-next {
    right: -40px;
}

.slider-logos {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    align-items: center;
    padding-top: 80px;
}

.slider-logos + .slide-text2 {
    margin-top: 40px;
}

.product-section__text2 strong {
    font-weight: bold;
}

.slide-text3 .product-section__text2 {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    text-align: justify
}

.slide-text3 {
    position: relative;
    z-index: 2;
}

.product-section__text2 h3 {
    font-size: 36px;
    color: #2d2d2d;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5;
}

.slider-logos img {
    max-width: 300px
}

.contact-text a {
    color: #0053fa;
}

.contact-phones {
    display: flex;
    align-items: center;
}

.contact-phones a {
    margin-right: 15px;
    font-size: 18px
}

.slider .owl-nav button {
    border: none;
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 40px;
}

.slider .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
    background: #fff;
    height: 80px;
    width: 95px;
    border-radius: 40px 0 0 40px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .owl-nav button {
    display: block;
    width: 14px;
    height: 26px;
    margin: 0 10px;
    cursor: pointer;
    opacity: .5;
}

.slider .owl-nav button:hover {
    opacity: 1;
}

.slider .owl-prev {
    background: url(../images/slider-left.svg) no-repeat;
}

.slider .owl-next {
    background: url(../images/slider-right.svg) no-repeat;
}

.easyzoom-notice {
    position: absolute;
    z-index: 2;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    padding: 10px;
}

.easyzoom-flyout {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background-color: #fff;
    z-index: 3;
}

.slider3__carousel-item a {
    display: block;
    height: 90px;
}

.stlviewer {
    height: 500px;
    width: 100%;
}

.viewer3d {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
}

.view3d span {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3px 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #5975ff;
    font-weight: 700;
    font-size: 20px
}

.stlviewer-mob {
    width: 100%;
    height: 500px;
    background: #fff;
}

.modal-3d {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0;
}

.modal-3d a {
    display: inline-block;
    color: #5975ff;
    text-decoration: none;
}

.product-slider3__row {
    display: flex;
}

.product-item__series {
    margin-left: 15px;
    display: inline-block;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 5px;
    border-radius: 3px;

}

.product-item__series.series-standart {
    background: #242D57;

    color: #fff;
}

.product-item__series.series-basic {
    background: #EEF4FD;
}

.product-item__series.series-prof {
    background: #F6E193;
}

.product-item__series.series-accessories {
    background: #F0F0F0;
}

.product-item__series.series-pro {
    background: transparent;
    color: #F6E193;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
}

.product-item__series.series-pro2 {
    background: transparent;
    text-transform: uppercase;
    color: #3e52b3;
    font-weight: 700;
    margin-left: 5px;
}

.contact-text {
    margin: 60px 0 40px;
}

.contact-title {
    font-size: 40px;
}

.contact-text h3 {
    color: #2d2d2d;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
}

.contact-form__col {
    width: 50%;
}

.contact-form__btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-form__capcha {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-item a {
    font-size: 18px;
    color: #0053fa;
    margin-right: 20px;
}

.contact-item a img {
    width: 35px;
}

.contacts-info {
    font-size: 18px;
    line-height: 150%;
}

.contacts-info a {
    color: #0053fa;
}

.contact-row {
    display: flex;
    margin-bottom: 50px;
}

.product__tabs{
	justify-content: center;
}

/*end*/

@media (max-width: 1150px) {
    .navigation-list > li {
        margin-right: 5px;
    }

    .phone {
        margin-left: 20px;
    }

    .download-widget {
        margin-top: 0;
    }

    .download-widget__text {
        position: static;
        transform: translate(0, 0);
        padding: 40px 0 40px 15px;
    }

    .publication-filter {
        margin: 0 0 40px 0;
    }

    .product2-slider .owl-nav {
        width: 100%;
    }

    .carousel-list .slick-prev {
        left: 0;
    }

    .carousel-list .slick-next {
        right: 0;
    }

}

@media (max-width: 1110px) {

    .navigation-list > li {
        margin-right: 0;
    }

    .logo img {
        max-width: 130px;
    }

    .banner-text {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .banner-img {
        float: none;
    }

    .banner-img__item {
        right: auto;
        left: 450px;
    }

    .logo {
        margin-right: 12px;
    }

    .product-slider3__row .product2-info {
        display: none;
    }

    .product-slider3__col {
        margin-right: 0;
    }

    .product2-info {
        display: block;
        overflow: hidden;
        margin-top: 40px;
    }

    .product2-info__col {
        width: 33.3333%;
        height: 100px;
        float: left;
    }

    .product2-info__col:first-child,
    .product2-info__col:last-child {
        padding: 0;
    }
}

@media (max-width: 1050px) {
    .product-grid__item {
        height: auto;
    }

    .product-grid__item-wrapp {
        height: auto;
    }

    .product-grid__item-img {
        float: none;
        width: 100%;
    }

    .product-grid__item-text {
        margin-top: 0;
    }

    .phone {
        font-size: 16px;
    }

    .main-search {
        margin-top: 0;
    }

    .owl-dots {
        bottom: 20px;
    }

    .slide-text {
        /*margin: 170px 0 0 0;*/
        height: auto;
    }

    .slide-text p {
        display: none;
    }

    .slide-text h2 {
        font-size: 40px;
    }

    .main-search__row .main-search__col {
        width: 50% !important;
        margin: 0;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .main-search__btn {
        float: none;
        text-align: center;
    }

    .download-widget {
        margin-top: 0;
    }

    .search-page__form-col1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .search-page__form-col2 {
        width: 100%;
        float: none;
    }

    .search-page__form .main-search__btn .button {
        width: 250px;
    }

    .flex-row {
        height: 600px;
    }

    .slide-text {
        margin-left: 10px;
    }

    .slider-logos {
        justify-content: flex-start;
        padding-top: 40PX;
    }

    .slider-logos img {
        max-width: 150px
    }

    .slider-logos div {
        margin-right: 30px;
    }

    .slider-logos + .slide-text2 {
        margin-top: 10px;
    }

    .product-section__text2 h3 {
        text-transform: none;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .slide-bg2 {
        background-size: 200%;
        background-position: right center;
        height: 500px;
        width: 50%;
        right: 0
    }

    .slider-list li {
        height: 500px;
        background: #e6e6e6;
    }

    .slider .container {
        height: 500px;
    }

    .terms-img {
        width: 50%;
    }

    .slide-text2 {
        left: 15px;
        top: 50%;
        width: 50%;
        transform: translate(0, -50%) !important
    }
}

@media (max-width: 992px) {
    .navigation-list {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .header.fixed {
        position: static;
    }

    body {
        padding-top: 0;
    }

    .navigation-list > li {
        margin-right: 0;
    }

    .navigation-sublist {
        width: 25%;
    }

    .drop.section-submenu .navigation-sublist {
        width: auto;
    }

    .section3 {
        height: 560px;
        padding-top: 80px;
    }

    .s3-text {
        width: 100%;
        text-align: center;
        float: none;
    }

    .s3-info {
        display: inline-block;
    }

    .s4-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .s4-item__text {
        float: left;
        padding-right: 0;
    }

    .s4-item__img {
        margin-right: 20px;
    }

    .s4-item__img img {
        width: 100%;
    }

    .s6-slider .owl-nav div.owl-prev {
        left: -20px;
    }

    .s6-slider .owl-nav div.owl-next {
        right: -20px;
    }

    .product-col {
        width: 50%;
    }

    .phone {
        font-size: 14px;
        margin-left: 20px;
    }

    .navigation-sublist {
        padding: 10px 10px 0 10px;
    }

    .section-submenu .container {
        padding: 0;
    }

    .slide-text2 {
        transform: translate(0, 0) !important;
        left: 40px !important;
        top: 40px !important;
    }

}

@media (max-width: 870px) {
    .s6-text {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .s6-slider__right {
        width: 100%;
        float: none;
    }

    .section6 {
        height: auto;
    }

    .terms-img {
        width: 50%;
    }

    .download-widget__text {
        width: 100%;
        max-width: 100%;
        margin: 40px 0;
        text-align: center;
    }

    .download-widget__img {
        width: 100%;
        float: none;
    }

    .download-widget__img img {
        display: block;
    }

    .about-widget__text {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .about-widget {
        padding: 20px;
    }

    .about-widget__text h3 {
        font-size: 30px;
    }

    .publication__col {
        width: 50%;
    }

    .publication__col:nth-child(3n+1) {
        clear: none;
    }

    .publication__col:nth-child(2n+1) {
        clear: both;
    }

    .main-search {
        margin: 0;
    }

    .download-widget__text .product-section__btn {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .download-widget__text .product-section__btn .button,
    .download-widget__text .product-section__btn .button2 {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .slider-popup__carousel,
    .slider-popup__list {
        width: 100%;
        height: auto;
        bottom: 0;
        top: auto;
        transform: translate(0, 0);
    }

    .slider-popup__carousel {
        max-width: 80%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .slider-popup__list-item {
        margin: 0 auto;
    }

    .slider-popup__img {
        left: 0;
        bottom: 120px;
    }

    .slick-next,
    .slick-prev {
        transform: rotate(0) translate(0, -50%);
        position: absolute;
        z-index: 2;
        top: 50%;
    }

    .slick-prev {
        left: -40px;
    }

    .slick-next {
        position: absolute;
        right: -40px;
    }

    .product2-title {
        margin-bottom: 20px;
    }

    .product-table .tabs {
        display: block;
        box-shadow: none;
        height: auto;
    }

    .product-table .tabs li {
        display: block;
        border: none;
        float: none;
        border-bottom: 1px solid #dbdbdb;
    }

    .product2-info__col {
        height: 80px;
    }

    .banner-title {
        font-size: 34px;
    }

    .about {
        padding: 10px 20px 20px 20px;
    }

    .history-list__text {
        margin-left: 0;
    }

    .history-list__date {
        float: none;
        margin-bottom: 15px;
    }

    .blockquote.pull-right {
        width: 100%;
        float: none;
        margin: 40px 0;
    }

    .about-title {
        font-size: 34px;
        margin-top: 20px;
    }

    .section4 {
        padding: 40px 0;
    }

    .slide-text h2 {
        font-size: 28px;
    }

    .slide-text p {
        font-size: 15px;
        line-height: 150%;
    }

    /* .slide-bg, .slider-list li{
		height: 400px;
	} */
    .owl-dots {
        bottom: 20px;
    }

    .mouse-icon span {
        background: url(../images/down.png) no-repeat;
        width: 34px;
        height: 18px;
    }

    .mouse-icon i {
        display: none;
    }

    .desctop-visible {
        display: none;
    }

    .mobile-visible {
        display: block !important;
    }

    .section5 {
        background: #eaeaea;
        height: auto;
        padding: 65px 0;
    }

    .s5-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .s5-text {
        width: 100%;
        text-align: center;
        float: none;
    }

    .s5-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .s5-text p {
        font-size: 15px;
    }

    .s5-btn {
        margin-top: 50px;
    }

    .section7 {
        height: auto;
        padding: 80px 0;
    }

    .f-right {
        display: none;
    }

    .f-col1 {
        width: 100%;
        text-align: center;
    }

    .social {
        display: inline-block;
    }

    .banner-img {
        text-align: center;
        width: 100%;
    }

    .toggle-text {
        display: none;
        padding: 1px 0;
    }

    .toggle-text__btn {
        display: block;
        text-align: center;
        color: #0053fa;
        font-size: 13px;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;
    }

    .toggle-text__btn span {
        border-bottom: 1px dotted #0053fa;
    }

    .banner-img__item {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-img__item img {
        float: left;
        margin-right: 20px;
    }

    .banner-img img {
        max-width: 100%
    }

    .content {
        width: 100%;
        font: ;
    }

    .sidebar {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .breadcrumbs {
        display: none;
    }

    .banner-title {
        margin: 20px 0 30px;
    }

    .contacts-col {
        padding: 0;
    }

    .contact-block {
        padding: 20px;
    }

    .product-img__view,
    .product-img__slider-thumb {
        display: none;
    }

    .product-img__slider {
        display: block;
    }

    .product-img {
        width: 95%;
        margin: 0 auto;
        float: none;
        margin-bottom: 50px;
    }

    .product-img__slider-list li {
        height: 400px;
    }

    .product-desc {
        width: 100%;
    }

    .contacts-col {
        width: 100%;
    }

    .product-section {
        padding-top: 40px;
    }

    .product-section__img {
        width: 100%;
        text-align: center;
        float: none;
    }

    .product-section__img img {
        position: static;
    }

    .product-section__desc {
        width: 100%;
        float: none;
        height: auto;
    }

    .product-section__desc-text {
        position: static;
    }

    .product-section__text {
        display: none;
    }

    .product-section__title,
    .product-section__btn {
        text-align: center;
    }

    .product-section__img img {
        max-height: 100%;
    }

    .phone {
        width: 44px;
        overflow: hidden;
        padding-left: 0;
    }

    .phone:hover {
        background-color: transparent;
    }

    .contact-form__btn {
        text-align: center;
        margin: 50px 0;
    }

    .partners-link {
        width: 100%;
    }

    .job-item__img {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .job-item__text {
        text-align: center;
        margin: 0;
    }

    .product-grid__item {
        width: 50%;
    }

    .search-field.open {
        width: 200px !important;
    }

    .navigation-sublist {
        float: none;
        border: none;
        padding: 0 0;
    }

    .drop.section-submenu {
        height: auto;
        margin-bottom: 15px;
    }

    .navigation-sublist li {
        margin-bottom: 0;
    }

    .product-serial {
        float: none;
    }

    .product-title {
        float: none;
    }

    .pasports ul {
        width: 100%;
    }

    .product-widget3__tag {
        top: 15px;
    }

    .product-widget3 {
        height: auto;
        padding-bottom: 40px;
    }

    .product-widget3__title {
        width: 100%;
        float: none;
        font-size: 24px;
        margin-bottom: 30px;
        height: auto;
    }

    .product-widget3__img {
        width: 100%;
        float: none;
        height: auto;
    }

    .product-widget3__img img {
        position: static;
    }

    .terms-text ol li {
        width: 100%;
        float: none;
    }

    .main-search__row .main-search__col {
        width: 100% !important;
    }

    .block-title2 {
        font-size: 34px;
    }

    .f-contact div {
        display: inline-block;
    }

    .f-contact__phone {
        margin-left: 0;
    }

    .publication {
        margin: 0;
    }

    .product-widget3__col2 {
        width: 100%;
        float: none;
    }

    .xs-visible {
        display: block;
    }

    .xs-hide {
        display: none;
    }

    .product-widget3__col1 {
        width: 100%;
    }

    .product2-slider .owl-nav div.owl-prev {
        left: 10px;
    }

    .product2-slider .owl-nav div.owl-next {
        right: 10px;
    }

    .product2-slider__item {
        height: auto;
    }

    .banner-title {
        text-align: center;
    }

    .catalog-download {
        float: none;
        margin-top: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .catalog-download a {
        margin: 0 auto;
        float: none;
    }

    .product-slider3__mob {
        display: block;
    }

    .product-slider3 {
        display: none;
    }

    .phone {
        display: none;
    }

    .phone-mob {
        display: block;
        width: 44px;
        height: 44px;
        background: #3e52b3 url(../images/phone-icon3.png) no-repeat center center;
        border-radius: 50%;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
    }

    .filter {
        display: none;
    }

    .filter-title {
        display: block;
    }

    .block-title h1 {
        font-size: 30px;
    }

    .block-title {
        margin-bottom: 50px;
    }

    .text-page h3 {
        font-size: 25px;
    }

    .info-tags {
        display: block;
        margin-bottom: 20px;
    }

    .info-tags span {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        float: left;
        border-radius: 8px;
        margin-right: 10px;
    }

    .info-tags span.tag1 {
        font-size: 24px;
        color: #666a80;
        background: #e6e7ed;
    }

    .info-tags span.tag2 {
        font-size: 17px;
        color: #fff;
        background: #3e52b3;
    }

    .info-tags span.tag2 i {
        font-style: normal;
        font-size: 20px;
    }

    .info-tags span.tag3 {
        font-size: 17px;
        color: #3e52b3;
        background: #ffe433;
        font-weight: 700;
    }

    .contact-block {
        margin-top: 0;
    }

    .slide-text {
        margin: 0 10px;
        padding: 20px;
    }

    .owl-item .container {
        padding: 1px 0;
    }

    .flex-row {
        height: 400px;
    }

    .slide-text {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin: 0 auto;
    }

    .slide-img {
        max-width: 160px;
    }

    .slide-text > div:first-child {
        max-width: 100%;
    }

    .slide-text2 {
        width: 100%;
        text-align: center;
    }

    .slider-logos {
        justify-content: center
    }

    .slider-logos div {
        margin: 0 15px;
    }

    .slide-text3 .product-section__text2 {
        padding: 0 10px;
        text-align: center
    }

    .product-section__text2 h3 {
        font-size: 20px;
        font-weight: 400;
    }

    .about-widget {
        background-position: left top;
        background-size: 1600px;
        padding-top: 400px;
        height: auto;
    }

    .slide-text2 {
        position: static;
        transform: translate(0, 0) !important;
        max-width: 100%;
        padding: 40px 0;
        width: 50%;
    }

    .slide-bg2 {
        height: 300px;
        background-size: auto 100%;
    }

    .slide-text2 .product-section__title {
        font-size: 30px
    }

    .slider .container {
        height: auto;
    }

    .slider-list li {
        height: 300px;
    }

    .slider .owl-nav {
        display: none;
    }

    .terms-img {
        width: 100%;
    }

    .product-section__btn .button {
        padding: 0 14px;
    }

    .contact-form__col {
        width: 100%;
        margin: 0;
    }

    .main-search__col {
        margin: 0;
    }

    .contact-text {
        margin-top: 30px;
    }

    .contact-form__btn {
        margin: 40px 0;
    }

    .contact-row {
        flex-wrap: wrap;
    }

    .contact-row .contacts-col {
        margin-bottom: 40px;
    }
}

@media (max-width: 580px) {
    .product-col {
        float: none;
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    .product-item__title {
        text-align: center;
    }

    .product2-info__col {
        width: 50%;
    }

    .grid {
        margin: 0;
    }

    .product-desc__col {
        text-align: center;
    }

    .product-desc__icon {
        float: none;
        margin: 0 0 10px 0;
    }

    .product-desc__col span {
        display: block;
    }

    .contacts-img {
        height: 350px;
        position: relative;
    }

    .contacts-img img {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        max-height: 100%;
        width: auto;
    }

    .contacts-img img:hover {
        transform: translate(-50%, 0) scale(1.1);
    }

    .product-grid__item {
        width: 100%;
    }

    .plus {
        display: none;
    }

    .publication__col {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    .search-page {
        margin-top: 40px;
    }

    .search-page__form {
        margin: 40px 0;
    }

    .firstHeading {
        font-size: 18px;
    }

    .firstHeading a {
        font-size: 14px;
    }

    .firstHeading a.pull-right {
        float: none;
    }

    .bodyContent__row {
        flex-direction: column;
    }

    .bodyContent__col {
        width: 100%;
    }


    .product-item {
        height: auto;
        padding: 10px;
    }

    .product-item__title a {
        color: #000;
        font-size: 30px;
        font-weight: 300;
    }

    .search-field {
        max-width: 300px;
    }

    .product-section__text2 h3 {
        margin-bottom: 0;
        text-transform: none;
        line-height: 1.2;
    }

    .product-section__text2 p {
        margin: 5px 0;
    }

    .slide-text3 .product-section__text2 {
        font-size: 14px
    }

    .slide-bg {
        height: 550px;
    }

    .download-widget__text {
        padding: 40px 10px;
    }

    .block-title,
    .block-title h1,
    .banner-title h1 {
        font-size: 30px !important;
    }


}

@media (max-width: 520px) {

    .slick-prev {
        left: 20px;
    }

    .slick-next {
        position: absolute;
        right: 20px;
    }

    .slide-text {
        width: 100%;
    }

    .s3-title {
        font-size: 28px;
    }

    .s3-text p {
        font-size: 15px;
    }

    .logo {
        margin-right: 0;
    }

    .terms-img {
        width: 100%;
    }

    .about-widget {
        background-size: 1000px;
        padding: 330px 0 0 0;
    }

    .about-widget__text {
        padding: 10px;
    }

    .publication__btn {
        margin-top: 0;
    }

    .main-search {
        padding: 20px 0;
        margin: 0;
    }

    .product2-info__col {
        width: 100%;
        text-align: center;
        height: auto;
        margin-bottom: 20px;
        padding: 0;
    }

    .product2-pasport {
        margin: 0 auto;
    }

    .h-mail,
    .lang-switch {
        display: none;
    }

    .mobile-menu .lang-switch {
        display: block;
        float: none;
        margin: 0 0 20px;
        font-size: 16px;
    }

    .mobile-menu .lang-switch a {
        font-size: 16px;
    }

    .mobile-menu .lang-switch a.active {
        color: #222d5a;
    }

    .firstHeading {
        margin-bottom: 15px;
    }

    .bodyContent__col {
        font-size: 14px;
    }

    .catalog-download {
        flex-direction: column;
    }

    .catalog-download a {
        margin-bottom: 20px;
    }

    .contact-item a {
        margin-right: 10px;
    }

}

@media (max-width: 400px) {

    .slide-text2 {
        padding: 60px 0 0;
    }
}