@font-face {
    font-family: 'ALS Rubl';
    src: url(../fonts/ALSRubl.eot);
    src: url(../fonts/ALSRubl.eot?#iefix) format("embedded-opentype"), url(../fonts/ALSRubl.woff2) format("woff2"), url(../fonts/ALSRubl.woff) format("woff"), url(../fonts/ALSRubl.ttf) format("truetype"), url(../fonts/ALSRubl.svg#ALSRubl) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat-Regular.svg#Montserrat-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype"), url(../fonts/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: 1140px;
    position: relative
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #252525;
    position: relative;
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent
}

.btn,
div,
footer,
section {
    box-sizing: border-box
}

a {
    color: #fff;
    transition: .1s linear;
    text-decoration: none
}

a:focus,
input:focus,
input:hover {
    outline: 0
}

p {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 10px
}

input {
    display: block;
    height: 57px;
    background: #fff;
    border: 2px solid #eee;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 400;
    padding: 0 15px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .01em;
    color: #000;
    box-sizing: border-box;
    transition: .1s linear
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    padding: 0
}

button {
    border: none;
    outline: 0;
    cursor: pointer;
    transition: .1s linear
}

.title {
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: .01em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 70px
}

.desc {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 15px
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.wrapper {
    position: relative
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#hamburger-icon .line {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.btn {
    display: block;
    background: #00536d;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .01em;
    color: #fff;
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn:hover {
    background: #488ba0;
    color: #fff
}

.header {
    padding: 27px 0
}

.header .btn {
    max-width: 160px;
    width: 100%;
    padding: 8px 0 9px
}

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 99
}

.header select {
    display: none
}

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

.cities {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 0 40px
}

.cities span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #272727
}

.cities::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../img/gps.svg)
}

.top-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.top-menu li {
    margin-right: 50px
}

.top-menu li:last-child {
    margin-right: 0
}

.top-menu a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .02em;
    color: #404040
}

.phone {
    padding: 0 0 0 36px;
    margin: 0 0 0 50px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    color: #282828
}

.phone::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/phone.svg)
}

.header.fixed .btn,
.header.fixed .cities {
    display: none
}

.header.fixed .top-menu li {
    margin-right: 80px
}

.header.fixed .phone {
    margin: 0 12px 0 0
}

.header.fixed .phone::before {
    content: none
}

.header.fixed .top-menu {
    margin: 0 auto 0 83px
}

.top-wrap {
    padding: 101px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 155px
}

.top-wrap .title {
    text-align: left;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #282828;
    margin-bottom: 65px
}

.top-wrap .title b {
    font-weight: 700;
    color: #00536d
}

.top-wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 110px
}

.top-wrap-box__left {
    width: 57.298%
}

.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: -2px
}

.subtitle b {
    font-weight: 700
}

.btn-submit {
    display: block;
    outline: 0;
    border: none;
    cursor: pointer;
    background: #00536d;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding: 16px 0;
    color: #fff;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.btn-submit:hover {
    background: #488ba0
}

.btn-submit:focus {
    outline: 0
}

.form-top {
    padding: 40px 39px 40px 40px;
    background: #fff;
    border-radius: 6px
}

.form-top span {
    max-width: 276px;
    width: 100%
}

.form-top input {
    width: 100%
}

.form-top .btn-submit {
    max-width: 260px;
    width: 100%
}

.form-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 25px
}

.form-title b {
    display: block;
    margin-top: 7px;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #00536d
}

.agree {
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .0045em;
    color: #b5b5b5
}

.form-top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px
}

.top-wrap-box__right {
    padding: 43px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 42.702%
}

.exs {
    position: relative;
    bottom: -25px;
    display: flex;
    justify-content: center;
    max-width: 823px;
    width: 100%;
    margin: 0 auto 130px;
    background: #fff;
    box-shadow: 0 4px 35px rgba(61, 70, 88, .09);
    border-radius: 6px
}

