﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
header {
    background: url(../img/background-header.png) 0 0/cover no-repeat
}
body {
    background: url(../img/png/background_body.jpg) center/cover no-repeat;
}
@font-face {
    font-family: 'gilroy-l';
    src: url('/fonts/Gilroy-Light.otf');
}
.modal-content{
    font-family: 'gilroy-l'!important;
    font-weight: 600;
}

.header_menu-main {
    margin-bottom: 150px;
    border-bottom: 1px solid #6763fe;
    padding-top: 10px;
    padding-bottom: 5px;
    background: url(../img/back_menu.png) 0 0/cover no-repeat
}

.header_menu-main .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.menu_list {
    margin-top: 20px
}

.menu_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.menu_list ul li a {
    color: #7382df;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.main_item_program a {
    cursor: pointer;
}

.main_item_program-two a {
    cursor: pointer;
}

.menu_list ul li:not(:last-child) {
    margin-right: 40px
}

.menu_list ul li:last-child span {
    margin-left: 10px;
    margin-right: 10px
}

.title-header {
    text-transform: uppercase
}

.title-header p {
    font-family: Bebas Neue;
    font-size: 66px;
    color: #fff;
    font-weight: 300;
    margin-bottom: -25px;
}

.title-header h1 {
    font-family: Bebas Neue;
    font-size: 165px;
    font-weight: 700;
    color: #fcd957;
    margin-top: -10px;
}

.line {
    margin-top: 44px;
    width: 350px;
    height: 4px;
    background-color: #fcd957;
    margin-right: 40px
}

.main_title-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 220px
}

.none,
.responsive_menu {
    display: none;
}



@media screen and (max-width: 2270px){
    header{
        background-position-y: -210px;
    }
}

@media screen and (max-width: 1736px){
    header{
        background-position-y: 0px;
    }
}

@media screen and (max-width: 1346px){
    .pop_up__hint{
        width: 690px !important;
    }
}

@media screen and (max-width: 1260px){
    .achievement .container .right .achievement_main{
        width: 562px;
    }
    body .achievement {
        background: url(../img/Untitled-6.png) left no-repeat;
        /* background-position-x: -202px; */
    }
}

@media screen and (max-height: 1200px){
    .main_title-header{
        padding-bottom: 390px;
    }
}

@media screen and (max-width: 1100px){
    body .achievement{
        /* background-position-x: -210px !important; */
    }
}

@media screen and (max-width: 1045px){
    body .achievement {
        background: url(../img/Untitled-6.png) left no-repeat;
        background-position-x: -192px;
    }
}

@media screen and (max-width: 1140px){
    header{
        background-position-x: -100px;
    }
}

@media screen and (max-width: 1000px){
    header{
        background-position-x: -150px;
    }
}

@media screen and (max-height: 768px){
    .main_title-header{
        padding-bottom: 220px;
    }
}

@media screen and (max-width:1125px) {
    .s {
        display: none
    }
    .responsive_menu {
        display: block
    }
    .menu_list ul li:last-child a span:last-child,
    .menu_list ul li:last-child a span:nth-child(3) {
        display: none
    }
}

