@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.woff2) format("woff2");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: CormorantInfant;
    src: url(../fonts/CormorantInfant.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

html {
    color: #313131;
    background-color: #f1f1f1;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

body.loading {
    opacity: 0;
}

.md {
    margin: auto;
    max-width: 117rem;
}

.hidden {
    display: none !important;
}

.img {
    display: block;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.full-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

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

.db {
    display: block;
}

.dn {
    display: none;
}

.aic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tdu {
    text-decoration: underline;
}

.tdu:hover {
    color: #162545;
}

.tc {
    text-align: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-50 {
    margin-bottom: 50px;
}

.c-white {
    color: #fff;
}

.c-grey {
    color: #766359;
}

.cursor-pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.p-events-none {
    pointer-events: none;
}

.invisible {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.ic-stroke {
    fill: none !important;
    stroke: currentColor;
}

.hero {
    color: #313131;
    padding-top: 70px;
    position: relative;
    z-index: 2;
}

.hero .title {
    margin-bottom: 30px;
}

.hero__wrap {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.crumbs {
    color: #766359;
    margin-bottom: 50px;
}

.crumbs__item {
    padding: 10px 0;
    display: inline;
}

.crumbs__item:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background-color: #9f9088;
    margin: 0 10px;
}

.crumbs__item:last-child:after {
    display: none;
}

a.crumbs__link {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

a.crumbs__link:hover {
    opacity: 0.5;
}

.btn {
    position: relative;
    width: 100%;
    height: 70px;
    border: 1px solid #212e4a;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #212e4a;
    font-family: CormorantInfant, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    z-index: 2;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.btn rect,
.btn svg {
    position: absolute;
    fill: transparent;
    z-index: -1;
}

.btn svg {
    top: -5px;
    bottom: -5px;
    left: 5px;
    right: 5px;
    height: calc(100% + 10px);
    width: calc(100% - 10px);
}

.btn rect {
    stroke: #212e4a;
    stroke-width: 2;
    stroke-opacity: 1;
    stroke-dasharray: 0, 0;
    stroke-dashoffset: 227;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    -webkit-transition: fill 0.25s, stroke-dasharray 0.75s ease-out;
    -o-transition: fill 0.25s, stroke-dasharray 0.75s ease-out;
    transition: fill 0.25s, stroke-dasharray 0.75s ease-out;
}

.btn:hover {
    color: #fff;
    background-color: #162545;
}

.btn:hover rect {
    fill: #212e4a;
}

.btn.stroke-animane rect {
    stroke-dasharray: 400, 0;
    stroke-dashoffset: 0;
}

.btn-wt {
    color: #fff;
    border-color: #fff;
}

.btn-wt rect {
    stroke: #fff;
}

.btn-wt:hover {
    color: #212e4a;
    background-color: #fff;
}

.btn-wt:hover rect {
    fill: #fff;
}

.title {
    color: #766359;
    font-family: CormorantInfant, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
}

.h3 {
    font-family: CormorantInfant, sans-serif;
    font-size: 26px;
    line-height: 1.2;
}

.p,
.beefup__body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}

.ic {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ic-arrow {
    font-size: 28px;
    width: 1em;
}

.ic-arrow-sm {
    font-size: 28px;
    width: 1em;
}

.ic-download {
    font-size: 28px;
    width: 1em;
}

.ic-link {
    font-size: 28px;
    width: 1em;
}

.ic-search {
    font-size: 24px;
    width: 1em;
}

.ic-view {
    font-size: 28px;
    width: 1em;
}

.hd {
    color: #fff;
    background-color: #162545;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.hd__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    margin: auto;
    height: 90px;
}

.hd__logo {
    margin-right: 25px;
}

.logo {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.logo__img {
    display: block;
    height: auto;
    width: 154px;
}

.menu__item {
    padding: 0 8px;
    position: relative;
    margin-bottom: 30px;
}

.menu__link {
    font-family: CormorantInfant, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.19048;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.menu__link:hover {
    opacity: 0.3;
}

.smenu {
    display: none;
}

#info.smenu {
    width: 240px !important;
}

.smenu__list {
    padding: 30px 10px 0;
}

.smenu__item {
    margin-bottom: 25px;
}

.smenu__item:last-child {
    margin-bottom: 0;
}

.smenu__link {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.smenu__link:hover {
    opacity: 0.3;
}

.hd__search {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.search__input {
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
}

.search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.search__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.search__input::placeholder {
    color: rgba(255, 255, 255, 0.34);
}

.hd-link {
    font-family: CormorantInfant, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.19048;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.hd-link:hover {
    opacity: 0.3;
}

.menu-btn {
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
}

.menu-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/menu-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.menu-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
}

.menu-btn.open:before {
    opacity: 0;
}

.menu-btn.open:after {
    opacity: 1;
}

.net {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    display: none;
}

.net-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.net-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #212e4a;
    max-width: 66px;
    overflow: hidden;
    margin-left: auto;
    -webkit-transition: max-width 0.45s ease-in;
    -o-transition: max-width 0.45s ease-in;
    transition: max-width 0.45s ease-in;
}

.net-item:hover {
    max-width: 500px;
    -webkit-transition: max-width 0.45s ease-out;
    -o-transition: max-width 0.45s ease-out;
    transition: max-width 0.45s ease-out;
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
}

.net__icon {
    width: 66px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.net__text {
    white-space: nowrap;
    font-family: CormorantInfant, sans-serif;
    font-size: 20px;
    line-height: 1;
    padding-right: 24px;
}

.ic-views {
    background-image: url(../img/sprite/view.svg);
}

.ic-download {
    background-image: url(../img/sprite/download.svg);
}

.ft {
    position: relative;
    color: #fff;
    z-index: 0;
}

.ft:before {
    content: "";
    position: absolute;
    background: -o-linear-gradient(
        89.89deg,
        #162545 65.35%,
        rgba(33, 46, 74, 0) 78.45%
    );
    background: linear-gradient(
        0.11deg,
        #162545 65.35%,
        rgba(33, 46, 74, 0) 78.45%
    );
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.ft a {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.ft a:hover {
    opacity: 0.5;
}

.ft__logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ft__logo .logo__img {
    width: 243px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.ft-bg {
    display: block;
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -2;
}

.ft__wrap {
    max-width: 700px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.ft__container {
    text-align: center;
    margin-bottom: 70px;
}

.ft__address {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ft__net {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

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

.ft-net__link {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.ft__copy {
    text-align: center;
    font-size: 16px;
}

main {
    padding-top: 90px;
}

.main-hero {
    position: relative;
    min-height: calc(100vh - 90px);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(49, 49, 49, 0.4);
    z-index: 1;
}

.main-hero__wrap {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    width: 100%;
    padding-bottom: 90px;
    color: #fff;
    max-width: 640px;
    text-align: center;
    z-index: 3;
}

.main-hero__title {
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-hero__text {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.main-hero__btn rect {
    -webkit-transition: fill 0.25s, stroke-dasharray 1.5s ease-out;
    -o-transition: fill 0.25s, stroke-dasharray 1.5s ease-out;
    transition: fill 0.25s, stroke-dasharray 1.5s ease-out;
}

.main-about {
    position: relative;
    padding: 40px 15px;
}

.main-about__pic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right bottom;
    object-position: right bottom;
    opacity: 0.2;
    pointer-events: none;
}

.main-about__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
    margin: auto;
}

.main-about__title {
    margin-bottom: 60px;
    text-align: center;
}

.main-about__desc .p {
    margin-bottom: 30px;
}

.main-about__desc .p:last-child {
    margin-bottom: 0;
}

.main-advantage {
    padding-top: 20px;
    overflow: hidden;
}

.main-advantage__title {
    margin-bottom: 60px;
}

.main-advantage__circle {
    width: 76px;
    height: 76px;
    background-color: #162545;
    display: block;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.main-advantage__icon {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.main-advantage__stitle {
    color: #766359;
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.main-advantage__list {
    max-width: 700px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main-advantage__list li {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.main-conditions {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-conditions__wrap {
    max-width: 640px;
    margin: auto;
}

.main-conditions__wrap br {
    display: none;
}

.main-conditions__list {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.main-conditions__circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #212e4a;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-conditions__num {
    color: #212e4a;
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 36px;
}

.main-step {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
}

.main-step__wrap {
    max-width: 640px;
    margin: auto;
}

.main-step__title {
    margin-bottom: 60px;
}

.step__stitle_top {
    opacity: 1;
}

.step__img {
    display: block;
    width: 100%;
    height: 370px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.main-step-bg {
    position: absolute;
    width: 55.99vw;
    height: 72.396vw;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    top: -72.396vw;
    right: 0;
    pointer-events: none;
}

.step__desc * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.step__stitle {
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 34px;
}

.step__stitle i {
    font-style: normal;
}

.step__box {
    padding: 40px 10px 50px;
    text-align: center;
}

.step__box .step__stitle {
    margin-bottom: 10px;
}

.step__box .p {
    margin-bottom: 20px;
}

.step__num {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-out;
    -o-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out;
}

.step__link {
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 26px;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    text-decoration: underline;
}

.step__link:hover {
    color: #212e4a;
}

.main-docs {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.main-docs__wrap {
    margin: auto;
    max-width: 640px;
}

.main-docs__content {
    margin-top: 40px;
}

.main-docs__pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.main-docs__img {
    width: 100%;
    height: auto;
    display: block;
}

.main-docs-item__link {
    color: #212e4a;
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-docs-item__link:hover {
    opacity: 0.5;
}

.main-docs-item__link.ic-views {
    /*display: none;*/
}

.main-docs-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.docs-select {
    position: relative;
    width: calc(100% - 59px);
}

.docs-select.is-active .docs-select__dropdown {
    background: #fff;
    z-index: 5;
}

.docs-select.is-active .docs-select__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.docs-select__view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #212e4a;
}

.docs-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f1f1f1;
    -webkit-box-shadow: 0 2px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 30px -10px rgba(0, 0, 0, 0.25);
    min-width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.docs-select__content {
    padding: 26px 15px 15px 25px;
}

.docs-select__text {
    width: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: pre;
}

.docs-select__item {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.docs-select__icon {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arrow-sm.svg);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.main-faq {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.main-faq__wrap {
    max-width: 640px;
    margin: auto;
}

.main-faq__content {
    margin: 60px auto 0;
}

.main-tarif {
    padding-top: 120px;
    z-index: 2;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.main-tarif__content {
    max-width: 640px;
    margin: 55px auto 0;
}

.main-tarif__text {
    text-align: center;
    margin-bottom: 50px;
}

.main-tarif__bg {
    display: none;
}

.more-btn {
    color: #766359;
    text-align: center;
    font-family: CormorantInfant, sans-serif;
    font-size: 32px;
    text-decoration: underline;
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto;
}

.more-btn:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arrow-sm.svg);
    pointer-events: none;
    margin-left: 5px;
}

.more-content {
    width: 100% !important;
}

.beefup {
    border-bottom: 1px solid #212e4a;
}

.beefup.is-open .beefup__head:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.beefup__head {
    position: relative;
}

.beefup__head:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/arrow-sm.svg);
    pointer-events: none;
}

.beefup__head button {
    display: block;
    width: 100%;
    text-align: left;
    color: #766359;
    font-size: 20px;
    font-family: CormorantInfant, sans-serif;
    line-height: 1.24;
    padding-right: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.beefup__body {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.47;
    padding-bottom: 25px;
}

.form {
    color: #313131;
}

.form-item {
    margin-bottom: 35px;
}

.form-input {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: Montserrat, sans-serif;
    padding: 0 15px 10px 10px;
    border-bottom: 1px solid #313131;
}

.form-input::-webkit-input-placeholder {
    opacity: 1;
    color: #858585;
}

.form-input::-moz-placeholder {
    opacity: 1;
    color: #858585;
}

.form-input:-ms-input-placeholder {
    opacity: 1;
    color: #858585;
}

.form-input::-ms-input-placeholder {
    opacity: 1;
    color: #858585;
}

.form-input::placeholder {
    opacity: 1;
    color: #858585;
}

.form-input.error {
    border-bottom-color: #b80303;
}

.form-input.error::-webkit-input-placeholder {
    color: #b80303;
}

.form-input.error::-moz-placeholder {
    color: #b80303;
}

.form-input.error:-ms-input-placeholder {
    color: #b80303;
}

.form-input.error::-ms-input-placeholder {
    color: #b80303;
}

.form-input.error::placeholder {
    color: #b80303;
}

.form-item_submit {
    margin-top: 60px;
}

.docs__list li {
    margin-bottom: 20px;
}

.docs-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #313131;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.docs-link:before {
    content: "";
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/sprite/link.svg);
}

.docs-link span {
    position: relative;
    color: #313131 !important;
}

.docs-link span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #9f9088;
}

.docs-link:hover span {
    color: #162545 !important;
}

.docs-link:hover span:before {
    background-color: #212e4a;
}

.point-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.point-list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #212e4a;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: 8px;
}

.news-list__item {
    margin-bottom: 30px;
}

.news__date_rt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.news-detal p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
    margin-bottom: 20px;
}

.card {
    position: relative;
}

.card:hover .full-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card__pic {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.full-img {
    -webkit-transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.card__desc {
    color: #766359;
    padding-top: 25px;
    padding-bottom: 25px;
}

.card__time {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 10px;
}

.card__title {
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.pagination {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pagination-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}

.pagination-list li {
    margin: 0 15px 15px;
}

.pagination-list li:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
}

.pagination-list li:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
}

span:not(.pagination-circle) {
    pointer-events: none;
    color: #c4c4c4;
}

.pagination-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #766359;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.pagination-circle:hover {
    border-color: #f9f9fb;
    background: #f9f9fb;
}

span.pagination-circle {
    border-color: #f9f9fb;
    background: #f9f9fb;
}

.contacts {
    color: #313131;
}

.contacts-list__title {
    color: #766359;
    font-family: CormorantInfant, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.contacts-list__item {
    margin-bottom: 30px;
}

.contacts-hero__container {
    max-width: 740px;
}

@media (min-width: 480px) {
    .btn {
        width: 280px;
    }

    .docs-select__view {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (min-width: 576px) {
    .title {
        font-size: 45px;
    }

    .main-docs-item__link.ic-views {
        display: block;
    }

    .docs-select {
        width: auto;
    }

    .docs-select__text {
        width: 310px;
    }

    .news-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .news-list__item {
        width: 50%;
        padding: 0 10px;
    }

    .pagination-list li {
        margin: 0 15px 15px;
    }

    .pagination-list li:first-child {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
    }

    .pagination-list li:last-child {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .main-advantage__circle {
        margin-left: 0;
        margin-right: 0;
    }

    .main-advantage__list {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main-advantage__list li {
        width: 45%;
    }
}

@media (min-width: 992px) {
    body.loading {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .hero__wrap {
        max-width: 1710px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn {
        font-size: 22px;
        width: 300px;
        height: 80px;
    }

    .btn rect {
        stroke-dasharray: 0, 400;
    }

    .title {
        font-size: 64px;
    }

    .h3 {
        font-size: 32px;
        line-height: 1;
    }

    .hd__wrapper {
        max-width: 1650px;
        height: 130px;
    }

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

    .hd__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
    }

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

    .logo__img {
        width: 110px;
    }

    .menu__item {
        margin-bottom: 0;
    }

    .smenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100%;
        padding-top: 50px;
    }

    .smenu-container:hover .smenu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1.15
        );
        -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    }

    .smenu__list {
        background-color: #162545;
        width: 240px;
        padding: 30px 25px 25px;
    }

    .hd__search {
        display: none;
    }

    .search__input {
        width: auto;
        max-width: 80px;
    }

    .menu-btn {
        display: none;
    }

    .net {
        display: block;
    }

    .ft {
        margin-top: -310px;
    }

    .ft:before {
        background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(58.02%, #162545),
            color-stop(86.98%, rgba(33, 46, 74, 0))
        );
        background: -o-linear-gradient(
            bottom,
            #162545 58.02%,
            rgba(33, 46, 74, 0) 86.98%
        );
        background: linear-gradient(
            0deg,
            #162545 58.02%,
            rgba(33, 46, 74, 0) 86.98%
        );
        height: 430px;
    }

    .ft__logo .logo__img {
        margin: 0;
    }

    .ft-bg {
        height: 1044px;
    }

    .ft__wrap {
        max-width: 1760px;
    }

    .ft__container {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ft__address {
        margin: 0;
    }

    .ft-net {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ft-net__link {
        margin-left: 20px;
        margin-right: 0;
    }

    main {
        padding-top: 130px;
    }

    .main-hero {
        min-height: calc(100vh - 130px);
    }

    .main-hero:before {
        background: -o-linear-gradient(
            359.55deg,
            rgba(49, 49, 49, 0.62) 0.27%,
            rgba(49, 49, 49, 0) 61.8%
        );
        background: linear-gradient(
            90.45deg,
            rgba(49, 49, 49, 0.62) 0.27%,
            rgba(49, 49, 49, 0) 61.8%
        );
    }

    .main-hero:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        height: 41.667vw;
        bottom: -8.333vw;
        background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(22.39%, #f1f1f1),
            color-stop(56.31%, rgba(241, 241, 241, 0))
        );
        background: -o-linear-gradient(
            bottom,
            #f1f1f1 22.39%,
            rgba(241, 241, 241, 0) 56.31%
        );
        background: linear-gradient(
            0deg,
            #f1f1f1 22.39%,
            rgba(241, 241, 241, 0) 56.31%
        );
        z-index: 2;
    }

    .main-hero__wrap {
        max-width: 1650px;
        text-align: left;
        padding-bottom: 80px;
    }

    .main-hero__title {
        font-size: 100px;
        margin-bottom: 0;
    }

    .main-hero__text {
        font-size: 27px;
        line-height: 1;
        margin-bottom: 60px;
    }

    .main-about {
        padding: 0;
    }

    .main-about__pic {
        position: static;
        width: 50%;
        height: 814px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 30px;
        opacity: 1;
        -o-object-position: center;
        object-position: center;
    }

    .main-about__wrap {
        max-width: none;
        margin: 0;
        padding-right: 30px;
    }

    .main-about__title {
        text-align: left;
    }

    .main-about__desc {
        max-width: 632px;
    }

    .main-advantage__list {
        padding-left: 7vw;
        padding-right: 0;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-advantage__list li {
        width: 33.333%;
        padding-right: 5vw;
        margin-bottom: 40px;
    }

    .main-conditions__wrap {
        max-width: none;
        margin: 0;
    }

    .main-conditions__wrap br {
        display: block;
    }

    .main-conditions__list {
        margin-top: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: center;
    }

    .main-conditions__item {
        width: 33.333%;
    }

    .main-conditions__circle {
        width: 100px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .main-conditions__num {
        font-size: 54px;
    }

    .main-step {
        padding-top: 110px;
        padding-left: 0;
        padding-right: 0;
    }

    .main-step__wrap {
        max-width: none;
        margin: 0;
    }

    .main-step__title {
        margin-bottom: 100px;
    }

    .step {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .step__item {
        width: 33.3333%;
        position: relative;
    }

    .step__item:hover .step__content,
    .step__item:hover .step__num {
        max-height: 300px;
        -webkit-transition: max-height 0.25s ease-in;
        -o-transition: max-height 0.25s ease-in;
        transition: max-height 0.25s ease-in;
    }

    .step__item:hover .step__stitle {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .step__img {
        height: auto;
    }

    .step__desc {
        color: #fff;
        position: absolute;
        bottom: 65px;
        width: 100%;
        left: 0;
        padding-left: 0;
        padding-right: 40px;
    }

    .step__stitle i {
        display: none;
    }

    .step__content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.25s ease-out;
        -o-transition: max-height 0.25s ease-out;
        transition: max-height 0.25s ease-out;
    }

    .step__box {
        text-align: left;
        padding: 0 0 0 40px;
    }

    .step__link {
        font-size: 20px;
    }

    .main-docs {
        padding-top: 120px;
        padding-left: 0;
        padding-right: 0;
    }

    .main-docs__wrap {
        max-width: none;
    }

    .main-docs__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-docs__pic {
        width: 50%;
        padding-left: 5%;
    }

    .main-docs__list {
        padding-left: 40px;
        padding-right: 30px;
    }

    .docs-select__item {
        font-size: 16px;
        line-height: 147%;
        margin-bottom: 30px;
    }

    .main-faq {
        padding-top: 120px;
        padding-left: 0;
        padding-right: 0;
    }

    .main-faq__wrap {
        max-width: none;
        margin: 0;
    }

    .main-faq__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1500px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-faq__item {
        width: 45%;
    }

    .main-tarif {
        padding-left: 0;
        padding-right: 0;
    }

    .main-tarif__content {
        max-width: 740px;
    }

    .main-tarif__bg {
        display: block;
        position: absolute;
        top: 6.7vw;
        left: -70px;
        width: 36.979vw;
        height: auto;
        z-index: -1;
        pointer-events: none;
    }

    .beefup__head button {
        font-size: 26px;
        padding-right: 56px;
    }

    .beefup__head:before {
        top: 18px;
        right: 15px;
    }

    .form-input {
        font-size: 18px;
        line-height: 22px;
    }

    .news-list__item {
        width: 33.333%;
        margin-bottom: 50px;
    }

    .card__pic {
        height: 240px;
    }

    .card__title {
        max-height: 70px;
        overflow: hidden;
    }

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

    .contacts-list__title {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .contacts-list__item {
        margin-bottom: 0;
    }

    .desktop-none {
        display: none;
    }
}

@media (min-width: 998px) and (max-height: 756px) {
    .mb-35 {
        margin-bottom: 25px;
    }

    .btn {
        width: 260px;
        height: 60px;
        font-size: 18px;
    }

    .title {
        font-size: 46px;
    }

    .h3 {
        font-size: 26px;
    }

    .p {
        font-size: 15px;
    }

    .hd__wrapper {
        padding: 25px 30px;
        height: 90px;
    }

    .smenu {
        padding-top: 30px;
    }

    .ft {
        margin-top: -150px;
    }

    .ft-bg {
        height: 600px;
    }

    main {
        padding-top: 90px;
    }

    .main-hero {
        min-height: calc(100vh - 90px);
    }

    .main-hero:after {
        height: 37vw;
    }

    .main-hero__title {
        font-size: 74px;
    }

    .main-hero__text {
        font-size: 21px;
    }

    .main-about__pic {
        height: auto;
    }

    .main-advantage {
        padding-top: 60px;
    }

    .main-advantage__circle {
        width: 64px;
        height: 64px;
    }

    .main-advantage__stitle {
        font-size: 24px;
    }

    .main-conditions__circle {
        width: 74px;
        height: 74px;
    }

    .main-conditions__num {
        font-size: 36px;
    }

    .step__num {
        font-size: 80px;
    }

    .main-faq {
        padding-top: 80px;
    }

    .main-faq__content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .main-tarif {
        padding-top: 80px;
    }

    .main-tarif__content {
        max-width: 540px;
    }

    .beefup__head button {
        font-size: 20px;
    }

    .beefup__head:before {
        top: 16px;
    }

    .docs-link:before {
        width: 20px;
        height: 25px;
        margin-right: 10px;
    }

    .point-list li:before {
        width: 6px;
        height: 6px;
        margin-right: 10px;
        top: 10px;
    }

    .news-detal p {
        font-size: 15px;
    }

    .card__title {
        font-size: 22px;
    }

    .contacts-list__title {
        font-size: 26px;
    }

    .contacts-hero__container {
        max-width: 540px;
    }
}

@media (min-width: 1250px) {
    .logo__img {
        width: 124px;
    }

    .menu__item {
        padding: 0 10px;
    }

    .menu__link {
        font-size: 20px;
    }

    .hd-link {
        font-size: 20px;
    }
}

@media (min-width: 1300px) {
    .hd__search {
        margin: 0 20px;
        display: block;
    }
}

@media (min-width: 1500px) {
    .main-docs__wrap {
        max-width: 1500px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1650px) {
    .hero {
        padding-top: 115px;
        padding-bottom: 100px;
    }

    .hero .title {
        margin-bottom: 20px;
    }

    .btn {
        font-size: 28px;
        width: 393px;
        height: 98px;
    }

    .title {
        font-size: 82px;
    }

    .p {
        font-size: 18px;
    }

    .hd__logo {
        margin-right: 30px;
    }

    .logo__img {
        width: 154px;
    }

    .menu__item {
        padding: 0 20px;
    }

    .menu__link {
        font-size: 21px;
    }

    .search__input {
        max-width: 100px;
        font-size: 18px;
    }

    .hd-link {
        font-size: 21px;
    }

    .main-hero__wrap {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 130px;
    }

    .main-hero__title {
        font-size: 142px;
    }

    .main-hero__text {
        font-size: 36px;
    }

    .main-about__wrap {
        padding-right: 0;
    }

    .main-about__title {
        margin-bottom: 80px;
    }

    .main-advantage__circle {
        width: 86px;
        height: 86px;
    }

    .main-advantage__stitle {
        font-size: 36px;
    }

    .main-advantage__list {
        margin-top: 90px;
        padding-left: 7vw;
    }

    .main-advantage__list li {
        padding-right: 7.3vw;
    }

    .main-conditions {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .main-conditions__circle {
        width: 126px;
        height: 126px;
    }

    .main-conditions__num {
        font-size: 63px;
    }

    .step__stitle {
        font-size: 42px;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-transition: -webkit-transform 0.15s ease-in;
        transition: transform 0.15s ease-in;
        -o-transition: transform 0.15s ease-in;
        transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
    }

    .step__box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-left: 0;
    }

    .step__num {
        width: 120px;
        font-size: 167px;
        text-align: center;
        margin-left: 20px;
        line-height: 0.7;
    }

    .step__link {
        font-size: 28px;
    }

    .main-docs__pic {
        width: auto;
        padding-left: 0;
    }

    .main-docs__img {
        width: 710px;
    }

    .main-docs__list {
        padding-left: 60px;
        padding-right: 50px;
    }

    .main-faq__content {
        padding-right: 0;
        padding-left: 0;
    }

    .beefup__head button {
        font-size: 32px;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: 1;
    }

    .beefup__head:before {
        top: 30px;
        background-image: url(../img/arrow.svg);
    }

    .card__pic {
        height: 347px;
    }

    .card__time {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .card__title {
        font-size: 32px;
    }
}

@media (min-width: 1750px) {
    .hd__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/*@media (min-width: 1700px) {
    .hd__right {
        margin-right: -20px;
    }
}*/

@media (max-width: 992px) {
    .hd__menu {
        padding: 30px;
        width: 300px;
        min-height: 100vh;
        background-color: #162545;
        left: -100%;
        position: relative;
    }

    .hd__left {
        display: none;
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
        overflow-x: hidden;
    }

    .hd__left .ft-net {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hd__left .ft-net__link {
        margin-left: 0;
        margin-right: 30px;
    }

    .menu__link {
        display: block;
        font-size: 24px;
    }

    .smenu-container .menu__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .smenu-container .menu__link:after {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(../img/arrow-wh.svg);
    }

    .smenu-container.hover .menu__link {
        opacity: 0.5;
    }

    .smenu-container.hover .smenu {
        max-height: 500px;
        -webkit-transition-timing-function: cubic-bezier(
            0.175,
            0.885,
            0.32,
            1.15
        );
        -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    }

    .smenu-container:not(.hover) .menu__link {
        opacity: 1;
    }

    .menu-open {
        overflow: hidden;
    }

    .menu-open .hd__left {
        display: block;
    }

    .main-conditions__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .mobile-none {
        display: none;
    }
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
