whatsapp.inter-tight-<uniquifier> {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body {
    font-family: "Inter Tight", Arial, sans-serif;
}

p {
    font-size: 26px;
    color: #2b2b2b;
}

a,
a:hover {
    text-decoration: none;
}

.header-wrap {
    /* position: relative; */
}

#breadcrumb {
    position: absolute;
    top: 100px;
    margin: 0 50px;
}

header.bx-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.contacts a,
.contacts p {
    display: inline-block;
    margin: 0 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.bx-header.white .contacts a,
.bx-header.white .contacts p {
    color: #fff;
}

.bx-header.white .contacts a:hover {
    color: #fff;
    opacity: 0.5;
}

.title-section {
    font-size: 90px;
    color: #0054d3;
    line-height: 100%;
    text-align: center;
    margin: 130px auto 30px;
}

.subtitle-section {
    font-size: 26px;
    color: #2b2b2b;
    line-height: 130%;
    text-align: center;
    width: 805px;
    margin: 0 auto 150px;
}

/* ----------------- Главный баннер на страницах -------------------------*/
.main-banner .banner-content {
    position: relative;
    top: 80px;
    width: 60%;
    text-align: left;
    padding: 0;
}

.main-banner .banner-content h1 {
    font-size: 120px;
    color: #0054d3;
    line-height: 90%;
}

.main-banner .subtitle {
    font-size: 36px;
    color: #2b2b2b;
    margin: 50px 0;
    max-width: 600px;
    line-height: 120%;
}

.main-banner .mesenger-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
}

.main-banner .mesenger-wrap a.button {
    background-color: #0054d3;
    color: #fff;
    width: 374px;
    height: 80px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin: 0;
    padding: 29px 90px 29px 70px;
    position: relative;
    display: block;
}

.main-banner .mesenger-wrap a.button:hover {
    background-color: #0077ff;
    text-decoration: none;
}

.main-banner .mesenger-wrap a.button:focus {
    background-color: #0077ff;
    text-decoration: none;
}

#homepage-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#homepage-banner.main-banner .banner-wrap {
    position: relative;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
}

#homepage-banner.main-banner video.bgvideo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

#homepage-banner.main-banner .bgfone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#homepage-banner.main-banner video.bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

#homepage-banner.main-banner .banner-content {
    position: absolute;
    top: 242px;
    width: 100%;
    text-align: center;
    padding: 0 400px;
}

#homepage-banner.main-banner .banner-content h1 {
    font-size: 120px;
    color: #fff;
    line-height: 90%;
}

#homepage-banner.main-banner .subtitle {
    font-size: 36px;
    color: #fff;
    margin: 50px auto 150px;
    max-width: 670px;
}

#homepage-banner.main-banner .mesenger {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mesenger a {
    width: 200px;
    height: 80px;
    background-color: #fff;
    border-radius: 40px;
    padding: 25px 30px 25px 80px;
    color: #000;
    margin: 0 10px;
    position: relative;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 30px;
}

a.telegram {
    background-image: url(/include/telegram.svg);
}

a.telegram:hover {
    background-image: url(/include/telegram-h.svg);
}

a.telegram:active {
    background-image: url(/include/telegram-a.svg);
}

a.whatsapp {
    background-image: url(/include/whatsapp.svg);
}

a.whatsapp:hover {
    background-image: url(/include/whatsapp-h.svg);
}

a.whatsapp:active {
    background-image: url(/include/whatsapp-a.svg);
}

a.max {
    background-image: url(/include/max.svg);
}

a.max:hover {
    background-image: url(/include/max.svg);
}

a.max:active {
    background-image: url(/include/max.svg);
}

.mesenger img {
    position: absolute;
    top: 20px;
    left: 30px;
}

#press-form-main {
    width: 100%;
    height: 870px;
    padding: 50px;
    background-color: #e9ecf0;
    background-image: url(/izgotovlenie-press-form/press-form.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#seriynoe-lite {
    width: 100%;
    height: 870px;
    padding: 50px;
    background-color: #e9ecf0;
    background-image: url(/seriynoe-lite/litie.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#press-form-main .mesenger {
    margin-left: 10px;
}

#seriynoe-lite .mesenger {
    margin-left: 10px;
}

#sertifikaty {
    width: 100%;
    height: 536px;
    padding: 50px;
    background-color: #fff;
    background-image: url(/sertifikaty/sertificat.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#sertifikaty.main-banner .banner-content h1 {
    margin-top: 100px;
}

#vakansii {
    width: 100%;
    height: 483px;
    padding: 50px;
    background-color: #e9ecf0;
    background-image: url(/vakansii/vacansii.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#vakansii.main-banner .banner-content h1 {
    margin-top: 100px;
}

#contacts {
    width: 100%;
    height: 483px;
    padding: 50px;
    background-color: #e9ecf0;
    background-image: url(/contacts/contacts.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#contacts.main-banner .banner-content h1 {
    margin-top: 100px;
}

.banner_content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 0 50px;
    height: 100%;
}

.banner_content_info {
    width: calc(100% - 880px);
}

.banner_content_info h1 {
    font-size: 90px;
    color: #fff;
    line-height: 90%;
}

#homepage-banner.main-banner .banner_content_info .subtitle {
    margin: 42px 0;
    font-size: 26px;
}

#homepage-banner.main-banner .banner_content_info .mesenger {
    justify-content: flex-start;
}


/* Кнопка на мобилке, на десктопе скрыта */
.banner_open_form_btn {
    display: none;
}

/* ===== Десктоп (по умолчанию): модалка становится обычным блоком справа ===== */
#bannerFormModal.modal {
    position: static;
    inset: auto;
    display: block;
    z-index: auto;
}

#bannerFormModal .modal__overlay {
    display: none;
}

#bannerFormModal .modal__close {
    display: none;
}

#bannerFormModal .modal__dialog {
    position: static;
    margin: 0;
    width: auto;
    background: transparent;
    border-radius: 0;
    padding: 0;
}


/* ----------------- Главная страница -------------------------*/
#opyt {
    background-color: #e9ecf0;
    padding: 50px;
}

.items-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