@media screen and (max-width:768px) {
    .line {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .main_title-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .title-header p {
        font-size: 63px;
    }
    .title-header h1 {
        font-size: 160px;
    }
}

@media screen and (max-width:550px) {
    header {
        background: url(../img/bgSHL.jpg) center/cover no-repeat;
    }
}

@media screen and (max-width: 485px){
    .title-header p {
        font-size: 58px;
    }
    .title-header h1 {
        font-size: 148px;
    }
    .line {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .title-header p {
        font-size: 51px
    }
    .title-header h1 {
        font-size: 130px;
    }
}

@media screen and (max-width:389px) {
    .title-header p {
        font-size: 44px
    }
    .title-header h1 {
        font-size: 110px
    }
}

@media screen and (max-width:343px) {
    .title-header p {
        font-size: 37px
    }
    .title-header h1 {
        font-size: 93px
    }
}

.list_tile ul li {
    line-height: 2.5em;
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #dbe1ff
}

.list_tile ul li span {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    color: #fcd957;
    font-size: 20px;
    font-family: 'Roboto Condensed'
}

.main_tile {
    width: 553px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: 1px solid #313171
}

.main_tile .logo_tile {
    position: absolute;
    margin-top: -50px;
    margin-left: 350px
}

.main_tile .logo_tile img {
    width: 300px;
    height: 300px
}

.special_for_you {
    padding-top: 140px;
    padding-bottom: 50px;
    background: url(../img/Untitled-1.jpg) center/cover no-repeat
}

.description_tile {
    margin-top: 90px;
    text-align: center
}

.description_tile p {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    color: #dbe1ff
}

.description_tile p span {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 5px;
    color: #fcd957;
    font-size: 20px
}

.opacity {
    background-color: #150d46;
    opacity: .9
}

@media screen and (max-width:888px) {
    .main_tile {
        width: 410px;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .main_tile .logo_tile {
        position: static;
        margin-top: -150px;
        margin-left: 0
    }
}

@media screen and (max-width:427px) {
    .main_tile {
        width: 350px
    }
    .main_tile .logo_tile img {
        width: 250px;
        height: 250px
    }
}

@media screen and (max-width:373px) {
    .main_tile {
        width: 290px
    }
    .main_tile .logo_tile img {
        width: 200px;
        height: 200px
    }
}

.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.achievement_main {
    width: 713px;
}

.achievement {
    padding-top: 103px;
    padding-bottom: 125px;
    background-color: #f6f6f6!important;
    background: url(../images/silence.jpg) center no-repeat;
    background-size: contain;
}

.description_achievement {
    background: url(../img/“.png) left no-repeat #edeff2;
    background-position-x: 20px;
    padding-top: 15px;
    padding-bottom: 1px;
    margin-bottom: 40px;
    padding-left: 85px
}

.description_achievement p {
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    line-height: 1.6em;
}

.title_achievement {
    margin-bottom: 10px
}

.title_achievement p {
    font-family: Bebas Neue;
    font-size: 32.4px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3e3e3e;
}

.title_achievement p span {
    color: #fcd957;
    font-family: 'Bebas Neue';
}

.big_description_achievement p {
    color: #4e4e4e;
    font-size: 19px;
    line-height: 1.5em;
}

.big_description_achievement p:last-child {
    margin-top: 20px
}

.buttons__achievement {
    margin-top: 50px;
    text-align: center
}

.buttons__achievement button {
    outline: 0;
    border: none;
    background-color: #fcd957;
    font-size: 15px;
    font-weight: 700;
    color: #1c0f52;
    border-radius: 8px;
    font-family: 'Roboto Condensed';
    padding: 6px 25px
}

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

.contribution .container .title{
    margin-bottom: 10px;
}

.title h1 {
    font-size: 56px;
    color: #fcd957;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Bebas Neue;
    letter-spacing: 2px;
}

.traning_program {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(../img/test.png) center/cover no-repeat
}

.items_program {
    background-color: #1c0f52;
    /*height: 400px;*/
    width: 350px;
    padding-bottom: 10px;
    border: 3px solid #291d72
}

.items_program ul li {
    font-family: Roboto, sans-serif
}

.items_program ul li i {
    color: #5457b5;
    margin-right: 10px
}

.items_program ul li:first-child {
    background: url("../img/Rectangle 11.png") center/100% no-repeat;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: -7px;
    padding: 10px 15px;
}

.items_program ul li:not(:first-child) {
    margin-bottom: 15px;
    color: #fff;
    font-size: 13px;
    margin-left: 20px
}

.right-list-item-program {
    margin-left: 25px
}

.main_item_program {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.main_item_program-two {
    margin-bottom: 50px;
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.main_item_program-two .items_program {
    width: 350px;
}

.main_item_program-two .items_program ul li:first-child {
    margin-top: -7px;
}

.button {
    text-align: center;
}

.button button {
    font-size: 17px;
    font-weight: 700;
    outline: 0;
    border: none;
    color: #1c0f52;
    font-family: 'Roboto Condensed';
    border-radius: 8px;
    background-color: #fcd957;
    box-shadow: 2px 20px 28px 0 rgba(0, 0, 0, .75);
    padding: 15px 25px
}

.button a {
    font-size: 17px;
    font-weight: 700;
    outline: 0;
    border: none;
    color: #1c0f52;
    font-family: 'Roboto Condensed';
    border-radius: 8px;
    background-color: #fcd957;
    box-shadow: 2px 20px 28px 0 rgba(0, 0, 0, .75);
    padding: 15px 25px
}


.button button:hover {
    cursor: pointer
}

@media screen and (max-width:1200px) {
    .items_program {
        margin-right: 20px
    }
    .items_program ul li:first-child {
        font-size: 12px;
        margin-top: -7px
    }
    .items_program ul li:not(:first-child) {
        font-size: 13px;
        text-align: start
    }
    .main_item_program-two .items_program ul li:first-child {
        margin-top: -1px
    }
}

@media screen and (max-width:991px) {
    .items_program ul li:first-child {
        margin-top: -10px
    }
    .items_program ul li:not(:first-child) {
        font-size: 13px
    }
    .main_item_program-two .items_program ul li:first-child {
        margin-top: -4px
    }
    .items_program ul li:first-child{
        font-size: 10px;
    }
    .achievement .container .right .achievement_main{
        width: 100%;
    }
    body .achievement{
        background: url('') !important;
        background-color: #f6f6f6 !important;
    }
    .right{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

@media screen and (max-width:768px) {
    .right-list-item-program {
        margin-left: 0
    }
    .items_program {
        margin: 0 auto
    }
    .items_program ul li:first-child {
        text-align: center;
        margin-top: -5px;
        font-size: 13px;
    }
    .items_program:not(:last-child) {
        margin-bottom: 50px
    }
    .main_item_program,
    .main_item_program-two {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .main_item_program-two .items_program {
        width: 360px
    }
    .main_item_program-two .items_program ul li:first-child {
        margin-top: -4px
    }
}

@media screen and (max-width:389px) {
    .items_program {
        width: 290px
    }
    .items_program ul li:first-child {
        margin-top: -7.5px
    }
    .title h1 {
        font-size: 43px
    }
    .main_item_program-two .items_program {
        width: 290px
    }
    .main_item_program-two .items_program ul li:first-child {
        margin-top: -7.5px
    }
}

.video {
    width: 300px;
    height: 168px;
    text-align: center
}

.video .video_description {
    border: 1px solid #5d5e85;
    width: 300px;
    height: 168px;
    /* background: url(../img/video.png) center no-repeat;*/
    background: linear-gradient(to top right, #2C4C86, #1C1B52);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.video .video_description:hover {
    cursor: pointer
}

.descriptions {
    font-size: 15px;
    margin-top: 5px;
}

.descriptions p {
    color: #3f3f3f;
    font-family: Roboto Condensed;
}

.video:last-child {
    margin-top: 60px
}

.will_get {
    background: url(../img/background-will-get.jpg) center/cover no-repeat;
    padding-bottom: 40px;
    padding-top: 50px
}

.title-videos-description {
    margin-bottom: 20px;
    font-size: 30px;
    color: #3e3e3e;
    text-transform: uppercase;
}

.title-videos-description p {
    font-weight: 900;
    font-family: Bebas Neue;
}

.main_will-get {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.checkbox-list {
    -webkit-transition: .5s;
    transition: .5s
}

.checkbox-list label {
    font-size: 14px;
    color: #3e3e3e
}

.checkbox-list label .right_items-list-checkbox {
    margin-left: 37px
}

.checkbox-list label:hover {
    cursor: pointer
}

.checkbox-list label::before {
    content: '';
    background: url(../img/check_mark.png) center no-repeat #fff;
    position: relative;
    text-align: center;
    top: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8e0;
    z-index: 100;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]:checked+label::before {
    content: '';
    color: #000;
    text-align: center;
    background: url(../img/check-mark_white.png) center/8px no-repeat #5362d9;
    border-color: #5362d9;
    -webkit-transition: .5s;
    transition: .5s
}

input[type=checkbox]:checked+label {
    -webkit-transition: .5s;
    transition: .5s;
    color: #3f55c5
}

.checkbox-list ul li:not(:last-child) {
    margin-bottom: 27px
}

@media screen and (max-width:1200px) {
    .achievement .container .right .achievement_main{
        width: 550px;
    }
    body .achievement {
        background: url(../img/Untitled-6.png) left no-repeat;
        /* background-position-x: -152px; */
        background-size: contain;
    }
    .responsive_title {
        text-align: center
    }
    .main_will-get {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .container_videos {
        margin: 0 auto 50px;
    }
    .none {
        display: block;
    }
    .description_container-videos .title-videos-description {
        display: none
    }
    .checkbox-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .checkbox-list ul li {
        text-align: start
    }
}

@media screen and (max-width:332px) {
    .checkbox-list ul label .right_items-list-checkbox {
        margin-left: 0
    }
    .checkbox-list ul label button {
        display: none
    }
    .video,
    .video .video_description {
        width: 280px;
        height: 168px
    }
}

@media screen and (max-width:968px) {
    .checkbox-list ul label .right_items-list-checkbox {
        margin-left: 0
    }
}

@media screen and (max-width:500px) {
    .checkbox-list ul label button {
        display: none
    }
}

#advantages {
    background: #f6f6f6;
    padding-top: 105px;
    padding-bottom: 60px
}

.advantages-title {
    text-align: center;
    color: #3e3e3e;
    font-family: Bebas Neue;
    font-size: 60px;
    font-weight: 700;
    line-height: 26.6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 90px;
}

.advantages {
    position: relative
}

.advantages::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 95%;
    background: #464ca5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 56.5px
}

.advantages__block {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.advantages__block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 18px;
    width: 178px;
    border-bottom: 2px solid #5232d3;
    margin-bottom: 25px;
    position: relative
}

.advantages__block-header::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #5232d3;
    border-radius: 50%;
    background: #f6f6f6;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 48px
}

.advantages__block-header::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #5232d3;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 54px
}

.advantages__block-header img {
    width: 27px;
    height: 39px;
    margin-right: 5px;
    color: #464ca5;
    opacity: .3;
}

.advantages__block-title {
    color: #464ca5;
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-weight: 700;
    line-height: 6.11px
}

.advantages__block-text {
    color: #343434;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.buttons__advantages {
    margin-top: 50px;
    text-align: center
}

.buttons__advantages button {
    outline: 0;
    border: none;
    background-color: #fcd957;
    font-size: 15px;
    font-weight: 700;
    color: #1c0f52;
    border-radius: 8px;
    font-family: 'Roboto Condensed';
    padding: 7px 25px
}
.buttons__advantages .button {
    outline: 0;
    border: none;
    background-color: #fcd957;
    font-size: 15px;
    font-weight: 700;
    color: #1c0f52;
    border-radius: 8px;
    font-family: 'Roboto Condensed';
    padding: 7px 25px
}
@media screen and (max-width:991px) {
    .advantages::after {
        display: none
    }
    .advantages-title {
        font-size: 40px
    }
}

@media screen and (max-width:768px) {
    .advantages-title {
        font-size: 30px
    }
}

@media screen and (min-width:320px) and (max-width:576px) {
    .advantages__block {
        text-align: left;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: relative
    }
    .advantages__block::before {
        position: absolute;
        content: '';
        height: 80px;
        width: 2px;
        background: #464ca5;
        left: 0;
        top: 80px
    }
    .advantages__block-last::before {
        display: none
    }
    .advantages__block-header {
        border-bottom: none;
        border-left: 2px solid #5232d3;
        height: 120px;
        width: 220px;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        padding-left: 35px
    }
    .advantages__block-header::after,
    .advantages__block-header::before {
        left: 0
    }
    .advantages__block-text {
        margin-top: -65px;
        margin-left: 35px
    }
}

.traning {
    padding-bottom: 60px;
    padding-top: 40px;
    background: url(../img/background-traning.jpg) center/cover no-repeat
}

.description_icons-traning {
    margin-top: 10px
}

.description_icons-traning h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px
}

.description_icons-traning p {
    font-size: 14px;
    color: #8786ca
}

.items-list-traning {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 100px;
    padding: 0px 20px;
}

.icons-list-traning {
    margin-right: 20px
}

.icons-list-traning img {
    width: 70px;
    height: 60px
}

.items-list-traning:not(:last-child) {
    margin-bottom: 41px;
}

.main_list-traning {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media screen and (max-width:555px) {
    .main_list-traning {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .items-list-traning {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .items-list-traning .icons-list-traning img {
        text-align: center;
        margin-bottom: 10px
    }
}

@media screen and (max-width:320px) {
    .title h1 {
        font-size: 40px
    }
}

.contribution {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../img/background-contribution.jpg) center/cover no-repeat;
}

.description_title {
    text-align: center
}

.description_title p {
    font-size: 15px;
    color: #fff
}

.description_title span {
    font-family: Roboto, sans-serif;
    font-size: 15px
}

.description_title span a {
    color: #fcd957;
    border-bottom: 1px solid #a59156
}

.price_contribution {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 0px;
    min-width: 139px;
}

.price_contribution span {
    letter-spacing: 1px;
    color: #fcd957
}

.price_contribution span:first-child {
    font-weight: bolder;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 45px
}

.price_contribution span:last-child {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.description_price {
    padding-top: 20px;
    color: #fff
}

.description_price h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px
}

.description_price p {
    font-size: 14px;
    font-family: Roboto, sans-serif
}

.items_contrubution-list {
    width: 600px;
    background-color: #120d42;
    border: 1px solid #2b2e68;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 20px
}

.items_contrubution-list:first-child {
    border-right: none
}

.main_contribution_list {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.wishes_contrubution {
    margin-top: 50px;
    margin-bottom: 40px
}

.wishes_contrubution p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: Roboto
}

.button-contrubution {
    text-align: center
}

.button-contrubution button {
    outline: 0;
    border: none;
    border-radius: 5px;
    color: #1c0f52;
    background-color: #fcd957;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    padding: 7px 25px
}

@media screen and (max-width:565px) {
    .main_contribution_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .items_contrubution-list {
        width: 100%
    }
    .items_contrubution-list:first-child {
        border-right: 1px solid #2b2e68;
        border-bottom: none
    }
    .title h1 {
        font-size: 35px
    }
}

.footer {
    padding-top: 30px;
    background-color: #1e1e40
}

.footer .container {
    border-bottom: 1px solid #42447e
}

.logo_footer {
    margin-top: 40px
}

.logo_footer p span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.logo_footer p span:first-child {
    font-size: 22px;
    color: #9ca8c2;
    font-weight: 300;
    font-family: Bebas Neue;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.logo_footer p span:last-child {
    font-size: 55px;
    color: #d2e3fd;
    font-family: Bebas Neue;
    text-transform: uppercase;
    font-weight: bolder;
}

.contacts_footer,
.info_list,
.social_list {
    margin-top: 20px
}

.contacts_footer ul li:first-child,
.info_list ul li:first-child,
.social_list ul li:first-child {
    color: #fcd957;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 700
}

.contacts_footer ul li:not(:first-child),
.info_list ul li:not(:first-child),
.social_list ul li:not(:first-child) {
    color: #8f97b4;
    font-size: 14px
}

.contacts_footer ul li:not(:last-child),
.info_list ul li:not(:last-child),
.social_list ul li:not(:last-child) {
    margin-bottom: 10px
}

.social_list ul:not(:first-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.main_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.information_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.contacts_footer,
.info_list {
    margin-right: 150px
}

.footer-end {
    background-color: #151638
}

.list_reception {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: space-between;
}

.list_reception ul:first-child {
    color: #8f97b4;
    margin-right: 20px
}

.list_reception ul:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.list_reception ul:last-child li {
    margin-right: 20px
}
.list_reception ul:last-child li:last-child {
    margin-right: 0px
}

footer {
    background-color: #151638;
    padding-top: 10px
}

.social_list ul:last-child {
    text-align: center
}

.social_list ul:last-child li a {
    font-size: 20px;
    color: #a7a7ba;
    margin-right: 20px
}

@media screen and (max-width:1125px) {
    .footer {
        padding-top: 0
    }
    .logo_footer {
        margin-top: 15px
    }
    .contacts_footer,
    .info_list {
        margin-right: 0
    }
    .information_footer,
    .main_footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media screen and (max-width:770px) {
    .list_reception {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .list_reception ul:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .list_reception ul:last-child li:first-child {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.pop-up__block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000
}

.pop-up__block .entrance__pop-up,
.pop-up__block .sign_in__pop-up {
    display: none
}

.pop-up__block .pop-up_ {
    width: 416px;
    margin: 20px auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: -5px -2px 64px -9px rgba(0, 0, 0, .75)
}

.pop-up__block .pop-up_:last-child .entrance_in_button__pop-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pop-up__block .pop-up_:last-child .entrance_in_button__pop-up p {
    margin-top: 10px
}

.pop-up__block .pop-up_:last-child .entrance_in_button__pop-up button {
    margin-left: 50px;
    height: 40px;
    width: 175px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 700;
    border: none;
    outline: 0;
    background-color: #fcda5a;
    font-family: 'Roboto Condensed';
    border-radius: 10px;
    padding: 6px 20px
}

.pop-up__block .pop-up_ a {
    font-size: 15px;
    color: #3048db
}

.pop-up__block .pop-up_ .header__pop-up {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #4e32c5;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 16px 15px 30px
}

.pop-up__block .pop-up_ .header__pop-up .logo_pop-up span:last-child {
    color: #fff;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 700
}

.pop-up__block .pop-up_ .header__pop-up .logo_pop-up span:last-child span {
    color: #fcd957;
    font-weight: bolder;
    font-family: 'Roboto Condensed'
}

.pop-up__block .pop-up_ .header__pop-up .close_window__pop-up i {
    color: #fff;
    font-size: 20px
}

.pop-up__block .pop-up_ .header__pop-up .close_window__pop-up i:hover {
    cursor: pointer
}

.pop-up__block .pop-up_ .body__pop-up .title__pop-up {
    text-align: center;
    margin-top: 21px
}

.pop-up__block .pop-up_ .body__pop-up .title__pop-up h1 {
    color: #292929;
    font-size: 19px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.pop-up__block .pop-up_ .body__pop-up .description_title__pop-up {
    text-align: center
}

.pop-up__block .pop-up_ .body__pop-up .description_title__pop-up p {
    font-family: Roboto;
    font-size: 15px;
    color: #a1a1a1
}

.pop-up__block .pop-up_ .body__pop-up .form__pop-up form input {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 340px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #e8e8f0;
    outline: 0;
    color: #7b7b7b;
    font-size: 15px;
    padding: 10px
}

.pop-up__block .pop-up_ .body__pop-up .form__pop-up form .password__pop-up {
    margin-top: 20px;
    margin-bottom: 25px
}

.pop-up__block .pop-up_ .body__pop-up .form__pop-up form .sign_in_button__pop-up {
    text-align: center;
    padding-bottom: 20px
}

.pop-up__block .pop-up_ .body__pop-up .form__pop-up form .sign_in_button__pop-up button {
    width: 340px;
    background-color: #fcda5a;
    outline: 0;
    border: none;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    letter-spacing: .5px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 50px
}

.pop-up__block .pop-up_ .line__pop-up {
    height: 1px;
    width: 100%;
    background-color: #d5dee8;
    margin-bottom: 20px
}

.pop-up__block .pop-up_ .footer__pop-up .entrance_social_network__pop-up {
    text-align: center;
    margin-bottom: 10px
}

.pop-up__block .pop-up_ .footer__pop-up .entrance_social_network__pop-up p {
    font-size: 14px;
    color: #292929
}

.pop-up__block .pop-up_ .footer__pop-up .social__list-icons__pop-up {
    padding-bottom: 4px
}

.pop-up__block .pop-up_ .footer__pop-up .social__list-icons__pop-up ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pop-up__block .pop-up_ .footer__pop-up .social__list-icons__pop-up ul li:not(:last-child) {
    margin-right: 10px
}

.pop_up__hint {
    background-color: #fff;
    display: none;
    width: 750px;
    border-radius: 7px;
    box-shadow: 0 3px 45px 0 rgba(0, 0, 0, .75);
    position: absolute;
    z-index: 1000;
    padding: 15px 20px;
}

.pop_up__hint::before {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 215px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pop_up__hint .main__pop-up__hint {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.pop_up__hint .main__pop-up__hint .image__pop-up__hint {
    margin-right: 20px
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .header__pop-up__hint .title__pop-up__hint p {
    font-size: 14px;
    color: #3e3e3e;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-weight: 700
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .description__pop-up__hint {
    margin-top: -10px
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .description__pop-up__hint p {
    background-color: #edeff2;
    width: 335px;
    padding: 10px 5px 10px 7px
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .description__pop-up__hint p span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .description__pop-up__hint p span:first-child {
    font-size: 15px;
    color: #4f4f4f;
    font-family: 'Roboto Condensed';
    font-weight: 700
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .description__pop-up__hint p span:last-child {
    font-size: 15px;
    color: #4f4f4f;
    font-family: Roboto;
    font-weight: 700
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .content__pop-up__hint {
    margin-top: -10px
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .content__pop-up__hint p {
    font-size: 12px;
    color: #a4a4a4
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .footer__pop-up__hint .price__pop-up__hint {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .footer__pop-up__hint .price__pop-up__hint span:first-child {
    margin-top: -5px;
    font-size: 12px;
    color: #a4a4a4
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .footer__pop-up__hint .price__pop-up__hint span:last-child {
    margin-top: -15px
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .footer__pop-up__hint .price__pop-up__hint span:last-child button {
    background-color: #fcdb58;
    font-size: 14px;
    color: #1c0f52;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    outline: 0;
    border: none;
    border-radius: 10px;
    padding: 5px 15px
}

.pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .footer__pop-up__hint .price__pop-up__hint span:last-child button:hover {
    cursor: pointer
}

.one__hint {
    margin-top: -300px;
    margin-left: 60px;
}

.two__hint {
    margin-top: -245px;
    margin-left: 60px;
}

.four__hint,
.three__hint {
    margin-top: -250px;
    margin-left: 60px;
}

.five__hint,
.six__hint {
    margin-left: 60px;
    margin-top: -310px;
}

@media screen and (max-width:1085px) {
    .one__hint {
        margin-top: -310px;
    }
}

@media screen and (max-width:991px) {
    .one__hint,
    .two__hint {
        margin-top: -560px;
    }
    .five__hint,
    .four__hint,
    .six__hint,
    .three__hint {
        margin-top: -540px
    }
    .pop_up__hint {
        width: 370px
    }
    .pop_up__hint .main__pop-up__hint {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .pop_up__hint .main__pop-up__hint .image__pop-up__hint {
        margin-right: 0;
        text-align: center
    }
    .pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .header__pop-up__hint .title__pop-up__hint {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .two__hint {
        margin-top: -580px
    }
    .six__hint,
    .three__hint {
        margin-top: -560px
    }
}

@media screen and (max-width:531px) {
    .four__hint {
        margin-top: -560px
    }
}

@media screen and (max-width: 525px){
    .one__hint,
    .two__hint,
    .three__hint,
    .four__hint,
    .five__hint,
    .six__hint {
        margin-left: 20px;
    }
}

@media screen and (max-width:460px) {
    .five__hint {
        margin-top: -560px
    }
}

@media screen and (max-width:450px) {
    .pop-up__block .pop-up_ {
        width: 350px
    }
}

@media screen and (max-width:407px) {
    .two__hint {
        margin-top: -675px
    }
    .five__hint,
    .four__hint,
    .one__hint,
    .three__hint {
        margin-top: -650px
    }
    .six__hint {
        margin-top: -675px
    }
    .pop_up__hint {
        width: 295px;
        padding-bottom: 25px
    }
    .pop_up__hint .main__pop-up__hint .image__pop-up__hint {
        margin-bottom: 20px
    }
    .pop_up__hint .main__pop-up__hint .main-content__pop-up__hint .body__pop-up__hint .description__pop-up__hint p {
        width: 100%
    }
}

@media screen and (max-width:383px) {
    .one__hint {
        margin-top: -660px
    }
    .two__hint {
        margin-top: -690px
    }
}

@media screen and (max-width:377px) {
    .pop-up__block .pop-up_ {
        width: 300px
    }
    .pop-up__block .pop-up_ .body__pop-up .form__pop-up form .sign_in_button__pop-up button,
    .pop-up__block .pop-up_ .body__pop-up .form__pop-up form input {
        width: 250px
    }
    .pop-up__block .pop-up_:last-child .entrance_in_button__pop-up button {
        margin-left: 20px;
        width: 110px
    }
    .one__hint,
    .two__hint,
    .three__hint,
    .four__hint,
    .five__hint,
    .six__hint {
        margin-left: 0px;
    }
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: Roboto;
    font-weight: 700
}

.right___items{
    margin-right: 30px;
}

@media screen and (max-width: 768px){
    .right___items{
        margin: 0 auto;
    }
}

.information_footer a {color:#d2d2d2;}

.main__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.main__header .line {
    margin-top: 47px;
    margin-right: 10px;
    width: 205px;
    height: 3px;
    background-color: #ffe611;
}
.main__header .lineq{
    margin-top: 47px;
    margin-right: 10px;
    width: 205px;
    height: 3px;

}
.main__header .header__content .title__header h1,
.main__header .header__content .title__header span {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 90px
}

.main__header .header__content .title__header span {
    color: #ffe611
}

.main__header .header__content .description__title-header {
    margin-bottom: 60px
}

.main__header .header__content .description__title-header p {
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.main__header .header__content .main__items-block {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../img/png/decor_header.png) left no-repeat;
    background-position-x: 90px;
    background-position-y: -13px;
    margin-bottom: 50px
}

.main__header .header__content .main__items-block .main__item-block {
    height: 55px;
    width: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    background-color: #1e1a5d;
    position: relative;
    border: 2px solid #3f2f9d;
    border-radius: 3px
}

.main__header .header__content .main__items-block .main__item-block:first-child {
    margin-top: -10px;
    margin-bottom: 48px
}

.main__header .header__content .main__items-block .main__item-block:nth-child(2) {
    margin-bottom: 42px
}

.main__header .header__content .main__items-block .main__item-block p {
    padding-left: 35px;
    margin-bottom: 0;
    font-size: 15px;
    color: #b2c0f2;
    font-weight: 700
}

.main__header .header__content .main__items-block .main__item-block::before {
    position: absolute;
    content: '';
    width: 39px;
    height: 40px;
    background-color: #1e1a5d;
    left: -21px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 2px solid #3f2f9d;
    border-right: none;
    border-bottom: none;
    border-bottom-left-radius: 4px
}

.footer__description-header {
    margin: 0 auto;
    text-align: center
}

.footer__description-header p {
    font-size: 15px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 700
}

.footer__description-header p a {
    color: #ffe611;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    text-transform: uppercase
}
.footer__description-header .button {
    margin-top: 10px;
    outline: 0;
    border: none;
    background-color: #ffe611;
    color: #1c133e;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 35px
}
.footer__description-header button {
    margin-top: 10px;
    outline: 0;
    border: none;
    background-color: #ffe611;
    color: #1c133e;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 35px
}

.transfer-block-1 {
    background: url(../img/png/background-Header.jpg) center/cover no-repeat;
    padding-bottom: 100px;
    border-bottom: 1px solid #405afa;
}

.target {
    padding-top: 100px;
    padding-bottom: 150px
}

.target .container .description__target {
    margin: 0 auto 100px;
    text-align: center
}

.target .container .description__target p {
    color: #fff;
    font-size: 21px;
    line-height: 1.7em;
    font-weight: 700
}

.target .container .description__target p span {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase
}

.target .title__target {
    margin-bottom: 20px
}

.target .title__target h1 {
    font-size: 59px;
    color: #ffe611;
    font-family: 'Bebas Neue';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.target .main__tile {
    background-color: #171050;
    border: 1px solid #23267d;
    width: 830px;
    margin: 0 auto;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, .75);
    padding: 20px 25px
}

.target .main__tile .main__tile-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.target .main__tile .main__tile-item:not(:last-child) {
    margin-bottom: 5px
}

.target .main__tile .main__tile-item:last-child .item__tile-icon img {
    margin-left: 6px
}

.target .main__tile .main__tile-item:last-child .description__tile-icon {
    padding-left: 5px
}

.target .main__tile .main__tile-item .description__tile-icon p {
    color: #fff;
    font-style: 15px;
    font-weight: 700;
    padding-left: 20px;
    margin: 0
}

@media screen and (max-width:991px) {
    .target .container .main__tile {
        width: 100%
    }
}

@media screen and (max-width:520px) {
    .target {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .target .container .description__target {
        margin: 0 auto 50px
    }
    .target .container .main__tile {
        padding-top: 10px
    }
    .target .container .main__tile .main__tile-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .target .container .main__tile .main__tile-item .item__tile-icon {
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.additional-text {
    color: #fff;
}

.drop_down__checkbox-list{
    width: 100%;

    z-index: 100;
    display: none;
    background-color: #121258;
    border: 1px solid #171f59;
    padding: 20px 10px 10px 10px;
    transition: .6s all;
}

.active{display: block; transition: .6s all;}

.drop_down__checkbox-list .drop_down__checkbox-list_title{
    text-align: center;
    margin-bottom: 30px;
}

.drop_down__checkbox-list .drop_down__checkbox-list_title h3{
    font-size: 21px;
    color: #fff;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button-contrubution {
    margin-top: 60px;
    text-align: center
}

.button-contrubution button {
    outline: 0;
    border: none;
    border-radius: 5px;
    color: #1c0f52;
    background-color: #fcd957;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 17px;
    padding: 7px 25px
}
.button-contrubution .button {
    outline: 0;
    border: none;
    border-radius: 5px;
    color: #1c0f52;
    background-color: #fcd957;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 17px;
    padding: 7px 25px
}

.direction .container .title__direction {
    margin-bottom: 20px
}

.direction .container .title__direction h1 {
    font-size: 59px;
    color: #ffe611;
    font-family: 'Bebas Neue';
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.direction .container .main__main__direction {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.items-direction__block:first-child{
    margin-right: 20px;
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item {
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, .75);
    background-color: #0b0939;
    width: 580px;
    border: 1px solid #282f8e;
    padding: 44px 10px 44px 189px;
    max-height: 223px;
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item:not(:last-child) {
    margin-bottom: 36px;
    height: 200px;
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .title__direction-item h3 {
    font-size: 16px;
    color: #ffe611;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 700
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-description__title-item {
    max-width: 370px;
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-description__title-item p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7em
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-footer__title-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-footer__title-item span:first-child {
    font-size: 14px;
    color: #e6e6e6;
    font-weight: 700;
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-footer__title-item span:last-child {
    margin-top: -4px
}

.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-footer__title-item span:last-child button {
    background-color: #ffe611;
    color: #140c6d;
    font-size: 14px;
    border: none;
    outline: 0;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    padding: 3px 20px
}
.direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-footer__title-item span:last-child .button {
    background-color: #ffe611;
    color: #140c6d;
    font-size: 14px;
    border: none;
    outline: 0;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    padding: 3px 20px
}
.scool {
    background: url(../img/png/scool.png) center no-repeat;
    background-position-x: -61px
}
.blog {
    background: url(../img/png/blog.png) center no-repeat;
    background-position-x: -61px
}

.magic {
    background: url(../img/png/magic.png) center no-repeat;
    background-position-x: -61px
}

.analytics {
    background: url(../img/png/analitycs.png) center no-repeat;
    background-position-x: -61px
}

.kraud {
    background: url(../img/png/kraud.png) center no-repeat;
    background-position-x: -61px
}

.a_circle {
    background: url(../img/png/a_circle.png) center no-repeat;
    background-position-x: -61px
}

.mailing {
    background: url(../img/png/mailing.png) left no-repeat;
    background-position-x: -106px;
    background-position-y: -105px
}

.forum {
    background: url(../img/png/forum.png) center no-repeat;
    background-position-x: -61px;
}

.drop_down__list-item ul li{
    color: #9ab0ed;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5em;
}

.drop_down__list-item ul li label:hover{
    cursor: pointer;
}

input[type="checkbox"]{
    display: none;
}
.drop_down__list-item ul li label::before{
    content: '';
    background: url('../img/png/mark__check.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: center;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #273275;
    z-index: 100;
    border-radius: 3px;
    background-color: #0a0d46;
    display: inline-block;
    margin-right: 15px;
    transition: .5s all;
}

/*input[type="checkbox"]:checked + label::before{
    background-color: white;
}*/

.drop_down__list-item ul li input{
    margin-right: 5px;
}

.drop_down__main-list{
    display: flex;
    justify-content: space-around;
}

.description_title {
    margin-bottom: 100px;
}

.mar-text {
    margin-top: 50px;
}

.add-text {
    color: #fff;
}



.box {
    width: 100%;
    background-repeat: no-repeat;
    height: 60vh;
    background-size: 100%;
    border-radius: 12px;
}
.glide__wrapper {
    padding: 3vh 0;
}
.glide__track {
    overflow: visible;
    height: 60vh;
}
.glide__slide {
    transition: all 200ms ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    float: left;
}
.glide__slide.active {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.glide__slide.pre {
    -webkit-transform: perspective(50em) rotateY(15deg);
    transform: perspective(50em) rotateY(15deg);
}
.glide__slide.following {
    -webkit-transform: perspective(50em) rotateY(-15deg);
    transform: perspective(50em) rotateY(-15deg);
}
.glide--horizontal .glide__bullets {
    bottom: 25%;
}


#slide_prog {
    display: block;;
    position:relative;
    overflow:hidden;
    padding:50px 0px;
}

.g_text {color:#fff; text-align:center;}

@media screen and (max-width:1200px) {
    .direction .container .main__main__direction {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .direction .container .main__main__direction .main-direction__items-block {
        margin: 0 auto
    }
    .direction .container .main__main__direction .main-direction__items-block:last-child {
        margin-top: 36px
    }
}

@media screen and (max-width: 425px){
    .main__header .header__content .title__header h1, .main__header .header__content .title__header span{
        font-size: 35px;
    }
}

@media screen and (max-width: 374px){
    .main__header .header__content .title__header h1, .main__header .header__content .title__header span{
        font-size: 30px;
    }
}

@media screen and (max-width: 327px){
    .main__header .header__content .title__header h1, .main__header .header__content .title__header span{
        font-size: 28px;
    }
}
@media screen and (max-width:524px) {
    body {
        background: url(../img/png/back_body-responsive.jpg) center/cover no-repeat
    }
    header {
        padding-bottom: 50px
    }
    .main__header .header__content .description__title-header {
        margin-bottom: 20px
    }
    .main__header .header__content .title__header h1,
    .main__header .header__content .title__header span {
        font-size: 40px
    }
    .main__header .header__content .main__items-block {
        margin-bottom: 0
    }
    .main__header .header__content .main__items-block .main__item-block {
        width: 100%
    }
    .main__header .header__content .main__items-block .main__item-block:first-child,
    .main__header .header__content .main__items-block .main__item-block:nth-child(2) {
        margin-bottom: 12px
    }
    .main__header .header__content .main__items-block .main__item-block p {
        padding-left: 0
    }
    .main__header .header__content .main__items-block .main__item-block::before {
        display: none
    }
    .header_menu-main {
        margin-bottom: 20px
    }
}
@media screen and (max-width:555px) {
    .main__header .header__content .title__header h1,
    .main__header .header__content .title__header span {
        font-size: 50px
    }
/*    .main__header .header__content .main__items-block .main__item-block {
        width: 400px;
        height: 100px
    }*/
}
@media screen and (max-width:768px) {
    .main__header .header__content .description__title-header p,
    .main__header .header__content .title__header {
        text-align: center
    }
    .main__header .header__content .main__items-block {
        background: 0 0
    }
    .header_menu-main {
        margin-bottom: 150px
    }
    .direction .container {
        max-width: 100%
    }
    .main__header .header__content .title__header h1, .main__header .header__content .title__header span{
        font-size: 51px;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .main__header .header__content .title__header h1, .main__header .header__content .title__header span{
        font-size: 66px;
    }
    .drop_down__main-list{
        display: flex;
        flex-direction: column;
    }
    .drop_down__list-item{
        margin: 0 auto;
    }
}

@media screen and (max-width:988px) {
    .main__header .header__content .main__items-block {
        background: 0 0
    }
    .main__header .header__content .main__items-block .main__item-block {
        text-align: center
    }
}

@media screen and (max-width:960px) {
    .main__header .header__content .main__items-block {
        background-position-x: -25px
    }
}

@media screen and (max-width:916px) {
    .main__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .main__header .line {
        display: none
    }
/*    .main__header .header__content .main__items-block .main__item-block {
        width: 500px;
        margin: 0 auto
    }*/
}

@media screen and (max-width: 1193px){
    .main__header .header__content .title__header h1, .main__header .header__content .title__header span{
        font-size: 73px;
    }
    .main__header .line{
        margin-top: 30px;
    }
    .main__header .header__content .main__items-block{
        background-position-x: -38px;
    }
}

@media screen and (max-width:1125px) {
    .s {
        display: none
    }
    .responsive_menu {
        display: block;
    }
    .menu_list ul li:last-child a span:last-child,
    .menu_list ul li:last-child a span:nth-child(3) {
        /* display: none; */
    }
}

@media screen and (max-width:991px) {
    .target .container .main__tile {
        width: 100%
    }
}

@media screen and (max-width:520px) {
    .target {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .target .container .description__target {
        margin: 0 auto 50px
    }
    .target .container .main__tile {
        padding-top: 10px
    }
    .target .container .main__tile .main__tile-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .target .container .main__tile .main__tile-item .item__tile-icon {
        margin-top: 10px;
        margin-bottom: 5px
    }
}

@media screen and (max-width:1200px) {
    .direction .container .main__main__direction {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .direction .container .main__main__direction .main-direction__items-block {
        margin: 0 auto
    }
    .direction .container .main__main__direction .main-direction__items-block:last-child {
        margin-top: 36px
    }
}

@media screen and (max-width:610px) {
    .direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item {
        width: 430px
    }
    .direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-description__title-item {
        width: 250px
    }
    .direction .container .main__main__direction .main-direction__items-block:first-child .items-direction__block:first-child .direction__item:first-child {
        padding: 24px 10px 24px 160px
    }
    .scool {
        background-size: 225%;
        background-position-x: -70px
    }
    .kraud {
        background-size: 204%;
        background-position-x: -70px
    }
}

@media screen and (max-width:470px) {
    .direction .container .title__direction h1 {
        font-size: 45px
    }
    .direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item {
        width: 100%;
        padding: 40px 20px
    }
    .direction .container .main__main__direction .main-direction__items-block .items-direction__block .direction__item .direction-description__title-item {
        width: 100%
    }
    .direction .container .main__main__direction .main-direction__items-block:first-child .items-direction__block:first-child .direction__item:first-child {
        padding: 40px 20px
    }
    .scool {
        background: url(../img/png/direction_responsive/scool_responsive.png) center/168% no-repeat
    }
    .blog {
        background: url(../img/png/direction_responsive/blog_responsive.png) center/140% no-repeat
    }
    .magic {
        background: url(../img/png/direction_responsive/magic_responsive.png) center/140% no-repeat
    }
    .analytics {
        background: url(../img/png/direction_responsive/analitycs_responsive.png) center/140% no-repeat
    }
    .kraud {
        background: url(../img/png/direction_responsive/kraud_responsive.png) center/152% no-repeat
    }
    .a_circle {
        background: url(../img/png/direction_responsive/a-circle_responsive.png) center/130% no-repeat
    }
    .mailing {
        background: url(../img/png/direction_responsive/mailing_responsive.png) center/153% no-repeat
    }
    .forum {
        background: url(../img/png/direction_responsive/forum_responsive.png) center/139% no-repeat
    }
}

@media screen and (max-width:565px) {
    .main_contribution_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .items_contrubution-list {
        width: 100%
    }
    .items_contrubution-list:first-child {
        border-right: 1px solid #2b2e68;
        padding-bottom: 30px
    }
    .title h1 {
        font-size: 35px
    }
}

@media screen and (max-width:420px) {
    .contribution .container .title h1 {
        font-size: 35px
    }
}

@media screen and (max-width:1125px) {
    .contacts_footer,
    .info_list {
        margin-right: 0
    }
    .information_footer,
    .main_footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    .footer{
        padding-top: 0px;
    }
    .logo_footer{
        margin-top: 15px;
    }
}

@media screen and (max-width:770px) {
    .list_reception {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .list_reception ul:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .list_reception ul:last-child li:first-child {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media screen and (max-width:450px) {
    .pop-up__block .pop-up_ {
        width: 350px
    }
}

@media screen and (max-width:377px) {
    .pop-up__block .pop-up_ {
        width: 300px
    }
    .pop-up__block .pop-up_ .body__pop-up .form__pop-up form .sign_in_button__pop-up button,
    .pop-up__block .pop-up_ .body__pop-up .form__pop-up form input {
        width: 250px
    }
    .pop-up__block .pop-up_:last-child .entrance_in_button__pop-up button {
        margin-left: 20px;
        width: 110px
    }
}

.reg-btn {
    margin-top: 10px;
    outline: 0;
    border: none;
    background-color: #ffe611;
    color: #1c133e;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 35px;
}

.reg-btn-block {
    margin: 35px 0px;
}

