@charset "UTF-8";
@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Gilroy-Regular.eot");
    src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy") format("svg"); }

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

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

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

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/RobotoCondensed-Regular.eot");
    src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular.svg#Roboto Condensed") format("svg"); }

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/RobotoCondensed-Bold.eot");
    src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/RobotoCondensed-Bold.svg#Roboto Condensed") format("svg"); }

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


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

body {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    min-width: 340px;
    color: #333333;
    position: relative;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none; }

.hidden {
    display: none; }

.wrapper {
    margin: 0 auto; }

a {
    color: #333333;
    text-decoration: none; }

form input.error {
    box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
    border: 2px solid red !important; }

form input.not_error {
    box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
    border: 2px solid #99FF99 !important; }

section {
    padding: 120px 0; }

section,
header,
footer {
    overflow: hidden; }

.container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 10px;
    width: 100%; }

.countdownHolder {
    width: 450px;
    margin: 0 auto;
    font: 30px/1.5 Roboto, sans-serif;
    text-align: center;
    letter-spacing: -3px;
    /*Параметры цифр */
    /*Параметры подложки для секций */
    /*Параметры секций разделения (:)*/
    /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/ }
.countdownHolder .position {
    display: inline-block;
    height: 1.7em;
    overflow: hidden;
    position: relative;
    width: 0.55em; }
.countdownHolder .digit {
    position: absolute;
    display: block;
    width: 0.5em;
    border-radius: 0.2em;
    text-align: center;
    color: #000;
    letter-spacing: -1px; }
.countdownHolder .digit.static {
    margin-top: 18px; }
.countdownHolder .coundDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 5px; }
.countdownHolder .countDiv {
    display: none;
    width: 16px;
    height: 1.6em;
    position: relative; }
.countdownHolder .countDiv:before, .countdownHolder .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: ''; }
.countdownHolder .countDiv:after {
    top: 0.9em; }
.countdownHolder .textdigit {
    font-size: 15px;
    font-family: Roboto;
    letter-spacing: 0px; }

.fsb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }

form.standart-form {
    max-width: 400px;
    text-align: center; }
form.standart-form input.name,
form.standart-form input.email,
form.standart-form input.phone {
    width: 300px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }
form.standart-form input.email {
    margin-top: 15px; }
form.standart-form:after {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
    z-index: 10; }
form.standart-form.loading:after {
    display: block; }

.subm {
    cursor: pointer;
    border: none;
    display: block;
    margin: 0 auto;
    transition: all 0.3s linear;
    margin-top: 15px; }
