:root
{
    --mygrey:#94949c;
    --ordercolorred:#ff1010;
    --menucolorcorall:#d17674;
    --titlealterred:#995756;
    --borderblocks:#202020;
    --blocktext:#404040;
    --darkgrey:#77777d;
    --emailgrey:#808080;
    --hovermenu:#94949c;
}

@font-face { font-family: "Roboto"; src: url('../fonts/Roboto-Regular.woff2'), url('../fonts/Roboto-Regular.woff'), url('../fonts/Roboto-Regular.ttf');}
@font-face { font-family: "RobotoMedium"; src: url('../fonts/Roboto-Medium.woff2'), url('../fonts/Roboto-Medium.woff'), url('../fonts/Roboto-Medium.ttf');}
@font-face { font-family: "RobotoMediumItalic"; src: url('../fonts/Roboto-MediumItalic.woff2'), url('../fonts/Roboto-MediumItalic.woff'), url('../fonts/Roboto-MediumItalic.ttf');}
@font-face { font-family: "RobotoLight"; src: url('../fonts/Roboto-Light.woff2'), url('../fonts/Roboto-Light.woff'), url('../fonts/Roboto-Light.ttf');}
@font-face { font-family: "RobotoLightItalic"; src: url('../fonts/Roboto-LightItalic.woff2'), url('../fonts/Roboto-LightItalic.woff'), url('../fonts/Roboto-LightItalic.ttf');}
@font-face { font-family: "RobotoBold"; src: url('../fonts/Roboto-Bold.woff2'), url('../fonts/Roboto-Bold.woff'), url('../fonts/Roboto-Bold.ttf');}
@font-face { font-family: "RobotoBoldItalic"; src: url('../fonts/Roboto-BoldItalic.woff2'), url('../fonts/Roboto-BoldItalic.woff'), url('../fonts/Roboto-BoldItalic.ttf');}
img {max-width: 100%;}
* {box-sizing: border-box; font-family: "Roboto"; position: relative;}
body 
{
    font-size: 16px;
    background: url(../images/bg.png);
    background-size: 247px auto;
    min-height: 100vh;
}
.wrapper {
    background: #f0f0f0;
    width: 1538.47px;
    margin: 0 auto;
    display: flex; 
    flex-direction: column;
    min-height: 100vh;
}
/*#region Header*/
.header-top {
    display: flex;
    flex-direction: row;
    background: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: 53% 100%;
    background-size: auto 100%;
    width: 100%;
    padding: 17px 20px 14px;
}
/*#region Логотип*/
.header-logo {
    width: 9%;
    margin-right: 1%;
}
a.brand-logo img {
    width: 97%;
    padding: 6px 3px 2px;
}
/*#endregion Логотип*/
/*#region Название сайта*/
.header-title {
    width: 60%;
}
.site-description h1 {
    color: var(--mygrey);
    text-transform: uppercase;
    word-wrap: normal;
    width: 20%;
    font-size: 2rem;
    font-family: "RobotoBold";
    letter-spacing: 3.4px;
    line-height: 2.1rem;
    margin-left: 3px;
    padding: 4px 0;
}
/*#endregion Название сайта*/
/*#region Контакты в шапке*/
.header-contacts {
    width: 31%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 5px;
}
.header-order-button {
    background: var(--ordercolorred);
    color: white;
    width: 78.5%;
    border-radius: 8px;
    text-align: center;
    margin-right: 2px;
    padding: 4px 5px 2px 2px;
    letter-spacing: 0.1px;
    font-size: 1.625rem;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    margin-bottom: 14px;
    cursor: pointer;
}
.header-phone, .header-email {
    display: flex;
    flex-direction: row;
    width: 79%;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    flex-wrap: nowrap;
}
.header-email {
    margin-top: 4px;
}
a.header-email-link, a.header-phone-link {
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: flex;
    width: 100%;
}
span.header-phone-icon {
    width: 18px;
    height: 22px;
    background: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
p.header-phonoe-text {
    font-family: 'Roboto';
    font-size: 2.675rem;
    margin: 0;
    padding: 0;
    color: var(--titlealterred);
    line-height: 1;
    margin-left: 2%;
}
span.header-email-icon {
    width: 21px;
    height: 18px;
    background: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
p.header-email-text {
    color: var(--emailgrey);
    font-size: 1.65rem;
    margin: 0;
    margin-left: 2%;
    line-height: 1;
}
/*#endregion Контакты в шапке*/
/*Меню*/
.header-menu .mod-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.header-menu .mod-menu .nav-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--menucolorcorall);
    border-top: 2px solid var(--borderblocks);
    border-bottom: 2px solid var(--borderblocks);
    border-right: 2px solid var(--borderblocks);
}
.header-menu .mod-menu .nav-item:last-child {
    border-right: none;
}
.mod-list li {
    padding:0;
}
.header-menu .mod-menu .nav-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "RobotoBold";
    font-size: 1.67rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #211f22;
    line-height: 3.1rem;
}
.header-menu .mod-menu li.nav-item.current, .header-menu .mod-menu li.nav-item:hover {
    background: var(--hovermenu);;
}
.header-menu ul.mod-menu__sub {
    display: none;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 100%;
    z-index: 100;
    width: 100%;
    padding: 0;
    margin: 0;
}
.header-menu .nav-item:hover ul.mod-menu__sub {
    display: flex;
}
.header-menu ul.mod-menu__sub .nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid var(--borderblocks);
    border-right: 0;
}
.header-menu ul.mod-menu__sub .nav-item a {
    font-size: 1.25rem;
    text-align: center;
}
.header-menu ul.mod-menu__sub .nav-item:first-child {
    border-top: 1px solid var(--borderblocks);
}
.mod-menu a, .mod-menu button {
    color: #211f22;;
}
.mod-menu button {
    margin-right: 5px;
}
/*#endregion Header*/
/*Блок продукции на главной*/
.tile-card_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 104px 22px 0px;
}
.tile-card {
    position: relative;
    width: 31.4%;
    height: auto;
    aspect-ratio: 1 / 1.05;
}
.tile-card__frame {
    position: relative;
    border: 1px solid var(--mygrey);
    background: var(--mygrey);
    border-radius: 0px 10px;
    z-index: 1;
}
.tile-card__title {
    position: absolute;
    top: -45px;
    display: flex;
    left: -1px;
    width: 55%;
    height: 45px;
    background: var(--mygrey);
    color: #ffffff;
    font-size: 1.65rem;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    z-index: 2;
}
.card-image_wrap {
    border: 1px solid var(--mygrey);
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    background: var(--mygrey);
    width: 100%;
    aspect-ratio: 1 / 0.88;
}
.tile-card__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
.tile-card__button {
    position: absolute;
    right: -1px;
    bottom: -39px;
    width: 47%;
    height: 38px;
    padding: 0 24px;
    background: var(--ordercolorred);
    color: #ffffff;
    font-size: 1.6rem;
    border: 1px solid var(--mygrey);
    font-weight: 700;
    line-height: 1.6rem;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 3;
}
.tile-card__button:hover {
    background: #e60000;
    color:#f0f0f0;
}
    
