.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:before, .clearfix:after, .container_12:before, .container_12:after, .container_16:before, .container_16:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearfix:after, .container_12:after, .container_16:after {
    clear: both
}

.clearfix, .container_12, .container_16 {
    zoom: 1
}

a:focus {
    outline: none;
}

b, strong {
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {

}

html, body {
    height: 100%;
    font-family: "UbuntuRegular";
}

body {

}

#main {
    overflow: hidden;
}

/* font-family: "UbuntuRegular"; */

@font-face {
    font-family: "UbuntuRegular";
    src: url("fonts/UbuntuRegular/UbuntuRegular.eot");
    src: url("fonts/UbuntuRegular/UbuntuRegular.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuRegular/UbuntuRegular.woff") format("woff"), url("fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuMediumItalic"; */

@font-face {
    font-family: "UbuntuMediumItalic";
    src: url("fonts/UbuntuMediumItalic/UbuntuMediumItalic.eot");
    src: url("fonts/UbuntuMediumItalic/UbuntuMediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuMediumItalic/UbuntuMediumItalic.woff") format("woff"), url("fonts/UbuntuMediumItalic/UbuntuMediumItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuMedium"; */

@font-face {
    font-family: "UbuntuMedium";
    src: url("fonts/UbuntuMedium/UbuntuMedium.eot");
    src: url("fonts/UbuntuMedium/UbuntuMedium.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuMedium/UbuntuMedium.woff") format("woff"), url("fonts/UbuntuMedium/UbuntuMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuLightItalic"; */

@font-face {
    font-family: "UbuntuLightItalic";
    src: url("fonts/UbuntuLightItalic/UbuntuLightItalic.eot");
    src: url("fonts/UbuntuLightItalic/UbuntuLightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuLightItalic/UbuntuLightItalic.woff") format("woff"), url("fonts/UbuntuLightItalic/UbuntuLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuLight"; */

@font-face {
    font-family: "UbuntuLight";
    src: url("fonts/UbuntuLight/UbuntuLight.eot");
    src: url("fonts/UbuntuLight/UbuntuLight.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuLight/UbuntuLight.woff") format("woff"), url("fonts/UbuntuLight/UbuntuLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuItalic"; */

@font-face {
    font-family: "UbuntuItalic";
    src: url("fonts/UbuntuItalic/UbuntuItalic.eot");
    src: url("fonts/UbuntuItalic/UbuntuItalic.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuItalic/UbuntuItalic.woff") format("woff"), url("fonts/UbuntuItalic/UbuntuItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuBoldItalic"; */

@font-face {
    font-family: "UbuntuBoldItalic";
    src: url("fonts/UbuntuBoldItalic/UbuntuBoldItalic.eot");
    src: url("fonts/UbuntuBoldItalic/UbuntuBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuBoldItalic/UbuntuBoldItalic.woff") format("woff"), url("fonts/UbuntuBoldItalic/UbuntuBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* font-family: "UbuntuBoldItalic"; */

@font-face {
    font-family: "UbuntuBold";
    src: url("fonts/UbuntuBold/UbuntuBold.eot");
    src: url("fonts/UbuntuBold/UbuntuBold.eot?#iefix") format("embedded-opentype"), url("fonts/UbuntuBold/UbuntuBold.woff") format("woff"), url("fonts/UbuntuBold/UbuntuBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.rules-div {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.rules-href {
    color: #00B0F0;
    text-decoration: none;
}

.popup__content .rules-href {
    color: #528dea;

}


header {
    background: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 12px 0px;
    border-bottom: 1px solid #D7D7D7;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

header nav li {
    float: left;
    line-height: 58px;
    margin-right: 15px;
}

header nav li:last-child {
    margin-right: 0;
}


header nav li a {
    text-decoration: none;
    font-family: "UbuntuBold";
    font-size: 13.5px;
    line-height: 1.1;
    color: #00B0F0;
    overflow: hidden;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    padding-top: 0px;
}

header nav li a:after {
    transition: all 0.35s ease;
    z-index: 1;
}

header nav li a:before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 0;
    color: #FFDE23;
    word-break: break-all;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    padding-top: 25px;
}

header nav li a:hover:before {
    max-width: 100%;
}

header nav li a:hover:after,
.landingDotted .cur:after {
    width: 100%;
}

.landingDotted .cur,
header nav li a:hover {
    opacity: 1;
    color: #FFDE23 !important;
}


header nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #FFDE23;
}

header.fixed {

}

header.fixed nav li a {
    color: #00B0F0;
}

header nav ul::after,
.wrapper-main::after,
.slide-1__txt-top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper-main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrapper-main .slide-1__txt .slide-1__txt-info h2 {
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 25px;
}

@media (min-width: 992px) {
    .wrapper-main .slide-1__txt .slide-1__txt-info h2 {
        min-height: 105px;
        width: 50%;
    }
}

@media (max-width: 991px) {
    .wrapper-main .slide-1__txt .slide-1__txt-info h2 {
        min-height: 90px;
    }
}

@media (max-width: 767px) {
    .wrapper-main .slide-1__txt .slide-1__txt-info h2 {
        min-height: 50px;
        width: 60%;
        min-width: 170px;
    }

    .question-block {
        font-size: 18px !important;
    }

    .answer-block {
        font-size: 16px !important;
    }

    .slide-14 {
        padding-bottom: 115px !important;
    }
}

.top-logos {
    display: inline-block;
    vertical-align: middle;
}


.reg-btn {
    padding: 25px 35px !important;
}

.reg-btn a {
    text-decoration: initial;
    color: #FFDE23;
}


.slide-1-r.animated:after {
    transform: translateX(0);
    opacity: 1;
}


header .wrapper-main ul {
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
}

.slide-1 {
    padding-top: 100px;
}

.slide-1 {
    color: #00B0F0;
    position: relative;
    /*background: url("../images/slide5-bot-bg.jpg") no-repeat bottom center;*/

    min-height: 1091px;
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
}

.divider1 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -64px;
    background: url("../images/divider1.png") no-repeat top center;
}

.divider11 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -64px;
    z-index: 1;
    background: url("../images/divider1_.png") no-repeat top center;
}

.divider2 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -60px;
    background: url(../images/divider2.png) no-repeat top center;
    z-index: 3;
}

.divider002 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -59px;
    background: url(../images/divider2.png) no-repeat top center;
    transform: rotate(180deg);
    z-index: 1;
}

.slide-1 .divider3 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 49.8%;
    margin-left: -4px;
    bottom: -57px;
    background: url(../images/divider7.png) no-repeat top center;
}

.divider4 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -234px;
    background: url(../images/divider4.png) no-repeat top center;
}

.divider14 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -59px;
    background: url(../images/divider4.png) no-repeat top center;
}

.divider5 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -57px;
    background: url("../images/divider5.png") no-repeat top center;
    z-index: 1;
}

.slide-1 .wrapper-main {
    position: relative;
}

.slide-1__scroll-text {
    font-family: 'Ubunturegular';
    font-size: 13px;
    color: #939598;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50% !important;
    margin-left: -692px !important;


    -webkit-animation: 1s infinite alternate down;
    animation: 1s infinite alternate down;
}

.slide-1__scroll-text:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 16px;
    left: -23px;
    top: 0;
    background: url("../images/arr.png") no-repeat top center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.slide-1__scroll-text {
    -webkit-animation: 1s infinite alternate down;
    animation: 1s infinite alternate down;
}

@-webkit-keyframes down {
    0% {
        transform: translate(0px, -4px) rotate(-90deg)
    }
    100% {
        transform: translate(0px, 12px) rotate(-90deg)
    }
}

@keyframes down {
    0% {
        transform: translate(0px, -4px) rotate(-90deg)
    }
    100% {
        transform: translate(0px, 12px) rotate(-90deg)
    }
}

.smi-slider-wrap {
    padding-top: 32px;
    width: 35%;
    position: relative;
    margin: 0 auto;
    margin-top: 47px;
}

.big-images .owl-controls .owl-dots {
    display: none !important;
}

.big-images .item img {
    height: 60vh;
    width: auto !important;
    margin: 0 auto;
    max-height: 2000px;
}

.thumbs {
    margin-top: 5%;
}

.thumbs.owl-theme .owl-controls {
    display: none;
}

.thumbs.owl-theme .item {
    text-align: center;
}

.thumbs .item img {
    max-height: 135px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.thumbs .item img:hover,
.thumbs .item.active img {
    opacity: 0.8;
    border: 1px solid orange;
}

.big-images.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    width: 31px;
    height: 57px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    color: transparent;
    background-size: cover;
    transition: all 0.3s ease;
}

.big-images.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    opacity: 0.6;
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -12%;
    background: url("../images/arr-left.png") no-repeat top center;
}

.big-images.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -12%;
    background: url("../images/arr-right.png") no-repeat top center;
}

.slide-1__txt-top {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.75s ease;
    transition-delay: 1.0s;
}

.slide-1__txt-info h6 {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.75s ease;
    transition-delay: 1.2s;
}

.slide-1__txt-info h4 {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.75s ease;;
    transition-delay: 1.2s;
}

.slide-1__txt-info h2 {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.75s ease;
    transition-delay: 1.4s;
}

.slide-1__txt-info h5 {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 0.75s ease;
    transition-delay: 1.5s;
}

.slide-1 .run-plashka {
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.75s ease;
    transition-delay: 1.6s;
}

.slide-1__txt-top.animated,
.slide-1__txt-info h6.animated,
.slide-1__txt-info h2.animated,
.slide-1 .run-plashka.animated,
.slide-1__txt-info h5.animated,
.slide-1__txt-info h4.animated {
    opacity: 1;
    transform: translateX(0);
}

.slide-1__txt-top img {
    float: left;
}

.slide-1__txt-top p {
    float: left;
    font-family: "UbuntuRegular";
    font-size: 16px;
    padding-left: 17px;
    line-height: 1.2;
}

.slide-1__txt {
    padding-left: 0px;

}

.slide-1__txt-info {
    padding-top: 0;
    padding-bottom: 209px;
}

.slide-1__txt-info h4 {
    font-family: "UbuntuBold";
    font-size: 44px;
    line-height: 1.22;
}

.slide-1__txt-info h6 {
    font-family: "UbuntuRegular";
    font-size: 22px;
    line-height: 1.2;
    margin-top: 17px;
}

.slide-1__txt-info h2 {
    font-family: "UbuntuBold";
    font-size: 92px;
    line-height: 1;
    margin-top: 19px;
}

.slide-1__txt-info h4 {
    font-family: "UbuntuBold";
    font-size: 44px;
    line-height: 1.22;
    margin-top: 30px;
    color: #FFDE23;
}

.slide-1__txt-info h4 span {
    font-family: "UbuntuBold";
    font-size: 12px;
    line-height: 1.22;
}

.slide-1__txt-info h5 {
    font-family: "UbuntuBold";
    font-size: 36px;
    line-height: 1.22;
    margin-top: 30px;
    max-width: 50%;
}

.run-plashka {
    border: 5px solid #FFDE23;
    display: inline-block;
    padding: 14px;
    background: white;
    margin-top: 63px;
    margin-left: 103px;
    transition: all 0.5s ease;
}

.run-plashka p {
    font-family: "UbuntuBold";
    font-size: 24px;
    line-height: 1.33;
    color: #ffcb08;
    display: inline-block;
    vertical-align: middle;
    background: white;
    margin-left: -103px;
    transition: all 0.5s ease;
}

.run-plashka.visible {
    margin-left: 0;
}

.run-plashka.visible p {
    margin-left: 0;
}

.ajax-preloader {
    margin-top: 20px;
    margin-left: 80px;
}

.run-plashka .register-btn {
    font-family: "UbuntuBold";
    font-size: 16px;
    line-height: 52px;
    height: 52px;
    text-align: center;
    color: white;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    /*	padding: 0 28px;*/
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.run-plashka .register-btn:hover {
    /*	background: #FFDE23;*/
    /*	color: #FFFFFF;*/
}

.run-plashka .register-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    /*	z-index: -1;*/
    width: 100%;
    height: 100%;
    background: #FFDE23;
    color: #FFFFFF;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.run-plashka .register-btn:hover::before,
.run-plashka .register-btn:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.run-plashka .register-btn:hover span,
.run-plashka .register-btn:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.run-plashka .register-btn span {
    z-index: 1;
    padding: 0 28px;
    position: relative;
    display: block;
    background: #528DEA;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.run-plashka .rules-btn {
    font-family: "UbuntuBold";
    font-size: 14px;
    line-height: 52px;
    text-align: center;
    color: #939598;
    display: inline-block;
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.run-plashka .rules-btn:hover {
    color: rgba(147, 159, 152, 0.5);
}

.warn-btn {
    width: 59%;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 150px;
}

.warn-btn p {
    font-family: "UbuntuBold";
    font-size: 18px;
    line-height: 1.33;
    color: #FFDE23;
    display: inline-block;
    vertical-align: middle;
    background: white;
    margin-left: -103px;
    transition: all 0.5s ease;
    margin: 0 auto;
    line-height: 1.5;
}

.warn-btn p span {
    color: #00B0F0;
    font-size: 24px;
}

/* @media (max-width: 1366px) {
	.slide-7 {
		padding-top: 387px;
	}
} */
@media (min-width: 1340px) {
    .slide-7 {
        background-size: cover !important;
    }
}

.slide-7 {
    text-align: center;
    background: transparent url(../images/karpova-banner.png) no-repeat center top;
    background-size: contain;
    /* background: url(../images/slide5-bot-bg2.jpg) no-repeat bottom center; */
    position: relative;
    width: 100%;
    margin-top: 0;
    /*background-size: cover;*/
    padding-top: 0;
    min-height: 711px;
    display: flex;
    /*align-items: center;*/
}

@media (max-width: 1500px) {
    .choose-section .lines5 {
        display: none;
    }
}

.slide-7 .divider5 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    /*bottom: -75px;*/
    background: url(../images/divider5.png) no-repeat top center;
    top: 115px;
    transform: rotate(180deg);
}

.slide7 .divider8 {
    bottom: -67px;
}

.slide-7 h2 {
    font-family: "UbuntuBold";
    font-size: 54px;
    color: #00B0F0;
    text-align: -webkit-right;
}

.slide-7 h2 span {
    text-transform: uppercase;
}


.divider7 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -64px;
    background: url("../images/divider7.png") no-repeat top center;
}

.slide-8 {
    background: transparent url(../images/bunner-24-min.png) no-repeat top center;
    position: relative;
    background-size: cover;
    min-height: 850px;
    display: flex;
    align-items: center;
    z-index: 2;
}


@media (min-width: 1367px) and (max-width: 1680px) {
    .slide-1 {
        min-height: 950px;
    }
}

@media (min-width: 1681px) and (max-width: 1920px) {
    .slide-1 {
        min-height: 958px;
    }
}

@media (max-width: 1199px) {
    .slide-1 {
        min-height: 680px;
    }
}

.slide-8 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #ffffff;
    text-align: center;
}

.divider8 {
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -249px;
    background: url(../images/divider1_.png) no-repeat top center;
    z-index: 9;
}

.slide-9 {
    background: #FFDE23 url(../images/banner-3.png) no-repeat bottom center;
    position: relative;
    background-size: cover;
    min-height: 1000px;
    display: flex;
    align-items: center;
}

.slide-9 h2, .slide-12 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
}

.slide-14 {
    background: #FFDE23 url("../images/slide7-bot-bg.jpg") no-repeat bottom center;
    padding-bottom: 184px;
    padding-top: 84px;
    position: relative;
}

.slide-14 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.slide-14 p {
    font-family: "UbuntuMedium";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.slide-10 {
    z-index: 2;
    background: #FFDE23 url(../images/slide3-bot-bg.jpg) no-repeat top center;
    position: relative;
    min-height: 565px;
    margin-top: -1px;
}

.slide-10 .wrapper-main {
    /*top: 8%;*/
    padding-top: 20px;
    /*position: absolute;*/
    width: 100%;
}

.slide-10 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.slide-10 h4 {
    font-size: 24px;
    font-family: "UbuntuBold";
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.slide-10 p {
    font-size: 18px;
    font-family: "UbuntuBold";
    color: #ffffff;
    text-align: center;
}

.slide-10 .icons-wrap {
    height: 400px;
    width: 418px;
    display: flex;
    background: #FFDE23;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
    margin: 0 auto;
}

.slide-11 {
    background: #FFDE23 url(../images/banner-2-min.png) no-repeat bottom center;
    position: relative;
    padding-top: 6%;
    z-index: 1;
    min-height: 817px;
    background-size: cover;
}

.start-packet-section {
    background-color: #0093F2 !important;
}

.choose-section {
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    padding-top: 200px;
}

.slide-11 .wrapper-main:nth-child(1) {

}

.slide-11 .title-block {
    margin-top: 100px;
    margin-bottom: 150px;
}

.slide-11 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.slide-11 h3 {
    font-family: "UbuntuBold";
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.slide-11 p {
    font-size: 18px;
    font-family: "UbuntuBold";
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;

}

.slide-11 .icons-wrapper {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-top: 35px;
}

.slide-11 .icons-wrapper .group-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.slide-11 .icons-wrapper p {
    font-family: "UbuntuRegular";
    line-height: 1.7;
    margin-top: 10px;
    width: 90%;
}

.slide-11 .icon-wrapper::after {
    content: '';
    width: 60px;
    height: 3px;
    display: block;
    background: white;
    margin: 0 auto;
    margin-top: 15px;
}

.slide-12 {
    background: transparent url(../images/third-bunner-part-2.png) no-repeat bottom center;
    padding-bottom: 177px;
    position: relative;
    background-size: cover;
    padding-top: 189px;
    margin-top: -129px;
}

.icons-wrap .great-run, .icons-wrap .more-run {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blue-btn, .orange-btn {
    position: absolute;
    border: 0px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
    text-decoration: none;
}

.orange-btn {
    bottom: 23%;
    background: #FFDE23;
    padding: 10px;
}

.blue-btn {
    bottom: 12%;
    background: #3a92ec;
    padding: 10px 20px;
}

.icons-wrap .great-run {
    background: url(../images/great-run.jpg) no-repeat center;
    background-size: contain;
    width: 100%;
    margin: 0 1px;
}

.icons-wrap .more-run {
    background: url(../images/more-run-ext.jpg) no-repeat center;
    background-size: contain;
    margin: 0 1px;
}

/* @media (max-width: 1366px) {
	.slide-9 {
		padding-top: 260px;
    	margin-top: -121px;
	}
} */

.slide-2 {
    background: #3A92EC url("../images/slide2-bot-bg.jpg") no-repeat bottom center;
    padding-bottom: 177px;
    padding-top: 88px;
    position: relative;
}

.slider-main-wrapp {
    position: absolute;
    width: 970px;
    height: 907px;
    right: 0;
    top: 21px;
    z-index: -1;
}

.slide-2 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: white;
    text-align: center;
}

.slide-2 h4 {
    font-family: "UbuntuRegular";
    font-size: 24px;
    color: white;
    text-align: center;
    margin-top: 46px;
}

.slide-2 h5 {
    font-family: "UbuntuRegular";
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 1.35;
    margin-top: 20px;
}

.slide-2 h6 {
    font-family: "UbuntuBold";
    font-size: 24px;
    line-height: 1.35;
    margin-top: 107px;
    color: white;
    text-align: center;
}

.slide-2 h3 {
    font-family: "UbuntuRegular";
    font-size: 24px;
    line-height: 1.22;
    margin-top: 107px;
    color: white;
    text-align: center;
}

.about-run-wrap {
    text-align: center;
    padding-top: 66px;
}

.run-plashka.fixed.visible {
    display: block;
}

.run-plashka.fixed p {
    margin-left: 0;
}

.about-run__item {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
}

.about-run__item:first-child {
    transition-delay: 0.1s;
}

.about-run__item:nth-child(2) {
    transition-delay: 0.3s;
}

.about-run__item:nth-child(3) {
    transition-delay: 0.5s;
}

.about-run-wrap.animated .about-run__item {
    transform: translateY(0px);
    opacity: 1;
}

.about-run__item img {

}

.about-run__item p {
    font-family: "UbuntuRegular";
    font-size: 18px;
    color: white;
    position: relative;
    margin-top: 29px;
    line-height: 1.35;
}

.about-run__item p:before {
    content: "";
    position: absolute;
    top: -15px;
    width: 60px;
    height: 3px;
    background: white;
    left: 50%;
    margin-left: -30px;
}

.slide-3 {
    text-align: center;
    padding-top: 0px;
    background: url("../images/slide5-bot-bg.jpg") no-repeat bottom center;
    padding-bottom: 184px;
    position: relative;
    z-index: 1;
    /*background-size: cover;*/
}

.slide-3 .divider3 {
    bottom: -57px;
    width: 9px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    background: url(../images/divider3.png) no-repeat top center;
    z-index: 1;
}

.lines1 {
    position: absolute;
    right: 0;
    bottom: -496px;
    width: 523px;
    height: 674px;
    background: url("../images/lines1.png") no-repeat bottom center;
    background-size: cover;
    transform: translateX(35%) translateY(0%);
    opacity: 0;
    transition: all 0.5s ease;
}

.lines1.animated {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}

.lines6 {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 523px;
    height: 674px;
    background: url(../images/lines1.png) no-repeat bottom center;
    background-size: cover;
    transform: translateX(35%) translateY(0%);
    opacity: 0;
    transition: all 0.5s ease;
    top: 46%;
}

.lines6.animated {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}

.lines7 {
    position: absolute;
    width: 383px;
    height: 663px;
    background: url("../images/lines7.png") no-repeat bottom center;
    background-size: cover;
    transform: translateX(35%) translateY(0%);
    opacity: 0;
    transition: all 0.5s ease;
    left: 0%;
    top: 0;
    z-index: -1;
}

.lines7.animated {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}

.lines8 {
    position: absolute;
    top: 48%;
    z-index: 0;
    right: -10%;
    width: 523px;
    height: 674px;
    background: url("../images/lines1.png") no-repeat bottom center;
    background-size: cover;
    transform: translateX(35%) translateY(0%);
    opacity: 0;
    transition: all 0.5s ease;
}

.lines8.animated {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}

.lines2 {
    position: absolute;
    right: 90px;
    bottom: 190px;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 100%;
}

.lines2:after {
    content: "";
    position: absolute;
    left: -25%;
    top: -10%;
    width: 150%;
    height: 150%;
    background: url("../images/lines2.png") no-repeat bottom center;
    background-size: auto auto;
    background-size: cover;
    transform: translateX(-10%) rotate(-4deg);
    opacity: 0;
    transition: all 0.5s ease;

}

.lines2.animated:after {
    opacity: 1;
    transform: translateX(-10%) translateY(-20%) rotate(-4deg);
}

.lines5 {
    position: absolute;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    z-index: -1;
    left: 5%;
    top: 27%;
}

.lines5:after {
    content: "";
    position: absolute;
    left: 10%;
    top: 20%;
    width: 100%;
    height: 100%;
    background: url(../images/lines5.png) no-repeat bottom center;
    background-size: auto auto;
    background-size: cover;
    transform: translateX(-10%) rotate(-4deg);
    opacity: 0;
    transition: all 0.5s ease;

}

.lines5.animated:after {
    opacity: 1;
    transform: translateX(-10%) translateY(-20%) rotate(-4deg);
}

.lines4:after {
    content: "";
    position: absolute;
    left: -25%;
    top: -10%;
    width: 150%;
    height: 150%;
    background: url("../images/lines4.png") no-repeat bottom center;
    background-size: auto auto;
    background-size: cover;
    transform: translateX(-10%) rotate(4deg);
    opacity: 0;
    transition: all 0.5s ease;

}

.lines4.animated:after {
    opacity: 1;
    transform: translateX(-10%) translateY(-20%) rotate(4deg);
}

.lines3 {
    position: absolute;
    left: 27px;
    bottom: -500px;
    width: 864px;
    height: 979px;
    background: url("../images/lines3.png") no-repeat bottom center;
    background-size: cover;
    transform: translateX(-35%) translateY(20%);
    opacity: 0;
    transition: all 0.5s ease;
}

.lines3.animated {
    opacity: 1;
    transform: translateX(0%) translateY(0%);
}

.lines4 {
    position: absolute;
    left: 282px;
    top: 134px;
    width: 134px;
    height: 134px;
    overflow: hidden;
    border-radius: 100%;
    /*
        background: url("../images/lines4.png") no-repeat bottom center;
        background-size: cover;
    */
}

.slide-3 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #00B0F0;
    text-align: center;
}

.slide-3 img {
    margin-top: 122px;
}

.slide-4 {
    background: #FFDE23 url(../images/slide4-bot-bg-1.png) no-repeat bottom center;
    padding-top: 84px;
    position: relative;
}

.slide-4 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 82px;
}

.slide-4--left {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 100px;
    padding-top: 80px;
    position: relative;
    opacity: 0;
    transform: translateX(-20%);
    transition: all 0.5s ease;
}

.program-section .slide-4--left {
    padding-top: 368px;
}

.program-section .slide-4--right {
    padding-right: 10px;
}

@media (max-width: 768px) {
    .program-section .slide-4--left {
        padding-top: 0px !important;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .program-section .slide-4--left {
        padding-top: 268px !important;
    }
}

.slide-4--left.animated,
.slide-4--right.animated {
    opacity: 1;
    transform: translateX(0);
}

.slide-4--right:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 390px;
    background: white;
    top: 250px;

}

.slide-4--right {
    float: left;
    width: 50%;
    padding-left: 84px;
    opacity: 0;
    transform: translateX(20%);
    transition: all 0.5s ease;
}

.slide-4--left h3,
.slide-4--right h3 {
    width: 100%;

    font-family: "UbuntuBold";
    font-size: 44px;
    color: #FFFFFF;
    margin-bottom: 56px;
}


.slide-4--left h5,
.slide-4--right h5 {
    width: 100%;
    font-family: "UbuntuRegular";
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 1.25;
}


.slide-4--left p,
.slide-4--right p {
    width: 100%;
    font-family: "UbuntuRegular";
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 27px;
    line-height: 1.25;
}

.slide-5 {
    text-align: center;
    padding-top: 0px;
    /* background: url("../images/slide5-bot-bg.jpg") no-repeat bottom center; */
    background: url("../images/slide5-bot-bg.jpg") no-repeat bottom center;
    padding-bottom: 186px;
    position: relative;
}


.slide-5 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #00B0F0;
    text-align: center;
}

.organizators-wrap {
    text-align: center;
    padding-top: 120px;
}

.organizator__item {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin-left: 64px;
    text-decoration: none;
}

.organizator__item:hover p {
    color: #FFDE23;
}

.organizator__item img {

}

.to-mail-link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "UbuntuRegular";
    line-height: 1.2;
    margin-top: 40px;
    display: inline-block;
    transition: all 0.3s ease;
}

.to-mail-link:hover {
    color: #0061af;
}

.organizator__item p {
    font-size: 24px;
    line-height: 1.35;
    color: #00B0F0;
    max-width: 209px;
    margin: 0 auto;
    margin-top: 41px;
    transition: all 0.3s ease;
}

.slide-6 {
    padding-top: 50px;
    text-align: center;
    position: relative;
    margin-top: 0px;
    background: #FFDE23;
    z-index: 1;
    bottom: 0;
    background: #FFDE23 url(../images/slide6-bot-bg.png) no-repeat bottom center !important;
    padding-bottom: 20px;
}

.slide-6 h2 {
    font-family: "UbuntuBold";
    font-size: 72px;
    color: #00B0F0;
    text-align: center;
}

.slide-6 h4 {
    font-family: "UbuntuMedium";
    font-size: 24px;
    color: #00B0F0;
    text-align: center;
    margin-top: 24px;
}

.slide-6 h5 {
    font-family: "UbuntuMedium";
    font-size: 18px;
    color: #00B0F0;
    text-align: center;
    line-height: 1.35;
    margin-top: 20px;
}

.slide-6 h6 {
    font-family: "UbuntuBold";
    font-size: 24px;
    line-height: 1.35;
    color: #00B0F0;
    text-align: center;
}

.slide-6 h3 {
    font-family: "UbuntuMedium";
    font-size: 44px;
    line-height: 1.22;
    color: #00B0F0;
    text-align: center;
    margin-top: 36px;
}

.to-gallery {
    display: inline-block;
    margin-top: 44px;
}

.to-gallery img {
    transition: all 0.35s ease;
}

.to-gallery:hover img {
    opacity: 0.8;
}

.footer {
    background: #0093F2;
    color: white;
    padding-top: 40px;
    padding-bottom: 50px;
}

.footer .wrapper-main > div {
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
}

.logo-footer {
    display: inline-block;
    margin-top: 12px;
}

.logo-footer img {
    width: 200px;
}

.footer-left {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    text-align: center;
}

.footer-left p {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "UbuntuRegular";
    line-height: 1.2;
    margin-top: 20px;
}

.footer-center {
    width: 474px;
    padding-top: 56px;
    padding-left: 76px;
}

.footer-right {
    width: 100%;
    text-align: right;
    padding-top: 8px;
    overflow: hidden;
    padding-right: 43px;
}

.footer-right div {
    float: right;
    text-align: left;
    width: 152px;
}

.footer-right p {
    font-size: 14px;
    font-family: "UbuntuRegular";
}

.footer-right a {
    display: inline-block;
    margin-top: 14px;
    width: 152px;
    height: 43px;
    background: url("../images/doris-logo.png") no-repeat bottom center;
}

.footer-right a:hover {
    background: url("../images/doris-logo2.png") no-repeat bottom center;
}

.footer-center ul {

}

.footer-center ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
}

