	*, *::before,*::after{
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
}

 html,body{
 	height: 100%;
 	min-width: 320px;
 }
 body{
 	font-family: 'Manrope', sans-serif;
 	color: #000;
 }
 ul{

 }
 a{
 	text-decoration: none;
 }
 li{
 	list-style: none;
 }

.wrapper{
	overflow: hidden;/*--Горизонтальный скролл убирает---*/
	min-height: 100%;
	display: flex;
	flex-direction: column;

}

[class*="__container"]{
 	max-width: 1100px;
 	margin: 0 auto; /*-Центровка контейнера-*/
 	padding: 0px 15px;/*-Отступы безопастности-*/
 }
 .page{
 	flex: 1 1 auto;
 }
 /*---------SUB-HEADER----------*/
 .header__container {
    padding: 24px 0px 24px 0px;
}
.sub-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-header__logo {
    padding-right: 24px;
}
.sub-header__search-bar {

}
.search-bar__item {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    width: 290px;
    padding: 10px 24px;
    align-items: center;
}
.search-bar__image {
    padding-top: 5px;
    padding-right: 5px;
}
.search-bar__text {
   
}
input::-webkit-input-placeholder{
   font-size: 14px;
   font-weight: 500;
}
.sub-header__social {
    display: flex;
    margin-left: 22px;
}
.sub-header__social-vk {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 11px 14px;
}
.sub-header__social-ytube {
    margin-left: 12px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 12px 13px;
}
.sub-header__limvision {
    margin-right: 24px;
    margin-left: 7px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 12px 16px;
}
.limvision__img {
    margin-right: 5px;
}
.limvision__link {
    color: #961842;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.sub-header__call {
}
.sub-header__call-img {
}
.call-me {
    color: #961842;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    margin-left: 35px;
}
.call-me:hover{
    text-decoration: underline;
}
.sub-header__button {
}
.sign {
    margin-left: 15px;
    text-align: center;
    padding: 10.5px 16px;
    background-color: #fff;
    border: 1px solid #961842;
    border-radius: 25px;
    color: #961842;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    transition: all 0.3s ease 0s;
}
.sign:hover{
    background-color: #961842;
    color: #fff;
}
/*--------HEADER------------*/
.header{
    background-color: #961842;
}
.header-nav__container{
    padding: 17px 0px 17px 0px;
}
.header__nav-bar{

}
.nav-bar__list{
    display: flex;
    justify-content: space-between;
}
.nav-bar__list-item{

}
.nav-bar__link{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.nav-bar__link:hover{
    color: #A39FA1;
}
/*---clinical---*/
.clinical__history{
    padding: 64px 0px 24px 0px;
}

.history__main {
    color: #8F98A5;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.history__arrow{
    color: #8F98A5;
    margin: 0px 6px 0px 6px;
}
.history__price {
    color: #8F98A5;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.page__clinical{

}
.clinical__container{
    padding: 0px 0px 112px 0px;
}
.clinical__title{
    font-weight: 700;
    font-size: 80px;
    line-height: 108%;
    color: #961842;
}
.clinical__image{
    padding: 64px 0px 96px 0px;
}
.clinical__content {
    display: flex;
    justify-content: space-around;
}
.clinical__blocks {
}
.blocks-item__title {
    width: 410px;
    color: #961842;
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
}
.blocks-item__list {
    padding-top: 27px;
}
.blocks__list {
}
.blocks-list__item {
    display: flex;
    align-items: flex-start;
}
.blocks-list__item:not(:last-child){
    padding-bottom: 12px;
}
.blocks-list__text{
    margin-left: 12px;
    width: 350px;
    color: #24272B;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.blocks-item__price{
    padding: 84px 0px 25px 0px;
}
.old-price{
    text-decoration-line: line-through;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #8F98A5;
}
.new-price{
    color: #24272B;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
}

.blocks-item__action {
}
.blocks-item__button {
    text-align: center;
    padding: 10px 32px;
    background-color: #fff;
    border: 1px solid #961842;
    border-radius: 25px;
    color: #961842;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.blocks-item__button:hover{
    background-color: #961842;
    color: #fff;
}
.page__notes{

}
.notes__container{
    width: 1100px;
    color: #8F98A5;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
}
/*----QUEST-----*/
.page__quest {
    padding: 120px 0px 150px 0px;
}
.quest__container {

}
.quest-content__first {
    display: flex;
    justify-content: space-between;
}
.quest-item__first {

}
.first-quest__title-block {
    padding-bottom: 35px;
    width: 390px;
}
.first-quest__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 133%;
}
.first-quest__sub-title {
    color: #24272B;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}
.first-quest__block-list {
    padding: 16px 0px 16px 0px;
}
.first-quest__list {

}
.quest__list-item {
    display: flex;
    align-items: flex-start;
    width: 530px;
}
.quest__list-item:not(:last-child){
    padding-bottom: 8px;
}
.quest__list-text {
    color: #24272B;
    margin-left: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    width: 450px;
}
.first-quest__text{
    width: 500px;
    color: #24272B;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}
.quest-item__second{
    display: flex;
    justify-content: space-between;
}
.quest-content__second{
    padding-top: 145px;
}  
.second-quest__title-block{
    padding-bottom: 40px;
}
.second-quest__title{
    font-weight: 700;
    font-size: 48px;
    line-height: 133%;
} 
.quest-content__notes{
    padding: 25px 0px 56px 0px;
}
.quest-content__notes-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}
.quest-content__warning {
    display: flex;
    align-items: flex-start;
    padding-left: 24px;
}
.quest-content__warning-text {
    margin-left: 16px;
    color: #961842;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}
/*---CONTACT---*/
.page__contact {
    padding: 0px 0px 50px 0px;
}
.contact__background {
    display: flex;
}
.contact__background-color {
    padding: 91px 180px 92px 160px;
    background-color: #961842;

}
.contact__background-map {
}
.contact__container{

}
.contact__content{

}
.contact__title{
    padding-bottom: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 108%;
}
.contact__number{

}
.contact__phone{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
}
.contact__notes{
    color: #Fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.65;
}
.contact__geography{
    padding: 32px 0px 61px 0px;
}
.contact__position{
    padding-bottom: 8px;
    color: #fff;
    width: 240px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
.contact__shedule{
    color: #fff;
    width: 240px;
    opacity: 0.65;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
} 
.contact__action{

}
.contact__button{
    text-align: center;
    padding: 10px 32px;
    background-color: #fff;
    border: 1px solid #961842;
    border-radius: 60px;
    color: #961842;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: all 0.3s ease 0s;
}
.contact__button:hover{
    background-color: #670F2C;
    color: #fff;
}
/*------FOOTER---------*/
.page__footer {

}
.footer__container {
    padding: 0px 0px 40px 0px;
}
.footer__content {
    display: flex;
    justify-content: space-between;
}
.footer__left {

}
.left-footer__list-menu {
    display: flex;
}
.left-footer__logo {
    padding-top: 7px;
}
.left-footer__list-first {
    padding: 0px 48px 0px 64px;
}
.left-footer__list-second{

}
.left-footer__list {

}
.left-footer__list-item {

}
.left-footer__list-item:not(:last-child){
    padding-bottom: 10px;
}
.footer__list-title {
    color: #8F98A5;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.08em;
}
.footer__list-menu {
    color: #961842;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.footer__list-menu:hover{
    text-decoration: underline;
}
.footer__right {

}
.footer__right-info {

}
.right-footer__phone {
    display: flex;
    justify-content: flex-end;

}
.right-footer__call {
    padding-left: 6px;
    color: #24272B;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.right-footer__mail {
    display: flex;
    justify-content: flex-end;

}
.right-footer__post {
    padding: 12px 0px 12px 6px;
    color: #961842;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.right-footer__post:hover{
    text-decoration: underline;
}
.right-footer__info {

}
.right-footer__info-first {
    display: flex;
    justify-content: flex-end;
    color: #24272B;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.right-footer__info-second {
    padding-top: 4px;
    color: #24272B;
    opacity: 0.5;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.footer__content-second{
    padding: 64px 0px 48px 0px;
    display: flex;
    justify-content: space-between;
}
.second-content__left{
    display: flex;
    align-items: center;
}
.second-content__action1{
    display: flex;
    margin-right: 24px;
    margin-left: 7px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding: 12px 16px;
}
.second-content__action2{

}
.second-content__button2{
    text-align: center;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #961842;
    border-radius: 60px;
    color: #961842;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    transition: all 0.3s ease 0s;
}
.second-content__button2:hover{
    background-color: #961842;
    color: #fff;
}
.second-content__right{
    display: flex;
}
.footer__content-last {
    display: flex;
    justify-content: space-between;
}
.last-content__left {
    color: #989898;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.last-content__right {
    
}
.last-content__link{
    color: #961842;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.last-content__link:hover{
    text-decoration: underline;
}