/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #2B4552;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.transition,
.scroll {
    transition: all 800ms cubic-bezier(.4, .01, .28, 1.38);
    /* cubic-bezier(.4,.01,.5,1.5); */
    transition-delay: 0ms;
}

h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 500ms ease;
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 300ms;
}

/* .hide h1, h1.hide {
    transform: translate(0, 50px);
    opacity: 0;
} */
h2 {
    transition: all 600ms ease;
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 400ms;
}

strong {
    color: #21AFED;
}

/* .hide h2 {
    transform: translate(0, 50px);
    opacity: 0;
} */
p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #2B4552;
    transition: all 700ms ease;
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 500ms;
}

.hide h1, h1.hide,
.hide h2,
.hide p,
.hide li {
    transform: translate(0, 50px);
    opacity: 0;
    transition: all 0ms linear;
    transition-delay: 0ms;
}

li {
    transition: all 700ms ease;
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 500ms;
}

.fix_bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    pointer-events: none;
    z-index: 1000;
}

a {
    text-decoration: none;
    display: block;
}

header {
    display: block;
    position: relative;
    width: 96vw;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 62px 2vw 0;
}

.header_background {
    position: absolute;
    background: linear-gradient(180deg, #c6000a 0%, #b90c09 100%);
    width: 100%;
    top: 10%;
    bottom: 10%;
    border-radius: 32px;
    transition: all 700ms linear;
    transition-delay: 0.2s;
    transform: translateY(0vh);
    opacity: 1;
}

.load .header_background {
    transform: translateY(50vh);
    opacity: 0;
}

.flex_box {
    height: 80vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
}

nav {
    position: absolute;
    top: 40px;
    left: 62px;
    right: 62px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-end;
    z-index: 10;
}

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

.logo_r {
    width: 300px;
    transition: transform 250ms ease-in;
}

.logo_r:hover {
    transform: rotate(-1deg) scale(1.09);
}

.images_block {
    position: relative;
    top: 360px;
    left: 62px;
    right: 62px;
    margin: 0 auto;
    max-width: 100%;
}

.images_block_text {
    position: relative;
    top: 28vw;
    width: 20vw;
}

.images_block_bg_rectangle {
    position: relative;
    display: flex;
    width: 60%;
    transform: translateY(0) scale(1);
    z-index: 1;
    transition: transform 800ms ease-in-out;
    flex-direction: column;
    align-items: center;
}

.images_block_bg_rectangle img {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}

.images_block_bg_rectangle p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 2.3vw;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #f7f7f7;
}

.btn {
    transition: all 0.35s cubic-bezier(0.58, 0.3, 0.9, 0.9) 0s;
}

.btn {
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 16px;
    font-weight: 500;
    transition: all 0.24s cubic-bezier(0.58, 0.3, 0.9, 0.9);
    line-height: 34px;
    text-transform: capitalize;
    text-align: center;
    /* height: 54px; */
    margin: 0 auto;

    width: auto;
    border: 0;
    min-width: 260px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #D12D1F;
    max-width: 260px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    box-shadow: 0px 4px 10px rgb(52 65 73 / 20%);
}

.btn:hover {
    background: #f7f7f7;
    box-shadow: 0px 4px 10px rgb(52 65 73 / 60%);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    animation: gelatine 0.5s 1;

}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
    }

    from, to {
        -webkit-transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
    }
}

.btn_text {
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

.btn_text a {
    display: inline-block;
    color: inherit;
    font-style: italic;
    text-decoration: underline;
}

.load .images_block_bg_rectangle {
    transform: translateY(50vh) scale(0);
}

.images_block_phone {
    width: 30%;
    display: block;
    left: 0%;
    transform: translate(0, 0%) rotate(0deg) scale(1);
    position: relative;
    z-index: 3;
    animation-name: animation_header_phone_375;
    animation-delay: 1s;
    animation-duration: 19s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: all 700ms ease-in-out;
}

img.images_block_phone {
    filter: drop-shadow(10px 10px 20px rgb(0 0 0 / 50%));
}

.images_block_phone .relative {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0) rotate(0deg) scale(1);
    /* animation-name: none; */
}


