.text-white {
    color: #fff !important
}

.text-red {
    color: #fe634e !important
}

.button,
.text-center {
    text-align: center
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    padding: 18px 30px;
    font-weight: 500;
    border-radius: 50px;
    line-height: 1;
    border: 0;
    min-height: 60px;
    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
}

.button.inline {
    width: auto;
    display: inline-block
}

.button._white {
    background: #fff;
    color: #212121
}

.button,
.button._white:hover {
    background: #20324c;
    color: #fff
}

.button:hover {
    background: #3d76b7
}

.bg-white {
    background: #fff !important
}

html * {
    max-height: 1000000px
}

body,
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html {
    height: 100%
}

* {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

body,
main input,
main select,
main textarea {
    font-family: "Inter", arial, sans-serif;
    font-weight: 400;
    font-size: 16px
}

body {
    color: #212121;
    font-style: normal;
    min-width: 280px;
    background: #fff;
    line-height: 1.2
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

p {
    margin-top: 0
}

body,
ul {
    padding: 0
}

li,
ul {
    list-style: none
}

main input,
main select,
main textarea {
    position: relative;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

input[type=submit] {
    cursor: pointer
}

a,
div,
main input,
main select,
main textarea,
section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

section {
    overflow: hidden
}

table {
    border-collapse: collapse;
    padding: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0
}

a {
    color: #fe634e;
    font-size: inherit;
    outline: 0;
    text-decoration: none !important
}

img {
    max-width: 100%;
    height: auto;
    border: 0
}

b {
    font-weight: 700
}

::-webkit-input-placeholder {
    color: #212121;
    opacity: .5
}

:-moz-placeholder,
::-moz-placeholder {
    color: #212121;
    opacity: .5
}

:-ms-input-placeholder {
    color: #212121;
    opacity: .5
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus:-moz-placeholder,
:focus::-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: #f72f39
}

input.error:-moz-placeholder,
input.error::-moz-placeholder,
textarea.error:-moz-placeholder,
textarea.error::-moz-placeholder {
    color: #f72f39
}

input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: #f72f39
}

input.error,
textarea.error {
    border-color: #f72f39 !important
}

input.error+label,
textarea.error+label {
    color: #f72f39 !important
}

button,
input:active,
textarea:active {
    outline: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=text].error,
select.error {
    border-color: #f72f39
}

input.error+label,
textarea.error {}

.form__field {
    margin: 0 0 20px
}

.form__input {
    text-align: center;
    border: 0;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    color: #212121;
    font-family: "Inter", arial, sans-serif;
    font-weight: 400;
    display: block;
    background: 0 0;
    width: 100%;
    padding: 13px 0;
    border-radius: 0;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    outline: 0 !important
}

.form__input:focus {
    border-color: #fe634e
}

.form__input.complete {
    border-color: #26c87a
}

textarea {
    resize: none;
    height: 80px
}

input[type=submit]:not(.btn) {
    border: 0;
    width: 100%
}

.radiobox {
    position: relative;
    cursor: pointer
}

.radiobox__text {
    display: inline-block;
    padding-left: 36px;
    font-size: 15px;
    position: relative
}

.radiobox__text a,
.radiobox__text:after {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.radiobox__text a {
    border-color: #fe634e;
    border-bottom: 1px solid
}

.radiobox__text a:hover {
    color: #fe634e;
    border-color: transparent
}

.radiobox__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 22px;
    height: 22px;
    border: 1px solid #e5e7e9;
    border-radius: 2px;
    background: #fff
}

.radiobox__text:after {
    left: 4px;
    top: 1px;
    background: #fe634e;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0;
    border-radius: 1px
}

.radiobox__text._circle:after,
.radiobox__text._circle:before {
    border-radius: 50%
}

.radiobox__input {
    display: none
}

.radiobox__input:checked+.radiobox__text:after {
    opacity: 1
}

.radiobox__input.error+.radiobox__text {
    color: #ff1422
}

.radiobox__input.error+.radiobox__text a {
    color: inherit
}

.mobile-menu-button {
    min-width: 30px;
    height: 20px;
    background: 0 0;
    position: relative;
    cursor: pointer
}

.mobile-menu-button span {
    background: #fff;
    width: 100%;
    height: 3px;
    display: block;
    right: 0;
    position: absolute;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.mobile-menu-button span:nth-child(1) {
    top: 0
}

.mobile-menu-button span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-menu-button span:nth-child(3) {
    top: auto;
    bottom: 0
}

.mobile-menu-button.active span {
    background: #3d4146
}

.mobile-menu-button.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    right: auto
}

.mobile-menu-button.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin: 0;
    right: 0
}

.mobile-menu-button.active span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto
}