/*Блок о продукции*/
.about_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid var(--mygrey);
    border-bottom: 3px solid var(--mygrey);
    padding: 10px 20px 37px;
    margin-top: 65px;
    background: #e0e0e0;
}
.about-card {
    width: 49%;
    display: flex;
    flex-direction: row;
    padding: 30px 0px 20px;
    justify-content: space-between;
    align-items: flex-start;
}
.about-card__image {
    display: flex;
    width: 23.5%;
    align-items: center;
    justify-content: center;
}
.about-card_information {
    width:74.5%;
    display: flex;
    flex-direction: column;
}
.about-card_information h3 {
    font-family: 'RobotoBold';
    line-height: 1.5rem;
    color: var(--titlealterred);
    padding: 12px 0 6px;
    font-size: 1.5rem;
}
.about-card_information p {
    font-family: 'Roboto';
    color: var(--blocktext);
    font-size: 1.125rem;
    text-align: justify;
    line-height: 1.25rem;
}

.tab-title {
    position: absolute;
    top: -56px;
    right: 25px;

    width: 360px;
    height: 56px;

    display: block;
    z-index: 2;
    overflow: hidden;
}
.tab-title path {
    fill: #e0e0e0;
    stroke: var(--mygrey);
    stroke-width: 3;
}
.tab-order-title path {
    fill: #f0f0f0;
    stroke: var(--mygrey);
    stroke-width: 3;
}
.tab-map-title path {
    fill: #77777d;
    stroke: #77777d;
    stroke-width: 3;
}
.tab-title text {
    font-family: 'RobotoMedium';
    fill: var(--titlealterred);
    font-size: 1.625rem;
}
.tab-map-title {
    top: -65px;
}
.tab-map-title text {
    font-family: 'RobotoMedium';
    fill: white;
    font-size: 1.625rem;
}
/*Блок заказа*/
.order_container-information {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}
.order_container_image {
    width: 48.7%;
    display: flex;
}
.order_container_image img {
    width: 100%;
    display: flex;
}
.order_container_text {
    width: 51.3%;
    display: flex;
    flex-direction: column;
    padding: 25px 40px 22px;
}
.order_container_text h2 {
    font-family: "RobotoBoldItalic";
    color: var(--titlealterred);
    font-size: 1.67rem;
    line-height: 1.67rem;
    letter-spacing: 0px;
}
.order_container_text p {
    font-family: "RobotoLightItalic";
    color: var(--blocktext);
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
    text-shadow: 0 0 black;
}
.order_container_text p.bold_text {
    font-family: "RobotoMediumItalic";
    color: var(--blocktext);
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-shadow: 0 0 black;
}
.order_container-form {
    display: flex;
    width: 100%;
    background: var(--menucolorcorall);
}
.order_container-form form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
}
.order_container-form form input {
    width: 31.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.75rem;
    padding: 8px 6px 8px 15px;
    letter-spacing: -1px;
    line-height: 1.5rem;
    font-family: 'Roboto';
    border: none;
    color: var(--blocktext);
}
.order_container-form form input::placeholder {
    color: var(--blocktext);
}
.order_container-form form button {
    width: 31.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    padding: 10px;
    line-height: 1.75rem;
    letter-spacing: -1px;
    font-family: 'RobotoBold';
    border: 3px solid white;
    background: var(--ordercolorred);
    color: white;
    text-transform: uppercase;
}

