﻿@charset "UTF-8";
@import url("../../../../../css2.css");
@import url("../../../../../css2-1.css");
@import url("../fonts/Shablon.ttf");
body {
    position: relative;
    margin: 0;
    box-sizing: border-box
}
body a, body a:hover {
    text-decoration: none
}
*, :after, :before {
    box-sizing: inherit
}
.container-wrapper {
    width: 1140px;
    margin: 0 auto;
    position: relative
}
@media (max-width:1139px) {
    .container-wrapper {
        width: 100%
    }
}
:focus {
    outline: none
}
.modal-wrapper.open {
    opacity: 1;
    visibility: visible
}
.modal-wrapper.open .modal-block {
    top: 10%
}
.modal-wrapper {
    background: rgba(0, 0, 0, .51);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 120000;
    font-family: Roboto, sans-serif;
    transition: all .5s ease
}
#popup__form {
    position: absolute;
    left: 50%;
    margin-top: 170px;
    margin-left: -157.5px;
    width: 315px;
    height: 190px;
    text-align: center;
    color: #373842;
    z-index: 9999999
}
#popup__form .modal-form {
    padding-top: 30px
}
#popup__form .modal-form input {
    width: 250px;
    background-color: transparent;
    border: 1px solid #bababa;
    padding: 6px 10px 6px 15px;
    font-size: 14px;
    display: block;
    margin: 0 auto 15px;
    color: #717177;
    font-style: italic
}
#popup__form .modal-form .submit {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 12px 0;
    background-color: #d75920;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all .5s
}
#popup__form .modal-form .submit:hover {
    cursor: pointer;
    transform: scale(.95)
}
#thank {
    position: fixed;
    left: 50%;
    margin-top: 170px;
    margin-left: -157.5px;
    z-index: 3;
    width: 315px;
    color: #fff;
    text-align: center;
    height: 123px;
    border: 1px solid #fff;
    background-color: #d75920
}
#thank .block-messages {
    font-size: 14px;
    font-style: italic;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}
