a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

a {
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

iframe {
    border: 0
}

textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

button,
input,
select,
textarea {
    outline: none;
    border: none;
    margin: 0
}

button,
input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0;
    text-align: left
}

.action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px
}

.action__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 15px
}

.action__content {
    padding: 18px 0 0
}

.action__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 10px
}

.action__text,
.action__title {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left
}

.action__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4e4e4e
}

.advantage__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 50px
}

.advantage__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0 auto 15px
}

.advantage__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.advantage__caption,
.advantage__title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center
}

.advantage__caption {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5)
}

.banner {
    width: 100%;
    background: url(/assets/img/bg_1.png) no-repeat 70% 100%, -o-radial-gradient(circle, #fff, #f9f9fa, #f2f3f5, #ebeef0, #e4e8eb);
    background: url(/assets/img/bg_1.png) no-repeat 70% 100%, radial-gradient(circle, #fff, #f9f9fa, #f2f3f5, #ebeef0, #e4e8eb)
}

.banner__inner {
    width: 100%;
    height: 550px;
    max-width: 1160px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 60px 0 64px
}

.banner__title {
    font-size: 42px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 30px;
    max-width: 533px
}

.banner ul {
    margin-bottom: 35px
}

.banner li {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.banner li:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/assets/img/check.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.burger {
    background-image: url(/assets/img/menu.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    cursor: pointer;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    display: none
}

.breadcrumbs {
    width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

.breadcrumbs__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.breadcrumbs__inner,
.breadcrumbs__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__link {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #f54600
}

.breadcrumbs__link svg {
    margin: 0 10px
}

.breadcrumbs__item {
    font-weight: 400;
    margin-bottom: 10px
}

.breadcrumbs__item,
.button {
    font-size: 14px;
    font-size: .875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.button {
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    padding: 0 24px;
    line-height: 110%;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.button,
.button_order {
    text-align: center;
    font-style: normal
}

.button_order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 183px;
    height: 52px;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #f54600;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000
}

.button_order svg {
    height: 20px;
    width: 20px;
    margin-right: 10px
}

.button_blue {
    width: 280px;
    background-color: #2600cf
}

.button_blue,
.button_red {
    height: 60px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.button_red {
    max-width: 360px;
    width: 100%;
    background-color: #f54600
}

.callback {
    padding: 60px 100px;
    background-color: #fff;
    border-radius: 5px
}

.callback__heading,
.callback__title {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.callback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 350px;
    margin: 0 auto
}

.callback__input {
    width: 100%;
    height: 60px;
    margin-right: 20px;
    padding: 0 0 0 20px;
    border-radius: 5px;
    background-color: #e4e8eb;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 10px
}

.callback__input_phone {
    padding: 0 0 0 65px
}

.callback__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.callback__input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.callback__input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.callback__input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.callback__input::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.callback__label {
    position: relative;
    width: 100%
}

.callback__label:before {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    background-image: url(/assets/img/flag.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10;
    top: 20px;
    position: absolute;
    left: 20px
}

.expert {
    height: 536px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 100px
}

.expert__image {
    margin-bottom: 20px
}

.expert__image img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.expert__name {
    font-weight: 700;
    color: #fff
}

.expert__name,
.expert__position {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center
}

.expert__position {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .7);
    margin-bottom: 30px
}

.expert__text {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.feedback {
    padding: 60px 100px;
    border-right: 2px solid #e4e8eb;
    border-top: 2px solid #e4e8eb;
    border-bottom: 2px solid #e4e8eb;
    background-color: #fff;
    border-radius: 5px
}

.feedback__title {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feedback__input {
    width: 100%;
    height: 60px;
    margin-right: 20px;
    padding: 0 0 0 20px;
    border-radius: 5px;
    background-color: #e4e8eb;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 10px
}

.feedback__input_phone {
    padding: 0 0 0 65px
}

.feedback__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__input::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__label {
    position: relative;
    width: 100%
}

.feedback__label:before {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    background-image: url(/assets/img/flag.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10;
    top: 20px;
    position: absolute;
    left: 20px
}

.feedback__textarea {
    width: 100%;
    height: 120px;
    margin-right: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #e4e8eb;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #303030;
    margin-bottom: 10px
}

.feedback__textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__textarea:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__textarea::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.feedback__textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.footer {
    background-color: #211f2b
}

.footer__inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px 0;
    grid-gap: 150px
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px
}

.footer__subtitle,
.footer__title {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #908f94
}

.footer__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 13px
}

.footer__logo {
    margin-bottom: 20px
}

.footer__pay img:first-child {
    margin-right: 15px
}

.geo {
    padding: 7px 0 0
}

.geo,
.geo__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.geo__icon {
    width: 28px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    margin-right: 5px
}

.geo__title {
    color: rgba(0, 0, 0, .5)
}

.geo__caption,
.geo__title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left
}

.geo__caption {
    color: #000
}

.header {
    width: 100%;
    height: 100px;
    -webkit-box-shadow: 0 4px 50px 0 #dfe3e5;
    box-shadow: 0 4px 50px 0 #dfe3e5;
    background-color: #fff;
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.header__inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 0 0
}

.header__inner_fixed {
    height: 60px
}

.header__inner_fixed .header__box:nth-child(2),
.header__inner_fixed .header__box:nth-child(3),
.header__inner_fixed .header__box:nth-child(4) {
    display: none
}

.logo {
    width: 220px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0
}

.nav {
    width: 100%;
    background-color: #211f2a;
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.nav__inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto
}

.nav__inner,
.nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.nav__item {
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .7)
}

.nav__item:hover {
    color: #fff
}

.nav__item_active {
    color: #fff
}

.nav__item_active:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: #f54600
}

.nav__item:not(:last-child) {
    margin-right: 50px
}

.nav_outer {
    position: fixed;
    top: 0;
    right: -287px;
    height: 100vh;
    width: 287px;
    z-index: 1000;
    display: none;
    -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;
    background-color: #fff;
    padding: 60px 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #211f2a
}

.nav_mobile {
    height: unset;
    width: 100%;
    padding: 0 20px
}

.nav_mobile li {
    padding-left: 0
}

.nav_close {
    background-image: url(/assets/img/close.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px
}

.nav__fake {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, .8);
    display: none;
    z-index: 120
}

.stop_scrolling {
    height: 100%;
    overflow: hidden;
    position: fixed
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    height: 550px;
    width: 100%;
    z-index: 0
}

.map_contacts {
    position: unset;
    top: unset;
    left: unset;
    margin-bottom: 50px
}

.ymap-container,
.ymap-container-1 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50%;
    background-size: cover
}

.ymap-container-1:before,
.ymap-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

#map-yandex {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 550px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.ymap-container-main>#map-yandex {
    height: 100%
}

.loader {
    position: absolute;
    z-index: 15;
    top: -100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, .55)
}

.loader:after,
.loader:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loader.is-active {
    top: 0;
    opacity: 1
}

.loader-default:after {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    content: "";
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 8px solid #fff;
    border-left-color: rgba(0, 0, 0, 0);
    border-radius: 50%
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.map-contact {
    z-index: 200;
    width: 454px;
    height: 430px;
    padding: 70px 60px 78px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

.map-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.map-contact__item,
.map-contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.map-contact__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #67b1ba
}

.map-contact__title svg {
    width: 23px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
    margin-right: 12px
}

.map-contact__heading {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.map-contact__content,
.map-contact__heading {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left
}

.map-contact__content {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    padding: 0 0 0 36px;
    margin-bottom: 20px
}

.map-contact__phone {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    display: block
}

.nav-footer__title {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 20px
}

.nav-footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px 60px
}

.nav-footer__item {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    white-space: nowrap
}

.nav-tabs {
    height: 62px;
    width: 100%;
    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;
    position: relative
}

.nav-tabs svg {
    display: none
}

.nav-tabs:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background-color: #e4e8eb
}

.nav-tabs__item {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    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
}

.nav-tabs__item_active {
    color: #000;
    position: relative
}

.nav-tabs__item_active:before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background-color: #f54600;
    z-index: 10
}

.svg_up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.order {
    width: 100%;
    max-width: 760px;
    padding: 60px;
    background-color: #fff;
    z-index: 10
}

.order__title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    margin-bottom: 10px
}