#process .items-section {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.item-section {
    background-color: #fff;
    padding: 30px;
    height: 195px;
    border-radius: 10px;
    position: relative;
}

.item-value {
    font-size: 50px;
    color: #0054d3;
    margin-bottom: 30px;
}

.item-parameter {
    font-size: 20px;
    color: #2b2b2b;
    position: absolute;
    bottom: 30px;
}

#projects .title-section {
    width: 1060px;
}

#sect6 .title-section {
    width: 1060px;
}

#sect6 {
    padding: 130px 50px;
}

#sect6 .section-content {
    width: 100%;
}

#sect6 .title-section {
    font-size: 90px;
    color: #000;
    line-height: 100%;
    text-align: left;
    width: 100%;
    margin: 0 auto 80px;
}

@media (min-width: 1750px) and (max-height: 1000px) {
    #sect6 {
        padding: 50px;
    }

    #sect6 .title-section {
        margin: 0 auto 30px;
    }
}

#sect6 .sect-text {
    width: 33%;
    padding-right: 170px;
    display: inline-block;
    vertical-align: top;
}

#sect6 .sect-text p {
    font-size: 20px;
}

#sect7 {
    text-align: center;
    padding: 130px 30px 160px;
    border-bottom: 1px solid #c3c3c3;
}

#sect7 .title-section {
    width: 1500px;
    margin-top: 40px;

}

#section-map {
    height: 832px;
    padding: 160px 50px 130px;
    background-image: url(/include/bg-map.png);
    background-repeat: no-repeat;
    background-position: 150px bottom;
}

#section-map {
    height: 832px;
    padding: 130px 50px;
    display: flex;
}

#section-map .map {
    flex: none;
    width: 1160px;
    height: 530px;
    margin-left: 50px;
    border-radius: 20px;
    overflow: hidden;
}

#section-map .title-section {
    font-size: 90px;
    color: #000;
    line-height: 100%;
    text-align: left;
    width: auto;
    margin: 0 0 30px;
}

/* -------------------Страница Изготовление пресс форм ------------------*/
#process {
    padding: 50px;
}

#process .title-section {
    width: 1650px;
}

#process .item-section {
    background-color: #e9ecf0;
    height: 221px;
}

#sect2 {
    height: 944px;
    background: url(/izgotovlenie-press-form/bg-sect2.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

#sect2 .title-section {
    font-size: 90px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    width: 1820px;
}

/* -------------------Страница Серийное литье ------------------*/
#litie-plastmass {
    padding: 50px;
}

#litie-plastmass .title-section {
    width: 1650px;
}

#litie-plastmass .item-section {
    background-color: #e9ecf0;
    padding: 30px;
    height: 250px;
}

#sect2 {
    height: 100vh;
    background: url(/izgotovlenie-press-form/bg-sect2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

#sect2::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#sect2 .title-section {
    font-size: 90px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    width: 1820px;
    margin: 0;

    position: relative;
    z-index: 1;
}

#kachestvo {
    background-image: url(/seriynoe-lite/kachestvo.png);
    height: 893px;
    padding: 50px;
}

#kachestvo .title-section {
    font-size: 90px;
    color: #0051d3;
    line-height: 100%;
    text-align: left;
    width: 706px;
    margin: 130px 0 30px;
}

#kachestvo .subtitle-section {
    font-size: 26px;
    color: #2b2b2b;
    line-height: 130%;
    text-align: left;
    width: 700px;
    margin: 0 0 150px;
}

/* -------------------Сертификаты ------------------*/
#sert {
    background-color: #e9ecf0;
    padding: 130px 50px;
}

#sert .title-section {
    font-size: 90px;
    color: #0051d3;
    line-height: 100%;
    text-align: center;
    width: 1650px;
    margin: 0 auto 50px;
}

/* ----------------------- footer --------------------------*/

footer.bx-footer {
    background-color: #0054d3;
    background-image: url(/include/bg-footer.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 130px 50px 0;
}

.footer-top {
    display: flex;
}

.bx-footer-left {
    width: 50%;
    padding-bottom: 50px;
    position: relative;
}

.bx-footer-right {
    width: 50%;
    padding-left: 100px;
    padding-bottom: 50px;
}

a.footer-phone {
    display: block;
    font-size: 90px;
    color: #fff;
    line-height: 1.2;
}

a.footer-phone:hover {
    opacity: 0.5
}

a.footer-mail {
    font-size: 46px;
    color: #fff;
    display: block;
    margin: 30px 0 30px;
}

a.footer-mail:hover {
    opacity: 0.5
}

p.footer-time {
    font-size: 46px;
    color: #fff;
    opacity: 0.5;
}

.bx-footer .mesenger {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.bx-footer .mesenger p {
    color: #fff;
    max-width: 190px;
    margin-left: 30px;
    margin-bottom: 0;
    line-height: 100%;
}

.footer-bottom {
    clear: both;
    display: flex;
    justify-content: space-between;
}

.copy {
    padding: 18px 0 16px;
}

.copy p,
.copy a {
    display: inline;
}

.copy p {
    color: #fff;
    opacity: 0.5;
}

.copy a {
    color: #fff;
    opacity: 0.5;
    font-size: 20px;
    margin-left: 30px;
}

.developer {
    padding: 18px 0 16px;
}

.developer p {
    color: #fff;
    opacity: 0.5;
}

#form {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.md-rev-msg.active {
    height: 518px;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.md-rev-msg.active p {
    font-size: 20px;
}

.md-rev-msg.active p span {
    font-size: 46px;
}

#form .title-form {
    font-size: 46px;
    line-height: 100%;
    margin-bottom: 25px;
    max-width: 684px;
}

#form .title-form span {
    color: #0054d3;
}

#form .subtitle-form {
    font-size: 20px;
    margin-bottom: 20px;
}

#form input[type="text"] {
    background-color: #ededed;
    border: 1px solid #ededed;
    border-radius: 6px;
    color: #000;
    padding: 10px 30px;
    width: 100%;
    height: 72px;
    margin: 10px 0 10px;
    font-size: 20px;
}

#form .error-message {
    display: none;
}

