html {
    position: relative;
}

body {
    position: relative;
    color: #212121;
    font-family: 'ProximaNova-Regular';
    line-height: normal;
    font-size: 24px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #212121;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

a {
    color: #212121;
}

button:focus {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

label {
    margin-bottom: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

h2 {
    font-size: 48px;
    font-family: 'ProximaNova-Black';
}

h4 {
    font-size: 24px;
}

.d_n {
    display: none;
}

::-webkit-input-placeholder {
    color: #212121 !important;
}

::-moz-placeholder {
    color: #212121 !important;
}

:-moz-placeholder {
    color: #212121 !important;
}

:-ms-input-placeholder {
    color: #212121 !important;
}

.container {
    padding: 0px 0px;
    position: relative;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

[class*='col-'], [class*='col'] {
    padding-right: 0;
    padding-left: 0;
}

section {
    overflow-x: hidden;
}

.section {
    padding: 80px 0px;
}

.section_t {
    padding-top: 80px;
}

.section_b {
    padding-bottom: 80px;
}
.italic {
    font-style: italic;
}

.light {
    font-family: 'ProximaNova-Light' !important;
}

.black {
    font-family: 'ProximaNova-Black' !important;
}

.bold {
    font-family: 'ProximaNova-Bold' !important;
}

/*--------------------------------------------------
    head
---------------------------------------------------*/
.head {
    background-color: #c5d438;
    min-height: 100px;
    position: relative;
}

.white-box {
    position: absolute;
    height: 100px;
    left: 0;
    top: 0;
    width: 30%;
    background: #fff;
    box-shadow: -85px -9px 40px -6px rgb(0, 0, 0);
    z-index: 2;
}

.logo {
    position: relative;
    height: 100px;
    background-color: #fff;
    box-shadow: 75px -40px 15px -42px rgba(0, 0, 0, 0.24), 65px -24px 20px -39px rgba(0, 0, 0, 0.24),
    60px -3px 20px -39px rgba(0, 0, 0, 0.24), 55px 18px 20px -39px rgba(0, 0, 0, 0.24),
    50px 45px 20px -39px rgba(0, 0, 0, 0.24);
    display: flex;
    align-items: center;
    padding-right: 20px;
    z-index: 2;
}

.logo:after {
    content: '';
    position: absolute;
    right: -33px;
    top: 0;
    border: 25px solid transparent;
    border-left: 8px solid #fff;
    border-top: 75px solid #fff;
}

.contact-info {
    padding-left: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 18px;
}

.contact-info i {
    margin-right: 10px;
    font-size: 14px;
}

.select-city {
    position: relative;
}

.select-city:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 9px;
    border: 5px solid transparent;
    border-top: 6px solid black;
    z-index: 0;
}

.select-city select {
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid;
    font-family: 'ProximaNova-Light';
    margin-left: 15px;
    padding-right: 20px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.tel {
    position: relative;
}

.tel a {
    color: #212121;
}

.callback {
    border-bottom: 1px solid;
    font-family: 'ProximaNova-Regular';
    cursor: pointer;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translate(-35%, 0);
    margin-top: 5px;
}

.main-banner {
    position: relative;
    height: 700px;
    margin-top: -10px;
}

.main-banner-content {
    padding-top: 90px;
}

.main-banner img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.banner-title, .banner-title-program {
    font-size: 72px;
    color: #fff;
    position: relative;
    padding-top: 60px;
    padding-left: 140px;
}

.banner-title:after, .banner-title-program:after {
    content: '';
    background: url(../images/frame.png);
    position: absolute;
    width: 387px;
    height: 387px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.banner-title-program {
    padding-top: 95px;
}

.nav-page {
    margin-top: 58px;
}

.nav-page ul li {
    position: relative;
}

.nav-page ul li a {
    color: #fff;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    line-height: 55px;
    position: relative;
}

.nav-page ul li a:after {
    content: '';
    width: 0;
    height: 4px;
    background: #c5d438;
    position: absolute;
    top: 35px;
    left: 0px;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.nav-page ul li.active a:after, .nav-page ul li a:hover:after {
    width: 30px;
}

.banner-text {
    font-size: 48px;
    font-family: 'ProximaNova-Light';
    color: #fff;
}

.btn {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.23);
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.btn:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}

.btn:active {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.23);
}

.btn + .btn, a + .btn {
    margin-left: 15px;
}

.btn-green {
    background-color: #c5d438;
}

.btn-green-border {
    background-color: #c5d438;
    border: 2px solid;
}
.btn.disabled {
    pointer-events:none;
}

/*--------------------------------------------------
    content
---------------------------------------------------*/
.title-long-border {
    position: relative;
}

.title-long-border:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #fff 50%, #c5d438 50%);
    z-index: -1;
}

.title-long-border h2 {
    border-bottom: 2px solid #c5d438;
    line-height: 30px;
}

.txt-content {
    font-size: 24px;
    font-family: 'ProximaNova-Light';
    line-height: 42px;
}

.navigation {
    padding-left: 50px;
}

.navigation li {
    margin-bottom: 30px;
}

.navigation li a {
    font-size: 24px;
    font-family: 'ProximaNova-Black';
}

.navigation li .numb {
    display: inline-block;
    font-family: 'ProximaNova-Light';
    width: 40px;
}

.navigation li span:last-child:hover {
    color: #c5d438;
}

.bg-box {
    position: relative;
    height: 540px;
}

.bg-box > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.title-small-border {
    position: relative;
}

.title-small-border:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #fff;
    bottom: -15px;
    left: 0px;
}

.adv-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.adv-title {
    font-size: 24px;
    font-family: 'ProximaNova-Black';
    margin-top: 20px;
}

.service-item {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 45px 60px 45px 100px;
    position: relative;
    overflow: hidden;
}

.service-item + .service-item {
    margin-top: 40px;
}

.service-item > img {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.form-cell + .form-cell {
    padding-left: 20px;
}

.form-control {
    background: transparent;
    border: 0px;
    border-bottom: 2px solid;
    border-radius: 0px;
    color: #212121;
    font-family: 'ProximaNova-Light';
}

.form-control + .form-control {
    padding-left: 20px;
}

.form-control:focus {
    color: #212121;
    background-color: transparent;
    border-bottom: 2px solid #212121;
    outline: 0;
    box-shadow: none;
}

textarea.form-control, textarea.form-control:focus {
    border: 2px solid #212121;
}

.manager {
    margin-left: 30px;
    padding: 10px 30px;
    border-left: 2px solid;
}

.manager-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.manager-avatar img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}

.form-check-label:after {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid;
    position: absolute;
    left: -25px;
    top: 13px;
}

.form-check-input:checked + .form-check-label:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/check.png) no-repeat;
    position: absolute;
    left: -24px;
    top: 15px;
}

