/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
	min-width:320px;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.woff2') format('woff2'),
        url('../fonts/Akrobat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-SemiBold.woff2') format('woff2'),
        url('../fonts/Akrobat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.woff2') format('woff2'),
        url('../fonts/Akrobat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    outline: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    /* font-family: 'Akrobat'; */
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hiddeninput {display:none}
.kommentarii {position:absolute; left:-5000px;}
.container {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: #F6F6F6;
    box-shadow: 0px 3px 10px 0px #00000026;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.header_logo {
    display: flex;
    align-items: center;
    gap: 20px;
	max-height: 85px;
	margin-top:2px;
}

.header_logo img {
   
	max-height: 85px;
	margin-top:2px;
}

.header_logo-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 90%;
    font-family: 'Akrobat';
    width: 130px;
    color: #343434;
}

.header_adres {
    font-weight: 400;
    font-size: 18.62px;
    line-height: 26.9px;
    text-align: center;
    color: #343434;
}

.header_adres span {
    display: block;
    color: #8D8D8D;
}

.header_time {
    font-weight: 400;
    font-size: 18.62px;
    line-height: 26.9px;
    text-align: center;
    color: #343434;
}

.header_time span {
    display: block;
    color: #8D8D8D;
}

.header_number {
    font-weight: 400;
    font-size: 36px;
    color: #3C76EC;
}

.header_messages {
    display: flex;
    gap: 25px;
}

.header_message {
    display: flex;
    border: 1px solid #F9F9F9;
    border-radius: 50%;
    transition: all 0.3s;
}

.header_message path,
.header_message circle {
    transition: all 0.3s;
}

.header_message:hover {
    border: 1px solid #3C76EC;
}

.header_message:hover circle:nth-child(1),
.header_message:hover path:nth-child(1) {
    fill: #F9F9F9;
}

.header_message:hover path:nth-child(2) {
    fill: #3C76EC;
}

.main {
    padding: 158px 0 208px;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
}

.main_city {
    font-weight: 400;
    font-size: 48px;
    line-height: 116.8px;
    text-align: center;
    margin-bottom: 58px;
    color: #3C76EC;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.main_city::before {
    position: relative;
    content: "";
    display: block;
    width: 35px;
    height: 43px;
    background-image: url(../img/main_city.svg);
    background-size: cover;
}

.main_title {
    font-weight: 600;
    font-size: 199.09px;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #343434 0%, #676767 50%, #343434 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Akrobat';
    line-height: 1;
    margin-bottom: 50px;
}