.order__subtitle,
.order__title {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center
}

.order__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 40px
}

.order__form {
    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
}

.order__input {
    width: 380px;
    height: 60px;
    margin-right: 20px;
    padding: 19px 20px 19px 65px;
    border-radius: 5px;
    background-color: #e4e8eb;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #303030
}

.order__input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.order__input::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.order__input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.order__input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.order__input::placeholder {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.order__label {
    position: relative
}

.order__label:before {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    background-image: url(/assets/img/flag.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10;
    top: 20px;
    position: absolute;
    left: 20px
}

.phone {
    padding: 7px 0 0
}

.phone,
.phone__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.phone__icon {
    width: 28px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    margin-right: 5px
}

.phone__title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5)
}

.phone__link,
.phone__title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left
}

.phone__link {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.popup {
    max-width: 700px;
    background-color: #fff;
    padding: 0;
    display: none
}

.price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.price__option {
    font-weight: 400;
    text-align: left;
    color: #000
}

.price__option,
.price__value {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal
}

.price__value {
    font-weight: 700;
    text-align: right;
    color: #2600cf
}

.preview {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 20px 0 #ecf0f0;
    box-shadow: 0 20px 20px 0 #ecf0f0;
    border: 2px solid #e4e8eb;
    background-color: #fff;
    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
}

.preview__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 40px
}