#form .hasError input[type="text"] {
    background-color: #ffe4e4;
}

#form .hasError .form-label {
    color: #d32727;
}

#form .hasError .error-message {
    color: #d32727;
    display: block;
}

#form .form-group {
    margin-bottom: 10px;
}

#form .form-group .form-label {
    font-size: 20px;
}

#form .dop-text {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    padding-right: 70px;
}

.form-group.button {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-item: center;
}

button.md-resp-send {
    flex: none;
    width: 263px;
    height: 78px;
    background-color: #0054d3;
    border: 1px solid #0052d3;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
}

button.md-resp-send:hover {
    background-color: #0077ff;
}

button.md-resp-send:active {
    background-color: #0077ff;
}

#form-banner {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.rev-msg.active {
    height: 518px;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rev-msg.active p {
    font-size: 20px;
}

.rev-msg.active p span {
    font-size: 46px;
}

#form-banner .title-form {
    font-size: 46px;
    line-height: 100%;
    margin-bottom: 25px;
}

#form-banner .title-form span {
    color: #0054d3;
}

#form-banner .subtitle-form {
    font-size: 20px;
    margin-bottom: 20px;
}

#form-banner input[type="text"] {
    background-color: #ededed;
    border: 1px solid #ededed;
    color: #000;
    padding: 10px 30px;
    width: 100%;
    height: 72px;
    margin: 10px 0 10px;
}

#form-banner .error-message {
    display: none;
}

#form-banner .hasError input[type="text"] {
    background-color: #ffe4e4;
}

#form-banner .hasError .form-label {
    color: #d32727;
}

#form-banner .hasError .error-message {
    color: #d32727;
    display: block;
}

#form-banner .form-group {
    margin-bottom: 10px;
}

#form-banner .form-group .form-label {
    font-size: 20px;
}

#form-banner .dop-text {
    font-size: 14px;
    font-weight: 300;
}

.form-group.button {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

button.resp-send {
    width: 263px;
    height: 78px;
    background-color: #0054d3;
    border: 1px solid #0052d3;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
}

button.resp-send:hover {
    background-color: #0077ff;
}

button.resp-send:active {
    background-color: #0077ff;
}

.mesenger-wrap a.button.popup-open img {
    position: absolute;
    top: 36px;
    right: 60px;
    left: auto;
}

.popup-fade {
    display: none;
}

.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.popup {
    position: fixed;
    top: 20%;
    left: 50%;
    width: 803px;
    height: 634px;
    margin-left: -401px;
    background: #fff;
    border-radius: 20px;
    z-index: 99999;
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(/include/close.svg);
    width: 24px;
    height: 24px;
}

.bx-logo img {
    width: 237px;
}

.contacts {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    white-space: nowrap;
}

/* по умолчанию (шире 1600): показываем всё как сейчас */
.contacts__dropdown {
    display: none;
}

/* dropdown */
.contacts__dropdown {
    position: relative;
}

.contacts__summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contacts__summary::-webkit-details-marker {
    display: none;
}

.contacts__caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform .2s ease;
}

.contacts__dropdown[open] .contacts__caret {
    transform: rotate(180deg);
}

.contacts__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    min-width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    z-index: 1000;
}

.contacts__menu-link {
    text-decoration: none;
    color: inherit;
}

.contacts__menu-time {
    opacity: .7;
    font-size: 12px;
    margin-top: 2px;
    text-align: center;
    font-size: 14px;
    color: #828282;
}

.banner_form_slot{
    max-width: 760px;
}

@media (max-width: 1820px) {
    .bx-logo img {
        width: 175px;
    }

    .contacts a,
    .contacts p {
        font-size: 16px;
    }
}

