
.offer {
    display: flex;
    column-gap: 20px;
    padding-top: 46px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
  }
  
  .offer__container {
    display: flex;
    width: 100%;
    column-gap: 20px;
  }
  
  .offer__left {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    max-width: 705px;
    height: 853px;
    border-radius: 90px;
    overflow: hidden;
    padding: 70px;
    background: url('../img/site/main/image-1.jpg') no-repeat center;
    background-size: 100%;
    position: relative;
  }
  
  .offer__left:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 90px;
    overflow: hidden;
    /* background: url('../img/site/main/bg-black.png') no-repeat center; */
    background-size: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.016) 100%);
  }
  
  .offer__title {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    font-size: 64px;
    line-height: 1;
    color: #ffffff;
    position: relative;
  }
  
  .offer__title span {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: bold;
  }
  
  .offer__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    max-width: 460px;
  }
  
  .offer__subtitle span {
    font-weight: bold;
  }
  
  .offer__button {
    position: relative;
  }
  
  .offer__button:hover {
    background: #087584;
  }
  
  .offer__right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    max-width: 555px;
  }
  
  .offer__right--block1 {
    border-radius: 60px;
    overflow: hidden;
    padding: 50px 50px 92px 50px;
    background: url('../img/site/main/image-block-1.png') no-repeat right bottom;
    background-color: #F1F4FA;
    background-size: 50% 100%;
    max-height: 323px;
  }
  
  .block1__title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 320px;
  }
  
  .block1__text {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    max-width: 302px;
  }
  
  .offer__right--block2 {
    display: flex;
    justify-content: space-between;
  }
  
  .block2__list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  
  .block2__item {
    width: 100%;
    max-width: 282px;
    height: 245px;
    background: #F1F4FA;
    padding: 50px;
    border-radius: 60px;
  }
  
  .block2__number {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
  }
  
  .block2__text {
    color: #000000;
  }
  
  .block2__right {
    width: 100%;
    max-width: 253px;
    height: 510px;
    border-radius: 60px;
    overflow: hidden;
  }
  
  .block2__right img {
    width: 100%;
  }







    
  .life {
    position: relative;
    z-index: 0;
  }
  
  .life__container {
    display: flex;
  }
  
  .life__title {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    font-size: 64px;
    line-height: 1;
    color: #454545;
    position: relative;
    margin-bottom: 20px;
    max-width: 580px;
  }
  
  .life__title span {
    color: #0BA0B5;
  }
  
  .life__subtitle {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 580px;
  }
  
  .life__list {
    display: flex;
    flex-direction: column;
    row-gap: 70px;
  }
  
  .life__item {
    display: flex;
    align-items: center;
  }
  
  .life__item--text {
    font-size: 16px;
    color: #454545;
  }
  
  .life__item--left {
    width: 220px;
    height: 220px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  
  .life__item--left img {
    width: 618px;
    height: 618px;
  }
  
  .life__item--title {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.3;
    color: #454545;
    font-weight: bold;
    max-width: 407px;
    margin-bottom: 20px;
  }
  
  .life__item--title span {
    width: 39px;
    min-width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    background: #0BA0B5;
    border-radius: 7px;
    color: #ffffff;
    line-height: 1.1;
    margin-right: 15px;
  }
  
  .life__item--text {
    max-width: 316px;
  }
  
  .life__item--heart {
    margin-left: 120px;
  }
  
  .life__right {
    position: relative;
  }
  
  .life__right--img {
    width: 1399px;
    height: 1399px;
    position: absolute;
    right: -360px;
    top: -183px;
  }
  
  .life__right--img img {
    width: 100%;
    height: 100%;
  }







    
  .problems {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    position: relative;
    padding-left: 70px;
  }
  
  .problems__item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 60px;
    background-color: #F1F4FA;
    width: max-content;
    overflow: hidden;
  }
  
  .problems__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: rgba(11, 160, 181, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 60px rgba(11, 160, 181, 0.6);
  }
  
  .problems__item span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #0BA0B5;
    border-radius: 50%;
  }
  
  .problems__item:nth-child(2) {
    margin-left: 50px;
  }
  
  .problems__item:nth-child(3) {
    margin-left: 100px;
  }
  
  .problems__item:nth-child(4) {
    margin-left: 150px;
  }
  
  .problems__item:nth-child(5) {
    margin-left: 100px;
  }
  
  .problems__item:nth-child(6) {
    margin-left: 150px;
  }
  
  .problems__item:nth-child(7) {
    margin-left: 100px;
  }








    
  .life2 {
    padding-top: 50px;
    padding-bottom: 160px;
  }
  
  .life2__container {
    display: flex;
    position: relative;
  }
  
  .life2__left--img {
    width: 956px;
    height: 1097px;
    margin-left: -200px;
  }
  
  .life2__left--img img {
    width: 100%;
    height: 100%;
  }
  
  .life2 .life__item--text {
    max-width: 407px;
  }
  
  .life2 .life__list {
    row-gap: 100px;
    margin-left: 120px;
  }
  
  .life2 .life__item.life__item--heart {
    margin-left: 60px;
  }
  
  .life2__left {
    position: relative;
  }
  
  .life2__left--age {
    position: absolute;
    top: 550px;
    left: 100px;
  }






    
  .age__row {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .age__row span {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    font-size: 100px;
    line-height: 70%;
    color: #0BA0B5;
  }
  
  .age__text {
    max-width: 210px;
  }
  
  .life__warning {
    background-color: #F1F4FA;
    border-radius: 60px;
    padding: 60px;
    width: 741px;
    position: absolute;
    right: -40px;
    bottom: -160px
  }
  
  .life__warning--title {
    font-size: 30px;
    font-weight: bold;
    max-width: 380px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  
  .life__warning--text {
    max-width: 439px;
    margin-bottom: 40px;
  }
  
  .plan {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  
  .plan__title {
    font-size: 64px;
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    color: #1D3C45;
    max-width: 510px;
    line-height: 90%;
    margin-bottom: 60px;
  }
  
  .plan__steps {
    position: relative;
    height: 735px;
  }
  
  .plan__steps--img {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    height: 735px;
  }
  
  .plan__steps--item {
    padding: 30px;
    background: #ffffff;
    border-radius: 60px;
    width: max-content;
    position: absolute;
    overflow: hidden;
  }
  
  .plan__steps--item:nth-child(1) {
    top: 50px;
    left: -30px;
  }
  
  .plan__steps--item:nth-child(3) {
    top: -43px;
    left: 560px;
  }
  
  .plan__steps--item:nth-child(2) {
    bottom: -55px;
    left: 372px;
  }
  
  .plan__steps--item:nth-child(4) {
    bottom: -143px;
    right: -40px;
  }
  
  .plan__steps--item ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 48px;
    max-width: 300px;
    margin-bottom: 0;
  }
  
  .plan__steps--item ul li {
    position: relative;
  }
  
  .plan__steps--item ul li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: #0BA0B5;
  }
  
  .step {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 60px;
    background-color: #F1F4FA;
    width: 288px;
    margin-bottom: 16px;
  }
  
  .step__2 {
    width: 325px;
  }
  
  .step__left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: rgba(11, 160, 181, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 60px rgba(11, 160, 181, 0.6);
  }
  
  .step__left:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #0BA0B5;
    border-radius: 50%;
  }
  
  .step__right {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: bold;
  }
  
  .step__right span {
    font-weight: 400;
  }
  
  .positive {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  
  .positive__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  
  .positive__title {
    font-size: 64px;
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    color: #1D3C45;
    max-width: 562px;
    line-height: 90%;
    margin-bottom: 60px;
    margin-bottom: 20px;
  }
  
  .positive__subtitle {
    font-size: 24px;
    line-height: 140%;
  }
  
  .positive__top--right {
    display: flex;
    align-items: center;
  }
  
  .positive__top--img {
    position: relative;
    width: 115px;
    height: 115px;
    margin-right: 30px;
  }
  
  .positive__top--img>img {
    width: 115px;
    height: 115px;
  }
  
  .positive__top--img .icon {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
  
  .positive__top--info span {
    display: block;
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .positive__top--text {
    display: flex;
  }
  
  .positive__top--text img {
    margin-left: 15px;
  }
  
  .positive__slider--mob {
    display: none;
  }
  
  .positive__slider--item {
    width: 100%;
    /* max-width: 1120px; */
    max-width:800px;
    height: 375px;
    border-radius: 60px;
    overflow: hidden;
    margin: auto;
  }
  
  .positive__slider img {
    width: 100%;
    height: 100%;
  }








    
  .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin-top: 30px;
  }
  
  .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(11, 160, 181, 0.6)!important;
  }
  
  .owl-dots .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(11, 160, 181, 1)!important;
  }
  
  .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: calc(50% - 40px);
  }
  
  .owl-prev, .owl-next {
    transition: all 0.3s ease;
  }
  
  .owl-prev:hover, .owl-next:hover {
    opacity: 0.7;
  }
  
  .owl-prev span, .owl-next span {
    display: none;
  }
  
  .owl-prev::before, .owl-next::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  
  .owl-prev::before {
    background: url('../img/icons/arrow-left.svg') no-repeat;
  }
  
  .owl-next::before {
    background: url('../img/icons/arrow-right.svg') no-repeat;
  }
  







  .request {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  
  .request__info {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 90px;
    box-shadow: 0 20px 60px rgba(65, 82, 116, 0.15);
    padding: 80px;
    background: url('../img/site/main/image-block-3.png') no-repeat;
    background-position: right;
    background-size: contain;
  }
  
  .request__title {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    font-size: 64px;
    line-height: 90%;
    margin-bottom: 20px;
    max-width: 582px;
  }
  
  .request__subtitle {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  
  .request__list {
    display: flex;
    column-gap: 30px;
    margin-bottom: 40px;
  }
  
  .request__item--top {
    display: flex;
    align-items: center;
  }
  
  .request__item--top img {
    margin-right: 8px;
  }
  
  .request__item--top span {
    font-size: 18px;
    font-weight: bold;
  }
  
  .request__button a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .six-steps {
    padding-top: 80px;
    padding-bottom: 38px;
  }
  
  .six-steps__top {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .six-steps__title {
    font-size: 64px;
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    max-width: 780px;
    line-height: 90%;
    margin-bottom: 60px;
    margin-bottom: 20px;
  }
  
  .six-steps__subtitle {
    font-size: 24px;
    line-height: 140%;
    max-width: 730px;
  }
  
  .info__row {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .info__row span {
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    font-size: 100px;
    line-height: 70%;
    color: #0BA0B5;
    margin-right: 10px;
  }
  
  .info__text {
    display: flex;
    align-items: center;
    max-width: 148px;
  }
  
  .info__text img {
    margin-left: 13px;
  }
  
  .six-steps__top--right {
    margin-right: 70px;
  }
  
  .six-steps__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
  }
  
  .six-steps__item {
    width: 100%;
    max-width: 630px;
    height: 387px;
    background-color: rgba(11, 160, 181, 0.2);
    border-radius: 60px;
    padding: 70px;
    position: relative;
    overflow: hidden;
  }
  
  .six-steps__item:nth-child(1) {
    background: url('../img/site/main/Hospital.png') no-repeat;
    background-color: rgba(11, 160, 181, 0.2);
    background-size: 280px 217px;
    background-position: right bottom;
  }
  
  .six-steps__item:nth-child(2) {
    background: url('../img/site/main/Tasklist.png') no-repeat;
    background-color: rgba(11, 160, 181, 0.2);
    background-size: 280px 217px;
    background-position: right bottom;
  }
  
  .six-steps__item:nth-child(3) {
    background: url('../img/site/main/Tasklist2.png') no-repeat;
    background-color: rgba(11, 160, 181, 0.2);
    background-size: 280px 217px;
    background-position: right bottom;
  }
  
  .six-steps__item:nth-child(4) {
    background: url('../img/site/main/DNA.png') no-repeat;
    background-color: rgba(11, 160, 181, 0.2);
    background-size: 280px 217px;
    background-position: right bottom;
  }
  
  .six-steps__item:nth-child(5) {
    background: url('../img/site/main/Medical.png') no-repeat;
    background-color: rgba(11, 160, 181, 0.2);
    background-size: 280px 217px;
    background-position: right bottom;
  }
  
  .six-steps__item:nth-child(1):before {
    content: "01";
    position: absolute;
    font-family: 'Proxima Nova ExCn Rg';
    font-size: 399px;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    left: -100px;
    bottom: -150px;
  }
  
  .six-steps__item:nth-child(2):before {
    content: "02";
    position: absolute;
    font-family: 'Proxima Nova ExCn Rg';
    font-size: 399px;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    left: -100px;
    bottom: -150px;
  }
  
  .six-steps__item:nth-child(3):before {
    content: "03";
    position: absolute;
    font-family: 'Proxima Nova ExCn Rg';
    font-size: 399px;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    left: -100px;
    bottom: -150px;
  }
  
  .six-steps__item:nth-child(4):before {
    content: "04";
    position: absolute;
    font-family: 'Proxima Nova ExCn Rg';
    font-size: 399px;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    left: -100px;
    bottom: -150px;
  }
  
  .six-steps__item:nth-child(5):before {
    content: "05";
    position: absolute;
    font-family: 'Proxima Nova ExCn Rg';
    font-size: 399px;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    left: -100px;
    bottom: -150px;
  }
  
  .six-steps__item:nth-child(6):before {
    content: "06";
    position: absolute;
    font-family: 'Proxima Nova ExCn Rg';
    font-size: 399px;
    line-height: 90%;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
    left: -100px;
    bottom: -150px;
  }
  
  .six-steps__item--title {
    font-size: 30px;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .six-steps__item--text {
    line-height: 150%;
    position: relative;
  }
  
  
  
  
  
  
  .warning {
    margin:50px 0 0 0;
  }
  
  .warning__info {
    background: url('../img/site/main/image-block-4.png') no-repeat;
    background-size: 60% 90%;
    background-position: right bottom;
    background-color: #F1F4FA;
    border-radius: 60px;
    padding: 30px;
  }
  
  .warning__title {
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 30px;
    max-width: 490px;
    font-weight: bold;
  }
  
  .warning__subtitle {
    line-height: 150%;
    max-width: 439px;
    margin-bottom: 40px;
  }
  
  .warning__old_price{
	  text-decoration:line-through;
  }
  .warning__info_text{
	max-width:470px;  
	text-align:center;
  }
  .warning__title_red{
	color:#eb1b21;
	font-family: "Calibri-Bold", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	font-size: 80px;
    line-height: 100px;
    text-transform: uppercase;	  
  }
  .warning__subtitle_big{
	font-family: "Calibri-Bold", Helvetica, Arial, sans-serif; 
	font-weight:bold;
	font-size:40px;	 
	line-height: 55px;
  }
  .warning__button{
	  margin-top:20px;
  }
  
  @media only screen and (max-width:992px){
    .warning {
		margin:25px 0 0 0;
    }
  
    .warning__info {
      border-radius: 0;
      padding: 20px;
	  height: 502px;
      background-size: 60% 70%;
      background-position: right bottom 0px;
    }
  
    .warning__title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px;
    }
  
    .warning__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 30px;
    }	  
  }
  
  @media only screen and (max-width:768px){
	  .warning__info{
		  background-image:none;
	  }
  }
  
  @media only screen and (max-width:528px){
	  .warning__title_red{
		font-size: 50px;
		line-height: 100px;
	  }
	  .warning__subtitle_big{
		font-size:25px;	 
		line-height: 40px;
	  }
  }  
  
  @media only screen and (max-width:380px){
	  .warning__info{
		  height: 330px;
	  }
	  .warning__title_red{
		font-size: 40px;
		line-height: 60px;
	  }
	  .warning__subtitle_big{
		font-size:20px;	 
		line-height: 30px;
	  }
	  
  }
  
  
  
  .doctors {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .doctors__title {
    font-size: 64px;
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    max-width: 972px;
    line-height: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
  
  .doctors__subtitle {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    max-width: 730px;
    margin: 0 auto 74px;
  }
  
  .doctors__list {
    max-width: 1141px;
    margin: auto;
  }
  
  .doctors__item {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: 367px;
    min-height:670px;
    background: #FAFBFD;
    border-radius: 60px;
    overflow: hidden;
  }
  
  .doctors__item--img {
    width: 100%;
    /* height: 296px; */
    overflow: hidden;
    border-radius: 60px;
    margin-bottom: 30px;
    background-color: #e8f0f6;
  }
  
  .doctors__item--img img {
    width: 100%;
    height: 100%;
  }
  
  .doctors__item--name {
    font-size: 24px;
    line-height: 130%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 30px;
	min-height:63px;
  }
  
  .doctors__item--experience {
    line-height: 150%;
    color: #000000;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  
  .doctors__item--speciality {
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 30px;
	min-height:76px;
  }
  
  .doctors__item--speciality img {
    margin-right: 10px;
    width: 13px!important;
    height: 16px;
  }
  
  .doctors__item--speciality span {
    font-size: 18px;
    line-height: 140%;
    color: #000000;
  }
  
  .doctors__item--button {
    padding: 0 30px;
    margin-bottom: 20px;
  }
  
  .doctors__item--btn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid #0BA0B5;
    border-radius: 14px;
    color: #0BA0B5;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  
  .doctors__item--btn:hover {
    background: #0BA0B5;
    color: #ffffff;
  }
  
  .doctors__item--more {
    padding: 0 30px 40px;
    display: flex;
    justify-content: center;
    
  }
  
  .doctors__item--more a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #0BA0B5;
    transition: all 0.3s ease;
  }
  
  .doctors__item--more a img {
    margin-left: 10px;
  }
  
  .doctors__item--more a:hover {
    opacity: 0.7;
  }
  
  .doctors__list .owl-prev {
    margin-left: -80px;
  }
  
  .doctors__list .owl-next {
    margin-right: -80px;
  }
  
  
  .tab-content {
    margin-top: 30px;
  }
  
  .tab-pane img {
    width: 100%;
    height: 526px;
    border-radius: 90px;
  }




  .clinics {
    padding-top: 80px;
    padding-bottom: 160px;
  }
  
  .clinics__title {
    font-size: 64px !important;
    font-family: 'Proxima Nova ExCn Rg' !important;
    font-weight: normal !important;
    max-width: 1074px !important;
    line-height: 90% !important;
    margin: 0 auto 30px !important;
    text-align: center !important;
  }
  
  .clinics__title span {
    color: #0BA0B5 !important;
  }
  
  .clinics__subtitle {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    max-width: 730px;
    margin: 0 auto 60px;
  }


  .nav-tabs__content{
    margin:50px 0 0 0;
  }

  /* .owl-prev::before, .owl-next::before {
    width: 30px;
    height: 30px;
    background-size: 100%;
  } */

  /* .owl-nav {
    top: auto;
    bottom: 0;
  } */


  .profile__title {
    font-size: 64px;
    font-family: 'Proxima Nova ExCn Rg';
    font-weight: normal;
    line-height: 90%;
    margin-top: 60px;
    margin-bottom: 20px;
  }


  @media (max-width: 1370px) {
    .news {
      justify-content: flex-start;
    }
    .services {
      flex-wrap: wrap;
      grid-row-gap: 30px;
    }
    .documents {
      justify-content: flex-start;
    }
    .history__row {
      width: 100%;
    }
    .doctor-card {
      flex-wrap: wrap;
    }
    [class*=__container] {
      padding: 0 20px;
    }

    .offer__container {
      flex-wrap: wrap;
    }
    .life2__container {
      flex-wrap: wrap-reverse;
    }
    .doctors__item {
      width: 100%;
    }
    .doctors.doc .doctors__list {
      justify-content: flex-start;
    }
  }
  @media (max-width: 992px) {
    .appointment {
        order: 9;
      }    
    .offer {
      padding-top: 25px;
      padding-bottom: 40px;
    }
  
    .offer__container {
      flex-direction: column;
    }
  
    .offer__left {
      padding: 36px;
      border-radius: 60px;
      max-width: 100%;
      height: 437px;
      /* background-size: 100% 100%; */
      margin-bottom: 15px;
    }
  
    .offer__left:before {
      border-radius: 60px;
      border: 1px solid #ffffff;
      /* background-size: 100% 100%; */
    }
  
    .offer__title {
      font-size: 30px;
      margin-bottom: 0;
    }
  
    .offer__subtitle {
      font-size: 14px;
    }
  
    .btn {
      height: 53px;
      width: 198px;
      font-size: 18px;
    }
  
    .offer__button.btn {
      width: 198px;
    }
  
    .offer__right--block1 {
      padding: 40px;
      border-radius: 60px;
      width: 100%;
      height: 433px;
      max-height: 433px;
      background: url('../img/site/main/image-block-1-mobile.png') no-repeat right bottom;
      background-size: 90% 65%;
      background-color: #F1F4FA;
    }
  
    .block1__title {
      font-size: 20px;
      line-height: 130%;
      max-width: 168px;
      margin-bottom: 20px;
    }
  
    .block1__text {
      font-size: 14px;
      line-height: 21px;
      max-width: 260px;
    }
  
    .block2__list {
      display: flex;
      flex-direction: row;
      column-gap: 15px;
    }
  
    .block2__right {
      display: none;
    }
  
    .block2__item {
      max-width: 48%;
      padding: 20px 14px 20px 20px;
      border-radius: 30px;
      height: auto;
    }
  
    .block2__number {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 38px;
    }
  
    .block2__text {
      font-size: 12px;
      line-height: 18px;
    }
  
    .life {
      padding-top: 20px;
    }
  
    .life__title {
      width: 100%;
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px;
    }
  
    .life__subtitle {
      font-size: 14px;
      line-height: 21px;
    }
  
    .life__container {
      flex-direction: column;
    }
  
    .life__item {
      position: relative;
    }
  
    .life__item--left {
      order: 1;
      width: 100px;
      min-width: 120px;
      height: 120px;
      margin-right: 0;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  
    .life__item--left img {
      width: 350px;
      height: 350px;
    }
  
    .life__item--right {
      order: 0;
    }
  
    .life__list {
      margin-top: 40px;
      row-gap: 50px;
    }
  
    .life__item--title span {
      width: 30px;
      height: 30px;
      min-width: 30px;
      font-size: 20px;
      line-height: 22px;
      margin-right: 10px;
    }
  
    .life__item--text {
      font-size: 16px;
      line-height: 20px;
      max-width: 223px;
    }
  
    .life__item--heart {
      margin-left: 0;
    }
  
    .life__right {
      margin-top: 80px;
    }
  
    .life__right--img {
      width: auto;
      height: auto;
      right: -260px;
      top: -80px;
    }
  
    .life__right--img img {
      width: auto;
      height: 1006px;
      transform: scale(-1, 1) 
    }
  
    .problems {
      padding-top: 150px;
      padding-left: 0;
      row-gap: 30px;
    }
  
    .problems__item {
      padding: 14px 30px 14px 17px;
      font-size: 14px;
      line-height: 21px;
    }
    
    .problems__item span {
      width: 34px;
      height: 34px;
      margin-right: 15px;
    }
  
    .problems__item span:before {
      width: 12px;
      height: 12px;
    }
  
    .problems__item:nth-child(1) {
      margin-left: 10px;
    }
  
    .problems__item:nth-child(2) {
      margin-left: 20px;
    }
  
    .problems__item:nth-child(3) {
      margin-left: 30px;
    }
  
    .problems__item:nth-child(4) {
      margin-left: 40px;
    }
  
    .problems__item:nth-child(5) {
      margin-left: 30px;
    }
  
    .problems__item:nth-child(6) {
      margin-left: 20px;
    }
  
    .problems__item:nth-child(7) {
      margin-left: 10px;
    }
  
    .life2 {
      padding-bottom: 30px;
    }
  
    .life2__container {
      flex-direction: column;
    }
  
    .life2 .life__list {
      margin: 0;
      row-gap: 50px;
    }
  
    .life2 .life__item.life__item--heart {
      margin-left: 0;
    }
  
    .life2__left {
      order: 1;
    }
  
    .life2__right {
      order: 0;
      margin-top: 100px;
    }
  
    .life2__left--img {
      width: 120%;
      height: auto;
      margin-left: -25px;
      margin-right: -25px;
      margin-top: 100px;
    }
  
    .life__warning {
      position: relative;
      width: 100%;
    }
  
    .age__row {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px;
    }
  
    .age__row span {
      font-size: 60px;
      line-height: 54px;
    }
  
    .age__text {
      font-size: 14px;
      line-height: 21px;
      max-width: 125px;
    }
  
    .life2__left--age {
      top: 320px;
      left: 35px;
    }
  
    .life__warning {
      bottom: 0;
      right: 0;
      padding: 40px;
      border-radius: 60px;
      top: -30px;
    }
  
    .life__warning--title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px;
    }
  
    .life__warning--text {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 30px;
    }
  
    .life__warning--button.btn {
      width: 210px;
    }
  
    .plan {
      padding-top: 30px;
      padding-bottom: 50px;
    }
  
    .plan__title {
      display: none;
    }
  
    .plan__steps--item {
      width: 100%;
      position: relative;
      left: 0;
    }
  
    .plan__steps--item:nth-child(1) {
      left: 0;
      top: 0;
    }
  
    .plan__steps--item:nth-child(2) {
      left: 0;
      bottom: 0;
    }
  
    .plan__steps--item:nth-child(3) {
      top: 0;
      left: 0;
    }
  
    .plan__steps--item:nth-child(4) {
      bottom: 0;
      right: 0;
    }
  
    .step {
      padding: 16px 18px;
      width: 100%;
    }
  
    .step__left {
      width: 36px;
      min-width: 36px;
      height: 36px;
    }
  
    .step__left:before {
      width: 13px;
      height: 13px; 
    }
  
    .step__right {
      font-size: 16px;
      line-height: 20px;  
    }
  
    .plan__steps {
      height: auto;
    }
  
    .plan__steps--item ul {
      padding-left: 33px;
    }
  
    .plan__steps--item ul li {
      font-size: 14px;
      line-height: 21px;
    }
  
    .plan__steps--list {
      display: flex;
      flex-direction: column;
      row-gap: 50px;
    }
  
    .plan__steps--img {
      max-width: 1219px;
      height: 677px;
      transform: rotate(90deg);
      top: -300px;
    }
  
    .positive {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .positive__top {
      flex-direction: column;
      margin-bottom: 50px;
    }
  
    .positive__title {
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px;
    }
  
    .positive__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 30px;
    }
  
    .positive__top--img {
      width: 80px;
      height: 80px;
      margin-right: 30px;
    }
  
    .positive__top--img>img {
      width: 80px;
      height: 80px;
    }
  
    .positive__top--img .icon {
      width: 16px;
      height: 16px;
      left: 7px;
    }
  
    .positive__top--img .icon img {
      width: 100%;
      height: 100%;
    }
  
    .positive__top--info span {
      font-size: 16px;
      line-height: 20px;
    }
  
    .positive__top--text {
      font-size: 14px;
      line-height: 21px;
    }
  
    .positive__slider--item {
      border-radius: 30px;
      height: 200px;
    }
  
  
    .request {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .request__info {
      border-radius: 60px;
      padding: 39px;
      height: 709px;
      background-position: left -60px bottom -50px;
      background-size: 120%;
    }
  
    .request__title {
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px;
      font-weight: 400;
    }
  
    .request__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 20px;
    }
  
    .request__list {
      flex-direction: column;
      row-gap: 20px;
      margin-bottom: 30px;
    }
  
    .request__item--top span {
      font-size: 16px;
      line-height: 20px;
    }
  
    .request__item--text {
      font-size: 14px;
      line-height: 21px;
    }
  
    .six-steps {
      padding-top: 50px;
      padding-bottom: 15px;
    }
  
    .six-steps__top {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 40px;
    }
  
    .six-steps__title {
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px;
    }
  
    .six-steps__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 20px;
    }
  
    .info__row {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px;
    }
  
    .info__row span {
      font-size: 60px;
      line-height: 54px;
    }
  
    .info__text {
      font-size: 14px;
      line-height: 21px;
    }
  
    .info__text img {
      margin-left: 0;
      margin-right: 20px;
    }
  
    .six-steps__top--right {
      margin-right: 0;
    }
  
    .six-steps__item {
      padding: 40px;
      height: 410px;
    }
  
    .six-steps__item--title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 20px;
    }
  
    .six-steps__item--text {
      font-size: 14px;
      line-height: 21px;
    }
  
    .six-steps__item:nth-child(1) {
      background-size: 205px 160px;
    }
  
    .six-steps__item:nth-child(1):before {
      font-size: 200px;
      left: -54px;
      bottom: -60px;
    }
  
    .six-steps__item:nth-child(2) {
      background-size: 205px 160px;
    }
  
    .six-steps__item:nth-child(2):before {
      font-size: 200px;
      left: -54px;
      bottom: -40px;
    }
  
    .six-steps__item:nth-child(3):before {
      font-size: 200px;
      left: -54px;
      bottom: -60px;
    }
  
    .six-steps__item:nth-child(3) {
      background-size: 205px 160px;
    }
  
    .six-steps__item:nth-child(4):before {
      font-size: 200px;
      left: -54px;
      bottom: -60px;
    }
  
    .six-steps__item:nth-child(4) {
      background-size: 205px 160px;
    }
  
    .six-steps__item:nth-child(5):before {
      font-size: 200px;
      left: -54px;
      bottom: -60px;
    }
  
    .six-steps__item:nth-child(5) {
      background-size: 205px 160px;
    }
  
    .six-steps__item:nth-child(6):before {
      font-size: 200px;
      left: -54px;
      bottom: -60px;
    }
  

  
    .doctors {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .doctors__title {
      font-size: 27px;
      line-height: 24px;
      margin-bottom: 20px;
    }
  
    .doctors__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 40px;
    }
  
    .doctors__item {
      width: 100%;
    }
  
    .doctors__item--img {
      height: auto;
    }
  
    .doctors__item--name {
      font-size: 20px;
      line-height: 26px;
      padding: 0 40px;
      margin-bottom: 20px;
	  min-height:auto;
    }
  
    .doctors__item--experience {
      font-size: 14px;
      line-height: 21px;
      padding: 0 40px;
      margin-bottom: 30px;
    }
  
    .doctors__item--speciality {
      padding: 0 40px;
      margin-bottom: 30px;
	  min-height:auto;
    }
  
    .doctors__item--speciality span {
      font-size: 16px;
      line-height: 24px;
    }
  
    .doctors__item--btn {
      height: 76px;
      font-size: 14px;
      line-height: 21px;
    }
  
    .doctors__item--button {
      margin-bottom: 20px;
    }
  
    .doctors__item--more {
      margin-bottom: 30px;
    }
  
    .doctors__item--more a {
      font-size: 14px;
      line-height: 16px;
      font-weight: 600;
    }
  
    .clinics {
      padding-top: 50px;
      padding-bottom: 64px;
    }
  
    .clinics__container {
      padding: 0;
    }
  
    .clinics__title {
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px;
      padding: 0 20px;
    }
  
    .clinics__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 40px;
      padding: 0 20px;
    }
  
    .nav-tabs {
      column-gap: 10px;
      row-gap: 10px;
      flex-wrap: nowrap;
      width: max-content;
    }
  
    .nav-tabs .nav-link {
      font-size: 14px;
      line-height: 16px;
    }
  
    .tab-pane img {
      height: 400px;
      border-radius: 60px;
    }
  
    .tab-pane img {
      object-fit: cover;
    }
  
    .nav-tabs__content {
      overflow: scroll;
      padding: 0 20px;
    }
  
    .nav-tabs__content::-webkit-scrollbar {
      display: none;
    }
  
    .tab-content {
      padding: 0 20px;
    }
  

  
    .header__phone--text {
      font-size: 14px;
      line-height: 16px;
    }
  
    .header__time, .header__phone, .header__point {
      position: relative;
      padding-top: 20px;
    }
  
    .header__point>span, .header__time>span, .header__phone>span {
      padding-left: 0;
    }
  
    .header__point--current img, .header__time--all img, .header__phone--info img {
      position: absolute;
      top: 0;
      left: 0;
    }
  
    .dropdown>img {
      position: relative;
      left: auto;
      top: auto;
    }
  
    .footer__phone {
      display: none;
    }
  
    .tab-pane .header__point--current img, .tab-pane .header__time--all img, .tab-pane .header__phone--info img {
      object-fit: none;
      width: auto;
      height: auto;
      border-radius: 0;
    }
  
    .doctors.doc {
      padding-top: 30px;
      padding-bottom: 40px;
    }
  
    .doctors__search {
      padding: 20px;
      margin-bottom: 20px;
    }
  
    .doctors__search input {
      font-size: 14px;
    }
  
    .doctors.doc .doctors__title {
      margin-bottom: 30px;
      text-align: center;
    }
  
    .doctors.doc .doctors__list {
      row-gap: 15px;
    }
  
    .doctors.doc .doctors__item {
      width: 100%;
      position: relative;
      border-radius: 30px;
    }
  
    .doctors.doc .doctors__item--img {
      width: 60px;
      height: 60px;
      border-radius: 10px;
      position: absolute;
      top: 20px;
      left: 20px;
      margin-bottom: 0;
    }
  
    .doctors.doc .doctors__item--name {
      padding-top: 17px;
      padding-left: 90px;
      padding-right: 20px;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0px;
    }
  
    .doctors.doc .doctors__item--experience {
      padding-left: 90px;
      padding-right: 20px;
      margin-bottom: 0px;
      font-size: 14px;
      line-height: 21px;
    }
  
    .doctors.doc .doctors__item--speciality {
      padding-left: 90px;
      padding-right: 20px;
      margin-bottom: 25px;
    }
  
    .doctors.doc .doctors__item--speciality span {
      font-size: 14px;
      line-height: 21px;
    }
  
    .doctors.doc .doctors__item--speciality img {
      width: 9px!important;
      height: 11px;
      margin-right: 6px;
    }
  
    .doctors.doc .doctors__item--actions {
      padding-top: 20px;
      border-top: 1px solid #ebebeb;
      padding-left: 0;
      padding-right: 0;
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 20px;
    }
  
    .doctors.doc .doctors__item--more {
      margin-bottom: 0;
    }
  
    .doctors.doc .doctors__item--more a {
      font-size: 12px;
      line-height: 14px;
    }
  
    .doctors.doc .doctors__item--more a img {
      margin-left: 5px;
    }
  
    .doctors.doc .doctors__item--actions .doctors__item--btn svg {
      display: none;
    }
  
    .doctors.doc .doctors__item--actions .doctors__item--btn {
      font-size: 12px;
      line-height: 14px;
      padding: 16px 30px;
      border-radius: 10px;
    }
  
    .doctors__upload {
      margin-top: 30px;
    }
  
    .appointment {
      padding-top: 40px;
      padding-bottom: 100px;
    }
  
    .appointment__title {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 30px;
    }
  
    .appointment__row {
      flex-direction: column;
      row-gap: 15px;
    }
  
    .appointment__input {
      width: 300px;
      margin: auto;
    }
  
    .appointment__input input {
      width: 100%;
      height: 60px;
      font-size: 14px;
      line-height: 16px;
      padding: 25px;
    }
  
    .appointment__button button {
      height: 60px;
      padding: 25px;
      font-size: 14px;
      line-height: 16px;
      width: 300px;
    }
  
    .appointment__approval {
      font-size: 14px;
      line-height: 21px;
      text-align: center;
    }
  
    .breadcrumbs__list {
      flex-wrap: wrap;
      row-gap: 8px;
    }
  
    .doctor-card__price--mob {
      display: block;
      padding: 20px;
      border-radius: 30px;
    }
  
    .doctor-card__right {
      display: none;
    }
  
    .doctor-card__info {
      position: relative;
      margin-bottom: 30px;
    }
  
    .doctor-card__img {
      width: 80px;
      min-width: 80px;
      height: 80px;
      border-radius: 10px;
      position: absolute;
      left: 0;
      top: 0;
    }
  
    .doctor-card__img img {
      height: 100%;
    }
  
    .doctor-card__info--right {
      display: flex;
      flex-direction: column;
    }
  
    .doctor-card__info--name {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0;
      padding: 0;
      order: 1;
    }
  
    .doctor-card__info--name br {
      display: none;
    }
  
    .doctor-card__info--speciality {
      padding: 0;
      margin-bottom: 0;
      order: 2;
    }
  
    .doctor-card__info--speciality span {
      font-size: 14px;
      line-height: 21px;
    }
  
    .doctor-card__info--speciality img {
      margin-right: 5px;
      width: 9px!important;
      height: 11px;
    }
  
    .doctor-card__info--experience {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 19px;
      padding: 16px 20px;
      border-radius: 14px;
      margin-left: 95px;
      max-width: 215px;
    }
  
    .doctor-card__info--experience span {
      font-size: 30px;
      line-height: 27px;
      margin-top: 0;
    }
  
    .doctor-card__price--top {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px;
    }
  
    .doctor-card__price--top span {
      font-size: 12px;
      line-height: 16px;
    }
  
    .doctor-card__price--info {
      font-size: 14px;
      line-height: 21px;
    }
  
    .price__info {
      font-size: 11px;
      line-height: 16px;
    }
  
    .doctor-card__left .appointment__input input {
      width: 300px;
    }
  
    .doctor-card__left .appointment__button {
      display: flex;
      justify-content: center;
    }
  
    .doctor-card__left .appointment form {
      display: flex;
      flex-direction: column;
    }
  
    .doctor-card__left .appointment form .appointment__row {
      order: 0;
    }
  
    .doctor-card__left .appointment form .appointment__approval {
      order: 2;
    }
  
    .doctor-card__left .appointment form .appointment__button {
      order: 1;
      margin-top: 15px;
    }
  
    .doctor-card__about {
      row-gap: 30px;
    }
  
    .doctor-card__about--title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 10px;
    }
  
    .doctor-card__about--text {
      font-size: 14px;
      line-height: 21px;
    }
  
    .doctor-card__about--text ul li {
      font-size: 14px;
      line-height: 21px;
    }
  
    .doctors.doc .doctors__subtitle {
      text-align: center;
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 40px;
    }
  
    .login {
      padding-top: 80px;
      padding-bottom: 100px;
    }
  
    .login__form {
      row-gap: 15px;
      width: 100%;
    }
  
    .login__title {
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 15px;
    }
  
    .login__form input {
      padding: 25px;
      font-size: 14px;
      line-height: 21px;
      height: 60px;
      border-radius: 14px;
    }
  
    .login__form button {
      height: 60px;
      margin-top: 0;
      border-radius: 14px;
      padding: 25px;
      font-size: 14px;
      line-height: 21px;
    }
  
    .login__links a {
      font-size: 14px;
      line-height: 21px;
    }
  
    .login__subtitle {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 30px;
    }
  
    .login__approval {
      order: 2;
      font-size: 14px;
      line-height: 21px;
    }
  
    .profile__title {
      font-size: 30px;
      line-height: 27px;
      text-align: center;
      margin: 30px 0;
    }
  
    .account__list {
      flex-direction: column;
      row-gap: 20px;
      padding-bottom: 100px;
    }
  
    .account__list a {
      height: 77px;
      font-size: 16px;
      line-height: 18px;
      max-width: 300px;
    }
  
    .profile__name {
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 30px;
      margin-top: -10px;
    }
  
    .profile__form {
      padding-bottom: 100px;
    }
  
    .profile__form--list {
      row-gap: 15px;
    }
  
    .profile__input input {
      padding: 25px;
      font-size: 14px;
      line-height: 16px;
      height: 60px;
    }
  
    .profile__input button {
      right: 25px;
    }
  
    .profile__input button img {
      width: 12px;
      height: 12px;
    }
  
    .profile__form--btn {
      margin-top: 15px;
      width: 100%;
      height: 60px;
      font-size: 14px;
      line-height: 16px;
    }
  
    .history {
      padding-bottom: 100px;
    }
  
    .history__top {
      display: none;
    }
  
    .history__row {
      position: relative;
      padding: 20px;
    }
  
    .history__top--tr {
      padding: 0;
      font-size: 14px;
      line-height: 20px;
    }
  
    .history__top--tr:nth-child(1) {
      position: absolute;
      left: 20px;
      top: 20px;
    }
  
    .history__top--tr:nth-child(2) {
      width: 100%;
      margin-top: 30px;
    }
  
    .history__top--tr:nth-child(3) {
      width: auto;
      position: absolute;
      right: 20px;
      top: 20px;
    }
  

  
    .about {
      margin-top: 30px;
      padding-bottom: 100px;
    }
  
    .about__title {
      width: 100%;
      font-size: 30px;
      line-height: 27px;
      margin-bottom: 20px;
      text-align: center;
    }
  
    .about__subtitle {
      font-size: 14px;
      line-height: 150%;
      margin-bottom: 50px;
    }
  
    .about__item {
      row-gap: 50px;
    }
  
    .about__item--title {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .about__item ul li {
      font-size: 14px;
      line-height: 150%;
    }
  
    .plan .history__top--tr:nth-child(1) {
      width: 100%;
      padding-left: 5px;
      padding-right: 20px;
      position: relative;
      top: auto;
      left: auto;
    }
  
    .plan .history__top--td {
      font-size: 14px;
      line-height: 20px;
    }
  
    .plan .history__top--td.name {
      width: 100%;
      padding-left: 0px;
      padding-right: 20px;
      text-align: right;
    }
  
    .plan .history__top--tr:nth-child(2) {
      width: 30%;
      margin-top: 10px;
    }
  
    .plan .history__top--tr:nth-child(3) {
      width: 60%;
      margin-top: 0px;
      margin-left: auto;
    }
  
    .plan .history__row {
      width: 100%;
      padding-right: 20px;
      flex-wrap: wrap;
    }
  
    .plan .history__top--tr:nth-child(3) {
      position: relative;
      right: auto;
      top: auto;
    }
  
    .plan .accordion-body .history__row {
      padding-left: 20px;
    }
  
    .plan .accordion-button::after {
      left: 10px;
      top: 25px;
    }
  
    .plan .accordion-body .history__row:last-child {
      padding-bottom: 20px;
    }
  
    .plan .history__top--td.price {
      margin-top: -20px;
    }
  
    .plan .history__top--td.doctor {
      text-align: right;
      padding-right: 20px;
    }
  
    .plan__total {
      font-size: 16px;
      padding-left: 20px;
    }
  
    .documents {
      flex-direction: column;
      row-gap: 15px;
      padding-bottom: 100px;
    }
  
    .documents__select {
      margin-bottom: 20px;
    }
  
    .documents__item {
      padding: 20px;
      border-radius: 30px;
    }
  
    .documents__item--title {
      font-size: 16px;
      line-height: 130%;
      margin-bottom: 20px;
    }
  
    .services {
      padding-bottom: 100px;
      flex-direction: column;
      row-gap: 15px;
    }
  
    .services__item {
      flex-direction: column;
      row-gap: 30px;
      border-radius: 40px;
      padding-right: 0;
    }
  
    .services__item--img {
      width: 100%;
      min-width: 100%;
      border-radius: 40px;
    }
  
    .services__item--info {
      padding: 0 20px 20px 20px;
    }
  
    .services__item--title {
      font-size: 20px;
      font-weight: bold;
      line-height: 130%;
      margin-bottom: 20px;
      margin-top: 0;
    }
  
    .services__item--text {
      font-size: 14px;
      line-height: 150%;
      margin-bottom: 30px;
    }
  
    .services__item--button {
      width: 100%;
      height: 60px;
    }
  
    .news {
      row-gap: 15px;
      padding-bottom: 100px;
    }
  
    .news__title {
      margin-bottom: 20px;
    }
  
    .news__subtitle {
      font-size: 16px;
      line-height: 150%;
      margin-bottom: 30px;
      text-align: center;
    }
  
    .news__item--info {
      padding: 0 20px 20px 20px;
      height: auto;
      max-height: max-content;
    }
  
    .news__item--title {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .news__item--date {
      margin-bottom: 30px;
    }
  
    .news__item--button {
      width: 100%;
      max-width: 100%;
      border-radius: 14px;
    }
  
    .main__news .news__title {
      text-align: left;
    }
  
    .main__news .news__subtitle {
      text-align: left;
    }
  
    .news-card {
      margin-top: 30px;
    }
  
    .news-card--img {
      height: 155px;
      border-radius: 40px;
      margin-bottom: 30px;
    }
  
    .news-card__label {
      font-size: 20px;
      margin-bottom: 20px;
    }
  
    .news-card__text p {
      font-size: 16px;
    }
  
    .news-card__text ul li {
      font-size: 16px;
    }
  
    .main__news .appointment {
      padding-bottom: 80px;
    }
  
    .news-more__title {
      font-size: 20px;
      line-height: 130%;
      padding-left: 22px;
      margin-bottom: 30px;
    }
  
    .news__item--img {
      border-radius: 40px;
    }
  
    .menu__info {
      width: 100%;
      padding: 18px 40px 40px 40px;
      border-radius: 0;
    }
  
    .menu__info--logo img {
      width: 140px;
    }
  
    .menu__info--close img {
      width: 21px;
      height: 21px;
    }
  
    .menu__info--list {
      margin-top: 30px;
    }
  
    .menu__info--item {
      font-size: 16px;
      line-height: 150%;
    }
  
    .menu__info--item.active {
      padding-left: 23px;
    }
  
    .menu__info--item.active::before {
      width: 18px;
      top: 10px;
    }
  
    .menu__info .header__auth {
      margin: 40px 0 40px 0;
    }
  
    .menu__info .header__auth img {
      width: 18px;
      height: 19px;
    }
  
    .menu__info .header__auth a {
      font-size: 16px;
    }
  
    .menu__contacts {
      max-width: 100%;
    }
  
    .menu__contacts .header__phone {
      display: block;
    }
  
    .btn {
      width: 100%;
    }
  
    .life__item:nth-child(3) .life__item--title span {
      padding-bottom: 5px;
    }
  
    .life2__right .life__item:nth-child(1) .life__item--title span {
      padding-bottom: 5px;
    }
  
    .life2__right .life__item:nth-child(2) .life__item--title span {
      padding-bottom: 5px;
    }
  
    .life2__right .life__item:nth-child(3) .life__item--title span {
      padding-bottom: 0px;
    }
  
    .plan__steps--item ul {
      padding-left: 48px;
    }
  
    .positive__slider .owl-dots {
      display: none;
    }
  
    .positive__slider .owl-nav {
      bottom: -40px;
    }
  
    .positive__slider--mob {
      display: block;
    }
  
    .positive__slider--mob .positive__slider--item {
      height: auto;
      display: flex;
      flex-direction: column;
      row-gap: 15px;
    }
  
    .positive__slider--mob .positive__slider--item img {
      border-radius: 30px;
      overflow: hidden;
    }
    
    .positive__slider--desk {
      display: none;
    }
  
    .main-main {
      display: flex;
      flex-direction: column;
    }
  
    .offer {
      order: 0;
    }
  
    .life {
      order: 1;
    }
  
    .life2 {
      order: 2;
    }
  
    .plan {
      order: 3;
    }
  
    .request {
      order: 4;
    }
  
    .positive {
      order: 5;
    }
  
    .six-steps {
      order: 10;
    }
  
    .warning {
      
    }
  
    .doctors {
      order: 8;
    }
  
    .clinics {
      order: 9;
    }
  
    .doctor-card__left {
      max-width: 100%;
    }
    
  }
  @media (max-width: 478px) {
    .offer__left {
      background-size:100% 100%;
    }
    .offer__left:before{
      background-size:100% 100%;
    }    
  }

  @media (max-width: 340px) {
    .appointment__input {
      width: 100%;
    }
  
    .appointment__button button {
      width: 100%;
    }
  
    .appointment__button {
      width: 100%;
    }
  

  
    .offer__title {
      font-size: 24px;
    }
  
    .offer__subtitle {
      font-size: 12px;
    }
  
    .offer__left {
      padding: 34px;
      height: 420px;
    }
  
    .block1__title {
      margin-bottom: 15px;
    }
  
    .block1__text {
      font-size: 12px;
      line-height: 18px;
    }
  
    .offer__right--block1 {
      height: 400px;
      background-size: 90% 75%;
    }
  
    .life__item--left {
      margin-right: -20px;
    }
  
    .life__item--text {
      max-width: 200px;
    }
  
    .life2__left--age {
      top: 290px;
      left: 20px;
    }
  
    .age__text {
      font-size: 12px;
      line-height: 18px;
      max-width: 100px;
    }
  
    .life__warning {
      padding: 34px;
    }
  
    .life__warning--title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 15px;
    }
  
    .life__warning--text {
      font-size: 12px;
      line-height: 18px;
    }
  
    .life__warning--button.btn {
      width: 180px;
    }
  
    .plan__steps--item {
      padding: 20px;
    }
  
    .step__right {
      font-size: 14px;
      line-height: 18px;
    }
  
    .request__info {
      padding: 32px;
    }
  
    .request__title {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 15px;
    }
  
    .request__subtitle {
      font-size: 12px;
      line-height: 18px;
    }
  
    .request__list {
      row-gap: 15px;
      margin-bottom: 20px;
    }
  
    .request__item--top span {
      font-size: 14px;
      line-height: 18px;
    }
  
    .request__item--text {
      font-size: 12px;
      line-height: 18px;
    }
  
    .request__button .btn {
      font-size: 11px;
    }
  
    .request__info {
      height: 620px;
    }
  
    .six-steps__item {
      padding: 30px;
      height: 310px;
    }
  
    .six-steps__item--title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 15px;
    }
  
    .six-steps__item--text {
      font-size: 12px;
      line-height: 18px;
    }
  
    .six-steps__item:nth-child(1) {
      background-size: 135px 110px;
    }
  
    .six-steps__item:nth-child(1):before {
      font-size: 170px;
    }
  
    .six-steps__item:nth-child(2) {
      background-size: 135px 100px;
      height: 350px;
    }
  
    .six-steps__item:nth-child(2):before {
      font-size: 150px;
      left: -24px;
    }
  
    .six-steps__item:nth-child(3) {
      background-size: 135px 100px;
      height: 350px;
    }
  
    .six-steps__item:nth-child(3):before {
      font-size: 170px;
      left: -24px;
    }
  
    .six-steps__item:nth-child(4) {
      background-size: 135px 100px;
      height: 320px;
    }
  
    .six-steps__item:nth-child(4):before {
      font-size: 170px;
      left: -24px;
    }
  
    .six-steps__item:nth-child(5) {
      background-size: 135px 110px;
      height: 320px;
    }
  
    .six-steps__item:nth-child(5):before {
      font-size: 170px;
      left: -24px;
    }
  
    .six-steps__item:nth-child(6) {
      height: 370px;
    }
  
    .six-steps__item:nth-child(6):before {
      font-size: 170px;
      left: -24px;
    }
  

  

  

  
    .dropdown span {
      font-size: 12px;
      line-height: 16px;
    }
  

  
    .doctors.doc .doctors__item--name {
      font-size: 13px;
    }
  
    .doctors.doc .doctors__item--experience {
      font-size: 12px;
    }
  
    .doctors.doc .doctors__item--actions .doctors__item--btn {
      font-size: 11px;
      padding: 15px 20px;
    }
  
    .doctors.doc .doctors__item--more a {
      font-size: 11px;
    }
  
    .doctors.doc .doctors__item--speciality {
      margin-bottom: 15px;
    }
  
    .doctors.doc .doctors__item--actions {
      padding-top: 15px;
    }
  
    .doctor-card__info--experience {
      height: 80px;
      max-width: 188px;
      font-size: 12px;
    }
  
    .doctor-card__info--experience span {
      font-size: 28px;
    }
  
    .doctor-card__left .appointment__input input {
      width: 100%;
    }
  
    .doctors.doc .doctors__item--actions .doctors__item--btn img {
      display: none;
    }
  
  }
  
    