.map_container {
    border-top: #77777d solid 10px;
    margin-top: 70px;
}

footer.footer {
    background: var(--darkgrey);
    width: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0;
}
.footer-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
.logo-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 35%;
}
.logo-bottom a.brand-logo {
    width: 25.5%;
}
.logo-bottom .site-description {
    width: 70%;
}
.logo-bottom .site-description h1 {
    color: white;
    text-transform: uppercase;
    word-wrap: normal;
    width: 20%;
    font-size: 2rem;
    font-family: "RobotoBold";
    letter-spacing: 3.4px;
    line-height: 2.1rem;
    margin-left: 3px;
    padding: 4px 0;
}
.footer .mod-menu li a {
    text-decoration: none;
    font-size: 1.45rem;
    text-transform: uppercase;
    line-height: 1.5;
    font-family: Arial;
}
.footer-info, .footer-bottom {
    width: 20.5%;
    padding: 8px;
    flex-direction: column;
    display: flex;
}
.footer-info p {
    width: 95%;
    font-size: 1rem;
    font-family: Arial;
    margin-left: 5px;
    letter-spacing: 0.8px;
    line-height: 1.35;
    margin-bottom: 0;
}
.footer-bottom a {
    width: 85%;
    font-size: 0.75rem;
    font-family: Arial;
    margin-left: 5px;
    letter-spacing: 0.8px;
    line-height: 1.35;
    margin-bottom: 0;
    text-decoration: none;
}
.main-wrapper {
    display: flex;
    width: 100%;
    flex-grow: 1;
    height: 100%;
    flex-direction: column;
    padding: 0 10px;
}







/* Модальное окно заказа звонка */
.callback-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.callback-modal.is-active {
    display: flex;
}

.callback-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.callback-modal__content {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    background: #ffffff;
    border-radius: 10px;
    padding: 42px 28px 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

.callback-modal__close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: var(--blocktext);
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
}