.exs-item {
    position: relative;
    width: 33.33%;
    text-align: center;
    padding: 27px 0 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.exs-item::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #ccdde2;
    width: 1px;
    height: 80px
}

.exs-item:last-child::after {
    content: none
}

.exs-item--img {
    position: relative;
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #f2f5f9;
    box-sizing: border-box
}

.exs-item--img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -o-object-position: center;
    object-position: center
}

.exs-item--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #282828
}

.price {
    background: #f9fafc;
    padding: 90px 0
}

.price-item {
    padding: 30px 22px;
    background: #fff;
    box-shadow: 0 4px 35px rgba(61, 70, 88, .09);
    border-radius: 6px;
    margin-bottom: 30px
}

.price-item b {
    display: block;
    padding-left: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 30px
}

.price-item-table {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.price-item-table-row {
    display: table-row
}

.price-item-table-row:nth-child(odd) {
    background: #f2f5f9
}

.price-item-table-cell {
    display: table-cell;
    padding: 10px 0
}

.price-item-table-cell:first-child {
    padding-left: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px
}

.price-item-table-cell:last-child {
    padding-right: 8px;
    font-weight: 700;
    padding-left: 8px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    text-align: right;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0
}

.price-item .btn {
    max-width: 213px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding: 11px 0 10px;
    margin-left: 8px;
    background: #488ba0
}

.price-item .btn:hover {
    background: #00536d
}

.form-sale-wrap {
    padding: 130px 0
}

.form-sale-box {
    position: relative;
    border: 10px solid #fff;
    box-sizing: border-box;
    filter: drop-shadow(0 4px 35px rgba(61, 70, 88, .09));
    border-radius: 6px;
    z-index: 5;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.form-sale-box::after {
    content: '';
    display: block;
    position: absolute;
    right: -16.35%;
    top: -49.5%;
    width: 660px;
    height: 660px;
    background: #00536d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1
}

.form-sale-box__left {
    width: 46%;
    padding: 85px 0 0 70px
}

.form-sale-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 42px
}

.form-sale-subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #282828
}

.form-sale-subtitle b {
    background: #00536d;
    border-radius: 7px;
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 17px 8px 9px
}

.form-sale-box__right {
    position: relative;
    width: 33.3%;
    padding: 88px 0 59px
}

.form-sale-box__right::after {
    content: '';
    display: block;
    position: absolute;
    left: -50%;
    top: 56%;
    width: 120px;
    height: 120px;
    background-color: #f2f5f9;
    background-image: url(../img/gift.webp);
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.form-sale span {
    display: block;
    max-width: 285px;
    width: 100%;
    margin-bottom: 20px
}

.form-sale input {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid #eee;
    box-sizing: border-box;
    border-radius: 6px
}

.form-sale button {
    display: block;
    max-width: 285px;
    width: 100%;
    background: #ebf0ff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    padding: 16px 0;
    color: #282828;
    cursor: pointer;
    outline: 0;
    border: none
}

.form-sale button:hover {
    color: #00536d
}

.form-sale .agree {
    max-width: 290px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .0045em;
    color: #fdfdfd;
    margin: 11px 0 0
}

.advantages {
    padding: 0 0 130px
}

.advantage-circle-outer {
    position: relative;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: 100px solid #f2f5f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.advantage-circle-inner {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin: 25px;
    border: 3px solid #f2f5f9;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.advantage-item--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .01em;
    color: #000;
    padding: 0 52px
}

.advantage-item--img {
    margin-bottom: 5px
}

.advantage-item--img img {
    margin: 0 auto;
    min-height: 198px;
    max-height: 208px
}

.advantage-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 46px 0 88px
}