.form-check-input {
    left: -5px;
    opacity: 0;
}

.form-check-label {
    font-size: 18px;
    cursor: pointer;
}

.politics {
    border-bottom: 1px solid;
}

.logo-item {
    margin-bottom: 50px;
}

.contact-city {
    font-size: 36px;
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-Black';

}

.contact-city i, .contact-content i {
    font-size: 24px;
    width: 40px;
}

.contact-content {
    font-family: 'ProximaNova-Bold';
}

.contact-req {
    font-size: 18px;
}

.contact-list .btn {
    width: 300px;
}

.map {
    height: 617px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.26);
    position: relative;
    z-index: 2;
}

.map-block {
    position: relative;
}

.map-content, .footer-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.programs {
    position: relative;
    height: 510px;
    display: flex;
    align-items: center;
    background-image: url(../images/bg_prog_content.png);
    background-position: 50% 0px;
}

.steps {
    margin-top: -95px;
    height: 600px;
}

.how-work-item {
    font-family: 'ProximaNova-Light';
    line-height: 42px;
    padding-left: 30px;
    position: relative;
}

.how-work-item + .how-work-item {
    margin-top: 40px;
}

.how-work-item:nth-child(1):before {
    content: '';
    background: url(../images/item1.png) no-repeat;
    position: absolute;
    width: 55px;
    height: 49px;
    top: -20px;
    left: 0;
    z-index: -1;
}