.footer-center ul li a {
    font-size: 16px;
    font-family: "UbuntuBold";
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.footer-center ul li a:hover,
.footer-center ul li.active a {
    color: #0061af;
}

#main > .run-plashka {
    transition: all 0.3s ease;
    display: inline-block;
    position: fixed;
    bottom: 0;
    opacity: 0;
    left: 50%;
    margin-left: -398px;
    z-index: 111;
}

#main > .run-plashka.unfixed {
    z-index: -1;
}

#main > .run-plashka.fixed {
    opacity: 1;
    transform: translateY(0px);
}

.reestr-over {
    font-size: 24px;
    font-family: "UbuntuBold";
    color: #00B0F0;
    line-height: 1.1;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 71, 187, 0.8);
    z-index: -1;
    transition: all 0.3s ease;
    transform: scale(0.7, 0.7);
    opacity: 0;
}

.popup.active {
    opacity: 1;
    transform: scale(1, 1);
    z-index: 111111;
    overflow: auto;
}

.popup__block {
    position: absolute;
    top: 50%;
    margin-top: -410px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 780px;
    padding-top: 32px;
    padding-right: 102px;
}

.popup__content {
    background: white;
    padding: 47px 42px;
}

.popup__content h3 {
    font-size: 31px;
    font-family: "UbuntuBold";
    color: #00B0F0;
    line-height: 1.1;
    margin-top: 15px;
}

