@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    color: #595959;
    word-break: normal;
    overflow-x: hidden;
}

#page {
    overflow-x: hidden;
}

a, .a {
    font-size: 25px;
    text-decoration: none !important;
    line-height: 1.5;
    color: #fff;
}

.has-fs-81 {
    font-size: 81px;
}

.has-fs-59 {
    font-size: 59px;
}

.has-fs-39 {
    font-size: 39px;
}

.has-fs-46 {
    font-size: 46px;
}

.has-ml-140 {
    margin-left: 140px;
}

.has-ml-500 {
    margin-left: 500px;
}

.has-fs-33 {
    font-size: 33px;
}

.has-fs-35 {
    font-size: 35px;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

.has-font-weight-200 {
    font-weight: 200 !important;
}
.has-font-weight-300 {
    font-weight: 300 !important;
}
.has-font-weight-400 {
    font-weight: 400 !important;
}
.has-font-weight-500 {
    font-weight: 500 !important;
}
.has-font-weight-600 {
    font-weight: 600 !important;
}
.has-font-weight-700 {
    font-weight: 800 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.has-lh-1 {
    line-height: 1 !important;
}

.has-bg-second {
    background-color: #009ed7 !important;
}

.has-bg-fiolet {
    background-color: #813489 !important;
}

.has-bg-blue-dark {
    background-color: #005daa !important;
}
.has-bg-blue-dark-two {
    background-color: #005caa !important;
}
.has-bg-orange {
    background-color: #ff9b25 !important;
}

.has-bg-forum {
    background-color: #005caa !important;
}

.has-bg-purple {
    background-color: #8448a2 !important;
}

.has-bg-blue-white {
    background-color: #009dd6 !important;
}
.has-bg-white {
    background-color: #fff !important;
}
.has-bg-blue-three {
    background-color: #005cab !important;
}
.has-bg-gray {
    background-color: #f7f7f8 !important;
}

.has-mb-blue-light {
    background-color: #29bbf1 !important;
}

.color-purple {
    color: #8448a2 !important;
}
.color-white {
    color: #fff !important;
}
.color-blue {
    color: #005cab !important;
}
.color-blue-light {
    color: #009ed7 !important;
}
.color-orange {
    color: #ff9c25;
}
.color-black {
    color: #000 !important;
}
.color-black-gray {
    color: #555;
}

.slick-next:before, .slick-prev:before {
    font-family: Times New Roman, sans-serif;
}


/* header top */
.social-container a{
    width: 60px;
    height: 50px;
    background-image: url(../images/socials.png);
    background-repeat: no-repeat;
    background-position-y: center;
    transition: .2s;
    display: block;
    font-size: 0;
}
.social-container a:hover{
    transform: scale(1.1);
}
.main-menu-class a{
    text-transform: uppercase;
}


.top-header .join-in {
    margin-right: 66px;
}

.top-header-container {
    min-height: 120px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
}


.social-facebook a{
    background-position-x: -9%;
}

.social-instagram a{
    background-position-x: 20.5%;
}

.social-youtube a{
    background-position-x: 52%;
}

.social-vk a{
    background-position-x: 81%;
}

.social-ok a{
    background-position-x: 108%;
}

.account-container {
    font-weight: 300;
}

.account-container .sign-in {
    color: #fff;
    padding-right: 66px;
    position: relative;
}

.arrow-after::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 33px;
    height: 22px;
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-after-actual::after {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 15px;
    width: 33px;
    height: 22px;
    background-image: url(../images/arrow_actual.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.arrow-after-actual-m::after {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 8px;
    width: 33px;
    height: 22px;
    background-image: url(../images/arrow_actual.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.border-link {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    padding: 8px 80px 7px 55.66px;
}

.join-in {
    line-height: 1.5;
    color: #5e5e5e;
}

.top-header img {
    width: 100%;
}

.join-in::after {
    border-radius: 50%;
    background-color: #009ed7;
    right: 2px;
    top: 2px;
    width: 48px;
    height: 48px;
}

/* bottom header */
.bottom-header-container {
    min-height: 100px;
    max-width: calc(100% - 120px);
    margin: 0 auto;
}

.bottom-header-container .hamburger {
    max-width: 297px;
    padding: 8px 80px 7px 25px;
    color: #5e5e5e;
}

.bottom-header-container .hamburger::after {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 27px;
    right: 40px;
    top: 14px;
    background-image: url(../images/hamburger.png);
    background-repeat: no-repeat;
    background-position: center;
}

.nav-menu a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.nav-menu ul {
    max-width: 1150px;
}





/* first section */

.first-section {
    padding: 40px 0 80px;
}

.first-section-container {
    max-width: calc(100% - 30px);
    margin: 0 auto;
    min-height: 1100px;
    background-image: url(../images/head-img.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.first-section-container .left-part-box-one {
    color: white;
}

.first-section-container .top-part .left-part {
    margin-left: 20px;
}

.first-section-container .left-part {
    max-width: 685px;
}

.first-section-container h2:nth-child(1) {
    margin-bottom: 1px;
    padding-left: 77px;
}

.first-section-container h2:nth-child(2) {
    max-width: 640px;
    margin-left: auto;
    margin-right: 2px;
    padding-left: 28px;
    margin-bottom: -5px !important;
}

.first-section-container h2:nth-child(3) {
    padding-left: 57px;
    max-width: 365px;
    margin-left: 15px;
    margin-right: 145px;
}

.first-section-container h2:nth-child(4) {
    max-width: 500px;
    margin-left: 30px;
    padding-left: 41px;
}

.first-section-container h2 {
    line-height: 0.9;
    padding-bottom: 6px;
    padding-top: 1px;
    margin-bottom: 0;
}
.first-section-container .left-part-box-one h2:nth-child(1){
    background-color: #005caa;
    padding-left: 73px;
    margin-right: 20px;
}
.first-section-container .left-part-box-one h2:nth-child(2){
    background-color: #ff9b25;
    margin-left: 39px;
    padding-left: 33px;
}
.first-section-container .left-part-box-one h2:nth-child(3){
    background-color: #8448a2;
}
.first-section-container .left-part-box-one h2:nth-child(4){
    background-color: #009dd6;
    margin-right: 60px;
}
.first-section-container .left-part-box-two h4{
    max-width: 480px;
    margin: 0 auto;
}
.first-section-container .left-part-box-two h4:nth-child(1){
    font-weight: 300;
    margin-bottom: 40px;
}
.first-section-container .left-part-box-two h4:nth-child(2){
    font-weight: 600;
    color: #8448a2;
    margin-bottom: 80px;

}
.first-section-container-description > * a{
    color: #8448a2;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 37px;
    position: relative;
    max-width: 305px;
    display: block;
}

@media (max-width: 758px) {
    .first-section-container-description > * a{
        max-width: 160px;
    }
}



.first-section-container-description > * a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/right_arrow_blue.png);
    width: 44px;
    height: 28px;
    top: auto;
    bottom: 15px;
}
.left-part-box-two {
    margin: 65px auto 0 auto;
}

.has-max-width-600-center {
    max-width: 600px;
    margin: 0 auto;
}

.has-max-width-350 {
    max-width: 350px;
}

.has-max-width-305 {
    max-width: 305px;
}

.has-max-width-480-center {
    max-width: 480px;
    margin: 0 auto;
}

.first-section .join-in {
    min-height: 65px;
    max-width: 380px;
}

.first-section .join-in::after {
    background-image: url(../images/right_arrow_blue.png);
    height: 60px;
    width: 60px;
}

.first-section .arrow-blue::after {
    background-image: url(../images/right_arrow_blue.png);
    width: 44px;
    height: 28px;
    top: auto;
    bottom: 10px;
}

.first-section .top-part {
    padding-bottom: 250px;
}

.first-section .bottom-part h3 {
    margin-left: 33px;
}

.first-section .bottom-part {
    max-width: calc(100% - 220px);
    margin: 0 auto;
    /*background-image: url(../images/figures.png);*/
    background-repeat: no-repeat;
    background-position-y: 85%;
    background-position-x: 90%;
    position: relative;
}

.bottom-part-img {
    position: absolute;
    right: 440px;
    bottom: 480px;
}

.bottom-part-img img {
    position: absolute;
}

.bottom-part-img_2 {
    top: 280px;
    left: 200px;
}

.bottom-part-img_4 {
    top: 0;
    left: 320px;
}

.bottom-part-img_5 {
    top: 130px;
    left: 160px;
}

.first-section .bottom-part .single-step {
    margin-bottom: 33px;
}

.first-section .bottom-part .step-left {
    width: 380px;
    height: 340px;
    background-repeat: no-repeat;
    background-size: contain;
}

.first-section .step-right {
    margin-left: 100px;
}

.first-section .step-two .step-left {
    background-position: center;
}

.first-section .step-three .step-left {
    background-position: bottom;
}




/* section-two */
.section-two h2.position-absolute{
    top: 15px;
}
.section-two .text-from-back h2 {
    top: 15px;
    color: #ff9c25;
    line-height: 1;
    font-weight: 800;
    font-size: 81px;
}
.section-two .text-from-back h3{
    color: #fff;
    font-weight: 800;
    font-size: 59px;
    margin-left: 50px;
    margin-bottom: 20px;
}
.section-two .text-from-back h4{
    color: #fff;
    font-weight: 800;
    font-size: 39px;
    position: relative;
    margin-left: 120px;
    margin-bottom: 120px;
}
.section-two .text-from-back h4 span{
    background-color: #ff9b25;
    padding-right: 10px;
    padding-left: 10px;
}
.section-two .text-from-back h4::after {
    content: "";
    display: block;
    width: 67px;
    height: 149px;
    position: absolute;
/*    background-image: url(../images/arrow_down.png);*/
    left: -70px;
    bottom: -130px;
}
.section-two {
    min-height: 970px;
}

.section-two-container {
    min-height: 900px;
    max-width: 1625px;
    margin: 0 auto;
    background-image: url(../images/sect-two-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.arrow-down::after {
    content: "";
    display: block;
    width: 67px;
    height: 149px;
    position: absolute;
    background-image: url(../images/arrow_down.png);
    left: -70px;
    bottom: -130px;
}

.section-two .text-tag {
    bottom: 36px;
    right: 80px;
}

.section-two .text-tag-left {
	display:none;
    bottom: 36px;
    left: 70px;
}


/* section-three */

.has-bg-light-purple {
    background-color: #bc9ccd;
}

.section-three-container {
    max-width: calc(100% - 140px);
    margin: 0 auto;
}

.section-three-container > h2{
    margin-left: auto;
    margin-right: 130px;
    color: #fff;
    background-color: #ff9b25;
    max-width: 360px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 62px;
}
.section-three-container h2:nth-child(2){
    background-color: #005daa;
    margin-right: 90px;
    padding-left: 40px;
}
.section-three-container .slider-element-block > p, .section-three-container .slider-element-block > h1,
.section-three-container .slider-element-block > h2, .section-three-container .slider-element-block > h3,
.section-three-container .slider-element-block > h4, .section-three-container .slider-element-block > h5{
    min-height: 320px;
    padding-bottom: 200px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
    flex-grow: 1;
}

.section-three-container .slider-element-block > p::before, .section-three-container .slider-element-block > h1::before,
.section-three-container .slider-element-block > h2::before, .section-three-container .slider-element-block > h3::before ,
.section-three-container .slider-element-block > h4::before, .section-three-container .slider-element-block > h5::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-image: url(../images/arrow_slider_down.png);
}
.section-three-container .slider-element-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-three-container .slick-slide p{
    color: #fff;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.slick-slide{
    outline: none;
}
.slick-dots li button:before{
    font-family: 'Times New Roman', sans-serif;
    opacity: 0;
}
.slick-dots li:hover button:before{
    opacity: 0;
}
.container-with-sliders {
    max-width: 1730px;
    margin: 0 auto;
}

.container-with-sliders::before {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    right: -70px;
    width: 186px;
    height: 109px;
    background-image: url(../images/tringle.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotateZ(10deg);
    z-index: 9999;
}

.container-with-sliders .single-box {
    max-width: 423px;
    min-height: 746px;
    margin-bottom: 15px;
    width: 100%;
    padding: 30px 35px;
}

@media (min-width: 767.98px) {
    .container-with-sliders .single-box {
        width: calc(100%/2 - 13px);
    }
}

@media (min-width: 1199.98px) {
    .container-with-sliders .single-box {
        width: calc(100%/4 - 13px);
    }
}



.slick-slide img {
    width: 100%;
    max-height: 285px;
}

.has-pb-200 {
    padding-bottom: 200px;
}

.slick-slider {
    position: unset;
}

.slick-arrow {
    top: 30%;
    width: auto;
    height: auto;
    z-index: 99999999;
}

.slick-next {
    right: 25px;
}

.slick-prev {
    left: 25px;
}

.slick-prev:before, .slick-next:before {
    font-size: 36px;
}


.slick-dots {
    top: 29%;
    left: 0;
    display: flex;
    justify-content: center;
    height: 22px;
}

.slick-dots li {
    margin: 0 15px !important;
}

.slick-dots li button {
    border-radius: 50%;
    border: 3px solid #fff;
}

.slick-dots li.slick-active button::before {
    font-size: 36px;
    color: white;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.text-slider-title {
    min-height: 320px;
}

.arrow-after-slider::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-image: url(../images/arrow_slider_down.png);
}

.slider-scene {
    min-height: 365px;
}

.slider-from-slider .slick-dots {
    display: none !important;
}
.slider-from-slider {
    position: relative;
}

.slider-from-slider .slick-next {
    right: 0;
}
.slider-from-slider .slick-prev {
    left: 0;
}

.slider-from-slider .slick-arrow {
    height: 35px;
    width: 35px ;
    background-color: #8449a2;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
}

.slider-from-slider .slick-arrow::before {
    display: none;
}

.section-four .box-video{
    position: absolute !important;
    z-index: 1;
}

/* section-four */
.section-four-top-part #bg_video{
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.has-mr-130 {
    margin-right: 130px !important;
}

.section-four .box-video h4 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 160px;
    PADDING-RIGHT: 30px;
    color: #595959;
}

.section-four .box-video {
    min-height: 136px;
    border-radius: 30px;
}

.section-four .bottom-text {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.section-four .box-video::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 136px;
    height: 136px;
    background-color: #9b6cad;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    color: white;
    background-image: url("../images/play-btn.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 46px center;
}

@media (min-width: 1300px) {
    .section-four-bottom-part .slider .slick-prev {left: 34%}
    .section-four-bottom-part .slider .slick-next {right: 34%}
}


.section-four-bottom-part .slider img {
    max-height: unset;
}

.section-four-bottom-part .slider .slick-arrow {
    top: auto;
    bottom: 14%;
}

.section-four-bottom-part .slider .slick-dots {
    top: auto;
    bottom: 20.5%;
}
.section-four-bottom-part .slick-prev:before, .section-four-bottom-part .slick-next:before { font-size: 70px;}

.section-four-bottom-part .slider {
    padding-bottom: 265px;
}

.section-four-bottom-part .slick-dots li button:before {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-four-bottom-part .slick-dots li.slick-active button::before {
    font-size: 45px;
    width: 27px;
    height: 27px;
}

.section-four-bottom-part .slick-dots {
    height: 28px;
}

.section-four-bottom-part .slick-dots li {
    margin: 0 25px !important;
    width: 27px;
    height: 27px;
}

.section-four-bottom-part .slick-dots li button {
    width: 27px;
    height: 27px;
}

.section-four-bottom-part .arrow-after-slider {

}

/* section-five */
.top-part h3{
    min-height: 58px;
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;

}
.top-part h3:nth-child(1){
    background-color: #005daa;
    font-weight: 400;
    max-width: 890px;
    margin: 0 auto 10px 0;
    padding-left: 65px;
    padding-right: 25px;
}
.top-part h3:nth-child(2){
    background-color: #8448a2;
    font-weight: 400;
    margin: 0 auto 2px 35px;
    padding-left: 16px;
    padding-right: 20px;
    max-width: 1170px;

}
.top-part h3:nth-child(3){
    background-color: #ff9b25;
    font-weight: 400;
    margin: 0 auto 0 30px;
    padding-left: 16px;
    padding-right: 30px;
    max-width: 945px;

}

.section-five-text span{
    font-weight: 400;
    font-size: 59px;
}
.has-mb-1 {
    margin-bottom: 1px;
}

.height-58 {
    min-height: 58px;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.section-five-container .bottom-slider .bottom-slider-container {
    max-width: 1730px;
    margin: 0 auto;
}

.section-five-container .top-part {
    max-width: 1730px;
    margin: 0 auto;
}

.section-five .bottom-slider {
    min-height: 1100px;
    background-image: url(../images/slider_bg.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 1200px) {
    .section-five .bottom-slider {
        background-size: auto;
    }
}

.multiple_three .container-single-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.multiple_three .slick-arrow {
    top: 40%;
}

.multiple_three .container-single-slide img {
    max-height: unset;
    max-width: 450px;
}

.multiple_three .slick-prev {
    left: 2%;
}

.multiple_three .slick-next {
    right: 2%;
}

.multiple_three .slick-prev:before, .multiple_three .slick-next:before {
    color: #000;
    font-size: 70px;
}

.nav-menu ul li {
    margin: 0 10px;
}

/* responsive */
@media (max-width: 1605px) {
    .top-header .join-in {
        margin-right: 0;
    }
}

@media (max-width: 1400px) {
    .top-header .sign-in.arrow-after::after {
        top: 7px;
    }

    .top-header .col-md-4 {
        display: flex;
        justify-content: center;
    }

    .top-header .account-container {
        justify-content: center !important;
    }
}



@media (max-width: 992px) {
    .top-header-container {
        flex-direction: column !important;
    }

    .top-header img {
        width: 100%;
    }

    .account-container .join-in {
        margin: 7px auto;
    }

    .account-container .sign-in {
        margin: 7px auto;
    }

    .top-header .account-container {
        flex-direction: column !important;
    }

    .section-three-container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .first-section-container {
        background-image: none;
    }
    .first-section .bottom-part {
        max-width: 100%;
        background-image: none;
    }

    .margin-sm-lr-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .section-four .box-video::before {
        left: 0;
    }

    .bottom-header-container {
        max-width: 100%;
    }

    .section-two .text-from-back {
        margin-top: 100px;
    }

    .container-with-sliders::before {
        display: none;
    }

    .multiple_three .slick-prev,
    .multiple_three .slick-next {
        display: none !important;
    }
}
.section-six .single-step .flex-grow-image{
    max-width: 235px;
    width: 100%;
}
.step-text-link-six{
    flex-grow: 1;
}
.six-section-right-text h2{
    transform: rotate(-30deg);
    color: #fff;
    text-transform: uppercase;
    font-size: 62px;
    text-align: center;
    width: 100%;

}
.six-section-right-text h2:nth-child(1){
    margin: 0 150px 0 auto;
    max-width: 350px;
    background-color: #ff9b25;
}
.six-section-right-text h2:nth-child(2){
    margin: -35px 35px 20px auto;
    color: #fff;
    background-color: #005cab;
    max-width: 395px;
}

.lazy_three .slick-slider .slick-list {
    margin: 0 -15px;
}

.lazy_three .slick-initialized .slick-slide {
    margin: 0 15px;
}

.single-slide-jury-container {
    margin: 150px auto 0;
    max-width: 1300px;
}

footer {
    background: #005caa;
    color: #ffffff;
    padding: 110px 145px 45px;
}

.footer-content {
    width: 100%;
}

.footer-content h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.footer-content .d-flex {
    justify-content: center;
}

.footer-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 95px;
}

.footer-left {
    max-width: 675px;
    width: 100%;
}

.footer-left p, .footer-left a, .footer-right a, .footer-right p {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 0;
}

.footer-left a, .footer-right a {
    color: #009ed7;
}

.footer-right p {
    min-width: 225px;
}

.footer-right a {
    margin-left: 20px;
}

.footer-logo {
    margin-left: 0;
}

.footer-right {
    max-width: 550px;
    width: 100% ;
}

.footer-right-item {
    display: flex;
    margin-top: 30px;
}

.footer-left-item {
    margin-top: 30px;
}

.footer-social {
    margin: 55px 0 100px;
}

.mobile-menu__toggle {
    display: none;
}

.mob-menu-container {
    display: none;
}


/* ----------------- adaptive ------------------- */

@media (max-width: 1600px) {
    .first-section-container {
        background-size: 60%;
    }
    .first-section-container .left-part-box-two h4:nth-child(2) {
        margin-bottom: 20px;
    }
    .first-section .top-part {
        padding-bottom: 100px;
    }
    .first-section .bottom-part {
        background-position-x: 100%;
    }
    .container-with-sliders .single-box {
        min-height: 500px;
    }

    .section-three-container .slider-element-block > p, .section-three-container .slider-element-block > h1, .section-three-container .slider-element-block > h2, .section-three-container .slider-element-block > h3, .section-three-container .slider-element-block > h4, .section-three-container .slider-element-block > h5 {
        min-height: 180px;
        padding-bottom: 160px;
        font-size: 25px;
    }

    .slider-scene {
        min-height: 325px;
    }

    .bottom-part-img {
        right: 300px;
    }
}

@media (max-width: 1500px) {
    .section-five-container .bottom-slider .bottom-slider-container {
        padding: 0 20px;
    }
    .footer-left p, .footer-left a, .footer-right a, .footer-right p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .footer-social {
        margin: 55px 0 60px;
    }
}

@media (max-width: 1400px) {

    h2 {
        font-size: 54px;
    }
    h3 {
        font-size: 36px;
    }

    .nav-menu a {
        font-size: 18px;
    }

    .first-section .bottom-part .step-left p {
        margin-bottom: 0;
    }

    .first-section .bottom-part {
        background-size: 30%;
    }

    .first-section .bottom-part .step-left {
        width: 330px;
        height: 300px;
    }

    .section-three-container .slider-element-block > p, .section-three-container .slider-element-block > h1, .section-three-container .slider-element-block > h2, .section-three-container .slider-element-block > h3, .section-three-container .slider-element-block > h4, .section-three-container .slider-element-block > h5 {
        min-height: 160px;
        padding-bottom: 140px;
        font-size: 23px;
    }

    .slick-dots {
        top: 24%;
    }

    .slick-arrow {
        top: 26%;
    }

    .slider-scene {
        min-height: 285px;
    }
}

@media (max-width: 1350px) {

    .single-slide-jury-container {
        max-width: 1090px;
    }

    .single-slide-jury-container p {
        font-size: 20px;
    }

    .slider-from-slider .slick-prev {
        left: 20px;
    }
    .slider-from-slider .slick-next {
        right: 20px;
    }

    .bottom-part-img {
        right: 240px;
    }

    .bottom-part-img_1 {
        max-width: 350px;
    }

    .bottom-part-img_2 {
        max-width: 175px;
        top: 250px;
        left: 170px;
    }

    .bottom-part-img_3 {
        max-width: 75px;
        top: 0;
        left: 30px;
    }

    .bottom-part-img_4 {
        max-width: 75px;
        left: 280px;
    }

    .bottom-part-img_5 {
        max-width: 50px;
    }
}

@media (max-width: 1300px) {
    .section-three-container .slider-element-block > p, .section-three-container .slider-element-block > h1, .section-three-container .slider-element-block > h2, .section-three-container .slider-element-block > h3, .section-three-container .slider-element-block > h4, .section-three-container .slider-element-block > h5 {
        padding-bottom: 100px;
        font-size: 20px;
    }

    .slider-scene {
        min-height: 275px;
    }

    .section-three-container .slick-slide p {
        font-size: 18px;
    }
}

@media (max-width: 1250px) {

    .nav-menu a {
        font-size: 14px;
    }

    .bottom-part-img {
        right: 140px;
    }

    .bottom-part-img_1 {
        max-width: 260px;
    }

    .bottom-part-img_2 {
        max-width: 125px;
        top: 190px;
        left: 130px;
    }

    .bottom-part-img_3 {
        max-width: 55px;
    }

    .bottom-part-img_4 {
        max-width: 55px;
        left: 200px;
    }

    .bottom-part-img_5 {
        top: 100px;
        left: 110px;
    }
}

@media (max-width: 1024px) {

    .mobile-menu__toggle {
        display: block;
        color: #ffffff;
    }

    .mobile-menu__toggle {
        display: flex;
        align-items: center;
    }
    .mobile-menu__toggle-span {
        width: 94px;
        height: 32px;
        position: relative;
        cursor: pointer;
    }
    .mobile-menu__toggle-span span {
        display: block;
        position: absolute;
        top: 50%;
        width: 64px;
        transform: translate(0, -50%);
        right: 0;
        height: 4px;
        background: #00A0E5;
        border-radius: 25px;
        transition: 0.3s;
        cursor: pointer;
        z-index: 3;
    }
    .mobile-menu__toggle-span span::before, header .mobile-menu__toggle-span span::after {
        content: "";
        position: absolute;
        height: 4px;
        background: #00A0E5;
        width: 64px;
        right: 0;
        border-radius: 25px;
        transition: 0.3s;
    }
    .mobile-menu__toggle-span span::before {
        top: 10px;
        width: 44px;
    }
    .mobile-menu__toggle-span span::after {
        top: -10px;
    }
    .mobile-menu__toggle-span.open span {
        transition: 0.3s;
        background: 0 0;
    }
    .mobile-menu__toggle-span.open span::before {
        transform: rotate(45deg);
        top: 0;
        height: 4px;
        transition: 0.3s;
        width: 64px;
        background: white;
    }
    .mobile-menu__toggle-span.open span:after {
        top: 0;
        transform: rotate(-45deg);
        height: 4px;
        transition: 0.3s;
        background: white;
    }

    .top-header .d-flex {
        flex-direction: row!important;
        justify-content: space-between;
        align-items: center;
    }
    .main-menu-class {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100vw;
        background: #0a53be;
        transition: 0.8s;
        z-index: 2;
        padding: 80px 20px;
    }

    .main-menu-class.open {
        left: 0;
    }

    .mob-menu-container {
        display: block;
        margin-top: 20px;
    }

    .mob-menu-container .menu-social-menu-container {
        display: block!important;
    }

    .mob-menu-container .menu-social-menu-container  a {
        font-size: 0;
        width: 50px;
        height: 40px;
    }

    .mob-menu-container .account-container {
        display: flex!important;
        flex-direction: column!important;
    }

    .container-with-sliders::before {
        content: none;
    }

    .mob-menu-container .account-container a {
        color: #5e5e5e;
    }

    .mob-menu-container .account-container .join-in::after{
        width: 38px;
        height: 38px;
    }

    .mob-menu-container .account-container .sign-in {
        color: #ffffff;
    }

    .mob-menu-container .account-container .arrow-after::after {
        top: 50%;
        transform: translateY(-50%);
    }

    .bottom-header-container {
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
    }

    .bottom-header-container .hamburger {
        max-width: 90%;
        margin: 0 auto;
    }
    .top-header img {
        width: 100%;
        margin-right: auto;
    }

    .top-header .col-md-4 {
        max-width: 70%;
    }

    .top-header {
        padding: 20px;
    }

    .menu-social-menu-container, .account-container {
        display: none!important;
    }

    .top-header-container {
        min-height: auto;
    }

    .menu-main-menu-container #menu-main-menu {
        flex-direction: column;
    }

    .first-section h2 {
        font-size: 29px;
        padding: 9px 0;
    }

    .first-section h4 {
        font-size: 25px;
    }

    .first-section-container h2:nth-child(2) {
        margin-right: 0;
        margin-bottom: 0 !important;
    }

    .first-section-container-description > * a {
        font-size: 17px;
    }

    .first-section-container-description > * a br {
        display: none;
    }

    .first-section-container-description > * a::after {
        background-size: contain;
        transform: translateY(-50%);
        top: 65%;
        width: 34px;
        height: 18px;
    }

    .first-section .join-in {
        min-height: 40px;
        max-width: 100%;
        font-size: 25px;
    }

    .first-section .join-in::after {
        height: 36px;
        width: 36px;
        margin-bottom: 40px!important;
    }

    .bottom-part-img {
        display: none;
    }

    .first-section .bottom-part h3 {
        font-size: 26px;
    }

    .first-section .bottom-part .single-step {
        margin-bottom: 0px;
    }

    .left-part-box-two {
        margin: 25px auto 0 auto;
    }

    .first-section-container .left-part-box-two h4:nth-child(1) {
        font-weight: 300;
        margin-bottom: 20px;
    }

    .first-section .top-part {
        padding-bottom: 30px;
    }

    .first-section .bottom-part .single-step {
        justify-content: center;
    }

    .first-section .bottom-part .step-left {
        width: 240px;
        height: 220px;
    }

    .first-section .step-right {
        margin-left: 0;
        text-align: left;
        width: 69%;
    }
    .has-font-weight-600 {
    	font-size: 20px;
    }

    .first-section .bottom-part {
        background-size: 0;
    }

    .section-two h2.position-absolute {
        font-size: 44px;
    }

    .section-two .text-from-back h2 {
        font-size: 50px;
    }

    .section-two .text-from-back h3 {
        font-size: 39px;
    }

    .section-two .text-from-back h4 {
        font-size: 29px;
    }

    .section-three-container .slider-element-block > p::before, .section-three-container .slider-element-block > h1::before, .section-three-container .slider-element-block > h2::before, .section-three-container .slider-element-block > h3::before, .section-three-container .slider-element-block > h4::before, .section-three-container .slider-element-block > h5::before {
        background-image: none;
    }

    .section-three-container > h2 {
        font-size: 32px;
        margin-left: auto;
        margin-right: 0;
    }

    .section-four .box-video {
        min-height: 96px;
    }

    .section-four .has-max-width-900-center {
        max-width: 90%;
    }

    .section-four h4 {
        font-size: 27px;
    }

    .section-four .box-video::before {
        width: 70px;
        height: 70px;
        font-size: 40px;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
    }

    .section-four-bottom-part .slider {
        padding-bottom: 75px;
    }

    .section-four-bottom-part .slider .slick-arrow {
        bottom: -14px;
    }

    .top-part h3:nth-child(1) {
        max-width: 100%;
        padding-left: 16px;
        display: block !important;
        margin-right: 159px !important;
    }

    .top-part h3 {
        font-size: 26px;
    }

    .section-five .section-five-text {
        margin-top: 20px!important;
    }

    .section-five-text span {
        font-weight: 400;
        font-size: 30px;
    }

    .section-five-text p {
        margin-bottom: 0;
    }

    .section-five .bottom-slider {
        margin-top: 50px!important;
        min-height: 950px;
    }

    .section-five h2 {
        font-size: 38px;
    }

    .six-section-right-text h2 {
        font-size: 42px;
    }

    .six-section-right-text h2:nth-child(1) {
        margin: 0 0px 0 auto;
        max-width: 100%;
    }

    .six-section-right-text h2:nth-child(2) {
        margin: 35px 35px 20px auto;
        max-width: 100%;
    }

    footer {
        padding: 50px 20px;
    }

    .footer-content h3 {
        font-size: 20px;
    }

    .footer-social {
        margin: 30px 0;
    }

    .footer-flex {
        margin-bottom: 55px;
        flex-direction: column-reverse;
    }

    .footer-left, .footer-right {
        max-width: 100%;
    }

    .footer-logo img {
        width: 100%;
    }

    .footer-right a {
         margin-left: 0;
    }

    .footer-left p, .footer-left a, .footer-right a, .footer-right p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .footer-right p {
        min-width: auto;
    }

    .footer-right-item {
        flex-direction: column;
    }
}

.btn--cta {
    padding: 10px 40px;
    font-size: 25px;
    background: #f25531;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}

.btn--cta-mob {
    padding: 6px 12px;
    font-size: 25px;
    background: #f25531;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}

.has-mobile-mod {
    margin-top: 145%;
    margin-left: 23%;
}

.has-max-width-770-mod {
    max-width: 770px;
    margin-top: -16%;
    margin-left: 63%;
}