@font-face {
    font-family: "Joane";
    src: url("../fonts/Joane-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Joane";
    src: url("../fonts/Joane-SemiBold.woff2") format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/CeraPro-Light.woff2") format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/CeraPro-Regular.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/CeraPro-Medium.woff2") format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/CeraPro-Bold.woff2") format("woff2");
    font-weight: 700;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input[type="submit"],
button {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input {
    margin: 0;
    padding: 0;
    border: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
}
button:disabled {
    background: #242424;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

sub {
    bottom: -0.5em;
}

a {
    text-decoration: none;
}

div,
input,
textarea,
select,
button,
img,
li,
i,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

div,
section {
    display: block;
}

ul,
ol {
    list-style-type: none;
}

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

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

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}
@media screen and (max-width: 767px) {
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}
h1,
h2,
h3,
h4 {
    font-family: "Joane", sans-serif;
}

button,
input,
textarea {
    font-family: "Cera", sans-serif;
    font-weight: 400;
    background: transparent;
}

b,
strong {
    font-weight: 700;
}

html,
body {
    overflow-x: hidden;
}

body {
    width: 100%;
    min-height: 100vh;
    height: auto;
    font-family: "Cera", sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    position: relative;
    line-height: 1.7;
}

.row {
    width: 100%;
    max-width: 1360px;
    padding: 0 30px;
    margin: 0 auto;
}

.link {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    padding: 0 30px;
    background: #e6c88c;
    color: #1e2850;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.5s;
    -o-transition: background 0.3s, color 0.3s, opacity 0.5s;
    transition: background 0.3s, color 0.3s, opacity 0.5s;
}
.link.white {
    background: #fff;
}
.link.blue {
    background: #1e2850;
    color: #e6c88c;
}
.link.border {
    background: transparent;
    border: 1px solid #1e2850;
    line-height: 43px;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.header.home-page:not(.fixed) .header__call a {
    background: #e6c88c;
}
.header + .content {
    padding-top: 210px;
}
.header::before {
    content: "";
    position: absolute;
    width: 1300px;
    max-width: 100vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.05);
}
.header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 36px 0 30px;
    position: relative;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
}
.header__humb {
    display: none;
}
.header__logo {
    float: left;
    width: 180px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 5px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 60px 70px 37px rgba(0, 0, 0, 0.01);
    box-shadow: 60px 70px 37px rgba(0, 0, 0, 0.01);
    border-radius: 0 0 10px 10px;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 5;
    -webkit-transition: height 0.5s, padding 0.5s;
    -o-transition: height 0.5s, padding 0.5s;
    transition: height 0.5s, padding 0.5s;
}
.header__logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.header__nav {
    float: left;
    margin-left: 245px;
}
.header__nav > ul {
    float: left;
}
.header__nav > ul > li {
    float: left;
    margin-right: 40px;
    position: relative;
}
.header__nav > ul > li.current-menu-item > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1e2850;
    left: 0;
    pointer-events: none;
    top: calc(100% + 28px);
    -webkit-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
}
.header__nav > ul > li:last-child {
    margin: 0;
}
.header__nav > ul > li > a {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000;
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header__nav > ul > li ul {
    position: absolute;
    width: auto;
    min-width: 110%;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 15px 14px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}
.header__nav > ul > li ul::before {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header__nav > ul > li ul li {
    display: block;
    margin-top: 7px;
}
.header__nav > ul > li ul li:first-child {
    margin: 0;
}
.header__nav > ul > li ul li a {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    color: #000;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header__order {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    display: flex;
    font-size: 14px;
    line-height: 45px;
    color: #000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header__order img,
.header__order svg {
    display: block;
    margin: auto 10px auto 0;
}
.header__order svg path {
    stroke: #000;
    -webkit-transition: stroke 0.3s;
    -o-transition: stroke 0.3s;
    transition: stroke 0.3s;
}
.header__call {
    float: left;
    margin-left: 25px;
}
.header__call a.link.border {
    border-color: #e6c88c;
}
.header__lang {
    float: left;
    margin: auto 0 auto 30px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header__lang.active a {
    background: #fff;
    border-color: rgba(30, 40, 80, 0.05);
    border-radius: 5px 5px 0 0;
}
.header__lang.active ul {
    opacity: 1;
    visibility: visible;
}
.header__lang a {
    display: block;
    width: 33px;
    height: 33px;
    margin: auto 0;
    border: 1px solid #1e2850;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1e2850;
    cursor: pointer;
    -webkit-transition: background 0.3s, border 0.3s, color 0.3s, border-radius 0.3s;
    -o-transition: background 0.3s, border 0.3s, color 0.3s, border-radius 0.3s;
    transition: background 0.3s, border 0.3s, color 0.3s, border-radius 0.3s;
}
.header__lang ul {
    position: absolute;
    width: 100%;
    height: auto;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(30, 40, 80, 0.05);
    border-top: 0;
    padding: 5px 0;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}
.header__lang ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.header__lang ul li:last-child {
    border: 0;
}

.cap {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.cap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(233, 237, 241, 0.8)),
            color-stop(89.24%, rgba(233, 237, 241, 0))
        ),
        rgba(253, 253, 253, 0.8);
    background: -o-linear-gradient(top, rgba(233, 237, 241, 0.8) 0%, rgba(233, 237, 241, 0) 89.24%),
        rgba(253, 253, 253, 0.8);
    background: linear-gradient(180deg, rgba(233, 237, 241, 0.8) 0%, rgba(233, 237, 241, 0) 89.24%),
        rgba(253, 253, 253, 0.8);
    z-index: 0;
}
.cap .row {
    position: relative;
    z-index: 5;
    max-width: 1170px;
    margin: auto;
}
.cap__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 70px;
}
.cap__img {
    float: left;
    width: 580px;
    height: auto;
    margin: auto 0;
}
.cap__img img {
    display: block;
    width: 100%;
    height: auto;
}
.cap__cot {
    float: left;
    width: calc(100% - 580px);
    max-width: 570px;
    padding-left: 58px;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.cap__cot h1 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 36px;
    line-height: 170%;
    color: #1e2850;
}
.cap__cot p {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}
.cap__cot ul {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.cap__cot ul li {
    display: block;
    padding-left: 50px;
    font-weight: 300;
    font-size: 20px;
    line-height: 170%;
    position: relative;
}
.cap__cot ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(../img/icon-list1.svg) center no-repeat;
    top: calc(50% - 2px);
    left: 21px;
}
.cap__cot span {
    display: block;
    width: 100%;
    margin-top: 29px;
    font-size: 20px;
    line-height: 150%;
    color: #000;
}
.cap__cot a {
    margin: 22px 0 0;
    width: 240px;
    max-width: 100%;
}

.content {
    width: 100%;
    padding-top: 90px;
    overflow: hidden;
}
.content.pd + .footer {
    margin-top: 0;
}

.title {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
}
.title h1,
.title h2 {
    display: block;
    text-align: center;
    color: #1e2850;
    font-weight: 400;
    font-size: 40px;
}

.pack {
    width: 100%;
    margin-top: 90px;
}
.pack:first-child {
    margin: 0;
}
.pack__desc {
    width: 100%;
    margin: 30px auto 0;
    max-width: 980px;
}
.pack__desc div {
    width: 100%;
}
.pack__desc div p {
    display: none;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.pack__desc div p:first-child {
    margin: 0;
}
.pack__desc div p:nth-child(1),
.pack__desc div p:nth-child(2),
.pack__desc div p:nth-child(3) {
    display: block;
}
.pack__desc span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 45px;
}
.pack__desc span a {
    min-width: 240px;
    margin: 0 auto;
}
.pack__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 20px);
    margin: 70px -10px 0;
}
.pack__item {
    float: left;
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 36px 52px 37px;
    transition: transform 0.5s;
}
.pack__item::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 62px;
    background: url(../img/icon-len.svg) bottom center/contain no-repeat;
    right: 53px;
    top: -1px;
}
.pack__item h4 {
    display: block;
    font-weight: 600;
    font-size: 40px;
    color: #e6c88c;
}
.pack__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: -4px;
    font-family: "Joane", sans-serif;
}
.pack__item span b {
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #1e2850;
    line-height: 40px;
}
.pack__item span s {
    float: left;
    line-height: 40px;
    padding-left: 12px;
    line-height: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}
