

/* VARIABLES */

:root {
    --green: #00A788;
    --pink: #E54179;
    --darkPink: #a71848;
    --shadow:#700a2c;
    --white:#ffff;
    --bg:#F9F9F9;
  
}

 
/* VARIABLES  END*/
li{
    list-style: none;
 
}
img{
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
body { 
    font-family: 'IBMPlexSans-Regular' , sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
 }
 *, *::after, *::before{
     box-sizing: border-box;
 }
 p{
     font-size: 18px;
   
 }
 a{
     font-size: 16px;
     text-decoration: none;
 }
 .wrapper{
     overflow-x: hidden;
 }
@font-face {
    font-family: IBMPlexSans-Bold;
    src: url('../fonts/IBMPlexSans-Bold.ttf');

}
@font-face {
    font-family: IBMPlexSans-SemiBold;
    src: url('../fonts/IBMPlexSans-SemiBold.ttf');

}
@font-face {
    font-family: IBMPlexSans-Light;
    src: url('../fonts/IBMPlexSans-Light.ttf');
}
@font-face {
    font-family: IBMPlexSans-Regular;
    src: url('../fonts/IBMPlexSans-Regular.ttf');
}
@font-face {
    font-family: IBMPlexSans-Medium;
    src: url('../fonts/IBMPlexSans-Medium.ttf');
}


/* MODAL */


.show {
    display: block; }
  
  .hide {
    display: none; }
  .modal{
    background: #fff;
  }
  .modal , .modal-agreement {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /* background: #fff; */
 }
 .modal-agreement{
    background: rgba(0, 129, 103, 0.39);
 }
  
    .modal__content {
   
      position: relative;
      /* overflow-y: auto; */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
       
     }
     
     .modal__content h2{
        margin-top: -40px;
        font-weight: 600;
        font-size: 72px;
        line-height: 57px;
        text-align: center;
        color: #E54179;
        margin-bottom: 0px;
     }
     .modal__content p:first-child{
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height:1;
        text-align: center;
        color: #3C3838;
        margin-top: -30px;
        margin-bottom: 0px;
     }
     .modal__content p:last-child{
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 1;
        text-align: center;
        color: #00A786;
        margin: 0px;
     }
    .modal__close {
        
      position: absolute;
      width: 73px;
      height: 73px;
      padding: 8px 24px;
      border-radius: 50%;
      top: 47px;
      right: 47px;
      font-size: 40px;
      color: #fff;
      font-weight: 700;
      border: none;
      background-color: var(--green);
      cursor: pointer; 
    
    }
    .modal__close:hover{
        color: rgb(70, 66, 66);
    }
    .modal-container{
        background: #FFFFFF;
        max-width: 730px;
        height: 721px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 33px 20px 55px;
        
    }
    .modal-agreement-content{
        margin-top: 150px;
        padding-right: 45px;
        height: 500px;
        overflow-y: scroll;

    }
    .modal-title{
        font-style: normal;
        font-size: 48px;
        line-height: 62px;
        color: #00A788;
        margin: 0px 0px 10px;
    }
    .modal-text-bold{
        font-weight: bold!important;
        font-size: 21px!important;
        line-height: 32px!important;
        color: #141414!important;
    }
  .modal-text{
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #3C3838;
  }
  .modal-agreement-content::-webkit-scrollbar {
    width: 5px;
  }
   
  .modal-agreement-content::-webkit-scrollbar-track {
    background: transparent;
  }
   
  .modal-agreement-content::-webkit-scrollbar-thumb {
    background-color:  var(--green);

  }

  /* MODAL END */

.container{
    margin: 0px auto;
    padding: 0px 10px;
    max-width: 1200px;
}
.title{
    position: relative;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.157949px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    color: #3C3838;
    padding-left: 21px;
    margin: 0px;
}
.title__img{
    position: relative;
    width: 500px;
}
.title::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: var(--green);
    left: 0;
    top: 0;
}
.button{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 53px;
    background: var(--green);
    border: none;
    border-radius: 34px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    transition: 0.9s all ease;
}
.button:hover{
    background: var(--darkPink);
    box-shadow: 3px 2px 2px var(--shadow);
}
.text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #3C3838;
}

/* HEADER */

