html, body, div, span, 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,  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%;
	vertical-align: baseline;
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, {
	display: block;
}
html{
    margin: auto;
}
body {
	margin: 0px;
    background-color: #fff;
}
*{
    box-sizing: border-box;
}
#app{
    overflow: hidden;
}
p,a,li,span,div,option,button,textarea,input{
	font-family:'MuseoSansCyrl-300';
	text-decoration: none;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.error{
    display:none;
    padding-top:10px;
    color: #f61d1d;
}
.error-input{
    border: 1px solid #f61d1d !important
}
h1,h2,h3,h4,h5,h6{
	font-family: Literata;
}

.icon_bullit{
    width: 16px;
    height: 15px;
    background: url(../img/icons/icon-bullet.svg) no-repeat;
   
}
.default-btn{
    padding: 12px 0px;
    width: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:12px;
    background: #80D8D0;
    border: none;
}
.default-btn__name{
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}
.heading{
    display: flex;
    align-items: center;
    gap:10px;
}
.heading{
    align-items: flex-start;
}
.heading__icon-block{
    width: 40px;
    height: 40px;
    background: #80D8D0;
    display:flex;
    align-items: center;
    justify-content: center;
    
}
.heading__title{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.wrapper{
    width: 1120px;
    margin: auto;
}
.nav-desctop{
    background-color: #80D8D0;
}
.nav-desctop__logo{

    padding: 16px 0px;
}
.nav-desctop__logo img{
    width: 100%;
}
.nav-desctop .wrapper{
     display: flex;
     align-items: center;
    justify-content: space-between;
}
.nav-desctop__menu-lang{
    display: flex;
    align-items: center;
    gap:20px;
}
.nav-desctop__lang{
    display: flex;
    align-items: center;
    gap:3px;
}
.nav-desctop__lang-arrow{
    display: block;
}
.nav-desctop__btn{
    width: 25px;
    height: 17px;   
    position: relative;
    cursor: pointer;
}
.nav-desctop__btn span{
    background-color: #000000;
    height: 2px;
    width: 100%;
    display:block;
    transition: top .2s, transform .4s;
}
.nav-desctop__btn span.top-line{
    position: absolute;
    top:0;
}
.nav-desctop__btn span.mid-line{
     position: absolute;
     top:43%;
}
.nav-desctop__btn span.bottom-line{
    position: absolute;
     top:83%;
}
.nav-desctop__btn span.hide-line{
    visibility: hidden;
}
.nav-desctop__btn span.anim-line1{
    top:43%;
    transform: rotate(45deg);
}

.nav-desctop__btn span.anim-line2{
    top:43%;
    transform: rotate(-45deg);
}

.nav-desctop__menu{
    background-color: #ffffff;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top:14.7%;
    transition: all 0.2s;
}
.up_menu{
    height: 614px;
}
.nav-desctop__list-menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:10px;
      padding: 64px 0px;
}
.nav-desctop__list-item{
    padding-bottom: 10px;
    border-bottom: 1px dashed #80D8D0;
}
.nav-desctop__list-item:last-child{
     border-bottom:none
    
}
.nav-desctop__list-link{
    display: flex;
    align-items: center;
    gap:16px;
    width: 100%;
}
.nav-desctop__list-link span{
    display: block;
     color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.header{
    position: relative;
}
.header__banner{
    padding: 210px 0px;
    background: url(../img/header/img-header.jpg) center no-repeat;
    background-size: cover;
}
.header__banner-desc{
    width: 461px;
}
.header__banner__title{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}
.header__banner-text{
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}
.diseases__wrapp{
    display: flex;
    justify-content: space-between;
    padding: 64px 0px;
}
.diseases__item{
    display: flex;
    flex-direction: column;
    gap:24px;
    width: 47%;
}
.diseases__thumb{
    width: 100%;
    height: 152px;
    object-fit: cover;
    display: block;
}
.diseases__text{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.diseases__text span{
    font-weight: 600;
}
.info{
    background: #FAFAFC;
        padding: 64px 0px;
}

.info__logo{
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    padding:53px 32px;
}
.info__wrapp{
    display: flex;
    align-items: center;
    gap:32px;
    
}
.info__text{
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;    
}
.info__text span{
    font-weight: 600;
}
.modules{
    padding: 64px 0px;
}
.modules__links-wrapp{
    margin-top:36px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 32px;
}
.modules__item-link{
    display: flex;
    flex-direction: column;
    gap:16px;
    background: #80D8D0;
    padding: 32px 32px 0px;
    height: 275px;
}
.modules__thumb{
    width: 100%;
    height: 166px;
    object-fit:cover;
}
.modules__name{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #000000;
}
.modules__name span{
    font-weight: 300;
}
.modules__desc-wrapp{
    padding: 64px 0px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap:16px;
}
.modules-desc{
    width: 100%;
    background: #FAFAFC;
}
.modules-desc i{
    margin-top:3px;
    display: block;
}
.modules__item-desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom:1px dashed  #80D8D0;
}
.modules__desc{
    display: flex;
    align-items: flex-start;
    gap:10px;
    width: 85%;
}
.modules__desc-text{
    width: 93%;
    line-height: 150%;
    font-size: 18px;
}
.modules__desc-text span{
    font-weight: 600;
}
.team{
    padding: 64px 0px 64px 0px;
}
.team__desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.team__desc-text{
    width: 80%;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    font-size: 18px;
    font-style: normal;
    color: #000;
}
.callback{
    padding: 64px 0px 120px 0px;
    background: #FAFAFC;
}
.callback__email-link{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    color: #000000;
    margin: 32px 0px;
    gap:16px;
}
.callback__email-val span{
    font-weight: 600;
}
.callback__form{
    display: flex;
    flex-direction: column;
    gap:32px;
    align-items: center;
    padding: 64px;
    background-color: #ffffff;
  
}
.callback__input-field{
    width: 100%;
}
.callback__input{
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    
    padding: 12px 16px;
    border: 1px solid #80D8D0;
}
.callback__input::placeholder,
.callback__message::placeholder{
    color: #000000;
}
.callback__message{
    width: 100%;
    border: 1px solid #80D8D0;
    resize: none;
    height: 100px;
    padding: 12px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.callback__ajax-acsses-message{
    display: none;
    color: #2ecb0e;
    border: 1px solid #2ecb0e;
    text-align: left;
    width: 100%;
    padding: 10px;
   
}
.callback__ajax-error-message{
    display: none;
    width: 100%;
    padding: 10px;
    color: #f61d1d;
    border: 1px solid #f61d1d;
}
.footer{
    display: flex;
    justify-content:center;
    padding:10px;
    background: #80D8D0;
}
.footer__logo{
    width: 247px;
}
.footer__logo img{
    width: 100%;
}