
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    outline: none !important;
}
select {
    font-size: 12px;
    position: relative;
    outline: none;
    padding: 8px;
    color: #8c8c8c;
    border: 1px solid #f0f0f0;
    background: #fff;
    -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #f0f0f0;
    box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #f9f9f9;
}
select:hover {
    cursor: pointer;
}
.jGrowl .af-message-success {
    display: none!important;
}
.font_1,
.text_standart {
    font-family: proximaNova;
    font-weight: 300;
}
.text_standart {
    line-height: 1.4;
    color: #1e1e1e;
}
.text_standart,
.txt-content {
    font-size: 16px;
    text-rendering: optimizeLegibility;
}
.goTo a:hover {
    color: #095381;
}
.txt-content {
    font-weight: 400;
}
.txt-content p {
    margin-bottom: 37.5px;
}
.txt-content a {
    color: #e60086;
    text-decoration: underline;
}
.txt-content ul {
    margin-bottom: 37.5px;
}
.txt-content ul li {
    position: relative;
    margin-bottom: 0.1rem;
    padding-left: 25px;
}
.txt-content ul li:before {
    content: "— ";
    position: absolute;
    left: 0;
    top: -1px;
}
.txt-content table {
    width: 100%;
    margin-bottom: 37.5px;
}
.txt-content table tr td {
    border: 1px solid #ddd;
    padding: 6px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row_nowrap {
    flex-wrap: nowrap;
}
.row_sb {
    justify-content: space-between;
}
.row_center {
    align-items: center;
}
.row_bl {
    align-items: baseline;
}
.row_ct {
    justify-content: center;
}
.row_fe {
    justify-content: flex-end;
}
.row_fs {
    justify-content: flex-start;
}
.row_cl {
    flex-direction: column;
}
.row_simple {
    margin-right: -15px;
    margin-left: -15px;
}
div[class*="col_"] {
    padding: 0 15px;
}
@media screen and (max-width: 765px) {
    div[class*="col_"] {
        padding: 0 7.5px;
    }
    .row_simple {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
}
.col_1 {
    width: 8.33333333%;
}
.col_2 {
    width: 16.66666667%;
}
.col_3 {
    width: 25%;
}
.col_4 {
    width: 33.33333333%;
}
.col_5 {
    width: 41.666667%;
}
.col_6 {
    width: 50%;
}
.col_7 {
    width: 58.33333333%;
}
.col_8 {
    width: 66.66666667%;
}
.col_9 {
    width: 75%;
}
.col_10 {
    width: 83.33333333%;
}
.col_12 {
    width: 100%;
}
.col_15 {
    width: 20%;
}
body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
   
    background-color: #e7e5de;
    position: relative;
}
mark {
    background: none;
}
h1 {
    font-size: 3rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400;
}
h1.title_mini {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.3rem;
    line-height: 1.3;
}
h2,
h3 {
    text-transform: uppercase;
    font-weight: 600;
}
h3 {
    font-size: 1rem;
}
h1,
h2,
h3 {
    color: #1e1e1e;
}
h1.title_center,
h2.title_center,
h3.title_center {
    text-align: center;
}
figure {
    margin-bottom: 75px;
}
a {
    text-decoration: none;
    color: #1e1e1e;
    transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}
strong {
    font-weight: 600;
}
.form-control input[type="email"],
.form-control input[type="number"],
.form-control input[type="password"],
.form-control input[type="phone"],
.form-control input[type="text"],
.form-control select,
.form-control textarea {
    font-family: proximaNova;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    width: 100%;
    padding: 12px;
    border: 2px solid #aaa;
    transition: 0.3s;
    margin-bottom: 35px;
    color: #1e1e1e;
    background: transparent;
    border-radius: 0;
}
.form-control input[type="email"]:focus,
.form-control input[type="number"]:focus,
.form-control input[type="password"]:focus,
.form-control input[type="phone"]:focus,
.form-control input[type="text"]:focus,
.form-control select:focus,
.form-control textarea:focus {
    outline: none;
    background: #f0f7f8;
    border-color: #f7fbfb;
}
.form-control i.star {
    color: #e60086;
}
.form-control select {
    width: 100%;
    padding: 12px;
}
.form-control select,
.form-control select option {
    font-style: italic;
    font-family: proximaNova;
    font-weight: 300;
}
.form-control .form-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300px;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
}
.form-control label {
    display: block;
    cursor: pointer;
}
.form-control label i {
    color: #e60086;
}
.form-control .subtext {
    font-size: 15px;
    display: inline-block;
}
.form-control .subtext,
.form-control p {
    font-style: italic;
    margin-bottom: 30px;
}
.form-control .radio {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 50px;
}
.form-control .button-center {
    text-align: center;
}
.form-control .button-center .button {
    margin: 0 auto;
}
.form-control .conf {
    padding-top: 30px;
    border-top: 2px solid #aaa;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}
.form-control .conf a {
    text-decoration: underline;
}
::-webkit-input-placeholder {
    color: #635d53;
}
:-moz-placeholder,
::-moz-placeholder {
    color: #635d53;
}
:-ms-input-placeholder {
    color: #635d53;
}
.testyou {
    display: none;
}
.button {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
}
.button_t1 {
    width: 397px;
    height: 103px;
    display: block;
    background: url('../img/button_t1.svg') no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    transform: rotate(0deg);
}
.intro-block__buttons-box {
    max-width: 90%;
}
.button_t1:hover {
    background-size: 98%;
    transform: rotate(-2deg);
}
.button_t2 {
    width: 320px;
    height: 86px;
    display: block;
    background: url(../img/button_t2.svg) no-repeat 50%;
    background-size: 100%;
    line-height: 90px;
    transition: 0.3s;
    transform: rotate(0deg);
}
.button_t2:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t3 {
    width: 517px;
    height: 110px;
    display: block;
    background: url('../img/button_t3.svg') no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    transform: rotate(0deg);
}
.button_t3:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t4 {
    width: 430px;
    height: 110px;
    display: block;
    background: url('../img/button_t3.svg') no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    color: #095381;
    transform: rotate(0deg);
}
.button_t4:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t5 {
    width: 265px;
    height: 85px;
    display: block;
    background: url('../img/button_t4.svg') no-repeat 50%;
    background-size: 100%;
    line-height: 90px;
    transition: 0.3s;
    transform: rotate(0deg);
    color: #095381 !important;
    margin: 0 auto;
}
.row_simple_divider .col_7:first-child {
    width: 64%;
}
.row_simple_divider .col_4:last-child {
    width: 20%;
}
.row_simple_divider {
    align-items: center;
}
.row_simple_divider .text-element {
    margin-bottom: 0px;
}
.block-title_t5 {
    margin-bottom: 0px!important;
}
.button_t5:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t6 {
    width: 467px;
    height: 110px;
    display: block;
    background: url(../img/button_t5.svg) no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    transform: rotate(0deg);
}
.button_t6:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t7 {
    width: 467px;
    height: 110px;
    display: block;
    background: url(../img/button_t6.svg) no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    transform: rotate(0deg);
    color: #51bdcd !important;
}
.button_t7:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t8 {
    width: 467px;
    height: 110px;
    display: block;
    background: url(../img/button_t7.svg) no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    transform: rotate(0deg);
    color: #095381 !important;
}
.button_t8:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.button_t9 {
    width: 467px;
    height: 110px;
    display: block;
    background: url(../img/button_t8.svg) no-repeat 50%;
    background-size: 100%;
    line-height: 100px;
    transition: 0.3s;
    transform: rotate(0deg);
    color: #b0d035 !important;
}
.button_t9:hover {
    background-size: 98%;
    transform: rotate(2deg);
}
.mb {
    display: none;
}
.button_file {
    padding-left: 40px;
    position: relative;
}
.button_file:before {
    content: "";
    display: block;
    position: absolute;
    left: 95px;
    top: 33px;
    background: url(../img/pdf_icon.svg) no-repeat 50%;
    height: 35px;
    width: 35px;
}
.button_light {
    color: #e7e5de;
}
.button:hover {
    opacity: 1;
}
.button_ct {
    margin: 0 auto;
    display: block;
}
.button_narrow {
    max-width: 200px;
}
.button_wide {
    width: 100%;
    max-width: 400px;
}
.button_mb {
    margin-bottom: 37.5px;
}
.button_mt {
    margin-top: 37.5px;
}
.checkbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
    margin: 10px 0 0 20px;
}
.checkbox .checkbox__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 2px;
}
.checkbox .checkbox__text a {
    font-weight: 500;
    text-decoration: underline;
    color: #444;
}
.checkbox .checkbox__text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    transition: 0.2s;
}
.checkbox .checkbox__text:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #444;
    transition: 0.2s;
    opacity: 0;
}
.checkbox input:checked + .checkbox__text:after,
.checkbox input:checked + .checkbox__text:before {
    opacity: 1;
}
.select-style {
    overflow: hidden;
    display: block;
    border-radius: 0;
    position: relative;
}
.select-style select {
    position: relative;
    z-index: 30;
    min-width: 100px;
    background: none;
    padding: 8px 13px;
    border: none;
    width: 100%;
}
.select-style:after {
    font-family: FontAwesome;
    content: "\f107";
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    z-index: 40;
    line-height: 32px;
    pointer-events: none;
    background: #51bdcd;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.select-style__title {
    margin-right: 20px;
    display: inline-block;
}
.select-style_catalog-results select {
    max-width: 100px;
}
.owl_style {
    overflow: hidden;
    position: relative;
}
.owl_style .owl-item {
    display: inline-block;
}
.owl_style .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 60;
    width: 100%;
    text-align: center;
}
.owl_style .owl-dots.disabled {
    display: none;
}
.owl_style .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px;
    background: none;
    border-radius: 0;
    border: none;
}
.owl_style .owl-dots .owl-dot span {
    display: block;
    height: 12px;
    width: 12px;
    background: #816f6b;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.5s;
}
.owl_style .owl-dots .owl-dot.active span,
.owl_style .owl-dots .owl-dot:hover span {
    background: #095381;
    box-shadow: 1px 1px 10px rgba(9, 83, 129, 0.7);
}
.owl_style .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}
.owl_style .owl-nav.disabled {
    display: none;
}
.owl_style .owl-nav .owl-next,
.owl_style .owl-nav .owl-prev {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    background: none;
    text-align: center;
}
.owl_style .owl-nav .owl-next:hover,
.owl_style .owl-nav .owl-prev:hover {
    cursor: pointer;
    opacity: 1;
    border-color: #51bdcd;
    background: #51bdcd;
    color: #fff;
}
.owl_style .owl-nav .owl-next:before,
.owl_style .owl-nav .owl-prev:before {
    font-family: FontAwesome;
}
.owl_style .owl-nav .owl-prev {
    left: 3%;
}
.owl_style .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl_style .owl-nav .owl-next {
    right: 3%;
}
.owl_style .owl-nav .owl-next:before {
    content: "\f105";
}
.fancybox-container {
    z-index: 600 !important;
}
img {
    max-width: 100%;
}
:focus,
input:focus,
textarea:focus {
    outline: none;
}
*,
:after,
:before {
    box-sizing: border-box;
}
[class*="_divider"] {
    margin-bottom: 75px;
}
[class*="_divider-mini"] {
    margin-bottom: 37.5px;
}
div[class*="__wrapper"] {
    margin: 0 auto;
    max-width: 100%;
    width: 1920px;
    height: 100%;
}
.container {
    width: 1380px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}
