a {
    text-decoration: none;
    color: black;
}

body {
    background: #FBFBFB;
    font-family: "Open Sans";
	overflow-x:hidden;
}

.container {
	padding-left:0!important;
}

#body__overlay {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#body__overlay > img {
    position: absolute;
    top: 3%;
    right: 10%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #FFFFFF;
}

#body__overlay > img:hover {
    cursor: pointer;
    background: linear-gradient(180deg, #FFFFFF 0%, #DCDCDC 100%);
}

#body__overlay.open {
    display: block;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px !important;
    }
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans.ttf");
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue.ttf");
}

@font-face {
    font-family: "Bebas Neue Bold";
    src: url("../fonts/BebasNeueBold.ttf");
}

@font-face {
    font-family: "Gotham Pro";
    src: url("../fonts/gothampro.ttf");
}

@font-face {
    font-family: "Intro";
    src: url("../fonts/ofont.ru_Intro.ttf");
}

.header {
    margin-top: 25px;
}

.header__logo, .header__text {
    padding-right: 0 !important;
}

.header-title {
    font-family: "Bebas Neue Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.header-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.header-description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    opacity: 0.6;
    white-space: nowrap;
    max-width: 230px !important;
	margin-top: 2px;
}

.header__logo img {
    width: 40px;
    height: 50px;
}

.header__contacts {
    margin-left: auto !important;
}

.header__contacts-container {
    display: flex;
    align-items: start;
    justify-content: center;
}

.header__contacts-container img {
    margin-right: 15px;
}

.header__contacts-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    opacity: 0.3;
}

.header__contacts-title {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    white-space: nowrap;
}
.header__contacts-title:hover {
    cursor: pointer;
    color: #F1A620;
}
hr {
    opacity: 0.15;
}

.header__menu {
    margin: 20px 0;
}

.header__nav-item {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    flex: none;
    margin: 0 20px;
    white-space: nowrap;
    transition: .3s;
}

.header__nav-item img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.header__nav-item:hover .header__nav-item__title {
    color: #FFB801;
    cursor: pointer;
    transition: .3s;
}

.header__nav-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
}

.header__nav-item:hover img {
    filter: invert(72%) sepia(12%) saturate(4802%) hue-rotate(358deg) brightness(105%) contrast(107%);
    cursor: pointer;
    transition: .3s;
}

.header__nav-item.first {
    margin-left: 0;
}

.dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    z-index: 9999;


    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 1rem;
    margin-left: -1rem;
}

.dropdown li {
    list-style: none;
    /*border-bottom: 1px solid #0000001f;*/
    opacity: .6;
    transition: .3s;
    padding: 10px;
}

.dropdown li:hover {
    cursor: pointer;
    /*border-bottom: 1px solid #FFB801;*/
    opacity: 1;
    transition: .3s;
}

@media (max-width: 1199px) {
    .header-description {
        display: none !important;
    }

    .footer > .row > .col:nth-child(2) {
        display: none;
    }
}

