/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* wrapper */

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf');
    font-weight: 600;
}

body * {
    font-family: 'Manrope';
}

body {
    color: #003049;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    overflow: hidden;
}

.h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    max-width: 600px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
}

.cont {
    width: 1290px;
    margin: 0 auto;
}

.btn-filled {
    outline: none;
    background: #209955;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    height: 52px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: none;
    transition: .3s;
}

.btn-filled:hover {
    background: #186b3c;
}

.btn-filled:active {
    background: #186b3c;
}

.btn-border {
    outline: none;
    background: transparent;
    color: #003049;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border: 1.5px solid #003049;
    height: 52px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: .3s;
}

.btn-border:hover {
    color: #fff;
    background: #003049;
    border-color: #003049;
}

.btn-border:active {
    background: #C02727;
    border-color: #C02727;
}


/* preHeader */

.header-logo{
	max-width: 221px;
}

.preHeader {
    height: 25px;
    width: 100%;
    background: #e6ebed;
}

.preHeader .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	height: 100%;
}

.preHeader a {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #073B4C;
    opacity: 0.8;
}


/* header */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    background: #FFFFFF;
    backdrop-filter: blur(11px);
    z-index: 888;
    border-radius: 3px;
}

.header .cont {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.header-main {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
    height: 85px;
	z-index: 99;
}

.header-main .cont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-info {
    margin-right: 56px;
}

.header-time {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #003049;
}

.header-phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #003049;
}

.header-btn {
    width: 201px;
}

.header-btn:first-of-type {
    margin-right: 30px;
}


/* first */

.first {
    position: relative;
    height: 814px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.first:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(7, 59, 76, 0.6) -35.97%, rgba(0, 0, 0, 0.232) 101.41%);
    z-index: 0;
}

.first-img {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: 0;
}

.first .h1 {
    color: #fff;
    margin-bottom: 40px;
}

.first-box {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    margin-top: 224px;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}

.first-parh {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.btn-radius {
    position: relative;
    background: #EEF8FF;
    width: 288px;
    line-height: 65px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    color: #003049;
    padding-left: 21px;
    cursor: pointer;
    border-radius: 92px;
    transition: .3s;
}

.btn-radius:hover {
    background: #DDDDDD;
}

.btn-radius:active {
    background: #DDDDDD;
}

.btn-radius-circle {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #209955;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-radius::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    top: -1px;
    z-index: -1;
    padding: 1px;
}

.correct {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    color: #EEF8FF;
    opacity: 0;
    transition: .3s;
}

.first-phone {
    margin-top: 30px;
}

.first-form {
    position: relative;
    width: 499px;
    height: 409px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(25px);
    padding: 30px 49px 40px;
}

.first-form::after {
    content: '';
    position: absolute;
    width: 457px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    opacity: 0.5;
    box-sizing: border-box;
    border: 1px solid #fff;
    z-index: -1;
}

.first-form::before {
    content: '';
    position: absolute;
    width: 91%;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    opacity: 0.5;
    box-sizing: border-box;
    border: 1px solid #fff;
    z-index: -2;
}

.first-form__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #073B4C;
    margin-bottom: 26px;
}

.first-form__input {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    outline: none;
    border-radius: 3px;
    border: 1px solid #909192;
    padding: 0 14px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: transparent;
    margin-bottom: 20px;
}

.first-form__input::placeholder {
    color: #909192;
}

.first-form__check {
    display: flex;
    align-items: center;
}

.first-form__check br {
    display: none;
}

.first-form__check input {
    display: none;
}

.first-form__check span {
    display: block;
    margin-right: 10px;
    width: 27px;
    height: 28px;
    border: 1.5px solid #909192;
    border-radius: 1px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.first-form__check img {
    display: none;
}

.first-form__check input:checked+span {
    background: #E26867;
    border-color: #E26867;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 0;
    padding: 0;
}

.wpcf7 form.submitting .ajax-loader {
    display: none;
    opacity: 0;
}

.form__title-resp br,
.ajax-loader {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.wpcf7-not-valid-tip {
    display: none;
}

.first-form__check input:checked+span img {
    display: block;
}

.first-form__check p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #909192;
}

.first-btn {
    width: 100%;
    margin-top: 28px;
}


/* how */

.how {
    padding: 100px 0 100px;
}

.how .h2 {
    margin-bottom: 80px;
    max-width: 1200px;
}

.how-box {
    display: flex;
    flex-wrap: wrap;
}

.how-official {
    width: 630px;
    margin-top: 27px;
}

.official-el {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 57px;
}

.official-el:last-child {
    margin-bottom: 0;
}

.official-img {
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    overflow: hidden;
    background: #209955;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.official-text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #003049;
    margin-bottom: 14px;
}

.official-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #003049;
    max-width: 410px;
}

.how-videoBox {
    position: relative;
    width: 583px;
    height: 402px;
    border-radius: 5px;
}

.how-realVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 337px;
    display: none;
    background: black;
}

.videoBox-cont {
    position: relative;
}

.how-vidIMG {
    border-radius: 5px;
}

.how-vidRed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65.5px;
    background: #209955;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.how-playButton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 122px;
    height: 122px;
    background: url('../img/playButton.svg') no-repeat;
    background-size: 80px;
    background-position: center;
}

.how-playButton::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/playButton-c1.svg') no-repeat;
    background-size: cover;
    transition: .6s;
}

.how-playButton::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 98px;
    height: 98px;
    background: url('../img/playButton-c2.svg') no-repeat;
    background-size: cover;
    transition: .6s;
}

.how-playButton:hover::before {
    transform: translate(-50%, -50%) rotate(60deg);
}

.how-playButton:hover::after {
    transform: rotate(-60deg);
}

.how-playButton:hover {
    /* background: url('../img/playButton-h.svg') no-repeat; */
    background-size: 80px;
    background-position: center;
}

.how-vidRed p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.how-vidButton {
    outline: none;
    border: 0;
    background: #FFFFFF;
    border-radius: 34px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    width: 202px;
    height: 33px;
    cursor: pointer;
    transition: .3s;
}

.how-vidButton:hover {
    background: #D5D5D5;
}

