﻿@font-face {
    font-family: 'mts';
    src: url('font/MTSSansRegular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mts-m';
    src: url('font/MTSSansMedium.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

*,div {
    box-sizing: border-box;
}

body {
    color: #58595B;
    font-family: mts,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    background-color: #fff;
    position: relative;
}

body.noscroll {
    overflow-y: hidden;
}

.font-med, .fb {
    font-family: mts-m,Arial,Helvetica Neue,Helvetica,sans-serif;
}

h1,h2,h2 {
    color: #000;
}

h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 50px 0 50px;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 50px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

.white-color {
    color: #fff!important;
}

@media (max-width: 768px) {
    h1 {
        font-size: 26px;
        line-height: 32px;
        margin: 50px 0 50px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 25px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

a,.link {
    cursor: pointer;
    text-decoration: none;
    /* border-bottom: 1px solid transparent; */
    transition: all .1s;
    color: inherit;
}

a.ar,.link.ar {
    color: #E30611;
    padding-right: 16px;
    font-family: mts-m,Arial,Helvetica Neue,Helvetica,sans-serif;
    position: relative;
}

a.ar:after,.link.ar:after {
    content: "";
    border: 2px solid;
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg) translate(0);
    transform: rotate(45deg) translate(0);
    top: 11px;
    right: 5px;
}

a:hover,.link:hover {
    color: #868B95;
}

a.ar:hover,.link.ar:hover {
    color: #FF000D;
}

a.ar:active,.link.ar:active {
    color: #B8040D;
}

.btn {
    font-family: mts-m,Arial,Helvetica Neue,Helvetica,sans-serif;
    display: inline-block;
    cursor: pointer;
    transition: all .1s;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    color: #E30611;
    -webkit-appearance: none;
    border: 2px solid #E30611;
    border-radius: 5px;
    padding: 12px 76px;
}

.btn.red {
    background-color: #E30611;
    color: #fff;
    padding: 12px 25px;
}

.btn:hover {
    color: #FF000D;
    border-color: #FF000D;
}

.btn:active {
    color: #B8040D;
    border-color: #B8040D;
}

.btn.red:hover {
    background-color: #FF000D;
    color: #fff;
    box-shadow: 2px 2px 15px rgba(227, 6, 17, 0.35);
}

.btn.active:hover {
    background-color: #B8040D;
    color: #fff;
    box-shadow: none;
}

.btn.full {
    width: 100%;
    max-width: 320px;
}

.rs-image {
    overflow: hidden;
}

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

.rs-image img {
    max-width: 100%;
    object-fit: cover;
}

.text-center {
    text-align: center;
    padding: 0 2px;
}

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

.nobrd {
    white-space: nowrap;
}

.header {
    background-color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
    z-index: 200;
}

.header .mobile-space {
    padding: 8px 0;
}

.header .link-acts {
    display: flex;
    justify-content: space-between;
}

.header .link-acts > a {
    display: inline-block;
    flex: 0 0 auto;
}

.header .orderphone {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.header .phone span {
    white-space: nowrap;
}

.header .address {
    background-image: url('img/addr.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: center left;
}

.header .cityselect {
    background-image: url('img/city.png');
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: center left;
}

.mobile-header-row {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.call-mobile-menu, .menu-btn {
    display: inline-block;
}

.menu-btn {
    margin-left: 12px;
}

.city-mob-menu-picker {
    font-size: 14px;
}

.location {
    padding: 7px 0px;
}

.location svg {
    position: relative;
    top: 3px;
}

.margin-bot-menu {
    margin-bottom: 20px;
}

.mobile-header-row .row > .col {
    border-right: 2px solid #dedede;
}

.menu-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #E30611;
    border-radius: 50%;
    position: relative;
}

.menu-btn > span {
    left: 8px;
    width: 60%;
    height: 2px;
    background-color: #E30611;
    display: block;
    position: absolute;
    top: 18px;
    transition: all .1s;
    border-radius: 3px;
}

.menu-btn > span:first-child {
    top: 12px;
}

.menu-btn > span:last-child {
    bottom: 12px;
    top: auto;
}

.menu-btn.open > .r {
    transform: rotate(45deg);
}

.menu-btn.open > .r + span {
    transform: rotate(-45deg);
}

.menu-btn.open > span:first-child {
    opacity: 0;
    top: 2px;
}

.menu-btn.open > span:last-child {
    opacity: 0;
    bottom: 2px;
}

.menu-btn.phone-icon {
    background-image: url('img/mob-icon.png');
    background-position: center;
    background-repeat: no-repeat;
}

.menu-btn.phone-icon > span {
    display: none;
}

.menu-btn.phone-icon.open {
    background: none;
}

.menu-btn.phone-icon.open > span {
    display: block;
}

.mobile-header-row .logo {
    padding: 10px 0;
}

.menu-row {
    background-color: #fff;
    margin-bottom: -1px;
    padding: 19px 0;
    cursor: default;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    z-index: 100;
}

.menu-row .logo,.mobile-header-row .logo {
    display: inline-block;
}

.menu-row .menu-list {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    display: flex;
    line-height: 26px;
    color: #000;
}

.menu-row .menu-list > li {
    margin: 0 25px;
}

.menu-row .menu-list > li:last-child {
    margin-right: 0;
}

@media(max-width: 999px) {
    .menu-row .menu-list > li {
        margin: 0 10px;
    }

    .menu-row .menu-list > li:last-child {
        margin-right: 0;
    }
}

@media(max-width: 862px) {
    .menu-row ul {
        font-size:15px;
    }
}

.menu-row .logo img {
    width: 100%;
}

.menu-row .menu-list > li.gift {
    background-image: url('img/gift.png');
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: center left;
}

.menu-row .menu-list > li > a {
    display: block;
}

.footer {
    background-color: #F4F4F4;
    padding: 70px 0 80px;
}

.footer .menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
}

.footer .second {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D6D6D6;
}

.footer .phone-order {
    color: #000;
    font-size: 20px;
    line-height: 26px;
}

.footer .phone-order a {
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}

.footer .phone-order > div {
    margin: 10px 0;
}

.footer .sb {
    color: #7D7E81;
    font-size: 14px;
    line-height: 20px;
}

.footer .social .t {
    margin-bottom: 20px;
}

.footer .social .ico {
    width: 39px;
    height: 39px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 18px;
}

.footer .social .ico.vk {
    background-image: url('img/vk.png');
}

.footer .social .ico.fb {
    background-image: url('img/fb.png');
}

.rs-crumb {
    margin: 15px 0;
}

.rs-crumb-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: default;
    white-space: nowrap;
    overflow-y: auto;
    font-size: 14px;
    line-height: 20px;
    color: #ADAFAF;
}

.rs-crumb-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 6px 0px 4px;
    position: relative;
}

.rs-crumb-list .ll {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.rs-crumb-list li.now .ll {
    color: #7D7E81;
}

.rs-crumb-list li + li {
    padding-left: 18px;
}

.rs-crumb-list li + li:before {
    content: "";
    border: 1px solid #b8b8b8;
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg) translate(0);
    transform: rotate(45deg) translate(0);
    bottom: 6px;
    left: 0;
}

#content {
    min-height: 50vh;
    overflow-x: hidden;
}

.mb {
    padding: 90px 0;
}

@media(max-width: 768px) {
    .mb {
        padding: 50px 0;
    }
}

.mb + .mb {
    border-top: 1px solid #D6D6D6;
}

.rs-crumb + .container-xl > .mb:first-child,.mb.top {
    padding-top: 38px;
}

.mb > h1:first-child, .mb.top > h1:first-child {
    margin-top: 0;
}

.under-text-act {
    margin-top: 40px;
}


