@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Roboto:wght@400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

details,
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

[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: ButtonText dotted 1px;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

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

a {
    text-decoration: none;
}

html {
    /* width: 100%;
    height: 100%; */
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
}

body {
    /* width: 100%;
    height: 100%; */
    font-size: 1.8rem;
    color: #3c3c3c;
    overflow-x: hidden;
}

.container {
    max-width: 992px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.title,
.subtitle {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    text-align: center;
    color: #3c3c3c;
}

.title {
    font-size: 3.2rem;
}

.subtitle {
    font-size: 2.2rem;
}

.btn {
    display: inline-block;
    min-width: 120px;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 11px 26px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #8b90a0;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
}

.btn:focus {
    outline: none;
}

.menu-btn {
    position: relative;
    right: 5px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 25px;
    height: 22px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.menu-btn:focus {
    outline: none;
}

.menu-btn span {
    width: 25px;
    height: 4px;
    border-radius: 8px;
    background-color: black;
    transition: width 0.2s linear, transform 0.2s linear;
}

.menu-btn.active {
    justify-content: center;
    height: 25px;
}

.menu-btn.active span {
    position: absolute;
    width: 26px;
}

.menu-btn.active span:nth-child(2) {
    display: none;
}

.menu-btn.active span:first-child {
    transform: rotate(45deg);
}

.menu-btn.active span:last-child {
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .menu-btn {
        display: flex;
    }
}

.header-main {
    background: #3a3a41;
}

.header-main__inner {
    width: 100%;
    max-width: 1040px;
    min-height: 64px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.header-main__logo {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}

.header-main__logo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 28px;
    background: #ffffff;
    transform: translate(27px, -50%);
}

@media screen and (max-width: 767px) {
    .header-main__logo {
        border-right: none;
    }
    .header-main__logo::after {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .header-main__logo {
        padding-right: 10px;
        margin-right: 0;
    }
}

@media screen and (max-width: 376px) {
    .header-main__logo {
        padding-right: 15px;
    }
}

@media screen and (max-width: 454px) {
    .header-main__text {
        display: none;
    }
}

.header-main__slogan {
    padding-left: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 9px;
}

@media screen and (max-width: 767px) {
    .header-main__slogan {
        display: none;
    }
}

.header-main__contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.header-main__profile-link {
    transition: color 0.3s ease;
}

.header-main__profile-link:hover {
    color: #c3c6ce;
}

.header-main__profile-number,
.header-main__profile-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 19px;
    color: #8b90a0;
}

.logo__text {
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.175em;
    position: relative;
    top: 2px;
}

.made_in_text {
    font-size:1.5rem;
}

.contact-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #8b90a0;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease;
}

.contact-link:hover {
    border-bottom: 1px solid #c3c6ce;
    text-decoration: none;
    color: #c3c6ce;
}

.contact-link--bd {
    position: relative;
    margin-right: 68px;
}

@media screen and (max-width: 576px) {
    .contact-link--bd {
        margin-right: 40px;
    }
}

.contact-link--bd::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    background: #505565;
    transform: translate(34px, -50%);
}

@media screen and (max-width: 576px) {
    .contact-link--bd::after {
        transform: translate(20px, -50%);
    }
}

.login-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transition: border 0.3s ease, color 0.3s ease;
}

.login-btn:hover {
    border: 1px solid #dfe0e5;
    color: #b3b3b3;
}

.access-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    min-height: 76px;
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-100%);
    transition: transform 0.3s linear;
    z-index: 9;
}

.access-header.fixed {
    transform: translateY(0);
}

.access-header form.access-header__form {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .access-header form.access-header__form {
        flex-direction: row;
        align-items: stretch;
    }
}

@media screen and (max-width: 767px) {
    .access-header form.access-header__form {
        flex-direction: column;
    }
}

.access-header form.access-header__form .access-header__input {
    flex: 0 0 400px;
    padding: 11px;
}

