@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-400.woff2) format("woff2"), url(../fonts/open-sans-400.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/open-sans-400italic.woff2) format("woff2"), url(../fonts/open-sans-400italic.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/open-sans-600.woff2) format("woff2"), url(../fonts/open-sans-600.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/open-sans-600italic.woff2) format("woff2"), url(../fonts/open-sans-600italic.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/open-sans-700.woff2) format("woff2"), url(../fonts/open-sans-700.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/open-sans-700italic.woff2) format("woff2"), url(../fonts/open-sans-700italic.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/open-sans-800.woff2) format("woff2"), url(../fonts/open-sans-800.woff) format("woff")
}

@font-face {
    font-display: fallback;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    src: url(../fonts/open-sans-800italic.woff2) format("woff2"), url(../fonts/open-sans-800italic.woff) format("woff")
}

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

*,
:focus {
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    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;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-bottom: 0;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 0
}

dl,
ol,
ul {
    margin-top: 0
}

dl,
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 0;
    margin-left: 0
}

blockquote {
    margin: 0
}

b,
strong {
    font-weight: bolder
}

details {
    display: block
}

small {
    font-size: 80%;
    font-weight: 400
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 0;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: 0
}

button {
    border-radius: 0
}

button:focus {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-top: 0
}

.container,
[class*=__container] {
    margin-left: auto;
    margin-right: auto;
    max-width: 74.375rem;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

html {
    font-size: 16px
}

body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 1rem;
    line-height: 1.2rem;
    min-height: 100vh;
    min-width: 320px;
    padding: 0;
    position: relative
}

.footer,
.header,
.main {
    width: 100%
}

.footer,
.header {
    flex-shrink: 0
}

.header {
    order: 0
}

.main {
    order: 1
}

.footer {
    margin-top: auto;
    order: 2
}

.clr:after {
    clear: both;
    content: "";
    display: block
}

.rel {
    position: relative
}

.hidden {
    display: none !important
}

body,
html {
    font-family: Open Sans, Montserrat, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif
}

.main {
    overflow: hidden
}

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

h1 {
    line-height: 1.7
}

.main {
    padding-top: 3.3125rem
}

