body,
div,
ul,
li,
h1,
h2,
h3,
h4,
form,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


img {
    border: 0;
}


var {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


footer,
header,
nav,
section,
main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

/*Plugins*/

/* Global styles */

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

@font-face {
    font-family: "Geometria";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Geometria-Medium/Geometria-Medium.woff2") format("woff2"), url("../fonts/Geometria-Medium/Geometria-Medium.woff") format("woff");
}

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

b {
    font-weight: 700;
}

p {
    line-height: 1.4;
}

.text-accent {
    color: #0064aa;
    text-decoration: none;
}

.blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 5px solid #ff2624;
    padding: .5em .5em .5em 1em;
    font-size: 20px;
}

.blockquote--white {
    color: #ffffff;
}

.blockquote__title {
    font-size: 25px;
    margin-bottom: 1em;
    font-weight: 400;
}

.blockquote__text {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 1em;
}

.blockquote__text:last-child {
    margin-bottom: 0px;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Geometria", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    scroll-behavior: smooth;
    -webkit-font-smoothing: subpixel-antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.ml-a {
    margin-left: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.section {
    position: relative;
    z-index: 2;
}

.section--separator {
    padding-bottom: 100px;
    background-color: #0063a6;
    overflow: hidden;
}

.section--separator::after {
    content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../img/separator.svg);
    background-position: bottom center;
    background-size: 100%;
    z-index: -1;
}

.section-head {
    display: block;
    position: relative;
    padding: 80px 0;
    text-align: center;
    width: 100%;
}

.section-head--white {
    color: #ffffff;
}

.section-head--dark {
    color: #383838;
}

.section-head__title {
    font-size: 48px;
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.section-head__subtitle {
    font-size: 20px;
    padding-top: .5em;
    color: inherit;
    line-height: 1.5;
}

.section-head__accent {
    color: #0064aa;
}

.frame-bd {
    position: relative;
    background-color: #005ebd;
    border-radius: 10px;
    padding: 20px;
    color: #ffffff;
    z-index: 2;
}

.frame-bd::before {
    content: '';
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: inherit;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: -1;
}

.frame-bd--decor::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: -2em;
    right: -2em;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.webp-support-js .frame-bd--decor::after {
    background-image: url("../img/frame-decor.webp");
}

.webp-nosupport-js .frame-bd--decor::after {
    background-image: url("../img/frame-decor.png");
}

iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: -100px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 15;
    border: 2px solid #ffffff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.scroll-top.isactive {
    right: 30px;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.form__head {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px;
}

.form__subhead {
    margin-bottom: 20px;
    text-align: center;
}

.form__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: center;
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    max-width: 590px;
}

.form__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.form__textarea {
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    padding: 1em;
    outline: none;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
}

.form__textarea::-webkit-input-placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea::-moz-placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea:-ms-input-placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea::-ms-input-placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea::-webkit-input-placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea:-ms-input-placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea::placeholder {
    color: #ffffff;
    text-align: center;
}

.form__textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::-moz-placeholder {
    opacity: 0;
}

.form__textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::-ms-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__textarea:focus::placeholder {
    opacity: 0;
}

.form__input {
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    padding: 1em;
    outline: none;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
}

.form__input::-webkit-input-placeholder {
    color: #ffffff;
}

.form__input::-moz-placeholder {
    color: #ffffff;
}

.form__input:-ms-input-placeholder {
    color: #ffffff;
}

.form__input::-ms-input-placeholder {
    color: #ffffff;
}

.form__input::-webkit-input-placeholder {
    color: #ffffff;
}

.form__input:-ms-input-placeholder {
    color: #ffffff;
}

.form__input::placeholder {
    color: #ffffff;
}

.form__input:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 99, 166, 0.1) inset;
    box-shadow: 0 0 0 5px rgba(0, 99, 166, 0.1) inset;
}

.form__input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__input:focus::-moz-placeholder {
    opacity: 0;
}

.form__input:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__input:focus::-ms-input-placeholder {
    opacity: 0;
}

.form__input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.form__input:focus:-ms-input-placeholder {
    opacity: 0;
}

.form__input:focus::placeholder {
    opacity: 0;
}

.form__input--dark {
    color: #383838;
    border: 1px solid #0064aa;
}

.form__input--dark::-webkit-input-placeholder {
    color: #383838;
}

.form__input--dark::-moz-placeholder {
    color: #383838;
}

.form__input--dark:-ms-input-placeholder {
    color: #383838;
}

.form__input--dark::-ms-input-placeholder {
    color: #383838;
}

.form__input--dark::-webkit-input-placeholder {
    color: #383838;
}

.form__input--dark:-ms-input-placeholder {
    color: #383838;
}

.form__input--dark::placeholder {
    color: #383838;
}

.form__policy {
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
}

.form__policy:before {
    content: '*';
    display: inline-block;
    vertical-align: top;
    color: #ff2624;
}

.form__link {
    font-weight: 700;
    color: #0097ff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    white-space: nowrap;
}

.form__link--dark {
    color: #ff2624;
    border-bottom: 1px solid #2f3b63;
}

.form__link:hover {
    border-bottom: 0;
}

.form__btn {
    margin-top: 40px;
}

/* button */