.modal-block {
    visibility: hidden;
    position: relative;
    margin: 5% auto;
    font-family: Roboto, sans-serif;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .5s ease;
    top: -500px
}
.close__modal {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 4;
    font-size: 19px;
    transition: all .5s
}
.close__modal:before {
    content: ""
}
.close__modal:hover {
    cursor: pointer
}
.close-modal:hover {
    cursor: pointer;
    color: #455458
}
body {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    background: linear-gradient(270.42deg, #27282a 1.6%, #303032 67.85%, #2f2f31 105.35%)
}
@media (max-width:1200px) {
    body {
        font-size: 14px;
        line-height: 17px
    }
}
a {
    color: #fff;
    text-decoration: none
}
p {
    margin: 0
}
li {
    list-style-type: none
}
ul {
    margin: 0;
    padding: 0
}
.btn-default {
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    text-align: center;
    background: #5d3042;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 100%;
    transition: all .3s ease-in-out
}
.btn-default:hover {
    background: #754156
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    opacity: .2;
    cursor: pointer;
    transition: all .3s ease-in-out
}
.close-btn:after, .close-btn:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%
}
.close-btn:before {
    transform: rotate(-45deg)
}
.close-btn:after {
    transform: rotate(45deg)
}
.close-btn:hover {
    opacity: 1
}
.title-default {
    font-family: Cormorant;
    font-weight: 400;
    font-size: 50px;
    width: 100%;
    white-space: nowrap;
    line-height: 61px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
.title-default:after {
    content: "";
    right: 0;
    margin-left: 50px;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: .3
}
.title-default1 {
    font-family: Cormorant;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 50px;
    width: 100%;
    white-space: nowrap;
    line-height: 61px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}
.title-default1:after {
    content: "";
    right: 0;
    margin-left: 50px;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: .3
}
@media (max-width:425px) {
    .title-default1:after {
        margin-left: 20px
    }
}
@media (max-width:425px) {
    .title-default1 {
        font-size: 30px;
        line-height: 36px
    }
}
@media (max-width:425px) {
    .title-default:after {
        margin-left: 20px
    }
}
@media (max-width:425px) {
    .title-default {
        font-size: 30px;
        line-height: 36px
    }
}
.title-tariffs {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    position: relative;
    padding-top: 73px
}
.title-tariffs:before {
    content: "";
    position: absolute;
    color: #fff;
    top: 0;
    font-size: 25px;
    left: 50%;
    margin-left: -25.5px;
    transition: all .3s ease-in-out
}
.form-default {
    display: -ms-flexbox;
    display: flex
}
@media (max-width:992px) {
    .form-default {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.form-default input {
    max-width: 325px;
    width: 100%;
    background: transparent;
    outline: none;
    border: 1px solid #fff;
    padding: 18px 25px;
    margin-right: 10px;
    color: #fff
}
@media (max-width:1200px) {
    .form-default input {
        padding: 15px
    }
}
@media (max-width:992px) {
    .form-default input {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}
.form-default input::-webkit-input-placeholder {
    color: #fff
}
.form-default input::-moz-placeholder {
    color: #fff
}
.form-default input:-ms-input-placeholder, .form-default input::-ms-input-placeholder {
    color: #fff
}
.form-default input::placeholder {
    color: #fff
}
.form-default button {
    margin-left: 10px;
    max-width: 290px;
    width: 100%;
    outline: none
}
@media (max-width:992px) {
    .form-default button {
        max-width: 100%;
        margin-left: 0
    }
}
.wrapper {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 15px
}
@media (max-width:1470px) {
    .wrapper {
        max-width: 1200px
    }
}
@media (max-width:1200px) {
    .wrapper {
        max-width: 970px
    }
}
@media (max-width:992px) {
    .wrapper {
        max-width: 750px
    }
}
@media (max-width:767px) {
    .wrapper {
        max-width: none
    }
}
@media (max-width:425px) {
    .wrapper {
        padding: 0 10px
    }
}
.overlay-background {
    background: linear-gradient(180deg, rgba(52, 50, 55, .9), rgba(52, 50, 55, .5) 38.64%, rgba(52, 50, 55, .583333) 79.9%, rgba(52, 50, 55, 0)), url(../img/bg.png) no-repeat 50%;
    background-size: cover;
    position: relative
}
@media (max-width:425px) {
    .overlay-background {
        background: linear-gradient(180deg, rgba(52, 50, 55, .9), rgba(52, 50, 55, .5) 38.64%, rgba(52, 50, 55, .583333) 79.9%, rgba(52, 50, 55, 0)), url(../img/bg-mobile.png) no-repeat;
        background-size: contain
    }
}
.header {
    position: relative
}
.header:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: .3
}
.header__wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width:1200px) {
    .header__wrapper {
        font-size: 14px
    }
}
@media (max-width:992px) {
    .header__wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (max-width:992px) {
    .header__logo {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.header__logo-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.header__logo-inner img {
    display: block
}
.header__logo-text {
    max-width: 150px;
    font-weight: 300;
    margin: 0 15px 0 10px
}
@media (max-width:1200px) {
    .header__logo-text {
        margin: 0 10px
    }
}
.header__burger {
    position: relative;
    width: 25px;
    height: 20px;
    display: none;
    z-index: 3
}
.header__burger:after, .header__burger:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .3s ease-in-out
}
.header__burger:before {
    top: 0
}
.header__burger:after {
    bottom: 0
}
.header__burger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    transition: all .3s ease-in-out
}
@media (max-width:992px) {
    .header__burger {
        display: block
    }
}
.header__burger.active:before {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -2px
}
.header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -2px
}
.header__burger.active span {
    transform: scale(0)
}
.header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    font-size: 15px;
    align-items: center
}
@media (max-width:992px) {
    .header__nav {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
@media (max-width:425px) {
    .header__nav {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (max-width:992px) {
    .header__menu {
        position: absolute;
        width: 100%;
        top: -1000%;
        padding: 63px 0 21px;
        background: #5d3042;
        left: 0;
        z-index: 2;
        transition: all .3s ease-in-out
    }
    .header__menu.active {
        top: 0
    }
}
.header__list {
    display: -ms-flexbox;
    display: flex
}
@media (max-width:992px) {
    .header__list {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 15px;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 16px;
        line-height: 19px
    }
}
.header__list-item {
    margin-right: 30px;
    position: relative
}
@media (max-width:1200px) {
    .header__list-item {
        margin-right: 15px
    }
}
@media (max-width:992px) {
    .header__list-item {
        margin-right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}
.header__list-item:last-child {
    margin-right: 0
}
.header__list-item:before {
    content: "";
    width: 100%;
    bottom: -34px;
    height: 2px;
    position: absolute;
    transition: all .3s ease-in-out
}
@media (max-width:1200px) {
    .header__list-item:before {
        bottom: -35px
    }
}
@media (max-width:992px) {
    .header__list-item:before {
        display: none
    }
}
.header__list-item:hover:before {
    content: "";
    background: #fff
}
@media (max-width:992px) {
    .header__list-link {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 40px
    }
}
.header__number {
    display: block;
    margin: 10px 50px;
    padding-left: 26px;
    position: relative
}
.header__number:before {
    content: ""
}
@media (max-width:1200px) {
    .header__number {
        margin: 0 25px
    }
}
@media (max-width:425px) {
    .header__number {
        margin: 15px 0;
        font-size: 18px;
    }
}
.header__number:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9.5px
}
.header__btn {
    width: 200px
}
@media (max-width:1200px) {
    .header__btn {
        width: 150px
    }
}
@media (max-width:992px) {
    .header__btn {
        width: 200px
    }
}
.main {
    position: relative;
    overflow: hidden
}
.main:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #69696b;
    bottom: -31.5px;
    right: 0
}
.main__wrapper {
    padding-top: 65px;
    padding-bottom: 90px;
    position: relative
}
@media (max-width:1200px) {
    .main__wrapper {
        padding-top: 55px;
        padding-bottom: 60px
    }
}
@media (max-width:620px) {
    .main__wrapper {
        padding-top: 55px;
        padding-bottom: 160px;
        z-index: 1
    }
}
@media (max-width:425px) {
    .main__wrapper {
        padding-top: 35px
    }
}

.main__title {
    text-transform: uppercase;
    font-family: Shablon;
    font-weight: 700;
    font-size: 95px;
    line-height: 120.6%
}
@media (max-width:1470px) {
    .main__title {
        font-size: 75px;
        line-height: 100.6%
    }
}
@media (max-width:1200px) {
    .main__title {
        font-size: 55px;
        line-height: 80.6%
    }
}
@media (max-width:425px) {
    .main__title {
        font-size: 40px;
        line-height: 100%
    }
}
.main__title span {
    text-transform: none;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    display: block
}
@media (max-width:1470px) {
    .main__title span {
        font-size: 35px;
        line-height: 50px
    }
}
@media (max-width:1200px) {
    .main__title span {
        font-size: 25px;
        line-height: 40px
    }
}
@media (max-width:425px) {
    .main__title span {
        font-size: 24px;
        margin-top: 12.5px;
        line-height: 132.6%
    }
}
.main__advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px
}
@media (max-width:1200px) {
    .main__advantages {
        max-width: 720px;
        margin-top: 40px
    }
}
.main__advantages-item {
    margin-bottom: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width:1200px) {
    .main__advantages-item {
        margin-bottom: 40px
    }
}
@media (max-width:425px) {
    .main__advantages-item {
        margin-bottom: 25px
    }
}
.main__advantages-img {
    max-width: 47px;
    width: 100%;
    height: 47px
}
.main__advantages-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}
.main__advantages-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    max-width: 320px;
    margin: 0 30px
}
@media (max-width:1200px) {
    .main__advantages-description {
        font-size: 16px;
        line-height: 19px;
        margin: 0 20px;
        max-width: 280px
    }
}
@media (max-width:425px) {
    .main__advantages-description {
        margin: 0 0 0 20px
    }
}
.main__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    margin: 25px 0
}
@media (max-width:1200px) {
    .main__description {
        font-size: 18px;
        line-height: 21px;
        margin: 15px 0
    }
}
@media (max-width:425px) {
    .main__description {
        margin: 15px 0;
        text-align: center
    }
}
.main__btn {
    max-width: 265px
}
@media (max-width:425px) {
    .main__btn {
        margin: 0 auto
    }
}
.main__bg {
    position: absolute;
    right: -200px;
    bottom: 0
}
@media (max-width:1470px) {
    .main__bg {
        right: -100px
    }
}
@media (max-width:1200px) {
    .main__bg {
        right: -50px
    }
}
@media (max-width:620px) {
    .main__bg {
        z-index: -1
    }
}
@media (max-width:425px) {
    .main__bg {
        bottom: 12px
    }
}
.main__bg img {
    display: block
}
@media (max-width:1470px) {
    .main__bg img {
        width: 593px
    }
}
@media (max-width:1200px) {
    .main__bg img {
        width: 493px;
        width: 273px
    }
}
.tariffs__wrapper {
    padding-bottom: 55px
}
@media (max-width:620px) {
    .tariffs__wrapper {
        padding-bottom: 35px
    }
}
.tariffs__title {
    margin-top: -30px
}
.tariffs__cards {
    padding: 55px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -18.75px
}
@media (max-width:1470px) {
    .tariffs__cards {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: -22.5px
    }
}
@media (max-width:1200px) {
    .tariffs__cards {
        margin: -15px
    }
}
@media (max-width:425px) {
    .tariffs__cards {
        padding: 35px 0;
        margin: -5px
    }
}
.tariffs__form {
    border: 1px solid #fff;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    min-height: 365px;
    position: relative;
    padding: 70px 50px 60px 430px
}
.tariffs__form:before {
    content: "";
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px
}
@media (max-width:1470px) {
    .tariffs__form {
        padding: 70px 50px 60px 300px
    }
}
@media (max-width:1200px) {
    .tariffs__form {
        padding: 40px 20px 30px 300px;
        min-height: auto
    }
}
@media (max-width:620px) {
    .tariffs__form {
        padding: 40px 17px 250px
    }
}
.tariffs__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}
.tariffs__left-img {
    position: absolute;
    left: 0;
    bottom: 0
}
@media (max-width:620px) {
    .tariffs__left-img {
        left: 50%;
        margin-left: -150px
    }
}
.tariffs__left-img img {
    display: block
}
@media (max-width:1470px) {
    .tariffs__left-img img {
        width: 300px
    }
}
.tariffs__right-title {
    line-height: 40px
}
@media (max-width:1470px) {
    .tariffs__right-title {
        line-height: 30px
    }
}
@media (max-width:1200px) {
    .tariffs__right-title {
        line-height: 20px
    }
}
.tariffs__right-title span {
    font-family: Cormorant;
    font-weight: 700
}
.tariffs__right-title span:first-child {
    font-size: 200px
}
@media (max-width:1470px) {
    .tariffs__right-title span:first-child {
        font-size: 150px
    }
}
@media (max-width:1200px) {
    .tariffs__right-title span:first-child {
        font-size: 100px
    }
}
.tariffs__right-title span:nth-child(2) {
    font-size: 150px;
    margin-left: 20px
}
@media (max-width:1470px) {
    .tariffs__right-title span:nth-child(2) {
        font-size: 100px;
        margin-left: 15px
    }
}
@media (max-width:1200px) {
    .tariffs__right-title span:nth-child(2) {
        font-size: 80px;
        line-height: 97px;
        margin-left: 10px
    }
}
@media (max-width:425px) {
    .tariffs__right-title span:nth-child(2) {
        line-height: 0
    }
    .tariffs__right-description {
        font-size: 22px !important;
    }
}
.tariffs__right-title span:last-child {
    font-weight: 400;
    font-size: 40px;
    margin-left: 35px
}
@media (max-width:1470px) {
    .tariffs__right-title span:last-child {
        font-size: 30px;
        margin-left: 25px
    }
}
@media (max-width:1200px) {
    .tariffs__right-title span:last-child {
        font-size: 20px;
        margin-left: 15px
    }
}
@media (max-width:768px) {
    .tariffs__right-title span:last-child {
        margin-left: 0;
        display: block
    }
}
@media (max-width:620px) {
    .tariffs__right-title span:last-child {
        font-size: 24px;
        line-height: 29px
    }
}
.tariffs__right-description {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;
    padding: 15px 0 20px
}
@media (max-width:1470px) {
    .tariffs__right-description {
        font-size: 45px;
        line-height: 58px
    }
}
@media (max-width:1200px) {
    .tariffs__right-description {
        font-size: 30px;
        line-height: 43px
    }
}
@media (max-width:620px) {
    .tariffs__right-description {
        font-size: 35px;
        line-height: 48px
    }
}
.tariffs-card {
    display: block;
    max-width: 455px;
    width: 100%;
    padding: 40px 20px 55px;
    border: 1px solid #fff;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 18.75px
}
@media (max-width:1470px) {
    .tariffs-card {
        max-width: 355px;
        margin: 22.5px
    }
}
@media (max-width:1200px) {
    .tariffs-card {
        max-width: 455px;
        margin: 15px
    }
}
@media (max-width:425px) {
    .tariffs-card {
        margin: 5px
    }
}
.tariffs-card:hover {
    background: #5d3042
}
.tariffs-card:hover .tariffs-card__title:before {
    filter: brightness(.5)
}
.tariffs-card:hover .tariffs-card__content {
    transform: translateY(-10px)
}
.tariffs-card__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease-in-out
}
.tariffs-card__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 10px 0 35px
}
.tariffs-card__more {
    display: block;
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
.services__wrapper {
    padding-bottom: 80px
}
@media (max-width:425px) {
    .services__wrapper {
        padding-bottom: 35px
    }
}
.services__list {
    margin-top: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width:425px) {
    .services__list {
        margin-top: 35px
    }
}
.services__list-item {
    max-width: 32%;
    width: 100%;
    border: 1px solid hsla(0, 0%, 100%, .3);
    padding: 21.5px 20px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.services__list-item:hover {
    background: #5d3042
}
@media (max-width:992px) {
    .services__list-item {
        max-width: 49%
    }
}
@media (max-width:768px) {
    .services__list-item {
        max-width: 100%
    }
}
@media (max-width:425px) {
    .services__list-item {
        padding: 15px 10px;
        min-height: 70px
    }
}
.services__list-btn {
    max-width: 25px;
    width: 100%;
    height: 25px;
    border: 1px solid #fff;
    position: relative;
    margin-left: 20px
}
.services__list-btn:after, .services__list-btn:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -4px
}
.services__list-btn:before {
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg)
}
.services__list-btn:after {
    bottom: 50%;
    margin-bottom: -4px;
    transform: rotate(-45deg)
}
.services__list-title {
    font-size: 18px;
    transition: all .3s ease-in-out;
    line-height: 21px;
    position: relative;
    padding-left: 15px
}
@media (max-width:425px) {
    .services__list-title {
        font-size: 16px;
        line-height: 19px
    }
}
.services__list-title:before {
    content: "•";
    position: absolute;
    left: 0
}
.order {
    background: #5d3042
}
.order__wrapper {
    padding-top: 95px;
    padding-bottom: 35px
}
.order__wrapper1 {
    padding-top: 35px;
    padding-bottom: 35px
}
@media (max-width:425px) {
    .order__wrapper {
        padding-top: 35px;
        padding-bottom: 35px
    }
    .order__wrapper1 {
        padding-top: 35px;
        padding-bottom: 35px
    }
}
.order__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px
}
@media (max-width:1470px) {
    .order__items {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}
@media (max-width:992px) {
    .order__items {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
@media (max-width:768px) {
    .order__items {
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media (max-width:425px) {
    .order__items {
        margin: -10px
    }
}
.order__item {
    background: #5d3042;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    max-width: 330px;
    width: 100%;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 20px
}
.order__item1 {
    background: #5d3042;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    max-width: 330px;
    width: 100%;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 20px
}

@media (max-width:425px) {
    .order__item {
        margin: 10px;
        max-width: none
    }
    .order__item1 {
        margin: 10px;
        max-width: 160px
    }
}
.order__item:hover .order__item-img {
    width: 125%
}
.order__item1:hover .order__item-img {
    width: 125%
}
.order__item-img {
    width: 100%;
    height: 225px;
    transition: all .3s ease
}
.order__item-img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.order__item-img1 {
    width: 100%;
    transition: all .3s ease
}
.order__item-img1 img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.order__item-content {
    padding: 35px 10px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.order__item-title {
    font-size: 20px;
    line-height: 23px;
    text-align: center
}
.order__item-title span {
    display: block;
    padding: 10px 0 20px;
    font-size: 25px;
    line-height: 29px;
    font-weight: 700
}
.order__item-btn, .order__item a {
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}
.order__item-btn1 {
    text-align: center;
    -webkit-text-decoration-line: underline;
    margin-top: 7px;
    text-decoration-line: underline
}
.order__item a {
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    display: block
}
.about__wrapper {
    padding-top: 45px;
    padding-bottom: 30px
}
@media (max-width:425px) {
    .about__wrapper {
        padding-top: 35px;
        padding-bottom: 35px
    }
}
.about__content {
    margin-top: 40px
}
@media (max-width:425px) {
    .about__content {
        margin-top: 35px
    }
}
.about__content p {
    margin-bottom: 15px
}
.about__content p:last-child {
    margin-bottom: 0
}
.about__content-desc {
    margin-top: 20px
}
.about__content-desc:after {
    content: "";
    display: table;
    clear: both
}
.about__content-img {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 490px;
    height: 260px;
    border: 1px solid #fff
}
@media (max-width:992px) {
    .about__content-img {
        float: none;
        margin: 0 auto 20px
    }
}
.about__content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.feedback__wrapper {
    position: relative
}
.feedback__title:after {
    margin-right: 90px
}
@media (max-width:425px) {
    .feedback__title:after {
        margin-right: 60px
    }
}
.feedback__items {
    padding: 10px 0 60px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px -20px;
    position: unset !important
}
.feedback__item, .feedback__items {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start;
    align-items: flex-start
}
.feedback__item {
    width: 48.5%;
    min-height: 230px;
    padding: 30px 40px 35px 30px;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    margin: 10px 20px
}
@media (max-width:620px) {
    .feedback__item {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (max-width:425px) {
    .feedback__item {
        padding: 20px 10px
    }
}
.feedback__item-avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 40px 20px
}
@media (max-width:425px) {
    .feedback__item-avatar {
        padding: 15px 10px
    }
}
.feedback__item-img {
    width: 85px;
    height: 85px
}
@media (max-width:425px) {
    .feedback__item-img {
        width: 35px;
        height: 35px
    }
}
.feedback__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.feedback__item-info {
    display: -ms-flexbox;
    display: flex
}
.feedback__item-desc {
    margin-left: 25px
}
@media (max-width:620px) {
    .feedback__item-desc {
        margin-left: 0;
        margin-top: 25px
    }
}
@media (max-width:425px) {
    .feedback__item-desc {
        margin-top: 15px
    }
}
.feedback__item-top {
    display: -ms-flexbox;
    display: flex
}
@media (max-width:620px) {
    .feedback__item-top {
        display: none
    }
}
.feedback__item-top--mob {
    display: none
}
@media (max-width:620px) {
    .feedback__item-top--mob {
        display: block !important;
        margin-left: 25px
    }
}
@media (max-width:425px) {
    .feedback__item-top--mob {
        margin-left: 15px
    }
}
.feedback__item-date, .feedback__item-name {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    opacity: .5
}
.feedback__item-name {
    margin-right: 20px
}
@media (max-width:620px) {
    .feedback__item-name {
        margin-right: 0;
        margin-bottom: 15px
    }
}
.feedback__item-bottom {
    margin-top: 10px
}
@media (max-width:620px) {
    .feedback__item-bottom {
        margin-top: 0
    }
}
.feedback__item-text {
    font-size: 14px;
    line-height: 16px;
    color: #fff
}
.feedback__arrow-next, .feedback__arrow-prev {
    max-width: 45px;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 19px;
    cursor: pointer;
    color: #fff
}
.feedback__arrow-next:before, .feedback__arrow-prev:before {
    content: ""
}
.feedback__arrow-next:hover, .feedback__arrow-prev:hover {
    color: gray
}
.feedback__arrow-next:before, .feedback__arrow-prev:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    transition: all .3s ease-in-out
}
@media (max-width:425px) {
    .feedback__arrow-next, .feedback__arrow-prev {
        top: 5.5px;
        max-width: none;
        width: auto
    }
}
.feedback__arrow-prev {
    right: 65px
}
@media (max-width:425px) {
    .feedback__arrow-prev {
        right: 35px
    }
}
.feedback__arrow-next {
    right: 15px
}
.feedback__arrow-next:before {
    transform: rotate(180deg)
}
.question__content {
    padding: 35px 50px 55px;
    border: 1px solid #fff;
    width: 100%;
    min-height: 330px;
    position: relative
}
@media (max-width:1200px) {
    .question__content {
        padding: 40px 200px 40px 20px;
        min-height: auto
    }
}
@media (max-width:620px) {
    .question__content {
        padding: 20px 10px 185px;
        min-height: auto
    }
}
.question__title-main {
    font-family: Cormorant;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px
}
@media (max-width:1470px) {
    .question__title-main {
        font-size: 45px;
        line-height: 56px
    }
}
@media (max-width:1200px) {
    .question__title-main {
        font-size: 30px;
        line-height: 41px
    }
}
@media (max-width:620px) {
    .question__title-main {
        font-size: 23px;
        line-height: 28px
    }
}
.question__title-span {
    margin-top: 5px;
    font-family: Cormorant;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px
}
@media (max-width:1470px) {
    .question__title-span {
        font-size: 30px;
        line-height: 37px
    }
}
@media (max-width:1200px) {
    .question__title-span {
        font-size: 20px;
        line-height: 27px
    }
}
@media (max-width:620px) {
    .question__title-span {
        line-height: 24px
    }
}
.question__desc {
    font-family: Cormorant;
    font-size: 25px;
    line-height: 30px;
    padding: 30px 0
}
.question__desc a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    margin-left: 10px
}
@media (max-width:1200px) {
    .question__desc a {
        font-size: 25px;
        line-height: 30px
    }
}
@media (max-width:992px) {
    .question__desc a {
        display: block;
        margin-left: 0;
        margin-top: 10px
    }
}
@media (max-width:1200px) {
    .question__desc {
        font-size: 18px;
        line-height: 23px;
        padding: 15px 0
    }
}
.question__img {
    position: absolute;
    right: 0;
    bottom: 0
}
.question__img img {
    display: block
}
@media (max-width:1470px) {
    .question__img img {
        width: 180px
    }
}
@media (max-width:620px) {
    .question__img img {
        width: 280px
    }
}
.contacts__cards {
    padding: 70px 0 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: -18.75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (max-width:1470px) {
    .contacts__cards {
        margin: -22.5px
    }
}
@media (max-width:1200px) {
    .contacts__cards {
        margin: -15px
    }
}
@media (max-width:425px) {
    .contacts__cards {
        margin: -5px;
        padding: 45px 0
    }
}
.contacts__card {
    max-width: 455px;
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 55px 20px;
    margin: 18.75px;
    z-index: 1
}
@media (max-width:1470px) {
    .contacts__card {
        margin: 22.5px;
        max-width: 355px
    }
}
@media (max-width:1200px) {
    .contacts__card {
        margin: 15px;
        max-width: 455px
    }
}
@media (max-width:425px) {
    .contacts__card {
        margin: 5px
    }
}
.contacts__card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #5d3042
}
.contacts__card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .1
}
.contacts__card-ico {
    margin-bottom: 25px;
    width: 40px;
    height: 40px
}
.contacts__card-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.contacts__card-title {
    margin-bottom: 10px
}
.contacts__card-desc {
    display: block;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}
.footer {
    background: #202022
}
.footer__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}
@media (max-width:425px) {
    .footer__wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.footer__logo img {
    width: 100%;
    height: 100%;
    display: block
}
.footer__text {
    font-size: 12px;
    line-height: 14px;
    color: hsla(0, 0%, 100%, .7);
    max-width: 405px;
    margin-left: 15px
}
@media (max-width:425px) {
    .footer__text {
        margin-left: 0;
        text-align: center;
        margin-top: 5px
    }
}
.footer__img {
    position: absolute;
    bottom: 20px;
    right: -20px;
    max-width: 165px
}
.footer__img img {
    width: 100%;
    object-fit: cover;
    display: block
}
@media (max-width:1200px) {
    .footer__img {
        max-width: 110px
    }
}
@media (max-width:768px) {
    .footer__img {
        max-width: 80px;
        bottom: 50px;
        right: 15px
    }
}
@media (max-width:425px) {
    .footer__img {
        bottom: 105px;
        right: 15px
    }
}
div[id^=tariffs-popup-] {
    max-width: 455px;
    background: #5d3042;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    padding: 40px 40px 55px
}
@media (max-width:1470px) {
    div[id^=tariffs-popup-] {
        padding: 40px 40px 45px
    }
}
@media (max-width:425px) {
    div[id^=tariffs-popup-] {
        padding: 40px 10px 20px
    }
}
.tariffs-popup__title {
    text-align: center
}
.tariffs-popup__list {
    margin-top: 35px;
    font-size: 18px;
    line-height: 21px;
    padding-left: 20px
}
@media (max-width:1470px) {
    .tariffs-popup__list {
        margin-top: 25px;
        font-size: 16px;
        line-height: 19px;
        padding-left: 18px
    }
}
@media (max-width:425px) {
    .tariffs-popup__list {
        font-size: 14px;
        line-height: 16px
    }
}
.tariffs-popup__list-item {
    list-style-type: disc;
    margin-bottom: 15px
}
@media (max-width:1470px) {
    .tariffs-popup__list-item {
        margin-bottom: 10px
    }
}
.tariffs-popup__list-item:last-child {
    margin-bottom: 0
}
.tariffs-popup__price {
    margin: 30px 0;
    text-align: center;
    font-size: 25px;
    line-height: 29px
}
@media (max-width:1470px) {
    .tariffs-popup__price {
        font-size: 20px;
        line-height: 24px
    }
}
.tariffs-popup__price span {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    margin-left: 15px
}
@media (max-width:1470px) {
    .tariffs-popup__price span {
        font-size: 20px;
        line-height: 24px;
        margin-left: 10px
    }
}
.tariffs-popup__btn {
    text-transform: uppercase;
    padding: 20px
}
.tariffs-popup__content, .tariffs-popup__title {
    transform: translateY(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .4s
}
.fancybox-slide--current .tariffs-popup, .fancybox-slide--current .tariffs-popup__content, .fancybox-slide--current .tariffs-popup__title {
    transform: translateY(0);
    opacity: 1
}
.fancybox-slide--current .tariffs-popup__title {
    transition-delay: .1s
}
.fancybox-slide--current .tariffs-popup__content {
    transition-delay: .3s
}
div[id^=services-popup-] {
    max-width: 1295px;
    background: #5d3042;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    padding: 45px 75px 60px 45px
}
@media (max-width:1470px) {
    div[id^=services-popup-] {
        max-width: 845px;
        padding: 45px 40px
    }
}
@media (max-width:768px) {
    div[id^=services-popup-] {
        padding: 50px 10px 20px
    }
}
.services-popup__wrapper {
    display: -ms-flexbox;
    display: flex
}
@media (max-width:768px) {
    .services-popup__wrapper {
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.services-popup__img {
    max-width: 375px;
    height: 360px;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}
@media (max-width:1470px) {
    .services-popup__img {
        height: 300px
    }
}
@media (max-width:768px) {
    .services-popup__img {
        margin: 0 auto
    }
}
@media (max-width:425px) {
    .services-popup__img {
        max-width: none;
        height: 200px
    }
}
.services-popup__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}
.services-popup__content {
    margin-left: 45px
}
@media (max-width:1470px) {
    .services-popup__content {
        margin-left: 40px
    }
}
@media (max-width:768px) {
    .services-popup__content {
        margin-left: 0;
        margin-top: 20px
    }
}
.services-popup__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}
@media (max-width:425px) {
    .services-popup__title {
        font-size: 18px;
        line-height: 21px
    }
}
.services-popup__desc {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0 25px
}
@media (max-width:425px) {
    .services-popup__desc {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0 20px
    }
}
.services-popup__btn {
    max-width: 280px;
    text-transform: uppercase;
    padding: 20px
}
@media (max-width:768px) {
    .services-popup__btn {
        margin: 0 auto
    }
}
.services-popup__content, .services-popup__img {
    transform: translateY(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .4s
}
.fancybox-slide--current .services-popup, .fancybox-slide--current .services-popup__content, .fancybox-slide--current .services-popup__img {
    transform: translateY(0);
    opacity: 1
}
.fancybox-slide--current .services-popup__img {
    transition-delay: .1s
}
.fancybox-slide--current .services-popup__content {
    transition-delay: .3s
}
#feedback-popup {
    max-width: 455px;
    background: #5d3042;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .25);
    padding: 50px
}
@media (max-width:1470px) {
    #feedback-popup {
        padding: 40px
    }
}
@media (max-width:425px) {
    #feedback-popup {
        padding: 40px 10px 20px
    }
}
.feedback-popup__title {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    padding-top: 65px
}
@media (max-width:425px) {
    .feedback-popup__title {
        font-size: 26px;
        line-height: 30px
    }
}
.feedback-popup__title span {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 23px;
    text-align: center
}
@media (max-width:425px) {
    .feedback-popup__title span {
        font-size: 16px;
        line-height: 19px
    }
}
.feedback-popup__form {
    -ms-flex-direction: column;
    flex-direction: column
}
.feedback-popup__form input {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 16.5px 25px
}
.feedback-popup__form button {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 21.5px
}
.feedback-popup__form, .feedback-popup__title {
    transform: translateY(-50px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .4s
}
.fancybox-slide--current .feedback-popup, .fancybox-slide--current .feedback-popup__form, .fancybox-slide--current .feedback-popup__title {
    transform: translateY(0);
    opacity: 1
}
.fancybox-slide--current .feedback-popup__title {
    transition-delay: .1s
}
.fancybox-slide--current .feedback-popup__form {
    transition-delay: .3s
}
@media (max-height:425px) {
    .fancybox-slide {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}
::-webkit-input-placeholder {
    color: #717177
}
:-moz-placeholder, ::-moz-placeholder {
    color: #717177
}
:-ms-input-placeholder {
    color: #717177
}
@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons-1.eot) format("embedded-opentype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
.close__modal:before, .feedback__arrow-next:before, .feedback__arrow-prev:before, .header__number:before, .icon-arrow:before, .icon-icon:before, .icon-phone:before, .link-icon-arrow>a:before, .link-icon-icon>a:before, .link-icon-phone>a:before, .tariffs__form:before, .title-tariffs:before {
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}
.icon-arrow:before {
    content: ""
}
.icon-icon:before {
    content: ""
}
.icon-phone:before {
    content: ""
}
.link-icon-arrow>a:before {
    content: ""
}
.link-icon-icon>a:before {
    content: ""
}
.link-icon-phone>a:before {
    content: ""
}
/*# sourceMappingURL=style.min.css.map */