@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;
    --dark-blue: #060d47;
    --light-blue: #2A259D;
    --red: #e23530;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #FF0000;
}
:focus {
    outline: none;
}
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;
}
* {
    box-sizing: border-box;
}

.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: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-top: 30px;
    padding-right: 25px;
}
.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: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}
.block_grid .date span {
    color: #ffffff;
    font-size: 45px;
    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: 300;
    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: 1170px;
    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: 700px;
    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: 25px;
    text-align: left;
    font-weight: 600;
    color: #04005B;
    line-height: 1.2;
    margin-top: 50px;
}
.whom .top_text {
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    color: #04005B;
    line-height: 1.5;
    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: 230px;
    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;
/*     transform: perspective(1500px) rotateY(15deg); */
    /* border-radius: 1rem; */
    transition: transform 1s ease 0s;
}
.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;
/*     transform: perspective(1500px) rotateY(15deg); */
    /* border-radius: 1rem; */
    transition: transform 1s ease 0s;
}

/* row_2 */
.youSee .row_2 {

}
.youSee .row_2 .block_inside {
    background-color: #E20613;
    width: 380px;
    height: 215px;
    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: center;
    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;
}
.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;
    width: 25%;
}
.other_spikers .photo {
    display: flex;
    height: 180px;
}
.other_spikers .photo img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.other_spikers .description {
    padding-left: 20px;
    padding-right: 20px;
}
.other_spikers a {
    text-decoration: none;
}
.other_spikers .dali_byde .name {
    
}
.other_spikers .dali_byde {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    padding-left: 50px;
    min-height: 100px;
}
.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: 140px;
}
.other_spikers .read_more {
    color: #04005B;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.other_spikers .case {
    color: #04005B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    
}
.other_spikers .case span {
    /* background: #FFEB3B; */
    padding-top: 2px;
    padding-bottom: 2px;
}
.inside_popup_spiker .text .case br {
    display: none;
}
.inside_popup_spiker .text .case {
    margin-bottom: 20px;
}
.inside_popup_spiker .text .case span{
    /* background: #FFEB3B; */
    padding-top: 2px;
    padding-bottom: 2px;
}
.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%;
    display: flex;
    background-size: cover;
    background: #0c145b;
    padding-bottom: 30px;
    padding-top: 30px
}
.home footer {
    padding-top: 0;
}
footer .container {
    justify-content: flex-end;
    align-items: flex-end;
}
footer .left_part {
    width: calc(100% - 300px);
}
footer .right_part {
    width: 300px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
footer .right_part strong {
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}
footer .right_part a {
    color: #ffffff;
    display: block;
    font-weight: 100;
}

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;
}
footer .footerSocial ul li a {
    display: flex;
    width: 30px;
    height: 30px;
}
footer .footerSocial ul li a img {
    width: 100%;
    height: 100%;
}
.fixedHeader {
    background: #2A259D;
}
.mob_cheker {
    display: none;
}
#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: var(--light-blue);
    color: #fff;
    text-align: center;
    /* position: absolute; */
    /* bottom: -118px; */
    /* left: 50%; */
    /* transform: translate(-50%); */
    display: none!important;
    border: 2px solid var(--light-blue);
}

.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;
    align-items: center;
    justify-content: center;
}
.wrap_form .buttonGroup .bg_transparent {
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-right: 0;
}
.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;
    text-align: center;
}
.wrap_form .buttonGroup .bg_transparent input[type="submit"] {
    width: 100%;
    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;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: 400px;
    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: 380px;
}
.spikers_item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
}
.dali_byde:hover {
    box-shadow: none;   
}
#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;
}
.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;
    width: 100%;
}
.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: 15px;
}
.inside_popup_spiker .text .theses,
.inside_popup_spiker .text .theses a {
    font-weight: 400;
    color: #04005B;
    margin-top: 20px;
}
.inside_popup_spiker .theses p {
    font-size: 16px;
}
#registration {
    background-color: #EDF2F7;
    border-radius: 0;
}
#registration_popup {
    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: 20%;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
    box-sizing: border-box;
}
.item_programa_row .content {
    width: calc(100% - 20%);
    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;
}





