@font-face {
    font-family: 'Gotham Pro';
    src: local('fonts/GothamPro-LightItalic/Gotham Pro Light Italic'), local('fonts/GothamPro-LightItalic/Gotham-Pro-Light-Italic'),
        url('fonts/GothamPro-LightItalic/GothamPro-LightItalic.woff2') format('woff2'),
        url('fonts/GothamPro-LightItalic/GothamPro-LightItalic.woff') format('woff'),
        url('fonts/GothamPro-LightItalic/GothamPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Pro';
    src: local('fonts/GothamPro/Gotham Pro Regular'), local('fonts/GothamPro/Gotham-Pro-Regular'),
        url('fonts/GothamPro/GothamPro.woff2') format('woff2'),
        url('fonts/GothamPro/GothamPro.woff') format('woff'),
        url('fonts/GothamPro/GothamPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: local('fonts/GothamPro-RegularItalic/Gotham Pro Regular'), local('fonts/GothamPro-RegularItalic/Gotham-Pro-Regular'),
        /*url('fonts/GothamPro-RegularItalic/GothamPro.woff2') format('woff2'),*/
        url('fonts/GothamPro-RegularItalic/GothamPro.woff') format('woff'),
        url('fonts/GothamPro-RegularItalic/GothamPro.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Gotham Pro';
    src: local('fonts/GothamPro-MediumItalic/Gotham Pro Medium Italic'), local('fonts/GothamPro-MediumItalic/Gotham-Pro-Medium-Italic'),
        url('fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.woff2') format('woff2'),
        url('fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.woff') format('woff'),
        url('fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
  }
@font-face {
    font-family: 'Gotham Pro';
    src: local('fonts/GothamPro-Medium/Gotham Pro Medium'), local('fonts/GothamPro-Medium/Gotham-Pro-Medium'),
        url('fonts/GothamPro-Medium/GothamPro-Medium.woff2') format('woff2'),
        url('fonts/GothamPro-Medium/GothamPro-Medium.woff') format('woff'),
        url('fonts/GothamPro-Medium/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: local('fonts/GothamPro-Bold/Gotham Pro Bold'), local('fonts/GothamPro-Bold/Gotham-Pro-Bold'),
        url('fonts/GothamPro-Bold/GothamPro-Bold.woff2') format('woff2'),
        url('fonts/GothamPro-Bold/GothamPro-Bold.woff') format('woff'),
        url('fonts/GothamPro-Bold/GothamPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@keyframes hideTextLeft {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        transform: translate3d(calc(-100% - 551px), 0, 0);
        opacity: 1
    }
}

@keyframes hideTextToRight {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0);
        opacity: 1
    }
}

@keyframes revealTextFromRight {
    0% {
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes revealTextFromLeft {
    0% {
        transform: translate3d(calc(-100% - 551px), 0, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes revealText {
    0% {
        transform: translate3d(0, 125%, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0%, 0);
        opacity: 1
    }
}

@keyframes hideText {
    0% {
        transform: translate3d(0, 0%, 0);
        opacity: 1
    }
    to {
        transform: translate3d(0, 125%, 0);
        opacity: 1
    }
}

@keyframes bounce {
    0%,
    20%,
    60%,
    80%,
    to {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(5px)
    }
}

@keyframes floating {
    0%,
    to {
        transform: translate(0%, -50%)
    }
    25% {
        transform: translate(5px, calc(-50% + 15px))
    }
    50% {
        transform: translate(10px, calc(-50% + 5px))
    }
    75% {
        transform: translate(0%, calc(-50% + 15px))
    }
}

@keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    3% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    20% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    40% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    55% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes heartbeat {
    50% {
        transform: scale(1.1)
    }
}

@keyframes rainbow {
    0% {
        background: #1abc9c
    }
    10% {
        background: #2ecc71
    }
    20% {
        background: #3498db
    }
    30%,
    80% {
        background: #9b59b6
    }
    40% {
        background: #e74c3c
    }
    50% {
        background: #e67e22
    }
    60% {
        background: #f1c40f
    }
    70% {
        background: #2c3e50
    }
}

html {
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #FF0000;
}

body {
    background: #fff;
    font-size: 15px;
    font-family: 'Gotham Pro';
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #212121;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-size: 36px;
    font-weight: 700;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

p {
    font-weight: 400;
    margin: 0px;
    font-size: 14px;
}

ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li, ol li {
    list-style: none;
}

.heroSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url(../img/slider-min.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sectionTwo {
    /* margin-top: -120px; */
}
.questionSection {
    width: 100vw;
    display: flex;
    flex-direction: column;
    min-height: 95px;
    background: #04005b;
    /* padding-top: 100px; */
}
.container {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}
.heroSection .container {
    height: 300px;
    position: relative;
    flex-direction: column;
    max-width: 800px;
}
.heroSection .container .top_logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
}
.heroSection .container .top_logo:before {
    content: '2019';
    position: absolute;
    top: -50px;
    right: -100px;
    font-size: 40px;
    color: #FFFFFF;
    font-family: Gotham Pro;
    display: none;
}
.heroSection .container .top_logo svg {
    
}
.heroSection .container .top_logo img {
    width: 100%;
}
.heroSection .container .sub_title {
    margin-left: auto;
    color: #FFFFFF;
    font-family: Gotham Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-top: 30px;
}
.heroSection .container .sub_title h1 {
    font-size: 14px;
    font-weight: 400;
}
.block_grid {
    width: 100%;
    display: flex;
    /* margin-top: 50px; */
}
.block50 {
    width: 50%;
}
.block_grid .date {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.block_grid .date br {
    display: none;
}
.block_grid .date span {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    /* margin-bottom: 5px; */
    display: block;
    line-height: 1;
}
.block_grid .adress {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}
.white {
    background: #ffffff;
    box-shadow: 0 0 14px 2px rgba(255,255,255,0.76);
    transition: .3s;
}
.white:hover {
    box-shadow: 0 0 34px 9px rgba(255,255,255,0.76);
    transform: translateY(-3px);
}
.button {
    width: 235px;
    height: 50px;
}
.button a {
    width: 100%;
    height: 100%;
    display: flex;
    color: #3E39AD;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.block_grid .block50:nth-child(2) {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}
.blockQuote {
    width: 400px;
    position: absolute;
    bottom: -100px;
    color: #fff;
    right: -120px;
    background-size: contain;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
}
/* .blockQuote:before {
    content: '';
    width: 40px;
    height: 32px;
    background: url(../img/quote_bg.svg) no-repeat;
    top: -13px;
    left: -50px;
    position: absolute;
    background-size: contain;
    font-style: italic;
} */
.blockQuote span {
    display: block;
    padding-left: 105px;
    font-style: normal;
}

/*
** Header
*/
header {
    position: fixed;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .3s;
}
.inside_header {
    max-width: 1024px;
    display: flex;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}
.logo {
    max-width: 200px;
}
.logo img,
.logo svg {
    max-width: 100%;
}
.sub_logo {
    color: #ffffff;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
}
.sub_logo a {
    color: #ffffff;
}
.main_menu {
    padding-left: 30px;
    width: 535px;
    display: block;
}

.main_menu ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
.lang_menu {
    width: 100px;
}
.lang_menu ul {
    display: flex;
}
.button_register {
    width: 150px;
    background: #E20613;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: .3s;
}
.button_register:hover {
    box-shadow: 0 0 14px 2px #E20613;
    transform: translateY(-3px);
}
.button_register a {
    color: #ffffff;
    text-decoration: none;
}
.main_menu ul li a,
.lang_menu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: .3s;
    height: 100%;
    display: inline-block;
}
.main_menu ul li,
.lang_menu ul li {
    margin-right: 10px;
    display: block;
    position: relative;
    margin-left: 10px;
}
.main_menu ul li:after,
.lang_menu ul li:after {
    content: '|';
    left: 10px;
    position: relative;
    color: #ffffff;
}

.main_menu ul li:nth-child(1),
.lang_menu ul li:nth-child(1) {
    margin-left: 0;
}
.main_menu ul li:last-child:after,
.lang_menu ul li:last-child:after {
    display: none;
} 
.main_menu ul li a.active,
.lang_menu ul li a.active {
    color: #E20613;
}
.main_menu ul li a:hover,
.lang_menu ul li a:hover {
    color: #E20613;
}
.box-wrap {
    width: 4300px;
}
.active .nav-link {
    color: #E20613;
}
.navbar a {
    cursor: pointer;
}
.questionSection {

}
.questionSection .title {
    width: 100%;
    max-width: 1024px;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
}
.questionSection_part_two {
    width: 100%;
    min-height: 300px;
    background: #04005b;
    /*background: url(../img/line_1.png) #04005b;*/
    background-size: cover;
    /*padding-top: 100px;*/
    padding-bottom: 100px;
}
.questionSection_part_two canvas {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.questionSection_part_two .item_block {
    width: 300px;
    height: 145px;
    margin-right: 30px;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    transition: .3s;
}
.questionSection_part_two .item_block:hover {
    background: #E20613;
    cursor: pointer;
}
.questionSection_part_two .dark_blue {
    background: #04005b;
}
.questionSection_part_two .light_blue {
    background: #2a259d;
}
.questionSection_part_two .row {
    max-width: 1024px;
    margin: 0 auto;
    justify-content: center;
}
.questionSection_part_two .full_row:first-child {
    /* margin-top: 50px; */
}
.questionSection_part_two .full_row .item_block:nth-child(2) {
    margin-top: 150px;
}
.questionSection_part_two .full_row {
    position: relative;
    /* height: 300px; */
    padding-top: 105px;
    box-sizing: border-box;
}
.questionSection_part_two .full_row:nth-child(2) {
    padding-top: 50px;
    /* margin-top: 100px; */
}
.questionSection_part_two .full_row:nth-child(2) .before_for_section {
    font-size: 60px;
    line-height: 60px;
}
.questionSection_part_two .full_row:nth-child(2) .item_block:nth-child(1),
.questionSection_part_two .full_row:nth-child(2) .item_block:nth-child(3) {
    /* margin-top: 100px; */
}
.questionSection_part_two .full_row:nth-child(2) .item_block:nth-child(2) {
    margin-top: 150px;
}


.questionSection_part_two .full_row:nth-child(3) {
    padding-top: 40px;
    /* margin-top: 100px; */
}
.questionSection_part_two .full_row:nth-child(3) .before_for_section {
    right: 0;
}
.questionSection_part_two .full_row:nth-child(3) .row {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.questionSection_part_two .full_row:nth-child(3) .item_block:nth-child(3) {
    /* margin-top: 100px; */
}


.questionSection_part_two .full_row:nth-child(4) {
    padding-top: 40px;
    margin-top: 100px;
}
.questionSection_part_two .full_row:nth-child(4) .row {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.questionSection_part_two .full_row:nth-child(4) .item_block:nth-child(3) {
    margin-top: 100px;
}





#scroll {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
#scroll .top_row,
#scroll .bottom_row {
    width: auto;
    display: flex;
    margin-bottom: 100px;
}
#scroll .bottom_row .item_block:nth-child(1) {
    margin-left: 150px;
}

#scroll .bottom_row .item_block {
    float: left;
}
#scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#scroll::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.anim-wrapper {
    overflow: hidden;
    position: relative;
}
.anim-wrapper span {
    display: block;
}
.active .anim-wrapper span {
    animation-timing-function: cubic-bezier(.52,.01,.16,1);
    animation-name: revealText;
    animation-duration: 1550ms;
    animation-fill-mode: forwards;
    animation-delay: 500ms;
    opacity: 0;
}

.item_block {
    display: flex;
    align-items: center;
}
.item_block .text_inside {
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
}
.item_block .text_inside:before {
    content: '?';
    position: absolute;
    top: 16px;
    left: 10px;
    font-family: 'Gotham Pro';
    color: #3E39AD;
    font-weight: 700;
    font-size: 60px;
}
.questionSection_part_two .item_block {
    position: relative;
}

.questionSection_part_two .dark_blue:before {
    content: '';
    position: absolute;
    top: -30px;
    /* transform: rotate(180deg); */
    left: 150px;
    border: 15px solid transparent;
    border-right: 15px solid #04005b;
    border-bottom: 15px solid #04005b;
    transition: .3s;
}
.questionSection_part_two .dark_blue:hover:before,
.questionSection_part_two .light_blue:hover:before  {
    border-right: 15px solid #E20613;
    border-bottom: 15px solid #E20613;
}
.questionSection_part_two .light_blue:before {
    content: '';
    position: absolute;
    top: -30px;
    /* transform: rotate(180deg); */
    left: 150px;
    border: 15px solid transparent;
    border-right: 15px solid #2A259D;
    border-bottom: 15px solid #2A259D;
    transition: .3s;
}

.questionSection_part_two {
    position: relative;
}
.questionSection_part_two .before_for_section {
    position: absolute;
    top: 0;
    left: 0;
    color: #26236C;
    font-family: Gotham Pro;
    font-size: 60px;
    line-height: 150px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 90px;
    text-align: center;
    width: 100%;
}

.whom {
    width: 100%;
    display: block;
    background: #EDF2F7;
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.whom:before {
    content: 'about';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 26vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 26vw;
}
.whom:after {
    content: 'forum';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 26vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 26vw;
}
.whom .container {
    flex-direction: column;
    background: url(../img/human_1.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    min-height: 450px;
    position: relative;
    z-index: 1;
}
/*.whom .for_mob {
    position: absolute;
    right: 0;
    display: unset;
}*/
.whom .img {
    width: 300px;
    height: auto;
}
.whom .top_title {
    font-size: 32px;
    text-align: left;
    font-weight: 400;
    color: #04005B;
    line-height: 38px;
    margin-top: 50px;
}
.whom .top_text {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    color: #04005B;
    line-height: 25px;
    margin-top: 50px;
}
.youSee {
    width: 100%;
    background: url(../img/eye.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
}
.youSee .container {
    flex-direction: column;
    max-width: 800px;
}
.youSee .title {
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 118px;
}
.youSee .row_1 .block_inside {
    background-color: #2A259D;
    width: 460px;
    height: 310px;
    padding: 70px 30px 45px 52px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}
.youSee .row_1 .text {
    position: relative;
    z-index: 1;
}
.youSee .row_1 .text:before {
    content: '01';
    color: #3E39AD;
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 100px;
    font-family: Gotham Pro;
    font-weight: 700;
    z-index: -1;
}
.youSee .row_1 .block_inside .img {
    position: absolute;
    right: 30px;
    top: -80px;
}

/* row_2 */
.youSee .row_2 {

}
.youSee .row_2 .block_inside {
    background-color: #E20613;
    width: 380px;
    height: 244px;
    padding: 85px 30px 45px 52px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    margin-left: auto;
}
.youSee .row_2 .text {
    position: relative;
    z-index: 1;
}
.youSee .row_2 .text:before {
    content: '02';
    color: #EA3B45;
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 100px;
    font-family: Gotham Pro;
    font-weight: 700;
    z-index: -1;
}
.youSee .row_2 .block_inside .img {
    position: absolute;
    right: 30px;
    top: -60px;
}


/* row_3 */
.youSee .row_3 {

}
.youSee .row_3 .block_inside {
    background-color: #4F4BAC;
    width: 380px;
    height: 175px;
    padding: 70px 30px 45px 52px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}
.youSee .row_3 .text {
    position: relative;
    z-index: 1;
}
.youSee .row_3 .text:before {
    content: '03';
    color: #2A259D;
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 100px;
    font-family: Gotham Pro;
    font-weight: 700;
    z-index: -1;
}
.youSee .row_3 .block_inside .img {
    position: absolute;
    right: 30px;
    top: -95px;
}

/* row_4 */
.youSee .row_4 {

}
.youSee .row_4 .block_inside {
    background: transparent;
    width: 550px;
    height: auto;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 30px;
    margin-top: 50px;
}
.youSee .row_4 .text {
    position: relative;
    z-index: 1;
}

.quiz_section {
    width: 100%;
    background: #ffffff;
    border: 20px solid transparent;
    box-sizing: border-box;
    position: relative;
}
.quiz_section .container {
    z-index: 1;
    position: relative;
}
.quiz_section .text_and_button {
  color: #04005B;
  font-family: Gotham Pro;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.quiz_section .img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.quiz_section .img img {
    width: 100%;
    height: auto;
}
.quiz_section .quiz_button {
    color: #ffffff;
    margin-left: 150px;
    border: 2px solid #ffffff;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    transition: .3s;
}
.quiz_section .quiz_button:hover {
    background: #ffffff;
    color: #04005B;
}

.programForum {
    width: 100%;
    min-height: 530px;
    background: #E20613;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.programForum .img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.programForum .img img {
    width: 100%;
    height: auto;
}
.programa_foruma_button {
    margin-bottom: 155px;
    position: relative;
    z-index: 1;
}
.programa_foruma_button a {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 350px;
    display: block;
    text-align: center;
    transition: .3s;
}
.programa_foruma_button a:hover {
    background: #ffffff;
    color: #E20613;
}
.programa_foruma_button a img {
    margin-right: 10px;
}

.spikers {
    background: #2A259D;
    position: relative;
}
.spikers .spikers_top_part {
    width: 100%;
    background: #EDF2F7;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spikers .spikers_top_part:before {
    content: 'speakers';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 17vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 26vw;
}
.spikers .spikers_top_part .text {
    color: #04005B;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    line-height: 32px;
    max-width: 720px;
    position: relative;
    margin-top: 115px;
    margin-left: 50px;
}
.spikers .spikers_top_part .text span {
    color: #E20613;
}

.main_spiker {
    display: flex;
    width: 100%;
    /* height: 700px; */
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    background: #2A259D;
    position: relative;
}
.main_spiker .photos {
    width: 50%;
    margin-bottom: -10px;
}
.main_spiker .photos img {
    max-width: 100%;
    height: auto;
}
.main_spiker .text {
    display: flex;
    width: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    background: #2A259D;
    padding-left: 90px;
    padding-right: 50px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 160px;
}
.main_spiker .text .name {
    font-weight: 600;
    margin-bottom: 20px;
}
.main_spiker .text .description {
    font-weight: 400;
}

.other_spikers {
    background: #EDF2F7;
}
.other_spikers {
    width: 100%;
    display: flex;
    padding-bottom: 50px;
}
.block20 {
    width: 20%;
}
.block25 {
    width: 25%;
}
.other_spikers .block20 {
    margin-bottom: 30px;
}
.other_spikers .photo img {
    max-width: 100%;
    height: auto;
}
.other_spikers .description {
    padding-left: 20px;
    padding-right: 20px;
}
.other_spikers a {
    text-decoration: none;
}
.other_spikers .name {
    color: #04005B;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.other_spikers .text {
    color: #04005B;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    min-height: 160px;
}
.other_spikers .read_more {
    color: #04005B;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.zona_transformacii {
    background: #04005B;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}
.zona_transformacii .top_row {
    padding-top: 80px;
    padding-left: 100px;
    position: relative;
}
.zona_transformacii .top_row .kvad_logo {
    width: 250px;   
}
.zona_transformacii .top_row .kvad_logo img {
    width: 100%;
}
.zona_transformacii .top_row .img {
    position: absolute;
    top: 65px;
    right: 0;
    width: 800px;
    overflow: hidden;
}
.zona_transformacii .top_row .img img {
    width: 100%;
    height: auto;
}

.zona_transformacii .middle_row {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    min-height: 500px;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    background: url(../img/fig_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 70px;
}
.zona_transformacii .middle_row .rectangle {
  background-color: #2A259D;
  width: 600px;
  height: 340px;
  position: relative;
  margin-left: 120px;
  box-sizing: border-box;
  padding: 60px 50px 50px 80px;
  margin-top: 95px;
}
.zona_transformacii .middle_row .bg_image {
    position: absolute;
    width: 100%;
}
.zona_transformacii .middle_row .bg_image img {
    position: absolute;
    width: 100%;
    height: auto;
}
.zona_transformacii .middle_row .rectangle .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}
.zona_transformacii .middle_row .rectangle .title h2 {
    font-size: 32px;
    font-weight: 700;
}
.zona_transformacii .middle_row .rectangle .text {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #ffffff;
}
.grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.block33 {
    width: 33%;
}
.zona_transformacii .bottom_row .text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.zona_transformacii .bottom_row .block33 {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.zona_transformacii .bottom_row .block33 .img {
    /* text-align: center; */
    margin-bottom: 20px;
    min-height: 125px;
}

.partnersSection {
    padding-top: 1px;
}
.partnersSection .container {
    flex-direction: column;
}
.partnersSection .partnersContainer {
    display: flex;
    margin-bottom: 1px;
    max-width: 1170px;
    margin: 0 auto;
}
.partnersSection .partnersContainer img {
    max-width: 100%;
}
.partnersSection .title {
    color: #04005B;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.partnersSection .title h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.partnersSection .title:nth-child(1) {
    margin-bottom: 10px;
}
.partnersContainer .block25 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.partnersContainer .block25:nth-child(1) {
    padding-left: 0;
}
.partnersSection {
   background: #ffffff;
   padding-bottom: 50px;
}
.partnersContainer .block20 {
    width: calc(100% / 4);
    min-height: 250px;
}


.single_logo{
 text-align: -webkit-center;
 text-align: left;
    
}




footer {
    width: 100%;
    height: 310px;
    display: flex;
    background: url(../img/footer_bg.png) no-repeat;
    background-size: cover;
}

footer .footer_logo {
    margin-top: 90px;
    margin-bottom: 50px;
}
footer .footer_text {
    color: #ffffff;
    font-size: 18px;
}
footer .footer_text span {
    text-decoration: underline;
}
footer .footer_text strong {
    display: flex;
}

footer .block50 .button {
    margin-top: 90px;
    width: 300px;
    margin-bottom: 50px;
}
footer .block50:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .contact_info {
    width: 300px;
}
footer .footerSocial {
    width: 300px;
    margin-top: 20px;
}
footer .contact_info a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
footer .footerSocial ul {
    display: flex;
}
footer .footerSocial ul li {
    margin-right: 16px;
}
.fixedHeader {
    background: #2A259D;
}
.mob_cheker {
    display: none;
    position: absolute;
    right: 20px;
}
#nav-icon1 {
  width: 30px;
  height: 30px;
  /* margin-left: 20px; */
  margin-top: 13px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
  width: 70%;
  left: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wrap_for_mob_menu {
    width: 100%;
    position: absolute;
    min-height: 100vh;
    background: #2A259D;
    top: -100%;
    transition: .3s;
}
.open_mob_menu {
    top: 0%;
}
.open_header {
    height: 100vh;
}
.headerMobileMenu {
    padding-top: 100px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #2A259D;
    opacity: 0;
    display: none;
}

.headerMobileMenu ul {
    width: 300px;
    display: block;
    margin: 0 auto;
}
.headerMobileMenu ul li {
    margin-bottom: 20px;
}
.headerMobileMenu ul li a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.headerLangMenu {
    opacity: 0;
    display: none;
}
.headerLangMenu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: .3s;
    height: 100%;
    display: inline-block;
}
.headerLangMenu ul li {
    margin-right: 10px;
    display: block;
    position: relative;
    margin-left: 10px;
}
.headerLangMenu ul li:after {
    content: '|';
    left: 10px;
    position: relative;
    color: #ffffff;
}
.headerLangMenu ul li:nth-child(1) {
    margin-left: 0;
}
.headerLangMenu ul li:last-child:after {
    display: none;
} 
.headerLangMenu ul li a.active {
    color: #E20613;
}
.headerLangMenu ul li a:hover {
    color: #E20613;
}
.headerLangMenu ul {
    width: 300px;
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    margin-top: 30px;
}
.open_header .headerMobileMenu,
.open_header .headerLangMenu {
    opacity: 1;
    display: block;
}
.headerLangMenu ul li a img {
    display: none;
}

.headerLangMenu .qtranxs-lang-menu a {
    display: none;
}
.headerLangMenu .qtranxs-lang-menu ul a {
    display: unset
}
div.wpcf7-validation-errors {
    display: none!important;
}
div.wpcf7-mail-sent-ok {
    width: 300px;
    background: #398f14;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -118px;
    left: 50%;
    transform: translate(-50%);
    display: none!important;
}

.for_mob {
    display: none;
}
#scroll .top_row .item_block:nth-child(2n+1):before {
    /*transform: rotate(90deg);*/
}
.wrap_form .title {
    color: #04005B;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.wrap_form {
    width: 100%;
    margin: 0 auto;
}
.wrap_form .form_item {
    margin-bottom: 20px;
}
.wrap_form .form_item label {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
}
.wrap_form .form_item input {
    width: 100%;
    height: 50px;
    border: 1px solid #DDDDDD;
    color: #222629!important;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-weight: 300;
}
.wrap_form .form_item input:focus {
    border: 1px solid #2A259D;
    outline: -webkit-focus-ring-color auto 0px;
}
.wrap_form .form_item select {
    width: 100%;
    height: 50px;
    border: 1px solid #DDDDDD;
    color: #222629!important;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff;
}
.wrap_form .form_item select:focus {
    border: 1px solid #2A259D;
    outline: -webkit-focus-ring-color auto 0px;
}
.wrap_form ::-webkit-input-placeholder { 
    color:#1F262A;
    font-weight: 300;
}
.wrap_form ::-moz-placeholder { 
    color:#1F262A;
    font-weight: 300;
}
.wrap_form :-moz-placeholder{ 
    color:#1F262A;
    font-weight: 300;
}
.wrap_form :-ms-input-placeholder { 
    color:#1F262A;
    font-weight: 300;
}
.wrap_form .all_field_required {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: block;
    margin-bottom: 50px;
}
.wrap_form .buttonGroup {
    display: flex;
    max-width: 630px;
    margin: 0 auto;
}
.wrap_form .buttonGroup .bg_transparent {
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.wrap_form .buttonGroup .bg_transparent br,
.wrap_form .buttonGroup .bg_fill br {
    display: none;
}
.wrap_form .buttonGroup .bg_transparent span {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.wrap_form .buttonGroup .bg_transparent input[type="submit"] {
    width: 300px;
    height: 50px;
    font-size: 20px;
    color: #2A259D;
    padding-top: 10px;
    display: block;
    padding: 7px 40px;
    background: #ffffff;
    border: 2px solid #2A259D;
    transition: .3s;
    cursor: pointer;
    border-radius: 0;
}
.wrap_form .buttonGroup .bg_transparent input[type="submit"]:hover {
    background: #2A259D;
    color: #ffffff;
}
.wrap_form .buttonGroup .bg_fill {
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.wrap_form .buttonGroup .bg_fill a {
    background: #2A259D;
    height: 46px;
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
    border: 2px solid #2A259D;
    margin-bottom: 10px;
}
.wrap_form .buttonGroup .bg_fill a:hover {
    background: #ffffff;
    color: #2A259D;
    border: 2px solid #2A259D;
}
.wrap_form .wrap_form_inside {
    max-width: 300px;
    margin: 0 auto;
}
.wrap_form span.wpcf7-not-valid-tip {
    display: none;
}
.wrap_form .form_item input.wpcf7-not-valid {
    border: 1px solid #FF7A7C;
}
.wrap_form .form_item input.wpcf7-not-valid::-webkit-input-placeholder {
    color:#FF7A7C;
}
.wrap_form .form_item input.wpcf7-not-valid::-moz-placeholder { 
    color:#FF7A7C;
}
.wrap_form .form_item input.wpcf7-not-valid:-moz-placeholder { 
    color:#FF7A7C;
}
.wrap_form .form_item input.wpcf7-not-valid:-ms-input-placeholder { 
    color:#FF7A7C;
}
.spikers_item {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 600px;
}
.spikers_item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    
}
#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2A259D;
    transition: .3s;
}
/*.partnersContainer .block20 {
    margin-bottom: 30px;
}*/
.partnersContainer .block20 {
    /* margin-bottom: 30px; */
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: calc(100% / 4);
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}
.partnersSection .block20:hover {
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
}
.partnersContainer .block20 img {
    max-width: 250px;
    height: auto;
    width: 100%;
}
.partnersContainer .block20:nth-last-child(1){
    border-bottom: none;
    border-right: none;
}
.partnersContainer .block20:nth-last-child(2),
.partnersContainer .block20:nth-last-child(3),
.partnersContainer .block20:nth-last-child(4) {
    border-bottom: none;
}
.partnersContainer .block20:last-child(n - 1) {
    border-bottom: none;
    border-right: none;
}
.partnersContainer .block20:first-child{

}
.partnersContainer .block20:nth-child(2),
.partnersContainer .block20:nth-child(3),
.partnersContainer .block20:nth-child(4) {
/*     border-top: 1px solid #ebebeb; */
}
.partnersContainer .block20:nth-child(4),
.partnersContainer .block20:nth-child(8) {
    border-right: none;
}
/*
start lang menu
*/
ul#menu-language_menu {
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0px;
    height: 100%;
}
ul#menu-language_menu li a {
    display: none;
    /* line-height: 25px; */
    text-align: center;
    width: 100%;
}
ul#menu-language_menu {
    list-style: none;
    justify-content: flex-start;
    justify-items: flex-start;
}
ul#menu-language_menu li ul.sub-menu a {
    display: flex;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    font-weight: 400;
}
ul#menu-language_menu .current-menu-item a {
    color: #e33530;
}
ul#menu-language_menu li ul.sub-menu a:hover,
li.current_page_item a {
    display: block;
    color: #e33530;
}
ul#menu-language_menu ul.sub-menu li.current-menu-item a {
    color: #e33530;
}
ul#menu-language_menu ul.sub-menu li.current-menu-item {
    /* border-bottom: 2px solid #1f385a; */
}
ul#menu-language_menu li ul.sub-menu li {
    margin-right: 10px;
    /* align-items: flex-end; */
    display: flex;
    /* padding-bottom: 10px; */
}
ul#menu-language_menu li ul.sub-menu li:last-child {
    margin-right: 0;
}
ul#menu-language_menu li ul.sub-menu li img {
    display: none;
}
ul#menu-language_menu li ul.sub-menu {
    list-style: none;
    padding-left: 0;
    height: 100%;
    display: flex;
    margin: 0 auto;
}
.lang {
    width: 100%;
    display: flex;
}
.lang_menu {
    /* margin-left: 30px; */
}
/*
end lang menu
*/


#thanks {
    max-width: 600px!important;
    min-height: 268px;
    background: url(../img/hand_rob.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#thanks .wrap_modal {
    width: 100%;
    background: rgba(102, 102, 102, 1);
    padding: 10px 50px 10px 50px;
    color: #fff;
    font-size: 20px;
}  
#thanks .inside_thanks {
    width: 100%;
    height: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#thanks .inside_thanks strong {
    display: block;
    width: 100%;
    text-align: center;
}
#thanks .inside_thanks a.close-modal {
    top: 10px;
    right: 10px;
}
img.parallax_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#parallax_page {
    overflow: hidden;
    position: relative;
}
.inside_popup_spiker {
    display: flex;
}
.popup_spiker {
    max-width: 80%!important;
}
.inside_popup_spiker .photos {
    width: 50%;
}
.inside_popup_spiker .photos img {
    max-width: 100%;
    height: auto;
}
.inside_popup_spiker .text {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inside_popup_spiker .text .name {
    font-weight: 600;
    margin-bottom: 20px;
    color: #04005B;
    font-size: 30px;
}
.inside_popup_spiker .text .description {
    font-weight: 400;
    color: #04005B;
    font-size: 22px;
}
.inside_popup_spiker .text .theses {
    font-weight: 400;
    color: #04005B;
    margin-top: 20px;
}
.inside_popup_spiker .theses p {
    font-size: 16px;
}
#registration {
    background-color: #EDF2F7;
    border-radius: 0;
}
.popup_spiker {
    background-color: #EDF2F7;
    padding: 40px!important;
}
.popup_spiker a.close-modal {
    
}
.nLookPartners .title {
    text-align: center;
}
.nLookPartners .partnersContainer {
    justify-content: center;
}
.partnersWithTwoColumns {
    display: flex;
    justify-content: center;
}
.partnersWithTwoColumns .title {
    text-align: center;
}
.partnersWithTwoColumns .block50 {
    
}
.partnersWithTwoColumns .block50 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.partnersWithTwoColumns .block50:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.partnersWithTwoColumns .block50 img {
    max-width: 250px;
}
.partnersWithTwoColumns .blockWith50 {
    width: 50%;
}
.partnersWithTwoColumns .partnersContainer {
    justify-content: center;
}
.popup_program {
    max-width: 80%!important;
    background-color: #ffffff;
    padding: 50px!important;
    padding-left: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.item_programa_row {
    display: flex;
    margin-bottom: 30px;
}
.item_programa_row p {
    font-size: 18px;
    color: #04005B;
}
.item_programa_row .time {
    color: #E20613;
    width: 18%;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}
.item_programa_row .content {
    width: 50%;
    padding-left: 0px;
    padding-right: 20px;
    box-sizing: border-box;
}
.item_programa_row .spiker_info {
    width: 32%;
    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}
.item_programa_row .session {
    width: 100%;
    font-size: 16px;
    color: #04005B;
    font-weight: bold;
}
.item_programa_row .spiker_info p {
    font-size: 16px;
}

@media (min-width: 1400px) {
    .whom:before,
    .whom:after {
        font-size: 30vh;
        line-height: 30vh;
    }
    #registration {
        padding-bottom: 50px;
    }
}