.how-guarantee {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.guarantee-cards {
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.guarantee-half {
    width: 300px;
}

.guarantee-card {
    width: 300px;
    height: 409px;
    background: #fff;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px 15px 0 15px;
    box-sizing: border-box;
}

.guarantee-card:last-child {
    margin-bottom: 0;
}

.guarantee-card h2 {
    position: relative;
    margin: 39px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

.guarantee-card:nth-child(2) h2 {
    margin: 19px 0 45px;
}

.guarantee-card h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #209955;
    bottom: -19px;
    left: 0;
}

.guarantee-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.guarantee-half:last-child {
    margin-top: 50px;
}

.guarantee-text {
    margin-left: 28px;
    margin-top: 142px;
    max-width: 560px;
}

.guarantee-text .h2 {
    margin-bottom: 0;
}

.guarantee-text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin: 23px 0 50px;
}

.guarantee-text ul {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.guarantee-text ul li {
    margin-bottom: 22px;
    list-style-type: disc;
    margin-left: 21px;
}

.guarantee-text ul li:last-child {
    margin-bottom: 0;
}

.guarantee-text ul li::marker {
    color: #118AB2;
}

.how-btn {
    width: 240px;
    margin-top: 45px;
}


/* banner */

.banner {
    margin-bottom: 80px;
    position: relative;
}

.banner-2:after {
    bottom: -80px;
    top: unset;
}

.banner-box {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #209955;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px 100px 49px 30px;
    justify-content: space-between;
}

.banner-box-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.banner-left {
    position: relative;
    z-index: 3;
    max-width: 740px;
}

.banner-left h2 {
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

.banner-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 740px;
    margin: 14px 0 30px;
}

.btn-banner {
    width: 240px;
    background-color: #FFFFFF;
    color: #003049;
}

.btn-banner:hover {
    background-color: #EBE6E6;
}

.banner-right {
    text-align: right;
    position: relative;
    z-index: 3;
}

.banner-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 15px;
	display: none; 
}


/* freee */

.freee {
    padding-bottom: 76px
}

.freee-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
}

.freee-info {
    max-width: 570px;
}

.freee-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #003049;
}

.freee-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0 40px;
    max-width: 635px;
}

.freee-svaz {
    width: 240px;
    height: 52px;
    box-sizing: border-box;
    border: 1.5px solid #209955;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #209955;
}

.freee-img {
    max-width: 570px;
    width: 100%;
}


/* catalog */

.catalog {
    padding-bottom: 100px;
}

.catalog-box {
    margin-top: 38px;
    width: 1166px;
}

.catalog-box .slick-list {
    margin: 0 -15px;
}

.catalog-box .slick-slide {
    margin: 0 15px;
}

.catalog-item {
    width: 269px;
    height: 352px;
    box-sizing: border-box;
    border: 1px solid #BFCBD1;
}

.catalog-item__img {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-item__img img {
    max-width: 100%;
    max-height: 100%;
}

.catalog-item__info {
    padding: 5px 20px 0;
}

.item-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #003049;
    margin-bottom: 14px;
}

.item-price {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #F84A4A;
    display: block;
    margin-bottom: 30px;
}

.item-btn {
    background: #209955;
    border-radius: 3px;
    width: 100%;
    height: 52px;
    outline: none;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
	transition: .3s;
}

.item-btn:hover{
	background: #186b3c;
}

.catalog-slide {
    margin-bottom: 30px;
}

.catalog-box .slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-pagination .slick-dots {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.catalog-pagination .slick-dots button {
    width: 46px;
    height: 46px;
    /* background: #209955; */
    border: 1px solid #209955;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #209955;
    background: #fff;
    cursor: pointer;
}




.catalog-pagination .slick-active button {
    background: #209955;
    color: #fff;
}

.catalog-pagination .slick-active button:hover{
	background: #186b3c;
}

.catalog-pagination .slick-dots li {
    margin-right: 15px;
}

.catalog-pagination .slick-dots li:last-child {
    margin-right: 0;
}

.catalog-pagination .slick-arrow {
    width: 8px;
    height: 14px;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}


/* price */

.price .h2 {
    margin-bottom: 50px;
}

.price-vars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.price-variant {
    position: relative;
    width: 410px;
    height: 212px;
    background: #fff;
    padding-top: 53px;
    padding-left: 30px;
    box-sizing: border-box;
    border-radius: 4px;
    /*  */
    cursor: pointer;
    transition: .3s;
}

.slick-current .price-variant {
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.slick-current .price-variant:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 370px;
    height: 3px;
    background: #FF9F1C;
}

.price-variant:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 370px;
    height: 3px;
    background: #D9DEE1;
}

.price-variant:hover {
    background: #EDF2FA;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.variant__used:before {
    background: #FF9F1C;
}

.price-variant h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.price-variant ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 102.6%;
    color: #003049;
    opacity: 0.8;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 15px;
}

.price-variant ul li:last-child {
    margin-bottom: 0;
}

.price-list {
    width: 1070px;
    margin: 0 auto;
    margin-bottom: 84px;
}

.price .slick-list {
    overflow: visible;
}

.price .price-slider-el {
    width: 1070px;
    margin-right: 30px;
    height: auto;
    max-height: 431px;
}

.price-vars .slick-slide {
    height: auto;
}

.price-el {
    width: 1070px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border-top: 3px solid #FF9F1C;
    box-shadow: 0 7px 12px 1px rgb(0, 0, 0, 0.10);
    border-radius: 0 0 5px 5px;
    opacity: 0.5;
}

.price-img {
    width: 629px;
}

.price .price-img .slick-list {
    overflow: hidden;
    height: 100%;
}

.price-img .slick-arrow {
    width: 48px;
    height: 37px;
    background: #F77F00;
    border-radius: 3px;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.price-img .slick-arrow::after {
    content: url('https://xn--l1adbb7cs.xn-----6kcciiluaoeck3ag1c9i2b.xn--p1ai/wp-content/themes/truestep/img/price-arrow.svg');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.price-img .slick-prev {
    left: 10px;
}

.price-img .slick-prev:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.price-img .slick-next {
    right: 10px;
}

.slick-active .price-el {
    opacity: 1;
}

.price-about {
    background: #EDF2FA;
    width: 440px;
    padding: 27px 30px 0;
    box-sizing: border-box;
}

.price-about h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
}

.price-about ul {
    margin: 30px 0;
}

.price-about ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 103.6%;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 15px;
}