/*#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 {
    
}
.page-template-page-partners .lang_menu {
    
}

/* 
* 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 {
   
}
.page-template-page-speakers .lang_menu {
    
}
.page-template-page-speakers .spikers .spikers_top_part {

}
.page-template-page-speakers footer {
    
}
.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 .popup_program {
    margin-top: 10px;
}



/*
* New styles 
*/
.heroSection .button {
    width: 100%;
}
.sectionDosvidLideriv {
    min-height: 100vh;
}
.sectionDosvidLideriv .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;
}

.sectionGallery {
    position: relative;
    min-height: 100vh;
    margin-top: 0px;
}

.spikers {
    /* background: #2A259D; */
    position: relative;
    background: #EDF2F7;
}
.spikers .spikers_top_part {
    width: 100%;
    background: #EDF2F7;
    min-height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spikers .spikers_top_part:before {
    content: 'cases';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 900;
    font-size: 350px;
    text-transform: uppercase;
    text-align: center;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.spikers .spikers_top_part .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #04005B;
}
.spikers .spikers_top_part .text {
    color: #04005B;
    font-size: 19px;
    text-align: left;
    font-weight: 600;
    /* line-height: 32px; */
    max-width: 500px;
    position: relative;
    margin-top: 50px;
    margin-left: 50px;
}
.spikers .spikers_top_part .text ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.spikers .spikers_top_part .text span {
    color: #E20613;
}
.spikers .spikers_top_part .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spikers .spikers_top_part .text {
    
}


/*
* Gallery
*/
body {
    --gap: 10px;
}
.sectionGallery {
    position: relative;
    min-height: 100vh;
    margin-top: 0px;
}
.gridG {
    display: grid;
    width: calc(100% - 6em);
    height: calc(100vh - 6em);
    grid-auto-rows: calc((calc(100vh - 6em) / 30) - var(--gap));
    grid-auto-columns: calc((calc(100% - 6em) / 30) - var(--gap));
    justify-content: center;
    align-content: center;
    grid-gap: var(--gap);
    pointer-events: none;
}
.sectionGallery .gridG {
    position: absolute;
    top: 3em;
    left: 3em;
    opacity: 0;
}

.sectionGallery .gridG--current {
    opacity: 1;
    pointer-events: auto;
}

.gridG__item {
    position: relative;
    padding: 1em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover!important;
    transition: transform 0.2s ease-out;
}
/* Layout 1 */
.gridG--layout-1 .gridG__item:first-child { 
    grid-area: 11 / 1 / 17 / 5;
}
.gridG--layout-1 .gridG__item:nth-child(2) { grid-area: 22 / 6 / 28 / 10; }
.gridG--layout-1 .gridG__item:nth-child(3) { grid-area: 8 / 5 / 22 / 15; }
.gridG--layout-1 .gridG__item:nth-child(4) { grid-area: 22 / 10 / 29 / 15; }
.gridG--layout-1 .gridG__item:nth-child(5) {grid-area: 1 / 11 / 8 / 15;}
.gridG--layout-1 .gridG__item:nth-child(6) { grid-area: 17 / 15 / 24 / 20; }
.gridG--layout-1 .gridG__item:nth-child(7) { grid-area: 9 / 15 / 17 / 23; }
.gridG--layout-1 .gridG__item:nth-child(8) {grid-area: 2 / 15 / 9 / 23;}
.gridG--layout-1 .gridG__item:nth-child(9) { grid-area: 17 / 20 / 22 / 26; }
.gridG--layout-1 .gridG__item:nth-child(10) {grid-area: 22 / 20 / 28 / 25;}
.gridG--layout-1 .gridG__item:nth-child(11) { grid-area: 4 / 23 / 11 / 27; }
.gridG--layout-1 .gridG__item:nth-child(12) { grid-area: 11 / 23 / 17 / 30; }
.gridG--layout-1 .gridG__item:nth-child(13) { grid-area: 17 / 26 / 22 / 28; }
.gridG--layout-1 .gridG__item--name {
    grid-area: 1 / 7 / 8 / 11;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gridG--layout-1 .gridG__item--title { grid-area: 1 / 27 / 11 / 29; }
.gridG--layout-1 .gridG__item--text {
    grid-area: 24 / 15 / 29 / 20;
}

.gridG__item--name {
    font-size: 7vw;
    color: #ef3b3b;
    color: var(--grid-name-text);
}

.gridG__item--title {
    font-size: 2.5vh;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    color: #FF0000;
    font-weight: 700;
}

.gridG__item--text {
    font-size: 15px;
    line-height: 1.2;
    display: flex;
}

.gridG--layout-1 .gridG__item--name img {
    max-width: 110px;
}
.sectionGallery {
    overflow: hidden;
}
.gridG--layout-1 .gridG__item {
    position: absolute;
    left: -9999px;
}
.gridG--layout-1 .gridG__item:first-child,
.gridG--layout-1 .gridG__item:nth-child(2),
.gridG--layout-1 .gridG__item:nth-child(3),
.gridG--layout-1 .gridG__item:nth-child(4),
.gridG--layout-1 .gridG__item:nth-child(5),
.gridG--layout-1 .gridG__item:nth-child(6),
.gridG--layout-1 .gridG__item:nth-child(7),
.gridG--layout-1 .gridG__item:nth-child(8),
.gridG--layout-1 .gridG__item:nth-child(9),
.gridG--layout-1 .gridG__item:nth-child(10),
.gridG--layout-1 .gridG__item:nth-child(11),
.gridG--layout-1 .gridG__item:nth-child(12),
.gridG--layout-1 .gridG__item:nth-child(13),
.gridG--layout-1 .showGrid {
    position: relative;
    left: unset;
}
.gridG__item {
    display: flex;
    padding: 0;
}
.gridG__item a {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.gridG__item a:hover {
    background: rgba(43, 42, 157, 0.5);
}
.photo_open {
    max-width: 1024px;
    margin: 40px auto;
}
.photo_open img {
    max-width: 100%;
}

/*
* Scroll button
*/
.scrollDown {
  width: 55px;
  height: 30px;
  position: absolute;
  bottom: 90px;
  left: calc(50% - 30px);
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.scrollDown img {
  width: 100%;
  height: auto;
}
.scrollDown .text {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  bottom: -170%;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


.programForum {
    background: var(--red)!important;
}
.programForum .container {
    position: relative;
    /* flex-direction: column; */
    background: #e23530;
}
.programForum .title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
.programForum .text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.programForum .programa_foruma_buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.programForum .programa_foruma_buttons a.buyOnline {
    background: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: .3s;
    width: 330px;
}
.programForum .programa_foruma_buttons a.buyOnline:hover {
    background: var(--light-blue);
    border: 2px solid var(--light-blue);
    color: #ffffff;
}
.programForum {
    
}
.programForum .programa_foruma_buttons a {
    width: 280px;
    background: #fff;
    border: 2px solid var(--dark-blue);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--dark-blue);
    font-size: 20px;
    transition: .3s;
}
.programForum .programa_foruma_buttons a:hover {
    background: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    color: #ffffff;
}
.programForum .separator {
    width: 100px;
    height: 5px;
    background: var(--dark-blue);
    margin: 30px auto;
}
.separete {
    color: var(--dark-blue);
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
header:lang(en) .sub_logo {
    line-height: 1.1;
}
/*
* Letters (red section)
*/
.letter_massive {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.letter_massive .letter {
    position: absolute;
}
.letter_massive .letter_1 {
    top: 0;
    left: 0;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.letter_massive .letter_2 {
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.letter_massive .letter_3 {
    bottom: 0;
    left: 0;
}
.letter_massive .letter_4 {
    top: 0%;
    left: 25%;
    -webkit-transform: translate(0%, -25%);
    -ms-transform: translate(0%, -25%);
    transform: translate(0%, -25%);
}
.letter_massive .letter_5 {
    bottom: 0%;
    left: 25%;
    -webkit-transform: translate(0%, -25%);
    -ms-transform: translate(0%, -25%);
    transform: translate(0%, -25%);
}
.letter_massive .letter_6 {
    top: 0%;
    left: 75%;
    -webkit-transform: translate(0%, -25%);
    -ms-transform: translate(0%, -25%);
    transform: translate(0%, -25%);
}
.letter_massive .letter_7 {
    bottom: 0%;
    left: 75%;
    -webkit-transform: translate(0%, -25%);
    -ms-transform: translate(0%, -25%);
    transform: translate(0%, -25%);
}
.letter_massive .letter_8 {
    bottom: 0;
    right: 0;
}
.letter_massive .letter_9 {
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.letter_massive .letter_10 {
    top: 0;
    right: 0;
}




:root {
    --gap-horizontal: 10px;
    --gap-vertical: 5px;
    --time-anim: 4s;
    --delay-anim: 2s;
}
.letter_1,
.letter_10 {
    animation-name: glitch-anim-text;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 4s * 0.2);
}
.letter_4,
.letter_9 {
    animation-name: glitch-anim-text;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 2s * 0.2);
}
.letter_2,
.letter_6 {
    animation-name: glitch-anim-text;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 3s * 0.2);
}
.letter_3,
.letter_8 {
    animation-name: glitch-anim-text;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 5s * 0.2);
}
.letter_5,
.letter_7 {
    animation-name: glitch-anim-text;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 6s * 0.2);
}
/* Animations */
@keyframes glitch-anim-text {
    0% { 
        transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }
    2% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }
    4% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }
    5% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }
    6% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }
    7% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }
    8% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }
    9% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }
    9.9% {
        transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);
    }
    10%, 100% {
        transform: translate3d(0,0,0) scale3d(1,1,1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}



/*
* Letters (hero section)
*/
.top_logo {
    display: flex;
}
.top_logo .logo_letters {
    margin-right: 10px;
    width: 60px;
}
.top_logo .logo_letters img {
    height: 35px;
}
.logo_letter_1,
.logo_letter_10 {
    animation-name: glitch-anim-text;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 4s * 0.2);
}
.logo_letter_4,
.logo_letter_9 {
    animation-name: glitch-anim-text;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 2s * 0.2);
}
.logo_letter_2,
.logo_letter_6 {
    animation-name: glitch-anim-text;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 3s * 0.2);
}
.logo_letter_3,
.logo_letter_8 {
    animation-name: glitch-anim-text;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 5s * 0.2);
}
.logo_letter_5,
.logo_letter_7 {
    animation-name: glitch-anim-text;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: calc(2s + 6s * 0.2);
}