.btn {
    position: relative;
    border: 0;
    text-decoration: none;
    padding: .8em 1.8em;
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 100%;
    font-family: inherit;
    text-align: center;
    color: #ffffff;
    border-top: 0.3em solid transparent;
    outline: none;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.btn--form {
    background-color: #008be9;
    border-bottom: 0.3em solid #0076c5;
}

.btn--form:hover {
    background-color: #0091f3;
}

.btn--form:active {
    border-top: 0.3em solid #0076c5;
    border-bottom: 0.3em solid transparent;
}

.btn--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn--dark {
    background-color: #0063a6;
    border-bottom: 0.3em solid #004777;
}

.btn--dark:hover {
    background-color: #0072c0;
}

.btn--dark:active {
    border-top: 0.3em solid #004777;
    border-bottom: 0.3em solid transparent;
}

.btn--accent {
    background-color: #008be9;
    border-bottom: 0.3em solid #0076c6;
}

.btn--accent:hover {
    background-color: #049aff;
}

.btn--accent:active {
    border-top: 0.3em solid #0076c6;
    border-bottom: 0.3em solid transparent;
}

.btn__icon {
    margin-left: 1.1em;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background-color: #0f88ce;
    background-size: 1.1em;
    background-repeat: no-repeat;
    background-position: center;
}

/* logo */

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0px;
    margin-right: 15px;
}

.logo__img {
    padding-right: 10px;
    margin-right: 0px;
    /*  border-right: 1px solid #000000;*/
}

.logo__img img {
    width: 70px;
}

.logo__text {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    margin-top: 5px;
}

/* nav */

.nav {
    margin-top: 30px;
}

.nav-info {
    display: none;
    margin-top: 20px;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav__link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    margin-right: 1em;
    border-bottom: 1px solid transparent;
}

.nav__link:hover,
.nav__link.isactive {
    border-bottom: 1px solid #0063a6;
}

.nav__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    height: 30px;
    width: 40px;
    border-radius: 3px;
    background-color: #0063a6;
    position: relative;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.nav__btn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70%;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.nav__btn span {
    position: relative;
    height: 2px;
    width: 70%;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.nav__btn span::after,
.nav__btn span::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.nav__btn span::after {
    bottom: -7px;
}

.nav__btn span::before {
    top: -7px;
}

.nav__btn.isactive::after {
    opacity: 0;
}

.nav__btn.isactive span::before,
.nav__btn.isactive span::after {
    opacity: 1;
    top: 0px;
}

.nav__btn.isactive span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav__btn.isactive span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Header */

.header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #ffffff;
    z-index: 10;
}

.header__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 0px;
    margin-right: 0px;
}

.header__btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
}

.header-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    margin-left: auto;
}

.phone {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
}

.worktime {
    padding: 5px 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: inherit;
}

.callback {
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid;
}

/* hero */

.hero {
    min-height: 800px;
    color: #ffffff;
    padding-top: 130px;
    padding-bottom: 60px;
    background-color: #1c1c2e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.webp-support-js .hero {
    background-image: url("../img/hero-bg.webp");
}

.webp-nosupport-js .hero {
    background-image: url("../img/hero-bg.jpg");
}

.hero-content {
    max-width: 750px;
}

