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

body {
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=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: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.square {
    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;
    margin: auto;
    background: #ADD8E6;
    color: #fff;
    width: 650px;
    height: 650px;
    font-size: 28px;
    border: 5px solid #2265a2;
}

/* OPEN_SANS */

@font-face {
    font-family: "OpenSans";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/open-sans/OpenSansLight.eot");
    src: url("../fonts/open-sans/OpenSansLight.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/open-sans/OpenSansLight.woff") format("woff");
    src: url("../fonts/open-sans/OpenSansLight.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/open-sans/OpenSans-Regular.eot");
    src: url("../fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/open-sans/OpenSans-Regular.woff") format("woff");
    src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/open-sans/OpenSansSemibold.eot");
    src: url("../fonts/open-sans/OpenSansSemibold.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/open-sans/OpenSansSemibold.woff") format("woff");
    src: url("../fonts/open-sans/OpenSansSemibold.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/open-sans/OpenSansExtrabold.eot");
    src: url("../fonts/open-sans/OpenSansExtrabold.eot?#iefix") format("embedded-opentype");
    src: url("../fonts/open-sans/OpenSansExtrabold.woff") format("woff");
    src: url("../fonts/open-sans/OpenSansExtrabold.ttf") format("truetype");
}

/* ICONS SVG */

@font-face {
    font-family: "iconsSvg";
    src: url("../fonts/icons-svg/iconsSvg.eot");
    src: url("../fonts/icons-svg/iconsSvg.eot?#iefix") format("eot"), url("../fonts/icons-svg/iconsSvg.woff") format("woff"), url("../fonts/icons-svg/iconsSvg.ttf") format("truetype"), url("../fonts/icons-svg/iconsSvg.svg#iconsSvg") format("svg");
}

html,
body {
    overflow-x: hidden;
}

html.not-scroll,
body.not-scroll {
    overflow: hidden;
}

body {
    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;
    min-height: 100vh;
}

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

ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

figure,
ul {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0 auto;
    max-width: 1333px;
}

.container-maincontent {
    margin: 0 auto;
    max-width: 1252px;
}

.title {
    font-family: "San Francisco Pro Display";
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #1fb547;
}

.title_dark {
    color: #3b3b3b;
}

.text {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
}

.subtitle {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #191919;
}

.icons-bg {
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% -200px;
}

.header {
    height: 75px;
    -webkit-box-shadow: 0 1px 10px rgba(1, 1, 1, 0.13);
    box-shadow: 0 1px 10px rgba(1, 1, 1, 0.13);
    /*20436d*/
    background-color: #c0d3ec;
}

.header-transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__container {
    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;
    height: 100%;
}

.header__logo {
    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: 145px;
}

.header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

.header__menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.header__menu-item {
    height: 100%;
}

.header__menu-item:not(:last-child) {
    margin-right: 65px;
}

.header__menu-item a.active {
    border-color: #20436d;
}

.header__menu a {
    display: inline-block;
    padding: 8px 0;
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #2a333c;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.header__menu a:hover,
.header__menu a.active {
    border-color: #20436d;
}

.header__menu a:active {
    border-color: transparent;
}

.header__menu a.active {
    font-weight: 600;
    border-color: #20436d;
}

.header__login {
    position: relative;
    padding: 8px 0;
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    color: #2a333c;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.header__login:hover {
    border-color: #20436d;
}

.header__login:active {
    border-color: transparent;
}

.header__login.active {
    font-weight: 600;
    border-color: #20436d;
}

.header__registration {
    margin-left: 35px;
    padding: 12px 20px;
    font-family: "San Francisco Pro Display";
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #20436d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #20436d;
    background-color: #ffffff;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.header__registration:hover {
    opacity: 0.7;
}

.header__registration:active {
    opacity: 1;
}

.header__right {
    margin-left: auto;
}

.burger {
    position: relative;
    margin-left: 15px;
    width: 34px;
    height: 34px;
    z-index: 3;
}

.burger.active span {
    left: 50%;
    bottom: auto;
}

.burger.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.burger.active span:nth-child(2) {
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
}

.burger.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.burger.active span:nth-child(4) {
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
}

.burger.active span:nth-child(5) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.burger span {
    position: absolute;
    right: 0;
    display: block;
    width: 25px;
    height: 4px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #20436d;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.burger span:nth-child(1) {
    top: 0;
}

.burger span:nth-child(2) {
    top: 15%;
}

.burger span:nth-child(3) {
    top: 30%;
}

.burger span:nth-child(4) {
    top: 45%;
}

.burger span:nth-child(5) {
    top: 60%;
}

.burger span:nth-child(2n) {
    left: 0;
}

/* Header maincontent */

.maincontent-header {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
}

.maincontent-header__container {
    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;
}

.maincontent-header__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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
    width: 230px;
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}

.maincontent-header__logo {
    display: inline-block;
    padding: 15px 0;
}

.maincontent-header__logo img {
    max-width: 150px;
}

.maincontent-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    height: 100%;
}