.youSee .row_1 .block_inside,
.youSee .row_1 .text,
.youSee .row_1 .img {
    /* transform: perspective(1500px) rotateY(15deg); */
    transition: transform 1s ease 0s;
}
.youSee .row_1:hover .block_inside,
.youSee .row_1:hover .text,
.youSee .row_1:hover .img {
/*     transform: perspective(3000px) rotateY(5deg); */
}
.youSee .row_3 .block_inside,
.youSee .row_3 .text,
.youSee .row_3 .img {
    /* transform: perspective(1500px) rotateY(15deg); */
    transition: transform 1s ease 0s;
}
.youSee .row_3:hover .block_inside,
.youSee .row_3:hover .text,
.youSee .row_3:hover .img {
/*     transform: perspective(3000px) rotateY(5deg); */
}

/*
* Video (hero section)
*/
.video-background {
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 56.25%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s opacity ease;
    transition: 2s opacity ease;
    opacity: 1;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.for_hero_section_bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 2s opacity ease;
    transition: 2s opacity ease;
    /* opacity: .9; */
    opacity: 0;
}



.heroSection {
    
}
.gradientLayer {
    background: linear-gradient(-45deg, #e23530, #060d47, #060d47) ;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* .heroSection {
    background-color: #193c6d;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#003073', endColorstr='#029797');
    background-image: url(//img.alicdn.com/tps/TB1d.u8MXXXXXXuXFXXXXXXXXXX-1900-790.jpg);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797));
    background-image: -webkit-linear-gradient(135deg, #003073, #029797);
    background-image: -moz-linear-gradient(45deg, #003073, #029797);
    background-image: -ms-linear-gradient(45deg, #003073 0, #029797 100%);
    background-image: -o-linear-gradient(45deg, #003073, #029797);
    background-image: linear-gradient(135deg, #003073, #029797);
    text-align: center;
    margin: 0px;
    overflow: hidden;
} */

/* .youSee .row_1 .block_inside {
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit;
    -webkit-animation-duration:20s;
}

@-webkit-keyframes orbit { 
    from { 
        -webkit-transform:rotate(0deg) 
    } 
    
    to { 
        -webkit-transform:rotate(360deg) 
    } 
}
 */
.buy_online {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff;
    min-height: 270px;
    position: relative;
}
.buy_online a.close-modal {
    
}
#changeBuy a.close-modal {
    display: none;
}
#changeBuy .changeBuy {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
#changeBuy .changeBuy .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #04005B;
    margin-bottom: 50px;
}
#changeBuy .changeBuy a.close-modal {
    display: unset;
}
a.buyOnline {
    background: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}
a.buyOnline:hover {
    background: var(--light-blue);
    border: 2px solid var(--light-blue);
    color: #ffffff;
}
a.buyReservation {
    width: 280px;
    background: #fff;
    border: 2px solid var(--dark-blue);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--dark-blue);
    font-size: 20px;
    transition: .3s;
}
a.buyReservation:hover {
    background: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    color: #ffffff;
}
#buy_online a.close-modal {
    display: none;
}
#buy_online .buy_online a.close-modal {
    display: unset;
}



.programForum .left_part {
    width: 50%;
    display: flex;
    justify-content: center;
}
.programForum .left_part img {
    width: 45%;
}
.programForum .right_part {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
* section Newsletters
*/
.flex-direction-column {
    flex-direction: column;
}
.sectionNewsletters {
    
}
.sectionNewsletters .title {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.sectionNewsletters .subtitle {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.sectionNewsletters .newletters {
    
}
.sectionNewsletters .newletters .item {
    margin-bottom: 20px;
}
.sectionNewsletters .newletters input[type="email"] {
    width: 300px;
    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;
    margin: 0 auto 0px auto;
    display: flex;
}
.sectionNewsletters .newletters input[type="submit"] {
    width: 300px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    display: block;
    padding: 7px 40px;
    background: var(--red);
    border: 2px solid var(--red);
    transition: .3s;
    cursor: pointer;
    border-radius: 0;
    margin: 0 auto 20px auto;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
}
.sectionNewsletters span.wpcf7-not-valid-tip {
    width: 300px;
    margin: 0 auto;
    display: flex;
}
.sectionNewsletters .wpcf7-mail-sent-ok {
    display: flex!important;
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 0;
}

/*
* Section Dosvid lideriv
*/
.sectionDosvidLideriv .title {
    color: var(--dark-blue);
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.sectionDosvidLideriv .subtitle {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    color: var(--light-blue);
    line-height: 1.5;
    max-width: 700px;
    margin: 0px auto 0px auto;
}

.container-full {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.sectionDosvidLideriv .container-full {
    margin-top: 50px;
    margin-bottom: 50px;
}
.sectionDosvidLideriv .itemlider {
    padding-left: 10px;
    padding-right: 10px;
}
.sectionDosvidLideriv .itemlider .img {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sectionDosvidLideriv .itemlider .img img {
    max-width: 80%;
    height: auto;
    margin: 0 auto 30px auto;
    display: block;
}
.sectionDosvidLideriv .itemlider .text {
    font-size: 13px;
}
.sectionDosvidLideriv .itemlider .link {
    
}
.sectionDosvidLideriv .itemlider .link a {
    
}

.sectionSix {
    width: 100%;
    min-height: 530px;
    background: var(--dark-blue);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sectionSix .container-full {
    min-height: 380px;
}
.sectionSix .container .form-container,
.sectionSix .container-full .form-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sectionSix .container .text-container,
.sectionSix .container-full .text-container {
    width: 50%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    /* padding-bottom: 80px; */
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
}
.sectionSix .robots_hand {
    position: absolute;
    max-width: 45%;
    top: 0;
    left: 0;
}
.sliderFull {
    width: 100%;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sliderFull .bodySlides {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 100px;
}
.sliderFull .bodySlides .top_text,
.sliderFull .bodySlides .bottom_text {
   position: relative;
   height: 50%;
   width: 100%;
   color: #fff;
   font-size: 22px;
   line-height: 1.5;
}
.sliderFull .bodySlides .top_text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.sliderFull .bodySlides .bottom_text {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.sliderFull .first_slide .top_text a:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDE5NC44MTggMTk0LjgxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMTg1LjgxOCwyLjE2MWgtNTcuMDRjLTQuOTcxLDAtOSw0LjAyOS05LDlzNC4wMjksOSw5LDloMzUuMzEybC04Ni4zLDg2LjNjLTMuNTE1LDMuNTE1LTMuNTE1LDkuMjEzLDAsMTIuNzI4ICAgYzEuNzU4LDEuNzU3LDQuMDYxLDIuNjM2LDYuMzY0LDIuNjM2czQuNjA2LTAuODc5LDYuMzY0LTIuNjM2bDg2LjMtODYuM3YzNS4zMTNjMCw0Ljk3MSw0LjAyOSw5LDksOXM5LTQuMDI5LDktOXYtNTcuMDQgICBDMTk0LjgxOCw2LjE5LDE5MC43ODksMi4xNjEsMTg1LjgxOCwyLjE2MXoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD4KCTxwYXRoIGQ9Ik0xNDksNzcuMjAxYy00Ljk3MSwwLTksNC4wMjktOSw5djg4LjQ1NkgxOHYtMTIyaDkzLjc3OGM0Ljk3MSwwLDktNC4wMjksOS05cy00LjAyOS05LTktOUg5Yy00Ljk3MSwwLTksNC4wMjktOSw5djE0MCAgIGMwLDQuOTcxLDQuMDI5LDksOSw5aDE0MGM0Ljk3MSwwLDktNC4wMjksOS05Vjg2LjIwMUMxNTgsODEuMjMsMTUzLjk3MSw3Ny4yMDEsMTQ5LDc3LjIwMXoiIGZpbGw9IiNmZmZmZmYiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiPjwvcGF0aD4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
    width: 20px;
    height: 20px;
    background-size: cover;
}
.sliderFull .second_slide .bodySlides .bottom_text {
    height: 100%;
}
.sliderFull .third_slide .bodySlides {
    max-width: 1170px;
    /* padding: 0; */
    margin: 0 auto;
}
.sliderFull .third_slide .bodySlides .bottom_text {
    height: 100%;
    align-items: flex-start;
}
.sliderFull .four_slide .bodySlides {
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
}
.sliderFull .four_slide .bodySlides .bottom_text {
    height: 50%;
    align-items: flex-start;
    width: 260px;
}
.sliderFull a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
}

.sliderFull .bodySlides .bottom_text a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    height: 50px;
}
.sliderFull .bodySlides .bottom_text svg {
    width: 50px;
    height: 50px;
    padding-left:10px;
}
.sliderFull-item {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover!important;
    background-position: 50%!important;
    background: transparent;
}
.sliderFull .video-background {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    height: 100%;
}

.video-foreground,
.video-background iframe {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* pointer-events: none; */
}
.sectionFooter {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    background: url(../img/slider-min.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
.sectionFooter .container {
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.sectionFooter .head_robot {
    position: absolute;
    z-index: 1;
    width: 260px;
}
.sectionFooter .secondRow {
    font-size: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sectionFooter .thirdRow {
    font-size: 22px;
    color: #fff;
    width: 100%;
    text-align: center;
    max-width: 800px;
    line-height: 1.3;
    margin-bottom: 150px;
}

/* .bux-prev {
    background-image: url('img/left-arrow.svg');
    left: 40px;
    z-index: 10;
} */

.bux-next {
    background-image: url('../img/right-arrow.svg');
    right: 40px;
}

.bux-prev, .bux-next {
    width: 30px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.heroSection span {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.height64 {
    width: 100%;
    height: 64px;
}
.sectionSix .buyOnline {
    background: var(--red);
    padding-left: 20px;
    padding-right: 20px;
}
.sectionSix .buyOnline:hover {
    
}
.spikers .spikers_bottom_part {
    flex-direction: column;
    position: relative;
}
.spikers .spikers_bottom_part:after {
    content: 'day';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 20vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

.spikers .spikers_bottom_part:before {
    content: 'policy';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 20vw;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.spikers .spikers_bottom_part .text_1 {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #04005B;
    line-height: 1.2;
    max-width: 700px;
}
.spikers .spikers_bottom_part .text_2 {
    max-width: 900px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

.item_programa_row .spiker_info {
    display: none;
    width: 0;
}
.programa_foruma_buttons .button {
    width: 345px;
}









@media (min-width: 1440px) {
    .other_spikers .photo {
        height: 270px;
    }
    .other_spikers {
        max-width: 1600px;
        margin: 0 auto;
    }
}
@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;
    }
    .heroSection .block_grid {
        flex-direction: column;
    }
    .heroSection .block50 {
        width: 100%;
    }
    .block_grid .date span {
        font-size: 50px;
    }
    .block_grid .date {
        font-size: 20px;
    }
    .heroSection .button {
        max-width: 450px;
        margin: 30px auto 0px auto;
    }
    .programForum {
        min-height: unset;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .programForum .container {
        flex-direction: column;
    }
    .programForum .left_part {
        width: 100%;
    }
    .programForum .right_part {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .page-template-page-speakers .spikers .spikers_top_part:before {
        line-height: 26vw;
    }
    .spikers .spikers_top_part {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sectionGallery {
        display: none;
    }
    .top_logo {
        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;
    }
    .top_logo .logo_letters {
        min-height: 85px;
        margin-right: 0;
        width: 25%;
        min-height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .heroSection .container .sub_title {
        padding-right: 0;
    }
    .heroSection .block_grid {
        margin-top: -55px;
    }
    .heroSection .block_grid .button a {
        font-size: 13px;
        text-transform: uppercase;
    }
    .heroSection {
        min-height: unset;
        height: 100%;
        padding-bottom: 115px;
    }
    .block_grid .date {
        margin-bottom: 0;
    }
}
@media (min-width: 1400px) {
    .whom:before,
    .whom:after {
        font-size: 270px;
        line-height: 1;
    }
    #registration_popup {
        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) {
    .other_spikers .text {
        min-height: 160px;
    }
    .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;
        position: absolute;
        right: 30px;
    }
    .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: 250px;
    }
    .popup_program {
        max-width: 90%!important;
    }
    .item_programa_row .time {
        font-size: 14px;
    }
    .item_programa_row p {
        font-size: 16px;
    }
    .container-full {
        max-width: 90%;
        width: 100%;
    }
    .sectionDosvidLideriv .itemlider {
        width: 50%;
    }
    .partnersContainer .block20:nth-child(4) {
        border-top: none;
        border-right: 1px solid #ebebeb;
    }

    .partnersSection .partnersContainer {
        max-width: 750px;
    }
    .partnersContainer .block20:nth-child(3) {
        border-right: none;
    }
    .partnersContainer .block20:nth-child(3n+3) {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
    }
    .partnersContainer .block20:nth-child(8) {
        border-right: 1px solid #ebebeb;
    }
    .partnersContainer .block20:nth-last-child(1) {
        border-bottom: none;
    }
}
@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: 40px;
    }
    .youSee .row_2 .block_inside {
        margin-top: 100px;
        width: 460px;
        height: 244px;
        margin: 0 auto;
    }
    .youSee .row_3 {
        margin-top: 70px;
    }
    .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: 150px; */
    }
    .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: 70px;
    }
    .heroSection {
        padding-bottom: 250px;
    }
    .blockQuote {
        bottom: -150px;
    }
    .blockQuote {
        padding-top: 20px;
    }
    .headerLangMenu ul {
        margin-top: 0;
    }
}
@media (max-width: 480px) {

    .other_spikers .text {
        min-height: auto;
        margin-bottom: 30px;
    }
    .heroSection .video-background {
        display: none;
    }
    .heroSection .gradientLayer {
        opacity: .8;
    }
    .programForum {
        min-height: unset;
        height: 100%;
        padding-bottom: 0;
    }
    .spikers .spikers_top_part .title {
        margin-bottom: 30px;
    }
    .letter_massive {
        display: none;
    }
    .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: 30px;
        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;
        display:  none;
    }
    .whom:after {
        display: flex;
        align-items: flex-start;
        display:  none;
    }
    .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: 260px;
        margin-top: 50px;
    }
    .youSee .row_2 .block_inside {
        width: 100%;
        height: 190px;
        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: 80%;
        margin: 0px auto 50px auto;
    }
    .other_spikers .dali_byde {
        min-height: 50px;
        margin-bottom: 0;
        padding-left: 20px;
    }
    .questionSection_part_two .full_row:nth-child(4) .item_block:nth-child(4) {
        margin-bottom: 0;
    }
    .partnersSection .partnersContainer .block20 {
        width: 50%;
    }
    .partnersContainer .block20:nth-child(3) {
        border-top: none;
    }
    .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;
    }
    .sectionDosvidLideriv .itemlider {
        width: 100%;
        margin-bottom: 30px;
    }
    .sectionDosvidLideriv .title {
        font-size: 19px;
    }
    .sectionDosvidLideriv .subtitle {
        font-size: 14px;   
    }
    .whom .top_text {
        font-size: 14px;
    }
    .whom .top_text br {
        display: none;
    }
    .sectionSix .robots_hand {
        position: relative;
        max-width: 100%;
    }
    .sectionSix {
        flex-direction: column;
    }
    .sectionSix .container-full .text-container {
        display: none;
    }
    .sectionSix .container-full .form-container {
        width: 100%;
    }
    .sectionFooter .secondRow {
        font-size: 16px;
    }
    .sectionFooter .thirdRow {
        font-size: 18px;
    }
    .spikers .spikers_top_part .text {
        text-align: center;
        font-size: 17px;
        line-height: 1.5;
    }
    .spikers .spikers_top_part:before {
        top: 22%;
        font-size: 80px;
    }
    #changeBuy .changeBuy .title {
        font-size: 22px;
    }
    .sliderFull a,
    .sliderFull .bodySlides .top_text, .sliderFull .bodySlides .bottom_text {
        font-size: 15px;
    }
    .sliderFull .bodySlides {
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 100px;
    }
    .sliderFull .four_slide .bodySlides .bottom_text {
        align-items: flex-end;
    }
    .sectionNewsletters .title {
        font-size: 16px;
    }
    .sectionNewsletters .subtitle {
        font-size: 18px;
    }
    .wrap_form .title {
        font-size: 22px;
        padding-top: 30px;
    }
    .partnersContainer .block20 {
        width: 50%;
    }
    .spikers .spikers_top_part:before,
    .spikers .spikers_top_part:after {
        display: none
    }
    .spikers .spikers_top_part .text_1 {
        text-align: left;
        font-weight: 600;
    }
    .spikers .spikers_top_part .text_2 {
        text-align: justify;
        margin-top: 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;
        font-size: 17px;
        line-height: 1.5;
    }
    
    .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;
    }
}