@media (max-width: 959px) {
    .header__contacts {
        margin-bottom: 10px !important;
		position: relative;
    	left: -10px;
    }

    .header__contacts-container img {
        width: 30px;
        height: 30px;
    }

    .header__nav-item {
        margin: 4px 10px !important;
    }

    .mri__info-container {
        height: 300px !important;
    }

    .mri__info-container .wrapper {
        padding: 50px 30px !important;
    }

    .mri__info-container .title {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    .mri__info-container .description {
        font-size: 14px !important;
    }

    .mri__info-container .lower-wrapper {
        width: 80% !important;
        margin-top: 25px !important;
    }
}

@media (max-width: 767px) {
    .header__menu {
        display: none !important;
    }

    .header__contacts-container img {
        width: 45px;
        height: 45px;
    }

    .header__contacts-title {
        font-size: 15px;
    }

    .header-title {
        font-size: 28px;
        line-height: 28px;
    }

    .mri__info-container {
        height: 200px !important;
    }

    .mri__info-container .wrapper {
        padding: 50px 30px !important;
        width: 58% !important;
    }

    .mri__info-container .lower-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-top: 10px !important;
    }

    .mri__info-container .description {
        display: none !important;
    }

    .mri__info-container .mark {
        margin: 10px;
    }

    .footer ul {
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .abstraction {
        display: none !important;
    }
	
	.phone_number {
		display:grid;
	}

    .mri__info-container {
        background-size: 300px !important;
        margin-top: 20px !important;
    }

    .mri__info-container .wrapper {
        width: calc(100% - 60px) !important;
        align-items: center !important;
    }

    .mri__info-container .title {
        font-size: 26px !important;
        line-height: 40px !important;
    }

    .mri__info-container .lower-wrapper {
        align-items: center !important;
    }

    .mri__info-item img {
        width: 50px !important;
        height: 50px !important;
    }

    .mri__info-items {
        padding: 30px 0 30px 15px !important;
    }

    .mri__types-title {
        padding-top: 0 !important;
        margin: 0 0 20px 15px !important;
    }

    .mri__types-item {
        margin: 40px 0 !important;
        margin-top: 0 !important;
    }

    .footer > .row {
        flex-direction: column !important;
    }

    .footer > .row > .col:first-child {
        padding-left: 50px !important;
    }

    .footer > .row > .col:first-child > .row {
        justify-content: center!important;
    	position: relative;
    	right: 10px;
    }

    .footer .appointment {
        margin: 20px 0 !important;
    }

    .footer ul {
        padding: 0px 0 15px 40px !important;
    }

    .mri__types-container .row {
        justify-content: center !important;
    }

}

.mri__info-items {
    padding-top: 30px;
}

.mri__info-item {
    display: flex;
    flex-direction: column;
    margin-top:15px;
}

.mri__info-item span {
    margin-top: 10px;
}

.mri__info-item img {
    width: 72px;
    height: 72px;
}

.mri__info-container {
    width: 100%;
    height: 420px;
    background: linear-gradient(89.9deg, #F0F0F0 8.66%, rgba(240, 240, 240, 0) 70%), url(../img/mri-banner.jpg);
    background-color: #F0F0F0 !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: 670px;
    border-radius: 24px;
}

.mri__info-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.mri__info-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6
}

.abstraction {
    position: absolute;
    width: 340px;
    height: 340px;
    left: 10%;
    top: 800px;
    background: url("../icons/hexagon.svg");
}
    
.mri__info-container .title {
    font-family: "Intro";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 96px;
    display: flex;
    align-items: center;
    color: #000000;
}

.mri__info-container .wrapper {
    padding: 50px;
    width: 50%;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mri__info-container .description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.4;
}

.mri__info-container .mark {
    font-size: 16px;
    line-height: 24px;
}

.mri__info-container .lower-wrapper {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.mri__types-title {
    font-family: "Intro";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 80px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-top: 50px;
}

.mri__types-item {
    max-width: 376px !important;
    height: 500px;
    background-color: transparent;
    margin-bottom: 20px;
}

.mri__types-item-header {
    width: 100%;
    height: 250px;
    border: 1px solid #E7E7E7;
    border-radius: 16px 16px 0 0;
}

.mri__types-item-header img {
    width: 350px!important;
    height: 252px!important;
    border: 1px solid #E7E7E7;
    border-radius: 16px 16px 0 0;
}

.mri__types-item-footer {
    width: 100%;
    height: 250px;
    border: 1px solid #E7E7E7;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background-color: white;
}

.mri__types-item-footer .wrapper {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mri__types-item-footer .lower-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 30px;
}

.mri__types-item-footer .title {
    font-family: "Intro";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    opacity: 0.9;
    padding: 30px 30px 0;
	overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      box-orient: vertical;
}

.appointment {
    padding: 20px 40px;
    background: linear-gradient(129.37deg, #FBFF29 -42.82%, #E96318 165.71%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .15);
    border-radius: 32px;
    position: static;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-weight: lighter;
    border: transparent;
	text-shadow: 1px 1px 1px black;
}

.appointment:hover {
    cursor: pointer;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    background: linear-gradient(129.37deg, #FFEA29 -42.82%, #E93E18 165.71%);
}

.footer {
	width: 100%;
    margin-top: 40px;
}

.footer .appointment {
    margin-top: 50px;
}

.footer ul {
    list-style: none;
    margin-top: 0;
}

.footer ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.9;
    white-space: nowrap;
}

.footer ul li:not(:first-child) {
    margin-top: 15px;
}

.footer ul li:not(.title):hover a {
    color: #FFB801;
}

.footer ul li.title {
    text-transform: uppercase;
    font-family: "Intro";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    opacity: 0.9;
}

.mri__types-item-footer .price {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    opacity: 0.9;
    white-space: nowrap;
}

.header__nav {
    display: flex;
    flex-direction: row;
}

.mobile-nav.show {
    display: block;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FBFBFB;
    z-index: 9999;
    overflow: auto;
    right: 0;
	text-decoration: underline;
}

.mobile-nav .header__nav {
    display: flex;
    flex-direction: column;
    margin: 30px 10px 20px;
}

.instagram-icon:hover {
    filter: invert(64%) sepia(84%) saturate(488%) hue-rotate(348deg) brightness(98%) contrast(92%);
}

.mobile-dropdown {
    display: none;
    list-style: none;
    padding: 18px 26px;
    margin-top: 2px !important;
    border: 1px solid #0000001a;
    border-radius: 10px;
    background: #ffb80138;
}

.mobile-dropdown li {
	padding: 4px;
    white-space: pre-wrap;
}

.mobile-dropdown.open {
    display: block;
}

a.mobile-item {
    display: block;
    margin: 20px;
}

.burger {
    display: none !important;
}

@media (max-width: 767px) {
    .burger {
        display: flex !important;
		position: relative;
    	left: -10px;
    }

    .overlay.open {
        transform: translate(-50%, -50%) scale(1.8) !important;
    }

    #menu__close {
        margin-left: 1rem;
    }
}

#menu__toggle, #menu__close {
    opacity: 0;
}

.menu__btn, .menu__close {
    display: flex;
    align-items: center;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__close {
    width: 32px;
}

.menu__close > span,
.menu__close > span::before {
    display: block;
    position: absolute;
    width: inherit;
    height: 2px;
    background-color: #616161;
}

.menu__close > span {
    content: '';
    top: 55px;
    right: 29px;
    transform: rotate(45deg);
}

.menu__close > span::before {
    content: '';
    transform: rotate(90deg);
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: inherit;
    height: 2px;
    background-color: #616161;
}

.menu__btn > span::before {
    content: '';
    top: -10px;
}

.menu__btn > span::after {
    content: '';
    top: 10px;
}

.main__advantages h2 {
	font-family: "Intro"!important;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
	margin-left: 10px;
}

.main__calculator h2 {
	font-family: "Intro"!important;
    font-size: 38px;
    text-transform: uppercase;

}

.addition__info {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    opacity: .2;
    font-size: 14px;
    margin: 20px 0;
}

.advantage__item-text {
    display: flex;
    flex-direction: column;
}

.advantage__item-img {
	width: 40%;
}

.advantage__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
	word-break: break-word;
	white-space: nowrap;
    text-align: center;
}

.advantage__item-subtitle {
	word-break: break-word!important;
    font-weight: 400;
	text-align: center;
    font-size: 14px;
    line-height: 24px;
    opacity: .5;
	width: 97%;
    margin-top: 10px;
}

.main__epidemic h2 {
	font-family: "Intro"!important;
    font-size: 40px;
    text-transform: uppercase;
}

.epidemic-item {
	display: flow-root;
    padding: 20px;
}

.epidemic-item-img {
    width: 65px !important;
    height: 65px;
}

.epidemic-item-rule {
	display:block;
	width:100%;
    font-family: "Intro";
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.epidemic-item-desc {
    font-size: 15px;
    line-height: 36px;
    opacity: .9;
    max-width: 40ch;
	font-family: "Gotham Pro"!important;
}

.main__map img {
    height: 420px;
    width: 100%;
    border-radius: 24px;
    margin-top: 20px;
}

.main__about h2 {
	font-family: "Intro"!important;
    font-size: 40px;
    text-transform: uppercase;
}

.main__about #mainAboutSlider img {
    height: 540px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.main__about .text-container {
    font-size: 16px;
    line-height: 21px;
    margin: auto 0;
    opacity: .9;
    padding: 0 50px;
}

.main__about .image-container {

}

.main__about .image-container img {
    max-height: 330px;
    /*max-width: 40%;*/
    display: inline-block;
    border-radius: 12px;
    max-width: 100%;
}

.overlay-container {
    display: inline-block;
    max-width: 45%;
    border-radius: 12px;
    transition: box-shadow .3s linear;
}

.overlay-container:hover {
    cursor: pointer;
}

.overlay-container:first-child {
    margin-right: 5%;
}

.overlay-container:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    transition: box-shadow .3s linear;
}

.overlay {
    display: none;
}

.overlay.open {
    display: block;
    position: fixed;
    border-radius: 5px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2.5);
    z-index: 9990;
}

