body {
    line-height: 1;
    overflow-y: scroll;
}
body {
    font-family: "Circe", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0f211d;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
    height: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 18px;
    line-height: 120%;
    /*overflow-x: hidden;*/
    padding: 0;
    margin: 0;
    position: relative;
    padding-top: 136px;
}
@media all and (max-width: 890px) {
    body {
        padding-top: 95px;
    }
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}



.wrapper {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
@media all and (max-width: 490px) {
    .wrapper {
        padding: 0 20px;
        max-width: 100vw;
    }
}



.header {
    margin: 27px 0 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease-in;
    -o-transition: opacity 0.45s ease-in;
    -moz-transition: opacity 0.45s ease-in;
    transition: opacity 0.45s ease-in;
}
@media all and (max-width: 890px) {
    .header {
        margin: 7px 0 0;
    }
}
.header.active {
    opacity: 1;
}
.header-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    max-height: 82px;
    min-height: 82px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: overflow 0.15s ease-in, -webkit-box-shadow 0.25s ease-out;
    transition: overflow 0.15s ease-in, -webkit-box-shadow 0.25s ease-out;
    -o-transition: overflow 0.15s ease-in, box-shadow 0.25s ease-out;
    -moz-transition: overflow 0.15s ease-in, box-shadow 0.25s ease-out, -moz-box-shadow 0.25s ease-out;
    transition: overflow 0.15s ease-in, box-shadow 0.25s ease-out;
    transition: overflow 0.15s ease-in, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out, -moz-box-shadow 0.25s ease-out;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
@media all and (max-width: 890px) {
    .header-wrapper.lang-active {
        overflow: inherit;
    }
}
.header-wrapper.active {
    -webkit-box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
}
.header-wrapper.open-menu {
    background: #fff;
}
.header-wrapper--notblur {
    background-color: rgba(255, 255, 255, 0.8);
}
.header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 0 15px;
    max-height: 82px;
}
.header-box--notblur {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header-left__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px;
}
.header-left__contacts span {
    font-weight: 800;
    font-size: 16px;
    /*margin-bottom: 4px;*/
    white-space: nowrap;
}
@media all and (max-width: 1024px) {
    .header-left__contacts span {
        max-width: 100%;
        white-space: normal;
    }
}
@media all and (max-width: 890px) {
    .header-left__contacts span {
        display: none;
    }
}
.header-left__contacts a {
    font-weight: 800;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}
