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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #464646;
}

a,
body {
    outline: 0;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-text-decoration-style: none;
    text-decoration-style: none;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
}

.main {
    overflow: hidden;
}

.flex-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: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #334B24;
}

.warning__title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 37px;
}

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

.form-container {
    position: relative;
    margin: 0 auto;
    width: 378px;
    z-index: 3;
    overflow: hidden;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.time-block {
    padding: 20px 28px 24px;
    width: 100%;
    color: #fff;
    background-color: #691762;
}

.time-title {
    margin: 0 auto 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}

.time-remain {
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 8px;
    line-height: 9px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

.time-remain,
.time-remain-items {
    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;
}

.time-remain-items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 25px 2px;
    width: 26.7%;
    border-radius: 5px;
    z-index: 1;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
    background: #691762;
}

.hour,
.minutes,
.seconds {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.time-dots {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
}

.form-block {
    padding: 14px 0 30.9px;
    background: #fff;
}

.form-refund {
    padding: 13px 24px 16px;
    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;
    margin: 0 auto 15px;
    max-width: calc(100% - 56px);
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #334B24;
    background: -o-linear-gradient(359.89deg, #EAEAEA 0.1%, rgba(234, 234, 234, 0) 99.15%);
    background: linear-gradient(90.11deg, #EAEAEA 0.1%, rgba(234, 234, 234, 0) 99.15%);
}

.form-refund img {
    margin-right: 4px;
}

.form-title-price {
    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;
    margin: 0 auto 30px;
    padding: 0 28px;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.old-price {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    color: #9E9E9E;
}

.new-price,
.old-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 31px 9px;
    width: 50%;
}

.new-price {
    margin: 0 0 0 5px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #691762;
}

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

.line {
    position: absolute;
    top: 49%;
    right: -5%;
    display: block;
    width: 110%;
    height: 2px;
    background: #d2d2d2;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
}

.country-img {
    width: 15px;
    height: 15px;
}

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

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

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

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

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

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

.form-input {
    margin: 0 auto;
    padding: 21px 20px 20px 56px;
    width: 100%;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    outline: 0;
    border-radius: 10px;
    color: #000;
}

.form-input:focus {
    border: 1px solid #444;
}

.form-input:focus,
.form-input:active {
    border: 1px solid #EDBF07;
    outline: 0;
}

.form-checkbox {
    position: relative;
    margin-bottom: 25px;
}

.checkbox {
    position: absolute;
    top: 5px;
    left: 2.5px;
    z-index: -1;
    opacity: 0;
}

.checkbox+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox+label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    margin-right: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox:checked+label::before {
    border: 1px solid #EDBF07;
    background-color: #EDBF07;
    background-image: url('../img/check.svg');
}

.form_link {
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.btn-form-buy {
    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-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 19px 0 18px;
    margin: 0 auto 20px;
    background: #691762;
    border-radius: 10px;
    border: transparent;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    -o-transition: all ease 0.35s;
    transition: all 0.35s ease;
}

.btn-form-buy p {
    margin: 0 10px 0 0;
}

.refund-comment {
    margin-bottom: 9px;
    padding: 0 28px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #AEC232;
}

.dron-delivery {
    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;
    margin-bottom: 10px;
    color: #757575;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.dron-delivery p {
    padding: 0 0 0 17.5px;
}

.form-card-pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    background: #f8f8f8;
    padding: 25px 28px 13px;
}

.form-card-pay-content {
    margin-bottom: 11px;
}

.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: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-bottom_img:not(:last-child) {
    margin-right: 12px;
}

.form-card-pay-txt1 {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #595959;
}

.form-card-pay-txt2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #6F6F6F;
}

.form-protect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.form-bottom_figure:not(:last-child) {
    margin-right: 18px;
}

.form-list {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.f1 {
    top: 0;
    left: -253px;
    width: 141.8px;
    height: 149.3px;
    background-image: url('../img/form-list-1.png');
}

.f2 {
    top: 31%;
    left: -8%;
    width: 120.5px;
    height: 127px;
    background-image: url('../img/list_4.png');
}

.f3 {
    bottom: 4%;
    left: -10%;
    width: 176px;
    height: 112px;
    background-image: url('../img/list_2.png');
}

.f4 {
    top: 34%;
    right: -10%;
    width: 72px;
    height: 50px;
    background-image: url('../img/list_3.png');
}

.f5 {
    bottom: 20%;
    right: -10%;
    width: 92.5px;
    height: 97px;
    background-image: url('../img/list_4.png');
}

.f6 {
    bottom: -4.5%;
    right: 38%;
    width: 79px;
    height: 83px;
    background-image: url('../img/form-list_6.png');
}

.f7 {
    bottom: 36%;
    left: 32%;
    width: 70px;
    height: 92px;
    background-image: url('../img/form-list_7.png');
}

.welcome {
    background-image: url('../img/welcom.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
}

.welcome .welcome-bg {
    display: block;
    width: 1226px;
    height: 614px;
    background: rgba(121, 218, 239, 0.5);
    -webkit-filter: blur(200px);
    filter: blur(200px);
    position: absolute;
    top: -307px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 0;
}

.welcome .flower-bg1 {
    width: 120.5px;
    height: 127px;
    background: url(../img/list_1.png) 50% / cover no-repeat;
    position: absolute;
    top: 20px;
    left: -130px;
}

.welcome .flower-bg2 {
    width: 72px;
    height: 50px;
    background: url(../img/list_3.png) 50% / cover no-repeat;
    position: absolute;
    top: 34px;
    right: -100px;
}

.welcome .flower-bg3 {
    width: 176px;
    height: 112px;
    background: url(../img/list_2.png) 50% / cover no-repeat;
    position: absolute;
    bottom: 37px;
    left: -180px;
}

.welcome .flower-bg4 {
    width: 92.5px;
    height: 97.4px;
    background: url(../img/list_4.png) 50% / cover no-repeat;
    position: absolute;
    bottom: 162.4px;
    right: -100px;
}

.welcome .flower-bg5 {
    width: 74px;
    height: 78px;
    background: url(../img/list_5.png) 50% / cover no-repeat;
    position: absolute;
    bottom: 0;
    right: -50px;
}

.slim4vit-logo {
    display: block;
    margin: 0;
    padding: 52.14px 0 22px;
}

.slim4vit-logo,
.form-logo,
.welcome-container {
    position: relative;
    z-index: 1;
}

.welcome-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.welcome-left-block {
    width: 50%;
}

.welcome-right-block {
    width: 40%;
}

.welcome-title {
    max-width: 260px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #2A4F20;
    margin: 0 0 20px;
}

.welcome-list {
    position: relative;
    padding: 21px 0 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
}

.welcome-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 362px;
    background-color: rgba(77, 74, 90, 0.15);
}

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

.welcome-list li:not(:last-child) {
    padding: 0 0 15px;
}

.welcome-list li p {
    width: calc(100% - 20px);
    padding: 0 15px;
}

.product-image-block {
    position: relative;
    left: -140px;
    top: 65px;
}

.mark-list {
    position: absolute;
    top: -90px;
    left: 15%;
    z-index: 1;
}

.mark-list img {
    margin: 0 20px 0 0;
    width: 70px;
}

.product-img {
    display: block;
    width: auto;
    height: 375px;
    margin: 0 auto;
}

.product-bg {
    max-width: 220px;
    position: absolute;
    bottom: -10px;
    left: -24px;
    z-index: 1;
}

.welcome-doctor-img {
    margin: -26px -254px -7px auto;
}

.welcome-button-block {
    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: 58px 0 37px;
}

.btn-buy {
    background-color: #691762;
    margin-right: 18px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 19px 43px;
    cursor: pointer;
    outline: 0;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    -o-transition: all ease 0.35s;
    transition: all 0.35s ease;
}

.btn-buy:hover {
    background: #41113d;
}

.welcome-europe-quality {
    position: relative;
    z-index: 1;
    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;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    overflow: hidden;
    color: #000;
}

.welcome-right {
	position: relative;
	top: 40px;
	left: -200px;
}

@media screen and (max-width: 1108px) {
	.welcome-right {
		left: -245px;
	}
}

.welcome-europe-quality .qurope-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px 0 0 10px;
    background: url(../img/EU-icon.svg) 50%/40px 40px no-repeat, #2B64BA;
}

.welcome-europe-quality p {
    padding: 20px 40px 20px 20px;
    border: 1px solid #2b64ba;
    border-radius: 0 10px 10px 0;
}

.warning {
    padding: 60px 0;
    font-size: 14px;
    line-height: 16px;
    background-color: #F3F1F4;
}

.warning-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #334B24;
}

.warning-container {
    padding: 50px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.warning-item img {
    display: block;
    width: 100%;
}

.warning-item {
    width: calc((100% / 3) - 75px);
    text-align: center;
}

.warning-item:nth-child(-n+4) {
    margin-bottom: 20px;
}

.warning-item p {
    padding: 20px 0 0;
    color: #334B24;
}

.warning-line {
    margin: 50px auto 15px;
    width: 100%;
    height: 5px;
    background: -webkit-gradient( linear, right top, left top, from(rgba(218, 21, 21, 0)), color-stop(55.21%, #da1515), to(rgba(218, 21, 21, 0)));
    background: -o-linear-gradient( right, rgba(218, 21, 21, 0), #da1515 55.21%, rgba(218, 21, 21, 0));
    background: linear-gradient( 270deg, rgba(218, 21, 21, 0), #da1515 55.21%, rgba(218, 21, 21, 0));
}

.line_2 {
    margin: 15px 0 0;
}

.warning-content {
    max-width: 510px;
    margin: 0 auto;
    padding: 0 0 0 80px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #da1515;
}

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

.indent {
    padding: 0 0 32px;
}

.title__tablet {
    display: none;
}

.how-list {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.l1 {
    background-image: url('../img/how-list_1.png');
    left: -44px;
    top: -67px;
    width: 120.57px;
    height: 127.37px;
}

.l2 {
    background-image: url('../img/how-list_2.png');
    left: -120px;
    bottom: 15px;
    width: 98px;
    height: 62.32px;
}

.l3 {
    background-image: url('../img/how-list_3.png');
    right: -8px;
    top: -6px;
    width: 72px;
    height: 50.25px;
}

.l4 {
    background-image: url('../img/how-list_4.png');
    right: -85px;
    bottom: 121px;
    width: 71.58px;
    height: 75.62px;
}

.l5 {
    background-image: url('../img/how-list_5.png');
    right: 112px;
    bottom: -21px;
    width: 92.86px;
    height: 97.54px;
}

.how__color {
    color: #691762;
}

.how-work-container3 {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.pilsing {
    position: absolute;
    width: 340px;
    height: 340px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pilsing div:nth-child(1) {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
}

.pilsing div:nth-child(2) {
    animation: pulse 2s infinite .3s;
    -webkit-animation: pulse 2s infinite .3s;
    -moz-animation: pulse 2s infinite .3s;
    -o-animation: pulse 2s infinite .3s;
}

.pilsing div:nth-child(3) {
    animation: pulse 2s infinite .6s;
    -webkit-animation: pulse 2s infinite .6s;
    -moz-animation: pulse 2s infinite .6s;
    -o-animation: pulse 2s infinite .6s;
}

.pilsing div:nth-child(4) {
    animation: pulse 2s infinite .9s;
    -webkit-animation: pulse 2s infinite .9s;
    -moz-animation: pulse 2s infinite .9s;
    -o-animation: pulse 2s infinite .9s;
}

.pilsing div {
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 340px;
    height: 340px;
    border: 7px solid #fff;
}

.how-work-img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto;
    height: 293px;
}

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

.how-work-btn-content .title {
    max-width: 320px;
    padding: 0 0 12px;
}

.how-work-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0;
    padding: 19px 26px;
}

.name {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #334B24;
}

.name span {
    font-size: 16px;
    line-height: 24px;
}

.components {
    padding: 60px 0;
}

.component-desc {
    background-image: url('../img/component.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center -70px;
}

.component-text {
    font-size: 16px;
    color: #334B24;
}

.components .bg1 {
    width: 620px;
    height: 482px;
    background: url(../img/components-bg2.svg) 50% / auto auto no-repeat;
    position: absolute;
    top: 54px;
    right: -384px;
}

.components .bg2 {
    width: 506px;
    height: 948px;
    background: url(../img/components-bg.png) 50% / auto auto no-repeat;
    position: absolute;
    bottom: 0;
    left: -506px;
}

.components-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.components-container:not(:last-child) {
    margin-bottom: 30px;
}

.component-title {
    margin-bottom: 50px;
}

.component {
    max-width: 20%;
}

.component .component-name {
    padding: 20px 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #334B24;
}

.component .component-entitle {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    padding: 0 0 10px;
    color: #334B24;
}

.component img {
    display: block;
    max-width: 100%;
}

.components-container2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.components-container2,
.components-europe-quality {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.components-europe-quality {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    border: 1px solid #1A4E9D;
    border-radius: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #000;
    overflow: hidden;
}

.components-europe-quality .qurope-icon {
    width: 60px;
    height: 121px;
    border-radius: 7px 0 0 7px;
    background: url(../img/EU-icon.svg) 50%/40px 40px no-repeat, #1a4e9d;
}

.components-europe-quality .quality-icon {
    width: 60px;
    height: 70px;
    border-radius: 7px 0 0 7px;
    background: url(../img/EU-icon2.svg) 50%/40px 40px no-repeat, #1a4e9d;
}

.europe-quality-content {
    padding: 13px 15px 20px 21px;
}

.component-europa {
    margin-bottom: 8px;
}

.europe-quality-content p {
    max-width: 204px;
}

.results {
    padding: 59px 0 96px;
    overflow: hidden;
    background-color: #EDF3DB;
}

.results-container1 {
    padding: 50px 0 55px;
    position: relative;
    z-index: 1;
}

.results-title {
    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;
    max-width: calc(50% - 25px);
    font-weight: 300;
    line-height: 26px;
    color: #334B24;
}

.resuts-card {
    max-width: calc(50% - 25px);
    color: #334B24;
}

.resuts-card p {
    max-width: calc(100% - 60px);
    font-weight: 500;
}

.results-text {
    margin-bottom: 20px;
}

.results-container2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 35px 60px 25px;
}

.result-others {
    width: calc(50% - 10px);
    text-align: center;
}

.result-others h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #343434;
    padding: 0 0 21px;
}

.result-slim4vit h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 23px;
    color: #691762;
    padding: 0 0 21px;
}

.result-others .graph-inner {
    width: 22%;
    height: 30px;
    background: #ebebeb;
    border-radius: 100px;
}

.result-others .graph33 {
    width: 33%;
}

.result-others .graph39 {
    width: 39%;
}

.result-others .graph46 {
    width: 46%;
}

.result-slim4vit {
    width: calc(50% - 10px);
    text-align: center;
}

.result-slim4vit img {
    width: auto;
    display: block;
    margin: 0 auto 23px;
}

.result-slim4vit .graph-inner {
    width: 100%;
    height: 30px;
    background: -webkit-gradient( linear, left top, right top, from(#b3ca24), color-stop(128.5%, rgba(208, 236, 40, 0)), color-stop(0, rgba(217, 250, 14, 0.78)));
    background: -o-linear-gradient( left, #b3ca24, rgba(208, 236, 40, 0) 128.5%, rgba(217, 250, 14, 0.78) 0);
    background: linear-gradient( 90deg, #b3ca24, rgba(208, 236, 40, 0) 128.5%, rgba(217, 250, 14, 0.78) 0);
    border-radius: 100px;
}

.result-slim4vit .graph94 {
    width: 94%;
}

.result-slim4vit .graph89 {
    width: 89%;
}

.result-slim4vit .graph96 {
    width: 96%;
}

.graph {
    width: 100%;
    color: #000;
}

.graph:not(:last-child) {
    margin-bottom: 17px;
}

.graph-border {
    background: #f9f9f9;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 0 5px;
}

.graph-text {
    font-size: 14px;
    line-height: 16px;
}

.results-container3 {
    margin: 0 auto 70px;
    text-align: center;
    line-height: 26px;
    font-weight: 300;
    color: #334B24;
}

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

.results-container4 .how-work-image-bg1 {
    bottom: 82px;
    left: 64px;
}

.results-btn-content {
    width: 50%;
}

.results-btn-content .title {
    text-align: left;
    color: #60c8ff;
}

.result-mobile {
    display: none;
}

.background-none {
    background: 0 0;
}

.block_img-2 {
    margin-bottom: 10px;
}

.anonymity {
    padding: 16px 0 0;
    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;
}

.anonymity img {
    width: 60px;
}

.anonymity p {
    padding: 0 0 0 20px;
}

.form-section {
    padding: 75px 0 80px;
    overflow: hidden;
    background-image: url('../img/form_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.form-logo {
    display: block;
    margin: 0;
    margin: 0 0 25px;
}

.form-section .welcome-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-section .welcome-left {
    width: 50%;
}

.form-section .welcome-right-block {
    width: 100%;
}

.form-section .mark-list {
    right: 24%;
}

.form-section .product-img {
    width: auto;
    height: 380px;
    margin: 0 auto;
}

.form-section .product-bg {
    max-width: 272px;
    bottom: -27px;
    left: 10%;
}

.form-section .welcome-title {
    max-width: 100%;
    border-bottom: none;
}

.form_list {
    margin-bottom: 60px;
    padding-top: 0;
    max-width: 80%;
    font-size: 16px;
    line-height: 19px;
    color: #334B24;
}

.form_list::before {
    display: none;
}

.form-image-block {
    position: relative;
    left: -70px;
}

.mark_form-list {
    position: absolute;
    bottom: 20px;
    right: 55px;
    z-index: 1;
}

.mark_form-list img {
    display: block;
}

.mark_form-list img:not(:last-child) {
    margin-bottom: 10px;
}

.footer {
    background: #000;
    color: #fff;
    padding: 31px 0 23px;
}

.footer .copyright {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    padding: 21px 0 0;
}

.copyright-mobile {
    display: none;
}

.footer .attention {
    color: #D0EC28;
}

.footer-content {
    max-width: calc(60% - 40px);
    font-size: 16px;
}

.footer-image {
    width: calc(40% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__img {
    margin-right: 20px;
}

.opacity0 {
    opacity: 0;
}

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

.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-delay11 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.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;
}

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

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

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

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

@keyframes b {
    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: b;
    animation-name: b;
}

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

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

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

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

@keyframes d {
    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: 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;
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.16, 1.16, 1.16);
        transform: scale3d(1.16, 1.16, 1.16);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes f {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.16, 1.16, 1.16);
        transform: scale3d(1.16, 1.16, 1.16);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: f;
    animation-name: f;
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

@keyframes g {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1);
        -o-transform: scale(.1);
        -ms-transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .4
    }
    100% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1);
        -o-transform: scale(.1);
        -ms-transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .4
    }
    100% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1);
        -o-transform: scale(.1);
        -ms-transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .4
    }
    100% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulse {
    0% {
        transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1);
        -o-transform: scale(.1);
        -ms-transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .4
    }
    100% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        opacity: 0
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: g;
    animation-name: g;
    -webkit-animation-duration: 1.45s;
    animation-duration: 1.45s;
}

@-webkit-keyframes i {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes i {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

@keyframes c {
    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: c;
    animation-name: c;
}

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

@keyframes d {
    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: d;
    animation-name: d;
}

@media screen and (max-width: 1110px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .mark-list {
        left: 17%;
    }
}

@media screen and (max-width: 1020px) {
    .form-container {
        width: 344px;
        margin: 0 0 0 auto;
    }
    .time-block {
        padding: 20px 12px 24px;
    }
    .form-refund {
        margin: 0 12px 15px;
        padding: 13px 23px 16px;
        max-width: 100%;
    }
    .form-title-price {
        padding: 0 12px;
    }
    .form {
        padding: 0 12px;
    }
    .form-checkbox {
        margin-bottom: 30px;
    }
    .refund-comment {
        margin-bottom: 10px;
        padding: 0 12px;
    }
    .form-card-pay {
        padding: 13px 12px;
    }
    .form-card-pay-txt1 {
        margin-bottom: 11px;
    }
    .welcome {
        background-image: url('../img/welcom768.png');
    }
    .form-section {
        padding: 69px 0 74px;
    }
    .welcome .flower-bg1 {
        width: 58px;
        height: 61px;
        top: 20px;
        left: 250px;
    }
    .welcome .flower-bg2 {
        width: 72px;
        height: 50px;
        right: 45px;
        top: 36px;
    }
    .welcome .flower-bg3 {
        width: 94px;
        height: 60px;
        left: 35px;
        bottom: 125px;
    }
    .welcome .flower-bg4 {
        width: 73px;
        height: 76.5px;
        right: 29px;
        bottom: 185px;
    }
    .welcome .flower-bg5 {
        width: 74px;
        height: 78px;
        right: 25px;
        bottom: 0;
    }
    .welcome-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }
    .welcome-doctor-img {
        margin: -164px -32px -8px 0;
    }
    .welcome-right-block {
        left: -37px;
        width: 50%;
    }
    .welcome-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .mark-list img {
        margin: 0 12px 0 0;
        width: 45px;
    }
    .mark-list {
        left: 26%;
        top: -70px;
    }
    .slim4vit-logo {
        padding: 44px 0 20px;
    }
    .welcome-title {
        margin: 0 0 20px;
    }
    .welcome-list {
        padding: 20px 0 0;
    }
    .welcome-list::before {
        width: 343px;
    }
    .welcome-button-block {
        padding: 50px 0 30px;
    }
    .btn-buy {
        margin-right: 20px;
        padding: 19px 33px;
    }
    .welcome-europe-quality p {
        padding: 20.65px 37.33px 19px 19.67px;
    }
    .title {
        font-size: 22px;
        line-height: 27px;
    }
    .warning-subtitle {
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
    }
    .warning-item:nth-child(-n+4) {
        margin-bottom: 25px;
    }
    .warning-item p {
        padding: 4px 0 0;
    }
    .warning-item img {
        width: 100%;
    }
    .line_1 {
        margin: 30px auto 15px;
    }
    .warning-content {
        max-width: 435px;
        font-size: 14px;
        line-height: 16px;
    }
    .title__tablet {
        display: block;
        text-align: left;
    }
    .title__desktop {
        display: none;
    }
    .how-work-container3 {
        padding: 0 30px;
    }
    .result-work-container3 {
        padding: 0;
    }
    .how-work-image {
        margin: 0 auto;
        width: 50%;
    }
    .how-work-btn {
        padding: 20px 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .l1 {
        left: 30px;
        width: 57.48px;
        height: 60.79px;
        background-image: url('../img/list-_9.png');
    }
    .l2 {
        left: 30px;
        bottom: -50px;
        width: 42px;
        height: 42px;
        background-image: url('../img/how-list_6.png');
    }
    .l3 {
        right: 129px;
        top: -60px;
        width: 68px;
        height: 48px;
    }
    .l4 {
        right: 30px;
        bottom: 26px;
        width: 103px;
        height: 70px;
        background-image: url('../img/how-list_7.png');
        background-size: cover;
    }
    .l5 {
        right: 247px;
        bottom: -90px;
        width: 70px;
        height: 73px;
    }
    @keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            opacity: 0
        }
    }
    @-webkit-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            opacity: 0
        }
    }
    @-moz-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            opacity: 0
        }
    }
    @-o-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            opacity: 0
        }
    }
    .components {
        padding: 60px 0 45px;
    }
    .component-title {
        margin-bottom: 85px;
    }
    .component-desc {
      padding-bottom: 15px;
			background-image: none;
    }
    .component {
        max-width: 42.8%;
    }
    .components .bg1 {
        width: 359px;
        height: 279px;
        top: 66px;
        right: -115px;
    }
    .components .bg2 {
        display: none;
    }
    .components-middle {
        height: 1027px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0 -80px;
    }
    .results {
        padding: 63px 0 93px;
    }
    .results .flower-bg1 {
        width: 490px;
        height: 408px;
        top: -204px;
        left: 50%;
    }
    .results-container1 {
        padding: 0 0 50px;
    }
    .result-mobile {
        display: block;
        margin-bottom: 20px;
        text-align: left;
    }
    .results_desc {
        font-size: 16px;
        line-height: 19px;
    }
    .resuts-card p {
        max-width: 297px;
    }
    .result-desktop {
        display: none;
    }
    .results-title {
        -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;
    }
    .results-container2 {
        margin-bottom: 36px;
        padding: 35px 30px 26px;
    }
    .graph:not(:last-child) {
        margin-bottom: 18px;
    }
    .graph-text {
        font-size: 13px;
        line-height: 15px;
    }
    .result-slim4vit img {
        width: 280px;
        margin: 0 auto 26px;
    }
    .results-container3 {
        margin: 0 auto 50px;
        font-size: 16px;
        line-height: 19px;
    }
    .results-container4 .how-work-image-bg1 {
        bottom: 82px;
        left: -12px;
    }
    .result-list-1 {
        width: 95.27px;
        height: 100.5px;
        background-image: url('../img/how-list_1.png');
    }
    .result-list-2 {
        left: -21px;
        bottom: -70px;
        width: 58.5px;
        height: 37.2px;
        background-image: url('../img/how-list_2.png');
    }
    .result-list-3 {
        right: 109px;
        top: -50px;
    }
    .result-list-4 {
        right: -20px;
        bottom: 186px;
        width: 62.8px;
        height: 45.2px;
        background-image: url('../img/list7.png');
    }
    .result-list-5 {
        right: 227px;
        bottom: -70px;
    }
    .how__right {
        padding-left: 30px;
    }
    .block_img-2 {
        margin-bottom: 15px;
    }
    .welcome-right {
        display: none;
    }
    .form-section .welcome-left,
    .form-section .welcome-right {
        width: 50%;
        margin: 0;
    }
    .form-logo {
        margin: 0 0 20px;
        max-width: 344px;
    }
    .form-section .welcome-title {
        margin-bottom: 30px;
    }
    .form_list {
        margin-bottom: 31px;
        padding: 0;
        max-width: 100%;
    }
    .form-image-block {
        left: -20px;
    }
    .mark_form-list {
        right: -5px;
    }
    .form-section .mark-list {
        right: 17%;
    }
    .form-section .product-img {
        width: auto;
        height: 360px;
        margin: 0 auto;
    }
    .form-section .product-bg {
        bottom: -24px;
        left: -28px;
    }
    .f1 {
        top: -5%;
        left: -2%;
        width: 72px;
        height: 50px;
        background-image: url('../img/list_3.png');
    }
    .f2 {
        display: none;
    }
    .f3 {
        display: none;
    }
    .f4 {
        top: -7%;
        right: 20%;
    }
    .f5 {
        bottom: -5%;
        right: 90%;
    }
    .f6 {
        bottom: -1.5%;
        right: 52%;
    }
    .f7 {
        bottom: 40%;
        left: -5%;
        width: 142px;
        height: 150px;
        background-image: url('../img/form-list-1.png');
    }
    .footer-content {
        max-width: calc(53% - 12px);
        font-size: 14px;
        line-height: 20px;
    }
    .footer .copyright {
        padding: 13px 0 0;
    }
    .footer-image {
        width: calc(47% - 12px);
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .container {
        padding: 0 20px;
    }
    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .show-for-mobile {
        display: block;
    }
    .form-container {
        width: 100%;
    }
    .welcome {
        padding: 0 0 50px;
    }
    .slim4vit-logo {
        padding: 54px 0 20px;
    }
    .welcome-title {
        max-width: 100%;
        margin: 0 0 25px;
    }
    .welcome-list {
        padding: 25px 0 0;
    }
    .welcome-list::before {
        width: 100%;
    }
    .welcome .welcome-bg {
        width: 100%;
        height: 212px;
        top: -106px;
    }
    .welcome .flower-bg1 {
        width: 48px;
        height: 50px;
        top: 10px;
        left: 20px;
        background-image: url('../img/list_8.png');
    }
    .welcome .flower-bg2 {
        width: 89px;
        height: 61.6px;
        top: 221px;
        right: 9px;
    }
    .welcome .flower-bg3 {
        width: 78px;
        height: 51px;
        bottom: 327px;
        left: 0;
        background-image: url('../img/list6.png');
    }
    .welcome .flower-bg4 {
        width: 73px;
        height: 70px;
        bottom: 452px;
        right: 17px;
        background-image: url('../img/list_7.png');
    }
    .welcome .flower-bg5 {
        bottom: 179px;
        right: 25px;
    }
    .welcome-list li p {
        padding: 0 0 0 15px;
    }
    .product-img {
        margin: 0 auto;
        height: 330px;
    }
    .welcome-left {
        width: 100%;
        margin: 0 auto;
    }
    .welcome-left-block,
    .welcome-right-block {
        width: 100%;
    }
    .welcome-left-block {
        margin-bottom: 42px;
    }
    .welcome-right-block {
        left: 0;
        top: 0;
    }
    .welcome-button-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 38px 0 0;
        width: 100%;
    }
    .welcome-right {
        display: none;
    }
    .mark-list {
        right: auto;
        left: 34%;
        bottom: -15px;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mark-list img {
        width: 56px;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .welcome-europe-quality {
        margin: 0 auto 30px;
    }
    .btn-buy {
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .warning {
        padding: 50px 0;
    }
    .warning__container {
        padding: 0;
    }
    .warning__title {
        padding: 0 20px;
    }
    .warning-subtitle {
        padding: 0 20px;
        font-size: 16px;
        line-height: 19px;
    }
    .warning-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px 20px 0;
    }
    .warning-item:nth-child(-n+6) {
        margin-bottom: 20px;
    }
    .warning-item p {
        padding: 8px 0 0;
    }
    .line_1 {
        margin: 42px auto 15px;
    }
    .warning-content {
        margin: 0 20px 0;
        padding: 0 0 0 54px;
        font-size: 12px;
        line-height: 14px;
    }
    .warning-item {
        width: calc(50% - 10px);
    }
    .warning-content:before {
        width: 34px;
        height: 34px;
    }
    .how-work-image {
        width: 100%;
    }
    .how-work-btn-content {
        width: 100%;
        padding: 66px 0 0;
        text-align: center;
    }
    .how-work-btn-content .title {
        max-width: 100%;
        text-align: center;
    }
    @keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            opacity: 0
        }
    }
    @-webkit-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            opacity: 0
        }
    }
    @-moz-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            opacity: 0
        }
    }
    @-o-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            opacity: 0
        }
    }
    .how-work-container3 {
        padding: 0 20px;
    }
    .result-work-container3 {
        padding: 0;
    }
    .l1 {
        left: 79px;
        top: -45px;
        width: 48.5px;
        height: 51px;
    }
    .l2 {
        display: none;
    }
    .l3 {
        right: 2px;
        top: -85px;
        width: 68px;
        height: 48px;
    }
    .l4 {
        right: 59.5px;
        bottom: 75px;
        width: 74px;
        height: 50px;
    }
    .l5 {
        left: 4px;
        bottom: 125px;
        width: 54px;
        height: 57px;
    }
    .name,
    .name span {
        display: block;
    }
    .name span {
        margin-top: 5px;
    }
    .components {
        padding: 50px 0;
    }
    .component-title {
        margin-bottom: 59px;
    }
    .component-desc {
      padding-bottom: 31px;
    }
    .component-indent {
        margin-bottom: 23px;
    }
    .components .bg1 {
        width: 223px;
        height: 173px;
        background: url(../img/components-bg2.svg) 50% / contain no-repeat;
        top: -20px;
        right: -54px;
    }
    .components-container {
        font-size: inherit;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .components-container:not(:last-child) {
        margin-bottom: 23px;
    }
    .component {
        max-width: 100%;
    }
    .component img {
        width: 100%;
    }
    .components-europe-quality {
        width: 100%;
        max-width: 100%;
    }
    .europe-quality-content p {
        max-width: 100%;
    }
    .components-europe-quality .quality-icon,
    .components-europe-quality .qurope-icon {
        width: 78.28px;
        height: 121px;
    }
    .europe-quality-content {
        padding: 13px 0 20px 21px;
    }
    .results {
        padding: 50px 0;
    }
    .results .title {
        margin-bottom: 30px;
    }
    .results .flower-bg1 {
        width: 100%;
        height: 192px;
        top: -133px;
    }
    .results-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        padding: 0 0 24px;
    }
    .results-title p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    .resuts-card {
        padding: 12px 30px;
        max-width: 100%;
        -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        font-size: 16px;
        line-height: 19px;
        background-color: #fff;
    }
    .resuts-card p {
        max-width: 100%;
    }
    .results-container2 {
        margin-bottom: 30px;
        padding: 35px 30px 42px;
    }
    .result-others,
    .result-slim4vit {
        width: 100%;
    }
    .result-slim4vit {
        margin-top: 20px;
    }
    .result-slim4vit img {
        width: 100%;
        margin: 56px auto 31px;
    }
    .results-container3 {
        margin: 0 auto 78px;
    }
    .results-container1 {
        padding: 0 0 39px;
    }
    .swiper-container {
        overflow: visible;
    }
    .how__right {
        padding-left: 0;
    }
    .block_img-2 {
        margin-bottom: 17px;
    }
    .figure-1 {
        width: 28px;
    }
    .figure {
        width: 74.76px;
    }
    .form-section {
        padding: 50px 0 65px;
    }
    .form-section .welcome-bg {
        width: 489px;
        height: 321px;
        top: -200px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .form-section .welcome-bg1 {
        width: 547px;
        height: 425px;
        bottom: 824px;
        left: -342px;
    }
    .form-section .welcome-bg2 {
        width: 792px;
        height: 477px;
        top: -230px;
        right: -533px;
    }
    .form-section .welcome-left {
        margin-bottom: 39.5px;
        width: 100%;
    }
    .form-logo {
        max-width: 100%;
    }
    .form_list {
        padding: 0;
    }
    .mark_form-list {
        right: auto;
        left: 11%;
    }
    .welcome-right-form {
        width: 100%;
    }
    .form-section .welcome-right {
        padding: 36px 0 0;
        display: block;
        width: 100%;
    }
    .form-section .mark-list {
        right: 28px;
    }
    .form-section .product-img {
        max-width: 100%;
        margin: 0 auto;
    }
    .form-section .product-bg {
        bottom: -34px;
        left: -24px;
    }
    .form-bottom_img:not(:last-child) {
        margin-right: 13px;
    }
    .form-input-img {
        left: 5%;
    }
    .f1 {
        top: -2%;
        left: 13%;
        width: 48px;
        height: 34px;
        background-image: url('../img/how-list_3.png');
    }
    .f4 {
        top: 4%;
        right: 2%;
        width: 96.5px;
        height: 39px;
        background-image: url('../img/form-list-10.png');
    }
    .f5 {
        bottom: 73%;
        right: auto;
        left: -5%;
        width: 120px;
        height: 127px;
        background-image: url('../img/how-list_3.png');
    }
    .f6 {
        bottom: 53%;
        right: 0;
        width: 100px;
        height: 127px;
        background-image: url('../img/how-list_4.png');
    }
    .footer-content {
        margin-bottom: 40px;
        max-width: 100%;
    }
    .footer-image {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 18px;
        padding-left: 27px;
    }
    .footer__img {
        margin-right: 80px;
        width: 124px;
    }
    .footer__img-2 {
        width: 109px;
    }
    .copyright-mobile {
        display: block;
    }
    .footer .copyright {
        padding: 0;
        font-size: 12px;
        line-height: 24px;
    }
    .copyright-desktop {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .mark-list {
        left: 21%;
    }
    .europe-quality-content p {
        max-width: 230px;
    }
}

@media screen and (max-width: 480px) {
    .form-input-img {
        left: 8%;
    }
    .product-img {
        height: 310px;
    }
}

@media screen and (max-width: 380px) {
    .slim4vit-logo {
        padding: 53px 0 9px;
    }
    .welcome-left-block {
        margin-bottom: 54px;
    }
    .welcome-title {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .welcome-list {
        font-size: 16px;
        line-height: 19px;
    }
    .welcome-europe-quality {
        margin: 0 auto 11px;
        width: 100%;
    }
    .welcome-europe-quality p {
        padding: 21px 0 19px 0;
        width: 100%;
        text-align: center;
    }
    .welcome .flower-bg4 {
        bottom: 452px;
    }
    .welcome .flower-bg5 {
        bottom: 139px;
    }
    .welcome .flower-bg3 {
        bottom: 267px;
    }
    .product-img {
        max-width: 100%;
    }
    .btn-buy {
        font-size: 18px;
        line-height: 21px;
        padding: 20px 0;
    }
    .warning .title {
        margin-bottom: 14px;
    }
    .mark-list {
        left: 20px;
    }
    .warning-item p {
        font-size: 12px;
        line-height: 14px;
    }
    .line_1 {
        margin: 30px auto 12px;
    }
    .warning-content {
        padding: 0 0 0 62px;
    }
    .warning-content:before {
        width: 42px;
        height: 42px;
    }
    .line_2 {
        margin: 12px auto 0;
    }
    .title {
        font-size: 18px;
        line-height: 24px;
    }
    .how-work-btn-content {
        padding: 57px 0 0;
    }
    @keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(0.9);
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            opacity: 0
        }
    }
    @-webkit-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(0.9);
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            opacity: 0
        }
    }
    @-moz-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(0.9);
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            opacity: 0
        }
    }
    @-o-keyframes pulse {
        0% {
            transform: scale(.1);
            -moz-transform: scale(.1);
            -webkit-transform: scale(.1);
            -o-transform: scale(.1);
            -ms-transform: scale(.1);
            opacity: 0
        }
        50% {
            opacity: .4
        }
        100% {
            transform: scale(0.9);
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            opacity: 0
        }
    }
    .l1 {
        left: 20px;
    }
    .l3 {
        top: -55px;
    }
    .l4 {
        right: 20px;
    }
    .component-title {
        margin-bottom: 69px;
    }
    .component-desc {
        padding-bottom: 44px;
    }
    .components-container:not(:last-child),
    .component-indent {
        margin-bottom: 26px;
    }
    .component .component-entitle {
        font-size: 13px;
    }
    .components-europe-quality {
        font-size: 12px;
        line-height: 15px;
    }
    .components-europe-quality .quality-icon,
    .components-europe-quality .qurope-icon {
        width: 58.6px;
        height: 95px;
    }
    .europe-quality-content {
        padding: 14px 0 15px 17px;
    }
    .europe-quality-content p {
        max-width: 170px;
    }
    .results-container1 {
        padding: 0px 0 30px;
    }
    .results-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 17px;
    }
    .results-container2 {
        padding: 40px 30px 50px;
    }
    .result-others h2 {
        padding: 0 0 20px;
    }
    .graph:not(:last-child) {
        margin-bottom: 15px;
    }
    .results .title {
        margin-bottom: 20px;
    }
    .results-title img {
        width: 80px;
        margin: 0 auto 30px;
    }
    .resuts-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
        line-height: 16px;
        padding: 21px 30px;
    }
    .resuts-card img {
        width: 80px;
        margin: 0 auto 30px;
    }
    .resuts-card p {
        max-width: 100%;
    }
    .result-slim4vit img {
        margin: 40px auto 20.5px;
    }
    .results-container3 {
        margin: 0 auto 70px;
    }
    .results-container4 .how-work-image-bg1 {
        left: -42px;
    }
    .figure-1 {
        width: 25px;
    }
    .figure {
        width: 66.67px;
    }
    .form-section {
        padding: 53px 0 128px;
    }
    .form-section .container {
        padding: 0;
    }
    .form-section .welcome-left {
        margin-bottom: 29px;
        padding: 0 20px;
    }
    .form-logo {
        margin-bottom: 9px;
    }
    .form-section .welcome-title {
        margin-bottom: 41px;
        padding: 0;
    }
    .form_list {
        margin-bottom: 51px;
        color: #fff;
    }
    .form-section .flower-bg1 {
        width: 511px;
        height: 500px;
        opacity: 0.6;
        top: -338px;
        left: -367px;
    }
    .form-section .product-img {
        max-width: 90%;
    }
    .mark_form-list {
        left: -1%;
        bottom: 10px;
    }
    .time-block {
        padding: 20px 20px 24px;
    }
    .form-card-pay-items img {
        width: 30%;
    }
    .time-title {
        font-size: 16px;
        line-height: 19px;
    }
    .refund-comment {
        font-size: 12px;
    }
    .time-remain-items {
        padding: 5px 19px 2px;
    }
    .form-refund {
        margin: 0 20px 15px;
        padding: 13px 13px 12px;
        font-size: 16px;
        line-height: 19px;
    }
    .form-title-price {
        padding: 0 20px;
    }
    .form {
        padding: 0 20px;
    }
    .form_link {
        font-size: 10px;
    }
    .checkbox+label::before {
        margin-right: 17px;
    }
    .btn-form-buy {
        padding: 20px 0 19px;
        font-size: 18px;
        line-height: 21px;
    }
    .form-card-pay {
        padding: 13px 20px;
    }
    .new-price,
    .old-price {
        padding: 6px 27px 9px;
    }
    .form-bottom_img:not(:last-child) {
        margin-right: 11px;
    }
    .f1 {
        top: -3%;
        left: 8%;
        height: 50px;
        background-image: url('../img/list_8.png');
    }
    .f4 {
        top: 10%;
        right: -2%;
        width: 120px;
        height: 69px;
    }
    .f5 {
        bottom: 60%;
        background-image: url('../img/how-list_6.png');
    }
    .f6 {
        bottom: 73%;
        background-image: url('../img/list_7.png');
    }
    .f7 {
        left: auto;
        bottom: 52%;
        right: -3%;
        width: 90px;
        height: 70px;
        background-image: url('../img/list_5.png');
    }
    .footer__img {
        margin-right: 35px;
    }
    .footer-content {
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 18px;
    }
    .footer-image {
        margin-bottom: 25px;
        padding-left: 0;
    }
}