@media screen and (max-width: 767px) {
    .access-header form.access-header__form .access-header__input {
        flex-basis: auto;
        flex-grow: 1;
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .access-header form.access-header__form .access-header__input {
        flex-basis: 45px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.access-header form.access-header__form .access-header__request-btn {
    flex: 0 0 300px;
    padding: 11px;
    border: none;
}

@media screen and (max-width: 767px) {
    .access-header form.access-header__form .access-header__request-btn {
        flex-basis: auto;
    }
}

.hero {
    background: #f6f6f6;
}

.hero__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .hero__inner {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.hero__title {
    font-size: 3.8rem;
    margin-bottom: 20px;
}

.hero__subtitle {
    margin-bottom: 40px;
    font-size: 2.2rem;
    line-height: 29px;
}

.hero__form {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .hero__form {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.hero__form-input {
    flex: 0 1 500px;
    margin-right: 20px;
    padding: 22px 20px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #3c3c3c;
    border: 1px solid #999999;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
}

.hero__form-input::-webkit-input-placeholder {
    color: #8b90a0;
}

.hero__form-input::-moz-placeholder {
    color: #8b90a0;
}

.hero__form-input:-ms-input-placeholder {
    color: #8b90a0;
}

.hero__form-input::-ms-input-placeholder {
    color: #8b90a0;
}

.hero__form-input::placeholder {
    color: #8b90a0;
}

@media screen and (max-width: 767px) {
    .hero__form-input {
        flex-basis: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.hero__request-btn {
    flex: 0 1 338px;
}

@media screen and (max-width: 767px) {
    .hero__request-btn {
        flex-basis: auto;
    }
}

.request-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    background: #f4364c;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    transition: background 0.3s ease;
}

.request-btn:hover {
    background: #e70e28;
}

.subform-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    color: #f4364c;
}

.check-position {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check-position__link {
    display: inline-block;
    margin-bottom: 22px;
    padding-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
    color: #666666;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    background: transparent;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.check-position__link:hover {
    color: #1a1a1a;
    border-bottom: 1px solid #6f6f6f;
}

.check-position__link:hover + .check-position__text {
    opacity: 1;
}

.check-position__text {
    position: relative;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    color: #d6d6d6;
    border-radius: 10px;
    background: #000000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.check-position__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border: 8px solid transparent;
    border-bottom: 8px solid #000000;
    transform: translate(-50%, -16px);
}

.register-guide {
    padding-top: 130px;
    padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .register-guide {
        padding-top: 100px;
        padding-bottom: 50px;
        border-top: 1px solid #d6d6d6;
    }
}

.register-guide__inner {
    display: grid;
    grid-template-areas:
        "title title"
        "image content";
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 40% 60%;
}

@media screen and (max-width: 767px) {
    .register-guide__inner {
        display: flex;
        flex-direction: column;
    }
}

.register-guide__title {
    grid-area: title;
    padding-bottom: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    color: #3c3c3c;
    line-height: 42px;
}

.register-guide__content {
    grid-area: content;
    padding-left: 20px;
}

.register-guide__image-wrapper {
    grid-area: image;
}

@media screen and (max-width: 767px) {
    .register-guide__image-wrapper {
        margin-bottom: 20px;
        text-align: center;
    }
}

.register-guide__img {
    max-width: 100%;
}

@media screen and (max-width: 576px) {
    .register-guide__img {
        max-width: 100%
    }
}

.register-guide__text {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 26px;
    text-align: left;
    color: #000000;
}

.services {
    padding: 70px 0;
    background: #f6f6f6;
}

@media screen and (max-width: 767px) {
    .services {
        padding-bottom: 0;
        border-top: 1px solid #d6d6d6;
    }
}

.services__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.services__title {
    padding-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    text-align: center;
    line-height: 42px;
    color: #3c3c3c;
}

.services-feature {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 55px;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .services-feature {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #d6d6d6;
    }
    .services-feature:last-child {
        border: none;
    }
}

.services-feature--reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .services-feature--reverse {
        flex-direction: column;
    }
}

.services-feature--reverse .services-feature__title,
.services-feature--reverse .services-feature__text {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .services-feature--reverse .services-feature__title,
    .services-feature--reverse .services-feature__text {
        text-align: center;
    }
}

.services-feature--reverse .services-feature__image-wrapper {
    padding-right: 0;
    padding-left: 35px;
}

@media screen and (max-width: 767px) {
    .services-feature--reverse .services-feature__image-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.services-feature--reverse
    .services-feature__image-wrapper
    .services-feature__img {
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .services-feature--reverse
        .services-feature__image-wrapper
        .services-feature__img {
        margin-right: auto;
    }
}

.services-feature--reverse .services-feature__content {
    padding-left: 0;
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .services-feature--reverse .services-feature__content {
        padding-left: 0;
        padding-right: 0;
    }
}

.services-feature__image-wrapper {
    flex: 0 1 50%;
    padding-right: 35px;
}

@media screen and (max-width: 767px) {
    .services-feature__image-wrapper {
        flex-basis: auto;
        padding-right: 0;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    .services-feature__image-wrapper {
        text-align: center;
    }
}

.services-feature__img {
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.services-feature__img--pdt {
    padding-top: 65px;
}

@media screen and (max-width: 767px) {
    .services-feature__img.services-feature__img--pdt {
        padding-top: 0;
        margin-top: -50px;
        margin-bottom: -40px;
    }
}

@media screen and (max-width: 767px) {
    .services-feature__img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 576px) {
    .services-feature__img {
        display: inline-block;
        max-width: 100%;
    }
}

.services-feature__content {
    flex: 0 1 50%;
    padding: 45px 0 35px 30px;
}

@media screen and (max-width: 767px) {
    .services-feature__content {
        padding-top: 0;
        padding-left: 0;
    }
}

.services-feature__title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    text-align: left;
    line-height: 42px;
    color: #3c3c3c;
}

@media screen and (max-width: 767px) {
    .services-feature__title {
        text-align: center;
    }
}

.services-feature__title--protect {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .services-feature__title--protect {
        margin-bottom: 10px;
    }
}

.services-feature__text {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 26px;
    text-align: left;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .services-feature__text {
        text-align: center;
    }
}

.services-feature__list {
    padding: 0 0 0 12px;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .services-feature__list {
        padding: 0 0 0 9%;
    }
}

.services-feature__list-item {
    position: relative;
    margin-bottom: 40px;
}

.services-feature__list-item::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
}

.services-feature__list-item:last-child {
    margin-bottom: 0;
}

.services-feature__list-item span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 26px;
    text-align: left;
    color: #666666;
}

.registration-social {
    padding-top: 100px;
    padding-bottom: 190px;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .registration-social {
        padding-bottom: 100px;
        border-top: 1px solid #d6d6d6;
    }
}

@media screen and (max-width: 576px) {
    .registration-social {
        padding-top: 80px;
        padding-bottom: 60px;
        border-top: 1px solid #d6d6d6;
    }
}

.registration-social__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.registration-social__title {
    padding-bottom: 24px;
}

.registration-social__subtitle {
    font-size: 1.8rem;
}

.registration-social__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    -moz-column-gap: 80px;
    column-gap: 80px;
    padding-top: 45px;
}

@media screen and (max-width: 767px) {
    .registration-social__content {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 576px) {
    .registration-social__content {
        display: flex;
        flex-direction: column;
    }
}

.registration-social__item {
    position: relative;
    padding-bottom: 55px;
    padding-left: 70px;
}

.registration-social__item-img {
    position: absolute;
    top: -5px;
    left: 8px;
    width: 32px;
    height: 41px;
}

.registration-social__item-title {
    margin: 0;
    padding-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #3c3c3c;
}

@media screen and (max-width: 576px) {
    .registration-social__item-title {
        padding-bottom: 10px;
    }
}

.registration-social__item-text {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 26px;
    color: #3c3c3c;
}

.faq {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #f6f6f6;
}

@media screen and (max-width: 767px) {
    .faq {
        border-top: 1px solid #d6d6d6;
    }
}

.faq__inner {
    display: grid;
    grid-auto-rows: auto;
    row-gap: 70px;
}

.faq__title {
    line-height: 21px;
    color: #000000;
}

.faq__content {
    display: grid;
    grid-auto-rows: auto;
    row-gap: 25px;
}

.faq__item-title {
    margin: 0 0 12px;
    padding-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: left;
    color: #000000;
}

.faq__item-text {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 21px;
    text-align: left;
    color: #3c3c3c;
}

.faq__item-list {
    padding-left: 30px;
    list-style: decimal-leading-zero;
}

.faq__item-list li {
    font-size: 1.6rem;
    line-height: 21px;
    text-align: left;
    color: #3c3c3c;
}

.reg-confirm {
    padding: 70px 0;
    background: #f6f6f6;
}

.reg-confirm .container {
    max-width: 720px;
}

.reg-confirm__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.reg-confirm__suptitle {
    font-size: 2.2rem;
    padding-bottom: 67px;
}

.reg-confirm__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 3.8rem;
    color: #3c3c3c;
    padding-bottom: 15px;
}

.reg-confirm__subtitle {
    font-size: 2rem;
    color: #000000;
}

.reg-confirm__prizes-list {
    margin: 0;
    padding: 70px 0 30px 20px;
}

.reg-confirm__prizes-item {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #000000;
}

.reg-confirm__text {
    margin: 0;
    color: #000000;
}

.reg-confirm__text--sublist {
    padding-left: 22px;
    padding-bottom: 47px;
}

.howto-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.howto-block__title::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 25px;
    width: 20px;
    height: 20px;
    background: url(../images/icons/note-icon.svg) no-repeat center/contain;
}

.howto-block__title {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 29px;
    color: #000000;
}

.howto-block__text {
    padding-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 29px;
    color: #000000;
}

.howto-block__text:last-child {
    padding-bottom: 0;
}

.refinfo {
    padding-top: 130px;
    padding-bottom: 250px;
    background: #f6f6f6;
    border-top: 1px solid #d6d6d6;
}

@media screen and (max-width: 767px) {
    .refinfo {
        padding-bottom: 120px;
    }
}

.refinfo .container {
    max-width: 720px;
}

.refinfo__inner {
    max-width: 690px;
    margin: 0 auto;
}

.refinfo__link-title,
.refinfo__input-wrapper,
.refinfo__text,
.invite-friends {
    position: relative;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.refinfo__link-title {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 16px;
    color: #000000;
}

.refinfo__input-wrapper {
    position: relative;
    width: 100%;
    max-width: 580px;
    padding-bottom: 3px;
}

.refinfo__input {
    width: 100%;
    padding: 16px 25px 16px 16px;
    border: 1px solid #a1a4b1;
    border-radius: 4px;
    outline:none;
}

.refinfo__input::-webkit-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8b90a0;
}

.refinfo__input::-moz-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8b90a0;
}

.refinfo__input:-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8b90a0;
}

.refinfo__input::-ms-input-placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8b90a0;
}

.refinfo__input::placeholder {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8b90a0;
}

.refinfo__input-link {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
}

.refinfo__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.invite-friends__title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    color: #000000;
    padding-bottom: 20px;
    text-align: left;
}