.main_title span {
    display: block;
    font-size: 158.8px;
    margin-top: -40px;
    line-height: 1;
    background: -webkit-linear-gradient(90deg, #575757 0%, #7C7C7C 50%, #575757 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_btn {
    background: linear-gradient(92.31deg, #3C76EC 0.01%, #6396FF 50%, #3C76EC 99.99%);
    width: 560px;
    height: 113px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 32px;
    line-height: 116.8px;
    text-transform: uppercase;
    color: #F5F5F5;
}

.main_btn:hover {
    background: #f9f9f9;
	color:#3C76EC;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
}
.main_wrapper {
    position: relative;
}

.main_link {
    background: #F9F9F9;
    padding: 25px 30px 20px;
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    color: #3C76EC;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 28px;
    position: absolute;
	border:1px solid #f9f9f9;
}

.main_link:hover {background: #3C76EC; color: #F9F9F9;}

.main_link::before {
    position: absolute;
    content: "";
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #F9F9F9;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    background-image: url(../img/star.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.main_link:nth-child(1) {
    left: 50px;
    top: 290px;
}

.main_link:nth-child(2) {
    bottom: -60px;
    right: 50px;
}

.main_items {
    background: #FFFFFF;
    max-width: 1062px;
    margin: 0 auto;
    border-radius: 12px;
    border: 0.59px solid #dddddd;
    display: flex;
    padding: 30px;
}

.main_items-block {
    transform: translateY(-50%);
    margin-bottom: 50px;
}

.main_item {
    flex: auto;
    text-align: center;
    padding: 0 35px;
    position: relative;
}

.main_item:last-child::before {
    display: none;
}

.main_item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    background-color: #898989;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main_item-title {
    font-weight: 500;
    font-size: 70.5px;
    text-transform: uppercase;
    color: #3C76EC;
}

.main_item-text {
    font-size: 19.83px;
    color: #898989;
}

.ways {
    margin-bottom: 240px;
}

.ways_content {
    display: none;
    padding: 0 145px;
}

.ways_content.active {
    display: block;
}

.ways_tabs {
    display: flex;
    gap: 32px;
    margin-bottom: 140px;
}

.ways_tab {
    border: 2px solid #3C76EC;
    border-radius: 15px;
    padding: 18px;
    flex: 1;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #898989;
    cursor: pointer;
}

.ways_tab.active {
    background: linear-gradient(90deg, #3C76EC 0%, #6694F2 50%, #3C76EC 100%);
    color: #F5F5F5;
}

.ways_slide {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.ways_slide-img {
    width: 616px;
    height: 410px;
    display: flex;
}

.ways_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ways_slide-info {
    width: 705px;
}

.ways_slide-title {
    color: #898989CC;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 34px;
}

.ways_slide-title span {
    color: #3C76EC;
}

.ways_slide-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #898989;
    margin-bottom: 45px;
}

.ways_slide-price {
    text-align: right;
    font-size: 38px;
    color: #3C76EC;
}

.ways_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ways_slider .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: -84px;
}

.ways_slider .slick-next {
    background-image: url(../img/arrow_right.svg);
    right: -84px;
}

.consult {
    margin: 160px 0;
}

.consult_wrapper {
    position: relative;
    background: linear-gradient(79.35deg, #3C76EC 0%, #77A4FF 100%);
    border-radius: 20px;
    padding: 80px 155px;
}

.consult_img {
    position: absolute;
    display: flex;
    left: 37px;
    bottom: 0;
}

.consult_info {
    width: 705px;
    margin-left: auto;
}

.consult_title span {
    font-weight: 800;
}

.consult_title {
    font-weight: 600;
    font-size: 94.81px;
    font-family: 'Akrobat';
    color: #fff;
    margin-bottom: 30px;
    line-height: 105.19px;
    text-transform: uppercase;
    position: relative;
}

.consult_title::before {
    position: absolute;
    content: "";
    background-image: url(../img/blik.png);
    background-size: cover;
    width: 250px;
    height: 200px;
    top: -63px;
    left: -96px;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.consult_title::after {
    position: absolute;
    content: "";
    background-image: url(../img/blik.png);
    background-size: cover;
    width: 250px;
    height: 200px;
    bottom: -4px;
    right: 113px;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.consult_subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 60px;
    color: #F9F9F9B2;
	line-height:1.2
}

.consult_form {
    width: 560px;
    position: relative;
}

.consult_form::after {
    position: absolute;
    content: "";
    background-image: url(../img/blik.png);
    background-size: cover;
    width: 250px;
    height: 200px;
    top: -112px;
    right: -114px;
    mix-blend-mode: lighten;
    z-index: 1;
    pointer-events: none;
}

.consult_inp-wrapper {
    width: 100%;
    margin-bottom: 8px;
    background: #F9F9F9;
    border-radius: 20px;
    overflow: hidden;
}

.consult_inp {
    display: block;
    width: 100%;
    height: 66px;
    padding-left: 62px;
    border: none;
    background: none;
	cursor:pointer;
}


.consult_btn {
    font-weight: 600;
    font-size: 28px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;
    color: #3C76EC;
    background: #F9F9F9;
    height: 103px;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 24px;
}

.consult_btn:hover {
    color: #F9F9F9;
    background: #3C76EC;
}

.consult_ok {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #F9F9F9B2;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 11px;
    user-select: none;
}

.consult_inp-wrapper {
    position: relative;
}

.consult_inp-icon {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}

.consult_ok input {
    display: none;
}

.consult_ok span {
    background: #F9F9F9;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    min-width: 25px;
}

.consult_ok input:checked+span {
    background-image: url(../img/check.svg);
}

.quiz {
    padding: 202px 0 102px;
    background-image: url(../img/quiz.jpg);
    background-size: cover;
    background-position: center;
}
.quiz_otpravlena {text-align:center; font-size:18px; color:#3C76EC; margin-bottom:10px;}

.quiz_wrapper {
    box-shadow: 0px 0px 20.3px 0px #00000040;
    background: #F5F5F5;
    border-radius: 16px;
    width: 1430px;
    margin: 0 auto;
    padding: 62px 72px;
}

.advantages {
    padding: 60px 0;
}

.advantages .container {
    max-width: 1600px;
}

.advantages_title {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #898989;
    padding-bottom: 14px;
    margin-left: 74px;
    margin-bottom: 50px;
	text-align:center;
}

.advantages_title span {
    font-size: 40px;
    color: #3C76EC;
    font-weight: 600;
}

.advantages_items {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 160px;
}

.advantages_item {
    width: calc(33.333% - 106.666px);
    text-align: center;
}

.advantages_item-title {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #898989;
    padding-bottom: 40px;
    margin-bottom: 10px;
    position: relative;
}

.advantages_item-title::before {
    position: absolute;
    content: "";
    background-color: #898989;
    bottom: 14px;
    right: 50%;
    transform: translateX(50%);
    height: 1px;
    width: 300px;
}

.advantages_item-title::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 30px;
    background-color: #fff;
    bottom: 0;
    right: 50%;
    background-image: url(../img/star.svg);
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(50%);
}

.advantages_item-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #898989;
}

.advantages_item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

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

.works {
    background: linear-gradient(252.44deg, #77A4FF 0%, #3C76EC 100%);
    padding: 90px 0 260px;
}

.works_title {
    font-weight: 500;
    font-size: 50px;
    line-height: 84.75px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
    color: #F9F9F9;
    position: relative;
    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
}

.works_title::before {
    position: relative;
    content: "";
    background-image: url(../img/works_title-bef.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
}

.works_title::after {
    position: relative;
    content: "";
    background-image: url(../img/works_title-bef.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    display: block;
}

.works_slide {
    width: 641px;
    height: 386px;
    background: #F9F9F9;
    opacity: 0.5;
    transition: all 0.3s;
	overflow:hidden;
}

.works_slide img {width:auto; height:100%;}

.works_slider .slick-track {
    padding: 64px 0;
}

.works_slide.slick-current {
    opacity: 1;
    transform: scale(1.49, 1.314);
}

.works_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.works .slick-slide {
  position: relative;
  z-index: 1;
}
.works .slick-slide.slick-active {
  z-index: 2;
}
.works .slick-slide.slick-current {
  z-index: 3;
}

.works_slider .slick-prev {
    background-image: url(../img/arrow_left.svg);
    left: 25.2%;
}

.works_slider .slick-next {
    background-image: url(../img/arrow_right.svg);
    right: 25.2%;
}

.steps {
    margin: 115px 0 50px;
}

.steps .container {
    max-width: 1460px;
}

.steps_title {
    color: #898989;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.15;
    text-transform: uppercase;
	text-align:center;
	margin-bottom:30px;
}

.steps_title span {
    color: #3C76EC;
    font-weight: 600;
    font-size: 40px;
}

.steps_items {
    gap: 20px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 0.3fr 1fr 1fr;
}

.steps_item {
    border: 2px solid #3C76EC;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    min-height: 260px;
}

.steps_item picture,
.steps_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_item:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;

    grid-row-end: 2;
    grid-column-end: 2;
}

.steps_item:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 2;

    grid-row-end: 2;
    grid-column-end: 5;
}

.steps_item:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 1;

    grid-row-end: 3;
    grid-column-end: 3;
}

.steps_item:nth-child(4) {
    grid-row-start: 2;
    grid-column-start: 3;

    grid-row-end: 3;
    grid-column-end: 4;
}

.steps_item:nth-child(5) {
    grid-row-start: 2;
    grid-column-start: 4;

    grid-row-end: 4;
    grid-column-end: 5;
}

.steps_item:nth-child(6) {
    grid-row-start: 3;
    grid-column-start: 1;

    grid-row-end: 4;
    grid-column-end: 4;
}

.zamer {
    padding: 150px 0 90px;
    position: relative;
}

.zamer_img {
    position: absolute;
    bottom: 0;
    display: flex;
    pointer-events: none;
    left: 0;
}

.zamer_info {
    max-width: 1000px;
    margin-left: auto;
}

.zamer_title {
    font-weight: 500;
    font-size: 50px;
    line-height: 64.75px;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #898989;
}

.zamer_title span {
    color: #3C76EC;
}

.zamer_text {
    color: #898989;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 70px;
}

.zamer_text span {
    color: #3C76EC;
}

.zamer_inner {
    background: linear-gradient(255.83deg, #77A4FF 0%, #3C76EC 100%);
    border-radius: 20px;
    padding: 46px 72px 116px;
    overflow: hidden;
}

.zamer_inner-title {
    font-weight: 600;
	font-family: 'Akrobat';
    font-size: 81px;
    line-height: 84.75px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
	margin-bottom:20px;
}

.zamer_inner-title::after {
    position: absolute;
    content: "";
    background-image: url(../img/blik.png);
    background-size: cover;
    width: 250px;
    height: 200px;
    top: -95px;
    left: 95px;
    mix-blend-mode: lighten;
    z-index: 1;
    pointer-events: none;
}

.zamer_inner-subtitle {
    font-size: 24px;
    line-height: 100%;
    color: #F9F9F9CC;
    margin-bottom: 100px;
	line-height:1.2;
}

.zamer_inner-subtitle span {
    color: #F9F9F9;
}

.zamer_inner-form {
    display: flex;
    justify-content: space-between;
}

.zamer_inner-right,
.zamer_inner-left {
    width: calc(50% - 15px);
}

.zamer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #083DA9;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    height: 94px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 73px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.zamer_btn:hover {color: #F9F9F9;
    background: #3C76EC;}

.zamer_btn::after {
    position: absolute;
    content: "";
    background-image: url(../img/blik.png);
    background-size: cover;
    width: 250px;
    height: 200px;
    top: -110px;
    right: -100px;
    mix-blend-mode: lighten;
    z-index: 1;
    pointer-events: none;
}

.certificates {
    background: linear-gradient(252.44deg, #77A4FF 0%, #3C76EC 100%);
    padding: 88px 0 192px;
}

.certificates_title {
    font-weight: 500;
    font-size: 50px;
    line-height: 84.75px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #F9F9F9;
    position: relative;
    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
}

.certificates_subtitle {
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    width: 820px;
    margin: 0 auto 60px;
    color: #F9F9F9;
    position: relative;
    padding: 0 42px;
}

.certificates_subtitle::after {
    position: absolute;
    content: "";
    background-image: url(../img/star2.svg);
    width: 28px;
    left: 0;
    top: -1px;
    height: 28px;
}

.certificates_subtitle::before {
    position: absolute;
    content: "";
    background-image: url(../img/star2.svg);
    width: 28px;
    right: 0;
    top: -1px;
    height: 28px;
}


.certificates_slider {
    width: 1170px;
    margin: 0 auto;
}

.certificates_slide {
    margin: 0 10px;
    height: 516px;
}

.certificates_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificates_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.certificates_slider .slick-prev {
    background-image: url(../img/arrow_left2.svg);
    left: -84px;
}

.certificates_slider .slick-next {
    background-image: url(../img/arrow_right2.svg);
    right: -84px;
}

.reviews {
    padding: 70px 0;
    background: #F9F9F9;
}

.reviews_title {
	font-weight: 500;
    font-size: 50px;
    line-height: 84.75px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
    color: #3C76EC;
    position: relative;
    justify-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
}

.reviews_title::after {
    position: relative;
    content: "";
    background-image: url(../img/star.svg);
    background-size: cover;
    width: 28px;
    left: 0;
    top: -1px;
    height: 28px;
}

.reviews_title::before {
    position: relative;
    content: "";
    background-image: url(../img/star.svg);
    background-size: cover;
    width: 28px;
    right: 0;
    top: -1px;
    height: 28px;
}

.reviews_items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
}

.reviews_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 14.3px 0px #00000017;
    border-radius: 20px;
    width: calc(33.333% - 13.333px);
    padding: 30px;
}

.reviews_item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
    align-items: flex-start;
}

.reviews_item-stars {
    display: flex;
    width: 140px;
}

.reviews_item-stars img {
    width: 100%;
    height: auto;
}

.reviews_item-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #343434;
}

.reviews_item-left {
    padding-left: 100px;
    position: relative;
}

.reviews_item-date {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #34343480;
}

.reviews_item-text {
    margin-bottom: 22px;
}

.reviews_item-imgs {
    display: flex;
}

.reviews_item-top {
    min-height: 75px;
}

.reviews_item-img {
    background: #fff;
    margin-right: 15px;
    /*width: 90px;*/
    height: 55px;
    display: flex;
}

.reviews_item-img img, .reviews_item-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews_item-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.reviews_item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup {width:767px; display:none;}
.popup h2 {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    color: #898989;
	margin-bottom:30px;
}
.popup h2 span {color:#3C76EC}
.popup img {float:left; max-width:100px; margin-right:20px; margin-bottom:20px;}
.popup p {font-size:18px; color:#898989; line-height:1.2; }
.popup p span {color:#3C76EC}
.popup .number {font-size:25px; color:#3C76EC;}

.footer {
    background: linear-gradient(89.34deg, #3C76EC 0%, #77A4FF 100%);
    padding: 28px 0 52px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_adres {
    font-weight: 400;
    color: #fff;
    font-size: 32px;
}

.footer_adres span {
    display: block;
    color: #D9D9D9;
}

.footer_messanges {
    display: flex;
    gap: 32px;
}

.footer_messange {
    display: flex;
    border-radius: 50%;
    transition: all 0.3s;
}

.footer_messange path,
.footer_messange circle {
    transition: all 0.3s;
}


.footer_messange:hover circle:nth-child(1),
.footer_messange:hover path:nth-child(1) {
    fill: #898989;
}

.footer_messange:hover path:nth-child(2) {
    fill: #F9F9F9;
}

.footer_number {
    font-size: 36px;
    line-height: 155.9px;
    text-align: center;
    color: #F9F9F9;
}

.footer_time {
    font-weight: 400;
    font-size: 32px;
    color: #F9F9F9;
}

.footer_time span {
    display: block;
    color: #D9D9D9;
}

.quiz_step {
    display: none;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
}

.quiz_step.active {
    display: flex;
}

.quiz_step-title {
    font-weight: 500;
    font-size: 40.05px;
    line-height: 62px;
    color: #575757;
    margin-top: 0px;
    margin-bottom: 30px;
	text-align:center;
}
.cost-details {
	text-align:center;
	font-size: 20px;
    line-height: 32px;
    color: #575757;
	margin-bottom: 50px;
}

.quiz_step-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 32px;
}

.quiz_step-check {
    display: block;
    cursor: pointer;
    width: calc(25% - 24px);
    position: relative;
}

.quiz_step-check span {
    position: absolute;
    border: 1px solid #8D8D8D;
    background: #D9D9D91C;
    backdrop-filter: blur(2px);
    width: 50px;
    height: 50px;
    top: -25px;
    right: -18px;
    border-radius: 50%;
    display: block;
    z-index: 1;
}

.quiz_step-check span.hiddeninput {display:none;}

.quiz_step-check input:checked+span::before {
    position: absolute;
    content: "";
    background: #3C76EC;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: 11px;
    left: 11px;
}

.quiz_step-check input {
    display: none;
}

.quiz_step-img {
    width: 100%;
    height: 160px;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

.quiz_step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz_step-subtitle {
    font-weight: 400;
    text-align: center;
    font-size: 24px;
    color: #898989;
}

.quiz_step-checks {
    margin-bottom: 40px;
}

.quiz_step-bot {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
}

.quiz_step-right {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 60px;
}

.quiz_step-next {
    background: #3C76EC;
    width: 173px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #F6F6F6;
    font-size: 24px;
    user-select: none;
    cursor: pointer;
}

.quiz_step-desc {
    font-size: 20px;
    line-height: 25px;
    color: #676767CC;
    width: 225px;
}

.quiz_step-desc span {
    color: #676767;
    font-weight: 500;
}

.quiz_slider {
    margin-bottom: 40px;
}

.ui-slider {
    background: #D9D9D9;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
    height: 11px;
    position: relative;
}

.ui-slider-handle {
    position: absolute;
    background: #3C76EC;
    width: 40px;
    height: 40px;
    transform: translate(-25%, -50%);
    top: 50%;
    border-radius: 50%;
}

.ui-slider-handle span {
    position: absolute;
    bottom: -32px;
    right: 50%;
    transform: translateX(50%);
    font-weight: 400;
    font-size: 36px;
    line-height: 25px;
    color: #67676780;
}

.ui-slider-range {
    position: absolute;
    top: 0;
    background: #3C76EC;
    height: 100%;
    border-radius: 20px;
}

.quiz_slider-values {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.quiz_slider-value {
    color: #676767;
    font-weight: 500;
    font-size: 36px;
    outline-color: #676767;
}

.quiz_step-prev {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #3C76ECCC;
    cursor: pointer;
}

.quiz_step-prev span {
    font-weight: 500;
    color: #3C76EC;
}

.quiz_step-form {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    gap: 24px;
}

.soglasie {margin-bottom:50px; color:#575757;}
.soglasie span {background: #d9d9d9;}
.soglasie input:checked+span {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.quiz_step-inp {
    background: #D9D9D9;
    border-radius: 17px;
    padding-left: 18px;
    height: 68px;
    border: none;
}

.quiz_step-inp:nth-child(1) {
    width: 260px;
}

.quiz_step-inp:nth-child(2) {
    width: 404px;
}

.quiz_step-btn {
    background: #3C76EC;
    border-radius: 17px;
    height: 68px;
    font-weight: 500;
    font-size: 26.46px;
    width: 440px;
    text-transform: uppercase;
    color: #F5F5F5;
    cursor: pointer;
    border: none;
}
.quiz_step-btn:hover, .quiz_step-next:hover {
    background: #f9f9f9;
	color:#3C76EC;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
}

.quiz_step-present {
    font-weight: 400;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #898989;
    cursor: pointer;
}

.quiz_step-present:hover {color: #3C76EC;}
.quiz_step-prev:hover {text-decoration:underline}

.quiz_step-present::after {
    position: relative;
    content: "";
    display: block;
    background-image: url(../img/present.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
}

.quiz_present {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-bottom: auto;
    margin-top: 40px;
}

.quiz_step-title span {
    color: #3C76EC;
}

.header_inner,
.menu_burger {
    display: none;
	cursor:pointer;
}


@media(max-width:1750px) {
	.quiz_step-title {
    margin-top: 0px;
	}
	.quiz_step-check span {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -15px;
}
.cost-details {
	text-align:left;
	font-size: 19px;
    line-height: 30px;
    color: #575757;
	margin-bottom: 50px;
}
.quiz_otpravlena {text-align:left; font-size:18px; color:#3C76EC; margin-bottom:10px;}
.quiz_step-check input:checked+span::before {
    width: 23px;
    height: 23px;
    top: 8px;
    left: 8px;
}
    .container {
        max-width: 1180px;
    }

    .header_number {
        font-size: 22px;
    }

    .header_logo-title {
        font-size: 32px;
    }

    .header_adres,
    .header_time {
        font-size: 16px;
        line-height: 1.2;
    }

    .header_wrapper {
        padding: 0px 0;
    }

    .header_logo-img {
        width: auto;
    }

    .header_logo-img img {
        width: auto;
        max-height: 70px;
    }

    .main {
        padding: 160px 0 160px;
    }

    .main_city::before {
        width: 26px;
        height: 32px;
    }

    .main_city {
        font-size: 28px;
        line-height: 1.2;
    }

    .main_title {
        font-size: 120px;
        line-height: 1.2;
    }

    .main_title span {
        font-size: 110px;
    }

    .main_btn {
        width: 390px;
        height: 70px;
        font-size: 22px;
    }

    .main_link {
        padding: 20px 20px 20px;
        font-size: 21px;
        width: 180px;
    }

    .main_link::before {
        width: 42px;
        height: 42px;
        top: -20px;
        background-size: 24px;
    }

    .main_link:nth-child(1) {
        left: 20px;
        top: 230px;
    }

    .main_link:nth-child(2) {
        bottom: -18px;
        right: 20px;
    }

    .main_item-title {
        font-size: 52px;
        line-height: 1.2;
    }

    .main_item-text {
        font-size: 18px;
    }

    .ways_tab {
        font-size: 22px;
    }

    .ways_tabs {
        margin-bottom: 80px;
    }

    .ways_content {
        padding: 0 50px;
    }

    .ways_slide-img {
        width: 500px;
    }

    .ways_slide-info {
        width: 520px;
    }

    .ways_slide-text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 24px;
    }

    .ways {

        margin-bottom: 140px;
    }

    .consult_wrapper {
        padding: 40px 60px;
        overflow: hidden;
    }

    .consult_img {
        left: 0;
        width: 560px;
    }

    .consult_img img {
        width: 100%;
        height: auto;
    }

    .consult_info {
        width: 560px;
    }

    .consult {
        margin: 100px 0;
    }

    .quiz {
        padding: 70px 0;
    }

    .quiz_wrapper {
        width: 100%;
    }

    .quiz_step {
        min-height: 500px;
    }

    .quiz_step-title {
        font-size: 30px;
		text-align:left;
    }
	
	.ui-slider-handle span, .quiz_slider-value {font-size: 30px;}

    .advantages_items {
        gap: 60px;
    }

    .advantages_item {
        width: calc(33.333% - 40px);
    }

    .advantages_item-text {
        font-size: 18px;
    }

    .works_title {
        margin-bottom: 60px;
    }

    .works_slide {
        height: 280px;
    }

    .works {
        padding-bottom: 120px;
    }

    .steps_item {
        min-height: 240px;
    }

    .zamer_img {
        width: 620px;
        left: -40px;
    }

    .zamer_img img {
        width: 100%;
        height: auto;
    }

    .zamer_info {
        max-width: 790px;
    }

    .zamer_inner {
        padding: 60px;
    }

    .zamer_title {
        line-height: 1.2;
        margin-bottom: 50px;
        font-size: 42px;
    }
	.zamer_inner-subtitle {
    font-size: 20px;
    margin-bottom: 60px;
	}
    .certificates_slider .slick-next {
        right: -60px;
    }

    .reviews_item-stars {
        width: 110px;
    }

    .reviews_item-title {
        font-size: 20px;
    }

    .reviews_item-icon {
        width: 60px;
        height: 60px;
    }

    .reviews_item-left {
        padding-left: 70px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer_adres,
    .footer_time,
    .footer_number {
        font-size: 22px;
        line-height: 1.4;
    }

    .footer_messanges {
        gap: 20px;
    }

    .footer_logo {
        width: 240px;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 950px;
    }
	.footer_logo {display:none}
	.quiz_step-btn {font-size:16px;}
    .header_messages {
        gap: 20px;
    }

    .header_number {
        font-size: 20px;
    }

    .header_adres,
    .header_time {
        font-size: 14px;
    }

    .main_link:nth-child(1) {
        left: 0px;
        top: 230px;
    }

    .main_link:nth-child(2) {
        bottom: -28px;
        right: 0;
    }

    .main_items-block {
        background-color: #fff;
        transform: none;
		margin-top: 50px;
    }

    .main {
        padding-bottom: 120px;
    }
	.ui-slider-handle {width:30px; height:30px;}
	.ui-slider {height: 7px;}
    .ways_tabs {
        gap: 24px;
    }

    .ways_tab {
        padding: 14px;
        font-size: 18px;
    }

    .ways_content {
        padding: 0 30px;
    }

    .ways_slide-info {
        width: 420px;
    }

    .ways_slide-img {
        width: 400px;
        height: 290px;
    }

    .ways_slide-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .ways_slide-price {
        font-size: 28px;
    }

    .ways_slider .slick-next {
        right: -60px;
    }

    .ways_slider .slick-prev {
        left: -60px;
    }

    .consult_title {
        font-size: 64px;
        line-height: 1.2;
    }

    .consult_subtitle {
        margin-bottom: 30px;
    }

    .consult_info {
        width: 440px;
    }

    .consult_form {
        width: 100%;
    }

    .consult_img {
        width: 420px;
    }

    .quiz_step-checks {
        gap: 40px 30px;
    }

    .consult_btn {
        font-size: 22px;
        line-height: 1;
        height: 66px;
    }

    .quiz_step-check {
        width: calc(33.333% - 20px);
    }

    .quiz_step-right {
        gap: 30px;
    }

    .quiz_step-desc {
        font-size: 18px;
    }

    .quiz_present {
        gap: 40px;
    }

    .advantages_item-img {
        width: 200px;
        margin: 0 auto 20px;
    }

    .works_slide.slick-current {
        opacity: 1;
        transform: scale(2, 1.314);
    }

    .works_slider .slick-next {
        right: 18.2%;
    }

    .works_slider .slick-prev {
        background-image: url(../img/arrow_left.svg);
        left: 18.2%;
    }

    .steps_item {
        min-height: 184px;
    }

    .zamer {
        padding: 90px 0;
    }

    .zamer_info {

        max-width: 100%;
    }

    .zamer_inner {
        position: relative;
        overflow: visible;
        padding: 90px 120px 50px;
    }

    .zamer_img {
        bottom: 100%;
        top: auto;
        width: 380px;
    }

    .zamer_inner-subtitle {
        margin-bottom: 60px;
    }

    .zamer_text,
    .zamer_title {
        padding-left: 320px;
    }

    .zamer_btn {
        height: 66px;
        font-size: 20px;
    }

    .certificates_subtitle {
        margin-bottom: 60px;
    }

    .certificates_slider {
        width: 100%;
    }

    .certificates_slider .slick-prev {
        left: -50px;
    }

    .certificates_slider .slick-next {
        right: -50px;
    }

    .certificates_slide {
        height: 406px;
    }

    .reviews_title {
        font-size: 50px;
    }

    .reviews_item {
        width: calc(50% - 10px);
        padding: 20px;
    }

    .footer_wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }
	.consult_title::after {
    display:none;
	}
}

@media (max-width: 991.98px) {
    .container {
        max-width: 730px;
    }
	.footer_number {display:none}
	.certificates_subtitle {width:100%;}
	.reviews_title {
        font-size: 30px;
    }
    .header_messages,
    .header_adres,
    .header_time {
        display: none;
    }
	.header_logo-img img {
        width: auto;
        max-height: 60px;
    }
    .menu_burger {
        width: 30px;
        height: 22px;
        position: relative;
        z-index: 2;
        display: block;
		margin-right: -5px;
    }

    .menu_burger::before {
        position: absolute;
        content: "";
        background: #898989;
        height: 3px;
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 30%;
        transition: all 0.3s;
    }

    .menu_burger.active::before {
        background-color: #F9F9F9;
        transform: rotate(45deg);
        top: 10px;
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        background: #898989;
        height: 3px;
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 30%;
        transition: all 0.3s;
    }

    .menu_burger.active::after {
        background-color: #F9F9F9;
        transform: rotate(-45deg);
        bottom: 9px;
    }

    .menu_burger span {
        position: absolute;
        content: "";
        background: #898989;
        height: 3px;
        width: 100%;
        top: 10px;
        right: 0;
        border-radius: 30%;
        transition: all 0.3s;
    }

    .menu_burger.active span {
        background-color: #F9F9F9;
        transform: scale(0);
    }

    .header {
        position: fixed;
    }

    .header_logo-title {
        font-size: 0;
        display: none;
    }

    .header_logo-img {
        width: auto;
    }

    .header_number {
        margin-left: auto;
        margin-right: 16px;
    }

    .main_city {
        margin-bottom: 28px;
    }

    .main_title {
        font-size: 90px;
    }

    .main_title span {
        font-size: 84px;
    }

    .main_btn {
        width: 332px;
        height: 62px;
        font-size: 20px;
    }

    .main {
        padding-bottom: 90px;
    }

    .main_link {
        padding: 25px 19px 20px;
        font-size: 18px;
        width: 150px;
    }

    .main_link:nth-child(1) {
        left: 0px;
        top: 80px;
    }

    .main_link:nth-child(2) {
        bottom: -30px;
        right: -12px;
    }

    .main_items {
        padding: 40px 0;
    }

    .main_item-title {
        font-size: 34px;
    }

    .main_items-block {
        margin-bottom: 30px;
		margin-top: 30px;
    }

    .ways_tabs {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .main_item {
        padding: 0 16px;
    }

    .ways_tab {
        width: calc(50% - 12px);
        flex: none;
    }

    .main_item-text {
        font-size: 16px;
    }

    .ways_slide {
        flex-direction: column;
        gap: 15px;
    }

    .ways_slide-img {
        width: 100%;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
    }

    .ways_slider .slick-arrow {
        top: calc(50% + 150px);
    }

    .ways_slide-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .ways_slider .slick-next {
        right: -50px;
    }

    .ways_slider .slick-prev {
        left: -50px;
    }

    .ways_slide-text {
        order: 1;
    }

    .consult_img {
        display: none;
    }

    .ways {
        margin-bottom: 60px;
    }

    .consult_info {
        width: 100%;
    }

    .consult_title::after {
        bottom: -31px;
        right: 122px;
    }

    .quiz_wrapper {
        padding: 30px;
    }
	.quiz_step-title {margin-top:0;}
	.cost-details {font-size:14px; line-height:20px; margin-bottom: 35px;}

    .quiz_step-check {
        width: calc(50% - 15px);
    }

    .quiz_step-check span {
        width: 24px;
        top: -7px;
        right: -6px;
        height: 24px;
    }

    .quiz_step-check input:checked+span::before {
        width: 12px;
        height: 12px;
        top: 5px;
        left: 5px;
    }

    .quiz_step-desc {
        width: 180px;
        font-size: 16px;
    }

    .quiz_step {
        min-height: 400px;
    }
	.quiz_step-subtitle {font-size: 20px;}
    .quiz_step-title {
        font-size: 20px;
        line-height: 1.4;
    }

    .ui-slider-handle span,
    .quiz_slider-value {
        font-size: 20px;
    }

    .ui-slider-handle {
        width: 25px;
        height: 25px;
    }

    .quiz_step-inp {
        width: calc(50% - 12px) !important;
    }

    .quiz_step-btn {
        width: 100%;
        font-size: 20px;
    }

    .quiz_step-form {
        flex-wrap: wrap;
    }

    .quiz_step-prev {
        font-size: 14px;
		line-height: 14px;
		width:70px;
    }

    .quiz_step-form {
        margin-bottom: 10px;
    }
	.soglasie {
        margin-bottom: 30px;
    }

    .quiz_step-present {
        font-size: 20px;
    }

    .quiz_present {
        margin-top: 40px;
    }

    .quiz_present-item {
        width: 160px;
    }

    .quiz_present-item img {
        width: 100%;
        height: auto;
    }

    .steps_title,
    .advantages_title {
        margin-left: 0;
        font-size: 26px;
    }

    .steps_title span,
    .advantages_title span {
        font-size: 32px;
    }

    .advantages_items {
        gap: 30px;
    }

    .advantages_item {
        width: calc(50% - 15px);
    }

    .advantages_item-img {
        width: 140px;
        height: 140px;
    }

    .advantages_item-text {
        font-size: 16px;
    }

    .works_title {
        font-size: 42px;
        line-height: 1.4;
    }

    .works_slide {
        height: 200px;
    }

    .zamer_inner {
        padding: 40px 60px;
    }

    .zamer_inner-form {
        flex-wrap: wrap;
    }

    .zamer_inner-title::after {
        width: 130px;
        height: 80px;
        top: -42px;
        left: 15px;
    }
	.zamer_inner-title {font-size:64px; line-height:1.2}
    .zamer_btn::after {
        width: 140px;
        height: 120px;
        top: -212px;
        right: -56px;
    }

    .zamer_inner-right,
    .zamer_inner-left {
        width: 100%;
    }

    .certificates_slide {
        height: 303px;
    }

    .certificates {
        padding-bottom: 80px;
    }

    .certificates_slider .slick-next {
        right: -20px;
    }

    .certificates_slider .slick-prev {
        left: -20px;
    }

    .certificates_slider .slick-arrow {
        width: 14px;
        height: 26px;
    }

    .reviews_item-title {
        font-size: 18px;
    }

    .reviews_item-stars {
        width: 90px;
    }

    .header_inner {
        display: block;
        position: fixed;
        padding: 46px 0;
        top: 0;
        right: -100%;
        border-radius: 0px;
        transition: all 0.3s;
        width: 100%;
        background: linear-gradient(248.58deg, #77A4FF 0%, #3C76EC 100%);
    }

    .header_inner.active {
        right: 0;
    }

    .header_inner .header_time,
    .header_inner .header_adres {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        display: block;
        color: #D9D9D9;
        text-align: center;
        margin-bottom: 23px;
    }

    .header_inner .header_time span,
    .header_inner .header_adres span {
        color: #F9F9F9;
    }

    .header_inner .header_messages {
        display: inline-flex;
        position: relative;
        margin-bottom: 24px;
        left: 50%;
        margin-left: -89px;
    }

    .header_inner .header_number {
        font-size: 21px;
        display: block;
        color: #F9F9F9;
        margin: 0;
		text-align: center;
    }
	.header_inner .header_number:hover {text-decoration:underline}
    .header_inner-logo {
        display: block;
        margin-bottom: 24px;
		text-align:center;
    }
	.header_inner-logo img {max-height: 70px;}
}

.d-block-phone {display:none;}

@media (max-width: 767.98px) {
	.d-block-phone {display:block;}
	.quiz_step-form {gap:14px;}
	.popup {width:100%; display:none;}
	.popup h2 {font-size:20px;}
	.popup img {display:none; float:left; margin-right:20px; margin-bottom:20px; max-width:100px;}
	.popup p {font-size:14px;}
    .container {
        max-width: 100%;
    }
	.quiz_step {
        min-height: 300px;
    }
    .header_wrapper {
        padding: 5px 0;
    }
	.header_logo-img img {
        width: auto;
        max-height: 40px;
		margin-left:-10px;
    }
	    .header_number {
        font-size: 14px;
    }

    .main {
        background-image: url(../img/main_bg2.jpg);
        background-size: cover;
        padding: 265px 0 90px;
        margin-top: 57px;
    }

    .main_city {
        font-size: 18px;
        position: relative;
        z-index: 2;
    }

    .main_city::before {
        width: 13px;
        height: 16px;
    }

    .main_title {
        font-size: 74px;
        margin-bottom: 30px;
        z-index: 1;
        position: relative;
        color: #676767;
        background: none;
        display: block;
        -webkit-text-fill-color: inherit;
    }

    .main_title::before {
        position: absolute;
        content: "";
        background: #F9F9F9E5;
        width: 360px;
        height: 292px;
        filter: blur(58px);
        z-index: -1;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .main_title span {
        font-size: 59px;
        margin-top: -16px;
    }

    .main_link {
        width: 104px;
        padding: 11px 10px 9px;
        z-index: 2;
        font-size: 13.38px;
        border-radius: 11px;
    }

    .main_link::before {
        width: 26px;
        height: 26px;
        top: -13px;
        background-size: 16px;
    }

    .main_btn {
        width: 315px;
        font-size: 18px;
        border-radius: 11px;
        position: relative;
        z-index: 2;
        height: 63px;
    }

    .main_link:nth-child(1) {
        top: -70px;
        left: 30px;
    }

    .main_link:nth-child(2) {
        top: -70px;
        bottom: auto;
        right: 30px;
    }

    .main_items {
        padding: 20px 0;
    }

    .main_items-block {
        margin-bottom: 0;
    }

    .main_item-title {
        font-size: 24px;
    }

    .main_item-text {
        font-size: 12px;
    }

    .main_item {
        padding: 0 10px;
    }

    .ways_tabs {
        gap: 14px;
        margin-bottom: 24px;
    }

    .ways_tab {
        font-size: 14px;
        width: calc(50% - 7px);
        border-radius: 6px;
        border: 1px solid #3C76EC;
        line-height: 1;
    }

    .ways {
        margin-top: 0;
        padding-top: 60px;

        position: relative;
    }

    body {
        background: #F9F9F9;
    }

    .ways::before {
        position: absolute;
        content: "";
        background-image: url(../img/ways_bef.svg);
        background-size: cover;
        width: 297px;
        height: 28px;
        top: 14px;
        right: 50%;
        transform: translateX(50%);
    }

    .ways_content {
        padding: 0;
    }

    .ways_slide-img {
        height: 240px;
    }

    .ways_slide-title {
        font-size: 21px;
		margin-right:25px;
    }

    .ways_slide-price {
        line-height: 1.15;
        font-size: 21px;
		margin-bottom:20px;
    }

    .ways_slide-info {
        padding: 0 23px;
    }

    .ways_slider .slick-prev {
        left: -10px;
    }

    .ways_slider .slick-next {
        right: -10px;
    }

    .ways_slider .slick-arrow {
        width: 24px;
        height: 24px;
        background-size: 10px;
    }

    .ways_slide-text {
        font-size: 12px;

        margin-bottom: 0;
    }

    .consult_title {
        font-size: 42px;
        margin-bottom: 4px;
    }

    .consult_subtitle {
        font-size: 12px;
        margin-bottom: 17px;
    }

    .consult_inp {
        height: 32px;
        border-radius: 10px;
        padding-left: 30px;
        font-size: 12px;
    }

    .consult_inp-wrapper {
        border-radius: 10px;
    }

    .consult_inp-icon {
        left: 16px;
        width: 10px;
    }

    .consult_inp-icon img {
        width: 100%;
        height: auto;
    }

    .consult_ok span {
        width: 15px;
        height: 15px;
        min-width: 15px;
        border-radius: 4px;
        background-size: 12px;
    }

    .consult {
        margin: 30px 0;
    }

    .consult_ok {
        font-size: 12px;
		        margin-bottom: 10px;
    }

    .consult_btn {
        height: 50px;
        border-radius: 10px;
        font-size: 14px;
		    margin-bottom: 10px;
    }

    .consult_title::before {
        width: 120px;
        height: 100px;
        top: -41px;
        left: -5px;
    }

    .consult_form::after {
        width: 120px;
        height: 100px;
        top: -53px;
        right: -55px;
    }

    .consult_title::after {
        width: 120px;
        height: 100px;
        bottom: -8px;
        right: 44px;
    }

    .quiz {
        background-image: url(../img/quiz2.png);
    }
	.quiz_otpravlena {text-align:left; font-size:16px; color:#3C76EC; margin-bottom:10px;}
    .quiz_wrapper {
        padding: 24px;
        border-radius: 6px;
        box-shadow: 0px 0px 5.11px 0px #00000040;
    }

    .quiz_step-subtitle {
        font-size: 14px;
        line-height: 1.2;
    }

    .quiz_step-checks {
        gap: 25px 16px;
        margin-bottom: 20px;
    }

    .quiz_step-check {
        width: calc(50% - 8px);
    }

    .quiz_step-img {
        height: 80px;
        margin-bottom: 7px;
        border-radius: 10px;
    }

    .quiz_step-next {
        padding: 5px 20px;
        width: auto;
        height: auto;
        font-size: 18px;
    }

    .quiz_step-right {
        gap: 1px;
    }

    .quiz_step-title {
        margin-bottom: 22px;
    }

    .quiz_step-desc {
        font-size: 12px;
        line-height: 14px;
        width: 94px;
    }
	.quiz_step-inp {width:100% !important; height: 48px;}
	.quiz_step-present {
        font-size: 16px;
    }
	.quiz_step-btn {
    height: 48px; font-size: 16px;
	}
    .advantages {
        padding: 30px 0;
    }

    .advantages_title {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .advantages_item-img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .advantages_item-title {
        padding-bottom: 20px;
        font-size: 12px;
    }

    .advantages_title span {
        font-size: 20px;
    }

    .advantages_item-title::before {
        width: 106px;
        bottom: 8px;
    }

    .advantages_item-text {
        font-size: 12px;
    }

    .advantages_item-title::after {
        width: 17px;
        background-size: 11px;
        background-color: #F9F9F9;
        height: 17px;
    }

    .advantages_items {
        gap: 20px 10px;
    }

    .advantages_item {
        width: calc(50% - 5px);
    }

    .works {
        border-radius: 20px;
        padding: 23px 0 70px;
    }

    .works_title {
        gap: 10px;
        font-size: 20px;
       margin-bottom: 0px;
        margin-top: 20px;
    }

    .works_slide {
        height: 142px;
    }

    .works_title::after,
    .works_title::before {
        width: 14px;
        height: 14px;
    }

    .works_slider .slick-arrow {
        width: 25px;
        height: 25px;
    }

    .works_slider .slick-next {
        right: 14.2%;
    }

    .works_slider .slick-prev {
        left: 14.2%;
    }

    .works_slider .slick-list {
        padding: 0 4px !important;
    }

    .steps {
        margin: 36px 0;
    }

    .steps_title {
        font-size: 20px;
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .steps_title span {
        font-size: 20px;
    }

    .steps_items {
        gap: 5px;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 0.5fr 0.5fr 0.8fr;
    }

    .steps_item {
        min-height: 1px;
        height: 22vw;
        border-radius: 12px;
        border-width: 1px;
    }

    .steps_item img {
        object-position: left;
        object-fit: cover;
    }

    .steps_item:nth-child(1) {
        grid-row-start: 1;
        grid-column-start: 1;

        grid-row-end: 2;
        grid-column-end: 2;
    }

    .steps_item:nth-child(2) {
        grid-row-start: 1;
        grid-column-start: 2;

        grid-row-end: 2;
        grid-column-end: 5;
    }

    .steps_item:nth-child(3) {
        grid-row-start: 2;
        grid-column-start: 1;

        grid-row-end: 3;
        grid-column-end: 3;
    }

    .steps_item:nth-child(4) {
        grid-row-start: 2;
        grid-column-start: 3;

        grid-row-end: 3;
        grid-column-end: 5;
    }

    .steps_item:nth-child(4) img {
        object-position: right;
    }

    .steps_item:nth-child(5) {
        grid-row-start: 3;
        grid-column-start: 4;

        grid-row-end: 4;
        grid-column-end: 5;
    }

    .steps_item:nth-child(6) {

        grid-row-start: 3;
        grid-column-start: 1;

        grid-row-end: 4;
        grid-column-end: 4;
    }

    .zamer {
        padding: 60px 0 24px;
    }

    .zamer_img {
        width: 170px;
        left: 0;
    }

    .zamer_text,
    .zamer_title {
        padding-left: 176px;
    }

    .zamer_title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .zamer_text {
        font-size: 12px;
        margin-bottom: 32px;
    }

    .zamer_text br {
        display: none;
    }

    .zamer_inner {
        padding: 10px 30px;
    }

    .zamer_inner-title {
        font-size: 42px;
        line-height: 1.2;
		    margin-bottom: 10px;
    }

    .zamer_inner-subtitle {
        font-size: 12px;
        margin-bottom: 17px;
    }

    .zamer_btn {
        height: 50px;
        background: #F9F9F9;
        border-radius: 10px;
        color: #3C76EC;
		font-size:14px;
		margin-bottom: 10px;
    }

    .certificates {
        padding: 30px 0 48px;
    }

    .certificates_title {
        font-size: 20px;
        margin-bottom: 13px;
        line-height: 1.2;
    }

    .certificates_subtitle {
        font-size: 12px;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .certificates_subtitle::after,
    .certificates_subtitle::before {
        width: 12px;
        height: 12px;
        background-size: cover;
        top: 5px;
    }

    .certificates_slider {
        padding: 0 20px;
    }

    .certificates_slide {
        margin: 0 3px;
        height: 35.6vw;
    }

    .certificates_slider .slick-arrow {
        width: 25px;
        height: 25px;
        background-size: 8px;
    }

    .certificates_slider .slick-prev {
        left: -10px;
    }

    .certificates_slider .slick-next {
        right: -10px;
    }

    .certificates {
        border-radius: 20px;
    }

    .reviews {
        padding: 30px 0;
    }

    .reviews_title {
        font-size: 20px;
        gap: 8px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .reviews_title::after,
    .reviews_title::before {
        width: 8px;
        height: 8px;
    }


    .reviews_items .slick-track {
        padding: 16vw 0;
    }

    .reviews_items {
        display: block;
        padding: 0 10px;
    }

    .reviews_item {
        padding: 10px;
        border-radius: 6px;
        box-shadow: 0px 0px 5.67px 0px #00000017;
        margin: 0 -20px;
        transition: all 0.3s;
        opacity: 0;
    }

    .reviews_items .slick-list {
        padding: 0 20px !important;
    }

    .reviews_item.slick-active {
        opacity: 1;
    }

    .reviews_item.slick-current {
        transform: scale(1.7);
        z-index: 2;
        position: relative;
    }

    .reviews_item-icon {
        width: 20px;
        height: 20px;
    }

    .reviews_item-left {
        padding-left: 24px;
    }

    .reviews_item-title {
        font-size: 8px;
        margin-bottom: 5px;
        margin-top: 4px;
    }

    .reviews_item-top {
        min-height: 24px;
        margin-bottom: 8px;
    }

    .reviews_item-date {
        font-size: 5px;
    }

    .reviews_item-text {
        font-size: 7px;
        margin-bottom: 8px;
    }

    .reviews_item-img {
        /*width: 40px;*/
        height: 25px;
        margin-right: 5px;
    }

    .reviews_item-stars {
        width: 28px;
        margin-top: 4px;
    }

    .reviews_items .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        height: 25px;
        background: none;
        padding: 0;
        cursor: pointer;
        font-size: 0;
        border: none;
        z-index: 2;
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .reviews_items .slick-prev {
        background-image: url(../img/arrow_left.svg);
        left: -14px;
    }

    .reviews_items .slick-next {
        background-image: url(../img/arrow_right.svg);
        right: -14px;
    }
	.footer {height:155px;}
    .footer_logo {
        display: block;
		width:120px;
		
    }
	
	.footer_number {display:block;}
    .footer_wrapper {
        gap: 14px;
        position: relative;
		 display: block;
    }

    .footer_adres,
    .footer_time,
    .footer_number {
        font-size: 12px;
    }

    .footer_messanges {
        gap: 15px;
		float:right;
		position:absolute;
		top:15px; right:0px;
    }

    .footer_messange {
        width: 19px;
        height: 19px;
    }

    .footer_messanges img {
        width: 100%;
        height: auto;
    }

    .footer_messanges {
        order: 1;
    }

    .footer_time {
        position:absolute;
		right:0; top:70px;
    }
	
	.footer_adres {
		position:absolute;
		left:0; top:70px;
		
	}

    .footer_number {
        order: 1;
		position:absolute;
		right:0; top:0px;
		font-size:16px;
    }

    .consult_wrapper {
        padding: 10px 30px;
    }

    .zamer_inner-title::after {
        width: 112px;
        height: 67px;
        top: -39px;
        left: -3px;
    }

    .zamer_inner-subtitle br {
        display: none;
    }

    .zamer_btn::after {
        width: 115px;
        height: 94px;
        top: -132px;
        right: -51px;
    }
}

@media(max-width:480px) {
	.main {
        margin-top: -3px;
    }
}
@media (max-width:400px) {
	.reviews_items .slick-track {
        padding: 24vw 0;
    }
}

.quiz_no_result {display:block; margin-top:120px}

@media (max-width: 991.98px) {
	.quiz_no_result {display:block; margin-top:0px}
}
@media (min-width: 991.99px) and (max-width: 1200px) {
.quiz_step-title {
        font-size: 28px;
        text-align: left;
    }
}