.advantage-button {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #282828;
    text-align: left;
    padding: 36px 30px 36px 120px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.advantage-button:first-child {
    top: -21px;
    right: 0;
    transform: translateX(521px);
    -webkit-transform: translateX(521px);
    -moz-transform: translateX(521px);
    -ms-transform: translateX(521px);
    -o-transform: translateX(521px)
}

.advantage-button:nth-child(2) {
    top: 37.5%;
    right: 0;
    transform: translateX(549px);
    -webkit-transform: translateX(549px);
    -moz-transform: translateX(549px);
    -ms-transform: translateX(549px);
    -o-transform: translateX(549px)
}

.advantage-button:last-child {
    bottom: -9px;
    right: 0;
    transform: translateX(423px);
    -webkit-transform: translateX(423px);
    -moz-transform: translateX(423px);
    -ms-transform: translateX(423px);
    -o-transform: translateX(423px)
}

.advantage-button::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #00536d;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.advantage-button:first-child:before {
    background-image: url(../img/advantage-ico1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 57%
}

.advantage-button:nth-child(2):before {
    background-image: url(../img/advantage-ico2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48%
}

.advantage-button:last-child:before {
    background-image: url(../img/advantage-ico3.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 52%
}

.advantage-button:hover {
    background: #00536d;
    color: #fff
}

.advantage-button::after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 55px;
    background: url(../img/arr-ex.webp) center no-repeat;
    opacity: 0;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.advantage-button:first-child:after {
    top: 80px;
    left: -57px;
    transform: rotate(-72deg);
    -webkit-transform: rotate(-72deg);
    -moz-transform: rotate(-72deg);
    -ms-transform: rotate(-72deg);
    -o-transform: rotate(-72deg)
}

.advantage-button:nth-child(2):after {
    top: 23px;
    left: -77px;
    transform: rotate(-31deg);
    -webkit-transform: rotate(-31deg);
    -moz-transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    -o-transform: rotate(-31deg)
}

.advantage-button:last-child:after {
    top: -26px;
    left: -55px
}

.advantage-button.active {
    background: #00536d;
    color: #fff;
    pointer-events: none
}

.advantage-button:hover::after {
    opacity: 1
}

.advantage-button.active::after {
    opacity: 1
}

.howorder {
    padding: 90px 0;
    background: #f2f5f9;
    margin-bottom: 143px
}

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

.order-item {
    position: relative;
    max-width: 254px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.order-item::after {
    content: '';
    display: block;
    width: 92px;
    height: 12px;
    position: absolute;
    top: 21.5%;
    right: -58px;
    background: url(../img/points.svg) center no-repeat
}

.order-item:last-child::after {
    content: none
}

.order-item--img {
    position: relative;
    width: 100px;
    height: 100px;
    border: 3px solid #00536d;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 25px
}

.order-item--img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.order-item--name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    letter-spacing: .01em;
    color: #282828;
    margin-bottom: 11px
}

.order-item--desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: .01em;
    color: #282828
}

.rewiews {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 142px 0 145px;
    margin-bottom: 134px
}

.rewiews .title {
    margin-bottom: 71px
}

.rewiews-slider {
    max-width: 920px;
    width: 100%;
    margin: 0 auto
}

.rewiews-slider__item {
    max-width: 445px;
    width: 100%;
    padding: 33px 29px 32px 30px;
    background: #fff;
    box-shadow: 0 4px 35px rgba(61, 70, 88, .09);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.rewiews-slider__item-content {
    position: relative;
    padding: 41px 0 0;
    margin-bottom: 35px
}

.rewiews-slider__item-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .01em;
    color: #282828
}

.rewiews-slider__item-content::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/quote.svg) center no-repeat;
    position: absolute;
    top: 0;
    left: 0
}

.rewiews-name {
    position: relative;
    padding: 0 0 0 17px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #282828
}

.rewiews-name::before {
    content: '';
    display: block;
    height: 1px;
    width: 12px;
    background: #282828;
    position: absolute;
    top: 8px;
    left: 0
}

.rewiews-date {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #9f9f9f
}

