@font-face {
    font-family: "noto-sans";
    src: url("assets/fonts/noto-sans.woff") format("woff"), url("assets/fonts/noto-sans.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-thin";
    src: url("assets/fonts/noto-sans-thin.woff") format("woff"), url("assets/fonts/noto-sans-thin.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-light";
    src: url("assets/fonts/noto-sans-light.woff") format("woff"), url("assets/fonts/noto-sans-light.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-med";
    src: url("assets/fonts/noto-sans-med.woff") format("woff"), url("assets/fonts/noto-sans-med.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-semibold";
    src: url("assets/fonts/noto-sans-semibold.woff") format("woff"), url("assets/fonts/noto-sans-semibold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "noto-sans-bold";
    src: url("assets/fonts/noto-sans-bold.woff") format("woff"), url("assets/fonts/noto-sans-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttc-reg";
    src: url("assets/fonts/ttc-reg.woff") format("woff"), url("assets/fonts/ttc-reg.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttc-med";
    src: url("assets/fonts/ttc-med.woff") format("woff"), url("assets/fonts/ttc-med.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ttc-bold";
    src: url("assets/fonts/ttc-bold.woff") format("woff"), url("assets/fonts/ttc-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
}
.inputfile, .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile+label span {
    font-size: 14px;
}
.s-benefits h2 {
    font-size: 24px;
    line-height: 1.5;
    font-family: "noto-sans-med";
    color: #000000;
}
.single-news .news-item__date {
    color: rgba(0, 0, 0, .4);
}
@media screen and (min-width: 768px) {
    .s-waht h2, .s-benefits h2 {
        font-size: 48px
    }
}

.s-waht .list__build .row {
    margin-left: -5px;
    margin-right: -5px;
}

.s-waht .list__build [class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}

.s-waht__img {
    position: relative;
    margin-bottom: 20px;
}

.s-waht__img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #f37021;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.s-waht img {
    width: 100%;
    height: auto;
}

.s-waht a:hover .s-waht__img:after {
    opacity: 1;
    visibility: visible;
}

.s-waht a:hover span {
    color: #f37021;
}

.s-waht .list__build span {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
}

.s-order.bg-orange {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .s-waht .list__build span {
        font-size: 18px
    }
}

.s-waht a.btn {
    margin-top: 10px;
    padding: 14px 30px;
    font-size: 16px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.s-benefits {
    position: relative;
    z-index: 10;
}

.s-benefits__slogan {
    font-size: 20px;
    line-height: 1.5;
    font-family: "noto-sans-med";
    margin-top: 40px;
}

.s-benefits__slogan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 2px;
    background-color: #00aee6;
}

@media screen and (min-width: 768px) {
    .s-benefits__slogan {
        font-size: 32px
    }
}

.s-benefits__info {
    font-size: 20px;
    line-height: 1.5;
    font-family: "noto-sans-med";
}

@media screen and (min-width: 768px) {
    .s-benefits__info {
        font-size: 32px;
        margin-top: -50px
    }
}

@media screen and (min-width: 992px) {
    .s-benefits__info {
        margin-top: -200px
    }
}

.s-benefits__info span {
    color: #f37021;
}

@media screen and (min-width: 992px) {
    .s-benefits .block__map {
        margin-top: -50px
    }
}

.s-background {
    position: relative;
    overflow: hidden;
}

.s-background .bg-one, .s-background .bg-two {
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.s-background .bg-one {
    z-index: 0;
    bottom: -580px;
}

.main-form__btn button[disabled] {
    color: #36353a;
}

.main-form__btn .main-form__check-label .icheckbox {
    pointer-events: none;
}

.module_filter_news {
    margin-top: 50px;
}

.module_filter_news2 {
    margin-top: 0;
}

.module_filter_news .filter--title {
    padding: 6px 20px 6px 40px;
}

.news-list__banner .products-list__item-link:before {
    padding-top: 60%;
}

.s-order--single.news-list__banner2 .s-order.bg-orange {
    margin-bottom: 50px;
}

.news-list__banner .products-list__item-banner h3 {
    font-size: 32px;
    width: 100%;
}

.news-list__banner .products-list__item-banner {
    flex-direction: column;
}

.news-list__banner .products-list__item-img img {
    object-fit: initial;
}

.all-news .no-results-tags {
    margin-bottom: 200px;
    margin-top: 30px;
    margin-left: 42px;
    font-size: 22px;
}

.footer_menu_container {
    position: relative;
}

.footer_menu_container .new_icon_mobile {
    position: absolute;
    right: 5px;
    top: 23px;
}

.footer_menu_container .new_icon_mobile.open {
    transform: rotate(180deg);
}

.page-item.nav_begin .page-link {
    width: auto;
    padding: 15px 30px;
    border-radius: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.page-item.nav_begin.mobile {
    display: none;
}

.pagination .devider {
    margin-right: 8px;
    margin-bottom: 8px;
    width: 40px;
    text-align: center;
    font-size: 15px;
}

.header-info-line {
    justify-content: flex-end;
}

.header-search {
    margin-left: 0;
}

.product-page .main-form textarea {
    padding-bottom: 0!important;
}

.locks-items .projects__img:before {
    padding-top: 60%;
}

.locks-items .projects__img img {
    z-index: -1;
    object-fit: initial;
}

.locks-items .projects__img .projects__title {
    height: auto;
    margin-top: 100px;
}

.locks-items .projects__img .white-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 16px 40px;
}

.product-list--video .projects__img:before {
    padding-top: 56.25%;
}

.product-page .uppercase {
    text-transform: uppercase;
}

.design-features ul {
    list-style: none;
    margin-left: 20px;
}

.design-features li {
    position: relative;
    padding-left: 25px;
}

.design-features ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f37021;
}

.table-block--specification .table-block__table.center-text tr td:first-child,
.table-block--specification .table-block__table.center-text tr td[rowspan] + td,
.table-block--specification-two .table-block__table.center-text tr td {
    text-align: center;
}

.table-block--specification .table-block__table.center-text tr th:last-child {
    border-right: 2px solid #ffffff;
    border: 2px solid #ffffff;
}

.design-features ol {
    list-style: decimal;
    margin-left: 20px;
}

.design-features ol li {
    padding-left: 10px;
}

.design-features li,
.design-features p,
.design-features a {
    font-size: 14px;
    line-height: 1.8;
}

.design-features a {
    color: #ff710f;
    text-decoration: none;
}

.design-features a:hover {
    color: #ff710f;
    text-decoration: underline;
}

.design-features ul.product-cost__list {
    list-style: none;
}

.design-features ol .product-cost__item:before {
    display: none;
}

.design-features ol .product-cost__item {
    padding-left: 10px;
}

.header-nav-list > li:hover .header-submenu-wrapper {
    z-index: 999;
}

.product-page .header-nav-list > li:hover .header-submenu-wrapper,
.single-news .header-nav-list > li:hover .header-submenu-wrapper {
    z-index: 5;
}

.product-page .s-top-content__item-right {
    text-align: right;
}

.jobs-page .blue-form {
    z-index: 0;
}

.all-news .form-custom-handler .header-bottom__search-btn {
    align-self: flex-start !important;
}

.all-news .news-bottom-bunner .main-form__title {
    max-width: 440px;
    margin-bottom: 40px;
}

.all-news .news-bottom-bunner .s-order__content p {
    margin-bottom: 30px;
}

.all-news .news-bottom-bunner .s-order__content {
    margin-top: 50px;
}

.all-news .news-bottom-bunner .s-order {
    padding-bottom: 20px;
    padding-top: 20px;
}

.all-news .form-control {
    display: block;
    width: 100%;
    height: -webkit-calc(1.5em + 0.75rem + 2px);
    height: -moz-calc(1.5em + .75rem + 2px);
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

.all-news .header-bottom__search-input:hover,
.all-news .header-bottom__search-input:active,
.all-news .header-bottom__search-input:focus {
    border-bottom: 1px solid #80bdff;
}

.all-news .header-bottom__inner .js-message-form {
    position: absolute;
}

.all-news .header-bottom__search-input:focus-visible {
    outline: none;
}

.all-news .header-bottom__search-input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding-left: 0;
    color: #000;
}

.modal-close .icon-icon-close {
    filter: invert(1);
}

.jobs-page .main-form__btn button {
    font-size: 16px;
}

.jobs-page-single .block-title.block-title--sm {
    color: #000;
}

.block-title.block-title--sm {
    color: #fff;
}

.header-search .nav-info__link {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.header-search .nav-info__link:hover {
    text-decoration: none;
    color: #f37021;
}

.products-page .s-order__content ul {
    margin-left: 1px;
}

.product-page .table-block--specification-subtitle {
    padding: 25px 22px 20px;
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    background: #00aee6;
}

.product-page .table-block__table.white_borders tr th:last-child,
.product-page .table-block__table.white_borders tr th {
    border: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.product-page .table-block--specification .table-block__table tr th {
    font-size: 16px;
    font-weight: normal;
}

.product-page .table-block__table.white_borders tr td:first-child {
    text-align: center;
}

.product-page .table-block__table.white_borders {
    border-bottom: 2px solid #f3f3f3;
}

.product-page .product__table .table-block__icon {
    position: relative;
    transform: rotate(180deg);
}

.product-page .product__table .table-block__icon svg {
    display: none;
}

.product-page .product__table .table-block__icon:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-image: url("assets/img/up-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-page .product__table .table-block__switch:hover .table-block__icon:before {
    filter: invert(1);
}

.product-page .product__table .table-block__switch.active .table-block__icon {
    transform: none;
}

.product-page .block-title.big_h2 {
    font-size: 48px;
}

html {
    scroll-behavior: smooth;
}

.price-page .feed-trick {
    display: none;
}

.modal.modal--consultation form#formFreeConsultation .form-block-button-hidden {
    display: none;
}

.modal.modal--consultation form#formFreeConsultation .form-block-title-success {
    text-align: center;
}

.modal.modal--consultation form#formFreeConsultation .main-form__title {
    margin-top: 0;
}

.modal.modal--consultation form#formFreeConsultation .main-form__text {
    margin-bottom: 20px;
}

.modal.modal--consultation form#formFreeConsultation .js-message-form {
    text-align: center;
    margin-bottom: 20px;
}

.product-page .main-form {
    margin-bottom: 90px;
}

.main-form .header-bottom__search-form .form-control {
    font-size: 24px;
    padding-bottom: 10px;
}

.main-form .header-bottom__search-form small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.main-form .header-bottom__search-btn .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.select2-container--default .drop-white {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.select2-container--default .drop-white .select2-results__option {
    font-size: 14px;
    line-height: normal;
    font-family: "noto-sans-light";
}

.select2-container--default .drop-white .select2-results__option--highlighted[aria-selected] {
    background: #f37021;
}

.select2-container--default .drop-white .select2-results__option[aria-selected=true] {
    background: #00aee6;
    color: #ffffff;
}

.btn--simple {
    font-size: 18px;
    padding: 24px 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.link-toggle {
    cursor: pointer;
    position: relative;
}

.link-toggle i {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
}

.link-toggle i svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: none;
}

.link-toggle.is-open i svg {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.link-toggle:hover {
    color: #f37021;
}

.main-img__link {
    fill: #cdcdcd;
    stroke: #fff;
    stroke-width: 0.025rem;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}

.main-img__link:hover {
    fill: #fb5926;
}

section h2 {
    font-size: 32px;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    section h2 {
        font-size: 48px
    }
}

section h2.title__text--small {
    font-size: 54px;
    line-height: 60px;
}

.main-form {
    background: #00aee6;
    color: #ffffff;
}

.main-form__title {
    font-size: 20px;
    line-height: 1.5;
    font-family: "noto-sans-med";
}

@media screen and (min-width: 768px) {
    .main-form__title {
        font-size: 32px
    }
}

.main-form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.4;
    font-family: "noto-sans";
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 15px;
}

.main-form .form-control.placeholder {
    color: #fff;
}

.main-form .form-control:-moz-placeholder {
    color: #fff;
}

.main-form .form-control::-moz-placeholder {
    color: #fff;
}

.main-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.main-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.main-form .form-control:-webkit-autofill, .main-form .form-control:-webkit-autofill:hover, .main-form .form-control:-webkit-autofill:focus, .main-form .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #00aee6 inset !important;
    -webkit-text-fill-color: #fff !important;
    border-bottom: 1px solid #66cef0;
}

.main-form__btn, .main-form__text {
    font-family: "noto-sans";
}

.main-form__text {
    font-size: 14px;
    line-height: 1.5;
}

.main-form__text br {
    display: none;
}

@media screen and (min-width: 768px) {
    .main-form__text br {
        display: inline;
    }
}

.main-form__text--small {
    font-size: 18px;
    line-height: 24px;
    font-family: "noto-sans";
}

.main-form__btn {
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .main-form__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.main-form__btn button {
    font-size: 14px;
    padding: 16px 50px;
    min-width: 240px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-family: "noto-sans";
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (min-width: 768px) {
    .main-form__btn button {
        padding: 16px 30px;
        min-width: auto;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        margin-top: 0
    }
}

@media screen and (min-width: 992px) {
    .main-form__btn button {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) {
    .main-form__btn span {
        max-width: 330px
    }
}

.main-form__check-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.main-form-noresult {
    background: #F8F8F8;
    color: #000000;
}

.main-form-noresult h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.main-form-noresult .form-control {
    padding-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid #000;
}

.main-form-noresult .form-control.placeholder {
    color: #000000;
}

.main-form-noresult .form-control:-moz-placeholder {
    color: #000000;
}

.main-form-noresult .form-control::-moz-placeholder {
    color: #000000;
}

.main-form-noresult .form-control:-ms-input-placeholder {
    color: #000000;
}

.main-form-noresult .form-control::-webkit-input-placeholder {
    color: #000000;
}

.main-form input:not(.inputfile),
.main-form textarea {
    width: 100%;
}

.main-form input:focus-visible {
    outline: none;
}

.main-form .btn--white:hover {
    background-color: transparent;
    color: #fff;
}

.main-form .btn--white {
    border: 1px solid #fff;
}

.form.about-form .col input {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    font-size: 16px;
}

.form.about-form .btn.white-btn {
    padding: 16px 30px;
}

.footer {
    font-family: "noto-sans";
    letter-spacing: 0.03em;
}

.footer-bottom a:not(.btn) {
    color: rgba(255, 255, 255, 0.5);
}

.footer-center .block-title {
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}

.footer-center .block-title.first-elem {
    color: #fff;
}

.footer-center .footer_links_h5.block-title.first-elem {
    color: #ffffff;
    text-decoration: none;
}

.footer-center .footer_links_h5.block-title.first-elem:hover {
    color: #f37021;
}

.footer-nav-list li a {
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}

.footer-nav-list li a:hover {
    color: #f37021 !important;
    text-decoration: none;
}

.footer-nav-list {
    margin-bottom: 60px;
}

.footer-top {
    padding: 42px 0 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.gototop {
    width: 74px;
    height: 74px;
    position: fixed;
    bottom: 15px;
    right: 10%;
    display: none;
    cursor: pointer;
    z-index: 5;
}

.gototop:hover {
    border-radius: 50%;
}

.gototop img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.footer-email {
    margin-top: 3px;
}

.footer-bottom {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .align-items-center {
    justify-content: space-between;
}

.price-page .module__form--price .form-group .btn {
    font-size: 16px;
    padding: 16px 30px;
}

.price-page .s-order.bg-orange .btn {
    font-size: 16px;
    padding: 16px 30px;
}

.price-page .header-bottom .orange-btn.js-getCounsult {
    max-width: 333px;
    margin: 0;
    padding: 14px 20px;
}

.products-page .products-list__list li {
    margin-bottom: 2px;
}

.products-page .products-list__list {
    padding: 20px 32px 15px;
}

.products-list__item-img .products-list__list a {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

.products-list__item-img .products-list__list a:hover {
    text-decoration: underline;
}

.products-list__list,
.products-list__list p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

.products-page .main-form .form-group {
    margin-top: 0;
}

.products-page .main-form__btn .btn {
    width: auto;
}

.price-page .header-bottom .header-bottom__inner {
    flex-direction: column;
}

.price-page .header-bottom .header-bottom__inner h1 {
    margin: 52px 0 20px;
}

.price-page .header-bottom .description {
    max-width: 550px;
}

.block__vocation--detail-list .link-toggle {
    cursor: text;
}

.block__vocation--detail-list .link-toggle:hover {
    color: black;
}

.jobs-page-single .s-career {
    margin-bottom: 50px;
}

.jobs-page-single .blue-form .form .custom-checkbox {
    margin-left: 0;
}

.jobs-page-single .block__vocation--detail-info span {
    font-weight: 600;
}

.module__form--price.form-success-hide .col {
    visibility: hidden;
}

#formGetPrices .custom-checkbox .text {
    color: #fff;
}

#formGetPrices .js-message-form {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.header-nav-list.mobile_old_link.d-xl-flex {
    display: none !important;
}

.list__vacation a {
    text-decoration: none;
    color: #000;
    transition: 0s;
}

.list__vacation a:hover {
    color: #fff;
}

.module__form--price.form-success-hide #formGetPrices .js-message-form {
    visibility: visible;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 130px;
    font-size: 32px;
}

.news-header-buttoms {
    position: relative;
}

.news-header-buttoms .add-to-calendar {
    position: absolute;
    left: 300px;
    bottom: 10px;
}

.news-header-buttoms .add-to-calendar .orange-btn {
    display: flex;
    align-items: center;
    padding: 12px 40px;
    border: 2px solid #f37021;
}

.news-header-buttoms .add-to-calendar .orange-btn:hover {
    background-color: transparent;
    color: #fff;
}

.news-header-buttoms .add-to-calendar .orange-btn i {
    display: inline-block;
    margin-right: 15px;
    width: 24px;
    height: 24px;
    background-image: url("assets/img/calendar.png");
    background-size: contain;
}

.footer-bottom .btn {
    font-size: 14px;
    padding: 14px 30px;
}

.social-icon.linkedin-ico {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("https://profholod.com/local/templates/profholod_new/img/linkedin1.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
    margin: 7px 7px 7px 15px;
}

.social-icon.linkedin-ico:hover {
    background-image: url("https://profholod.com/local/templates/profholod_new/img/linkedin2.png");
    transition: 0.3s;
}

.social-icon.instagram-ico {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("https://profholod.com/local/templates/profholod_new/img/instagram1.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
    margin: 7px 7px 7px 15px;
}

.social-icon.instagram-ico:hover {
    background-image: url("https://profholod.com/local/templates/profholod_new/img/instagram2.png");
    transition: 0.3s;
}

.hidden_slider .product-slider__slider.js-product-slider {
    display: none;
}

.hidden_slider .product-slider__slider.js-product-slider.is-active {
    display: block;
}

.single-news .news-list__banner2 .s-order__title {
    font-size: 32px;
}

.about-map__btn .btn {
    font-size: 16px;
}

#news-subscribe-modal.modal {
    background-color: rgba(0, 0, 0, 0.5490196078);
}

#news-subscribe-modal .main-form__title {
    margin-top: 0;
    line-height: 1;
}

#news-subscribe-modal .modal-body {
    text-align: center;
}

#news-subscribe-modal.modal--consultation .modal-dialog {
    max-width: 650px;
}

#formGetNews.form-success-visible .js-message-form {
    display: none !important;
}

.product-page .mCustomScrollbar {
    -ms-touch-action: inherit;
    touch-action: inherit;
}

@media (min-width: 767px) {
    .block-title--md {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .s-waht h2,
    .s-benefits h2 {
        font-size: 48px;
    }

    .s-waht .list__build span {
        font-size: 18px;
    }

    .s-benefits__slogan {
        font-size: 32px;
    }

    .s-benefits__info {
        font-size: 32px;
        margin-top: -50px;
    }

    section h2 {
        font-size: 48px;
    }

    .main-form__title {
        font-size: 32px;
    }

    .main-form__text br {
        display: inline;
    }

    .main-form__btn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main-form__btn button {
        padding: 16px 30px;
        min-width: auto;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        margin-top: 0;
    }

    .main-form__btn span {
        max-width: 330px;
    }
}

@media screen and (min-width: 992px) {
    .s-benefits__info {
        margin-top: -200px;
    }

    .s-benefits .block__map {
        margin-top: -50px;
    }

    .main-form__btn button {
        font-size: 16px;
    }
}

@media (min-width: 1350px) {
    .about-map__text {
        left: 1px;
    }

    .header-email,
    .header-phone {
        padding-left: 25px;
    }

}

@media (max-width: 1399px) {
    .module_filter_news .filter--title {
        padding: 6px 20px 6px 0px;
    }

    .module__filter--products.module_filter_news {
        margin: 0 15px;
    }

    .module__filter--products.module_filter_news .link__filter {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .single-news .main-form {
        padding: 70px 115px;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -15px;
    }

    .header-nav {
        height: auto;
    }

    .all-news .news-header-buttoms .add-to-calendar {
        left: 0;
        bottom: -15px;
    }

    .s-order--single.news-list__banner2 .s-order__content {
        margin-top: 78px;
    }

    .s-order--single.news-list__banner2 .s-order {
        margin-bottom: 40px;
    }

    .locks-items .projects__img .projects__title {
        margin-top: 45px;
        line-height: 1.5;
    }

    .locks-items .projects__img:before {
        padding-top: 62%;
    }

    .product-list--video .projects__img:before {
        padding-top: 56.25%;
    }

    body.menu-open {
        overflow: inherit;
    }

    .header {
        z-index: 11;
    }

    #menu-mobile .header-nav-list > li > a {
        font-family: "noto-sans-med";
    }

    .header-nav-col {
        padding-top: 25px;
    }

    .header-nav-list.mobile_old_link.d-xl-flex {
        display: flex !important;
    }

    .price-page .list__download a.d-flex {
        align-items: flex-start;
    }

    .jobs-page .form__vocation .custom-checkbox {
        width: 70%;
        float: right;
    }

    .jobs-page .form__vocation .btn {
        max-width: 240px;
    }

    .news-list__banner .products-list__item-banner h3 {
        font-size: 28px;
    }

    .news-list__banner .products-list__item-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-items: flex-start;
    }

    .news-list__banner .products-list__item-link {
        position: relative;
    }

    .news-list__banner .products-list__item-link:before {
        display: block;
    }

    .news-list__banner .products-list__item-btn {
        width: 100%;
        justify-content: flex-start;
    }
    .header {
        margin: 0;
    }
}

@media (max-width: 1024px) {

    .news-list__banner .products-list__item-banner {
        padding: 30px !important;
    }

    .s-order--single.news-list__banner2 .s-order.bg-orange {
        margin-bottom: 30px;
    }

    .single-news .news-list__banner2 .s-order.bg-orange {
        padding: 20px 20px 30px;
    }

    .single-news .main-form {
        padding: 20px 70px 50px;
    }

    .single-news .s-order.bg-orange {
        padding: 20px 90px 50px;
        margin: 0;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -15px;
    }

    .products-list__item .products-list__item-img .products-list__list {
        display: none;
    }

    .products-page .main-form {
        padding: 42px 32px 40px;
    }

    .products-page .main-form .main-form__title {
        margin: 0;
    }

    .products-page .main-form button.btn {
        margin-left: auto;
        margin-right: auto !important;
        padding: 16px 50px;
    }


    .container--np .s-order.bg-orange {
        padding: 80px 70px;
    }

    .header-nav .header-lang-switcher {
        font-size: 22px;
    }

    .header-nav .header-switcher.js-langSwitcherList.d-none {
        display: flex !important;
    }

    .header-nav .header-switcher.js-langSwitcherList {
        top: -8px;
        left: 42px;
        padding-top: 0px;
        display: flex;
        color: #f37021;
        font-weight: 500;
    }

    .header-nav .header-switcher.js-langSwitcherList li {
        margin-right: 20px;
    }

    .header-submenu-top .block-title.block-title--sm,
    .header-submenu-bottom .block-title.block-title--sm {
        color: #000;
    }

    .header-submenu-wrapper:not(.header-submenu--small) {
        padding-left: 0;
    }

    .header-submenu-bottom:before {
        display: none;
    }

    .header-submenu-bottom .col {
        margin-bottom: 0;
    }

    .header.page-header .header-switcher.js-langSwitcherList a {
        color: #f37021;
        font-weight: 500;
    }

    .header .current-lang .js-curLang {
        font-weight: 500;
    }

    .product-page .header-nav .header-switcher.js-langSwitcherList,
    .single-news .header-nav .header-switcher.js-langSwitcherList {
        top: 12px;
    }

    .header-lang-switcher .icon {
        display: none;
    }

    .header-nav-col {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-search {
        margin-left: 0;
    }

    .header-bottom.row {
        margin: 0 20px;
    }

    .about-page .header-bottom__inner {
        margin: 0 20px;
    }

    .about-page .videoWrapperActive .videoPoster,
    .about-page .videoWrapperActive .img-block {
        display: none;
    }

    .jobs-page .videoWrapperActive .videoPoster,
    .jobs-page .videoWrapperActive .img-block {
        display: none;
    }

}

@media (max-width: 1023px) {
    .gototop {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .price-page .header-bottom .orange-btn.js-getCounsult {
        margin: 0px auto 20px;
    }

    .price-page .header-bottom .description {
        margin-bottom: 30px;
    }

    .footer-bottom .btn {
        max-width: 330px;
    }

    .header {
        margin: 0;
    }

    .header-bottom.row {
        margin: 0;
    }

    .about-page .header-bottom__inner {
        margin: 0;
    }

    .jobs-page .form__vocation .custom-checkbox {
        width: 50%;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -20px;
    }
}

@media (max-width: 768px) {
    .m-32 {
        margin: 32px 0;
    }

    .container--np .s-order.bg-orange {
        padding: 50px 30px;
    }

    .about-page .main-form__col {
        padding: 0 8px;
    }

    .jobs-page .main-form__btn button {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .container-jobs-form {
        padding-right: 0px;
        padding-left: 0px;
    }

    .product-page .product-specification__content .mCSB_horizontal.mCSB_inside > .mCSB_container {
        left: 0;
    }

    .product-page .block-title.big_h2 {
        font-size: 24px;
        line-height: 1.666;
        margin-top: 40px;
    }

    .locks-items .projects__img .projects__title {
        font-size: 32px;
    }

    .locks-items .projects__img:before {
        padding-top: 50%;
    }

    .all-news .header-bottom .form-custom-handler {
        flex-direction: column;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-title {
        margin-bottom: 20px !important;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-title br {
        display: none;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-btn {
        margin-bottom: 30px;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-btn .btn {
        max-width: 100% !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .all-news .header-bottom .form-custom-handler .header-bottom__search-form {
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: 500px;
    }

    .all-news .news-bottom-bunner .s-order {
        margin: 0 -30px;
    }
}

@media (max-width: 767px) {
    input:not([type=radio]):not([type=checkbox]), textarea {
        font-family: "noto-sans";
    }
    .all-news .news-bottom-bunner .s-order__content p {
        text-align: left;
    }

    .news-bottom-bunner .s-order {
        background-image: url("assets/img/bg-orange-3.svg");
        background-size: cover;
    }

    .products-page .main-form .custom-upload .title, .products-page .main-form .form-control {
        border-radius: 0;
    }

    .product-slider__slider {
        padding-bottom: 0px;
    }

    .video_wrapper .bg-video-img {
        height: auto;
    }

    .product-page .main-form {
        margin-bottom: 58px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .product-page .main-form__title {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .main-form .form-control {
        font-size: 14px;
    }
    .product-page .main-form .form-control {
        padding: 0 0 15px!important;
    }
    .product-page .main-form .form-group {
        margin: 0 0 50px;
    }
    .product-page .main-form__text {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .product-page .product-slider {
        padding-bottom: 0;
    }
    .product-page .main-form__form {
        padding-top: 0;
    }
    .product-page .custom-checkbox {
        margin-bottom: 0.5rem;
        padding-left: 25px;
    }
    .product-page .projects__item.locks-items {
        margin-bottom: 0;
        display: none;
    }

    .product-page .product-list__title {
        margin-top: 0;
    }

    .product-page .product-list__title--mt {
        margin-top: 50px;
    }

    .product-page .product-advantages--1 .product-advantages__title {
        margin-top: 0;
        margin-bottom: 48px;
    }

    .product-page .about-staff__item:last-of-type {
        margin-bottom: 0;
    }

    .product-specification__icon {
        margin-left: 15px;
    }

    .product-page .main-form textarea.form-control {
        padding: 0!important;
    }

    .about-page .video_wrapper--about:before {
        padding-top: 45%;
    }

    .footer-center .block-title {
        margin-bottom: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding: 20px 0 20px;
    }

    .about-page .blue-form {
        padding: 40px 32px 40px;
    }

    .about-page .form-group {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-page .main-form__btn {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-nav-list {
        margin-bottom: 0;
    }

    .place-checker .address {
        max-width: 350px;
    }

    .about-page .main-form__btn .btn {
        margin-right: auto !important;
    }

    .about-page input:not([type=radio]):not([type=checkbox]),
    .about-page textarea {
        font-size: 14px;
    }

    .price-page h1 {
        margin: 28px 0 30px;
    }

    .news-header-buttoms .add-to-calendar {
        position: relative;
        bottom: auto;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .news-header-buttoms .add-to-calendar .orange-btn {
        padding: 10px 25px;
    }

    .form-custom-handler .btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-bottom .btn {
        width: 100%;
        max-width: none;
    }

    .header-info-line {
        justify-content: flex-end;
    }

    .header-nav-col {
        padding-top: 25px;
    }

    .header-nav .header-lang-switcher {
        font-size: 16px;
    }

    .header-lang-switcher.is-open .icon {
        top: 6px;
    }

    .single-news .news-list__banner2 .s-order__title {
        font-size: 20px;
        max-width: 100%;
    }

    .page-item.nav_begin.desktop {
        display: none;
    }

    .page-item.nav_begin.mobile {
        display: list-item;
    }

    .page-item.nav_begin.mobile .page-link {
        width: 48px;
        padding: 0;
    }

    .pagination.justify-content-start {
        justify-content: center !important;
    }

    .footer_menu_container .footer_links_h5.block-title {
        width: 90%;
    }

    .footer_menu_container .footer_links_h5.block-title {
        border-bottom: none;
    }

    .footer_menu_container {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    }

    .single-news .main-form {
        padding: 40px 20px 60px 20px;
        margin: 0 -20px;
    }

    .all-news .form-custom-handler .header-bottom__search-btn {
        align-self: center !important;
    }

    .single-news .main-form__title {
        margin-bottom: 32px;
    }

    .single-news .main-form__form {
        margin-top: 35px;
    }

    .single-news .main-form__btn {
        margin-top: 50px;
    }

    .all-news .more-news {
        margin-bottom: 0;
    }

    .all-news .header-bottom__search-btn .btn, .all-news .btn {
        font-size: 14px;
    }

    .module__filter--news .link__filter, .module__filter--products .link__filter {
        padding: 12px 15px;
    }
}


@media (max-width: 600px) {
    .jobs-page .form__vocation .custom-checkbox {
        width: 100%;
        float: none;
    }

    .jobs-page .form__vocation .btn {
        max-width: 300px;
    }

    .locks-items .projects__img:before {
        padding-top: 60%;
    }

    .locks-items .projects__img .projects__title {
        font-size: 25px;
        margin-top: 25px;
    }

    .news-list__banner .products-list__item-banner h3 {
        font-size: 20px;
    }

}

@media (min-width: 767px) {
    .block-title--md {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .about-page .video_wrapper--about:before {
        padding-top: 42%;
    }

    .locks-items .projects__img .white-btn {
        bottom: 20px;
        left: 20px;
    }

    .locks-items .projects__img .projects__title {
        font-size: 16px;
    }

    .news-header-buttoms .add-to-calendar .orange-btn {
        font-size: 13px;
        padding: 10px 15px;
    }

    .news-header-buttoms .add-to-calendar .orange-btn i {
        width: 20px;
        height: 20px;
    }

    .module__form--price.form-success-hide #formGetPrices .js-message-form {
        width: 80%;
        left: 10%;
        top: 200px;
        font-size: 20px;
    }

    .footer-bottom .btn {
        max-width: 100%;
    }

    .single-news .social-block__wrapper {
        flex-direction: column;
    }

    .product-page .header-nav .header-switcher.js-langSwitcherList,
    .single-news .header-nav .header-switcher.js-langSwitcherList {
        left: 32px;
    }

    .header-nav .header-switcher.js-langSwitcherList {
        left: 32px;
    }

    .product-page .s-top-content__item-right {
        text-align: right;
        padding-left: 20px;
    }

    .product-page .block__tabs .block__tabs--sw li {
        margin-right: 5px !important;
        font-size: 14px;
    }

    .news-list__banner .products-list__item-banner h3 {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .s-order--single.news-list__banner2 .s-order__content {
        margin-top: 40px;
    }
}


@media (max-width: 375px) {
    .page-item.nav_begin.mobile .page-link {
        width: 40px;
    }

    .pagination li {
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .pagination li a {
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
}

@media (max-width: 360px) {
    .product-page .block__tabs .block__tabs--sw li {
        font-size: 12px;
    }

    .news-list__banner .products-list__item-banner .white-btn {
        font-size: 14px;
        padding: 14px 20px;
    }
}

#blog-subscribe-modal.modal,
#reference-subscribe-modal.modal,
#news-subscribe-modal.modal {
    background-color: #0000008c;
}

#blog-subscribe-modal .main-form__title,
#reference-subscribe-modal .main-form__title,
#news-subscribe-modal .main-form__title {
    margin-top: 0;
    line-height: 1;
}

#blog-subscribe-modal .modal-body,
#reference-subscribe-modal .modal-body,
#news-subscribe-modal .modal-body {
    text-align: center;
}

#blog-subscribe-modal.modal--consultation .modal-dialog,
#reference-subscribe-modal.modal--consultation .modal-dialog,
#news-subscribe-modal.modal--consultation .modal-dialog {
    max-width: 650px;
}

#formGetBlog.form-success-visible .js-message-form,
#formGetReference.form-success-visible .js-message-form,
#formGetNews.form-success-visible .js-message-form {
    display: none !important;
}

.product-page .mCustomScrollbar {
    -ms-touch-action: inherit;
    touch-action: inherit;
}

.nowrap {
    white-space: nowrap;
}

form#formProductOrder .js-message-form {
    text-align: center;
    margin-bottom: 20px;
}
form#formProductOrder .form-block-button-hidden {
    display: none;
}
form#formProductOrder .form-block-title-success {
    text-align: center;
}

.products-page .main-form .form-group {
    margin-top: 0;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    .products-page .main-form {
        padding: 56px 32px;
    }
    .products-page .main-form__text {
        line-height: 1.75;
        padding-right: 5px;
        margin-top: 34px;
        margin-bottom: 10px;
    }
    .products-page .main-form .form-control {
        height: 64px !important;
        padding-top: 32px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    .products-page .main-form button.btn {
        min-width: 240px;
    }
}

@media (min-width: 768px) {
    .products-page .main-form {
        padding: 80px 150px 80px 32px;
    }
    .products-page .main-form__text {
        margin-bottom: 20px;
    }
    .products-page .main-form .form-control {
        height: 74px !important;
        padding-top: 40px;
        padding-bottom: 5px;
    }
    .products-page .main-form button.btn {
        margin-left: 0;
        margin-right: 65px !important;
    }
    .main-form__btn .main-form__check-label .icheckbox {
        margin-right: 15px;
    }

}

@media (min-width: 1200px) {
    .products-page .main-form {
        padding: 72px 115px;
        margin-bottom: 80px;
    }
    .products-page .main-form__title {
        margin-top: 0;
        padding-top: 20px;
    }
    .products-page .main-form button.btn {
        margin-right: 55px !important;
    }
}