.callback-modal__title {
    margin: 0 0 22px;
    color: var(--titlealterred);
    font-family: "RobotoBold";
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.callback-modal__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.callback-modal__form input {
    width: 100%;
    border: 1px solid var(--mygrey);
    color: var(--blocktext);
    font-family: "Roboto";
    font-size: 1.25rem;
    line-height: 1.3;
    padding: 12px 14px;
}

.callback-modal__form input::placeholder {
    color: var(--blocktext);
}

.callback-modal__form button {
    width: 100%;
    border: 3px solid var(--ordercolorred);
    background: var(--ordercolorred);
    color: #ffffff;
    font-family: "RobotoBold";
    font-size: 1.35rem;
    line-height: 1.3;
    padding: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.callback-modal__form button:hover {
    background: #e60000;
}

.callback-modal__message {
    min-height: 22px;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
}

.callback-modal__message.is-success {
    color: green;
}

.callback-modal__message.is-error {
    color: #d00000;
}

body.callback-modal-open {
    overflow: hidden;
}

@media (max-width: 600px) {
    .callback-modal {
        padding: 12px;
    }

    .callback-modal__content {
        padding: 38px 18px 22px;
    }

    .callback-modal__title {
        font-size: 1.45rem;
    }

    .callback-modal__form input,
    .callback-modal__form button {
        font-size: 1rem;
    }
}







.order-form-message {
    width: 100%;
    margin-top: 10px;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
}

.order-form-message.is-success {
    color: #ffffff;
}

.order-form-message.is-error {
    color: #d00000;
}

@media (max-width: 768px) {
    .order_container-form form {
        flex-direction: column;
        gap: 12px;
    }

    .order_container-form form input,
    .order_container-form form button {
        width: 100%;
    }
}
.order_container-form form {
    flex-wrap: wrap;
}



/*#region Adaptive*/
.wrapper 
{
    max-width: 1538.47px;
    width: 100%;
}

.mobile-menu-button 
{
    display: none;
}

/* Ноутбуки и небольшие экраны */
@media (max-width: 1400px) 
{
    body 
    {
        font-size: 15px;
    }

    .header-top 
    {
        background-size: auto 100%;
        padding: 14px 16px 12px;
    }

    .site-description h1 
    {
        font-size: 1.65rem;
        line-height: 1.75rem;
        letter-spacing: 2.6px;
    }

    .header-order-button 
    {
        font-size: 1.35rem;
        width: 84%;
    }

    p.header-phonoe-text 
    {
        font-size: 2.1rem;
    }

    p.header-email-text 
    {
        font-size: 1.35rem;
    }

    .header-menu .mod-menu .nav-item a 
    {
        font-size: 1.35rem;
        line-height: 2.7rem;
    }

    .order_container_text 
    {
        padding: 20px 28px 18px;
    }

    .order_container_text p 
    {
        font-size: 1.1rem;
        line-height: 1.35rem;
    }
}

/* Планшеты */
@media (max-width: 1200px) 
{
    .main-wrapper 
    {
        padding: 0 8px;
    }

    .header-title 
    {
        width: 50%;
    }

    .header-contacts 
    {
        width: 41%;
    }

    .header-logo 
    {
        width: 10%;
    }

    .header-order-button,
    .header-phone,
    .header-email 
    {
        width: 90%;
    }

    .tile-card_container 
    {
        padding: 85px 16px 0;
    }

    .tile-card__title 
    {
        font-size: 1.35rem;
    }

    .tile-card__button 
    {
        font-size: 1.3rem;
        padding: 0 12px;
    }

    .about-card 
    {
        width: 100%;
    }

    .order_container-information 
    {
        align-items: flex-start;
    }

    .order_container_image 
    {
        width: 42%;
    }

    .order_container_text 
    {
        width: 58%;
    }

    .order_container-form form input,
    .order_container-form form button 
    {
        font-size: 1.3rem;
    }

    .footer-top 
    {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .logo-bottom 
    {
        width: 45%;
    }

    .footer-info,
    .footer-bottom 
    {
        width: 35%;
    }
}

/* Сэндвич-меню до 992px */
@media (max-width: 992px) 
{
    .header-top 
    {
        flex-wrap: nowrap;
        background-position: center center;
        background-size: cover;
    }
    .header-top {
       background: none;
       justify-content: space-between;
    }
    li.nav-item.item-107.deeper.parent.is-submenu-open {
        flex-direction: column;
    }
    .header-logo 
    {
        width: 120px;
        margin-right: 2%;
    }

    .header-title 
    {
        width: 30%;
    }

    .site-description h1 
    {
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.8rem;
    }

    .header-contacts 
    {
        width: 50%;
        align-items: flex-end;
        padding-top: 14px;
    }

    .header-order-button 
    {
        width: 250px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1.45rem;
        padding: 8px 10px;
    }

    .header-phone,
    .header-email 
    {
        width: 100%;
        justify-content: flex-end;
    }

    p.header-phonoe-text 
    {
        font-size: 1.8rem;
        width: 100%;
        display: contents;
    }

    p.header-email-text 
    {
        font-size: 1.25rem;
        width: 100%;
        display: contents;
    }
    a.header-email-link, a.header-phone-link {
        width: auto;
        margin-left: 8px;
    }
    .header-menu 
    {
        background: var(--menucolorcorall);
        border-top: 2px solid var(--borderblocks);
        border-bottom: 2px solid var(--borderblocks);
    }

    .mobile-menu-button 
    {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 6px;
        border: none;
        background: var(--menucolorcorall);
        padding: 14px 20px;
        cursor: pointer;
    }

    .mobile-menu-button span 
    {
        display: block;
        width: 36px;
        height: 4px;
        background: #211f22;
        border-radius: 2px;
    }

    .header-menu .container-nav 
    {
        display: none;
        width: 100%;
    }

    .header-menu.is-open .container-nav 
    {
        display: block;
    }

    .header-menu .mod-menu 
    {
        flex-direction: column;
    }

    .header-menu .mod-menu .nav-item 
    {
        width: 100%;
        border-right: none;
        border-top: 1px solid var(--borderblocks);
        border-bottom: none;
    }

    .header-menu .mod-menu .nav-item:last-child 
    {
        border-bottom: none;
    }

    .header-menu .mod-menu .nav-item a 
    {
        justify-content: flex-start;
        padding: 0 20px;
        font-size: 1.35rem;
        line-height: 3rem;
    }

    .header-menu ul.mod-menu__sub 
    {
        position: static;
        display: none;
        width: 100%;
    }

    .header-menu .nav-item:hover ul.mod-menu__sub 
    {
        display: none;
    }

    .header-menu .nav-item.is-submenu-open ul.mod-menu__sub 
    {
        display: flex;
    }

    .header-menu ul.mod-menu__sub .nav-item 
    {
        background: #c46b69;
        border-top: 1px solid var(--borderblocks);
    }

    .header-menu ul.mod-menu__sub .nav-item a 
    {
        padding-left: 40px;
        font-size: 1.1rem;
    }

    .tile-card_container 
    {
        flex-wrap: wrap;
        row-gap: 75px;
        padding: 85px 14px 0;
    }

    .tile-card 
    {
        width: 48%;
    }

    .about_container 
    {
        padding: 10px 14px 30px;
    }

    .about-card 
    {
        padding: 22px 0 12px;
    }

    .order_container-information 
    {
        flex-direction: column;
    }

    .order_container_image 
    {
        width: 100%;
        max-height: 420px;
        overflow: hidden;
    }

    .order_container_image img 
    {
        object-fit: cover;
    }

    .order_container_text 
    {
        width: 100%;
        padding: 24px 20px 18px;
    }

    .order_container-form form 
    {
        flex-direction: column;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .order_container-form form input,
    .order_container-form form button 
    {
        width: 100%;
    }

    .footer-top 
    {
        flex-direction: column;
    }

    .logo-bottom,
    .footer-info,
    .footer-bottom 
    {
        width: 100%;
    }

    .footer .mod-menu 
    {
        width: 100%;
    }
}

/* Телефоны */
@media (max-width: 768px) 
{
    body 
    {
        font-size: 14px;
    }
    .header-top {
       background: none;
    }
    li.nav-item.item-107.deeper.parent.is-submenu-open {
        flex-direction: column;
    }
    .main-wrapper 
    {
        padding: 0 10px;
    }

    .header-top 
    {
        padding: 12px;
    }

    .header-logo 
    {
        width: 24%;
    }
    .header-contacts {
        width: 60%;
        align-items: flex-end;
        padding-top: 0px;
    }
    .header-order-button {
        width: 200px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 1.25rem;
        padding: 8px 10px;
    }
    .header-title 
    {
        width: 35%;
    }

    a.brand-logo img 
    {
        width: 90px;
        padding: 0;
    }

    .site-description h1 
    {
        font-size: 1.25rem;
        line-height: 1.35rem;
        letter-spacing: 1.5px;
    }

    .header-order-button 
    {
        font-size: 1.1rem;
        border-radius: 6px;
    }

    p.header-phonoe-text 
    {
        font-size: 1.45rem;
    }

    p.header-email-text 
    {
        font-size: 1.05rem;
    }

    span.header-phone-icon 
    {
        width: 16px;
        height: 20px;
        min-width: 16px;
    }

    span.header-email-icon 
    {
        width: 18px;
        height: 16px;
        min-width: 18px;
    }

    .tile-card_container 
    {
        flex-direction: column;
        padding: 75px 12px 0;
        row-gap: 78px;
    }

    .tile-card 
    {
        width: 100%;
        max-width: 460px;
    }

    .tile-card__title 
    {
        width: 62%;
        height: 40px;
        top: -40px;
        font-size: 1.2rem;
    }

    .tile-card__button 
    {
        width: 52%;
        font-size: 1.15rem;
    }

    .tab-title 
    {
        width: 280px;
        height: 44px;
        top: -44px;
        right: 10px;
    }

    .tab-title text 
    {
        font-size: 1.25rem;
    }

    .about_container 
    {
        margin-top: 55px;
        padding: 12px;
    }

    .about-card 
    {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-card__image 
    {
        width: 120px;
        margin-bottom: 10px;
    }

    .about-card_information 
    {
        width: 100%;
    }

    .about-card_information h3 
    {
        font-size: 1.35rem;
    }

    .about-card_information p 
    {
        font-size: 1rem;
        line-height: 1.35rem;
        text-align: left;
    }

    .order_container_text 
    {
        padding: 20px 14px 16px;
    }

    .order_container_text h2 
    {
        font-size: 1.4rem;
        line-height: 1.45rem;
    }

    .order_container_text p,
    .order_container_text p.bold_text 
    {
        font-size: 1rem;
        line-height: 1.35rem;
        letter-spacing: 0;
    }

    .order_container-form form 
    {
        padding: 14px;
    }

    .order_container-form form input,
    .order_container-form form button 
    {
        font-size: 1rem;
        line-height: 1.25rem;
        padding: 11px;
    }

    .map_container 
    {
        margin-top: 55px;
    }

    .logo-bottom 
    {
        align-items: center;
    }

    .logo-bottom a.brand-logo 
    {
        width: 80px;
    }

    .logo-bottom .site-description 
    {
        width: calc(100% - 95px);
    }

    .logo-bottom .site-description h1 
    {
        width: 100%;
        font-size: 1.25rem;
        line-height: 1.35rem;
    }

    .footer-info p,
    .footer-bottom a 
    {
        width: 100%;
        font-size: 0.95rem;
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) 
{
    .header-logo 
    {
        width: 13%;
    }

    .header-title 
    {
        width: 85%;
    }
    .header-top {
       background: none;
       flex-wrap: wrap;
    }
    li.nav-item.item-107.deeper.parent.is-submenu-open {
        flex-direction: column;
    }
    .site-description h1 
    {
        font-size: 1rem;
        line-height: 1.15rem;
        letter-spacing: 1px;
    }
    .header-order-button 
    {
        font-size: 1rem;
        width: 100%;
    }
    .header-contacts {
        width: 100%;
        padding-top: 8px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-phone, .header-email {
        width: 50%;
        justify-content: center;
    }
    p.header-phonoe-text 
    {
        font-size: 1.1rem;
    }

    p.header-email-text 
    {
        font-size: 0.95rem;
    }

    .header-menu .mod-menu .nav-item a 
    {
        font-size: 1.1rem;
        line-height: 2.7rem;
    }

    .tab-title 
    {
        width: 230px;
        height: 38px;
        top: -38px;
        right: 6px;
    }

    .tab-title text 
    {
        font-size: 1.5rem;
    }

    .tile-card__button 
    {
        width: 58%;
        font-size: 1rem;
    }

    .callback-modal__content 
    {
        width: 100%;
    }
}
/*#endregion Adaptive*/

/*#region Политика конфиденциальности в формах*/
.order-policy 
{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--blocktext);
    font-size: 0.95rem;
    line-height: 1.25rem;
    font-family: "Roboto";
}

.order-policy input 
{
    width: 18px !important;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    cursor: pointer;
}

.order-policy span 
{
    display: block;
}

.order-policy a 
{
    color: var(--titlealterred);
    text-decoration: underline;
}

.order-policy a:hover 
{
    color: var(--ordercolorred);
}

.order_container-form .order-policy 
{
    width: 100%;
    color: #ffffff;
}

.order_container-form .order-policy a 
{
    color: #ffffff;
    font-family: "RobotoBold";
}

.order_container-form .order-policy a:hover 
{
    color: #f0f0f0;
}

.callback-modal__policy 
{
    color: var(--blocktext);
}

.callback-modal__policy a 
{
    color: var(--titlealterred);
}

@media (max-width: 992px) 
{
    .order_container-form .order-policy 
    {
        order: 3;
    }

    .order_container-form form button 
    {
        order: 4;
    }
}
/*#endregion Политика конфиденциальности в формах*/

@media (min-width: 992px) 
{
   .fancybox-navigation {
        height: 100%;
    }
}
