html{
	box-sizing: border-box;
}


/**,
*::before,
*::after{
	box-sizing: inherit;
}
*/


body{
	margin: 0;
	padding: 0;
	font-family:'Manrope',sans-serif;
	font-weight: 400;
    color: #000000;
}
ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol li, ul li {
    margin: 0px 0;
}
ol>li, ul>li {
    padding-left: 0px;
}



img{
	max-width: 100%;
}

input{
    color: #000000;
}

.reset-input{
	outline: none;
}

body,
h1,
h2,
h3,
h4,
p,
li{
    margin: 0;
}
button{
    border: 0;
    cursor: pointer;
}


li.footer-social-list-item{
	padding-left: 24px;
}
li.footer-social-list-item:before {
	display: none;
}

header.special_landing{
    margin-bottom: 90px;
    
}

.anemiya_head{
	display: flex;
    margin-top: 38px;
    margin-bottom: 86px;

}
.anemiya_text{
	padding-right: 180px;
}
.anemiya_img{
	height: 320px;
	border-bottom-left-radius: 64px;
	margin-top: 8px;
}
.anemiya_text_listhead{
	font-weight: bold;
    margin-top: 32px;
    margin-bottom: 8px;
}

.anemiya_consulting{
    margin-top: -8px;
    margin-bottom: 45px;
}
.consult_wrap{
	display: flex;
	align-items: center;
	padding: 19px 40px;
	border: 1px solid #fba3ae;
	max-width: 1056px;
	margin: auto;
}
.consult_ico{
	width: 48px;
	height: 48px;
}

.consult_text{
	margin: 0px;
	margin-left: 40px;
	font-size: 20px;
	line-height: 32px;
}

.record_wrap{
	display: flex;
	width: 1056px;
	margin: auto;
	margin-top: 32px;
    margin-bottom: 96px;
}

.record_left{
	display: flex;
	flex: 1;
	flex-flow: column;
	background-color: #f4f6f9;
	padding: 68px 0 0 86px;
}
.record_text{
	color: #003594;
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	max-width: 390px;
}
.record_text span{
	color: #f8485e;
}
a.record_button{
	margin-top: 44px;
	width: 216px;
	height: 48px;
	font-size: 18px;
}
.anemiya_discout{
	margin-top: -1px;
	margin-bottom: 45px;
}

.anemiya_text_li{
	font-size: 20px;
	line-height: 32px;
    padding-left: 36px;
}


.anemiya_discount_block{
	display: flex;
	justify-content: space-between;
}

.discount_wrap{
	max-width: 352px;
	justify-content: center;
	align-items: center;
}

.discount_digit{
	border-radius: 50%;
	color: #f8485e;
	font-size: 32px;
	border: 1px solid #ffaeb8;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.discount_text{
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-top: 27px;
}

.hr_small{
	height: 1px;	
	width: 100%;
	background-color: #eeeeee;
    margin-top: 84px;
	margin-bottom: 98px;
}
.action_cond{
	font-size: 18px;
	line-height: 48px;
	color: #000;
    margin-bottom: 0px;
}
.action_cond a {
	color: #00a9e0;
	text-decoration: none;
}

.action_cond a:hover {
	text-decoration: underline;
}

.promocode_ok_wrap{
	display: flex;
	align-items: center;
    margin-right: 72px;
    margin-bottom: -8px;
}
.promocode_ok_text{
	font-size: 16px;
	line-height: 24px;
	color: #00b388;
    font-weight: 600;
}
.promocode_ico{
	width: 48px;
	margin-right: 24px;
}


ul>li.anemiya_text_li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
}