.block-title {
    font-size: 85px;
    line-height: 95px;
    color: #095381;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    letter-spacing: 2.8pt;
}
.block-title_mini {
    font-size: 55px;
    line-height: 65px;
    letter-spacing: 1.3pt;
}
.block-title_extra-mini {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.7pt;
}
.block-title_upheader {
    display: inline-block;
}
.block-title__upheader {
    position: absolute;
    right: -120px;
    text-align: right;
    top: -40px;
    font-size: 45px;
    line-height: 55px;
}
.block-title_pink {
    color: #e60086;
}
.block-title_t1:after {
    bottom: -10px;
    height: 19px;
    width: 290px;
    background: url(../img/text-lines2.svg) no-repeat 50%;
    background-size: contain;
}
.block-title_t1:after,
.block-title_t2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.block-title_t2:after {
    bottom: -40px;
    height: 43px;
    width: 465px;
    background: url(../img/text-lines3.svg) no-repeat 50%;
    background-size: contain;
}
.block-title_t3 {
    display: inline-block;
}
.block-title_t3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: -40px;
    height: 27px;
    width: 504px;
    background: url(../img/text-lines4.svg) no-repeat 50%;
    background-size: contain;
}
.block-title_t4 {
    display: inline-block;
}
.block-title_t4:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: -10px;
    height: 18px;
    width: 428px;
    background: url(../img/text-lines5.svg) no-repeat 50%;
    background-size: contain;
}
.block-title_t4:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: -80px;
    height: 45px;
    width: 57px;
    background: url('../img/text-lines5.1.svg') no-repeat 50%;
    background-size: contain;
}
.block-title_t5 {
    display: inline-block;
}
.block-title_t5:after {
    content: "";
    display: block;
    position: absolute;
    top: -120px;
    left: -10px;
    height: 112px;
    width: 335px;
    background: url('../img/text-lines6.svg') no-repeat 50%;
    background-size: contain;
}

.block-title_t6 {
    display: inline-block;
}
.block-title_t6:after {
    content: "";
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    height: 18px;
    width: 482px;
    background: url(../img/text-lines8.svg) no-repeat 50%;
    background-size: contain;
}
.block-title_t6:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -130px;
    right: 250px;
    height: 107px;
    width: 288px;
    background: url(../img/text-lines8.1.svg) no-repeat 50%;
    background-size: contain;
}
.text-element {
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
}
.text-element_mini {
    font-size: 25px;
    line-height: 30px;
}
.text-element_strong {
    font-weight: 600;
}
.text-element__pink {
    color: #e60086;
}
@keyframes a {
    0% {
        top: -200px;
    }
    to {
        top: 0;
    }
}
.intro-block {
    height: 110vh;
    min-height: 980px;
    background: #3BAABA;
    background-size: 100%;
    position: relative;
}

.intro-block__left-dec,
.intro-block__right-dec {
    display: block;
    pointer-events: none;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 30;
}

.intro-block:before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 100%;
    background: #e7e5de;
    z-index: 10;
}
.intro-block__wrapper {
    position: relative;
    top: 0;
    background-size: cover;
    z-index: 20;
}
.intro-block__wrapper:before {
    background: #e7e5de;
    z-index: 10;
}
.intro-block__wrapper:after,
.intro-block__wrapper:before {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
}
.intro-block__wrapper:after {
    background: url('../img/bg-1.png') no-repeat 0 100%;
    background-size: cover;
    z-index: 20;
}
.intro-block__top-row {
    padding-top: 5px;
    position: relative;
    z-index: 40;
    transition: 0.3s;
    transition-property: top;
}
.intro-block__top-row.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #3BAABA;
    padding-right: 150px;
    justify-content: space-around!important;
    padding-left: 150px;
    animation-duration: 0.3s;
    animation-name: a;
}
.intro-block__top-row.fixed .intro-block__logo img {
    max-width: 150px;
}
.intro-block__menu .mobile-menu,
.intro-block__menu ul .button {
    display: none;
}
.intro-block__menu ul li {
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    margin-right: 75px;
    cursor: pointer;
    transition: 0.3s;
}
.intro-block__menu ul li:hover {
    color: #e60086;
}
.intro-block__logo-big {
    position: relative;
}
.intro-block__date {
    font-size: 45px;
    font-weight: 700;
    color: #095381;
    position: absolute;
    right: -211px;
    top: -80px;
    text-shadow: 4px 3px 0 #fff;
}
.intro-block__left-container {
    max-width: 100%;
    width: 685px;
    padding-top: 160px;
    position: relative;
    z-index: 40;
}
.intro-block__text {
    max-width: 80%;
}
.intro-block__subheader {
    font-size: 27px;
    color: #e7e5de;
    font-weight: 700;
    letter-spacing: 0.2pt;
    margin-bottom: 50px;
}
.intro-block__text {
    margin-bottom: 25px;
}
.intro-block__text,
.intro-block__text2 {
    font-size: 20px;
    line-height: 25px;
    color: #e7e5de;
    font-style: italic;
}
.intro-block__text2 {
    font-weight: 600;
    margin-bottom: 70px;
}
.intro-block__text2 span {
    
    position: relative;
    display: inline-block;
}