.popup__block > img {
    position: absolute;
    top: 98px;
    right: 0;
}

.close-popup {
    position: absolute;
    background: url("../images/close-pop.png") no-repeat bottom center;
    background-size: cover;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
}

.smi-slider-wrap .close-popup {
    right: -12%;
}

.close-popup:hover {
    transform: rotate(180deg);
}

.popup__content > div {
    max-width: 360px;
}

.popup__content form {
    margin-top: 63px;
}

.popup__content form .help-block {
    font-family: "UbuntuRegular";
    font-size: 10px;
    color: #e1261c;
    line-height: 2;
}

.popup__content form {
    -webkit-appearance: none !important;
}

.popup__content form input:not(input[type=checkbox]) {
    font-size: 16px;
    border-radius: 0 !important;
    color: #00B0F0;
    font-family: "UbuntuLight";
    border: none;
    border-bottom: 1px solid #AAAAAC;
    padding-bottom: 5px;
    width: 100%;
    outline: none !important;
    -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup__content form .form-group {
    margin-top: 30px;
}

.popup__content form input::-webkit-input-placeholder {
    color: #898b8e;
}

.popup__content form input::-moz-placeholder {
    color: #898b8e;
}

/* Firefox 19+ */
.popup__content form input:-moz-placeholder {
    color: #898b8e;
}

/* Firefox 18- */
.popup__content form input:-ms-input-placeholder {
    color: #898b8e;
}

.popup__content form button {
    font-size: 16px;
    font-family: "UbuntuBold";
    color: white;
    border: none;
    text-align: center;
    /*	background: #00B0F0;*/
    /*	padding: 0 21px;*/
    line-height: 52px;
    height: 52px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.popup__content form button:hover {
    /*
        background: #FFDE23;
        color: #FFFFFF;
    */
}

.popup__content form button::before {
    position: absolute;
    top: 0;
    left: 0;
    /*    z-index: -1;*/
    width: 100%;
    height: 100%;
    background: #FFDE23;
    color: #FFFFFF;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.popup__content form button:hover::before,
.popup__content form button:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.popup__content form button:hover span,
.popup__content form button:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.popup__content form button span {
    z-index: 1;
    padding: 0 21px;
    position: relative;
    display: block;
    background: #528DEA;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}


.button-wrap {
    padding-top: 90px;
}

.succesTextForm {

}

.popup__content > div.succesTextForm {
    max-width: 417px;
}

.blue-plashka {
    font-size: 18px;
    line-height: 1.2;
    font-family: "UbuntuRegular";
    color: white;
    background: #00B0F0;
    padding: 26px 18px;
    max-width: 360px;
    margin-top: 34px;
}

.blue-plashka span {
    font-family: "UbuntuBold";
}

.succesTextForm h3 {
    font-size: 40px;
}

.succesTextForm h5 {
    font-size: 18px;
    line-height: 1.2;
    font-family: "UbuntuRegular";
    color: #00B0F0;
    max-width: 360px;
    margin-top: 37px;
}

.radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.radio + label {
    cursor: pointer;
    color: #898b8e;
    font-family: "UbuntuLight";
    font-size: 16px;
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 25px;
    margin-right: 25px;
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00B0F0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    /*  box-shadow: 0 0 0 3px rgba(255,255,0,.5);*/
}

.owl-carousel .owl-video-play-icon {
    background: url("../images/owl.video.play.png") no-repeat top center !important;
    background-size: cover !important;
}

.myVideo-play {
    background: url("../images/owl.video.play.png") no-repeat top center;
}

.item-video-wrap {
    height: 360px;
}

@media screen and (min-width: 1601px) and (max-width: 1870px) {
    .slider-main-wrapp {
        transform: scale(0.9, 0.9);
        transform-origin: right top;
    }
}

@media screen and (max-width: 1600px) {
    .slide-1 {
        min-height: 825px;
    }

    .run-plashka {
        margin-top: 45px;
    }

    .slide-1__txt {
        padding-top: 40px;
    }

    .lines4 {
        left: 2%;
    }

    .lines1 {
        right: -16%;
    }

    .lines3 {
        left: -25%;
    }

    .lines2 {
        right: -7%;
        bottom: 11%;
        z-index: -0;
    }

    .lines6 {
        right: -15%;
    }

    .lines7 {
        left: -19%;
    }

    .lines8 {
        right: -22%;
        top: 57%;
    }

    .slider-main-wrapp {
        width: 800px;
        height: 748px;
        top: 4px;
        right: -30px;
    }

    .slide-1__txt-info h4 {
        font-size: 34px;
    }

    .slide-1__txt-info {

        padding-bottom: 0;
    }

    .slide-1__txt-info h6 {
        font-size: 18px;
    }

    .slide-1__txt-info h2 {
        font-size: 70px;
    }

    .slide-1__txt-info h5 {
        font-size: 34px;
        margin-top: 25px;
    }
}

@media screen and (min-width: 1200px) and (max-height: 768px) {
    .popup__content {
        padding: 40px 42px;
    }

    .button-wrap {
        padding-top: 40px;
    }

    .popup__block {
        margin-top: -320px;
    }
}

@media screen and (max-width: 1400px) and (max-height: 740px) {
    .slide-1 {
        min-height: 890px;
    }

    .run-plashka p {
        font-size: 20px;
    }

    .slide-1__txt-top p {
        font-size: 14px;
    }

    .slide-1__txt {
        padding-top: 30px;
    }

    .slide-1__txt-info {
        padding-bottom: 0;
    }

    .slide-1__txt-info h4 {
        font-size: 28px;
    }

    .slide-1__txt-info h6 {
        font-size: 16px;
    }

    .slide-1__txt-info h2 {
        font-size: 60px;
        margin-top: 15px;
    }

    .slide-1__txt-info h5 {
        font-size: 28px;
        margin-top: 28px;
    }
}

#open-menu {
    display: none;
}

#mob-menu-wrap {
    display: none;
}

@media screen and (max-width: 991px) {
    .big-images .item img {
        height: initial;
        width: 100% !important;
    }

    .animated {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    body {

    }

    .radio:not(checked) + label:after {
        top: 3px;
    }

    .radio:not(checked) + label:before {
        top: -1px;
    }

    .radio + label {
        font-size: 13px;
    }

    .slide-5,
    .slide-1,
    .slide-2,
    .slide-3,
    .slide-4 {
        margin-bottom: -2px;
    }

    .popup__content > div.succesTextForm h3 {
        font-size: 32px;
    }

    .succesTextForm h5 {
        font-size: 14px;
        line-height: 1.2;
        max-width: 285px;
        margin-top: 30px;
    }

    .blue-plashka {
        font-size: 14px;
        max-width: 278px;
    }

    .popup__content form button {
        height: 43px;
        line-height: 43px;
    }

    .button-wrap {
        padding-top: 73px;
    }

    .popup__block > img {
        position: absolute;
        top: 96px;
        right: -20%;
        max-width: 420px;
    }

    .popup__content > div {
        max-width: 285px;
    }

    .close-popup {
        width: 23px;
        height: 23px;
        right: -26px;
        background-size: cover;
        top: 0;
    }

    .popup--form.active {
        height: 116%;
    }

    .popup__block {
        top: 42%;
        margin-top: -310px;
        margin-left: -320px;
        width: 640px;
        height: 623px;
        padding-top: 32px;
        padding-right: 0;
    }

    .popup__content form button {
        font-size: 13px;
    }

    .popup__content form .help-block {
        font-size: 8px;
    }

    .popup__content form input {
        font-size: 13px;
    }

    .popup__content h3 {
        font-size: 25px;
    }

    .footer-right {
        padding-right: 0;
    }

    .footer-right a {
        margin-top: 14px;
        width: 106px;
        height: 30px;
        background-size: cover;
    }

    .footer-center ul li {
        margin-bottom: 20px;
    }

    .footer-center {
        width: 340px;
        padding-top: 46px;
        padding-left: 0px;
    }

    .footer-right p {
        font-size: 10px;
    }

    .logo-footer img {
        max-width: 120px;
    }

    .footer-left p {
        font-size: 10px;
        margin-top: 15px;
    }

    .to-mail-link {
        font-size: 10px;
        margin-top: 43px;
    }

    .footer-center ul li a {
        font-size: 14px;
    }

    .to-gallery {
        margin-top: 81px;
    }

    .slide-6 h2 {
        font-size: 50px;
    }

    .organizator__item {
        margin-left: 0;
    }

    .organizators-wrap {
        padding-top: 80px;
    }

    .organizator__item img {
        max-width: 182px;
    }

    .organizator__item p {
        font-size: 17px;
        margin-top: 30px;
    }

    .slide-5 h2, .slide-11 h2, .slide-14 h2, .slide-11 h2, .slide-10 h2, .slide-9 h2, .slide-7 h2, .slide-8 h2 {
        font-size: 50px;
    }

    .lines2 {
        width: 140px;
        height: 140px;
    }

    .slide-4--right {
        padding-left: 40px;
    }

    .lines3 {
        left: -25%;
        bottom: -225px;
        width: 500px;
        height: 567px;
    }

    .slide-4--left p,
    .slide-4--right p {
        font-size: 13px;
        margin-top: 15px;
    }

    .slide-4--left h5, .slide-4--right h5 {
        font-size: 17px;
    }

    .slide-4--left {
        padding-left: 48px;
        padding-right: 44px;
        padding-top: 0;
    }

    .slide-4--left h3,
    .slide-4--right h3 {
        font-size: 31px;
        margin-bottom: 40px;
    }

    .lines1 {
        right: -43%;
        bottom: -422px;
    }

    .lines4 {
        left: 6%;
        top: 2%;
        width: 94px;
        height: 94px;
    }

    .lines5 {
        width: 100px;
        height: 100px;
        top: 35%;
    }

    .lines6 {
        right: -43%;
        top: 47%;
    }

    .lines8 {
        right: -43%;
    }

    .slide-4 h2 {
        font-size: 50px;
    }

    .slide-3 img {
        max-width: 100%;
        margin-top: 101px;
    }

    #main > .run-plashka {
        width: 588px;
        margin-left: -294px;
    }

    .slide-3 h2 {
        font-size: 50px;
    }

    .slide-2 h3 {
        font-size: 17px;
        margin-top: 74px;
    }

    .slide-2 h6 {
        font-size: 17px;
        margin-top: 74px;
    }

    .about-run-wrap {
        padding-top: 48px;
    }

    .about-run__item p:before {
        top: -15px;
        width: 42px;
        margin-left: -21px;
    }

    .about-run__item p {
        font-size: 12px;
    }

    .slide-2 h5 {
        font-size: 12px;
    }

    .slide-2 h4 {
        font-size: 17px;
        margin-top: 32px;
    }

    .slide-2 h2 {
        font-size: 50px;
    }

    .slide-1 {
        min-height: 650px;
        padding-top: 63px;
    }

    .run-plashka {
        width: 526px;
        margin-left: 85px;
    }

    .run-plashka .rules-btn {
        font-size: 10px;
        line-height: 38px;
    }

    .run-plashka .register-btn {
        height: 38px;
        line-height: 38px;
        font-size: 11px;
    }

    .run-plashka p {
        font-size: 16px;
    }

    .slide-1__txt-info h2 {
        font-size: 65px;
    }

    .slide-1__txt-info h6 {
        font-size: 16px;
    }

    .slide-1__txt-info h4 {
        font-size: 31px;
    }

    .slider-main-wrapp {
        width: 474px;
        height: 443px;
        top: 45px;
        right: 0;
    }

    .slide-1__txt-top img {
        max-width: 38px;
    }

    .slide-1__txt-top p {
        font-size: 11px;
    }

    .slide-1__txt {
        padding-left: 55px;
    }

    .top-logos {

    }

    .logo {
        display: block;
        max-width: 120px;
    }

    .logo img {
        display: block;
        max-width: 100%;
    }

    .wrapper-main {
        max-width: 100%;
        padding: 0 4%;
    }

    header #open-menu {
        width: 23px;
        height: 15px;
        float: right;
        margin-top: 9px;
        cursor: pointer;

        right: 20px;
        position: absolute;
    }

    header #open-menu span {
        height: 3px;
        background: #528DEA;
        width: 100%;
        display: block;
        margin-bottom: 3px;
    }

    .slide-1__scroll-text {
        display: none;
    }

    #open-menu {
        display: inline-block;
    }

    header .wrapper-main > nav {
        display: none;
    }

    #mob-menu-wrap {
        display: block;
        background: white;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100000000;
        transition: all 0.35s ease;
        transform: translateX(110%);
    }

    #mob-menu-wrap li {
        display: block;
        margin-bottom: 30px;
    }

    #mob-menu-wrap li a {
        color: #00B0F0;
        font-size: 24px;
        font-family: "UbuntuBold";
        text-transform: uppercase;
        padding-bottom: 1px;
        line-height: 1.2;
        text-decoration: none;
        display: inline-block;
    }

    #mob-menu-wrap li a.cur {
        color: #FFDE23;
        border-bottom: 2px solid #FFDE23;
    }

    #mob-menu-wrap.open {
        transform: translateX(0);
    }

    #mob-menu {
        height: 100%;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }

    #close-menu {
        position: absolute;
        right: 38px;
        top: 74px;
    }

    #mob-menu ul {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -25%;
    }

    ul.conditions {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .smi-slider-wrap {
        width: 991px;
    }

    .popup__content > div.succesTextForm h3 {
        font-size: 32px;
    }

    .succesTextForm h5 {
        font-size: 14px;
        line-height: 1.2;
        max-width: 285px;
        margin-top: 30px;
    }

    .blue-plashka {
        font-size: 14px;
        max-width: 278px;
    }

    .popup__content form button {
        height: 43px;
        line-height: 43px;
    }

    .button-wrap {
        padding-top: 73px;
    }

    .popup__block > img {
        position: absolute;
        top: 96px;
        right: -20%;
        max-width: 420px;
    }

    .popup__content > div {
        max-width: 285px;
    }

    .close-popup {
        width: 23px;
        height: 23px;
        right: -26px;
        background-size: cover;
        top: 0;
    }

    .popup__block {
        margin-top: -247px;
        margin-left: -320px;
        width: 640px;
        height: 450px;
        padding-top: 32px;
        padding-right: 0;
    }

    .popup__content form button {
        font-size: 13px;
    }

    .popup__content form .help-block {
        font-size: 8px;
    }

    .popup__content form input {
        font-size: 13px;
    }

    .popup__content h3 {
        font-size: 25px;
    }

    .footer-right {
        padding-right: 0;
    }

    .footer-right a {
        margin-top: 14px;
        width: 106px;
        height: 30px;
        background-size: cover;
    }

    .footer-center ul li {
        margin-bottom: 20px;
    }

    .footer-center {
        width: 340px;
        padding-top: 46px;
        padding-left: 0px;
    }

    .footer-right p {
        font-size: 10px;
    }

    .logo-footer img {
        max-width: 120px;
    }

    .footer-left p {
        font-size: 10px;
        margin-top: 15px;
    }

    .to-mail-link {
        font-size: 10px;
        margin-top: 43px;
    }

    .footer-center ul li a {
        font-size: 14px;
    }

    .to-gallery {
        margin-top: 81px;
    }

    .slide-6 h2 {
        font-size: 50px;
    }

    .organizator__item {
        margin-left: 0;
    }

    .organizators-wrap {
        padding-top: 80px;
    }

    .organizator__item img {
        max-width: 182px;
    }

    .organizator__item p {
        font-size: 17px;
        margin-top: 30px;
    }

    .slide-5 h2, .slide-11 h2, .slide-14 h2, .slide-11 h2, .slide-10 h2, .slide-9 h2, .slide-7 h2, .slide-8 h2 {
        font-size: 50px;
    }

    .lines2 {
        width: 140px;
        height: 140px;
    }

    .slide-4--right {
        padding-left: 40px;
    }

    .lines3 {
        left: -25%;
        bottom: -225px;
        width: 500px;
        height: 567px;
    }

    .lines8 {
        right: -28%;
    }

    .slide-4--left p,
    .slide-4--right p {
        font-size: 13px;
        margin-top: 15px;
    }

    .slide-4--left h5, .slide-4--right h5 {
        font-size: 17px;
    }

    .slide-4--left {
        padding-left: 48px;
        padding-top: 50px;
        padding-right: 44px;
    }

    .slide-4--left h3,
    .slide-4--right h3 {
        font-size: 31px;
        margin-bottom: 40px;
    }

    .lines1 {
        right: -43%;
        bottom: -422px;
    }

    .lines4 {
        left: 6%;
        top: 2%;
        width: 94px;
        height: 94px;
    }

    .slide-4 h2 {
        font-size: 50px;
    }

    .slide-3 img {
        max-width: 100%;
        margin-top: 101px;
    }

    #main > .run-plashka {
        width: 588px;
        margin-left: -294px;
    }

    .slide-3 h2 {
        font-size: 50px;
    }

    .slide-2 h3 {
        font-size: 17px;
        margin-top: 74px;
    }

    .slide-2 h6 {
        font-size: 17px;
        margin-top: 74px;
    }

    .about-run-wrap {
        padding-top: 48px;
    }

    .about-run__item p:before {
        top: -15px;
        width: 42px;
        margin-left: -21px;
    }

    .about-run__item p {
        font-size: 12px;
    }

    .slide-2 h5 {
        font-size: 12px;
    }

    .slide-2 h4 {
        font-size: 17px;
        margin-top: 32px;
    }

    .slide-2 h2 {
        font-size: 50px;
    }

    .slide-1 {
        min-height: 670px;
        padding-top: 63px;
    }

    .run-plashka {
        width: 526px;
        margin-left: 85px;
    }

    .run-plashka .rules-btn {
        font-size: 10px;
        line-height: 38px;
    }

    .run-plashka .register-btn {
        height: 38px;
        line-height: 38px;
        font-size: 11px;
    }

    .run-plashka p {
        font-size: 16px;
    }

    .slide-1__txt-info h2 {
        font-size: 65px;
    }

    .slide-1__txt-info h6 {
        font-size: 16px;
    }

    .slide-1__txt-info h4 {
        font-size: 31px;
    }

    .slider-main-wrapp {
        width: 474px;
        height: 443px;
        top: 45px;
        right: 0;
    }

    .slide-1__txt-top img {
        max-width: 38px;
    }

    .slide-1__txt-top p {
        font-size: 11px;
    }

    .slide-1__txt {

    }

    .top-logos {

    }

    .logo {
        display: block;

    }

    .logo img {
        display: block;
        max-width: 100%;
    }

    .wrapper-main {
        max-width: 100%;
        padding: 0 4%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .smi-slider-wrap {
        width: 600px;
    }

    .footer-left {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .slide-6 {
        padding-bottom: 100px;
    }

    .big-images.owl-theme .owl-controls .owl-nav [class*="owl-"] {
        display: none !important;
    }

    .smi-slider-wrap {
        width: 90%;
    }

    .to-mail-link {
        font-size: 10px;
        margin-top: 15px;
    }

    .popup--form {
        background: white;
        height: 140%;

    }

    .slide-2 h5 {
        margin-top: 5px;
    }

    .succesTextForm h5 {
        max-width: 100%;
    }

    .blue-plashka {
        max-width: 100%;
    }

    /* .divider5 {
        display: none;
    } */
    .popup__content > div {
        max-width: 100%;
    }

    .close-popup {
        z-index: 1;
        top: 19px;
        right: 28px;
        background: url(../images/close-pop-mob.png) no-repeat bottom center;
    }

    .smi-slider-wrap .close-popup {
        right: 0;
        top: 0;
        background: url(../images/close-pop.png) no-repeat bottom center;
        background-size: cover;
    }

    .popup__content h3 {
        font-size: 24px;
    }

    .popup__content form .form-group {
        margin-top: 20px;
    }

    .button-wrap {
        padding-top: 50px;
    }

    .popup__content form {
        margin-top: 40px;
    }

    .popup__content {
        padding: 40px 23px 0 23px;
        max-height: 100%;
        height: 100%;
        top: 0;
        max-height: 100%;
        position: relative;
        width: 100%;
        left: 0;
    }

    .popup__block {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: initial;
        max-height: 100%;
        padding-top: 0;
        max-width: 100%;
        top: 0;
        left: 0;
        padding-right: 0;
    }

    .popup__block > img {
        display: none;
    }

    #close-menu {
        position: absolute;
        right: 26px;
        top: 19px;
    }

    #mob-menu-wrap li {
        margin-bottom: 19px;
    }

    #mob-menu-wrap li a {
        font-size: 16px;
    }

    .footer {
        padding-bottom: 50px;
    }

    .footer-right {
        width: 59%;
        padding-top: 8px;
        padding-right: 0px;
        float: right;
    }

    .footer-right div {
        float: right;
        text-align: left;
        width: 115px;
    }

    .footer-left {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .footer-center {
        width: 100%;
        margin-bottom: 20px;
    }

    .to-gallery {
        max-width: 100%;
        margin-top: 50px;
    }

    .to-gallery img {
        max-width: 100%;
    }

    .slide-6 h2 {
        font-size: 35px;
    }

    .organizators-wrap {
        padding-top: 45px;
    }

    /* .slide-5 {
        padding-bottom: 100px;
    } */
    .organizator__item p {
        font-size: 12px;
        margin-top: 20px;
    }

    .organizator__item img {
        max-width: 130px;
    }

    .organizator__item {
        width: 49%;
    }

    .slide-5 h2, .slide-11 h2, .slide-14 h2, .slide-11 h2, .slide-10 h2, .slide-9 h2, .slide-7 h2, .slide-8 h2 {
        font-size: 35px;
    }

    /* .slide-4 {
        padding-bottom: 100px;
    } */
    .slide-4--left h3,
    .slide-4--right h3 {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .slide-4 h2 {
        margin-bottom: 35px;
    }

    .slide-4--left:after {
        content: "";
        position: absolute;
        right: 50%;
        width: 140px;
        height: 1px;
        background: white;
        top: unset;
        bottom: -35px;
        margin-right: -70px;
    }

    .slide-4--right {
        padding-left: 10px;
        width: 100%;
        float: none;
    }

    .slide-4--left {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        float: none;
        margin-bottom: 70px;
    }

    .lines1,
    .lines2,
    .lines3,
    .lines4,
    .lines5,
    .lines6,
    .lines7,
    .lines8 {
        display: none;
    }

    .slide-3 img {
        margin-top: 55px;
    }

    .slide-3 h2,
    .slide-4 h2 {
        font-size: 35px;
    }

    .slide-2,
    .slide-3 {
        padding-bottom: 100px;
    }

    #main > .run-plashka {
        margin-left: -48%;
        max-width: 96%;
    }

    .slide-2 h3 {
        font-size: 13px;
        margin-top: 35px;
    }

    .slide-2 h6 {
        font-size: 13px;
        margin-top: 35px;
    }

    .about-run__item img {
        max-width: 57px;
    }

    .about-run-wrap {
        padding-top: 35px;
    }

    .about-run__item {
        width: 100%;
        display: block;
        margin-bottom: 35px;
    }

    .slide-2 h4 {
        font-size: 14px;
        margin-top: 25px;
    }

    .slide-2 h2 {
        font-size: 35px;
    }

    .slide-1 {
        min-height: 450px;
        padding-top: 63px;
    }


    .slide-6 h3 {
        font-size: 26px;
    }

    .slide-6 h4 {
        font-size: 22px;
    }

    .slide-7 {
        z-index: 1;
    }

    .divider8 {
        bottom: -169px;
    }

    .divider2 {
        bottom: -62px;
    }

    .divider4 {
        bottom: -139px;
    }

    .timer-cell {
        width: 120px;
        height: 100px;
    }

    .slide-9 {
        z-index: 0;

        min-height: 500px;
        padding-top: 70px;
    }

    .slide-10 {
        z-index: 1;
        min-height: 1110px;
    }

    .slide-10 .icons-wrap {
        margin-top: 35px;
        flex-direction: column;
        height: 600px;
        width: 100%;
    }

    .slide-11.new {
        min-height: 995px;
    }

    .slide-11 .wrapper-main:nth-child(1) {
        /*margin-top: 60px;*/
    }

    .slide-11 h3 {
        font-size: 28px;
    }

    .slide-11 h2 {
        margin-bottom: 5px;
    }

    .slide-11 .icons-wrapper .group-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .slide-11 .icons-wrapper {
        margin-top: 35px;
        flex-direction: column;
    }

    .slide-11 p {
        font-size: 14px;
        width: 100%;
    }

    .slide-3 {
        margin-top: -110px;
    }

    .slide-4 {
        /*height: 924px;*/
        padding-bottom: 0;
    }

    .slide-4--left {
        margin-top: 0 !important;
    }

    .slide-11 {
        min-height: 500px;
        margin-top: -30px;
        /*background: #FFDE23 url(../images/banner-2.png) no-repeat top center;*/
        background-size: cover;

    }

    .icons-wrap .more-run {
        margin-bottom: 5px;
    }

    .icons-wrap .great-run, .icons-wrap .more-run {
        width: 100%;
        height: 50%;
    }

    .orange-btn {
        width: 150px;
        text-align: center;
        bottom: 18%;
    }

    .blue-btn {
        bottom: 3%;
    }

    .slide-8 {
        padding-top: 90px;
        margin-top: -35px;
        min-height: 500px;
    }

    .slide-1 .divider3 {
        left: 49.5%;
        bottom: -55px;
    }

    .slide-1__txt-info {


    }

    .run-plashka {
        margin-left: 0;
        max-width: 100%;
        margin-top: 21px;
    }

    .run-plashka .register-btn {
        height: 23px;
        line-height: 23px;
        font-size: 10px;
    }

    .run-plashka p {
        font-size: 12px;
        margin-left: 0;
    }

    .slide-1__txt-info h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    .slide-1__txt-info h2 {
        font-size: 39px;
    }

    .slide-1__txt-info h6 {
        font-size: 10px;
    }

    .slide-1__txt-info h4 {
        font-size: 19px;
    }

    .slide-1__txt-top p {
        font-size: 10px;
        padding-left: 10px;
    }

    .slider-main-wrapp {
        width: 250px;
        height: 234px;
        top: 42px;
        right: 0;
    }

    .slide-1__txt {
        padding-left: 0;
        padding-top: 15px;
    }

    ul.conditions {
        font-size: 12px;
        line-height: 25px !important;
    }
}