.header_top_wrap{
    height: 768px;
    background-image: url('img/header_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    xtransition: all 0.5s;
}
.header_phone{
    color: #003594;
    text-decoration: none;
    font-size: 16px;
    xtransition: all 0.5s;
    font-weight: 600;
    margin-top: 5px;    
    margin-right: 55px;
}
.header_phone.fixed{
	color: #003594;
	font-size: 16px;
    margin-top: -7px;
    margin-right: 56px;    
}

.header_top_menu, 
.header_top_menu_fixed{
	display: flex;
	width: 369px;
	justify-content: space-between;
    margin-top: 6px;
    margin-left: -5px;
}

.header_top_menu_fixed{
    margin-top: -1px;
    margin-left: 73px;
}


.header_top_menu_item{
	color: #003594;
	font-size: 14px;


	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s;
}

.header_top_menu_item:hover{
	color: #003594;
	text-decoration: underline;
	text-decoration-color: #003594;
}


.header_top, 
.header_banner, 
main section.analysis, 
main section.into, 
.footer-position
{
    max-width: 1232px;
    margin: 0 auto;
    xtransition: all 0.5s;
}


.header_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 96px;
    xtransition: all 0.5s;
}

.red_warning{
	color: #f8485e;
	font-size: 16px;
	text-transform: uppercase;
}

@media screen and (min-width: 1280px){
	.header_top {
	    padding: 0px;
	}    
}    

.header_banner
{
    padding: 0px;
}


.mainlogo{
    height: 42px;
    margin-top: 13px;
    xtransition: all 0.5s;

}
.header_text_wrap {
    margin-top: 107px;
    max-width: 648px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    xtransition: all 0.5s;
    margin-left: -4px;
}

main p{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 32px;
    xtransition: all 0.5s;

}
main section.analysis{
    margin-bottom: 24px;
}

.header_mob_image{
	display: none;
}
.header_text_main{
    color: #003594;
    font-size: 84px;
    line-height: 88px;
    font-weight: 700;
    xtransition: all 0.5s;
    max-width: 300px;
}
.header_text_discount{
	color: #f87c56;
	font-size: 36px;
	line-height: 56px;
	font-weight: 700;
    max-width: 300px;
    margin-top: 34px;
    text-align: left;
}

.header_text_second {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
    font-weight: 500;
    margin-bottom: 50px;
    xtransition: all 0.5s;
    max-width: 470px;
    text-align: left;
}

.klesh_text_ol{
	margin-bottom: 34px;
}

.btn_landing {
    width: 264px;
    height: 48px;
    border-radius: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    background-color: #00a9e0;
    transition: all 0.3s;
    border: 0px;
}
.btn_landing:hover {
    background-color: #18bbf0;
}

h2{
  font-size: 36px;  
  line-height: 48px;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 5px;
  text-align: center;
  xtransition: all 0.5s;
}

