* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
aside,
footer,
header,
nav,
section {
    display: block;
}
html {
    font-size: 16px;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
body {
    line-height: 1;
    font-family: Rubik;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
    font-family: Rubik;
    font-size: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
    background-color: inherit;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #3b2d2b;
    line-height: 130%;
}
body {
    color: #3b2d2b;
    font-size: 16;
}
body._lock {
    overflow: hidden;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
._container {
    max-width: 1158px;
    margin: 0 auto;
    padding: 0 20px;
}
._hidden {
    overflow: hidden;
}
.section {
    margin-bottom: 120px;
}
._red {
    color: #ff4f47;
}
._bold {
    font-weight: 700;
}
._bg-red {
    background: #ffe9e8;
}
.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}
.popup::before {
    content: "";
    background: rgba(255, 255, 255, 0.93);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}
.popup.show {
    visibility: visible;
    overflow: auto;
}
.popup.show::before {
    opacity: 1;
}
.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup._active {
    overflow: auto;
    visibility: visible;
}
.popup._active::before {
    opacity: 1;
}
.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__content {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    width: 100%;
    max-width: 510px;
    padding: 60px 0;
    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;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.popup__close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    z-index: 30;
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.popup__close:hover {
    opacity: 1;
}
.popup__close svg {
    border-radius: 3px;
}
.popup__title {
    margin-bottom: 14px;
}
.popup__par {
    padding: 0 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #3b2d2b;
    text-align: center;
    margin-bottom: 10px;
}
.popup__subform {
    max-width: 230px;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #999;
}
.popup__link {
    color: #999;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.popup__link:hover {
    text-decoration: underline;
    color: #ff4f47;
}
.popup__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup__form .form-promo__group {
    margin-bottom: 30px;
}
.popup__form .form-promo__group._error + .proposal__bottom .form-promo__submit {
    background: #ccc;
    border-color: #ccc;
}
.popup__form .form-promo__group::after {
    background: #ccc;
}
.popup__form .form-promo__group._focus::after {
    background: #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
.popup__form .form-promo__group._error::after {
    background: #ffbdba;
}
.popup__form .form-promo__input {
    color: #3b2d2b;
}
.popup__form .form-promo__submit {
    margin-bottom: 15px;
}
.popup__form .form-promo__label {
    color: #ccc;
}
.popup__form .form-promo__label ._red {
    color: inherit;
}
.popup__form .form-promo__label._placeholder {
    color: #999;
}
.popup__form .form-promo__label._placeholder ._red {
    color: #ff4f47;
}
.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 152px;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-in-out 0.2s;
    -o-transition: all 0.5s ease-in-out 0.2s;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 100;
}
.cookie__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 956px;
    height: 100%;
    margin: 0 auto;
    padding: 0 95px;
    background: #3b2d2b;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.cookie__text {
    margin-right: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.cookie__link {
    white-space: nowrap;
    color: #fff;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cookie__link:hover {
    color: silver;
    text-decoration: underline;
}
.cookie__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 172px;
    flex: 0 0 172px;
    width: 172px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cookie__button:hover {
    background-color: #fff;
    color: #3b2d2b;
}
.cookie__button:active {
    background-color: silver;
    border: none;
    color: #3b2d2b;
}
.cookie._active {
    bottom: 25px;
    -webkit-transition: all 0.5s ease-in-out 1s;
    -o-transition: all 0.5s ease-in-out 1s;
    transition: all 0.5s ease-in-out 1s;
}
@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.popup_success .popup__image .successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #2b7c44;
}
.popup_success .popup__image .successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #2b7c44;
}
.popup_success .popup__image .successAnimationResult {
    fill: #2b7c44;
    opacity: 0;
}
.popup_success .popup__image .successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}
.popup_success .popup__image .successAnimation.animated .successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
.popup_success .popup__image .successAnimation.animated .successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
.popup_success .popup__image .successAnimation.animated .successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 1000;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}
.header__logo {
    width: 105px;
    height: 40px;
}
.header__image {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header__image path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header__item {
    display: none;
}
.header__item:first-child {
    display: block;
}
.header__link {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #3b2d2b;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header__link::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ccc;
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.header__link::before {
    content: "";
    position: absolute;
    bottom: -5.5px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    opacity: 0;
    background-color: #ff4f47;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.header__link.active {
    color: #ff4f47;
}
.header__link.active::after {
    width: 100%;
}
.header__link.active::before {
    left: 102%;
    opacity: 1;
}
.header__mail {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #3b2d2b;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header__mail::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ccc;
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.header__mail::before {
    content: "";
    position: absolute;
    bottom: -5.5px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    opacity: 0;
    background-color: #ff4f47;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.header__mail.active {
    color: #ff4f47;
}
.header__mail.active::after {
    width: 100%;
}
.header__mail.active::before {
    left: 102%;
    opacity: 1;
}
.header__callback {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 380px;
    flex: 0 1 380px;
}
.header__phone {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #3b2d2b;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header__phone::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #ccc;
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.header__phone::before {
    content: "";
    position: absolute;
    bottom: -5.5px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    opacity: 0;
    background-color: #ff4f47;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.header__phone.active {
    color: #ff4f47;
}
.header__phone.active::after {
    width: 100%;
}
.header__phone.active::before {
    left: 102%;
    opacity: 1;
}
.header__burger {
    position: relative;
    display: none;
}
.header__burger .burger__menu {
    display: block;
    border-radius: 3px;
}
.header__burger .burger__close {
    display: none;
    border-radius: 3px;
}
.header__burger._active .burger__menu {
    display: none;
}
.header__burger._active .burger__close {
    display: block;
}
@-webkit-keyframes menu {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}
@keyframes menu {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}
.menu__burger {
    display: none;
    position: fixed;
    background: #3b2d2b;
    top: 70px;
    right: -100%;
    width: 250px;
    height: calc(100vh - 40px);
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
.menu__burger._active {
    display: block;
    -webkit-animation: menu 0.2s ease-in-out 0.2s forwards;
    animation: menu 0.2s ease-in-out 0.2s forwards;
}
.menu__burger .header__menu {
    margin: 10px 0;
}
.menu__burger .header__menu .header__item {
    display: block;
    border-top: 1px solid #473331;
}
.menu__burger .header__menu .header__item:last-child {
    border-bottom: 1px solid #473331;
}
.menu__burger .header__menu .header__link {
    display: block;
    padding: 12px 14px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.menu__burger .header__menu .header__link::after,
.menu__burger .header__menu .header__link::before {
    display: none;
}
.menu__burger .header__menu .header__link:hover {
    color: #ff4f47;
}
.menu__burger .header__button {
    display: block;
    padding: 11px 23px;
    margin-bottom: 10px;
    color: #e9e3e2;
}
.menu__burger .header__button::before {
    background: #ff4f47;
    left: 14px;
}
.menu__burger .header__button:hover {
    color: #ff4f47;
}
h1 {
    font-size: 49px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 31px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
.preview__inner {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 50px;
    min-height: 100vh;
}
.preview__inner._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.preview__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin-right: 20px;
}
.preview__title {
    margin-bottom: 30px;
}
.preview__paragraph {
    max-width: 332px;
    margin-bottom: 48px;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
}
.preview__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.preview button.preview__btn {
    margin-right: 20px;
}
.preview button.preview__btn:last-child {
    margin-right: 0;
}
.preview__image {
    max-width: 470px;
    height: 400px;
}
.preview__img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    border-radius: 10px;
}
.directions__inner {
    padding-top: 60px;
}
.directions__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin-bottom: 56px;
}
.directions__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.directions__body {
    position: relative;
}
.directions__list {
    max-width: 475px;
}
.directions__item .item-directions__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
}
.directions__item._active-show .item-directions__title {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.item-directions__title {
    max-width: 475px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.item-directions__text {
    max-width: 430px;
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-directions__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11px;
    flex: 0 1 11px;
    margin-right: 16px;
    cursor: pointer;
}
.item-directions__path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-directions__subtitle {
    margin-bottom: 27px;
}
.item-directions__par {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.item-directions__par:last-of-type {
    margin-bottom: 0;
}
.cases__title {
    position: relative;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    opacity: 0;
    margin-bottom: 56px;
}
.cases__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.cases__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cases__item {
    position: relative;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    opacity: 0;
    margin-bottom: 40px;
}
.cases__item._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0.2s;
}
.cases__item .item-cases__image {
    width: 450px;
    height: 600px;
}
.cases__item._horiz .item-cases__image {
    width: 550px;
    height: 350px;
}
.item-cases {
    cursor: pointer;
}
.item-cases:hover .item-cases__arrow {
    top: 70%;
}
.item-cases:hover .item-cases__arrow::before {
    left: -4px;
    opacity: 1;
}
.item-cases:hover .arrow__path {
    fill: #ff4f47;
}
.item-cases:hover .item-cases__top {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.item-cases:hover .item-cases__content::before {
    opacity: 1;
}
.item-cases:hover .item-cases__text {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.item-cases:hover .item-cases__title {
    color: #ff4f47;
}
.item-cases__title {
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-cases__top {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-cases__subtitle {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.item-cases .arrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 11px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.item-cases__top-anim {
    z-index: 10;
}
.item-cases__content {
    position: relative;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.item-cases__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(12.43%, #ff4f47),
        color-stop(76.36%, rgba(255, 79, 71, 0.13)),
        color-stop(93.24%, rgba(255, 79, 71, 0))
    );
    background: -o-linear-gradient(top, #ff4f47 12.43%, rgba(255, 79, 71, 0.13) 76.36%, rgba(255, 79, 71, 0) 93.24%);
    background: linear-gradient(180deg, #ff4f47 12.43%, rgba(255, 79, 71, 0.13) 76.36%, rgba(255, 79, 71, 0) 93.24%);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out 0.2s;
    -o-transition: all 0.5s ease-in-out 0.2s;
    transition: all 0.5s ease-in-out 0.2s;
}
.item-cases__image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.item-cases__text {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    opacity: 0;
    z-index: 20;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.special__inner {
    padding-bottom: 20px;
}
.special__title {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    margin-bottom: 21px;
}
.special__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    -o-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s;
}
.special__navigation {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.special__navigation._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0.5s;
    -o-transition: all 0.6s ease-in-out 0.5s;
    transition: all 0.6s ease-in-out 0.5s;
}
.special__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 47px;
}
.special__item {
    margin-bottom: 13px;
}
.special__link {
    margin-right: 50px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.special__link:hover {
    color: #ff4f47;
}
.special__body {
    margin-top: 40px;
    margin-bottom: 40px;
}
.special__article {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    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;
    margin-bottom: 100px;
}
.special__article._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0.5s;
    -o-transition: all 0.6s ease-in-out 0.5s;
    transition: all 0.6s ease-in-out 0.5s;
}
.special__article:last-child {
    margin-bottom: 0;
}
.special__article:nth-child(even) .article-special__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 30px;
}
.article-special__content {
    max-width: 600px;
    margin-right: 30px;
}
.article-special__title {
    margin-bottom: 40px;
    white-space: nowrap;
}
.article-special__text {
    margin-bottom: 40px;
}
.article-special__par {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.article-special__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article-special__total {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 17px;
}
.article-special__price {
    margin-bottom: 3px;
}
.article-special__button {
    margin-bottom: 17px;
}
.article-special__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    width: 460px;
    height: 300px;
    border-radius: 10px;
}
.article-special__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
}
.services__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin-bottom: 64px;
}
.services__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.article-services__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin-bottom: 40px;
}
.article-services__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out 0.3s;
    -o-transition: all 0.8s ease-in-out 0.3s;
    transition: all 0.8s ease-in-out 0.3s;
}
.article-services__list {
    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;
    margin: 0 -20px;
}
.article-services__item {
    position: relative;
    cursor: pointer;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin: 0 20px 55px;
    padding: 0 0 16px 9px;
    width: 320px;
    margin-left: 9px;
    border-bottom: 1px solid #e9e3e2;
}
.article-services__item._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out 0.4s;
    -o-transition: all 0.8s ease-in-out 0.4s;
    transition: all 0.8s ease-in-out 0.4s;
}
.article-services__item::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 11px;
    height: 11px;
    z-index: 1;
    border-radius: 50%;
    background: #ff4f47;
    border: 3px solid #fff;
    -webkit-transition: all 1s ease-in-out 0.2s;
    -o-transition: all 1s ease-in-out 0.2s;
    transition: all 1s ease-in-out 0.2s;
}
.article-services__item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    z-index: 1;
    background: #ff4f47;
    -webkit-transition: all 1s ease-in-out 0.2s;
    -o-transition: all 1s ease-in-out 0.2s;
    transition: all 1s ease-in-out 0.2s;
}
.article-services__item:hover::after {
    width: 100%;
}
.article-services__item:hover::before {
    left: 100%;
}
.article-services__item:hover .item-services__title {
    color: #ff4f47;
}
.item-services_basic,
.item-services_premium {
    height: 190px;
    padding: 32px 35px;
}
.item-services_basic {
    position: relative;
    width: 390px;
    border-radius: 10px;
    border: 1px solid #e9e3e2;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.item-services_basic::before {
    display: none;
}
.item-services_basic::after {
    display: none;
}
.item-services_basic .item-services__svg {
    content: "";
    position: absolute;
    top: 18px;
    left: auto;
    bottom: auto;
    right: 35px;
    width: 40px;
    height: 20px;
    opacity: 0.2;
    -webkit-transition: all 1s ease-in-out 0.3s;
    -o-transition: all 1s ease-in-out 0.3s;
    transition: all 1s ease-in-out 0.3s;
    z-index: 1;
}
.item-services_basic:hover {
    border-color: #ff4f47;
}
.item-services_basic:hover .item-services__svg {
    opacity: 0.8;
}
.item-services_premium {
    width: 420px;
    border-radius: 10px;
    border: 1px solid #e9e3e2;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.item-services_premium::before {
    display: none;
}
.item-services_premium::after {
    display: none;
}
.item-services_premium .item-services__svg {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    top: 0;
    right: 23px;
    width: 70px;
    height: 90px;
    z-index: 1;
    background: url(../img/banner.svg) no-repeat center/cover;
}
.item-services_premium:hover {
    border-color: #ff4f47;
}
.item-services__title {
    margin-bottom: 24px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.item-services__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.item-services__price {
    text-align: left;
}
.item-services__period {
    text-align: right;
}
.price-services__title {
    color: #999;
    margin-bottom: 6px;
}
.period-services__title {
    color: #999;
    margin-bottom: 6px;
}
.promo {
    background: #3b2d2b;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.promo._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.promo__inner {
    padding: 92px 0;
}
.promo__title {
    color: #fff;
    margin-bottom: 55px;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out 0.2s;
    transition: opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out 0.2s;
    -o-transition: transform 0.8s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s;
    transition: transform 0.8s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s;
    transition: transform 0.8s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out 0.2s;
}
.promo__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.promo__text {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: opacity 0.8s ease-in-out 0.4s, -webkit-transform 0.8s ease-in-out 0.4s;
    transition: opacity 0.8s ease-in-out 0.4s, -webkit-transform 0.8s ease-in-out 0.4s;
    -o-transition: transform 0.8s ease-in-out 0.4s, opacity 0.8s ease-in-out 0.4s;
    transition: transform 0.8s ease-in-out 0.4s, opacity 0.8s ease-in-out 0.4s;
    transition: transform 0.8s ease-in-out 0.4s, opacity 0.8s ease-in-out 0.4s, -webkit-transform 0.8s ease-in-out 0.4s;
}
.promo__text._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.promo__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-bottom: 15px;
}
.promo__subform {
    display: block;
    margin-left: auto;
    max-width: 230px;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #ccc;
}
.subform {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 0.5s ease-in-out 0.8s;
    -o-transition: all 0.5s ease-in-out 0.8s;
    transition: all 0.5s ease-in-out 0.8s;
}
.subform._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.subform__link {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #beaaa7;
    text-decoration: underline;
}
.subform__link:hover {
    text-decoration: underline;
    color: #ff4f47;
}
.form-promo .form-promo__group {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
    -webkit-transition: opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out 0.2s;
    transition: opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out 0.2s;
    -o-transition: transform 0.8s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s;
    transition: transform 0.8s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s;
    transition: transform 0.8s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s, -webkit-transform 0.8s ease-in-out 0.2s;
}
.form-promo .form-promo__group._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.form-promo__group {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-left: 8px;
    width: 280px;
    height: 3em;
}
.form-promo__group div {
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: #ff4f47;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-promo__group::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-promo__group::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ff4f47;
}
.form-promo__group._focus::after {
    -webkit-box-shadow: 0 0 2px #fff;
    box-shadow: 0 0 2px #fff;
}
.form-promo__group._error::after {
    background: #ffbdba;
    -webkit-box-shadow: 0 0 2px #e61014;
    box-shadow: 0 0 2px #e61014;
}
.form-promo__group._error div {
    visibility: visible;
    opacity: 1;
    bottom: -25px;
}
.form-promo__group._error ~ .form-promo__submit {
    pointer-events: none;
    cursor: auto;
    background: #ccc;
    border-color: #ccc;
}
.form-promo__group._error ~ .form-promo__submit:hover::before {
    width: 11px;
    height: 11px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.form-promo__label {
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #765a56;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}
.form-promo__label._placeholder {
    color: #eee;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.form-promo__input {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #eee;
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-promo__input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #eee;
}
.form-promo__input::-moz-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #eee;
}
.form-promo__input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #eee;
}
.form-promo__input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #eee;
}
.form-promo__input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #eee;
}
.form-promo .form-promo__submit {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.form-promo .form-promo__submit._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.about__title {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
    margin-bottom: 47px;
}
.about__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.about__image {
    margin-right: 40px;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s ease-in-out 0.2s;
    -o-transition: all 0.8s ease-in-out 0.2s;
    transition: all 0.8s ease-in-out 0.2s;
}
.about__image._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about__content {
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s ease-in-out 0.4s;
    -o-transition: all 0.8s ease-in-out 0.4s;
    transition: all 0.8s ease-in-out 0.4s;
    padding-top: 18px;
}
.about__content._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.about__top {
    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;
    margin-bottom: 40px;
}
.about__text {
    max-width: 427px;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}
.about__par {
    margin-bottom: 30px;
}
.about__par:last-child {
    margin-bottom: 0;
}
.about__par_title {
    display: inline-block;
}
.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.about__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 135px;
    flex: 0 1 135px;
}
.about__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about__button:hover .about__link {
    color: #ff4f47;
}
.about__button:hover .about__link::before {
    left: 101%;
}
.about__button:hover .about__link::after {
    width: 100%;
}
.about__button:hover .about__arrow::before {
    left: -4px;
    opacity: 1;
}
.about__button:hover .about__arrow .arrow__path {
    fill: #ff4f47;
}
.about__link {
    position: relative;
    margin-right: 13px;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #3b2d2b;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #ccc;
}
.about__link::before {
    content: "";
    position: absolute;
    bottom: -4.5px;
    left: -5px;
    width: 8px;
    height: 8px;
    background: #ff4f47;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about__link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ff4f47;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.item-about__title {
    position: relative;
    font-weight: 700;
    font-size: 70px;
    line-height: 130%;
    margin-bottom: 18px;
}
.item-about__title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 14px;
    height: 14px;
    background: #ff4f47;
    border-radius: 50%;
}
.item-about__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.faq__title {
    position: relative;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    margin-bottom: 56px;
}
.faq__title._active-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0.4s;
    -o-transition: all 0.6s ease-in-out 0.4s;
    transition: all 0.6s ease-in-out 0.4s;
}
.faq__list {
    max-width: 660px;
}
.faq__item {
    position: relative;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.faq__item._active-show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.faq__item:nth-child(1)._active-show {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.faq__item:nth-child(2)._active-show {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.faq__item:nth-child(3)._active-show {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.faq__item:nth-child(4)._active-show {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.faq__item:nth-child(5)._active-show {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.faq__item:nth-child(6)._active-show {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.faq__item:nth-child(7)._active-show {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.item-faq__question {
    position: relative;
    height: 76px;
    padding-right: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.item-faq__question:hover .item-faq__title {
    color: #ff4f47;
}
.item-faq__question:hover .item-faq__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.item-faq__question:hover .item-faq__arrow::before {
    left: -4px;
    opacity: 1;
}
.item-faq__question:hover .item-faq__arrow .arrow__path {
    fill: #ff4f47;
}
.item-faq__question._active {
    border: none;
}
.item-faq__question._active .item-faq__title {
    color: #ff4f47;
}
.item-faq__question._active .item-faq__arrow {
    -webkit-transform: rotate(90deg) scale(-1, -1) translate(3px, 3px);
    -ms-transform: rotate(90deg) scale(-1, -1) translate(3px, 3px);
    transform: rotate(90deg) scale(-1, -1) translate(3px, 3px);
}
.item-faq__question._active .item-faq__arrow::before {
    left: -4px;
    opacity: 1;
}
.item-faq__question._active .item-faq__arrow .arrow__path {
    fill: #ff4f47;
}
.item-faq__title {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-faq__title:hover {
    color: #ff4f47;
}
.item-faq__title:hover + .item-faq__arrow .arrow__path {
    fill: #ff4f47;
}
.item-faq__title:hover + .item-faq__arrow::before {
    left: -4px;
    opacity: 1;
}
.item-faq__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-faq__answer {
    overflow: hidden;
    padding-right: 57px;
    -webkit-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}
.item-faq__par {
    margin-bottom: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.footer {
    background: #3b2d2b;
}
.footer__inner {
    padding: 133px 0;
}
.footer__body {
    color: #eee;
}
.footer__logo {
    margin-bottom: 70px;
}
.footer__image {
    width: 210px;
    height: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer__image:hover path {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 75px;
}
.footer__contacts {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 30px;
    min-height: 200px;
}
.footer__tel {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__tel:hover {
    color: #ff4f47;
}
.footer__mail {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__mail:hover {
    color: #ff4f47;
}
.footer__politic {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #beaaa7;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__politic:hover {
    color: #ff4f47;
}
.footer__navigation {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 30px;
}
.footer__item {
    margin-bottom: 10px;
}
.footer__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer__link:hover {
    color: #ff4f47;
}
.footer__top {
    position: relative;
    width: 72px;
    height: 72px;
    border: 1px solid #beaaa7;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation: link-gotop 3s ease-in-out infinite;
    animation: link-gotop 3s ease-in-out infinite;
}
.footer__top .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-90deg) translate(30px, -11px);
    -ms-transform: rotate(-90deg) translate(30px, -11px);
    transform: rotate(-90deg) translate(30px, -11px);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}
.footer__top .arrow__svg {
    width: 25px;
    height: 45px;
}
.footer__top .arrow::before {
    width: 10px;
    height: 10px;
    left: -10px !important;
    top: 17px;
    background: #fff;
}
.footer__top:hover {
    border-color: #ff4f47;
}
.footer__top:hover .arrow {
    -webkit-transform: rotate(-90deg) translate(33px, -11px);
    -ms-transform: rotate(-90deg) translate(33px, -11px);
    transform: rotate(-90deg) translate(33px, -11px);
}
.footer__copyright {
    max-width: 285px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #beaaa7;
}
.discussion-footer__title {
    color: #eee;
    margin-bottom: 11px;
}
.discussion-footer .subform {
    margin-left: 0;
    color: #beaaa7;
}
.form-discussion {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-discussion .form-promo__group {
    margin-bottom: 30px;
    height: 2.5em;
}
.form-discussion .form-promo__label._placeholder {
    -webkit-transform: translateY(23px);
    -ms-transform: translateY(23px);
    transform: translateY(23px);
}
.form-discussion .form-promo__submit {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 14px;
}
.benefit__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin-bottom: 60px;
}
.benefit__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.benefit__body {
    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;
}
.benefit__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 625px;
    flex: 0 1 625px;
    margin-right: 15px;
}
.benefit__item {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    position: relative;
    padding-left: 40px;
    margin-bottom: 27px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}
.benefit__item._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.benefit__item:last-child {
    margin-bottom: 0;
}
.benefit__item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 11px;
    top: 3px;
    left: 6px;
    background: url(../img/Vector.svg) no-repeat center;
}
.benefit__item::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 3px;
    left: 1px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #000;
    border-radius: 50%;
}
.benefit__image {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 460px;
    flex: 0 1 460px;
    width: 460px;
    height: 300px;
}
.benefit__image._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.benefit__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.actual__inner {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
}
.actual__inner._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.actual__title {
    margin-bottom: 40px;
}
.actual__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.actual__item {
    -ms-flex-preferred-size: 258px;
    flex-basis: 258px;
    width: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.actual__text {
    margin-left: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #000;
}
.kinds__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin-bottom: 55px;
}
.kinds__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.kinds__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.kinds__item {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    width: 50%;
    margin-bottom: 50px;
}
.kinds__item._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.item-kinds__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.item-kinds__image {
    margin-right: 20px;
}
.item-kinds__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.stages__title {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    margin-bottom: 56px;
}
.stages__title._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.stages__par {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    max-width: 680px;
    margin-bottom: 80px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #3b2d2b;
}
.stages__par._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out 0.3s, -webkit-transform 1s ease-in-out 0.3s;
    transition: opacity 1s ease-in-out 0.3s, -webkit-transform 1s ease-in-out 0.3s;
    -o-transition: transform 1s ease-in-out 0.3s, opacity 1s ease-in-out 0.3s;
    transition: transform 1s ease-in-out 0.3s, opacity 1s ease-in-out 0.3s;
    transition: transform 1s ease-in-out 0.3s, opacity 1s ease-in-out 0.3s, -webkit-transform 1s ease-in-out 0.3s;
}
.stages__item {
    width: 45%;
    margin-bottom: 60px;
}
.stages__item:not(.proposal) {
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
}
.stages__item:not(.proposal)._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
.stages__item::before {
    position: absolute;
    content: "";
}
.stages__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 30px;
}
.stages__top:hover .top-stages__text {
    color: #ff4f47;
}
.stages__top:hover .arrow::before {
    left: -4px;
    opacity: 1;
}
.stages__top:hover .arrow .arrow__path {
    fill: #ff4f47;
}
.stages__top._active .arrow {
    -webkit-transform: rotate(90deg) scale(-1) translate(0, 5px);
    -ms-transform: rotate(90deg) scale(-1) translate(0, 5px);
    transform: rotate(90deg) scale(-1) translate(0, 5px);
}
.stages__top._active .arrow::before {
    left: -4px;
    opacity: 1;
}
.stages__top._active .arrow .arrow__path {
    fill: #ff4f47;
}
.top-stages__image {
    position: relative;
    height: 54px;
    width: 80px;
    margin-right: 15px;
}
.top-stages__description {
    position: absolute;
    top: 0;
    right: 25px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    color: #beaaa7;
}
.top-stages__description._active-show {
    right: 0;
    opacity: 1;
}
.top-stages__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-stages__text {
    font-weight: 300;
    font-size: 25px;
    line-height: 130%;
    color: #ff4f47;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-stages__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20px;
    flex: 0 1 20px;
    margin-left: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.content-stages__par {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #3b2d2b;
    margin-bottom: 20px;
}
.content-stages__par:last-child {
    margin-bottom: 0;
}
.proposal {
    position: relative;
    opacity: 0;
    height: auto;
    padding: 45px 0;
    background: #ffe9e8;
    border-radius: 10px;
}
.proposal._active-show {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.proposal__title {
    text-align: center;
    margin-bottom: 5px;
}
.proposal__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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.proposal__form .form-promo__group {
    margin-bottom: 30px;
}
.proposal__form .form-promo__group._error + .proposal__bottom .form-promo__submit {
    background: #ccc;
    border-color: #ccc;
}
.proposal__form .form-promo__group._error + .proposal__bottom .form-promo__submit::before {
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.proposal__form .form-promo__group::after {
    background: #ccc;
}
.proposal__form .form-promo__group._focus::after {
    background: #fff;
}
.proposal__form .form-promo__group._error::after {
    background: #ffbdba;
}
.proposal__form .form-promo__input {
    color: #3b2d2b;
}
.proposal__form .form-promo__submit {
    margin-bottom: 15px;
}
.proposal__form .form-promo__submit::before {
    background-image: url(../img/el1-b.svg);
}
.proposal__form .form-promo__label {
    color: #ccc;
}
.proposal__form .form-promo__label ._red {
    color: inherit;
}
.proposal__form .form-promo__label._placeholder {
    color: #999;
}
.proposal__form .form-promo__label._placeholder ._red {
    color: #ff4f47;
}
.proposal__subform {
    max-width: 230px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #999;
}
.proposal__link {
    color: #999;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.proposal__link:hover {
    color: #ff4f47;
    text-decoration: underline;
}
.politic__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.politic__inner._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.politic__body p {
    margin-bottom: 8px;
}
.politic__title {
    margin-bottom: 20px;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 460px;
    flex: 0 1 460px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.rating__inner._active-show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.rating__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.rating__star svg {
    width: 25px;
    height: 25px;
}
.rating__star svg path {
    fill: #ff4f47;
}
.rating__total {
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.rating__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn_el {
    position: relative;
    -ms-flex-preferred-size: 183px;
    flex-basis: 183px;
    width: 183px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: Rubik;
    border: 1px solid #ff4f47;
    border-radius: 50px;
    background: #ff4f47;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn_el::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    top: 0;
    left: 0;
    background: url(../img/el1-b.svg) no-repeat;
    background-position: bottom 1px right 1px;
    background-size: 9px 9px;
    -webkit-transition: top 0.35s ease 0.6s, width 0.5s linear 0.2s, height 0.15s linear, left 0.15s linear,
        -webkit-transform 0.2s ease-in-out 50ms;
    transition: top 0.35s ease 0.6s, width 0.5s linear 0.2s, height 0.15s linear, left 0.15s linear,
        -webkit-transform 0.2s ease-in-out 50ms;
    -o-transition: top 0.35s ease 0.6s, width 0.5s linear 0.2s, transform 0.2s ease-in-out 50ms, height 0.15s linear,
        left 0.15s linear;
    transition: top 0.35s ease 0.6s, width 0.5s linear 0.2s, transform 0.2s ease-in-out 50ms, height 0.15s linear,
        left 0.15s linear;
    transition: top 0.35s ease 0.6s, width 0.5s linear 0.2s, transform 0.2s ease-in-out 50ms, height 0.15s linear,
        left 0.15s linear, -webkit-transform 0.2s ease-in-out 50ms;
}
.btn_el:active {
    outline: 0;
    background-color: #fb7e78;
    border: none;
    color: #fff;
}
.btn_el-b {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    width: 230px;
    height: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
}
.btn_el-b::before {
    width: 14px;
    height: 14px;
    background-size: 11px 11px;
}
.btn_white {
    background: 0 0;
    color: #ff4f47;
}
.btn_white:active {
    background: #ff4f47;
}
.btn_footer {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background: 0 0;
    color: #eee;
}
.btn_footer::before {
    background-image: url(../img/el1-w.svg);
}
.btn_footer:active {
    background: #ff4f47;
}
.btn_el-dark::before {
    background-image: url(../img/el1-w.svg);
}
.btn_dark {
    width: 230px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 230px;
    flex: 0 1 230px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #3b2d2b;
    border: 2px solid #3b2d2b;
    border-radius: 50px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn_dark:hover {
    background-color: #3b2d2b;
    color: #fff;
}
.btn_dark:active {
    background-color: #50413f;
    border-color: #50413f;
}
.arrow {
    display: inline-block;
    position: relative;
}
.arrow__svg {
    width: 11px;
    height: 20px;
}
.arrow__path {
    fill: #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.arrow::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: -14px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 50%;
    background: #3b2d2b;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.arrow._active::before {
    left: -4px;
    opacity: 1;
}
.arrow._active .arrow__path {
    fill: #ff4f47;
}
@-webkit-keyframes link-gotop {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes link-gotop {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@media (min-width: 767.98px) {
    .header__image:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    .header__image:hover .header__image-path-2 {
        fill: #ff4f47;
    }
    .header__link:hover {
        color: #ff4f47;
    }
    .header__link:hover::after {
        width: 100%;
    }
    .header__link:hover::before {
        left: 102%;
        opacity: 1;
    }
    .header__mail:hover {
        color: #ff4f47;
    }
    .header__mail:hover {
        color: #ff4f47;
    }
    .header__mail:hover::after {
        width: 100%;
    }
    .header__mail:hover::before {
        left: 102%;
        opacity: 1;
    }
    .header__phone:hover {
        color: #ff4f47;
    }
    .header__phone:hover {
        color: #ff4f47;
    }
    .header__phone:hover::after {
        width: 100%;
    }
    .header__phone:hover::before {
        left: 102%;
        opacity: 1;
    }
    .menu__burger {
        display: none !important;
    }
    .footer__image:hover:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }
    .footer__image:hover:hover .header__image-path-2 {
        fill: #ff4f47;
    }
    .btn_el:hover::before {
        width: 95%;
        top: -7px;
        left: -10px;
        -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
        height: 23px;
        -webkit-transition: top 0.35s linear, width 0.6s linear 0.15s, height 0.15s linear 0.8s, left 0.15s linear 0.8s,
            -webkit-transform 0.2s ease-in-out 0.7s;
        transition: top 0.35s linear, width 0.6s linear 0.15s, height 0.15s linear 0.8s, left 0.15s linear 0.8s,
            -webkit-transform 0.2s ease-in-out 0.7s;
        -o-transition: top 0.35s linear, width 0.6s linear 0.15s, transform 0.2s ease-in-out 0.7s,
            height 0.15s linear 0.8s, left 0.15s linear 0.8s;
        transition: top 0.35s linear, width 0.6s linear 0.15s, transform 0.2s ease-in-out 0.7s, height 0.15s linear 0.8s,
            left 0.15s linear 0.8s;
        transition: top 0.35s linear, width 0.6s linear 0.15s, transform 0.2s ease-in-out 0.7s, height 0.15s linear 0.8s,
            left 0.15s linear 0.8s, -webkit-transform 0.2s ease-in-out 0.7s;
    }
    .btn_el-b:hover::before {
        width: 95%;
        top: -8px;
        left: -8px;
        -webkit-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
        height: 35px;
        -webkit-transition: top 0.35s linear, width 0.6s linear 0.15s, height 0.15s linear 0.8s, left 0.15s linear 0.8s,
            -webkit-transform 0.2s ease-in-out 0.7s;
        transition: top 0.35s linear, width 0.6s linear 0.15s, height 0.15s linear 0.8s, left 0.15s linear 0.8s,
            -webkit-transform 0.2s ease-in-out 0.7s;
        -o-transition: top 0.35s linear, width 0.6s linear 0.15s, transform 0.2s ease-in-out 0.7s,
            height 0.15s linear 0.8s, left 0.15s linear 0.8s;
        transition: top 0.35s linear, width 0.6s linear 0.15s, transform 0.2s ease-in-out 0.7s, height 0.15s linear 0.8s,
            left 0.15s linear 0.8s;
        transition: top 0.35s linear, width 0.6s linear 0.15s, transform 0.2s ease-in-out 0.7s, height 0.15s linear 0.8s,
            left 0.15s linear 0.8s, -webkit-transform 0.2s ease-in-out 0.7s;
    }
}
@media (min-width: 920px) {
    .item-directions__title._active-d .arrow__path,
    .item-directions__title:hover .arrow__path {
        fill: #ff4f47;
    }
    .item-directions__title._active-d .item-directions__text,
    .item-directions__title:hover .item-directions__text {
        color: #ff4f47;
    }
    .item-directions__title._active-d + .item-directions__sub {
        visibility: visible;
        opacity: 1;
        top: 18px;
        -webkit-transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
        -o-transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
        transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }
    .item-directions__title._active-d .item-directions__arrow::before {
        left: -4px;
        opacity: 1;
    }
    .item-directions__title._active-d .item-directions__arrow .arrow__path {
        fill: #ff4f47;
    }
    .item-directions__sub {
        visibility: hidden;
        position: absolute;
        top: 40px;
        right: 0;
        opacity: 0;
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (min-width: 950px) {
    .stages__inner {
        padding-top: 60px;
    }
    .stages__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stages__top {
        pointer-events: none;
    }
    .stages__content {
        display: block;
    }
    .top-stages__arrow {
        display: none;
    }
    .proposal {
        height: 320px;
        padding: 55px 0;
        position: relative;
        -webkit-transform: translateY(-128px);
        -ms-transform: translateY(-128px);
        transform: translateY(-128px);
        opacity: 0;
    }
    .proposal._active-show {
        -webkit-transform: translateY(-128px);
        -ms-transform: translateY(-128px);
        transform: translateY(-128px);
        opacity: 1;
        -webkit-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }
}
@media (max-width: 1200px) {
    .kinds__item {
        -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
    }
}
@media (max-width: 1080px) {
    h1 {
        font-size: 42px;
        line-height: 120%;
    }
    .cases__item .item-cases__image {
        width: 350px;
        height: 500px;
    }
}
@media (max-width: 1050px) {
    .special__article:nth-child(even) .article-special__content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0;
    }
    .special__article {
        -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;
        margin-bottom: 70px;
    }
    .article-special__content {
        margin: 0;
        margin-bottom: 40px;
    }
    .article-special__title {
        white-space: normal;
    }
    .article-special__image {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%;
    }
    .about__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 0;
    }
    .about__top .about__text {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .about__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .about__list .about__item {
        margin-right: 30px;
    }
    .about__list .about__item:last-child {
        margin-right: 0;
    }
    .rating {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .rating__inner {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media (max-width: 1050px) and (max-width: 500px) {
    .about__list .about__item {
        margin-right: 20px;
    }
}
@media (max-width: 1040px) {
    .item-directions__sub {
        width: calc(100vw - 570px);
    }
}
@media (max-width: 1020px) {
    .section {
        margin-bottom: 100px;
    }
    h2 {
        font-size: 42px;
    }
    .cases__item._horiz .item-cases__image {
        width: 500px;
        height: 300px;
    }
    .faq__title {
        margin-bottom: 44px;
    }
}
@media (max-width: 1000px) {
    .preview__inner {
        margin-top: 0;
        padding-bottom: 0;
    }
    .special__title {
        margin-bottom: 7px;
    }
    .special__list {
        margin-bottom: 7px;
    }
    .special__link {
        font-size: 13px;
    }
    .services__title {
        margin-bottom: 54px;
    }
    .footer__inner {
        padding: 100px 0;
    }
    .benefit__title {
        margin-bottom: 40px;
    }
    .actual__title {
        margin-bottom: 30px;
    }
    .kinds__title {
        margin-bottom: 40px;
    }
    .stages__title {
        margin-bottom: 35px;
    }
    .stages__par {
        margin-bottom: 50px;
    }
    .stages__item {
        width: 48%;
    }
}
@media (max-width: 999.98px) {
    .header__mail {
        display: none;
    }
}
@media (max-width: 980px) {
    .form-promo__group {
        width: 225px;
    }
    .kinds__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 340px;
        flex: 0 1 340px;
    }
    .item-kinds__title {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
    }
    .item-kinds__text {
        max-width: 420px;
    }
}
@media (max-width: 950px) {
    ._bg-red {
        background: #fff;
    }
    .popup__form .form-promo__group {
        margin: 0 30px 30px;
    }
    .cases__item .item-cases__image {
        width: 300px;
        height: 500px;
    }
    .cases__item._horiz .item-cases__image {
        width: 400px;
        height: 300px;
    }
    .stages__item {
        width: 100%;
        margin-bottom: 45px;
    }
    .top-stages__text {
        color: #3b2d2b;
    }
    .content-stages__par {
        padding-right: 40px;
        padding-left: 7px;
    }
    .proposal__title {
        margin-bottom: 15px;
    }
    .proposal__form .form-promo__group {
        margin: 0 30px 30px;
    }
}
@media (max-width: 920px) {
    .directions__list {
        max-width: 100%;
    }
    .item-directions__title._active .arrow__path {
        fill: #ff4f47;
    }
    .item-directions__title._active .item-directions__text {
        color: #ff4f47;
    }
    .item-directions__title._active .item-directions__arrow::before {
        left: -4px;
        opacity: 1;
    }
    .item-directions__title._active .item-directions__arrow .arrow__path {
        fill: #ff4f47;
    }
    .item-directions .arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .item-directions__sub {
        margin: 10px 0;
        padding-left: 55px;
        padding-right: 70px;
        width: 100%;
    }
}
@media (max-width: 920px) and (max-width: 920px) {
    .item-directions__title._active .item-directions__arrow {
        -webkit-transform: rotate(90deg) scale(-1) translate(0, 5px);
        -ms-transform: rotate(90deg) scale(-1) translate(0, 5px);
        transform: rotate(90deg) scale(-1) translate(0, 5px);
    }
}
@media (max-width: 800px) {
    .stages__title {
        margin-bottom: 30px;
    }
}
@media (max-width: 790px) {
    .section {
        margin-bottom: 80px;
    }
    .footer__image {
        width: 182px;
        height: 69px;
    }
    .footer__link {
        font-weight: 500;
    }
    .footer__top {
        width: 40px;
        height: 40px;
    }
    .footer__top .arrow {
        -webkit-transform: rotate(-90deg) translate(16px, -5px);
        -ms-transform: rotate(-90deg) translate(16px, -5px);
        transform: rotate(-90deg) translate(16px, -5px);
    }
    .footer__top .arrow__svg {
        width: 13px;
        height: 25px;
    }
    .footer__top .arrow::before {
        width: 6px;
        height: 6px;
        left: -5px !important;
        top: 9px;
    }
    .footer__top:hover .arrow {
        -webkit-transform: rotate(-90deg) translate(19px, -5px);
        -ms-transform: rotate(-90deg) translate(19px, -5px);
        transform: rotate(-90deg) translate(19px, -5px);
    }
}
@media (max-width: 788px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    .preview__paragraph {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 30px;
    }
    .article-special__title {
        margin-bottom: 25px;
    }
}
@media (max-width: 780px) {
    .header__link {
        font-size: 16px;
    }
    .header__callback {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header__phone {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.1;
    }
    .promo__title {
        margin-bottom: 25px;
    }
    .promo__form {
        -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;
    }
    .promo__subform {
        margin: 0;
    }
    .form-promo__group {
        margin-bottom: 20px;
    }
    .form-promo__submit {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: 20px;
    }
}
@media (max-width: 770px) {
    .kinds__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}
@media (max-width: 768px) {
    .directions__title {
        margin-bottom: 45px;
    }
    .item-directions__text {
        font-size: 20px;
        line-height: 130%;
    }
    .cases__title {
        margin-bottom: 45px;
    }
    .special__article {
        margin-bottom: 50px;
    }
    .article-special__content {
        margin-bottom: 40px;
    }
    .services__title {
        margin-bottom: 40px;
    }
    .faq__title {
        margin-bottom: 40px;
    }
    .footer__inner {
        padding: 80px 0;
    }
    .benefit__body {
        -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;
    }
    .benefit__list {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .benefit__image {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .header__burger {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
        flex: 0 0 26px;
        height: 26px;
        margin-left: 5px;
        cursor: pointer;
        z-index: 5;
    }
}
@media (max-width: 748px) {
    .about__logo {
        width: 111px;
        height: 54px;
    }
    .footer__discussion {
        margin-left: auto;
        margin-top: 50px;
    }
}
@media (max-width: 700px) {
    .preview__inner {
        -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;
    }
    .preview__body {
        margin-top: 30px;
        margin-bottom: 24px;
        margin-right: 0;
    }
    .preview__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .preview button.preview__btn {
        margin-bottom: 20px;
    }
    .about__text {
        margin-bottom: 20px;
    }
}
@media (max-width: 680px) {
    .cookie {
        height: 200px;
    }
    .cookie__inner {
        -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;
        padding: 0 20px;
    }
    .cookie__text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cookie__button {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media (max-width: 660px) {
    .rating {
        -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;
    }
}
@media (max-width: 600px) {
    .item-directions__sub {
        padding: 0;
    }
}
@media (max-width: 580px) {
    .cookie {
        height: 230px;
    }
    .header__inner {
        height: 40px;
    }
    .header__logo {
        width: 65px;
        height: 24.76px;
    }
    .header__callback {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
    }
    .header__button {
        position: relative;
        display: block;
        border: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: auto;
        border: none;
        border-radius: 0;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
    }
    .header__button::before {
        position: absolute;
        width: 6px;
        height: 6px;
        left: 1px;
        top: 50%;
        border: none;
        -webkit-transform: translateY(-50%) scale(0.5);
        -ms-transform: translateY(-50%) scale(0.5);
        transform: translateY(-50%) scale(0.5);
    }
    .header__button:hover {
        background: 0 0;
    }
    .header__phone {
        font-size: 14px;
        line-height: 17px;
    }
    .menu__burger {
        top: 40px;
    }
}
@media (max-width: 558px) {
    .about__body {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .about__body .about__image {
        margin: 0;
    }
    .about__par:last-child {
        margin-top: 20px;
    }
    .about__button {
        margin-top: 20px;
    }
    .rating {
        margin-top: 30px;
    }
}
@media (max-width: 550px) {
    .actual__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .actual__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 35px;
    }
}
@media (max-width: 510px) {
    .footer__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer__image {
        width: 110px;
        height: 42px;
    }
    .footer__contacts {
        min-height: auto;
        margin-right: 0;
    }
    .footer__tel {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    .footer__button {
        display: inline-block;
        margin-bottom: 20px;
        text-align: left;
        width: auto;
        height: auto;
        border: none;
        font-weight: 300;
        font-size: 14px;
        line-height: 17px;
        color: #ff4f47;
    }
    .footer__button::before {
        display: none;
    }
    .footer__button:hover {
        color: #e96668;
    }
    .footer__navigation {
        width: 100%;
        margin-right: 0;
    }
    .footer__nav {
        margin-bottom: 10px;
    }
    .footer__top {
        margin-left: auto;
    }
    .footer__discussion {
        width: 100%;
    }
    .discussion-footer .subform {
        margin-bottom: 50px;
    }
    .stages__item {
        margin-bottom: 35px;
    }
    .stages__top {
        -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;
    }
    .top-stages__image {
        width: 58px;
        height: 25px;
        margin-bottom: 7px;
    }
    .top-stages__image svg {
        width: 20px;
        height: 24px;
    }
    .top-stages__title {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .top-stages__text {
        font-size: 20px;
    }
    .top-stages__arrow {
        margin-left: 0;
    }
    .content-stages__par {
        padding: 0;
    }
}
@media (max-width: 500px) {
    h1 {
        font-size: 34px;
    }
    .item-cases__image {
        max-width: 100%;
    }
    .special__article {
        margin-bottom: 40px;
    }
    .article-special__content {
        margin-bottom: 25px;
    }
    .article-special__text {
        margin-bottom: 25px;
    }
    .article-services__item .item-services__title {
        margin-bottom: 15px;
    }
    .article-services__item .item-services__total {
        font-size: 13px;
    }
    .article-services__item .period-services__title,
    .article-services__item .price-services__title {
        margin-bottom: 1px;
    }
    .article-services__item .price-services__description {
        font-weight: 300;
        font-size: 18px;
        line-height: 130%;
    }
    .article-services__item .price-services__description span._bold {
        font-weight: 300;
    }
    .article-services__item .period-services__description {
        font-size: 16px;
        line-height: 130%;
    }
    .item-services_basic,
    .item-services_premium {
        width: 280px;
        height: 123px;
        padding: 11px 15px;
    }
    .item-services_basic .item-services__title,
    .item-services_premium .item-services__title {
        font-size: 16px;
        line-height: 130%;
    }
    .item-services_basic .item-services__svg {
        top: 4px;
        right: 16px;
    }
    .item-services_premium .item-services__svg {
        right: 1px;
        width: 36px;
        height: 47px;
    }
    .promo__title {
        margin-bottom: 11px;
    }
    .about__title {
        margin-bottom: 27px;
    }
    .item-about__title {
        font-size: 60px;
        line-height: 130%;
    }
    .stages__par {
        margin-bottom: 40px;
    }
}
@media (max-width: 490px) {
    .item-directions__title {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .directions__title {
        margin-bottom: 40px;
    }
    .cases__title {
        margin-bottom: 40px;
    }
    .faq__title {
        margin-bottom: 30px;
    }
    .footer__inner {
        padding: 70px 0;
    }
}
@media (max-width: 455px) {
    h1 {
        font-size: 25px;
    }
}
@media (max-width: 430px) {
    .about__title {
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    .header__callback {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .benefit__title {
        margin-bottom: 45px;
    }
    .kinds__title {
        margin-bottom: 30px;
    }
    .stages__par {
        margin-bottom: 25px;
    }
}
@media (max-width: 375px) {
    h5 {
        font-size: 16px;
    }
}
@media (max-width: 360px) {
    .section {
        margin-bottom: 80px;
    }
}
@media (max-width: 780px) and (min-width: 700px) {
    .preview button.preview__btn {
        -ms-flex-preferred-size: 183px;
        flex-basis: 183px;
        width: 183px;
        height: 42px;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
    .preview button.preview__btn:last-child {
        width: 197px;
        -ms-flex-preferred-size: 197px;
        flex-basis: 197px;
    }
    .preview button.preview__btn::before {
        width: 9px;
        height: 9px;
        top: 3px;
        left: 0;
    }
    .preview button.preview__btn:hover::before {
        -webkit-animation: transformEllipse2 0.6s linear forwards;
        animation: transformEllipse2 0.6s linear forwards;
    }
}
@media (min-width: 920px) and (max-width: 920px) {
    .item-directions__title._active-d .item-directions__arrow {
        -webkit-transform: rotate(90deg) scale(-1) translate(0, 5px);
        -ms-transform: rotate(90deg) scale(-1) translate(0, 5px);
        transform: rotate(90deg) scale(-1) translate(0, 5px);
    }
}
@media (max-width: 1000px) and (min-width: 550px) {
    .actual__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .actual__image {
        margin-bottom: 15px;
    }
    .actual__text {
        margin-left: 0;
        text-align: center;
    }
}
