* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    outline: 0;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #f9fffc;
    font-size: 18px;
    line-height: 25px;
    color: #414141;
}

.container,
body {
    margin: 0 auto;
    padding: 0;
}

.container {
    max-width: 940px;
}

.header {
    width: 100%;
    background: #163b84;
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
}

.header-container a {
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.header-btn-buy {
    background: -webkit-gradient( linear, right top, left top, from(#ffc700), to(#ff7a00));
    background: -webkit-linear-gradient(right, #ffc700, #ff7a00);
    background: -o-linear-gradient(right, #ffc700 0, #ff7a00 100%);
    background: -o-linear-gradient(right, #ffc700, #ff7a00);
    background: linear-gradient(270deg, #ffc700, #ff7a00);
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 68px;
    cursor: pointer;
    -webkit-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}

.header-btn-buy:hover {
    background: -webkit-gradient( linear, right top, left top, from(#ff7a00), to(red));
    background: -webkit-linear-gradient(right, #ff7a00, red);
    background: -o-linear-gradient(right, #ff7a00 0, red 100%);
    background: -o-linear-gradient(right, #ff7a00, red);
    background: linear-gradient(270deg, #ff7a00, red);
}

@font-face {
    font-family: BebasNeueCyrillic;
    src: local("BebasNeueCyrillic"), url(../fonts/BebasNeueCyrillic_1.ttf);
}

.main {
    width: 100%;
    overflow-x: hidden;
}

.item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title {
    font-family: BebasNeueCyrillic, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
}

.show-for-mobile {
    display: none;
}

.header-scroll {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 77;
    -webkit-transition: all 0.45s ease;
    -o-transition: all ease 0.45s;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.welcome {
    background: url(../img/welcome-bg2.png) 0 -61px / auto 770px no-repeat, url(../img/welcome-bg1.png) 100% -61px / auto 770px no-repeat, url(../img/welcome-bg4.png) center 0/100% 100% no-repeat, url(../img/welcome-bg3.png) center 0/100% 100% no-repeat, -webkit-radial-gradient(49.97% 0, 100% 100%, #4b63af 0, #3ac5c1 100%);
    background: url(../img/welcome-bg2.png) 0 -61px / auto 770px no-repeat, url(../img/welcome-bg1.png) 100% -61px / auto 770px no-repeat, url(../img/welcome-bg4.png) center 0/100% 100% no-repeat, url(../img/welcome-bg3.png) center 0/100% 100% no-repeat, -o-radial-gradient(49.97% 0, 100% 100%, #4b63af 0, #3ac5c1 100%);
    background: url(../img/welcome-bg2.png) 0 -61px / auto 770px no-repeat, url(../img/welcome-bg1.png) 100% -61px / auto 770px no-repeat, url(../img/welcome-bg4.png) center 0/100% 100% no-repeat, url(../img/welcome-bg3.png) center 0/100% 100% no-repeat, radial-gradient(100% 100% at 49.97% 0, #4b63af 0, #3ac5c1 100%);
}

.welcome-container {
    padding: 33px 0 0;
}

.welcome-content {
    width: calc(100% - 320px);
    position: relative;
}

.welcome-content .welcome-bg {
    position: absolute;
    bottom: 0;
    left: -368px;
    background: url(../img/welcome-girl.png) bottom/auto 100% no-repeat;
    height: 650px;
    width: 506px;
}

.welcome-title-block {
    padding: 0 0 0 5%;
    position: relative;
}

.welcome-title-bg {
    position: absolute;
    top: 0;
    left: 32px;
    margin: 0 -148px 0 0;
    font-family: BebasNeueCyrillic, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: hsla(0, 0%, 100%, 0.13);
}

.welcome-title-bg span:first-child {
    font-size: 32px;
    line-height: 0.8;
}

.welcome-title-bg span:nth-child(3) {
    font-size: 190px;
    line-height: 160px;
}

.welcome-title-bg span:nth-child(5) {
    font-size: 190px;
    line-height: 160px;
    padding: 0 0 0 32px;
}

.welcome-title {
    position: relative;
    font-family: BebasNeueCyrillic, sans-serif;
    font-style: normal;
    color: #fdb320;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffeb9a), color-stop(75%, #fdb320));
    background-image: -webkit-linear-gradient(top, #ffeb9a, #fdb320 75%);
    background-image: -o-linear-gradient(top, #ffeb9a 0, #fdb320 75%);
    background-image: -o-linear-gradient(top, #ffeb9a, #fdb320 75%);
    background-image: linear-gradient(180deg, #ffeb9a, #fdb320 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 32px 0 0;
}

.welcome-title span:first-child {
    font-size: 24px;
    line-height: 0;
}

.welcome-title span:nth-child(3),
.welcome-title span:nth-child(5) {
    font-size: 146px;
    line-height: 126px;
}

.welcome-title span:nth-child(5) {
    padding: 0 0 0 32px;
}

.welcome-title img {
    position: absolute;
    top: 48px;
    left: 307px;
}

.product-image-block {
    position: relative;
    z-index: 3;
    margin: -54px auto 0 -136px;
}

.product-image-block .product-image {
    position: relative;
    margin: 0 auto -144px;
    z-index: 1;
}

.product-image-block .bg1-1 {
    position: absolute;
    bottom: -51px;
    left: -16px;
    z-index: 0;
}

.product-image-block .bg1-2 {
    position: absolute;
    bottom: -24px;
    left: 136px;
    z-index: 0;
}

.product-image-block .bg2 {
    position: absolute;
    bottom: -108px;
    left: 118px;
    z-index: 1;
}

.product-image-block .bg3 {
    position: absolute;
    bottom: 8px;
    left: 108px;
    z-index: 2;
}

.product-image-block .bg4 {
    position: absolute;
    bottom: 79px;
    left: 120px;
    z-index: 2;
}

.product-image-block .bg5 {
    position: absolute;
    bottom: 150px;
    left: 132px;
    z-index: 2;
}

.product-image-block .bg6 {
    position: absolute;
    bottom: 221px;
    left: 146px;
    z-index: 2;
}

.welcome-card-container {
    list-style: none;
    width: 372px;
    padding: 64px 0 0;
    margin: 0 auto 0 -243px;
}

.welcome-card {
    position: relative;
    width: 100%;
    background: -webkit-gradient( linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
    background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0) 0, #fff 100%);
    background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff);
    margin: 10px 0;
    padding: 10px 10px 8px 98px;
    font-size: 12px;
    line-height: 14px;
    color: #414141;
}

.welcome-card h5 {
    font-family: BebasNeueCyrillic, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #163b84;
}

.welcome-card:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 52px;
    background: url(../img/welcome-icon.svg) 50%/100% 100% no-repeat;
    width: 44px;
    height: 44px;
}

.welcome-form {
    position: relative;
    z-index: 5;
}

.form-container {
    width: 320px;
    margin: 0 0 0 auto;
    z-index: 3;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
}

.time-block {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #163b84;
    color: #fff;
}

.time-title {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 16px 0 12px;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
}

.time-remain {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 14px;
    font-weight: 300;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.time-remain,
.time-remain-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.time-remain-items {
    width: 70px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 14px;
    background: #113782;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}

.hour,
.minutes,
.seconds {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.time-dots {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}

.form-block {
    padding: 10px 0 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.form-title-price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    padding: 20px 20px 0;
}

.old-price {
    color: #9e9e9e;
    position: relative;
    margin: 0 5px 0 0;
    overflow: hidden;
}

.new-price,
.old-price {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.04em;
    padding: 12px 8px;
}

.new-price {
    margin: 0 0 0 5px;
    color: red;
}

.prize-title {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
}

.line {
    position: absolute;
    top: 57%;
    right: 16%;
    display: block;
    background: #d2d2d2;
    width: 70%;
    height: 1px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 8px 20px 0;
    color: #000;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #717171;
}

::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #717171;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #717171;
}

::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #717171;
}

.form-input-block {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.form-input-img {
    position: absolute;
    top: 38%;
    left: 8%;
}

.form-input {
    width: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #383838;
    padding: 16px 0 16px 56px;
    margin: 7.5px auto;
    outline: 0;
}

.form-input:focus {
    color: #2c2c2c;
    border: none;
    border: 1px solid #383838;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #383838;
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    font-size: 10px;
}

.form-checkbox .checkbox {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.form-checkbox-text {
	margin-left: 20px;
}

.form-checkbox-text a {
    color: inherit;
    padding: 0;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.form-checkbox a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.btn-form-buy {
    font-family: inherit;
    width: 100%;
    padding: 30px 0;
    margin: 5px auto 20px;
    background: -webkit-gradient( linear, right top, left top, from(#ffc700), to(#ff7a00));
    background: -webkit-linear-gradient(right, #ffc700, #ff7a00);
    background: -o-linear-gradient(right, #ffc700 0, #ff7a00 100%);
    background: -o-linear-gradient(right, #ffc700, #ff7a00);
    background: linear-gradient(270deg, #ffc700, #ff7a00);
    border-radius: 5px;
    border: transparent;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    line-height: 0;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.15s ease;
    -o-transition: all ease 0.15s;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.btn-form-buy:hover {
    background: -webkit-gradient( linear, right top, left top, from(#ff7a00), to(red));
    background: -webkit-linear-gradient(right, #ff7a00, red);
    background: -o-linear-gradient(right, #ff7a00 0, red 100%);
    background: -o-linear-gradient(right, #ff7a00, red);
    background: linear-gradient(270deg, #ff7a00, red);
}

.form-card-pay {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 15px 20px;
}

.form-card-pay,
.form-card-pay-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-card-pay-items {
    width: 35%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-card-pay-items img {
    margin: 0 4px;
}

.form-card-pay-txt1 {
    width: 100%;
    padding: 0;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #383838;
}

.form-card-pay-txt2 {
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #383838;
    padding: 0;
}

.form-protect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 24px;
    width: 90%;
    margin: 0 auto;
}

.what {
    padding: 100px 0 0;
}

.what .title {
    color: #163b84;
}

.what-subtitle {
    max-width: 700px;
    margin: 0 auto;
    padding: 3px 0;
    position: relative;
    text-align: center;
    color: #414141;
    padding: 0 0 0 80px;
}

.what-subtitle span {
    font-weight: 700;
}

.what-subtitle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/what-icon.svg) 0 / auto 100% no-repeat;
    width: 63px;
    height: 63px;
}

.what-container {
    position: relative;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.what-image-bg {
    position: absolute;
    top: 145px;
    left: 50%;
    font-family: BebasNeueCyrillic, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 288px;
    line-height: 288px;
    color: #f4f4f4;
    z-index: -1;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.what-image-bg span {
    padding: 0 0 0 448px;
}

.what-image img {
    display: block;
    margin: 0 auto;
}

.what-card-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.what-card {
    position: relative;
    font-family: BebasNeueCyrillic, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 0.5;
    color: #fdb320;
}

.what-card span {
    font-size: 36px;
    line-height: 0;
}

.what-left .what-card:first-child:after {
    content: "";
    position: absolute;
    top: -126px;
    right: -70px;
    background: url(../img/what-icon2.svg) 50%/100% auto no-repeat;
    width: 154px;
    height: 70px;
}

.what-right .what-card:first-child {
    padding: 0 0 150%;
    color: #779e31;
}

.what-right .what-card:first-child:after {
    content: "";
    position: absolute;
    bottom: 54px;
    left: 0;
    background: url(../img/what-icon3.svg) 50% / auto 100% no-repeat;
    width: 116px;
    height: 150px;
}

.what-right .what-card:nth-child(2) {
    padding: 150% 0 0;
    color: #ce5053;
}

.what-right .what-card:nth-child(2):after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    background: url(../img/what-icon4.svg) 50% / auto 100% no-repeat;
    width: 116px;
    height: 154px;
}

.why {
    background: #fdb320;
    color: #fff;
    padding: 65px 0;
}

.why-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-title {
    position: relative;
    width: 50%;
    font-family: BebasNeueCyrillic, sans-serif;
    font-size: 48px;
    line-height: 48px;
    padding: 0 0 0 80px;
}

.why-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/why-icon.png) 50% / contain no-repeat;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.why-content {
    width: 50%;
}

.how-help {
    padding: 90px 0;
    background: url(../img/how-help-bg.png) 50% calc(100% - 90px) / 100% 100% no-repeat, url(../img/how-help-bg2.png) 0 0/600px auto no-repeat, url(../img/how-help-bg3.png) 100% 0/574px auto no-repeat, -webkit-radial-gradient(49.97% 0, 100% 100%, #4b63af 0, #3ac5c1 100%);
    background: url(../img/how-help-bg.png) 50% calc(100% - 90px) / 100% 100% no-repeat, url(../img/how-help-bg2.png) 0 0/600px auto no-repeat, url(../img/how-help-bg3.png) 100% 0/574px auto no-repeat, -o-radial-gradient(49.97% 0, 100% 100%, #4b63af 0, #3ac5c1 100%);
    background: url(../img/how-help-bg.png) 50% calc(100% - 90px) / 100% 100% no-repeat, url(../img/how-help-bg2.png) 0 0/600px auto no-repeat, url(../img/how-help-bg3.png) 100% 0/574px auto no-repeat, radial-gradient(100% 100% at 49.97% 0, #4b63af 0, #3ac5c1 100%);
}

.how-help .title {
    text-align: left;
}

.how-help-container {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.how-help-content {
    width: 50%;
    color: #fff;
}

.how-help-content p {
    padding: 30px 0 0;
}

.how-help-image {
    position: relative;
    width: 50%;
}

.how-help-img {
    display: block;
    margin: 0 auto;
}

.how-help-img-bg {
    position: absolute;
    top: 15%;
    right: 7%;
}

.how-help-btn-buy {
    display: block;
    margin: 24px auto 0;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    background: -webkit-gradient( linear, right top, left top, from(#ffc700), to(#ff7a00));
    background: -webkit-linear-gradient(right, #ffc700, #ff7a00);
    background: -o-linear-gradient(right, #ffc700 0, #ff7a00 100%);
    background: -o-linear-gradient(right, #ffc700, #ff7a00);
    background: linear-gradient(270deg, #ffc700, #ff7a00);
    border-radius: 5px;
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 30px 68px;
    width: 280px;
    cursor: pointer;
    -webkit-transition: all 0.45s ease-out;
    -o-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
}

.how-help-btn-buy:hover {
    background: -webkit-gradient( linear, right top, left top, from(#ff7a00), to(red));
    background: -webkit-linear-gradient(right, #ff7a00, red);
    background: -o-linear-gradient(right, #ff7a00 0, red 100%);
    background: -o-linear-gradient(right, #ff7a00, red);
    background: linear-gradient(270deg, #ff7a00, red);
}

.how-work {
    padding: 100px 0 55px;
}

.how-work .title {
    color: #163b84;
    padding: 0 0 55px;
}

.how-work-container {
    padding: 45px 0;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-work-image {
    width: 50%;
    position: relative;
}

.how-work-image h6 {
    font-size: 24px;
    line-height: 40px;
    color: #a5a5a5;
    padding: 24px 0 0;
}

.how-work-image h6,
.how-work-image-bg {
    font-family: BebasNeueCyrillic, sans-serif;
    text-align: center;
}

.how-work-image-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
    line-height: 70px;
    color: #ededed;
    width: 100%;
    z-index: -1;
}

.how-work-img {
    display: block;
    margin: 0 auto;
}

.how-work-content {
    width: 50%;
}

.how-work-container:nth-child(2) .how-work-image:after {
    content: "";
    position: absolute;
    top: -58px;
    right: 0;
    background: url(../img/how-work-arrow1.svg) 50% / contain no-repeat;
    width: 196px;
    height: 86px;
}

.how-work-container:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.how-work-container:nth-child(3) .how-work-image:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/how-work-arrow2.svg) 50% / contain no-repeat;
    width: 54px;
    height: 15px;
}

.how-work-container:nth-child(3) .how-work-image-bg {
    color: #f8f3de;
}

.how-work-container:nth-child(3) h6 {
    color: #e2c21a;
}

.how-work-container:nth-child(4) .how-work-image:after {
    content: "";
    position: absolute;
    bottom: -58px;
    right: -58px;
    background: url(../img/how-work-arrow1.svg) 50% / contain no-repeat;
    width: 196px;
    height: 86px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.how-work-container:nth-child(4) .how-work-image-bg {
    color: #b3ecf8;
}

.how-work-container:nth-child(4) h6 {
    color: #28aff0;
}

.comments {
    padding: 100px 0 80px;
    background: #fdb320;
    color: #fff;
}

.comments-container {
    padding: 48px 0 0;
    position: relative;
    background: url(../img/comments-icon1.svg) 0 24px/71px 71px no-repeat, url(../img/comments-icon2.svg) 50% 48px/43px 43px no-repeat, url(../img/comments-icon3.svg) 25% 100%/57px 57px no-repeat;
    width: 100%;
    height: 520px;
}

.comments-slide {
    cursor: -webkit-grab;
    cursor: grab;
    padding: 36px 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-slide .comments-content {
    padding: 0 0 0 20px;
    max-width: 460px;
}

.comments-slide .comments-content h6 {
    padding: 0 0 24px;
    font-size: inherit;
    font-weight: 700;
}

.slider-navigation {
    position: absolute;
    bottom: 24px;
    left: 51%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-navigation .prev-slide {
    margin: 0 26px 0 0;
}

.slider-navigation .next-slide,
.slider-navigation .prev-slide {
    background: url(../img/slide-arrow.svg) 50% / contain no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
    outline: 0;
}

.slider-navigation .next-slide {
    margin: 0 0 0 26px;
}

.slider-navigation .next-slide,
.slider-navigation .prev-slide:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-navigation .next-slide:hover,
.slider-navigation .prev-slide:hover {
    background: url(../img/slide-arrow-hover.svg) 50% / contain no-repeat;
}

.slider-navigation .next-slide:hover {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.slider-navigation .swiper-pagination-bullet {
    margin: 0 3px;
}

.slider-navigation .swiper-pagination-bullet-active {
    background: #fff;
}

.footer {
    margin: -100px auto 0;
    background: #163b84;
    text-align: center;
    color: #fff;
    padding: 108px 0 38px;
}

.footer p {
    padding: 12px 0;
}

.footer span {
    font-weight: 700;
}

.opacity-0 {
    opacity: 0;
}

.animation-delay02 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animation-delay03 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animation-delay04 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animation-delay05 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animation-delay06 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animation-delay07 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.animation-delay08 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.animation-delay09 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animation-delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animation-delay14 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.animation-delay16 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.animation-delay18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.animation-delay20 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: a;
    animation-name: a;
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes b {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: b;
    animation-name: b;
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: c;
    animation-name: c;
}

@-webkit-keyframes d {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes d {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: d;
    animation-name: d;
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes e {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: e;
    animation-name: e;
}

.form-refund {
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 6x 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #eb7508;
    background: #fff2e7;
    border: 1px solid #fd9f4a;
    border-radius: 5px;
}

.form-refund img {
    margin: 0 0 -6px;
}

.form-refund p {
    padding: 0 0 0 10px;
}

.refund-comment {
    padding: 12px 20px;
    background: #fff2e7;
    color: #eb7508;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;
}

.popup-modal {
    position: fixed;
    z-index: 211;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.55);
    display: none;
}

.popup-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.popup {
    overflow: hidden;
    border-radius: 20px;
    width: 728px;
    margin: 0 auto;
    z-index: 14;
    position: relative;
}

.popup .time-remain {
    padding: 12px 0;
    width: 100%;
}

.popup .time-remain-items {
    background: #113782;
    color: #fff;
}

.popup .form-title-price {
    padding: 12px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup .new-price,
.popup .old-price {
    width: 44%;
    margin: 0;
}

.popup .time-dots {
    color: #113782;
}

.popup .btn-form-buy {
    margin: 17px 0;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.popup-top {
    background: -webkit-radial-gradient( 49.97% 0, 100% 100%, #4b63af 0, #3ac5c1 100%);
    background: -o-radial-gradient(49.97% 0, 100% 100%, #4b63af 0, #3ac5c1 100%);
    background: radial-gradient(100% 100% at 49.97% 0, #4b63af 0, #3ac5c1 100%);
    border-radius: 20px 20px 0 0;
    position: relative;
}

.popup-title {
    margin: 0 auto;
    padding: 45px 0 43px 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}

.popup-close {
    padding: 2px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    border-radius: 50%;
}

.popup-close:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient( linear, left top, left bottom, from(#00689f), to(#00486f));
    background: -webkit-linear-gradient(top, #00689f, #00486f);
    background: -o-linear-gradient(top, #00689f 0, #00486f 100%);
    background: linear-gradient(180deg, #00689f, #00486f);
}

.popup-bottom {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.popup-image {
    position: relative;
    margin: -126px auto 0;
}

.popup-image .popup-img {
    margin: 0 auto;
    display: block;
}

.popup-image .popup-image-bg {
    max-width: 252px;
    position: absolute;
    left: -84px;
    bottom: -42px;
}

.popup-content {
    width: 50%;
    padding: 18px 56px 18px 0;
}

.popup-content h3 {
    width: 100%;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #163b84;
}

@media screen and (max-width: 1220px) {
    .welcome-content .welcome-bg {
        display: none;
    }
}

@media screen and (max-width: 1020px) {
    body {
        font-size: 14px;
        line-height: 19px;
    }
    .title {
        font-size: 36px;
        line-height: 36px;
    }
    .welcome-title-bg {
        margin: 0 -48px 0 0;
        left: 22px;
    }
    .welcome-title-bg span:first-child {
        font-size: 19px;
    }
    .welcome-title-bg span:nth-child(3),
    .welcome-title-bg span:nth-child(5) {
        font-size: 110px;
        line-height: 90px;
    }
    .welcome-title {
        padding: 8px 0 0;
    }
    .welcome-title span:first-child {
        font-size: 17px;
    }
    .welcome-title span:nth-child(3),
    .welcome-title span:nth-child(5) {
        font-size: 93px;
        line-height: 76px;
    }
    .welcome-title img {
        width: 87px;
        top: 12px;
        left: 197px;
    }
    .product-image-block {
        margin: -54px auto 0 -76px;
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        transform: scale(0.85);
    }
    .welcome-card-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 60px 0 27px;
        margin: 0 auto;
    }
    .welcome-card {
        width: calc(33% - 10px);
        padding: 25px 10px 8px 54px;
        height: 123px;
    }
    .welcome-card h5 {
        padding: 0 0 4px;
    }
    .welcome-card:first-child h5 {
        padding: 0 36px 4px 0;
    }
    .welcome-card:after {
        top: 25px;
        left: 10px;
    }
    .form-container {
        position: relative;
        z-index: 1;
    }
    .what {
        padding: 70px 0 0;
    }
    .what-subtitle {
        max-width: 480px;
        padding: 11px 0 0 80px;
    }
    .what-container {
        padding: 50px 0 76px;
    }
    .what-image-bg {
        font-size: 230px;
        line-height: 230px;
    }
    .what-image img {
        max-width: 344px;
    }
    .why-title {
        font-size: 30px;
        line-height: 30px;
        width: 40%;
    }
    .why-content {
        width: 60%;
    }
    .how-help {
        padding: 54px 0;
    }
    .how-help-img {
        max-width: 263px;
    }
    .how-help-btn-buy {
        width: 100%;
    }
    .how-work {
        padding: 70px 0 55px;
    }
    .how-work .title {
        padding: 0 0 24px;
    }
    .how-work-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px 0;
    }
    .how-work-image-bg {
        font-size: 72px;
        line-height: 70px;
    }
    .how-work-image {
        width: calc(100% - 435px);
    }
    .how-work-image h6 {
        font-size: 18px;
        padding: 24px 0 0;
    }
    .how-work-img {
        max-width: 120px;
    }
    .how-work-content {
        width: 435px;
    }
    .how-work-container:nth-child(2) .how-work-image:after {
        top: -38px;
        right: -58px;
    }
    .how-work-container:nth-child(3) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .how-work-container:nth-child(3) .how-work-image:after {
        background: url(../img/how-work-arrow3.svg) 50% / contain no-repeat;
        width: 24px;
    }
    .how-work-container:nth-child(4) .how-work-image:after {
        bottom: -48px;
        right: -86px;
    }
    .comments {
        padding: 70px 0 80px;
    }
    .comments-container {
        height: 440px;
    }
    .comments-slide img {
        width: 344px;
    }
    .slider-navigation {
        bottom: 10px;
    }
    .footer {
        margin: -70px auto 0;
        padding: 47px 0 32px;
    }
}

@media screen and (max-width: 980px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .header-container {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 767px) {
    .popup-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .popup {
        width: 320px;
        overflow: scroll;
    }
    .popup .form-title-price {
        padding: 12px 0;
    }
    .popup .btn-form-buy {
        width: 100%;
        font-size: 24px;
        line-height: 27px;
        margin: 8px auto 12px;
        padding: 18px 0;
    }
    .popup-title {
        padding: 42px 20px 86px;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0.02em;
        text-align: center;
    }
    .popup-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .popup-image {
        padding: 0 20px;
        margin: -84px auto 10px;
    }
    .popup-image img {
        width: auto;
        max-height: 220px;
    }
    .popup-image .popup-image-bg {
        max-width: 140px;
        left: -24px;
        bottom: -12px;
    }
    .popup-content {
        width: 100%;
        padding: 0 18px 18px;
    }
    .popup-content h3 {
        font-size: 24px;
        text-align: center;
    }
    .item-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-btn-buy {
        display: none;
    }
    .welcome-content {
        width: 100%;
    }
    .welcome-title-block {
        padding: 0;
    }
    .welcome-title-bg {
        left: 0;
    }
    .welcome-card-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 36px 0 0;
    }
    .welcome-card {
        width: 100%;
        padding: 10px 10px 8px 54px;
        height: auto;
    }
    .welcome-card:after {
        top: 10px;
        left: 8px;
    }
    .product-image-block {
        margin: -68px auto 0 -118px;
    }
    .welcome-form {
        width: 100%;
        padding: 0 0 62px;
    }
    .form-container {
        margin: 0 auto;
    }
    .what-subtitle {
        max-width: 100%;
        padding: 16px 0 0 80px;
        text-align: left;
    }
    .what-subtitle:after {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .what-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .what-image-bg {
        width: 100%;
        font-size: 125px;
        line-height: 125px;
    }
    .what-image-bg span {
        padding: 0 0 0 55%;
    }
    .what-image img {
        max-width: 224px;
    }
    .what-card {
        font-size: 64px;
        line-height: 0.5;
    }
    .what-card span {
        font-size: 23px;
    }
    .what-left .what-card {
        top: -126px;
        right: -8px;
    }
    .what-left .what-card:first-child:after {
        top: -38px;
        right: -70px;
        width: 86px;
        height: 39px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    .what-right .what-card:first-child {
        padding: 0 0 180%;
        right: 12px;
    }
    .what-right .what-card:first-child:after {
        bottom: 90px;
        left: 16px;
        height: 84px;
        width: 68px;
    }
    .what-right .what-card:nth-child(2) {
        padding: 160% 0 0;
        right: 12px;
    }
    .what-right .what-card:nth-child(2):after {
        top: 40px;
        height: 84px;
        width: 68px;
    }
    .why {
        padding: 50px 0;
    }
    .why-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .why-title {
        width: 100%;
    }
    .why-content {
        padding: 30px 0 0;
        width: 100%;
    }
    .how-help {
        padding: 50px 0;
    }
    .how-help-content,
    .how-help-image {
        width: 100%;
    }
    .how-help-image {
        padding: 24px 0 0;
    }
    .how-help-img {
        max-width: 309px;
    }
    .how-work-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .how-work-container:nth-child(3) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right;
    }
    .how-work-image {
        width: 65%;
    }
    .how-work-content {
        width: 100%;
    }
    .how-work-container:nth-child(2) .how-work-image:after {
        top: 38px;
        right: -136px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    .how-work-container:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-work-container:nth-child(3) .how-work-image:after {
        background: url(../img/how-work-arrow1.svg) 50% / contain no-repeat;
        width: 196px;
        height: 86px;
        -webkit-transform: scaleX(-1) rotate(35deg);
        -ms-transform: scaleX(-1) rotate(35deg);
        transform: scaleX(-1) rotate(35deg);
        top: 30%;
        left: -144px;
    }
    .how-work-container:nth-child(4) .how-work-image:after {
        top: 68px;
        right: -148px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    .comments-container {
        height: 720px;
        background: url(../img/comments-icon1.svg) 0 24px/71px 71px no-repeat, url(../img/comments-icon2.svg) 100% 48px/43px 43px no-repeat, url(../img/comments-icon3.svg) 45% 360px/57px 57px no-repeat;
    }
    .comments-slide .comments-content {
        padding: 48px 0 0;
    }
    .slider-navigation {
        width: 100%;
        bottom: -48px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer {
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px) {
    .show-for-mobile {
        display: block;
    }
    .welcome-title-bg span:first-child {
        font-size: 19px;
    }
    .welcome-title-bg span:nth-child(3) {
        font-size: 85px;
        line-height: 85px;
    }
    .welcome-title-bg span:nth-child(5) {
        font-size: 85px;
        line-height: 65px;
    }
    .welcome-title {
        margin: 0 -24px 0 0;
    }
    .welcome-title span:nth-child(3) {
        font-size: 76px;
    }
    .welcome-title span:nth-child(5) {
        font-size: 76px;
        line-height: 55px;
    }
    .welcome-title img {
        width: 66px;
        top: 12px;
        left: 167px;
    }
    .welcome-card {
        padding: 15px 54px;
        height: 106px;
    }
    .product-image-block {
        margin: -68px auto 0 -132px;
    }
    .what-container {
        padding: 50px 0 36px;
    }
    .what-image img {
        max-width: 198px;
    }
    .what-image-bg {
        font-size: 96px;
        line-height: 96px;
    }
    .what-card {
        font-size: 48px;
    }
    .what-card span {
        font-size: 18px;
    }
    .what-left .what-card {
        top: -138px;
        right: -24px;
    }
    .what-left .what-card:first-child:after {
        top: 0;
        right: -76px;
        width: 66px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .what-right .what-card:first-child {
        right: 16px;
    }
    .what-right .what-card:first-child:after {
        bottom: 70px;
        left: 0;
        height: 60px;
    }
    .what-right .what-card:nth-child(2) {
        padding: 200% 0 0;
        right: 16px;
    }
    .what-right .what-card:nth-child(2):after {
        top: 67px;
        height: 60px;
    }
    .how-work-image {
        width: 100%;
    }
    .how-work-image h6 {
        padding: 0 0 12px;
    }
    .how-work-content {
        text-align: center;
    }
    .how-work-container,
    .how-work-container:nth-child(3) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .how-work-container .how-work-image:after,
    .how-work-container:nth-child(2) .how-work-image:after,
    .how-work-container:nth-child(3) .how-work-image:after,
    .how-work-container:nth-child(4) .how-work-image:after {
        background: 0 0;
    }
    .comments-container {
        height: 720px;
        background: url(../img/comments-icon1.svg) 0 24px/71px 71px no-repeat, url(../img/comments-icon2.svg) 100% 48px/43px 43px no-repeat, url(../img/comments-icon3.svg) 45% 316px/57px 57px no-repeat;
    }
    .comments-slide {
        padding: 36px 10px 0;
    }
    .comments-slide img {
        width: 280px;
    }
}