.price-about ul li:last-child {
    margin-bottom: 0;
}

.price-about p {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #F84A4A;
    margin-bottom: 30px;
}

.btn-price {
    width: 100%;
}


/* anonimus */

.anonimus-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
    align-items: center;
}

.anonimus-about {
    max-width: 570px;
}

.anonimus-about p {
    margin: 40px 0 40px;
    max-width: 600px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.anonimus-circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 635px;
}

.anonimus-card {
    width: 190px;
    height: 213px;
    background: #fff;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    text-align: center;
}

.anonimus-card p {
    text-align: center;
    max-width: 170px;
    margin: -20px auto 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.anonimus-card img {
    margin-top: 20px;
}

.anon-slide:nth-child(2) {
    transform: translateY(-20px)
}

.anon-text-2 {
    margin-left: 25px;
    max-width: 627px;
}


/* programm */

.programm {
    background: #EEF8FF;
    padding-bottom: 97px;
}

.programm-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.programm-text {
    max-width: 615px;
}

.programm-btn {
    display: block;
    width: 240px;
    height: 52px;
    border: 1.5px solid #209955;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #209955;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}


/* doctors */

.doctors {
    background: #EEF8FF;
    padding-bottom: 80px;
}

.doctors .h2 {
    margin-bottom: 44px;
}

.doctors-box {
    display: flex;
    flex-wrap: wrap;
}

.doctors-about {
    width: 410px;
    display: none;
}

.doctors-about:nth-child(2) {
    display: block;
}

.doctors-about h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.doctors-about h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    opacity: 0.7;
    margin-bottom: 25px;
}

.doctors-about ul {
    margin-bottom: 30px;
}

.doctors-about ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 109.1%;
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}

.doctors-about ul li:last-child {
    margin-bottom: 0;
}

.doctors-about p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}

.btn-doctors {
    width: 280px;
}

.doctors-img {
    margin: 0 26px 0 30px;
}

.doctors-img img {
    display: none;
}

.doctors-img img:first-child {
    display: block;
}

.doctors-person {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    margin-bottom: 46px;
}

.doctors-person:last-child {
    margin-bottom: 0;
}

.person-img {
    border: 3px solid transparent;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.used-person .person-img {
    border: 3px solid #009FE1;
}

.used-person h2 {
    color: #009FE1;
}

.person-img img {
    border-radius: 50%;
    padding: 1px;
}

.person-text h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

.person-text h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}


/* sertificates */

.sertificates {
    padding-bottom: 100px;
}

.sertificates .h2 {
    margin-bottom: 40px;
}

.sertificates-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sertificate-main {
    margin-right: 110px;
}

.sertificate-main img {
    width: 270px;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    border-radius: 3px;
}

.sertificates-list {
    position: relative;
}

.slider-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.prev {
    position: absolute;
    left: -71px;
    width: 48px;
    height: 42px;
    background: #209955;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    transition: .3s;
}

.next {
    position: absolute;
    right: -71px;
    width: 48px;
    height: 42px;
    background: #209955;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    transition: .3s;
}

.next:hover,
.prev:hover {
    background-color: #186b3c;
    box-shadow: 0px 4px 15px 11px rgba(0, 0, 0, 0.04), 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    filter: drop-shadow(0px 16px 25px rgba(0, 0, 0, 0.06))
}

.next:active,
.prev:active {
    /* background: #EE8900; */
    box-shadow: 0;
    filter: 0;
}

.sert-disable {
    opacity: 0.6;
    box-shadow: 0;
    filter: 0;
}

.sertificates-slider {
    position: relative;
    width: 722px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sertificates-slider img {
    cursor: pointer;
    width: 158px;
    border: 3px solid transparent;
    border-radius: 3px;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img.sertificates-used {
    border: 3px solid #009FE1;
}


/* revs */

.revs {
    background: #209955;
    border-radius: 5px;
    height: auto;
    position: relative;
	padding-bottom: 30px;
}

.rev-title {
    position: relative;
    z-index: 3;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    padding: 40px 0 82px;
}

.rev-box {
    position: relative;
    z-index: 3;
    max-width: 600px;
    margin: 0 auto;
}

.rev-el {
    width: 600px;
    height: auto;
    background: #fff;
    backdrop-filter: blur(17px);
    border-radius: 4px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    position: relative;
}

.rev-el::after {
    content: '';
    position: absolute;
    top: -19px;
    left: 22px;
    ;
    width: 600px;
    height: 90%;
    background: linear-gradient(94.8deg, rgba(255, 255, 255, 0.4) 52.18%, rgba(255, 255, 255, 0) 314.33%);
    backdrop-filter: blur(17px);
    border-radius: 4px;
    z-index: -1;
}

.rev-el::before {
    content: '';
    position: absolute;
    top: -36px;
    left: 42px;
    width: 600px;
    height: 80%;
    background: linear-gradient(94.8deg, rgba(255, 255, 255, 0.4) 52.18%, rgba(255, 255, 255, 0) 314.33%);
    backdrop-filter: blur(17px);
    border-radius: 4px;
    z-index: -1;
}

.rev-el h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.rev-el h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    opacity: 0.7;
    margin-top: 8px;
}

.rev-el p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.rev-icon {
    position: absolute;
    top: 37px;
    right: 48px;
}

.prev-w {
    transition: .3s;
    position: absolute;
    left: -70px;
    width: 48px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

.next-w {
    transition: .3s;
    position: absolute;
    right: -114px;
    width: 48px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

.next-w:hover,
.prev-w:hover {
    /* background: #F3F1F1; */
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08);
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.04)), drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

.next-w:active,
.prev-w:active {
/*     background: #EE8900; */
}

.rev-disable {
    box-shadow: 0;
    filter: 0;
    opacity: 0.7;
}


/* vide-revs */

.vide-revs {
    margin-top: 54px;
    margin-bottom: 159px;
}

.vide-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vide-el {
    width: 410px;
    height: 179px;
    background: #EDF2FA;
    box-shadow: 0px 4px 18px -2px rgba(62, 61, 61, 0.08), 0px 16px 27px 4px rgba(28, 28, 28, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
}

.vide-el {
    display: flex;
    flex-wrap: wrap;
}

.vide-el .how-playButton {
    transform: translate(-50%, -50%) scale(.57);
    z-index: 4;
}

.vide-info {
    padding: 15px 0 0 15px;
}

.vide-info h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.vide-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #003049;
    opacity: 0.7;
    margin: 8px 0 15px;
}

.vide-info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #003049;
    opacity: 0.7;
}

