/* 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(180.03deg, #FB5F5F -2.6%, #FD3F5C 7.87%, #EA1939 31.54%, #8E172A 99.97%);
    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;
    color: #273034;
    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: #bf1831;
    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: #E7314A;
}

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

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

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

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

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

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

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

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

.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: 92px 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;
    transform: translateY(0px);
}

.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: #E7314A;
    z-index: 5;
}

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

.vid_container {
    position: relative;
    display: flex;
    transform: translateY(-110px);
    overflow: hidden;
    border-radius: 32px;
}

.path {
    background: #6e000e;
    width: 70%;
    height: auto;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    /* clip-path: polygon(87% 0%, 83.38829803466797% 0.000007290036592166871%, 79.77660369873047% 0.000006974292318773223%, 76.16490173339844% 0.0000066585471358848736%, 72.55320739746094% 0.000006342802862491226%, 68.9415054321289% 0.000006027057679602876%, 65.32980346679688% 0.000005711312951461878%, 61.718109130859375% 0.00000539556867806823%, 58.10641098022461% 0.000005079823949927231%, 54.494712829589844% 0.000004764079221786233%, 50.88301467895508% 0.000004448334493645234%, 47.27131652832031% 0.000004132589765504235%, 43.65961456298828% 0.000003816844582615886%, 40.047916412353516% 0.0000035011000818485627%, 36.43621826171875% 0.000003185355353707564%, 32.824520111083984% 0.0000028696106255665654%, 29.21282196044922% 0.000002553865897425567%, 25.601123809814453% 0.0000022381213966582436%, 21.989425659179688% 0.000001922376668517245%, 18.377723693847656% 0.0000016066315993157332%, 14.766029357910156% 0.0000012908873259220854%, 11.154327392578125% 9.751422567205736e-7%, 7.542633056640625% 6.59397926483507e-7%, 3.9309310913085938% 3.436529141254141e-7%, 0.3192291259765625% 2.7907896438250646e-8%, 0.0000037901068026258145% 3.2924652099609375%, 0.0000036322342111816397% 6.904167175292969%, 0.000003474362074484816% 10.515861511230469%, 0.000003316489483040641% 14.1275634765625%, 0.000003158617346343817% 17.7392578125%, 0.0000030007447548996424% 21.35095977783203%, 0.000002842872390829143% 24.962661743164062%, 0.0000026850002541323192% 28.574356079101562%, 0.0000025271276626881445% 32.186058044433594%, 0.0000023692555259913206% 35.797752380371094%, 0.000002211382934547146% 39.409454345703125%, 0.000002053510797850322% 43.021148681640625%, 0.000001895638661153498% 46.632843017578125%, 0.000001737765842335648% 50.24455261230469%, 0.0000015798935919519863% 53.85624694824219%, 0.0000014220214552551624% 57.46794128417969%, 0.0000012641486364373122% 61.07965087890625%, 0.0000011062763860536506% 64.69134521484375%, 9.484042493568268e-7% 68.30303955078125%, 7.905321126600029e-7% 71.91473388671875%, 6.326592369987338e-7% 75.52644348144531%, 4.7478707188020053e-7% 79.13813781738281%, 3.169149067616672e-7% 82.74983215332031%, 1.590420595221076e-7% 86.36154174804688%, 1.169887964280747e-9% 89.97323608398438%, 3.5662879943847656% 90.36505126953125%, 7.159206390380859% 90.73283386230469%, 10.752143859863281% 91.10061645507812%, 14.345062255859375% 91.46839141845703%, 17.937984466552734% 91.83617401123047%, 21.53091812133789% 92.20394897460938%, 25.123836517333984% 92.57173156738281%, 28.716758728027344% 92.93951416015625%, 32.30967712402344% 93.30728912353516%, 35.902610778808594% 93.6750717163086%, 39.49553298950195% 94.0428466796875%, 43.08845520019531% 94.41062927246094%, 46.68138885498047% 94.77841186523438%, 50.27430725097656% 95.14618682861328%, 53.86722946166992% 95.51396942138672%, 57.460147857666016% 95.88174438476562%, 61.05308532714844% 96.24952697753906%, 64.64494323730469% 96.62721252441406%, 68.23503112792969% 97.02136993408203%, 71.8319091796875% 97.34835815429688%, 75.43672180175781% 97.5%, 78.28633117675781% 95.57051086425781%, 80.0398178100586% 92.42036437988281%, 81.67352294921875% 89.19939422607422%, 83.33438110351562% 85.99223327636719%, 84.99524688720703% 82.78504180908203%, 86.65609741210938% 79.577880859375%, 88.31695556640625% 76.37071228027344%, 89.9778060913086% 73.16354370117188%, 91.63865661621094% 69.95638275146484%, 93.29951477050781% 66.74922180175781%, 94.96036529541016% 63.54205322265625%, 96.40553283691406% 60.23617172241211%, 97.29199981689453% 56.747982025146484%, 97.44303894042969% 53.15821838378906%, 96.82191467285156% 49.60066604614258%, 96.12034606933594% 46.05776596069336%, 95.41878509521484% 42.51486587524414%, 94.71721649169922% 38.97196578979492%, 94.0156478881836% 35.42903518676758%, 93.3140869140625% 31.886133193969727%, 92.61251831054688% 28.343233108520508%, 91.91095733642578% 24.80033302307129%, 91.20938873291016% 21.25743293762207%, 90.50782775878906% 17.71453094482422%, 89.80626678466797% 14.171631813049316%, 89.10469055175781% 10.628701210021973%, 88.40312957763672% 7.085800647735596%, 87.7015609741211% 3.542900323867798%, 87% 0%); */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    transform: translateY(0px);
}

