

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.inner__title-span{
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateY(50px);
}
.fade{
    opacity: 1;
    transform: translateY(0px);
    color: #004F6E;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Roboto-Regular';

    /* overflow-x: hidden; */
}
button{
    outline: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *::after, *::before{
    box-sizing: border-box;
}
a{
    cursor: pointer;
    text-decoration: none;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.container{
    max-width: 1110px;
    padding: 0px 10px;
    margin: 0px auto;
}
body{
    overflow-x: hidden;

}
.absence-text{
    display: none;
    font-family: 'Roboto-Regular';
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
select{
    outline: none;
}
.upload{
    max-width: 25px;
    display: block;
}
@font-face {
    /* font-display: swap; */
    font-family: 'Roboto-Regular';
      src: url("../fonts/Roboto/Roboto-Regular.ttf");
      font-style: normal;
      font-weight: 400;
      /* src: local('bingo'),
         url("bingo.svg#bingo") format('svg'),
         url("bingo.otf") format('opentype'); */
  }
  @font-face {
    /* font-display: swap; */
    font-family: 'Roboto-Bold';
      src: url("../fonts/Roboto/Roboto-Bold.ttf");
      font-style: normal;
      font-weight: 700;

  }
  @font-face {
    /* font-display: swap; */
    font-family: 'Roboto-Medium';
      src: url("../fonts/Roboto/Roboto-Medium.ttf");
      font-style: normal;
      font-weight: 400;

  }

  @font-face {
    /* font-display: swap; */
    font-family: 'Roboto-Light';
      src: url("../fonts/Roboto/Roboto-Light.ttf");
      font-style: normal;
      font-weight: 200;

  }


.header{
    margin: 35px 0px;
    position: relative;
    height: 120px;

}
.header-admin{
    position: relative;
    height: auto;
    min-height: 60px;
    margin: 10px 0px;
}
.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;
}

.nav__list{
    display: flex;
}
.nav__link {
   position: relative;

    margin-right: 14px;
    font-size: 15px;
    letter-spacing: -0.9px;
    line-height: 19px;
    color: #393A3A;
    transition: 0.2s all ease;
}

.nav__link::after{
    transition: 0.2s all ease;

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

}
.nav__link:hover{
    opacity: 0.9;
}

.contacts{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.contact__link{
    margin-left: 5px;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    line-height: 21px;
    width: 160px;
    text-transform: uppercase;
    color: #004F6E;
    opacity: 0.95;
}
.adm__block{
    display: flex;
    flex-direction: column;
}
.contact__ringer{
    margin-right: 49px;
}

.adm__block p{
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: right;

    color: #004F6E;
}
.adm__block{
    margin-right: 24px;
}


.inner__items{
    display: grid;
    grid-template-columns: 48% auto;
    align-items: flex-end;
}
.inner__item-img{
    position: relative;
    right: 0px;
    bottom: -50px;
}
.inner__item-img img{
    max-width: 650px;
    margin: 0px auto;
}


.subtitle{
    font-size: calc(0.875rem + ((1vw - 3.75px) * 0.939));
    min-height: 0vw;
    line-height: 1.8;
    color: #8C9292;

    margin-bottom: 27px;
}
.main__title-size{
    font-size: calc(1.5rem + ((1vw - 3.75px) * 1.1268));
    min-height: 0vw;
}
.main__title{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #8C9292;
    margin-bottom: 27px;
}
.suptitle{
    line-height: 1.8;
    color: #8C9292;
    margin-bottom: 42px;
    font-size: calc(0.8125rem + ((1vw - 3.75px) * 0.4695));
    min-height: 0vw;
}
.add-more-btn{
    margin: 0 auto;
    cursor: pointer;

}

.button{

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 244px;
    height: 64px;
    background: #B71E7B;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
	overflow: hidden;
    transition: 0.9s all ease;

}
.button:before{
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top:  0%;
    left: 0%;
    background: #fff;

    transition: all .9s;
    z-index: -1;
    transform: rotateX(0deg);
}
.button:after{
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top:  0%;
    left: 0%;
    background: #fff;
    transition: all .9s;
    z-index: -1;
    transform: rotateY(0deg);

}
.button:hover{
    border: 2px solid #B71E7B;
    background: #fff;
    color: #004F6E;
    /* color: #212121; */
}
.button:hover:before{
    transform: rotateX(90deg);

    /* z-index: 1; */
    transition: all .9s;

}
.button:hover:after{
    transform: rotateY(90deg);
    /* z-index: 1; */
    transition: all .9s;
}
/* .button:hover{
    background: #b91a79;
    font-size: 18.5px;
} */
.button__inner{
    margin-bottom: 103px;

}
.about__program{
    background: linear-gradient(180deg, #7EC8D8 0%, rgba(126, 200, 216, 0.35) ) ;
    padding: 160px 0px 120px 0px;
    overflow-x: hidden;
}
.about__items{
    display: grid;
    align-items: center;
    column-gap: 45px;
    grid-template-columns: 1fr 1fr;

}

.about__title{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    /* font-size: 36px; */
    line-height: 1.8;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #004F6E;
    margin-bottom: 33px;
}
.about__text{
    font-size: 16px;
    line-height: 24px;
    color: #004F6E;
}
.about__text + .about__text{
    margin-top: 30px;
}
.information{
    position: relative;
    padding-top: 50px;
}

.title__inf{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    /* font-size: 42px; */
    line-height: 1.7;
    letter-spacing: 0.157949px;
    text-transform: uppercase;
    color: #004F6E;
    margin-bottom: 34px;
}
.information__items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}
.information__item{
    width: 50%;
}
.information__item-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 20px;
}
.information__item{
    padding-left: 20px;
}
.information__item-img{

}
.information__item-content{
    max-width: 540px;
}
.information__item-content + .information__item-content{
    margin-top: 22px;
}
.information__item-title{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    /* font-size: 24px; */
    font-size: calc(1.125rem + ((1vw - 3.75px) * 0.5634));
    min-height: 0vw;
    line-height: 52px;
    letter-spacing: 0.01em;
    color: #004F6E;
    margin-bottom: 21px;
}
.information__item-country{
    margin-top: 25px;
}
.information__item-text{
    font-family: 'Roboto-Medium';
    font-weight: 500;

    font-size: calc(0.8125rem + ((1vw - 3.75px) * 0.4695));
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #8C9292;

}
.button__inf{
    margin-top: 32px;
}
.information__items-rev{
    flex-direction: row-reverse;
}
.information__content{
    display: flex;
}
.information__block + .information__block{
    margin-top: 40px;
}
.information__item-text + .information__item-text{
    margin-top: 40px;
}

.information__block-text{
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: calc(0.8125rem + ((1vw - 3.75px) * 0.4695));
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #004F6E;
    padding-right: 15px;
}
.information__block-link{
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #B71E7B;
}
.inf-span{
    display: block;
}

.pharmacy{
    background: linear-gradient(248.66deg, #F0B5CE 0%, #8C6BAE 100%);
    padding: 92px 0px 115px 0px;

}

.pharmacy__title{
    font-family: 'Roboto-Bold';
    font-weight: bold;

    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 72px;
}
.pharmaccy__items{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.pharmaccy__map{
    width: 50%;
}

#map {
    height: 500px;
    max-width: 564px;

  }
  #firstHeading{
    font-family: 'Roboto-Bold';
    font-size: 15px;
    color: black;
    margin-bottom: 10px;
}
.pharm-addr{
    font-family: 'Roboto-Medium';
    font-size: 13px;
}
.gm-style-iw{
    padding: 30px 10px 20px!important;
}
.button-form{
    margin-top: 62px;
    width: 456px;
    height: 64px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s all ease;
}

/* select2 */

.drugstore__form-item + .drugstore__form-item{
    margin-top: 45px;
}


.select2{
    width: 443px!important;
    height: 64px!important;
}
.select2-search--dropdown .select2-search__field {
    padding: 9px!important;

}
.select2-search--dropdown {
    padding: 10px!important;
}
.program-style .select2-selection--single {
    border: none!important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 64px;
}
.select2-container--default .select2-selection--single {
    background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.48) -41.94%, rgba(255, 255, 255, 0.12) 57.51%)!important;
    border-radius:20px!important;
    height: 64px!important;
    border: 1px solid rgba(255, 255, 255, 0.48)!important;

}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    line-height: 64px!important;
    padding-left: 22px!important;;
    padding-right: 20px!important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 15px!important;
    top: 14px!important;
    right: 15px!important;
    width: 17px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{

    border-radius: 20px!important;
    outline: none !important;
}
.select2 > *:focus, .select2:focus .select2 > *, .select2 {
    outline-width: 0px !important;
    outline: none !important;
}
.select2-search--dropdown {
   padding-top: 10px!important;
}