.subm:hover, .subm:focus {
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.hvr-grow {
    transition: 0.2s linear; }
.hvr-grow:hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

section {
    position: relative; }
section .container {
    position: relative;
    z-index: 2; }
section .lines {
    top: 0px;
    width: 1240px;
    left: calc(50% - 620px);
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;

    z-index: 1; }
section .line {
    height: 100%;
    width: 1px;
    background: rgba(120, 120, 120, 0.1); }

.header {
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10; }
.header .topline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
.header .logo {
    width: 190px;
    height: 47px;
    background: transparent url("../img/logo.svg") left top no-repeat; }
.header .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
.header .link {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 0px 25px;
    transition: 0.2s linear; }
.header .link:hover {
    color: #D52B1E; }
.header .button2 {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 60px;
    color: #FFFFFF;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #FFFFFF;
    transition: 0.2s linear; }
.header .button2:hover {
    color: #000;
    background: #fff; }

.sec1 {
    background: transparent url("../img/bg1.jpg") top no-repeat;
    padding-top: 120px;
    padding-bottom: 0px; }
.sec1 .texts {
    width: 397px;
    height: 125px;
    background: transparent url("../img/lines1.png") left top no-repeat;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.sec1 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 28px;
    line-height: 180%;
    text-transform: uppercase;
    color: #fff; }
.sec1 .text1 {
    font-family: Roboto Condensed;
    font-size: 21px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000; }
.sec1 .grani {
    width: 408px;
    height: 130px;
    margin: 0 auto;
    margin-top: 22px;
    background: transparent url("../img/grani.svg") left top no-repeat; }
.sec1 .title {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 130px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF; }
.sec1 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    margin-top: 15px; }
    
.sec1 .gradient-text-container {
    position: relative;
    text-align: center;
    margin-top: -1% }
.sec1 .gradient-text {
    font-family: "OpenSans", sans-serif;
    font-size: 17px;
    font-style: bold;
    color: black;
    display: inline-block;
    position: relative;}
.sec1 .gradient-text2 {
    font-family: "OpenSans", sans-serif;
    font-size: 17px;
    font-style: italic;
    color: yellow;
    display: inline-block;
    position: relative;}
.sec1 .coming_soon_text {
    font-family: Roboto Condensed;
    margin-top: -30px;
    font-size: 15px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5); }
.sec1 .button1 {
    margin: 0 auto;
    margin-top: 40px; }
.sec1 .arrowdown {
    background: transparent url("../img/arrowdown1.svg") 50% 50%/cover no-repeat;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-top: 75px;
    display: block;
    cursor: pointer; }

.button1 {
    display: block;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 75px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 312px;
    height: 80px;
    background: linear-gradient(180deg, #F30000 0%, #C20000 100%);
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.35);
    border-radius: 51px; }

.sec2 {
    background: url(../img/bg2.png) calc(50% + 430px) 0px no-repeat; }
.sec2 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 88px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E; }
.sec2 .text1 {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 30px;
    border-left: 3px solid #D52B1E;
    margin-top: 10px; }
.sec2 .text1 span {
    color: #D52B1E; }
.sec2 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    max-width: 520px; }
.sec2 .text3 {
    font-family: Roboto Condensed;
    font-size: 30px;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 40px; }
.sec2 .text4 {
    font-family: Roboto Condensed;
    font-size: 21px;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000; }
.sec2 .text5 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #D52B1E;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    padding-left: 100px;
    position: relative;
    margin-top: 65px; }
.sec2 .text5:before {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    width: 62px;
    height: 62px;
    background: #D52B1E url(../img/question.svg) 50% 50% no-repeat;
    box-shadow: 0px 10px 15px rgba(231, 26, 26, 0.35);
    border-radius: 3px; }
.sec2 .line {
    background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, #ebebeb 100%); }

.sec3 {
    background: #0A060E; }
.sec3 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; }
.sec3 .text {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 30px;
    border-left: 2px solid #fff; }
.sec3 .text span {
    color: #D52B1E; }
.sec3 .block {
    width: 33%;
    padding-left: 30px;
    padding-right: 100px;
    padding-top: 250px; }
.sec3 .text1 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E; }
.sec3 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 21px;
    line-height: 150%;
    color: #FFFFFF; }
.sec3 .block1 {
    background: transparent url("../img/block31.png") left top no-repeat; }
.sec3 .block2 {
    background: transparent url("../img/block32.png") left top no-repeat; }
.sec3 .block3 {
    background: transparent url("../img/block33.png") left top no-repeat; }
.sec3 .button1 {
    margin: 0 auto;
    margin-top: 80px; }

.sec4 .text {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    padding-left: 30px;
    border-left: 2px solid #D52B1E; }

.sec4 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px; }

.sec4 .block {
    width: 581px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 100px;
    position: relative;
}

.sec4 .block:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #2B5785;
    opacity: .7;
}
.sec4 .icon {
    width: 40px;
    height: 40px; }

.sec4 .block1 {
    height: 413px;
    background: transparent url("../img/new/kyiv_image15.jpg") left top no-repeat; }
.sec4 .block1 .icon {
    background: transparent url("../img/icon41.svg") left top no-repeat; }

.sec4 .block2 {
    height: 294px;
    background: transparent url("../img/new/kyiv_image5.jpg") left top no-repeat; }
.sec4 .block2 .icon {
    background: transparent url("../img/icon42.svg") left top no-repeat; }

.sec4 .block3 {
    height: 314px;
    background: transparent url("../img/new/kyiv_image12.jpg") left top no-repeat;
    background-size: cover;
    margin-top: 80px; }
.sec4 .block3 .icon {
    background: transparent url("../img/icon43.svg") left top no-repeat; }

.sec4 .block4 {
    height: 433px;
    background: transparent url("../img/block44.png") left top no-repeat;
    margin-top: -40px; }
.sec4 .block4 .icon {
    background: transparent url("../img/icon44.svg") left top no-repeat; }

.sec4 .wrap {
    padding: 25px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
.sec4 .wrap:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    background: rgba(255, 255, 255, 0.4);
    z-index: -1; }

.sec4 .text2 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #D52B1E;
    padding: 8px 30px;
    margin-left: -30px;
    display: inline-block;
    margin-top: 30px; }

