body {
    font-family: "Roboto", sans-serif;
    color: #3A3A3A;
    line-height: 1.2;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 45%;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.overlay h1 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    margin-top: 17%;
}

.layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0 auto;
    width: 100%;
}

.layout.fixed-menu {
    overflow: hidden;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-shrink: 0;
    width: 100%;
    min-height: 850px;
}

.layout-in header {
    min-height: 100px;
}

main {
    position: relative;
    margin: 0 auto;
    flex-grow: 1;
    width: 100%;
}

footer {
    flex-shrink: 0;
    text-align: center;
    padding: 100px 25px;


    background-position: right bottom;
    background-repeat: no-repeat;
}

.fullscreen-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-logo {
    padding-bottom: 20px;
}

.footer-copyright {
    color: #B3B3B3;
    font-size: 14px;
}

.header-lg-menu__container {
    position: absolute;
    top: 10px;
    height: 80px;
    display: none;
    width: 100%;
    padding: 25px 45px;
}

.layout-in .header-lg-menu__container {
    padding: 25px 0;
    border-bottom: 1px solid #DBDBDB;
}

.header-mobile-menu__container {
    position: absolute;
    top: 0;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 25px 25px;
    width: 100%;
}

.layout-in .header-mobile-menu__container {
    border-bottom: 1px solid #DBDBDB;
}