.about__btn {
    margin-top: 60px;
    padding: 20px 40px;
    background: linear-gradient(129.37deg, #FBFF29 -42.82%, #E96318 165.71%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .15);
    border-radius: 23px;
    position: static;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-weight: lighter;
	text-shadow: 1px 1px 1px black;
}

.about__btn span {
    text-align: center;
}

.main__banner-item {
    min-height: 420px;
    background-repeat: no-repeat !important;
	width: 90%;
	margin: auto;
    border-radius: 35px;

    position: relative;
}

.main__banner-item .title {
    font-family: 'Bebas Neue Bold';
    font-size: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
	text-shadow: 1px 1px 1px #000;
    position: absolute;
    left: 60px;
    top: 60px;
	width: 60%;
    display: flex;
    flex-direction: column;
    height: 40%;
    justify-content: space-between;
}

.main__banner-item .title p {
    margin: 0;
}

.main__banner-item .title p:first-child span {
	text-decoration: line-through;
    opacity: .6;
}

.main__banner-item .appointment {
    position: absolute;
    left: 60px;
    bottom: 35px;
}

.main__banner-item .title .subtitle {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    text-transform: none;
    color: #FFFFFF;
}

.main__banner-item .title .mark {
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 24px;
    text-transform: none;
    opacity: .8;
}

.border {
    border-radius: 24px !important;
}

.main__last__news h2 {
	font-family: "Intro"!important;
    font-size: 38px;
    line-height: 80px;
    text-transform: uppercase;
	margin-left:10px;
}

.main__last__news1 h3 {
	font-family: "Intro"!important;
    font-size: 38px;
    line-height: 80px;
    text-transform: uppercase;
	margin-left:10px;
}

.main__last__news .splide__slide img {
    max-height: 200px;
    border-radius: 8px;
}

.main__last__news .splide__slide .title {
    font-family: "Intro";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    width: 80%;
    display: block;
}

.main__last__news .splide__slide .title:hover {
    color: #F1A620;
    cursor: pointer;
}

.main__last__news .splide__slide .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    color: #BABABA;
    display: block;
}

.arrow-button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: white;
    position: absolute;
}

.arrow-button.news {
    background: linear-gradient(129.37deg, #FBFF29 -42.82%, #E96318 165.71%);
    opacity: 1;
}

.arrow-button.news:hover {
    background: linear-gradient(129.37deg, #FFEA29 -42.82%, #E93E18 165.71%);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
}

.arrow-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: white;
    position: absolute;
}

.arrow-button.banner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: white;
    background: white;
    opacity: 1;
}

.arrow-button.banner:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #DCDCDC 100%);
}

.arrow-button.banner.prev {
    position: absolute;
    top: 80%;
    left: 79%;
}

.arrow-button.banner.prev img {
    transform: rotate(180deg);
}

.arrow-button.banner.next {
    position: absolute;
    top: 80%;
    right: 8%;
}

.arrow-button.news.prev {
    top: -18%;
    left: 88%;
}

.arrow-button.prev img {
    transform: rotate(180deg);
}

.arrow-button.news.next {
    top: -18%;
}

.banner__page.is-active {
    transform: scale(1) !important;
    background-color: #FFF001 !important;
}

.banner__page {
    background-color: #FFFFFF !important;
    opacity: 1;
}

.banner-pagination {
    bottom: 2.5em;
}

.calculator-container {
    height: 650px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(0,168,255,0.2528361686471463) 0%, rgba(255,209,0,0.4797269249496674) 100%);
    mix-blend-mode: normal;
    border: 1px solid #E7E7E7;
    border-radius: 16px;
    padding: 34px 48px;
}

#mainCalculatorSlider .splide__track {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.main__calculator-header {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.progress__bar {
    position: relative;
    opacity: 1;
}

.progress__bar.step__one:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 33%;
    border-bottom: 1px solid #ffc701;
}

.progress__bar.step__two:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 66%;
    border-bottom: 1px solid #ffc701;
}

.progress__bar.step__three:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ffc701;
}

.main__calculator__header-wrapper {
    height: 15%;
}

.main__calculator-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    opacity: 0.9;
	overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.main__calculator-subtitle {
    opacity: 0.9;
    max-width: 70%
}

.main__calculator-steps {
    opacity: 0.4;
}

.search__field {
    /*display: none;*/
    display: flex;
    align-items: center;
}

.search__field > input {
    margin-right: 3em;
}

.search__field > div {
    display: flex;
    justify-content: space-between;
    width: 15%
}

.main__calculator-button_back {
    display: flex;
    flex-direction: row;
    padding: 20px 40px;
    background: white;
    border-radius: 32px;
    border: 1px solid #E7E7E7;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
	white-space: pre;
}

.main__calculator-button_back:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #DCDCDC 100%);
}

.main__calculator-button_back .arrow {
    margin-right: 1em;
}

.main__calculator-button_back:hover {
    cursor: pointer;
}

.main__calculator-button_container {
    /*display: none;*/
    height: 10%;
}

.main__calculator-button_container img {
    transform: rotate(90deg);
}

.main__calculator__items-wrapper {
    height: 75%;
}

.main__calculator__items-container {
    display: list-item;
    flex-wrap: wrap;
    padding: 2em 0;
    max-height: 72%;
    overflow: auto;
}

.main__calculator__items-container::-webkit-scrollbar {
    width: .3rem;
    border-radius: 1rem;
}

.main__calculator__items-container::-webkit-scrollbar-track {
    width: .3rem;
    background-color: #E2EAE5;
    border-radius: 1rem;
}

.main__calculator__items-container::-webkit-scrollbar-thumb {
    background-color: #CFD8D3;
    border-radius: 1rem;
}

.main__calculator__items-item {
    padding: 15px 17px;
    background: #F1F1F1;
    border-radius: 8px;
    margin: 0 20px 20px 0;
	font-family: "Intro";
    text-align: center;
    position: relative;
}