.images_block_phone_logo {
    position: absolute;
    width: 54%;
    height: 35%;
    left: 40%;
    top: 30%;
    z-index: 10;
    overflow: hidden;
}

.images_block_phone_logo_img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    animation-name: images_block_phone_logo_img_375;
    animation-delay: 2s;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.49, .37, .51, 1.31);
    transition: all 700ms ease-in-out;
}

.load .images_block_phone {
    transform: translate(2%, 57%) rotate(-30deg) scale(0);
}


main {
    position: relative;
    overflow: hidden;
    padding: 2vw;
}

.flex_wrap-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.hide .img_text {
    transform: translate(-400px, 50px) rotate(-90deg);
    opacity: 0;
    transition: all 0ms linear;
    transition-delay: 0ms;
}

.img_text {
    transition: all 700ms ease;
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 500ms;
}

.img_text {}

.flex_wrap_main {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.flex_wrap_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex_wrap_block .group_ {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px;
    padding-top: 44px;
    margin: 14px;
    margin-top: 55px;
    position: relative;
    /* box-shadow: 0px 20px 60px rgba(44, 57, 67, 0.16); */
    filter: drop-shadow(0px 20px 20px rgb(44 57 67 / 16%));
    transition: all 200ms ease-in-out;
    opacity: 1;
}

.flex_wrap_block .group_.hide {
    opacity: 0;
    transform: translateY(50%);
}

.flex_wrap_block .group_.active {
    background: #FFFFFF;
    border-radius: 20px;
}

.flex_wrap_block .group_ img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFFFFF;
}

.flex_wrap_block figure.active img {}

.flex_wrap_block .group_ figcaption {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #2C3943;
}

.group_::after,
.group_::before {
    content: '';
    position: absolute;
    top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;

    transition: all 200ms ease-in-out;
}

.group_.active::after {
    opacity: 1;
}

.group_::after {
    opacity: 0;
    background: #D12D1F;
}

.group_::before {
    background: #FFFFFF;
}

.group_5::after {
    background: url('./img/icon/Group\ 1000001644.svg')#D12D1F;
}

.group_5::before {
    background: url('./img/icon/Group 1000001635.svg')#FFFFFF;
}

.group_9::after {
    background: url('./img/icon/Group 1000001643.svg')#D12D1F;
}

.group_9::before {
    background: url('./img/icon/Group 1000001639.svg')#FFFFFF;
}

.group_8::after {
    background: url('./img/icon/Group 1000001642.svg')#D12D1F;
}

.group_8::before {
    background: url('./img/icon/Group 1000001638.svg')#FFFFFF;
}

.group_7::after {
    background: url('./img/icon/Group 1000001641.svg')#D12D1F;
}

.group_7::before {
    background: url('./img/icon/Group 1000001637.svg')#FFFFFF;
}

.video_block {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin: 32px 0 0;
    padding: 30px;
    border-radius: 32px;
    box-shadow: 0 0 30px -20px black;
}

.video_block .flex_wrap-center {
    margin: 60px -15px -15px;
}

.video_background {
    position: absolute;
    z-index: -1;
    background: #F7F7FA;
    top: 0%;
    bottom: 0%;
    right: 0;
    left: 0;
    border-radius: 32px;
    transition: transform 800ms ease-in-out;
    transition-delay: 0.2s;
    transform: translateY(0vh) scale(1);
    overflow: hidden;
}

.video_background svg,
.video_background video {
    position: relative;
    top: 0%;
    left: 0;

}

.tin_red {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #D12D1F;
}

.video_block h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 122.5%;
    text-align: right;
    color: #2C3943;
    margin: 0;
}

.vid_container {
    position: relative;
    display: flex;
    transform: translateY(-110px);
}

