.r-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}
.r-nav__label {
    display: none;
}
.r-nav__list {
    margin-bottom: 0;
    list-style: none;
}
.r-nav__item {
    display: inline-block;
    text-transform: uppercase;
}
.r-nav__item:not(:last-child) {
    margin-right: 30px;
}
.r-nav__item a {
    font-size: 16px;
    color: #000;
}
.r-page-title {
    margin: 0;
    padding: 18px 0;
    background: #CD4B4D;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
}
.r-carousel .item {
    position: relative;
}
.r-carousel__content {
    position: absolute;
    bottom: 16px;
    width: 100%;
    z-index: 2;
}
.r-carousel__content .container {
    text-align: right;
}
.r-carousel__content h4 {
    display: inline-block;
    padding: 6px 25px;
    background: #fff;
    color: #000;
    font-size: 32px;
    font-family: "DINPro Bold";
}
.r-carousel__wrapper {
    position: relative;
    text-align: right;
}
.r-carousel__nav__wrapper {
    position: absolute;
    width: 100%;
    bottom: 90px;
    z-index: 2;
}
.r-carousel__nav__wrapper .owl-next,
.r-carousel__nav__wrapper .owl-prev {
    width: 30px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
    border: unset;
}
.r-carousel__nav__wrapper .owl-next {
    margin-right: 10px;
    background-image: url(../icons/r-next.svg) !important;
}
.r-carousel__nav__wrapper .owl-prev {
    margin-right: 50px;
    background-image: url(../icons/r-next.svg) !important;
    transform: rotate(-180deg);
}
.r-section-title {
    font-size: 40px;
    text-align: left;
    color: #000;
}
.r-products {
    padding-bottom: 40px;
}
.r-tabs {
    margin-top: 45px;
}
.r-tabs__btn {
    max-width: 240px;
    padding-bottom: 7px;
    appearance: none;
    border: 0;
    background: unset;
    font-size: 30px;
    line-height: 1;
    text-align: left;
    font-family: "DINPro Medium", serif;
    border-bottom: 6px solid transparent;
    transition: .3s;
}
.r-tabs__btn:not(:last-child) {
    margin-right: 60px;
}
.r-tabs__btn_active {
    border-bottom: 6px solid #CD4B4D;
}
.r-tabs__select {
    display: none;
}
.r-tabs__pane {
    display: none;
}
.r-tabs__pane_show {
    display: block;
    margin-top: 30px;
}
.r-tabs__pane {
    font-size: 0;
}
.r-tabs__pane .result-list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.r-tabs__pane .card-tovar {
    width: 25%;
    margin: 0 !important;
    padding: 25px 30px;
    box-shadow:
            2px 0 0 0 #D8D8D9,
            0 2px 0 0 #D8D8D9,
            2px 2px 0 0 #D8D8D9,
            2px 0 0 0 #D8D8D9 inset,
            0 2px 0 0 #D8D8D9 inset;
}
.r-tabs__pane .card-tovar h2 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #000;
    text-align: left;
    font-family: "DINPro Medium";
    font-weight: normal;
}
.r-tabs__pane .card-tovar .color-input + .info,
.r-tabs__pane .card-tovar .color-text {
    font-size: 13px;
}
.r-tabs__pane .card-tovar .product-img + .info {
    text-align: center;
}
.r-tabs__pane .color-list {
    text-align: center;
}
.r-tabs__pane .colours {
    width: 22px;
    height: 22px;
    margin: 5px 5px 0px 0px;
}
.r-tabs__pane .product-buy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.r-tabs__pane .card-tovar .btn-outline-brown {
    width: 100%;
    margin-left: 0;
    padding: 2px 0;
    background-color: #CD4B4D;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "DINPro Medium", serif;
    transition: .3s;
    color: #fff !important;
}
.r-tabs__pane .card-tovar .btn-outline-brown:hover {
    border: 1px solid #CD4B4D;
    background-color: #B52F31;
}
.r-tabs__pane .kolvo-select {
    margin: 10px auto 20px;
}
.r-tabs__pane .kolvo,
.r-tabs__pane .incr,
.r-tabs__pane .decr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding-top: 0;
    font-family: "DINPro Regular", serif;
}
.r-tabs__pane .incr,
.r-tabs__pane .decr {
    padding-bottom: 3px;
    background-color: #5B5B5B;
}
.r-tabs__pane .decr {
    border-radius: 4px 0 0 4px;
}
.r-tabs__pane .incr {
    border-radius: 0 4px 4px 0;
}
.r-tabs__pane .kolvo {
    font-size: 15px;
}
.region-page {
    background-color: #ffffff;
}
.r-benefits {
    padding: 45px 0 60px;
    background-color: #F2F7FB;
}
.r-benefits__list {
    padding-top: 30px;
}
.r-benefits__icon {
    max-height: 85px;
}
.r-benefits__title {
    max-width: 185px;
    margin: 28px 0 20px;
    font-size: 25px;
    font-family: "DINPro Medium", serif;
    line-height: 1;
}
.r-benefits__desc {
    font-size: 18px;
    line-height: 1.3;
}
.r-benefits__list + .r-section-title{
    margin-top: 60px;
}
.r-form {
    padding: 50px 0 80px;
    background: #4A8B98;
    color: #fff;
}
.r-form__title {
    padding-bottom: 30px;
    color: #fff;
}
.r-form__desc {
    font-size: 20px;
}
.r-form__form {
    display: flex;
    justify-content: space-between;
}
.r-form__form input,
.r-form__form button, .r-btn {
    width: 32.4%;
    height: 38px;
    padding: 0 9px;
    border: unset;
    font-family: "DINPro Medium", serif;
    font-size: 21px;
}
.r-form__form button, .r-btn {
    background: #DC2B1C;
    text-transform: uppercase;
    border-radius: 5px;
}
.r-btn, .r-btn:hover {
    height: auto;
    color: #fff;
}
.r-form__form input,
.r-form__form input::placeholder {
    color: #676766;
}
.r-form__policy {
    margin-top: 7px;
    font-size: 15px;
}
.r-form__policy a {
    color: #fff;
    text-decoration: underline;
}
.r-gallery {
    padding: 35px 0 70px;
}
.r-gallery .r-section-title {
    padding-bottom: 30px;
}
.r-gallery .carousel.slide {
    width: 100%;
}
.r-gallery .gallery-block {
    padding: 0;
}
.r-gallery .gallery-block .descr .title {
    font-size: 20px;
    font-family: DINPro Medium;
    padding-bottom: 0;
    color: #000;
}
.r-gallery .gallery-block .descr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 15px 60px;
    border: 2px solid #D8D8D9;
        font-size: 18px;
    float: unset !important;
}
.r-gallery .gallery-block .descr p {
     margin-bottom: 0;   
}
.r-gallery .btn-outline-gray {
    display: none;
}
.r-gallery img {
    display: block !important;
    width: 100%;
    object-fit: cover;
}
.r-gallery .gallery-block .img {
     padding-top: 0;
     padding-bottom: 10px;
}
.r-gallery .slide {
    height: 100% !important;
}
.r-where-to-buy {
    padding: 30px 0 20px;
    background: #F2F7FB;
}
.r-where-to-buy__flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}
.r-where-to-buy__flex p {
    font-size: 23px;
}
.r-where-to-buy__flex .btn {
    padding: 6px 30px;
    background: #DC2B1C;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "DINPro Medium", serif;
}
.r-footer {
    padding: 45px 0 130px;
    background: #4C4C4C;
    color: #fff;
}
.r-footer__inner {
    display: flex;
    justify-content: space-between;
}
.r-footer__logo img {
    max-width: 195px;
}
.r-footer__policy {
    margin-top: 15px;
    font-size: 12px;
}
.r-footer__menu {
    width: 100%;
    max-width: 760px;
    display: flex;
    justify-content: space-between;
}
.r-footer__menu ul {
    list-style: none;
}
.r-footer__menu__list {
    padding-left: 0;
}
.r-footer__menu__list a {
    color: #fff;
    text-transform: uppercase;
    font-family: "DINPro Medium", serif;
    font-size: 17px;
}
.r-footer__social {
    display: flex;
    padding-top: 15px;
}
.r-footer__social img {
    max-width: 34px;
}
.r-footer__social li:not(:last-child) {
    margin-right: 13px;
}
#map-region {
    height: 400px;
}
.r-modal .modal-title {
    font-size: 24px;
}
.r-modal .modal-body {
    font-size: 16px;
}
.r-modal .btn {
    width: 100%;
    padding: 4px 0;
    font-size: 16px;
    background-color: #CD4B4D !important;
    border-color: #CD4B4D !important;
    border-radius: 3px;
    text-transform: uppercase;
}
.r-modal .form-control {
    margin-bottom: 10px;
    font-size: 16px;
}
.r-modal .r-form__policy {
    margin-top: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1;
}
.r-modal .r-form__policy a {
    color: #333;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.r-benefits__list a {
    color: #333;
    text-decoration: none !important;
}
.smooth:focus {
    text-decoration :none;
}
.sticker {
    margin-right: 0;
    padding: 4px;
    font-size: 12px;
}
.stickers {
    left: 0;
    top: 5px;
}
@media (max-width: 1200px) {
    .r-tabs__pane .card-tovar {
        width: 33.3333%;
    }
    .r-carousel__content h4 {
        padding: 6px 25px;
    }
    .r-carousel.owl-carousel .owl-item img {
        height: 450px;
        object-fit: cover;
    }
    .r-tabs__btn {
        font-size: 21px;
    }
    .r-tabs__btn:not(:last-child) {
        margin-right: 25px;
    }
    .r-header__inner {
        flex-wrap: wrap;
    }
    .r-nav {
        width: 100%;
    }
    .r-nav__label {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
    }
    .r-nav__label svg {
        margin-right: 5px;
    }
    .r-nav {
        display: none;
        margin-top: 20px;
    }
    .r-nav__list {
        padding-left: 0;
    }
    .r-nav__item {
        display: block;
        text-align: center;
        margin-right: 0 !important;
    }
    .r-nav__item:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .r-form__form button {
        padding: 6px 0;   
    }
}
@media (max-width: 991.98px) {
    .r-tabs__pane .card-tovar {
        width: 50%;
    }
    .r-tabs__nav {
        display: none;
    }
    .r-tabs__select {
        display: block;
        width: 50%;
        height: 35px;
        font-size: 18px;
        padding-left: 6px;
    }
    .r-benefits__item {
        margin-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .r-form__form,
    .r-footer__inner,
    .r-footer__menu,
    .r-where-to-buy__flex {
        flex-direction: column;
    }
    .r-form {
        padding: 30px 0 40px;
    }
    .r-form__desc {
        font-size: 18px;
    }
    .r-form__form {
        margin-top: 15px;
    }
    .r-form__form input,
    .r-form__form button {
        width: 100%;
        margin-top: 10px;
    }
    .r-form__policy {
        text-align: left;
    }
    .r-tabs__select {
        width: 100%;
    }
    .r-benefits__desc {
        font-size: 16px;
    }
    .r-benefits__title {
        margin: 23px 0 15px;
        font-size: 22px;
    }
    .r-tabs__pane .card-tovar .btn-outline-brown {
        width: 100% !important;
        line-height: 30px;
    }
    .r-section-title {
        font-size: 30px;
    }
    .r-gallery .gallery-block .descr {
        padding: 15px;
    }
    .r-gallery .gallery-block .descr .title {
        padding-top: 0;
    }
    .r-where-to-buy__flex p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .r-where-to-buy__flex .btn {
        font-size: 21px;
    }
    .r-footer__menu > div:last-child {
        text-align: left !important;
    }
    .r-footer__menu__list {
        margin-bottom: 0;
    }
    .r-footer__menu__list li {
        margin-bottom: 10px;
    }
    .r-footer__social {
        padding-left: 0;
    }
    .r-footer__logo {
        order: 1;
        margin-top: 40px;
    }
    .r-footer {
        padding-bottom: 40px;
    }
    .r-footer__menu {
        order: 0;
    }
}
@media (max-width: 600px) {
    .r-carousel__content h4 {
        font-size: 20px;
    }
    .r-tabs__pane .card-tovar {
        width: 100%;
    }
    .r-carousel.owl-carousel .owl-item img {
        height: 350px;
    }
    .r-gallery .gallery-block .descr p {
        font-size: 14px;
    }
    .r-benefits__icon {
        max-height: 65px;
    }
    .r-tabs__pane .card-tovar .btn-outline-brown {
        font-size: 16px;
    }
    .r-gallery .gallery-block .descr {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
}
@media (max-width: 375.98px) {
    .r-header__inner {
        flex-direction: column;
        justify-content: center;
    }
    .r-header__inner img {
        max-width: 180px;
    }
    .r-nav__label {
        margin-top: 20px;
        font-size: 15px;
    }
}
@media screen and (min-width: 768px) {
    .r-modal {
        text-align: center;
    }
    .r-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .r-modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .modal-sm {
        width: 350px;
    }
}