@media (max-width: 1400px) {
    .questionSection_part_two .item_block {
        width: 250px;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 1200px) {
    .questionSection_part_two .full_row:nth-child(3) .row,
    .questionSection_part_two .full_row:nth-child(4) .row {
        max-width: 80%;
    }
    .questionSection_part_two .full_row .item_block:nth-child(2),
    .questionSection_part_two .full_row:nth-child(3) .item_block:nth-child(3) {
        margin-top: 0;
    }
    .questionSection_part_two .full_row:nth-child(3) .item_block,
    .questionSection_part_two .full_row:nth-child(4) .item_block {
        width: 300px;
        margin-bottom: 50px;
    }
    .questionSection_part_two .full_row:nth-child(3) .before_for_section,
    .questionSection_part_two .full_row:nth-child(4) .before_for_section {
        top: -50px;
    }
    .questionSection_part_two .full_row:nth-child(4) .item_block:nth-child(3) {
        margin-top: 0;
    }
    .partnersContainer .block20 {
        padding: 30px;
        box-sizing: border-box;
    }
    .partnersContainer .block20 img {
        max-width: 100%;
    }
}
@media (max-width: 1170px) {
    .zona_transformacii .top_row .img {
        max-width: 600px;
    }
}
@media (max-width: 1024px) {
    .heroSection .container .top_logo:before {
        right: 0;
    }
    .lang_menu,
    .main_menu {
        display: none;
    }
    .inside_header {
        padding-left: 30px;
        padding-right: 30px;
    }
    .button_register {
        margin-left: auto;
    }
    .mob_cheker {
        display: block;
    }
    .questionSection .title {
        padding-left: 30px;
    }
    .whom .img {
        padding-left: 30px;
    }
    .whom .top_title {
        padding-left: 30px;
    }
    .whom .top_text {
        padding-left: 30px;
    }
    .quiz_section .text_and_button {
        height: 128px;
        font-size: 25px;
    }
    .programForum {
        min-height: 355px;
    }
    .programa_foruma_button {
        margin-bottom: 80px;
    }
    .zona_transformacii .top_row .img {
        width: 600px;
    }
    .zona_transformacii .top_row .kvad_logo {
        width: 150px;
    }
    .zona_transformacii .middle_row .rectangle {
        margin-top: 38px;
    }
    .container {
        max-width: 90%;
    }
    header {
        background: #2A259D;
        overflow: hidden;
    }
    .inside_header {
        height: 64px;
        background: #04005B;
    }
    .partnersContainer .block20 {
        width: 33%;
    }
    .popup_program {
        max-width: 90%!important;
    }
    .item_programa_row .time {
        font-size: 14px;
    }
    .item_programa_row p {
        font-size: 16px;
    }
}
@media (max-width: 900px) {
    .whom .top_title {
        font-size: 25px;
        line-height: 30px;
    }
    .whom .top_text {
        font-size: 16px;
        line-height: 22px;
    }
    .programa_foruma_button {
        margin-bottom: 115px;
    }
    .zona_transformacii .top_row .img {
        width: 500px;
    }
    .zona_transformacii .top_row .kvad_logo {
        width: 120px;
    }
    .zona_transformacii .middle_row .rectangle {
        margin-top: 30px;
        padding: 40px 40px 40px 80px;
        width: 570px;
        height: 280px;
    }
    .zona_transformacii .middle_row {
        margin-top: 15px;
    }
    .zona_transformacii .middle_row .rectangle .title {
        font-size: 25px;
        line-height: 30px;
    }
    .heroSection .container .top_logo .for_mob {
        width: 100px;
    }
    .heroSection .container {
        max-width: 80%;
    }
    .questionSection_part_two .row {
        flex-direction: column;
        align-items: center;
        max-width: 90%;
    }
    .questionSection_part_two .item_block {
        margin-bottom: 100px;
    }
    .questionSection_part_two .full_row:nth-child(2) .item_block:nth-child(2) {
        margin-top: 0;
    }
    .questionSection_part_two .full_row:nth-child(2) {
        margin-top: 0;
    }
    .questionSection_part_two .full_row:nth-child(3) .item_block {
        margin-bottom: 100px;
    }
    .questionSection_part_two .full_row:nth-child(3),
    .questionSection_part_two .full_row:nth-child(4) {
        margin-top: 50px;
    }
    .questionSection_part_two .full_row:nth-child(3) .before_for_section,
    .questionSection_part_two .full_row:nth-child(4) .before_for_section {
        top: -70px;
    }
    .questionSection_part_two .item_block {
        width: 300px;
    }
    .questionSection_part_two .full_row:nth-child(4) .item_block {
        margin-bottom: 100px;
    }
}
@media (max-width: 768px) {
    .whom .top_title {
        font-size: 20px;
        line-height: 25px;
    }
    .whom {
        padding-top: 35px;
    }
    .whom .top_text {
        font-size: 14px;
        line-height: 18px;
    }
    .whom .container {
        min-height: 330px;
        background-size: contain;
    }
    .youSee .container {
        max-width: 80%;
    }
    .youSee .row_1 .block_inside {
        margin: 0 auto;
        width: 460px;
        height: 275px;
    }
    .youSee .row_2 {
        margin-top: 100px;
    }
    .youSee .row_2 .block_inside {
        margin-top: 100px;
        width: 460px;
        height: 244px;
        margin: 0 auto;
    }
    .youSee .row_3 {
        margin-top: 130px;
    }
    .youSee .row_3 .block_inside {
        margin: 0 auto;
        width: 460px;
        height: 175px;
    }
    .youSee .row_4 .block_inside {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .youSee .row_4 {
        margin-top: 50px;
    }
    .quiz_section .text_and_button {
        height: 100px;
        font-size: 18px;
    }
    .quiz_section .quiz_button {
        margin-left: 50px;
        padding: 5px 30px 5px 30px;
    }
    .programForum {
        min-height: 255px;
    }
    .programa_foruma_button {
        margin-bottom: 45px;
    }
    .spikers .spikers_top_part {
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .spikers .spikers_top_part .text {
        margin-left: unset;
        margin: 0 auto;
    }
    .main_spiker .text {
        justify-content: center;
        padding-bottom: 0;
        font-size: 17px;
    }
    .zona_transformacii .top_row {
        padding-top: 55px;
        padding-left: 40px;
    }
    .zona_transformacii .top_row .img {
        top: 35px;
    }
    .zona_transformacii .middle_row .rectangle {
        margin-top: 30px;
        height: 200px;
        padding: 40px 20px 20px 70px;
    }
    .zona_transformacii .middle_row .rectangle .text {
        font-size: 17px;
        line-height: 22px;
    }
    .zona_transformacii .middle_row .rectangle .title {
        margin-bottom: 15px;
    }
    .zona_transformacii .middle_row {
        min-height: 300px;
    }
    .wrap_form .buttonGroup {
        max-width: 310px;
        flex-direction: column;
    }
    .wrap_form .buttonGroup .bg_transparent {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrap_form .buttonGroup .bg_fill {
        width: 100%;
    }
    .popup_spiker {
        max-width: 100%!important;
    }
    .partnersContainer .block20 {
        min-height: 100px;
    }
    .partnersWithTwoColumns .partnersContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .partnersWithTwoColumns .blockWith50 {
        width: 100%;
    }
    .partnersWithTwoColumns .block50 img {
        max-width: 100%;
    }
    .partnersWithTwoColumns .block50 {
        width: 100%;
        max-width: 250px;
        min-height: 100px;
    }
    .popup_program {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 20px!important;
    }
    .partnersSection .partnersContainer {
        max-width: 500px;
    }
    .partnersContainer .block20:nth-child(2),
    .partnersContainer .block20:nth-child(2n+2) {
        border-right: none;
    }
    .partnersContainer .block20:nth-child(3) {
        border-right: 1px solid #ebebeb;
    }
    .partnersContainer .block20:nth-child(3n+3) {
        border-right: 1px solid #ebebeb;
    }
    .partnersContainer .block20:nth-last-child(3) {
        border-bottom: 1px solid #ebebeb;
    }
    .partnersContainer .block20:nth-last-child(1) {
        border-right: none;
    }
    .partnersContainer .block20:nth-child(odd) {
        border-right: 1px solid #ebebeb;        
    }
    .partnersContainer .block20:nth-child(even) {
        border-right: none;
    }
}
@media (max-width: 667px) {
    .zona_transformacii .top_row .img {
        width: 300px;
    }
    .other_spikers .block20 {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 812px) and (min-width: 480px) {
    footer .block50 {
        width: 40%;
        margin: 0 auto;
    }
    footer .block50 .button {
        width: 100%;
    }
    footer .footer_logo img {
        max-width: 100%;
    }
    footer .contact_info,
    footer .footerSocial {
        width: 100%;
    }
    footer .footer_logo {
        margin-top: 58px;
    }
    footer .block50 .button {
        margin-top: 50px;
    }
    .heroSection .container {
        height: auto;
        margin-top: 100px;
    }
    .heroSection {
        padding-bottom: 250px;
    }
    .blockQuote {
        bottom: -150px;
    }
    .blockQuote {
        padding-top: 20px;
    }
    .headerLangMenu ul {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .logo {
        max-width: 150px;
    }
    .logo img {
        width: 100%;
        max-width: 100%;
    }
    .inside_header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .for_desktope {
        display: none;
    }
    .for_mob {
        display: block;
    }
    .heroSection .container .sub_title {
        width: 150px;
    }
    .heroSection .container .top_logo .for_mob {
        width: 150px;
    }
    .heroSection {
        align-items: unset;
        justify-content: unset;
        padding-top: 100px;
    }
    .heroSection .block_grid {
        flex-direction: column;
    }
    .heroSection .block_grid .block50 {
        width: 100%;
    }
    .blockQuote {
        display: none;
    }
    .heroSection .container {
        height: auto;
    }
    .heroSection .block_grid .button {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .block_grid .block50:nth-child(2) {
        justify-content: center;
    }
    .questionSection .title {
        font-size: 25px;
        line-height: 35px;
    }
    .questionSection_part_two .before_for_section,
    .questionSection_part_two .full_row:nth-child(2) .before_for_section {
        font-size: 30px;
        line-height: 40px;
    }
    .questionSection_part_two .item_block {
        width: 100%;
        margin-right: 0;
    }
    .questionSection_part_two {
        padding-top: 30px;
    }
    #scroll .top_row, #scroll .bottom_row {
        margin-bottom: 50px;
    }
    .whom .container {
        background: unset;
    }
    .whom .top_title {
        margin-top: 30px;
        font-weight: 500;
    }
    .whom .img,
    .whom .top_title {
        padding-left: 0;
    }
    .whom .top_text {
        padding-left: 0;
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
    }
    .whom .dop_title {
        width: 100%;
    } 
    .whom .container img {
        max-width: 60%;
        height: auto;
        margin-left: auto;
    }
    .whom:before {
        display: flex;
        align-items: flex-end;
    }
    .whom:after {
        display: flex;
        align-items: flex-start;
    }
    .youSee .title {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .youSee .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .youSee .row_1 .block_inside {
        width: 100%;
        height: 350px;
        margin-top: 50px;
    }
    .youSee .row_2 .block_inside {
        width: 100%;
        height: 250px;
        margin-top: 50px;
    }
    .youSee .row_3 .block_inside {
        width: 100%;
        height: 150px;
        margin-top: 50px;
    }
    .quiz_section .text_and_button {
        flex-direction: column;
        height: 100px;
    }
    .quiz_section {

    }
    .quiz_section .quiz_button {
        margin-left: 0;
        width: 200px;
        text-align: center;
        margin-top: 20px;
    }
    .quiz_section .img {
        display: none;
    }
    .main_spiker {
        flex-direction: column;
    }
    .main_spiker .photos {
        width: 100%;
    }
    .main_spiker .text {
        width: 100%;
        min-height: 300px;
    }
    .other_spikers .block20 {
        width: 50%;
        margin-bottom: 20px;
    }
    .zona_transformacii .top_row .img {
        width: 200px;
    }
    .zona_transformacii .middle_row .rectangle {
        width: 100%;
        margin-left: 0;
        padding-left: 40px;
        height: auto;
    }
    .zona_transformacii .bottom_row .block33 {
        width: 100%;
    }
    .zona_transformacii .bottom_row .block33 .img {
        text-align: center;
    }
    .partnersSection .title {
        text-align: center;
    }
    .partnersSection .partnersContainer .block20 {
        width: 33%;
    }
    footer .container {
        flex-direction: column;
    }
    footer .container .block50 {
        width: 100%;
    }
    footer {
        height: auto;
        background: url(../img/footer_bg_mobile.png);
        background-position: 50% 60%;
        padding-bottom: 50px;
    }
    footer .block50:nth-child(2) {
        align-items: center;
    }
    footer .footer_logo {
        text-align: center;
        margin-top: 60px;
    }
    footer .footer_text {
        text-align: center;
    }
    footer .footer_text strong {
        display: block;
        margin: 0 auto;
    }
    footer .block50 .button {
        margin-top: 50px;
    }
    footer .contact_info {
        text-align: center;
    }
    footer .footerSocial ul {
        justify-content: center;
    }
    .other_spikers .block20 {
        width: 50%;
    }
    .questionSection_part_two .full_row:nth-child(4) .item_block:nth-child(4) {
        margin-bottom: 0;
    }
    .partnersSection .partnersContainer .block20 {
        width: 50%;
    }
    .questionSection_part_two .full_row:nth-child(3) .item_block {
        width: 100%;
    }
    .questionSection_part_two .full_row:nth-child(3) {
        max-width: 90%;
        margin: 0 auto;
    }
    .questionSection_part_two .full_row:nth-child(3) .row {
        max-width: 100%;
    }
    .questionSection_part_two .full_row:nth-child(4) .item_block {
        width: 100%;
    }
    .questionSection_part_two .full_row:nth-child(4) .row {
        max-width: 90%;
        margin: 0 auto;
    }
    .heroSection .container .top_logo:before {
        top: 0;
    }
    .blockQuote span {
        padding-left: 80px;
    }
    div.wpcf7-mail-sent-ok {
        width: 250px;
        bottom: 233px;
    }
    .questionSection_part_two .full_row:nth-child(2) {
        padding-top: 0;
    }
    .sub_logo {
        font-size: 9px;
    }
    .inside_popup_spiker {
        flex-direction: column;
    }
    .inside_popup_spiker .photos,
    .inside_popup_spiker .text {
        width: 100%;
    }
    .inside_popup_spiker .text {
        padding-left: 0;
        margin-top: 50px;
    }
    .popup_spiker a.close-modal {
        
    }
    .sectionTwo {
        margin-top: 0;
    }
    .inside_popup_spiker .text .name {
        font-size: 25px;
    }
    .inside_popup_spiker .text .description {
        font-size: 18px;
    }
    .popup_spiker a.close-modal {
        top: 10px!important;
        right: 10px!important;
    }
    .popup_spiker {
        border-radius: 0!important;
    }
    .partnersContainer .block20 {
        padding: 15px;
    }
    .partnersWithTwoColumns {
        flex-direction: column;
    }
    .partnersWithTwoColumns .block50 {
        max-width: 210px;
    }
    .item_programa_row {
        flex-direction: column;
    }
    .item_programa_row .time,
    .item_programa_row .content,
    .item_programa_row .spiker_info {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .item_programa_row .spiker_info {
        margin-top: 5px;
    }
    .item_programa_row .time {
        font-size: 16px;
    }
    .programa_foruma_button a {
        font-size: 20px;
    }
}
@media (max-width: 375px) {
    .zona_transformacii .top_row {
        padding-left: 5px;
    }
    .wrap_form .buttonGroup .bg_transparent input[type="submit"] {
        width: 100%;
        padding: 7px 0;
    }
    .spikers .spikers_top_part {
        padding-top: 50px;
    }
    .spikers .spikers_top_part .text {
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
    }
    .programa_foruma_button a {
        max-width: 275px;
    }
    
    .button_register {
        width: 120px;
        margin: 0 auto;
    }
}
@media (max-width: 320px) {
    .heroSection {
        min-height: calc(100vh * 1.1);
    }
    .questionSection .title {
        font-size: 19px;
    }
    .questionSection {
        min-height: 90px;
    }
    .button_register {
        width: 95px;
    }
    .heroSection .container .top_logo .for_mob {
        width: 120px;
    }
    .heroSection .container .sub_title {
        margin-top: 10px;
    }
    .heroSection .container {
        max-width: 90%;
    }
    .heroSection .container .top_logo {
        padding-left: 20px;
    }
    .heroSection .container .top_logo:before {
        right: 30px;
    }
    .heroSection .container .sub_title {
        width: 130px;
    }
    .blockQuote {
        right: unset;
        left: 50px;
    }
    .blockQuote span {
        padding-left: 30px;
    }
    .blockQuote:before {
        width: 30px;
        top: 0px;
    }
    .youSee .row_1 .block_inside,
    .youSee .row_2 .block_inside,
    .youSee .row_3 .block_inside {
        height: auto;
    }
    .youSee .row_4 .block_inside {
        font-size: 16px;
        line-height: 25px;
    }
    .spikers .spikers_top_part .text {
        font-size: 16px;
        line-height: 25px;
    }
    .spikers .spikers_top_part {
        padding-top: 0;
    }
    .spikers .spikers_top_part {
        padding-left: 20px;
        padding-right: 20px;
    }
    .other_spikers .text {
        font-size: 16px;
    }
    .other_spikers .name {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .spikers_item {
        min-height: 450px;
    }
    .spikers_item {
        padding-bottom: 0;
    }
    .zona_transformacii .middle_row .rectangle .title h2 {
        font-size: 25px;
    }
    .zona_transformacii .middle_row .rectangle {
        padding: 5px 20px 30px 25px;
    }
    footer .footer_logo img {
        max-width: 100%;
    }
    footer .block50 .button {
        width: 250px;
    }
}



/*#fig1 polygon,
#fig1 path {
  opacity: 0;
}
#fig1 #Stroke-1 {
  animation: fig1 1s ease infinite 6s;
}
#fig1 #Stroke-2 {
  animation: fig1 1.5s ease infinite 6s;
}
#fig1 #Stroke-3 {
  animation: fig1 2s ease infinite 6s;
}
#fig1 #Stroke-4 {
  animation: fig1 2.5s ease infinite 6s;
}
#fig1 #Stroke-5 {
  animation: fig1 3s ease infinite 6s;
}
#fig1 #Stroke-6 {
  animation: fig1 3.5s ease infinite 6s;
}
#fig1 #Stroke-7 {
  animation: fig1 4s ease infinite 6s;
}
#fig1 #Stroke-8 {
  animation: fig1 4.5s ease infinite 6s;
}
#fig1 #Stroke-9 {
  animation: fig1 5s ease infinite 6s;
}
#fig1 #Stroke-10 {
  animation: fig1 5.5s ease infinite 6s;
}

@keyframes fig1 {
  to {
    opacity: 1;
  }
}
*/

.page-template-page-partners {

}
.page-template-page-partners header {
    background: #2A259D;
}
.page-template-page-partners .logo,
.page-template-page-partners .main_menu,
.page-template-page-partners .button_register {
    display: none;
}
.page-template-page-partners .mob_cheker {
    display: none!important;
}
.page-template-page-partners .lang_menu {
    display: block!important;
}

/* 
* Page speakers
*/
.page-template-page-speakers {

}
.page-template-page-speakers header {
    background: #2A259D;
}
.page-template-page-speakers .logo,
.page-template-page-speakers .main_menu,
.page-template-page-speakers .button_register {
    display: none;
}
.page-template-page-speakers .mob_cheker {
    display: none!important;
}
.page-template-page-speakers .lang_menu {
    display: block!important;
}
.page-template-page-speakers .spikers .spikers_top_part {

}
.page-template-page-speakers footer {
    display: none;
}
.programma_page {
    padding-top: 50px;
    padding-bottom: 50px
}

/* 
* Page programma
*/
.page-template-page-programma {

}
.page-template-page-programma header {
    background: #2A259D;
}
.page-template-page-programma .logo,
.page-template-page-programma .main_menu,
.page-template-page-programma .button_register {
    display: none;
}
.page-template-page-programma .mob_cheker {
    display: none!important;
}
.page-template-page-programma .lang_menu {
    display: block!important;
}
.page-template-page-programma .spikers .spikers_top_part {

}
.page-template-page-programma footer {
    display: none;
}

@media (max-width: 1024px) {
    .page-template-page-speakers .spikers {
        margin-top: 64px;
    }
    .page-template-page-speakers .spikers .spikers_top_part {
        min-height: auto;
    }
    .page-template-page-speakers .spikers .spikers_top_part:before {
        line-height: 17vw;
    }
}
@media (max-width: 768px) {
    .page-template-page-speakers .spikers .spikers_top_part {
        min-height: 100px;
    }
}
@media (max-width: 480px) {
    .page-template-page-speakers .spikers .spikers_top_part:before {
        line-height: 26vw;
    }
    .youSee .row_3 {
        margin-bottom: 50px;
    }
    .youSee {
        padding-bottom: 80px;
    }
}








