.site-rd.header-fixed {
    padding-top: 138px;
}

#bx-panel {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 995 !important;
}
#bx-panel #bx-panel-pin.bx-panel-pin-fixed {
    display: none !important;
}

.header-rd {
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd.fixed {
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.1);
	    box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.1);
    position: fixed;
    /* top: -206px; */
    top: 0;
    right: 0;
    left: 0;
    z-index: 990;
}
.site-rd.admin .header-rd.fixed {
    top: 39px;
}
/* .header-rd.fixed .header-rd__note, */
.header-rd.fixed .header-rd__location,
.header-rd.fixed .header-rd__workhours {
    display: none;
}
.header-rd.fixed .header-rd__top {
    padding-top: 12px;
}
.header-rd.fixed .header-rd__bottom {
    padding: 12px 0;
}
.header-rd.fixed .header-rd__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}
.header-rd.fixed .header-rd__phones {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
}
.header-rd.fixed .header-rd__phone {
    font-size: 18px;
}
.header-rd.fixed .header__menu-list > li > a {
    font-size: 16px;
}
.header-rd.fixed .catalog-menu {
    top: calc(100% + 12px);
}
.header-rd.fixed .header__menu-list li .submenu {
    padding: 27px 0 0 0;
}
.header-rd.fixed .header-rd__callback .btn {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
}
.header-rd.fixed .header-rd__search {
    max-width: 594px;
}
.header-rd.fixed .header-rd__left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.header-rd.fixed .header-rd__note {
    font-size: 12px;
}
.header-rd__top {
    padding-top: 16px;
}
.header-rd__logo {
    min-width: 200px;
}
.header-rd__logo img {
    max-width: 100%;
    height: auto;
}
.header-rd__bottom {
    padding: 16px 0 18px 0;
}
.header-rd__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.header-rd__bottom .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.header-rd__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.header-rd__note {
    margin-left: 32px;
    padding-right: 32px;
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 135%;
    color: #848484;
}
.header-rd__location {
    margin-left: 32px;
    white-space: nowrap;
    font-family: "Manrope";
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 135%;
    letter-spacing: 0%;
}
.header-rd__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 38px;
    margin-left: 32px;
}
.header-rd__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
}
.header-rd__workhours {
    margin-bottom: 2px;
    font-family: "Manrope";
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #848484;
}
.header-rd__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.header-rd__phone {
    white-space: nowrap;
    font-family: "Manrope";
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -1%;
    color: #1F1F1F;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd__phone:hover {
    color: #13278F;
}
.header-rd__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    /* padding-bottom: 4px; */
}
.header-rd__social {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd__social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.header-rd__callback .btn {
    white-space: nowrap;
}
.header-rd__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 618px;
    margin-left: 32px;
    position: relative;
}
.header-rd__search-input {
    width: 100%;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 14px 14px 14px 46px;
    border-radius: 100px;
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd__search-input:hover {
    border-color: #13278F;
}
.header-rd__search-input:focus {
    -webkit-box-shadow: 0 0 3px 1px #13278F;
            box-shadow: 0 0 3px 1px #13278F;
    outline: none;
}
.header-rd__search-btn {
    position: absolute;
    top: 12px;
    left: 12px;
}
.header-rd .header__menu-list {
    gap: 50px;
}
.header-rd .header__menu-list li.selected > a {
    font-weight: bold;
}
.header-rd .header__menu-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -1%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-rd .header__menu-list > li > a:hover {
    text-decoration: underline;
}
.header-rd .header__menu-list li a .chevron {
    margin-top: 4px;
}
.header-rd .header__menu-list li .submenu {
    padding: 31px 0 0 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 28px;
    overflow: hidden;
}
.header-rd .header__menu-list li .submenu > li {
    margin-bottom: 0;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}.header-rd .header__menu-list li .submenu > li.selected > a {
    font-weight: bold;
}
.header-rd .header__menu-list li .submenu > li:first-child {
    border-top: 1px solid #EFEFEF;
    border-radius: 28px 28px 0 0;
}
.header-rd .header__menu-list li .submenu > li:last-child {
    border-bottom: 1px solid #EFEFEF;
}
.header-rd .header__menu-list li .submenu > li:first-child > a {
    border-radius: 28px 28px 0 0;
}
.header-rd .header__menu-list li .submenu > li > a {
    display: block;
    background-color: #fff;
    padding: 12px 24px;
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 135%;
    letter-spacing: 0%;
}
.header-rd .header__menu-list li .submenu > li > a:hover {
    background-color: #F5F5F5;
    text-decoration: none;
}
.header-rd .header__menu-list li.header__catalog-btn-wrap {
    position: static;
}
.header-rd .header__catalog-btn {
    display: none;
}
.header-rd .catalog-menu {
    top: calc(100% + 18px);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.header-rd .catalog-menu, .header-rd .catalog-menu__content {
    background-color: transparent;
}
.header-rd .catalogMrCat {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 28px;
    overflow: hidden;
}
.catalog__categories {
    padding-top: 0;
}
.header-rd .catalog__category.selected span,
.header-rd .subcategory__block.selected a h4 {
    font-weight: bold;
}
.header-rd .catalog__category img,
.header-rd .catalogMrCat .subcategory__block img {
    width: 30px;
    height: 30px;
}
.header-rd .catalogMrCat .subcategory__block img {
    display: none;
}
.header-rd .catalogMrCat .subcategory__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 22px;
}
.header-rd .catalogMrCat .subcategory__block:hover {
    background-color: #fff;
}
.header-rd .catalog__categories span,
.header-rd .catalogMrCat .subcategory h4 {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
}
.header-rd .catalog__subcategories {
    padding-top: 0;
    margin-left: 0;
}
.header-rd .catalogMrCat .subcategory h4 {
    margin-bottom: 0;
}
.header-rd .catalog__categories span {
    text-transform: uppercase;
}
.header-rd .catalog__category {
    padding: 7px 22px;
    margin-bottom: 0;
    -webkit-transition: 0.3;
    -o-transition: 0.3;
    transition: 0.3;
}
.header-rd .catalog__category.active,
.header-rd .catalog__category:hover {
    background-color: #F5F5F5;
}
.header-rd .catalog__details {
    background-color: #F5F5F5;
}
.header-rd .catalog__image {
    height: 275px;
    margin: 18px;
}
.header-rd .catalog__categories {
    scrollbar-width: thin;
    scrollbar-color: #13278F #fff;
}
.header-rd .header__menu-list li.active .chevron {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}



.ta-c {
    text-align: center;
}
.section {
    padding: 40px 0;
}
.section_pt-0 {
    padding-top: 0 !important;
}
.section_pb-0 {
    padding-bottom: 0 !important;
}
.section_pt-sm {
    padding-top: 70px;
}
.section_pb-sm {
    padding-bottom: 70px;
}
.section_grey {
    background-color: #F8F8F8;
}
.section h1,
.section h2 {
    margin-bottom: 32px;
    font-family: "Golos Text";
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 114.99999999999999%;
    letter-spacing: -2%;
}
.section .text-anounce {
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
}
.site-rd .breadcrumbs {
    max-width: none;
}
.site-rd .container,
.header-rd .catalog-menu__content {
    max-width: 1588px;
    padding: 0 32px;
    margin: 0 auto;
}
@media (max-width: 1900.98px) {
    .site-rd [class*=__container] {
        max-width: 1588px;
        padding-left: 32px;
        padding-right: 32px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
@media screen and (max-width: 1720px) {
    .site-rd .container,
    .header-rd .catalog-menu__content  {
        max-width: 1588px;
        padding: 0 32px;
        margin: 0 auto;
    }
}

.btn {
    display: inline-block;
    padding: 16px;
    border-radius: 12px;
    font-family: "Golos Text";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-blue {
    background-color: #13278F;
    border: 1px solid #13278F;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn:hover {
    opacity: 0.9;
}
.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #13278F;
}
.btn-blue-trans {
    border: 1px solid #13278F;
    color: #13278F;
}
.btn-blue-trans:hover {
    background-color: #13278F;
    border: 1px solid #13278F;
    color: #fff;
}
.btn-sm {
    padding: 12px 24px;
    font-size: 16px;
}
.btn-md {
    padding-left: 40px;
    padding-right: 40px;
}

.swiper-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #FFFFFF;
	border-radius: 50%;
	position: static;
	margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.swiper-button:hover {
    background-color: #13278F;
}
.swiper-button svg {
	width: auto;
	height: auto;
}
.swiper-button svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.swiper-button:hover svg path {
    fill: #fff;
}



.site-rd .modal.fancybox__content {
    border-radius: 28px;
}
.site-rd .modal__button {
    padding: 16px 40px;
    border-radius: 12px;
    font-family: "Golos Text";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
}



.info-rd .info__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin-top: 60px;
}
.info-rd .info__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.info-rd .info__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.info-rd .info__text {
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
}
.info-rd .info__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 16px);
            flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    max-width: calc(50% - 16px);
    min-width: calc(50% - 16px);
}
.info-rd .info__img img {
    max-width: 100%;
    height: auto;
}
.info-rd .info__item {
        -ms-flex: 0 1 25%;
            -webkit-box-flex: 0;
                flex: 0 1 25%;
    background-color: #F5F5F5;
    padding: 28px;
    border-left: none;
    border-radius: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-rd .info__item:hover {
	-webkit-box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.1);
	    box-shadow: 3px 3px 10px 3px rgba(0,0,0,0.1);
}
.info-rd .item-info__num {
    color: #13278F;
}