h3{
	color: #000;
  font-size: 28px;  
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.analysis{
    margin-bottom: 39px;
    xtransition: all 0.5s;
}

.analys_hr{
	height: 1px;
	background-color: #dddddd;
	border: 0px;
    margin-top: 71px;	
    margin-bottom: 91px;
}

.analys_group{
    margin-top: 48px;
    
    xtransition: all 0.5s;

}

.analysis_block{
	display: flex;
	justify-content: space-between;
    padding: 20px 14px;
    border-bottom: 1px solid #e7e7e7;
    min-height: 96px;
}
.analysis_block:last-of-type {
    border-bottom: 0px;
}


.analys_header{
    font-size: 28px;
    font-weight: 700;
    color: #003594;
    background-color: #f2f6fe;
    padding: 21px 37px 18px;
    line-height: 32px;
    xtransition: all 0.5s;

}

.analys_inner{

}
.analys_descr{ 
	margin-bottom: 15px;
    xtransition: all 0.5s;
}
.analys_descr a {
    font-size: 22px;
    color: #003594;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none;
}
.analys_descr a:hover {
    text-decoration: underline;
}

.analys_list{
    margin-top: 16px;
    margin-bottom: 38px;
    xtransition: all 0.5s;


}
.analys_list li{
    font-size: 14px;
    position: relative;
    margin-left: 24px;
    margin-bottom: -8px;
    margin-top: 0px;
    padding-left: 0px;;
    line-height: 32px;
    xtransition: all 0.5s;

}
.analys_list li::before{
    background-image: url(img/check_blue.svg);
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    bottom: 8px;
    left: -24px;
    background-color: unset;
    xtransition: all 0.5s;


}

.promocode_text{
	font-size: 30px;
	line-height: 32px;
}
.promocode_text span{
	color: #f87c56;
	font-weight: bold;
}

.analys_signup{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 224px;
    text-decoration: none;
    font-size: 16px;
    height: 40px;
}
.analys_signup.large{
    height: 56px;
    width: 352px;
    border-radius: 28px;
    font-size: 18px;
}

.analys_signup.small{
    width: 160px;
    font-size: 16px;
    height: 40px;
}


.main_text{
	font-size: 20px;
	margin-top: -14px;
	line-height: 32px;
}
.centered{
	text-align: center;
	max-width: 650px;
	margin: auto;
	font-size: 18px;
	line-height: 28px;
    margin-top: 24px;
}

.promocode_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promocode_block{
	border: 1px solid #fbbdaa;
	padding: 40px 46px 38px;
    margin-top: 43px;
    margin-bottom: 24px;
}
.promocode_input{
	height: 40px;
	width: 280px;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 15px;
    color: #000;
    border: 1px solid #aaaaaa;
    margin-left: 50px;
}
.promocode_input.invalid{
    border: 1px solid red;
    color: red;
}


.anemiya_research{
	margin-top: 20px;
}
.choose_vit{
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 87px;
	margin-bottom: 20px;
}


/* Стили footer */

.footer-position{
    align-items: center;
}

.footer{
    margin-top: -55px;
    padding-top: 0px;
    padding-bottom: 48px;
    background-color: #f2f6ff;
    xtransition: all 0.5s;

}

.footer-position{
    display: flex;
}

.footer-text{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #97a6c3;
    margin-right: auto;
    xtransition: all 0.5s;

}

.footer-social-list{
    display: flex;
    align-items: center;
}


.social-1{
    width: 40px;
    height: 40px;
    display: block;
    background: url('/heart/img/soc_facebook.svg') no-repeat;
    xtransition: all 0.5s;

}

.social-2{
    width: 40px;
    height: 40px;
    display: block;
    background: url('/heart/img/soc_vk.svg') no-repeat;
}

.social-3{
    width: 40px;
    height: 40px;
    display: block;
    background: url('/heart/img/soc_ok.svg') no-repeat;
}

.social-4{
    width: 40px;
    height: 40px;
    display: block;
    background: url('/heart/img/soc_whatsapp.svg') no-repeat;
}

.social-5{
    width: 40px;
    height: 40px;
    display: block;
    background: url('/heart/img/soc_youtube.svg') no-repeat;
}

.social-6{
    width: 40px;
    height: 40px;
    display: block;
    background: url('img/soc_whatsapp.svg') no-repeat;
}

.social-7{
    width: 40px;
    height: 40px;
    display: block;
    background: url('img/soc_telegram.svg') no-repeat;
}


.recomend-text{
    font-size: 20px;
    text-transform: uppercase;
    color: #dadada;
    margin: 0;
}

.footer-recomend{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.chesel-row{
    background: rgba(248, 248, 248, 0.96);
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-size: 1.54vw;
    z-index: 3;
    bottom: 0;
    color: #d2d2d2;
    width: 100%;
    line-height: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
    transform: scaleY(1.5);
    transform-origin: bottom;
}

.footer{
    margin-top: 86px;
    padding-top: 32px;
    padding-bottom: 78px;
}

.office-item__metro,
.office-item__address  {
	text-align: left;
}


.container{
    padding: unset;
}

.covid_ico_wrap{
	display: flex;
	align-items: center;
	position: relative;
}
.covid_ico_wrap_fixed{
	display: flex;
	align-items: center;
	position: relative;
}


.covid_ico_cart{
    margin-right: 8px;
    margin-top: 11px;
}

.covid_ico_cart_fixed{
    margin-right: 8px;
}



.covid_this_city{
	display: flex;
	align-items: center;
	margin-left: 67px;
    margin-top: 6px;
    cursor: pointer;
}

.covid_this_city_fixed{
	display: flex;
	align-items: center;
	margin-left: 53px;
    margin-top: -8px;
    cursor: pointer;
}


.covid_logo_wrap{
	display: flex;
	align-items: center;
}
.this_city_text{
	margin-left: 7px;
    font-size: 14px;
    color: #003594;
    margin-top: -4px;
    xtransition: all 0.3s;
    text-decoration: none;
}
.this_city_text:hover{
	text-decoration: underline;
}

.covid_this_city:hover svg{
	xtransition: all 0.3s;	
}

.covid_this_city:hover .this_city_text, 
.covid_this_city:hover svg
{
    color: #003594 ;
    fill: #003594 ;
}



.analysis_right_col{
	display: flex;
	flex-flow: column;
	align-items: center;
    margin-top: 7px;
    margin-right: 9px;
    margin-left: 65px;
	
}

.analysis_text{
	color: #003594;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	width: 602px;
}
.analysis_text:hover{
	text-decoration: underline;
}


.analysis_code_text{
	font-size: 13px;
	color: #777777;
	font-weight: 400;
}
.analysis_code_val{
	font-size: 14px;
    font-weight: 400; 
    margin-top: 2px;
}
.analysis_code{
	display: flex;
	flex-flow: column;
    margin-left: -8px;
}

.analysis_price_block{
	margin-top: -6px;
    padding-left: 12px;
}

.analysis_price_new{
	font-size: 16px;
	font-weight: 600;
	color: #f87c56;
}

.analysis_price_old{
	color: #999999;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 14px;
	
}

.analysis_price{
	font-size: 24px;
	font-weight: 600;
    margin-bottom: 14px;
}
.popup_banner_bottom_wrap{
	height: unset;
	overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.popup_banner_bottom{
	top: 0px;
	overflow: auto;	
    background-color: #000000bf;
    opacity: 0;
}
.modal{
    background-color: white;
    display: block;
    
}
.popup_banner_content{
	position: relative;
	opacity: 0;	
}
.popup_banner_img_close{
    color: #cbcbcb;;
    right: 26px;
    top: 16px;
    font-size: 27px;
    opacity: 0.2;
}

.basketCount {
    color: white;
    font: 400 16px/16px Manrope;
    font-size: 16px;
    background-color: red;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    padding-left: 1px;
    top: 0px;
    right: 0px;
}

.header_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 24px;
    padding-bottom: 18px;
    z-index: 5;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25) /* border-bottom: 1px solid #dddddd; */;
    display: none;
}

.header_fixed_wrap{
	max-width: 1232px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.header_fixed_wrap_left{
	display: flex;	
}
.header_fixed_wrap_right{
	display: flex;		
}

.mainlogo_fixed{
	width: 144px;
    margin-top: -2px;
}
.header__city-select {
	display: none;
    top: 69px;
    left: calc(50% - 304px);
}


.main_text a{
	text-decoration: underline;
	text-decoration-color: transparent;
	transition: all 0.3s;
}
.main_text a:hover{
	text-decoration: underline;
	text-decoration-color: #00a9e0;
}




#map, #map div {
    height: 648px;
    margin-top: 45px;
}

.covid_this_city_mob{
	display: none;
}



/* small desktop   */
@media screen and (max-width: 1279px){
    .header_top, 
    .header_banner, 
    main section.analysis, 
    main section.into, 
    .footer-position
    {
        max-width: 968px;
    }
    .analysis {
        margin-top: -10px;
        margin-bottom: 50px;
    }
    
    .mainlogo_fixed{
    	margin-left: 30px;
    	margin-top: 0px;
    }
    .covid_this_city_fixed {
         margin-top: 0px; 
    }
    
    .covid_logo_wrap {
    }
    .covid_ico_wrap {
        margin-right: -2px;
        margin-top: -10px;
    }
    .covid_ico_wrap_fixed{
        margin-right: 30px;
	}
	.header_phone.fixed {
	    margin-right: 56px;
	    margin-top: -3px;
	}
	
	.header__city-select {
	    top: 70px;
	    left: calc(50% - 193px);
	}
	
	.header_phone {
	    margin-right: 34px;
	    margin-top: 17px;
	}
    
    .header_banner{
        padding: 0px;
    }
    .header_text_main {
        margin-top: -18px;
        margin-left: -16px;
    }
    .header_text_second {
        max-width: 480px;
        font-size: 24px;
        line-height: 32px;
        margin-left: 2px;
        margin-top: -7px;
    }
    
    .header_text_main {
        font-size: 84px;
        line-height: 88px;
        max-width: 496px;
        margin-left: 0px;
    }
    
    .header_top_menu, 
    .header_top_menu_fixed
     {
        width: 257px;
        margin-top: 10px;
    }
    
    .header_top_menu_fixed
     {
        margin-top: 6px;
    }
    
    .header_top_menu_item {
        font-size: 12px;
    }
    .header_text_wrap {
        margin-top: 127px;
    }

    

    .analys_signup.small {
        margin-left: 49px;
        margin-top: 8px;
    }
    .footer {
        padding-bottom: 50px;
    }
    .covid_this_city {
        margin-left: 35px;
        margin-top: 6px;
    }
    .this_city_text {
        margin-top: -2px;
    }
    .covid_ico_cart {
        margin-right: 3px;
        margin-top: 23px;
    }
    .analys_signup.large {
        margin-left: 4px;
    }
    .anemiya_img {
        border-bottom-left-radius: 48px;
    }
    .anemiya_text {
        padding-right: 80px;
    }
    .promocode_inner {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 5px;
    }
    .promocode_text {
        width: 100%;
        text-align: center;
    }
    .promocode_input {
        margin-top: 27px;
        margin-left: 0px;
        margin-right: 31px;
    }
    .analys_signup {
        margin-top: 26px;
    }
    .analysis_block {
        padding: 20px 0px;
    }
    .analysis_text {
        max-width: 534px;
    }
    .analysis_code {
        margin-left: 11px;
    }
    .analysis_price_block {
        padding-left: 51px;
    }
    .anemiya_consulting {
        margin-top: 2px;
    }
    .record_wrap {
        width: initial;
        min-width: 968px;
    }
    .discount_wrap {
        max-width: initial;
        margin-right: 88px;
    }
    
    .discount_wrap:last-of-type {
        margin-right: 0px;
    }
    .action_cond {
        line-height: 32px;
        margin-bottom: 16px;
    }
    h3 {
        margin-bottom: 24px;
    }
    .cond_wrap{
	    margin-bottom: 102px;
    }
    .promocode_ok_wrap {
        margin-right: 0px; 
        margin-top: 22px;
        margin-bottom: -3px;
    }
    
    
            
}
/* планшет  */
@media screen and (max-width: 1023px){
    .header_top, 
    .header_banner, 
    main section, 
    main section.into, 
    .footer-position
    {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .header_top_wrap {
        height: 640px;
        background-size: cover;
    }
    .mainlogo {
        margin-top: -7px;
    }
    .header_text_discount {
        font-size: 32px;
        margin-top: 20px;
        margin-left: 2px;
    }

    .header__city-select {
        top: 70px;
        left: 323px;
    }
    
    .header_top_menu {
        display: none;
    }
    
    .header_top_menu_fixed{
    	display: none;	
    }
    
    .covid_this_city {
        margin-top: -14px;
        margin-left: 59px;
    }
    .mainlogo_fixed {
        margin-left: 16px;
        margin-top: -2px;
    }
    .covid_ico_wrap_fixed {
        margin-right: 16px;
    }
    .covid_ico_wrap {
        margin-right: 0px; 
        margin-top: 18px;
    }
    .covid_logo_wrap {
        margin-left: 0px;
        margin-top: 20px;
    }
    
    .header_phone {
    	margin-top: -10px;
        margin-right: 54px;
    }
    .covid_ico_cart {
    	 margin-right: 0px; 
    	margin-top: -8px;
	}
	
    .header_text_wrap {
		margin-top: 71px;
	    margin-left: -3px;
    	max-width: 400px;
    }
    
	.header_text_main {
	    color: #003594;
	    font-size: 72px;
	    line-height: 80px;
	    font-weight: 700;
	}    
	
	
    .header_text_second {
        font-size: 20px;
        line-height: 28px;
        margin-top: -8px;
        margin-bottom: 62px;
        max-width: 430px;
    }
    header.special_landing {
        margin-bottom: -11px;
    }
    main section.analysis{
        /*max-width: calc(100% - 32px);*/
        /*padding: 30px;*/
        /*padding-right: 36px;*/
        margin-bottom: 24px;
        flex-flow: column;
        
    }
    
 
    
    .footer-position{
        display: flex;
        flex-flow: column-reverse;
    }
    .footer-text {
        margin: 0 auto;
        margin-top: 37px;
    }
    ul.footer-social-list {
        margin-top: 24px;
    }
    ul.footer-social-list>li {
        padding-right: 12px;
        padding-left: 12px;
    }
    .footer {
        padding-bottom: 26px;
    }
    .analysis_right_col {
        flex-flow: row;
        align-items: center;
        margin-top: 28px;
        margin-right: 0px;
        margin-left: 0px;
		justify-content: space-between;  
	}
	.btn_landing {
	    margin-top: 25px;
	}
	.analysis_price {
	    margin-bottom: 14px;
	    margin-top: -2px;
	}
	.footer {
    	margin-top: 96px;
	}
	
	.popup_banner_img_close{
	    right: 26px;
	    top: -30px;
	}
	.basket-place-landing-fix.dynamic .basketCount {
	    top: -11px;
	    right: -6px;
	}

	
	.footer {
		padding-top: 7px; 
	    padding-bottom: 0px;
	}
	.analys_hr {
	    margin-top: 96px;
	    margin-bottom: -13px;
	}
	.filter__item {
	    width: 100%;
	    max-width: initial; 
	    -ms-flex-preferred-size: initial;
	    flex-basis: initial; 
	}
	.analys_signup.large {
	    width: 296px;
	}
	main p {
	    font-size: 18px;
	    line-height: 28px;
        margin-top: 3px;
	}
	.anemiya_text {
	    padding-right: 17px;
	}
	.anemiya_text_listhead {
	    margin-top: 28px;
	    margin-bottom: 8px;
	}
	.anemiya_text_li {
	    font-size: 18px;
	    line-height: 28px;
	    padding-left: 36px;
	}
	ul>li.anemiya_text_li:before {
	    top: 13px;
	    width: 4px;
	    height: 4px;
	}
	.anemiya_head {
	    margin-bottom: -9px;
	}
	.promocode_block {
	    margin-top: 45px;
	}
	.analysis_text {
	    font-size: 18px;
	    line-height: 24px;
	    width: initial;
	    width: 345px;
	    padding-right: 56px;
	    margin-top: 18px;
	}
	.analysis_code {
	    margin-left: 0;
        margin-top: -2px;
	}
	.analysis_price_block {
	    padding-left: 73px;
	}
	.anemiya_consulting {
	    margin-top: 104px;
	}
	.consult_wrap {
	    align-items: start;
	}
	.consult_ico {
	    margin-top: 10px;
	}
	.record_text {
	    font-size: 28px;
	    line-height: 40px;
	    max-width: 390px;
	}
	.record_left {
	    padding: 34px 0 0 46px;
	}
	.record_wrap {
	    min-width: 736px;
	}
	.record_img{
		width: 256px;
	}
	a.record_button {
	    margin-top: 30px;
	}
	.anemiya_discount_block {
	    flex-flow: column;
	}
	.discount_wrap {
	    margin-right: 0px;
        margin-bottom: 61px;
	}
	.hr_small {
	    margin-top: 15px;
	    margin-bottom: 90px;
	}
	.cond_wrap {
	    margin-bottom: -11px;
	}
            
}
@media screen and (max-width: 1023px) and (min-width: 767px){

	.stripe-map {
	     padding-top: 7px; 
	}
}

/* mobile  */
@media screen and (max-width: 767px){

    .mainlogo {
        margin-top: 0px;
        height: 25px;
    }
    main section.analysis {
        padding: 0px;
    }
    .analysis_right_col {
        flex-wrap: wrap;
        padding: 0 22px 0 22px;
        margin-bottom: 8px;
    }
    .header_fixed {
		padding-top: 15px;
    	padding-bottom: 11px;        
    }
    .covid_this_city_fixed{
    	display: none;
    }
    
    .header__city-select {
	    top: 87px;
	    left: 6px;    	
    }
    
    .vit_depend_item span {
        max-width: 100%;
    }
    
    .covid_this_city_mob {
        display: flex;
        justify-content: center;
        background-color: #e3e2eb;
        height: 32px;
        align-items: center;
    }
    .covid_this_city_mob .this_city_text {
        font-size: 12px;
        margin-top: 0px;
        
    }
    
    .header_phone.fixed {
        font-size: 11px;
        margin-right: 16px;
        margin-top: -2px;
    }
    .covid_ico_wrap_fixed {
        margin-right: 8px;
    }
    .basketCount {
        width: 15px;
        height: 15px;
        padding-left: 0px;
        top: -4px;
        right: -2px;
        font-size: 10px;
    }
    
    .basket-place-landing-fix.dynamic .basketCount {
        width: 15px;
        height: 15px;
        padding-left: 0px;
	    top: -11px;
	    right: -6px;        
        font-size: 10px;
    }
    
    
    .covid_logo_wrap {
        
        flex-flow: column;
        align-items: flex-start;
        margin-top: -43px;
    }
    .covid_this_city {
        margin: 0px; 
        margin-top: 16px; 
        display: none;
    }
    .header_phone {
        margin: 0px;
        font-size: 11px;
        font-weight: 700;
        margin-right: 14px;
    }
    .covid_ico_wrap {
	    margin-top: -38px;	
        align-items: flex-start;
    }
    .header_text_wrap{
        margin-top: -13px;
        max-width: unset;
        margin-left: 0px;
    }
    .header_text_main {
        font-size: 40px;
        line-height: 48px;
        text-align: center;;
        font-weight: 700;
        max-width: 300px;
        margin: auto;
        margin-top: 5px;
    }
    .header_text_main:nth-of-type(2) {
        margin-top: 5px;
    }
    .header_text_second {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        max-width: 300px;
	    margin: auto;
        margin-top: -9px;
    }
    
    .btn_landing{
        width: 200px;
        font-size: 18px;
        height: 48px;
    }
    .header_top_wrap{
        background-color: #ecebf1;
        height: 405px;
        background-image: initial;
        background-size: contain;
        background-position: center bottom;
    }
    main p {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 24px;
    }
    header.special_landing {
        margin-bottom: 54px;
    }
    h2 {
    	max-width: 100%;
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        margin-top: 8px;
        margin-bottom: 16px;
    }
    .analys_hr {
        margin-top: 80px;
        margin-bottom: 77px;
    }
    .analys_group {
        margin-top: 34px;
    }
    main section.analysis {
        max-width: calc(100% - 32px);
    }
    .analys_header {
        font-size: 22px;
        font-weight: 700;
        padding: 15px 22px 16px;
        line-height: 32px;
    }
    .analys_descr {
        font-size: 16px;
        line-height: 24px;
    }
    .analys_inner {
        padding: 21px 23px 3px;
    }
    .analys_list {
        margin-top: 29px;
        margin-bottom: 38px;
    }
    .analys_list li{
        line-height: 16px;
        margin-bottom: 8px;
    }
    .analys_list li::before {
        top: 0px;
    }
    main section.analysis {
        margin-bottom: 40px;
    }
    .footer-position{
        padding-left: 32px;
        padding-right: 32px;
    }
    ul.footer-social-list>li {
        padding-right: 8px;
        padding-left: 8px;
    }
    ul.footer-social-list {
        margin-top: 32px;
    }
    .footer {
        margin-top: 56px;
    }
    .footer-text {
        margin-bottom: 16px;
        text-align: center;
    }
    h3 {
    	margin: auto;
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 27px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .analysis_code {
        flex-basis: 50%;
    }

    .analysis_code:nth-of-type(2) {
        justify-content: flex-end;
    }
    .analys_descr a {
        font-size: 16px;
        line-height: 24px;
    }
    .header_top {
        margin-top: 4px;
    }
    .red_warning {
        font-size: 13px;
    }
    .main_text {
        font-size: 16px;
        margin-top: 78px;
        line-height: 24px;
    }
    

    .analys_signup.small {
        margin-left: 0px;
        align-self: center;
        margin-top: 16px;
        position: absolute;
        bottom: 0px;
    	right: 0px;
	    margin-bottom: 39px;
    	width: 136px;
        
    }
    
    
    
  
    h2.yandex_maps{
    	font-size: 26px;
    	line-height: 32px;
    	margin-bottom: 22px;
    	margin-top: 103px;
    }
    
    
    .popup_banner_img_close {
        right: 16px;
        top: 1px;
    }
    .cal_wrap.adults{
    	/*display: none;*/
    	display: flex;
    }
    #map, #map div {
        height: 544px;
    }
    
    .header_mob_image{
    	display: block;
    	width: 100%;
    }
    .header_text_discount {
        font-size: 28px;
        line-height: 24px;
        text-align: center;
        margin-top: 25px;
        margin-left: 0px;
        max-width: initial;
    }
    .analys_signup.large {
        margin: auto;
        margin-top: 36px;
        height: 48px;
        width: 100%;
        max-width: 400px;
    }
    .anemiya_head {
        margin-top: 29px;
        flex-flow: column;
    }
    .anemiya_text_listhead {
        margin-top: 25px;
        margin-bottom: 8px;
    }
    .anemiya_text_li {
        font-size: 16px;
        line-height: 24px;
        padding-left: 36px;
    }
    ul>li.anemiya_text_li:before {
        top: 12px;
        left: 3px;
    }
    .anemiya_img {
        height: initial; 
        border-bottom-left-radius: 32px;
        margin-top: 34px;
        margin-bottom: 41px;
    }
    .analys_hr {
        margin-top: 66px;
        margin-bottom: 54px;
    }
    .centered {
        font-size: 16px;
        line-height: 24px;
        margin-top: -62px;
    }
    .promocode_block {
        margin-top: 34px;
        padding: 17px 15px 31px;
        margin-bottom: 15px;
    }
    .promocode_text {
        font-size: 24px;
        line-height: 32px;
    }
    .promocode_input {
        margin-top: 27px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .promocode_input {
        height: 40px;
        width: 100%;
        font-size: 16px;
        padding: 12px 11px;
        margin-left: 0px;
        margin-top: 17px;
    }
    .btn_landing {
        margin-top: 16px;
        height: 40px;
        font-size: 16px;
        width: 100%;
    }
    .analysis_text {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        padding-right: 0px;
        margin-top: 18px;
    }
    .analysis_block {
        flex-flow: column;
        position: relative;
        padding-bottom: 49px;
    }
    .analysis_code {
        flex-flow: row;
        align-items: baseline;
        margin-top: 10px;
    }
    .analysis_code_val {
        margin-top: 0px;
        margin-left: 2px;
    }
    .analysis_price_block {
        padding-left: 0px;
        display: flex;
        align-items: baseline;
        margin-top: 16px;
    }
    .analysis_price_old {
        margin-left: 8px;
    }
    .analys_hr {
        margin-top: -24px;
        margin-bottom: -50px;
    }
    .consult_wrap {
        display: flex;
        align-items: flex-start;
        padding: 0;
        border: 0px;
        max-width: 1056px;
        margin: auto;
    }
    .consult_text {
        margin: 0px;
        margin-left: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    .anemiya_consulting {
        margin-bottom: 31px;
    }
    .consult_ico {
     	margin-top: 3px;
    }
    .record_wrap {
        flex-flow: column-reverse;
        min-width: initial;
        margin-bottom: 80px;
    }
    .record_left {
        padding: 0;
    }
    .record_text {
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
        text-align: center;
        margin-top: 48px;
    }
    .record_text span {
        font-size: 25px;
        line-height: 28px;
        display: block;
        text-align: center;
        margin-bottom: 3px;
    }
    .record_img {
         width: initial; 
    }
    a.record_button {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .anemiya_discout {
        margin-top: 104px;
        margin-bottom: 33px;
    }
    .discount_text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 22px;
    }
    .discount_wrap {
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .hr_small {
        margin-top: -1px;
        margin-bottom: 43px;
    }
    .action_cond {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 16px;
    }
    .cond_wrap {
        margin-bottom: 74px;
    }
    .anemiya_research {
        margin-top: 105px;
    }
    .promocode_ok_wrap {
        margin-right: 0px;
        flex-flow: column;
        margin-top: 16px;
        margin-bottom: 0px;
    }
    .promocode_ok_text {
    	text-align: center;
    	margin-top: 6px;
    	margin-bottom: -5px;
    }
    .promocode_ico {
        width: 48px;
        margin-right: 0px;
    }
    
    
}


@media screen and (min-width: 900px){

	.modal{
		min-width: 800px;
	}
	
}