.vide-img {
    position: relative;
}

.vide-img::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 -119.51%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    display: none;
}

.vid-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: black;
}

.vide-play {
    width: 70px;
    height: 70px;
    position: absolute;
    background: url('../img/playButton.svg');
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 4;
    display: none;
}

.vide-img:hover .vide-play {
    background: url('../img/playButton-h.svg');
    background-size: cover;
}


/* free */

.free {
    margin-bottom: 281px;
    padding-top: 100px;
}

.free .cont {
    position: relative;
}

.free-box {
    width: 625px;
    margin-left: 654px;
}

.free-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin: 40px 0 34px;
}

.free-box ul li {
   
    margin-bottom: 19px;
}

.free-box ul li a{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.free-box ul li p{
	 font-weight: bold;
    font-size: 28px;
    line-height: 38px;
	margin: 0;
}

.free-box ul li:last-child {
    margin-bottom: 0;
}

.social-img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wa-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 74px;
    background: url('../img/wa-c1.svg') no-repeat;
    background-position: center;
    transition: .4s;
}

.wa-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 86px;
    background: url('../img/wa-c2.svg') no-repeat;
    background-position: center;
    transition: .4s;
}

.tg-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 74px;
    background: url('../img/tg-c1.svg') no-repeat;
    background-position: center;
    transition: .4s;
}

.tg-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 86px;
    background: url('../img/tg-c2.svg') no-repeat;
    background-position: center;
    transition: .4s;
}

.free-box ul li:hover .social-img::after {
    transform: rotate(60deg);
}

.free-box ul li:hover .social-img::before {
    transform: rotate(-60deg);
}

.free-box ul li p {
    margin-left: 11px;
}

.free-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}


/* footer */

.footer-timer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -183px;
    height: 409px;
    width: 499px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.09), 7px -21px 43px 15px rgba(90, 88, 88, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 33px 40px 52px 52px;
	z-index: 6;
}

.footer-timer:after {
    width: 462px;
    height: 296px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    z-index: -1;
}

.footer-timer:before {
    width: 428px;
    height: 274px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: -39px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    z-index: -2;
}

.footer-timer h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #073B4C;
}

.footer-timerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.timer-el {
    width: 75px;
    height: 83px;
    background: #003049;
    border-radius: 3px;
}

.timer-val {
    width: 100%;
    height: 60px;
    background: #F77F00;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

.timer-el p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 2px;
}

.btn-timer {
    width: 100%;
    margin-top: 40px;
}

.footer {
    position: relative;
    height: 396px;
    background: #209955;
    box-sizing: border-box;
    padding-top: 40px;
}

.footer-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-logoBox {
    display: flex;
    flex-wrap: wrap;
    max-width: 160px;
	
}

.footer-logo{
	max-width: 200px;
}

.footer-el {
    font-size: 16px;
    line-height: 22px;
}

.footer-address {
    max-width: 270px;
    text-align: right;
}

.footer-logoBox a {
    margin-right: 30px;
}

.footer-logo {
    margin-bottom: 50px;
}

.footer-social-el {
    width: 38px;
}

.footer-polit a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
    display: block;
    margin-bottom: 12px;
    position: relative;
    text-decoration: underline;
	display: none; 
}

.footer-align {
    align-items: center;
}

.foter-second-lined {
    margin-top: 68px;
    margin-bottom: 38px;
    color: #fff;
}

.footer-pay {
    display: flex;
    align-items: center;
}

.footer-pay img {
    margin-right: 18px;
}

.footer-txt {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 1154px;
    margin: 0 auto;
}

.footer .cont {
    position: relative;
    z-index: 3;
}

.footer-bg {
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
}


/* modal */

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: linear-gradient( 94.8deg, rgba(255, 255, 255, 0.1) 52.18%, rgba(255, 255, 255, 0) 314.33%);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    display: none;
}

.modal-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 499px;
    height: 409px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px -2px 22px rgba(0, 0, 0, 0.1), 0px -15px 14px 11px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 3px;
    box-sizing: border-box;
    padding: 30px 50px 40px 50px;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-cont h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(0, 48, 73, 0.72);
    margin-bottom: 32px;
}

.modal-btn {
    width: 100%;
    margin-top: 28px;
    -webkit-appearance: none;
}

.mob-only {
    display: none;
}

.modal-form-gotit {
    display: none;
    position: relative;
    text-align: center;
}

.modal-form-gotit h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #209955;
}

.modal-bird {
   max-width: 80%;
    margin: 47px 0 56px;
}