@media (max-width: 1750px) {
    header.bx-header {
        padding: 20px 40px;
    }

    .contacts a {
        font-size: 16px;
    }

    #homepage-banner.main-banner .banner-content {
        top: 154px;
        padding: 0 300px;
    }

    #homepage-banner.main-banner .banner-content h1 {
        font-size: 100px;
    }

    #homepage-banner.main-banner .subtitle {
        font-size: 28px;
        margin: 50px auto 90px;
    }

    .title-section {
        font-size: 60px;
        width: 900px;
    }

    .subtitle-section {
        font-size: 22px;
    }

    #opyt {
        padding: 40px;
    }

    .item-section {
        height: 182px;
    }

    .item-value {
        font-size: 40px;
    }

    .item-parameter {
        font-size: 18px;
    }

    #sect6 {
        padding: 90px 40px;
    }

    #sect6 .title-section {
        font-size: 60px;
        margin: 0 0 40px;
    }

    #sect6 .sect-text {
        padding-right: 50px;
    }

    #sect7 .title-section {
        width: 950px;
        margin-top: 36px;
    }

    #sect6 .sect-text p {
        font-size: 18px;
        line-height: 130%;
    }

    #section-map {
        height: 625px;
        padding: 130px 50px;
        background-position: 100px bottom;
        background-size: 22%;
    }

    #section-map .title-section {
        font-size: 60px;
    }

    #section-map .adress p {
        font-size: 22px;
        line-height: 130%;
    }

    #section-map .map {
        width: 800px;
        height: 365px;
    }

    #breadcrumb {
        position: absolute;
        top: 80px;
        margin: 0 50px;
    }

    .main-banner .banner-content {
        top: 120px;
        width: 830px;
    }

    .main-banner .banner-content h1 {
        font-size: 100px;
    }

    .main-banner .subtitle {
        font-size: 28px;
        margin: 20px 0 35px;
        max-width: 500px;
    }

    .items-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }

    #press-form-main {
        height: 714px;
        padding: 40px;
        background-size: 50%;
    }

    #process {
        padding: 40px;
    }

    #process .title-section {
        width: 1050px;
        margin: 50px auto 30px;
    }

    .item-section {
        padding: 20px;
    }

    #sect2 .title-section {
        font-size: 60px;
        width: 1200px;
    }

    #seriynoe-lite.main-banner .banner-content {
        top: 120px;
        width: 1050px;
    }

    #litie-plastmass {
        padding: 40px;
    }

    #litie-plastmass .title-section {
        width: 1100px;
        margin: 60px auto 30px;
    }

    #litie-plastmass .subtitle-section {
        margin: 0 auto 30px;
    }

    #kachestvo {
        background-image: url(/seriynoe-lite/kachestvo.png);
        height: 714px;
        padding: 40px;
        background-size: 100%;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    #kachestvo .title-section {
        font-size: 60px;
    }

    #kachestvo .title-section {
        font-size: 60px;
        width: 506px;
        margin: 230px 0 30px;
    }

    #kachestvo .subtitle-section {
        font-size: 22px;
        width: 500px;
    }

    .item-parameter {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    #sertifikaty {
        height: 468px;
        padding: 40px;
        background-size: 54%;
    }

    #sertifikaty.main-banner .banner-content h1 {
        margin-top: 80px;
    }

    #sert {
        background-color: #e9ecf0;
        padding: 130px 40px;
    }

    #sert .title-section {
        font-size: 60px;
        width: 1300px;
    }

    #vakansii {
        height: 468px;
        background-size: 58%;
    }

    #vakansii.main-banner .banner-content h1 {
        margin-top: 80px;
    }

    #contacts {
        height: 468px;
        background-size: 58%;
    }

    #contacts.main-banner .banner-content h1 {
        margin-top: 80px;
    }

    footer.bx-footer {
        padding: 130px 40px 0;
    }

    a.footer-phone {
        font-size: 60px;
    }

    a.footer-mail {
        font-size: 36px;
        margin: 20px 0 18px;
    }

    p.footer-time {
        font-size: 36px;
    }

    #press-form-main .mesenger {
        margin-left: 10px;
    }

    #seriynoe-lite .mesenger {
        margin-left: 10px;
    }

    .mesenger a {
        margin: 0 10px 0 0;
    }

    #press-form-main .mesenger a {
        margin: 0 10px 0 10px;
    }

    #seriynoe-lite .mesenger a {
        margin: 0 10px 0 10px;
    }

    .bx-footer .mesenger p {
        margin-left: 20px;
        font-size: 20px;
        max-width: 150px;
    }

    .bx-footer-right {
        width: 638px;
        padding-left: 0;
        padding-bottom: 50px;
    }

    #form .title-form {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    #form .subtitle-form {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #form .form-group .form-label {
        font-size: 18px;
    }

    #form input[type="text"] {
        height: 60px;
        font-size: 18px;
    }

    #form .dop-text {
        padding-right: 0;
    }

    .footer-bottom p {
        font-size: 16px;
    }

    .copy a {
        font-size: 16px;
    }

    .popup {
        position: fixed;
        top: 50px;
    }

    #form-banner .title-form {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    #form-banner .subtitle-form {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #form-banner .form-group .form-label {
        font-size: 18px;
    }

    #form-banner input[type="text"] {
        height: 60px;
        font-size: 18px;
    }

    #form-banner .dop-text {
        padding-right: 0;
    }
}