.hero__title {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.hero__title span {
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 70%;
    margin-left: 0.1em;
    text-indent: -0.1em;
}

.hero__title span::before {
    content: '';
    z-index: -1;
    height: 37%;
    width: 95%;
    position: absolute;
    left: -2px;
    bottom: -.1em;
    background-color: #0064aa;
}

.hero__text {
    font-size: 25px;
    margin: 45px 0;
}

.hero__text b {
    color: #00b8ff;
}

.hero-list {
    width: 100%;
    margin-top: 80px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-list__item {
    margin-right: 20px;
    margin-bottom: 20px;
}

.hero-list__item:last-child {
    margin-right: 0px;
}

.hero-list__img {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.hero-list__text {
    line-height: 1.7;
}

.hero-list__text b {
    color: #00b8ff;
}

/* tv-types */

.tv-types {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0064aa;
    min-height: 900px;
}

.webp-support-js .tv-types {
    background-image: url("../img/tv-types-bg.webp");
}

.webp-nosupport-js .tv-types {
    background-image: url("../img/tv-types-bg.png");
}

.types-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.types-item:hover .types-item__img::before {
    background-color: #38ae90;
}

.types-item:hover .types-item__title {
    background-color: #38ae90;
    border-bottom: 0.25em solid #2c8770;
}

.types-item__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: .7em;
    padding: 2.2em 2em;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/type-item-bg.svg);
    background-size: 100%;
}

.types-item__img::before {
    content: '';
    height: 1.7em;
    width: 1.7em;
    border-radius: 50px;
    position: absolute;
    background-color: #30499c;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    top: -1.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.types-item__title {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background-color: #005ebd;
    border-bottom: 0.25em solid #00458a;
    border-bottom-right-radius: .7em;
    border-bottom-left-radius: .7em;
    max-width: 85%;
    width: 100%;
    font-weight: 400;
    padding: 1em;
    line-height: 1.2;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

/* quiz */

.quiz {
    background-repeat: no-repeat;
    background-position: top 50px right 5%;
    padding-bottom: 100px;
    background-size: 15%;
}

.webp-support-js .quiz {
    background-image: url("../img/quiz-bg.webp");
}

.webp-nosupport-js .quiz {
    background-image: url("../img/quiz-bg.png");
}

.quiz-title {
    text-align: center;
    color: #2f3b63;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}

.quiz-subtitle {
    text-align: center;
    color: #2f3b63;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 100px;
}

.quiz-promo__title {
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4;
    margin: 80px 0;
}

.quiz-promo__title span {
    color: #ff2624;
}

.quiz-promo__cost {
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
}

.quiz-promo__cost::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: transparent #efefef transparent transparent;
}

.quiz-promo__cost span {
    font-size: 72px;
    color: #ff2624;
}

.quiz-promo__img {
    position: absolute;
    left: 18px;
    bottom: 50px;
    z-index: 1;
}

.quiz-promo__img--decor {
    position: absolute;
    left: -135%;
    margin-left: 0;
    bottom: -15px;
}

.quiz-block {
    min-height: 800px;
    position: relative;
    border-radius: 0.8em;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.quiz-block::before {
    content: '';
    position: absolute;
    height: calc(100% - 2.6em);
    width: calc(100% - 2.6em);
    overflow: hidden;
    border: 2px solid #dedede;
    border-radius: inherit;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quiz-block__promo {
    padding: 2.5em 0 2.5em 2.5em;
    max-width: 340px;
    width: 100%;
    position: relative;
    border-bottom-left-radius: .8em;
    border-top-left-radius: .8em;
}

.quiz-block__promo::after {
    content: '';
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 19px);
    z-index: -1;
    top: 1.2em;
    left: 1.2em;
    border-bottom-left-radius: .8em;
    border-top-left-radius: .8em;
    background-image: -webkit-repeating-linear-gradient(45deg, transparent, transparent 28px, #0761bc 20px, #0761bc 30px);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 28px, #0761bc 20px, #0761bc 30px);
}

.quiz-block__promo::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #005ebd;
    z-index: -1;
    border-radius: inherit;
}

.quiz-block__form {
    padding: 2.5em;
    width: 100%;
    z-index: 2;
}

.quiz-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.quiz-nav__arr {
    font-size: 14px;
    padding: .5em;
    margin: 0.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quiz-nav__arr span {
    text-decoration: underline;
    vertical-align: middle;
}

.quiz-nav__arr i {
    font-style: initial;
    font-size: 1.5em;
    vertical-align: middle;
    margin: 0 .3em;
}

.quiz-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.quiz-form__step {
    position: relative;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    max-width: 340px;
    width: 100%;
    z-index: 2;
    border: 7px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 5px;
}

.quiz-form__step-text {
    position: relative;
    font-size: 16px;
}

.quiz-form__step-bar {
    z-index: -1;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 110%;
    width: 33%;
    overflow: hidden;
    -webkit-transition: width .35s ease;
    transition: width .35s ease;
    background-color: #38ae90;
    display: block;
}

.quiz-form__step-bar::after {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
    background-size: 20px 20px;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
}

.quiz-form__title {
    font-size: 20px;
    text-align: center;
    color: #0064aa;
    margin-bottom: 35px;
}

.quiz-form__content {
    width: 100%;
    display: none;
}

.quiz-form__content.isactive {
    display: block;
}

.quiz-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.quiz-form__gift {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    text-align: center;
}

.quiz-form__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
}

.quiz-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quiz-list__item {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% / 4 - 10px);
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    height: 50px;
    margin-bottom: 15px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.quiz-list__item:hover,
.quiz-list__item.isactive {
    background-color: #38ae90;
}

.quiz-select {
    width: 100%;
}

.quiz-select__current {
    display: none;
}

.quiz-select__item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(100% / 4 - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    border-radius: 15px;
    padding: 0.5em;
    cursor: pointer;
}

.quiz-select__item:hover {
    background-color: #38ae90;
    color: #ffffff;
}

.quiz-select__img {
    margin-bottom: 14px;
}

.quiz-select__title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

[data-qitem] > * {
    pointer-events: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 20px 20px;
    }
}

/* tv-service */

.tv-service {
    background-color: #0063a6;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    color: #ffffff;
}

.webp-support-js .tv-service {
    background-image: url("../img/tv-service-bg.webp");
}

.webp-nosupport-js .tv-service {
    background-image: url("../img/tv-service-bg.png");
}

.tv-service__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tv-service__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
}

.tv-service__info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66667% - 30px);
}

.tv-service__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 60px;
}

.service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.service-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
    margin-bottom: 30px;
    text-align: center;
}

.service-item__title {
    font-weight: 500;
    line-height: 1.4;
}

.service-item__img {
    position: relative;
    border-radius: 15px;
    background-color: #005ebd;
    margin-bottom: 20px;
    padding: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 155px;
}

.service-item__img::before {
    content: '';
    position: absolute;
    top: 0.2em;
    bottom: 0.2em;
    left: 0.2em;
    right: 0.2em;
    border-radius: inherit;
    border: 1px solid #ffffff;
}

/* delivery */

.delivery {
    background-repeat: no-repeat;
    background-position: left 0 top 60%;
    background-size: 20vmax;
}

.webp-support-js .delivery {
    background-image: url("../img/delivery-bg.webp");
}

.webp-nosupport-js .delivery {
    background-image: url("../img/delivery-bg.png");
}

.delivery-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.delivery-form {
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
}

.delivery-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    position: relative;
    text-align: center;
    background-position: top 70% left 50%;
    background-repeat: no-repeat;
}

.delivery-item i {
    position: absolute;
}

.delivery-item__arr1 {
    right: -10%;
    bottom: -30%;
}

.delivery-item__arr2 {
    left: 20%;
    bottom: -70%;
}

.delivery-item__title {
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #0063a6;
    font-size: 20px;
}

.delivery-item__text {
    font-size: 18px;
}

/* diagnostic */