.preview__image {
    height: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.preview__image img {
    height: 100%;
    width: 100%
}

.preview__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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.preview__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.preview__subtitle,
.preview__title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center
}

.preview__subtitle {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .7)
}

.rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rate__item_empty svg path {
    fill: #e3e7ea
}

.review {
    width: 360px;
    height: 321px;
    margin: 0 20px;
    padding: 35px 20px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 20px 0 #ecf0f0;
    box-shadow: 0 20px 20px 0 #ecf0f0;
    background-color: #fff
}

.review__box {
    margin-left: -20px;
    margin-right: -20px
}

.review__title {
    position: relative;
    padding: 0 0 0 45px;
    margin-bottom: 20px
}

.review__title svg {
    position: absolute;
    top: 5px;
    left: 0
}

.review__order {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.review__date {
    font-size: 14px
}

.review__date,
.review__text {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    font-weight: 400;
    line-height: 1.4
}

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

.review__name {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #2600cf;
    margin-bottom: 10px
}

.review__rate {
    margin-bottom: 20px
}

.review__answer {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    position: relative;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 60px;
    padding: 0 0 0 15px
}

.review__answer:before {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    background-color: #f54600;
    position: absolute;
    top: 0;
    left: 0
}

.review__answer span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.review-instagram__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, 360px);
    grid-gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.review-instagram__image {
    height: 500px;
    -webkit-box-shadow: 0 20px 20px 0 #ecf0f0;
    box-shadow: 0 20px 20px 0 #ecf0f0;
    border-radius: 10px
}

.review-instagram__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #f54600;
    border-radius: 10px
}

.review-audio {
    padding: 20px 23px 16px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 20px 0 #ecf0f0;
    box-shadow: 0 20px 20px 0 #ecf0f0;
    border: 2px solid #e4e8eb;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.review-audio__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 40px
}

.review-audio__image {
    height: 100px;
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    border-radius: 50%;
    margin-right: 20px
}

.review-audio__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-audio__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.review-audio__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.review-audio__subtitle,
.review-audio__title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.review-audio__subtitle {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px
}

.review-audio__button {
    width: 183px;
    height: 48px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #f54600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.review-audio .audiojs {
    height: 0;
    width: 0;
    opacity: 0
}

.staff {
    height: 160px;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 20px 0 #d2dbe1;
    box-shadow: 0 20px 20px 0 #d2dbe1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.staff__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 40px
}

.staff__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 20px
}

.staff__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
}

.staff__name,
.staff__profile {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.staff__profile {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px
}

.staff__desc {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .5)
}

.section {
    width: 100%
}

.section_grey {
    background-color: #e4e8eb
}