.invite-friends__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.invite-friends__list-item {
    margin-right: 50px;
    margin-bottom: 30px;
}

.invite-friends__list-item:last-child {
    margin-right: 0;
}

.invite-friends__list-link {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

.statistic {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 76px;
    background: #f6f6f6;
}

.statistic .container {
    max-width: 720px;
}

.statistic__title {
    margin: 0;
    padding-bottom: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000000;
    text-align: center;
}

.statistic__table {
    margin: 0 auto;
}

.table {
    width: 100%;
    max-width: 640px;
    border-radius: 15px;
    background: #ffffff;
}

.table__header span {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #505565;
    text-align: center;
}

.table__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px 0px;
    border-bottom: 1px solid #d3d4d8;
}

@media screen and (max-width: 576px) {
    .table__row {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.table__col-1 {
    flex: 0 1 35%;
    padding-left: 15px;
}

@media screen and (max-width: 576px) {
    .table__col-1 {
        padding-left: 0;
    }
}

.table__col-1--you {
    position: relative;
    white-space: nowrap;
    transform: translateX(23px);
}

.table__col-2 {
    flex: 0 1 60%;
    padding-right: 43px;
}

@media screen and (max-width: 767px) {
    .table__col-2 {
        padding-right: 0;
    }
}

.table__col-3 {
    flex: 0 1 25%;
}

.table__body span {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #8b90a0;
    text-align: center;
}

.table__body .table__col-2 {
    font-weight: 400;
}

.table__row:last-child .table__col-2 {
    font-weight: 700;
}

.table__footer .table__row {
    border: none;
    padding: 16px 0;
}

.table__footer span {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #8b90a0;
    text-align: center;
}

.table__footer a.table__pagination-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #8b90a0;
    text-align: center;
    transition: all .3s linear;
}

.table__footer a.table__pagination-link:hover {
    background-color: rgba(240, 240, 240, 0.7);
    color: #515561;
}

.table__footer .table__col-2 {
    display: none;
}

.table__footer .table__col-3 {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding-right: 28px;
}

.table__footer .table__col-3 span,
.table__footer .table__col-3 a {
    display: inline-block;
    border: 1px solid #a1a4b1;
    min-width: 32px;
    height: 32px;
    margin-right: 8px;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 22px;
}

.table__footer .table__col-3 a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 576px) {
    .table__footer .table__col-3 a {
        margin-right: 3px;
    }
}