.fancybox__content>.carousel__button.is-close {
    right: -9px
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.header {
    padding: 17px 0;
    border-bottom: 1px solid transparent
}

.header.fixed {
    border-color: #7f8eab;
}

.header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__wrapper,
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo__img {
    font-size: 0
}

.logo span {
    display: block;
    color: white
}

.logo__text {
    padding-left: 22px
}

.logo__name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.logo__value {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 0
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px
}

.menu__item {
    padding: 0 25px
}

.menu__link {
    font-size: 16px;
    color: #fff;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.menu__link:hover {
    color: #fe634e
}

.phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.phone__icon,
.phone__text {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.phone__icon {
    margin: 0 0 0 15px;
    width: 32px;
    height: 32px;
    background: #92979f;
    border-radius: 50%;
    stroke: #fff;
    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;
    fill: none;
    font-size: 0
}

.faq__q.active:after,
.phone__icon:hover {
    background: #20324c
}

.phone__text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid transparent
}

.phone__text:hover {
    border-color: inherit
}

.intro {
    min-height: 760px;
    background: url(../img/bg1.jpg) no-repeat center/cover;
    padding-top: 200px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #20324c;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.intro {
    margin-bottom: 85px
}

.intro__content {
    max-width: 694px
}

.intro__content h1 {
    font-size: 46px;
    font-weight: 500;
    margin: 0 0 40px
}

.intro__content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 40px
}

.intro__content ul {
    font-weight: 500;
    font-size: 18px;
    padding-left: 18px
}

.intro__content li {
    list-style-type: disc;
    margin: 0 0 10px
}

.intro__button {
    margin: 40px 0 0;
    max-width: 270px
}

.intro__note {
    margin: 40px 0 0;
    font-size: 14px;
    color: gray;
    font-style: italic;
    padding-left: 40px;
    position: relative
}

.intro__note:before,
.prices__text li:before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%
}

.intro__note:before {
    background: #7f8eab;
    color: #fff;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
    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-right: 3px;
    content: "!";
    width: 24px;
    height: 24px
}

.dignities__number {
    margin: 0 auto 23px;
    width: 140px;
    height: 140px;
    position: relative
}

.dignities__number span {
    left: 50%;
    top: 50%;
    font-size: 32px;
    font-weight: 500;
    color: #7f8eab;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-heading {
    margin: 0 0 80px
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 400
}

.dignities__item {
    text-align: center;
    margin: 0 0 30px
}

.dignities {
    margin: 0 0 60px
}

.dignities__number {
    font-size: 0
}

.reasons {
    background: #f8f8f8;
    padding: 0px 0 90px
}

.reasons__tab {
    text-align: center;
    background: #7f8eab;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 50px;
    padding: 23px 0;
    line-height: 1;
    cursor: pointer
}

.col-medium {
    padding: 0 10px
}

.row-medium {
    margin: 0 -10px
}

.reasons__body {
    padding: 50px;
    background: #fff;
    border-radius: 20px
}

.reasons__content {
    display: none
}

.reasons__content.active {
    display: block
}

.reasons__title {
    font-size: 30px;
    font-weight: 500
}

.reasons__wrapper {
    margin: 0 0 30px
}

.callout {
    background: #7f8eab;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    height: 448px;
    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;
    margin: 0 0 110px
}

.callout__heading {
    text-align: center;
    margin: 0 0 50px
}

.callout__heading span {
    font-size: 62px;
    color: #fff;
    display: inline-block;
    background: #20324c;
    border-radius: 70px;
    line-height: 1.4;
    padding: 0 39px
}