.modal-form-gotit-btn {
   width: 100%;
    height: 52px;
    background: #209955;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 1325px) {
    .cont {
        width: 1000px
    }
    .header-logo {
        width: 140px;
    }
    .first-txt {
        width: calc(100% - 550px);
    }
    .how-box {
        justify-content: space-between;
    }
    .how-official {
        width: 450px;
    }
    .how-videoBox {
        width: 500px;
    }
    .how-vidIMG {
        width: 100%;
    }
    .official-el {}
    .official-text {
        max-width: 300px;
    }
    .how-vidRed {
        justify-content: center;
        position: relative;
        height: 99px;
        border-radius: 5px;
        padding: 12px 20px;
        margin-top: 16px;
    }
    .how-vidRed p {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        margin-bottom: 7px;
    }
    .how-vidButton {
        margin: 0 auto;
    }
    .how-official {}
    .how-realVideo {
        height: 100%;
    }
    .how-guarantee {
        margin-top: 130px;
    }
    .guarantee-text {
        margin-left: 0;
    }
    .guarantee-half {
        display: none;
    }
    .guarantee-cards {
        width: 100%;
    }
    .mobile-guarantee-cards {
        display: flex;
        justify-content: space-between;
    }
    .guarantee-slide {
        width: 24%;
    }
    .guarantee-card {
        width: 100%;
        height: 460px;
    }
    .guarantee-text p {
        margin-bottom: 25px;
    }
    .guarantee-text {
        margin-top: 30px;
        max-width: 100%;
    }
    .banner-box-bg {
        height: 100%;
    }
    .banner-right {
        display: none;
    }
    .price-variant {
        width: 310px;
    }
    .slick-current .price-variant:before,
    .price-variant:before {
        width: 80%
    }
    .price-el {
        width: 1000px;
        margin: 0;
    }
    .price-about {
        width: 370px;
    }
    .anonimus-box {
        justify-content: space-between;
    }
    .anonimus-about {
        width: 60%;
    }
    .about-img-n {
        width: 370px;
    }
    .anonimus-circles {
        margin: 0 auto 60px;
    }
    .anon-text-2 {
        width: 630px;
        max-width: 100%;
        margin: 0 auto;
    }
    .anonimus-about p {
        max-width: 100%;
    }
    .programm-box img {
        width: 350px;
    }
    .doctors-img img {
        width: 300px;
    }
    .doctors-box {
        flex-wrap: nowrap;
    }
    .doctors-person {
        flex-wrap: nowrap;
    }
    .person-text {
        max-width: 200px;
    }
    .sertificate-main {
        margin: 0 auto 30px;
    }
    .sertificates-list,
    .sertificates-slider {
        width: 90%;
        margin: 0 auto;
    }
    .slider-controls-sert {
        width: 90%;
        left: 50%;
        transform: translate(-50%)
    }
    .sertificates .h2 {
        text-align: center;
    }
    .vide-el {
        width: 300px;
        height: auto;
        padding-bottom: 30px;
    }
    .vide-img {
        width: 100%;
    }
    .vide-img img {
        width: 100%;
    }
    .free-box {
        width: 50%;
        margin-left: 50%;
    }
    .free-img {
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer-bg {
        height: 40%;
        width: auto;
    }
    /* free */
    .freee-info {
        max-width: 460px;
    }
    .freee-img {
        max-width: 410px;
    }
    /* catalog */
    .catalog-box {
        width: 100%;
    }
}

.no-on-pc {
    display: none;
}

@media screen and (max-width: 1000px) {
    .cont {
        width: 90%;
    }
    /* header */
	
    .preHeader {
        display: none;
    }
    .header-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
        height: 80px;
		background: linear-gradient(90.31deg, rgba(255, 255, 255, 0.9) 25.56%, rgba(255, 255, 255, 0.513) 140.94%);
    }
	
    .header {
        border-radius: 0;
        width: 100%;
        height: 67px;
        top: 0;
        left: 0;
        transform: none;
    }
    .header .cont {
        width: 100%;
        padding: 0 15px;
    }
    .header-info,
    .header-time,
    .header-phone,
    .header-btn,
    .first-img,
    .btn-radius {
        display: none;
    }
    .header-logo {
        width: 117px;
    }
    .mob-only {
        display: block;
    }
    /* first */
    .first-phone {
        display: none;
    }
    .first-img-mobile {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 0;
    }
    .first {
        height: 745px;
        background: #fff;
    }
    .first-box {
        margin-top: 118px;
    }
    .h1 {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .first-parh {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 60px;
    }
    .first-form {
        padding: 20px 20px 23px 20px;
        height: auto;
    }
    .first-form__title {
        font-size: 18px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
    }
    .first-form__input {
        height: 40px;
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .first-form__check p {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }
    .first-form__check span {
        height: 16px;
        width: 16px;
    }
    .first-btn {
        margin-top: 16px;
    }
    .btn-filled,
    .btn-border {
        height: 46px;
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .first-form::before {
        width: 91%;
        bottom: -8px;
    }
    .first-form::after {
        width: 85.5%;
        bottom: -18px;
    }
    .first-txt {
        width: 100%;
    }
    .first-form {
        margin: 0 auto;
    }
    .h1,
    .first-parh {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    /* how */
    .how {
        background: #fff;
    }
    .how .slick-slide {
        height: auto;
    }
    .h2 {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
    }
    .how .h2 {
        margin-bottom: 42px;
        font-size: 20px;
        line-height: 38px;
    }
    .how-box {
        flex-direction: column-reverse;
    }
    .how-videoBox {
        width: 100%;
        height: auto;
    }
    .how-vidIMG {
        width: 100%;
        box-shadow: inset 0px 7px 15px rgba(0, 0, 0, 0.25);
        filter: drop-shadow(0px 15px 22px rgba(82, 115, 165, 0.22)), drop-shadow(0px 8px 13px rgba(51, 51, 51, 0.25));
    }
    .how-playButton {
        width: 91px;
        height: 91px;
        background-size: 60px;
    }
    .how-playButton:hover {
        width: 91px;
        height: 91px;
        background-size: 60px;
    }
    .how-playButton::before {
        width: 91px;
        height: 91px;
        background-size: 91px;
        ;
    }
    .how-playButton::after {
        background-size: 74px;
        background-position: center;
    }
    .how-vidRed {
        justify-content: center;
        position: relative;
        height: 103px;
        border-radius: 5px;
        padding: 12px 20px;
        margin-top: 16px;
    }
    .how-vidRed p {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        margin-bottom: 11px;
    }
    .how-vidButton {
        margin: 0 auto;
    }
    .how-official {
        width: 100%;
    }
    .how-realVideo {
        height: 100%;
    }
    .official-img {
        width: 59px;
        height: 59px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .official-text h3 {
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 15px;
    }
    .official-text p {
        max-width: 215px;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .pc-only {
        display: none;
    }
    .guarantee-cards {
        width: 100%;
        display: block;
		
    }
	.guarantee-card{
		height: 409px;
	}
    .slick-slide .guarantee-card img {
        display: unset;
    }
    .guarantee-card h2 {
      font-size: 20px;
line-height: 27px;
        font-weight: 500;
        /* margin: 9px 0 15px; */
        font-weight: bold;
		
    }
    .guarantee-card p {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .guarantee-text {
        margin-top: 40px;
        margin-left: 0;
    }
    .guarantee-text p {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .guarantee-text ul li {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 135.1%;
        margin-bottom: 20px;
        margin-left: 16px;
    }
    .guarantee-slide {
        width: 294px;
        margin-right: 20px;
    }
    .how-btn {
        width: 100%;
    }
    .how .slick-list {
        overflow: visible;
    }
    .official-el {
        margin-bottom: 30px;
    }
    .how-official {
        display: flex;
        text-align: center;
        justify-content: space-between;
        margin-top: 70px;
    }
    .official-el {
        justify-content: center;
        text-align: center;
        max-width: 247px;
    }
    .how-official img {
        margin-right: 0;
    }
    .official-text {
        width: 100%;
    }
    .official-text p {
        max-width: 100%;
    }
    .official-el:last-child {
        margin-bottom: 30px;
    }
    .how-guarantee {
        margin-top: 74px;
    }
    .banner-box {
        padding: 20px 16px 30px;
        height: auto;
        position: relative;
        z-index: 3;
    }
    .banner-left {
        position: relative;
        z-index: 3;
        width: 100%;
    }
    .banner-left h2 {
        font-weight: bold;
        font-size: 21px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner-left p {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        width: 100%;
        margin: 0 auto 25px;
    }
    .banner-right {
        position: relative;
        z-index: 3;
        width: 100%;
        text-align: center;
    }
    .banner-right img {
        width: 169px;
    }
    .banner-right p {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        margin-top: 5px;
        margin-bottom: 24px;
    }
    .banner-box-bg {
        height: 100%;
    }
    .banner-right button {
        width: 100%;
    }
    .banner-right {
        display: block;
    }
    .banner:after {
        display: none;
    }
    /* price */
    .price-variant:before {
        width: 250px;
        top: 20px;
    }
    .price-variant {
        width: 93%;
        height: 177px;
        padding-top: 37px;
        padding-left: 20px;
        box-shadow: 0px 4px 18px -2px rgb(62 61 61 / 8%), 0px 16px 27px 4px rgb(28 28 28 / 8%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    }
    .price-variant h2 {
        font-size: 16px;
        line-height: 22px
    }
    .price-variant ul li {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 102.6%;
    }
    .price-list {
        width: 100%;
    }
    .price-el {
        width: 100%;
        border-top: 0;
    }
    .price-slider-el {
        width: 100%;
        margin-right: 0;
    }
    .price-el img {
        width: 100%;
        border-radius: 4px 4px 0 0;
    }
    .price-about {
        padding: 15px;
        width: 100%;
    }
    .price-about h2 {
        font-weight: bold;
        font-size: 18px;
        font-weight: 500;
        line-height: 19px;
        text-transform: uppercase;
    }
    .price-about ul {
        margin: 15px 0;
    }
    .price-about ul li {
        font-weight: 500;
        font-size: 14px;
        line-height: 103.6%;
    }
    .price-about p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .price .price-slider-el {
        height: auto;
        max-height: unset;
        margin-right: 0;
    }
    .slick-current .price-variant:before {
        width: 92.5%;
        top: 20px;
    }
    .price-list .slick-list {
        overflow: hidden;
    }
    .price-img {
        width: 100%;
        height: 170px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }
    .price .price-img .slick-list {
        overflow: hidden;
    }
    .price-list {
        margin-bottom: 20px;
    }
    .price-prev,
    .price-next {
        width: 39px;
        height: 30px;
        background: #FF9F1C;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .price-prev {
        margin-right: 12px;
    }
    .price-controls {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 70px;
    }
    .price-controls .slick-disabled {
        opacity: 0.6;
    }
    .price-controls .slick-arrow:active {
        background: #EE8900;
    }
    .anonimus-box {
        justify-content: left;
    }
    .anonimus-about {
        width: 100%;
        margin-bottom: 40px;
    }
    .anonimus-circles {
        width: 100%;
    }
    .price-img {
        height: 270px;
    }
    .programm {
        display: none;
    }
    /* doctors */
    .doctors-box {
        display: block;
    }
    #doc-yak {
        position: absolute;
        top: -100px;
    }
    .doctors {
        position: relative;
        background: #fff;
    }
    .doctors .h2 {
        margin-bottom: 30px;
    }
    .doctors-img {
        position: relative;
        width: 100%;
        height: 450px;
        margin: 0;
        overflow: hidden;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    .doctors-img img {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0%;
    }
    .doctors-about h3 {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 9px;
    }
    .doctors-about h4 {
        font-weight: 600;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .doctors-about ul li {
        font-weight: 600;
        font-size: 16px;
        font-weight: 500;
        line-height: 114.1%;
    }
    .doctors-about p {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 30px;
    }
    .btn-doctors {
        width: 100%;
    }
    .doctors-about {
        width: 100%;
        margin-bottom: 30px;
    }
    .person-text {
        width: 200px;
    }
    .person-text h2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .person-text h3 {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    /* sertificates */
    .sertificates {
        background-color: #fff;
    }
    .none-on-mob {
        display: none;
    }
    .no-on-pc {
        display: block;
    }
    .sertificates-box {
        justify-content: center;
    }
    .sertificate-main,
    .sertificate-main img {
        width: 100%;
        max-width: 340px;
        margin-right: 0;
        position: relative;
    }
    .sertificate-main {
        margin: 0 auto 21px;
    }
    .sertificates-slider {
        width: 100%;
    }
    .sertificates-slider img {
        width: 130px;
        height: 185px;
        margin-right: 0;
        box-sizing: border-box;
    }
    .prev svg,
    .next svg {
        width: 13px;
    }
    .sertificates-slider {
        width: 586px;
        transition: .3s;
    }
    .guarantee-text {
        width: 100%;
    }
    .about-img-n {
        display: none;
    }
    .doctors-box {
        max-width: 600px;
        margin: 0 auto;
    }
    .vide-el {
        width: 218px;
    }
    /* rev */
    .revs {
        height: auto;
    }
    .rev-title {
        font-size: 20px;
        line-height: 27px;
        padding: 20px 0 30px;
    }
    .banner-box-bg {
        width: auto;
    }
    .rev-el {
        width: 290px;
        height: auto;
        padding: 22px 20px 30px;
    }
    .rev-icon {
        width: 23px;
        top: 18px;
        right: 20px;
    }
    .rev-men {
        display: flex;
    }
    .men-name {
        margin-left: 16px;
    }
    .rev-el h3 {
        margin-top: 0;
    }
    .rev-el h4 {
        margin-top: 3px;
    }
    .rev-el p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
    .rev-el::after {
        width: 289px;
        height: 90%;
        top: -8px;
        left: 6px;
    }
    .rev-el::before {
        top: -16px;
        left: 11px;
        width: 289px;
        height: 80%;
    }
    .rev-controls {
        display: flex;
        margin-top: 16px;
        width: 289px;
        justify-content: flex-end;
        margin: 16px auto 0;
    }
    .prev-w,
    .next-w {
        position: static;
        width: 39px;
        height: 30px;
    }
    .prev-w img,
    .next-w img {
        width: 13px;
    }
    .prev-w {
        margin-right: 12px;
    }
    /* free */
    .free-img {
        width: 100%;
        position: static;
        margin-bottom: 23px;
    }
    .free-box {
        width: 100%;
        margin: 0;
    }
    .free-box p {
        display: none;
    }
	.free-box ul li p{
		display: block;
		 font-weight: bold;
        font-size: 18px;
        line-height: 25px;
	}
    .free-box ul li img {
        /* width: 67px; */
    }
    .free-box .h2 {
        margin-bottom: 25px;
        text-align: center;
    }
    .free-box ul li {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
    }
    .free-box ul li span {
        display: block;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
    .free-box ul li p {
        margin-left: 20px;
    }
    .free {
        margin-bottom: 176px;
    }
    /* footer */
    .footer-timer {
        padding: 20px 15px 25px;
        width: 290px;
        height: auto;
        top: -130px;
    }
    .footer-timer h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        margin-bottom: 32px;
    }
    .timer-el {
        width: 60px;
        height: 56px;
    }
    .timer-val {
        height: 40px;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
    }
    .timer-el p {
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        margin-top: -1px;
    }
    .btn-timer {
        margin-top: 25px;
    }
    .footer {
        height: auto;
        padding-top: 157px;
    }
    .footer-timer:after {
        width: 257px;
        height: 180px;
        bottom: -6px;
    }
    .footer-timer:before {
        width: 240px;
        height: 170px;
        bottom: -12px;
    }
    .footer-bg {
        height: 100%;
        width: auto;
        top: 0;
    }
    .footer-line {
        justify-content: center;
    }
    .footer-logo {
        width: 159px;
    }
    .footer-logoBox a img {
        width: 64px;
    }
    .footer-logoBox a {
        margin-right: 31px;
    }
    .footer-logoBox a:last-child {
        margin-right: 0;
    }
    .footer-polit a {
        text-align: center;
    }
    .footer-polit {
        margin-top: 42px;
    }
    .foter-second-lined {
        margin-top: 86px;
    }
    .foter-second-lined p {
        text-align: center;
        max-width: 263px;
        margin: 0 auto;
    }
    .footer-txt {
        width: 300px;
        margin: 0 auto;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        padding-bottom: 20px;
    }
    .phone-mobile-footer {
        margin: 40px auto 0;
		max-width:100%;
    }
    .free-img {
        display: none;
    }
    .free-box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .free-box ul li {
        margin-right: 30px;
    }
    .footer-logoBox {
        width: 159px;
        max-width: 159px;
        justify-content: center;
    }
    .footer-polit {
        width: 100%;
    }
    /* freee */
    .freee-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
    }
    .freee-text {
        margin: 30px 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
    }
    .freee-box {
        flex-direction: column-reverse;
    }
    .freee-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .freee-info {
        max-width: 100%;
        width: 100%;
    }
    .catalog-item {
        width: 210px;
    }
    .footer {
        height: 864px;
        padding-top: 240px;
    }
}

.price-mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .about-img-n {
        display: block;
    }
    .h1,
    .first-parh {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    .first-box {
        margin-top: 140px;
    }
    .cont {
        width: 90.6%;
    }
    .first-form__title br {
        display: none;
    }
    .how-vidRed {
        padding: 12px 0;
    }
    .how-official {
        display: block;
    }
    .official-el {
        justify-content: flex-start;
        text-align: left;
        max-width: 100%;
    }
    .how-official img {}
    /* price */
    .price-desc {
        display: none;
    }
    .price-mob {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .price-slider-el {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .price-el {
        opacity: 1;
        width: 360px;
    }
    .price-el img {
        height: 100%;
        width: unset;
    }
    .price-controls {
        display: none;
    }
    .price-img img {
        height: 270px;
    }
    /* banner */
    .banner .cont {
        width: 100%;
    }
    /* .anonimus */
    .anonimus-box:first-child {
        flex-direction: column-reverse;
    }
    .anonimus-box img {
        max-width: 100%;
    }
    .anonimus-about p {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        margin-top: 20px;
    }
    .anonimus-about span {
        font-weight: 600;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
    .anon-slide:nth-child(2) {
        transform: none;
    }
    .anonimus-card {
        width: 180px;
        height: 230px;
        margin-right: 20px;
    }
    .slick-slide .anonimus-card img {
        display: unset;
    }
    .anonimus-card p {
        font-weight: 500;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        max-width: 150px;
        margin: -20px auto 0;
    }
    .anonimus-circles {
        margin-bottom: 30px;
    }
    .anon-text-2 {
        margin-left: 0;
    }
    .anonimus-box {
        margin-bottom: 40px;
    }
    .anonimus-box:last-child {
        margin-bottom: 0;
    }
    .anonimus .slick-list {
        overflow: visible;
    }
    .anonimus-about p {
        margin-bottom: 20px;
    }
    /* programm */
    .programm {
        display: none;
    }
    /* .vide-el */
    .vide-el {
        width: 100%;
        height: 312px;
        display: block;
    }
    .vide-img {
        width: 100%;
        height: 198px;
        overflow: hidden;
        position: relative;
        border-radius: 4px;
    }
    .vide-img img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .vide-info {
        padding: 12px 0 0 12px;
    }
    .vide-revs {
        margin-bottom: 53px;
    }
    .vide-revs .slick-slide {
        height: auto;
    }
    .revie-video {
        width: 100%;
    }
    .vide-slide {
        margin-right: 20px;
        width: 270px;
    }
    .vide-revs .slick-list {
        overflow: visible;
    }
    .vide-info p {
        font-size: 13px;
    }
    .vide-el .how-playButton {
        transform: translate(-50%, -50%) scale(.88);
    }
    /* modal */
    .modal-cont {
        padding: 20px;
        width: 90%;
        height: auto;
    }
    .modal-cont h2 {
        font-weight: 600;
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        margin-bottom: 20px;
    }
    .modal-close {
        top: 8px;
        right: 8px;
        width: 14px;
    }
    .banner-2:after {
        bottom: -0;
        top: unset;
    }
    .doctors-img {
        height: 340px;
    }
    .sertificate-main {
        margin: 0 0 21px;
    }
    .sertificates-slider {
        margin: 0;
    }
    .sertificates-list {
        width: 100%;
    }
    .slider-controls-sert {
        width: 100%;
        top: 50%;
        transform: translate(-50%);
        z-index: 3;
        max-width: 600px;
    }
    .sertificates .h2 {
        text-align: left;
    }
    .next {
        right: 0;
        width: 39px;
        height: 30px;
    }
    .prev {
        left: 0;
        width: 39px;
        height: 30px;
    }
    .free-img {
        display: block;
        width: 100%;
        transform: none;
    }
    .official-text {
        max-width: 200px;
    }
    .correct {
        top: 57px;
    }
    .freee {
        background-color: #fff
    }
    /* new styles */
    .first .h1 {
        font-weight: bold;
        font-size: 40px;
        line-height: 55px;
        color: #FFFFFF;
        margin-bottom: 42px;
    }
    .first-form {
        background: #fff;
    }
    .first-form__check {
        display: none;
    }
    .header {
        height: 80px;
        background: linear-gradient(90.31deg, rgba(255, 255, 255, 0.9) 25.56%, rgba(255, 255, 255, 0.513) 140.94%);
    }
    .header-logo {
        width: 225px;
    }
    .how {
        padding-top: 41px;
    }
    .how-vidRed p br {
        display: none;
    }
    .how-vidRed p {
        font-weight: 600;
        font-size: 17px;
        line-height: 23px;
    }
    .how-vidRed {
        height: 139px;
    }
    .how-vidButton {
        width: 255px;
        height: 39px;
        font-weight: 600;
        font-size: 17px;
        line-height: 23px;
        color: #209955;
    }
    .official-img {
        width: 75px;
        height: 75px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .official-text {
        max-width: calc(100% - 75px - 10px)
    }
    .official-text h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #003049;
    }
    .guarantee-text p {
        max-width: 390px;
    }
    .banner-left h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 38px;
        color: #FFFFFF;
    }
    .banner-left p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        max-width: 375px;
        margin: 0 auto 35px;
    }
    .banner-right img {
        width: 255px;
		margin-bottom: 20px;
    }
    .banner .cont {
        width: 90.6%;
    }
    .catalog .h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 38px;
    }
    .catalog-item {
        border: 0;
/*         height: 240px; */
        margin-bottom: 25px;
    }
    .catalog-item__img {
        background-color: #EDEDED;
    }
    .catalog-item__info {
        padding: 11px 0 0;
    }
    .item-btn {
/*         display: none; */
    }
    .about-img-n {
        width: 100%;
    }
    .anonimus .h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 38px;
    }
    .anonimus-about p {
        font-weight: 600;
        font-size: 17px;
        line-height: 135.1%;
        opacity: 0.9;
        max-width: 420px
    }
    .anonimus-about span {
        width: 100%;
    }
    .freee-title {
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
        color: #003049;
    }
    .freee-text {
        font-weight: 600;
        font-size: 17px;
        line-height: 135.1%;
        max-width: 420px;
    }
    .freee-svaz {
        width: 100%;
    }
    .sertificates .h2 {
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
        color: #003049;
    }
    .sertificate-main,
    .sertificate-main img {
        max-width: 285px;
    }
    .prev {
        left: -69px;
    }
    .next {
        right: -69px;
    }
    .sertificates-slider img {
        width: 158px;
        height: 228px;
    }
    .sertificates-slider {
        width: 716px;
    }
    .free-box .h2 {
        text-align: left;
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
        color: #003049;
    }
    .social-img {
        transform: scale(0.75)
    }
    .free-box ul li p {
        margin-left: 0;
    }
    .free-box ul li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .footer-timer {
        width: 96.6%;
        max-width: 435px;
        background-color: #fff;
    }
    .footer-timer:after {
        width: 96%;
    }
    .footer-timer:before {
        width: 86%;
    }
    .footer-logo {
        width: 285px;
    }
    .foter-second-lined {
        margin-top: 46px;
    }
    .first-form__title {
        font-weight: 500;
    }
    .how-playButton {
               transform: translate(-50%, -68%) scale(1.1);
    }
    .official-el {
        margin-bottom: 40px;
    }
    .freee-img {
        margin-bottom: 42px;
    }
    .catalog-pagination .slick-dots li {
        /* margin: 10px 15px 0 0; */
    }
}

@media screen and (max-width: 1325px) {
	.footer-bg {
		height: 700px;
	}
	.footer {
		height: 700px;
	}
	.phone-mobile-footer {
    	margin: 40px auto 0;
    	max-width: 80%;
}
	.foter-second-lined a {
		display: none; 
	}
}

@media screen and (max-width: 430px) {
    .catalog-item {
        width: 100%;
    }
    .catalog-pagination .slick-dots {
        /* margin: 0 0; */
    }
    .catalog-pagination .slick-arrow {
        /* display: none!important; */
    }
    .catalog-box .slick-slide{
        margin: 0 5px;
    }
    .catalog-box .slick-list{
        margin: 0 -5px;
    }
    .prev {
        left: 0;
    }
    .next {
        right: 0;
    }
    .free-box ul li a {
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 370px) {
    .price-el {
        width: 286px;
    }
}

@media screen and (min-width: 1326px) {
	.catalog-pagination {
    display: none;
}
}

@media screen and (max-width: 370px) {
    .price-el {
        width: 286px;
    }
}