select.table__footer-show {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-left: 30px;
    padding-left: 2px;
    border: 1px solid #a1a4b1;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #505565;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

a.table__btn-prev {
    position: relative;
    font-size: 0;
}

a.table__btn-prev:hover::before {
    border-top: 2px solid #777b8a;
    border-left: 2px solid #777b8a;
}

a.table__btn-prev::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #a1a4b1;
    border-left: 2px solid #a1a4b1;
    transform: translate(13px, -50%) rotate(-45deg);
    transition: all 0.3s linear;
}

a.table__btn-next {
    position: relative;
    font-size: 0;
}

a.table__btn-next:hover::before {
    border-top: 2px solid #777b8a;
    border-left: 2px solid #777b8a;
}

a.table__btn-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #a1a4b1;
    border-left: 2px solid #a1a4b1;
    transform: translate(9px, -50%) rotate(135deg);
    transition: all 0.3s linear;
}

.table__col-3 a.table__num-dots {
    font-size: 25px;
    line-height: 7px;
    letter-spacing: -1px;
    color: #a1a4b1;
}

.table__footer a.table__num-begin,
.table__footer a.table__num-end {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #505565;
}

@media screen and (max-width: 767px) {
    select.table__footer-show {
        margin-left: 10px;
    }
}

@media screen and (max-width: 576px) {
    select.table__footer-show {
        margin-left: 6px;
    }
}