@media (max-width:1600px) {

    /* прячем “обычные” телефоны */
    .contacts a.contacts__phone {
        display: none;
    }

    /* показываем dropdown */
    .contacts__dropdown {
        display: block;
    }

    /* время переносим на 2-ю строку справа */
    .contacts {
        flex-wrap: wrap;
        gap: 10px 16px;
    }

    .contacts__time {
        order: 3;
        width: 100%;
        text-align: right;
        font-size: 12px;
        opacity: .7;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -36px;
    }

    .contacts__mail {
        order: 1;
    }

    .contacts__dropdown {
        order: 2;
    }

    .contacts__summary-text,
    .contacts__caret {
        font-size: 16px;
        color: #fff;
    }

    .bx-header.white .contacts a.contacts__menu-link{
        color: #2B2B2B;
        font-size: 16px;
        text-align: center;
    }

    .banner_content_info h1{
        font-size: 80px;
    }
    #homepage-banner.main-banner .banner_content_info .subtitle{
        font-size: 20px;
        margin: 36px 0;
    }

    .banner_content_info{
        width: calc(100% - 630px);
    }

    .banner_form_slot {
        max-width: 540px;
    }

    #form{
        padding: 30px;
    }

    #form .title-form{
        font-size: 30px;
    }

    button.md-resp-send{
        width: 220px;
        height: 60px;
    }

    #form .subtitle-form{
        font-size: 16px;
    }

    #form input[type="text"] {
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    header.bx-header {
        justify-content: center;
    }

    .bx-logo img {
        width: 170px;
    }

    .menu {
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(43, 43, 43, 0.2);
    }

    .white .menu {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .contacts {
        position: absolute;
        top: 62px;
        right: 10px;
    }

    .bx-top-nav-container {
        display: flex;
        justify-content: left;
    }

    #breadcrumb {
        position: absolute;
        top: 100px;
        margin: 0 30px;
    }

    .main-banner .banner-content h1 {
        font-size: 70px;
    }

    .main-banner .subtitle {
        font-size: 24px;
        /* margin: 20px 0 35px; */
        max-width: 400px;
    }

    .main-banner .mesenger-wrap {
        display: block;
        width: 420px;
    }

    .main-banner .mesenger-wrap a.button.popup-open {
        width: 100%;
        height: 64px;
        padding: 24px 100px 24px 70px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .main-banner .banner-content .mesenger {
        display: flex;
        justify-content: space-between;
    }

    .mesenger a {
        width: 200px;
        height: 64px;
        padding: 20px 20px 20px 68px;
        margin: 0 10px;
        position: relative;
        font-size: 20px;
        background-position: center left 20px;
    }

    #press-form-main .mesenger a {
        margin: 0;
    }

    #seriynoe-lite .mesenger a {
        margin: 0;
    }

    .mesenger img {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 28px;
        height: 28px;
    }

    .items-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    #homepage-banner.main-banner .banner-wrap {
        padding-top: 50%;
    }

    #homepage-banner.main-banner .banner-content {
        top: 154px;
        padding: 0 250px;
    }

    #homepage-banner.main-banner .banner-content h1 {
        font-size: 80px;
    }

    #homepage-banner.main-banner .subtitle {
        font-size: 24px;
        margin: 30px auto 90px;
    }

    .contacts a {
        font-size: 14px;
        margin: 16px 20px 14px 0;
        color: #0054d3;
    }

    .title-section {
        font-size: 50px;
        width: 708px;
        margin: 90px auto 40px;
    }

    #opyt {
        padding: 26px;
    }

    #opyt .title-section {
        width: 700px;
    }

    #sect6 {
        padding: 90px 26px;
    }

    #sect6 .title-section {
        font-size: 50px;
        margin: 0 0 40px;
    }

    #sect6 .sect-text {
        padding-right: 30px;
    }

    #sect6 .sect-text p {
        font-size: 16px;
    }

    #process .title-section {
        width: auto;
        margin: 50px auto 30px;
    }

    #process .subtitle-section {
        margin: 0 auto 30px;
    }

    #seriynoe-lite {
        padding: 30px;
    }

    #press-form-main {
        height: 714px;
        padding: 30px;
        background-size: 50%;
    }

    .item-parameter {
        font-size: 16px;
    }

    #seriynoe-lite.main-banner .banner-content {
        width: 571px;
    }

    #litie-plastmass .title-section {
        width: auto;
    }

    #litie-plastmass .title-section {
        width: auto;
        margin: 50px auto 30px;
    }

    #litie-plastmass .subtitle-section {
        margin: 0 auto 30px;
    }

    #kachestvo {
        height: 514px;
    }

    #kachestvo .title-section {
        margin: 40px 0 30px;
    }

    #sertifikaty {
        height: 348px;
        padding: 30px;
    }

    #sertifikaty.main-banner .banner-content h1 {
        margin-top: 40px;
    }

    #sert .title-section {
        font-size: 60px;
        width: 900px;
    }

    #vakansii {
        height: 348px;
        padding: 30px;
    }

    #vakansii.main-banner .banner-content h1 {
        margin-top: 40px;
    }

    #contacts {
        height: 348px;
        padding: 30px;
    }

    #contacts.main-banner .banner-content h1 {
        margin-top: 40px;
    }

    #section-map {
        height: 510px;
        padding: 90px 26px;
        background-position: 100px 350px;
    }

    #section-map .title-section {
        font-size: 50px;
    }

    #section-map .adress p {
        font-size: 20px;
        line-height: 130%;
    }

    #section-map .map {
        width: 600px;
        height: 330px;
    }

    footer.bx-footer {
        padding: 90px 30px 0;
    }

    a.footer-phone {
        font-size: 50px;
    }

    a.footer-mail {
        font-size: 30px;
        margin: 17px 0 17px;
    }

    p.footer-time {
        font-size: 30px;
    }

    .bx-footer-right {
        width: 481px;
        padding-left: 0;
        padding-bottom: 50px;
    }

    #form {
        background: #fff;
        padding: 40px;
        border-radius: 20px;
    }

    #form .title-form {
        font-size: 30px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .form-group.button {
        display: block;
    }

    #form .dop-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    button.md-resp-send {
        margin-left: 138px;
    }

    .bx-footer .mesenger {
        position: relative;
        margin-top: 40px;
    }

    .bx-footer .mesenger a {
        width: 160px;
        height: 64px;
        padding: 24px 30px 24px 60px;
        margin: 0 10px 0 0;
        position: relative;
        font-size: 16px;
        background-size: 28px;
        background-position: center left 25px;
    }

    .bx-footer .mesenger p {
        margin-left: 0;
        position: absolute;
        top: 70px;
        left: 23px;
        max-width: none;
    }

    .bx-footer .mesenger img {
        position: absolute;
        top: 18px;
        left: 26px;
        width: 28px;
        height: 28px;
    }

    .footer-bottom {
        height: 98px;
        position: relative;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .copy a {
        font-size: 14px;
    }

    .developer {
        position: absolute;
        top: 30px;
    }

    .banner_content_info{
        width: 100%;
    }

    .banner_content_info h1{
        font-size: 50px;
        text-align: center;
    }

    #homepage-banner.main-banner .banner_content_info .subtitle{
        font-size: 18px;
        margin: 20px 0;
        text-align: center;
        max-width: 100%;
    }

    .banner_open_form_btn {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 64px;
        color: #fff;
        font-size: 16px;
        background: #0054D3;
        padding: 14px 18px;
        border-radius: 100px;
        border: 0;
        cursor: pointer;
        margin-bottom: 50px;
    }

    #homepage-banner.main-banner .banner_content_info .mesenger{
        justify-content: center;
    }

    /* по умолчанию модалка скрыта */
    #bannerFormModal.modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 9999;
    }

    /* открытое состояние */
    #bannerFormModal.modal.is-open {
        display: block;
    }

    #bannerFormModal .modal__overlay {
        display: block;
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .55);
    }

    #bannerFormModal .modal__close {
        display: block;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 36px;
        height: 36px;
        border: 0;
        background: transparent;
        font-size: 26px;
        cursor: pointer;
    }

    #bannerFormModal .modal__dialog {
        position: relative;
        margin: 40px auto;
        width: min(92vw, 520px);
        background: #fff;
        border-radius: 16px;
        padding: 18px;
    }

}