.diagnostic {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.diagnostic__btn {
    margin-top: 1em;
}

.diagnostic__row {
    position: relative;
}

.diagnostic-decor {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(29.16667% - 30px);
    text-align: center;
}

.diagnostic-decor__img {
    position: relative;
    padding-bottom: 55%;
}

.diagnostic-decor__img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.diagnostic-decor__text {
    font-size: 17px;
    line-height: 1.4;
}

.diagnostic-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(70.83333% - 30px);
}

.diagnostic-info__img {
    position: absolute;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: -2%;
    width: 42%;
}

.diagnostic-content {
    position: relative;
    margin-left: 35%;
}

.diagnostic-content__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #0063a6;
}

.diagnostic-content__text {
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.diagnostic-content__text--1 {
    margin-left: 10%;
}

.diagnostic-content__text--2 {
    margin-left: 18%;
}

.diagnostic-content__wrap {
    margin-left: 24%;
}

/* conditions */

.conditions {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18%;
}

.webp-support-js .conditions {
    background-image: url("../img/conditions-img1.webp");
}

.webp-nosupport-js .conditions {
    background-image: url("../img/conditions-img1.png");
}

.conditions__btn {
    margin-top: 20px;
}

.conditions__img {
    position: absolute;
    bottom: -10px;
    z-index: 5;
    right: 0;
    width: calc(26% - 2vmax);
}

.conditions__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.conditions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.conditions-col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(49% - 30px);
    margin-bottom: 60px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.conditions-item {
    position: relative;
    border-radius: 15px;
    background-color: #3b4e8d;
    padding: 1.8em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.conditions-content {
    width: 100%;
}

.conditions-content--1 {
    max-width: 70%;
}

.conditions-content--2 {
    max-width: 85%;
}

.conditions-content--3 {
    max-width: 75%;
}

.conditions-content--4 {
    max-width: 70%;
}

.conditions-content b {
    color: #0095ce;
}

.conditions-content__title {
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
}

.conditions-content__text {
    line-height: 1.6;
}

.conditions-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: absolute;
}

.conditions-img--1 {
    right: 10px;
    top: -13%;
    max-width: 27%;
}

.conditions-img--2 {
    top: -15%;
    right: -5%;
    max-width: 25%;
}

.conditions-img--3 {
    bottom: 5px;
    right: -7%;
    z-index: 3;
    max-width: 38%;
}

.conditions-img--4 {
    right: 10px;
    top: -15%;
    max-width: 28%;
}

.conditions-inner {
    position: relative;
    background-color: #0063a6;
    z-index: -1;
    max-width: 95%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.conditions-inner__content--2 {
    max-width: 80%;
    margin-left: auto;
}

.conditions-inner__img {
    position: absolute;
}

.conditions-inner__img--1 {
    right: 15%;
    bottom: -15%;
    max-width: 33%;
    width: 100%;
}

.conditions-inner__img--2 {
    max-width: 25%;
    width: 100%;
    left: -3%;
    bottom: -5%;
}

/* warning */

.warning {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.webp-support-js .warning {
    background-image: url("../img/warning-bg.webp");
}

.webp-nosupport-js .warning {
    background-image: url("../img/warning-bg.png");
}

.warning__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.warning__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px);
}

.warning__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33333% - 30px);
}

.warning__text {
    margin-bottom: 1em;
}

.warning__text:last-child {
    margin-bottom: 0px;
}

/* faq */

.faq {
    padding-bottom: 100px;
    color: #383838;
}

.faq-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-top: -40px;
    color: #383838;
}

.faq__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    margin-bottom: 20px;
}

.faq__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(50% - 30px);
    margin-bottom: 20px;
}

.faq__text {
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 20px;
}

.faq__text:last-child {
    margin-bottom: 0px;
}

.faq__title {
    color: #0095ce;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.faq-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
}

.faq-form__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px);
}

.faq-form__arr {
    position: absolute;
    z-index: 5;
    top: -10%;
    left: -150px;
    margin-left: 0;
}

/* prices */

.prices {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #0063a6;
}

.webp-support-js .prices {
    background-image: url("../img/price-bg.webp");
}

.webp-nosupport-js .prices {
    background-image: url("../img/price-bg.png");
}

.prices__row {
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prices__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(83.33333% - 30px);
}

.prices-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-right: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.prices-body {
    font-size: 20px;
}