.callout__button {
    max-width: 366px;
    margin: 0 auto
}

.rights__item {
    margin: 0 0 40px;
    text-align: center
}

.rights__text {
    font-weight: 500;
    line-height: 1.3
}

.rights__num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #20324c;
    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;
    color: #fff;
    margin: 0 auto 15px;
    font-weight: 600
}

.rights {
    margin: 0 0 60px
}

.advantages {
    background: #f8f8f8;
    padding: 100px 0
}

.section-heading p {
    font-size: 18px;
    margin: 30px 0 0;
    line-height: 1.4
}

.advantages__item {
    text-align: center;
    margin: 0 0 30px
}

.advantages__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    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;
    border: 1px solid #7f8eab;
    border-radius: 50%
}

.advantages__text {
    font-weight: 500
}

.recount {
    background: #7f8eab;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    margin: 0 0 90px;
    padding: 75px 0
}

.recount__icon {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    fill: #fff;
    border: 1px solid #fff;
    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;
    border-radius: 50%
}

.recount__heading,
.steps__item {
    margin: 0 0 40px;
    text-align: center
}

.steps__item {
    margin: 0 0 20px;
    background: #fff;
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 11px rgba(0, 0, 0, .08);
    border-radius: 13px;
    padding: 0 15px 25px
}

.steps {
    margin: 0 0 100px
}

.steps__icon {
    font-size: 0;
    height: 120px;
    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
}

.steps__name {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase
}

.steps__text {
    font-weight: 500;
    min-height: 60px;
    line-height: 1.4
}

.test-drive {
    background: -o-linear-gradient(356.53deg, #204284 4.6%, #20324c 98.38%), #7f8eab;
    background: linear-gradient(93.47deg, #204284 4.6%, #20324c 98.38%), #7f8eab;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    padding: 70px 0 80px;
    margin: 0 0 130px
}

.test-drive__heading {
    margin: 0 0 40px
}

.help {
    margin-bottom: 60px
}

.help__heading {
    margin: 0 0 50px
}

.help__img {
    font-size: 0
}

.help__img img {
    width: 100%
}

.help__item {
    margin: 0 0 17px;
    background: #fff;
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 11px rgba(0, 0, 0, .08);
    border-radius: 13px;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 509px
}

.help__tep {
    min-width: 100px;
    color: #7f8eab;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.help__text {
    font-size: 16px;
    line-height: 1.5
}

.prices {
    background: #f8f8f8;
    padding: 100px 0
}

.prices__text {
    background: #7f8eab;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    border-radius: 20px;
    padding: 40px;
    height: 100%
}

.prices__text p {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.5
}

.prices__text li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px
}

.prices__button,
.prices__text ul {
    margin: 40px 0 0
}

.prices__text li:before {
    content: "";
    width: 17px;
    height: 17px;
    background: #20324c
}

.prices__text li:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 8px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.prices__text td {
    font-size: 16px;
    padding: 9px 0
}

.prices__text td:first-child {
    font-weight: 500;
    font-style: italic;
}

.prices__text td:last-child:not(:first-child) {
    color: #7f8eab;
    text-align: right
}

.prices__text td span {
    font-size: 13px;
    display: block
}

.prices__text-2 {
    padding: 37px 30px
}

.hww__item {
    margin: 0 0 30px
}

.hww {
    margin: 0 0 100px
}

.hww__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hww__num {
    min-width: 70px;
    font-weight: 700;
    color: #7f8eab
}

.hww__content h4 {
    font-weight: 600;
    font-size: 18px
}

.hww__content p {
    margin: 10px 0 0
}

.situations__heading {
    margin: 0 0 50px
}

.situations__text p {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.4
}

.situations {
    background: #f9f9f9;
    padding: 100px 0 70px;
    margin: 0 0 100px
}

.situations__item {
    margin: 0 0 20px;
    height: calc(100% - 20px)
}

.situations__list {
    margin: 0 0 50px
}

.review {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    border-radius: 20px;
    position: relative;
    padding: 40px
}

.review__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    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;
    border-radius: 50%;
    right: 30px;
    top: 25px;
    background: #7f8eab;
    fill: #fff
}