@media (max-width: 1023px) {
    header.bx-header {
        justify-content: space-between;
    }

    p {
        font-size: 16px;
    }

    .bx-header .contacts {
        display: none;
    }

    header.bx-header {
        padding: 20px 30px;
    }

    .bx-logo img {
        width: 175px;
    }

    #breadcrumb {
        position: absolute;
        top: 60px;
        margin: 0 30px;
    }

    .menu {
        display: none;
    }

    .main-banner .banner-content {
        top: 100px;
        width: 550px;
        text-align: left;
    }

    #seriynoe-lite.main-banner .banner-content {
        top: 80px;
        width: 500px;
        text-align: left;
    }

    .main-banner .banner-content h1 {
        font-size: 70px;
        color: #0054d3;
        line-height: 90%;
    }

    .main-banner .subtitle {
        font-size: 24px;
        margin: 20px 0 28px;
    }

    .main-banner .mesenger-wrap {
        display: block;
        width: 420px;
    }

    .main-banner .mesenger-wrap a.button.popup-open {
        width: 100%;
        height: 64px;
        padding: 24px 100px 24px 70px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .main-banner .banner-content .mesenger {
        display: flex;
        justify-content: space-between;
    }

    .mesenger a {
        width: 202px;
        height: 64px;
        padding: 22px 30px 22px 68px;
        font-size: 16px;
        margin: 0;
    }

    .mesenger img {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 28px;
        height: 28px;
    }

    #homepage-banner.main-banner .banner-wrap {
        padding-top: 90%;
    }

    #homepage-banner.main-banner .banner-content {
        top: 230px;
        padding: 0;
    }

    #homepage-banner.main-banner .banner-content h1 {
        width: 520px;
        font-size: 80px;
        margin: auto;
    }

    #homepage-banner.main-banner .subtitle {
        font-size: 24px;
        width: 520px;
        margin: 20px auto 184px;
    }

    #homepage-banner.main-banner .mesenger a {
        width: 165px;
        height: 64px;
        padding: 22px 30px 22px 68px;
        font-size: 16px;
        margin: 0 5px;
    }

    #homepage-banner.main-banner .mesenger img {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 28px;
        height: 28px;
    }

    #opyt {
        padding: 90px 30px 30px;
    }

    .title-section {
        font-size: 50px;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .subtitle-section {
        font-size: 16px;
        max-width: 100%;
        margin: 0 auto 130px;
    }

    .item-section {
        width: 100%;
        padding: 20px;
        height: 125px;
    }

    .item-value {
        font-size: 26px;
    }

    .item-parameter {
        font-size: 16px;
        bottom: 20px;
    }

    /* #projects {
    padding: 90px 30px;
} */

    #sect6 {
        padding: 90px 30px;
    }

    #sect6 .title-section {
        font-size: 50px;
        margin: 0 auto 30px;
    }

    #sect6 .sect-text {
        width: 100%;
        display: block;
    }

    #sect6 .sect-text p {
        font-size: 16px;
    }

    #sect7 img {
        width: 130px;
    }

    #section-map {
        height: 510px;
        padding: 90px 26px;
        background-size: 25%;
        background-position: 60px 360px;
    }

    #section-map .title-section {
        font-size: 50px;
    }

    #section-map .map {
        width: 355px;
        height: 330px;
        margin-left: 30px;
    }

    #section-map p {
        font-size: 20px;
    }



    #press-form-main {
        width: 100%;
        height: 689px;
        padding: 30px;
        background-color: #e9ecf0;
        background-image: url(/izgotovlenie-press-form/press-form.png);
        background-repeat: no-repeat;
        background-position: center right -50%;
        background-size: 82%;
    }


    #process {
        padding: 10px;
    }

    #process .items-section {
        grid-template-columns: 2fr 2fr;
    }

    #process .item-section {
        height: 160px;
    }

    #sect2 {
        height: 400px;
    }

    #sect2 .title-section {
        font-size: 30px;
        color: #fff;
        line-height: 100%;
        text-align: center;
        width: auto;
    }

    #seriynoe-lite {
        width: 100%;
        height: 665px;
        padding: 30px;
        background-color: #e9ecf0;
        background-image: url(/seriynoe-lite/litie.png);
        background-repeat: no-repeat;
        background-position: bottom right -50px;
        background-size: 85%;
    }

    #litie-plastmass {
        padding: 30px;
    }

    #litie-plastmass .items-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    #litie-plastmass .item-section {
        width: 100%;
        background-color: #e9ecf0;
        margin: 0;
        padding: 20px;
        height: 180px;
    }

    #sect3 {
        padding: 80px 30px;
        background-image: none;
    }

    #sect3 .title-section {
        font-size: 50px;
        width: auto;
        margin: 30px auto;
    }

    #kachestvo {
        background-image: url(/seriynoe-lite/kachestvo.png);
        height: 689px;
        padding: 10px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    #kachestvo .title-section {
        font-size: 50px;
        text-align: center;
        width: auto;
        margin: 40px 0 15px;
    }

    #kachestvo .subtitle-section {
        font-size: 16px;
        text-align: center;
        width: 520px;
        margin: 0 auto;
    }

    .item-parameter {
        font-size: 16px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    #sertifikaty {
        width: 100%;
        height: 354px;
        padding: 10px;
        background-color: #fff;
        background-image: url(/sertifikaty/sertificat2.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    #sertifikaty.main-banner .banner-content h1 {
        margin-top: 20px;
    }

    #sert {
        background-color: #e9ecf0;
        padding: 90px 30px;
    }

    footer.bx-footer {
        background-position: left 20px;
        background-size: contain;
        padding: 90px 30px 0;
    }

    #sert .title-section {
        font-size: 50px;
        width: auto;
        margin: 0 auto 50px;
    }

    #sert-block .section-content {
        background-color: transparent;
        height: auto;
        position: relative;
        margin: 0 0 10px;
        border-radius: 10px;
    }

    #sert-block .section-content a {
        display: block;
        width: 100%;
    }

    #sert-block .section-content a img {
        width: 100%;
        border-radius: 10px;
    }

    #sert-block .section-content:nth-child(2n+1) {
        padding: 0 5px 0 0;
    }

    #sert-block .section-content:nth-child(2n) {
        padding: 0 0 0 5px;
    }

    #vakansii {
        height: 326px;
        padding: 30px;
        background-image: url(/vakansii/vacansii2.png);
    }

    #vakansii.main-banner .banner-content h1 {
        margin-top: 20px;
    }

    #vakansii.main-banner .banner-content {
        top: 90px;
    }

    #contacts {
        width: 100%;
        height: 326px;
        padding: 30px;
        background-image: url(/contacts/contacts2.png);
    }

    #contacts.main-banner .banner-content h1 {
        margin-top: 20px;
    }

    #contacts.main-banner .banner-content {
        top: 90px;
    }

    .vakansii-title .vakansii-name {
        color: #0054d3;
        font-size: 22px;
    }

    .footer-top {
        display: block;
    }

    .bx-footer-left {
        height: auto;
        width: 100%;
        padding-bottom: 40px;
    }

    .bx-footer .mesenger {
        position: absolute;
        top: 0;
        right: 34px;
        margin-top: 0;
        display: block;
        height: 188px;
        width: 169px;
    }

    .mesenger a {
        display: block;
        width: 200px;
        height: 64px;
        margin-bottom: 10px;
        padding: 22px 30px 22px 68px;
        font-size: 16px;
        margin: 0;
    }

    #press-form-main .mesenger {
        margin-left: 0;
    }

    #press-form-main .mesenger a {
        margin: 0;
    }

    .mesenger-wrap a.button.popup-open img {
        position: absolute;
        top: 30px;
        right: 100px;
        left: auto;
    }

    .bx-footer .mesenger p {
        position: static;
        text-align: center;
    }

    .bx-footer-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 50px;
        padding-bottom: 20px;
    }

    a.footer-phone {
        font-size: 50px;
    }

    a.footer-mail {
        font-size: 30px;
        margin: 17px 0 17px;
    }

    p.footer-time {
        font-size: 30px;
    }

    #form {
        padding: 50px;
    }

    #form .title-form {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    #form .subtitle-form {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #form .form-group .form-label {
        font-size: 18px;
    }

    #form p {
        font-size: 16px;
    }

    #form input[type="text"] {
        height: 60px;
    }

    .form-group.button {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        align-items: center;
    }

    #form .dop-text {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
        padding-right: 70px;
    }

    button.md-resp-send {
        flex: none;
        width: 263px;
        height: 78px;
        background-color: #0054d3;
        border: 1px solid #0052d3;
        border-radius: 40px;
        color: #fff;
        font-size: 20px;
        margin-left: 0;
    }

    .footer-bottom {
        display: block;
        height: auto;
        text-align: center;
    }

    .footer-bottom p {
        font-size: 16px;
    }

    .copy a {
        display: inline-block;
        margin-top: 16px;
        font-size: 16px;
    }

    .developer {
        position: static;
    }
}