.main__calculator__items-item .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
}

.main__calculator__items-item .dot.blue {
    background-color: #488AED;
    top: 0.5em;
    left: 1.5em;
}

.main__calculator__items-item .dot.red {
    background-color: #EF5B5B;
    top: 0.5em;
    left: 0.8em;
}

.main__calculator__items-item:hover {
    cursor: pointer;
    background: #D8D8D8;
}

.main__calculator__items-item > * {
    pointer-events: none;
}

.type-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.type-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.type-checkbox + label:hover {
    cursor: pointer;
}

.type-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.type-checkbox:checked + label::before {
    border-color: transparent;
    background-image: url('../icons/arrow-checked.svg');
}

.type-checkbox#kt_checkbox + label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ED4848;
    opacity: 0.9;
}

.type-checkbox#kt_checkbox:checked + label::before {
    background-color: #EF5B5B;
}

.type-checkbox#mrt_checkbox + label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #488AED;
    opacity: 0.9;
	margin-right:10px;
}

.type-checkbox#mrt_checkbox:checked + label::before {
    background-color: #5B96EF;
}

.input__search {
    width: 50%;
    border: 2px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 8px;
    height: 4em;
    background: url("../icons/find.svg") no-repeat scroll 1em 1em;
    padding-left: 50px;
}

.input__search:focus {
}

.input__search:focus-visible {
    outline: none;
    padding: 1em 50px;
}

