@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0;
}

.row {
    margin: 0 -15px;
}

.row > * {
    padding: 0 15px;
}

.header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    width: 1470px;
    max-width: 100%;
    padding: 0 15px;
}

.navbar-top li a {
    color: #828282;
    transition: 0.7s;
    font-weight: 500;
    font-size: 16px;
}

.navbar-top li a:hover {
    transition: 0.7s;
    color: #a7a7a7;
}

.navbar-top li:not(:last-child) {
    margin-right: 45px;
}

.social-network {
    display: flex;
    align-items: center;
}

.social-network a:not(:last-child) {
    margin-right: 18px;
}


.social-network a img {
    opacity: 0;
}

.social-network a:nth-child(1):hover {
    background: url("../images/social-network-hover-1.png");
}

.social-network a:nth-child(2):hover {
    background: url("../images/social-network-hover-2.png");
}

.social-network a:nth-child(3):hover {
    background: url("../images/social-network-hover-3.png");
}

.social-network a:nth-child(1) {
    background: url("../images/social-network-1.png");
}

.social-network a:nth-child(2) {
    background: url("../images/social-network-2.png");
}

.social-network a:nth-child(3) {
    background: url("../images/social-network-3.png");
}

.social-network a {
    transition: 0.7s background;
}

.social-network a:hover {
    transition: 0.7s background;
}

.search {
    position: relative;
}

.search input {
    width: 325px;
    border: 1px solid #dbe6ed;
    border-radius: 4px;
    padding: 10px 20px 8px 20px;
    font-size: 15px;
}

.search input::placeholder {
    color: #96a2aa;
}

.search button {
    position: absolute;
    padding: 0;
    border: 0;
    background: transparent;
    top: 8px;
    right: 20px;
}

.enter {
    text-decoration: none;
    display: flex;
    font-weight: 500;
    align-items: center;
    color: #000;
    transition: 0.7s;
}

.enter:hover {
    transition: 0.7s;
    color: #0075c0;
}
.enter:hover span {
    border-bottom: 1px solid #0075c0;
}

.enter img {
    margin-right: 10px;
}



.header-top {
    background: #f3f6fd;
    padding: 12px 0 13px 0;
}

.header-center-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-toggler {
    display: none;
}

.address p span {
    color: #a1a1a1;
    font-weight: normal;
    display: block;
    font-size: 16px;
}

.address p {
    font-weight: 700;
    font-size: 19px;
    color: #000;
    margin-bottom: 0;
}

a.phone-large {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    display: table;
    line-height: normal;
}

.phone-small {
    color: #a1a1a1;
    margin-bottom: 0;
}

.email p {
    color: #a1a1a1;
    margin-bottom: 0;
}

.email a {
    font-weight: 700;
    font-size: 19px;
    color: #000;
    text-decoration: none;
}

.red-button {
    font-weight: 600;
    color: #ffffff !important;
    font-size: 19px;
    border: 0;
    padding: 18px 55px 18px 55px;
    background: #ea4126;
    display: block;
    width: fit-content;
    text-decoration: none;
    transition: 0.7s;
    box-shadow: 0 12px 12px 0 #e96a5c7a;
    border-radius: 3px;
}

.header-center .red-button {
    padding: 15px 42px;
    border-radius: 4px;
}

.red-button:hover {
    background: #df361b;
    /*
    box-shadow: 0 12px 18px 0 #e96a5c;
    */
    box-shadow: none;
    transition: 0.7s;
}

.header-center {
    padding: 17px 0;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #fff;
    padding: 25px 0;
    font-size: 20px;
    position: relative;
    transition: 0.7s;
}

.navbar-light .navbar-nav .nav-link:after {
    position: absolute;
    background: transparent;
    left: -12px;
    right: -12px;
    height: 5px;
    bottom: 0;
    content: '';
    display: block;
}

.navbar-light .navbar-nav .nav-link.active:after, .navbar-light .navbar-nav .nav-link:hover:after {
    background: #ea4126;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    transition: 0.7s;
    color: #dfedf6;
}

.header-bottom {
    background: #2389c6;
}

.header-bottom .navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.navbar {
    padding: 0;
}

.top-section {
    background: url("../images/banner.jpg") no-repeat top center;
    min-height: 715px;
}

.top-section p {
    font-size: 32px;
    color: #5f5f5f;
    line-height: normal;
    margin-bottom: 27px;
}

p.p-title {
    font-weight: 700;
    font-size: 28px;
    color: #383d3f;
    margin-bottom: 0;
    line-height: inherit;
}

p.p-title:before {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: #2389c6;
    margin-bottom: 29px;
}

h1 {
    font-weight: 700;
    font-size: 133px;
    color: #2389c6;
}

.red-border-button {
    padding: 23px 35px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-size: 22px;
    border-radius: 4px;
    border: 3px solid #ea4126;
    color: #000 !important;
}

.top-l {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 715px;
    height: 100%;
}