.review__by {
    font-weight: 500;
    margin: 0 0 5px
}

.review__debt {
    font-size: 14px;
    font-weight: 500
}

.review__text {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 1.5
}

.review__text p+p {
    margin-top: 30px
}

.review__text p {
    margin: 0
}

.docs__item {
    font-size: 0;
    display: block;
    margin: 0 0 20px
}

.docs {
    margin: 0 0 100px
}

.docs__item img {
    max-height: 380px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq {
    margin: 0 0 80px
}

.faq__items {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09);
    border-radius: 20px
}

.faq__item {
    border-bottom: 1px solid #eee
}

.faq__q {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding: 20px 60px 20px 40px;
    cursor: pointer
}

.faq__a {
    line-height: 1.5;
    padding: 30px 40px 20px;
    display: none
}

.faq__q:after,
.text ul li:before {
    position: absolute;
    border-radius: 50%
}

.contacts__value a,
.faq__q:after {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.faq__q:after {
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #7f8eab;
    font-weight: 400;
    font-size: 28px;
    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-bottom: 1px;
    content: "+";
    width: 27px;
    height: 27px;
    top: 50%;
    color: #fff
}

.contacts {
    background: #f8f8f8;
    padding: 70px 0 100px
}

.contacts__label {
    text-align: center;
    font-size: 14px;
    color: #7f8eab;
    font-weight: 700;
    margin: 0 0 10px
}

.contacts__value {
    font-weight: 500;
    text-align: center
}

.contacts__value a {
    color: inherit
}

.phone__text {
    display: block
}

.contacts__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__phone .phone__icon {
    margin: 15px 0 0
}

.footer__dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__dev-label {
    color: #757575;
    display: block;
    margin: 0 12px 0 0;
    font-size: 14px
}

.footer__dev-icon {
    font-size: 0;
    fill: #757575
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer {
    padding: 25px 0;
    background-color: #20324c;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px
}

.socials__item {
    padding: 0 10px
}

.socials__link {
    display: block;
    font-size: 0;
    fill: white;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease
}

.socials__link:hover {
    fill: #7f8eab
}

.footer__copy {
    color: #989898;
    margin: 0 0 10px;
    font-size: 14px;
    text-align: right
}

.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    background: #dbdbdb
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fe634e
}

.swiper-pagination {
    position: static;
    margin-top: 20px
}

.popup-form {
    max-width: 560px;
    width: 100%;
    padding: 60px 20px 50px;
    background: #fff;
    -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 11px rgba(0, 0, 0, .08);
    border-radius: 44px
}

.popup-form__title {
    text-align: center;
    margin: 0 0 40px
}

.popup-form__content {
    max-width: 370px;
    margin: 0 auto;
    width: 100%
}

.swiper-wrapper {
    height: auto
}

.text h1 {
    margin-bottom: 30px
}

.text h2,
.text h3,
.text h4,
.text h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4
}

.text h3,
.text h4,
.text h5 {
    font-size: 24px
}

.text h4,
.text h5 {
    font-size: 18px
}

.text h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.text p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0
}

.text>img,
.text>p>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 45px
}

.text blockquote {
    border-left: 3px solid #fe634e;
    background: #f7f7f7;
    border-radius: 3px;
    padding: 25px 0 25px 30px;
    margin: 0 0 50px;
    line-height: 1.4
}

.text p,
.text ul {
    margin-bottom: 20px
}

.text ol li,
.text ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px
}

.text ul li {
    line-height: 1.5;
    padding-left: 30px
}

.text ul li:before {
    content: "";
    left: 0;
    width: 5px;
    height: 5px;
    background: #fe634e;
    top: 7px
}

.text ol {
    margin-bottom: 25px;
    padding: 0
}

.text ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    counter-increment: section
}

.text ol li:before {
    content: counters(section, ". ") ". ";
    position: relative;
    color: #fe634e;
    display: inline-block;
    min-width: 30px;
    font-weight: 400
}

.text table {
    width: 100%;
    margin-bottom: 50px
}

.text td,
.text th {
    border-right: 1px solid #fff;
    padding: 18px;
    font-size: 14px
}