.pack__item ul {
    display: block;
    margin-top: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 27px;
}
.pack__item ul li {
    display: block;
    padding-left: 29px;
    margin-top: 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    position: relative;
}
.pack__item ul li:first-child {
    margin: 0;
}
.pack__item ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(../img/icon-list3.svg) center no-repeat;
    top: 9px;
    left: 3px;
}
.pack__item ul li.s {
    text-decoration: line-through;
    color: #c8c8c8;
}
.pack__item ul li.s::before {
    background-image: url(../img/icon-list2.svg);
    opacity: 0.1;
}
.pack__item ul li b {
    font-weight: 500;
}
.pack__item a {
    width: 100%;
    margin-top: 20px;
}

.work {
    width: 100%;
    margin-top: 150px;
}
.work:first-child {
    margin: 0;
}
.work__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
}
.work__item {
    float: left;
    width: 25%;
    padding: 0 20px;
}
.work__item i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
.work__item i img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}
.work__item h4 {
    display: block;
    text-align: center;
    margin-top: 12px;
    color: #1e2850;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}
.work__item div {
    display: block;
    margin-top: 12px;
}
.work__item div p {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}
.work__item div p:first-child {
    margin: 0;
}
.work__desc {
    width: 100%;
    margin-top: 30px;
}
.work__desc p {
    display: block;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.service {
    width: 100%;
    margin-top: 100px;
}
.service:first-child {
    margin: 0;
}
.service:first-child .title {
    padding: 0;
    border: 0;
}
.service__block {
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-wrap: nowrap;
    margin: 0 auto;
    position: relative;
}
.service__block_left,
.service__block_img {
    width: 50%;
}
.service__block_img img {
    width: 100%;
}
.service__block_left div {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.service__block div b {
    display: block;
    width: 100%;
    font-family: "Joane", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 180%;
    color: #1e2850;
}
.service__block div h4 {
    display: block;
    width: 100%;
    margin-top: 2px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #e6c88c;
}
.service__block div p {
    display: block;
    margin-top: 15px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
}
.service__block div a {
    margin-top: 15px;
    float: left;
    padding-right: 16px;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    position: relative;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: auto;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.service__block div a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 24px;
    top: calc(50% - 12px);
    right: 0;
    background: url(../img/arrow1.svg) center no-repeat;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.service__cot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 61px 146px 63px rgba(0, 0, 0, 0.05);
    box-shadow: 61px 146px 63px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 50px;
}
.service__tab {
    float: left;
    width: 384px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.service__tab ul {
    display: block;
}
.service__tab ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 22px;
    cursor: pointer;
}
.service__tab ul li.active b {
    color: #e6c88c;
}
.service__tab ul li.active span {
    color: #1e2850;
}
.service__tab ul li:first-child {
    border: 0;
}
.service__tab ul li b {
    font-family: "Joane", sans-serif;
    float: left;
    font-weight: 600;
    font-size: 24px;
    color: #1e2850;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.service__tab ul li span {
    float: left;
    padding-left: 23px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: rgba(30, 40, 80, 0.6);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.service__items {
    float: left;
    width: calc(100% - 384px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
.service__item {
    display: none;
    padding: 50px 410px 50px 55px;
    margin: auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.service__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service__item b {
    font-family: "Joane", sans-serif;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    color: #1e2850;
}
.service__item h4 {
    display: block;
    width: 100%;
    margin-top: 2px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #e6c88c;
    position: relative;
    z-index: 1;
}
.service__item span {
    display: block;
    width: 100%;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.service__item span p {
    display: block;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-top: 15px;
}
.service__item span p:first-child {
    margin: 0;
}
.service__item a {
    margin-top: 30px;
    min-width: 240px;
}
.service__item img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.legal {
    width: 100%;
    margin-top: 130px;
}
.legal__block {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
.legal__block::before {
    content: "";
    position: absolute;
    width: 580px;
    height: 585px;
    background: url(../img/legal-bg.png) center/contain no-repeat;
    top: -11px;
    left: calc(100% - 139px);
    z-index: -1;
}
.legal__img {
    display: block;
    width: 32%;
    position: relative;
}
.legal__img img {
    position: absolute;
    width: 412px;
    height: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.legal__price {
    float: left;
    width: 32%;
    margin-left: 2%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 36px 52px 37px;
}
.legal__price h4 {
    display: block;
    font-weight: 600;
    font-size: 40px;
    color: #e6c88c;
}
.legal__price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: -4px;
    font-family: "Joane", sans-serif;
}
.legal__price span b {
    float: left;
    font-weight: 400;
    font-size: 24px;
    color: #1e2850;
    line-height: 40px;
}
.legal__price span p {
    float: left;
    line-height: 40px;
    padding-left: 12px;
    line-height: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}
.legal__price ul {
    display: block;
    margin-top: 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 27px;
}
.legal__price ul li {
    display: block;
    padding-left: 29px;
    margin-top: 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    position: relative;
}
.legal__price ul li:first-child {
    margin: 0;
}
.legal__price ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(../img/icon-list3.svg) center no-repeat;
    top: 9px;
    left: 3px;
}
.legal__price ul li.s::before {
    background-image: url(../img/icon-list2.svg);
    opacity: 0.1;
}
.legal__price ul li.n::before {
    display: none;
}
.legal__price ul li b {
    font-weight: 500;
}
.legal__price a {
    width: 100%;
    margin-top: 30px;
}
.legal__desc {
    width: 27%;
    margin: auto 0 auto 5%;
}
.legal__desc h4 {
    display: block;
    color: #e6c88c;
    font-size: 24px;
    line-height: 160%;
    font-weight: 600;
}
.legal__desc div {
    display: block;
    margin-top: 17px;
}
.legal__desc div p {
    display: block;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-top: 15px;
}
.legal__desc div p:first-child {
    margin: 0;
}
.legal__desc div ul {
    display: block;
    margin-top: 19px;
}
.legal__desc div ul:first-child {
    margin: 0;
}
.legal__desc div ul li {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-left: 14px;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.legal__desc div ul li:first-child {
    margin: 0;
}
.legal__desc div ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    top: 12px;
    left: 0;
}

.why {
    width: 100%;
    margin-top: 110px;
}
.why__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}
.why__item {
    float: left;
    width: 222px;
    max-width: 19%;
}
.why__item i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1e2850;
    margin: 0 auto;
}
.why__item i img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}
.why__item h4 {
    display: block;
    margin-top: 23px;
    text-align: center;
    color: #1e2850;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
.why__item p {
    display: block;
    margin-top: 9px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
}

.slick-list {
    width: 100%;
    float: left;
    overflow: hidden;
    height: auto;
}
.slick-track {
    width: 100%;
    height: auto;
}
.slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 9px;
    border: 2px solid #1e2850;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.slick-dots li.slick-active {
    background: #1e2850;
}
.slick-dots li button {
    display: none;
}

.partners {
    width: 100%;
    margin-top: 130px;
}
.partners__slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
.partners__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.partners__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
.partners__item {
    float: left;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}
.partners__item img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 200px;
}

.news {
    width: 100%;
    margin-top: 140px;
    position: relative;
}
.news:first-child {
    margin: 0;
}
.news > .title {
    padding: 0;
    border: 0;
}
.news__slider {
    width: calc(100% + 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 50px -20px 0;
}
.news__slider .slick-list {
    padding-bottom: 50px;
}
.news__cot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
}
.news__cot:first-child {
    margin: 0;
}
.news__aside {
    float: left;
    width: 366px;
}
.news__serv {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 63px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 63px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.news__serv h4 {
    display: block;
    padding: 45px 25px 0;
    font-weight: 400;
    font-size: 26px;
    color: #1e2850;
}
.news__serv ul {
    display: block;
    margin-top: 30px;
}
.news__serv ul li {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news__serv ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
    padding: 0 22px;
    cursor: pointer;
}
.news__serv ul li a b {
    font-family: "Joane", sans-serif;
    float: left;
    font-weight: 600;
    font-size: 20px;
    color: #1e2850;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.news__serv ul li a span {
    float: left;
    padding-left: 23px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: rgba(30, 40, 80, 0.6);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.news__block {
    float: left;
    width: calc(100% - 366px);
    margin: 0 -20px 0 20px;
}
.news__block .news__item {
    margin-bottom: 40px;
}
.news__includes {
    float: left;
    width: calc(100% - 406px);
    margin-left: 40px;
}
.news__includes .title h2,
.news__includes .title h1 {
    text-align: left;
}
.news__item {
    float: left;
    width: calc(50% - 40px);
    margin: 0 20px;
    background: #fff;
    -webkit-box-shadow: 1px 14px 23px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 14px 23px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 56px;
}
.news__item i {
    display: block;
    width: 100%;
    height: 177px;
    background-size: cover;
    background-position: center;
}
.news__item i a {
    display: block;
    width: 100%;
    height: 100%;
}
.news__item h4 {
    display: block;
    margin-top: 25px;
    padding: 0 40px;
    font-weight: 400;
    font-size: 24px;
    color: #1e2850;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.news__item h4 a {
    color: #1e2850;
}
.news__item p {
    display: block;
    margin-top: 7px;
    padding: 0 40px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.news__item span {
    display: block;
    margin-top: 19px;
    padding: 0 40px;
}
.news__item span a {
    display: inline-block;
}

.input {
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: #e9edf1;
    border-radius: 25px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #1e2850;
}
.input::-webkit-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.input::-moz-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.input:-ms-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.input::-ms-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.input::placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}

.textarea {
    display: block;
    width: auto;
    height: 78px;
    padding: 12px 15px;
    background: #e9edf1;
    border-radius: 22.5px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    border: 0;
    color: #1e2850;
}
.textarea::-webkit-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.textarea::-moz-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.textarea:-ms-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.textarea::-ms-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.textarea::placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}

.select {
    display: block;
    width: auto;
    height: 45px;
    line-height: 43px;
    border: 1px solid rgba(30, 40, 80, 0.4);
    padding: 0 40px 0 15px;
    background: #fff url(../img/arrow-down.svg) right 20px center no-repeat;
    border-radius: 25px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #1e2850;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select option {
    text-transform: none;
}
.select::-webkit-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.select::-moz-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.select:-ms-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.select::-ms-input-placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}
.select::placeholder {
    color: rgba(30, 40, 80, 0.5);
    text-transform: uppercase;
}

.check {
    width: 100%;
    position: relative;
}
.check input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.check input:checked + label::after {
    opacity: 1;
}
.check label {
    display: block;
    width: 100%;
    line-height: 19px;
    padding-left: 35px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7c7c7c;
}
.check label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 11px;
    width: 19px;
    height: 19px;
    border: 1px solid rgba(30, 40, 80, 0.4);
    border-radius: 6px;
}
.check label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 14px;
    width: 17px;
    height: 12px;
    opacity: 0;
    background: url(../img/check.svg) center no-repeat;
}

.subscribe {
    width: 100%;
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 60px 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}
.subscribe__title {
    float: left;
    width: 25%;
    margin: auto 0;
}
.subscribe__title h4 {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #1e2850;
}
.subscribe__form {
    float: left;
    width: calc(75% + 20px);
    margin: auto -10px;
}
.subscribe__form .input {
    float: left;
    width: calc(33.3333% - 20px);
    margin: 0 10px;
}
.subscribe__form button {
    float: left;
    width: calc(33.3333% - 20px);
    margin: 0 10px;
}

.footer {
    width: 100%;
    margin-top: 110px;
    padding: 55px 0 80px;
    background: #e9edf1;
}
.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}
.footer__block h4 {
    display: block;
    position: relative;
    font-family: "Cera", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding-bottom: 10px;
}
.footer__block h4::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
}
.footer__company {
    float: left;
    width: 24%;
}
.footer__company div {
    width: 900%;
    margin-top: 35px;
    max-width: 220px;
}
.footer__company div p {
    display: block;
    margin-top: 25px;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
}
.footer__company div p:first-child {
    margin: 0;
}
.footer__nav {
    float: left;
    width: 16%;
}
.footer__nav ul {
    display: block;
    margin-top: 35px;
}
.footer__nav ul li {
    display: block;
    margin-top: 20px;
}
.footer__nav ul li:first-child {
    margin: 0;
}
.footer__nav ul li a {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer__calendar {
    float: left;
    width: 22%;
}
.footer__calendar .ui-datepicker-header {
    display: none;
}
.footer__calendar table {
    width: 100%;
    max-width: 203px;
    margin-top: 35px;
}
.footer__calendar table tr th {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}
.footer__calendar table tr td {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.footer__calendar table tr td.t {
    background: #e6c88c;
    color: #000;
}
.footer__calendar table tr td.a {
    color: #000;
}
.footer__info {
    float: left;
    width: 22%;
}
.footer__info div {
    display: block;
    width: 100%;
    margin-top: 35px;
}
.footer__info div p {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
.footer__info div p:first-child {
    margin: 0;
}
.footer__info div p a {
    color: #000;
}
.footer__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
}
.footer__info ul li {
    float: left;
    margin-right: 12px;
}
.footer__info ul li:last-child {
    margin: 0;
}
.footer__info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    background: #e6c88c;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.footer__info ul li a img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

.about {
    width: 100%;
    margin-top: 70px;
}
.about:first-child {
    margin: 0;
}
.about .title {
    padding: 0;
    border: 0;
}
.about__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 55px;
}
.about__text {
    float: left;
    width: 62%;
    padding: 53px 80px;
}
.about__text p {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
}
.about__text p:first-child {
    margin: 0;
}
.about__img {
    float: left;
    width: 38%;
    background-size: cover;
    background-position: center;
}

.adva {
    min-height: 530px;
    margin-top: 100px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.adva__block {
    float: left;
    width: 50%;
    padding: 50px 80px;
    margin: auto 0;
}
.adva__block h2 {
    display: block;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    color: #1e2850;
}
.adva__block p {
    display: block;
    float: left;
    width: 100%;
    margin-top: 12px;
    font-weight: 300;
    font-size: 16px;
    max-width: 400px;
}
.adva__block a {
    margin-top: 28px;
    float: left;
}
.adva__img {
    float: left;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.crew {
    width: 100%;
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.crew__img {
    float: left;
    width: 50%;
    position: relative;
}
.crew__img span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
}
.crew__img span img:nth-child(1) {
    display: block;
    width: 488px;
    height: auto;
    margin: 0 auto;
}
.crew__img span img:nth-child(2) {
    position: absolute;
    width: 425px;
    height: 425px;
    top: calc(50% - 212px);
    left: calc(50% - 212px);
}
.crew__img div {
    position: absolute;
    width: 77px;
    height: auto;
    top: 217px;
    left: calc(50% - 205px);
}
.crew__img div img {
    display: block;
    width: 100%;
    height: auto;
}
.crew__img div p {
    position: absolute;
    top: 80px;
    left: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    padding: 11px 11px 11px 25px;
    font-weight: 300;
    font-size: 10px;
    line-height: 150%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}
.crew__img div p::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 12px;
    left: 10px;
    background: url(../img/crew-img4.svg) center no-repeat;
}
.crew__img div p::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crew__text {
    float: left;
    width: 50%;
    margin: auto 0;
}
.crew__text h2 {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #1e2850;
}
.crew__text div {
    display: block;
    margin-top: 28px;
}
.crew__text div p {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.crew__text div p:first-child {
    margin: 0;
}

.vision {
    width: 100%;
    margin-top: 180px;
    background: url(../img/vision1.jpg) center/cover no-repeat;
    position: relative;
    padding: 50px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 497px;
    height: auto;
    border-radius: 10px;
}
.vision::before {
    content: "";
    position: absolute;
    width: 224px;
    height: 241px;
    background: url(../img/vision2.png) center/contain no-repeat;
    left: calc(50% + 320px);
    top: -190px;
    z-index: -1;
}
.vision div {
    display: block;
    margin: auto 0;
    max-width: 450px;
}
.vision div h2 {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #1e2850;
}
.vision div span {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.vision div span p {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
}
.vision div span p:first-child {
    margin: 0;
}

.stat {
    width: 100%;
    margin: 60px auto 0;
    max-width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.stat__text {
    float: left;
    width: 50%;
}
.stat__text h2 {
    display: block;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #1e2850;
}
.stat__text div {
    display: block;
    margin-top: 28px;
}
.stat__text div p {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.stat__text div p:first-child {
    margin: 0;
}
.stat__info {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.stat__info div {
    margin: auto 0 0 116px;
    width: 170px;
    float: left;
}
.stat__info div:first-child {
    margin-left: 0;
}
.stat__info div b {
    display: block;
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    font-family: "Joane", sans-serif;
    color: #1e2850;
}
.stat__info div p {
    display: block;
    font-size: 13px;
    margin-top: -2px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
.stat__info div span {
    display: block;
    margin-top: 25px;
    border-bottom: 5px solid #1e2850;
    border-left: 2px solid #1e2850;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 40, 80, 0)), to(rgba(30, 40, 80, 0.44)));
    background: -o-linear-gradient(top, rgba(30, 40, 80, 0) 0%, rgba(30, 40, 80, 0.44) 100%);
    background: linear-gradient(180deg, rgba(30, 40, 80, 0) 0%, rgba(30, 40, 80, 0.44) 100%);
}

.adapt {
    width: 100%;
    height: auto;
    padding: 60px 60px 110px;
    background: url(../img/adapt.jpg) center no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 61px 146px 63px rgba(0, 0, 0, 0.05);
    box-shadow: 61px 146px 63px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 95px;
}
.adapt h2 {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    color: #e6c88c;
}
.adapt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    max-width: 900px;
    margin: 15px auto 0;
}
.adapt ul li {
    float: left;
    width: 33.3333%;
    padding-left: 36px;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-top: 25px;
}
.adapt ul li::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon-list4.svg) center no-repeat;
    left: 0;
    top: 2px;
}

.serv {
    width: 100%;
    margin-top: 70px;
    min-height: 564px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-shadow: 0 0 63px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 63px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.serv:first-child {
    margin: 0;
}
.serv__text {
    float: left;
    width: 50%;
    padding: 50px 70px;
    margin: auto 0;
}
.serv__text h1,
.serv__text h2 {
    display: block;
    font-weight: 600;
    font-size: 40px;
    line-height: 140%;
    color: #e6c88c;
    padding-bottom: 25px;
    position: relative;
}
.serv__text h1::before,
.serv__text h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 310px;
    max-width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}
.serv__text h1 small,
.serv__text h2 small {
    display: block;
    padding-top: 9px;
    font-size: 24px;
    font-style: italic;
    color: #1e2850;
    margin-bottom: -15px;
}
.serv__text div {
    display: block;
    margin-top: 20px;
}
.serv__text div p {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.serv__text div p:first-child {
    margin: 0;
}
.serv__text span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
}
.serv__img {
    float: left;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1e2850;
    margin-top: 15px;
}
.text h1 {
    font-size: 36px;
}
.text h2 {
    font-size: 30px;
}
.text h3 {
    font-size: 24px;
}
.text h4 {
    font-size: 20px;
}
.text h5 {
    font-size: 18px;
}
.text h6 {
    font-size: 16px;
}
.text *:first-child {
    margin-top: 0;
}
.text p {
    display: block;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
}
.text p a {
    color: #e6c88c;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.text ul {
    display: block;
    width: 100%;
    margin-top: 15px;
}
.text ul li {
    display: block;
    padding-left: 24px;
    font-weight: 300;
    font-size: 16px;
    position: relative;
}
.text ul li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 5px;
    background: url(../img/icon-list1.svg) center no-repeat;
    top: calc(50% - 2px);
    left: 0;
}

.includes {
    width: 100%;
    margin-top: 110px;
}
.includes__block {
    width: 100%;
    margin-top: 0;
}
.includes__text {
    width: 100%;
    margin-top: 38px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.includes__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.includes__item h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 80px 15px 0;
    min-height: 86px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #1e2850;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.includes__item h4.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.includes__item h4.open i::after {
    opacity: 0;
}
.includes__item h4 i {
    position: absolute;
    width: 22px;
    height: 22px;
    top: calc(50% - 10px);
    right: 0;
    border: 1px solid #1e2850;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.includes__item h4 i::before,
.includes__item h4 i::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    top: calc(50% - 1px);
    background: #1e2850;
    left: calc(50% - 4px);
}
.includes__item h4 i::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.includes__item div {
    width: 100%;
    display: none;
    padding: 0 0 28px;
}

.make {
    width: 100%;
    margin-top: 150px;
    padding-bottom: 95px;
    position: relative;
}
.make.end {
    padding-bottom: 0;
}
.make + .insta {
    margin-top: 200px;
    position: relative;
}
.make + .insta::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 800px;
    top: -700px;
    left: calc(50% - 50vw);
    background: -o-linear-gradient(90.44deg, #ffffff 24.72%, rgba(255, 255, 255, 0) 38.96%);
    background: linear-gradient(359.56deg, #ffffff 24.72%, rgba(255, 255, 255, 0) 38.96%);
}
.make::before,
.make::after {
    content: "";
    position: absolute;
    width: 978px;
    height: 776px;
    background: url(../img/make1.png) center/contain no-repeat;
    opacity: 0.1;
    z-index: 0;
}
.make::before {
    bottom: -238px;
    left: calc(50% - 667px);
}
.make::after {
    bottom: -178px;
    left: calc(50% - 154px);
}
.make .title {
    padding: 0;
    position: relative;
    z-index: 3;
    border: 0;
}
.make__form {
    width: 100%;
    max-width: 410px;
    margin: 25px auto 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 45px 30px 75px;
    position: relative;
    z-index: 2;
}
.make__form::before {
    content: "";
    position: absolute;
    width: calc(100% + 160px);
    height: calc(100% + 230px);
    top: -170px;
    left: -80px;
    z-index: -1;
    background: #fff;
    -webkit-filter: blur(164px);
    filter: blur(164px);
}
.make__item {
    position: relative;
    z-index: 3;
    display: none;
}
.make__item.active {
    display: block;
}
.make__title h4 {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #e6c88c;
}
.make__title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}
.make__title ul li {
    float: left;
    font-family: "Joane", sans-serif;
    margin-right: 54px;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    color: #1e2850;
    opacity: 0.3;
    position: relative;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.make__title ul li.active {
    opacity: 1;
}
.make__title ul li:last-child {
    margin: 0;
}
.make__title ul li:last-child::before {
    display: none;
}
.make__title ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #bbbfcb;
    top: calc(50% - 1px);
    left: calc(100% + 17px);
}
.make__block {
    width: 100%;
    margin: 14px auto 0;
    max-width: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.make__block.min {
    max-width: 329px;
}
.make__block.min .radio {
    width: calc(50% - 14px);
    margin: 15px 7px 0;
}
.make__block .radio {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.make__block .link {
    width: 100%;
    margin-top: 34px;
}
.make__block .link:first-child {
    margin: 0;
}
.make__block .input {
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(30, 40, 80, 0.4);
}
.make__calendar {
    width: 100%;
    margin-top: 28px;
}

.ui-datepicker {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}
.ui-datepicker-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    float: left;
    width: 34px;
    height: 24px;
    font-size: 0;
    cursor: pointer;
    background: url(../img/arrow-left.svg) center no-repeat;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.ui-datepicker-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.ui-datepicker-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ui-datepicker-title {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1e2850;
}
.ui-datepicker-calendar {
    width: 100%;
    margin-top: 15px;
}
.ui-datepicker-calendar tr th {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}
.ui-datepicker-calendar tr td {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.ui-datepicker-calendar tr td.ui-datepicker-current-day {
    background: #e6c88c;
    color: #000;
}
.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
    color: #000;
}
.ui-datepicker-calendar tr td a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.radio {
    width: 100%;
    position: relative;
}
.radio input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input:checked + label {
    border-color: #e6c88c;
    background: #e6c88c;
}
.radio label {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 43px;
    padding: 0 15px;
    border: 1px solid rgba(30, 40, 80, 0.4);
    border-radius: 22.5px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1e2850;
}

.insta {
    width: 100%;
    position: relative;
    margin-top: 130px;
}
.insta .title {
    position: relative;
    z-index: 2;
}
.insta__slider {
    width: calc(100% + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    margin: 40px -15px 0;
    padding-bottom: 40px;
}
.insta__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.insta__item {
    float: left;
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    height: auto;
}
.insta__item i {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.page {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 63px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 63px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.page__img {
    width: 100%;
    height: 322px;
    background-size: cover;
    background-position: center;
}
.page__text {
    width: 100%;
    padding: 65px 80px 80px;
}

.appoin {
    width: 100%;
    margin-top: 110px;
    position: relative;
    padding-bottom: 77px;
}
.appoin:first-child {
    margin-top: 0;
}
.appoin::before,
.appoin::after {
    content: "";
    position: absolute;
    width: 1076px;
    height: 576px;
    background: url(../img/appoin.png) center/contain no-repeat;
    opacity: 0.1;
    z-index: 0;
}
.appoin::before {
    bottom: -91px;
    left: calc(50% - 897px);
}
.appoin::after {
    bottom: 18px;
    left: calc(50% - 154px);
}
.appoin .title {
    padding: 0;
    border: 0;
}
.appoin__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 42px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
.appoin__form {
    float: left;
    width: 63%;
    padding: 157px 80px 80px;
    position: relative;
}
.appoin__form::before {
    content: "";
    position: absolute;
    width: calc(100% - 80px);
    height: 1px;
    left: 80px;
    top: 107px;
    background: rgba(0, 0, 0, 0.1);
}
.appoin__form .calendar {
    float: left;
    width: 50%;
}
.appoin__form-block {
    float: left;
    width: 50%;
    padding-left: 30px;
}
.appoin__form .select,
.appoin__form .input {
    width: 100%;
    margin-top: 16px;
}
.appoin__form .select:first-child,
.appoin__form .input:first-child {
    margin: 0;
}
.appoin__form .input {
    margin-top: 20px;
    background: #fff;
    border: 1px solid rgba(30, 40, 80, 0.4);
}
.appoin__form .check {
    width: 100%;
    margin-top: 14px;
}
.appoin__form .link {
    width: 100%;
    margin-top: 23px;
}
.appoin .map {
    float: left;
    width: 37%;
}

.contact {
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}
.contact::before,
.contact::after {
    content: "";
    position: absolute;
    width: 1076px;
    height: 576px;
    background: url(../img/appoin.png) center/contain no-repeat;
    opacity: 0.1;
    z-index: 0;
}
.contact::before {
    bottom: -91px;
    left: calc(50% - 897px);
}
.contact::after {
    bottom: 18px;
    left: calc(50% - 154px);
}
.contact__block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 44px;
    position: relative;
    z-index: 2;
}
.contact__block .map {
    float: left;
    width: 31%;
    height: 540px;
    border-radius: 10px;
}
.contact__detail {
    float: left;
    width: 36%;
    padding: 0 80px;
    margin: auto 0;
}
.contact__detail h4 {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #e6c88c;
}
.contact__detail p {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.contact__detail div {
    display: block;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.contact__detail div span {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
}
.contact__detail div span:first-child {
    margin: 0;
}
.contact__detail div span i {
    float: left;
    width: 31px;
    height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
}
.contact__detail div span i img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}
.contact__detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 40px;
}
.contact__detail ul li {
    float: left;
    margin-right: 18px;
}
.contact__detail ul li:last-child {
    margin: 0;
}
.contact__detail ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    background: #e6c88c;
    border-radius: 50%;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.contact__detail ul li a img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.contact__form {
    float: left;
    width: 30%;
    height: auto;
    padding: 44px 55px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.contact__form h4 {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #e6c88c;
}
.contact__form .input,
.contact__form .textarea {
    width: 100%;
    margin-top: 20px;
}
.contact__form .input:first-child,
.contact__form .textarea:first-child {
    margin: 0;
}
.contact__form .link {
    width: 100%;
    margin-top: 40px;
}

.card {
    width: 100%;
}
.card .title {
    padding: 0;
    border: 0;
}
.card__empty {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    max-width: 810px;
    padding: 27px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__empty p {
    display: block;
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
.card__block {
    width: 100%;
    max-width: 810px;
    margin: 30px auto 0;
}
.card__block .link {
    width: 310px;
    max-width: 100%;
    margin: 27px auto 0;
}
.card__block .link.disabled {
    opacity: 0.5;
    cursor: default;
}
.card__check {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__check:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card__check input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.card__check input:checked + label {
    color: #1e2850;
}
.card__check input:checked + label::after {
    opacity: 1;
}
.card__check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 75px;
    font-family: "Joane", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: rgba(30, 40, 80, 0.7);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.card__check label small {
    padding-left: 10px;
    font-size: 60%;
    color: #e6c88c;
}
.card__check label::before {
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    right: 0;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(30, 40, 80, 0.4);
    border-radius: 6px;
}
.card__check label::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 11px;
    height: 8px;
    opacity: 0;
    background: url(../img/check2.svg) center no-repeat;
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 115;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
}
.modal.hide {
    visibility: hidden;
    opacity: 0;
}
.modal.hide .modal__cot {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.modal.hide.load {
    opacity: 1;
    visibility: visible;
}
.modal.hide.load .modal__bg {
    background: rgba(28, 42, 54, 0.4) url(../img/load.svg) center/70px no-repeat;
}
.modal__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(28, 42, 54, 0.4);
}
.modal__cot {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.modal__cot.image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 98vw;
    max-height: 98vh;
}
.modal__video {
    display: block;
    width: 100vw;
    height: auto;
    max-width: 1200px;
    position: relative;
}
.modal__video::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    padding-top: 60%;
}
.modal__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.modal__close {
    position: absolute;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url(../img/icon-close.svg) center/18px auto no-repeat;
    top: 30px;
    right: 30px;
    z-index: 2;
}
.modal__block {
    width: 100vw;
    max-width: 390px;
    padding: 60px 60px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
}
.modal__block .modal__close {
    background-image: url(../img/icon-close-b.svg);
    top: 10px;
    right: 10px;
}
.modal__title {
    width: 100%;
}
.modal__title h4 {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #1e2850;
}
.modal__form {
    width: 100%;
    margin-top: 30px;
}
.modal__form .input {
    width: 100%;
    margin-top: 15px;
}
.modal__form .input:first-child {
    margin: 0;
}
.modal__form button {
    width: 100%;
    margin-top: 15px;
}
@media screen and (min-width: 1024px) {
    .link:hover {
        background: #b8924f !important;
        color: #fff;
    }

    .header.fixed {
        background: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    }
    .header.fixed .row {
        padding: 22px 0 20px;
    }
    .header.fixed .header__nav ul li.current-menu-item a::before {
        margin-top: -10px;
    }
    .header.fixed .header__logo {
        height: 110px;
        padding: 5px 25px;
    }
    .pack__item:hover {
        transform: scale(1.05);
    }
    .header__nav > ul > li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    .header__nav > ul > li:hover > a {
        color: #b8924f;
    }
    .header__nav > ul > li ul li a:hover {
        color: #e6c88c;
    }
    .header__order:hover {
        color: #b8924f;
    }
    .header__order:hover svg path {
        stroke: #b8924f;
    }
    .header__lang a:hover {
        background: #fff;
    }

    .service__block div a:hover {
        color: #e6c88c;
    }
    .service__block div a:hover::before {
        background-image: url(../img/arrow2.svg);
    }
    .service__tab ul li:hover span {
        color: #1e2850;
    }

    .news__serv ul li a:hover span {
        color: #1e2850;
    }
    .news__item h4:hover {
        color: #e6c88c;
    }
    .news__item h4:hover a {
        color: #e6c88c;
    }

    .footer__nav ul li a:hover {
        color: #e6c88c;
    }
    .footer__info ul li a:hover {
        background: #b8924f;
    }

    .crew__img div img:hover + p {
        visibility: visible;
        opacity: 1;
    }

    .text p a:hover {
        color: #b8924f;
    }

    .includes__item h4:hover {
        color: #e6c88c;
    }

    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover {
        opacity: 0.7;
    }

    .contact__detail ul li a:hover {
        background: #b8924f;
    }
}
@media screen and (max-width: 1023px) {
    .header.fixed:not(.open) {
        background: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    }
    .header.fixed:not(.open) .row {
        padding: 5px 0;
    }
    .header.fixed:not(.open) .header__logo {
        height: 67px;
    }
    .header.open .header__humb i {
        background: rgba(255, 255, 255, 0);
    }
    .header.open .header__humb i::before {
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
    .header.open .header__humb i::after {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }
    .header.open .header__nav,
    .header.open .header__order,
    .header.open .header__call,
    .header.open .header__lang {
        visibility: visible;
        opacity: 1;
    }
    .header .row {
        padding: 16px 0;
    }
    .header + .content {
        padding-top: 110px;
    }
    .header::before {
        display: none;
    }
    .header__logo {
        width: 86px;
        height: 83px;
        padding: 3px;
        z-index: 5;
    }
    .header__humb {
        display: block;
        float: right;
        margin: 0 15px 0 auto;
        width: 50px;
        height: 50px;
        z-index: 22;
        position: relative;
    }
    .header__humb::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        border: 1px solid #1e2850;
        border-radius: 50%;
    }
    .header__humb i {
        float: left;
        position: relative;
        width: 16px;
        height: 1px;
        background: #1e2850;
        margin: 25px 0 0 17px;
        -webkit-transition: background 0.3s, width 0.4s;
        -o-transition: background 0.3s, width 0.4s;
        transition: background 0.3s, width 0.4s;
    }
    .header__humb i::before,
    .header__humb i::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #1e2850;
        left: 0;
        -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .header__humb i::before {
        top: -5px;
    }
    .header__humb i::after {
        top: 5px;
    }
    .header__nav {
        position: absolute;
        visibility: hidden;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0;
        z-index: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding: 110px 30px 200px;
        margin: 0;
        -webkit-transition: opacity 0.5s, visibility 0.5s;
        -o-transition: opacity 0.5s, visibility 0.5s;
        transition: opacity 0.5s, visibility 0.5s;
    }
    .header__nav ul {
        width: 100%;
        max-height: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header__nav ul li {
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header__nav ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header__nav ul li a {
        width: 100%;
        line-height: 55px;
        text-align: center;
        font-family: "Joane", sans-serif;
        font-weight: 600;
        height: auto;
        font-size: 17px;
        color: #1e2850;
    }
    .header__nav ul li a::before {
        display: none;
    }
    .header__nav ul li ul {
        display: none;
    }
    .header__order {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        top: calc(100vh - 195px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        -webkit-transition: opacity 0.5s, visibility 0.5s;
        -o-transition: opacity 0.5s, visibility 0.5s;
        transition: opacity 0.5s, visibility 0.5s;
    }
    .header__call {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        top: calc(100vh - 135px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        -webkit-transition: opacity 0.5s, visibility 0.5s;
        -o-transition: opacity 0.5s, visibility 0.5s;
        transition: opacity 0.5s, visibility 0.5s;
    }
    .header__lang {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        top: calc(100vh - 64px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        -webkit-transition: opacity 0.5s, visibility 0.5s;
        -o-transition: opacity 0.5s, visibility 0.5s;
        transition: opacity 0.5s, visibility 0.5s;
    }
    .header__lang.active a {
        border-radius: 0 0 5px 5px;
    }
    .header__lang ul {
        top: auto;
        bottom: 100%;
        border-radius: 5px 5px 0 0;
    }

    .cap {
        height: auto;
        min-height: 100vh;
    }
    .cap__img {
        display: none;
    }
    .cap__block {
        padding: 0;
    }
    .cap__cot {
        width: 100%;
        padding: 134px 0 50px;
        max-width: 100%;
    }
    .cap__cot h1 {
        display: block;
        font-size: 32px;
        line-height: 140%;
    }
    .cap__cot p {
        font-size: 18px;
        line-height: 150%;
    }
    .cap__cot ul {
        margin-top: 15px;
    }
    .cap__cot ul li {
        padding-left: 26px;
        font-size: 18px;
    }
    .cap__cot ul li::before {
        left: 0;
    }
    .cap__cot span {
        margin-top: 25px;
        font-size: 18px;
        line-height: 150%;
    }

    .content {
        padding-top: 70px;
    }

    .title {
        padding-bottom: 20px;
    }
    .title h1,
    .title h2 {
        font-size: 32px;
        line-height: 140%;
    }

    .pack {
        margin-top: 70px;
    }
    .pack__desc {
        margin: 20px 0 0;
    }
    .pack__desc div p {
        font-size: 14px;
        margin-top: 10px;
    }
    .pack__desc div p:nth-child(3),
    .pack__desc div p:nth-child(2) {
        display: none;
    }
    .pack__desc span {
        margin-top: 20px;
    }
    .pack__block {
        position: relative;
        padding-bottom: 30px;
    }
    .pack__item {
        padding: 34px 33px 40px;
    }
    .pack__item::before {
        right: 15px;
    }
    .pack__item h4 {
        font-size: 32px;
    }
    .pack__item span b {
        font-size: 18px;
    }
    .pack__item span s {
        font-size: 13px;
    }
    .pack__item ul {
        margin-top: 14px;
        padding-top: 24px;
    }
    .pack__item ul li {
        font-size: 14px;
    }

    .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

    .work {
        margin-top: 70px;
    }
    .work__block {
        position: relative;
        padding-bottom: 30px;
    }
    .work__item {
        padding: 0;
    }

    .service {
        margin-top: 70px;
    }
    .service__block {
        width: 100%;
        margin: 20px 0 0;
        flex-wrap: wrap;
    }
    .service__block_left,
    .service__block_img {
        width: 100%;
    }
    .service__block_img img {
        width: 50%;
        margin: 0 auto;
        display: flex;
    }

    .service__block div {
        width: 100%;
        margin: 20px 0 0;
    }
    .service__block div:first-child {
        margin: 0;
    }
    .service__block div b {
        float: left;
        width: 50px;
        line-height: 40px;
        font-size: 20px;
    }
    .service__block div h4 {
        float: left;
        width: calc(100% - 50px);
        font-size: 20px;
        margin: 0;
        line-height: 40px;
    }
    .service__block div p {
        font-size: 14px;
        margin-top: 10px;
    }
    .service__block div a {
        margin-top: 10px;
    }
    .service__cot {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 30px;
        border-radius: 0;
        border-left: 0;
        margin-right: 0;
    }
    .service__tab {
        display: none;
    }
    .service__items {
        width: 100%;
    }
    .service__item {
        padding: 25px 30px;
        display: block;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .service__item b {
        float: left;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .service__item h4 {
        float: left;
        width: calc(100% - 40px);
        font-size: 16px;
        margin: 0;
        font-weight: 500;
        font-family: "Cera", sans-serif;
        line-height: 40px;
        color: rgba(30, 40, 80, 0.6);
        padding-right: 10px;
        position: relative;
    }
    .service__item h4.open::before {
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }
    .service__item h4::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        right: -17px;
        background: url(../img/arrow-down.svg) center no-repeat;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .service__item span {
        display: none;
        float: left;
    }
    .service__item span p {
        margin-top: 10px;
        font-size: 14px;
    }
    .service__item a {
        display: none;
        float: left;
    }
    .service__item img {
        display: none;
    }

    .legal {
        margin-top: 70px;
    }
    .legal__block {
        margin-top: 30px;
    }
    .legal__block::before {
        display: none;
    }
    .legal__img {
        display: none;
    }
    .legal__price {
        width: 100%;
        padding: 30px 33px 40px;
    }
    .legal__price h4 {
        font-size: 26px;
    }
    .legal__price span b {
        font-size: 18px;
    }
    .legal__price span p {
        font-size: 13px;
    }
    .legal__price ul {
        margin-top: 14px;
        padding-top: 24px;
    }
    .legal__price ul li {
        font-size: 14px;
    }
    .legal__desc {
        width: 100%;
        margin: 24px 0 0;
    }

    .why {
        margin: 70px 0 0;
    }
    .why__block {
        margin-top: 30px;
    }
    .why__item {
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }
    .why__item:first-child {
        margin: 0;
    }
    .why__item i {
        float: left;
        width: 40px;
        height: 40px;
    }
    .why__item i img {
        max-width: 18px;
        max-height: 18px;
    }
    .why__item h4 {
        float: left;
        width: calc(100% - 40px);
        padding-left: 12px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        margin: 0;
        font-size: 20px;
    }
    .why__item p {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }

    .partners {
        margin-top: 70px;
    }
    .partners__item {
        width: 50%;
    }

    .news {
        margin-top: 70px;
    }
    .news__includes {
        width: 100%;
        margin: 0;
    }
    .news__slider {
        margin-top: 30px;
    }
    .news__slider .slick-list {
        float: left;
        padding: 0;
    }
    .news__item {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .news__item i {
        height: 155px;
    }
    .news__item h4 {
        padding: 21px 20px 0;
        font-size: 24px;
        line-height: 140%;
        margin: 0;
    }
    .news__item p {
        font-size: 14px;
        padding: 0 20px;
    }
    .news__item span {
        padding: 0 20px;
        margin-top: 15px;
    }
    .news__cot {
        margin-top: 30px;
    }
    .news__aside {
        display: none;
    }
    .news__block {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .news__block .news__item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }

    .subscribe {
        margin-top: 70px;
        padding: 40px 20px;
    }
    .subscribe__title {
        width: 100%;
        margin: 0;
    }
    .subscribe__title h4 {
        font-size: 20px;
        text-align: center;
    }
    .subscribe__form {
        width: 100%;
        margin-top: 20px;
    }
    .subscribe__form .input {
        width: 100%;
        margin: 16px 0 0;
    }
    .subscribe__form .input:first-child {
        margin: 0;
    }
    .subscribe__form button {
        width: 100%;
        margin: 20px 0 0;
    }

    .footer {
        margin-top: 70px;
        padding: 30px 0 40px;
    }
    .footer__block h4::before {
        width: 100%;
    }
    .footer__company {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
    }
    .footer__company div {
        max-width: 100%;
        margin-top: 15px;
    }
    .footer__nav {
        display: none;
    }
    .footer__calendar {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
    }
    .footer__calendar table {
        max-width: 100%;
        margin-top: 15px;
    }
    .footer__info {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__info div {
        margin-top: 15px;
    }
    .footer__info ul li a {
        width: 40px;
        height: 40px;
    }
    .footer__info ul li a img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    .about__block {
        margin-top: 30px;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .about__text {
        width: 100%;
        padding: 0;
    }
    .about__text p {
        font-size: 14px;
    }
    .about__img {
        display: none;
    }

    .adva {
        margin-top: 70px;
        padding: 0;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        min-height: 0;
    }
    .adva__block {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .crew {
        margin-top: 70px;
    }
    .crew__img {
        width: 100%;
        margin-right: -100px;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -100px;
    }
    .crew__img div {
        display: none;
    }
    .crew__text {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-top: -140px;
    }
    .crew__text h2 {
        font-size: 26px;
    }
    .crew__text div {
        margin-top: 15px;
    }
    .crew__text div p {
        font-size: 14px;
        margin-top: 10px;
    }

    .vision {
        width: calc(100% + 60px);
        margin: 70px -30px 0;
        border-radius: 0;
        min-height: 0;
        padding: 30px;
    }
    .vision div h2 {
        font-size: 26px;
    }
    .vision div span p {
        font-size: 14px;
        margin-top: 10px;
    }

    .stat__text {
        width: 100%;
    }
    .stat__text h2 {
        font-size: 26px;
    }
    .stat__text div p {
        margin-top: 10px;
        font-size: 14px;
    }
    .stat__info {
        width: 100%;
        margin-top: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .stat__info div {
        width: 100%;
        margin: 35px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        position: relative;
    }
    .stat__info div:first-child {
        margin: 0;
    }
    .stat__info div b {
        float: left;
        width: 50%;
        text-align: right;
        font-size: 50px;
    }
    .stat__info div p {
        float: left;
        width: 50%;
        padding-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .stat__info div span {
        width: 100%;
        height: 2px !important;
        background: #e5e5e5;
        border: 0;
        margin: 0;
        margin-top: 10px;
    }
    .stat__info div i {
        position: absolute;
        height: 2px;
        bottom: 0;
        left: 0;
        display: block;
        background: #1e2850;
    }

    .adapt {
        width: calc(100% + 60px);
        margin: 70px -30px 0;
        padding: 53px 30px;
        border-radius: 0;
    }
    .adapt h2 {
        font-size: 26px;
        line-height: 140%;
    }
    .adapt ul li {
        width: 100%;
        margin-top: 12px;
        font-size: 14px;
        padding-left: 28px;
    }
    .adapt ul li::before {
        background-size: contain;
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
    }

    .serv {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: 0;
    }
    .serv__text {
        width: 100%;
        padding: 0;
    }
    .serv__text h1 {
        text-align: center;
        font-size: 26px;
        padding-bottom: 10px;
    }
    .serv__text h1::before {
        display: none;
    }
    .serv__text h1 small {
        font-size: 18px;
    }
    .serv__text div {
        margin-top: 15px;
    }
    .serv__text div p {
        font-size: 14px;
        margin-top: 10px;
    }
    .serv__text span {
        font-size: 14px;
    }

    .text h1 {
        font-size: 28px;
    }
    .text h2 {
        font-size: 24px;
    }
    .text h3 {
        font-size: 20px;
    }
    .text h4 {
        font-size: 18px;
    }
    .text h5 {
        font-size: 16px;
    }
    .text h6 {
        font-size: 14px;
    }
    .text p {
        font-size: 14px;
        margin-top: 10px;
    }
    .text ul {
        margin-top: 10px;
    }
    .text ul li {
        font-size: 14px;
    }
    .text ul li::before {
        width: 10px;
        background-size: contain;
    }

    .includes {
        margin-top: 70px;
    }
    .includes__item h4 {
        min-height: 76px;
        font-size: 16px;
        padding: 10px 70px 10px 0;
    }
    .includes__text {
        margin-top: 30px;
    }

    .make {
        margin-top: 70px;
        padding-bottom: 50px;
    }
    .make + .insta {
        margin-top: 70px;
    }
    .make + .insta::before {
        top: -550px;
    }
    .make__title h4 {
        font-size: 18px;
    }

    .insta {
        margin-top: 70px;
    }
    .insta__slider {
        margin-top: 30px;
    }

    .page {
        width: calc(100% + 30px);
        margin: 0 -15px;
        border-radius: 5px;
    }
    .page__img {
        height: 200px;
    }
    .page__text {
        padding: 20px 15px;
    }

    .appoin {
        margin-top: 70px;
    }
    .appoin__block {
        margin-top: 30px;
        border-radius: 5px;
    }
    .appoin__form {
        width: 100%;
        padding: 20px 15px;
    }
    .appoin__form::before {
        display: none;
    }
    .appoin__form .calendar {
        width: 100%;
    }
    .appoin__form-block {
        width: 100%;
        padding: 20px 0 0;
    }
    .appoin .map {
        width: 100%;
        height: 350px;
    }

    .contact__block {
        margin-top: 30px;
    }
    .contact .map {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-top: 25px;
    }
    .contact__detail {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .contact__detail p {
        font-size: 14px;
    }
    .contact__detail div {
        margin-top: 20px;
    }
    .contact__detail div span {
        font-size: 16px;
        margin-top: 10px;
    }
    .contact__detail div span i img {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .contact__form {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px;
        padding: 25px 15px;
    }

    .card__check label {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .news__block .news__item {
        width: calc(100% - 20px);
    }
}

@media (max-width: 440px) {
    .service__block_img img {
        width: 100%;
    }
}