.main__calculator-step_three-container {
    height: 85%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.step_three-column {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.step_three-column.info {
    width: 70%;
    padding: 0 0 0 3em;
    justify-content: flex-start;
}

.step_three-column:first-child {
    width: 30%;
}

.main__calculator-image_container {
    height: 35%;
    width: 100%;
}

.main__calculator-image_container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.step_three-advantages {
    list-style: none;
    padding: 0;
}

.step_three-advantages li::before {
    content: "\2022";
    color: #FFB801;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.main__container-research__tools-wrapper {
    display: flex;
    height: 10%;
    width: 60%;
    justify-content: space-between;
}

.research__tools {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.step__three__appointment-wrapper {
    display: flex;
    height: 30%;
    justify-content: space-between;
    margin-top: auto;
}

.step__three__appointment-container {
    width: 55%;
    height: 90%;
    max-height: 184px;
    background: #F1F1F1;
    border-radius: 8px;
    margin-top: auto;
    margin-left: auto;
    padding: 1em 2em;
}

.step__three__appointment-container .appointment {
    margin-top: 20%;
    width: 100%;
    padding: 1em;
}

.step__three__appointment-container .appointment.red {
    background: linear-gradient(92.64deg, #ED4848 0%, #B90000 100%);
}

.step__three__appointment-container .appointment.red:hover {
    background: linear-gradient(92.64deg, #ED9748 0%, #B90000 100%);
}

.step__three__appointment-container .appointment.blue {
    background: linear-gradient(92.64deg, #489FED 0%, #4876ED 100%);
}

.step__three__appointment-container .appointment.blue:hover {
    background: linear-gradient(92.64deg, #4859ED 0%, #8748ED 95.31%);
}

.step__three__appointment-container span:first-child {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

.step__three__appointment-container span:nth-child(even) {
    float: right;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.text-blue {
    color: #489FED;
}

.text-red {
    color: #ED4848;
}

#mrtAppointmentBlock, #ktAppointmentBlock, #complexAppointmentBlock {
    display: none;
}

@media (min-width: 767px) {
	.epidemic-item {
		width: 100%;
	}
}

@media (max-width: 767px) {
    .search__field > div {
        width: 35%;
    }

    .main__container-research__tools-wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .step_three-column.info {
        height: 90%;
        width: 85%;
    }

    .calculator-container {
        padding: 10px 13px;
    }

    .main__calculator__header-wrapper {
        height: 15%;
    }

    .main__calculator-step_three-container {
        height: 85%;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .step_three-column {
        display: flex;
        height: 10%;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .main__calculator-image_container {
        display: none;
    }

    .main__calculator-title {
        font-size: 15px;
        line-height: 20px;
    }

    .step__three__appointment-wrapper {
        margin-top: 0;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .step__three__appointment-container .appointment {
        padding: 1em 0;
    }

    .step__three__appointment-container span:first-child {
        font-size: 20px;
        line-height: 20px;
    }

    .step__three__appointment-container span:nth-child(even) {
        font-size: 20px;
        line-height: 20px;
    }

    #mrtAppointmentBlock, #ktAppointmentBlock, #complexAppointmentBlock {
        height: 34%;
        display: block;
        margin-top: 1rem;
    }
	.main__container__items {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 1em;
	}

    .main__calculator-button_back span {
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .step_three-column.info {
        padding-left: 0;
        width: 92%;
    }
	

	.advantage__item-img {
		width:73%;
	}

    #mrtAppointmentBlock, #ktAppointmentBlock, #complexAppointmentBlock {
        margin-top: 1rem;
        margin-left: 0;
        width: 100%;
        padding: 1em 1em;
    }

    .step__three__appointment-container .appointment {
        margin-top: 7%;
    }

    .step__three__appointment-wrapper {
        height: 45%;
    }

    .main__calculator-button_back {
		margin-top:35px;
        padding: 10px 20px;
    }

    .search__field {
        flex-direction: column;
        margin-right: 0;
    }

    .search__field > div {
        width: 50%;
        margin-top: 0.5em;
    }

    .input__search {
        width: 100%;
        margin-right: 0 !important;
		margin-top: 10px;
    }

    .main__calculator__items-container {
        max-height: 62%;
        overflow: auto;
    }
}

@media (max-width: 959px) {
    .main__banner-item {
        min-height: 360px;
    }

    .arrow-button.banner.prev {
        left: 79%;
    }

    .main__banner-item .title {
        font-size: 64px;
    }

    .main__banner-item .title p:first-child:after {
        left: 220px;
    }

    .main__advantages h2,.main__last__news1 h3, .main__last__news h2, .main__about h2, .main__epidemic h2, .main__calculator h2 {
        font-size: 28px;
    }

    .arrow-button.news.prev {
        top: -27%;
        left: 78%;
    }

    .arrow-button.news.next {
        top: -27%;
    }

    .main__map img {
        height: 300px;
    }

    .main__about #mainAboutSlider img {
        height: 360px;
    }

    .main__about .text-container {
        padding: 0 10px;
    }

    .main__about-container .appointment.about__btn {
        margin: auto;
		width: 90%
    }
}

@media (max-width: 767px) {
    .main__banner-item {
        min-height: 300px;
		background-size: 686px;
    }

	
	.advantage__item-title {
		font-size:14px!important;
	}
	
    .arrow-button.banner.prev {
        left: 71%;
    }

    .arrow-button, .arrow-button.banner {
        width: 48px;
        height: 48px;
    }

    .main__banner-item .title {
        font-size: 30px;
        left: 35px;
        top: 35px;
    }

    .main__banner-item .appointment {
        position: absolute;
        left: 35px;
        bottom: 20px;
    }

    .about__btn {
        padding: 15px 30px;
    }

    .main__banner-item .title p:first-child:after {
        left: 220px;
    }

    .main__advantages h2,.main__last__news1 h3, .main__last__news h2, .main__about h2, .main__epidemic h2, .main__calculator h2 {
        font-size: 20px;
    }

    .main__last__news h2 {
        max-width: 70%;
        line-height: 42px;
    }

    .arrow-button.news.prev {
        top: -22%;
        left: 78%;
    }

    .arrow-button.news.next {
        top: -22%;
    }

    .main__map img {
        height: 240px;
    }

    .main__about #mainAboutSlider img {
        height: 240px;
    }

    .main__about .text-container {
        padding: 0 10px;
    }

    .main__about .image-container {
        margin: auto;
    }

    .main__about-container .appointment.about__btn {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .main__banner-item {
        min-height: 200px;
		background-size: 565px!important;
		width: 100%;
    }

    .main__about-container.reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .main__about-container .image-container,
    .main__about-container .text-container {
        display: flex;
        justify-content: center;
    }

    .main__about-container .text-container {
        flex-direction: column;
    }

    .arrow-button.banner.prev {
       	display:none;
    }
	.arrow-button.banner.next {
    	display:none;
	}

    .arrow-button, .arrow-button.banner {
        width: 48px;
        height: 48px;
    }

    .main__banner-item .title {
        font-size: 17px;
        left: 20px;
        top: 20px;
		text-shadow: 1px 1px 1px #000;
    }
	
	.main__banner-item .mark {
		font-size: 14px;
	}

    .main__banner-item .appointment {
        position: absolute;
        left: 20px;
        bottom: 13px;
    }

    .about__btn {
        padding: 15px 30px;
    }

    .main__banner-item .title p:first-child:after {
        left: 108px;
        top: 15px;
        width: 18%;
    }

    .main__banner-item .title .subtitle {
        font-size: 14px;
		word-break: break-word;
        line-height: 22px;
    }

    .main__advantages h2, .main__last__news1 h3, .main__last__news h2, .main__about h2, .main__epidemic h2, .main__calculator h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .epidemic-item-desc {
        font-size: 16px;
        line-height: 27px;
    }

    .main__last__news h2 {
        max-width: 70%;
        line-height: 42px;
    }

    .arrow-button.news.prev {
        top: -7%!important;
    	left: 65%!important;
    }

    .arrow-button.news.next {
        top: -7%!important;
    }

    .main__map img {
        height: 150px;
    }

    .main__about #mainAboutSlider img {
        height: 200px;
    }

    .main__about .text-container {
        padding: 0 20px;
    }

    .main__about .image-container {
        margin: auto;
    }

    .main__about-container .appointment.about__btn {
        margin-top: 0;
    }

    .addition__info {
        flex-direction: column;
    }

    .main__banner-item {
        background-repeat: no-repeat !important;
        background-size: 410px;
        position: relative;
    }
}

/***Стили для CF7 вариант3***/
.wpcf7 {
    padding:20px 20px 20px 20px!important;
    text-align:center;
    font-size:17px;
}

.wpcf7-text{
    margin-bottom:10px;
    padding:5px;
    border:1px solid #6e6e6e;
}
.wpcf7-text:focus{
    -moz-box-shadow: 0 0 6px #004080!important;
    -webkit-box-shadow: 0 0 6px #004080!important;
    box-shadow:0 0 6px #004080!important;
}
.wpcf7-submit{
    margin-top: 5px;
    margin-right: -64px;
    padding: 20px 40px;
    background: linear-gradient(
            129.37deg, #FBFF29 -42.82%, #E96318 165.71%);
    box-shadow: 0 4px 24px rgb(0 0 0 / 15%);
    border-radius: 32px;
    position: static;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-weight: lighter;
    border-color: white!important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"] {
    direction: ltr;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    width: 88%;
    padding: 10px;
    outline: 0;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: left;
    width: 50%;
    border-radius: 33px;
}

@media (max-width: 776px) {
	.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    	border: 1px solid #FFFFFF;
    	padding: 20px;
    	text-align: left;
    	width: 100%;
    	border-radius: 33px;
	}
	.advantage__item-subtitle {
		font-size:12px!important;
	}
	
	.splide__track {
    	width: 100%;
		margin:auto;
	}
	
	.splide__arrow--prev {
   	 	left: 1em;
	}
	.splide__arrow--next {
    	right: 1em;
	}
}
.strong-view.wpmtst-default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
    border:0!important;
}

@media (max-width: 576px) {
	.main__calculator-button_back {
    	padding: 10px 20px;
		margin-top: 13px!important;
	}
	.step__three__appointment-container .appointment {
    	margin-top: 4%;
    	line-height: 5%;
    	height: 50%;
	}
}

@media (max-width: 576px) {
	.main__last__news h2,.main__last__news1 h3, .main__about h2, .main__epidemic h2, .main__calculator h2 {
    	font-size: 20px!important;
    	line-height: 40px;
	}
	.main__advantages h2 {
		font-size: 18px!important;
	}
}

@media (max-width: 767px) {
    #body__overlay > img{
        top: 10%;
        right: 5%;
    }
}

@media (min-width: 1000px) {
    .calculator-container {
		height: 600px;
    }
	
	.video {
		width:80%;
		margin:auto;
	}
}

@media (max-width:430px) {
	.main__banner-item {
		width:100%!important;
		background-size:435px!important;
	}
}

@media (max-width:340px) {
	.main__last__news h2{
		    font-size: 20px!important;
    		display: inline;
    		position: relative;
    		left: 10px;
	}
	
		.main__last__news1 h3{
		    font-size: 20px!important;
    		display: inline;
    		position: relative;
    		left: 10px;
	}
}
@media (max-width: 767px) {
	#body__overlay > img {
		top: 6%!important;
	}
}

@media (max-width: 997px) {
	.main__calculator-button_back {
		padding: 4px 21px!important;
	}
}

.ktmrt_icon {
	display: inline-block;
    color: #000000;
    padding: 0 5px;
    height: 20px;
    line-height: 23px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffde01;
    font-size: 14px;
}

@media (min-width: 997px) {
	#mainCalculatorSlider {
		width:80%!important;
		margin:auto;
	}
}

#list {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s linear;
}

a:focus+#list {
  max-height: 15em;
}
/* only select that link , here using the href attribute */
a[href="nowhere"]:focus {
  pointer-events: none;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    direction: ltr;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    width: 88%;
    padding: 10px;
    outline: 0;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    direction: ltr;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    width: 88%;
    padding: 10px;
    outline: 0;
}

@media (max-width: 600px) {
	.mri__info-title {
    	font-style: normal;
    	font-weight: 600;
    	font-size: 13px;
    	line-height: 32px;
	}
	
	.header__contacts-container col-lg-7 col-md-7 justify-content-center align-items-center {
		display: inline!important;
    	width: 49%;
	}
	
	.header__contacts-container {
		width: 50%;
    	display: block;
	}
	
	.header__contacts col-xl-6 col-lg-9 col-md-9 col-sm-6 row justify-content-end align-items-center {
		display:content;
	}
	
	.img_class {
		display: none;
	}
	
}

@media (max-width: 320px) {
	.header__contacts-title {
    	font-size: 12px;
	}	
}

.mri__types-item-all {
    max-width: 376px !important;
    background-color: transparent;
    margin-bottom: 20px;
}

.row {
    --bs-gutter-x: 0.9rem!important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}

@media (max-width: 700px) {
	.splide_news {
		margin: 30px!important;
	}
}

.ms-parent-id-3 > .master-slider {
    background: none!important;
}

.ms-parent-id-4 > .master-slider {
    background: none!important;
}

.mobile_contacts {
	margin-top:3px;
}

.bdp-post-image-bg img {
	border-radius: 17px;
	height: 250px;
}

.add_prices {
	display:block;
}

.hidden_prices {
	display:none;
}

.border_color { 
	border: 2px solid #000000!important;
	background: url("../icon/find.svg") no-repeat scroll 1em 1em!important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	position: relative;
    left: 10%;
}

.wpcf7-response-output {
	display:none!important;
}

.column {
	display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: auto;
}

@media (max-width: 600px) {
	.column {
		display: block;
	}
}

.koguvcavis-varazdel {
  text-align: center;
	margin-bottom:50px;
}
.sestim-donials{
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}

.sectionesag {
  width: 195px;
  height: 3px;
  background: #eee93e;
  margin: 23px auto;
}

.sagestim-lonials{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vemotau-vokusipol{
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}
.testimonial {
  	background: #f9f4f4;
  	padding: 28px;
	height: 260px;
}
.testimonial img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.gecedanam{
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}
.apogered-gselected{
  color: #53b32b;
  margin-bottom: 20px;
}

@media screen and (max-width:960px) {
.vemotau-vokusipol{
  flex: 100%;
  max-width: 80%;
}
}

@media screen and (max-width:600px) {
.vemotau-vokusipol{
  flex: 100%;
  max-width: 100%;
}
}

.progress__bar.step__zero:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 1%;
    border-bottom: 1px solid #ffc701;
}

.service-price {
    padding: 15px 0 60px 0
}

.service-price-item {
    margin-top: 15px
}

.service-price-item__text {
    display: inline-flex;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.service-price-item__text:hover {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%), 0 0 10px rgb(255 252 0 / 50%), 0 0 0 1px rgb(251 255 0 / 70%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%), 0 0 10px rgb(248 255 32 / 50%), 0 0 0 1px rgb(251 255 0 / 70%);
    color: #784e00;
}

.service-price-item__text:hover p {
    text-decoration: underline
}

.service-price-item__text p {
    padding: 5px 0 0 0;
    margin: 0;
	font-size: 19px;
    font-family: 'Intro';
}

.service-price-item__price {
    font-family: 'Intro';
    font-size: 20px;
}

.service-price-item .btn-main_border, .service-price-item .btn-main {
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 100%;
    padding: 15px 0;
    text-align: center
}
.service-price__title {
    display: inline-block;
    background: #489fed;
    font-family: 'Conv_GothaProBol';
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px
}

.service-price {
    padding: 15px 0 60px 0
}

.service-price-item {
    margin-top: 15px
}

.service-price_padding {
    padding-top: 0
}

.service-price-item .btn-main {
    -webkit-box-shadow: 0 0 15px rgba(45, 102, 96, 0.7);
    box-shadow: 0 0 15px rgba(45, 102, 96, 0.7)
}

@media (max-width: 767px) {
	    .service-block {
        padding: 15px 0;
        margin-bottom: 0px
    }

    .service-block__title {
        font-size: 20px
    }

    .service-block__button {
        margin-bottom: 0;
        padding-top: 30px
    }

    .btn-mrt {
        font-size: 18px;
        padding: 10px;
        padding-left: 180px
    }

    .btn-mrt:before {
        content: '';
        width: 148px;
        height: 96px;
        position: absolute;
        top: -5px;
        left: 30px;
        background: url("../../images/btn-mrt.png");
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }

    .service-block-super__item {
        width: 100%
    }

    .serice-item__title {
        font-size: 16px
    }

    .serice-item__img {
        margin-top: 15px
    }

    .serice-item__text {
        font-size: 12.5px;
        padding-top: 15px
    }

    .serice-item__prise {
        font-size: 23px;
        padding-top: 10px
    }

    .serice-item__bottom {
        padding-top: 15px
    }

    .serice-item__bottom .btn-main {
        font-size: 10px;
        padding: 10px
    }

    .service-list {
        padding-top: 15px
    }

    .service-price {
        padding: 15px 0
    }

    .service-price-item {
        background: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        display: inline-block
    }

    .service-price-item__price {
        font-size: 18px
    }

    .service-price-item__text {
		display: flow-root;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px
    }

    .service-price-item .btn-main_border span, .service-price-item .btn-main span {
        display: none
    }
	
	.service-price__title {
        text-align: center;
        font-size: 14px
    }
	.service-price-item__text:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
	
	    .service-price__title {
        font-size: 12px;
        margin-left: 15px;
        max-width: 80%;
        display: block;
        margin: 0 auto;
        margin-top: 15px
    }

    .service-price-item__text {
        padding: 15px 20px;
		text-align: center;
    }

    .service-price-item .btn-main_border {
        margin-left: 10px
    }
}

@media (max-width: 767px) {
    .service-price-item {
        width: 100%
    }
}

.service-price {
    padding: 15px 0 60px 0
}

.service-price-item__text:hover {
-webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%), 0 0 10px rgb(255 252 0 / 50%), 0 0 0 1px rgb(251 255 0 / 70%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%), 0 0 10px rgb(248 255 32 / 50%), 0 0 0 1px rgb(251 255 0 / 70%);
    color: #784e00;
}

.service-price-item {
    margin-top: 15px
}

.service-button {
	text-align: center;
    padding-bottom: 13px;
}

.bdp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.button-prices {
	padding: 11px 46px!important;
}

.videobg-slider {
    position: absolute;
	object-fit: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 8000%!important;
    min-width: 100%;
    min-height: 100%;
}
.video-gallery {
    position: relative;
    width: 100%;
}

.bg-slider-pr {
	background: linear-gradient( 
80.96deg, rgb(255 247 0 / 45%) 12.92%, rgb(154 157 0 / 45%) 81.35%);
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
}

.next-button {
	position: absolute;
    top: 80%;
    right: 42%;
}

.prev-button {
	position: absolute;
    top: 80%;
    left: 42%;
}
.img-nas {
	text-align: center;
    width: 50%;
    height: 50%;
    margin: auto;
}

.img-nas img {
	margin-top: 10%;
	width: 200px;
}

p.text-advangate {
	text-align: center;
    font-size: 23px;
    color: white;
    font-family: 'Intro';
    text-shadow: 1px 1px 1px #000;
}

@media (max-width: 999px) {
    .desktop_check {
       display: none;
    }
	
	.mobile_check {
		display: block;
	}	
}

@media (min-width: 1000px) {
    .desktop_check {
       display: block;
    }
	
	.mobile_check {
		display: none;
	}	
}

.header-yandex {
	width: 23%;
	display:none;
}


@media (min-width: 1500px) {
    .row {
       flex-wrap: inherit!important;
    }
	
	.header-yandex {
		width: 19%;
		display:block;
	}
}


    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    html {
        height: 100%;
    }
	
	h2 {
		text-align: initial;
	}
	
	p {
		text-align:justify;
	}

    body {
        position: relative;
        min-width: 320px;
        height: 100%;
        font: 400 16px/1.4em "Open Sans", sans-serif;
        color: #333;
		font-family: "Intro";
        letter-spacing: .4px;
    }

    ol, ul {
		padding:0;
        list-style: none;
    }

    .total-width {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    .fill-12-col, .fill-4-col {
        float: left;
    }

    .fill-16-col {
        width: 100%;
    }

    .fill-12-col {
        width: 75%;
    }
    .fill-4-col {
        width: 25%;
    }
    .clearfix:after {
        content: '';
        display: table;
        clear: both;
    }


    .white-block {
        background: #fff;
    }
    
    .white-block {
        position: relative;
        padding-top: 10px;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .not-front .white-block {
        padding: 40px 0px;
    }
    
    .front h1.header {
        text-align: center;
    }

    .animate, .animate *, .animate:before, .animate:after, .animate *:before, .animate *:after, a {
        -webkit-transition: all .1s ease-out;
        transition: all .1s ease-out
    }

    .list-services .research > li {
        position: relative;
    }

    .list-services .research > li > a {
        padding-right: 40px;
    }

    .list-services a {
        text-align: left;
        display: block;
        margin-bottom: 3px;
        padding: 8px 20px 9px;
        text-transform: uppercase;
        background: linear-gradient(
129.37deg, #FBFF29 -42.82%, #E96318 165.71%);
    	color: #fff;
    	font-family: 'Intro';
    	border-radius: 15px;
        color: #fff;
    }

    .list-services li:hover > a, .left-column .research li.active > a {
        background: #f1f1f1;
        color: #456d78;
    }

    .list-services ul ul {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 50;
        min-width: 75%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        background: #fff;
        border-left: 3px solid #fff;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .list-services li:hover ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease ease-out;
        z-index: 60;
    }

    .list-services ul ul a {
        text-transform: none;
    }

    .human {
        position: relative;
		text-align:center;
    }

    .human li {
        text-align: left;
        display: none;
    }

    .human .research > li {
        position: absolute;
		font-family: 'Intro';
    }

    .human .research > li > a {
        position: relative;
        display: block;
        border-bottom: 1px solid #aaa;
        text-transform: uppercase;
    }

    .human .research > li > a:before {
        position: absolute;
        content: '';
        border-bottom: 1px solid #aaa;
    }

    .human .research > li > a:hover, .human .research > li > a:hover:before {
        border-bottom-color: #E14D53;
    }

    .human .research-term-1 {
        display: block;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-280px);
        transform: translateX(-280px);
    }

    .human .research-term-1 a:before {
		top: 32px;
    	right: -151px;
    	width: 151px;
    	-webkit-transform: rotate(
30deg);
    	transform: rotate(
7deg);
    }

    .human .research-term-2 {
        display: block;
        top: 551px;
        left: 45%;
        -webkit-transform: translateX(-330px);
        transform: translateX(-330px);
    }

    .human .research-term-2 a:before {
    top: -9px;
    right: -87px;
    width: 100px;
    -webkit-transform: rotate(
30deg
);
    transform: rotate(
139deg
);
    }

    .human .research-term-3 {
        display: block;
    	top: 46px;
    	left: auto;
    	width: 23%;
    	right: 96%;
        -webkit-transform: translateX(290px);
        transform: translateX(290px);
    }

    .human .research-term-3 a:before {
		top: 40px;
   	 	left: 201px;
    	right: auto;
    	width: 100px;
    	-webkit-transform: rotate(-30deg);
    	transform: rotate(-160deg);
    }

    .human .research-term-4 {
        display: block;
        top: 168px;
        left: 50%;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .human .research-term-4 a:before {
    	top: 26px;
    	right: -93px;
    	width: 100px;
    	-webkit-transform: rotate(30deg);
    	transform: rotate(4deg);
    }

    .human .research-term-5 {
    display: block;
    top: 223px;
    left: auto;
    right: 582px;
    }

    .human .research-term-5 a:before {
top: 19px;
    left: 221px;
    right: auto;
    width: 100px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
-5deg
 );
    }

    .human .research-term-6 {
		display: block;
    	top: 469px;
    	left: auto;
    	right: 37%;
    	-webkit-transform: translateX(310px);
    	transform: translateX(310px);
    }

    .human .research-term-6 a:before {
    	top: 9px;
    	left: -135px;
    	right: auto;
   	 	width: 139px;
    	-webkit-transform: rotate(-30deg);
    	transform: rotate(11deg);
    }

    .human .research-term-7 {
display: block;
    top: 300px;
    left: auto;
    right: 102%;
    width: 20%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

    .human .research-term-7 a:before {
    top: 34px;
    left: 158px;
    right: auto;
    width: 180px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
-39deg
 );
    }
	
	    .human .research-term-8 {
    display: block;
    top: 430px;
    left: auto;
    right: 102%;
    width: 21%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

    .human .research-term-8 a:before {
top: -36px;
    left: 169px;
    right: auto;
    width: 200px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
-36deg
 );
    }
	
		    .human .research-term-9 {
    display: block;
    top: 85px;
    left: auto;
    right: 103%;
    width: 14%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

.human .research-term-9 a:before {
    top: 51px;
    left: 126px;
    right: auto;
    width: 93px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
8deg
 );
}
 		    .human .research-term-10 {
display: block;
    top: 247px;
    left: auto;
    right: 46%;
    width: 19%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

.human .research-term-10 a:before {
top: 53px;
    left: -161px;
    right: auto;
    width: 165px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
174deg
 );
	}
	
			    .human .research-term-11 {
    display: block;
    top: 62px;
    left: auto;
    right: 61%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

.human .research-term-11 a:before {
    top: 13px;
    left: -91px;
    right: auto;
    width: 93px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
12deg
 );
	}
	
	
			    .human .research-term-12 {
    display: block;
    top: 140px;
    left: auto;
    right: 42%;
    transform: translateX(310px);
    transform: translateX(310px);
    }

.human .research-term-12 a:before {
top: 16px;
    left: -92px;
    right: auto;
    width: 93px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
8deg
 );
	}

	    .human .research-term-13{
    display: block;
    top: 477px;
    left: auto;
    right: 102%;
    width: 21%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

    .human .research-term-13 a:before {
top: -67px;
    left: 129px;
    right: auto;
    width: 267px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
-57deg
 );
    }

    .human .research-term-14 {
display: block;
    top: 605px;
    left: 45%;
    -webkit-transform: translateX(-330px);
    transform: translateX(-330px);
    }

    .human .research-term-14 a:before {
    top: 2px;
    right: -103px;
    width: 110px;
    -webkit-transform: rotate(
30deg
);
    transform: rotate(
-23deg
);
    }

 		    .human .research-term-15 {
display: block;
    top: 313px;
    left: auto;
    right: 46%;
    width: 19%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

.human .research-term-15 a:before {
top: 53px;
    left: -161px;
    right: auto;
    width: 165px;
    -webkit-transform: rotate( 
-30deg
 );
    transform: rotate( 
174deg
 );
	}

    .human .research-term-16 {
    display: block;
    top: 639px;
    left: auto;
    right: 38%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

    .human .research-term-16 a:before {
    	top: 9px;
    	left: -135px;
    	right: auto;
   	 	width: 139px;
    	-webkit-transform: rotate(-30deg);
    	transform: rotate(11deg);
    }

    .human .research-term-17 {
display: block;
    top: 547px;
    left: auto;
    right: 42%;
    width: 23%;
    -webkit-transform: translateX(310px);
    transform: translateX(310px);
    }

    .human .research-term-17 a:before {
top: 13px;
    left: -130px;
    right: auto;
    width: 139px;
    -webkit-transform: rotate(
-30deg
);
    transform: rotate(
28deg
);
    }


    .human .research ul {
        max-width: 200px;
        margin-left: 5px;
        font-size: .875em;
        overflow: hidden;
    }

    .human li li {
        display: inline;
        font-weight: 300;
    }

    .human li li a {
        display: inline-block;
    }

    .human li li a:after {
        content: ',\00a0';
    }

    .human li li:last-child a:after {
        display: none;
    }

    .human li li a {
        color: #aaa;
    }

    .human li li a:hover {
        color: #E14D53;
    }

    .service-item .img img {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .service-item .text {
        font-size: 14px;
    }

    div.error ul, div.error li:last-child {
        margin-bottom: 0;
    }

    div.error li:before {
        display: none;
    }


    @media only screen and (max-width: 900px) {
        .top-line .total-width > div {
            display: block;
            width: 100%;
            text-align: center;
        }

        .services .list-services {
            float: none;
            width: 100%;
            display: none;
        }

        .services .human {
            float: none;
            width: 100%;
        }
    }


    @media only screen and (max-width: 780px) {
        section.our-equipment .total-width {
            display: flex;
            flex-wrap: wrap;
        }

        .our-equipment .header {
            width: 100%;
            order: 0;
            margin-bottom: 25px;
        }

        .our-equipment .device img {
            max-width: 450px;
        }

        section.our-advantages .fill-4-col {
            width: 50%;
            margin-bottom: 60px;
        }

        section.our-advantages .fill-4-col:nth-child(2n) {
            clear: left;
        }

    }

    @media only screen and (max-width: 600px) {
        .header {
            font-size: 2em;
            margin-bottom: 20px;
        }

        .services .list-services {
            display: block;
        }

        .services .human {
            position: relative;
            top: auto;
            left: auto;
            display: none;
        }

        .list-services li:hover ul {
            display: none;
        }
    }

    @media only screen and (max-width: 360px) {
        .total-width {
            padding-right: 5px;
            padding-left: 5px;
        }
    }
	
	.header-yandex {
	width: 23%;
	display:none;
}


@media (min-width: 1500px) {
    .row {
       flex-wrap: inherit!important;
    }
	
	.header-yandex {
		width: 19%;
		display:block;
	}
}