.header-menu__logo {
    display: block;
    background-image: url(../img/logo-layout-a.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 142px;
    height: 64px;
}

.layout-in .header-menu__logo {
    background-image: url(../img/logo-layout-in.svg);
}

.header-menu__links {
    display: flex;
    padding: 0 45px;
}

.header-menu__link {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.header-menu__link > a {
    color: #CDCDCD;
    text-decoration: none;
}

.layout-in .header-menu__link > a {
    color: #000;
}

.header-menu__link.active {
    background-image: url(../img/active-link-bg.png);
    background-repeat: no-repeat;
    background-position: 12% 50%;
}

.layout-in .header-menu__link.active {
    background-image: url(../img/active-link-bg-in.png);
}

.header-menu__phone {
    margin-left: auto;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.header-menu__phone > a {
    color: #CDCDCD;
    text-decoration: none;
}

.layout-in .header-menu__phone > a {
    color: #00549F;
}

.header-mobile-menu__open-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-mobile-menu__open-btn > a {
    display: inline-block;
    background-image: url(../img/mob-menu-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
}

.layout-in .header-mobile-menu__open-btn > a {
    background-image: url(../img/mob-menu-btn-in.png);
}

.homepage-slider {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 25px 0 25px;
}

.homepage-slider .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.25);
    text-indent: -9999px;
    overflow: hidden;
    /* more CSS */
}

.homepage-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.homepage-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.homepage-slider .slick-dots li {
    width: 18%;
    height: 2px;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
}

.homepage-slider .slick-dots {
    text-align: left;
}

.homepage-slider__title {
    font-size: 21px;
    line-height: 23px;
    color: #CDCDCD;
    padding-bottom: 15px;
}

.homepage-slider__description {
    font-size: 16px;
    line-height: 25px;
    color: #CDCDCD;
    max-width: 1055px;
    padding: 0 0 20px 0;
}

.homepage-slider__btn {
    display: inline-block;
    font-size: 14px;
    color: #CDCDCD;
    padding: 15px 47px;
    background: rgba(149.52, 149.52, 149.52, 0.40);
    backdrop-filter: blur(4px);
    text-decoration: none;
    margin: 20px 0 20px;
}

.homepage-slider__btn:hover {
    color: #CDCDCD;
}

.homepage-slider .slick-list {
    margin: 0 0 150px 0;
}

.homepage-slider .slick-dots {
    bottom: -140px;
}

.homepage-extra {
    display: flex;
    position: absolute;
    bottom: 55px;
    width: 100%;
    padding: 0 25px 35px 25px;
    justify-content: space-between;
}

.homepage-extra-copyright {
    display: none;
}

.homepage-extra__phone {
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.homepage-extra__phone > a {
    color: #CDCDCD;
    text-decoration: none;
}

.homepage-extra__address {
    font-size: 0.8rem;
}

.homepage-lang-btns {
    display: flex;
    justify-content: space-between;
}

.homepage-lang-btn-item {
    padding-right: 15px;
}

.homepage-lang-btn-item > a {
    color: #7E7E7E;
    text-decoration: none;
}

.homepage-lang-btn-item.active > a {
    color: #fff;
}

.homepage-extra-right-block {
    color: #B6B6B6;
    font-size: 14px;
}

.homepage-block-container {
    width: 100%;
    margin-bottom: 40px;
}

.homepage-achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0;
}

.homepage-achievement-number-container {
    display: flex;
    font-size: 40px;
    color: #00549F;
    font-weight: bold;
}

.homepage-achievement-number-container.check {
    background-image: url(../img/icon-check.svg);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.homepage-achievement-item {
    display: flex;
    color: #737373;
    flex-direction: column;
    width: 50%;
    padding: 0 28px;
}

.homepage-achievement-item-number-float {
    font-size: 14px;
    display: flex;
    padding-top: 7px;
    margin-left: -1px;
}

.homepage-achievement-description-container {
    padding: 5px 0 25px 0;
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 12px 24px 48px 24px;
}

.mobile-menu-list__btns {
    display: flex;
    justify-content: flex-end;
    padding: 24px 0;
}

.mobile-menu-list__close-btn {
    background-image: url(/assets/img/close.png);
    width: 26px;
    height: 26px;
}

.mobile-menu-list__title {
    padding: 12px 0;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 30px;
}

.mobile-menu-list__item {
    padding: 24px 0;
}

.mobile-menu-list__item a {
    color: #000;
}

.mobile-menu-list__footer-info {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.mobile-menu-list__footer-info a {
    text-decoration: underline;
    color: #151515;
    font-size: 18px;
}

.mobile-menu-list__footer-description {
    color: #737373;
}

.ymaps-map {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}

.btn-blue-c {
    color: #fff;
    background-color: #044AB5;
    border-color: #044AB5;
    padding: 14px 44px;
    border-radius: 0;
}

.btn-blue-c:hover {
    color: #fff;
    background-color: #04337A;
    border-color: #04337A;
}

.btn-blue-c:focus, .btn-blue-c.focus {
    color: #fff;
    background-color: #04337A;
    border-color: #04337A;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-blue-c.disabled, .btn-blue-c:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-blue-c:not(:disabled):not(.disabled):active, .btn-blue-c:not(:disabled):not(.disabled).active,
.show > .btn-blue-c.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-blue-c:not(:disabled):not(.disabled):active:focus, .btn-blue-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


.btn-white-c {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white-c:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-white-c:focus, .btn-white-c.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c.disabled, .btn-white-c:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-white-c:not(:disabled):not(.disabled):active, .btn-white-c:not(:disabled):not(.disabled).active,
.show > .btn-white-c.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-white-c:not(:disabled):not(.disabled):active:focus, .btn-white-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}


.btn-gray-c {
    color: #212529;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.btn-gray-c:hover {
    color: #212529;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
}

.btn-gray-c:focus, .btn-gray-c.focus {
    color: #212529;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray-c.disabled, .btn-gray-c:disabled {
    color: #212529;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.btn-gray-c:not(:disabled):not(.disabled):active, .btn-gray-c:not(:disabled):not(.disabled).active,
.show > .btn-gray-c.dropdown-toggle {
    color: #212529;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
}

.btn-gray-c:not(:disabled):not(.disabled):active:focus, .btn-gray-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray2-c {
    color: #212529;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
    padding: 14px 24px;
    border-radius: 0;
}

.btn-gray2-c:hover {
    color: #212529;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
}

.btn-gray2-c:focus, .btn-gray2-c.focus {
    color: #212529;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-gray2-c.disabled, .btn-gray2-c:disabled {
    color: #212529;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.btn-gray2-c:not(:disabled):not(.disabled):active, .btn-gray2-c:not(:disabled):not(.disabled).active,
.show > .btn-gray2-c.dropdown-toggle {
    color: #212529;
    background-color: #B6B6B6;
    border-color: #B6B6B6;
}

.btn-gray2-c:not(:disabled):not(.disabled):active:focus, .btn-gray2-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray2-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c2 {
    color: #212529;
    background-color: #fff;
    border-color: #CCDDEC;
}

.btn-white-c2:hover {
    color: #212529;
    background-color: #E2E2E2;
    border-color: #CCDDEC;
}

.btn-white-c2:focus, .btn-white-c2.focus {
    color: #212529;
    background-color: #E2E2E2;
    border-color: #CCDDEC;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c2.disabled, .btn-white-c2:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #CCDDEC;
}

.btn-white-c2:not(:disabled):not(.disabled):active, .btn-white-c2:not(:disabled):not(.disabled).active,
.show > .btn-white-c2.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #CCDDEC;
}

.btn-white-c2:not(:disabled):not(.disabled):active:focus, .btn-white-c2:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-c2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}


.btn-white-c3 {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-c3:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-white-c3:focus, .btn-white-c3.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-white-c3.disabled, .btn-white-c3:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-white-c3:not(:disabled):not(.disabled):active, .btn-white-c3:not(:disabled):not(.disabled).active,
.show > .btn-white-c3.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-white-c3:not(:disabled):not(.disabled):active:focus, .btn-white-c3:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-c3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

div.input-block {
    position: relative;
    margin-bottom: 20px;
}

div.input-block:last-child {
    margin: 30px 0;
}

div.input-block input, div.input-block textarea {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    width: 100%;
    padding: 30px 15px 3px 12px;
    border-radius: 0;
    border: none;
    outline: none;
    background-color: #F5F5F5;
}

div.input-block span.placeholder {
    position: absolute;
    margin: 17px 0;
    padding: 0 4px;
    color: #868686;
    display: flex;
    align-items: center;
    font-size: 14px;
    top: 3px;
    left: 8px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}

div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder,
div.input-block textarea:valid + span.placeholder,
div.input-block textarea:focus + span.placeholder {
    transform: scale(1) translateY(-11px);
    background: #F5F5F5;
}

div.input-block input:focus,
div.input-block textarea:focus {
    color: #284B63;
    border-color: #284B63;
}

div.input-block input:focus + span.placeholder,
div.input-block textarea:focus + span.placeholder {
    color: #284B63;
}

.homepage-block__title {
    font-size: 30px;
    margin: 40px 25px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #044AB5;
}

.nav-pills a {
    color: #3A3A3A;
    font-size: 12px;
}

.nav-pills .nav-item {
    padding-right: 10px;
    padding-bottom: 10px;
}

.nav-pills .nav-link {
    border-radius: 3px;
    background-color: #F4F4F4;
    padding: 12px 25px;
}

.catalog-block__products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-block__product-item {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    background-color: #F9F9F9;
    padding: 25px;
    flex-direction: column;
}

.catalog-block__product-image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 10;
    margin-bottom: 25px;
}

.catalog-block__product-description {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
}

.catalog-block__product-description-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}

.catalog-block__product-description-short {
    font-size: 14px;
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
}

.catalog-block__product-description-short p {
    margin-bottom: 0;
}

.catalog-block__product-description-properties {
    font-size: 14px;
    padding: 25px 0 0 0;
}

.catalog-block__product-description-btn {
    font-size: 18px;
    padding: 0.675rem 0.75rem;
    margin-top: 25px;
}

.catalog-block__categories {
    margin: 0 25px 3rem 25px;
}

.catalog-video__container {
    margin-bottom: 30px;
}

.catalog-video__element {
    width: 100%;
}

.layout-in .catalog-block__categories {
    margin: 0 0 3rem 0;
}

.homepage-block__all-products-btn-container {
    margin: 0 25px 20px 25px;
}

.homepage-block__all-products-btn {
    width: 100%;
    padding: 0.975rem 0.75rem;
}

.homepage-block__about-company {
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 55px;
}

.homepage-block__about-company-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 25px;
}

.homepage-block__about-company-name {
    font-size: 20px;
    line-height: 24px;
    width: 350px;
}

.homepage-block__about-company-description {
    font-size: 18px;
    line-height: 20px;
    color: #7E7E7E;
    padding: 15px 0 25px 0;
}

.homepage-block__about-company-gen-dir {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.homepage-block__about-company-gen-dir-img {
    width: 65px;
    height: 65px;
    border-radius: 100px;
}

.homepage-block__about-company-gen-dir-title {
    padding: 0 30px;
}

.homepage-block__about-company-gen-dir-name {
    font-size: 14px;
    color: #7E7E7E;
}

.homepage-block__about-company-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.homepage-block__about-company-cert-img {
    /*width: 100%;*/
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    aspect-ratio: 16 / 8.5;
}

.homepage-block__about-company-cert-download {
    margin-top: 30px;
    padding: 0 25px;
}

.btn-download-link {
    display: inline-block;
    background-color: #F9F9F9;
    padding: 20px 40px 20px 90px;
    position: relative;
    width: 100%;
}

.btn-download-link:after {
    position: absolute;
    top: 31%;
    left: 0;
    content: '';
    background-image: url(../img/file-document-multiple-outline.png);
    background-repeat: no-repeat;
    background-position: 57% 50%;
    width: 65px;
    height: 40%;
    border-right: 2px solid #E4E4E4;
}

.btn-download-link:hover {
    text-decoration: none;
    background-color: #ECECEC;
}

.btn-download-title {
    font-size: 14px;
    color: #7E7E7E;
}

.btn-download-name {
    font-size: 14px;
    color: #00549F;
}

.c-block__map {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}

.layout-in .c-block__map {
    padding: 0;
}

.layout-in .c-block__contacts {
    padding: 0;
}

.page__content .c-block__map {
    margin-bottom: 80px;
}

.c-block__map-description {
    position: absolute;
    bottom: 20px;
    left: 45px;
    right: 45px;
    background-color: #fff;
    padding: 20px 40px;
    font-size: 15px;
}

.c-block__map-description > div:first-child {
    color: #7E7E7E;
    padding: 0 0 10px 0;
}

.c-block__contacts {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.c-block__contact-item {
    width: 100%;
    padding: 12px 0;
}

.c-block__contact-item-details {
    order: -1;
}

.c-block__contact-item-link a {
    font-size: 21px;
    color: #151515;
    text-decoration: underline;
}

.c-block__contact-item-description {
    color: #7E7E7E;
    padding: 5px 0;
}

.c-breadcrumbs__container {
    display: flex;
    padding: 0 25px;
    align-items: center;
}

.c-breadcrumbs__item {
    font-size: 14px;
    background-image: url(/assets/img/b-delimeter.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 7px;
    padding-left: 20px;
}

.c-breadcrumbs__item:first-child {
    background-image: none;
    padding-left: 0;
}

.c-breadcrumbs__item-gray a {
    color: #ACACAC;
}

.page__container {
}

.page__title {
    font-size: 20px;
    padding: 25px 25px 0 25px;
    font-weight: bold;
}

.page-news__container {
    display: flex;
    flex-wrap: wrap;
}

.page-news__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 50px 0;
}

.page-news__img-container {
    width: 100%;
}

.page-news__img-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 7;
}

.page-news__description {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0 0 0;
}

.page-news__title {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
}

.page-news__short-description {
    font-size: 14px;
    color: #858585;
    padding-bottom: 10px;
}

.page-news__date {
    font-size: 14px;
    color: #858585;
    margin-top: auto;
}


.page-news-one__author {
    display: flex;
}

.page-news-one__author-photo {
    width: 66px;
    height: 66px;
    border-radius: 100px;
}

.page-news-one__image {
    aspect-ratio: 16 / 7;
    width: 100%;
    background-size: cover;
}

.page-news-one__author-description {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    justify-content: center;

}

.page-news-one__author-fio {
    font-size: 18px;
    color: #000;
}

.page-news-one__author-title {
    font-size: 14px;
    color: #7E7E7E;
}

.page-news-one__content {
    font-size: 14px;
    margin: 0;
}

.page-news-one__btns {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
}

.page-news-one__btn {
    color: #5C5C5C;
}

.page-news-one__btn-next {
    background-image: url(/assets/img/btn-next.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
}

.page-news-one__btn-prev {
    background-image: url(/assets/img/btn-prev.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.page-news-one__image-container,
.page-news-one__content,
.page-news-one__author,
.page-news-one__btns,
.page-form-questions__container {
    padding: 0;
}

.page-news-one__btns {
    padding-bottom: 50px;
    border-bottom: 1px solid #EAEAEA;
}

.modal {
    padding-right: 0 !important;
}

.modal-dialog {
    /*margin: 0;*/
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.c-close-modal {
    display: block;
    background-image: url(/assets/img/close_big.png);
    width: 32px;
    height: 33px;
}

.modal .close {
    opacity: 1;
}

.modal-body {
    padding: 0 50px 30px 50px;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    border: 0;
    padding: 50px 30px 5px 30px;
}

.c-modal-title {
    font-size: 27px;
    font-weight: bold;
}

.c-modal-description {
    font-size: 16px;
    color: #A4A4A4;
    padding: 10px 0 30px 0;
}

.form-questions__contacts {
    display: flex;
    flex-direction: column;
}

.form-questions__contacts-item {
    width: 100%;
    padding-bottom: 10px;
}

.form-questions__contacts-link a {
    font-size: 21px;
    color: #151515;
    text-decoration: underline;
}

.form-questions__contacts-title {
    color: #7E7E7E;
    padding: 5px 0;
}

.form-questions__confidential {
    color: #868686;
    font-size: 12px;
    max-width: 230px;
    line-height: 18px;
    margin-top: 50px;
}

.form-questions__confidential a {
    color: #868686;
    text-decoration: underline;
}

.page-form-questions__title {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    padding: 5px 0;
}

.page-form-questions__description {
    font-size: 16px;
    color: #5C5C5C;
    padding: 5px 0 10px 0;
}

.page-form-questions__btns {
    padding: 10px 0 5px 0;
}

.page-form-questions__container {
    margin-bottom: 40px;
}

.product-card__btns {
    margin-bottom: 40px;
}


.product-card__container {
    display: flex;
    flex-direction: column;
}

.product-card__image {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16 / 11;
    margin-bottom: 25px;
}

.product-card__info {
    width: 100%;
}

.product-card__title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 25px;
}

.product-card__short-description {
    font-size: 14px;
    color: #3A3A3A;
    padding-bottom: 25px;
}

.product-card__properties {
    font-size: 14px;
    color: #3A3A3A;
    padding-bottom: 25px;
}

.product-card__properties ul {
    padding: 0 16px;
}

.product-card__properties li {
    padding-bottom: 5px;
}

.product-card-extra__container {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.product-card-extra__title {
    display: inline-block;
    border-bottom: 3px solid #00549F;
    padding: 25px 10px 5px 0;
    margin-bottom: 25px;
}

.product-card-extra__content {
    line-height: 28px;
}

.page__content {
    padding: 25px 25px 0 25px;
}

.page-item.active .page-link {
    background-color: #044AB5;
    border-color: #044AB5;
}

.page-link {
    font-size: 12px;
}

@media (min-width: 768px) {
    .layout {
        max-width: 720px;
    }

    .header-lg-menu__container {
        display: flex;
        align-items: center;
    }

    header {
        min-height: 600px;
    }

    .homepage-slider {
        bottom: 150px;
    }

    .homepage-slider .slick-dots li {
        width: 15%;
        margin: 0 15px 0 0;
    }

    .slick-list {
        margin: 0;
    }

    .homepage-extra {
        bottom: 0;
        padding: 0 50px 35px 50px;
    }

    .homepage-slider {
        padding: 0 50px 0 50px;
    }

    .slick-dots {
        bottom: -25px;
    }

    .homepage-extra-copyright {
        display: block;
    }

    .homepage-extra__phone {
        display: none;
    }

    .header-mobile-menu__container {
        display: none;
    }

    .header-menu__links {
        padding: 0 10px;
    }

    .header-menu__link {
        padding: 0 5px;
    }

    .header-menu__link.active {
        padding: 0 5px 0 35px;
        background-size: 16px;
    }

    .homepage-achievement-item {
        width: 40%;
        padding: 0;
    }

    .homepage-block__title {
        margin: 40px 0 40px 0;
    }

    .catalog-block__categories {
        margin: 0 0 3rem 0;
    }

    .homepage-block__about-company-left {
        padding: 5px 0;
    }

    .homepage-block__about-company-cert-download {
        padding: 0;
    }

    .homepage-achievement-number-container {
        font-size: 80px;
    }

    .homepage-achievement-number-container.check {
        height: 104px;
    }

    .homepage-achievement-item-number-float {
        padding-top: 17px;
        margin-left: -5px;
    }

    .homepage-block__all-products-btn-container {
        margin: 0 0 20px 0;
    }

    .c-block__map {
        padding: 0;
    }

    .c-block__map-description {
        left: 20px;
        right: auto;
        font-size: 16px;
    }

    .c-block__contacts {
        padding: 0;
    }

    .layout.layout-in {
        padding: 0 45px;
    }

    .c-breadcrumbs__container {
        padding: 0;
    }

    .page__container {
    }

    .page__title {
        padding: 25px 0 0 0;
    }

    .catalog-block__product-item {
        flex-direction: row;
    }

    .catalog-block__product-image {
        width: 50%;
        margin-bottom: 0;
    }

    .catalog-block__product-description {
        width: 50%;
        padding-left: 20px;
    }

    .page-news-one__image-container,
    .page-news-one__content,
    .page-news-one__author,
    .page-news-one__btns,
    .page-form-questions__container {
        padding: 0;
    }

    .page-news-one__btns {
        padding-bottom: 50px;
    }

    .page-news-one__btns {
        flex-direction: row;
    }

    .form-questions__contacts {
        flex-direction: row;
    }

    .page-news__item {
        flex-direction: row;
        padding: 0 0 50px 0;
    }

    .page-news__description {
        width: 50%;
        padding: 0 20px;
    }

    .page-news__img-container {
        width: 50%;
    }

    .page__content {
        padding: 25px 0 0 0;
    }
}

@media (min-width: 992px) {
    .layout {
        max-width: 960px;
    }

    .header-menu__links {
        padding: 0 15px;
    }

    .header-menu__link {
        padding: 0 25px;
    }

    .header-menu__link.active {
        padding: 0 25px 0 35px;
        background-size: 16px;
    }

    header {
        min-height: 600px;
    }

    .homepage-slider .slick-dots li {
        width: 15%;
        margin: 0 15px 0 0;
    }

    .homepage-achievement-item {
        width: 21%;
    }

    .catalog-block__product-item {
        width: 49%;
    }

    .homepage-block__about-company-cert-img {
        display: block;
    }

    .homepage-block__about-company-left {
        width: 59%;
        padding: 0 0 40px 0;
    }

    .homepage-block__about-company-right {
        width: 30%;
    }

    .homepage-block__about-company {
        border: 1px solid #D7D7D7;
        min-height: 480px;
        padding: 80px 60px;
    }

    .homepage-block__about-company-description {
        padding: 10px 0;
    }

    .homepage-block__about-company-gen-dir {
        flex-direction: row;
    }

    .btn-download-link {
        /*width: auto;*/
    }

    .homepage-block-container {
        margin-bottom: 0;
    }

    .homepage-block__about-company {
        margin-bottom: 100px;
    }

    .homepage-block__contact-item-details {
        order: 0;
        display: flex;
        justify-content: flex-end;
    }

    .c-block__contacts {
        flex-direction: row;
    }

    .c-block__contact-item {
        width: 44%;
        padding: 0;
    }

    .homepage-block__about-company-description {
        /*width: 450px;*/
    }

    .catalog-block__product-item {
        flex-direction: column;
    }

    .catalog-block__product-image {
        width: 100%;
        margin-bottom: 25px;
    }

    .catalog-block__product-description {
        width: 100%;
        padding-left: 0;
    }

    .page-news__item {
        width: 50%;
    }

    .product-card__container {
        flex-direction: row;
    }

    .product-card__image {
        width: 60%;
    }

    .product-card__info {
        width: 40%;
        padding-left: 25px;
    }

    footer {
        padding: 100px;
    }
}

@media (min-width: 1200px) {
    .layout {
        max-width: 1140px;
    }

    .header-menu__links {
        padding: 0 45px;
    }

    .header-menu__link {
        padding: 0 45px;
    }

    .header-menu__link.active {
        padding: 0 45px 0 45px;
        background-size: auto;
    }

    header {
        min-height: 570px;
    }

    .homepage-slider .slick-dots li {
        width: 18%;
        margin: 0 20px 0 0;
    }

    .homepage-achievement-item {
        width: 18%;
    }

    .catalog-block__product-item {
        flex-direction: row;
    }

    .catalog-block__product-image {
        width: 50%;
        margin-bottom: 0;
    }

    .catalog-block__product-description {
        width: 50%;
        padding-left: 20px;
    }

    .homepage-block__about-company {
        padding: 80px 60px;
    }
}

@media (min-width: 1500px) {
    .layout {
        max-width: 1440px;
    }

    header {
        min-height: 450px;
    }

    .catalog-video__container {
        margin-bottom: 35px;
    }

    .homepage-block__about-company {
        padding: 90px 120px;
    }
}


.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-left: 15px;
}

.banner-slider .slider.slider-nav {
    max-width: 16%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: right;
}

.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;
}

.slider-banner-image {
    height: 610px;
}

.banner-slider .slider.slider-nav {
    padding: 0 0 20px 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
    cursor: pointer;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
    background-color: #fff;
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }

    .banner-slider .slider.slider-for {
        padding-left: 0;
    }

    .banner-slider .slider.slider-nav {
        height: auto;
    }

    .slider-banner-image {
        height: 500px;
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }

    .slider-nav .slick-slide span {
        padding: 5px 0;
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .slick-prev {
        left: 0;
        right: unset;
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }

    .bid-tag {
        padding: 10px 0 15px;
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap;
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .slider-banner-image {
        height: 400px;
    }

    .slider.slider-nav.thumb-image {
        padding: 0;
        margin: 10px 0 0;
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }

    .slick-prev.slick-arrow {
        background-position: center 10px;
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height: 340px;
    }
}

@media screen and (max-width: 480px) {
    .slider-banner-image {
        height: 280px;
    }
}

.h-phone-c {
    position: relative;
    display: inline-block;
}


.btn-green-c {
    color: #fff;
    background-color: #5E9C2C;
    border-color: #5E9C2C;
    padding: 15px 60px;
}

.btn-green-c:hover {
    color: #fff;
    background-color: #4F8525;
    border-color: #4F8525;
}

.btn-green-c:focus, .btn-green-c.focus {
    color: #fff;
    background-color: #4F8525;
    border-color: #4F8525;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-green-c.disabled, .btn-green-c:disabled {
    color: #fff;
    background-color: #4F8525;
    border-color: #4F8525;
}

.btn-green-c:not(:disabled):not(.disabled):active, .btn-green-c:not(:disabled):not(.disabled).active,
.show > .btn-green-c.dropdown-toggle {
    color: #fff;
    background-color: #5E9C2C;
    border-color: #5E9C2C;
}

.btn-green-c:not(:disabled):not(.disabled):active:focus, .btn-green-c:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-c.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.contact-block__form-container {
    padding: 100px 240px;
}

.hp-block__title {
    font-size: 29px;
    margin-bottom: 10px;
}

.hp-block__extra-title {
    font-size: 15px;
    margin-bottom: 20px;
}

.hp-form input, .hp-form textarea {
    background: #F2F2F2;
    border: none;
    padding-left: 24px;
}

.hp-form textarea {
    padding-top: 12px;
}

.hp-form input::placeholder, .hp-form textarea::placeholder {
    font-size: 1em;
}

.hp-form textarea::placeholder {
}

.hp-form input {
    height: 56px;
}

@media (max-width: 991px) {
    .contact-block__form-container {
        padding: 100px 0 0 0;
    }
}

@media (max-width: 768px) {
    .contact-block__form-container {
        padding: 100px 24px 0 24px;
    }
}


.hp-slider {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 30px 0 30px;
    display: flex;
    justify-content: space-between;
}

.hp-slider * {
    transition: all 0.3s linear;
}

.hp-slider__left-container {
    width: 55%;
}

.hp-slider__list-item {
    padding: 5px 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border-left: 3px solid transparent;
    opacity: 0.8;
}

.hp-slider__list-item.active {
    border-left: 3px solid #7BC142;
    opacity: 1;
}

.hp-slider__title {
    font-size: 29px;
    color: #fff;
    margin-bottom: 23px;
}

.hp-slider__extra-title {
    font-size: 15px;
    color: #fff;
}

.hp-slider__right-container {
    width: 33%;
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 991px) {
    .hp-slider__right-container {
        display: none;
    }

    .hp-slider__left-container {
        width: 100%;
    }

    .ft-container {
        flex-direction: column;
    }
}

.hp-slider__description-item {
    display: none;
    background: #7BC142;
    color: #fff;
    padding: 45px 25px;
}

.hp-slider__description-item.active {
    display: block;
}

.hp-slider__video-item {
    display: none;
}

.hp-slider__video-item.active {
    display: block;
}

.ft-container {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.success-icon {
    background: url('/assets/img/success.svg');
    height: 100px;
    width: 100px;
    margin-bottom: 25px;
}