.header{
    margin: 30px 0px 20px;
    position: relative;
    height: 60px;
    
}
.header-admin{
    position: relative;
    height: auto;
    min-height: 60px;
    margin: 10px 0px;
}
.logo-link-mb{
    display: none;
}
.logo-admin-img{
    max-width: 50px;
}
.header-img{
    position: absolute;
    top: -35px;
    left: 0px;
    max-width: 120px;

}
.header__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.contact__link-mb{
    display: none;
}
.nav__list{
    display: flex;
    align-items: center;
}
.nav__link {
   position: relative;
    margin-right: 30px;
    font-size: 15px;
    line-height: 21px;
    color: #393A3A;
    transition: 0.9s all linear;
}

.nav__link::after{
    transition: 0.9s all linear;
 
}
.nav__link:hover::after{
    position: absolute;
    display: block;
    content: '';
     width: 100%;
     height: 1px;
     background-color: #393A3A;
     opacity: 0.9;
     bottom: -7px;
     right: 0;

}
.nav__link:hover{
    opacity: 0.9;
}
.hide {
    max-height: 0 !important;
    display: none;
}
.contact__link{
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: var(--green);
    opacity: 0.95;
    margin-right: 60px;
   margin-left: 40px;
}


.dropdown{
    margin-left: 20px;
	width: 60px;
    position: relative;
}
.menu{
    position: absolute;
}

.dropdown .dropdown-title{
	/* margin: .3em .3em .3em .3em;	 */
    
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown .dropdown-title .fa-angle-right{
	float: right;
	margin-right: .7em;
	transition: transform .3s;

    
}
.dropdown-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #E54179;
    opacity: 0.95;
}

.dropdown .menu{
	transition: max-height .5s ease-out;
	max-height: 20em;
	overflow: hidden;
}

.dropdown .menu .option{
	margin: .3em .3em .3em .3em;
	margin-top: 0.3em;

  font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #424242;
}

.dropdown .menu .option:hover{
	background: rgba(0,0,0,0.2);
}

.pointerCursor:hover{
	cursor: pointer;
}

.rotate-90{
	transform: rotate(-180deg);
}

/* HEADER END */
.inner{
    position: relative;
}
.inner__img-mb{
    display: none;
}
.inner__img{
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
}
.inner__block{
    padding-top: 50px;
    max-width: 540px;
    z-index: 2;
}
.inner__title{
    font-family: 'IBMPlexSans-Medium', sans-serif;
    color: var(--green);
    font-weight: 500;
    font-size: 64px;
    line-height: 83px;
    margin-bottom: 27px;
}
.text-dark{
    line-height: 23px;
    color: #424242;
}
.inner__button{
    margin-top: 50px;
}
.scroll__block{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 48px;
    background: var(--green);
    margin-top: 100px;
}
.scroll-img{
    /* animation: scroll 3s ease-in-out;
    animation-duration: 4s; */
    animation: scroll 1.5s linear infinite;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(0%); 
      }
      60% {
        opacity: 0.9;
        transform: translateY(20%); 
      } 
      100% {
        opacity: 1;
        transform: translateY(21%); 
      } 
     
 }
.about{
    margin: 90px 0px 0px 0px;
    position: relative;
}
.about__blocks{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    column-gap: 85px;
    align-items: center;
}
.about__title{
    font-family: 'IBMPlexSans-Medium',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    color: var(--green);
    margin-bottom: 54px;
}
.about-img{
    position: absolute;
    right: 0;
}
.pdf__link{
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
    color: #3C3838;
}
/* TABS */
.accordion {
    display: none;
}
.rules{
    margin-top: 140px;
    position: relative;
}
.rules-bg{
    margin-top: 120px;
    background: #FFFFFF;
    box-shadow: 0px 12px 35px 4px rgba(171, 8, 96, 0.05);
    position: absolute;
    width: 45%;
    height: 90%;
    z-index: -1;
}
.rules__title{
    margin-bottom: 139px;
}
.rules__blocks{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;

}

.rules__items{
  max-width: 400px;

}
.tab__text{
    max-width: 576px;
    height: 400px;
    overflow-y: scroll;
}
.rules__item{
    display: flex;
    cursor: pointer;
  
}

.tabs__item {
    display: none;
}

.tabs__item.active {
    display: block;
}

.tabs__nav-btn{
    font-family: IBMPlexSans-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #3C3838;
    padding-left: 29px;
}
.rul__nav-btn.active{
    background: var(--green)!important;
}

.tabs__nav-btn.active {
    background: var(--pink);
    padding: 0px 14px 0px 29px;
    border-radius: 100px;
    color: #fff;
 
}