.prices-item {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prices-item__cost {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px;
}

.prices-item__dots {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px dotted #ffffff;
    margin: 0 .5em;
}

/* reviews */

.reviews {
    padding-bottom: 30px;
}

.reviews-list {
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    background-color: #f6f6f6;
    padding: 30px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0.5;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.reviews-item__user {
    margin-top: -50%;
    margin-bottom: 40px;
}

.reviews-item__img {
    border-radius: 100%;
    height: 180px;
    width: 180px;
    overflow: hidden;
}

.reviews-item__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.reviews-item__title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.reviews-item__text {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    width: 100%;
}

.glide__slides {
    padding-top: 12%;
}

.glide__slide--active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.glide__arrow {
    background-color: #008be9;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    padding-bottom: 0.1em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    outline: none;
}

.glide__arrow:hover {
    opacity: 0.9;
}

.glide__arrow--left {
    left: 29%;
}

.glide__arrow--right {
    right: 29%;
}

/* parts */

.parts {
    background-repeat: no-repeat;
    background-position: top left;
}

.webp-support-js .parts {
    background-image: url("../img/parts-bg.webp");
}

.webp-nosupport-js .parts {
    background-image: url("../img/parts-bg.jpg");
}

.parts__row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.parts-item {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(37.5% - 30px);
}

.parts-item__icon {
    margin-bottom: 20px;
}

.parts-item__title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.parts-item__text {
    font-size: 18px;
    line-height: 1.4;
}

.parts-item__text b {
    margin-top: 20px;
}

/* company */

.company {
    position: relative;
}

.company-experience {
    margin-left: auto;
    margin-bottom: 10%;
    max-width: 38%;
}

.company-experience svg {
    width: 100%;
}

.company-experience::before {
    content: '';
    position: absolute;
    background-color: #efefef;
    height: 100%;
}

.company-experience span {
    font-size: 100px;
}

.company-founder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(41.66667% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.company-founder__img {
    position: relative;
}

.company-founder__img picture img {
    max-height: 608px;
}

.company-founder__name {
    text-align: center;
    position: absolute;
    font-size: 20px;
    color: #383838;
    top: 35%;
    left: 113%;
    white-space: nowrap;
}

.company-founder__name b {
    display: inline-block;
    padding-bottom: 5px;
}

.company-founder__name svg {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 170%;
}

.company-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.33333% - 30px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 600px;
}

.company-content__text {
    width: 100%;
    font-size: 20px;
    color: #383838;
    line-height: 1.5;
    margin-bottom: 50px;
}

.rounds {
    bottom: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    position: absolute;
    height: 500px;
    width: 500px;
    border-radius: 100%;
    border: 1px solid #f9f9f9;
}

.rounds::before {
    content: '';
    position: absolute;
    height: inherit;
    width: inherit;
    border-radius: inherit;
    border-width: inherit;
    border-color: inherit;
    border-style: inherit;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}

/* calltoaction */

.calltoaction {
    position: relative;
    padding-bottom: 150px;
}

.calltoaction-img {
    position: absolute;
    right: 0;
    top: -50px;
}

.calltoaction__row {
    position: relative;
}

.calltoaction__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(83.33333% - 30px);
}

.calltoaction__form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* contacts */

.contacts {
    background-color: #0063a6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}

.webp-support-js .contacts {
    background-image: url("../img/contacts-bg.webp");
}

.webp-nosupport-js .contacts {
    background-image: url("../img/contacts-bg.jpg");
}

.contacts__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-list {
    padding: 70px 0;
}

.contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #383838;
    margin-bottom: 25px;
}

.contacts-item:last-child {
    margin-bottom: 0px;
}

.contacts-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
}

.contacts-item__text {
    font-weight: 500;
    font-size: 20px;
}

.contacts-item__text b {
    text-transform: uppercase;
}

.contacts-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(58.33333% - 30px);
    max-width: 650px;
    position: relative;
    background-color: #ffffff;
    padding: 1em;
    border-radius: 15px;
    z-index: 3;
}

.contacts-info__content {
    border: 2px solid #efefef;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    padding: 25px;
}

.contacts-map {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(66.66667% - 30px);
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background-color: #ffffff;
    padding: 1em;
    border-radius: 15px;
}

.contacts-map #map {
    overflow: hidden;
    position: relative;
    border: 2px solid #efefef;
    border-radius: inherit;
    display: block;
}

.contacts-map #map iframe {
    min-height: 600px;
}

/* footer */

.footer {
    padding-top: 30px;
    position: relative;
    padding-bottom: 30px;
}

.footer__row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.footer-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* popup */

