html {
-ms-overflow-style: scrollbar;
}
*::-webkit-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
*:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
*::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbalink{
    display: none;
}
body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: "Geometria", sans-serif;
    overflow-x: hidden;
    margin: 0;
    color: #777777;
}
a{
    text-decoration: none;
    color: inherit;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul li,
ol li{
    list-style: none;
}
ul, ol{
    margin: 0;
    padding-left: 0;
}
button{
    font: inherit;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
.hidden {
    display: none;
}
.container{
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1170px;
}
.wrapper {
    overflow: hidden;
}
.flex-class{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.align-items-flex-end {
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.align-items-flex-start {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.text-align-left{
    text-align: left;
}
.text-align-center{
    text-align: center;
}
.text-align-right{
    text-align: right;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-flex-end {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.justify-content-flex-start {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-wrap-reverse{
    flex-wrap: wrap-reverse;
}
.no-padding-0 {
    margin-right: 0;
    margin-left: 0;
}
.no-padding-0 > .col,
.no-padding-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-10 {
    margin-right: -5px;
    margin-left: -5px;
}
.no-padding-10 > .col,
.no-padding-10 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}


.no-padding-15 {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.no-padding-15 > .col,
.no-padding-15 > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.no-padding-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.no-padding-20 > .col,
.no-padding-20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.col-five, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-five{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}
.mrb-0{
    margin-bottom: 0px;
}
.mrb-5{
    margin-bottom: 5px;
}
.mrb-10{
    margin-bottom: 10px;
}
.mrb-15{
    margin-bottom: 15px;
}
.mrb-20{
    margin-bottom: 20px;
}
.mrb-25{
    margin-bottom: 25px;
}
.mrb-30{
    margin-bottom: 30px;
}
.mrb-35{
    margin-bottom: 35px;
}
.mrb-40{
    margin-bottom: 40px;
}
.mrb-45{
    margin-bottom: 45px;
}
.mrb-50{
    margin-bottom: 50px;
}
.menuToggle {
    width: 25px;
    height: 19px;
    position: relative;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin-left: 29px;
    margin-top: 9px;
}
.menuToggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #304251;
    transition: background 0.3s;
}
.menuToggle span::before, .menuToggle span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    background: #304251;
    transition: transform 0.3s;
}
.menuToggle span::before {
    top: 0;
}
.menuToggle span::after {
    bottom: 0;
}
.menuToggle.active span {
    background: transparent;
}
.menuToggle.active span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 8px;
}
.menuToggle.active span::before {
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(42deg);
    margin-top: 8px;
}
.main-nav {
    position: fixed;
    left: 0;
    width: 308px;
    top: 0;
    height: 100vh;
    background-color: #fff;
    transform: translate(-100%);
    transition: transform 0.4s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 102;
    padding: 114px 0 25px 0;
}
.main-nav.active{
    transform: translate(0%);
}
.tel-page {
    display: inline-block;
    padding-right: 57px;
    position: relative;
    color: #304251;
    font-size: 25px;
    font-weight: 400;
    line-height: 3.88px;
    letter-spacing: 0.63px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.tel-page::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #ea155b;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/tel_icon.png');
}
.img-doctor img {
    max-width: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    z-index: 103;
    transition: all 0.4s;
}
.header.fixed{
    background-color: #fff;
}
.main-section {
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg_banner.jpg);
    min-height: 600px;
    padding-top: 209px;
    padding-bottom: 100px;
    position: relative;
}
.btn {
    display: inline-block;
    padding: 10px 20px 13px 20px;
    border-radius: 40px;
    border: 0px solid #e71a85;
    transition: all 0.4s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #f9e1ee;
    letter-spacing: 0.4px;
	background: #e71a85;
}
.btn-info-main-section .btn {
    padding: 23px 40px 23px 79px;
}


.btn:hover{
    color: #ffffff;
	background: #ef299b;
	border: 0px solid #ffffff;
}
.btn-calendar::before {

	content: '';
	position: absolute;
    left: 18px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../img/cal.svg);
    transform: translate(0px, -50%);
	
}
.info-main-section {
    max-width: 366px;
}
.title-page-h1,
.title-page-h2 {
    color: #304251;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.16px;
    margin: 0;
}
.text-info-main-section {
    color: #666666;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-top: 13px;
}
.btn-info-main-section {
    margin-top: 28px;
}
.title-info-item-content {
    border-left: 2px solid #304251;
    padding-left: 8px;
    color: #304251;
    font-family: Geometria;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
}

.title-info-item-content2 {
    border-left: 2px solid #e71a85;
    padding-left: 8px;
    color: #e71a85;
    font-family: Geometria;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
}

.text-info-item-content {
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.4px;
}
.items-content-section {
    padding-top: 58px;
    padding-bottom: 58px;
    position: relative;
}
.item-content:nth-child(even) > .row{
    flex-direction: row-reverse;
}
.item-content {
    margin-bottom: 57px;
}
.item-content:last-child {
    margin-bottom: 0px;
}
.descript-text-page {
    line-height: 16px;
    letter-spacing: 0.05px;
    margin-top: 19px;
}
.item-opport {
    box-shadow: 0 0 12px 3px #d3e2e7;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 24px 30px;
    transition: all 0.4s;
    height: 100%;
}
.item-opport:hover{
    box-shadow: 0 0 12px 3px rgba(142, 213, 224, 0.77);
}
.title-item-opport {
    color: #304251;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.button {
    color: #ffffff;
	display: inline-block;
    padding: 12px 47px 12px 20px;
    border-radius: 30px;
    border: 0px solid #bbbbbb;
    background: #e71a85;
    position: relative;
}
.button:hover{
    background-image: none;
}
.btn__opport::before {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translate(0,-50%);
    width: 16px;
    height: 15px;
    background-image: url(../img/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.text-item-opport {
    margin-top: 17px;
    line-height: 21px;
    min-height: 62px;
}
.btn-item-opport {
    margin-top: 25px;
}
.items-opport-wrapper {
    margin-top: 30px;
}
.btn-block-page {
    padding: 23px 40px 23px 79px;
	text-align: center;
    margin-top: 33px;
}
.btn-block-page .btn {
    padding: 10px 23px 13px 49px;
}
.section-opport {
    padding-top: 49px;
    padding-bottom: 60px;
}
.img-slide-doctor img{
    width: 100%;
}
.installment-plan-section {
    text-align: center;
    background-image: url(../img/bg_1.jpg);
    background-position: center;
    background-size: cover;
    height: 641px;
    position: relative;
    overflow: hidden;
}
.installment-bl-mobile{
    display: none;
}
.installment-plan-section-wrap{
    position: relative;
}
.video-page-block {
    max-width: 847px;
    width: 100%;
    position: relative;
    margin: 27px auto 0 auto;
}
.video-page-bl {
    padding-top: 56%;
}
.descript-txt-page {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.08px;
    margin-top: 14px;
}
.video-page-iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-section {
    padding-top: 49px;
    padding-bottom: 117px;
}
.left_footer p{
    margin: 0;
}
.left_footer {
    line-height: 16px;
    letter-spacing: 0.05px;
    max-width: 364px;
}
.list-social a {
    display: inline-block;
    transition: all 0.4s;
    border-radius: 5px;
}
.list-social a:hover {
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.3);
}
.map-page-section {
    position: relative;
    z-index: 4;
}
.list-social li {
    margin-left: 15px;
}
.about-section {
    position: relative;
    z-index: 4;
}
.map {
    height: 600px;
    width: 120%;
    border: 0;
    filter: grayscale(100%);
}
.info-map-page {
    border-radius: 3px;
    border: 1px solid #777777;
    background-color: rgba(255,255,255,0.9);
    padding: 24px 30px 40px 25px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 555px;
}
.btn-info-map-page-wrap .btn {
    padding: 10px 23px 13px 49px;
}
.adress-info-map-page {
    position: relative;
    padding-left: 62px;
    margin-top: 25px;
    letter-spacing: 0.4px;
}
.adress-info-map-page::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/map-icon.png');
}
.ls-link a{
    letter-spacing: 0.4px;
    line-height: 16px;
    position: relative;
    transition: all 0.4s;
}
.ls-link a:hover{
    color: #ec135b;
}
.ls-link li {
    position: relative;
    margin-right: 5px;
    padding-right: 11px;
}
.ls-link li::before{
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.ls-link li:last-child::before{
    display: none;
}
.adress-info-map-page-txt p{
    margin: 0;
}
.adress-info-map-page-txt {
    line-height: 16px;
    color: #304251;
    margin-bottom: 10px;
}
.info-map-block{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 10;
    width: 100%;
}
.adress-info-map-page-txt span{
    color: #777777;
}
.link-shema {
    transition: all 0.4s;
    display: inline-block;
}
.link-shema:hover{
    color: #ec135b;
}
.text-info-map-page {
    line-height: 16px;
}
.btn-info-map-page-wrap {
    margin-top: 20px;
}
.footer {
    padding-top: 53px;
    padding-bottom: 53px;
}
.txt-info-form-block {
    line-height: 16px;
    letter-spacing: 0.05px;
    margin-top: 8px;
}
.title-page-h3{
    margin: 0;
    color: #304251;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.input-page {
    width: 100%;
    font: inherit;
    height: 60px;
    border: 1px solid #304251;
    padding-left: 18px;
    line-height: 25px;
    letter-spacing: 0.05px;
    color: #304251;
    outline: none;
}
.label-page {
    display: block;
    letter-spacing: 0.05px;
    line-height: 20px;
    margin-top: 8px;
}
.knob {
    position: relative;
    display: inline-block;
    padding: 33px 36px 33px 78px;
    color: #fff;
    line-height: 4.13px;
    letter-spacing: 0.4px;
    border-radius: 3px;
    background-color: #ec135b;
    transition: all 0.4s;
    outline: none;
}
.knob:hover {
    background-color: #ca1b55;
}
.knob::before {
    content: '';
    position: absolute;
    left: 41px;
    top: 50%;
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    background-image: url(../img/ic1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.our-doctors-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.info-form-block-page {
    max-width: 466px;
}
.img-slide-doctor{
    position: relative;
}
.img-slide-doctor::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.21);
    opacity: 0;
    transition: all 0.4s;
}
.img-slide-doctor::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: url('../img/loupe.png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s;
    z-index: 2;

}
.slide-doctor:hover .img-slide-doctor::before,
.slide-doctor:hover .img-slide-doctor::after{
    opacity: 1;
}
.slider-doctors-wrapper::before,
.slider-doctors-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}
.slider-doctors-wrapper::before {
    left: calc(-100% - 16px);
}
.slider-doctors-wrapper::after{
    right: calc(-100% - 16px);
}
.slide-doctor {
    transition: all 0.4s;
    padding: 16px 16px 25px 16px;
    display: block;
    height: 100%;
}
.slide-doctor:hover{
    box-shadow: 0 0 12px 3px rgba(142, 213, 224, 0.77);
}
.slider-doctors .swiper-slide{
    height: auto;
}
.name-info-slide-doctor{
    color: #304251;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.08px;
}
.post-info-slide-doctor {
    line-height: 20px;
    letter-spacing: 0.4px;
    margin-top: 4px;
}
.slider-doctors-wrapper {
    margin-bottom: 91px;
    margin-top: 25px;
}
.info-slide-doctor {
    padding-top: 25px;
}
.slider-doctors {
    margin: 0 -20px;
    padding: 20px;
}
.slider-doctors-wrapper{
    position: relative;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #777777;
    background-color: rgba(255, 255, 255, 0.15);
    transform: translate(0,-50%);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    outline: none;
}
.swiper-button-prev {
    left: -50px;
    background-image: url(../img/swiper-button-prev.png);
}
.swiper-button-next{
    right: -50px;
    background-image: url('../img/swiper-button-next.png');
}
.swiper-button-prev:hover{
    background: url('../img/swiper-button-prev.png') no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.swiper-button-next:hover {
    background: url(../img/swiper-button-next.png) no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.results-section .container{
    position: static;
}
.slide-results{
    display: block;
    position: relative;
    padding: 15px;
    filter: grayscale(100%);
    transition: all 0.4s;
    border-radius: 3px;
}
.slide-results:hover{
    box-shadow: 0 0 12px 3px rgba(142, 213, 224, 0.77);
    filter: grayscale(0%);
}
.slide-results::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: url('../img/loupe.png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s;
    z-index: 2;

}
.slide-results:hover::before{
    opacity: 1;
}
.slider-results{
    overflow: visible;
}
.slider-results-sect {
    position: relative;
    margin-top: 18px;
}
.swiper-btn-prev,
.swiper-btn-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.15);
    transform: translate(0,-50%);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    outline: none;
}
.swiper-btn-prev {
    left: 15px;
    background-image: url(../img/swiper-btn-prev.png);
}
.swiper-btn-next{
    right: 15px;
    background-image: url('../img/swiper-btn-next.png');
}
.swiper-btn-prev:hover{
    background: url('../img/swiper-btn-prev.png') no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.swiper-btn-next:hover {
    background: url(../img/swiper-btn-next.png) no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.max-container{
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}
.about-section-content {
    position: relative;
    min-height: 527px;
    z-index: 2;
}
.about-section-video{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}
.descript-txt-page-left{
    text-align: left;
}
.group-list-page-block {
    position: relative;
    padding-left: 31px;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
}
.group-list-page-block:last-child{
    margin-bottom: 0;
}
.group-list-page-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 9px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/arr2.png);
}
.list-page-block {
    margin-top: 23px;
}

.slider-button-prev,
.slider-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.15);
    transform: translate(0,-50%);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
    outline: none;
}
.slider-button-prev {
    left: 15px;
    background-image: url(../img/swiper-btn-prev.png);
}
.slider-button-next{
    right: 15px;
    background-image: url('../img/swiper-btn-next.png');
}
.slider-button-prev:hover{
    background: url('../img/swiper-btn-prev.png') no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.slider-button-next:hover {
    background: url(../img/swiper-btn-next.png) no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.photo-slider-wrapper {
    width: 49vw;
    position: relative;
    z-index: 3;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background: #fff;
    width: 12px;
    height: 12px;
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section-text {
    padding-top: 58px;
    padding-bottom: 30px;
}
.about-section-content:before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/shadow.png');
    z-index: 2;
}
.img-doctor{
    position: absolute;
}
.img-doctor1 {
    right: 50%;
    transform: translate(209%);
    top: 4300px;
    width: 664px;
    z-index: 3;
}
.content-wrapper{
    position: relative;
}
.img-doctor2 {
    left: 50%;
    transform: translate(-181%);
    top: 3000px;
    width: 675px;
}
.img-doctor3 {
    right: 50%;
    transform: translate(178%);
    top: 1700px;
    width: 815px;
}
.menu a {
    display: block;
    padding: 10px 15px;
    transition: all 0.4s;
    color: #304251;
    letter-spacing: 0.4px;
    border-radius: 3px;
}
.results-section {
    position: relative;
    z-index: 4;
}
.menu a:hover{
    background-color: #ea155b;
    color: #fff;
}
.arr-down {
    width: 64px;
    height: 64px;
    border: 1px solid #304251;
    background-image: url(../img/arr-bottom.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    animation: jump 1s infinite;
}
@keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.arr-down:hover{
    background: url('../img/arr-bottom.png') no-repeat center, linear-gradient(to bottom, #ffffff 0%, #cccccc 78%, #eeeeee 100%);
}
.popup_shema {
    width: 589px;
    background-color: #fff;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.fancybox-close-small {
    position: absolute;
    top: -39px;
    right: -44px;
    width: 32px;
    height: 32px;
    padding: 0;
    outline: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 10;
    cursor: pointer;
    background-image: url(../img/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.shema-img {
    text-align: center;
    margin-top: 10px;
}
.popup_opport {
    width: 555px;
    padding: 30px;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.table-item-opport table {
    border-collapse: collapse;
    width: 100%;
    background-color: #daedf7;
}
.table-item-opport table td {
    border-bottom: 1px solid #cccccc;
    padding: 10px 17px;
    line-height: 16px;
    letter-spacing: 0.4px;
}
.table-item-opport table td span{
    font-weight: 700;
}
.button-btn__opport .button {
    padding: 20px 40px 20px 40px;
}
.button-btn__opport {
    text-align: center;
    margin-top: 30px;
}
.descript-info-text {
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 20px;
}
.table-item-opport table td:first-child{
    width: 70%;
}
.table-item-opport table td:last-child {
    width: 30%;
}
.popup_doctor{
    width: 750px;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 30px;
}
.img-popup_doctor{
    width: 262px;
}
.info-popup_doctor{
    width: calc(100% - 262px);
    padding-left: 30px;
}
.insta-link {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    color: #304251;
    line-height: 20px;
    text-decoration: underline;
    letter-spacing: 0.4px;
}
.insta-link:hover{
    text-decoration: none;
}
.insta-link::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    background-position: center;
    background-image: url('../img/instagram.png');
    background-repeat: no-repeat;
}
.info-popup_doctor_wrap .group-list-page-block {
    line-height: 20px;
}
.insta-slide-doctor {
    margin-top: 20px;
}
.btn-info-popup_doctor .button {
    padding: 10px 23px 13px 49px;
}
.button-calendar::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../img/cal.svg);
    transform: translate(0px, -50%);
}
.btn-info-popup_doctor {
    margin-top: 20px;
}
.popup_doctor-wrap .info-slide-doctor {
    padding-top: 0;
}
.installment-bl {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 578px;
    height: 328px;
}
.installment-plan-section .container{
    height: 100%;
}

.instal-img {
    margin-top: -50px;
}
.popup_thanks {
    width: 520px;
    padding: 20px;
    font-size: 20px;
}
.popup_thanks_content {
    text-align: center;
}
.popup_thanks_content span{
    color: #304251;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.16px;
    margin: 0;
}
.photo-slider-wrapper img{
    max-width: none;    
}