.how-work-item:nth-child(2):before {
    content: '';
    background: url(../images/item2.png) no-repeat;
    position: absolute;
    width: 65px;
    height: 49px;
    top: -21px;
    left: 0;
    z-index: -1;
}

.how-work-item:nth-child(3):before {
    content: '';
    background: url(../images/item3.png) no-repeat;
    position: absolute;
    width: 65px;
    height: 49px;
    top: -20px;
    left: 0;
    z-index: -1;
}

.how-work-item:nth-child(4):before {
    content: '';
    background: url(../images/item4.png) no-repeat;
    position: absolute;
    width: 65px;
    height: 49px;
    top: -20px;
    left: 0;
    z-index: -1;
}

.how-work-item a {
    color: #007bff;
    text-decoration: underline;
}

.txt-content ul {
    padding-left: 23px;
    list-style: disc;
}

.modal-content {
    border: none;
    overflow: hidden;
}

.modal-dialog .modal-content {
    padding: 20px 30px 40px 30px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    outline: none;
    z-index: 3;
}

.complete {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    display: none;
}

.modal-content p {
    font-size: 18px;
}

.modal-city select {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
}

.mobile-actions {
    display: none;
    margin-left: auto;
    align-items: center;
    font-size: 40px;
    color: #fff;
}

.mobile-actions i + i {
    margin-left: 20px;
}
.mobile-menu {
    position: fixed;
    z-index: 9;
    display: none;
    background: #555555;
    height: 100%;
    top: 100px;
    right: -100%;
    padding: 30px;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}
.mobile-menu.active {
    right: 0%;
}
.mobile-menu li a {
    color: #fff;
    line-height: 40px;
}

label.error {
    display: none !important;
}

.error {
    color: #F44336 !important;
    border-color: #F44336 !important;
}

/*--------------------------------------------------
    footer
---------------------------------------------------*/
.footer {
    padding-top: 25px;
    background-color: #555555;
}

.address-list {
    padding-bottom: 25px;
}

.address-txt {
    color: #fff;
    font-size: 18px;
}

.address-item + .address-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c5d438;
}

.footer-block {
    position: relative;
}

.footer-nav {
    margin-top: 40px;
}

.footer-nav a {
    color: #fff;
    font-family: 'ProximaNova-Light';
    font-size: 18px;
    line-height: 38px;
    position: relative;
}

.footer-nav a span:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #c5d438;
    position: absolute;
    left: 0;
    bottom: -7px;
    -webkit-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    -moz-transition: 0.2s cubic-bezier(.58, .83, .57, .84);
    transition: 0.2s cubic-bezier(.58, .83, .57, .84);
}

.footer-nav a:hover span:after {
    width: 100%;
}

.footer-copy {
    color: #fff;
    font-family: 'ProximaNova-Light';
    font-size: 18px;
    border-top: 2px solid;
    padding: 25px 0px;
}

/*--------------------------------------------------
    colors
---------------------------------------------------*/
.bg_green {
    background-color: #c5d438;
}

.white {
    color: #fff;
}

.green {
    color: #c5d438;
}

/*--------------------------------------------------
    margin
---------------------------------------------------*/
.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mr5 {
    margin-right: 5px;
}

.mr30 {
    margin-right: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

/*--------------------------------------------------
    padding
---------------------------------------------------*/
.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt60 {
    padding-top: 60px;
}

.pt100 {
    padding-top: 100px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb100 {
    padding-bottom: 100px;
}

.pr20 {
    padding-right: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl40 {
    padding-left: 40px;
}