.popup {
    position: fixed;
    z-index: 20;
    left: 50%;
    top: 0;
    margin: 50px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.popup.isactive {
    display: block;
}

.popup-success {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 300px;
    width: 100%;
}

.popup-wrap {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 15;
    display: none;
}

.popup-wrap.isactive {
    display: block;
}

.popup__content {
    position: relative;
    max-width: 400px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.contacts-item a {
    color: #0064aa;
    text-decoration: none;
}

.bog_lraquo {
    text-transform: uppercase;
    display: block;
    font-size: 47px;
    color: #004579;
    font-weight: 700;
    padding-top: 20px;
}

a.footer-text {
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.header-info.ml-a > p {
    font-size: 20px;
}

@media screen and (min-width: 960px) {
    .delivery-item:nth-child(2) {
        margin-top: 100px;
        margin-bottom: -20px;
    }

    .delivery-item:nth-child(3) {
        left: 10%;
    }
}

@media screen and (max-width: 1500px) {
    .calltoaction-img {
        width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    .quiz-form__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quiz-form__gift {
        width: calc(41.66667% - 30px);
    }

    .quiz-form__col {
        width: calc(58.33333% - 30px);
    }

    .reviews-item__user {
        margin-top: -30%;
        margin-bottom: 20px;
    }

    .glide__slides {
        padding-top: 20%;
    }

    .glide__arrow--left {
        left: 20%;
    }

    .glide__arrow--right {
        right: 20%;
    }
}

@media screen and (max-width: 980px) {
    .nav {
        margin-top: 0;
    }

    .nav__list {
        background-color: #004777;
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        right: -100%;
        padding: 1em;
        height: 100vh;
        top: 0;
        padding-top: 100px;
        overflow-y: auto;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

    .nav__list.isactive {
        right: 0;
    }

    .nav__link {
        color: #ffffff;
        margin-bottom: .5em;
    }

    .nav__link:hover,
    .nav__link.isactive {
        border-bottom: 1px solid #ffffff;
    }

    .nav__btn {
        display: block;
    }

    .header {
        padding: 20px 0;
    }

    .header__btn {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .blockquote {
        font-size: 18px;
    }

    .hero {
        padding-top: 70px;
    }

    .types-item {
        width: calc(33.33333% - 30px);
    }

    .types-item__title {
        padding: 0.8em;
    }

    .quiz-subtitle {
        margin-bottom: 30px;
    }

    .quiz-promo__title {
        font-size: 20px;
    }

    .quiz-promo__cost {
        font-size: 30px;
    }

    .quiz-block__promo {
        max-width: 300px;
    }

    .quiz-block__form {
        padding: 2.5em 2em 2.5em 1em;
    }

    .quiz-form__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quiz-form__col {
        width: calc(100% - 30px);
    }

    .quiz-list__item {
        width: calc(100% / 3 - 10px);
    }

    .quiz-select__item {
        width: calc(100% / 3 - 10px);
        margin-bottom: 20px;
        padding: 0;
    }

    .tv-service__list {
        width: calc(58.33333% - 30px);
    }

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

    .delivery-info {
        width: calc(100% - 30px);
    }

    .delivery-form {
        width: calc(50% - 30px);
    }

    .delivery-item {
        width: calc(33.33333% - 30px);
    }

    .delivery-item {
        margin-bottom: 20px;
    }

    .delivery-item i {
        display: none;
    }

    .diagnostic-decor__text {
        font-size: 15px;
    }

    .diagnostic-content__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .diagnostic-content__text {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .conditions-item {
        padding: 1.2em;
    }

    .conditions-content br {
        display: none;
    }

    .conditions-img--1 {
        top: -10%;
    }

    .conditions-img--2 {
        top: -10%;
    }

    .conditions-img--4 {
        top: -10%;
    }

    .conditions-inner {
        padding: 1em;
    }

    .conditions-inner__content--1 {
        max-width: 60%;
        width: 100%;
    }

    .conditions-inner__img--1 {
        right: 5%;
        bottom: auto;
    }

    .conditions-inner__img--2 {
        left: -5%;
        bottom: auto;
    }

    .faq__text {
        font-size: 18px;
    }

    .faq__title {
        font-size: 18px;
    }

    .reviews-item {
        padding: 20px;
    }

    .reviews-item__title {
        font-size: 24px;
    }

    .reviews-item__text {
        font-size: 18px;
    }

    .parts {
        background-size: 20%;
    }

    .parts-item {
        width: calc(50% - 30px);
    }

    .company-content__text {
        font-size: 18px;
    }

    .contacts-item__text {
        font-size: 18px;
    }

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

@media screen and (max-width: 855px) {
    .company-founder__name svg {
        width: 150%;
    }
}

@media screen and (max-width: 780px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section--separator::after {
        height: 100px;
        background-size: 150%;
    }

    .section-head {
        padding: 50px 0;
    }

    .section-head__title {
        font-size: 32px;
    }

    .section-head__title br {
        display: none;
    }

    .section-head__subtitle br {
        display: none;
    }

    .nav-info {
        display: block;
        color: #ffffff;
    }

    .header-info {
        display: none;
    }

    .worktime {
        padding: 7px 0;
    }

    .hero {
        min-height: auto;
    }

    .hero__title {
        font-size: 45px;
    }

    .hero-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .types-item {
        width: calc(50% - 30px);
    }

    .types-item__img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 1.5em;
        min-height: 230px;
    }

    .types-item__title {
        font-size: 16px;
    }

    .quiz-block__promo {
        display: none;
    }

    .quiz-block__form {
        padding: 2.5em;
    }

    .tv-service__list {
        width: calc(100% - 30px);
    }

    .tv-service__info {
        width: calc(100% - 30px);
    }

    .delivery {
        background-position: left 0 top 50%;
    }

    .delivery-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .delivery-form {
        width: calc(83.33333% - 30px);
    }

    .delivery-item {
        width: calc(50% - 30px);
    }

    .delivery-item {
        background-position: top 85% left 50%;
    }

    .delivery-item__title {
        font-size: 18px;
    }

    .delivery-item__text {
        font-size: 15px;
    }

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

    .diagnostic-decor {
        width: calc(50% - 30px);
    }

    .diagnostic-info {
        width: calc(100% - 30px);
    }

    .diagnostic-info {
        margin-bottom: 70px;
    }

    .diagnostic-info__img {
        width: 60%;
    }

    .conditions {
        background-size: 0;
    }

    .conditions__img {
        display: none;
    }

    .conditions-col {
        width: calc(100% - 30px);
    }

    .conditions-content--1 {
        max-width: 80%;
    }

    .conditions-content--2 {
        max-width: 80%;
    }

    .conditions-img--1 {
        max-width: 20%;
    }

    .conditions-img--2 {
        max-width: 20%;
    }

    .conditions-img--3 {
        max-width: 25%;
        margin: auto;
    }

    .conditions-img--4 {
        max-width: 19%;
    }

    .conditions-img {
        top: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        right: 10px;
    }

    .warning__row {
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .warning__content {
        width: calc(100% - 30px);
    }

    .warning__img {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

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

    .faq__content {
        width: calc(100% - 30px);
    }

    .faq__img {
        width: calc(100% - 30px);
    }

    .faq__img {
        text-align: center;
    }

    .faq-form__item {
        width: calc(100% - 30px);
    }

    .faq-form__arr {
        display: none;
    }

    .prices__content {
        width: calc(100% - 30px);
    }

    .prices-body {
        font-size: 18px;
    }

    .reviews-item__user {
        margin-top: -20%;
    }

    .reviews-item__title {
        font-size: 18px;
    }

    .reviews-item__text {
        font-size: 16px;
    }

    .glide__arrow {
        top: 60%;
    }

    .glide__arrow--left {
        left: 10%;
    }

    .glide__arrow--right {
        right: 10%;
    }

    .parts {
        background-position: top 20% left 0;
    }

    .parts-item {
        width: calc(83.33333% - 30px);
    }

    .parts-item__title {
        font-size: 18px;
    }

    .parts-item__text {
        font-size: 16 px;
    }

    .company-experience {
        width: 30%;
        margin-left: 50%;
    }

    .company-founder {
        width: calc(100% - 30px);
    }

    .company-founder {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }

    .company-founder__img {
        width: 50%;
    }

    .company-founder__name {
        left: 100%;
        font-size: 18px;
    }

    .company-content {
        width: calc(100% - 30px);
    }

    .company-content {
        max-width: initial;
        margin-top: -200px;
    }

    .company-content__text {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .rounds {
        bottom: -30px;
        height: 400px;
        width: 400px;
    }

    .calltoaction {
        padding-bottom: 50px;
    }

    .calltoaction-img {
        display: none;
    }

    .calltoaction__row {
        padding: 50px 0;
    }

    .calltoaction__img {
        width: calc(100% - 30px);
    }

    .calltoaction__form {
        right: auto;
        left: 0;
    }

    .contacts {
        padding-bottom: 50px;
    }

    .contacts__row {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contacts-list {
        padding: 0;
    }

    .contacts-info {
        width: calc(91.66667% - 30px);
    }

    .contacts-map {
        position: relative;
        margin-top: -10%;
        width: calc(100% - 30px);
    }

    .contacts-map #map iframe {
        min-height: 400px;
    }
}

@media screen and (max-width: 560px) {
    .blockquote {
        font-size: 16px;
        padding: .5em 0 .5em .5em;
        border-left: 3px solid #ff2624;
    }

    .blockquote__title {
        font-size: 18px;
    }

    .blockquote__text {
        font-size: 15px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section--separator {
        padding-bottom: 70px;
    }

    .section--separator::after {
        height: 50px;
        background-size: 250%;
    }

    .section-head {
        padding: 30px 0;
    }

    .section-head__title {
        font-size: 22px;
    }

    .section-head__subtitle {
        font-size: 16px;
    }

    .frame-bd {
        padding: 30px 20px;
    }

    .frame-bd::before {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .frame-bd--decor::after {
        display: none;
    }

    .scroll-top {
        bottom: 10px;
        height: 40px;
        width: 40px;
    }

    .scroll-top.isactive {
        right: 10px;
    }

    .form {
        padding: 0;
    }

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

    .form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form__field {
        margin-left: 0;
        margin-right: 0;
    }

    .form__policy {
        margin-top: 10px;
        font-size: 12px;
    }

    .form__policy br {
        display: none;
    }

    .form__btn {
        margin-top: 20px;
    }

    .btn {
        font-size: 15px;
    }

    .logo__img {
        max-width: 50px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .logo__text {
        font-size: 12px;
    }

    .nav__list {
        padding-top: 70px;
    }

    .nav__link {
        font-size: 16px;
        margin-bottom: .7em;
    }

    .header {
        padding: 10px 0;
    }

    .phone {
        font-size: 16px;
    }

    .hero {
        padding: 50px 0 30px 0;
    }

    .hero__title {
        font-size: 34px;
    }

    .hero__text {
        font-size: 16px;
        margin: 20px 0;
    }

    .hero__text br {
        display: none;
    }

    .hero-list {
        margin-top: 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }

    .hero-list__item {
        text-align: center;
        margin-right: 0;
        max-width: calc(50% - 5px);
    }

    .hero-list__item:last-child {
        margin-right: 0px;
    }

    .hero-list__img {
        max-width: 40%;
    }

    .hero-list__text {
        font-size: 14px;
    }

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

    .types-item {
        width: calc(66.66667% - 30px);
    }

    .types-item__img {
        padding: 1em;
    }

    .quiz {
        background-size: 0;
        padding-bottom: 50px;
    }

    .quiz-title {
        margin-top: 0;
        font-size: 18px;
    }

    .quiz-subtitle {
        font-size: 16px;
    }

    .quiz-subtitle br {
        display: none;
    }

    .quiz-block {
        min-height: auto;
    }

    .quiz-block::before {
        height: calc(100% - 1em);
        width: calc(100% - 1em);
    }

    .quiz-block__form {
        padding: 1.5em 1em;
    }

    .quiz-nav__arr span {
        display: none;
    }

    .quiz-nav__arr i {
        background-color: #0064aa;
        width: 100px;
        height: 35px;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #ffffff;
        padding: 5px;
    }

    .quiz-form__gift {
        margin-bottom: 30px;
    }

    .quiz-list__item {
        width: calc(100% / 2 - 10px);
    }

    .quiz-select__item {
        width: calc(100% / 2 - 10px);
    }

    .tv-service__title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .service-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .service-item {
        margin-left: 5px;
        margin-right: 5px;
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .service-item__title {
        font-size: 15px;
    }

    .service-item__img {
        margin-bottom: 5px;
        min-height: 140px;
    }

    .delivery-form {
        width: calc(100% - 30px);
    }

    .delivery-form {
        margin-top: 20px;
    }

    .delivery-item {
        width: calc(100% - 30px);
    }

    .delivery-item__title {
        margin: 15px 0;
    }

    .diagnostic__row {
        padding-top: 30px;
    }

    .diagnostic-decor {
        width: calc(66.66667% - 30px);
    }

    .diagnostic-info {
        width: calc(83.33333% - 30px);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0;
        margin-top: 30px;
        text-align: center;
    }

    .diagnostic-info__img {
        display: none;
    }

    .diagnostic-content {
        margin-left: 0;
    }

    .diagnostic-content__title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .diagnostic-content__text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .diagnostic-content__text--1 {
        margin-left: 0;
    }

    .diagnostic-content__text--2 {
        margin-left: 0;
    }

    .diagnostic-content__wrap {
        margin-left: 0;
    }

    .conditions-col {
        margin-bottom: 20px;
    }

    .conditions-item {
        padding: 1em;
        border-radius: 10px;
    }

    .conditions-content {
        max-width: 100%;
    }

    .conditions-content__title {
        font-size: 18px;
    }

    .conditions-content__text {
        font-size: 15px;
    }

    .conditions-img {
        display: none;
    }

    .conditions-inner {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .conditions-inner__content--2 {
        margin-left: 0;
    }

    .conditions-inner__content {
        max-width: 100%;
    }

    .conditions-inner__img {
        display: none;
    }

    .warning__img {
        width: calc(50% - 30px);
    }

    .faq {
        padding-bottom: 50px;
    }

    .faq-title {
        margin-top: -10px;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .faq__row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .faq__text {
        font-size: 16px;
    }

    .faq__title {
        font-size: 16px;
    }

    .faq-form {
        padding-top: 50px;
    }

    .prices__row {
        padding-bottom: 20px;
    }

    .prices-head {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .prices-body {
        font-size: 16px;
    }

    .prices-item__cost {
        -ms-flex-preferred-size: 115px;
        flex-basis: 115px;
    }

    .reviews-item {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .reviews-item {
        padding: 20px 10px;
    }

    .reviews-item__user {
        margin-top: 0;
    }

    .reviews-item__img {
        height: 150px;
        width: 150px;
    }

    .reviews-item__text {
        font-size: 14px;
    }

    .glide__slides {
        padding-top: 0;
    }

    .glide__arrow {
        top: 120px;
        background-color: transparent;
        color: #777;
        font-size: 55px;
    }

    .glide__arrow--left {
        left: 5%;
    }

    .glide__arrow--right {
        right: 5%;
    }

    .parts {
        background-position: top 15% left 0;
    }

    .parts-item {
        width: calc(100% - 30px);
    }

    .company-experience {
        margin-left: auto;
        max-width: unset;
        width: 40%;
    }

    .company-founder__img {
        width: 100%;
    }

    .company-founder__name {
        font-size: 16px;
        left: 0%;
        top: 80%;
        z-index: 3;
        background-color: #fff;
        padding: 1em;
        border-radius: 10px;
        -webkit-box-shadow: 0 5px 15px rgba(56, 56, 56, 0.4);
        box-shadow: 0 5px 15px rgba(56, 56, 56, 0.4);
    }

    .company-founder__name svg {
        display: none;
    }

    .company-content {
        margin-top: -250px;
    }

    .company-content__text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .rounds {
        display: none;
    }

    .calltoaction__row {
        padding: 0;
    }

    .calltoaction__img {
        display: none;
    }

    .calltoaction__form {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .contacts-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .contacts-item__icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contacts-item__text {
        font-size: 16px;
    }

    .contacts-item__text b {
        display: block;
    }

    .contacts-info {
        width: calc(100% - 30px);
    }

    .contacts-info {
        padding: 0.5em;
        max-width: 100%;
    }

    .contacts-info__content {
        padding: 1.5em 1em;
    }

    .contacts-map {
        padding: 0.5em;
    }

    .footer {
        text-align: center;
    }

    .footer__col {
        margin-bottom: 0px;
    }

    .popup__content {
        width: 300px;
    }
}

@media screen and (max-width: 430px) {
    .diagnostic-decor {
        width: calc(91.66667% - 30px);
    }

    .diagnostic-info {
        width: calc(100% - 30px);
    }

    .diagnostic-info br {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .section-head__title {
        font-size: 20px;
    }

    .prices-head {
        font-size: 16px;
        padding-right: 0;
    }

    .prices-body {
        font-size: 15px;
    }

    .prices-item__cost {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .prices-item__dots {
        border-bottom: 0;
    }
}

@media screen and (max-width: 380px) {
    .hero__title {
        font-size: 24px;
    }

    .types-item {
        width: 100%;
    }
}

.popup__content .show_focus {
    max-width: 300px;
}

.show_focus {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0;
    padding-top: 5px;
    text-align: center;
    letter-spacing: -0.8px;
}

input[type="tel"]:focus + .show_focus {
    opacity: 1;
}

.show_mob_city {
    visibility: hidden;
}

@media screen and (max-width:780px) {
    .show_mob_city {
        visibility: visible;
    }
}
@media screen and (max-width:455px) {
    .show_mob_city{
        display: block;
    }
    .show_mob_city + br{
        display: none;
    }
    .header__row{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

#logo-contacts .nav-info{ color: #000000; }
#logo-contacts .callback{ cursor: pointer; }
#logo-contacts .phone{ font-size: 14px; }
#logo-contacts .worktime{ font-size: 12px; }

.nav__btn{ position: absolute; top: 50px; }

.footer__row{ align-items: normal; }
.footer__col{ margin-top: 20px; margin-left: 0px; }