.section_order {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.section_order:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.section_step {
    background-color: #e4e8eb
}

.section_reviews {
    background: url(/assets/img/bg_1.png) no-repeat 50% 170%, -o-radial-gradient(circle, #fff, #f9f9fa, #f2f3f5, #ebeef0, #e4e8eb);
    background: url(/assets/img/bg_1.png) no-repeat 50% 170%, radial-gradient(circle, #fff, #f9f9fa, #f2f3f5, #ebeef0, #e4e8eb);
    height: 607px
}

.section_map {
    position: relative;
    height: 550px;
    z-index: 0
}

.section__inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0
}

.section__inner_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__inner_reviews {
    position: relative
}

.section__inner_map {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section__inner_text {
    padding: 20px 0 50px
}

.section__inner_dual {
    display: grid;
    grid-template-columns: 1fr 516px;
    grid-gap: 40px
}

.section__box_tabs {
    position: relative
}

.section__box_expert {
    display: grid;
    grid-template-columns: 600px 1fr
}

.section__box_text li,
.section__box_text p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 30px
}

.section__box_text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section__box_text li svg {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px
}

.section__image {
    padding: 65px 0 0
}

.section__expert {
    background-color: #2600cf;
    position: relative
}

.section__options {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    height: 0
}

.section__options_expert {
    top: 48%
}

.section__arrows {
    width: 100%;
    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
}

.section__arrow {
    cursor: pointer
}

.section__arrow_prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section__arrow_review.section__arrow_next {
    margin-right: -20px
}

.section__arrow_review.section__arrow_prev {
    margin-left: -20px
}

.section__arrow_expert.section__arrow_next {
    margin-right: 20px
}

.section__arrow_expert.section__arrow_prev {
    margin-left: 20px
}

.section__arrow_expert svg path {
    fill: #fff;
    fill-opacity: 1
}

.section .slick-dots {
    bottom: -40px
}

.section .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #dbe1e5
}

.section .slick-dots li.slick-active button:before {
    color: #f54600
}

.step {
    height: 172px;
    padding: 50px 42px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 20px 0 #d2dbe1;
    box-shadow: 0 20px 20px 0 #d2dbe1;
    background-color: #fff;
    position: relative
}

.step__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 40px;
    padding: 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.step__number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f54600;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px)
}

.step__number,
.step__title {
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center
}

.step__title {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px
}

.step__caption {
    font-size: 14px
}

.step__caption,
.subtitle {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, .5)
}

.subtitle {
    font-size: 18px;
    padding: 0 0 30px
}

.subtitle_big {
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0 0 40px
}

.subtitle_big,
.subtitle_bold {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000
}

.subtitle_bold {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left
}

.subtitle_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0
}

.subtitle_note:before {
    content: "";
    display: block;
    width: 5px;
    height: 67px;
    border-radius: 5px;
    background-color: #f54600;
    margin-right: 20px
}

.tabs {
    position: relative
}

.tabs__item {
    width: 100%;
    padding: 40px 0 0;
    grid-template-columns: 1fr 1fr;
    grid-gap: 160px;
    display: none
}

.tabs__item_active {
    display: grid
}

.time {
    padding: 7px 0 0
}

.time,
.time__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.time__icon {
    width: 28px;
    height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    margin-right: 5px
}

.time__title {
    color: rgba(0, 0, 0, .5)
}

.time__caption,
.time__title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left
}

.time__caption {
    color: #000
}

.title {
    padding: 0 0 40px
}

.title_double {
    padding: 0 0 10px
}

.title h1,
.title h2 {
    font-size: 32px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.title_left {
    padding: 0 0 30px
}

.title_left h1 {
    text-align: left;
    font-size: 42px
}

.title_left h2 {
    text-align: left;
    font-size: 32px
}

.type {
    width: 208px;
    height: 220px;
    padding: 0 0 20px;
    border-radius: 5px;
    border: 2px solid #e4e8eb;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.type:hover {
    border: 2px solid #f54600
}

.type__row {
    display: grid;
    grid-gap: 20px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 20px
}

.type__row_5 {
    grid-template-columns: repeat(5, 208px)
}

.type__row_4 {
    grid-template-columns: repeat(4, 208px)
}

.type__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.type__title {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.video {
    border-radius: 10px
}

.video__box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px
}

.video__box_reviews {
    padding: 50px 0
}

.video__image {
    height: 220px;
    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;
    position: relative;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px
}

.video__image:before {
    content: "";
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 31, 42, .5);
    position: absolute;
    top: 0;
    left: 0
}

.video__title {
    font-size: 16px;
    font-weight: 700
}

.video__subtitle,
.video__title {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000
}

.video__subtitle {
    font-size: 14px;
    font-weight: 400
}

.video__play {
    z-index: 10
}

.work {
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 20px 0 #ecf0f0;
    box-shadow: 0 20px 20px 0 #ecf0f0;
    border: 2px solid #e4e8eb;
    background-color: #fff
}