/* TABS END */
.drugstore{
    position: relative;
    margin-top: 60px;
    background: #E4F4F8;
    padding: 86px 0px 82px;
}
.drugstore-img{
    position: absolute;
    right: 0;
  
    
}
.rule-img{
    position: absolute;
    right: 0;
    top: -80px;
}
.title-img{
    position: absolute;
    bottom: -20px;
    right: 30%;
    padding-left: 50px;
}

.drugstore__blocks{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
    column-gap: 30px;
}
.question__items{
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    /* column-gap: 30px; */
    justify-items: flex-end;
}
.question__item{
    margin-top: -100px;
}
.question{
    margin: 100px 0px 140px;
}

.swiper {
    width: 100%;
    height: 100%;
  }

    
  .swiper-slide {
    display: flex;
    flex-direction: column;
    /* height: 800px;
    overflow-y: auto; */
  }
  .swiper__title{
    display: flex;
    align-items: center;
      height: 135px;
    padding: 28px 35px 28px 25px ;
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: var(--green);
    box-shadow: 0px 12px 35px 4px rgba(0, 0, 0, 0.05);
    width: 480px;
    margin: 0px auto;
  }
  .swiper__text{
    background: #FFFFFF;
    box-shadow: 0px 12px 35px 4px rgba(171, 8, 96, 0.05);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #3C3838;
    margin: 0px;
    padding: 30px 21px 15px 22px ;
     width: 480px; 
    margin: 0px auto;

    height: 250px;
    overflow-y: auto; 
  }
  .swiper__text::-webkit-scrollbar , .tab__text::-webkit-scrollbar , .accordion-body::-webkit-scrollbar{
    width: 5px;
  }
   
  .swiper__text::-webkit-scrollbar-track , .tab__text::-webkit-scrollbar-track , .accordion-body::-webkit-scrollbar-track {
    background: transparent;
  }
   
  .swiper__text::-webkit-scrollbar-thumb , .tab__text::-webkit-scrollbar-thumb , .accordion-body::-webkit-scrollbar-thumb {
    background-color:  var(--green);
    /* outline: 1px solid slategrey; */
  }
  .swiper-wrapper{
      position: relative;
  }
  .swiper-button-next,
  .swiper-button-prev{
      position: absolute;
    background: var(--green);
    width: 56px!important;
    height: 48px!important;
    color: transparent!important;
    transition: 0.5s all ease;
  }
  .swiper-button-next{
    right: 7px!important;
   
  }
  .swiper-button-prev{
    left: 7px!important;
  }
  .swiper-button-next img,
  .swiper-button-prev img{
    position: absolute;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover{
    background: #058870;
    box-shadow: 5px 5px 3px #e4f3f1;
  }
  
  
#map{
    max-width: 540px;
    width: 100%;
    height: 400px;
}
.map__content {
    display:flex;
    align-items: center;
    margin-bottom: 8px;
    outline: none;
}


.map__content img{
     margin-right: 9px;
}
.map-container{
    padding: 10px;
    outline: none;
    font-family: 'Roboto-Regular';
}
#firstHeading{
    font-family:' IBMPlexSans-Bold';
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    padding: 0px;
    margin: 0px;
    color: #3C3838;
}
.pharm-addr, .tel{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: #3C3838;
    outline: none;
    cursor: pointer;
}
.map-content:focus{
    /* box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2); */
}

/* SELECT2 */

  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--green)!important;
 
}
  
.drugstore__form-item {
    margin-bottom: 24px;
}

.select-style{
    width: 100%;
    max-width: auto!important;
    height: 53px!important;
    border: 1px solid #CDEAE4!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px!important;
    border: 1px solid #aaa!important;
    border-radius: 36px!important;
    margin: 5px 0px!important;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 10px!important;
}
.select2-container .select2-selection--single {
    height: 53px!important;
    border-radius: 34px!important;  
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--green) transparent transparent transparent!important;
    margin-left: -20px!important;

}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--green) transparent!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 44px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px!important;

}
.select2-container--default .select2-selection--single {
    border: 1px solid #CDEAE4!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #3C3838!important;
}
.drugstore__form-buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer{
    margin: 140px 0px;

}
.footer__blocks p{
    font-size: 13px;
    line-height: 125%;
    font-family: IBMPlexSans-Light;
}

