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;
}
.programs__item-price {
    display: none;
}
a.credit-banner__link {
    background: url(/upload/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
}

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

body {
    line-height: 1;
    font-family: sans-serif;
}

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;
}

.top-logo img {
    height: 90px;
}

.top-logo {
    border-right: solid 1px #e1e1e1;
    display: block;
}

.header-wrapper {
    padding: 10px 0;
    background: #fdfdfd;
}

.header-widgets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    height: 93px;
}

.top-menu__item:last-child {
    padding-right: 0;
}

.header-widgets__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 46px;
}

/*.header-widgets__item:last-child {*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*}*/

.header-widgets__item span {
    font-size: 28px;
    line-height: 20px;
    margin-left: 5px;
}

.header-widgets__item i {
    font-size: 18px;
    margin-right: 10px;
    color: #00a4eb;
}

.header-widgets__item i {
    transform: rotate(98deg);
}

.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.contacts b {
    font-weight: bold;
}

ul.contacts {
    text-align: center;
}

.footer-contacts div:first-child {
    text-align: left;
}

.footer-contacts div:last-child {
    text-align: right;
}

.footer-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contacts i.fas.fa-phone {
    transform: rotate(98deg);
}

.header-order {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.premium-program span.procedure__desc {
    text-align: right;
}
.premium-program li.procedure__item {
    flex-direction: row-reverse;
}
.color__btn {
    background: #00a4eb;
    padding: 15px 36px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    box-shadow: 1px 1px 2px 0px #4c4b4b;
    border: none;
}

.color__btn:active {
    box-shadow: 0px 0px 1px 0px #4c4b4b;
}

.top-slider__text-block .color__btn {
    margin-top: 30px;
}

.color__btn:hover {
    background: #009ce0;
}

/*top-menu*/

.menu-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

ul.top-menu {
    display: flex;
    justify-content: flex-end;
}

.top-menu__item {
    text-align: center;
    padding: 0 20px;
}

ul.top-menu li a {
    font-size: 14px;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 14px 0;
    display: block;
}

ul.top-menu li a:after {
    content: '';
    width: 100%;
    display: block;
    height: 3px;
    background: 0 0;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    position: absolute;
    bottom: -1px;
    left: 0;
}

ul.top-menu li a:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #00a4eb;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    opacity: 0;
}

ul.top-menu li a:hover:before {
    opacity: 1;
}

ul.top-menu li a:hover:after {
    background: #00a4eb;
}

a.toggle-menu-btn {
    width: 50px;
    margin: 10px;
    display: none;
    float: right;
    border: 2px solid #00a4eb;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px 7px;
}

a.toggle-menu-btn span {
    display: block;
    height: 2px;
    width: 100%;
    background: #00a4eb;
    margin-bottom: 6px;
}

a.toggle-menu-btn span:last-child {
    margin-bottom: 0;
}

/*top-slider*/

.top-slider__item {
    background-size: cover !important;
    height: 500px;
    position: relative;
    background-position: top center !important;
}

.header-widgets__item a {
    color: #000;
    text-decoration: none;
}

.top-slider__text-block {
    position: absolute;
    top: 50%;
    margin-top: -115px;
    color: #fff;
}

.top-slider__text-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 70px;
}

p.top-slider__text {
    font-size: 24px;
    margin-bottom: 20px;
}

.bg-filtr {
    position: absolute;
    background: #33333359;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

section.simple-section {
    padding: 60px 0 60px;
}

section.simple-section h3 {
    text-transform: uppercase;
    color: #21981d;
    font-weight: 700;
    line-height: 17px;
    font-size: 16px;
    margin-bottom: 22px;
}

.photo-slider {
    position: relative;
}

.photo-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -35px;
}

.photo-slider .owl-nav i {
    color: #00a4eb;
    font-size: 50px;
}

.photo-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.photo-slider button.owl-dot {
    display: block;
    height: 15px;
    width: 15px;
    border: 3px solid #00a4eb;
    background: #00a4eb;
    margin: 5px;
    box-sizing: border-box;
    border-radius: 50%;
}

.photo-slider button.owl-dot.active {
    box-shadow: 1px 1px 2px 0px #4c4b4b;
}

.photo-slider button.owl-next {
    right: -50px;
    position: absolute;
}

.photo-slider button.owl-prev {
    left: -50px;
    position: absolute;
}

section.simple-section p {
    line-height: 24px;
    font-size: 16px;
    color: #293243;
    margin: 0 0 20px;
}
section.simple-section.top-text p {
    line-height: 24px;
    font-size: 16px;
    color: #057b0a;
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 700;
}
section.simple-section.dark-bg {
    background: #f5f5f5;
}

h2.simple-section__title {
    margin: 0 0 55px;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 40em) {
    /* #menu is the original menu */
    .top-menu {
        display: none !important;
    }

    .slicknav_menu {
        display: block !important;
    }
}

.programs-list .item-wrap .i-content .i-name {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0 0 15px;
    box-shadow: 0px 2px 8px #827b7b;
    background: #00a4ebd6;
    padding: 30px 15px;
    position: relative;
}

.programs-list .item-wrap .i-content .i-name:after {
    content: '';
    border: 7px solid transparent;
    border-top: 7px solid #00a4eb;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
}