@media (max-width: 767px) {}

@media (max-width: 767px) {
    p {
        font-size: 16px;
    }

    .bx-header .contacts {
        display: none;
    }

    header.bx-header {
        padding: 20px 10px;
    }

    .bx-logo img {
        width: 175px;
    }

    #breadcrumb {
        position: absolute;
        top: 64px;
        margin: 0 20px;
    }

    .main-banner .banner-content {
        top: 80px;
        width: 100%;
        text-align: center;
    }

    .main-banner .banner-content h1 {
        font-size: 44px;
        color: #0054d3;
        line-height: 90%;
    }

    .main-banner .subtitle {
        font-size: 18px;
        margin: 20px 20px 28px;
    }

    .main-banner .mesenger-wrap {
        display: block;
        width: 100%
    }

    .main-banner .mesenger-wrap a.button.popup-open {
        width: 100%;
        height: 64px;
        padding: 24px 40px 24px 40px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .main-banner .banner-content .mesenger {
        display: flex;
        justify-content: space-between;
    }

    .mesenger a {
        width: 172px;
        height: 64px;
        padding: 22px 30px 22px 68px;
        font-size: 16px;
        margin: 0;
    }

    .mesenger img {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 28px;
        height: 28px;
    }


    #homepage-banner.main-banner .banner-wrap {
        padding-top: 140%;
    }

    #homepage-banner.main-banner .banner-content {
        height: 100vh;
        top: 0;
        bottom: 0;
        padding: 220px 0 0 0;
    }

    #homepage-banner.main-banner .banner-content h1 {
        font-size: 50px;
        width: 100%;
    }

    #homepage-banner.main-banner .subtitle {
        font-size: 18px;
        max-width: 100%;
    }

    #homepage-banner.main-banner .subtitle {
        margin: 20px auto 100px;
    }

    #homepage-banner.main-banner .mesenger {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        bottom: 40px;
        left: 0;
        right: 0;
    }

    #homepage-banner.main-banner .mesenger a {
        width: 165px;
        height: 64px;
        padding: 22px 30px 22px 68px;
        font-size: 16px;
        margin: 0 5px;
    }

    #homepage-banner.main-banner .mesenger img {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 28px;
        height: 28px;
    }

    #opyt {
        padding: 10px;
    }

    .title-section {
        font-size: 30px;
        max-width: 100%;
        margin: 60px auto 16px;
    }

    .subtitle-section {
        font-size: 16px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .items-section {
        display: block;
    }

    #litie-plastmass .items-section {
        display: block;
    }

    .item-section {
        width: 100%;
        margin: 10px 0;
        padding: 20px;
        height: 120px;
    }

    .item-value {
        font-size: 30px;
    }

    .item-parameter {
        font-size: 16px;
        bottom: 20px;
    }

    #sect6 {
        padding: 60px 10px;
    }

    #sect6 .title-section {
        font-size: 30px;
        margin: 0 auto 30px;
    }

    #sect6 .sect-text {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    #sect6 .sect-text p {
        font-size: 16px;
        margin-bottom: 16px;
    }

    #sect7 {
        text-align: center;
        padding-bottom: 60px;
        border-bottom: 1px solid #c3c3c3;
    }

    #sect7 img {
        width: 130px;
    }

    #section-map {
        display: block;
        padding: 60px 10px;
        background-image: none;
        height: 624px;
    }

    #section-map .title-section {
        font-size: 30px;
        margin-bottom: 16px;
    }

    #section-map .map {
        float: none;
        margin-left: 0;
        width: 100%;
        height: 365px;
    }

    #section-map p {
        font-size: 16px;
    }



    #press-form-main {
        width: 100%;
        height: 665px;
        padding: 10px;
        background-color: #e9ecf0;
        background-image: url(/izgotovlenie-press-form/press-form.png);
        background-repeat: no-repeat;
        background-position: center 115%;
        background-size: 80%;
    }

    .mesenger-wrap a.button.popup-open img {
        position: absolute;
        top: 30px;
        right: 80px;
        left: auto;
    }

    #process {
        padding: 10px;
    }

    #process .item-section {
        height: 160px;
    }

    #sect2 {
        height: 400px;
    }

    #sect2 .title-section {
        font-size: 30px;
        color: #fff;
        line-height: 100%;
        text-align: center;
        width: auto;
    }

    #seriynoe-lite {
        width: 100%;
        height: 665px;
        padding: 10px;
        background-color: #e9ecf0;
        background-image: url(/seriynoe-lite/litie2.png);
        background-repeat: no-repeat;
        background-position: center 100%;
        background-size: 80%;
    }

    #seriynoe-lite.main-banner .banner-content {
        width: 100%;
    }

    #litie-plastmass {
        padding: 10px;
    }

    #litie-plastmass .item-section {
        width: 100%;
        background-color: #e9ecf0;
        margin: 10px 0;
        padding: 20px;
        height: 180px;
    }

    #sect3 {
        padding: 10px;
        background-image: none;
    }

    #sect3 .title-section {
        font-size: 30px;
        width: auto;
        margin: 30px auto;
    }

    #kachestvo {
        background-image: url(/seriynoe-lite/kachestvo.png);
        height: 415px;
        padding: 10px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    #kachestvo .title-section {
        font-size: 30px;
        text-align: center;
        width: auto;
        margin: 40px 0 15px;
    }

    #kachestvo .subtitle-section {
        font-size: 16px;
        text-align: center;
        width: auto;
        margin: 0;
    }

    .item-parameter {
        font-size: 16px;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    #sertifikaty {
        width: 100%;
        height: 354px;
        padding: 10px;
        background-color: #fff;
        background-image: url(/sertifikaty/sertificat2.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }

    #sertifikaty.main-banner .banner-content h1 {
        margin-top: 20px;
    }

    #sert {
        background-color: #e9ecf0;
        padding: 30px 10px;
    }

    footer.bx-footer {
        background-position: left 20px;
        background-size: contain;
        padding: 60px 10px 0;
    }

    #sert .title-section {
        font-size: 30px;
        width: auto;
        margin: 0 auto 20px;
    }

    #sert-block .section-content {
        background-color: transparent;
        height: auto;
        position: relative;
        margin: 0 0 10px;
        border-radius: 10px;
    }

    #sert-block .section-content a {
        display: block;
        width: 100%;
    }

    #sert-block .section-content a img {
        width: 100%;
        border-radius: 10px;
    }

    #sert-block .section-content:nth-child(2n+1) {
        padding: 0 5px 0 0;
    }

    #sert-block .section-content:nth-child(2n) {
        padding: 0 0 0 5px;
    }

    #vakansii {
        height: 354px;
        padding: 10px;
        background-image: url(/vakansii/vacansii2.png);
    }

    #vakansii.main-banner .banner-content h1 {
        margin-top: 20px;
    }

    #contacts {
        width: 100%;
        height: 354px;
        padding: 10px;
        background-image: url(/contacts/contacts2.png);
        background-position: center bottom;
        background-size: 80%;
    }

    #contacts.main-banner .banner-content h1 {
        margin-top: 20px;
    }

    .vakansii-title .vakansii-name {
        color: #0054d3;
        font-size: 22px;
    }

    .footer-top {
        display: block;
    }

    .bx-footer-left {
        height: auto;
        width: 100%;
        padding-bottom: 0;
    }

    .bx-footer .mesenger {
        position: relative;
        top: auto;
        right: 0;
        left: 0;
        margin-bottom: 30px;
        display: flex;
        align-items: start;
        justify-content: left;
        height: 94px;
        width: 100%;
    }

    .bx-footer .mesenger a {
        margin: 0 10px 0 0;
    }

    .bx-footer .mesenger p {
        color: #fff;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 75px;
        bottom: 0;
        font-size: 20px;
        width: 100%;
    }

    .bx-footer-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 50px;
        padding-bottom: 20px;
    }

    a.footer-phone {
        font-size: 36px;
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #FFF;
        display: inline-block;
    }

    a.footer-mail {
        font-size: 20px;
        margin: 0 0 16px;
    }

    p.footer-time {
        font-size: 20px;
        margin-bottom: 30px;
    }

    #form {
        padding: 20px;
    }

    #form .title-form {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    #form .subtitle-form {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 120%;
    }

    #form .form-group .form-label {
        font-size: 16px;
    }

    #form p {
        font-size: 16px;
    }

    #form input[type="text"] {
        height: 50px;
        font-size: 16px;
    }

    #form .form-group.button {
        display: block;
        margin-top: 0;
    }

    #form .dop-text {
        font-size: 14px;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 26px;
        opacity: 0.7;
    }

    button.md-resp-send {
        width: 100%;
    }

    .footer-bottom {
        display: block;
        text-align: center;
    }

    .copy {
        padding: 18px 0 25px;
    }

    .copy a {
        display: block;
        margin-top: 16px;
        font-size: 16px;
    }

    .developer {
        padding: 25px 0 16px;
    }

    .popup {
        top: 20%;
        left: 50%;
        width: 360px;
        height: 480px;
        margin-left: -180px;
    }

    #form-banner {
        padding: 20px;
    }

    #form-banner .title-form {
        font-size: 24px;
    }

    #form-banner .subtitle-form {
        font-size: 16px;
    }

    #form-banner .form-group .form-label {
        font-size: 16px;
    }

    #form-banner input[type="text"] {
        height: 50px;
        font-size: 16px;
    }

    #form-banner .form-group.button {
        display: block;
        margin-top: 0;
    }

    #form-banner .dop-text {
        font-size: 14px;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 26px;
        opacity: 0.7;
    }

    #form-banner button.resp-send {
        width: 100%;
    }

    .rev-msg.active {
        height: 480px;
        padding: 20px;
    }

    .rev-msg.active p span {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .banner_content_info h1{
        font-size: 40px;
        word-break: break-word;
    }
    .main-banner .banner-content h1{
        font-size: 40px;
        word-break: break-word;
    }
}

.container_top{
    margin-top: 180px;
}

@media (max-width: 1024px) {
    .container_top{
        margin-top: 120px;
    }
}