.footer__blocks{
  
    flex-wrap: wrap;
    column-gap: 40px;
    display: flex;
    justify-content: space-between;
}
.footer__block:nth-child(1){
    max-width: 160px;
    margin-bottom: 35px;
}
.footer__block:nth-child(2){
    max-width: 400px;
    margin-bottom: 25px;
}
.footer__title{
    text-transform: uppercase;
    max-width: 400px;
    font-weight: bold;
    font-size: 14px;
    line-height: 125%;
    color: #3C3838;
    font-family: 'IBMPlexSans-Bold';
}
.footer-dec{
    text-decoration-line: underline;
}
.footer__block:nth-child(3){
   max-width: 460px;
}
.footer__link{
    font-size: 14px;
    line-height: 125%;
    color: #3C3838;
    font-family:' IBMPlexSans-Light';
    transition: 0.2s all linear;
}
.footer__link:hover{
    color: #222121;
}
/* REGISTRATION */

/* registration */



.optionone-span {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    transition: all 200ms ease;
}
.optionone-span.right {
    left: 50%;
    transition: all 200ms ease;
}
.optionone-label{
    padding: 8px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Roboto-Regular'!important;
    
}
/* form */
.error{
    color: red;
    margin: 10px 20px;
}
.form-control.error{
    box-shadow: 0  0 15px red; 
}
.error-age{
    color: white;
    margin: 10px 20px;
    display: none;
}
.form-control._error-input{
    box-shadow: 0  0 15px red; 
}

.registration{
    /* position: relative; */
    background: #FFFFFF;
    box-shadow: 0px 12px 35px 4px rgba(171, 8, 96, 0.05);
    padding: 78px 0px 94px ;
    margin-top: 87px;
    /* padding-top: 78px;
    padding-bottom: 96px; */
}
.reg__form{
    position: relative;
}
.reg__block{
    position: absolute;
    right: 0;
}
.registration-top{
    margin: 100px 0px 0px 0px ;
    position: relative;
}
.reg__title{
    font-family: 'Roboto-Bold';
    /* font-size: 36px; */
    line-height: 42px;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-bottom: 34px;
}
.reg__blocks{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    column-gap: 100px;
    align-items: flex-end;
}

.form-group{
    display: flex;
    flex-direction: column;
   
}
.form-group + .form-group{
    margin-top: 72px;
}
.form-group label , .file-desc{
    font-family: IBMPlexSans-Medium;
    padding-bottom: 37px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #3C3838;
}
.file-desc{
    max-width: 455px;
}
.form-control{
    max-width: 538px;
    width: 100%;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #DFDBDB;
    border-radius: 34px;
    padding-left:30px ;
    outline: none;
}
.form-control:focus{
    outline: 2px solid var(--green); 
}
.control:focus{
    border: 1px solid var(--green);
   
}
.form-control::placeholder{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #3C3838;
    font-family: 'Roboto-Regular';

}

input::placeholder{
    font-family: 'Roboto-Regular';
}

.download{
    display: flex;
    justify-content: space-between;
}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile-style + label {
    cursor: pointer;
    display: inline-block;
  
    font-size: 18px;

    color: #FFFFFF;
    background: #B71E7B;
    border-radius: 40px;
    max-width: 238px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all ease-in-out;
}

.conf{
    margin: 91px 0px 35px 0px;
}
.conf-bottom{
    margin-top: 80px;
}

.conf-text{
    font-size: 18px;
    line-height: 32px;
    color: #3C3838;
   
}
.conf-link{
    font-family: IBMPlexSans-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #3C3838;
    transition: 0.2s all ease;
}
.conf-link:hover{
    font-size: 18.5px;
    color: #292727;
   
}


.inputfile-style:focus + label {
	outline:none;

}
.inputfile-style:focus + label,
.inputfile-style + label:hover {
    background: #b81577;

}
.download-span{
    max-width: 200px!important;
    text-align: center!important;
    overflow: hidden!important;
    padding: 5px 10px!important;
}
.form-check-text {
    max-width: 764px;
    font-size: 18px;
    line-height: 32px;
    color: #3C3838;
    
}