.maincontent-header__menu-item:not(:last-child) {
    margin-right: 35px;
}

.maincontent-header__menu-item-title {
    display: block;
    margin-bottom: 5px;
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 13px;
    color: #88909e;
}

.maincontent-header__menu-item-price {
    font-family: "OpenSans";
    font-weight: 600;
    font-size: 15px;
    color: #8fb75f;
}

.maincontent-header__menu-item-price span {
    color: #88909e;
}

.maincontent-header__burger {
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.maincontent-header__burger:hover span {
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
}

.maincontent-header__burger:active span {
    -webkit-filter: none;
    filter: none;
}

.maincontent-header__burger span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #d0d2d7;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.maincontent-header__burger span:nth-child(1) {
    top: 0;
}

.maincontent-header__burger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.maincontent-header__burger span:nth-child(3) {
    bottom: 0;
}

.maincontent-header__user {
    position: relative;
    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-left: auto;
    text-decoration: none;
}

.maincontent-header__user::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.maincontent-header__user-logo {
    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;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #8fb75f;
}

.maincontent-header__user-name {
    font-family: "OpenSans";
    font-weight: 400;
    font-size: 15px;
    color: #2a333c;
}

.logo-main {
    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;
    margin-left: 5px;
    max-width: 90px;
    padding-bottom: 5px;
    max-height: 34px;
    overflow: hidden;
}

.logo-main img {
    width: 100%;
}

.footer {
    margin-top: auto;
    /*20436d*/
    background-color: #efefef;
}

.footer__advants {
    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: 0 auto;
    padding: 55px 0;
    max-width: 1185px;
}

.footer__advants-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;
}

.footer__advants-item p {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #8d97a8;
    max-width: 70%;
}

.footer__advants-icon {
    margin-right: 20px;
    max-width: 75px;
}

.footer__advants-icon img {
    width: 75px;
}

.footer__info {
    border-top: 1px solid #dfdfdf;
}

.footer__info-container {
    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: 0 auto;
    padding: 20px 0;
    max-width: 1280px;
}

.footer__info-copy {
    font-family: "San Francisco Pro Display", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #5c5c5c;
}

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