@media (min-width: 767px) {
    .footer {
        padding-top: 75px;
    }
}

@media screen and (max-width: 568px) {
    .big-images .item img {
        max-height: 216px;
        width: initial !important;
    }

    .run-plashka .register-btn {
        height: 23px;
        line-height: 23px;
        font-size: 10px;
        float: right;
    }

    .run-plashka .rules-btn {
        font-size: 10px;
        line-height: 10px;
        float: right;
        margin-top: 8px;
    }

    .run-plashka .register-btn span {
        padding: 0 10px;
    }

    .run-plashka p br {
        display: none;
    }

    .run-plashka p {
        font-size: 12px;
        margin-left: 0;
        float: left;
        max-width: 50%;
        height: 100%;
    }

    .run-plashka p {
        font-size: 12px;
        margin-left: 0;
        float: left;
        max-width: 50%;
        height: 100%;
    }
}

@media screen and (max-width: 340px) {
    .run-plashka p {
        font-size: 11px;
    }
}


#timer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


.timer-cell {
    width: 120px;
    height: 110px;
    background-color: white;
    color: #FFDE23;
    font-size: 48px;
    margin: 0 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.timer-cell div {
    color: #00B0F0;
    font-size: 22px;
    font-weight: bold;
}

header .wrapper-main nav {
    padding-left: 50px;
}

header .wrapper-main nav ul {
    display: flex;
}

header nav li a {
    white-space: nowrap;
}

header .wrapper-main {
    display: flex;


}

.take {
    margin-top: 60px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.take .blue-btn {
    position: static;
    font-size: 20px;
}

.take-header {
    margin-top: 20px;
    margin-bottom: 40px;
    justify-content: flex-start;

}

.take-header .register-run-btn-header:hover {
    color: white;
    background: #FFDE23;
}

.take-header .register-run-btn-header {
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 20px 30px;
    background: none;
    color: #FFDE23;
    border-radius: 0;
    border: 2px solid #FFDE23;
    position: static;
    font-size: 20px;
}

.button-slider {
    background: #3a92ec;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none !important;
    cursor: pointer;
    color: white;
}

.button-slider.active {
    background: white;
    color: #3a92ec;

}

.slider-buttons {
    margin-top: 50px;
}

@media (max-width: 460px) {
    .slider-buttons {
        display: flex;
        flex-direction: column;
    }

    .slider-buttons a {
        margin-top: 10px;
    }

    #timer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .timer-cell {
        margin-top: 10px;
        min-width: 130px;
    }

    .timer-section {
        min-height: 700px;
    }

    .gallery-section {
        padding-top: 75px;
    }
}

.tabcontent {
    display: none;
    max-height: 405px;
    overflow: hidden;
    text-align: center;
}

.tabcontent img {
    max-height: 100%;
    width: auto;
}

.tabcontent.active {
    display: block !important;
}

#gallery-block-2020 div {
    min-height: 402px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.start-documents {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

@media (max-width: 600px) {
    .start-documents .rules-href {
        max-width: 150px;
    }
}

.start-documents a {
    cursor: pointer;
    font-size: 18px;
    color: white;
}

.organizators {
    margin-top: 150px;
}

.question-wrapper {
    width: 80%;
    margin: 0 auto;
}

.answer-block {
    font-family: 'UbuntuRegular';
    font-size: 18px;
    color: white;
    padding: 15px;
    margin-bottom: 25px;
    display: none;
}

.question-block {
    font-family: 'UbuntuMedium';
    font-size: 24px;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 2px solid;
    margin-bottom: 15px;
}

.question-block button {
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    outline: none;
}

.program-text * {
    /*color: #00B0F0 !important;*/
}

.question-block button span:last-child {
    display: none;
}

.question-block button.active span:last-child {
    display: block;
}

.question-block button.active span:first-child {
    display: none;
}

.footer-links a:hover {
    color: white;
}

.question-wrapper {
    cursor: pointer;
}

.footer-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.center-block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.map-section {
    margin-top: 100px;
}

@media (max-width: 600px) {
    .start-packet-section {
        padding-top: 70px !important;
    }
}

@media (max-width: 1250px) {
    .start-packet-section {
        padding-top: 170px;
    }
}

.hover-block {
    position: relative;
}

.hover-block:hover .hover-block-content {
    display: block;
}

.hover-block-content a {
    color: white !important;
}

.hover-block-content {
    display: none;
    position: absolute;
    color: white;
    background: #0093F2;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
    text-align: center;
    padding: 10px;
    left: -55px;
    width: 180px;
    min-width: 180px;
    border-radius: 20px;
}

.arrow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: solid #0093F2;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.hover-block-content .arrow {
    position: absolute;
    border-width: 0 5px 5px 0;
    top: -5px;
}

.karpova-section {
    margin-top: -1px;
}

.karpova-section h3:last-child {
    font-size: 31px;
}

.karpova-section h3 {
    font-family: "UbuntuBold";
    font-size: 34px;
    color: #FFDE23;

    text-align: center;
}

.karpova-section .divider5 {
    background-image: url(../images/divider5.png);
}

.section-allow {
    background-image: url(../images/banner-runners-min.png) !important;

    background-color: #00ADE7;

    background-size: contain;
}

.accept-terms {
    padding-top: 20px;
    display: flex;
}

.accept-terms label {
    font-size: 10px;
    display: block;
    margin-left: 5px;
}

.start-packet-section .rules-href {
    color: #FFDE23 !important;
}

@media (max-width: 950px) {
    .karpova-section .text-wrap {
        padding-top: 20px;

    }

    .karpova-section {
        min-height: max-content;
    }
}

@media (max-width: 350px) {
    .karpova-section h3, .karpova-section h3:last-child {
        font-size: 20px !important;
    }
}

@media (max-width: 600px) {
    .karpova-section h3, .karpova-section h3:last-child {
        font-size: 24px;
    }

    .karpova-section .run-plashka {
        margin-top: 30px !important;

        padding: 15px !important;
    }
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.to-mob-rules {
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.to-mob-rules .arrow {
    margin-top: -4px;
    margin-left: 5px;
}

.hover-block-content-mobile {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.hover-block-content-mobile .to-rules:last-child {
    padding-top: 20px;
}
.hover-block-content-mobile .to-rules {
    margin-top: 10px;
    max-width: 300px;
    margin: 0 auto;

}

@media (max-width: 500px) {
    .timer-section {
        margin-top: -100px;
    }
    .organizators {
        margin-top: 110px;
    padding-bottom: 80px;
    }
    .questions-section {
        padding-top: 30px;
    }
}
.center-block.section-allow {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .start-packet-section {
        margin-top: 0 !important;
    }

}
.stats-section {
   background:  #FFDE23 url(../images/stats-bg.png) no-repeat top center
}
.stat-title {
    margin-top: 150px;
}
.stats-info-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
   padding-bottom: 50px;
}
.block-left {
    margin-bottom: 35px;
}
.block-right > div {
    flex-direction: row-reverse;
    padding-left: 0px;
    padding-right: 30px;
}
.block-right .block-time {
    left: 10px !important;
}
.block-left > div {
    position: relative;
    z-index: 2;
    width: 350px;
    height: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding-left: 30px;
}
.block-desc {
    width: 250px;
    text-align: center;
    font-size: 15px;
    color: #00ABE4;
}
.block-left img {
    position: absolute;
    z-index: 1;
    width: 350px;
    height: 70px;
}
.block-time {
    border-radius: 50%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #00ABE4;

}
.stats-blocks-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.stats-blocks-left .block-left:nth-child(1) {
    padding-right: 40px;
}
.stats-blocks-left .block-left:nth-child(2) {
    padding-right: 60px;
}
.stats-blocks-left .block-left:nth-child(3) {
    padding-right: 30px;
}
.stats-blocks-right .block-left:nth-child(1) {
    padding-left: 40px;
}
.stats-blocks-right .block-left:nth-child(2) {
    padding-left: 60px;
}
.stats-blocks-right .block-left:nth-child(3) {
    padding-left: 30px;
}
.block-left:nth-child(4) {
    margin-bottom: 0;
}
.stats-banner {
    display: flex;
    align-items: center;
}
.stats-banner img{
    max-width: 300px;
}
@media (max-width: 1600px) {
    .section-allow {
        min-height: 617px;
    }
}
@media (min-width: 900px) and (max-width:1150px ) {
    .stats-blocks-left .block-left {
        padding-right: 0px !important;
    }
    .stats-blocks-right .block-left {
        padding-left: 0px !important;
    }
    .stats-banner img {
        max-width: 200px;
    }
}
@media (max-width: 900px) {
    .stats-info-container {
        justify-content: space-around;
    }
    .stats-blocks-left .block-left {
        padding-right: 10px !important;
    }
    .stats-blocks-right .block-left {
        padding-left: 10px !important;
    }
    .stats-banner  {
        display: none;
    }
    .stats-blocks-left {
        justify-content: center;
    }
}
@media (max-width: 750px) {
    .stats-info-container {
        flex-direction: column;
    }
    .stats-blocks-left {
        margin-bottom: 30px;
    }
    .stats-section {
        background-size: cover;
    }
    .block-left {
        max-width: 95%;
        height: auto;
    }
    .block-left img {
        max-width: 95%;


    }
    .block-left > div {
        max-width: 100%;
    }

}
@media (max-width: 350px) {
    .stats-info-container br {
        display: none;
    }
    .stats-blocks-left .block-left {
        padding-right: 10px;
    }
    .block-left > div,.block-left, .block-left img{
        height: 95px;
    }
    .block-desc {
        max-width: calc(95% - 50px);
    }
    .stats-blocks-left {
        align-items: center;
    }

}
@media (max-width: 270px) {
    .block-left > div,.block-left, .block-left img{
        height: 120px;
    }
}
@media (max-width: 230px) {
    .block-left > div,.block-left, .block-left img{
        height: 150px;
    }
}