.sec4 .text3 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding-left: 20px;
    border-left: 1px solid #D52B1E;
    margin-top: 20px;
    letter-spacing: 0.05em; }

.sec4 .text1 {
    font-family: Gilroy;
    font-size: 24px;
    line-height: 160%;
    color: #000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    margin-top: 35px; }
.sec4 .text1 b {
    color: #D52B1E;
    font-weight: bold; }

.sec5 {
    background: #0A060E; }
.sec5 .texts {
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }
.sec5 .text {
    font-family: Roboto Condensed;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
.sec5 .text span {
    color: #D52B1E; }
.sec5 .text1 {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px; }
.sec5 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #fff;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    margin-top: 70px; }
.sec5 .text2 span {
    color: #D52B1E; }
.sec5 .text3 {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #FFFFFF; }
.sec5 .texts1 {
    margin-top: 100px;
    padding-left: 100px;
    position: relative; }
.sec5 .texts1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 62px;
    height: 62px;
    background: #D52B1E url(../img/quotes5.svg) 50% 50% no-repeat;
    box-shadow: 0px 10px 15px rgba(231, 26, 26, 0.35);
    border-radius: 3px; }
.sec5 .text4 {
    font-family: Roboto Condensed;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 5px; }
.sec5 .text4 span {
    color: #D52B1E; }
.sec5 .text5 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #fff;
    max-width: 640px;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25); }
.sec5 .text5 span {
    color: #D52B1E; }

.sec5 .negoda {
    position: absolute;
    width: 685px;
    height: 878px;
    background: transparent url("../img/negoda5_7.png") left top no-repeat;
    top: 120px;
    right: calc(50% + 5px);
    padding-top: 550px;
    padding-left: 200px;
}
.sec5.sec5_2 .container{
    padding-left: 600px;
}
.sec5 .sadovskiy {
    position: absolute;
    width: 533px;
    height: 678px;
    background: transparent url("../img/new/block_with_coach2_3.png") right top no-repeat;
    background-size: contain;
    top: 120px;
    left: calc(50% + 5px);
    padding-top: 550px;
    padding-left: 200px;
}
.sec5 .text6 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E; }
.sec5 .text7 {
    font-family: Gilroy;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #FFFFFF; }
.sec5 .text8 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 306px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    opacity: 0.03;
    position: absolute;
    bottom: 0px;
    left: -350px; }
.sec5 .button1 {
    margin: 0 auto;
    margin-top: 90px; }

.sec6 .switzerland {
    position: absolute;
    top: 310px;
    left: calc(50% - 620px);
    width: 900px;
    height: 492px;
    background: transparent url("../img/switzerland.png") left top no-repeat;
    background: transparent url("../img/new/ukraine_kyiv.png") left top no-repeat; }

.sec6 .text {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }

.sec6 .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }

.sec6 .block {
    padding: 40px;
    width: 554px;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px; }

.sec6 .block:last-child {
    margin-bottom: 0; }

.sec6 .text1 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #047983; }

.sec6 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    margin-top: 20px; }
.sec6 .text2 span {
    color: #D52B1E; }

.sec7 {
    background: transparent url("../img/new/7_block_2_new1.png") top no-repeat;
    padding-top: 80px; }
.sec7 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
.sec7 .text span {
    color: #047983;
    background: #fff;
    padding: 8px 20px; }
.sec7 .text1 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 40px;
    position: relative; }
.sec7 .text1:before {
    position: absolute;
    content: '';
    top: -80px;
    left: -60px;
    width: 100px;
    height: 100px;
    background: transparent url("../img/arrow7.svg") left top no-repeat; }
.sec7 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px; }
.sec7 .block {
    width: 592px;
    height: 299px;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    padding: 50px 70px;
    padding-right: 100px; }
.sec7 .block1 {
    background: #fff url("../img/block71.png") 300px 0px no-repeat; }
.sec7 .block2 {
    background: #fff url("../img/block72.png") right top no-repeat; }
.sec7 .text2 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #047983; }
.sec7 .text3 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    margin-top: 15px; }
.sec7 .text3 span {
    color: #D52B1E; }
.sec7 .button1 {
    margin: 0 auto;
    margin-top: 75px;
    width: 380px; }
.sec7 .text4 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000;
    margin-left: 900px;
    margin-top: -50px;
    position: relative; }
.sec7 .text4:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 40px;
    background: transparent url("../img/arrow71.svg") left top no-repeat;
    bottom: -50px;
    left: -100px; }
.sec7 .text4 span {
    color: #D52B1E; }

.sec8 {
    background: transparent url("../img/new/bg8.jpg") calc(50% - 200px) 100% no-repeat;
    padding-top: 0; }
.sec8 .text {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }
.sec8 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 33.3%;
    margin-top: 80px; }
.sec8 .block {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 70px; }
.sec8 .num {
    font-family: Roboto Condensed;
    font-size: 50px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    padding-left: 20px; }
.sec8 .text1 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    padding-left: 20px;
    border-left: 2px solid #D52B1E; }
.sec8 .text1 span {
    color: #D52B1E; }
.sec8 .button1 {
    margin-top: 120px; }

.sec9 {
    background: #0A060E; }

.sec9 .title {
    position: relative;
    width: 1240px;
    height: 244px;
    margin: 0 auto;
    background: transparent url("../img/new/title9.jpg") left top no-repeat;
    padding-top: 45px; }
.sec9 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 34px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
.sec9 .text1 {
    font-family: Gilroy;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: lowercase;
    color: #FFFFFF; }
.sec9 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px; }
.sec9 .block {
    width: 33.3%;
    margin-bottom: 60px; }
.sec9 .text2 {
    font-family: Roboto Condensed;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 60px; }
.sec9 .text2 span {
    color: #D52B1E; }
.sec9 .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #D52B1E;
    position: relative; }
.sec9 .icon:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -11px;
    width: 21px;
    height: 21px;
    background: transparent url("../img/plus9.svg") left top no-repeat; }
.sec9 .block1 .icon {
    background: transparent url("../img/icon91.svg") 50% 50% no-repeat; }
.sec9 .block2 .icon {
    background: transparent url("../img/icon92.svg") 50% 50% no-repeat; }
.sec9 .block3 .icon {
    background: transparent url("../img/icon93.svg") 50% 50% no-repeat; }
.sec9 .block4 .icon {
    background: transparent url("../img/icon94.svg") 50% 50% no-repeat; }
.sec9 .block5 .icon {
    background: transparent url("../img/icon95.svg") 50% 50% no-repeat; }
.sec9 .block6 .icon {
    background: transparent url("../img/icon96.svg") 50% 50% no-repeat; }
.sec9 .text3 {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #fff;
    margin-top: 30px;
    padding-right: 50px; }
.sec9 .text3 span {
    color: #D52B1E; }
.sec9 .text6 {
    font-family: Roboto Condensed;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
.sec9 .text6 span {
    color: #D52B1E; }

.sec10 {
    padding-bottom: 370px; }
.sec10 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
.sec10 .block {
    width: 33.3%; }
.sec10 .text {
    font-family: Roboto Condensed;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }
.sec10 .text1 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 20px; }
.sec10 .button1 {
    margin-top: 90px; }
.sec10 .image {
    width: 365px;
    height: 599px;
    background: transparent url("../img/block10.jpg") left top no-repeat; }
.sec10 .num {
    font-family: Roboto Condensed;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E; }
.sec10 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #D52B1E;
    margin-top: 10px; }
.sec10 .text3 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #000000; }
.sec10 .bullit {
    margin-bottom: 60px; }
.sec10 .bullit:last-child {
    margin-bottom: 0; }
.sec10 .text5 {
    font-family: Roboto Condensed;
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    margin-top: 140px; }
.sec10 .text6 {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 80px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #047983; }
.sec10 .text7 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #000000;
    text-align: center; }
.sec10 .map {
    position: absolute;
    width: 1424px;
    height: 914px;
    top: 420px;
    left: calc(50% - 700px);
    background: transparent url("../img/map.png") left top no-repeat;
    z-index: 1; }
.sec10 .points {
    position: relative; }
.sec10 .wrap-point {
    position: absolute;
    top: 50px;
    left: 50px;
    cursor: pointer; }
.sec10 .wrap-point:hover .point {
    padding: 13px; }
.sec10 .wrap-point:hover .text01 {
    color: #D52B1E; }
.sec10 .wrap-point:hover .image1 {
    -ms-transform: scale(1);
    transform: scale(1); }
.sec10 .point {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(213, 43, 30, 0.2);
    padding: 10px;
    transition: 0.1s linear; }
.sec10 .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #D52B1E;
    transition: 0.2s linear; }
.sec10 .text01 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    transition: 0.2s linear; }
.sec10 .image1 {
    width: 227px;
    height: 134px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 10px 25px rgba(0, 203, 252, 0.31);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
    background: #dadada;
    transition: 0.2s linear;
    -ms-transform: scale(0);
    transform: scale(0); }
.sec10 .point1 .image1 {
    background: transparent url("../img/new/kyiv_image14.jpg") left top/cover no-repeat; }
.sec10 .point2 {
    top: 70px;
    left: 25%; }
.sec10 .point2 .image1 {
    background: transparent url("../img/new/kyiv_image21.jpg") left top/cover no-repeat; }
.sec10 .point3 {
    top: 90px;
    left: 55%; }
.sec10 .point3 .image1 {
    background: transparent url("../img/new/3.JPEG") left top/cover no-repeat; }
.sec10 .point4 {
    top: 20px;
    left: 80%; }
.sec10 .point4 .image1 {
    background: transparent url("../img/new/4.JPG") left top/cover no-repeat; }

.sec11 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.sec11 .block1 {
    width: 33.3%; }

.sec11 .block2 {
    width: 66.6%; }

.sec11 .text {
    font-family: Gilroy;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }
.sec11 .text span {
    color: #D52B1E; }

.sec11 .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -50px; }

.sec11 .photo {
    display: block;
    width: 265px;
    height: 386px; }

.sec11 .photo1 {
    background: transparent url("../img/photo111.png") left top no-repeat; }

.sec11 .photo2 {
    background: transparent url("../img/photo112.png") left top no-repeat;
    height: 176px; }

.sec11 .photo3 {
    background: transparent url("../img/photo113.png") left top no-repeat;
    height: 176px; }

.sec11 .photo4 {
    background: transparent url("../img/photo114.png") left top no-repeat; }

.sec11 .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.sec12 {
    background: #F3F3F3; }
.sec12 .text {
    font-family: Gilroy;
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000; }
.sec12 .text1 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E; }
.sec12 .blocks {
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; }
.sec12 .block {
    width: 33.3%;
    margin-bottom: 45px; }
.sec12 .texts {
    padding-left: 30px;
    border-left: 3px solid #D52B1E;
    padding-top: 10px;
    padding-bottom: 10px; }
.sec12 .text2 {
    font-family: Gilroy;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000; }
.sec12 .text2 span {
    color: #D52B1E; }
.sec12 .text3 {
    font-family: Gilroy;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 10px; }
.sec12 .card {
    display: block;
    width: 371px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    cursor: pointer;
    transition: 0.2s linear; }
.sec12 .card:hover {
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.3); }
.sec12 .text4 {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #047983; }
.sec12 .image {
    width: 324px;
    height: 121px;
    background: #dadada; }
.sec12 .more {
    display: block;
    text-align: right;
    font-family: Gilroy;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 5px; }
.sec12 .button1 {
    width: 400px;
    margin: 0 auto;
    margin-top: 40px; }
.sec12 .block1 .image {
    background: transparent url("../img/new/d1.JPG") left -34px no-repeat;
    background-size: cover;
}
.sec12 .block2 .image {
    background: transparent url("../img/new/d2.JPEG") left top no-repeat;
    background-size: cover;
}
.sec12 .block3 .image {
    background: transparent url("../img/new/d3.JPG") left top no-repeat;
    background-size: cover;
}
.sec12 .block4 .image {
    background: transparent url("../img/new/87459101_1054274868300966_2325635206356140032_o.jpg") left top no-repeat;
    background-size: cover;
}
.sec12 .block5 .image {
    background: transparent url("../img/new/13_5.jpg") left top no-repeat;
    background-size: cover;
}
.sec12 .block6 .image {
    background: transparent url("../img/day6.jpg") left top no-repeat;
}
.sec12 .block7 .image {
    background: transparent url("../img/new/13_7.jpg") left top no-repeat;
    background-size: cover;
}

.sec13 {
    background: #0A060E; }
.sec13 .text {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }
.sec13 .text span {
    color: #D52B1E; }
.sec13 .text1 {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 72px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 100px; }
.sec13 .text2 {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 19px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    max-width: 500px; }
.sec13 .bullits {
    margin-top: 50px;
    max-width: 550px; }
.sec13 .bullit {
    position: relative;
    font-family: Gilroy;
    font-size: 19px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding-left: 40px;
    margin-bottom: 35px; }
.sec13 .bullit:last-child {
    margin-bottom: 0; }
.sec13 .bullit:before {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    background: transparent url("../img/point13.svg") left top no-repeat;
    top: 2px;
    left: 0px; }
.sec13 .sadovskiy {
    width: 500px;
    height: 839px;
    position: absolute;
    top: 140px;
    left: calc(50% + 100px);
    background: transparent url("../img/new/block_with_coach2_3.png") left top no-repeat;
    background-size: contain;
}
.sec13 .negoda {
    width: 711px;
    height: 839px;
    position: absolute;
    top: 140px;
    right: calc(50% + 0px);
    background: transparent url("../img/negoda13_4.png") left top no-repeat; }
.sec13.sec13_2 .container{
    padding-left: 600px;
}
.sec14 .text {
    font-family: Roboto Condensed;
    font-size: 36px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E;
    padding-left: 30px;
    border-left: 3px solid #D52B1E; }

.sec14 .card {
    width: 350px;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto; }

.sec14 .image {
    width: 100px;
    height: 100px;
    border-radius: 5px; }

.sec14 .feedback-slider {
    margin-top: 30px; }
.sec14 .feedback-slider .feedback {
    padding-top: 40px;
    padding-bottom: 40px; }

.sec14 .name {
    font-family: Gilroy;
    font-weight: 900;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px; }

.sec14 .desc {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #D52B1E; }

.sec14 .text1 {
    font-family: Gilroy;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #000;
    margin-top: 15px; }

.sec14 .feedback1 .image {
    background: transparent url("../img/kostuk.jpg") left top/cover no-repeat; }

.sec14 .feedback2 .image {
    background: transparent url("../img/krukova.jpg") left top/cover no-repeat; }

.sec14 .feedback3 .image {
    background: transparent url("../img/dubovickii.jpg") left top/cover no-repeat; }

.sec14 .feedback4 .image {
    background: transparent url("../img/secret_woman.jpg") left top/cover no-repeat; }

.sec14 .feedback5 .image {
    background: transparent url("../img/secret_woman.jpg") left top/cover no-repeat; }

.sec14 .feedback6 .image {
    background: transparent url("../img/kovalchuk.jpg") left top/cover no-repeat; }

.sec14 .feedback7 .image {
    background: transparent url("../img/konov.jpg") left top/cover no-repeat; }

.sec14 .feedback8 .image {
    background: transparent url("../img/marchuk.jpg") left top/cover no-repeat; }

.sec14 .feedback9 .image {
    background: transparent url("../img/grickevich.jpg") left top/cover no-repeat; }

.sec14 .feedback10 .image {
    background: transparent url("../img/dancev.jpg") left top/cover no-repeat; }

.sec15:before{
    content: "";
    background: #033F59;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .6;
}
.sec15 {
    position: relative;
    background: transparent url("../img/new/block_10.jpg") top no-repeat;
    background-size: cover;
}
.sec15 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
.sec15 .text span {
    color: #047983;
    background: #fff;
    padding: 8px 20px; }
.sec15 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
.sec15 .text1 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    max-width: 590px;
    margin-top: 15px; }
.sec15 .button1 {
    width: 440px; }

.footer {
    background: #000000;
    padding-top: 40px;
    padding-bottom: 40px; }
.footer .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.footer .link {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: white;
    margin: 0px 70px;
    transition: 0.2s linear;
    opacity: 0.5; }
.footer .link:hover {
    opacity: 0.8; }
.footer .point {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%; }
.footer .docs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px; }
.footer .doc {
    font-family: Gilroy;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: white;
    margin: 0px 70px;
    transition: 0.2s linear;
    opacity: 0.5; }
.footer .doc:hover {
    opacity: 0.8; }

.modal-form .modal-content {
    width: 500px;
    padding: 50px;
    background: #fff;
    margin: auto; }

.modal-form .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    text-align: center; }

.modal-form .text1 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px; }

.modal-day .modal-content {
    background: #fff;
    width: 700px;
    margin: auto;
    border-radius: 0 !important; }

.modal-day .title {
    background: #0A060E;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 116px;
    padding-left: 40px;
    padding-right: 40px; }

.modal-day .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }

.modal-day .arrow {
    width: 150px;
    height: 50px;
    border: 1px solid #FFFFFF;
    font-family: Roboto Condensed;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.2s linear; }
.modal-day .arrow:hover {
    background: #fff;
    color: #000; }

.modal-day .schedule {
    padding: 40px; }

.modal-day .line {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 40px; }
.modal-day .line:nth-child(2n) {
    background: #F3F3F3; }

.modal-day .time {
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.modal-day .texts {
    padding-top: 12px;
    padding-bottom: 10px; }

.modal-day .text1 {
    font-family: Roboto Condensed;
    font-size: 18px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #747474;
    position: relative; }
.modal-day .text1:before {
    position: absolute;
    content: '';
    right: -36px;
    top: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #C4C4C4; }

.modal-day .text2 {
    font-family: Gilroy;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #000000; }

.modal-day .greyline {
    width: 1px;
    background: #BDBDBD;
    margin-left: 30px;
    margin-right: 30px; }

.sec-success1 {
    background: transparent url("../img/bg7.jpg") top no-repeat; }
.sec-success1 .logo {
    width: 190px;
    height: 47px;
    background: transparent url("../img/logo.svg") left top no-repeat; }
.sec-success1 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 88px;
    line-height: 138%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px; }
.sec-success1 .text1 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-top: 20px; }
.sec-success1 .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px; }
.sec-success1 .block {
    width: 380px;
    height: 300px;
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1); }
.sec-success1 .num {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #047983; }
.sec-success1 .text2 {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #000000;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25); }
.sec-success1 .text2 span {
    color: #D52B1E; }

.sec-success2 {
    padding-top: 0; }
.sec-success2 .text {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #D52B1E; }
.sec-success2 .packages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    -ms-flex-align: start;
    align-items: flex-start; }
.sec-success2 .package {
    width: 398px;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1); }
.sec-success2 .title {
    height: 136px;
    display: -ms-flexbox;
    display: flex; }
.sec-success2 .text1 {
    font-family: Roboto Condensed;
    font-size: 59px;
    line-height: 140%;
    text-transform: uppercase;
    color: #191919;
    margin: auto; }
.sec-success2 .bullits {
    padding: 40px; }
.sec-success2 .bullit {
    padding-left: 20px;
    position: relative;
    font-family: Gilroy;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 20px; }
.sec-success2 .bullit span {
    color: #D52B1E; }
.sec-success2 .bullit b {
    font-weight: 700; }
.sec-success2 .bullit:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #047983;
    position: absolute;
    content: '';
    top: 4px;
    left: 0px; }
.sec-success2 .prices {
    height: 192px;
    background: transparent url("../img/prices.jpg") left top no-repeat;
    display: -ms-flexbox;
    display: flex; }
.sec-success2 .price {
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 91px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto; }
.sec-success2 .price span {
    font-size: 40px;
    font-weight: 400; }
.sec-success2 .text5 {
    font-family: Gilroy;
    font-size: 21px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 60px; }
.sec-success2 .text5 span {
    color: #D52B1E; }
.sec-success2 .package1 .title {
    background: transparent url("../img/standart.jpg") left top no-repeat; }
.sec-success2 .package2 {
    position: relative; }
.sec-success2 .package2:before {
    position: absolute;
    content: 'рекомендовано';
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 200px;
    height: 60px;
    background: transparent url("../img/rek.png") 50% 50%/cover no-repeat;
    top: -30px;
    right: 30px; }
.sec-success2 .package2 .title {
    background: transparent url("../img/gold.jpg") left top no-repeat; }
.sec-success2 .package3 .title {
    background: transparent url("../img/premium.jpg") left top no-repeat; }
.sec-success2 .package3 .text1 {
    color: #fff; }
.sec-success2 .block {
    width: 1240px;
    height: 218px;
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #047983;
    background: transparent url("../img/block-success.jpg") left top/cover no-repeat;
    display: -ms-flexbox;
    display: flex; }
.sec-success2 .texts {
    margin: auto;
    text-align: center; }
.sec-success2 .text6 {
    font-family: Gilroy;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000; }
.sec-success2 .text7 {
    font-family: Gilroy;
    font-weight: bold;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #047983; }

.modal-overlay {
    display: none;
    padding-top: 1px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    overflow: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
.modal-overlay .modal-content {
    margin-bottom: 0px;
    border-radius: 4px; }
.modal-overlay .close-button {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 40px;
    padding: 0px 14px;
    padding-top: 4px;
    cursor: pointer;
    transition: 0.2s linear; }
.modal-overlay .close-button .one {
    height: 50px;
    width: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: 0.2s linear; }
.modal-overlay .close-button .two {
    margin-top: -50px;
    height: 50px;
    width: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: 0.2s linear; }
.modal-overlay .close-button:hover .one {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: 0.2s linear;
    background-color: #fff; }
.modal-overlay .close-button:hover .two {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: 0.2s linear;
    background-color: #fff; }

#modal-video .modal-content {
    height: auto;
    width: 100%; }

#modal-video .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
#modal-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.slick-next{
    right:-40px;
    width: 50px;
    height: 50px;
    background: url(../img/right-arrow.svg) 50% 50% /70% no-repeat;
}
.slick-next:hover,.slick-next:focus{
    background: url(../img/right-arrow1.svg) 50% 50% /70% no-repeat;
}

.slick-prev{
    left:-40px;
    width: 50px;
    height: 50px;
    background: url(../img/left-arrow.svg) 50% 50% /70% no-repeat;
}
.slick-prev:hover,.slick-prev:focus{
    background: url(../img/left-arrow1.svg) 50% 50% /70% no-repeat;
}
.slick-arrow{
    transition:0.2s linear;
}
.slick-arrow:before{
    display: none!important;
}