.referal-block {
    background: #f6f6f6;
    padding-bottom: 100px;
    border-bottom: 1px solid #d6d6d6;
}

.referal-block .refinfo__link-title {
    margin-top: 0;
    padding-top: 135px;
}

.footer {
    padding: 60px 0;
    border-top: 1px solid #d6d6d6;
}

.footer__inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

@media screen and (max-width: 767px) {
    .footer__inner {
        flex-direction: column;
        align-items: center;
    }
}

.footer__logo {
    flex: 0 1 100%;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__logo-text {
    margin-top: -6px;
    padding-left: 15px;
    color: #3c3c3c;
}

@media (max-width: 576px) {
    .footer__logo {
        flex-direction: column;
    }

    .footer__logo-text {
        margin-bottom: 17px;
    }
}

.footer__copyright {
    flex: 0 1 auto;
}

@media screen and (max-width: 767px) {
    .footer__copyright {
        order: 1;
        margin-top: 20px;
    }
}

.footer__documentation {
    padding-left: 60px;
    flex: 0 1 auto;
}

@media screen and (max-width: 767px) {
    .footer__documentation {
        padding-left: 0;
    }
}

.copyright {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 20px;
    text-align: left;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .copyright {
        text-align: center;
    }
}

.documentation {
    margin-top: -2px;
    display: flex;
    align-items: center;
}

.documentation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 420px) {
    .documentation__list {
        flex-direction: column;
    }
}

.documentation__item {
    margin-right: 12px;
}

.documentation__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 420px) {
    .documentation__item {
        margin-right: 0;
        margin-bottom: 5px;
        padding: 5px;
    }
}

.documentation__link {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 20px;
    text-align: left;
    color: #666666;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.documentation__link:hover {
    border-bottom: 1px solid #666666;
}

/*modal*/

.white-popup-block {
  position: relative;
  padding: 50px 30px;
  background: #fff;
  border-radius: 15px;
  max-width: 400px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif; }
  .white-popup-block .error-text {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f4364c;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;}
  .white-popup-block .green-text {
    font-size: 1.6rem;
    font-weight: 600;
    color: #66bd6c;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;}
  .white-popup-block .modal-form {
    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; }
    .white-popup-block .modal-form input {
      color: #3c3c3c;
      border: 1px solid #999999;
      border-radius: 6px 0 0 6px;
      background: #ffffff;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
      outline: none;
      padding: 15px; }
    .white-popup-block .modal-form button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      border: 1px solid #f4364c;
      background: #f4364c;
      border-radius: 0 6px 6px 0;
      padding: 15px;
      border: none;
      color: #ffffff;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease;
      border: none; }