.text td:last-child,
.text th:last-child {
    border-right: 0
}

.text th {
    background: #fe634e;
    font-weight: 700;
    color: #fff
}

.text tr:nth-child(odd) td {
    background: #f7f7f7
}

.text p a,
.text>a:not(.button) {
    color: #fe634e;
    border-bottom: 1px solid;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    font-size: 14px
}

.text p a:hover,
.text>a:not(.button):hover {
    color: #fe634e;
    border-color: transparent
}

@media screen and (max-width:991px) {

    .text ol li,
    .text p,
    .text ul li {
        font-size: 16px
    }
}

@media screen and (max-width:767px) {

    .text h1,
    .text h2 {
        font-size: 30px
    }

    .text h3 {
        font-size: 26px
    }

    .text blockquote,
    .text img,
    .text ol,
    .text p,
    .text ul {
        margin-bottom: 20px
    }

    .table-wrapper {
        overflow: auto;
        padding-bottom: 20px
    }

    .table-wrapper table {
        min-width: 767px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:575px) {
    .text h1 {
        margin-bottom: 20px
    }

    .text h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .text h3,
    .text h4,
    .text h5 {
        font-size: 17px;
        margin-bottom: 15px
    }

    .text h4,
    .text h5 {
        font-size: 16px
    }

    .text h5 {
        font-size: 15px
    }

    .text p,
    .text ul li {
        font-size: 14px;
        margin-bottom: 15px
    }

    .text ul li {
        margin-bottom: 10px
    }

    .text ul li:before {
        top: 3px
    }

    .text table {
        margin-bottom: 30px
    }

    .text ol,
    .text ul {
        margin-bottom: 25px
    }

    .text td {
        min-width: 150px;
        font-size: 14px
    }
}

@media screen and (max-width:1199px) {
    .menu__item {
        padding: 0 5px
    }

    .menu {
        margin: 0 -5px
    }

    .logo__value {
        font-size: 12px
    }

    .logo__name {
        font-size: 10px
    }

    .logo__img {
        max-width: 54px
    }

    .menu__link,
    .reasons__tab {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .header {
        /*background: #fff;*/
        border-color: #dadada
    }

    .header__menu {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 62px;
        left: 0;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s all ease;
        -o-transition: .5s all ease;
        transition: .5s all ease
    }

    .header__menu.active {
        opacity: 1;
        visibility: visible
    }

    .header {
        padding: 10px 0
    }

    .menu,
    .menu__link {
        display: block
    }

    .menu__link {
        font-size: 16px;
        padding: 10px 0;
        border-bottom: 1px solid #dadada
    }

    .header__phone {
        margin-left: auto;
        margin-right: 20px
    }

    .intro__content h1 {
        font-size: 38px
    }

    .intro {
        padding-top: 120px;
        min-height: auto;
        padding-bottom: 44px;
        background-size: contain;
        background-position: bottom right -129px;
        background-color: #f8f8f8
    }

    .intro__content p {
        font-size: 16px
    }

    .section-heading h2 {
        font-size: 32px
    }

    .section-heading {
        margin: 0 0 60px
    }

    .reasons__title {
        margin: 0 0 30px
    }

    .callout__heading span {
        font-size: 32px;
        padding: 15px 40px
    }

    .callout {
        height: 350px
    }

    .help__item {
        max-width: 100%
    }

    .prices__text {
        height: auto
    }

    .contacts__item,
    .prices__text {
        margin: 0 0 30px
    }
}

@media screen and (max-width:767px) {
    .intro__content h1 {
        font-size: 32px;
        margin: 0 0 10px
    }

    .intro__content p {
        font-size: 14px
    }

    .intro {
        margin: 0 0 50px
    }

    .section-heading br {
        display: none
    }

    .reasons {
        padding: 50px 0
    }

    .callout__heading span,
    .reasons__title,
    .section-heading h2 {
        font-size: 25px
    }

    .callout__heading {
        margin: 0 0 30px
    }

    .callout {
        height: auto;
        margin: 0 0 50px
    }

    .advantages,
    .callout,
    .recount {
        padding: 50px 0
    }

    .section-heading {
        margin: 0 0 30px
    }

    .section-heading p {
        font-size: 16px
    }

    .prices {
        padding: 50px 0
    }

    .hww,
    .situations {
        margin: 0 0 50px
    }

    .docs__item img {
        width: auto;
        margin: 0 auto;
        display: block
    }

    .contacts,
    .situations {
        padding: 50px 0
    }

    .footer__logo .logo,
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__logo .logo {
        text-align: center
    }

    .footer__logo .logo__img {
        margin: 0 auto 20px
    }

    .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__logo,
    .footer__socials {
        margin: 0 0 20px
    }

    .footer__logo .logo__text {
        padding: 0
    }

    .footer__copyrights {
        text-align: center
    }

    .footer__dev {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__copy {
        text-align: center
    }
}

@media screen and (max-width:576px) {
    .header__phone {
        margin: 0;
        padding-top: 20px
    }

    .logo {
        display: block;
        text-align: center
    }

    .logo__img {
        margin: 0 auto 10px;
        max-width: 48px
    }

    .logo__text {
        padding: 0
    }

    .logo__name {
        font-size: 9px
    }

    .logo__value {
        margin: 0
    }

    .header__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__menu-button {
        padding-top: 20px
    }

    .header__menu {
        top: 92px
    }

    .intro__content {
        position: relative;
        z-index: 10
    }

    .intro__content h1 {
        font-size: 25px;
        margin: 0 0 25px
    }

    .intro {
        background-image: none;
        padding-top: 160px;
        padding-bottom: 0
    }

    .intro__img {
        display: block;
        margin-left: auto;
        pointer-events: none;
        margin-top: -85px;
        z-index: 0
    }

    .intro__content li {
        font-size: 14px
    }

    .intro__content p {
        margin: 0 0 20px
    }

    .intro__button {
        margin: 20px 0 0;
        max-width: 100%
    }

    .intro__note {
        font-size: 10px;
        padding-left: 28px;
        margin-top: 20px
    }

    .intro__note:before {
        width: 18px;
        height: 18px
    }

    .dignities__text,
    .section-heading p {
        font-size: 14px
    }

    .reasons__tab {
        font-size: 16px;
        padding: 14px 0;
        margin: 0 0 10px
    }

    .reasons__title {
        font-size: 18px;
        text-align: center
    }

    .reasons__body {
        padding: 30px 15px
    }

    .callout__heading span {
        font-size: 35px;
        line-height: 1;
        padding: 5px 10px
    }

    .rights__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .rights__num {
        min-width: 30px;
        width: auto;
        margin: 0 20px 0 0
    }

    .rights__text {
        font-size: 14px;
        text-align: left
    }

    .rights {
        margin: 0 0 40px
    }

    .advantages__icon {
        margin-bottom: 20px
    }

    .recount__heading h2 {
        font-size: 22px
    }

    .steps__text {
        min-height: auto
    }

    .steps__item {
        padding-bottom: 40px
    }

    .steps,
    .test-drive {
        margin: 0 0 40px
    }

    .help__item {
        display: block;
        text-align: center
    }

    .help__tep {
        font-size: 14px;
        margin: 15px 0 0
    }

    .prices__text {
        padding: 40px 20px
    }

    .prices__text p {
        font-size: 16px
    }

    .recount {
        margin: 0 0 50px
    }

    .hww__item {
        display: block;
        margin: 0 0 15px
    }

    .hww__num {
        margin: 0 0 10px
    }

    .situations__text p {
        font-size: 16px;
        margin: 0 0 30px
    }

    .review {
        padding: 40px 20px
    }

    .review__by {
        font-size: 14px
    }

    .review__text {
        margin: 18px 0 0
    }

    .faq__q {
        font-size: 16px;
        padding: 15px 27px 15px 10px
    }

    .faq__a {
        font-size: 14px;
        padding: 0 10px 20px
    }

    .faq__q:after {
        width: 20px;
        height: 20px;
        right: 7px;
        font-size: 21px;
        padding-left: 2px
    }

    .phone__icon {
        margin: 0
    }
}