.footer-rd {
    background-color: #4D4D4D;
    padding: 70px 0;
    border-radius: 28px 28px 0 0;
    margin-top: 80px;
    color: #FFFFFF99;
}
.footer-rd a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-rd a:hover,
.footer-rd .footer__nav a:hover {
    color: #fff;
}
.footer-rd .footer__logo {
    margin-bottom: 26px;
}
.footer-rd .footer__nav {
    gap: 32px;
}
.footer-rd .footer__info {
    width: 20%;
    margin-right: 30px;
}
.footer-rd .footer__nav-info {
    padding-right: 30px;
}
.footer-rd .footer__nav-info,
.footer-rd .footer__nav-catalog,
.footer-rd .footer__nav-services {
    min-width: auto;
    max-width: 228px;
}
.footer-rd .footer__nav a,
.footer__contacts-address {
    color: #FFFFFF99;
}
.footer-rd .footer__nav h4,
.footer-rd .footer__nav h4 > a,
.footer-rd .footer__contacts-title {
    margin-bottom: 20px;
    font-family: "Golos Text";
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 114.99999999999999%;
    letter-spacing: -2%;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-rd .footer__nav h4 > a:hover {
    color: #13278F;
}
.footer-rd .footer__nav-info h4 {
    white-space: nowrap;
}
.footer-rd .footer__contacts {
    margin-bottom: 0;
    margin-left: 32px;
}
.footer-rd .footer__contacts-address,
.footer-rd .footer__contacts-row {
    margin-bottom: 10px;
}
.footer-rd .footer__phone {
    display: inline-block;
    white-space: nowrap;
    font-family: "Manrope";
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #fff;
}
.footer-rd .footer__phone:hover {
    color: #13278F;
}
.footer-rd .footer__bottom-copyright {
    min-width: 250px;
}
.footer-rd .footer__contacts-company {
    min-width: 170px;
}
.footer-rd .footer__contacts-company div {
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
    color: #FFFFFF99;
}
.footer-rd .footer__callback {
    margin-bottom: 0;
}
.footer-rd .footer__callback .btn {
    white-space: nowrap;
}
.footer-rd .footer__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 58px;
    border-top: 1px solid #FFFFFF1A;
    margin-top: 68px;
    gap: 32px;
}
.footer-rd .footer__bottom > div,
.footer-rd .footer__bottom > div a {
    font-family: "Golos Text";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0%;
}
.footer-rd .footer__socials {
    gap: 8px;
}
.footer-rd .footer__socials a svg circle {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-rd .footer__socials a:hover svg circle {
    fill: #13278F;
    fill-opacity: 1;
}
.footer-rd .footer__contacts {
    max-width: 200px;
}
.footer-rd .footer__contacts-company div,
.footer-rd .footer__nav li,
.footer-rd .footer__bottom-links li {
    margin-bottom: 10px;
}
.footer-rd .footer__contacts-company div:last-child,
.footer-rd .footer__nav li:last-child,
.footer-rd .footer__bottom-links li:last-child {
    margin-bottom: 0;
}
.footer-rd .footer__nav ul {
    margin-bottom: 10px;
}
.footer-rd .footer__nav ul:last-child {
    margin-bottom: 0;
}

.site-rd .mobile-menu {
    left: -100%;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
.site-rd .mobile-menu__location {
    margin-bottom: 0;
}
.site-rd .mobile-menu .mobile-menu__bottom {
    padding-bottom: 32px;
    background-color: #fff;
    position: absolute;
    right: 32px;
    bottom: 0;
    left: 32px;
}
.site-rd .mobile-menu__scroller {
    height: calc(100vh - 240px);
    overflow-y: auto;
}
.site-rd .mobile-bottom-nav {
    -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 900;
}
.site-rd .mobile-menu.active {
    padding-left: 32px;
    padding-right: 32px;
    left: 0;
}
.site-rd .mobile-menu__nav {
    padding-top: 20px;
}
.site-rd .mobile-menu__top img {
    width: 250px;
    height: auto;
}
.site-rd .mobile-menu__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    font-size: 24px;
}
.site-rd .mobile-menu .chevron {
    margin-top: 4px;
}
.site-rd .mobile-menu__nav li {
    margin-bottom: 24px;
}
.site-rd .mobile-menu__nav .submenu li:first-child {
    margin-top: 24px;
}
.site-rd .mobile-menu__contacts {
    margin-bottom: 18px;
    padding-top: 18px;
}
.site-rd .mobile-menu__contacts a {
    font-size: 24px;
    font-weight: normal;
}
.site-rd .mobile-menu__workhours {
    font-size: 17px;
}
.site-rd .mobile-menu__contacts img {
    display: none;
}



@media (max-width: 1439px) {
    .header-rd__note {
        margin-left: 24px;
        padding-right: 0;
    }
    .header-rd__location,
    .header-rd__right {
        margin-left: 24px;
        gap: 24px;
    }
}

@media (max-width: 1279px) {
    .footer-rd .footer__nav-info {
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .header-rd__note,
    .header-rd__menu {
        display: none;
    }
    .header-rd .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
    }
    .site-rd .mobile-menu {
        display: block;
    }
    .header-rd__search {
        max-width: 518px;
    }

    .info-rd .info__cnt {
        gap: 5%;
    }
    .info-rd .info__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 32px);
                flex: 0 0 calc(50% - 32px);
        width: calc(50% - 32px);
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px);
    }

    .footer-rd .footer__beats {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-rd .footer__nav {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 260px);
                flex: 0 0 calc(100% - 260px);
        width: calc(100% - 260px);
        min-width: calc(100% - 260px);
        max-width: calc(100% - 260px);
    }
    .footer-rd .footer__contacts {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1023px) {
    .header-rd__location {
        display: none;
    }
    .footer-rd .footer__nav {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .footer-rd .footer__contacts {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .footer-rd .footer__nav,
    .footer-rd .footer__contacts {
        width: auto;
        min-width: auto;
        max-width: none;
    }
    .footer-rd .footer__bottom>div {
        text-align: left;
    }
    .footer-rd .footer__info {
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-rd.fixed .header-rd__logo {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: auto;
        min-width: auto;
    }
    .header-rd__workhours {
        display: none;
    }
    .header-rd__phone {
        font-size: 20px;
    }
    .header-rd__search {
        max-width: 486px;
    }

    /* .section {
        padding: 60px 0;
    } */
    .section_pt-sm {
        padding-top: 50px;
    }
    .section_pb-sm {
        padding-bottom: 50px;
    }
    .section h1, .section h2  {
        font-size: 48px;
    }

    .info-rd .info__cnt {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .info-rd .info__img {
        margin-bottom: 32px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: auto;
    }
    .info-rd .info__img,
    .info-rd .info__img img {
        width: 100%;
    }
    .info-rd .item-info__num {
        font-size: 80px;
    }

    .footer-rd .footer__bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-rd .footer__bottom > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 32px);
                flex: 0 0 calc(50% - 32px);
        width: calc(50% - 32px);
        min-width: calc(50% - 32px);
        max-width: calc(50% - 32px);
    }
    .footer-rd .footer__bottom-links {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .footer-rd .footer__contacts-company {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .footer-rd .footer__bottom-copyright {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .footer-rd .footer__socials {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .footer-rd .footer__bottom-copyright {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    /* .header-rd__callback, */
    .header-rd__info,
    .header-rd__contacts {
        display: none;
    }
    .header-rd__socials {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .header-rd__phones {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .header-rd__callback .btn {
        padding: 12px 24px;
        font-size: 16px;
    }
    .header-rd__search,
    .header-rd.fixed .header-rd__search {
        max-width: 75%;
    }

    .info-rd .item-info__num {
        font-size: 60px;
    }

    .footer-rd {
        padding: 60px 0 90px 0;
    }
    .footer-rd .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        gap: 20px;
    }
    .footer-rd .footer__nav ul {
        display: none;
    }
    .footer-rd .footer__nav h4 {
        margin-bottom: 0;
    }
    .footer-rd .footer__contacts {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }

    ._orientationRight__hJsVS .button__DzVs3 {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 699px) {
    .footer-rd .footer__info {
        margin-right: 0;
    }
    .footer-rd .footer__contacts {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 270px);
                flex: 0 0 calc(100% - 270px);
    }
}

@media (max-width: 575px) {
    .header-rd__left {
        width: auto;
    }
    .header-rd__logo {
        min-width: auto;
    }

    .btn {
        padding: 12px 24px;
        font-size: 16px;
    }
    .swiper-button {
        width: 46px;
        height: 46px;
    }

    .site-rd .container,
    .header-rd .catalog-menu__content,
    .site-rd [class*=__container] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section h1, .section h2 {
        margin-bottom: 20px;
    }
    .section {
        padding: 20px 0;
    }
    .section h1, .section h2 {
        font-size: 32px;
    }

    .info-rd .info__items {
        gap: 24px;
        margin-top: 40px;
    }
    .info-rd .item-info__num {
        font-size: 40px;
    }
    .info-rd .info__text {
        margin-bottom: 20px;
    }

    .footer-rd {
        margin-top: 40px;
    }
    .footer-rd .footer__bottom > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
        flex: 0 0 calc(50% - 24px);
        width: calc(50% - 24px);
        min-width: calc(50% - 24px);
        max-width: calc(50% - 24px);
    }
    .footer__logo {
        width: 180px;
        height: auto;
    }
    .footer-rd .footer__phone {
        font-size: 21px;
    }
    .footer-rd .footer__contacts {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 220px);
                flex: 0 0 calc(100% - 220px);
    }
}

@media (max-width: 479px) {
    /* .section {
        padding: 40px 0;
    } */
    .section h1, .section h2 {
        font-size: 24px;
    }

    .info-rd .info__item {
        padding: 24px;
    }
    .info-rd .item-info__num {
        font-size: 30px;
    }

    .footer-rd .footer__logo {
        display: inline-block;
    }
    .footer-rd .footer__info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        text-align: center;
    }
    .footer-rd .footer__contacts {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
    .footer-rd .footer__bottom > div {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        min-width: auto;
        max-width: none;
        text-align: center;
    }
    .footer-rd .footer__contacts-company {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer-rd .footer__bottom-copyright,
    .footer-rd .footer__socials {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-rd .footer__bottom {
        padding-top: 32px;
        margin-top: 32px;
    }
}

@media (max-width: 419px) {
    .info-rd .info__item {
        padding: 16px;
    }
    .item-info__num {
        font-size: 20px;
    }
}