.form-field {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.form-field__label {
    color: #303030;
    display: block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px
}

.form-field__label a {
    color: #2f6fb5;
    text-decoration: none
}

.form-field__label a:hover {
    text-decoration: underline
}

.form-field[class*=required] .form-field__label:after {
    color: #ef4747;
    content: "*";
    margin-left: 4px
}

.form-field__message {
    color: #5f5f5f;
    display: block;
    font-size: .75rem;
    line-height: 1.8333333333;
    margin-top: 4px
}

.form-field[class*=has-error] .form-field__message {
    color: #ef4747
}

.form-field__control,
.form-field__select {
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    color: #000;
    display: block;
    font-size: .9375rem;
    height: 50px;
    line-height: 1.2;
    outline: 4px solid transparent;
    padding: 0 20px;
    transition-duration: .15s;
    transition-property: outline, background, border-color;
    transition-timing-function: ease-in-out;
    width: 100%
}

.form-field__control::-webkit-input-placeholder,
.form-field__select::-webkit-input-placeholder {
    color: #aeaeae;
    opacity: 1
}

.form-field__control:-moz-placeholder,
.form-field__control::-moz-placeholder,
.form-field__select:-moz-placeholder,
.form-field__select::-moz-placeholder {
    color: #aeaeae;
    opacity: 1
}

.form-field__control:-ms-input-placeholder,
.form-field__select:-ms-input-placeholder {
    color: #aeaeae;
    opacity: 1
}

.form-field__control:focus,
.form-field__select:focus {
    background: #fff;
    border-color: #66cc67;
    outline-color: rgba(1, 193, 2, .13)
}

.form-field__control:disabled,
.form-field__control[class*=disabled],
.form-field__select:disabled,
.form-field__select[class*=disabled] {
    opacity: .5;
    pointer-events: none
}

.form-field[class*=has-error] .form-field__control,
.form-field[class*=has-error] .form-field__select {
    background: #fff0f0;
    border-color: #fd3b3b;
    outline-color: rgba(253, 59, 59, .13)
}

.form-field_file .form-field__control {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding-left: 51px;
    position: relative
}

.form-field_file .form-field__placeholder {
    color: #aeaeae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form-field_file .form-field__icon {
    color: #aeaeae;
    font-size: 1.125rem;
    left: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.form-field_date .form-field__control-wrapper {
    position: relative;
    width: 100%
}

.form-field_date .form-field__control {
    padding-left: 44px
}

.form-field_date .form-field__control::-webkit-calendar-picker-indicator {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.form-field_date .form-field__icon {
    font-size: 1.0625rem;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

textarea.form-field__control {
    height: 128px;
    padding: 12px 20px;
    resize: none
}

.form-field__selection {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    position: relative
}

.form-field__selection .form-field__label {
    color: #000;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    transition: color .15s ease-in-out
}

.form-field_muted .form-field__label {
    color: #838383
}

.form-field[class*=disabled] input[type=checkbox],
.form-field[class*=disabled] input[type=radio] {
    opacity: .5;
    pointer-events: none
}

.form-field input[type=checkbox],
.form-field input[type=radio] {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
    z-index: -1
}

.form-field input[type=checkbox]:disabled,
.form-field input[type=radio]:disabled {
    opacity: .5;
    pointer-events: none
}

.form-field__control-selection {
    background: #f8f6f6;
    border: 1px solid #dad4d1;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, .12);
    display: block;
    flex-shrink: 0;
    font-size: 0;
    height: 21px;
    line-height: 0;
    margin-right: 12px;
    position: relative;
    transition-duration: .15s;
    transition-property: background-color, border-color;
    transition-timing-function: ease-in-out;
    width: 21px
}

.form-field__control-selection:before {
    content: "";
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity .15s ease-in-out
}

input[type=radio]+.form-field__control-selection {
    border-radius: 50%
}

input[type=radio]+.form-field__control-selection:before {
    background: #13a14a;
    border-radius: 50%;
    font-size: .6875rem;
    height: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    width: 1em
}

input[type=checkbox]+.form-field__control-selection:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.837 17.837'%3E%3Cpath fill='%23fff' d='M16.145 2.571a.7.7 0 0 0-.99 0L6.92 10.804l-4.241-4.27a.698.698 0 0 0-.989 0L.204 8.019a.703.703 0 0 0 0 .99l6.217 6.258a.704.704 0 0 0 .99 0L17.63 5.047a.7.7 0 0 0 0-.994l-1.485-1.482z'/%3E%3C/svg%3E");
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px
}

input[type=checkbox]:checked+.form-field__control-selection:before,
input[type=radio]:checked+.form-field__control-selection:before {
    opacity: 1
}

input[type=checkbox]:checked+.form-field__control-selection {
    background-color: #13a14a;
    border-color: #13a14a
}

.ts-wrapper {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0
}

.ts-wrapper>* {
    font-family: Open Sans, Montserrat, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif
}

.ts-control {
    align-items: center;
    background: #f9f9f9 !important;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    color: #000;
    cursor: pointer !important;
    display: flex;
    font-size: .9375rem;
    height: 50px;
    line-height: 1.5714285714;
    outline: 4px solid transparent;
    padding: 0 20px;
    transition-duration: .15s;
    transition-property: outline, background, border-color;
    transition-timing-function: ease-in-out;
    width: 100%
}

.ts-control::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1
}

.ts-control:-moz-placeholder,
.ts-control::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1
}

.ts-control:-ms-input-placeholder {
    color: #5f5f5f;
    opacity: 1
}

.disabled .ts-control {
    opacity: 1
}

.focus .ts-control {
    background: #fff !important;
    border-color: #66cc67;
    outline-color: rgba(1, 193, 2, .13)
}

.ts-control:disabled,
.ts-control[class*=disabled] {
    pointer-events: none
}

.ts-control .item {
    align-items: center;
    display: flex;
    width: 100%
}

.ts-control .item-text {
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ts-control .item .icon {
    color: #2e2e2e;
    flex-shrink: 0;
    height: 7px;
    margin-left: 15px;
    transition: transform .15s ease-in-out;
    width: 13px
}

.ts-control>input {
    display: none !important
}

.ts-wrapper.dropdown-active .ts-control .item .icon {
    transform: rotate(180deg)
}

.ts-dropdown {
    background: #fff !important;
    border-color: #66cc67;
    margin-top: -4px;
    outline: 4px solid rgba(1, 193, 2, .13);
    padding-top: 4px
}

.ts-dropdown:before {
    background: inherit;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%
}

.ts-dropdown .option {
    padding: 8px 20px;
    text-align: left;
    transition: color .15s ease-in-out
}

.ts-dropdown .option.active,
.ts-dropdown .option:hover,
.ts-dropdown .option[class*=selected] {
    background: transparent;
    color: #0f874a
}

.ts-dropdown .option.active,
.ts-dropdown .option[class*=selected] {
    font-weight: 500
}

.iti {
    width: 100%
}

.iti__flag {
    border: 1px solid #ececec;
    width: 22px
}

.iti__selected-flag {
    border-right: 1px solid #f0eeee;
    padding: 0 7px 0 14px
}

.iti__arrow {
    border-top-color: #d7d7d7;
    margin-left: 5px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-left: 68px;
    padding-right: 20px
}

.header {
    background: #fff;
    border-bottom: 2px solid #f8e783;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: .15s;
    transition-property: background, border-width;
    transition-timing-function: ease-in-out;
    z-index: 91
}

.header__container {
    align-items: center;
    display: flex;
    flex-direction: row
}

.header__burger {
    align-items: center;
    background: #f3f3f3;
    border: none;
    display: flex;
    flex: 0 0 3.3125rem;
    height: 3.1875rem;
    justify-content: center;
    margin-left: -10px;
    margin-right: 15px;
    padding: 0
}

.header__burger span {
    height: 15px;
    margin-bottom: 6px;
    margin-top: 6px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header__burger span,
.header__burger span:after,
.header__burger span:before {
    background-color: #3e3e3e;
    display: block;
    height: 3px;
    transition-duration: .3s;
    transition-property: background-color, transform;
    width: 23px
}

.header__burger span:after,
.header__burger span:before {
    content: "";
    position: absolute
}

.header__burger span:before {
    top: -6px
}

.header__burger span:after {
    top: 6px
}

.header__logo {
    background: transparent url(img/logo-black.svg) no-repeat 0/contain;
    display: block;
    flex: 0 0 8.375rem;
    font-size: 0;
    height: 1.5rem;
    line-height: 0;
    margin-right: auto;
    overflow: hidden
}

.header__lang {
    margin-right: 20px
}

.header-nav {
    background: hsla(0, 0%, 100%, .55);
    height: 100vh;
    left: 0;
    max-height: 100vh;
    position: fixed;
    top: 0;
    transition: opacity .15s ease-in-out;
    width: 100%;
    z-index: 98
}

.header-nav:not(.header-nav_opened) {
    opacity: 0;
    pointer-events: none
}

.header-nav__close {
    background: transparent;
    border: none;
    color: #000;
    display: block;
    left: 17.375rem;
    line-height: 0;
    padding: .25rem;
    position: absolute;
    top: 6px;
    transition-duration: .15s;
    transition-property: color, opacity;
    transition-timing-function: ease-in-out
}

.header-nav__close:hover {
    color: #ffd303
}

.header-nav:not(.header-nav_opened) .header-nav__close {
    opacity: 0;
    pointer-events: none
}

.header-nav__close-icon {
    font-size: 1.125rem
}

.header-nav__content {
    align-items: flex-start;
    background: #fff;
    border-top: 2px solid #f8e783;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .13);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 17.375rem;
    overflow: auto;
    padding: 24px 20px 48px;
    transition: transform .15s ease-in-out
}

.header-nav:not(.header-nav_opened) .header-nav__content {
    transform: translateX(-200%)
}

.header-nav__link {
    color: #303030;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: color .15s ease-in-out
}

.header-nav__link:not(:last-child) {
    margin-bottom: 1.7142857143em
}

.header-nav__link:hover,
.header-nav__link_active {
    color: #ffd303
}

.lang-menu {
    position: relative
}

.lang-menu__btn {
    align-items: center;
    background: transparent;
    border: none;
    color: #303030;
    display: flex;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    transition: color .15s ease-in-out
}

.lang-menu__btn:hover,
.lang-menu_opened .lang-menu__btn {
    color: #ffd303
}

.lang-menu__icon-earth {
    display: none
}

.lang-menu__icon-arrow {
    margin-left: 4px;
    transition: transform .15s ease-in-out
}

.lang-menu_opened .lang-menu__icon-arrow {
    transform: rotate(180deg)
}

.lang-menu__dropdown {
    background-color: #fff;
    border: 1px solid #f5f3f3;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: column;
    left: 50%;
    margin-top: 6px;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    transition-duration: .15s;
    transition-property: transform, opacity, visibility;
    transition-timing-function: ease-in-out
}

.lang-menu:not(.lang-menu_opened) .lang-menu__dropdown {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 1.875rem);
    visibility: hidden
}

.lang-menu__link {
    align-items: center;
    color: #2e2e2e;
    display: flex;
    font-size: .875rem;
    line-height: 1.3;
    min-height: 2.125rem;
    padding: 0 1.2857142857em;
    text-decoration: none;
    transition: color .15s ease-in-out;
    white-space: nowrap
}

.lang-menu__link:hover,
.lang-menu__link_active {
    color: #ffd303
}

.lang-menu__link_active {
    background: #f5f3f3
}

.header-login {
    align-items: center;
    background: #f3f3f3;
    border: none;
    border-radius: 50%;
    color: #303030;
    display: flex;
    height: 2.125rem;
    justify-content: center;
    padding: 0;
    transition: color .15s ease-in-out;
    width: 2.125rem
}

.header-login:hover {
    color: #ffd303
}

.header-login__text {
    display: none
}

.header-login__icon {
    font-size: 1.0625rem
}

.footer {
    background: #303030;
    padding: 50px 0 46px
}

.footer__container {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.footer__dev,
.footer__nav {
    margin-top: 50px
}

.footer__dev {
    text-decoration: none
}

.footer-main__logo {
    background: transparent url(img/logo.svg) no-repeat 0/contain;
    color: transparent;
    display: block;
    font-size: 0;
    height: 1.625rem;
    line-height: 0;
    overflow: hidden;
    width: 8.75rem
}

.footer-main__copyright {
    color: #fff;
    font-size: .875rem;
    line-height: 1.2857142857;
    margin-top: 1.2857142857em
}

.footer-nav {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    row-gap: 4rem
}

.footer-nav__title {
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.3846153846;
    text-transform: uppercase
}

.footer-nav__list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    row-gap: 14px
}

.footer-nav__link {
    color: #fff;
    display: block;
    font-size: .8125rem;
    line-height: 1.3846153846;
    text-decoration: none;
    transition: color .15s ease-in-out
}

.footer-nav__link:hover,
.footer-nav__link_active {
    color: #ffd303
}

.footer-dev {
    align-items: center;
    -moz-column-gap: 14px;
    column-gap: 14px;
    display: flex
}

.footer-dev__desc {
    color: #fff;
    font-size: .875rem;
    line-height: 1.2857142857
}

.footer-dev__logo {
    display: block;
    font-size: 0;
    height: 1.75rem;
    line-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 4.25rem
}

.fancybox-bg {
    background: #fff
}

.fancybox-is-open .fancybox-bg {
    opacity: .76
}

.fancybox-slide--html {
    padding: 25px 14px
}

.mfp-bg {
    background: #fff
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .76
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-content {
    padding: 25px 14px
}

.mfp-image-holder .mfp-content {
    padding: 0
}

.mfp-image-holder .mfp-content .mfp-close.mfp-close--custom {
    color: #b9b9b9;
    cursor: pointer;
    transition: color .15s ease-in-out
}

.mfp-image-holder .mfp-content .mfp-close.mfp-close--custom:hover {
    color: #1e1e1e
}

.mfp-image-holder .mfp-content .mfp-close.mfp-close--custom>* {
    pointer-events: none
}

.mfp-image-holder figcaption {
    display: none !important
}

.mfp-image-holder .mfp-arrow {
    color: #b9b9b9;
    height: 100%;
    margin-top: 0;
    opacity: 1;
    top: 0;
    transition: color .15s ease-in-out
}

.mfp-image-holder .mfp-arrow:hover {
    color: #1e1e1e
}

.mfp-image-holder .mfp-arrow:after,
.mfp-image-holder .mfp-arrow:before {
    display: none
}

.mfp-image-holder .mfp-arrow .icon {
    height: 24px;
    pointer-events: none;
    width: 24px
}

.mfp-image-holder .mfp-arrow-left .icon {
    transform: rotate(180deg)
}

.popup {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
    margin: 0 auto;
    max-width: 492px;
    overflow: visible;
    padding: 36px 15px 44px;
    position: relative;
    width: 100%
}

.popup__close {
    background: none;
    border: none;
    color: #2e2e2e;
    height: 15px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: -16px;
    top: -10px;
    transition: color .15s ease-in-out;
    width: 15px
}

.popup__close:hover {
    color: #ffd303
}

.popup__close-icon {
    font-size: .9375rem
}

.popup__title {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase
}

.popup__desc {
    color: #878787;
    font-size: .875rem;
    line-height: 1.375;
    margin-top: 15px;
    text-align: center
}

.popup__auth-social {
    margin-top: 18px
}

.popup__or {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
    position: relative
}

.popup__or:before {
    background: #f3f3f4;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2
}

.popup__or-content {
    background: #fff;
    color: #878787;
    font-size: 1rem;
    line-height: 1.375;
    padding: 0 12px;
    position: relative;
    text-align: center;
    z-index: 5
}

.popup__content {
    margin-top: 20px
}

.auth-social {
    grid-column-gap: 6px;
    display: grid;
    grid-auto-flow: column;
    padding: 0 9px
}

.auth-social__item {
    align-items: center;
    background: #fff;
    border: 1px solid #ccdae1;
    border-radius: 4px;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 5px;
    transition-duration: .15s;
    transition-property: background, border-color;
    transition-timing-function: ease-in-out
}

.auth-social__item:hover {
    background: #f2f2f2
}

.auth-social__item_fb {
    background: #23599b;
    border-color: #23599b;
    color: #fff
}

.auth-social__item_fb:hover {
    background: #1a4171;
    border-color: #1a4171
}

.auth-social__item_tw {
    background: #00aef1;
    border-color: #00aef1;
    color: #fff
}

.auth-social__item_tw:hover {
    background: #0089be;
    border-color: #0089be
}

.auth-social__item-icon {
    font-size: 1.5rem;
    width: 1em
}

.auth-social__item_fb .auth-social__item-icon {
    font-size: 1.5rem;
    width: .6em
}

.auth-social__item_tw .auth-social__item-icon {
    font-size: 1.5rem;
    width: 1.2142857143em
}

.auth-social__item-label {
    display: none
}

.auth-social__item_fb .auth-social__item-label,
.auth-social__item_tw .auth-social__item-label {
    color: #fff
}

.auth-form__text-controls {
    display: flex;
    flex-direction: column;
    row-gap: 13px
}

.auth-form__radio-controls {
    margin-top: 15px
}

.auth-form__btn {
    margin-top: 24px;
    width: 100%
}

.auth-form__links {
    align-items: baseline;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.auth-form__link {
    background: none;
    border: none;
    color: #0064d2;
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    text-decoration: underline
}

.auth-form__link:hover {
    text-decoration: none
}

.write-alert-user {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 !important;
    text-align: center
}

.register_invest .register__hide-on-invest,
.register_organizer .register__hide-on-organizer {
    display: none
}

.register__head {
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.register__form {
    margin-top: 35px
}

.register__text-controls {
    display: flex;
    flex-direction: column;
    row-gap: 13px
}

.register__radio-controls {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    row-gap: 20px
}

.register__btn {
    margin-top: 42px;
    width: 100%
}

.btn {
    background: #248cff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(12, 158, 15, .15);
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    line-height: 3;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .15s ease-in-out;
    white-space: nowrap
}

.btn:hover {
    background: #0072f0
}

.btn_gray {
    background-color: #b4b4b4
}

.btn_gray:hover {
    background: #9b9b9b
}

.section-title {
    align-items: center;
    display: flex;
    flex-direction: column
}

.section-title_left {
    align-items: flex-start
}

.section-title__head {
    padding-top: 18px;
    position: relative
}

.section-title__head,
.section-title__head>* {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.40625;
    text-align: center;
    text-transform: uppercase
}

.section-title__head_no-uppercase,
.section-title__head_no-uppercase>* {
    text-transform: none
}

.section-title__head_green,
.section-title__head_green>* {
    color: #01c102
}

.section-title__head:before {
    background: #01c102;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 38px
}

.section-title_left .section-title__head {
    text-align: left
}

.section-title_left .section-title__head:before {
    left: 0;
    transform: none
}

.section-title_line-bottom .section-title__head {
    padding-bottom: 27px;
    padding-top: 0
}

.section-title_line-bottom .section-title__head:before {
    bottom: 0;
    top: auto
}

.section-title__desc {
    color: #878787;
    font-size: .8125rem;
    line-height: 1.2307692308;
    margin-top: .9230769231em;
    max-width: 22.75rem;
    text-align: center
}

.section-title_left .section-title__desc {
    text-align: left
}

[data-clamp] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-title__container,
.page-title__container>* {
    color: #303030;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.125
}

.page-title_uppercase {
    text-transform: uppercase
}

.strongtxt {
    font-weight: 600
}

@media only screen and (min-width:24.875em) {
    .lang-menu__icon-earth {
        display: block;
        font-size: 1.25rem;
        margin-right: 6px
    }
}

@media only screen and (min-width:33em) {
    .popup {
        padding: 36px 38px 44px
    }

    .popup__title {
        font-size: 1.875rem
    }

    .popup__desc {
        font-size: 1rem;
        margin-top: 20px
    }

    .popup__auth-social {
        margin-top: 28px
    }

    .popup__or {
        margin-top: 30px
    }

    .popup__content {
        margin-top: 26px
    }

    .auth-social__item-icon {
        font-size: 1.0625rem;
        margin-right: 7px
    }

    .auth-social__item_fb .auth-social__item-icon,
    .auth-social__item_tw .auth-social__item-icon {
        font-size: .9375rem
    }

    .auth-social__item-label {
        color: #1c1c1c;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase
    }

    .auth-form__radio-controls {
        margin-top: 27px
    }

    .auth-form__btn {
        margin-top: 46px
    }

    .auth-form__links {
        margin-top: 40px
    }

    .auth-form__link {
        font-size: .9375rem
    }

    .register__head {
        align-items: baseline;
        -moz-column-gap: 34px;
        column-gap: 34px;
        flex-direction: row
    }
}

@media only screen and (min-width:36em) {
    .header-login {
        background: transparent;
        border: 1px solid #303030;
        border-radius: 999px;
        font-size: .9375rem;
        font-weight: 600;
        height: auto;
        line-height: 2.2666666667;
        padding: 0 1.8666666667em;
        transition-duration: .15s;
        transition-property: color, border-color;
        transition-timing-function: ease-in-out;
        width: auto
    }

    .header-login:hover {
        border-color: #ffd303
    }

    .header-login__text {
        display: block
    }

    .header-login__icon {
        display: none
    }

    .footer-nav {
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem;
        flex-direction: row
    }
}

@media only screen and (min-width:48em) {
    .footer__container {
        grid-gap: 20px;
        display: grid;
        grid-template-areas: "main nav""dev nav";
        grid-template-columns: 1fr auto
    }

    .footer__main {
        grid-area: main
    }

    .footer__nav {
        grid-area: nav;
        margin-top: 0
    }

    .footer__dev {
        grid-area: dev;
        margin-top: auto
    }
}

@media only screen and (min-width:62em) {
    .main {
        padding-top: 4.875rem
    }

    .header {
        border-color: rgba(255, 228, 67, .639)
    }

    .header_transparent {
        background: transparent
    }

    .header_fixed:not(.header_transparent) {
        border-width: 0;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1)
    }

    .header__container {
        height: 4.75rem
    }

    .header__burger {
        display: none
    }

    .header__logo {
        flex-basis: 11.1875rem;
        height: 2rem;
        transition: background-image .15s ease-in-out
    }

    .header_transparent .header__logo {
        background-image: url(img/logo.svg)
    }

    .header__nav {
        margin: 0 20px
    }

    .header-nav {
        background: transparent;
        height: auto;
        max-height: none;
        position: static;
        transition: none;
        width: auto
    }

    .header-nav:not(.header-nav_opened) {
        opacity: 1;
        pointer-events: auto
    }

    .header-nav__close {
        display: none
    }

    .header-nav__content {
        align-items: normal;
        background: transparent;
        border: none;
        box-shadow: none;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        flex-direction: row;
        height: 4.75rem;
        max-height: none;
        max-width: none;
        overflow: visible;
        padding: 0;
        transition: none
    }

    .header-nav:not(.header-nav_opened) .header-nav__content {
        transform: none
    }

    .header-nav__link {
        align-items: center;
        display: flex
    }

    .header-nav__link:not(:last-child) {
        margin-bottom: 0
    }

    .header-nav__link_active {
        position: relative
    }

    .header-nav__link_active:before {
        background: #ffd303;
        bottom: -2px;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transition: bottom .15s ease-in-out;
        width: 100%
    }

    .header_fixed .header-nav__link_active:before {
        bottom: 0
    }

    .header_transparent .header-nav__link:not(.header-nav__link_active):not(:hover),
    .header_transparent .lang-menu:not(.lang-menu_opened) .lang-menu__btn:not(:hover) {
        color: #fff
    }

    .header_transparent .header-login:not(:hover) {
        border-color: #fff;
        color: #fff
    }

    .footer {
        padding: 68px 0 72px
    }

    .footer-nav {
        -moz-column-gap: 10.125rem;
        column-gap: 10.125rem;
        padding-right: 2.875rem
    }

    .footer-nav__title {
        font-size: 1rem
    }

    .footer-nav__list {
        margin-top: 18px;
        row-gap: 12px
    }

    .footer-nav__link {
        font-size: 1rem
    }

    .section-title__head,
    .section-title__head>* {
        font-size: 2rem;
        line-height: 1.3125
    }

    .section-title__head {
        padding-top: 28px
    }

    .section-title__head:before {
        height: 4px;
        width: 56px
    }

    .section-title_line-bottom .section-title__head {
        padding-bottom: 34px
    }

    .section-title__desc {
        font-size: .9375rem;
        line-height: 1.6;
        margin-top: 1.3333333333em
    }
}

@media only screen and (min-width:75em) {
    .header__nav {
        margin: 0 42px 0 20px
    }

    .header-nav__content {
        -moz-column-gap: 2.125rem;
        column-gap: 2.125rem
    }

    .header-nav__link {
        font-size: 1rem
    }

    .btn {
        line-height: 4
    }
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    [class*=__container],
    body {
        min-width: 992px !important
    }
}