.event-slide p {
    color: #9f9f9f;
    font-size: 18px;
    margin-bottom: 5px;
}

.event-slide h3 {
    font-weight: 700;
    font-size: 30px;
}

.event-slide img {
    margin-bottom: 30px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span, .owl-carousel button.owl-dot span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: url(../images/arrow-slider.png) !important;
    padding: 0;
    width: 66px;
    height: 65px;
    box-shadow: 0 8px 24px 0 rgb(62 66 71 / 23%);
    border-radius: 50%;
    transition: 0.7s;
    margin: 0;
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    transition: 0.7s;
    background: url(../images/arrow-slider-hover.png) !important;
}

.owl-carousel .owl-nav button.owl-next {
    box-shadow: 0 -8px 24px 0 rgb(62 66 71 / 23%);
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 14px;
}

.owl-nav {
    display: flex;
    align-items: center;
    width: fit-content;
}

.arrow-r .owl-nav {
    margin: -72px 0 0 auto;
}

.events-section h2 {
    font-weight: 800;
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.events-section {
    padding: 150px 0 160px 0;
}

p.date {
    font-weight: 700;
    margin-bottom: 0;
    color: #2389c6;
    font-size: 23px;
}

p.date span {
    font-weight: normal;
    font-size: 20px;
    color: #606060;
    display: block;
}

.event {
    display: flex;
    text-decoration: none;
    box-shadow: 0 12px 24px 0 rgb(62 66 71 / 9%);
    margin-bottom: 23px;
}

.event:hover {
    box-shadow: 0 15px 24px 0 rgb(62 66 71 / 9%);
}

.event-l {
    width: 214px;
    transition: 0.7s;
    flex-shrink: 0;
    padding: 30px 30px 25px 30px;
    background: #f3f6fd;
    border-left: 3px solid #0075c0;
}

.event-r {
    padding: 30px 50px;
}

.event-r p {
    font-weight: 700;
    font-size: 21px;
    color: #000;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
}

.event-r p span {
    display: block;
    height: 10px;
    transition: 0.7s;
    background: url(../images/arrow-link.png) no-repeat;
    width: 55px;
    flex-shrink: 0;
    margin-bottom: 11px;
}

.event:hover .event-r p span {
    background: url("../images/arrow-link-hover.png") no-repeat;
    background-position-x: right;
    position: relative;
    transition: 0.7s;
}

.event:hover .event-l {
    transition: 0.7s position;
    background: #2389c6;
}

.event .event-l p {
    transition: 0.7s;
}

.event:hover .event-l p {
    transition: 0.7s;
    color: #fff;
}

.event .event-l p span {
    transition: 0.7s;
}

.event:hover .event-l p span {
    transition: 0.7s;
    color: #c3e7fc;
}

.events-list {
    margin-bottom: 40px;
}

.events-l {
    width: 650px;
    max-width: 100%;
}

.events-r {
    width: 650px;
    max-width: 100%;
    margin-left: auto;
}

.departments-section h2 {
    display: flex;
    font-size: 30px;
    color: #606060;
    width: 1080px;
    max-width: 100%;
    margin: auto;
    align-items: center;
    line-height: inherit;
    margin-bottom: 80px;
}

.departments-section h2 span {
    font-weight: 800;
    color: #010101;
    font-size: 80px;
    flex-shrink: 0;
    margin-right: 45px;
    line-height: normal;
}

.department {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.department img {
    flex-shrink: 0;
    margin-right: 22px;
}

.department p {
    font-weight: 500;
    color: #606060;
    font-size: 19px;
}

.department p span {
    color: #000;
    font-weight: 700;
    
}

.departments-section {
    padding-bottom: 30px;
}

.centers-wrapper {
    max-width: 1190px;
    margin: auto;
    background: #f3f7fd;
    padding: 50px 60px 80px 60px;
}

.centers-section h2 {
    font-weight: 800;
    font-size: 70px;
    color: #010101;
    text-align: center;
    margin-bottom: 50px;
}

.centers-block {
    display: flex;
    align-items: center;
}

.centers-block img {
    flex-shrink: 0;
    margin-right: 26px;
}

.centers-block p {
    font-weight: 500;
    color: #606060;
    font-size: 19px;
    margin-bottom: 0;
}

.centers-block p span {
    font-weight: 700;
    color: #010101;
}

.centers-section {
    padding-bottom: 165px;
}

.plans-section h2 {
    font-weight: 800;
    color: #000;
    font-size: 50px;
    margin-bottom: 42px;
    line-height: 133%;
}

.plan-block {
    padding: 25px 36px 35px 36px;
    box-shadow: 0 12px 24px 0 rgb(62 66 71 / 15%);
    border-radius: 5px;
    height: 100%;
    background: #fff;
}

.plan-block h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.plan-block h3 span {
    font-weight: 800;
    font-size: 60px;
    color: #2389c6;
    display: block;
}

.plan-block p {
    font-weight: 500;
    color: #606060;
    font-size: 19px;
    margin-bottom: 5px;
}

.plans-section {
    overflow: hidden;
    padding-top: 55px;
    margin-top: -55px;
}
.plans-section-wrapper {
    background: url("../images/bg-1.png") no-repeat bottom center/cover;
    padding: 135px 0 165px 0;
}
.plans-top {
    position: relative;
}

.plans-top:after {
    position: absolute;
    content: "";
    background: url(../images/img-2.png);
    width: 704px;
    height: 529px;
    display: block;
    top: -181px;
    right: -120px;
}

.form-training-section {
    background: url(../images/bg-2.png) no-repeat top center/cover;
    padding: 100px 0 65px 0;
}

.h2-tm {
    font-weight: 800;
    font-size: 50px;
    color: #000;
    margin-bottom: 25px;
}

.h2-tm span {
    color: #0075c0;
}

.form-training-r > p {
    color: #606060;
    font-size: 20px;
    margin-bottom: 65px;
}

.form-training-list > p {
    font-weight: 500;
    font-size: 30px;
    color: #606060;
    margin-bottom: 30px;
    line-height: 135%;
}

.form-training-block img {
    display: block;
    margin: 0 auto 4px auto;
}

.form-training-block p {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.conditions-top {
    display: flex;
    margin-bottom: 20px;
}

.conditions-top .h2-tm span {
    display: block;
}

.conditions-section {
    padding: 135px 0;
}

.conditions-top .h2-tm {
    flex-shrink: 0;
    margin-right: 70px;
}

.conditions-top p {
    color: #606060;
    font-size: 30px;
    line-height: 135%;
}

.condition-block {
    margin-bottom: 25px;
}

.condition-block img {
    margin: 0 auto 25px auto;
    display: block;
}

.condition-block p {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.guide-section {
    background: url("../images/bg-3.png") no-repeat top center/cover;
    padding: 125px 0 130px 0;
    overflow: hidden;
}

.guide-section .h2-tm {
    text-align: center;
    margin-bottom: 15px;
}

.guide-section .p-title2 {
    text-align: center;
}

.p-title2 {
    margin-bottom: 65px;
    font-size: 30px;
    color: #606060;
}

.diploma-section .p-title2 {
    text-align: center;
    line-height: normal;
}
.diploma-bottom {
    position: relative;
}

.diploma-bottom:after {
    position: absolute;
    content: '';
    width: 298px;
    height: 291px;
    background: url(../images/img-4.png);
    display: block;
    bottom: -360px;
    left: 0;
}


.guide-slider .owl-stage-outer {
    padding: 20px 20px 52px 20px;
    margin: -20px -20px -52px -20px;
}

.guide-block {
    padding: 42px 30px;
    background: #fff;
    box-shadow: 0 18px 54px 0 rgb(62 66 71/8%);
    border-radius: 4px;
}

.guide-block img {
    margin-bottom: 15px;
}

.guide-block h3 {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    line-height: inherit;
}

.guide-block p {
    font-size: 19px;
    text-align: center;
    color: #606060;
    margin-bottom: 0;
}

.arrow-abs .owl-nav button.owl-prev, .arrow-abs .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 33px);
}

.arrow-abs .owl-nav button.owl-prev {
    left: -33px;
}

.arrow-abs .owl-nav button.owl-next {
    right: -33px;
}


.guide-slider-wrapper .red-button {
    margin: 50px auto 0 auto;
}

.diploma-section .h2-tm {
    text-align: center;
    margin-bottom: 15px;
}


.diploma-section .p-title2 {
    text-align: center;
}

.diploma-section {
    padding: 125px 0 150px 0;
    background: url("../images/bg-3.png") no-repeat top center/cover;
}

.diploma-l h3 {
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 45px;
}

.diploma-l .row {
    margin: 0 -16px;
}

.diploma-l .row>* {
    padding: 0 16px;
}
.diploma-l {
    width: 660px;
    max-width: 100%;
}

.certificate p {
    color: #606060;
    font-size: 19px;
    text-align: center;
    margin-bottom: 0;
}

.certificate-img {
    margin-bottom: 25px;
    padding: 14px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 24px rgb(62 66 71 / 15%);
    display: block;
}


.diploma-r {
    padding: 55px 65px 75px 73px;
    background: #fff;
}

.diploma-r h3 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 35px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.review-block {
    display: flex;
}

.review-block-l {
    flex-shrink: 0;
    margin-right: 45px;
    width: 141px;
}

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-block-r h4 {
    font-weight: 700;
    font-size: 25px;
}

.review-block-r p {
   color: #606060;
    font-weight: 500;
    font-size: 19px;
}

p.p-date {
    font-weight: 500;
    font-size: 18px;
    color: #adadad;
}

.review-block-r a {
    font-size: 19px;
    color: #2389c6;
    display: table;
    text-decoration: none;
}

.review-block-r a:hover {
    text-decoration: underline;
}

.reviews-slider {
    margin-bottom: 50px;
}

.nav-block .nav-tm-arrow {
    background: url(../images/arrow-slider.png) !important;
    padding: 0;
    width: 66px;
    height: 65px;
    box-shadow: 0 8px 24px 0 rgb(62 66 71 / 23%);
    border-radius: 50%;
    transition: 0.7s;
    margin: 0;
    z-index: 1;
    border:0;
}
.nav-block .next-tm {
    box-shadow: 0 -8px 24px 0 rgb(62 66 71 / 23%);
    transform: rotate(180deg);
    margin-left: 30px;
}

.nav-block {
    display: flex;
    align-items: center;
}

.nav-block .nav-tm-arrow:hover {
    transition: 0.7s;
    background: url(../images/arrow-slider-hover.png) !important;
}

.diploma-r  {
    position: relative;
}

.diploma-r:after {
    position: absolute;
    width: 161px;
    height: 163px;
    content: "";
    background: url(../images/cone.png);
    top: -81px;
    right: 45px;
}

.partners-section {
    padding: 135px 0 145px 0;
}

.partners-section .h2-tm {
    text-align: center;
    font-size: 55px;
    margin-bottom: 7px;
}

.partners-section .p-title2 {
    text-align: center;
    margin-bottom: 100px;
}

.partners-slider .owl-stage {
    display: flex;
    align-items: center;
}

.partners-slider img {
    margin: auto;
}

.news-section .h2-tm {
    text-align: center;
    margin-bottom: 50px;
}

.new-block {
    box-shadow: 0 9px 24px 0 rgb(62 66 71 / 15%);
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.new-block:hover {
    box-shadow: 0 13px 24px 0 rgb(62 66 71 / 15%);
}

.new-block-text {
    padding: 20px 30px 35px 30px;
    background: #fff;
    flex-shrink: 0;
    flex-grow: 1;
}

.new-block h3 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: inherit;
}

.new-block:hover h3 {
color: #2389c6;
}


.news-section .red-button {
    margin: 55px auto 0 auto;
}

.news-section {
    padding-bottom: 100px;
}

.map-section .h2-tm {
    text-align: center;
    margin-bottom: 70px;
}

.form-tm {
    position: relative;
    padding: 70px 100px;
    background: #fff;
    width: 675px;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 24px 0 rgb(62 66 71 / 15%);
}

.successful {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #fff;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 30px 120px;
}
.map-wrapper {
    position: relative;
}

.map-text {
    position: absolute;
    left: 0;
    width: 100%;
}

.map-wrapper .form-tm {
    margin-left: auto;
    height: 100%;
    z-index: 100;
}

.map-wrapper iframe {
    z-index: 10;
    position: relative;
}

.map-wrapper .map-text {
    top:-40px;
    bottom: -40px;
}

.map-wrapper .container {
    height: 100%;
}


.form-tm h3 {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

.form-tm p {
    font-size: 24px;
    color: #606060;
    text-align: center;
}

.input-block {
    position: relative;
    margin-bottom: 25px;
}

.input-block img {
    position: absolute;
    top: 21px;
    left: 25px;
}

.input-block textarea, .input-block input {
    border-radius: 3px;
    border: 1px solid #c9d6de;
    padding: 16px 15px 18px 58px;
    font-size: 19px;
    width: 100%;
}


.input-block textarea::placeholder, .input-block input::placeholder {
    color: #919191;
 }

.input-block textarea {
    padding-left: 30px;
    min-height: 135px;
}

.form-tm .red-button {
    padding: 18px 70px 18px 55px;
    margin: 0 auto 20px auto;
}

p.approval {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

p.approval img {
    flex-shrink: 0;
    margin-right: 15px;
 }

p.approval a {
    color: #0075c0;
    text-decoration: none;
 }

p.approval a:hover {
    text-decoration: underline;
 }


.successful.active {
    display: flex;
    
}

.successful img {
    margin-bottom: 40px;
}

.successful h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 130%;
}

.successful p {
   font-size: 24px;
    color: #606060;
}

.map-section {
    padding-bottom: 165px;
}



.footer-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer-wrapper:after {
    content: "";
    display: block;
    background: url(../images/ball.png);
    position: absolute;
    width: 75px;
    height: 75px;
    left: 410px;
    top: -134px;
}

.footer-wrapper:before {
    content: "";
    display: block;
    background: url(../images/cone-footer.png);
    position: absolute;
    width: 244px;
    height: 165px;
    bottom: -70px;
    left: 650px;
}



footer {
    background: #015a8f;
    padding: 98px 0 70px 0;
}

.a-tm {
    display: table;
    color: #7bb1d4;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
}

.a-tm:hover {
    color: #afdefc;
}

.menu-footer {
    list-style: none;
    padding-left: 0;
}


.menu-footer li a {
    font-weight: 600;
    color: #dfedf6;
    font-size: 18px;
    text-decoration: none;
}

.menu-footer li a:hover {
    color: #afdefc;
}

.menu-footer li {
    margin-bottom: 15px;
}

footer a.phone-large, footer .email a, footer .address p {
    color: #fff;
    margin-bottom: 15px;
}

footer .phone-small, footer .email p, footer .address p span {
    color: #afdefc;
}

footer a.phone-large {
    margin-bottom: 4px;
}

footer .phone-small {

}

.development {
    font-size: 12px;
    color: #afdefc;
}

.development a {
    font-weight: 600;
    color: #7bb1d4;
    font-size: 20px;
    text-decoration: none;
    display: block;
}

.footer-block .red-button {
    padding: 14px 47px;
    margin: 20px 0 55px 0;
    box-shadow: 0 13px 18px 0 rgb(243 41 20 / 21%);
}

.modal-dialog {
    max-width: 676px;
}

.modal .form-tm p {
    margin-bottom: 19px;
}

.modal .form-tm p:not(.approval) {
    margin-bottom: 30px;
}
button.btn-close {
    background: transparent;
    padding: 0;
    position: absolute;
    right: 23px;
    top: 25px;
    z-index: 1;
    box-shadow: none!important;
    outline: none!important;
}






@media screen and (max-width: 1530px){
    .arrow-abs .owl-nav button.owl-next {
        right: -14px;
    }
    
    .arrow-abs .owl-nav button.owl-prev {
         left: -14px;
     }
     
     
}


@media screen and (max-width: 1300px){
    .department img {
        max-width: 140px;
    }
    .plans-top:after {
        width: 450px;
        height: 338px;
        top: -185px;
        right: 8px;
        background-size: cover;
    }
    
    
    
}



@media screen and (max-width: 1199px){
    .header-center .red-button {
        padding: 15px 20px;
        flex-shrink: 0;
    }
    a.phone-large, .email a, .address p {
        font-size: 18px;
    }
   
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .header-center .address {
         margin: 0 10px;
     }
    .header-center .email {
         margin: 0 10px;
     }
    .navbar-top li:not(:last-child) {
        margin-right: 16px;
    }
    .navbar-top li a {
        font-size: 14px;
    }
    .enter {
        font-size: 14px;
    }
    
    h1 {
        font-size: 78px;
    }
    
    .top-section p {
        font-size: 25px;
    }
    .top-section p {
        font-size: 21px;
    }
    .top-l {
        min-height: 550px;
    }
    .top-section {
        min-height: 550px;
        background-size: 1623px;
    }
    p.date {
        font-size: 16px;
    }
    .event-r p {
        font-size: 17px;
    }
    .event-l {
        padding: 20px 20px 20px 20px;
    }
    p.date span {
        font-size: 14px;
    }
    .event-r {
        padding: 20px 20px;
    }
    .plan-block h3 span {
        font-size: 40px;
    }
    .plan-block h3 {
        font-size: 20px;
    }
    .plan-block p {
        font-size: 16px;
    }
    .h2-tm {
        font-size: 40px;
    }
    .form-training-list > p {
        font-size: 22px;
    }
    .form-training-block p {
        font-size: 17px;
    }
    .conditions-top p {
        font-size: 22px;
    }
    .guide-block h3 {
        font-size: 20px;
    }
    .review-block {
        display: block;
    }
    .diploma-r {
        padding: 40px 30px;
    }
    
    .diploma-r:after {
        width: 125px;
        height: 127px;
        top: -68px;
        right: -2px;
        background-size: cover;
    }
    .certificate p {
        font-size: 16px;
    }
    .nav-block .next-tm {
        margin-left: 20px;
    }
    .arrow-abs .owl-nav button.owl-prev, .arrow-abs .owl-nav button.owl-next {
        position: static;
    }
    .arrow-abs .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .partners-slider img {
        max-width: calc(100% - 30px);
    }
    .new-block h3 {
        font-size: 16px;
    }
    .new-block-text {
        padding: 20px 20px 35px 20px;
    }
    p.p-date {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .input-block textarea, .input-block input {
        font-size: 15px;
    }
    
    .input-block img {
        top: 19px;
    }
    .form-tm {
        padding: 40px 40px;
        width: 450px;
    }
    
    .form-tm h3 {
        font-size: 25px;
    }
    
    
    .form-tm p.approval {
        font-size: 16px;
    }
    .form-tm .red-button {
        margin: 0 auto 30px auto;
    }
    .footer-wrapper {
        flex-flow: wrap;
    }
    .footer-block {
        width: 25%;
    }
    .footer-block:last-child {
        width: 100%;
    }
    .footer-block:last-child {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    
    .footer-block .red-button {
        margin: 0;
    }
    .footer-wrapper:before {
        width: 132px;
        height: 86px;
        background-size: cover;
    }
    
    .header-top-wrapper {
        flex-wrap: wrap;
    }
    .social-network a:not(:last-child) {
        margin-right: 10px;
    }
    
    .search input {
        width: 280px;
    }
    
    .diploma-bottom:after {
        width: 200px;
        height: 194px;
        bottom: -280px;
        left: 0;
        background-size: cover;
    }
    
}



@media screen and (min-width: 992px){
    .header-center nav.navbar {
        display: none;
    }
}

@media screen and (max-width: 991px){
    .navbar-toggler {
        display: block;
        background: #2389c6;
        padding: 10px;
        border-radius: 0;
    }
    
    .navbar-toggler span {
        display: block;
        width: 22px;
        height: 2px;
        background: #ebf0fd;
        margin: 4px 0;
    }
    .header-top {
        display: none;
    }
    
    nav.navbar.navbar-light {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #2389c6;
        z-index: 100;
        overflow: scroll;
        height: 100vh;
    }
    
    .header-bottom {
        display: none;
    }
    
    .header-center .phone, .header-center .address {
        width: 100%;
        text-align: center;
    }
    
    .header-center-wrapper {
        flex-wrap: wrap;
    }
    .header-center .address {
        margin: 0;
        margin-bottom: 10px;
    }
    
    .header-center .phone-large {
        text-align: center;
        margin: auto;
        font-size: 22px;
    }
    
    .header-center .phone-large {
        text-align: center;
        margin: auto;
    }
    .events-r {
        width: 100%;
    }
    .arrow-r .owl-nav {
        margin: 10px auto;
    }
    
    .events-l {
        margin: 0 auto 50px auto;
    }
    .event-r p span {
        margin-left: 10px;
    }
    .departments-section h2 span {
        font-size: 60px;
    }
    
    .department p {
        font-size: 16px;
    }
    .centers-block {
        margin-bottom: 30px;
    }
    .plans-top:after {
        width: 344px;
        height: 259px;
        top: -187px;
        right: 8px;
    }
    .plan-block {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }
    .form-training-list .row {
        justify-content: center;
    }
    
    .certificate-img img {
        width: 100%;
    }
    .diploma-l {
        margin-bottom: 90px;
    }
    .footer-wrapper:before {
        left: 100px;
    }
    .new-block {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }
    
    .navbar-collapse {
        padding: 20px 20px 50px 20px;
    }
    .menu-mobil-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    
    .menu-mobil-top button {
        border:0;
        padding: 0;
        background: transparent;
     }
    
    ul.menu-mobil {
        list-style: none;
        padding-left: 0;
    }
    
    ul.menu-mobil li {
        margin: 12px 0;
    }
    
      ul.menu-mobil li a {
        font-size: 20px;
          color: #dfedf6;
          font-weight: 500;
          display: block;
          text-align: center;
          text-decoration: none;
    }
    ul.menu-mobil li a.a-small {
        color: #add3ea;
        font-size: 16px;
        margin: 13px 0;
    }
    nav.navbar {
        display: none;
    }
    
    nav.navbar.active {
        display: block;
    }
    .header-center .red-button {
        padding: 15px 40px 11px 40px;
        margin: 35px auto 25px auto;
        font-size: 15px;
    }
    .social-network a:not(:last-child) {
        margin-right: 18px;
    }
    .social-network {
        justify-content: center;
        margin-bottom: 28px;
    }
    
    .search input {
        width: 100%;
    }
    .enter {
        margin: 24px auto;
        display: table;
    }
    
    nav.navbar .email p, nav.navbar .phone-small, nav.navbar .address p span {
        font-size: 16px;
        color: #afdefc;
    }
    nav.navbar .email a, nav.navbar .phone-large, nav.navbar .address p {
        font-size: 19px;
        color: #fff;
    }
    .header-center nav.navbar .phone-large {
        font-size: 24px;
    }
    .header-center nav.navbar .email {
        text-align: center;
    }
    .header-center nav.navbar .phone {
        margin: 20px 0 20px 0;
    }
    
    
    
    
}



@media screen and (max-width: 767px){
    header {
        background: url("../images/header-mobil.jpg") no-repeat top left;
    }
    
    .header-center-wrapper .address {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    
    .header-center-wrapper .address p span {
        font-size: 15px;
    }
    
    .top-section {
        min-height: 0;
        background: url(../images/img-mobil-1.png) no-repeat left calc(100% - 160px), url(../images/img-mobil-2.png) no-repeat right calc(100% - 81px);
        background-size: auto;
    }
    .img-mobil {
        margin: auto;
    }
    
    
    p.p-title:before {
        width: 85px;
        height: 2px;
        margin: 0 auto 10px auto;
    }
    
    
    .top-section p {
        font-size: 17px;
    }
    
   
    .menu-mobil-top a {
        width: 88px;
    }
    .top-l {
        min-height: 0;
        margin-top: 0px;
    }
    .top-section p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 19px;
        line-height: inherit;
    }
    
    h1 {
        font-size: 48px;
        text-align: center;
    }
    p.p-title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    
    .red-border-button {
        padding: 15px 27px;
        font-size: 14px;
        border: 2px solid #ea4126;
    }
    .top-l .red-border-button {
        margin: 0 auto 40px auto;
    }
    .events-section {
        padding: 72px 0 70px 0;
    }
    
    .event-slide img {
        margin-bottom: 15px;
    }
    .event-slide p {
        font-size: 15px;
    }
    .event-slide h3 {
        font-size: 18px;
    }
    .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        background-size: cover!important;
        background-position: center!important;
    }
    .events-section h2 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: -20px;
        text-align: center;
    }
    
    .event-l {
        width: 125px;
        padding: 12px;
        flex-shrink: 0;
    }
    .event-r {
        padding: 14px 20px 20px 20px;
    }
    .event-r p {
        font-size: 17px;
        flex-flow: column;
        align-items: flex-start;
    }
    .event-r p span {
        margin-left: 0;
        background-size: cover;
        width: 32px;
        height: 7px;
        margin-top: 8px;
    }
    .events-list {
        margin-bottom: 30px;
    }
    .red-button {
        font-size: 15px;
        padding: 14px 43px 14px 43px;
    }
    
    .red-button {
        font-size: 15px;
        padding: 14px 43px 14px 43px;
        box-shadow: 0 10px 10px 0 #e96a5c54;
    }
    .events-r .red-button {
        margin: auto;
    }
    
    .departments-section h2 span {
        font-size: 25px;
        margin: 0;
    }
    
    .departments-section h2 {
        display: block;
        text-align: center;
        margin-bottom: 22px;
     }
    .department img {
        max-width: 100px;
        margin: 0 auto 10px auto;
    }
    .department {
        margin-bottom: 23px;
        flex-flow: column;
    }
    
    .department p {
        font-size: 17px;
        text-align: center;
    }
    .departments-section {
        padding-bottom: 0;
    }
    .centers-section h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .centers-block {
        flex-flow: column;
    }
    
    .centers-block img {
        margin: 0 auto 11px auto;
        max-width: 100px;
    }
    .centers-block p {
        font-size: 17px;
        text-align: center;
    }
    .centers-wrapper {
        max-width: 100%;
        padding: 40px 20px 20px 20px;
    }
    .plans-section h2 {
        font-size: 25px;
        margin-bottom: 35px;
        text-align: center;
    }
    
    .plans-section h2 br {
         display: none;
     }
    .plans-top:after {
        width: 122px;
        height: 133px;
        background: url(../images/img-mobil-4.png);
        left: 90px;
        top: -169px;
    }
    .plans-section-wrapper {
        padding: 105px 0 10px 0;
        margin-bottom: -10px;
        position: relative;
    }
    
    .form-training-l:after {
        background: url(../images/img-mobil-5.png);
        content: '';
        width: 285px;
        height: 106px;
        top: -174px;
        left: -15px;
        display: block;
        position: absolute;
    }
    .form-training-l {
        position: relative;
        margin-bottom: 45px;
    }
    
    .plans-section {
        margin-bottom: -20px;
    }
    .form-training-section {
        padding: 150px 0 55px 0;
    }
    .centers-section {
        padding-bottom: 70px;
    }
    .plans-top:after {
        top: -140px;
    }
    .plan-block h3 span {
        font-size: 42px;
    }
    .plan-block h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }
    .plan-block p {
        font-size: 17px;
        line-height: normal;
    }
    .plan-block {
        height: auto;
        margin-bottom: 23px;
        padding: 20px 25px 16px 25px;
    }
    
    .h2-tm {
        font-size: 25px;
        text-align: center;
        margin-bottom: 15px;
    }
    .form-training-r > p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    
    .form-training-list > p {
        font-size: 19px;
        margin-bottom: 50px;
    }
    
    .form-training-block img {
        display: block;
        margin: 0 auto 8px auto;
        max-width: 66px;
    }
    .form-training-block {
        margin-bottom: 20px;
    }
    .form-training-block p {
        font-size: 18px;
    }
    .conditions-section {
        padding: 65px 0 45px 0;
    }
    .conditions-top {
        margin-bottom: 20px;
        flex-flow: column;
    }
    .conditions-top .h2-tm {
        margin-right: 0;
    }
    .conditions-top p {
        font-size: 18px;
        margin-bottom: 0;
    }
    .condition-block img {
        margin: 0 auto 15px auto;
        width: 155px;
    }
    .condition-block p {
        font-size: 17px;
    }
    
    .condition-block {
        margin-bottom: 20px;
    }
    .guide-section {
        padding: 60px 0 86px 0;
    }
    
    
    .guide-section .p-title2 {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .guide-slider-wrapper {
        padding: 0 15px;
    }
    .owl-item .guide-block {
        box-shadow: none;
    }
    .owl-item.active .guide-block {
        box-shadow: 0 0px 18px 0 rgb(62 66 71 / 8%);
    }
    
    .guide-block h3 {
        font-size: 17px;
    }
    
    .guide-block p {
        font-size: 15px;
    }
    
    .guide-block {
        padding: 35px 20px 55px 20px;
    }
    .arrow-abs .owl-nav {
        margin-top: 25px;
    }
    .guide-slider-wrapper .red-button {
        margin: 32px auto 0 auto;
    }
    .diploma-section {
        padding: 65px 0 42px 0;
    }
    
    
    .diploma-section .p-title2 {
        margin-bottom: 29px;
        font-size: 18px;
        line-height: inherit;
    }
    
    .diploma-section .h2-tm {
        margin-bottom: 8px;
    }
    .diploma-l h3 {
        font-weight: 800;
        margin-bottom: 30px;
        font-size: 23px;
        text-align: center;
    }
    
    .certificate-img {
        max-width: 140px;
        margin: 0 auto 16px auto;
        padding: 10px;
    }
    .certificate p {
        font-size: 13px;
    }
    
    .certificate {
        margin-bottom: 25px;
    }
    .diploma-l {
        margin-bottom: 12px;
    }
    .diploma-r:after {
        width: 75px;
        height: 76px;
        top: -30px;
        right: 0;
        background-size: cover;
    }
    .diploma-r {
        padding: 45px 20px 55px 20px;
    }
    
    .diploma-r h3 {
        font-size: 23px;
        margin-bottom: 25px;
        text-align: center;
    }
    .review-block-l {
        width: 100px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    .review-block-r h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .review-block-r p {
        font-weight: normal;
        font-size: 16px;
    }
    .review-block-r a {
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        display: block;
    }
    .slider-nav {
        flex-flow: column-reverse;
    }
    .nav-block .nav-tm-arrow:hover, .nav-block .nav-tm-arrow {
        width: 50px!important;
        height: 50px!important;
        background-size: cover!important;
    }
    .reviews-slider {
        margin-bottom: 25px;
    }
    .nav-block {
        margin-bottom: 25px;
    
    }
    
    
    .diploma-bottom:after {
        width: 108px;
        height: 106px;
        bottom: -67px;
        left: -10px;
        background-size: cover;
    }
    
    .partners-section {
        padding: 60px 0 60px 0;
    }
    .partners-section .h2-tm {
        font-size: 25px;
    }
    
    .partners-section .p-title2 {
        margin-bottom: 35px;
        font-size: 18px;
    }
    .news-section .h2-tm {
        margin-bottom: 27px;
    }
    
    .new-block {
        height: auto;
        margin: 0 auto 25px auto;
        max-width: 235px;
        box-shadow: 0 15px 17px 0 rgb(62 66 71 / 15%);
    }
    .new-block-text {
        padding: 15px 20px 13px 20px;
    }
    .news-section .red-button {
        margin: 5px auto 0 auto;
    }
    .news-section {
        padding-bottom: 55px;
    }
    .map-wrapper iframe {
        height: 300px;
    }
    
    .map-wrapper .map-text {
        position: static;
        margin-top: -125px;
    }
    .map-section .h2-tm {
        margin-bottom: 30px;
    }
    .form-tm h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .form-tm p {
        font-size: 18px;
        line-height: normal;
    }
    .form-tm {
        padding: 30px 20px;
        width: 100%;
    }
    
    .input-block textarea, .input-block input {
        font-size: 15px;
        padding: 16px 15px 12px 45px;
    }
    
    .input-block textarea {
        padding-left: 25px;
    }
    .input-block {
        margin-bottom: 12px;
    }
    
    .input-block img {
        top: 21px;
        width: 12px;
        left: 22px;
    }
    .form-tm .red-button {
        padding: 13px 50px 12px 50px;
        margin: 20px auto 20px auto;
    }
    .form-tm p.approval {
        font-size: 13px;
        padding: 0 20px;
    }
    p.approval img {
        margin-right: 10px;
        width: 15px;
    }
    
    .map-section {
        padding-bottom: 80px;
    }
    .footer-wrapper:after {
        content: "";
        width: 52px;
        height: 52px;
        left: 87px;
        top: -107px;
        background-size: cover;
    }
    
    a.footer-logo, .menu-footer {
        display: none;
    }
    .footer-block:last-child {
        display: block;
    }
    .footer-block {
        width: 100%;
    }
    .footer-wrapper:before {
        width: 125px;
        height: 62px;
        background-size: cover;
        right: 0;
        left: auto;
    }
    footer {
        padding: 85px 0 75px 0;
    }
    footer .phone-small, footer .email p, footer .address p span {
        font-size: 15px;
    }
    footer a.phone-large {
        font-size: 20px;
    }
    footer .address p {
        text-align: center;
        margin-bottom: 20px;
    }
    
    footer .email {
        text-align: center;
    }
    
    .phone {
        text-align: center;
        margin-bottom: 20px;
    }
    
    footer a.phone-large {
        font-size: 20px;
        margin: 0 auto 4px auto;
    }
    
    .footer-block .red-button {
        padding: 10px 40px;
        margin: 0 auto 25px auto;
    }
    .a-tm {
        font-size: 15px;
        margin: auto;
        margin-bottom: 10px;
    }
    .development {
        text-align: center;
        margin-top: 22px;
    }
    button.btn-close {
        right: 15px;
        top: 10px;
    }
    
    
    
    
}





