.work__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px
}

.work__title {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px
}

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

.work__content,
.work__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.work__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.work__image:not(:last-child) {
    margin-right: 10px
}

.work__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin-bottom: 10px
}

.work__caption {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

* {
    font-family: Arimo, sans-serif
}

@media screen and (max-width:767px) {
    .action__text {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.44
    }

    .advantage__box {
        grid-template-columns: 1fr
    }

    .banner,
    .banner__inner {
        background-position: center 100%;
        background-size: contain
    }

    .banner__inner {
        padding: 40px 10px 260px;
        height: unset
    }

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

    .banner li {
        font-size: 14px;
        margin-bottom: 10px
    }

    .burger {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px
    }

    .breadcrumbs__inner {
        height: unset;
        padding: 17px 15px
    }

    .callback {
        padding: 30px 20px
    }

    .expert {
        height: unset;
        padding: 60px 35px
    }

    .expert__image img {
        width: 100px;
        height: 100px
    }

    .expert__text {
        font-size: 14px
    }

    .feedback {
        padding: 40px 20px;
        border: 2px solid #e4e8eb;
        border-top: none
    }

    .feedback__title {
        font-size: 18px
    }

    .footer__inner {
        padding: 40px 10px;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        position: relative
    }

    .footer__logo {
        position: absolute;
        top: 20px;
        right: 10px
    }

    .header_fixed {
        border-bottom: 2px solid #e4e8eb
    }

    .header__inner {
        padding: 12px 10px
    }

    .header__box {
        width: calc(50% - 15px)
    }

    .nav__inner {
        padding: 0 10px;
        -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
    }

    .map {
        height: 427px
    }

    .map_contacts {
        height: 550px;
        margin-bottom: 0
    }

    .map_contacts #map-yandex {
        height: 550px
    }

    #map-yandex {
        height: 427px
    }

    .map-contact {
        padding: 40px;
        width: 100%;
        height: unset;
        grid-gap: 20px
    }

    .nav-footer__title {
        font-size: 14px;
        margin-bottom: 15px
    }

    .nav-footer__list {
        grid-gap: 3px 0
    }

    .nav-footer__item {
        font-size: 12px;
        white-space: normal
    }

    .nav-tabs__item {
        font-size: 14px
    }

    .order {
        padding: 40px 20px
    }

    .order__title {
        font-size: 24px
    }

    .order__subtitle {
        font-size: 14px;
        margin-bottom: 30px
    }

    .order__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 414px;
        margin: 0 auto
    }

    .order__input {
        width: 100%;
        margin-bottom: 10px
    }

    .order .button,
    .order__label,
    .popup {
        width: 100%
    }

    .popup {
        max-width: unset
    }

    .price__option,
    .price__value {
        font-size: 14px
    }

    .preview__box {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }

    .review {
        margin: 0 10px
    }

    .review-instagram__box {
        grid-template-columns: repeat(auto-fit, 280px);
        grid-gap: 20px
    }

    .review-audio {
        padding: 10px
    }

    .review-audio__box {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, 280px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .review-audio__image {
        height: 50px;
        width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px
    }

    .staff {
        height: unset;
        padding: 20px
    }

    .staff__box {
        grid-template-columns: 1fr
    }

    .staff__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 15px
    }

    .section_reviews {
        height: unset
    }

    .section_map {
        height: 427px
    }

    .section__inner {
        padding: 60px 10px
    }

    .section__inner_map {
        padding: 60px 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section__inner_text {
        padding: 10px 10px 50px
    }

    .section__box_expert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .section__box_text li,
    .section__box_text p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.44
    }

    .section__box_text li svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px
    }

    .step__box {
        grid-gap: 55px
    }

    .subtitle {
        font-size: 14px;
        padding: 0 0 20px
    }

    .tabs__item {
        padding: 20px 0 0
    }

    .title {
        padding: 0 0 30px
    }

    .title_double {
        padding: 0 0 10px
    }

    .title h1,
    .title h2 {
        font-size: 24px
    }

    .type {
        width: 100%;
        height: 169.2px
    }

    .type__row_5 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }

    .type__row {
        padding: 0
    }

    .type__image {
        padding: 10px;
        height: 100px
    }

    .type__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .type__title {
        font-size: 14px
    }

    .video__box {
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, 280px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .video__box_reviews {
        padding: 30px 0
    }

    .work__box {
        grid-gap: 20px;
        grid-template-columns: 1fr
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .advantage__box {
        grid-template-columns: repeat(2, 1fr)
    }

    .banner__inner {
        padding: 40px 20px
    }

    .breadcrumbs__inner {
        height: unset;
        padding: 17px 35px
    }

    .feedback {
        padding: 60px 40px
    }

    .footer__inner {
        padding: 40px 20px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px
    }

    .header__inner {
        padding: 20px
    }

    .nav__inner {
        padding: 0 20px;
        -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
    }

    .nav__item:not(:last-child) {
        margin-right: 20px
    }

    .staff {
        height: unset
    }

    .section__inner {
        padding: 80px 20px
    }

    .section__inner_text {
        padding: 20px 20px 50px
    }

    .section__box_expert {
        grid-template-columns: 400px 1fr
    }

    .work__box {
        grid-gap: 20px
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .banner__inner {
        padding: 60px 20px 64px
    }

    .breadcrumbs__inner {
        padding: 17px 35px
    }

    .footer__inner {
        grid-gap: 50px;
        padding: 40px 20px
    }

    .header__inner {
        padding: 23px 20px 0
    }

    .nav__inner {
        padding: 0 20px
    }

    .nav__item:not(:last-child) {
        margin-right: 20px
    }

    .section__inner {
        padding: 80px 20px
    }

    .section__inner_text {
        padding: 20px 20px 50px
    }
}

@media screen and (max-width:767px),
screen and (min-width:768px) and (max-width:1023px) {
    .burger {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px
    }

    .button_order svg {
        height: 14px;
        width: 14px
    }

    .button_order {
        height: 37px;
        max-width: 152px;
        width: 100%
    }

    .button_order,
    .geo__caption,
    .geo__title {
        font-size: 12px
    }

    .header {
        height: unset
    }

    .header__box {
        width: 50%
    }

    .header__box:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 33%
    }

    .header__box:first-child .logo {
        width: 113px
    }

    .header__box:nth-child(5) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 58%
    }

    .header__box:nth-child(5) .button {
        width: 120px;
        padding: 0 10px
    }

    .header__box:nth-child(5) .button svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px
    }

    .header__box:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header__box:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header__box:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%
    }

    .logo {
        width: 160px
    }

    .nav {
        display: none
    }

    .nav_outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav-tabs {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 20
    }

    .nav-tabs svg {
        display: block;
        position: absolute;
        top: 25px;
        right: 20px
    }

    .nav-tabs {
        -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;
        border-radius: 5px;
        border: 1px solid #b3bec7;
        height: unset;
        min-height: 56px
    }

    .nav-tabs:after {
        display: none
    }

    .nav-tabs__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 56px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        padding: 0 20px;
        display: none
    }

    .nav-tabs__item_active:before {
        display: none
    }

    .nav-tabs__item_active,
    .nav-tabs__item_open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .phone__title {
        font-size: 12px
    }

    .phone__link {
        font-size: 16px
    }

    .review {
        height: unset;
        width: 100%
    }

    .section__inner_dual {
        grid-template-columns: 1fr;
        grid-gap: 30px
    }

    .section__box_tabs {
        padding: 56px 0 0
    }

    .section__image {
        padding: 0
    }

    .tabs__item {
        grid-template-columns: 1fr;
        grid-gap: 0
    }

    .time__caption,
    .time__title {
        font-size: 12px
    }

    .title_left {
        padding: 0 0 25px
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .map_contacts {
        position: relative
    }
}

@media screen and (max-width:767px),
screen and (min-width:768px) and (max-width:1023px),
screen and (min-width:1024px) and (max-width:1200px) {
    .review__box {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px !important
    }

    .section__options_review {
        top: unset
    }

    .section__options_review .slick-dots {
        position: unset;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: unset;
        padding: 0 20px
    }

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

    .section__arrow_review.section__arrow_next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0
    }

    .section__arrow_review.section__arrow_prev {
        margin-left: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .step {
        height: unset
    }

    .type__row_4 {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:1023px),
screen and (min-width:1024px) and (max-width:1200px) {
    .type__row_5 {
        grid-template-columns: repeat(auto-fit, 208px);
        grid-gap: 20px
    }
}