

/* Start:/local/templates/main/components/bitrix/menu/header/style.min.css?1677773533490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/header/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer/style.min.css?1677773533490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/template_styles.css?171515218938031*/
@import url(https://fonts.googleapis.com/css?family=Nunito:regular,italic,500,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Balsamiq+Sans:regular,700);

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
header,
footer {
    display: block;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 18px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: Nunito, serif;
    color: #fff;
    cursor: url('/local/templates/main/img/favicon.png'), auto;
}

body._lock {
    overflow: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

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

ul,
li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: linear-gradient(270deg, rgb(0, 0, 0), rgb(28, 28, 28), rgb(13, 13, 13) 96%);
}

/* ------------------------------------------ */
._container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

@media (max-width:1200px) {
    ._container {
        max-width: 1024px;
    }
}

@media (max-width:992px) {
    ._container {
        max-width: 750px;
    }
}

@media (max-width:767px) {
    ._container {
        max-width: none;
    }
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

/* --------------------------ШАПКА----------------------------- */

.header__wrapper {
    display: flex;
    min-height: 80px;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.header-lang a {
    font-family: 'Balsamiq Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    transition: 0.3s;
}

.header-lang a:hover {
    color: #c0000d;
}

.header__logo {
    padding-top: 20px;
}

.header__logo-text {
    font-style: italic;
    font-weight: bold;
    text-shadow: 2px 2px 1px #333, 0px 0px 20px #d5d5d5;
    color: #dddddd;
    font-size: 13px;
}

@media (max-width: 480px) {
    .header__wrapper {
        margin-bottom: 40px;
    }
}

.active-page {
    background-color: #c0000d;
    border-radius: 6px;
}

.navigation {
    padding: 0 15px;
}

.navigation__list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


.navigation__item {
    padding: 10px 0;
    transition: 0.5s;
}

@media (max-width: 480px) {
    .navigation__item {
        padding: 0;
    }
}

.navigation__item:hover {
    background-color: #c0000d;
    border-radius: 6px;
}

.navigation__item:focus {
    background-color: #c0000d;
    border-radius: 6px;
}

.navigation__item:active {
    background-color: #fd6c76;
    border-radius: 6px;
    transition: 0;
}

.navigation__link {
    font-family: 'Balsamiq Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    padding: 10px 5px;
}

@media (max-width:1200px) {
    .navigation__link {
        font-size: 16px;
    }

    .header__logo-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .navigation__link {
        padding: 0 5px;
        font-size: 20px;
    }
}

.header-menu-icon {
    display: none;
}

@media (max-width: 992px) {
    .header-menu-icon {
        z-index: 150;
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        order: 3;
    }

    .header-menu-icon span,
    .header-menu-icon::after,
    .header-menu-icon::before {
        position: absolute;
        left: 0;
        height: 10%;
        width: 100%;
        transition: all 0.3s ease 0s;
        background-color: #fff;
    }

    .header-menu-icon::after,
    .header-menu-icon::before {
        content: "";
    }

    .header-menu-icon::after {
        top: 0;
    }

    .header-menu-icon::before {
        bottom: 0;
    }

    .header-menu-icon span {
        top: 50%;
        transform: scale(1) translate(0, -50%);
    }

    .header-menu-icon._active span {
        transform: scale(0) translate(0, -50%);
    }

    .header-menu-icon._active::after {
        top: 50%;
        transform: rotate(-45deg) translate(0, -50%);
    }

    .header-menu-icon._active::before {
        bottom: 50%;
        transform: rotate(45deg) translate(0, 50%);
    }

    .header__navigation {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #270000;
        z-index: 100;
        transition: left 0.3s ease-out 0.2s;
        overflow: auto;
        opacity: 0.9;
    }

    .header__navigation._active {
        left: 0;
    }


    .navigation__list {
        flex-direction: column;
        padding-top: 80px;
        max-width: 168px;
    }
}

@media (max-width:576px) {
    .header__logo {
        width: 100%;
        max-width: 150px;
    }

    .header__logo-link img {
        width: 80%;
        height: 35px;
    }

    .navigation__list {
        gap: 40px;
        max-width: 100%;
    }

    .header-lang a {
        margin-left: -75px;
    }
}



/* ---------------------MAIN--------------------------- */
.page {
    flex: 1 1 auto;
}

/* ---------------------------------------------PAGINATION--------------------------------------------- */

.pagination__container {}

@media (max-width: 992px) {
    .pagination__container {
        display: none;
    }
}

@media (max-width: 768px) {
    .pagination__container {
        display: none;
    }
}

.circle {
    position: absolute;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    top: 8px;
    cursor: pointer;
}

.pagination__circle {
    right: 22px;
}

.circle:hover {
    background-color: #4ebd04;
    border: 1px solid #4ebd04;
}

.pagination-slider__circle {
    right: 22px;
}

.pagination-advantages__circle {
    right: 22px;
}

.pagination-about-us__circle {
    right: 22px;
}

.pagination__link-advantages {
    position: absolute;
    z-index: 5;
    right: 0;
}

.pagination__link-about-us {
    position: absolute;
    z-index: 5;
    right: 0;
}

.active {
    border: 1px solid #c0000d;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #c0000d;
}

.one {
    top: 30px;
}

.two {
    top: 55px;
}

.three {
    top: 79px;
}

.four {
    top: 105px;
}

.active-slider {
    top: 55px;
}

.one-advantages {
    top: 30px;
}

.two-advantages {
    top: 55px;
}

.active-advantages {
    top: 79px;
}

.four-advantages {
    top: 105px;
}

.one-about-us {
    top: 30px;
}

.two-about-us {
    top: 55px;
}

.three-about-us {
    top: 79px;
}

.active-about-us {
    top: 105px;
}

/* ---------------------------------------------------------------------------------------------------------------- */

.main-title {
    font-family: 'Balsamiq Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 534px;
    color: #ff0112;
}

.text {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .text {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .main-title {
        font-size: 24px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .main-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .main-image {
        margin: 0 -350px 0 0;
    }
}

@media (max-width: 768px) {
    .main-image {
        margin: 0 -350px 0 0;
    }
}

@media (max-width: 480px) {
    .main-image {
        margin-left: -210px;
    }
}

.info__wrapper:hover {
    background-color: #a92e2e;
}

.page-content__back {
    margin-bottom: 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.page-content__link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #d6d6d6;
    text-decoration: underline;
    transition: 0.3s;
}

.page-content__link:hover {
    color: #4ebd04;
    font-size: 18px;
}

.main-content {}

.main-content__wrapper {
    position: relative;
    margin-bottom: 73px;
    display: flex;
}

@media (max-width: 768px) {
    .main-content__wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .main-content__wrapper {
        flex-direction: column-reverse;
        margin: 0;
    }
}

.main-content__title {
    width: 100%;
    max-width: 534px;
}

@media (max-width: 480px) {
    .main-content__title {
        margin-bottom: 20px;
    }
}

.main-content__text {
    width: 100%;
    max-width: 534px;
}

.main-content__text:not(:last-child) {
    margin-bottom: 32px;
}

.info__wrapper {
    background: linear-gradient(180deg, rgba(29, 169, 81, 0.3) 0%, rgb(255 0 0 / 30%) 100%);
    border-radius: 46px;
    transition-duration: 0.8s;
    margin: -90px 0 50px 0;
}

/*background: linear-gradient(180deg, rgba(51, 48, 58, 0.3) 0%, rgba(31, 30, 38, 0.3) 100%);*/
/*box-shadow: inset 30px 2px 25px 10px rgba(255, 255, 255, 0.05);*/
/*backdrop-filter: blur(12.5px);*/

@media (max-width: 992px) {
    .info__wrapper {
        margin: 24px 0 100px 0;
    }
}

@media (max-width: 768px) {
    .info__wrapper {
        margin: 24px 0 100px 0;
    }
}

@media (max-width: 480px) {
    .info__wrapper {
        margin: 10px 0 40px 0;
    }
}

@media (max-width: 480px) {
    .info__wrapper:hover {
        margin: 0px 0 50px 0;
    }
}

.info__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .info__list {}
}

@media (max-width: 480px) {
    .info__list {}
}

@media (max-width: 768px) {
    .info__item {
        width: 100%;
        max-width: 243px;
    }
}

.fade-in1 {
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

.fade-in2 {
    opacity: 0;
    animation: fadeIn1 2.5s ease-in-out forwards;
}

.fade-in3 {
    opacity: 0;
    animation: fadeIn2 3s ease-in-out forwards;
}

.fade-in4 {
    opacity: 0;
    animation: fadeIn3 3.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn1 {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn3 {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.info__icon {
    padding: 20px 0 10px 0;
    text-align: center;
}

.info__image {
    width: 130px;
    height: 130px;
    box-shadow: 8px 10px 10px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    object-fit: cover;
}

.info__text {
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin-bottom: 10px;
}


/* ------------------------------SLIDER-------------------------------------- */

.page__slider {
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

@media (max-width:992px) {
    .page__slider {
        opacity: 1;
    }
}

.fade--in.visible {
    opacity: 1;
}

.sauce-slider {
    overflow: hidden;
}

.sauce-slider__wrapper {
   padding: 90px 0;
}

.slider__text {
    width: 100%;
    max-width: 593px;
    margin-bottom: 30px;
}

.sauce-slider {
    position: relative;
    height: 100%;
}

.sauce-slider__image {
    text-align: center;
}

.sauce-slider__link {
    transition: 0.3s;
}

.sauce-slider__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
}

.sauce-slider__text:hover {
    color: #c0000d;
}

.sauce-slider__image img {
    max-width: 100%;
    transition: 0.3s;
}
.swiper-slide {
    opacity: 0.2;
    transition: 0.5s;
}
.swiper-slide-active {
    opacity: 1;
    transform: scale(1.3);
}
.sauce-slider__image:hover img {
    transform: scale(1.05);
    opacity: 0.8;
}

.sauce-slider .swiper-pagination-bullet {
    background-color: transparent;
    width: 30px;
    height: 30px;
}

.sauce-slider .swiper-button-prev::after,
.sauce-slider .swiper-button-next::after {
    color: #c0000d;
    font-size: 55px;
}

.sauce-slider .swiper-button-prev:hover::after,
.sauce-slider .swiper-button-next:hover::after {
    color: #1e5400;
}

.sauce-slider .swiper-button-prev:active::after,
.sauce-slider .swiper-button-next:active::after {
    color: #43b700;
}

.swiper-scrollbar {
    display: none;
}

@media (max-width:767px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/* -------------------------------------------------------------------------- */

.sauce__group {
    display: flex;
    flex-wrap: wrap;
    row-gap: 93px;
    column-gap: 93px;
}

.group__image {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 242px;
}

.group__sauce-image {
    background: #15141a;
}

.sauce__note {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    margin-top: 24px;
}

.advantages {
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.advantages__wrapper {
    position: relative;
}

.advantages__container {
    z-index: 2;
    position: relative;
    padding: 30px 0 130px 0;
}

.advantages__group {
    margin-top: 60px;
}

@media (max-width: 480px) {
    .advantages__group {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .advantages__container {
        padding: 30px 0 30px 0;
    }
}

.advantages__title {}

.advantages__subtitle {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
}



.advantages__text {
    width: 100%;
}

.text__wrapper {
    margin: 110px 0 0 240px;
}

@media (max-width: 992px) {
    .text__wrapper {
        margin: 50px 0 0 0px;
    }
}

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

@media (max-width: 480px) {
    .text__wrapper {
        margin: 50px 0 0 0px;
    }
}

.first-plus {
    max-width: 593px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .first-plus {
        max-width: 400px;
    }
}

.second-plus {
    max-width: 770px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .second-plus {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .second-plus {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .second-plus {
        margin-top: 0;
    }
}

.fourth-plus {
    max-width: 750px;
    font-weight: 900;
}

@media (max-width: 992px) {
    .fourth-plus {
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .fourth-plus {
        max-width: 450px;
    }
}

.advantages__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .advantages {
        opacity: 1;
    }

    .advantages__image {
        left: 0;
    }
}

@media (max-width: 768px) {
    .advantages__image {
        left: 0;
    }
}

@media (max-width: 480px) {
    .advantages__image {
        left: 0;
    }
}

.about-us {
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.about-us__wrapper {
    position: relative;
}

.about-us__container {
    z-index: 2;
    position: relative;
    padding: 10px 0 50px 0;
}

@media (max-width:992px) {
    .about-us {
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .about-us__container {
        padding: 15px 0 15px 0;
    }
}

.about-us__tetx {
    width: 100%;
    max-width: 825px;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .about-us__tetx {}
}

.about-us__tetx:not(:last-child) {
    margin-bottom: 0px;
}

.about-us__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (max-width: 480px) {
    .about-image {
        display: none;
    }
}

.feedback {
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background: linear-gradient(180deg, rgba(51, 48, 58, 0.6) 0%, rgba(31, 30, 38, 0.6) 100%);
    box-shadow: inset 30px 2px 25px 10px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12.5px);
}

.feedback__wrapper {
    padding: 10px 0;
}

@media (max-width: 992px) {
    .feedback__wrapper {
        padding: 30px 0;
    }

    .feedback {
        opacity: 1;
    }
}

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

@media (max-width: 480px) {
    .feedback__wrapper {
        padding: 15px 0;
    }
}

.feedback__container {
    display: flex;
    flex-wrap: wrap;
    border-radius: 46px;
    position: relative;
    z-index: 2;
    justify-content: space-around;
}

@media (max-width: 992px) {
    .feedback__container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .feedback__container {
        flex-direction: column;
        align-items: center;
    }
}

.feedback__socials-group {
    padding: 10px 0;
}

@media (max-width: 992px) {
    .feedback__socials-group {
        padding: 30px 10px;
    }
}

@media (max-width: 768px) {
    .feedback__socials-group {
        padding: 30px 10px;
    }
}

.feedback__text {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 403px;
}

@media (max-width: 768px) {
    .feedback__text {
        max-width: 350px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .feedback__text {
        font-size: 20px;
        text-align: center;
    }
}

/*.contacts {*/
/*    margin-bottom: 30px;*/
/*}*/

/*.socials {*/
/*    margin-bottom: 20px;*/
/*}*/

@media (max-width: 480px) {
    .footer__socials {}
}

.socials__list {
    display: flex;
    gap: 16px;
}

.socials__svg {
    fill: #C0000D;
    transition: 0.3s;
}

.socials__link .socials__vk:hover,
.socials__link .socials__vk:focus {
    fill: #0320fd;
}

.socials__link .socials__ok:hover,
.socials__link .socials__ok:focus {
    fill: #fdb203;
}

.socials__link .socials__youtube:hover,
.socials__link .socials__youtube:focus {
    fill: #fc0101;
}

.socials__link .socials__dzen:hover,
.socials__link .socials__dzen:focus {
    fill: #a8a8a9;
}

.socials__link .socials__tg:hover,
.socials__link .socials__tg:focus {
    fill: #03b2fd;
}


.feedback__link-group {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 66px;
    margin-left: 65px;
    margin-top: 20px;
}

.feedback__link {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: underline;
    position: relative;
}

@media (max-width: 480px) {
    .feedback__link-group {
        margin-top: 20px;
    }
}

.phone::before {
    content: "";
    position: absolute;
    background: url("/local/templates/main/img/svg/phone.svg") center no-repeat;
    top: -10px;
    left: -65px;
    width: 48px;
    height: 48px;
}

.mail::before {
    content: "";
    position: absolute;
    background: url("/local/templates/main/img/svg/mail.svg") center no-repeat;
    top: -10px;
    left: -65px;
    width: 48px;
    height: 48px;
}


.feedback__link:hover {
    color: #c0000d;
}

.feedback__link:focus {
    color: #c0000d;
}

.feedback__link:active {
    color: #fd6c76;
}

.feedback__form {
    padding: 10px 0;
}

@media (max-width: 992px) {
    .feedback__form {
        padding: 30px 10px;

    }
}

@media (max-width: 768px) {
    .feedback__form {
        padding: 30px 10px;
    }
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 402px;
}

@media (max-width: 992px) {
    .form {
        max-width: 632px;
    }
}

@media (max-width: 768px) {
    .form {
        max-width: 632px;
    }
}

.form__input {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #828282;
}

.form__button {
    width: 100%;
    height: 56px;
    background-color: #c0000d;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #fff;
    transition: 0.3s;
}

.form__button:hover {
    background-color: #f13838;
}

.feedback__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}




/* ---------------------FOOTER--------------------------- */

.footer {
    background-color: #2b2a30;
    ;
}

.footer__container {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 480px) {
    .footer__container {
        padding: 0 0 60px;
    }
}

@media (max-width: 992px) {
    .footer__container {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .footer__container {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .footer__container {
        gap: 10px;
    }
}

.navigation-footer__subtitle {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .navigation-footer__subtitle {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .navigation-footer__subtitle {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .navigation-footer {
        width: 100%;
        text-align: center;
    }
}


.navigation-footer__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    display: none;
}

@media (max-width: 992px) {
    .navigation-footer__list {
        flex-direction: row;
        gap: 32px;
        margin-left: 50px;
    }
}

@media (max-width: 768px) {
    .navigation-footer__list {
        flex-direction: row;
        gap: 32px;
        margin-left: 50px;
    }
}

@media (max-width: 480px) {
    .navigation-footer__list {
        display: none;
    }
}

.navigation-footer__item {
    transition: 0.5s;
}

.navigation-footer__item:hover {
    background-color: #c0000d;
    border-radius: 6px;
}

.navigation-footer__item:focus {
    background-color: #c0000d;
    border-radius: 6px;
}

.navigation-footer__item:active {
    background-color: #fd6c76;
    border-radius: 6px;
    transition: 0;
}

.navigation-footer__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 16px 0;
}

@media (max-width: 480px) {
    .navigation-footer__link {
        display: none;
    }
}

.subtitle {
    margin-bottom: 30px;
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

@media (max-width: 992px) {
    .subtitle {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .subtitle {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .subtitle {
        text-align: center;
    }
}

.contacts__wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-left: 60px;
}

@media (max-width: 992px) {
    .contacts__wrapper {
        flex-direction: row;
        gap: 90px;
        margin-left: 185px;
    }
}

@media (max-width: 768px) {
    .contacts__wrapper {
        flex-direction: row;
        gap: 90px;
        margin-left: 185px;
    }
}

@media (max-width: 480px) {
    .contacts__wrapper {
        display: none;
    }
}

@media (max-width: 992px) {
    .footer-socials-list {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-socials-list {
        justify-content: center;
    }
}

.delivery__list {
    display: flex;
    gap: 45px;
}

.delivery__subtitle {
    text-align: center;
}

@media (max-width: 992px) {
    .delivery__list {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .delivery__list {
        flex-direction: row;
    }
}

@media (max-width: 480px) {
    .delivery__list {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
}

.delivery__image {
    border-radius: 10px;
    transition: 0.3s;
}

.delivery__image:hover {
    transform: scale(1.06);
    opacity: 0.8;
}

/* ----------------------------------CARDS-------------------------------------------- */

.page-content {
    position: relative;
}

.page-content__container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0;
}
.page-content__image-wrapper {
    position: relative;
    padding: 20%;
}
.page-content__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    object-fit: contain;
}
@media (max-width:767px) {
    .page-content__image-wrapper {
        padding: 50%;
    }
    .page-content__image {
        height: 100%;
    }
}
@media(max-width: 480px) {
    .page-content__container {
        justify-content: center;
    }
}

.page-content__text-wrapper {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media(max-width: 480px) {
    .page-content__text-wrapper {
        margin-top: 24px;
    }
}

.page-content__title {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
}

.page-content__text-number {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #D6D6D6;
    margin-bottom: 16px;
}

.page-content__text {
    width: 100%;
    max-width: 429px;
}


.page-content__subtitle {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    position: relative;
    margin-top: 30px;
}

.page-content__subtitle::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #494949;
    width: 100%;
    max-width: 429px;
    left: 0;
    bottom: 0;
}

.page-content__list {
    display: flex;
    gap: 33px;
}

.number {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

.page-content__list-note {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.number-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #D6D6D6;
}

.characteristic__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
}

.composition {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #D6D6D6;
    width: 100%;
    max-width: 337px;
}

.composition:not(:last-child) {
    margin-bottom: 14px;
}

@media (max-width:992px) {
    .page-content__container {
        flex-direction: column;
    }

    .page-content__image-wrapper img {
        display: block;
        margin: auto;
    }

    .page-content__title {
        font-size: 24px;
    }

    .number {
        font-size: 18px;
    }

    .recipes__body {
        display: flex;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .page-content__text {
        max-width: 418px;
    }

    .page-content__title {
        font-size: 22px;
    }

    .recipes__body {
        display: flex;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .recipes__body {
        flex-direction: column;
        gap: 16px;
    }

    .recipes {
        margin-top: 20px;
    }
}

.recipes__title {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
    width: 100%;
    max-width: 103px;
}

.recipes__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 223px;
    color: #fff;
}

.recipes__text:not(:last-child) {
    margin-bottom: 32px;
}

.recipes__wrapper {
    margin-bottom: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recipes__wrapper a {
    overflow: hidden;
}

.recipes__image {
    width: 296px;
    height: 125px;
    border-radius: 18px;
    margin-bottom: 4px;
    transition: 0.3s;
    object-fit: cover;
    margin-bottom: 10px;
}

.recipes__wrapper a:hover img {
    opacity: 0.8;
    transform: scale(1.1);
}

.recipes__image:hover {}

/* ------------------------------------------ALL SAUCE---------------------------------------- */

.sauce {
    position: relative;
}

.sauce::after {
    /*content: "";*/
    /*position: absolute;*/
    /*border-bottom: 1px solid #494949;*/
    /*width: 100%;*/
    /*bottom: -30px;*/
}

.sauce__title {
    margin-bottom: px;
}

.sauce__subtitle {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
}

.sauce__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 50px;
    column-gap: 90px;
    margin-bottom: 20px;
}
@media (max-width:992px) {
    .sauce__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .sauce__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:540px) {
    .sauce__list {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .sauce__list {
        row-gap: 30px;
        column-gap: 0;
    }
}

.sauce__item {
    width: 100%;
    text-align: center;
}

.sauce__link {
    overflow: hidden;
}

.sauce__image {
    padding-top: 10px;
    transition: 0.3s;
    width: 140px;
    height: 215px;
    object-fit: contain;
}

.sauce__image:hover {
    transform: scale(1.06);
    opacity: 0.8;
}

.sauce__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* --------------------------------------------------OUR RECIPES------------------------------------------------------------- */

.our-recipes__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 10px;
    margin-top: 32px;

}

.our-recipes__item {
    padding: 7px 0;
    width: 275px;

}

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

.our-recipes__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 24px;
    padding: 8px 16px;
    width: 100%;
    display: block;
    font-family: 'Balsamiq Sans';
    transition: 0.3s;
}

@media(max-width: 992px) {
    .our-recipes__list {
        row-gap: 15px;
    }

    .our-recipes__item {
        max-width: 165px;
    }
}

@media(max-width: 767px) {
    .our-recipes__list {
        display: none;
    }
}

.our-recipes__link:hover {
    color: #ff0113;
    border: 1px solid #c0000d;
    transform: scale(1.04);
}

.our-recipes__link:active {
    background-color: #1e5400;
    border: 1px solid #1e5400;
}

.image-wrapper__group {
    overflow: hidden;
}

/* .image-wrapper__group:hover,
.image-wrapper__group:focus {
    opacity: 0.8;
    transform: scale(1.05);
} */

.image-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    column-gap: 15px;
    row-gap: 35px;
    margin-bottom: 50px;
}

@media(max-width: 992px) {
    .image-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .image-wrapper {
        grid-template-columns: 1fr;
    }
}

.recipes-image {
    width: 100%;
    height: 200px;
    transition: 0.3s;
    object-fit: cover;
    border-radius: 6px;
}

.recipes-image:hover {
    transform: scale(1.06);
    opacity: 0.8;
}

.image-wrapper__text {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #fff;
    transition: 0.3s;
}

.image-wrapper__text:hover {
    color: #c0000d;
}

.insert__image {
    height: 350px;
}

@media(max-width: 992px) {
    .insert__image {
        height: 200px;
    }
}

@media(max-width: 768px) {
    .insert__image {
        height: 200px;
    }
}

@media(max-width: 480px) {
    .insert__image {
        height: 150px;
    }
}

/* ------------------------------------------------PAGE RECIPES----------------------------------------------------- */

.recipes-page__wrapper {
    display: flex;
    justify-content: space-around;
}

.recipes-page__image {
    border-radius: 24px;
    width: 614px;
    height: 500px;
    margin-top: 100px;
    object-fit: cover;
}

@media(max-width: 992px) {
    .recipes-page__image {
        display: none;
    }
}

@media(max-width: 768px) {
    .recipes-page__image {
        display: none;
    }
}

@media(max-width: 480px) {
    .recipes-page__image {
        display: none;
    }
}

.recipes-page__title {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 420px;
}

.recipes-page__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 403px;
    margin-bottom: 48px;
}

.recipes-page__subtitle {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.02em;
    position: relative;
}

@media(max-width: 480px) {
    .recipes-page__subtitle {
        font-size: 30px;
    }
}

.recipes-page__subtitle:not(:last-child) {
    margin-bottom: 28px;
}

.recipes-page__subtitle:last-child {
    margin-top: 32px;
    margin-bottom: 60px;
}

.recipes-page__subtitle:not(:last-child)::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #494949;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 403px;
}

.recipes-page__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    width: 100%;
    max-width: 450px;
}

.recipes-page__item {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 403px;
    margin-left: 13px;
    margin-bottom: 10px;
}

@media(max-width: 480px) {
    .recipes-page__item {
        max-width: 320px;
    }
}

.recipes-page__item::before {
    flex-grow: 1;
    content: "";
    border-bottom: 1px dashed #494949;
    order: 2;
}

.recipes-page__item::after {
    content: "";
    position: absolute;
    background: url("//local/templates/main/img/svg/Check.svg") center no-repeat;
    width: 14px;
    height: 14px;
    top: 3px;
    left: -13px;
}

.recipes-page__note {
    max-width: 337px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
}

@media(max-width: 480px) {
    .recipes-page__note {
        font-size: 20px;
    }
}

.group__note {
    order: 3;
}

.method {
    display: flex;
    width: 100%;
    max-width: 402px;
    gap: 12px;
    margin-bottom: 16px;
}

.method__numbers {
    font-family: 'Balsamiq Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.02em;
}

@media(max-width: 480px) {
    .method__numbers {
        font-size: 28px;
    }
}

/* -----------------------MODAL----------------------------------------------------- */

.modal {
    background: linear-gradient(180deg, rgba(51, 48, 58, 0.6) 0%, rgba(31, 30, 38, 0.6) 100%);
    box-shadow: inset 30px 2px 25px 10px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12.5px);
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
}

.hidden {
    display: none;
}

.modal__wrapper {
    max-width: 613px;
    box-sizing: border-box;
    padding: 48px 105px;
    margin: auto;
}

.modal__container {}

.modal__text {
    width: 100%;
    max-width: 403px;
    font-family: 'Balsamiq Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.02em;
    margin: 0 auto;
}

.modal__button {
    width: 100%;
    max-width: 403px;
    height: 56px;
    background-color: #c0000d;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .3s linear;
}

.dg.ac {
    display: none !important;
}

.best-products {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.best-products img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.banner {
    display: none;
}
/* End */
/* /local/templates/main/components/bitrix/menu/header/style.min.css?1677773533490 */
/* /local/templates/main/components/bitrix/menu/footer/style.min.css?1677773533490 */
/* /local/templates/main/template_styles.css?171515218938031 */
