/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
    font-family: Inter; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/
body {
    margin: 0;
    background-color: #E7E6E2;
    color: #1A171B;
}

/* HTML5 display definitions
    ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
    display: none;
}
.hidden {
    display: none;
}
.hidden_reg {
    display: none !important;
}
.hidden_form {
    display: none !important;
}
/* Links
    ========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
    ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
    font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
    ========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
    border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
    ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
    margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
    overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
    ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
    overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
    line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
    overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
    font-weight: bold;
}

/* Tables
    ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Inter-Regular-400.woff2") format("woff2"), url("../fonts/Inter-Regular-400.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Inter-Medium-500.woff2") format("woff2"), url("../fonts/Inter-Medium-500.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Inter-SemiBold-600.woff2") format("woff2"), url("../fonts/Inter-SemiBold-600.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Inter-Bold-700.woff2") format("woff2"), url("../fonts/Inter-Bold-700.woff") format("woff");
    font-display: swap;
}
:root {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    /* overflow-x: hidden; */
    font-family: Inter;
    color: var(--color-text);
    background-color: #E7E6E2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

img, svg {
    vertical-align: top;
}

a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}
.hidden {
    display: none !important;
}

.body--stop-scroll {
    height: 100%;
    overflow: hidden;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    /* position: relative; */
    /* padding-left: 15px;
    padding-right: 15px; */
}

/* Пятна */

.container_shadow {
    position: relative;
}
.container_shadow::before {
    position: absolute;
    content: "";
    width: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: 50%;
    right: 0;
    background: linear-gradient(179.97deg, #f4905e8a 28.63%, rgba(254, 184, 93, 0) 96.38%);
    box-shadow: 0px 0px 300px 300px #f4905e8a;
    border-radius: 1000px;
    height: 0;
}
.container_shadow.yellow::before {
    background: linear-gradient(179.97deg, #FFE79D 28.63%, rgba(254, 184, 93, 0) 96.38%);
    box-shadow: 0px 0px 300px 300px #FFE79D;
}
.container_shadow.revers::before {
    left: 0;
    right: auto;
}
.container_shadow.revers.yellow::before {
    top: 50%;
    left: 0;
    right: auto;
}
.container_shadow.bottom::before {
    top: auto !important;
    bottom: -20% !important;
}
.container_shadow.top::before {
    top: -20% !important;
    bottom: auto !important;
}
@media (max-width: 576px) {
    .container_shadow::before {
        box-shadow: 0px 0px 100px 100px #f4905e8a;
    }
    
    .container_shadow.yellow::before {
        box-shadow: 0px 0px 100px 100px #FFE79D;
    }
}
br {
    display: block;
}
.br_mob {
    display: none;
}
@media (max-width: 1280px) {
    .container {
    margin: 0 12px;
    }
}


@media (max-width: 576px) {
    .container {
    /* padding-right: 10px;
    padding-left: 10px; */
    padding: initial;
    }
    .br_mob {
        display: block;
    }
    br {
        display: none;
    }
}

.container-wide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    padding: 6px 20px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .container-wide {
    padding: 10px;
    }
}
.header {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1921px) {
    .header {
    height: auto;
    }
}

@media (max-width: 1536px) {
    .header {
    height: auto;
    }
}

.header__id2-container {
    background-color: #333232;
}

.header__id2-container-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__id2-container-logo-img {
    width: 200px;
    height: 20px;
    object-fit: contain;
}


/* main */


.main {
    /* main Block */
    --main-offset-top: 40px;
    --main-offset-bottom: 36px;
    --main-offset-top-mobile: 60px;
    --main-offset-bottom-mobile: 60px;
    --main-all-texts-color: inherit;
    --main-bg-color: inherit;

    /* Logo Image */
    --main-logo-width: 200px;
    --main-logo-height: 50px;
    --main-logo-width-mobile: 150px;
    --main-logo-height-mobile: 30px;

    /* Title */
    --main-title-fz: 54px;
    --main-title-fw: 700;
    --main-title-fz-mobile: 22px;
    --main-title-fw-mobile: 700;

    /* Lead */
    --main-lead-fz: 24px;
    --main-lead-fw: 400;
    --main-lead-fz-mobile: 18px;
    --main-lead-fw-mobile: 400;

    /* Decoration Image */
    --main-picture-width: 300px;
    --main-picture-height: 300px;
    --main-picture-width-mobile: 200px;
    --main-picture-height-mobile: 200px;

    /* Button */
    --main-button-fz: 18px;
    --main-button-fw: 400;
    --main-button-fz-mobile: 14px;
    --main-button-fw-mobile: 400;
    --main-button-color: #fff;
    --main-button-bg-color: inherit;

    /* Legal Text */
    --main-legal-fz: 14px;
    --main-legal-fw: 400;
    --main-legal-fz-mobile: 14px;
    --main-legal-fw-mobile: 400;

    color: var(--main-all-texts-color);
    background-color: var(--main-bg-color);
    padding-top: 78px;
    position: relative;
}
.main__header--top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 67px;
    align-items: center;
}

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