.path {
    background: #BD291D;
    width: 70%;
    height: auto;
    /* clip-path: polygon(0.0% 0.0%, 88.5% 0.0%, 99.7% 54.7%, 99.2% 58.0%, 79.5% 96.9%, 74.5% 99.6%, 0.0% 91.5%, 0.0% 0.0%); */

    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}

video {
    width: 70%;
    height: auto;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    /* clip-path: polygon(0.0% 0.0%, 88.5% 0.0%, 99.7% 54.7%, 99.2% 58.0%, 79.5% 96.9%, 74.5% 99.6%, 0.0% 91.5%, 0.0% 0.0%); */
}

.price_block {
    width: 252px;
    height: 390px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(44, 57, 67, 0.20);
    border-radius: 20px;
    margin: 15px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.price_block:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 50px rgba(44, 57, 67, 0.16);
}

.price_block_top,
.price_block_buttom {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    height: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.price_block_top {
    background: url('./img/price_bg.svg');
}

.price_block_top p {
    color: #FFFFFF;
    margin: 0;
    white-space: pre-wrap;
}

.price_block_top p.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_text {
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.small_text {
    font-style: normal;
    font-weight: 900;
    font-size: 21.4286px;
    line-height: 25px;
}

.price_text {
    font-style: normal;
    font-weight: 900;
    font-size: 38.5714px;
    line-height: 45px;
    text-align: center;
}

.small_text_opacity {
    font-style: normal;
    font-weight: 900;
    font-size: 21.4286px;
    line-height: 25px;
    text-align: center;
    opacity: 0.5;
}

.price_block_buttom p {
    font-style: normal;
    font-weight: 900;
    font-size: 33.8676px;
    color: #2C3943;
}

.price_block_buttom .gray {
    font-style: normal;
    font-weight: 900;
    font-size: 33.8676px;
    color: #2C3943;
    opacity: 0.5;
}

.red_phone {
    display: inline-block;
    width: 29px;
    height: 31px;
    background: url(./img/red_phone.svg) no-repeat;
}

.red_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 160px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

    color: #FFFFFF;
    background: #D12D1F;
    border-radius: 8px;
    transition: all 200ms ease-in-out;
}

.red_button::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 14px;
    margin: 0 0 0 10px;
    background: url(./img/Arrow.svg) no-repeat;
    transition: transform 200ms ease-in-out;
}

.red_button:hover::after {
    transform: translateX(7px);
}

.red_button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgb(52 65 73 / 20%);
}

.flex_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}

.counts {
    width: 417px;
    height: 120px;
    display: flex;
    flex-direction: row;
    margin: 40px 0px;
}

.counts img {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgb(44 57 67 / 16%);
    border-radius: 20px;
    padding: 20px;
}

.counts figcaption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 25px;
}

.counts h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2C3943;
    margin: 0;
}

.counts p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #2C3943;
    margin: 0;
}

summary::marker {
    display: none;
}

summary {
    list-style: none;
    outline: none;
}

details summary::-webkit-details-marker {
    display: none;
}

.accordion {
    max-width: 70vw;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

details {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(44, 57, 67, 0.08);
    border-radius: 20px;
    color: #2C3943;
    padding: 30px 60px;
    margin-bottom: 24px;
    transition: all 200ms ease-in-out;
}

details:hover {
    box-shadow: 0px 9px 35px rgba(44, 57, 67, 0.08);
    transform: translateY(-3px);
}

details.active {
    background: #D12D1F;
    color: #FFFFFF;
}

summary {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

details .text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.accordion .active .title:after {
    box-shadow: -2px -2px 0 0px #ffffff;
    transform: rotate(45deg) translate(0%, 0%);
}

.accordion .title:after {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    box-shadow: 2px 2px 0 0px #797C7F;
    transform: rotate(45deg) translate(-50%, -50%);
    transition: all 200ms ease-in-out;
}

.gray_block {
    background: #F7F7FA;
    border-radius: 32px;
    padding: 40px;
}

.gray_block_top {
    position: relative;
    width: auto;
    height: auto;
    /* background: #F7F7FA; */
    border-radius: 32px;
    padding: 40px;
    margin: 5vw 0;
}

.counts_left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.counts_left figcaption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    width: 380px;
}

.gray_block_top .counts {
    width: 400px;
    height: auto;
}

.counts_left figcaption h1 {
    margin: 40px;
    color: white;
}

.counts figcaption span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.counts_left img {
    width: 147px;
    height: 147px;
}

.counts_left p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
}