.rewiews-img {
    position: relative;
    margin-right: 15px;
    width: 50px;
    height: 53px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden
}

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

.rewiews-slider__item-autor {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10.69px;
    border: 2px solid #00536d;
    box-sizing: border-box;
    margin: 0 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: #00536d;
    border-color: #00536d
}

.swiper-button-next-new {
    position: absolute;
    right: 26px;
    top: 53%;
    width: 11px;
    height: 19px;
    background: url(../img/next.svg) center no-repeat;
    z-index: 5;
    cursor: pointer
}

.swiper-button-next-new:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/next-blue.svg) center no-repeat;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear;
    opacity: 0
}

.swiper-button-next-new:hover::after {
    opacity: 1
}

.swiper-button-prev-new {
    position: absolute;
    left: 34px;
    top: 53%;
    width: 11px;
    height: 19px;
    background: url(../img/prev.svg) center no-repeat;
    z-index: 5;
    cursor: pointer
}

.swiper-button-prev-new:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/prev-blue.svg) center no-repeat;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear;
    opacity: 0
}

.swiper-button-prev-new:hover::after {
    opacity: 1
}

.contacts {
    background: #f9fafc;
    padding: 90px 0
}

.contacts-box {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-shadow: 0 4px 35px rgba(61, 70, 88, .09);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.contacts-info {
    width: 51.632%;
    padding: 51px 0 49px 70px;
    background: #fff;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    -o-border-radius: 6px 0 0 6px
}

.contacts-info .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #282828;
    text-align: left;
    margin-bottom: 10px
}

.contacts-info .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .01em;
    color: #282828;
    margin-bottom: 19px
}

.contacts-info b {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #282828;
    margin-bottom: 11px
}

.contacts-info a {
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    color: #282828
}

.form-contacts span {
    display: block;
    max-width: 311px;
    width: 100%;
    margin-bottom: 15px
}

.form-contacts input {
    width: 100%;
    height: 55px
}

.form-contacts button {
    display: block;
    max-width: 311px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    padding: 14px 0
}

.form-contacts .agree {
    max-width: 311px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .0045em;
    color: #282828;
    opacity: .3;
    margin-top: 10px;
    margin-bottom: 26px
}

.map {
    width: 48.368%;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0
}

.footer {
    padding: 24px 0 23px;
    background: #fff
}

.footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: .01em;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: #1a1a1a
}

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

.anchor {
    display: block;
    position: relative;
    background: #f7f7f7;
    width: 55px;
    height: 53px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.anchor::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 11px;
    background: url(../img/arr-anchor.svg) center no-repeat;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.anchor::after {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 11px;
    background: url(../img/arr-anchor-blue.svg) center no-repeat;
    transition: .1s linear;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: .1s linear
}

.anchor:hover::after {
    opacity: 1
}

.anchor:hover::before {
    opacity: 0
}

.popup__dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    height: 100vh
}

.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 540px;
    width: 100%;
    padding: 80px 15px 84px;
    background: #fff;
    border-radius: 6px;
    border: none
}

.popup__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 40px
}

.popup__title span {
    color: #00536d
}

.form-popup {
    max-width: 350px;
    width: 100%;
    margin: 0 auto
}

.form-popup span {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px
}

.form-popup input {
    width: 100%
}

.form-popup button {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 40px auto 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: .01em;
    color: #fff;
    padding: 18px 0
}

.modal-dialog .agree {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: .0045em;
    color: #9b9b9b;
    margin-top: 20px
}

.popup__close {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../img/close.svg) center no-repeat;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

#hamburger-icon {
    position: relative;
    display: none;
    width: 18px;
    height: 14px
}

#hamburger-icon .line {
    position: absolute;
    left: 0;
    display: block;
    background: #00536d;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.line.line-1 {
    top: 0
}

.line.line-2 {
    top: 50%
}

.line.line-3 {
    top: 100%
}