@media (max-width:768px) {
    .main__header--top { 
        padding-bottom: 33px;
        }
}
.main__header--top--left {
    display: flex;
    gap: 58px;
}
.main__header--top--left a:nth-of-type(2) {
    display: none;
}
.main__header--top--left a{
}
@media (max-width:768px) {
    .main__header--top--left img{ 
    width: 107px;
    }
}
.main__header--top--right {  
    display: flex;
    flex-direction: column;
}
@media (max-width:768px) {
    .main__header--top--right  .callback__number{ 
        /* display: none; */
    }
}
.main_promo__inner {
    display: flex;
}
@media (max-width:768px) {
    .main_promo__inner{ 
        flex-direction: column;
        gap: 25px;
    }
}
.callback__number {
    text-wrap: nowrap;
    color: var(--main-black, #222);
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    display: flex;
}
@media (max-width:768px) {
    .callback__number {
        flex-direction: column;
    }
}
.callback__number-subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
}
@media (max-width:576px) {
    .callback__number {
        font-size: 12px;
    }
    .callback__number-subtitle {
        font-size: 11px;
    }
}
.main_promo {
    padding: 80px 65px;
    background-image: url(../img/main/main_bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
}
.main_promo-left {
    width: max-content;
}
.main_promo-title {
    font-size: var(--main-title-fz);
    font-weight: var(--main-title-fw);
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.main_promo-title span{
    position: relative;
    display: inline-block;
    z-index: -1; 
}
.main_promo-title span::before{
    content: '';
    width: 120%;
    height: 140%;
    position: absolute;
    left: -40px;
    z-index: -1;
    background-image: url(../img/main/main_marker.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.main_promo-date {
    margin-bottom: 54px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;

}
.main_promo-subtitle {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.48px;
    z-index: 1;
}
.main_promo-subtitle::before {
    content: "";
    position: absolute;
    width: 565px;
    height: 200px;
    z-index: -1;
    background-image: url(../img/main/main_marker_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: -70px;
    left: -40px;
    background-position: center;
}

@media (max-width: 576px) {
    .main_promo {
        padding: 27px 12px 35px 29px;
        background-image: none;
        background-color: #fff;
        border-radius: 15px;    
        overflow: hidden;
    }
    .main_promo-left {
        width: 100%;
    }
    .main_promo-title {
        font-size: var(--main-title-fz-mobile);
        font-weight: var(--main-title-fw-mobile);
        margin-bottom: 10px;
    }
    .main_promo-title span::before{
        left: -15px;
     }
    .main_promo-date {
        font-size: 11px;
        margin-bottom: 35px;
        text-align: left;
    }
    .main_promo-subtitle {
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: -0.45px;     
        text-align: left;   
        max-width: 345px;
    }
    .main_promo-subtitle::before {
        width: 100%;
        height: 143px;
        top: -54px;
        left: -22px;
        background-image: url(../img/main/main_marker_2.svg);
        background-position: left;
    }

  }
@media (max-width: 376px) {
    .main_promo-left {
        width: 255px;
    }
    .main_promo-date {
        text-align: right;
    }
    .main_promo-subtitle::before {
        width: 280px;
        height: 120px;
        top: -35px;
        left: -30px;
        background-image: url(../img/main/main_marker_2_mob.svg);
    }
}

  /******** main *******/



  /* trade */
.trade {
    /* title */
    --trade-title-fz: 30px;
    --trade-title-fw: 600;
    --trade-title-fz-mobile: 17px;
    --trade-title-fw-mobile: 600;

    /* text */

    --trade-text-fz: 18px;
    --trade-text-fw: 400;
    --trade-text-fz-mobile: 14px;
    --trade-text-fw-mobile: 400;

    /* button */
    --trade-button-fz: 18px;
    --trade-button-fw: 400;
    --trade-button-fz-mobile: 14px;
    --trade-button-fw-mobile: 400;
}

  .trade {
    padding-top: 90px;
}
a.trade_date-inner--text {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}
.trade__container {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    /* overflow: hidden; */
    background-color: #fff
}
.trade_date {
    padding: 68px 106px 40px 30px;
    position: relative;
}
.trade_date::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #EECEB4;
    right: 24px;
    top: 100px;
}
.trade_date::after {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #EECEB4;
    right: 24px;
    top: 190px;
}

.trade_date-inner {
    background-image: url(../img/trade/trade_date_bg.png);
    padding: 30px 25px 78px;
}

.trade_date-inner--title {
    font-weight: var(--trade-title-fw);
    font-size: var(--trade-title-fz);
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}
.trade_date-inner--title span{
    display: inline-block;
    position: relative;
    z-index: -1;
}
.trade_date-inner--title span::before{
    z-index: -1;
    position: absolute;
    content: "";
    width: 120%;
    height: 50px;
    background-image: url(../img/trade/trade_date_marker.svg);
    background-repeat: no-repeat;
    top: -7px;
    left: -10px;

}

.trade_date-inner--text {
    font-weight: var(--trade-text-fw);
    font-size: var(--trade-text-fz);
    line-height: 1.4;
    margin-bottom: 35px;
}

.trade_date-inner--free {
    position: relative;
    margin-bottom: 50px;
    width: max-content;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
.trade_date-inner--free::before {
    position: absolute;
    content: "";
    width: 226px;
    height: 108px;
    margin-bottom: 50px;
    background-image: url(../img/trade/trade_date_marker_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -43px;
    left: -25px;
}

.button {
    padding: 16px 40px;
    border-radius: 20px;
    background-color: #FFA95A;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: .3s ease-in-out;
    font-weight: 400;
    font-size: var(--trade-button-fz);
    line-height: 1.3;
    width: max-content;
    min-width: 264px;
    display: block;
}
.button:hover {
    background-color: #d48030;
}
.trade_date-inner--button {
    position: relative;
}
.trade_date-inner--button::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 83px;
    background-image: url(../img/trade/trade_date_arrow.svg);
    background-repeat: no-repeat;
    right: -100%;
    top: -50%;
}
.trade__container--author {
    margin-top: -40px;
}
.trade_author {
    background-color: #FFA95A;
    border-radius: 40px;
    /* overflow: hidden; */
    padding: 82px 64px;
    display: flex;
    gap: 107px;
    position: relative;
    z-index: 2;
}

.trade_author-left {
    max-width: 242px;
    text-align: center;
}

.trade_author-left img {
    margin-bottom: 14px;
}

.trade_author-left b {
    font-size: var(--trade-text-fz);
    margin-bottom: 5px;
}

.trade_author-left p {
    font-size: var(--trade-text-fz);
}

.trade_author-right {
    background-color: #fff;
    padding: 64px 44px 40px 44px;
    border-radius: 10px;
    position: relative;
    max-width: 650px;
}
.trade_author-right::before {
    content: '';
    position: absolute;
    background-image: url(../img/trade/trade_talk.svg);
    background-size: 100% 100%;
    width: 91px;
    height: 68px;
    top: calc(50% - 34px);
    left: -80px;

}
.trade_author-right::after {
    content: '';
    position: absolute;
    background-image: url(../img/trade/trade_author_right_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 110%;
    top: -10px;
    left: 0px;

}

.trade_author-right--title {
    font-size: var(--trade-title-fz);
    font-weight: var(--trade-title-fw);
    margin-bottom: 42px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.trade_author-right--title span {
    display: inline-block;
    position: relative;
    z-index: -1;
}

.trade_author-right--title span::before {
    content: '';
    position: absolute;
    width: 110%;
    height: 120%;
    background-image: url(../img/trade/trade_author_marker.svg);
    background-repeat: no-repeat;
    z-index: -1;
    left: -18px;
}

.trade_author-right--text {
    font-size: var(--trade-text-fz);
    font-weight: var(--trade-text-fw);
}

.trade_author-right--text p:nth-of-type(1) {
    margin-bottom: 15px;
}

.container.trade_container--advantages {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    /* overflow: hidden; */
    margin-top: -68px;
    background-color: #fff;
}
.trade_advantages {
    padding: 68px 106px 40px 30px;
    position: relative;
}
.trade_advantages::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #EECEB4;
    right: 24px;
    top: 100px;
}
.trade_advantages::after {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #EECEB4;
    right: 24px;
    top: 190px;
}

.trade_advantages-inner {
    background-image: url(../img/trade/Kletka.png);
    padding: 58px 25px 54px;
    background-position: 0% 100%;
    /* background-repeat: no-repeat; */
}
.trade_advantages-inner--items {
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.trade_advantages-inner--item {
    max-width: 350px;
}

.trade_advantages-inner--item img {
    margin-bottom: 27px;
}

.trade_advantages-inner--item--name {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    text-wrap: nowrap;
}

.trade_advantages-inner--item--text {
    font-size: var(--trade-text-fz);
    font-weight: var(--trade-text-fw);
}

/* .trade_advantages-inner span {
    display: flex;
    background-image: url(../img/trade/line.png);
    width: 18px;
    flex: 1 0 17px;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: bottom;
} */
.advantages_line {
    height: 60%;
    align-self: flex-end;
}
.advantages_line-2 {
    display: none;
}
.trade_button {
    margin-top: 65px;
}
/* tablet */
@media (max-width: 768px) {
    .trade_author {
        flex-direction: column;
        padding: 26px 24px 45px 30px;
        border-radius: 15px;
        gap: 24px;
        position: relative;
        z-index: 2;
    }
    .trade_author-left {
        display: flex;
        flex: 1 1 100%;
        justify-content: center;
        max-width: 100%;
        align-items: center;
        gap: 16px;
    }
    .trade_author-right::before {
        object-fit: contain;
        content: '';
        position: absolute;
        width: 103px;
        height: 64px;
        background-image: url(../img/trade/trade_talk.svg);
        background-size: 100% 100%;
        transform: scaleX(-1) rotate(90deg);
        top: -60px;
        left: 60%;
    }
    .trade_advantages {
        padding: 68px 106px 40px 30px;
        position: relative;
    }
    
    .trade_advantages::before {
        position: absolute;
        content: "";
        width: 47px;
        height: 47px;
        border-radius: 100px;
        background-color: #EECEB4;
        right: 24px;
        top: 100px;
    }
    
    .trade_advantages::after {
        position: absolute;
        content: "";
        width: 47px;
        height: 47px;
        border-radius: 100px;
        background-color: #EECEB4;
        right: 24px;
        top: 190px;
    }
    
    .trade_advantages-inner {
    }
    
    .trade_advantages-inner--items {
        flex-direction: column;
    }
    .advantages_line {
        display: none;
    }
    .advantages_line-2 {
        display: block;
    }
}

@media (max-width: 576px) {
    .button {
        min-width: max-content;
        border-radius: 8px;
        padding: 12px 32px;
        font-size: 14px;
        margin-top: 10px;
    }
    .trade {
        padding-top: 25px;
    }
    
    .trade__container {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    
    .trade_date {
        padding: 20px 35px 0px 8px;
        position: relative;

    }
    .trade_date::before {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        right: 15px;
        top: 35px;
    }
    .trade_date::after {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        right: 15px;
        top: 55px;
    }
    
    .trade_date-inner {
        background-image: url(../img/trade/trade_date_bg_mob.png);
        padding: 4px 11px 30px 11px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: relative;
    }  
    .trade_date-inner::before {
        content: '';
        position: absolute;
        width: 96px;
        height: 189px;
        right: 25px;
        transform: rotate(36deg);
        top: 105px;
        background-image: url(../img/trade/trade_date_items.svg);
        background-repeat: no-repeat;
        background-size: initial;
        background-position: 100% 55%;
        z-index: 5;
    }
    

    .trade_date-inner--title {
        max-width: 241px;
        font-size: var(--trade-title-fz-mobile);
        margin-bottom: 9px;
    }
    .trade_date-inner--title span::before {
        height: 49px;
        top: -3px;
        left: -4px;
        background-size: contain;
    }
    .trade_date-inner--text {
        font-size: var(--trade-text-fz-mobile);
        margin-bottom: 30px;
    }
    .trade_date-inner--text br {
        display: none;
    }
    
    .trade_date-inner--free {
        font-size: var(--trade-text-fz-mobile);
        margin-bottom: 40px;
    }
    .trade_date-inner--free::before {
        top: -37px;
        left: -16px;
        width: 170px;
        height: 94px;
    }
    
    .trade_date-inner--button {
        max-width: 241px;
        text-align: center;
        font-size: var(--trade-button-fz-mobile);
    }
    .trade_date-inner--button::before {
        width: 151px;
        height: 59px;
        background-size: contain;
        right: auto;
        top: -64px;
        left: 97%;
        transform: rotate(333deg);
    }
    
    .trade__container--author {
        padding: 0px;
        width: 100vw;
        margin-left: 0px;
        margin-top: 0px;
    }
    .trade_author {
        flex-direction: column;
        padding: 26px 24px 45px 30px;
        border-radius: 15px;
        gap: 24px;
    }
    
    .trade_author-left {
        display: flex;
        flex: 1 1 100%;
        justify-content: center;
        max-width: 100%;
        align-items: center;
        gap: 16px;
    }
    
    .trade_author-left img {
        max-width: 107px;
        flex-shrink: 0;
    }
    
    .trade_author-left b {
        font-size: var(--trade-text-fz-mobile);
    }
    
    .trade_author-left p {
        font-size: var(--trade-text-fz-mobile);
    }
    
    .trade_author-right {
        padding: 48px 15px;
    }
    .trade_author-right::before {
        object-fit: contain;
        content: '';
        position: absolute;
        width: 40px;
        height: 37px;
        background-image: url(../img/trade/trade_talk.svg);
        background-size: 100% 100%;
        transform: scaleX(-1) rotate(90deg);
        top: -30px;
        left: 60%;
    }

    .trade_author-right::after {
        content: '';
        position: absolute;
        background-image: url(../img/trade/trade_author_right_bg_mob.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 110%;
        height: 105%;
        top: -10px;
        left: -5%;
        z-index: 2;
    }
    
    .trade_author-right--title {
        font-size: var(--trade-title-fz-mobile);
    }
    
    .trade_author-right--text {
        font-size: var(--trade-text-fz-mobile);
    }
    
    .trade_author-right--text p {
        font-size: var(--trade-text-fz-mobile);
    }

    .container.trade_container--advantages {
        margin-top: -45px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    .trade_advantages {
        padding: 45px 35px 30px 11px;
    }
    
    .trade_advantages::before {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        right: 15px;
        top: auto;
        bottom: 50px;
    }
    
    .trade_advantages::after {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        right: 15px;
        top: auto;
        bottom: 30px;
    }
    
    .trade_advantages-inner {
        background-image: url(../img/trade/Kletka_mob.png);
        padding: 40px 11px 30px 11px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 100%;
    }
    
    .trade_advantages-inner--items {
        flex-direction: column;
    }
    
    .trade_advantages-inner--item {
    }
    
    .trade_advantages-inner--item img {
        width: 37px;
    }
    
    .trade_advantages-inner--item--name {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 6px;
    }
    
    .trade_advantages-inner--item--text {
        font-size: var(--trade-text-fz-mobile);
    }
    /* .trade_advantages-inner span {
    } */  
    .trade_button {
    }
}
@media (max-width: 375px) {
    .trade_date::before {
        right: 7px;
    }
    .trade_date::after {
        right: 7px;
    }
    .trade_date {
        padding: 25px 26px 17px 8px;
    }
    .trade_date-inner::before {
        right: 22px;
        top: 92px;
        transform: none;
    }
    .trade_date-inner--text {
        max-width: 275px;
    }
    .trade_date-inner--text {
        font-size: var(--trade-text-fz-mobile);
        margin-bottom: 10px;
    }
    .trade_date-inner--text br {
        display: none;
    }
    
    .trade_date-inner--free {
        font-size: var(--trade-text-fz-mobile);
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .trade_date-inner--button::before {
        width: 114px;
        height: 50px;
        background-size: contain;
        right: auto;
        transform: rotate(308deg);
        top: -63px;
        left: 212px;
    }
    .trade_advantages {
        padding: 25px 26px 17px 8px;
    }
    .trade_advantages::before {
        right: 7px;
    }
    .trade_advantages::after {
        right: 7px;
    }

}
@media (max-width: 320px) {
    .trade_date-inner::before {
        right: -25px;
        top: 92px;
    }
    .trade_date-inner--button::before {
        transform: rotate(294deg);
        top: -85px;
        left: 192px;
    }
}


/* prize */
.prize {

    /* title */
    --prize-title-fz: 30px;
    --prize-title-fw: 600;
    --prize-title-fz-mobile: 17px;
    --prize-title-fw-mobile: 600;

    /* text */
    --prize-text-fz: 18px;
    --prize-text-fw: 400;
    --prize-text-fz-mobile: 14px;
    --prize-text-fw-mobile: 400;

    /* button */
    --prize-button-fz: 18px;
    --prize-button-fw: 400;
    --prize-button-fz-mobile: 14px;
    --prize-button-fw-mobile: 400;
}

.prize_container {
    padding: 83px 55px;
    background-color: #FFA95A;
    margin-top: 95px;
    border-radius: 40px;
}

.prize_inner {
    display: flex;
}

.prize_left {
    max-width: 583px;
    flex: 1 0 100%;
}

.prize_left-title {
    font-size: var(--prize-title-fz);
    font-weight: var(--prize-title-fw);
    margin-bottom: 37px;
    text-transform: uppercase;
}

.prize_left-text {
    font-size: var(--prize-text-fz);
    font-weight: var(--prize-text-fw);
    margin-bottom: 40px;
}

.prize_button {
    background-color: #333232;
    color: #fff;
    display: block;
    width: max-content;
}
.prize_button:hover {
    background-color: #5e5e5e;
}

.prize_right {
    margin-left: -60px;
    margin-top: -50px;
}

.prize_right img:nth-of-type(1) {
    display: block;
}
.prize_right img:nth-of-type(2) {
    display: none;
}

@media (max-width: 1024px) {
    .prize_right {
        margin-left: -155px;
        margin-top: -50px;
    }
}

@media (max-width: 768px) {
    .prize_inner {
        flex-direction: column;
    }
    .prize_right {
        margin-left: -15px;
        margin-top: -50px;
        margin-right: auto;
    }
}
@media (max-width: 576px) {
    .prize {  
    }
    .prize_container {
        padding: 27px 18px 22px 29px;
        margin-top: 27px;
        border-radius: 15px;
    }
    .prize_inner {
        flex-direction: column;
    }
    
    .prize_left {
        max-width: 100%;
        flex: 1 0 100%;
    }
    
    .prize_left-title {
        font-size: var(--prize-title-fz-mobile);
        font-size: var(--prize-title-fw-mobile);
    }
    
    .prize_left-text {
        font-size: var(--prize-text-fz-mobile);
        font-size: var(--prize-text-fw-mobile);
    }
    
    .prize_button {
    }
    
    .prize_right {
        margin-left: 35px;
        margin-right: auto;
    }
    
    .prize_right img {
    }

    .prize_right img:nth-of-type(1) {
        display: none;
    }
    .prize_right img:nth-of-type(2) {
        display: block;
    }
}
@media (max-width: 425px) {
    .prize_right {
        margin-left: 10px;
        margin-right: auto;
    }
}
@media (max-width: 375px) {
    .prize_right {
        margin-left: -35px;
        margin-top: -50px;
        margin-right: auto;
    }
}

/* organizing */

.organizing {
    /* title */
    --organizing-title-fz: 30px;
    --organizing-title-fw: 600;
    --organizing-title-fz-mobile: 17px;
    --organizing-title-fw-mobile: 600;

    /* text */
    --organizing-text-fz: 18px;
    --organizing-text-fw: 400;
    --organizing-text-fz-mobile: 14px;
    --organizing-text-fw-mobile: 400;

    /* button */
    --organizing-button-fz: 18px;
    --organizing-button-fw: 400;
    --organizing-button-fz-mobile: 14px;
    --organizing-button-fw-mobile: 400;
}

.organizing_container {
    padding: 41px 92px 57px 30px;
    background-color: #fff;
    border-radius: 40px;
    margin-top: 82px; 
    position: relative;  
}
.organizing::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #EECEB4;
    right: 24px;
    top: 100px;

}
.organizing::after {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 100px;
    background-color: #EECEB4;
    right: 24px;
    top: 190px;
}

.organizing {
    width: 100%;
    height: 100%;
    background-image: url(../img/org/org_kletka.svg);
    background-repeat: no-repeat;
    padding: 58px 0px 50px 30px;
    background-position: right bottom;
}

.organizing_inner {
    display: flex;
}

.organizing_inner-left {
}

.organizing_inner-left--title {
    font-size: var(--organizing-title-fz);
    font-weight: var(--organizing-title-fw);
    margin-bottom: 31px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.organizing_inner-left--title span {
    position: relative; 
    display: inline-block;
    z-index: -1;
}
.organizing_inner-left--title span::before {
    content: "";
    position: absolute;
    width: 107%;
    height: 139%;
    background-image: url(../img/org/org_marker.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -30%;
    z-index: -1;
}

.organizing_inner-left--text {
    font-size: var(--organizing-text-fz);
    font-weight: var(--organizing-text-fw);
    margin-bottom: 25px;        
}

.organizing_inner-left--list {
    font-size: var(--organizing-text-fz);
    font-weight: var(--organizing-text-fw);
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 41px;
}
.organizing_inner-left--list li {
    padding-left: 46px;
    display: block;
    position: relative;

}
.organizing_inner-left--list li::before {
    content: "";
    position: absolute;
    background-image: url(../img/org/org_heart.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 29px;
    height: 29px;
    left: 0;
    top: 0;
}

.organizing_inner-left--license {
    margin-bottom: 31px;
    font-size: 12px;
}

.organizing_inner-right {
}

.organizing_inner-right img {
}

@media (max-width: 1024px) {
    .organizing_inner-right {
        display: none;
    }
}
@media (max-width: 576px) {
    .organizing {
        width: 100%;
        height: 100%;
        background-image: url(../img/org/org_kletka_mob.svg);
        background-repeat: repeat-y;
        padding: 10px 3px 10px 9px;
        background-position: right top;
        background-size: contain;
    }
    
    .organizing_container {
        margin-top: 30px;
        border-radius: 8px;
        padding: 20px 35px 30px 11px;
        background-color: #fff;
        position: relative;  
    }
    .organizing::before {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        right: 15px;
        top: 50px;
    }
    .organizing::after {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        right: 15px;
        top: 30px;
    }
    
    .organizing_inner {
    }
    
    .organizing_inner-left {
    }
    
    .organizing_inner-left--title {
        font-size: var(--organizing-title-fz-mobile);
        font-weight: var(--organizing-title-fw-mobile);
    }
    
    .organizing_inner-left--text {
        font-size: var(--organizing-text-fz-mobile);
        font-weight: var(--organizing-text-fw-mobile);
    }
    
    .organizing_inner-left--list {
    }
    
    .organizing_inner-left--list li {
        font-size: var(--organizing-text-fz-mobile);
        font-weight: var(--organizing-text-fw-mobile);
    }
    
    .organizing_inner-left--license {
        margin-bottom: 11px;
    }
    
    .organizing_inner-right {
    }
    
    .organizing_inner-right img {
    }
}

@media (max-width: 375px) {

    .organizing_container {
        padding: 20px 22px 11px 8px;
    }
    .organizing::before {
        right: 7px;
    }
    .organizing::after {
        right: 7px;
    }
}

.footer__callback {
    /* title */
    --footer__callback-title-fz: 30px;
    --footer__callback-title-fw: 600;
    --footer__callback-title-fz-mobile: 17px;
    --footer__callback-title-fw-mobile: 600;

    /* text */
    --footer__callback-text-fz: 18px;
    --footer__callback-text-fw: 400;
    --footer__callback-text-fz-mobile: 14px;
    --footer__callback-text-fw-mobile: 400;

    /* button */
    --footer__callback-button-fz: 18px;
    --footer__callback-button-fw: 400;
    --footer__callback-button-fz-mobile: 14px;
    --footer__callback-button-fw-mobile: 400;
}

.footer__callback {
    margin-top: 100px;
    
}

.footer__callback--container {
}

.footer__callback--inner {
    max-width: 977px;
}

.footer__callback--inner--title {
    text-transform: uppercase;
    font-size: var(--footer__callback-title-fz);
    font-weight: var(--footer__callback-title-fw);
    margin-bottom: 30px;
}

.footer_callback--inner--success {
}

.footer__callback--inner--text {
    font-size: var(--footer__callback-text-fz);
    font-weight: var(--footer__callback-text-fw);
    margin-bottom: 32px;
}
.callback__input {
    padding: 16px 24px;
    font-size: 18px;
    border: none;
    border: none;
    outline: none;
    border-radius: 7px;
    max-width: 267px;
}
.callback__input:focus {
    border: none;
    outline: none;
}
.callback__form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 16px;
}
.callback__input.callback__input--bitrixid {
}

.callback__input.callback__input--url {
}

.callback__input.callback__input--code {
}

.callback__input.callback__input--name {
}

.callback__input.callback__input--email {
}

.callback__input.callback__input--phone {
}

.callback__button {
    border-radius: 7px;
    height: 56px;
    min-width: 267px;
}
.callback__button.disabled{
    color: #949494;
    background-color: #e7b98d;
}

.callback__legal {
    font-size: 11px;
    color: #333232;
}

.callback__legal a {
    text-decoration: underline;
}

.left-content__small {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.underline {

}

#consentCheckbox2 {
    display: none;
}
#consentCheckbox2 + .left-content__small::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    left: 0;
    top: 0;
    border-radius: 3px;
    color: #000;
    font-size: 10px;
    text-align: center;
}
#consentCheckbox2:not(:checked) + .left-content__small::before {
    content: "";
    background-color: #ffffff;
}

#consentCheckbox2:checked + .left-content__small::before {
    content: "✔";
    background-color: #ffffff;
}

@media (max-width: 576px) {
    .footer__callback {
        margin-top: 47px;
    }
    .footer__callback--inner--title {
        text-transform: uppercase;
        font-size: var(--footer__callback-title-fz-mobile);
        font-weight: var(--footer__callback-title-fw-mobile);
        margin-bottom: 19px;
    }
    .footer__callback--inner--text {
        font-size: var(--footer__callback-text-fz-mobile);
        font-weight: var(--footer__callback-text-fw-mobile);
        margin-bottom: 23px;
    }
    .callback__form {
        flex-direction: column;
        gap: 22px;
        margin: 0px auto 16px;
    }
    .callback__input {
        padding: 16px 24px;
        font-size: 18px;
        border: 1px solid #222222;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .callback__input:focus {
        border: 1px solid #222222;
        outline: none;
    }
    .callback__button {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
    }
    .left-content__small {
        padding-left: 24px;
    }
}


/* footer */



.footer {
    /* Footer Block */
    
    --footer-offset-top: 80px;
    --footer-offset-bottom: 80px;
    --footer-offset-top-mobile: 60px;
    --footer-offset-bottom-mobile: 60px;
    --footer-all-text-color: #fff;
    --footer-bg-color: #333232;
  
    /* Logo Image 1 */
    --footer-logo-img-1-width: 110px;
    --footer-logo-img-1-height: 40px;
    --footer-logo-img-1-width-mobile: 92px;
    --footer-logo-img-1-height-mobile: 40px;
  
    /* Logo Image 2 */
    --footer-logo-img-2-width: 200px;
    --footer-logo-img-2-height: 35px;
    --footer-logo-img-2-width-mobile: 154px;
    --footer-logo-img-2-height-mobile: 40px;
  
    /* Copyright Text */
    --footer-copy-fz: 12px;
    --footer-copy-fw: 400;
    --footer-copy-fz-mobile: 12px;
    --footer-copy-fw-mobile: 400;
  
    /* Legal Text */
    --footer-legal-fz: 16px;
    --footer-legal-fw: 400;
    --footer-legal-fz-mobile: 16px;
    --footer-legal-fw-mobile: 400;
  
    /* Phone Number Link */
    --footer-tel-fz: 20px;
    --footer-tel-fw: 700;
    --footer-tel-fz-mobile: 20px;
    --footer-tel-fw-mobile: 700;
  
    /* Phone Call Info Text */
    --footer-info-fz: 14px;
    --footer-info-fw: 400;
    --footer-info-fz-mobile: 14px;
    --footer-info-fw-mobile: 400;
  
    /* Social Images */
    --footer-socials-img-size: 32px;
    --footer-socials-img-size-mobile: 32px;
  
    color: var(--footer-all-text-color);
    background-color: var(--footer-bg-color);
    margin-top: 110px;
  }
  
  .footer__container {
    padding-top: var(--footer-offset-top);
    padding-bottom: var(--footer-offset-bottom);
    border-top: 1px solid #222;
  }
  
  @media (max-width: 576px) {
    .footer {
        margin-top: var(--footer-offset-top-mobile);
    }
    .footer__container {
      padding-top: var(--footer-offset-top-mobile);
      padding-bottom: var(--footer-offset-bottom-mobile);
    }
  }
  
  .footer__upper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    padding-bottom: 72px;
  }
  
  @media (max-width: 576px) {
    .footer__upper {
      row-gap: 10px;
      padding-bottom: 20px;
    }
  }
  
  .footer__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  @media (max-width: 576px) {
    .footer__logo-link {
      margin: 16px;
      margin-left: 0;
    }
  }
  
  .footer__logo-img {
    object-fit: contain;
  }
  
  .footer__logo-img--2 {
    width: var(--footer-logo-img-2-width);
    height: var(--footer-logo-img-2-height);
  }
  
  @media (max-width: 576px) {
    .footer__logo-img--2 {
      width: var(--footer-logo-img-2-width-mobile);
      height: var(--footer-logo-img-2-height-mobile);
    }
  }
  
  .footer__lower {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  
  @media (max-width: 576px) {
    .footer__lower {
      flex-direction: column;
    }
  }
  
  @media (max-width: 576px) {
    .footer__left {
      padding-bottom: 30px;
    }
  }
  
  .footer__copy {
    margin-bottom: 20px;
    font-size: var(--footer-copy-fz);
    font-weight: var(--footer-copy-fw);
  }
  
  @media (max-width: 576px) {
    .footer__copy {
      margin-bottom: 14px;
      font-size: var(--footer-copy-fz-mobile);
      font-weight: var(--footer-copy-fw-mobile);
    }
  }
  
  .footer__legal {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 400px;
    font-size: var(--footer-legal-fz);
    font-weight: var(--footer-legal-fw);
    line-height: 130%;
  }
  
  @media (max-width: 576px) {
    .footer__legal {
      font-size: var(--footer-legal-fz-mobile);
      font-weight: var(--footer-legal-fw-mobile);
    }
  }
  
  .footer__legal-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  
  .footer__central {
    align-self: flex-start;
  }
  
  .footer__tel {
    display: block;
    font-size: var(--footer-tel-fz);
    font-weight: var(--footer-tel-fw);
    color: inherit;
    margin-bottom: 21px;
  }
  .footer__tel span {
    font-size: 18px;
  }
  
  @media (max-width: 576px) {
    .footer__tel {
      font-size: var(--footer-tel-fz-mobile);
      font-weight: var(--footer-tel-fw-mobile);
    }
  }
  
  .footer__info-text {
    font-size: var(--footer-info-fz);
    font-weight: var(--footer-info-fw);
    margin-bottom: 12px;
  }
  
  @media (max-width: 576px) {
    .footer__info-text {
      font-size: var(--footer-info-fz-mobile);
      font-weight: var(--footer-info-fw-mobile);
    }
  }
  .footer_info_block {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
  }
  
  @media (max-width: 768px) {
    .footer_info_block {
      /* flex-direction: column; */
    }
  }
  .footer_info_block--item {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .footer_block__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .footer_info_block--item a{
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
  }
  .footer__right {
    align-self: flex-start;
  }
  
  @media (max-width: 576px) {
    .footer__right {
      justify-content: flex-start;
    }
  }
  
  .footer__socials-list {
    display: flex;
    gap: 12px;
  }
  
  .footer__socials-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .footer__socials-img {
    display: block;
    width: var(--footer-socials-img-size);
    height: var(--footer-socials-img-size);
    object-fit: contain;
  }
  
  @media (max-width: 576px) {
    .footer__socials-img {
      width: var(--footer-socials-img-size-mobile);
      height: var(--footer-socials-img-size-mobile);
    }
  }
  .countdown_timer {
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 5px;
  }
  .countdown_timer div{
    font-size: 26px;
    font-weight: 600;
    text-wrap: nowrap;
  }
  .countdown_timer div:nth-of-type(1){
    color: #FFA95A;
    margin-right: 4px;
  }
  .countdown_timer span{
    font-size: 26px;
  }
  .countdown_text {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    text-wrap: nowrap;
  }
    
  @media (max-width: 576px) {
    .countdown_text {
        font-size: 18px;
    }
  }