.counts_left li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    list-style-type: disc;
    margin-left: 30px;
    color: white;
}

.color_background {
    width: 70%;
    height: 100%;
    background: linear-gradient(72deg, #c6000a 0%, #b90c09 74%, rgba(0, 213, 255, 0) 74%);
    background-size: 100% 200%;
}

.gray_block h1 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px;
    color: #2C3943;
}

.gray_block h2 {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 172%;
    /* or 48px */

    text-align: center;
    letter-spacing: 0.649533px;

    color: #2C3943;
}

.gray_block figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.gray_block img,
.gray_block figcaption {
    min-width: 300px;
    width: 100%;
}

.gray_block p {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
    color: #2C3943;
    box-shadow: 0 2px 10px 0px #0000003b;
    border-radius: 20px;
    padding: 20px;
    transition: all 200ms ease-in-out;
    background: white;
}

.gray_block p:hover {
    box-shadow: 0 5px 15px -2px #0000003b;
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.5);
}

.gray_block ul {
    padding-left: 20px;
}

.gray_block li {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 180%;
    color: #2C3943;
    /* list-style-type: disc;
    list-style-image: url("./img/list.svg"); */
    list-style: none;
    /* Remove default bullets */
}

ul.code li::before,
ul.code li::after {
    transform: translateY(5px);
    color: #D12D1F;
    display: inline-block;
    font-size: 32px;
    line-height: 0;
}

ul.code li::before {
    content: '<';
    font-size: 35px;
}

ul.code li::after {
    content: '/>';
}

.red_btn_block .btn {
    background: linear-gradient(180deg, #c6000a 0%, #b90c09 100%);
    color: white;
}

.red_btn_block .btn_text {
    color: #2C3943;
}

footer {
    width: 96vw;
    padding: 2vw;
    background: #F7F7FA;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    line-height: 26px;
}

footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

footer a {
    margin: 10px;
}



@keyframes images_block_phone_logo_img_375 {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(50deg);
    }

    15% {
        transform: rotate(-25deg);
    }

    20% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes animation_header_phone_375 {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    50% {
        transform: translate(0, 0) scale(1.05) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
}

.store_icon_block {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    align-self: end;
    margin: 20px;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 700ms ease-in-out;
    transition-delay: 1.1s;
}

.load .store_icon_block {
    transform: translate(0px, 70px);
    opacity: 0;
}

.store_icon_block a {
    transform: translate(0, 0);
    transition: all 200ms ease-in-out;
    margin: 10px;
    width: 140px;
    opacity: 0.8;
}

.store_icon_block a:hover {
    transform: translate(0px, -2px);
    opacity: 1;
}

.store_icon_block img {
    width: 140px
}


.js_num.plus::after {
    content: "+";
}

.flex_wrap_img {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex_wrap_img img {
    margin: 10px;
}
.desktop{
    display: none;
}
.mobile{
    display: block;
}
@media screen and (min-width: 1200px) {

    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
    .price_block {
        width: 282px;
    }

    .gray_block_top .counts {
        width: 517px;
    }

    .color_background {
        background-size: 100% 100%;
    }

    .path {
        background: url(./img/spot.svg) #BD291D50;
    }

    .gray_block figure {
        flex-direction: row;
    }

    .gray_block img,
    .gray_block figcaption {
        min-width: 300px;
        width: 45%;
    }

    .flex_wrap_img {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    .gray_block h1 {
        font-size: 42px;
    }
    .gray_block h2 {
        font-size: 38px;
    }
}