.programs-list .item-wrap .i-content {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.modal-title1 {
    color: #242424;
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 22px;
}

.feedback-desc.success, .modal-title1.success {
    display: none;
}

.modal-title2 {
    color: #242424;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 18px;
}

p.feedback-desc {
    font-size: 16px;
    color: #999;
    margin-bottom: 26px;
    line-height: 22px;
    text-align: center;
}

.slicknav_menu {
    background: #fff;
}

.slicknav_btn {
    background-color: #00a4eb;
}

.slicknav_nav a {
    color: #000;
}

.i-line {
    display: flex;
    margin-bottom: 10px;
    line-height: 15px;
}

.i-line:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f192";
    color: #00a4eb;
    margin-right: 8px;
    margin-top: 0px;
    font-size: 10px;
}

.listed li {
    display: flex;
    margin-bottom: 10px;
    line-height: 15px;
}

.listed li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #21981d;
    margin-right: 16px;
    margin-top: 5px;
    font-size: 21px;
}

.feedback-form__item input, .feedback-form__item select {
    width: 320px;
    margin-bottom: 17px;
    padding: 10px 20px;
    border: 1px solid #c1c1c1;
}
.curators-wrapper {
    display: flex;
    flex-direction: column;
}
.curator-item {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #293243;
}
.curator-item b{
    font-weight: bold;
}
.curator-item {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #293243;
}
.curator-item img {
    width: 150px;
    float: left;
    margin-right: 20px;
}
.programs-list .item-wrap .img-block {
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    height: 488px;
}

.programs-list .item-wrap {
    position: relative;
    overflow: hidden;
}

.programs-list .item-wrap .i-content .i-text {
    padding: 30px 15px;
}

.programs-list .item-wrap:hover .i-content {
    background: rgba(22, 21, 19, .8);
}

.programs-list .item {
    margin-bottom: 30px;
}

.i-text {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px) {
    .programs-list .item-wrap .i-content .i-name:after {
        opacity: 0;
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }

    .programs-list .item-wrap:hover .i-name:after {
        opacity: 1;
        -webkit-transition: .5s ease .5s;
        transition: .5s ease .5s;
    }

    .programs-list .item-wrap:hover .i-content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .programs-list .item-wrap .i-content {
        font-size: 16px;
        -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
        transform: translateY(40%);
        -webkit-transition: .5s ease;
        transition: .5s ease;
        padding: 0;
    }

    .programs-list .item-wrap .i-content .i-text {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: .5s ease;
        transition: .5s ease;
        opacity: 0;
    }

    .programs-list .item-wrap:hover .i-text {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -webkit-transition: .5s ease .5s;
        transition: .5s ease .5s;
    }

    .about-program .programs-list .item-wrap:hover .i-content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .about-program .programs-list .item-wrap .i-content {
        font-size: 16px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: .5s ease;
        transition: .5s ease;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .programs-list {
        margin: 0 -15px;
        padding: 0;
    }
}

@media (min-width: 700px) {
    .programs-list .item-wrap .img-block {
        height: 488px;
    }

    .programs-list .item-wrap .i-content .i-text {
        padding: 30px 30px 30px;
    }
}

footer.bottom-footer {
    background: #293243;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    line-height: 24px;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline__top, .timeline__bottom {
    display: flex;
    font-size: 12px;
}

span.timeline-time {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 15px;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
    height: 105px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}
.timeline__bottom .timeline-item {
    width: 150px;
}
.timeline__top .timeline-item:after {
    content: "";
    display: block;
    height: 67px;
    border-right: 1px dashed #fff;
    margin-top: 18px;
}

.timeline__bottom .timeline-item:before {
    content: "";
    display: block;
    height: 50px;
    border-right: 1px dashed #fff;
    margin-bottom: 10px;
}

.timeline__bottom {
    margin-left: 55px;
}

.timeline__top {
    margin-left: -55px;
}

.timeline-line {
    width: 100%;
    border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
    .timeline-item {
        width: 76px;
    }
    span.timeline-description {
        width: 64px;
    }
    .timeline-item {
        font-size: 11px;
        line-height: 14px;
    }

    span.timeline-time {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .timeline {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    span.timeline-description {
        width: 100%;
    }
    span.timeline-time {
        font-size: 20px;
    }

    .timeline-description {
        line-height: 16px;
        text-align: left;
        font-size: 12px;
    }

    .timeline__top, .timeline__bottom {
        flex-direction: column;
        width: 50%;
        margin: 0;
    }

    .timeline__top .timeline-item:after {
        display: none;
    }

    .timeline__bottom .timeline-item:before {
        display: none;
    }

    .timeline-line {
        display: none;
    }

    .timeline-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
        height: 54px;
        text-align: center;
        font-size: 11px;
        margin-bottom: 19px;
    }


    .timeline__top {
        margin-right: 10px;
    }
}

.blue-bg {
    background: #00a4eb;
    color: #fff;
}
section#checkup li {
    margin-bottom: 3px;
    line-height: 27px;
    display: flex;
    font-size: 14px;
}
#checkup p b {
    font-weight: bold;
}
section#checkup ul li:before {
font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #00a1ff;
    margin-right: 16px;
    font-size: 17px;
}
.checkup-detail {
    padding: 20px;
    text-align: left;
}
.checkup-detail p {
    margin-bottom: 12px;
    line-height: 16px;
}
.checkup-detail p b {
    font-weight: bold;
}
.checkup-detail h2 {
margin-bottom: 12px;
    line-height: 25px;
}
.checkup-detail ul li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #00a1ff;
    margin-right: 7px;
    font-size: 13px;
    margin-top: 2px;
}
.checkup-detail ul li{
display: flex;
}
.black-bg {
    background: black;
}
