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

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

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

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

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

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

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

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

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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: geometria, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

.footer_content-left img {
    max-width: 100px;
}

/**/
.fade {
    animation-name: fade;
    animation-duration: 2.5s;
}

.about-us__title {
    position: relative;
}

.logo_about {
    position: absolute;
    right: 0;
    max-width: 100px;
    top: 35px;
}

@keyframes fade {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

.slider {
    margin-top: 10px;
    position: relative;
}

.slider-title {
    font-size: 32px;
    color: #c78030;
}

.slider-title::after {
    content: '';
    display: block;
    width: 10%;
    height: 1px;
    background-color: #c78030;
    margin-top: 4px;
}

.slider .wrap {
    width: 100%;
    position: relative;
}

.slider .wrap .slider-item {
    width: 87%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.slider .wrap .slider-item img {
    width: 100%;
    height: auto;
}

.slider .wrap .prev {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 5px;
    left: 3%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

/*.slider .wrap .prev:hover {*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*}*/

.slider .wrap .prev:hover .arrow-left {
    opacity: 1;
}

.slider .wrap .prev .arrow-left {
    width: 30px;
    height: 30px;
   
    background-size: cover;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0.4;
    -webkit-transition: 1s;
    transition: 1s;
}

.slider .wrap .next {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    right: 3%;
}

/*.slider .wrap .next:hover {*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*}*/

.slider .wrap .next:hover .arrow-right {
    opacity: 1;
}

.slider .wrap .next .arrow-right {
    width: 30px;
    height: 30px;
   
    background-size: cover;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0.4;
    -webkit-transition: 1s;
    transition: 1s;
}

.slider-dots {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.slider-dots .dot {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 10px;
    background-color: rgb(72, 87, 147);
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.slider-dots .dot-active {
    background-color: #e4b407;
    height: 18px;
    width: 18px;
}
/**/
.container {
    max-width: 1200px;
    margin: 0 auto
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #e4b407;
    color: #fff
}

::selection {
    background-color: #e4b407;
    color: #fff
}

header {
    z-index: 99
}

.aim_list {
    padding: 40px;
    0
}

.aim_list ul li {
    margin: 10px 0;
    text-align: center
}

.header {
    position: relative;
    width: 100%
}

.about_button {
    background: linear-gradient(91.34deg, #e01b1b 1.46%, #d00e0e 100%) !important;
    -webkit-box-shadow: inset 0 -3px 0 #c53e3e !important;
    box-shadow: inset 0 -3px 0 #c53e3e !important;
    border-radius: 60px !important;
    color: #fff !important;
}

.mobile-slider {
    display: none!important;
}

.footer_button {
    position: absolute;
    right: 192px;
    padding: 15px 10px;
    bottom: 33px;
}

.header-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 60px;
}


.header-flag {
    position: absolute;
    right: 0;
    top: 0
}

.first {
    width: 100%;
    height: auto;
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: 50% 50%
}

.yellow {
    color: #e4b407
}

.first_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.first_content-item {
    width: 50%
}

.left-side {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 50px
}

.left-side h2 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 62px;
    line-height: 80px;
    text-transform: uppercase;
    color: #575be1;
    margin: 10px 0;
    margin-top: 50px
}

.left-side p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.first_content-item-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.first_content-item-top ul li {
    background: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #575be1;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px
}

.first_content-item-top ul li:first-child {
    margin: 0
}

.form {
    background: #fff;
    border-radius: 12px;
    padding: 20px 40px;
    /*max-width: 420px*/
}

.form p {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px
}

.right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.webinar {
    padding: 50px 0
}

.circle-title {
    position: relative;
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center
}

.circle-title::after {
    content: url(../img/circle1.svg);
    position: absolute;
    top: -14px;
    left: -16px
}

.webinar-content_title {
    text-align: left;
    color: #fff
}

.webinar-content_title p {
    font-family: geometria-bold;
    font-style: normal;
    font-size: 38px;
    line-height: 48px;
    text-align: left;
    margin: 8px 0;
    color: #fff
}

.title_dark {
    text-align: center !important;
}

.title_dark p {
    color: #222 !important;
    text-align: center;
}

.webinar-content_title span {
    font-size: 38px;
    line-height: 48px
}

.webinar__items-item {
    text-align: center;
    width: 30%
}

.webinar__items-item-top {
    margin-bottom: 30px;
    position: relative
}

.webinar__items-item-bottom {
    margin-top: 20px
}

.webinar__items-item-bottom span {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.webinar__items-item-bottom p {
    font-family: geometria-Light;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.webinar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

.first-line {
    position: relative
}

.first-line::before {
    content: url(../img/line1.svg);
    display: block;
    position: absolute;
    right: -55%;
    bottom: -80%
}

.second-line {
    position: relative
}

.second-line::before {
    content: url(../img/line2.svg);
    display: block;
    position: absolute;
    right: -54%;
    top: -85%
}

.about {
    background: #575be1;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.left-star {
    position: absolute;
    bottom: 100px;
    left: -92px
}

.right-star {
    position: absolute;
    bottom: 96%;
    right: -7%
}

.shadow1 {
    position: absolute;
    left: 0;
    top: 50px
}

.shadow2 {
    position: absolute;
    right: 0;
    bottom: 50px
}

.about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 0
}

.about__items-side-title {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.about__items-side-title p {
    z-index: 99;
    position: inherit;
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.circle {
    position: absolute;
    left: 67px;
    top: -8px;
    z-index: 0
}

.about__items-side img {
    width: 100%
}

.about__items-side-text span {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px
}

.first-rectangle {
    padding: 60px 80px;
    z-index: 999;
    position: inherit
}

.about__items-side {
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__items-side-title {
    position: absolute;
    top: -47px;
    left: 0;
    width: 140px;
    background: #e4b407;
    height: 47px;
    padding-left: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about__items-side-title p {
    margin: 0
}

.about__item {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 17px
}

.about__item::before {
    content: "";
    position: absolute;
    width: 84px;
    height: 88px;
    top: -52px;
    left: 0;
    z-index: 99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 33px 0 0 9px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: skewY(-354deg);
    -ms-transform: skewY(-354deg);
    transform: skewY(-354deg);
    background: -o-linear-gradient(53deg, #fff 50%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(37deg, #fff 50%, rgba(255, 255, 255, 0) 50%)
}

.second-rectangle {
    background-size: cover;
    padding: 66px;
    z-index: 999;
    position: inherit
}

.about__items-side-text p {
    font-family: geometria-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.right-title {
    text-align: center
}

.right-title p {
    margin-right: 100px
}

.right-title .circle {
    right: 20px;
    left: inherit
}

.right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.special-conditions_text span {
    font-family: Geometria-Italic;
    font-style: italic;
    font-weight: 800;
    font-size: 28px;
    line-height: 38px;
    color: #e4b407
}

.special-conditions_text p {
    font-family: Geometria-Italic;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #fff
}

.special-conditions {
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e4b407;
    border-radius: 20px;
    position: relative
}

.special-conditions-text h2 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 47px;
    color: #fff;
    z-index: 99;
    position: relative
}

.special-conditions-text {
    margin: 0 50px
}

.button {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button a {
    text-decoration: none;
    color: #fff;
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 12px;
    border: 1px solid #fff;
    border-radius: 60px;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    background: -o-linear-gradient(358.66deg, #e01b1b 1.46%, #d00e0e 100%);
    background: linear-gradient(91.34deg, #e01b1b 1.46%, #d00e0e 100%);
    -webkit-box-shadow: inset 0 -3px 0 #c53e3e;
    box-shadow: inset 0 -3px 0 #c53e3e;
    border-radius: 60px;
    -webkit-animation: wiggle 4s 2s infinite;
    animation: wiggle 4s 2s infinite
}

.button a img {
    margin-left: 5px
}

@-webkit-keyframes wiggle {
    5%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    15% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    20% {
        -webkit-transform: scale(1.15) rotate(-5deg);
        transform: scale(1.15) rotate(-5deg)
    }
    25% {
        -webkit-transform: scale(1.15) rotate(5deg);
        transform: scale(1.15) rotate(5deg)
    }
    30% {
        -webkit-transform: scale(1.15) rotate(-3deg);
        transform: scale(1.15) rotate(-3deg)
    }
    35% {
        -webkit-transform: scale(1.15) rotate(2deg);
        transform: scale(1.15) rotate(2deg)
    }
    40% {
        -webkit-transform: scale(1.15) rotate(0);
        transform: scale(1.15) rotate(0)
    }
}

@keyframes wiggle {
    5%, 50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    15% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }
    20% {
        -webkit-transform: scale(1.15) rotate(-5deg);
        transform: scale(1.15) rotate(-5deg)
    }
    25% {
        -webkit-transform: scale(1.15) rotate(5deg);
        transform: scale(1.15) rotate(5deg)
    }
    30% {
        -webkit-transform: scale(1.15) rotate(-3deg);
        transform: scale(1.15) rotate(-3deg)
    }
    35% {
        -webkit-transform: scale(1.15) rotate(2deg);
        transform: scale(1.15) rotate(2deg)
    }
    40% {
        -webkit-transform: scale(1.15) rotate(0);
        transform: scale(1.15) rotate(0)
    }
}

.line {
    position: relative
}

.line::after {
    content: url(../img/line6.svg);
    position: absolute;
    bottom: -24px;
    left: 0
}

.leading {
    position: relative
}

.calendar {
    position: absolute;
    top: 57px;
    left: 0
}

.hat {
    position: absolute;
    right: 0;
    bottom: 40%
}

.leading__title {
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.leading_content {
    min-height: 100vh;
    position: relative
}

.girls {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.leading__title h4 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 99px;
    line-height: 78px;
    margin: 50px 0
}

.leading__title h2 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 250px;
    line-height: 78px;
    margin: 20px 0
}

.leading-name_one {
    position: absolute;
    left: 20%;
    top: 20%
}

.leading-name_one::before {
    content: url(../img/arrowl.svg);
    position: absolute;
    bottom: -107px;
    left: -50px
}

.leading-name_one p {
    font-family: denistina;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 42px
}

.leading-name_two {
    position: absolute;
    right: 12%;
    bottom: 35%
}

.leading-name_two::before {
    content: url(../img/arrowr.svg);
    position: absolute;
    bottom: 127px;
    left: -145px
}

.leading-name_two p {
    font-family: denistina;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 42px
}

strong {
    font-family: geometria-bold
}

.knowledge {
    padding: 100px 0
}

.team {
    background-image: url(../img/bg3.png);
    background-size: cover;
    padding-top: 80px;
    background-position: 51% 50%
}

.team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-content_left {
    width: 50%
}

.team-content_left h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px
}

.team-content_left ul {
    padding: 0;
    padding-bottom: 150px
}

.team-content_left ul li {
    background: #e4b407;
    border-radius: 17px;
    padding: 20px;
    margin: 20px 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px
}

.team-content_right {
    position: relative;
    width: 50%
}

.team-content_right img {
    position: absolute;
    bottom: 0
}

.strong {
    font-family: geometria-bold
}

.knowledge__content-title h3 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 78px;
    margin: 20px 0
}

.knowledge__content-title p {
    font-family: geometria-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.knowledge__content-title span {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 78px
}

.knowledge__content-items_item {
    height: 275px;
    width: 20%;
    padding: 25px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    border-radius: 27px;
    position: relative;
    overflow: hidden
}

.knowledge__content-items_item-top::after {
    content: url(../img/ellipse.png);
    position: absolute;
    top: 0;
    left: 0
}

.knowledge__content-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.school {
    padding: 50px 0
}

.school-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.school-content-img {
    width: 50%
}

.school-content-text {
    width: 50%
}

.school-content-text h3 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 62px;
    line-height: 78px;
    margin: 10px 0
}

.school-content-text p {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    text-align: center
}

.school-content-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.school-content-text ul li {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 78px;
    color: #e4b407;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.school-content-text ul li span {
    font-family: geometria-ExtraLight;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #212128
}

.footer {
    background-image: url(../img/bg4.png);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.footer_adress {
    width: 100%
}

.footer_adress-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer_adress-item-text {
    margin-left: 20px
}

.footer_adress-item-text span {
    font-family: geometria-Light;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff
}

.footer_adress-item-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 2px 0
}

.school {
    background-image: url(../img/team.png);
    background-size: cover;
    width: 100%;
    min-height: 600px
}

.school-numbers {
    margin-bottom: 30px;
    position: relative;
    top: -82px
}

.footer_adress {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.school-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.school-content h3 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 48px;
    text-align: center
}

.school-content-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.school-content-items_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.school-content-items_item span {
    font-weight: 800;
    color: #e4b407;
    font-size: 58px;
    line-height: 78px
}

.school-content-items_item p {
    font-family: geometria-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer_content h2 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #fff
}

.footer_content h2 br {

}

.footer_content p {
    font-family: geometria-ExtraLight;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.form h4 {
    font-family: geometria-bold;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center
}

.footer_content-left {
    position: relative
}

.school1 {
    position: absolute;
    left: -45%
}

.camp {
    position: absolute;
    right: -124px;
    top: 10%
}

/*#popup_sms input, .form_new input {*/
/*    font-family: geometria-ExtraLight, sans-serif;*/
/*    width: 100%;*/
/*    height: 38px;*/
/*    color: #505050;*/
/*    font-size: 16px;*/
/*    line-height: 1.25;*/
/*    border-radius: 60px;*/
/*    border: 1px solid #eee;*/
/*    -webkit-box-shadow: 0 0 0 0 #dcdcdc;*/
/*    box-shadow: 0 0 0 0 #dcdcdc;*/
/*    background: #eee;*/
/*    -webkit-transition: all .2s linear 0s;*/
/*    -o-transition: all .2s linear 0s;*/
/*    transition: all .2s linear 0s;*/
/*    margin: 6px 0;*/
/*    padding: 20px;*/
/*    border-radius: 60px*/
/*}*/

/*#popup_sms button, .form_new button {*/
/*    color: #fff;*/
/*    font-family: geometria-ExtraLight, sans-serif;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-size: 16px;*/
/*    line-height: 1.25;*/
/*    background: #e4b407;*/
/*    border-radius: 60px;*/
/*    border: 0 solid #e4b407;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    width: 100%;*/
/*    height: 38px;*/
/*    padding: 10px 14px 10px 14px;*/
/*    cursor: pointer;*/
/*    outline: 0;*/
/*    text-decoration: none;*/
/*    margin: 6px 0*/
/*}*/

.lock-mobile {
    display: none
}

.school-mob {
    display: none
}

.thank {
    width: 100%;
    height: auto;
    background-image: url(../img/thank.png);
    background-size: cover;
    min-height: 100vh;
    position: relative
}

.thank_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thank_content h1 {
    text-align: center;
    font-family: geometria-bold;
    color: #e4b407
}

footer {
    position: relative
}

.oferta {
    position: absolute;
    bottom: 50px;
    right: 50px
}

.oferta a {
    color: #fff
}

.yellow-button a {
    font-family: geometria-bold;
    background: #e4b407 !important;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 14px 12px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px
}

.girl-mobile {
    display: none
}

.mobile-phone {
    position: absolute;
    right: 0;
    top: 35px
}

.mobile-phone a {
    text-decoration: none;
    color: #575be1;
    background: #fff;
    -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 7px 14px rgba(0, 0, 0, .05);
    padding: 15px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.speaker-name {
    position: absolute;
    bottom: 50px;
    left: -192px
}

.speaker-name p {
    font-family: geometria-Medium;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    margin: 5px 0
}

.speaker-name p::after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    right: -18px;
    top: -17px;
    background: #c6e2f3;
    border-radius: 50px;
    z-index: -1
}

.speaker-name span {
    font-family: geometria-Light;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: rgba(33, 33, 40, .3882352941);
    display: block
}

.about-us {
    background: rgb(228, 244, 288);
}

.about__text-content h3 {
    font-family: geometria-bold;
    font-size: 30px;
    color: rgb(72, 87, 147);
}

.about__text-content span {
    font-family: geometria-bold;

}

.about__text-content_flex {
    display: flex;
    margin-top: 30px;
}

.about__text-content_flex-left {
    width: 65%;
}

.left__image {
    display: flex;
    justify-content: space-around;
}

.about__text-content_second-page_left {
    display: flex;
    flex-direction: column;
    width: 40%;
}
.about__text-content_second-page {
    display: flex;
}

.about__text-content_second-page_left img {
    max-width: 400px;
    width: 100%;
    padding: 20px;
}

.about__text-content_second-page_right p {
    margin-bottom: 40px;
}

.about__text-content_second-page_right {
    width: 60%;
}

.line_blue {
    width: 100%;
    height: 15px;
    background: rgb(228, 244, 288);
    margin-top: 40px;
}

.about__text-content_third-page__location {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about__text-content p a {
    text-decoration: none;
    color: #333;
}

.about__text-content_flex-left p:first-child {
    padding-bottom: 48px;
    padding-top: 37px;
}
.location__text p {
    font-family: geometria-Light;
    font-size: 22px!important;
    margin: 20px 0!important;
}

.location__text p a {
    text-decoration: none;
    color: #333;
}
.location__text h3 {
    margin: 0;
    color: rgb(214, 171, 66);
    font-family: geometria-bold;
    font-size: 30px;
}

.about__text-content_flex-right {
    width: 30%;
}

.about__text-content_third-page__images {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.about__text-content_third-page__images img {
    max-width: 400px;
    width: 100%;
    padding: 10px;
}

.about__text-content_flex-right img {
    padding: 10px;
    max-width: 420px;
}

.left__image img {
    max-width: 380px;
    padding: 10px;
}

.about__text-content p {
    font-family: geometria-Light;
    font-size: 22px;

}


.blue {
    color: rgb(79, 94, 151);
}

.third-page__images-right a {
    text-decoration: none;
    color: rgb(79, 94, 151);
}
.third-page__images-right h4 {
    font-family: 'geometria-bold';
    font-size: 22px;
    color: #e4b407;
}

.third-page__images .container {
    display: flex;
}

.third-page__images-left {
    width: 35%;
}
.third-page__images-right {
    width: 66%;
    margin-top: 30px;
}

.third-page__images-right img {
    max-width: 750px;
    width: 100%;
}

.third-page__images-left {
    margin-top: 30px;
}

.third-page__images-left img {
    max-width: 400px;
    width: 100%;
    padding: 15px;
}

.pdf_footer {
    background: rgb(72, 87, 147);
    padding: 25px 0;
}

.pdf-footer_text h3 {
    color: #fff;
    font-family: geometria-bold;
    text-align: right;
}

.third-page__text p {
    font-family: geometria-Light;
    font-size: 22px;
    margin: 30px;
}

.third-page__text h4 {
    margin: 30px;
}

.location__img img {
    width: 100px;
    margin: 0 10px;
}

.first-image_block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.first-image_block img {
    max-width: 390px;
    width: 100%;
}

.about-us__title {
    padding: 60px 10px 29px 10px;
    background: rgb(228, 244, 288);
}

.about-us__title h2 {
    color: rgb(72, 87, 147);
    font-size: 65px;
    margin: 0;
    font-family: geometria-bold;
}

@media only screen and (min-width: 1600px) {
    .leading-name_two {
        bottom: 27%
    }

    .leading-name_one {
        top: 30%
    }
}

@media only screen and (max-width: 1200px) {

    .about__text-content_second-page_left img {
        max-width: 348px;
        width: 100%;
        padding: 10px;
    }
    .about__text-content p {
        font-family: geometria-Light;
        font-size: 19px;
    }

    .about__text-content_third-page__images img {
        max-width: 344px;
        width: 100%;
        padding: 10px;
    }
    .third-page__text p {
        font-family: geometria-Light;
        font-size: 18px;
    }

    .first-image_block img {
        max-width: 325px;
    }
    .about__text-content_flex-right img {
        padding: 10px;
        max-width: 348px;
    }
    .leading__title h4 {
        font-size: 78px
    }
    .left__image img {
        max-width: 336px;
        padding: 10px;
    }

    .leading-name_two {
        position: absolute;
        right: 8%;
        bottom: 31%
    }

    .leading-name_one {
        position: absolute;
        left: 16%;
        top: 26%
    }

    .leading__title h2 {
        font-size: 200px
    }

    .knowledge__content-items_item {
        width: 24%
    }

    .left-side {
        width: 45%;
        margin-top: 120px;
        margin-bottom: 50px
    }

    .container {
        max-width: 1024px
    }

    .left-side h2 {
        font-size: 35px;
        line-height: 43px
    }

    .right-side img {
        max-width: 550px
    }
}

@media only screen and (max-width: 1024px) {
    .special-conditions_text p {
        font-size: 20px;
        line-height: 30px
    }

    .knowledge__content-items_item {
        margin: 10px
    }

    .knowledge__content-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .knowledge__content-items_item {
        width: 30%
    }

    .about__items-side-text span {
        position: relative;
        z-index: 999
    }

    .right-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .second-rectangle {
        margin: 0
    }

    .about__items-side-text {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .mobile-bg {
        background: #fff;
        text-align: center;
        -webkit-box-shadow: 0 15px 34px rgba(0, 0, 0, .03);
        box-shadow: 0 15px 34px rgba(0, 0, 0, .03);
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px
    }

    .mobile-bg img {
        max-width: 500px;
        margin: 0 auto
    }

    .about__items-side-title p {
        margin: 0;
        max-width: 200px;
        padding: 10px 10px 10px 15px;
        border-top-left-radius: 28px;
        border-top-right-radius: 20px
    }

    .about__items-side-text {
        max-width: 100%
    }

    .about__items-side {
        width: 100%
    }

    .right-title {
        text-align: left
    }

    .reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .first-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .check-three {
        position: absolute;
        top: 176px;
        right: 23px
    }

    .check-two {
        position: absolute;
        left: 21px;
        top: 55px
    }

    .check-one {
        position: absolute;
        right: 12px;
        top: 66px
    }

    .second-line::before {
        display: none
    }

    .first-line::before {
        display: none
    }

    .left-side h2 {
        font-size: 31px;
        line-height: 37px
    }

    .container {
        max-width: 920px
    }
}

@media only screen and (max-width: 992px) {
    .about-us__title h2{
        font-size: 48px;
    }
    .about__text-content_second-page_right p {
        margin-bottom: 15px;
    }
    .about__text-content p {
        font-family: geometria-Light;
        font-size: 16px;
    }
    .third-page__text p {
        font-family: geometria-Light;
        font-size: 16px;
    }
    .about__text-content_third-page__images img {
        max-width: 274px;
        width: 100%;
        padding: 10px;
    }
    .third-page__images-right h4 {
        font-size: 19px;
    }
    .first-image_block img {
        max-width: 249px;
    }
    .about__text-content_flex-right img {
        padding: 10px;
        max-width: 273px;
    }
    .left__image img {
        max-width: 273px;
        padding: 10px;
    }
    .about__text-content_second-page_left img {
        max-width: 273px;
    }
    .footer_content h2 {
        font-size: 40px;
        line-height: 51px
    }

    .first {
        overflow: hidden
    }

    .team {
        overflow: hidden
    }

    .school-content-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .school-content-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .school-content-items_item {
        width: 30%
    }

    .school {
        background-position: 50% 50%
    }

    .mobile-bg img {
        max-width: 380px
    }

    .leading-name_one {
        position: absolute;
        left: 13%;
        top: 27%
    }

    .leading__title h4 {
        font-size: 70px;
        margin: 10px 0
    }

    .leading__title h2 {
        font-size: 150px
    }

    .hat {
        display: none
    }

    .school-content-img img {
        max-width: 390px
    }

    .special-conditions-text h2 {
        font-size: 38px
    }

    .left-side h2 {
        font-size: 28px;
        line-height: 31px
    }

    .right-side img {
        max-width: 490px
    }

    .container {
        max-width: 810px
    }
}

@media only screen and (max-width: 800px) {
    .speaker-name {
        display: none
    }

    .right-side {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .first_content-item {
        width: 100%
    }

    .left-side {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .first_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 768px) {
    .first-image_block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about__text-content_flex {
        flex-direction: column;
    }
    .about__text-content_flex-left {
        width: 100%;
    }
    .about__text-content_flex-right {
        width: 100%;
        justify-content: center;
        align-items: center;
        justify-content: space-around;
        display: flex;
    }
    .about__text-content_third-page__images {
        display: flex;
        margin-top: 50px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .about__text-content_third-page__images img {
        max-width: 310px;
        width: 100%;
        padding: 10px;
    }
    .first-image_block img {
        max-width: 310px;
        padding: 11px;
    }
    .team-content_right {
        display: none
    }

    .footer {
        padding: 30px 0
    }

    .footer_adress-item {
        margin: 20px 0
    }

    .footer_adress {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .school-content h3 {
        font-size: 30px;
        line-height: 37px
    }

    .school {
        min-height: 365px
    }

    .team-content_left ul {
        padding-bottom: 0
    }

    .team-content_right img {
        position: inherit;
        max-width: 500px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: -9px
    }

    .team-content_right {
        width: 100%
    }

    .team-content_left {
        width: 100%
    }

    .team-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .right-star {
        display: none
    }

    .lock-desktop {
        max-width: 300px
    }

    .special-conditions_text p {
        font-size: 19px;
        line-height: 31px
    }

    .special-conditions_text span {
        font-size: 23px;
        line-height: 28px
    }

    .leading-name_two {
        right: 12%
    }

    .leading-name_one {
        left: 18%
    }

    .leading__title h2 {
        font-size: 100px
    }

    .calendar {
        position: absolute;
        top: inherit;
        bottom: 0;
        z-index: 99;
        left: 27px
    }

    .leading__title {
        position: absolute;
        bottom: inherit;
        top: 15%
    }

    .leading-name_two::before {
        content: url(../img/arrowr-nob.svg);
        left: inherit;
        bottom: -75px;
        right: -37px
    }

    .leading-name_one::before {
        content: url(../img/arrowl-mob.svg);
        bottom: -54px
    }

    .leading-name_two {
        position: absolute;
        bottom: inherit;
        top: 27%
    }

    .footer_content-left {
        margin-bottom: 30px
    }

    .school1 {
        position: absolute;
        left: -30%;
        top: -41px
    }

    .footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .school-content-text {
        width: 100%
    }

    .school-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .knowledge__content-items_item {
        width: 47%
    }

    .button {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .right-star {
        right: 77%
    }

    .special-conditions {
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .lock-mobile {
        display: none
    }

    .about__items-side {
        width: 100%
    }

    .webinar__items-item {
        width: 37%
    }

    .webinar__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .container {
        max-width: 720px
    }

    .first_content-item-top ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .first_content-item-top ul li {
        font-size: 15px;
        margin: 10px 0
    }
}

@media only screen and (max-width: 540px) {
    .logo_about {
        position: absolute;
        right: 0;
        max-width: 54px;
        top: 12px;
    }
    .destinations__container {
        max-width: 800px;
        margin: 0 auto;
    }

    .destinations__title {
        font-size: 42px;
        color: rgb(66, 66, 66);
        letter-spacing: 3px;
        text-align: center;
    }

    .destinations__slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .destinations__prev,
    .destinations__next{
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: rgba(66, 66, 66, 0.3);
        width: 50px;
        transition: all 0.2s ease;
        cursor: pointer;
        z-index: 99;
    }

    .destinations__prev {
        left: 0;
    }

    .destinations__next {
        right: 0;
    }

    .destinations__prev:hover,
    .destinations__next:hover{
        background-color: rgba(66, 66, 66, 0.6);
    }

    .destinations__slider {
        display: flex;
        transition: all 0.4s ease;
    }

    .destinations__photo {
        position: relative;
        min-height: 400px;
    }

    .destinations__img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .destinations__text {
        position: absolute;
        top: 45px;
        left: 65px;
        font-weight: 500;
        font-size: 32px;
        line-height: 42px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .destinations__switch {
        margin-top: 20px;
        text-align: center;
    }

    .destinations__buttons {
        display: inline-block;
    }

    .radio {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        cursor: pointer;
    }

    .radio__input {
        postion: absolute;
        appearance: none;
        cursor: pointer;
    }

    .radio__box {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: rgba(64, 134, 219, 0.5);
        cursor: pointer;
    }

    .radio__input:checked + .radio__box {
        background-color: rgb(64, 134, 219);
    }
    /**/
    .mobile-slider {
        display: flex!important;

    }

    .desktop-photo {
        display: none!important;
    }

    .location__img img {
        width: 70px;
        margin: 0px 10px;
    }
    .swiper-item {
        height: 300px;
    }
    .first-image_block img {
        max-width: 433px;
        width: 100%;
        padding: 11px;
    }
    .about__text-content_second-page_right {
        width: 100%;
    }
    .third-page__images .container {
        display: flex;
        flex-direction: column;
    }
    .third-page__images-left {
        display: flex;
        margin-top: 30px;
        width: 100%;
    }
    .third-page__images-right {
        width: 100%;
    }
    .third-page__images-left img {
        max-width: 240px;
        width: 100%;
        padding: 15px;
    }
    .about__text-content_second-page {
        flex-direction: column;
    }
    .about__text-content_second-page_left {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: initial;
        lign-items: center;
        justify-content: center;
    }
    .about__text-content_second-page_left img {
        max-width: 238px;
    }
    .team-content_left ul li {
        font-size: 14px;
        line-height: 19px
    }

    .team {
        padding-top: 20px
    }

    .team-content_left h3 {
        font-size: 25px;
        line-height: 39px
    }

    .team-content_left h3 br {
        display: none
    }

    .team-content_right img {
        max-width: 370px
    }

    .left-side {
        margin-top: 65px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .leading_content {
        overflow: hidden
    }

    .webinar__items-item {
        width: 63%
    }

    .left-side h2 {
        font-size: 30px;
        text-align: left
    }

    .first_content-item-top {
        width: 100%
    }

    .container {
        max-width: 500px
    }

    .header-flag {
        max-width: 150px
    }
}

@media only screen and (max-width: 480px) {
    .special-conditions-text {
        margin: 0 18px;
    }
    .third-page__text h4 {
        margin: 30px 0;
    }

    .about__text-content_flex-left p:first-child {
        padding-bottom: 48px;
        padding-top: 0px;
    }

    .third-page__text p {
        margin: 30px 0;
    }
    /*.left__image img, .about__text-content_flex-right img, .about__text-content_second-page_left img, .about__text-content_third-page__images img  {*/
    /*    max-width: inherit;*/
    /*    padding: 11px;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*    display: block;*/
    /*}*/
    .left__image {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .about__text-content h3 {
        font-family: geometria-bold;
        font-size: 20px;
    }
    .location__text h3 {
        font-size: 20px;
    }
    .location__img img {
        width: 28px;
    }
    .third-page__images-left img {
        max-width: 189px;
    }
    .about-us__title {
        padding: 25px 10px 25px 10px;
    }
    .about__text-content_flex-right {
        flex-direction: column;
    }
    .about-us__title h2 {
        font-size: 30px;
    }
    .footer_adress-item-text p br {
        display: none;
    }

    .footer_adress {
        margin-bottom: 65px
    }

    .first-rectangle {
        padding: 30px 50px
    }

    .left-side h2 {
        font-family: geometria-Medium
    }

    .button-first {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .button-first a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative
    }

    .button-first a img {
        position: absolute;
        right: 10px
    }

    .mobile-phone {
        position: absolute;
        right: 0;
        top: 35px
    }

    .mobile-phone a {
        font-family: geometria-bold;
        text-decoration: none;
        color: #575be1;
        background: #fff;
        -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, .05);
        box-shadow: 0 7px 14px rgba(0, 0, 0, .05);
        padding: 15px 10px
    }

    .left-side h2 {
        font-size: 38px;
        text-align: left;
        line-height: 52px
    }

    .left-side {
        max-width: 380px;
        margin: 75px 20px 65px 20px
    }

    .right-side img {
        width: 100%;
        max-width: 100%
    }

    .first .container {
        width: 100%;
        max-width: 100% !important
    }

    .first {
        background-image: url(../img/bg-mob.png)
    }

    .girl-mobile {
        display: block
    }

    .girl-desc {
        display: none
    }

    .about__items-side-text span {
        font-size: 19px;
        line-height: 24px
    }

    .about__items-side-text span p {
        font-size: 16px;
        line-height: 25px
    }

    .second-rectangle {
        padding: 30px
    }

    .knowledge__content-items_item {
        height: auto
    }

    .button a {
        padding: 19px 30px
    }

    .school-content-items_item p {
        font-size: 14px;
        line-height: 20px
    }

    .school-content-items_item span {
        font-size: 45px;
        line-height: 50px
    }

    .school-content-items_item {
        width: 50%
    }

    .school-numbers {
        top: -30px
    }

    .school-content h3 {
        font-size: 17px;
        line-height: 21px
    }

    .school {
        min-height: 208px
    }

    .about {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .line::after {
        left: -55px
    }

    .webinar .webinar-content_title p {
        color: #000;
        font-size: 20px
    }

    .webinar .webinar-content_title p br {
        display: none
    }

    .line::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .knowledge {
        padding-top: 0;
        padding-bottom: 40px
    }

    .about .container {
        width: 100% !important
    }

    .leading-name_one::before {
        left: -40px
    }

    .leading {
        margin-top: 60px
    }

    .calendar {
        left: 0;
        max-width: 100px
    }

    .leading__title h2 {
        font-family: Geometria-ExtraBold
    }

    .leading__title h4 {
        font-size: 28px;
        line-height: 0
    }

    .leading__title h2 {
        font-size: 73px
    }

    .leading-name_two {
        right: 11%
    }

    .leading-name_one {
        left: 11%
    }

    .leading_content {
        min-height: 70vh
    }

    .leading-name_two p {
        font-size: 34px;
        line-height: 30px
    }

    .leading-name_one p {
        font-size: 34px;
        line-height: 30px
    }

    .girls {
        max-width: 395px
    }

    .form h4 {
        margin: 0;
        margin-bottom: 20px
    }

    .centres {
        max-width: 190px
    }

    .school1 {
        max-width: 130px;
        left: 0
    }

    .camp {
        position: absolute;
        right: 0;
        top: 10%;
        max-width: 130px
    }

    .footer_content p br {
        display: none
    }

    .footer_content h2 {
        font-size: 20px;
        line-height: 33px
    }

    .school-content-img img {
        margin: 0 auto
    }

    .school-desc {
        display: none
    }

    .school-mob {
        display: block
    }

    .school-content-img {
        width: 100%
    }

    .school-content-text ul li {
        font-size: 46px
    }

    .school-content-text h3 {
        font-size: 42px;
        line-height: 78px
    }

    .school-content-text p {
        line-height: 27px
    }

    .knowledge__content-title h3 {
        font-size: 28px;
        line-height: 78px
    }

    .knowledge__content-items_item {
        width: 100%
    }

    .special-conditions {
        padding: 19px;
        padding-top: 37px
    }

    .right-star {
        right: 67%
    }

    .left-star {
        left: 68%;
        bottom: 30%
    }

    .special-conditions-text h2 {
        font-size: 28px;
        line-height: 35px
    }

    .form p {
        margin-top: 0
    }

    .webinar-content_title p {
        font-size: 24px;
        line-height: 35px
    }

    .about__items-side {
        width: 100%
    }

    .header-logo {
        max-width: 54px
    }

    .right-side img {
        max-width: 100%
    }

    .container {
        max-width: 380px
    }
}

@media only screen and (max-width: 375px) {
    .first_content-item-top ul li {
        font-size: 13px
    }

    .leading_content {
        min-height: 62vh
    }

    .leading-name_two::before {
        bottom: -63px;
        right: -54px;
        -webkit-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    .leading-name_two {
        top: 20%
    }

    .leading-name_one {
        top: 20%
    }

    .special-conditions {
        padding: 19px
    }

    .webinar__items-item {
        width: 72%
    }

    .container {
        max-width: 336px
    }
}

@media (max-height: 736px) and (min-width: 414px) {
    .leading_content {
        min-height: 73vh
    }
}

@media (max-height: 667px) and (min-width: 375px) {
    .leading-name_two::before {
        bottom: -63px;
        right: -46px
    }

    .leading_content {
        min-height: 78vh
    }
}