#hamburger-icon.active .line-1 {
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    -o-transform: translateY(7px) translateX(0) rotate(45deg)
}

#hamburger-icon.active .line-2 {
    opacity: 0
}

#hamburger-icon.active .line-3 {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-7px) translateX(0) rotate(-45deg)
}

.ov-hidden {
    overflow: hidden!important
}

.mob-menu {
    display: none
}

.cities-select {}

.nice-select {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 200px;
    max-width: 200px;
    width: 100%;
    height: 36px;
    padding-left: 10px;
    padding-right: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    outline: none;
}

.nice-select .list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: 4px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transform-origin: 50% 0;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: .2s;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .order-item--desc {
        width: 100%;
    }
    .form-sale-box__right {
        width: 25.3%;
    }
    .advantage-item--text {
        width: 100%;
    }
}

@media screen and (max-width:1200px) {
    body,
    html {
        min-width: 320px;
        width: 100%;
        overflow-x: hidden
    }
    a:focus {
        outline: 0
    }
}

@media screen and (max-width:1199px) {
    .top-menu li {
        margin-right: 20px
    }
    .phone {
        font-size: 16px;
        margin: 0 25px
    }
    .header .btn {
        max-width: 135px;
        font-size: 12px
    }
    .price-item-table-cell:first-child {
        font-size: 16px
    }
    .price-item-table-cell:last-child {
        font-size: 16px
    }
    .footer a {
        font-size: 12px;
        text-align: center
    }
    .order-item--name {
        font-size: 15px
    }
    .order-item--desc {
        font-size: 12px
    }
    .order-item::after {
        width: 70px;
        right: -35px;
        background: url(../img/points.svg) center no-repeat;
        background-size: contain
    }
    .order-items {
        align-items: flex-start
    }
    .swiper-button-next-new {
        right: -4px
    }
    .swiper-button-prev-new {
        left: -5px
    }
    .top-wrap .title {
        font-size: 38px;
        line-height: 1.2
    }
    .form-sale-box__left {
        width: 54%;
        padding: 85px 0 0 25px
    }
    .form-sale-box::after {
        right: -30.35%
    }
    .form-sale-box__right::after {
        left: -45%
    }
    .top-wrap-box__left {
        width: 65%
    }
    .top-wrap-box__right {
        width: 30%
    }
    .form-top span {
        max-width: 235px;
        width: 100%
    }
    .top-wrap {
        padding: 50px 0 0
    }
    .top-wrap-box {
        margin-bottom: 50px
    }
    .advantage-circle-outer {
        width: 550px;
        height: 550px
    }
    .advantage-circle-inner {
        width: 300px;
        height: 300px
    }
    .advantage-item--img img {
        min-height: 110px;
        max-height: 135px
    }
    .advantage-item--text {
        font-size: 15px;
        line-height: 1.2
    }
    .advantage-button {
        font-size: 16px;
        padding: 18px 30px 18px 80px
    }
    .advantage-button::before {
        width: 64px;
        height: 64px
    }
    .advantage-button:first-child {
        transform: translateX(405px);
        -webkit-transform: translateX(405px);
        -moz-transform: translateX(405px);
        -ms-transform: translateX(405px);
        -o-transform: translateX(405px)
    }
    .advantage-button:nth-child(2) {
        transform: translateX(405px);
        -webkit-transform: translateX(405px);
        -moz-transform: translateX(405px);
        -ms-transform: translateX(405px);
        -o-transform: translateX(405px)
    }
    .advantage-button:last-child {
        transform: translateX(326px);
        -webkit-transform: translateX(326px);
        -moz-transform: translateX(326px);
        -ms-transform: translateX(326px);
        -o-transform: translateX(326px)
    }
    .advantage-button:first-child:after {
        top: 49px
    }
    .advantage-button:nth-child(2):after {
        top: 4px;
        left: -50px
    }
    .advantage-button:last-child:after {
        top: -31px
    }
}