.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent!important;
    border-width: 2px!important;
    width: 20px!important;
    height: 20px!important;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
.select2-selection__arrow b{
    margin-left: -33px!important;
    /* margin-top: -10px!important; */
    width: 20px!important;
    height: 20px!important;
    top: 35%!important;
    left: 111%!important;
    -webkit-transform: rotate( -135deg);
    -ms-transform: rotate( -135deg);
    transform: rotate( -135deg);
    border-width: 2px!important;

}
.select2-selection__arrow b{
    border-top: 1px solid #FFFFFF!important;

    border-left: 1px solid #FFFFFF!important;
}
 .select2-container--open .select2-selection__arrow b {

    border-top: 1px solid #FFFFFF!important;
    border-left: 1px solid #FFFFFF!important;


}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #B71E7B!important;
    color: white;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff!important;
    font-size: 16px!important;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #ffffff;
}

/* select2 end*/

.pharmacy__block{
    padding: 80px 0px 76px 0px;
    background: linear-gradient(180deg, rgba(126, 200, 216, 0.47) 0%, rgba(220, 121, 175, 0.47) 100%);
}

.pharmacy__items{
    padding-bottom: 84px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.pharmacy__item{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.pharmacy__item-content{
    width: 30%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 12px 18px 62px rgba(13, 52, 79, 0.1);
    border-radius: 10px;
    padding: 36px 52px 27px 44px;
}
.pharmacy__item-title{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #004F6E;
    position: relative;
    width: 100%;
    margin-bottom: 46px;
}
.pharmacy__item-title::after{
    position: absolute;
    display: block;
    content: '';
     width: 100%;
     height: 2px;
     background: #004F6E;
    bottom: -15px;
}
.pharmacy__item-adr, .pharmacy__item-tel{
    display: flex;
    align-items: center;

}
.pharmacy__item-adr{
    margin-bottom: 20px;
}
.pharmacy__item-adr img{
    margin-right: 36px;
}
.pharmacy__item-tel img{
    margin-right: 28px;
}
.pharmacy__item-adr p, .pharmacy__item-tel p{
    font-size: 14px;
    line-height: 19px;
    color: #3C3838;
}
.pharmacy__item-link{
    font-size: 14px;
    line-height: 19px;
    color: #3C3838;
}
.pharmacy__item-span{
    font-size: 18px;
    line-height: 25px;
    color: #3C3838;

}


/* FOOTER */

.footer{
    padding: 60px 0px 20px 0px;
}
.footer__items .footer__item-logo{
    margin-top: -6px;
}
.footer__items{
    display: flex;
    justify-content: space-between;

    column-gap: 30px;
}
.footer__item p{
    font-family:'Roboto-Light';
    max-width: 350px;
    margin-bottom: 40px;
}
.footer__link{
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #004F6E;
}
.footer__title{
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 13px;
    line-height: 125%;
    color: #004F6E;
    margin-bottom: 20px;
}
.footer__item p , .footer__item-link{
    font-family:'Roboto-Light';
    font-weight: 300;
    font-size: 13px;
    line-height: 125%;
    color: #004F6E;
}

.footer__item-links p{
    font-family:'Roboto-Light';
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
    max-width: 400px;
    color: #004F6E;
    margin-bottom: 20px;
}

.footer__item-links{
    display: flex;
    flex-direction: column;
}
.footer__item-link + .footer__item-link{
    margin-top: 20px;
}
/* FOOTER END */


/* rules */
.rules{
    background: linear-gradient(180deg, rgba(126, 200, 216, 0.47) 0%, rgba(220, 121, 175, 0.47) 100%);
    padding: 103px 0px;
}
.rules__title{
    font-family: 'Roboto-Bold';
    font-weight: bold;
    /* font-size: 36px; */
    line-height: 42px;
    text-transform: uppercase;
    color: #004F6E;
}
/* acordion */


/* ACCORDION */
.accordion{
    margin-top: 36px;
}
.accordion__item {
	margin:  auto;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 40px;
     cursor: pointer;
     transition: all 0.2s ease;

}

 .accordion__title {
	position: relative;
}
.accordion__title-text{
    font-family: 'Roboto-Bold';
    border-radius: 40px;
	padding: 44px 86px 40px 45px;
	text-decoration: none;
    font-weight: bold;
    /* font-size: 18px; */
    line-height: 21px;
    color: #004F6E;
    mix-blend-mode: normal;
}
.accordion__content-text,
.accordion__content-text a{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #8C9292
}


.accordion__item + .accordion__item{
    margin-top: 40px;
}
.accordion__item .accordion-active {

    border-radius:  40px 40px 0px 0px;

}
 .accordion__arrow {
    position: absolute;
    top: 32%;
    right: 40px;
    width: 50px;
    height: 50px;
    transform: rotate(-180deg);
    background: url('../img/button.png') no-repeat;
    background-size: contain;
    transition: all 0.2s ease-out;
}
.accordion-active .accordion__rotate{
    transform: rotate(0deg);
}

.accordion__block .accordion__content{
    display: none;
}
.accordion__item .accordion__content {
	display: none;

    border-radius: 0px 0px 40px 40px;
    padding: 0px 76px 33px 42px;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.78;
    color: #393A3A;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
/* ACCORDION END */

/* registration */
.switch {
    width: 443px;
    height: 58px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100px;
    display: inline-block;
    /* padding: 5px; */
    position: relative;
    zoom: 1;
}

.switch:before,
 .switch:after {
    content: " ";
    display: table;

}
.switch:after {
    clear: both;
}
.switch label {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    line-height: 40px;
    cursor: pointer;
    color: #FFFFFF!important;
    font-size: 16px!important;
    width: 400!important;
}
.switch input[type="radio"] {
    display: none;
}
/* .switch input[type="radio"]:checked + label {
    color: red;

} */
.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: white;
    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{
    background: linear-gradient(248.66deg, #F0B5CE 0%, #8C6BAE 100%);
    padding: 52px 0px 102px 0px;
    margin-top: 32px;
}
.reg__title{
    font-family: 'Roboto-Bold';
    /* font-size: 36px; */
    line-height: 42px;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-bottom: 34px;
}
.reg__form-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.form-group + .form-group{
    margin-top: 59px;
}
.form-group{
    display: flex;
    flex-direction: column;
}
.form-group label , .file-desc{
    margin-bottom: 26px;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    color: #004F6E;
    mix-blend-mode: normal;
    font-weight: bold;
}
.file-desc{
    max-width: 455px;
}
.form-control{
    width:443px ;
    height: 64px;
    background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.48) -41.94%, rgba(255, 255, 255, 0.12) 57.51%);
    border-radius: 20px;
    outline: none;
    border: 1px solid white;
    color: #ffff;
    font-size: 16px;
    padding-left:30px ;
    font-family: 'Roboto-Regular';

}

.form-control::placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Roboto-Regular';

}
.form-search .form-control::placeholder{
    font-size: 16px;
    line-height: 19px;
    color: #004F6E!important;
    font-family: 'Roboto-Regular';

}
 .form-search .form-control {
    font-size: 16px;
    line-height: 19px;
    color: #004F6E!important;
    font-family: 'Roboto-Regular';

}
input{

}
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: 58px 0px 43px 0px;
}
.conf-bottom{
    margin-top: 80px;
}