/* loader */
.transition-loader {
position: fixed;
background-color: rgba(0, 0, 0, 0.8);
z-index: 9999;
top: 0;
left: 0;
height: 100vh;
width: 100%;
display: none;
overflow: hidden; }

.transition-loader-inner {
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
top: 50%;
position: absolute;
color: #FFF;
text-align: center;
width: 100%; }
.transition-loader-inner label {
  font-size: 2rem;
  padding: 1%;
  opacity: 0;
  display: inline-block; }
  .transition-loader-inner label:after {
    content: '\2022'; }

.transition-loader-inner label:nth-child(1) {
-webkit-animation: loader 3s 600ms infinite ease-in-out;
animation: loader 3s 600ms infinite ease-in-out; }

.transition-loader-inner label:nth-child(2) {
-webkit-animation: loader 3s 500ms infinite ease-in-out;
animation: loader 3s 500ms infinite ease-in-out; }

.transition-loader-inner label:nth-child(3) {
-webkit-animation: loader 3s 400ms infinite ease-in-out;
animation: loader 3s 400ms infinite ease-in-out; }

.transition-loader-inner label:nth-child(4) {
-webkit-animation: loader 3s 300ms infinite ease-in-out;
animation: loader 3s 300ms infinite ease-in-out; }

.transition-loader-inner label:nth-child(5) {
-webkit-animation: loader 3s 200ms infinite ease-in-out;
animation: loader 3s 200ms infinite ease-in-out; }

.transition-loader-inner label:nth-child(6) {
-webkit-animation: loader 3s 100ms infinite ease-in-out;
animation: loader 3s 100ms infinite ease-in-out; }

@keyframes loader {
0% {
  opacity: 0;
  -webkit-transform: translateX(-300px) scale(1);
          transform: translateX(-300px) scale(1); }
33% {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(2);
          transform: translateX(0px) scale(2); }
66% {
  opacity: 1;
  -webkit-transform: translateX(0px) scale(1);
          transform: translateX(0px) scale(1); }
100% {
  opacity: 0;
  -webkit-transform: translateX(300px) scale(2);
          transform: translateX(300px) scale(2); } }

@-webkit-keyframes loader {
0% {
  opacity: 0;
  -webkit-transform: translateX(-300px); }
33% {
  opacity: 1;
  -webkit-transform: translateX(0px); }
66% {
  opacity: 1;
  -webkit-transform: translateX(0px); }
100% {
  opacity: 0;
  -webkit-transform: translateX(300px); } }



  /* модалка новая для языка */
  .my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  
  /* animate in */
  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  
  /* animate out */
  .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  
  /* Dark overlay, start state */
  .my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  
  /* animate in */
  .my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  
  /* animate out */
  .my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }
  
  /**
   * Fade-move animation for second dialog
   */
  /* at start */
  .my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg); }
  
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0); }
  
  /* animate out */
  .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg); }
  
  /* Dark overlay, start state */
  .my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8; }
  
  /* animate out */
  .my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0; }
  
  .call_flag {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 16px;
    background: #fff; }
    @media (max-width: 990px) {
      .call_flag {
        padding: 20px; } }
  
  .call_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px 20px; }
    @media (max-width: 990px) {
      .call_wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (max-width: 576px) {
      .call_wrap {
        grid-template-columns: 1fr 1fr 1fr; } }
  
  .call_wrap { align-items: start; }
  .call_box {
    display: flex;
    align-items: center; }
    .call_box img {
      height: 20px;
      width: 20px;
      flex-shrink: 0;
      object-fit: contain;
      margin-right: 10px; }
    .call_box .contact-link::before {
      display: none !important; }
    .call_box .contact-link::after {
      display: none !important; }
    .call_box p {
      font-size: 16px;
      color: #848484;
      font-weight: 400;
      margin: 0; }
  
  .call_title {
    text-align: center;
    margin: 0;
    font-size: 27px;
    color: #848484;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px; }
  
  .call_text {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #848484;
    text-align: center;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px; }
  
  .call_box {
    margin-left: 15px; }
    .call_box a {
      color: #fff;
      font-size: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 20px;
      background: #808080;
      border-radius: 5px; }

      .contact-link--bd::after {
        display: none!important;
    }
    
  .logo__link {
    position: relative;
    top: 5px; }
  
.logo__text {
    top: 0px;
}

.contact-link--bd {
    margin-right: 20px;
}

.call_box {
    margin-left: 20px;
}
