@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=auto");

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    cursor: default;
}

body,
html {
    height: 100%;
}

input:focus,
div:focus,
span:focus,
textarea:focus,
select:focus {
    outline: none;
    background-image: none;
}

input::-ms-clear {
    display: none;
}

div,
a,
span,
input,
textarea,
select {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
}

.touch {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 80px;
    background: #D52AC1;
    background: -moz-linear-gradient(right, #D52AC1 0%, #BE018A 100%);
    background: -webkit-linear-gradient(right, #D52AC1 0%, #BE018A 100%);
    background: linear-gradient(to left, #D52AC1 0%, #BE018A 100%);
    box-shadow: 0px 0px 32px -2px rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    z-index: 10;
}

.bar-shown {
    top: 0%;
}

.bar-layout {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.bar-logo {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    padding-left: 24px;
    box-sizing: border-box;
}

.bar img {
    display: block;
    width: 140px;
}

.bar-caption {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 2px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    color: #FFD000;
    font-weight: 600;
    text-align: center;
}

.bar-action {
    flex: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 24px;
    box-sizing: border-box;
}

.bar-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 58px;
    padding-bottom: 2px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-radius: 100px;
    color: #FFFFFF;
    background-color: #FD7B1B;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.bar-button:hover {
    color: #FD7B1B;
    background-color: #FFFFFF;
}

.touch .bar-button:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.bar-button:active,
.touch .bar-button:active {
    color: #FD7B1B;
    background-color: #FFFFFF;
}

.bar-button svg path {
    transition: 0.18s;
}

.bar-button:hover path {
    fill: #FD7B1B;
}

.touch .bar-button:hover path {
    fill: #FFFFFF;
}

.bar-button:active path,
.touch .bar-button:active path {
    fill: #FD7B1B;
}

.bar-button svg {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: 0.1ex;
    margin-left: 0.7ex;
    margin-right: 0ex;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}



.shape {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.shape-2 {
    margin-top: -194px;
}

.shape-3 {
    margin-top: -290px;
}

.shape-4 {
    margin-top: -85px;
}

.shape-5 {
    margin-top: -108px;
}

.shape-6 {
    margin-top: -160px;
}

.shape-7 {
    margin-top: -87px;
}

.shape-8 {
    margin-top: -179px;
}

.shape-pic {
    width: 100%;
}

.shape-pic-1 {
    height: 599px;
    background-image: url(../resources/shape-1.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-2 {
    height: 506px;
    background-image: url(../resources/shape-2.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-3 {
    height: 1179px;
    background-image: url(../resources/shape-3.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-4 {
    height: 924px;
    background-image: url(../resources/shape-4.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-5 {
    height: 1130px;
    background-image: url(../resources/shape-5.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-6 {
    height: 840px;
    background-image: url(../resources/shape-6.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-7 {
    height: 804px;
    background-image: url(../resources/shape-7.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.shape-pic-8 {
    height: 491px;
    background-image: url(../resources/shape-8.svg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.picture-1-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.picture-1-frame {
    position: absolute;
    bottom: -25%;
    left: 32%;
    width: 852px;
    overflow: hidden;
    animation: picture-1-anima 70s linear infinite;
}

@keyframes picture-1-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.7);
    }

    100% {
        transform: scale(1);
    }
}

.picture-1 {
    width: 100%;
    padding-bottom: 72.79874213836478%;
    background-image: url(../resources/picture-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.picture-2-frame {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.picture-2 {
    position: absolute;
    bottom: -84%;
    right: 10%;
    width: 41%;
    padding-bottom: 105.811749842072%;
    background-image: url(../resources/picture-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    animation: picture-2-anima 70s linear infinite;
}

@keyframes picture-2-anima {
    0% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }

    50% {
        opacity: 0.2;
        transform: scale(1.5) rotate(25deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

.edge-1-frame {
    position: absolute;
    top: 22%;
    left: 0;
    width: 4%;
    z-index: 3;
}

.edge-1 {
    width: 100%;
    padding-bottom: 679.0161027477298%;
    background-image: url(../resources/edge-1.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    animation: edge-anima-1 45s linear infinite;
}

.edge-2-frame {
    position: absolute;
    top: -28%;
    right: 0;
    width: 4.2%;
    z-index: 3;
}

.edge-2 {
    width: 100%;
    padding-bottom: 755.7280730813138%;
    background-image: url(../resources/edge-2.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    animation: edge-anima-2 45s linear infinite;
}

.edge-3-frame {
    position: absolute;
    top: 15%;
    right: 0;
    width: 3.4%;
    z-index: 3;
}

.edge-3 {
    width: 100%;
    padding-bottom: 900.517046641695%;
    background-image: url(../resources/edge-3.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    animation: edge-anima-1 45s linear infinite;
}

.edge-4-frame {
    position: absolute;
    top: -18%;
    left: 0;
    width: 5.6%;
    z-index: 3;
}

.edge-4 {
    width: 100%;
    padding-bottom: 508.440412026175%;
    background-image: url(../resources/edge-4.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    animation: edge-anima-2 45s linear infinite;
}

.edge-5-frame {
    position: absolute;
    top: 0%;
    left: 0;
    width: 2.6%;
    z-index: 3;
}

.edge-5 {
    width: 100%;
    padding-bottom: 638.8120010341667%;
    background-image: url(../resources/edge-5.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    animation: edge-anima-1 45s linear infinite;
}

@keyframes edge-anima-1 {
    0% {
        transform: translateY(-50%);
    }

    25% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(50%);
    }

    75% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes edge-anima-2 {
    0% {
        transform: translateY(50%);
    }

    25% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-50%);
    }

    75% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(50%);
    }
}

.forms-1-frame {
    position: absolute;
    top: 40%;
    right: 18%;
    width: 50%;
    min-width: 640px;
    z-index: 2;
}

.forms-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 72.91666666666667%;
}

.form-1-frame {
    position: absolute;
    bottom: 0;
    left: 51.02476041666667%;
    width: 39.00676041666667%;
}

.form-1 {
    width: 100%;
    padding-bottom: 92.04363346204144%;
    background-image: url(../resources/form-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-2-frame {
    position: absolute;
    top: 19.36852857142857%;
    right: 0;
    width: 29.58344791666667%;
}

.form-2 {
    width: 100%;
    padding-bottom: 110.9040422730757%;
    background-image: url(../resources/form-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-3-frame {
    position: absolute;
    top: 40.32807142857143%;
    left: 9.48846875%;
    width: 27.56478125%;
}

.form-3 {
    width: 100%;
    padding-bottom: 103.7698693872276%;
    background-image: url(../resources/form-3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-4-frame {
    position: absolute;
    top: 53.41858571428571%;
    left: 0;
    width: 27.56478125%;
}

.form-4 {
    width: 100%;
    padding-bottom: 103.7699071769948%;
    background-image: url(../resources/form-4.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-5-frame {
    position: absolute;
    top: 0;
    left: 27.20875%;
    width: 49.72851041666667%;
}

.form-5 {
    width: 100%;
    padding-bottom: 97.91291757725332%;
    background-image: url(../resources/form-5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-6-frame {
    position: absolute;
    top: 78.29027142857143%;
    left: 22.22851041666667%;
    width: 8.741177083333333%;
}

.form-6 {
    width: 100%;
    padding-bottom: 114.5358474557083%;
    background-image: url(../resources/form-6.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-7-frame {
    position: absolute;
    top: 16.95711428571429%;
    left: 46.44560416666667%;
    width: 12.90752083333333%;
}

.form-7 {
    width: 100%;
    padding-bottom: 103.4124969131369%;
    background-image: url(../resources/form-7.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-8-frame {
    position: absolute;
    top: 45.83794285714286%;
    left: 78.8195%;
    width: 8.824114583333333%;
}

.form-8 {
    width: 100%;
    padding-bottom: 113.6497405901206%;
    background-image: url(../resources/form-8.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-9-frame {
    position: absolute;
    top: 69.9366%;
    left: 46.1226875%;
    width: 10.72934375%;
}

.form-9 {
    width: 100%;
    padding-bottom: 111.9282497279171%;
    background-image: url(../resources/form-9.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.forms-2-frame {
    position: absolute;
    top: 52%;
    left: 7.3%;
    width: 41.14583333333333%;
    min-width: 500px;
    z-index: 2;
}

.forms-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 94.43037974683544%;
}

.form-10-frame {
    position: absolute;
    top: 0;
    left: 49.03659493670886%;
    width: 47.61956962025316%;
}

.form-10 {
    width: 100%;
    padding-bottom: 98.74004039398758%;
    background-image: url(../resources/form-10.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-11-frame {
    position: absolute;
    top: 13.09581769436997%;
    right: 0;
    width: 92.34373417721519%;
}

.form-11 {
    width: 100%;
    padding-bottom: 75.30582969107579%;
    background-image: url(../resources/form-11.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.illustration-1-frame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97.54670886075949%;
}

.illustration-1 {
    width: 100%;
    padding-bottom: 81.5388927602356%;
    background-image: url(../resources/illustration-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.intro-layout {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.intro {
    width: 55%;
    position: relative;
    padding-top: 84px;
    padding-left: calc(10% + 32px);
    padding-right: 32px;
    box-sizing: border-box;
}

.intro>div {
    max-width: 434px;
}

.intro-brand {
    display: block;
    width: 232.8758px;
    height: 46px;
}

.intro-headline {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #FFFFFF;
    font-size: 55px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -0.01rem;
}

.intro-text {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.01rem;
}

.intro-line {
    display: flex;
    column-gap: 6px;
    width: 100%;
    height: 2px;
    margin-top: 50px;
    margin-bottom: 120px;
}

.intro-line-1 {
    height: 100%;
    border-radius: 20px;
    background-color: #FA0050;
    animation: intro-line-anima-1 1.75s linear infinite;
}

.intro-line-2 {
    width: 4px;
    height: 100%;
    border-radius: 20px;
    background-color: #FA0050;
    animation: intro-line-anima-2 1.75s linear infinite;
}

@keyframes intro-line-anima-1 {
    0% {
        width: 4px;
    }

    100% {
        width: 100%;
    }
}

@keyframes intro-line-anima-2 {
    0% {
        width: 100%;
    }

    100% {
        width: 4px;
    }
}

.intro-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 58px;
    padding-bottom: 2px;
    box-sizing: border-box;
    border: solid 2px #FA0050;
    border-radius: 100px;
    color: #FA0050;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.intro-button:hover {
    color: #FFFFFF;
    background-color: #FA0050;
}

.touch .intro-button:hover {
    color: #FA0050;
    background-color: transparent;
}

.intro-button:active,
.touch .intro-button:active {
    color: #FFFFFF;
    background-color: #FA0050;
}

.intro-button svg path {
    transition: 0.18s;
}

.intro-button:hover path {
    fill: #FFFFFF;
}

.touch .intro-button:hover path {
    fill: #FA0050;
}

.intro-button:active path,
.touch .intro-button:active path {
    fill: #FFFFFF;
}

.intro-button svg {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: 0.23ex;
    margin-left: 0.7ex;
    margin-right: 0ex;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.intro-phones {
    width: 45%;
    position: relative;
    padding-top: 64px;
    padding-left: 0%;
    padding-right: 14%;
    box-sizing: border-box;
}

.intro-phones-layout {
    position: relative;
    width: 100%;
    padding-bottom: 156.8588469184891%;
}

.intro-phones-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro-phones-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 77.53479125248509%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../resources/phone-1.png);
}

.intro-phones-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 59.64214711729622%;
    height: 76.93251533742331%;
    margin: auto;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../resources/phone-2.png);
}

.intro-phones-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15%;
    width: 172px;
    padding-bottom: 104.5918367346939%;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../resources/form-12.svg);
}

.features {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 66%;
    margin-left: -33%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

.features-headline {
    padding-bottom: 64px;
    color: #FA0050;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -0.01em;
    font-weight: 400;
    text-align: center;
}

.features-headline strong {
    font-weight: 700;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 50px;
}

.features-picture img {
    display: block;
    margin: 0 auto;
    height: 116px;
}

.features-title {
    padding-top: 24px;
    padding-bottom: 16px;
    color: #FA0050;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.022em;
    font-weight: 600;
    text-align: center;
}

.features-text {
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.footer {
    position: relative;
    width: 100%;
    height: 230px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    background-color: #000000;
    z-index: 2;
}

.footer-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    display: block;
    width: 222px;
    transition: 0.18s;
}

.footer-logo a:hover img {
    opacity: 0.5;
}

.touch .footer-logo a:hover img {
    opacity: 1;
}

.footer-logo a:active img,
.touch .footer-logo a:active img {
    opacity: 0.5;
}

.footer-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.footer-networks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.footer-networks img {
    display: block;
    width: 60px;
    transition: 0.18s;
}

.footer-networks a:hover img {
    transform: scale(1.2);
}

.touch .footer-networks a:hover img {
    transform: scale(1);
}

.footer-networks a:active img,
.touch .footer-networks a:active img {
    transform: scale(1.2);
}

.gradient {
    width: 100%;
    height: 256px;
    overflow: hidden;
}

.gradient-bg {
    width: 100%;
    height: 100%;
    background-color: #FC3944;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../resources/footer.png);
    background-repeat: no-repeat;
    animation: gradient-anima 1s linear infinite;
}

@keyframes gradient-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(4);
    }

    100% {
        transform: scale(1);
    }
}

.sell {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.sell-left {
    position: relative;
    width: 50%;
}

.sell-right {
    display: flex;
    align-items: center;
    width: 50%;
    padding-bottom: 20%;
    box-sizing: border-box;
}

.sell-headline {
    padding-bottom: 25px;
    color: #FFFFFF;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.sell-headline strong {
    font-weight: 700;
}

.sell-text {
    width: 100%;
    max-width: 430px;
    padding-bottom: 46px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.01rem;
}

.sell-text strong {
    font-weight: 700;
}

.sell-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 58px;
    padding-bottom: 2px;
    box-sizing: border-box;
    border: solid 2px #FFFFFF;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.sell-button:hover {
    color: #FA0050;
    background-color: #FFFFFF;
}

.touch .sell-button:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.sell-button:active,
.touch .sell-button:active {
    color: #FA0050;
    background-color: #FFFFFF;
}

.sell-button svg path {
    transition: 0.18s;
}

.sell-button:hover path {
    fill: #FA0050;
}

.touch .sell-button:hover path {
    fill: #FFFFFF;
}

.sell-button:active path,
.touch .sell-button:active path {
    fill: #FA0050;
}

.sell-button svg {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: 0.1ex;
    margin-left: 0.7ex;
    margin-right: 0ex;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.sell-phone {
    position: absolute;
    bottom: 3%;
    right: 20%;
    width: 100%;
    max-width: 380px;
    z-index: 2;
}

.sell-phone-pic {
    width: 100%;
    padding-bottom: 202.3480662983425%;
    background-image: url(../resources/phone-3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sell-stamp {
    position: absolute;
    top: 30%;
    right: -20%;
    padding-top: 32px;
    padding-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFBB00;
    background: -moz-linear-gradient(45deg, #FFBB00 0%, #FD6C22 100%);
    background: -webkit-linear-gradient(45deg, #FFBB00 0%, #FD6C22 100%);
    background: linear-gradient(45deg, #FFBB00 0%, #FD6C22 100%);
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0px 0px 24px -4px rgba(64, 22, 0, 0.5);
    z-index: 3;
}

.sell-stamp-logo {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: -0.2ex;
    margin-left: 2px;
    margin-right: 2px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.sell-stamp-icon {
    display: block;
    width: 92px;
    margin: 0 auto;
    margin-top: 16px;
}

.plans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.plans-headline {
    padding-top: 12.5%;
    padding-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    color: #FA0050;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -0.01em;
    font-weight: 400;
    text-align: center;
}

.plans-headline strong {
    font-weight: 700;
}

.plans-slider {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 32px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
    z-index: 4 !important;
}

.plan-slide {
    position: relative;
    width: 33.33333333333333% !important;
    min-width: 400px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.plan-box {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

.plan-box-1 {
    background: #FA0050;
    background: -moz-linear-gradient(top, #FA0050 0%, #FC3823 100%);
    background: -webkit-linear-gradient(top, #FA0050 0%, #FC3823 100%);
    background: linear-gradient(to bottom, #FA0050 0%, #FC3823 100%);
}

.plan-box-2 {
    background: #FFBB00;
    background: -moz-linear-gradient(top, #FFBB00 0%, #FD7B1B 100%);
    background: -webkit-linear-gradient(top, #FFBB00 0%, #FD7B1B 100%);
    background: linear-gradient(to bottom, #FFBB00 0%, #FD7B1B 100%);
}

.plan-box-3 {
    background: #D52AC1;
    background: -moz-linear-gradient(top, #D52AC1 0%, #BE018A 100%);
    background: -webkit-linear-gradient(top, #D52AC1 0%, #BE018A 100%);
    background: linear-gradient(to bottom, #D52AC1 0%, #BE018A 100%);
}

.plan-curve {
    position: relative;
    width: 100%;
    padding-bottom: 8.99122807017544%;
}

.plan-curve img {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    display: block;
}

.plan-header-frame {
    padding: 6px;
    box-sizing: border-box;
}

.plan-header {
    display: flex;
    padding-top: 18px;
    padding-bottom: 19px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.plan-header-1 {
    color: #FA0050;
}

.plan-header-2 {
    color: #FFBB00;
}

.plan-header-3 {
    color: #D52AC1;
}

.plan-name {
    flex: auto;
    font-size: 33px;
    line-height: 33px;
    font-weight: 500;
}

.plan-price {
    flex: none;
    font-size: 33px;
    line-height: 33px;
    font-weight: 400;
}

.plan-price strong {
    font-weight: 600;
}

.plan-price span {
    font-size: 26px;
    line-height: 26px;
}

.plan-details-frame {
    display: flex;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.plan-details {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 38px;
    padding-bottom: 58px;
}

.plan-detail {
    display: flex;
}

.plan-detail-icon {
    flex: none;
    padding-top: 3px;
    padding-right: 24px;
}

.plan-detail-icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background-color: #FFFFFF;
}

.plan-detail-icon-circle img {
    display: block;
}

.plan-detail-caption {
    flex: auto;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 26px;
    font-weight: 400;
}

.plan-detail-caption-none {
    text-decoration: line-through;
    opacity: 0.35;
}

.plan-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 58px;
    padding-bottom: 4px;
    margin: 0 auto;
    margin-top: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-radius: 100px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.18s;
}

.plan-button-1 {
    border-color: #FA0050;
    color: #FA0050;
}

.plan-button-1:hover {
    background-color: #FA0050;
    color: #FFFFFF;
}

.touch .plan-button-1:hover {
    background-color: transparent;
    color: #FA0050;
}

.plan-button-1:active,
.touch .plan-button-1:active {
    background-color: #FA0050;
    color: #FFFFFF;
}

.plan-button-2 {
    border-color: #FFBB00;
    color: #FFBB00;
}

.plan-button-2:hover {
    background-color: #FFBB00;
    color: #FFFFFF;
}

.touch .plan-button-2:hover {
    background-color: transparent;
    color: #FFBB00;
}

.plan-button-2:active,
.touch .plan-button-2:active {
    background-color: #FFBB00;
    color: #FFFFFF;
}

.plan-button-3 {
    border-color: #D52AC1;
    color: #D52AC1;
}

.plan-button-3:hover {
    background-color: #D52AC1;
    color: #FFFFFF;
}

.touch .plan-button-3:hover {
    background-color: transparent;
    color: #D52AC1;
}

.plan-button-3:active,
.touch .plan-button-3:active {
    background-color: #D52AC1;
    color: #FFFFFF;
}

.design {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10%;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    z-index: 2;
}

.design-headline {
    padding-bottom: 25px;
    color: #FA0050;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.design-headline strong {
    font-weight: 700;
}

.design-text {
    width: 100%;
    max-width: 470px;
    padding-bottom: 46px;
    color: #FA0050;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.01rem;
}

.design-text strong {
    font-weight: 700;
}

.design-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 58px;
    padding-bottom: 2px;
    box-sizing: border-box;
    border: solid 2px #FA0050;
    border-radius: 100px;
    color: #FA0050;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.design-button:hover {
    color: #FFFFFF;
    background-color: #FA0050;
}

.touch .design-button:hover {
    color: #FA0050;
    background-color: transparent;
}

.design-button:active,
.touch .design-button:active {
    color: #FFFFFF;
    background-color: #FA0050;
}

.design-button svg path {
    transition: 0.18s;
}

.design-button:hover path {
    fill: #FFFFFF;
}

.touch .design-button:hover path {
    fill: #FA0050;
}

.design-button:active path,
.touch .design-button:active path {
    fill: #FFFFFF;
}

.design-button svg {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: 0.1ex;
    margin-left: 0.7ex;
    margin-right: 0ex;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.design-phones {
    position: absolute;
    bottom: 0%;
    right: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    margin: auto;
    z-index: 2;
}

.design-phones-1 {
    position: absolute;
    bottom: 18.29077644606566%;
    right: 16.82653876898481%;
    width: 38.44924060751399%;
}

.design-phones-1-pic {
    width: 100%;
    padding-bottom: 162.993762993763%;
    background-image: url(../resources/phone-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.design-phones-2 {
    position: absolute;
    bottom: 0%;
    left: 17.66586730615508%;
    width: 36.01119104716227%;
}

.design-phones-2-pic {
    width: 100%;
    padding-bottom: 172.142064372919%;
    background-image: url(../resources/phone-5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.design-phones-3 {
    position: absolute;
    bottom: 3.595622720166754%;
    left: 0;
    width: 29.97601918465228%;
}

.design-phones-3-pic {
    width: 100%;
    padding-bottom: 136%;
    background-image: url(../resources/phone-6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.design-phones-4 {
    position: absolute;
    bottom: 27.61855132881709%;
    right: 0;
    width: 31.25499600319744%;
}

.design-phones-4-pic {
    width: 100%;
    padding-bottom: 130.4347826086957%;
    background-image: url(../resources/phone-7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.demo {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0%;
    padding-bottom: 4%;
    padding-left: 32px;
    padding-right: 64px;
    box-sizing: border-box;
    z-index: 2;
}

.demo>div {
    width: 100%;
    max-width: 480px;
}

.demo-headline {
    padding-bottom: 25px;
    color: #FFFFFF;
    font-size: 52px;
    line-height: 54px;
    letter-spacing: -0.01em;
    font-weight: 400;
}

.demo-headline strong {
    font-weight: 700;
}

.demo-logo {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: -0.3ex;
    margin-left: 2px;
    margin-right: 2px;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.demo-text {
    width: 100%;
    max-width: 430px;
    padding-bottom: 46px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -0.01rem;
}

.demo-text strong {
    font-weight: 700;
}

.demo-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 58px;
    padding-bottom: 2px;
    box-sizing: border-box;
    border: solid 2px #FFFFFF;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.18s;
}

.demo-button:hover {
    color: #FA0050;
    background-color: #FFFFFF;
}

.touch .demo-button:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.demo-button:active,
.touch .demo-button:active {
    color: #FA0050;
    background-color: #FFFFFF;
}

.demo-button svg path {
    transition: 0.18s;
}

.demo-button:hover path {
    fill: #FA0050;
}

.touch .demo-button:hover path {
    fill: #FFFFFF;
}

.demo-button:active path,
.touch .demo-button:active path {
    fill: #FA0050;
}

.demo-button svg {
    display: inline-block;
    width: auto;
    height: 1.38ex;
    margin: 0 0 0;
    margin-top: 0.1ex;
    margin-left: 0.7ex;
    margin-right: 0ex;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.modal-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
    overflow: auto;
}

.modal-window {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 156px;
    background: #FFBB00;
    background: -moz-linear-gradient(-45deg, #FFBB00 0%, #FA0050 100%);
    background: -webkit-linear-gradient(-45deg, #FFBB00 0%, #FA0050 100%);
    background: linear-gradient(135deg, #FFBB00 0%, #FA0050 100%);
}

.modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    cursor: pointer;
    transition: 0.18s;
}

.modal-close img {
    display: block;
    width: 12px;
}

.modal-close:hover {
    border: solid 2px rgba(255, 255, 255, 1);
}

.touch .modal-close:hover {
    border: solid 2px rgba(255, 255, 255, 0.5);
}

.modal-close:active,
.touch .modal-close:active {
    border: solid 2px rgba(255, 255, 255, 1);
}

.modal-brand {
    display: block;
    width: 200px;
    padding-top: 8px;
}

.modal-form {
    background-color: #FFFFFF;
}

.modal-intro {
    padding-top: 28px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    color: #FC3944;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.01rem;
}

.modal-divisor {
    display: flex;
    column-gap: 4px;
    width: 120px;
    height: 4px;
    margin: 0 auto;
}

.modal-divisor-1 {
    flex: auto;
    width: 100%;
    border-radius: 100px;
    background: #FA0050;
    background: -moz-linear-gradient(right, #FA0050 0%, #FD7B1B 100%);
    background: -webkit-linear-gradient(right, #FA0050 0%, #FD7B1B 100%);
    background: linear-gradient(to left, #FA0050 0%, #FD7B1B 100%);
}

.modal-divisor-2 {
    width: 4px;
    flex: none;
    border-radius: 100px;
    background-color: #FA0050;
}

.modal-form-fields {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 64px;
    box-sizing: border-box;
}

.modal-form-caption {
    margin-top: -4px;
    padding-bottom: 32px;
    color: #FD7B1B;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.modal-form-box {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    margin: 0;
    margin-bottom: 18px;
    box-sizing: border-box;
    border-radius: 100px;
    border: solid 2px #CCCCCC;
    background-color: #FFFFFF;
    color: #FA0050;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01rem;
    transition: 0.18s;
}

.modal-form-box:focus {
    border-color: #FA0050;
}

.modal-form-box::placeholder {
    color: #999999;
    opacity: 1;
    font-weight: 500;
}

.modal-form-button,
.modal-form-button:focus {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    border-radius: 100px;
    border: none;
    background: #FA0050;
    background: -moz-linear-gradient(right, #FA0050 0%, #FD7B1B 100%);
    background: -webkit-linear-gradient(right, #FA0050 0%, #FD7B1B 100%);
    background: linear-gradient(to left, #FA0050 0%, #FD7B1B 100%);
    color: #FFFFFF;
    font-family: "Barlow", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
    box-sizing: border-box;
    transition: 0.18s;
    cursor: pointer;
}

.modal-form-button:hover {
    filter: brightness(150%);
}

.touch .modal-form-button:hover {
    filter: brightness(100%);
}

.modal-form-button:active,
.touch .modal-form-button:active {
    filter: brightness(150%);
}

#toast {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    padding-top: 48px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
}

#toast-content {
    display: inline-block;
    padding: 12px;
    padding-bottom: 16px;
    padding-left: 26px;
    padding-right: 26px;
    background-color: #111111;
    border-radius: 60px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    opacity: 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

#confirm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFBB00;
    background: -moz-linear-gradient(-45deg, #FFBB00 0%, #FA0050 100%);
    background: -webkit-linear-gradient(-45deg, #FFBB00 0%, #FA0050 100%);
    background: linear-gradient(135deg, #FFBB00 0%, #FA0050 100%);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    z-index: 99999;
}

#confirm strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

#confirm>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
}

#confirm>div>div {
    max-width: 600px;
    margin: 0 auto;
}

#confirm>div>div>div {
    padding-bottom: 16px;
}

#exit {
    display: inline-block;
    margin-top: 16px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.18s;
}

#exit:hover {
    opacity: 1;
}

.touch #exit:hover {
    opacity: 0.5;
}

#exit:active,
.touch #exit:active {
    opacity: 1;
}

@media (max-width: 1300px) {

    .features {
        width: 80%;
        margin-left: -40%;
    }

    .picture-2 {
        bottom: -75%;
        right: 5%;
        width: 45%;
    }

    .sell-right {
        padding-left: 32px;
        padding-right: 32px;
    }

}

@media (max-width: 1200px) {

    .intro-phones {
        padding-right: 7%;
    }

    .picture-2 {
        bottom: -75%;
        right: 3%;
    }

    .forms-1-frame {
        top: 40%;
        right: 10%;
        width: 50%;
        min-width: 640px;
    }

}

@media (max-width: 1070px) {

    .features {
        width: 100%;
        margin-left: -50%;
        padding-left: 56px;
        padding-right: 56px;
    }

}

@media (max-width: 1100px) {

    .picture-2 {
        bottom: -55%;
        right: 2%;
    }

}

@media (max-width: 1025px) {

    .design {
        padding-bottom: 25%;
    }

}

@media (max-width: 1000px) {

    .intro {
        padding-left: 7%;
    }

    .picture-2 {
        bottom: -55%;
        right: 2%;
        width: 52%;
    }

    .sell-phone {
        bottom: 18%;
        width: 84%;
    }

}

@media (max-width: 930px) {

    .features-headline {
        padding-bottom: 54px;
        font-size: 44px;
        line-height: 46px;
    }

    .features-picture img {
        height: 64px;
    }

    .features-title {
        font-size: 26px;
        line-height: 28px;
    }

    .features-text {
        font-size: 19px;
        line-height: 23px;
    }

}

@media (max-width: 900px) {

    .demo {
        width: 100%;
        height: 100%;
        align-items: flex-start;
        justify-content: center;
        padding-top: 20%;
        padding-bottom: 0%;
        padding-left: 48px;
        padding-right: 48px;
    }

    .demo>div {
        max-width: 880px;
    }

}

@media (max-width: 870px) {

    .design {
        width: 100%;
        height: auto;
        padding-top: 18%;
        padding-bottom: 0%;
    }

    .shape-7 {
        margin-top: 20px;
    }

    .forms-1-frame {
        top: 55%;
        width: 80%;
        min-width: auto;
        left: 0;
        right: 0;
        margin: auto;
    }

}

@media (max-width: 840px) {

    .intro-layout {
        display: block;
        height: auto;
    }

    .intro {
        width: 100%;
        padding-top: 84px;
        padding-left: 48px;
        padding-right: 48px;
    }

    .intro>div {
        max-width: 100%;
    }

    .intro-line {
        max-width: 220px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .intro-phones {
        width: 100%;
        padding-top: 40px;
        padding-left: 12%;
        padding-right: 12%;
    }

    .shape-3 {
        margin-top: 40%;
    }

}

@media (max-width: 820px) {

    .design {
        padding-top: 22%;
    }

    .shape-7 {
        margin-top: 20px;
    }

    .forms-1-frame {
        top: 60%;
    }

    .bar-caption {
        display: none;
    }

    .bar-action {
        flex: auto;
    }

}

@media (max-width: 780px) {

    .picture-2 {
        bottom: -13%;
        right: 2%;
        width: 55%;
    }

    .sell {
        top: -6%;
    }

    .footer {
        margin-top: -100px;
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .footer-layout {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .footer-logo {
        width: 100%;
        justify-content: center;
    }

    .footer-networks {
        justify-content: center;
    }

}

@media (max-width: 720px) {

    .sell {
        display: block;
        top: 0;
        padding-left: 24px;
        padding-right: 24px;
        height: auto;

    }

    .sell-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sell-right {
        width: 100%;
        padding-bottom: 0%;
    }

    .sell-phone {
        position: relative;
        bottom: 0%;
        right: 0%;
        margin-top: -0%;
        width: 100%;
        max-width: 260px;
    }

    .sell-stamp {
        padding-top: 20px;
        padding-bottom: 24px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 28px;
    }

    .sell-stamp-icon {
        width: 72px;
        margin-top: 10px;
    }

    .sell-headline {
        padding-top: 24px;
        font-size: 36px;
        line-height: 38px;
        text-align: center;
    }

    .sell-text {
        max-width: 100%;
        padding-bottom: 24px;
        margin-top: -8px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .sell-button {
        width: 180px;
        height: 48px;
        font-size: 18px;
        line-height: 18px;
        margin: 0 auto;
    }

    .bar img {
        width: 120px;
    }

    .bar-button {
        width: 160px;
        height: 48px;
        font-size: 18px;
        line-height: 18px;
    }

}

@media (max-width: 700px) {

    .shape-7 {
        margin-top: -100px;
    }

    .forms-1-frame {
        top: 54%;
    }

}

@media (max-width: 670px) {

    .forms-2-frame {
        left: 5%;
        width: 90%;
        min-width: initial;
    }

}

@media (max-width: 600px) {

    .intro-phones {
        padding-left: 40px;
        padding-right: 40px;
    }

    .shape-4 {
        margin-top: 0%;
    }

    .picture-2 {
        bottom: -6%;
        right: 2%;
        width: 70%;
    }

    .shape-7 {
        margin-top: -180px;
    }

    .forms-1-frame {
        top: 50%;
    }

}

@media (max-width: 530px) {

    .shape-4 {
        margin-top: 170px;
    }

    .features {
        top: 27%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .features-headline {
        padding-bottom: 40px;
        font-size: 36px;
        line-height: 38px;
    }

    .features-picture img {
        height: 72px;
    }

    .features-title {
        padding-top: 18px;
        padding-bottom: 10px;
        font-size: 25px;
        line-height: 27px;
    }

    .features-text {
        font-size: 18px;
        line-height: 22px;
    }

    .shape-6 {
        margin-top: -86%;
    }

    .plans-headline {
        padding-top: 18%;
        font-size: 36px;
        line-height: 38px;
    }

    .plan-slide {
        min-width: 340px;
    }

    .plan-header {
        padding-top: 14px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .plan-name {
        font-size: 25px;
        line-height: 25px;
    }

    .plan-price {
        font-size: 25px;
        line-height: 25px;
    }

    .plan-details {
        row-gap: 16px;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .plan-detail-caption {
        font-size: 19px;
        line-height: 22px;
    }

    .plan-button {
        height: 48px;
        font-size: 20px;
        line-height: 20px;
    }

    .demo {
        padding-top: 30%;
    }

    .demo-headline {
        padding-top: 24px;
        font-size: 36px;
        line-height: 38px;
        text-align: center;
    }

    .demo-text {
        max-width: 100%;
        padding-bottom: 24px;
        margin-top: -8px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .demo-button {
        width: 180px;
        height: 48px;
        font-size: 18px;
        line-height: 18px;
        margin: 0 auto;
    }

}

@media (max-width: 480px) {

    .picture-1-frame {
        left: 20%;
        width: 720px;
    }

    .intro {
        padding-left: 32px;
        padding-right: 32px;
    }

    .intro-phones {
        padding-left: 32px;
        padding-right: 32px;
    }

    .intro-headline {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 35px;
        line-height: 35px;
    }

    .intro-text {
        font-size: 20px;
        line-height: 25px;
    }

    .intro-line {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .intro-button {
        width: 180px;
        height: 48px;
        font-size: 18px;
        line-height: 18px;
    }

    .shape-3 {
        margin-top: -35%;
    }

    .sell-phone {
        max-width: 220px;
    }

    .shape-7 {
        margin-top: -360px;
    }

    .forms-1-frame {
        top: 43%;
    }

    .design {
        padding-top: 30%;
    }

    .design-headline {
        font-size: 36px;
        line-height: 38px;
        padding-bottom: 16px;
    }

    .design-text {
        padding-bottom: 24px;
        font-size: 20px;
        line-height: 24px;
    }

    .design-button {
        width: 180px;
        height: 48px;
        font-size: 18px;
        line-height: 18px;
    }

    .forms-2-frame {
        top: 59%;
    }

    .footer {
        margin-top: -270px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-caption {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-networks img {
        width: 48px;
    }

    .gradient {
        height: 150px;
    }

    .modal-layout {
        padding: 8px;
    }

    .modal-window {
        box-shadow: none;
    }

    .modal-brand {
        width: 160px;
    }

    .modal-intro {
        padding-left: 32px;
        padding-right: 32px;
        font-size: 22px;
        line-height: 28px;
    }

    .modal-form-fields {
        padding-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

}