.conf-text{
    font-size: 18px;
    line-height: 21px;
    color: #004F6E;
    mix-blend-mode: normal;
    font-weight: bold;
    font-family: 'Roboto-Light';
}
.conf-link{
    font-family: 'Roboto-Bold';
    font-size: 18px;
    line-height: 21px;
    color: #004F6E;
    cursor: pointer;
    transition: 0.2s all ease;
}
.conf-link:hover{
    font-size: 18.5px;
    color: #1c7294;
}


.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: 970px;
    font-size: 18px;
    line-height: 21px;
    color: #004F6E;
    mix-blend-mode: normal;

}

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

  input[type=checkbox] + label{
    margin: 0 0 20px 20px;
    padding-left: 50px;
    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: -3px;
    width: 58px;
    height: 59px;
    display: block;
    background: linear-gradient(116.79deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.12) 99.45%);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
  }
  /* input[type=radio]+label::before{
      border-radius: 50%;
  } */

  input[type=checkbox]+label::after {
    content: ' ';
    position: absolute;
    left: -15px;
    top: 15px;
    width: 23px;
    height: 23px;
    display: block;
    z-index: 1;
    background: #B71E7B;
    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: 26px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    background: #B71E7B;
    border-radius: 40px;
    width: 456px;
    height: 64px;
    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{
      padding: 0px 20px;
  }


  /* MODAL */
  .show {
    display: block; }

  .hide {
    display: none; }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(248.66deg, #F0B5CE 0%, #8C6BAE 100%);
 }
 .modal-age{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(248.66deg, #F0B5CE 0%, #8C6BAE 100%);

 }
    .modal__dialog {

        margin: 0px auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .modal__content {
    padding: 100px 223px;
      position: relative;
      width: 100%;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 40px;
      overflow-y: auto;
      font-family: 'Roboto-Bold';
        font-style: normal;
        font-weight: bold;
        font-size: calc(0.875rem + ((1vw - 3.75px) * 0.939));
        /* font-size: 24px; */
        line-height: 210.69%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #004F6E;
     }
     .madal__text{
         max-width: 400px;
     }
     .madal__links{
        display: flex;
        margin-top: 50px;

     }
     .madal__link{
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;

        padding: 15px 25px;
        background: transparent;
        border: 2px solid #8C6BAE;
        border-radius: 40px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #004F6E;
        overflow: hidden;
        transition: 0.3s all ease;
     }
    .madal__link:hover{
        color: #043346;
        font-size: 18.6px;
    }
    .madal__link + .madal__link{
        margin-left: 40px;
    }
     .modal-age__content{
        padding: 50px 60px;
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 40px;
        font-family: 'Roboto-Bold';
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 1.25;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          color: #004F6E;
     }
    .modal__close {
      position: absolute;
      top: 10px;
      right: 30px;
      font-size: 30px;
      color: #000;
      opacity: .5;
      font-weight: 700;
      border: none;
      background-color: transparent;
      cursor: pointer;

    }
    .modal__close:hover{
        color: rgb(70, 66, 66);
    }
    .modal__title {
      text-align: center;
      font-size: 22px;
      text-transform: uppercase; }
    .modal__input {
      display: block;
      margin: 20px auto 20px auto;
      width: 280px;
      height: 50px;
      background: #FFFFFF;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
      border: none;
      font-size: 18px;
      text-align: center;
      padding: 0 20px;
      outline: none; }
    .modal .btn {
      display: block;
      width: 280px;
      margin: 0 auto; }

/* registration end */

/* PATIENTS */

.main-section{
    display: flex;
    justify-content: space-between;
    height: auto;
    min-height: 100vh;

}
.nav-bar{
    width: 18%;
    background: linear-gradient(248.66deg, #F0B5CE 0%, #8C6BAE 100%);
}

.nav-bar-container{
    padding: 0px 20px;
}
.nav-content{
    display: flex;
    align-items: center;

}
.nav-content + .nav-content{
    margin-top: 20px;
}

.nav-content a{
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 18px;
}
.nav-block{
    margin-top: 27px;
}
.main-content{
    width: 82%;
     background: linear-gradient(180deg, rgba(126, 200, 216, 0.2) 0%, rgba(220, 121, 175, 0.2) 100%);
     padding-top: 27px;
    padding-bottom: 80px;
 }
.main-content-container{
    max-width: 1180px;
    padding: 0px 40px 0px 20px;
    margin: 0px auto;
    /*overflow: auto;*/
}

.content-title{
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #393A3A;
    margin-bottom: 30px;
}
.content-title-center {
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #393A3A;
    margin-bottom: 30px;
}

.content-blocks{
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    gap: 20px;
}
.content-block{
    font-family: 'Roboto-Medium';
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 26px 40px 25px 25px;
}
.content-row{
    display: flex;
    flex-direction: column;
    width: 50%;

}

.content-block + .content-block{
    margin-top: 22px;
}
.content-block-title{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #004F6E;


}

.content-inf{
    display: flex;
    gap: 25px;

}
.content-inf + .content-inf{
    margin-top: 50px;
}
.inf-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #004F6E;
    width: 50%;
}
.inf-desc{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #004F6E;
}
.content-docs{
    display: flex;
    gap: 9px;
    margin-top: 29px;
}
.content-pasport{
    margin-top: 23px;
}
.buttons{

    display: flex;
    margin-top: 134px;
}
.button + .button{
    margin-left: 14px;
}
.button-submit{
    border: none;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
}
.button-reset{
    font-family: 'Roboto-Medium';
    border: 2px solid #B71E7B;
    background: transparent!important;
    text-transform: uppercase;

    color: #B71E7B;
}
/* PATIENTS END */

/* REGISTRATION */
.content-alert{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    background: #9A75B3;
    color: #fff;
    text-align: center;
    font-size: calc(0.8125rem + ((1vw - 3.75px) * 0.4695));
    padding: 20px 10px;
    border-radius: 10px;
}
.table{
    margin-top: 30px;
    width: 100%;
    overflow-x: auto;
}
.table__header{
    background: #9A75B3;
    height: 55px;
}
.table__header th{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 9px 5px 14px;
    color: #FFFFFF;
    vertical-align: middle;
}
.table__header th:first-child,
.table__body td:first-child{
    padding-left: 34px;
}
.table__body {
    background: #FFFFFF;

}
.table__body tr{
    padding: 0px 34px;
}
.table__body td{
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #004F6E;
    /* padding-top: 17px; */
    padding: 17px 9px 0px 14px;
    height: 50px;
}
.number-items{
    display: flex;
    justify-content: space-between;
    /* width:400px; */
    width: 250px;
    padding-right: 28px;
}
.number-items a{
    font-family:' Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #004F6E;
}

td, th {
    text-align: left;
}

/* REGISTRATION END */

.code-block{
    position: fixed;
    left: 15px;
    transform-origin: left;
    bottom: 20px;
    transform: rotate(-90deg);
    font-family: 'Roboto-Medium';
    font-weight: 500;
    /* font-size: calc(1.125rem + ((1vw - 3.75px) * 0.5634)); */
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.02em;

}

/*scroll*/

.scroll-up{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    color: rgba(236, 247, 247, 0.65);
    cursor: pointer;
    visibility: hidden;
    border-radius: 50px;
    box-shadow: inset 0 0 0 4px  rgba(225, 233, 233, 0.65);
    opacity: 0;
    transition: .2s all linear;
    transform: translateY(25px);
}
.scroll-up::before{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
    content: "↑";
    color:  rgb(18, 148, 235);
}
.scroll-up:hover{
    color: rgb(56, 140, 209);
}
.scroll-up--active{
    opacity: 1;
    visibility:visible;
    transform: translateY(0);
}
.scroll-up__svg-path{
    box-sizing: content-box;
    fill: none;
    stroke: rgb(18, 148, 235);
    stroke-width: 4px;
    transition: .2s all linear;
}
.content-doc-img{
    cursor: pointer;
}


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

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

}

.logo-link-mb{
    display: none;
}

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

@media screen and (min-width:1450px){

    .main__title-size{
        font-size: 36px;
    }
    .information__item-title{

        font-size: 24px;

    }
    .subtitle{
        font-size: 24px;
    }
    .suptitle{
        font-size:18px;
    }
    .title__inf{

        font-size: 42px;

    }
    .information__item-text{
        font-size: 18px;
    }
    .information__block-text{

        font-size: 18px;

    }
}
@media screen and (max-width:1350px){


}
@media screen and (max-width:1210px){
    .header-img{
        max-width: 100px;
    }
    .logo-img{
        max-width: 75px;
    }
}
@media screen and (max-width:1210px){
    .inner__item-img img{
        max-width: 600px;
    }
}
@media screen and (max-width:1024px){
    .header-img{
        max-width: 90px;
    }
    .logo-img{
        max-width: 75px;
    }
    .header__content{
        padding-left: 0px;
    }
    .nav__link{
        font-size: 14px;
        margin-right: 12px;
    }
    .contact__link{
        font-size: 18px;
    }

    .about__items{
        column-gap: 25px;
    }
    .inner__item-img img{
        max-width:500px;
    }
    .inner__item-img {

        right: 30px;
    }
}

@media screen and (max-width:950px){
    .modal__content{
        padding: 80px 53px;
    }
    .logo-link-mb{
        display: block;
        margin-top: 48px;
    }
    .nav__menu{
        position: fixed;
        right: 0;
        height: 100vh;
        top: 0vh;
        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__list{
        margin-top: 100px;
        text-align: center;
        flex-direction: column;
        padding: 0px 30px;
    }
    .nav__list li{
        opacity: 0;
    }
    .nav__menu 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;
    }
    .contact__link{
        font-size: 20px;
    }

    .burger__menu{
        cursor: pointer;
        display: block;
        z-index: 99;
    }
    .burger__menu div{

        width: 32px;
        height: 3px;
        background: #004F6E;
        margin: 5px;

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


    .reg__form-block {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .inner__items {
        grid-template-columns: 100% ;
    }
    .inner__item-img{
        position: inherit;
    }
    .inner__item-img img {
        max-width: 100%;
    }
    .inner__item{
        width: 85%;
    }

    .about__program {

        margin-top: 50px;
    }


    .about__item {
        width: 100%;
    }
    .information__items{
        flex-wrap: wrap;
    }

    .information__item {
        width: auto;
        margin: 0 auto;
    }
    .pharmaccy__items{
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;

    }
    .pharmacy__title{
        text-align: center;
    }
    .drugstore__form-row{
        margin-bottom: 43px;
    }
    .pharmaccy__map{
        width: 100%;
    }
    #map {
        height: 500px;
        max-width: inherit;
    }
    .pharmacy__item-content {
        width: 45%;
    }
    .pharmacy{
        margin-top: 40px;
    }
    .pharmacy__item-hidden{
        display: none;
    }
    .pharmacy__item {
        flex-direction: row;
        gap:20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .pharmacy__item-content {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 12px 18px 62px rgb(13 52 79 / 10%);
        border-radius: 10px;
        padding: 28px 43px 27px 26px;
        max-width: inherit;
    }
    .footer__items{
        flex-wrap: wrap;
    }
    .footer__items div + .footer__items div{
        margin-top: 100px;
    }
    .footer__items .footer__item-logo {
        margin-bottom: 30px;
    }
    .footer__item-links{
        margin-top: 30px;
    }

    .reg__form-row + .reg__form-row{
       margin-top: 59px;;
    }
    .download__item + .download__item{
        margin-top: 59px;
    }
    .download{
        justify-content: center;
        align-items: flex-end;
    }
    .signin-title{
        text-align: center;
    }
    .button-signin{
        margin:20px auto 0px
    }

    .file-desc{
        max-width: 400px;
    }
    .main-section {

        justify-content:flex-start;
        flex-direction: column;
    }
    .nav-content + .nav-content {
        margin-left: 40px;
        margin-top: 0px;
    }
    .nav-block {
        margin: 27px 0px;
        display: flex;
        align-items: center;
    }
    .main-content {
        width: 100%;
        height: auto;
        min-height: 100vh;
    }
    .nav-bar{
        width: 100%;
    }
    .nav-block {
        display: flex;
    }
    .content-title, .content-title-center{
        padding-left: 20px;
    }
    .main-content-container{
        padding: 10px;
    }
    .table__header th:first-child, .table__body td:first-child {
        padding-left: 20px;
    }

}

@media screen and (max-width:850px){
    .about__items {

        grid-template-columns: 1fr;
    }
    .about__program {
        padding: 90px 0px 100px 0px;
        margin-top: 50px;
    }

    .about__item-img{
        margin-bottom: 50px;

    }
    .about__item-img img{
        width: 95%;
        margin: 0px auto;
    }
}


@media screen and (max-width:750px){
    .header {
        margin: 20px 0px;
        position: relative;
        height: 80px;
    }
    .header__content {
        padding-left: 20px;
    }
    .content-title{
        font-size: 20px;
    }
    .table__header th{
        padding: 10px 5px 5px 9px;
    }
    .table__body td{
        padding: 10px 5px 5px 9px;
    }
    .content-blocks{
        flex-direction: column;
    }
    .content-row {
        /* align-items: center; */
        width: auto;
    }
    .modal__content{
        padding: 20px 15px;
    }
    .information__block-text{
        padding-right: 5px;
    }

}


@media screen and (max-width:550px){
    .pharmacy__item-content {
        width: 95%;
    }
    .inner__items{
       margin-top: 100px;
    }
    .inner__item-img {
        margin-bottom: 38px;
    }
    .about__item-img img{
        width: 100%;

    }
    .about__item:last-child{
        margin-top: 20px;
    }
    .about__program {
        padding: 60px 0px 40px 0px;
    }
    .about__text {
        font-size: 14px;
        line-height: 1.3;

    }
    .information__item-title{

        line-height: 1.2;

    }
    .pharmacy {

        padding: 45px 0px 40px 0px;
    }
    .pharmacy__title {
        margin-bottom: 30px;
    }
    .pharmacy__block {
        padding: 42px 0px 53px 0px;

    }
    .pagination ul li.numb{
        height: 30px;
        width: 30px;
        margin: 0 7px;
        line-height: 30px;
    }
    .accordion__title-text {
        padding: 40px 90px 40px 18px;
    }
    .accordion__arrow {
        right: 34px;
    }
    .accordion__item .accordion__content{
        padding: 0px 13px 24px 18px;
    }
    .footer {
        padding: 40px 0px 20px 0px;
    }
    .download {
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    input[type=checkbox] + label{
        padding-left: 30px;
        padding-top: 0px;
    }
    .input[type=checkbox]+label::before {
        top: 10px;
    }
    .inputfile-style + label{
        font-size: 13px;
    }
    .button{
        font-size: 13px;
    }

    .button-reg {

        width: 180px;
        height: 50px;
        font-size: 13px;
    }
    .reg__form-block{
        gap: 0px;
    }
    .scroll-up{
        right: 20px;
    }
    .content-title-center{
        font-size: 15Spx;
    }
    .content-title{
        font-size: 18px;
    }

}
@media screen and (max-width:450px){
    .footer__items{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .button-form{
        width: 180px;
        height: 50px;
    }
    .switch , .form-control {
        width: 340px;
        height: 50px;
    }
    .select2 {
        width: 340px!important;
        height: 50px!important;
    }
    .contact__ringer {
        margin-right: 30px;
    }
    .contact__link {
        font-size: 16px;
    }
}

.pagination{
    margin-top: 20px;
    justify-content: center;
    align-items: center;

}
.page-item{

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 0px 9px 0px 9px;
}
.page-item.active span{

    font-weight: 600;
    color: #393A3A;

}
.page-item span{
    color: #FFFFFF;
}
.page-item a{
    color: #FFFFFF;
}