@media screen and (max-width:991px) {
    body {
        padding-top: 80px
    }
    .header {
        padding: 20px 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99
    }
    .header-box .btn,
    .header-box .cities,
    .header-box .phone,
    .header-box .top-menu {
        display: none
    }
    #hamburger-icon {
        display: block
    }
    .mob-menu {
        display: block;
        position: fixed;
        top: 80px;
        right: 0;
        width: 100vw;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: calc(100vh - 80px);
        z-index: 30;
        overflow: auto;
        background: rgba(0, 0, 0, .85);
        padding: 35px 15px 25px;
        box-sizing: border-box;
        box-shadow: inset 0 29px 33px rgba(0, 86, 189, .1);
        transform: translate(100vw, 0);
        -webkit-transform: translate(100vw, 0);
        -moz-transform: translate(100vw, 0);
        -ms-transform: translate(100vw, 0);
        -o-transform: translate(100vw, 0);
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: .3s ease-in-out
    }
    .mob-menu.active {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0)
    }
    .top-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .top-menu li {
        margin: 0 0 20px
    }
    .top-menu a {
        font-size: 22px;
        font-weight: 700;
        color: #fff
    }
    .phone {
        font-size: 22px;
        color: #fff;
        margin: 25px 0
    }
    .header .btn {
        max-width: 280px;
        font-size: 15px;
        margin-bottom: 25px
    }
    .cities {
        margin: 0
    }
    .cities span {
        font-size: 18px;
        color: #fff
    }
    .top-wrap-box {
        flex-direction: column;
        justify-content: center
    }
    .top-wrap-box__left {
        width: 100%
    }
    .subtitle {
        line-height: 1.3;
        margin-bottom: 20px
    }
    .top-wrap .title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px
    }
    .form-title {
        text-align: center;
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 12px
    }
    .form-title b {
        font-size: 18px;
        margin-top: 0
    }
    .form-top-box {
        flex-direction: column;
        justify-content: center
    }
    .form-top span {
        max-width: 260px;
        width: 100%;
        margin-bottom: 15px
    }
    .agree {
        text-align: center
    }
    .form-top {
        padding: 18px 20px
    }
    .top-wrap {
        padding: 30px 0 0;
        margin-bottom: 30px
    }
    .top-wrap-box__right {
        padding: 20px 0 0;
        width: 100%;
        height: 320px
    }
    .top-wrap-box__right img {
        margin: 0 auto
    }
    .top-wrap-box {
        margin-bottom: 0
    }
    .exs-item--text {
        font-size: 16px
    }
    .price {
        padding: 50px 0
    }
    .title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 25px
    }
    .price-item b {
        font-size: 18px;
        margin-bottom: 12px
    }
    .price-item {
        padding: 15px;
        margin-bottom: 20px
    }
    .price-item-table-cell:first-child {
        font-size: 15px
    }
    .price-item-table-cell:last-child {
        font-size: 15px
    }
    .form-sale-box::after,
    .form-sale-box__right::after {
        content: none
    }
    .form-sale-box {
        flex-direction: column;
        justify-content: center
    }
    .form-sale-box__left {
        width: 100%;
        padding: 15px 0 0
    }
    .form-sale-title {
        font-size: 22px;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 10px
    }
    .form-sale-subtitle {
        font-size: 26px;
        text-align: center
    }
    .form-sale-subtitle b {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
    .form-sale-box__right {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        padding: 20px 0
    }
    .advantage-button:first-child:after {
        content: none
    }
    .form-sale-wrap {
        padding: 45px 0
    }
    .advantage-circle-outer {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto;
        width: auto;
        height: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: none
    }
    .advantage-circle-inner {
        margin: 0 auto;
        width: 280px;
        height: 280px;
        overflow: hidden
    }
    .advantage-item--text {
        font-size: 14px
    }
    .advantage-buttons {
        margin-bottom: 0
    }
    .advantage-button {
        position: static;
        transform: translateX(0)!important;
        -webkit-transform: translateX(0)!important;
        -moz-transform: translateX(0)!important;
        -ms-transform: translateX(0)!important;
        -o-transform: translateX(0)!important;
        margin-bottom: 25px
    }
    .advantages {
        padding: 0 0 50px
    }
    .order-item::after {
        content: none
    }
    .order-item {
        max-width: initial;
        width: 23%
    }
    .order-item--name {
        line-height: 1.2
    }
    .howorder {
        margin-bottom: 45px
    }
    .rewiews {
        padding: 45px 0;
        margin-bottom: 45px
    }
    .contacts-box {
        flex-direction: column
    }
    .contacts-info .title {
        font-size: 26px;
        text-align: center
    }
    .contacts-info {
        text-align: center;
        padding: 20px;
        width: 100%
    }
    .form-contacts span {
        max-width: 280px;
        margin: 0 auto 20px
    }
    .form-contacts button {
        display: block;
        max-width: 280px;
        width: 100%;
        margin: 0 auto 20px
    }
    .form-contacts .agree {
        display: block;
        max-width: 280px;
        width: 100%;
        margin: 0 auto 15px
    }
    .map {
        width: 100%;
        height: 320px
    }
    .contacts-info b {
        font-size: 14px
    }
    .footer-box {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .footer a {
        margin: 12px 0
    }
    .nice-select {
        background-color: transparent;
    }
}

@media screen and (max-width:767px) {
    .popup__content {
        padding: 45px 15px 35px
    }
    .popup__title {
        font-size: 18px;
        padding: 0 20px;
        line-height: 1.2;
        margin-bottom: 20px
    }
    .form-popup span {
        margin-bottom: 10px
    }
    .form-popup button {
        margin-top: 10px;
        font-size: 18px
    }
    .modal-dialog .agree {
        font-size: 12px;
        line-height: 1.2
    }
    .container {
        width: 320px
    }
    .top-wrap .title {
        font-size: 27px
    }
    .form-title {
        font-size: 16px
    }
    .agree {
        line-height: 1.25
    }
    .exs {
        flex-direction: column;
        justify-content: center
    }
    .exs-item::after {
        content: none
    }
    .exs-item {
        width: 100%;
        padding: 17px 0
    }
    .title {
        font-size: 24px
    }
    .price-item-table-cell:first-child {
        font-size: 13px;
        line-height: 1.2;
        width: 70%
    }
    .price-item-table-cell:last-child {
        font-size: 13px;
        line-height: 1.2
    }
    .price-item-table-cell {
        padding: 7px 0
    }
    .form-sale-box {
        padding: 0 12px
    }
    .form-sale-title {
        font-size: 18px
    }
    .form-sale-subtitle,
    .form-sale-subtitle b {
        font-size: 23px
    }
    .form-sale .agree {
        color: #ccc
    }
    .advantage-button {
        font-size: 14px;
        padding: 18px 30px 18px 80px;
        margin-bottom: 15px;
        white-space: inherit;
        line-height: 1.2
    }
    .howorder {
        padding: 45px 0
    }
    .order-items {
        flex-direction: column;
        justify-content: center
    }
    .order-item {
        width: 100%;
        margin-bottom: 20px
    }
    .order-item--img {
        margin-bottom: 10px
    }
    .order-item--name {
        margin-bottom: 5px
    }
    .rewiews .title {
        margin-bottom: 20px
    }
    .swiper-button-next-new,
    .swiper-button-prev-new {
        display: none
    }
    .rewiews-slider__item-content p {
        font-size: 14px;
        line-height: 1.2
    }
    .rewiews-slider__item-content {
        padding: 30px 0 0;
        margin-bottom: 15px
    }
    .contacts-info .title {
        font-size: 20px;
        line-height: 1.2
    }
}