video {
    width: 70%;
    height: auto;
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    /* clip-path: polygon(87% 0%, 83.38829803466797% 0.000007290036592166871%, 79.77660369873047% 0.000006974292318773223%, 76.16490173339844% 0.0000066585471358848736%, 72.55320739746094% 0.000006342802862491226%, 68.9415054321289% 0.000006027057679602876%, 65.32980346679688% 0.000005711312951461878%, 61.718109130859375% 0.00000539556867806823%, 58.10641098022461% 0.000005079823949927231%, 54.494712829589844% 0.000004764079221786233%, 50.88301467895508% 0.000004448334493645234%, 47.27131652832031% 0.000004132589765504235%, 43.65961456298828% 0.000003816844582615886%, 40.047916412353516% 0.0000035011000818485627%, 36.43621826171875% 0.000003185355353707564%, 32.824520111083984% 0.0000028696106255665654%, 29.21282196044922% 0.000002553865897425567%, 25.601123809814453% 0.0000022381213966582436%, 21.989425659179688% 0.000001922376668517245%, 18.377723693847656% 0.0000016066315993157332%, 14.766029357910156% 0.0000012908873259220854%, 11.154327392578125% 9.751422567205736e-7%, 7.542633056640625% 6.59397926483507e-7%, 3.9309310913085938% 3.436529141254141e-7%, 0.3192291259765625% 2.7907896438250646e-8%, 0.0000037901068026258145% 3.2924652099609375%, 0.0000036322342111816397% 6.904167175292969%, 0.000003474362074484816% 10.515861511230469%, 0.000003316489483040641% 14.1275634765625%, 0.000003158617346343817% 17.7392578125%, 0.0000030007447548996424% 21.35095977783203%, 0.000002842872390829143% 24.962661743164062%, 0.0000026850002541323192% 28.574356079101562%, 0.0000025271276626881445% 32.186058044433594%, 0.0000023692555259913206% 35.797752380371094%, 0.000002211382934547146% 39.409454345703125%, 0.000002053510797850322% 43.021148681640625%, 0.000001895638661153498% 46.632843017578125%, 0.000001737765842335648% 50.24455261230469%, 0.0000015798935919519863% 53.85624694824219%, 0.0000014220214552551624% 57.46794128417969%, 0.0000012641486364373122% 61.07965087890625%, 0.0000011062763860536506% 64.69134521484375%, 9.484042493568268e-7% 68.30303955078125%, 7.905321126600029e-7% 71.91473388671875%, 6.326592369987338e-7% 75.52644348144531%, 4.7478707188020053e-7% 79.13813781738281%, 3.169149067616672e-7% 82.74983215332031%, 1.590420595221076e-7% 86.36154174804688%, 1.169887964280747e-9% 89.97323608398438%, 3.5662879943847656% 90.36505126953125%, 7.159206390380859% 90.73283386230469%, 10.752143859863281% 91.10061645507812%, 14.345062255859375% 91.46839141845703%, 17.937984466552734% 91.83617401123047%, 21.53091812133789% 92.20394897460938%, 25.123836517333984% 92.57173156738281%, 28.716758728027344% 92.93951416015625%, 32.30967712402344% 93.30728912353516%, 35.902610778808594% 93.6750717163086%, 39.49553298950195% 94.0428466796875%, 43.08845520019531% 94.41062927246094%, 46.68138885498047% 94.77841186523438%, 50.27430725097656% 95.14618682861328%, 53.86722946166992% 95.51396942138672%, 57.460147857666016% 95.88174438476562%, 61.05308532714844% 96.24952697753906%, 64.64494323730469% 96.62721252441406%, 68.23503112792969% 97.02136993408203%, 71.8319091796875% 97.34835815429688%, 75.43672180175781% 97.5%, 78.28633117675781% 95.57051086425781%, 80.0398178100586% 92.42036437988281%, 81.67352294921875% 89.19939422607422%, 83.33438110351562% 85.99223327636719%, 84.99524688720703% 82.78504180908203%, 86.65609741210938% 79.577880859375%, 88.31695556640625% 76.37071228027344%, 89.9778060913086% 73.16354370117188%, 91.63865661621094% 69.95638275146484%, 93.29951477050781% 66.74922180175781%, 94.96036529541016% 63.54205322265625%, 96.40553283691406% 60.23617172241211%, 97.29199981689453% 56.747982025146484%, 97.44303894042969% 53.15821838378906%, 96.82191467285156% 49.60066604614258%, 96.12034606933594% 46.05776596069336%, 95.41878509521484% 42.51486587524414%, 94.71721649169922% 38.97196578979492%, 94.0156478881836% 35.42903518676758%, 93.3140869140625% 31.886133193969727%, 92.61251831054688% 28.343233108520508%, 91.91095733642578% 24.80033302307129%, 91.20938873291016% 21.25743293762207%, 90.50782775878906% 17.71453094482422%, 89.80626678466797% 14.171631813049316%, 89.10469055175781% 10.628701210021973%, 88.40312957763672% 7.085800647735596%, 87.7015609741211% 3.542900323867798%, 87% 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;
    z-index: 5;
}

.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: #E7314A;
    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: #E7314A;
    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 img {
    width: 147px;
    height: 147px;
}

.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 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, rgb(157 22 44) 0%, rgb(230 46 72 / 100%) 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%;
    /* or 59px */

    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: red;
    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: #E7314A;
    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) #6e000e50;
    }

    .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;
    }
}