@media all and (max-width: 700px) {
    .header-left__contacts a {
        display: none;
    }
}
.header-left__contacts a:hover, .header-left__contacts a:active, .header-left__contacts a:focus {
    color: #0060ff;
}
.header-left__menu {
    display: none;
    position: absolute;
    left: -webkit-calc((100vw - 1240px) / 2);
    left: -moz-calc((100vw - 1240px) / 2);
    left: calc((100vw - 1240px) / 2);
    top: 102px;
    z-index: 9;
    max-width: 1200px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
@media all and (max-width: 1240px) {
    .header-left__menu {
        left: 0;
    }
}
@media all and (max-width: 890px) {
    .header-left__menu {
        right: 0;
        max-width: 100%;
        padding: 0 10px;
    }
}
@media all and (max-width: 490px) {
    .header-left__menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header-left__menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header-left__menu-item {
    font-weight: 800;
    width: 33.3333333333%;
    height: 180px;
    max-width: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0f211d;
    -webkit-transition: background 0.15s ease-in, color 0.15s ease-in;
    -o-transition: background 0.15s ease-in, color 0.15s ease-in;
    -moz-transition: background 0.15s ease-in, color 0.15s ease-in;
    transition: background 0.15s ease-in, color 0.15s ease-in;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 0 5px;
    text-transform: inherit;
}
@media all and (max-width: 890px) {
    .header-left__menu-item {
        min-width: inherit;
        height: -webkit-calc(-webkit-calc(100vw - 30px)/3);
        height: -moz-calc(-moz-calc(100vw - 30px)/3);
        height: calc(calc(100vw - 30px)/3);
        font-size: 25px;
    }
}

@media all and (max-width: 750px) {
    .header-left__menu-item {
        padding: 0 10px;

        height: 131px;
        max-width: 131px;
        font-size: 20px;
    }
}
.header-left__menu-item:not(:last-child):hover {
    background: #0060ff;
}
@media all and (max-width: 890px) {
    .header-left__menu-item:nth-last-child(1), .header-left__menu-item:nth-last-child(2) {
        top: 0px;
    }
}
@media all and (max-width: 490px) {
    .header-left__menu-item:nth-last-child(1), .header-left__menu-item:nth-last-child(2) {
        top: 0;
    }
}
@media all and (max-width: 570px) {
    .header-left__menu-item {
        height: 100px;
        max-width: 100px;
        font-size: 14px;
    }
}
@media all and (max-width: 450px) {
    .header-left__menu-item {
        height: 120px;
        max-width: 120px;
        font-size: 18px;
    }
}
@media all and (max-width: 350px) {
    .header-left__menu-item {
        height: 100px;
        max-width: 100px;
        font-size: 14px;
    }
}
.header-left__menu-item .btn {
    max-width: 140px;
    padding: 0;
    font-size: 25px;
}
@media all and (max-width: 890px) {
    .header-left__menu-item .btn {
        font-size: 20px;
    }
}
.header-left__menu-item span {
    margin-top: 55px;
}
@media all and (max-width: 890px) {
    .header-left__menu-item span .ico {
        width: 20px;
    }
}
.header-left__menu-item .count {
    font-family: "Rounds";
    height: 34px;
    width: 34px;
    font-size: 25px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8290e;
    position: relative;
    top: -18px;
    text-indent: 0;
}
@media all and (max-width: 890px) {
    .header-left__menu-item .count {
        font-size: 20px;
        height: 30px;
        width: 30px;
    }
}
@media all and (max-width: 490px) {
    .header-left__menu-item .count {
        font-size: 18px;
        height: 25px;
        width: 25px;
    }
}
.header-burg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 11px;
    position: relative;
}
.header-burg:after {
    content: "";
    height: 74px;
    width: 74px;
    opacity: 0;
    background: #0060ff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 5px;
    left: -10px;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.25s ease-in, -webkit-transform 0.35s ease-out;
    transition: opacity 0.25s ease-in, -webkit-transform 0.35s ease-out;
    -o-transition: opacity 0.25s ease-in, -o-transform 0.35s ease-out;
    -moz-transition: opacity 0.25s ease-in, transform 0.35s ease-out, -moz-transform 0.35s ease-out;
    transition: opacity 0.25s ease-in, transform 0.35s ease-out;
    transition: opacity 0.25s ease-in, transform 0.35s ease-out, -webkit-transform 0.35s ease-out, -moz-transform 0.35s ease-out, -o-transform 0.35s ease-out;
    z-index: 0;
}
@media all and (max-width: 890px) {
    .header-burg:after {
        top: -23px;
    }
}
.header-burg svg {
    position: relative;
    z-index: 1;
}
.header-burg svg rect {
    display: block;
    -webkit-transition: fill 0.2s ease-in, -webkit-transform 0.15s ease-in;
    transition: fill 0.2s ease-in, -webkit-transform 0.15s ease-in;
    -o-transition: fill 0.2s ease-in, -o-transform 0.15s ease-in;
    -moz-transition: transform 0.15s ease-in, fill 0.2s ease-in, -moz-transform 0.15s ease-in;
    transition: transform 0.15s ease-in, fill 0.2s ease-in;
    transition: transform 0.15s ease-in, fill 0.2s ease-in, -webkit-transform 0.15s ease-in, -moz-transform 0.15s ease-in, -o-transform 0.15s ease-in;
    -webkit-perspective: 900000px;
    -moz-perspective: 900000px;
    perspective: 900000px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.header-burg.active:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #0f211d;
}
.header-burg.active svg rect {
    fill: #fff;
}
.header-burg.active svg rect:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, -5px);
    -moz-transform: rotate(45deg) translate(3px, -5px);
    -ms-transform: rotate(45deg) translate(3px, -5px);
    -o-transform: rotate(45deg) translate(3px, -5px);
    transform: rotate(45deg) translate(3px, -5px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 37px;
}
.header-burg.active svg rect:nth-child(2) {
    display: none;
}
.header-burg.active svg rect:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(3px, 7px);
    -moz-transform: rotate(-45deg) translate(3px, 7px);
    -ms-transform: rotate(-45deg) translate(3px, 7px);
    -o-transform: rotate(-45deg) translate(3px, 7px);
    transform: rotate(-45deg) translate(3px, 7px);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 37px;
}
.header-burg:hover rect {
    fill: #fff;
}
.header-burg:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 6%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
    overflow: hidden;
    height: 82px;
}
@media all and (max-width: 1230px) and (min-width: 1024px) {
    .header-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
}
@media all and (max-width: 1024px) {
    .header-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    }
}
@media all and (max-width: 890px) and (min-width: 490px) {
    .header-logo {
        padding-left: 14%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
@media all and (max-width: 490px) {
    .header-logo {
        padding-left: 0;
        max-width: 170px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.header-logo span {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 4px;
    display: none;
}
@media all and (max-width: 890px) and (min-width: 490px) {
    .header-logo span {
        display: block;
        margin-top: 15px;
        margin-bottom: 0;
        z-index: 1;
    }
}
.header-logo__link {
    max-width: 240px;
    /*min-width: 240px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width: 890px) {
    .header-logo__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.header-logo__link img {
    width: 100%;
    height: 82px;
    z-index: 2;
}
@media all and (max-width: 890px) {
    .header-logo__link img {
        height: 27px;
    }
}
@media all and (max-width: 490px) {
    .header-logo__link img {
        z-index: 2;
    }
}
.header-logo__link.active:before {
    opacity: 1;
}
.header-logo__link.active:hover:before {
    opacity: 1;
}
.header-logo__link.active:hover img {
    -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2));
}
.header-logo.active {
    overflow: visible;
}
.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-right__lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 1024px) {
    .header-right__lang {
        margin-right: 15px;
    }
}
@media all and (max-width: 490px) {
    .header-right__lang {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-right__lang.active {
        margin-top: 33px;
        z-index: 1;
    }
    .header-right__lang.active .header-right__lang-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-right__lang.active .header-right__lang-link.active:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.header-right__lang-link {
    font-size: 20px;
    height: 29px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    font-family: "Rounds";
    padding: 0 9px;
    -webkit-transition: background 0.15s ease-in, color 0.15s ease-in;
    -o-transition: background 0.15s ease-in, color 0.15s ease-in;
    -moz-transition: background 0.15s ease-in, color 0.15s ease-in;
    transition: background 0.15s ease-in, color 0.15s ease-in;
}
@media all and (max-width: 490px) {
    .header-right__lang-link {
        background: #0060ff;
        color: #ffffff;
        min-width: 65px;
        margin-top: 5px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header-right__lang-link.active {
    background: #69def6;
    color: #ffffff;
    cursor: default;
}
@media all and (max-width: 490px) {
    .header-right__lang-link.active {
        margin-top: 0;
        order: 0;
    }
    .header-right__lang-link.active:after {
        content: "";
        background: url("../images/arrow.svg") 0 0/contain no-repeat;
        width: 10px;
        height: 10px;
        max-width: 10px;
        max-height: 10px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 5px;
        margin-top: auto;
        margin-bottom: auto;
        -webkit-transition: -webkit-transform 0.15s ease-in;
        transition: -webkit-transform 0.15s ease-in;
        -o-transition: -o-transform 0.15s ease-in;
        -moz-transition: transform 0.15s ease-in, -moz-transform 0.15s ease-in;
        transition: transform 0.15s ease-in;
        transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in, -moz-transform 0.15s ease-in, -o-transform 0.15s ease-in;
    }
    .header-right__lang-link.active:active:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.header-right__lang-link:not(.active):hover {
    background: #0060ff;
    color: #ffffff;
}
@media all and (max-width: 490px) {
    .header-right__lang-link:not(.active) {
        display: none;
        order: 1;
    }
}
.header-right__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 170px;
    min-width: 170px;
    width: 100%;
}
@media all and (max-width: 890px) {
    .header-right__user {
        display: none;
    }
}
.header-right__user-login {
    background: #69def6;
    color: #ffffff;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header-right__user-login__ava {
    max-width: 58px;
    max-height: 58px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}
.header-right__user-login__ava--not {
    margin-left: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header-right__user-login__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 16px;
}
.header-right__user-login__menu span {
    font-family: "Rounds";
    font-size: 16px;
    font-weight: 800;
}
.header-right__user-login__message {
    font-size: 25px;
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f8290e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    right: -7px;
    font-family: "Rounds";
    font-size: 25px;
    line-height: 120%;
}
.main-title__text {
    font-size: 20px;
    line-height: 120%;
    color: #0f211d;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    font-weight: 700;
}
@media all and (max-width: 890px) {
    .main-title__text {
        font-size: 16px;
        padding: 0 60px;
        max-width: 100%;
    }
}
@media all and (max-width: 490px) {
    .main-title__text {
        padding: 0;
    }
}
.hello{
    position: relative;
}
.hello {
    width: 100%;
    max-width: 980px;
    /*height: 720px;*/
    margin: 0 auto;
}
@media all and (max-width: 890px) {
    .hello {
        /*height: auto;*/
        padding-top: 25px;
        padding-bottom: 10px;
    }
}

/*логотопы clutch на главной*/

.clutch-section{
    position: absolute;
    bottom: 0px;
    left: -80px;
}
.clutch-section img{
    width: auto;
    height: 150px;
    object-fit: contain;
}

@media (max-width: 1112px) {
    .clutch-section{
        left: 0px;
    }
}
@media (max-width: 800px) {
    .clutch-section{
        bottom: -20px;
    }
    .clutch-section img{
        height: 110px;
    }
}
@media (max-width: 500px) {
    .clutch-section img{
        height: 70px;
    }
}
@media (max-width: 320px) {
    .clutch-section{
        bottom: -10px;
    }
    .clutch-section img{
        height: 50px;
    }
}



.aos-animate .map {
    opacity: 1;
}
.aos-animate .map span {
    opacity: 1;
}
.map {
    background: url("../images/map.svg") 0 0/cover no-repeat;
    width: 900px;
    max-width: 900px;
    height: 450px;
    margin-top: 50px;
    margin-left: 100px;
    position: relative;
    margin-bottom: -156px;
    opacity: 0.6;
    -webkit-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    -moz-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}
@media all and (max-width: 890px) {
    .map {
        margin-left: -201px;
        margin-right: -15px;
    }
}
@media all and (max-width: 490px) {
    .map {
        height: 270px;
        /*width: 540px;*/
        width: auto;
        margin-left: -118px;
        margin-right: -15px;
        background-position: 0;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}
.map .poland {
    position: absolute;
    top: 27%;
    left: 21.5%;
    right: 0;
    margin: auto;
    font-size: 20px;
    line-height: 19px;
    color: #0f211d;
    font-family: "Rounds";
    max-width: 100px;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-in;
    -o-transition: opacity 1.5s ease-in;
    -moz-transition: opacity 1.5s ease-in;
    transition: opacity 1.5s ease-in;
}
@media all and (max-width: 490px) {
    .map .poland {
        top: 21%;
        left: 31.5%;
    }
}
.map .poland:before {
    content: "";
    display: block;
    left: -17px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #0f211d;
}
.map .spain {
    position: absolute;
    top: 36%;
    left: 7.5%;
    right: 0;
    margin: auto;
    font-size: 20px;
    line-height: 19px;
    color: #0f211d;
    font-family: "Rounds";
    max-width: 100px;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-in;
    -o-transition: opacity 1.5s ease-in;
    -moz-transition: opacity 1.5s ease-in;
    transition: opacity 1.5s ease-in;
}
@media all and (max-width: 490px) {
    .map .spain {
        top: 21%;
        left: 31.5%;
    }
}
.map .spain:before {
    content: "";
    display: block;
    left: -17px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background-color: #0f211d;
}


.main-title__two {
    font-family: "Rounds";
    font-size: 75px;
    line-height: 120%;
    color: #0f211d;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 100px;
}
@media all and (max-width: 890px) {
    .main-title__two {
        margin-top: 45px;
        font-size: 32px;
    }
}


.text-w-menu{
    display: flex;
}

.text-w-menu__menu{
    width: 25%;
    padding-right: 15px;
}

.text-w-menu__menu ul{
    /*background: #69def6;*/
    list-style: none;
    padding: 0px;
    /*border-radius: 50px;*/
}

.text-w-menu__menu li{
    padding-bottom: 10px;
}

/*.text-w-menu__menu li:after{*/
/*    border-bottom: 1px solid white;*/
/*}*/

.text-w-menu__menu a{
    /*display: inline-block;*/
    word-break: break-word;
    background: #0164bf;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
    padding: 13px 20px;
}

.text-w-menu__menu ul li:nth-last-child(-n+2) > a{
    background: #ffd902;
    color: black;
}

.text-w-menu__menu a:hover{
    background: #0164bf;
}

.text-w-menu__text{
    width: 75%;
}
.text-w-menu__block{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}

@media (max-width: 750px) {
    .text-w-menu{
        display: block;
    }
    .text-w-menu__menu{
        width: 100%;
        padding: 0px;
    }
    .text-w-menu__text{
        width: 100%;
    }
}


.poland-offer{
    margin: 80px 0px;
}

.poland-offer table {
    border-collapse: collapse;
    width: 100%;
}

.poland-offer th, td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

.poland-offer table p {
    margin: 5px 0;
}

.poland-offer .offer-head{
    font-family: Rounds, sans-serif;
    background: #ffda00;
}
.poland-offer .equal-width td {
    width: 50%;
}

@media (max-width: 600px) {
    .poland-offer table {
        font-size: 14px;
        line-height: 1.1;
    }
}