.intro-block__text2 span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 8px;
    background-position: center;
    background-size: contain;
    width: 100%;
    background: url('../img/text-lines1.svg') no-repeat;
}
.intro-block__buttons-box {
    flex-direction: column;
}
.intro-block__buttons-box .button_t2 {
    align-self: flex-end;
    position: relative;
}
.intro-block__buttons-box-text {
    margin-top: 20px;
    content: "";
    color: #e7e5de;
    width: 100%;
    align-self: flex-end;
    font-size: 15px;
    font-style: italic;
    max-width: 300px;
    text-align: center;
}
.intro-block__right-container {
    max-width: 700px;
    width: 100%;
    position: absolute;
    right: 250px;
    top: 390px;
    z-index: 40;
}
.block2__wrapper .container{
    position: relative;
    background: url('../img/bg-2.png') no-repeat;
    background-size: 50%;
    background-position: right center;
   
}
.tab__content__time {
    flex: 0 0 20%;
    color: #E60086;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}
.tab__content__text {
    flex: 0 0 35%;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #1E1E1E;
}
.tab__content__sub {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    color: #1E1E1E;
}
.block2 .container {
    padding: 150px 0 75px;
}
.block2__row {
    max-width: 1000px;
    margin-bottom: 37.5px;
}
.block2__letter {
    margin-right: 37.5px;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.block2__letter_p {
    color: #e60086;
}
.block2__letter_g {
    color: #b0d035;
}
.block2__letter_b {
    color: #095381;
}
.block2__letter_bl {
    color: #51bdcd;
}
.block2__row-header {
    font-size: 45px;
    line-height: 85px;
    font-style: italic;
    position: relative;
    padding-right: 50px;
}
.block2__row-header:after {
    content: "";
    display: block;
    width: 44px;
    height: 15px;
    position: absolute;
    right: 40px;
    top: 34px;
}
.footer__wrapper {
    display: flex;
    align-items: center;
    max-width: 890px!important;
    margin: auto;
    justify-content: space-between;
}
.footer__wrapper .copy {
    font-size: 20px;
    color: 
    #E7E5DE;
}
.footer__wrapper  .copy__name {
    color: #E7E5DE;
    font-size: 20px;
}
.footer__wrapper a {
    text-decoration: underline;
    color: #E7E5DE;
    font-size: 20px;
}

.footer__wrapper .row {
    width: 100%;
    text-align: left;
}

.footer__wrapper + .footer__wrapper {
    margin-top: 20px;
}

.block2__row-header a {
    padding-right: 60px;
    display: inline-block;
}
.block2__row-header_p {
    display: inline-block;
}
.block2__row-header_p a {
    color: #e60086;
}

.block2__row-header_g {
    display: inline-block;
}
.block2__row-header_g a {
    color: #b0d035;
}

.block2__row-header_b {
    display: inline-block;
}
.block2__row-header_b a {
    color: #095381;
}

.block2__row-header_bl {
    display: inline-block;
}
.block2__row-header_bl a {
    color: #51bdcd;
}

.block3__wrapper {
    position: relative;
    
    background-size: auto;
}
.block3 .container {
    padding: 225px 0 150px;
}
.block4__wrapper {
    position: relative;
    
    
}
.block4 .container {
    padding: 0px 0;
}
.block4__content {
    max-width: 950px;
}
.block4__img {
    max-width: 375px;
}
.block4 .quotes {
    margin-right: 75px;
}
.block3__title {
    font-size: 30px;
    color: #095381;
    text-transform: uppercase;
    font-weight: 700;
}
.block3__title span {
    position: relative;
}
.block3__wrapper .container {
    padding-top: 0px;
}
.svet__relative {
    position: relative;
}
.svet__relative::after {
    content: url('../img/starline.svg');
    position: absolute;
    right: 0px;
    top: 50px;
    left: auto;
}
.block__img3 {
    margin-top: 50px;
}
.speakers-block {margin-top:150px;}
.block__can-line {
    display: flex;
    align-items: flex-start;
    max-width: 1165px;
    width: 100%;

    justify-content: space-between;
}
.block__can-item {
    flex: 0 0 32%;
}
.block__can-text {
    font-size: 25px;
    font-style: italic;
    color: #1E1E1E;
    font-weight: 300;
}
.block3__title span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 50px;
    width: 100%;
    background: url('../img/text-lines4.svg') no-repeat 50%;
    background-size: contain;
}
.block__can-item2 {
    flex: 0 0 40%;
}
.block__can-img {
    margin-bottom: 15px;
}
.block5__wrapper {
    position: relative;
    background: url('../img/bg-5.png') no-repeat 50%;
    background-size: 100%;
}
.block3 {
    position: relative;
}
.block_can__bg {
    position: absolute;
    right: 300px;
    bottom: -200px;
}
.block-can__wrapper .block-title{
    font-size: 45px;
}
.ease__block .block-title{
    font-size: 45px;
}
.ease__block {
    margin-top: 100px;
}
.program__block {
    margin-top: 100px;
}
.block__warning {
    background-image: url('../img/warning__bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.program__tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.program__tabs-item {
    text-align: center;
   flex: 0 0 33%;
   position: relative;
}
.program__tabs-item1::after {
    content: url('../img/march1.svg');
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}
.program__tabs-item2::after {
    content: url('../img/march3.svg');
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}
.program__tabs-item3::after {
    content: url('../img/march4.svg');
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
}

.program__tabs-item a{
    color: #095381;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.program__tabs-item.active a {
    color: #e60086;
}
.tab__item {
    display: none;
}
.tab__item.active{
    display: block;
}

.tab__wrapper {
    max-width: 1120px!important;
    margin: auto!important;
    margin-top: 50px!important;
}
.tab__content-line {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);;
}
.speakers-block .row {
    align-items: center;
}
.program__tabs-item1.active::after {
 
    content: url('../img/march1-active.svg');
}
.program__tabs-item2.active::after {
 
    content: url('../img/march3-active.svg');
}
.program__tabs-item3.active::after {
 
    content: url('../img/march4-active.svg');
}
.block__warning {
    margin-top: 50px;
    padding: 83px;
}
.block5 .container {
    padding: 0 0 150px;
}
.block5__right-part {
    position: relative;
}
.warning__title {
    color: #B0D035;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.warning__text {
    color: #F5F4EF;
    font-size: 25px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
    max-width: 950px;
}
.block5__right-part img {
    align-self: center;
}
.block5__star-name {
    text-shadow: 4px 3px 0 #095381;
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    color: #b0d035;
    position: absolute;
    bottom: 60px;
    right: 10px;
}
.block6__wrapper {
    position: relative;

    
}
.block6 .text-element a {
    color: #095381;
    text-decoration: underline;
}
.block6 .container {
    padding: 0px 0;
    margin-bottom: 100px;
}
.block6__gifts-list {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 150px;
}
.go__request {
    background-image: url('../img/request-bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}
.go__title {
    font-size: 75px;
    font-weight: 700;
    color: #B0D035;
    text-transform: uppercase;
}
.media__text .block-title {
    color: #51BDCD!important;
}
.articles-block__link svg {
    padding-left: 10px;
}
.go__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.go__right-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.go__right__item {
    display: flex;
    align-items: center;
    max-width:545px;
    margin-top: 40px;
}
.go__item_img img {
    width: 100%;
}
.go__item_img {
    margin-right: 30px;
    min-width: 85px;
}
.go__item_text {
    font-size: 25px;
    font-weight: 400;
    color: 
    #F5F4EF;
    font-style: italic;
}
.select__title {
    font-style: italic;
    color: #1E1E1E;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
}

@media screen and (min-width: 1800px) {
    .go__request {
        background-size: cover;
    }
}
@media screen and (max-width: 1600px) {
    .go__request {
        background-size: cover;
    }
}
.go__title {
    margin-bottom: 30px;
}
.go__left span {
    color: 
    #F5F4EF;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
}
.go__left {
    flex: 0 0 45%;
}
.go__left span {
    margin-bottom: 30px;
    display: block;
}
.go__right {
    flex: 0 0 45%;
}
.go__left .button_t4 {
    color: #fff;
}

.gifts__item {
    flex: 0 0 33%;
    
}
.gifts__text {
    max-width: 300px;
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
}
.block6__gifts-list-item {
    position: relative;
}
.block6__gifts-list-item:before {
    content: "";
    position: absolute;
    display: block;
}
.block6__gifts-list-item_1:before {
    width: 37px;
    height: 85px;
    background: url(../img/block6_arrow1.svg) no-repeat 50%;
    background-size: contain;
    left: 10px;
    bottom: -20px;
}
.block6__gifts-list-item_1 .text-element {
    bottom: -140px;
    left: 80px;
}
.block6__gifts-list-item_2:before {
    width: 71px;
    height: 94px;
    background: url(../img/block6_arrow2.svg) no-repeat 50%;
    background-size: contain;
    left: 0;
    top: -30px;
}
.block6__gifts-list-item_2 .text-element {
    top: -110px;
    left: 80px;
}
.block6__gifts-list-item_3:before {
    width: 37px;
    height: 85px;
    background: url(../img/block6_arrow3.svg) no-repeat 50%;
    background-size: contain;
    right: 0;
    bottom: -60px;
}
.block6__gifts-list-item_3 .text-element {
    bottom: -220px;
    left: 50px;
    text-align: right;
}
.block6__gifts-list-item_4:before {
    width: 71px;
    height: 94px;
    background: url(../img/block6_arrow4.svg) no-repeat 50%;
    background-size: contain;
    right: 0;
    top: -50px;
}
.block6__gifts-list-item_4 .text-element {
    top: -130px;
    left: -7px;
    text-align: right;
}
.block6__gifts-list-img {
    text-align: center;
}
.block6__gifts-list-text {
    position: absolute;
    font-size: 20px;
    line-height: 25px;
}
.block7__wrapper {
    position: relative;
}
.block7 .container {
    padding: 0 0 150px;
}
.block8__wrapper {
    position: relative;
   
    
}
.block8 .container {
    padding: 225px 0 0;
}
.block8 .socials {
    margin-left: -30px;
}
.block8__img {
    line-height: 0;
}
.quotes {
    max-width: 810px;
    background: url('../img/quotes_bg.svg') no-repeat 50%;
    background-size: contain;
    padding: 37.5px;
}
.quotes_arrow {
    position: relative;
}
.overlay,.overlay2 {
    position: fixed;
    width: 100%;
    z-index: 9999999999999999999999999999999;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(9, 83, 129, .9); 
}
.popup{
     position: absolute;
     overflow: hidden;
    max-width: 890px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 60px;
    padding-bottom: 70px;
    box-sizing: border-box;
    padding-left: 70px;
    display: none;
    padding-right: 70px;
    background:#E7E5DE;
}
  .popup::after {
    content: url(../form-img/popuptop.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.popup2 {display: block; background-color: #095381;}
.popup2::before {display: none;}
.popup2::after {display: none;}
.popup::before {
    content: url(../form-img/popupbottom.svg);
    position: absolute;
    right: 0;
    bottom: -10px;
}
}
.popup {
    position: relative;
    overflow: hidden;
}

.popup__text {
    font-size: 25px;
    font-weight: 400;
    color: #1E1E1E;
    max-width: 690px;
    margin: auto;
    /*margin-bottom: 56px;*/
    font-style: italic;
    text-align: center;
}
.popup-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #E60086;
    margin-bottom: 32px;
}
.popup .button_t4 {
    margin: auto;
}

.close-popup:before {
	content: '';
	background-color: 
   #095381;
	position: absolute;
	height: 2px;
	width: 24px;

	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
	transform: rotate(-45deg);
}

.close-popup:after{
	content: '';
	background-color: 
    #095381;
	position: absolute;
	height: 2px;
	width: 24px;
	
	transform: rotate(45deg);
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.popup2 .close-popup:after {
    background-color: #fff;
}
.popup2 .close-popup:before {
    background-color: #fff;
}
  .close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	cursor: pointer;
    
    padding: 10px 10px;

    
}
.quotes_arrow:after {
    content: "";
    width: 201px;
    height: 101px;
    display: block;
    position: absolute;
    bottom: -30px;
    right: -50px;
    background: url(../img/quotes_arrow.svg) no-repeat 50%;
    background-size: 100%;
}
.socials ul li {
    position: relative;
    top: 0;
    margin: 0 15px;
    transition: 0.3s;
}
.socials ul li:hover {
    top: -15px;
}
.text-arrow {
    position: relative;
}
.text-arrow:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -110px;
    right: 70px;
    width: 147px;
    height: 120px;
    background: url(../img/text-arrow.svg) no-repeat 50%;
}
.articles-block__item {
    margin-bottom: 37.5px;
}
.articles-block__date {
    margin-bottom: 15px;
    font-style: 20px;
    font-weight: 300;
    font-style: italic;
}
.articles-block__introtext {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 8px;
}
.block8__wrapper .row_simple {
    align-items: center;
}
footer {
    margin-top: 0px;
}
.block8__wrapper {
    margin-bottom: 50px!important;
}
.block8 .container {
    padding-top: 0px!important;
}
.form__rules a{
    display: flex;
    align-items: center;
}
.form__ready-title {
    color: #E60086;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}
.my {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .label {
    width: 205px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #095381;
    text-align: left;
    transition: all 0.18s ease-in-out;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    font-weight: 400;
}
.choose__fail {
    padding-bottom: 35px;
    border-bottom: 1px solid 
    #AAAAAA;
}

.smile__wrapper {
    display: flex;
    margin-bottom: 15px!important;
    align-items: center;
}
.new {
   margin-top: 35px;
  }
  
  .form-group {
    display: block;
    margin-bottom: 15px;
  }
  
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid 
    #AAAAAA;
 
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
  }
  .form-group label {
    display: flex;
    align-items: center;
  }
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid 
    #AAAAAA;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .form-group label{
    color: #1E1E1E;
    font-size: 20px;
    font-style: italic;
  }
  .form-group label a {
    border-bottom: 1px solid #1E1E1E;
    display: inline;
    padding-left: 3px;
  }
  .redsqu {
    color: #E60086;
  }
.smile__text {
    font-size: 20px;
    margin-left: 10px;
    font-style: italic;
    font-weight: 300;
    color: #1E1E1E;
}
.form__button .button_t4{
    text-align: center;
    margin: auto;
    margin-top: 40px;
    font-family: 'Proxima Nova', sans-serif;
}
/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    width: 100%;
  }
.custom-select-wrapper select {
    position: absolute;
    padding: 0;
    width: 1px;
    height: 1px;
    left: 0;
    bottom: 0;
    opacity: 0;
    border: 0;
    margin: 0;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
  .custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    width: 100%;
    padding: 13px 25px;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #1E1E1E;
    
    background: transparent;
    border: 2px solid 
    #AAAAAA;
    
    cursor: pointer;
  }
    .custom-select-trigger:after {
      position: absolute;
      display: block;
      content: '';
      width: 10px; height: 10px;
      top: 50%; right: 25px;
      margin-top: -3px;
      border-bottom: 1px solid #51BDCD;
      border-right: 1px solid #51BDCD;
      transform: rotate(45deg) translateY(-50%);
      transition: all .4s ease-in-out;
      transform-origin: 50% 0;
    }
    .custom-select.opened .custom-select-trigger:after {
      margin-top: 3px;
      transform: rotate(-135deg) translateY(-50%);
    }
    .custom-select-trigger:hover {
        border-color: 
        #708EA1;
    }
    .custom-options {
      position: absolute;
      display: block;
      top: 100%; left: 0; right: 0;
      min-width: 100%;
      margin: 0px 0;
      border: 2px solid #095381;
      box-sizing: border-box;
      background: #E7E5DE;
      border-top: 0px;
      transition: all .4s ease-in-out;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateY(-15px);
      z-index: 1;
    }
    .custom-select.opened .custom-options {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transform: translateY(0);
    }
    
      .option-hover:before {
        background: transparent;
      }
      .custom-option {
        position: relative;
        display: block;
        padding:0px 22px;
        text-transform: uppercase;
        padding-top: 15px;
        font-size: 18px;
        font-weight: 600;
        color: #b5b5b5;
      
        cursor: pointer;
        transition: all .4s ease-in-out;
      }
      .custom-option:hover {
        color: #095381;
      }
      
.custom-option:last-child {
    padding-bottom: 15px;
} 
.custom-select.opened .custom-select-trigger {
    border-bottom: 0px;
    border-color: #095381;
}  

.new__text {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
}
.custom-select-wrapper {
    margin-bottom: 10px;
}
.dropdown {
    margin-bottom: 35px;
}
.smile__img {
    display: flex;
    align-items: center;
}
.form__rules {
    margin-bottom: 35px;
}
.smile {
    margin-bottom: 30px;
}
.label:hover {
    text-decoration: none;
}
.form__ready-text {
    font-size: 20px;
    font-style: italic;
    color: #1E1E1E;
    margin-bottom: 30px;
}
.form__rules svg {
    padding-right: 10px;
}
.form__rules a {
    color: #095381;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.block7 .container {
    padding-bottom: 100px!important;
}
.articles-block__link {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    color: #51bdcd;
    position: relative;
    font-weight: 700;
}
.articles-block__link:after {
    content: "";
    width: 54px;
    height: 15px;
    display: inline-block;
    margin-left: 15px;
    background: url(../img/link-arrow.svg) no-repeat;
}
footer {
    background: #095381;
    padding: 58px 0;
    color: #e7e5de;
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
}
.inner h1,
footer {
    text-align: center;
}
.inner h1 {
    color: #095381;
    font-size: 30px;
    font-weight: 40px;
    letter-spacing: 0.3pt;
    font-weight: 700;
}
.inner__wrapper {
    width: 100%;
    min-height: 100vh;
    padding: 70px 0;
}
.inner__wrapper-reg {
    position: relative;
}
.form__page {
    position: relative;
}
.form__page::after {
    content: url('../form-img/top.svg');
    position: absolute;
    left: 0;
    top: 0;

}
.form__page2 {
    position: relative;
    overflow: hidden;
}
.form__page2::after {
    content: url('../form2-img/top.svg');
    position: absolute;
    left: 0;
    top: 0;
}
.form__page2::before {
    content: url('../form2-img/bottom.svg');
    position: absolute;
    right: 0;
    bottom: -10px;
}
.form__line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.form__item {
    flex: 0 0 48%;
    margin-bottom: 30px;
}
.form__item input {margin-bottom: 0px!important; font-family: 'Proxima Nova', sans-serif!important;}
textarea {
    font-family: 'Proxima Nova', sans-serif!important;
    resize: none;
}
.form__item label {
    font-style: italic;
    color: #1E1E1E;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: 300;
}
.form__item input {
    width: 100%;
    background-color: transparent;
    border: 2px solid 
    #AAAAAA;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 400;
    color: #1E1E1E;

    padding: 13px 15px;
    font-family: 'Proxima Nova', sans-serif;
    outline: none;
    box-sizing: border-box;
}
.form__item input:hover {
    border-color: 
    #708EA1;
}
.form__page::before {
    content: url('../form-img/bottom.svg');
    position: absolute;
    bottom: -5px;
    right: 0;
}
.inner__wrapper-test {
    min-height: 900px;
    height: 110vh;
    position: relative;
    padding-top: 130px;
}
.form__container {
    max-width: 720px;
    width: 100%;
    padding-bottom: 120px;
    margin: auto;
}
.logo__form {
    padding-top: 40px;
    text-align: center;
}
.button_t4 {

}
.forum__title {
    text-align: center;
    color: 
    #095381;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 35px;
}
.inner__wrapper-test:before {
    top: 0;
    background: url(../img/test-bg-1.png) no-repeat top;
}
.inner__wrapper-test:after,
.inner__wrapper-test:before {
    content: "";
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
}
.program__tabs-item span {
    display: none;
}
.inner__wrapper-test:after {
    bottom: -30px;
    background: url(../img/test-bg-2.png) no-repeat bottom;
}
.inner__wrapper-test-step {
    min-height: 900px;
    height: 110vh;
    max-width: 100%;
    background: url(../img/question-bg.png) no-repeat top;
    background-size: contain;
    padding-top: 105px;
}
.inner__wrapper-test-step_inactive {
    display: none;
}
.inner__wrapper-reuslt1 {
    position: relative;
    padding-bottom: 150px;
}
.inner__wrapper-reuslt1:before {
    top: 0;
    background: url(../img/result_engineering_bg-1.png) no-repeat;
    background-size: cover;
}
.inner__wrapper-reuslt1:after,
.inner__wrapper-reuslt1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    pointer-events: none;
}
.inner__wrapper-reuslt1:after {
    bottom: 0;
    background: url(../img/result_engineering_bg-2.png) no-repeat 0 100%;
    background-size: cover;
}
.inner__wrapper-reuslt2 {
    position: relative;
    padding-bottom: 150px;
}
.inner__wrapper-reuslt2:before {
    top: 0;
    background: url(../img/result_volunteering_bg-1.png) no-repeat;
    background-size: cover;
}
.inner__wrapper-reuslt2:after,
.inner__wrapper-reuslt2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    pointer-events: none;
}
.inner__wrapper-reuslt2:after {
    bottom: 0;
    background: url(../img/result_volunteering_bg-2.png) no-repeat 0 100%;
    background-size: cover;
}
.inner__wrapper-reuslt2 .block-title {
    color: #b0d035 !important;
}
.inner__wrapper-reuslt3 {
    position: relative;
    padding-bottom: 150px;
}
.inner__wrapper-reuslt3:before {
    top: 0;
    background: url(../img/result_startup_bg-1.png) no-repeat;
    background-size: cover;
}
.inner__wrapper-reuslt3:after,
.inner__wrapper-reuslt3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    pointer-events: none;
}
.inner__wrapper-reuslt3:after {
    bottom: 0;
    background: url(../img/result_startup_bg-2.png) no-repeat 0 100%;
    background-size: cover;
}
.inner__wrapper-reuslt3 .block-title {
    color: #e60086 !important;
}
.inner__wrapper-reuslt4 {
    position: relative;
    padding-bottom: 150px;
}
.inner__wrapper-reuslt4:before {
    top: 0;
    background: url(../img/result_technologies_bg-1.png) no-repeat;
    background-size: cover;
}
.inner__wrapper-reuslt4:after,
.inner__wrapper-reuslt4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    pointer-events: none;
}
.inner__wrapper-reuslt4:after {
    bottom: 0;
    background: url(../img/result_technologies_bg-2.png) no-repeat 0 100%;
    background-size: cover;
}
.goTo a {
    color: #fff;
}
.inner__wrapper-reuslt4 .block-title {
    color: #51bdcd !important;
}
.inner_reg-page,
.result-intro {
    position: relative;
}
.intro-block__menu ul {
    padding-left: 0px;
}
.result-intro_1:after {
    background: url(../img/result_engineering_bg-1-1.svg) no-repeat 50%;
    background-size: 100%;
}
.result-intro_1:after,
.result-intro_2:after {
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    top: 100px;
    height: 354px;
    width: 430px;
}
.result-intro_2:after {
    background: url(../img/result_volunteering_bg-1-1.svg) no-repeat 50%;
    background-size: 100%;
}
.result-intro_3:after {
    right: 50px;
    height: 354px;
    width: 430px;
    background: url(../img/result_startup_bg-1-1.svg) no-repeat 50%;
    background-size: 100%;
}
.result-intro_3:after,
.result-intro_4:after {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
}
.result-intro_4:after {
    right: 80px;
    height: 404px;
    width: 380px;
    background: url(../img/result_technologies_bg-1-1.svg) no-repeat 50%;
    background-size: 100%;
}
.link-block {
    text-align: center;
}
.link-block_1 .link-block__title {
    color: #e60086;
}
.link-block_1 .link-block__title:after {
    background: url(../img/link-block-arrow1.svg) no-repeat;
    background-size: contain;
}
.link-block_2 .link-block__title {
    color: #b0d035;
}
.link-block_2 .link-block__title:after {
    background: url(../img/link-block-arrow2.svg) no-repeat;
    background-size: contain;
}
.link-block_3 .link-block__title {
    color: #51bdcd;
}
.link-block_3 .link-block__title:after {
    background: url(../img/link-block-arrow3.svg) no-repeat;
    background-size: contain;
}
.link-block_4 .link-block__title {
    color: #b0d035;
}
.link-block_4 .link-block__title:after {
    background: url(../img/link-block-arrow4.svg) no-repeat;
    background-size: contain;
}
.link-block__title {
    font-size: 25px;
    line-height: 35px;
    position: relative;
    left: -140px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.link-block__title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    right: -150px;
    width: 175px;
    height: 77px;
}
.link-block a {
    position: relative;
    top: 40px;
}
.person-block {
    margin-bottom: 75px;
}
.person-block__img {
    margin-bottom: 30px;
}
.person-block_1 .person-block__title {
    color: #095381;
}
.person-block_2 .person-block__title {
    color: #b0d035;
}
.person-block_3 .person-block__title {
    color: #e60086;
}
.person-block_4 .person-block__title {
    color: #51bdcd;
}
.person-block__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.person-block__text,
.person-block__text p,
.person-block__text em {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.person-block__text p:first-child,
.person-block__text p:first-child em {
    font-weight: bolder;
    color: #1E1E1E;
}

.page-form {
    max-width: 800px;
    margin: 0 auto;
}
.forum__subtitle {
    color: 
    #095381;
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    max-width: 871px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 45px;
}
.data__location-text {
    color: #1E1E1E;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 15px;
}
.form__passport {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #1E1E1E;
}
.forum__title2 {
    text-transform: uppercase;
}
.select__block {
    margin-bottom: 20px;
}

.form__container-title {
    font-size: 30px;
    font-weight: 700;
    color: 
    #095381;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

.data__wrapper {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
    justify-content: space-between;
}
.data__list {
    flex: 0 0 48%;

}
.data__list-name {
    font-size: 25px;
    color: #095381;
    font-weight: 700;
}
.data__item {
    padding: 20px 30px;
    background-color: #fff;
    margin-top: 15px;
}
.data__item-time {
    color: #E60086;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.data__location {
    font-size: 25px;
    font-weight: 600;
    color: #095381;
    margin-bottom: 15px;
}
.data__size {
    font-size: 20px;
    font-weight: 400;
    color: #E60086;
}
.test-page-intro {
    max-width: 100%;
    width: 1035px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 60;
}
.test-page-intro__title {
    color: #095381;
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    letter-spacing: 0.05pt;
    margin-bottom: 60px;
}
.test-page-intro__title span {
    text-shadow: 4px 3px 0 #e60086;
}
.test-page-intro__smile {
    position: relative;
    left: 10px;
    top: 5px;
}
.test-result-page__title {
    font-size: 85px;
    line-height: 95px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.test-result-page__subtitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.test-result-page_1 .test-result-page__title {
    color: #095381;
    text-shadow: 4px 3px 0 #e60086;
}
.test-result-page_1 .test-result-page__subtitle {
    color: #e60086;
    margin-bottom: 20px;
}
.test-result-page_2 .test-result-page__title {
    color: #b0d035;
    text-shadow: 4px 3px 0 #095381;
}
.test-result-page_2 .test-result-page__subtitle {
    color: #095381;
    margin-bottom: 20px;
}
.test-result-page_3 .test-result-page__title {
    color: #e60086;
    text-shadow: 4px 3px 0 #51bdcd;
}
.test-result-page_3 .test-result-page__subtitle {
    color: #51bdcd;
    margin-bottom: 20px;
}
.test-result-page_4 .test-result-page__title {
    color: #51bdcd;
    text-shadow: 4px 3px 0 #b0d035;
}
.test-result-page_4 .test-result-page__subtitle {
    color: #b0d035;
    margin-bottom: 20px;
}
.result-intro {
    margin-bottom: 150px;
}
.test-page-step {
    max-width: 100%;
    width: 1245px;
    margin: 0 auto;
}
.test-page-step_inactive {
    display: none;
}
.test-page-step_centered .test-page-step__item {
    padding: 50px;
    text-align: center;
}
.test-page-step_centered .test-page-step__icon {
    margin-right: 0;
    margin-bottom: 20px;
}
.test-page-step_centered .test-page-step__text {
    min-height: 85px;
}
.test-page-step_fulled .test-page-step__item {
    padding: 0;
    text-align: center;
}
.test-page-step_fulled .test-page-step__item img {
    width: 100%;
}
.test-page-step_fulled .test-page-step__icon {
    margin-right: 0;
    padding: 0;
    width: 100%;
    line-height: 0;
}
.test-page-step__title {
    font-size: 30px;
    line-height: 40px;
    color: #095381;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
}
.test-page-step__item {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 35px;
    cursor: pointer;
}
.test-page-step__icon {
    margin-right: 35px;
}
.test-page-step__text {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    font-weight: 300;
}
.test-steps-container {
    min-height: calc(100vh - 300px);
}
.test-progress-bar {
    margin-top: 55px;
}
.test-progress-bar__row {
    height: 5px;
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
}
.test-progress-bar__row span {
    width: 20%;
    display: block;
    height: 5px;
}
.test-progress-bar__row span.active {
    background: #e60086;
}
.test-progress-bar__title {
    font-style: italic;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}
.form-message {
    padding: 37.5px;
    width: 950px;
    max-width: 100%;
    background: #e7e5de;
    display: none;
}
.form-message P {
    margin-bottom: 37.5px;
}
.form-message__title {
    font-size: 55px;
    line-height: 65px;
    color: #095381;
    font-weight: 700;
    margin-bottom: 37.5px;
}
.form-message__title span {
    color: #51bdcd;
}
.bottom-line {
    color: #e60086;
    position: relative;
}
.bottom-line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 155px;
    height: 6px;
    background: url(../img/bottom-line.svg) no-repeat 50%;
}
.modal-window {
    display: none;
    background: #e7e5de;
    padding: 75px;
    max-width: 100%;
    width: 1120px;
}
.modal-window__title {
    margin-bottom: 35px;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0.05em;
    color: #e60086;
    text-shadow: 4px 3px 0 #51bdcd;
}
#modal-window-2 {
    position: relative;
    padding-left: 350px;
}
#modal-window-2:after {
    content: "";
    display: block;
    height: 225px;
    width: 230px;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(../img/modal-img1.svg) no-repeat 50%;
    background-size: cover;
}
#modal-window-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -32px;
    width: 300px;
    height: 345px;
    background: url(../img/spot-1.svg) no-repeat 50%;
    background-size: contain;
}
#modal-window-2__title {
    color: #e60086;
    text-shadow: 4px 3px 0 #51bdcd;
}
#modal-window-3 {
    position: relative;
    padding-left: 350px;
}
#modal-window-3:after {
    content: "";
    display: block;
    height: 225px;
    width: 230px;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(../img/modal-img2.svg) no-repeat 50%;
    background-size: cover;
}
#modal-window-3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -32px;
    width: 300px;
    height: 345px;
    background: url(../img/spot-2.svg) no-repeat 50%;
    background-size: contain;
}
#modal-window-3__title {
    color: #b0d035;
    text-shadow: 4px 3px 0 #095381;
}
#modal-window-4 {
    position: relative;
    padding-left: 350px;
}
#modal-window-4:after {
    content: "";
    display: block;
    height: 225px;
    width: 230px;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(../img/modal-img3.svg) no-repeat 50%;
    background-size: cover;
}
#modal-window-4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -32px;
    width: 300px;
    height: 345px;
    background: url(../img/spot-3.svg) no-repeat 50%;
    background-size: contain;
}
#modal-window-4__title {
    color: #095381;
    text-shadow: 4px 3px 0 #e60086;
}
#modal-window-5 {
    position: relative;
    padding-left: 350px;
}
#modal-window-5:after {
    content: "";
    display: block;
    height: 225px;
    width: 230px;
    position: absolute;
    left: 40px;
    top: 40px;
    background: url(../img/modal-img4.svg) no-repeat 50%;
    background-size: cover;
}
#modal-window-5:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -32px;
    width: 300px;
    height: 345px;
    background: url(../img/spot-4.svg) no-repeat 50%;
    background-size: contain;
}
#modal-window-5__title {
    color: #51bdcd;
    text-shadow: 4px 3px 0 #b0d035;
}
.social-selected li {
    display: none;
}
.social-selected .fa-telegram {
    font-size: 50px;
    color: #51bdcd;
}
.social-selected .fa-vk {
    font-size: 50px;
    color: #095381;
}
.speakers-block__item {
    position: relative;
    padding: 60px 50px;
    color: #fff;
    margin-bottom: 128px;
    min-height: 350px;
}
.speakers-block__item_1 {
    background: url('../img/speackers-block__item_1-bg.png') no-repeat 50%;
    background-size: contain;
}
.speakers-block__item_2 {
    background: url('../img/speackers-block__item_2-bg.png') no-repeat 50%;
    background-size: contain;
}
.speakers-block__item_3 {
    background: url('../img/speackers-block__item_3-bg.png') no-repeat 50%;
    background-size: contain;
}
.speakers-block__item_4 {
    background: url('../img/speackers-block__item_4-bg.png') no-repeat 50%;
    background-size: contain;
}
.speakers-block__img {
    position: absolute;
    right: 37.5px;
    top: -100px;
}
.speakers-block__subheader {
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    margin-bottom: 35px;
    font-weight: 300;
}
.speakers-block__header {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 28px;
}
.speakers-block__header_1 {
    text-shadow: 4px 3px 0 #095381;
}
.speakers-block__header_2,
.speakers-block__header_3 {
    text-shadow: 4px 3px 0 #e60086;
}
.speakers-block__header_4 {
    text-shadow: 4px 3px 0 #095381;
}
.bloger__wrap{
    max-width: 689px!important;
    margin-bottom:150px;
    margin-top: 180px!important;
}
.blogger__title {
    position: relative;
    color: #095381;
    font-weight: 700;
    margin-bottom: 44px;
    text-transform: uppercase;
    font-size: 55px;
}
.blogger__title span {
    position: relative;
    display: block;
}
.blogger__name {
    font-size: 30px;
    font-weight: 700;
    color:#095381;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blogger__work {
    color:#095381;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
}
.blogger__title span::after {
    content: url('../img/blogger__btm.svg');
    position: absolute;
    bottom: -15px;
    left: 0;
}
.blogger__text {
    font-size: 25px;
    font-style: italic;
    margin-top: 65px;
    color:#1E1E1E;
    margin-bottom: 20px;
}
.blogger__text span {
    color:#095381;
}
.bloger__wrap {
    position: relative;
}
.bloger__wrap::after {
    content: url('../img/blogger.png');
    position: absolute;
    right: -100%;
    top: -50px;
}
.people__text-name span {
    display: block;
}
.spika {
    margin-top: 200px;margin-bottom: 125px;
}
.spika__container {
    margin-top: 50px;
}
.people__item {
    margin-bottom: 40px;
}
.spika__tab-item a {
    position: relative;
}
.tabs.tab1bg.active::after {
    content: url('../img/spikatab1.svg');
    position: absolute;
    bottom: -15px;
    left:0;
}
.tabs.tab2bg.active::after {
    content: url('../img/spikatab2.svg');
    position: absolute;
    bottom: -15px;
    left:0;
}
.people__text-work {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    color:#1E1E1E;
}
.tabs.tab3bg.active::after {
    content: url('../img/spikatab3.svg');
    position: absolute;
    bottom: -15px;
    left:0;
}
.tabs.tab4bg.active::after {
    content: url('../img/spikatab4.svg');
    position: absolute;
    bottom: -15px;
    left:0;
}
.spika__tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spika__people__wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.people__img {
    min-width: 200px;
}
.people__text {
    margin-left: 30px;
}
.people__text-name {
    font-size: 30px;
    font-weight: 700;
    color:#1E1E1E;
    letter-spacing: 3%;
    line-height: 40px;
    text-transform: uppercase;
}
.people__item {
     align-items: center;
    flex: 0 0 48%;
    display: flex;
}
.prig__tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prig__location {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.prig__location-right {
    margin-left: 15px;
}
.prig__location-name {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    color:#095381;
}
.prig__text-text + .prig__text-text{
    margin-top: 5px;
}
.prig__location-lastname {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color:#095381;
}
.spika__tab-item a {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #83827E;
}
.spika__tab-item a.active {
    color:#095381;
}
.spika__content {
    display: none;
}
.spika__content.active {
    display: block;
}
.rig__tab-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    
    position: relative;
    padding: 25px 40px;
    font-size: 30px;
    color: #83827E;
    text-transform: uppercase;
    font-weight: 700;
}
.prig__conteiner {
    display: none;
    background-color: #fff;
    padding: 40px 55px;
}
.prig__conteiner#tab2 .prig__block{
    justify-content: center;
}
.prig__conteiner#tab2 .prig__location {
    margin-left: 210px;
}
.prig__conteiner#tab2 .prig__block-day{
    flex: 0 0 65%;
    
}
.prig__conteiner#tab3 .prig__block{
    justify-content: center;
}
.prig__conteiner#tab3 .prig__location {
    margin-left: 210px;
}
.prig__conteiner#tab3 .prig__block-day{
    flex: 0 0 65%;
    
}
.prig__conteiner#tab4 .prig__block{
    justify-content: center;
}
.prig__conteiner#tab4 .prig__location {
    margin-left: 210px;
}
.prig__conteiner#tab4 .prig__block-day{
    flex: 0 0 65%;
    
}
.prig__title {
    position: relative;
    max-width: fit-content;
}
.prig__title::after {
    content: url('../img/prig__tit.svg');
    position: absolute;
    right: -40px;
    top: -10px;
}
.prig__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.prig__block-day {
    flex: 0 0 48%;
}
.prig__block-title {
    font-size: 20px;
    font-weight: 700;
    color:#095381;
    padding-bottom: 5px;
    border-bottom: 2px solid #E60086;
}
.prig__day-wrap {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #BCBCBC;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.prig__day-time  {
    flex:0 0 20%;
    font-size: 18px;
    color:#095381;
    font-weight: 600;
    font-style: italic;
}
.prig__day-time.time__purp {
    color:#E60086;
}
.prig__text-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}
.prig__day-wrap:last-child {
    border-bottom: 0px;
}
.tabprig1.active::after {
    content: url('../img/prig__bt.svg');
    position: absolute;
    bottom: 5px;
    
}
.tabprig12.active::after {
    content: url('../img/prig__bt2.svg');
    position: absolute;
    bottom: 5px;
    
}
.tabprig13.active::after {
    content: url('../img/prig__bt3.svg');
    position: absolute;
    bottom: 5px;
    
}
.tabprig14.active::after {
    content: url('../img/prig__bt4.svg');
    position: absolute;
    bottom: 5px;
    
}
.prig__text-text span {
    font-weight: 600;
}
.prig__day-text {
    flex: 0 0 75%;
}
.prig__conteiner.active {
    display: block;
}
.rig__tab-item a.active {
    color:#095381;
    background-color: #fff;
}
.prig {
    margin-top: 120px;
}
.speakers-block__text {
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    font-weight: 400;
}
.anim-out {
    animation-duration: 1s;
    animation-name: b;
    animation-timing-function: ease-in-out;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.anim-out:after {
    animation-duration: 2s;
    animation-name: c;
    animation-timing-function: ease-in-out;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.anim-out:before {
    animation-duration: 1.5s;
    animation-name: d;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.anim-in {
    animation-duration: 1s;
    animation-name: e;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.text-element_divider-mini {
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
}
@keyframes b {
    0% {
        opacity: 1;
        height: inherit;
    }
    99% {
        opacity: 0;
        height: 100%;
        min-height: 900px;
        padding: inherit;
    }
    to {
        height: 0%;
        min-height: 0;
        opacity: 0;
        padding: 0;
        display: none;
    }
}
@keyframes c {
    0% {
        background-position: -8px bottom;
        opacity: 1;
    }
    99% {
        background-position: 0 800px;
        opacity: 0;
        display: block;
    }
    to {
        display: none;
        opacity: 0;
    }
}
@keyframes d {
    0% {
        background-position: -8px top;
        opacity: 1;
    }
    99% {
        background-position: 0 -800px;
        opacity: 0;
        display: block;
    }
    to {
        display: none;
        opacity: 0;
    }
}
@keyframes e {
    0% {
        opacity: 0;
        display: block;
    }
    20% {
        display: block;
    }
    to {
        opacity: 1;
    }
}
.intro-block__cont {
    display: flex;
    justify-content: space-between;
    max-width:480px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
    .container,
    body,
    html {
        max-width: 100%;
    }
    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }
}
.data__list-tabs {
    display: none;
}
@media screen and (max-width: 1680px) and (min-width: 1580px) {
    .intro-block__left-dec {
        left: -180px;
    }
}
.regoff{
    font-size: 25px;
    text-align: center;
    color: #fff;
    display: block;
}
@media screen and (max-width: 1580px) and (min-width: 1024px) {
    .intro-block__right-container {
        max-width: 630px;
    }
    .intro-block__right-dec {
        width: 680px;
    }
    .intro-block__left-dec {
        background-size: 100%;
        width: 340px;
        left: -40px;
        background-repeat: no-repeat;
        display: none;
    }
    .intro-block__logo-big {
        max-width: 250px;
    }
    .inner__wrapper-reg:before {
        left: -200px;
    }
    .inner__wrapper-reg:after {
        right: -200px;
    }
    a.fancy {
        width: 200px !important;
    }
    .inner__wrapper-test-step {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .intro-block__right-container {
        max-width: 500px;
    }
}
@media screen and (max-width: 1024px) {
    .container,
    body,
    html {
        max-width: 100%;
    }
    body,
    html {
        width: 100%;
        overflow-x: hidden;
    }
    .prig__location {
        margin-left: 0px!important;
    }
    .prig__location-name {
        font-size: 15px;
    }
    .prig__location-lastname {
        font-size: 15px;
    }
    .prig__location-left {
        max-width: 30px!important;
    }
    .form__page2::after {
        content: url('../form2-img/topmb.svg');
    }
    .form__page2::before {
        content: url('../form2-img/bottommb.svg');
        bottom:-50px;
    }
    .data__wrapper {
        display: block;
    }
    .data__list {
        display: none;
    }
    .rig__tab-item a {
        font-size: 25px;
        padding: 25px 40px;
        overflow: hidden;
    }
    .prig__tabs_wrap {
        overflow: scroll;
        
    }
    .prig__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .prig__conteiner {
        padding: 32px 34px;
    }
    .prig__tabs {
        width: 1200px;
    }
    .data__list--active {
        display: block;
    }
    .bloger__wrap {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 550px;
        max-width: 620px;
        position: unset;
    }
    .bloger__wrap {
        margin-bottom: 50px;
    }
    .bloger__wrap::after {
        right: -20%;
        bottom: -50px;
        top:auto;
    }
    .bloger {
        position: relative;
    }
    .data__wrapper {
        padding-left: 15px;
        padding-right: 14px;
    }
    .inner__wrapper-test:after {
        background-size: 100%;
        background-position: bottom;
    }
    .inner__wrapper-test {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
        min-height: 900px;
    }
    .inner__wrapper-test:before {
        background-position: 0 0;
        background-size: 100%;
    }
    .inner__wrapper-test-step {
        padding-left: 15px;
        padding-right: 15px;
    }
    .test-page-step__text {
        font-size: 20px;
        line-height: 25px;
    }
    .test-page-step__icon {
        min-width: 50px;
    }
    .test-page-step__item {
        padding: 15px !important;
    }
    .test-page-intro__title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 27px;
    }
    .test-page-intro__title span {
        text-shadow: 3px 2px 0 #e60086;
    }
    .block-title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 40px;
        letter-spacing: 1.5pt;
    }
    .block-title__upheader {
        font-size: 25px;
        right: -70px;
    }
    .block-title_extra-mini {
        font-size: 20px;
    }
    .block-title_t1:after {
        width: 99px;
        bottom: -4px;
    }
    .block-title_t2:after {
        width: 156px;
        height: 14px;
        bottom: -5px;
    }
    .block-title_t3:after {
        width: 173px;
        height: 10px;
        right: auto;
        left: 0;
        bottom: -5px;
    }
   
    .block-title_t4:after {
        width: 147px;
        height: 6px;
        bottom: -10px;
        right: -10px;
    }
    .block-title_t4:before {
        width: 28px;
        height: 26px;
        bottom: 15px;
        right: -35px;
    }
    .block-title_t5:after {
        width: 110px;
        height: 37px;
        left: 0;
        top: -40px;
    }
    .data__list-name {
        display: none;
    }
    .data__list-tabs{
        display: flex;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .data__list-tabs a {
        color: #095381;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .data__list-tabs a.active {
        color: #E60086;
        position: relative;
    }
    
    .data__list-tabs a.active::after {
        content: url('../form2-img/march.svg');
        bottom: -20px;
        left: -20px;
        position: absolute;
    }
    .text-element {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 37.5px;
    }
    .text-element_mini {
        font-size: 16px;
        line-height: 26px;
    }
    .intro-block {
        height: auto;
        min-height: 0;
        z-index: 200;
    }
    .intro-block__top-row {
        z-index: 200;
    }
    .intro-block .mobile-menu {
        display: block;
    }
    .intro-block .mobile-menu span {
        transition: 0.3s;
        transform: rotate(0deg);
    }
    .intro-block .mobile-menu.active span:first-child {
        transform: rotate(-45deg);
        transform-origin: 47px 16px;
    }
    .intro-block .mobile-menu.active span:nth-child(2) {
        opacity: 0;
        pointer-events: none;
    }
    .intro-block .mobile-menu.active span:nth-child(3) {
        transform: rotate(45deg);
        transform-origin: 34px -4px;
    }
    .intro-block__menu {
        z-index: 200;
    }
    .intro-block__menu .mobile-menu {
        max-height: 52px;
        position: relative;
        top: 2px;
        cursor: pointer;
        text-align: center;
    }
    .intro-block__menu .mobile-menu span {
        display: block;
        width: 50px;
        height: 5px;
        background: #ffff;
        margin-bottom: 9px;
        border-radius: 1px;
    }
    .intro-block__menu ul {
        padding-top: 40px;
        opacity: 0;
        pointer-events: none;
        left: -1000px;
        transition: 0.3s;
        position: absolute;
        top: 100%;
        background: #3BAABA;
        height: 450px;
        z-index: 200;
        height: 100vh;
        text-align: center;
        
        flex-direction: column;
    }
    .intro-block__menu ul .button {
        display: block;
        margin: 60px auto 0;
    }
    .intro-block__menu ul li {
        margin-right: 0;
        display: block;
        width: 110%;
    }
    .intro-block__menu ul.active {
        pointer-events: auto;
        left: -15px;
        opacity: 1;
        width: 105%;
    }
    .intro-block__logo {
        max-width: 160px;
    }
    .intro-block__left-dec,
    .intro-block__right-dec {
        display: none;
    }
    .intro-block__menu ul .button {
        margin-top: 10px;
    }
    .intro-block__right-container {
        position: absolute;
        max-width: 400px;
        bottom: -200px;
        top: auto;
        right: -60px;
        padding-bottom: 75px;
    }
    .intro-block__buttons-box {
        max-width: 350px;
    }
    .intro-block__buttons-box-text {
        padding-left: 0px!important;
        max-width: 270px;
        text-align: center;
    }
    .intro-block__text {
        max-width: 100%;
    }
    .intro-block__left-container {
        padding: 75px 0;
    }
    .intro-block__wrapper {
        padding: 0 15px;
    }
    .intro-block__logo-big {
        max-width: 440px;
    }
    .intro-block__date {
        font-size: 22px;
        right: -82px;
    top: -44px;
    }
    .intro-block__subheader {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 37.5px;
    }
    .intro-block .intro-block__text,
    .intro-block .intro-block__text2 {
        font-size: 16px;
    }
    .button {
        font-size: 18px;
    }
    .button_t1 {
        width: 290px;
    }
    .button_t2 {
        width: 240px;
        align-self: flex-start;
    }
    .button_t3 {
        max-width: 320px;
    }
    .button_t4 {
        max-width: 290px;
    }
    .button_file {
        background: url(../img/button_t1.svg) no-repeat 50%;
        background-size: 100%;
    }
    .button_file:before {
        height: 20px;
        width: 20px;
        background-size: cover;
        left: 55px;
        top: 40px;
    }
    .intro-block__buttons-box .button_t2 {
        align-self: flex-start;
    }
    .intro-block__buttons-box-text {
        text-align: left;
        align-self: flex-start;
        line-height: 19px;
        padding-left: 20px;
    }
    .intro-block__wrapper:before {
        display: none;
    }
    .intro-block__wrapper:after {
        display: block;
    }
    .block2 .container {
        padding: 75px 0 0;
    }
    .block2__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block2__letter {
        font-size: 60px;
        margin-right: 18.75px;
    }
    .block2__row-content {
        width: calc(100% - 100px);
    }
    .block2__row-header {
        font-size: 25px;
        line-height: 35px;
    }
    .block2__row {
        margin-bottom: 0;
    }
    .block3__wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
    .block3 .container {
        padding: 0 0 300px;
    }
    .block4__wrapper {
        padding-right: 15px;
        padding-left: 15px;
        background: none;
    }
    .block4 .container {
        padding: 75px 0;
    }
    .block4__img {
        text-align: center;
        width: 100%;
    }
    .block4__img img {
        max-width: 240px;
    }
    .block4 .quotes {
        margin-right: 0;
    }
    .block5__wrapper {
        padding-right: 15px;
        padding-left: 15px;
        background: none;
    }
    .block5 .container {
        padding: 0 0 75px;
    }
    .block5 .socials ul {
        justify-content: flex-start;
    }
    .block5__star-name {
        font-size: 40px;
        line-height: 45px;
        right: 40px;
        bottom: 30px;
    }
    .block6__wrapper {
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        padding-bottom: 0;
    }
    .block6 .container {
        padding: 0;
    }
    .block6__gifts-list {
        margin-top: 0;
        margin-bottom: 75px;
    }
    .spika__wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .block6__gifts-list-item {
        padding-bottom: 150px;
    }
    .block6__gifts-list-item_1 .text-element {
        bottom: 70px;
        left: 70px;
    }
    .block6__gifts-list-item_1 .text-element br {
        display: none;
    }
    .block6__gifts-list-item_1:before {
        bottom: 140px;
    }
    .block6__gifts-list-item_2 {
        padding-bottom: 37.5px;
    }
    .block6__gifts-list-item_2 .text-element {
        top: -55px;
        left: 80px;
    }
    .block6__gifts-list-item_2 .text-element br {
        display: none;
    }
    .block6__gifts-list-item_3 .text-element {
        bottom: 20px;
        left: 120px;
    }
    .block6__gifts-list-item_3:before {
        right: 20px;
        bottom: 90px;
    }
    .block6__gifts-list-item_4 {
        padding-bottom: 0;
    }
    .block6__gifts-list-item_4 .text-element {
        top: -35px;
        left: 0;
    }
    .block6__gifts-list-item_4 .text-element br {
        display: none;
    }
    .block6__gifts-list-item_4:before {
        top: -10px;
    }
    .block7__wrapper {
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        padding-bottom: 0;
    }
    .block7 .container {
        padding: 0;
    }
    .block7__video-box {
        margin-bottom: 75px;
    }
    .block8 .block-title {
        font-size: 25px;
    }
    .block8 .block-title:after {
        display: none;
    }
    .block8 .block-title:before {
        width: 121px;
        height: 84px;
        bottom: -50px;
        right: 60px;
        transform: rotate(-6deg);
    }
    .block8__wrapper {
        padding-right: 15px;
        padding-left: 15px;
        background: none;
        padding-bottom: 0;
    }
    .block8 .container {
        padding: 0;
    }
    .block8 .socials {
        padding-left: 20px;
    }
    .block8 .socials ul {
        justify-content: flex-start;
    }
    .text-arrow:after {
        width: 101px;
        height: 64px;
        background-size: cover;
        bottom: -80px;
        right: 50px;
    }
    footer {
        padding: 30px 0;
        font-size: 18px;
    }
    .quotes {
        background: url(../img/quotes_bg-m.svg) no-repeat;
        margin-right: 0;
        background-size: contain;
        padding: 50px 20px;
        margin-bottom: 37.5px;
    }
    .quotes p {
        margin-bottom: 0;
    }
    
    .quotes_arrow:after {
        display: none;
    }
    .socials {
        text-align: center;
        width: 100%;
    }
    .socials ul {
        justify-content: center;
    }
    .socials img {
        max-width: 65px;
    }
    .articles-block__introtext {
        font-size: 20px;
        line-height: 30px;
    }
    .articles-block__link {
        font-size: 20px;
    }
    .inner__wrapper-reg {
        padding-top: 150px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner__wrapper-reg:before {
        left: -80px;
        width: 449px;
        height: 120px;
        background-size: contain;
    }
    .inner__wrapper-reg:after {
        background-size: contain;
        width: 360px;
        height: 115px;
    }
    .form-control .radio {
        margin-bottom: 20px;
    }
    .form-message {
        max-width: 100%;
    }
    .form-message__title {
        font-size: 32px;
        line-height: 38px;
    }
    .bottom-line:after {
        display: none;
    }
    .speakers-block__item {
        max-width: 745px;
        margin: 0 auto 128px;
        padding: 90px 50px;
    }
    .footer__wrapper {
        padding: 0 10px;
    }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
    .t-col_1 {
        width: 8.33333333%;
    }
    .t-col_2 {
        width: 16.66666667%;
    }
    .t-col_3 {
        width: 25%;
    }
    .t-col_4 {
        width: 33.33333333%;
    }
    .t-col_5 {
        width: 41.666667%;
    }
    .t-col_6 {
        width: 50%;
    }
    .t-col_7 {
        width: 58.33333333%;
    }
    .t-col_8 {
        width: 66.66666667%;
    }
    .t-col_9 {
        width: 75%;
    }
    .t-col_10 {
        width: 83.33333333%;
    }
    .t-col_12 {
        width: 100%;
    }
    .t-col_15 {
        width: 20%;
    }
    .t_none {
        display: none;
    }
}
.blogger__hidden {
    display: none;
}
@media screen and (max-width: 765px) {
    .m-col_1 {
        width: 8.33333333%;
    }
    .intro-block__cont {
        display: block;
    }
    .blogger__btn .button_t4 {
        margin-left: 0!important;
    }
    .blogger__title {
        font-size: 25px;
    }
    .bloger__wrap {
        margin-top: 75px!important;
    }
    .blogger__title span::after {
        content: url("../img/blogger__btmmb.svg");
    
    }
    .blogger__hidden img {
        width: 100%;
    }
    .blogger__text {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .blogger__title {
        margin-bottom: 25px;
    }
    .blogger__name {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .blogger__work {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .bloger__wrap::after {
        display: none;
        content: '';
    }
    .blogger__hidden {
        display: block;
    }
    .prig__block {
        display: block;
    }
    .rig__tab-item a {
        font-size: 25px;
        padding: 5px 10px;
    }
    .prig__tabs {
        width: 900px;
    }
    .intro-block__text2 {
        margin-bottom: 0px;
    }
    .form__page::after {
        content: url('../form-img/top__mb.svg');
    }
    .logo__form {
        padding-top: 24px;
        max-width: 123px;
        margin: auto;
    }
    .forum__title {
        font-size: 20px;
    }
    .form__line {
        display: block;
    }
    .form__item label {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form__item input {
        font-size: 16px;
        
    }
    .tabprig1.active::after {
        width: 140px;
        bottom: -3px;
        overflow: hidden;
    }
     .tabprig12.active::after {
        width: 180px;
        bottom: -3px;
        overflow: hidden;
    }
     .tabprig13.active::after {
        width: 100px;
        bottom: -3px;
        overflow: hidden;
    }
     .tabprig14.active::after {
        width: 380px;
        bottom: -3px;
        overflow: hidden;
    }
    .prig__conteiner {
        padding: 20px 10px;
    }
    .prig__block-title {
        font-size: 15px;
    }
    .prig__day-wrap {
        display: block;
    }
    .prig__text-text {
        font-size: 15px;
    }
    .prig__day-time {
        margin-bottom: 5px;
    }
    .prig__block-title:last-child {
        margin-top: 15px;
    }
     .popup::before {
        content: url(../form-img/popupbottom__mb.svg);
    }
    .popup::after {
        content: url(../form-img/popuptop__mb.svg);
    }
    .form__item {
        margin-bottom: 20px;
    }
    .rig__tab-item a {
        padding-bottom: 10px;
    }
    .custom-select-trigger {
        font-size: 16px;
        padding-left: 15px;
    }
    .custom-option {
        font-size: 16px;
    }
    .new__text {
        font-size: 14px;
    }
    .form__page::before {
        content: url('../form-img/bottom__mb.svg');
    }
    .dropdown {
        margin-bottom: 30px;
    }
    .form__rules {
        margin-bottom: 25px;
    }
    .form__ready-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form__ready-text {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .smile__text {
        font-size: 16px;
    }
    .smile__img {
        min-width: 20px;
        max-width: 20px;
    }
    .form-group label {
        font-size: 16px;
    }
    .form-group label {
        display: block;
    }
    .form-group input:checked + label:after {
        top: 3px;
    }
    .form__container {
        padding-bottom: 65px;
    }
    .form__page::before {
        height:100px;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .smile__wrapper {
        align-items: flex-start;
    }
    .select__title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .label {
        font-size: 16px;
    }
    .choose__fail {
        padding-bottom: 30px;
    }
    .form__container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .intro-block__right-container {
        position: unset;
        max-width: 400px;
    }
    .intro-block__buttons-box {
        justify-content: center;
        align-items: center;
        flex-direction: initial;
    }
   .intro-block__text2:last-child {
        text-align: right;
    }
    .intro-block__buttons-box-text {
        text-align: center;
    }
    .intro-block__logo-big {
        max-width: 304px;
    }
    .intro-block__date {
        right: 0;
        top: -50px;
    }
    .intro-block__subheader {
        margin-bottom: 15px;
    }
    .intro-block__wrapper:after {
        height: 50px;
    }
    .intro-block__right-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -400px;
        margin: auto;
    }
    .intro-block {
        padding-bottom: 250px;
    }
    .intro-block__wrapper:after {
        bottom: -270px;
    }
    .block2__wrapper .container {
        background: none;
       
    }
    .block2__wrapper .container::after {
        content: url('../img/bg2__mb.png');
        position: absolute;
        right: 0;
        top: -130px;
    }
    .block2__wrapper .block2__row {
        margin-bottom: 15px;
        align-items: center;
    }
    .block2__wrapper .text-element {
        margin-bottom: 0px;

    }
    .block2__wrapper .text-element_divider {
        margin-bottom: 15px;
    }
    .block-title {
        font-size: 35px;
    }
    .block3__title {
        font-size: 20px;
    }
    
    .block2__row-header a {
        padding-right: 0px;
    }
    .block2 .container {
        margin-top: 200px;
        padding-top: 0px;
    }
    .m-col_2 {
        width: 16.66666667%;
    }
    .m-col_3 {
        width: 25%;
    }
    .m-col_4 {
        width: 33.33333333%;
    }
    .m-col_5 {
        width: 41.666667%;
    }
    .m-col_6 {
        width: 50%;
    }
    .m-col_7 {
        width: 58.33333333%;
    }
    .m-col_8 {
        width: 66.66666667%;
    }
    .m-col_9 {
        width: 75%;
    }
    .m-col_10 {
        width: 83.33333333%;
    }
    .m-col_12 {
        width: 100%;
    }
    .m-col_15 {
        width: 20%;
    }
    .m_none {
        display: none;
    }
    h1 {
        font-size: 2rem;
    }
    .inner__wrapper-test {
        min-height: 700px;
        padding-top: 50px;
    }
    .inner__wrapper-test:before {
        display: none;
    }
    .inner__wrapper-reuslt1 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 270px;
    }
    .inner__wrapper-reuslt1:after {
        background-size: 100%;
    }
    .inner__wrapper-reuslt1:before {
        background-size: 100%;
        background: url(../img/result_engineering_bg-1-1-1.svg) no-repeat bottom;
        background-size: cover;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 220px;
    }
    .inner__wrapper-reuslt2 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 270px;
    }
    .inner__wrapper-reuslt2:after {
        background-size: 100%;
    }
    .inner__wrapper-reuslt2:before {
        background-size: 100%;
        background: url(../img/result_volunteering_bg-1-1-1.svg) no-repeat bottom;
        background-size: cover;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 220px;
    }
    .inner__wrapper-reuslt3 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 270px;
    }
    .inner__wrapper-reuslt3:after {
        background-size: 100%;
    }
    .inner__wrapper-reuslt3:before {
        background-size: 100%;
        background: url(../img/result_startup_bg-1-1-1.svg) no-repeat bottom;
        background-size: cover;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 220px;
    }
    .inner__wrapper-reuslt4 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 270px;
    }
    .inner__wrapper-reuslt4:after {
        background-size: 100%;
    }
    .inner__wrapper-reuslt4:before {
        background-size: 100%;
        background: url(../img/result_technologies_bg-1-1-1.svg) no-repeat bottom;
        background-size: cover;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 220px;
    }
    .test-result-page__title {
        font-size: 30px;
        line-height: 40px;
    }
    .test-result-page__subtitle {
        font-size: 20px;
        margin-bottom: 0 !important;
        line-height: 30px;
    }
    .button_t6,
    .button_t7,
    .button_t8,
    .button_t9 {
        width: 307px;
        font-size: 18px;
    }
    .block-title_mini,
    .person-block__title {
        font-size: 20px !important;
    }
    .person-block__item {
        margin-bottom: 75px;
    }
    .footer__wrapper{
        display: block;
        max-width: 100%;
        width: auto!important;
    }
    .footer__wrapper .copy {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .program__tabs-item span {display: inline-block;}
    .tabs {
        padding-left: 20px; padding-right: 20px;
    }
   
    .footer__wrapper .copy__name {
        font-size: 16px;
    }
    .block-title_t2 {
        margin-top: 0px!important;
    }
    .link-block__title {
        left: 0;
    }
    .go__request {
        background-image: url('../img/request-bgsvg.svg');
    }
    .link-block__title:after {
        right: 140px;
        transform: rotate(20deg);
        bottom: -100px;
    }
    .link-block a {
        top: 10px;
        right: -60px;
    }
    .result-intro {
        position: relative;
        margin-bottom: 75px;
    }
    .result-intro_1:after {
        right: 40px;
        top: -290px;
        width: 290px;
        background: url(../img/result_engineering_bg-1-1.svg) no-repeat 50%;
        background-size: 100%;
    }
    .result-intro_1:after,
    .result-intro_2:after {
        content: "";
        display: block;
        position: absolute;
        height: 258px;
    }
    .result-intro_2:after {
        right: 70px;
        top: -260px;
        width: 220px;
        background: url(../img/result_volunteering_bg-1-1.svg) no-repeat 50%;
        background-size: 100%;
    }
    .result-intro_3:after {
        right: 90px;
        top: -280px;
        width: 210px;
        background: url(../img/result_startup_bg-1-1.svg) no-repeat 50%;
        background-size: 100%;
    }
    .result-intro_3:after,
    .result-intro_4:after {
        content: "";
        display: block;
        position: absolute;
        height: 258px;
    }
    .result-intro_4:after {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -250px;
        width: 180px;
        background: url('../img/result_technologies_bg-1-1.svg') no-repeat 50%;
        background-size: 100%;
    }
    .speakers-block__item {
        position: relative;
        padding: 170px 30px 50px;
        color: #fff;
        max-width: 350px;
        margin: 0 auto 128px;
    }
    .speakers-block__item_1 {
        background: url('../img/speackers-block__item_1-bg-m.svg') no-repeat 50%;
        background-size: contain;
    }
    .speakers-block__item_2 {
        background: url('../img/speackers-block__item_2-bg-m.svg') no-repeat 50%;
        background-size: contain;
    }
    .speakers-block__item_3 {
        background: url('../img/speackers-block__item_3-bg-m.svg') no-repeat 50%;
        background-size: contain;
    }
    .speakers-block__item_4 {
        background: url('../img/speackers-block__item_4-bg-m.svg') no-repeat 50%;
        background-size: contain;
    }
    .speakers-block__img {
        margin: auto;
        right: 0;
        left: 0;
        text-align: center;
        top: 0px;
    }
    .speakers-block {
        margin-top: 0px;
    }
    .block4__content .text-element {
        margin-bottom: 0px;
    }
    .block4__wrapper .row_sb  {
        margin-bottom: 20px;
    }
    .speakers-block__item {
        margin-bottom: 30px;
    }
    .speakers-block__subheader {
        margin-bottom: 0px!important;
    }
    .speakers-block__header {
        margin-top: 11px;
        margin-bottom: 0px!important;
    }
    .speakers-block__text {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }
    .block-title_t5 span {
        display: block;
    }
    .block-title_t5:after {
        width: 100%;
        height: 60px;
        top: -60px;
    }
    .block6__wrapper .row {
        display: block;
    }
    .speakers-block__img img {
        max-width: 150px;
       
    }
    .row_simple_divider .col_7:first-child {
        width: 100%;
    }
    .row_simple_divider .col_4:last-child {
        width: 100%;
        text-align: center;
    }
    .button_t4 {
        margin: auto;
    }
    .block6__gifts-list {
        display: block;
    }
    .gifts__item {
        text-align: center;
    }
    .gifts__text {
        max-width: 100%;
        margin-right: 0px;
        font-size: 20px;
    }
    .gifts__item {
        margin-bottom: 30px;
    }
    .go__title {
        font-size: 35px;
    }
    .go__wrapper  {
        display: block;
    }
    .go__wrapperr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .go__left span {
        font-size: 18px;
    }
    .go__left span {
        margin-bottom: 15px;
    }
    .go__item_img{
        max-width: 45px;
        margin-right: 0px;
        min-width: auto;
    }
    
    .go__right-title {
        font-size: 20px;
        margin-top: 30px;
    }
    .go__item_text {
        font-size: 20px;
        line-height: 30px;
        margin-left: 15px;
    }
    .go__right .button_t4 {
        color: #fff;
    }
    .go__request {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .block-title_pink {
        font-size: 20px;
    }
    .block7__video-box iframe {
        max-width: 100%;
        height: auto;
    }
    .block7__video-box {
        margin-bottom: 0px;
    }
    .speakers-block__subheader {
        font-size: 16px;
        line-height: 20px;
        font-style: italic;
        margin-bottom: 35px;
        font-weight: 300;
    }
    .media__text .block-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .articles-block__date {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .articles-block__introtext {
        font-size: 20px;
        margin-top: 0px;
    }
    .articles-block__item {
        margin-bottom: 15px;
    }
    .block7 .container {
        padding-bottom: 70px!important;
    }
    .socials img {
        max-width: 100%;
    }
    .socials {
        margin-left: 0px!important;
        padding-left: 0px!important;
    }
    .socials .row {
        padding-left: 0px!important;
    }
    .socials ul li:last-child {
        margin-left: auto;
        text-align: right;
    }
    .socials ul li:first-child {
        margin-right: auto;
        margin-left: 0px;
        text-align: left;
    }
    .socials ul li a img {
        max-width: 80%;
    }
    .speakers-block__header {
        font-weight: 600;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 28px;
    }
    .speakers-block__text {
        font-size: 16px;
        line-height: 20px;
        font-style: italic;
        font-weight: 400;
    }
    .speakers-block__text br {
        display: none;
    }
    .svet__relative::after {
        content: '';
        top: 35px;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    .block3 .container {
        padding-bottom: 50px;
    }
    .block__can-line {
        display: block;
    }
    .block-can__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-title {
        line-height: initial;
    }
    .block__can-text {
        font-size: 20px;
    }
    .block__can-img img {
        max-width: 80px;
    }
    .block_can__bg {
        display: none;
    }
    .block__warning {
        padding: 30px;
    }
    .block__warning {
        background-image: url('../img/warning__bg-mb.svg');
        background-size: 100%;
    }
    .warning__title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    .ease__block  {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
  
    .block__can-item {
        margin-top: 20px;
    }
    .warning__text {
        font-size: 20px;
    }
    .program__block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .program__tabs-item {
        display: none;
    }
    .program__tabs-item.active {
        display: block;
    }
    .program__tabs {
        justify-content: center;
     
    }
  
    .program__tabs-item1.active::after {
        max-width: fit-content;
        left: 0;
        right: 0;
        margin: auto;
       
    }
    .program__tabs-item {
        flex: 0 0 100%;
    }
    .program__tabs-item a {
        font-size: 20px;
    }
    .program__block {
        margin-top: 70px;
    }
    .tab__content-line {
        display: block;
    }
    .tab__content__time {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .tab__content__text {
        font-size: 15px;
        color: #000;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .tab__content-line {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .tab__wrapper {
        max-width: 100%!important;
    }
    .tab__content__sub {
        font-size: 15px;
    }
    .popup {
        max-width: 95%;
        padding: 30px 15px;
    }
    .popup-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .popup__text {
        font-size: 15px;
        line-height: 25px;
        max-width: 90%;
        margin-bottom: 20px;
    }
.bloger__wrap {
    padding-bottom: 0px;
}
    .forum__subtitle {
        font-size: 15px;
    }
    .forum__title2 {
        margin-bottom: 10px;
    }
    .spika {
        margin-top: 75px;
    }
    .spika__over {
        overflow: scroll;
    }
    .spika__tabs {
        width: 750px;
        padding-bottom: 20px;
    }
    .tabs.tab1bg.active::after {
           width: 110px;
    overflow: hidden;
    }
    .people__item {
        display: block;
        width: 100%;
    
    }
    .spika__people__wrap {
        display: block;
    }
    .people__text {
        margin-left: 0px;
    }
    .people__img {
        text-align: center;
    }
    .people__text {
        text-align: center;
    }
    .people__text-name {
        font-size: 20px;
    }
    .people__text-name span {
        display: inline;
    }
    .people__text-work {
        font-size: 20px;
    }
    .people__item {
        margin-bottom: 20px;
    }
    .blogger__btn .button_t4 {
        max-width: 100%;
        width: 100%;
    }
    .spika__wrap .row {
        margin-bottom: 20px!important;
    }
    .tabs.tab2bg.active::after {
        width: 139px;
    overflow: hidden;
    }
    .tabs.tab3bg.active::after {
            width: 82px;
    overflow: hidden;
    }
    .tabs.tab4bg.active::after {
            width: 313px;
    overflow: hidden;
    }
    .spika__tab-item a {
        font-size: 20px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .block4__content .text-element {
        font-size: 20px;
        margin-top: 0px;
    }
    .forum__subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer__wrapper div[class*="col_"] {
        width: 100%;
    }
}
@media screen and (max-width: 450px){
    .program__tabs-item1.active::after {
        max-width: fit-content;
        left: 0;
        right: 0;
        margin: auto;
        content: url('../img/march1-active__mb.svg');
    }
    .blogger__btn .button_t4 {
        max-width: 100%;
        width: 100%;
    }
    .data__list-name {
        font-size: 25px;
    }
    .data__item {
        margin-top: 10px;
        padding: 10px 15px;
    }
    .data__item-time {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .data__location {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .data__size {
        font-size: 15px;
    }
    .data__location-text {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .form__passport {
        font-size: 16px;
    }
    .form__page2::before {
        bottom: -220px;
    }
    .program__tabs-item2.active::after {
        max-width: fit-content;
        left: 0;
        right: 0;
        margin: auto;
        content: url('../img/march1-active__mb.svg');
    }
    .program__tabs-item3.active::after {
        max-width: fit-content;
        left: 0;
        right: 0;
        margin: auto;
        content: url('../img/march1-active__mb.svg');
    }
  
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #AAAAAA;
    border-radius: 100%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
}