.footer__socials-item {
    position: relative;
    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;
    font-family: "San Francisco Pro Display", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6e7684;
    text-decoration: none;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.login {
    margin: 84px auto;
    width: 390px;
}

.login__title {
    margin-bottom: 15px;
    font-family: "San Francisco Pro Display";
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #3b3b3b;
}

.login__descr {
    margin: 0 auto 59px auto;
    max-width: 255px;
}

.login__descr p {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #b2b3b6;
}

.login__descr-bottom {
    margin-top: 25px;
}

.login__descr-bottom p {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #bfbfbf;
}

.login__inputs {
    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;
}

.login__inputs-item {
    position: relative;
}

.login__inputs-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.login__inputs-item.login__inputs_login::before {
    background-image: url("../images/icons/user.svg");
    margin-left: 8px;
}

.login__inputs-item.login__inputs_pass::before {
    background-image: url("../images/icons/lock.svg");
    margin-left: 8px;
}

.login__inputs-item.no-icon {
    margin-top: 35px;
    margin-bottom: 15px;
}

.login__inputs-item.no-icon input {
    padding-left: 0;
}

.login__inputs-item.full-width {
    margin-top: 35px;
    width: 100%;
}

.login__inputs-item.full-width input {
    width: 100%;
}

.login__inputs-item input {
    display: inline-block;
    padding-left: 30px;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 14px;
    color: #686868;
    width: 167px;
    height: 30px;
    outline: none;
    border: 1px solid #d8dbe4;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.login__inputs-item input.active {
    border-color: #333;
}

.login__inputs-item input.error {
    border-color: #ff2d2d;
}

.login__inputs-item.no-icon .login__inputs-item-placeholder {
    left: 0;
}

.login__inputs-item-placeholder {
    position: absolute;
    left: 0px;
    top: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 14px;
    color: #93959d;
    pointer-events: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.login__inputs-item-placeholder.active {
    top: -5px;
    font-size: 12px;
    color: #333;
}

.login__inputs-item-placeholder.error {
    color: #ff2d2d;
}

/*карточки*/
.kart-active {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #20436d;
    line-height: 1;
    text-align: center;
    padding: 5px 7px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    border: 1px solid #20436d;
    background-color: transparent;
}

.kart-active:hover {
    border-color: #20436d;
    background-color: #38669e;
    color: #fff;
}

.kart-close {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #c0c0c0;
    line-height: 1.25;
    text-align: center;
    padding: 5px 7px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    border: 1px solid #c0c0c0;
    background-color: transparent;
}

.kart-close:hover {
    text-decoration: none;
    background-color: #ba3838;
    border-color: #ba3838;
    color: #fff !important;
}

.kart-end {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Open Sans";
    color: #214621;
    line-height: 1;
    text-align: center;
    padding: 5px 7px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
    border: 1px solid #214621;
    background-color: rgba(33, 70, 33, 0.2);
}

.kart-end:hover {
    border-color: #3a6d3a;
    background-color: #3a6d3a;
    color: #fff;
}

.login__sbmt {
    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;
    margin: 20px auto 0 auto;
}

.pass-eye {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url("../images/icons/1-11.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.pass-eye:hover {
    opacity: 0.7;
}

.pass-eye:active {
    opacity: 1;
}

.about__partnership {
    padding: 200px 0 170px 0;
}

.about-page {
    background-image: url("../images/about-bg.png");
    background-repeat: no-repeat;
    background-position: 50% -210px;
    -webkit-background-size: contain;
    background-size: contain;
}

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

.about__descr {
    margin: 0 auto;
    max-width: 590px;
    text-align: center;
}

.about__info {
    background-image: url("../images/about-bg-2.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: 0px -320px;
}

.about__wideRes {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 90px 0 85px;
    max-width: 1040px;
}

.about__wideRes::before {
    content: '';
    position: absolute;
    left: -40%;
    top: 40px;
    display: block;
    width: 135px;
    height: 135px;
    background-image: url("../images/icons/green-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.about__wideRes::after {
    content: '';
    position: absolute;
    right: -140px;
    bottom: -40px;
    display: block;
    width: 135px;
    height: 135px;
    background-image: url("../images/icons/green-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.about__wideRes-info {
    padding-left: 45px;
    width: 48%;
}

.about__wideRes-title {
    margin-bottom: 40px;
}

.about__wideRes-text {
    max-width: 450px;
}

.about__wideRes-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 52%;
}

.about__wideRes-item {
    margin: 0 8px 8px 0;
    padding: 24px 0 20px 0;
    width: 170px;
    min-height: 120px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 9px rgba(1, 1, 1, 0.14);
    box-shadow: 0 5px 9px rgba(1, 1, 1, 0.14);
    background-color: #ffffff;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.about__wideRes-item:not(.about__wideRes-item_empty):hover {
    -webkit-box-shadow: 0 15px 19px rgba(1, 1, 1, 0.14);
    box-shadow: 0 15px 19px rgba(1, 1, 1, 0.14);
}

.about__wideRes-item_empty {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 2px dashed #e2e6f1;
}

.about__wideRes-item-img {
    margin: 0 auto;
    max-width: 50px;
    overflow: hidden;
}

.about__wideRes-item-img img {
    width: 100%;
}

.about__wideRes-item-title {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #191919;
}

.about__advance {
    position: relative;
    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;
    margin: 0 auto;
    padding: 80px 0 70px;
    max-width: 1040px;
}

.about__advance::before {
    content: '';
    position: absolute;
    left: -140px;
    bottom: -40px;
    display: block;
    width: 135px;
    height: 135px;
    background-image: url("../images/icons/gray-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 2;
}

.about__advance-info {
    max-width: 350px;
    height: 100%;
}

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

.about__advance-img {
    width: 57%;
    overflow: hidden;
}

.about__advance-img img {
    width: 100%;
}

.about__team {
    position: relative;
    padding: 50px 0 70px;
    background-color: #1FB547;
}

.about__team::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62%;
    height: 100%;
    background-image: url("../images/about-bg-3.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.about__team-title {
    margin-bottom: 50px;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.about__team-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 50px auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.about__team-item {
    position: relative;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__team-item:not(:last-child) {
    margin-right: 80px;
}

.about__team-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
    display: block;
    width: 1px;
    height: 120%;
    background-color: #38669e;
}

.about__team-item-title {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 74px;
    color: #fff;
}

.about__team-item-subtitle {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.about__team-text {
    margin: 0 auto;
    max-width: 545px;
    text-align: center;
    color: #b9fdcb;
}

.rules {
    padding-top: 150px;
}

.rules,
.rules #contentblock {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1;
}

.rules__title {
    margin-bottom: 40px;
    text-align: center;
}

.rules__descr {
    margin: 0 auto 75px auto;
    max-width: 710px;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #3b3b3b;
}

.rules__lists {
    position: relative;
    margin: 0 auto;
    max-width: 1025px;
}

.rules__lists::before,
.rules__lists::after {
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    height: 140px;
    background-image: url("../images/icons/green-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.rules__lists::before {
    left: -25vw;
    top: 200px;
}

.rules__lists::after {
    right: -25vw;
    top: 50%;
}

.rules__lists-title {
    position: relative;
    margin-bottom: 40px;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #191919;
}

.rules__lists-title::before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.rules__lists-title.permitted::before {
    background-image: url("../images/icons/checked.png");
}

.rules__lists-title.forbidden::before {
    background-image: url("../images/icons/forbidden.png");
}

.rules__list {
    margin-bottom: 50px;
}

.rules__list li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 25px;
}

.rules__list li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 14px;
    height: 1px;
    background-color: #c1c1c2;
}

.rules__attension {
    position: relative;
    margin-top: auto;
    padding: 50px 0;
    background-color: #1FB547;
}

.rules__attension::before {
    content: '';
    position: absolute;
    left: 45px;
    top: -90px;
    display: block;
    width: 140px;
    height: 140px;
    background-image: url("../images/icons/green-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.rules__attension-text {
    position: relative;
    margin: 0 auto;
    max-width: 1025px;
}

.rules__attension-text::before {
    content: '';
    position: absolute;
    left: -90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background-image: url("../images/icons/attension.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.rules__attension p {
    margin-bottom: 35px;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.contacts {
    padding: 130px 0 50px;
}

.contacts__title {
    margin-bottom: 85px;
    text-align: center;
}

.contacts__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 790px;
}

.contacts__item {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 22px 0 28px;
    width: 170px;
    height: 170px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 9px rgba(1, 1, 1, 0.14);
    box-shadow: 0 5px 9px rgba(1, 1, 1, 0.14);
    background-color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.contacts__item:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0 12px 24px rgba(1, 1, 1, 0.14);
    box-shadow: 0 12px 24px rgba(1, 1, 1, 0.14);
}

.contacts__item:active {
    margin-top: 0;
    -webkit-box-shadow: 0 5px 9px rgba(1, 1, 1, 0.14);
    box-shadow: 0 5px 9px rgba(1, 1, 1, 0.14);
}

.contacts__item:not(:last-child) {
    margin-right: 35px;
}

.contacts__item-img {
    margin-bottom: 10px;
    max-width: 100px;
    height: 70px;
    overflow: hidden;
}

.contacts__item-img img {
    height: 100%;
}

.contacts__item-name {
    margin-bottom: 5px;
    font-family: "San Francisco Pro Display";
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    color: #191919;
}

.contacts__item-link {
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 13px;
    color: #20436d;
}

.main {
    position: relative;
    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;
    height: 100%;
    min-height: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 167, 44, 0.8);
}

.main-title {
    position: relative;
    margin: 0 auto;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    max-width: 665px;
    color: #fdfdfd;
    z-index: 2;
}

.main-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-img img {
    width: 100%;
    min-height: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

label.invalid {
    position: absolute;
    bottom: -15px;
    left: 0;
    font-family: "San Francisco Pro Display", sans-serif;
    font-size: 11px;
    width: max-content;
    color: #ff2d2d;
}

@media screen and (min-width: 2500px) {
    body {
        min-height: none;
    }
}

@media only screen and (max-width: 1700px) {
    .about__info {
        background-position: 0px -110px;
    }

    .about__wideRes::before {
        left: -200px;
    }

    .rules__lists::before {
        left: -15vw;
    }

    .rules__lists::after {
        right: -15vw;
    }
}

@media only screen and (max-width: 1339.98px) {
    .square {
        background: red;
        width: 33.58259vw;
        height: 33.58259vw;
        font-size: 2.08958vw;
    }

    .container {
        padding: 0 15px;
    }

    .icons-bg {
        background-position: 50% -130px;
    }

    .footer__advants {
        padding: 55px 15px;
    }

    .footer__info {
        padding: 0 15px;
    }

    .about__info {
        background-position: 0px -70px;
    }

    .about__advance::before {
        left: -30px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .icons-bg {
        background-position: 50% -100px;
    }

    .header__menu-item:not(:last-child) {
        margin-right: 35px;
    }

    .about__info {
        -webkit-background-size: 160% 160%;
        background-size: 160%;
        background-position: 0px -110px;
    }

    .about__wideRes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about__wideRes-info {
        margin-bottom: 25px;
        padding-left: 15px;
        width: 100%;
    }

    .about__wideRes-text {
        max-width: none;
    }

    .about__wideRes-items {
        margin: 0 auto;
        width: 60%;
    }

    .about__advance {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rules__lists {
        max-width: 90%;
    }

    .rules__attension::before {
        z-index: -1;
    }

    .rules__attension-text {
        max-width: 80%;
    }
}

@media only screen and (max-width: 991.98px) {
    .square {
        background: red;
        width: 45.36382vw;
        height: 45.36382vw;
        font-size: 2.82264vw;
        border: 1.00808vw solid #000;
    }

    .icons-bg {
        background-position: 50% -80px;
    }

    .header__menu {
        margin-left: 30px;
    }

    .header__menu-item:not(:last-child) {
        margin-right: 15px;
    }

    .about__partnership {
        padding: 120px 0;
    }

    .about-page {
        background-position: 50% -90px;
    }

    .about__title {
        margin-bottom: 30px;
    }

    .about__info {
        -webkit-background-size: 200% 200%;
        background-size: 200%;
        background-position: 0px -100px;
    }

    .about__wideRes-items {
        width: 70%;
    }

    .about__advance {
        padding: 50px 15px;
    }

    .rules {
        padding-top: 80px;
    }

    .rules__descr {
        font-size: 26px;
    }

    .rules__lists {
        max-width: 85%;
    }

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

    .rules__list li {
        margin-bottom: 25px;
    }

    .contacts {
        padding-top: 80px;
    }

    .contacts__items {
        max-width: 90%;
    }

    .main-title {
        font-size: 32px;
        line-height: 36px;
    }

    .main-img img {
        width: auto;
        height: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .title {
        font-size: 38px;
    }

    .text {
        font-size: 14px;
        line-height: 22px;
    }

    .subtitle {
        font-size: 22px;
        line-height: 24px;
    }

    .header {
        padding: 15px 0;
    }

    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-transition: all 0.45s;
        -o-transition: all 0.45s;
        transition: all 0.45s;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
    }

    .header__menu-item {
        padding: 0;
        height: auto;
    }

    .header__menu-item:not(:last-child) {
        margin-right: 0;
    }

    .header__menu a {
        display: block;
        padding: 10px 0;
        font-size: 21px;
        text-align: center;
        border-top: 1px solid transparent;
    }

    .header__menu a:hover,
    .header__menu a.active {
        background-color: rgba(0, 167, 44, 0.4);
        color: #fff;
    }

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

    .about__partnership {
        padding: 80px 0;
    }

    .about__title {
        margin-bottom: 20px;
    }

    .about__wideRes {
        padding: 50px 0;
    }

    .about__wideRes-title {
        margin-bottom: 25px;
        text-align: center;
    }

    .about__wideRes-text {
        text-align: center;
    }

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

    .about__advance-info {
        max-width: none;
    }

    .about__advance-title {
        margin-bottom: 25px;
        text-align: center;
    }

    .about__advance-descr {
        margin-bottom: 25px;
        text-align: center;
    }

    .about__team-title {
        font-size: 28px;
    }

    .about__team-item-title {
        font-size: 64px;
    }

    .about__team-item-subtitle {
        font-size: 14px;
    }

    .rules__attension {
        padding: 70px 0 30px;
    }

    .rules__attension-text {
        max-width: 90%;
    }

    .rules__attension-text::before {
        top: -60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .rules__attension p {
        margin-bottom: 25px;
    }

    .contacts__items {
        /*-webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
        justify-content: center;
    }

    .contacts__item {
        margin-bottom: 20px;
        width: 48%;
    }

    .contacts__item:not(:last-child) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .contacts__item {
        width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .square {
        background: red;
        width: 43.40428vw;
        height: 43.40428vw;
        font-size: 3.12511vw;
    }

    .container {
        padding: 0 5px;
    }

    .title {
        font-size: 34px;
        line-height: 36px;
    }

    .icons-bg {
        background-position: 50% -33px;
    }

    .header__container {
        -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;
    }

    .header__logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .header__login {
        padding: 0;
        margin-left: 20px;
        font-size: 14px;
        height: 100%;
    }

    .header__registration {
        margin-left: 15px;
        padding: 10px;
        font-size: 12px;
        height: 100%;
    }

    .header__right {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
    }

    .burger {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
    }

    .footer__info-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__info-copy {
        margin-bottom: 15px;
    }

    .footer__socials {
        padding-left: 0;
    }

    .footer__socials-item {
        margin-bottom: 15px;
        padding-left: 16px;
        font-size: 10px;
    }

    .login {
        margin-top: 40px;
        width: 100%;
    }

    .login__descr-bottom {
        margin: 0 auto;
        max-width: 80%;
    }

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

    .login__inputs-item {
        margin: 0 auto 40px auto;
        width: 90%;
    }

    .login__inputs-item.full-width {
        width: 90%;
    }

    .login__inputs-item input {
        width: 100%;
    }

    .about__partnership {
        padding: 50px 5px;
    }

    .about-page {
        background-position: 50% -40px;
    }

    .about__info {
        -webkit-background-size: 400% 400%;
        background-size: 400%;
    }

    .about__wideRes {
        padding: 30px 0;
    }

    .about__wideRes-items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 95%;
    }

    .about__wideRes-item {
        margin-right: 0;
        width: 47%;
        order: 1;
    }

    .about__wideRes-item.about__wideRes-item_empty {
        order: 2;
    }

    .about__advance {
        padding: 30px 5px;
    }

    .about__advance::before {
        width: 85px;
        height: 85px;
    }

    .about__team {
        padding: 30px 0;
    }

    .about__team-item:not(:last-child) {
        margin-right: 30px;
    }

    .about__team-item:not(:last-child)::after {
        right: -15px;
        -webkit-transform: translateY(-50%) rotate(20deg);
        -ms-transform: translateY(-50%) rotate(20deg);
        transform: translateY(-50%) rotate(20deg);
    }

    .about__team-item-title {
        font-size: 42px;
    }

    .rules {
        padding-top: 50px;
    }

    .rules__title {
        margin-bottom: 20px;
    }

    .rules__descr {
        margin-bottom: 35px;
        font-size: 22px;
    }

    .rules__lists {
        max-width: 90%;
    }

    .rules__lists::before,
    .rules__lists::after {
        width: 70px;
        height: 70px;
    }

    .rules__lists-title {
        margin-bottom: 25px;
        padding-left: 25px;
        font-size: 20px;
    }

    .rules__lists-title::before {
        left: 0;
        width: 15px;
        height: 15px;
    }

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

    .rules__attension::before {
        top: -40px;
        width: 70px;
        height: 70px;
    }

    .rules__attension p {
        font-size: 14px;
        line-height: 20px;
    }

    .contacts {
        padding-top: 50px;
    }

    .contacts__title {
        margin-bottom: 55px;
    }

    .main-title {
        font-size: 14px;
        line-height: 18px;
        max-width: 90%;
    }

    .footer__advants-item p {
        font-size: 14px;
        line-height: 22px;
    }

    .footer__socials-item:not(:nth-child(2)) {
        margin-right: 15px;
    }

    .footer__socials-item::before {
        left: 0;
        font-size: 12px;
    }
}

/*--------------------------------------*/
#result {
    background: snow none repeat scroll 0 0;
    box-shadow: 0px 0px 5px #6470a6;
    font-size: 12pt;
    margin: auto;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 20%;
    z-index: 40000;
    display: none;
}

.result span {
    color: #cd3323;
    padding-left: 40px;
}

div.error {
    color: #ff0000;
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
    background: #ffd2d2;
    border-color: #ffd2d2;
    border: 0px solid;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

div.ok {
    color: #008000;
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
    background: #cff2cf;
    border-color: #cff2cf;
    border: 0px solid;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

div.pred {
    color: #666666;
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
    background: #f4f1d5;
    border-color: #f4f1d5;
    border: 0px solid;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

div.test {
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Arial, sans serif;
    background: #d8f5ca;
    border-color: #3caa3c;
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

div.error2 {
    color: #ff0000;
    font-size: 12px;
    font-family: Verdana, Arial, sans serif;
}

div.ok2 {
    color: #0000ff;
    font-size: 12px;
    font-family: Verdana, Arial, sans serif;
}

div.pred2 {
    color: #ea7500;
    font-size: 12px;
    font-family: Verdana, Arial, sans serif;
}

div.test2 {
    color: #000000;
    font-size: 12px;
    font-family: Verdana, Arial, sans serif;
}

.reg-help {
    display: block;
    position: absolute;
    right: -19px;
    top: 7px;
}

.reg-help img {
    height: 15px;
    width: 15px;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.reg-help img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
}

.reg-help .title-descr {
    position: absolute;
    right: 0;
    top: 22px;
    display: none;
    color: #fff;
    padding: 5px 6px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    transform: scale(0);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    background-color: #20436d;
    font-family: "San Francisco Pro Display";
    font-weight: 500;
    font-size: 12px;
    max-width: 186px;
    min-width: 186px;
}

.reg-help .title-descr.w100 {
    max-width: 409px;
    min-width: 409px;
}

.reg-help:hover .title-descr {
    display: block;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.login__inputs-item input#email.valid {
    color: #20436d;
}

@media only screen and (max-width: 575.98px) {
    .reg-help .title-descr {
        max-width: 200px;
        min-width: 200px;
    }

    .reg-help .title-descr.w100 {
        max-width: 200px;
        min-width: 200px;
    }

    .reg-help {
        right: 0px;
    }

    input#invite {
        padding-right: 20px;
    }

    .pass-eye {
        right: 20px;
    }

    .login__descr {
        margin: 0 auto 15px auto;
    }

    .login__sbmt-reg {
        margin-top: 0px;
    }
}

/*стандартные классы*/
.center {
    text-align: center;
}

.top {
    vertical-align: top !important;
}

.green-color {
    color: #008000;
}

.green2-color {
    color: #228b22;
}

.blue-color {
    color: #0000ff;
}

.red-color {
    color: #ff0000;
}

.volna-color {
    color: #6495ed;
}

.grey-color {
    color: #666666;
}

.size-250 {
    font-size: 250%;
}

.size-200 {
    font-size: 250%;
}

.size-180 {
    font-size: 150%;
}

.size-150 {
    font-size: 150%;
}

.size-110 {
    font-size: 110%;
}

.fs12 {
    font-size: 12px;
}

.font-OpenSans {
    font-family: 'Open Sans', sans-serif;
}

.trans {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    opacity: 0.8;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr1 {
    margin-right: 1px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

/*сообщения сайта в окне1*/
.modalclose, .modalclose2, .modalclose3 {
    color: #999;
    font-size: 20px;
    position: absolute;
    top: 1px;
    right: 1px;
    opacity: 1;
    background-color: transparent !important;
}

.modalclose:hover, .modalclose2:hover, .modalclose3:hover {
    opacity: 0.8;
    background-color: transparent !important;
}

.windowmd {
    width: 60%;
    margin: auto;
    box-shadow: 0 0 30px gray;
}

.window {
    display: none;
    left: 5px;
    position: relative;
    top: 10%;
    z-index: 2000;
}

.wrap {
    display: none;
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2000;
    color: fabce;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrapbig {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modalcontent {
    padding: 35px 50px;
    background-color: #fff;
}

/*сообщения сайта в окне2*/
.window.windowmd .modalcontent h3, .window2.windowmd2 .modalcontent2 h3 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: left;
    color: #6089a7;
    margin-bottom: 20px;
    margin-top: 0;
}

.window.windowmd .modalcontent b, .window2.windowmd2 .modalcontent2 b {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #11223E;
    margin-top: 3px;
    margin-bottom: 3px;
}

.windowmd2 {
    width: 95%;
    margin: auto;
    box-shadow: 0 0 30px gray;
}

.window2 {
    display: none;
    left: 5px;
    position: relative;
    top: 5px;
    z-index: 2000;
}

.wrap2 {
    display: none;
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(36, 51, 66, .8);
    z-index: 2000;
    color: fabce;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

.wrapbig2 {
    position: fixed;
    overflow: auto;
    width: 90%;
    height: auto;
    cursor: pointer;
}

.modalcontent2 {
    padding: 10px 30px;
    margin: 20px 0px;
    background-color: #fff;
}