input[type=checkbox],
input[type=radio] {
    opacity:0;
    float:left;
  }

  input[type=checkbox] + label{
    margin: 0 0 40px 20px;
    padding-left: 75px;
    padding-top: 10px;
    position: relative;
    cursor: pointer;
    float: left;
  }

  input[type=checkbox] + label ~ label{
    margin: 0 0 0 40px;
    
  }

  input[type=checkbox]+label::before{
    content: ' ';
    position: absolute;
    left: -35px;
    top: 15px;
    display: block;
    width: 73px;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #DFDBDB;
    border-radius: 34px;
  }
  

  input[type=checkbox]+label::after {
    content: ' ';
    position: absolute;
    left: -5px;
    top: 33px;
    width: 15px;
    height: 15px;
    display: block;
    z-index: 1;
    background: var(--green);
    border-radius: 50%;
    display: block;
    z-index: 1;

    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  input[type=checkbox]:checked + label::after{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .button-reg{
  
    margin-top: 60px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    background: var(--green);
    border-radius: 34px;
    width: 253px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: 0.2s all ease-in-out;
  }
  .button-reg:hover{
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
  }
  .app__accept{
    display: flex;
    flex-direction: column;
  }
  /* REGISTRATION END */


/* SELECT2 END */

@media screen and (max-width:1250px){
    .inner__img {
        width: 47%;
    }
    .contact__link {
        margin-right: 25px;
        margin-left: 10px;
    }
    .nav__link{
        margin-right: 15px;
    }
}
@media screen and (max-width:1090px){
    .swiper  {
        width: 115%;
    }
    .tab__text {
        max-width: 500px;
    }
    .rules__items {
        max-width: 350px;
    }
    .rules-bg{
       width: 38%; 
    }
}
@media screen and (max-width:950px){
    /* HEADER */
    .dropdown{
        left: 10%;
        position: fixed;
        top: 52px;
        z-index: 88;
    }
    .contact__link-mb{
        display: block;
       
    }
 
    .logo-link-mb{
        display: block;
        margin-top: 115px;
    }
    .nav__menu{
        position: fixed;
        right: 0;
        height: 100vh;
        overflow-y: scroll;
        top: 0;
        background: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        z-index: 99;
        transform: translateX(100%);
        transition: 0.5s all ease-in-out;

    }

    .header-active{
        transform: translateX(0);

    }
    .header-active::after{
        position: absolute;
        display: block;
        content: '';
        background: url('../img/mb-header-top.png') no-repeat;
        background-size: cover;
        height: 150px;
        width: 150px;
        top: 0;
        left: 0;
    }
    .header-active::before{
        position: absolute;
        display: block;
        content: '';
        background: url('../img/mb-header-bottom.png') no-repeat;
        background-size: cover;
        height: 150px;
        width: 150px;
        bottom: 0;
        right: 0;
    }
    .nav__list li{
        margin-bottom: 50px;
    }
    .nav__link{
        margin-right: 0px;
    }
    .nav__list{
        text-align: center;
        flex-direction: column;
        margin-top: 130px;
        padding: 0px;
    }
    .nav__list li{
        opacity: 0;
    }
    .nav__menu.nav__li a {
        font-weight: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        color: #393A3A;
        transition: 0.2s all ease;
        cursor: pointer;
    }
  
    .nav__menu a:hover{
        opacity: 0.9;
    }
 
    /* Header */
   
    .burger__menu{
        cursor: pointer;
        display: block;
        z-index: 99;
    }
    .burger__menu div{

        width: 34px;
        height: 2px;
        background: var(--green);
        margin: 6px;

        transition: .5s all ease-in-out;
    }
    .burger__menu.toggle{
        position: fixed;
        right: 10%;
    }

    .toggle .line1{
        transform: rotate(-45deg) translate(-5px, 6px);

    }
    .toggle .line2{
        opacity: 0;
    }
    .toggle .line3{
        transform: rotate(45deg) translate(-5px, -6px);
        
    }

    /* .logo-link-mb{
        display: block;
    } */

    @keyframes navLinkFade{
        from{
            opacity: 0;
            transform: translateX(50px);
        }
        to{
            opacity: 1;
            transform: translateX(0px);
        }
    }

        /* HEADER END */

    .question{
        
        margin: 90px 0px 120px;
        
    }    


    .inner__title{
        font-size: 48px;
        line-height: 60px;
    }
    .inner__block {
        padding-top: 20px;
        max-width: 449px;
    }
   
    .scroll__block {
     
        margin-top: 80px;
    }
    .question__items {
        display: flex;
        flex-direction: column-reverse;
    }
    .question__item{
        margin: -80px auto 80px ;
    }
    .swiper{
        width: 100%;
    }
   
    .swiper__title {
        width: 80%;
    }
    .swiper__text {
        width: 80%;
        font-size: 14px;
    }
    .rules__items {
        max-width: 310px;
    }
    .footer{
         margin: 70px 0px;
        
    }
}

@media screen and (max-width:850px){
    .text-dark{
        font-style: 14px;
    }
    .question__items {
        margin-top: 50px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .question__item{
        margin-bottom: 70px;
    }
    .drugstore__blocks {
        display: flex;
        flex-direction: column-reverse;
        grid-template-columns: 1fr;
        column-gap: 0px;
    }
    #map{
        max-width: 100%;
        margin-top: 70px;
    }
    .registration{
        box-shadow: none;
        padding: 0px;
        margin-top: 60px;
    } 
    input[type=checkbox]+label::after {
        left: 11px;
    
    }
    .reg__block{
        position: inherit;
        margin: 0px auto 50px;
    }
    input[type=checkbox]+label::before {
        content: ' ';
        position: absolute;
        left: -18px;
    }
    /* TABS */
    .rules-bg{
       display: none;
      
    }
    .rules__blocks{
        display: none;
    }
    .accordion {
        display: block;
        width: auto;
        background: #FFFFFF;
        box-shadow: 0px 12px 35px 4px rgba(171, 8, 96, 0.05);
        padding: 45px 40px 41px 32px;
      }
      .accordion__item + .accordion__item{
          margin-top:45px ;
      }
   
      
      .accordion-header {
        font-family: IBMPlexSans-SemiBold;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.04em;
        color: #3C3838;
        padding-left: 25px;
        transition: all .3s;
      }
      
   
      
      .accordion-header:hover {
       
    
      }
      
      .accordion-body {
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #3C3838;
        color: #353535;
        display: none;
        max-height: 300px;
        height: auto;
        overflow-y: scroll;
      }
      
      .accordion-body__contents {
       padding: 20px 32px 5px 32px;
      }
      
    
      .accordion__item.active .accordion-header {
        background: #00A886;
        border-radius: 46px;
        color: #FFFFFF;
        padding: 18px 25px;
      }
      
      .accordion__item .accordion__item .accordion-header {
        background: #f1f1f1;
        color: #353535;
      }
      
   
    
}
@media screen and (max-width:790px){
    .inner__img {
        position: inherit;
        width: auto;
    }
    .inner__block {
        /* padding-top: 20px; */
        width: auto;
    }
}
@media screen and (max-width:550px){
    .contact__link{
        font-size: 18px;
    }
    
   .inner__title, .about__title{
        font-size: 40px;
   }
   .title {
    font-size: 26px;
   }
   .text-dark, text{
    font-size: 12px;
   }
   .swiper__title {
        min-height: 80px;
        font-size: 18px;
        width:100%;  
       
        padding: 16px 20px 16px 15px;
    }
    .swiper__text{
     height: 300px; 
     width:100%;  
     padding: 16px 12px 28px 12px
    }
    .swiper-wrapper {
        height: 550px!important;
       
    }
    .swiper-button-next{
        top: 92%!important;
        right: 25%!important;
    }
    .swiper-button-prev  {
        top: 92%!important;
        left: 25%!important;
    }
   
    .drugstore__form-buttons{
        flex-direction: column;
    }
    .button__apply{
        margin-bottom: 24px;
    }
    .button{
        width: 100%;
    }
    .button-reg {
        width: 100%;
        height: 60px;
    }
    .form-group + .form-group {
        margin-top: 60px;
    }
    .footer{
        margin: 74px 0px 54px 0px;

    }
    .rules {
        margin-top: 80px;
    
    }
    .rule-img {
        position: inherit;
        right: 0;
        top: 0;
    }
    .rules__title {
        margin-bottom: 50px;
    }
    .accordion {
        margin-top: 26px;
    }
    .modal-title{
        font-size: 30px;
        line-height: 32px;
    }
    .modal-agreement-content {
        margin-top: 80px;
        padding-right: 20px;
        height: 500px;
        overflow-y: scroll;
    }
    .modal__close {
        width: 50px;
        height: 50px;
        padding: 1px 15px;
        top: 20px;
        right: 22px;
        font-size: 35px;
    }
    .modal-container {
        width: 90%;
        padding: 10px 13px 20px 23px;
    }

}

@media screen and (max-width:325px){
    .logo-link{
        max-width: 120px;   
    }
    .contact__link {
        font-size: 14px;
    }
    .nav__list {
        margin-top: 60px;
    }
    .nav__list li {
        margin-bottom: 40px;
    }
    .about__title{
        font-size: 35px;
        line-height: 1.3;
    }
    .title-img {
        position: absolute;
        bottom: -20px;
        right: 40%;
        padding-left: 50px;
    }
    .accordion {
      
        padding: 0px;
    }
}