@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
*{
    margin: 0;
    padding: 0;
}
.navbar-toggler{
    color: var(--main);
    background: #c9daff;
}
.swiper-wrapper{
    height: auto !important;
}
#mobile_btn{
    display: none;
}
.podlozka.spec{
    margin-top: 0;
}
body{
    font-family: 'montserrat', sans-serif;
    background: #fff;
    position: relative;
}
section{
    padding-top: 120px;
}
h1{
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #000;
}
h2{
    font-size: 48px;
    font-weight: 700; 
}
h2,h3,h4,h5,p{
    margin: 0;
    padding: 0;
}
ol, ul{
    padding-left: 0;
}
a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
}
.container-fluid{
    padding: 0px 250px;
}
p{
    margin: 0;
    padding: 0;
}
:target{
    scroll-margin-top: 120px;
}
:root{
    --main: #316DFF;
    --gray: #222222;
}
.logo img{
    height: 60px;
}
.fixed-top{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 45px;
    background: linear-gradient(92.01deg, #316DFF 0%, #194FD1 100%);
    border: 0px;
    border-radius: 0px;
    color: #fff;
    border: 1px solid var(--main);
    transition: .4s;
}
.btn_black{
    background: #000;
    border: 1px solid #000;
}
.btnNext{
    margin-left: 30px;
}
.navbar_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.collapse{
    flex-grow: 0;
}
.nav-item{
    margin: 0px 15px;
}
/* swiper main */
.main{
    width: 100%;
    padding: 0;
}
.container-fluid-main{
    margin: 0;
    padding: 0;
    width: 100%;
}
.main_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper_main{
    height: 100%;
    width: 100%;
}
.swiper_main .swiper-slide{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h2 span, h1 span, h3 span, p span, a span{
    color: var(--main);
}
.swiper_main_text{
    max-width: 600px;
    margin-left: 250px;
}
.swiper_main_text p{
    margin: 40px 0px;
    max-width: 460px
}
.swiper_main_text ul{
    margin: 40px 0px 40px 20px;
}
.swiper_main_text ul li{
    margin: 10px 0px;
    color: var(--main);
    font-weight: 700;
}
.swiper_main_text h4{
    margin-bottom: 20px;
}
.swiper-pagination-bullet-active{
    background: var(--main);
}
.social_main{
    margin-top: 60px;
}
.social_main a{
    margin-right: 15px;
}
.social_main a img{
    transition: .4s;
}
.social_main a img:hover{
    transform: scale(1.2);
}
.btn:hover{
    color: var(--main);
    background: transparent;
    border: 1px solid var(--main);
}
.swiper_main_img img{
    width: 900px;
}
/* анимация кнопки */
.autoflash{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
 .flash{
   content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 3em;
display: block;
position: absolute;
top: 0;
left: -4.5em;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
-webkit-transition: none;
transition: none;
}
.lighting {
-moz-animation: moving 6s ease-in-out infinite;
-ms-animation: moving 6s ease-in-out infinite;
-o-animation: moving 6s ease-in-out infinite;
animation: moving 6s ease-in-out infinite;
}
@keyframes moving {  
 30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
    transform: skewX(-45deg) translateX(40.5em);   
    
    }
100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
    transform: skewX(-45deg) translateX(40.5em);   
    }
 }

/* about */
.about_img img{
    width: 580px;
}
.about{
    justify-content: space-between;
    align-items: center;
}
.about_text h2{
    margin-bottom: 60px;
}
.about_text p{
    margin-bottom: 30px;
}

/* podlozka */
.podlozka{
    margin-top: 120px;
    padding: 95px 0px;
    background-image: linear-gradient(0deg, rgba(26, 56, 128, 0.6), rgba(26, 56, 128, 0.6)), url('/img/main_1.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.circle{
    display: block;
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pre_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
}
.preim{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pre_div p{
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 280px;
}
/* научные исследлвания */
.since{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.since_text{
    width: 50%;
}
.since_text h2{
    max-width: 580px;
}
.since_text p{
    max-width: 700px;
    margin: 60px 0px;
}
.olifa_flex{
    display: flex;
    align-items: center;
}
.olifa_text {
    margin-left: 50px;
}
.olifa_text h3{
    font-size: 64px;
    font-weight: 700;
}
.olifa_text p{
    color: #999999;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}
.olifa_img{
    display: flex;
    align-items: center;
}
.green_circle{
    display: block;
    background: var(--main);
    height: 140px;
    width: 140px;
    border-radius: 50%;
}
.olifa_img img{
    margin-left: -125px;
    height: 114px;
}
.since_img img{
    width: 580px;
}

/* сертификаты */
.sertificate{
    position: relative;
}
.sertificate h2{
    margin-bottom: 60px;
}
.swiper_srtificate_img{
    height: 430px;
    width: 320px;
}

.swiper-navigation{
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: 40px;
    z-index: 1;
}
#swiperNext, #swiperNext_1, #swiperNext_2, #swiperNext_3, #swiperNext_4, #swiperNext_5, #swiperNext_7{
    background-image: url('/img/icons/right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40px;
    width: 40px;
    border: 0px;
    background-color: transparent;
    margin-left: 10px;
}
#swiperPrev, #swiperPrev_1, #swiperPrev_2, #swiperPrev_3, #swiperPrev_4, #swiperPrev_5, #swiperPrev_7{
    background-image: url('/img/icons/left.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40px;
    width: 40px;
    border: 0px;
    background-color: transparent;
}

/* блок магазин */
.gray{
    margin-top: 120px;
    padding: 95px 0px;
    background: #F7F8F7;
}
.pre_market{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.menu_market{
    display: flex;
    align-items: center;
}
.menu_market_punct{
    margin-left: 40px;
}
.market{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu_market_punct .active{
    color: var(--main);
}
.menu_market a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.pre_line{
    display: block;
    height: 2px;
    background: var(--main);
    width: 90%;
    margin-left: 5%;
    opacity: 0;
    transition: .4s;
}
.menu_market_punct:hover >.pre_line{
    opacity: 1;
}
.nav-item:hover >.pre_line{
    opacity: 1;
}
.market_div{
    margin-top: 40px;
    padding: 30px 50px;
    width: 400px;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 25px 0px;
    display: flex;
    align-items: center;
}
.market_div img{
    height: 140px;
}
.stars{
    display: flex;
    align-items: center;

}
.stars img{
    height: 16px;
    width: 16px;
}
.market_text h4{
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0px;
}
.market_text p{
    color: #999999;
}
.market_text button{
    margin-top: 20px;
}

/* secret */
.secret, .secret_1, .secret_2, .secret_3, .secret_4, .secret_5, .secret_6{
    display: none;
}
.active{
    display: block;
}
/* напиток полезен всем */
.help_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.help_navigation{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.help_navigation_punct.mb{
    margin-bottom: 30px;
}
.help_navigation_punct{
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 18px 30px;
    width: 500px;
    cursor: pointer;
}
.help_navigation_punct img{
    margin-right: 20px;
    height: 50px;
    width: 50px;
}
.help_navigation_punct p{
    font-size: 16px;
    font-weight: 700;
}
.help_navigation_punct_active{
    background: var(--main);
    color: #fff;
}
.help_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.secret_3, .secret_4, .secret_5, .secret_6{
    width: 100%;
    margin-left: 80px;
}
.img_help, .img_help_1, .img_help_2, .img_help_3{
    display: block;
    height: 430px;
    width: 360px;
    background-position: center;
    background-size: cover;
    margin-right: 40px;
}
.img_help{
    background-image: url('/img/mifs/design.jpg');
}
.img_help_1{
    background-image: url('/img/mifs/old.jpg');
}
.img_help_2{
    background-image: url('/img/mifs/rich.jpg');
}
.img_help_3{
    background-image: url('/img/mifs/money.jpg');
}
.help_flex_text{
    max-width: 400px;
}
.help_flex ul li{
    font-size: 18px;
    margin-bottom: 30px;
}
.help_flex ul{
    list-style: none;
}
.help_flex ul li::before {
    content: "\2022";  /* юникод точки */
    color: var(--main); /* Менять цвет */
    font-weight: 900; /* Менять жирность */
    display: inline-block; /* Расстояние между точкой и текстом */
      width: 1em; /* Задать значение расстояния */
}
.help_btn{
    margin: 30px 0px;
}
/* бутылка эко */
.buttle_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.buttle_flex img{
    height: 560px;
    width: 560px;
}
.buttle_text h2{
    max-width: 700px;
    margin-bottom: 60px;
}
.buttle_text ul{
    list-style: none;
    margin-bottom: 60px;
}
.buttle_text ul li{
    font-size: 18px;
    margin-bottom: 30px;
}
.buttle_text ul li::before {
    content: "\2022";  /* юникод точки */
    color: var(--main); /* Менять цвет */
    font-weight: 900; /* Менять жирность */
    display: inline-block; /* Расстояние между точкой и текстом */
      width: 1em; /* Задать значение расстояния */
}
/* video */
.video{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.video_img{
    height: 400px;
    width: 580px;
    background-image: url('/img/youtube_podlozka.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.green_circle{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2%;
    cursor: pointer;
}
.green_circle img{
    transition: .4s;
}
.green_circle img:hover{
    transform: scale(1.2);
}
.video_text h2{
    max-width: 600px;
}
.youtube_flex a{
    display: flex;
    margin: 30px 0px;
    align-items: center;
}
.youtube_flex img{
    margin-right: 30px;
}
.youtube_text h4{
    font-size: 36px;
    font-weight: 700;
}
.youtube_text p{
    color: #999999;
    font-size: 24px;
    font-weight: 700;
}
/* visit */
.galery_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.galery{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0px 30px 0px;
}
.img_galery{
    width: 400px;
    margin-bottom: 30px;
}
.galery img{
    width: 400px;
    height: 275px;
    margin-bottom: 10px;
}
/* swiper_three */
.swiper_three{
    margin-top: 60px;
}
.slider_div{
    margin: 10px;
    display: inline-block;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px;
}
.slider_div p{
    margin-top: 20px;
    max-width: 340px;
    font-size: 14px;
}
.slider_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}
.slider_avatar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_avatar img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.slider_avatar_text{
    margin-left: 20px;
}
.slider_avatar_text h5{
    font-size: 18px;
    font-weight: 700;
}
.slider_avatar_text h6{
    color: #999999;
    font-size: 14px;
    font-weight: 500;
}
.secret_text{
    display: none;
}
.otzyv_toggle{
    cursor: pointer;
    color: var(--main);
}
/* видео отзывы */
.swiper_three_2{
    margin-top: 60px;
}
.video_slide{
    height: 400px;
    width: 580px;
    background-image: url('/img/youtube_podlozka.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
video {
    object-fit: cover;
}
/* контакты */
.pre_cont{
    margin: 40px 0px;
}
.div_cont{
    margin-bottom: 40px;
}
.div_cont h5{
    font-size: 24px;
    font-weight: 700;
}
.div_cont a{
    color: var(--main);
    font-size: 20px;
    font-weight: 700;
    width: 370px;
}
.div_cont p{
    color: #999999;
    font-size: 20px;
    font-weight: 700;
    max-width: 370px;
}
.social_main.spec{
    margin: 0;
}
/* delivery */
.delivery{
    background-image: url('/img/bg_delivery.png');
    width: 100%;
    background-size: cover;
    background-position: center;
}
.delivery_flex{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.delivery_div{
    background: #fff;
    width: 340px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery_text{
    margin-left: 30px;
}
.delivery_text h5{
    font-size: 24px;
    font-weight: 700;
}
/* не является средством */
.dont{
    padding: 60px 0px;
}
.dont img{
    width: 100%;
}
/* footer */
footer{
    background: var(--gray);
    padding: 80px 0px;
}
.first_footer{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 30%;
}
.first_footer img{
    height: 60px;
    margin-bottom: 20px;
}
.first_footer p{
    color: #fff;
    max-width: 340px;
    margin-bottom: 20px;
}
.first_footer a{
    color: #fff;
    max-width: 340px;
}
.footer_div{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 20%;
}
.line_footer{
    display: block;
    height: 2px;
    width: 40px;
    background: var(--main);
}
.footer_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_div h5{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.footer_link{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_link a{
    color: #fff;
    margin-left: 10px;
}
/* модальное окно */
.modal_item-header{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 20px;
}
.modal_item-body{
    padding: 0px 40px 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 280px;
}
.spec_title{
    margin-top: 60px;
    margin-bottom: 20px;
}
.title h2{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.title_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.title_header h3{
    font-size: 24px;
    font-weight: 700;
}
.modal-content{
    border: 0px;
}
.input_modal{
    width: 100%;
    padding: 12px 20px;
    border: 1px solid var(--main);
    margin-bottom: 20px;
}
label{
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
}
.btn_modal{
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
}
.politic{
    text-align: center;
}

/* допил */
.hover-text-one {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
    position: relative;
    height: 500px;
}
.hover-text-one .effect-text-three {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: var(--main);
	text-align: center;
	cursor: pointer;
    height: 500px;
}
.hover-text-one .effect-text-three img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 1;
}
.text_swiper{
    z-index: 9;
    position: absolute;
    bottom: 15px;
    text-align: left;
    left: 40px;
    color: #fff;
    transition: 0.2s ease-in;
    max-width: 370px;
}
.text_swiper h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
}
.text_swiper h4{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    display: none;
    text-align: left;
}
.text_swiper_opacity{
    display: none;
}
.text_swiper p{
    display: none;
}
.hover-text-one:hover > .text_swiper{
    bottom: 430px;
}
.hover-text-one:hover > .text_swiper p{
    display: block;
}
.hover-text-one:hover > .text_swiper h4{
    display: block;
}


/* Эффект при наведении */
.hover-text-one .effect-text-three {
	background: var(--main);
    position: relative;
}
.hover-text-one .effect-text-three img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover-text-one .effect-text-three:hover img {
	opacity: 0.3;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    z-index: -1;
}
.text_slider_work_hover{
    position: absolute;
    color: #fff;
    text-align: left;
    padding: 40px;
    height: 100%;
}
.text_slider_work_hover h4{
    font-size: 28px;
    font-weight: 700;
    max-width: 340px;
}
.slider_work_price{
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 8%;
}
.text_slider_work_hover p{
    margin-top: 20px;
}
.text_slider_work h4{
    position: absolute;
    color: #fff;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    max-width: 340px;
    text-shadow: 1px 1px 4px black;
}
.hover-text-one:hover > .text_slider_work{
    opacity: 0;
}
.faq_div{
    border: 1px solid #000;
    padding: 30px;
    margin-bottom: 20px;
}
.faq_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq_tex h5{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
.h2_faq{
    margin-bottom: 60px;
}
.secret_faq{
    display: none;
    margin-top: 60px;
}





/*Quiz CSS*/

.line_hor_gray{
    display: block;
    background: #E2E2E2;
    width: 100%;
    height: 2px;
    margin: 10px 0px;
}
.quiz_form{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: start;
}
.qwiz_header_right{
    display: flex;
    margin-left: 30px;
    align-items: center;
}
.qwiz_bottom_right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 30px;
}
.qwiz_header_right img{
    margin-right: 10px;
}
.progress_bar {
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c1c1c1;
}
.progress {
    height: 100%;
    background: var(--main);
    width: 0;
    transition: .3s ease-in-out;
}
.quiz_blockControl {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.quiz_block {
    display:none;
    width: 100%;
    margin-left: 30px;
}
.quiz_block.active {
    display: block;
    width: 100%;
    margin-left: 30px;
}
.quiz_progress{
    width: 60%;
}
.qwiz_body{
    margin: 50px 0px 60px 0px;
    height: auto;
}
.qwiz_body h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.qwiz_line_flex{
    display: flex;
    align-items: center;
}

.div_img{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.div_img input{
    margin-right: 10px;
}
.div_img {
	display: inline-block;
	margin-right: 10px;
}
.div_img input[type=radio] {
	display: none;
}
.div_img label {
	display: inline-block;
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid rgb(199, 199, 199);
	border-radius: 6px;
	user-select: none;
}
 
/* Checked */
.div_img input[type=radio]:checked + label {
	background: #c9daff;
}
 
/* Hover */
.div_img label:hover {
	color: #666;
}
 
/* Disabled */
.div_img input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}
.title h2{
    font-size: 22px !important;
    font-weight: 700;
    max-width: none;
    margin: 0;
    margin-bottom: 5px;
}
.title h4{
    font-size: 18px;
    color: var(--main);
    font-weight: 700;
}
.title  p{
    font-size: 14px;
    text-align: center;
    margin: 20px 0px;
}
.input_modal{
    border-radius: 5px;
    border: 1px solid #000;
}
.btn_form{
    width: 100%;
}
.modal_item-body{
    position: relative;
}
.modal_item-body img{
    height: 240px;
    width: 100%;
    position: absolute;
    top: 0;
}
.btn-close{
    z-index: 999;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* страница спасбио */
.thanks{
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.thanks p{
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.thanks img{
    height: 400px;
    margin-bottom: 40px;
}
.action{
    background-image: linear-gradient(0deg, rgba(26, 56, 128, 0.6), rgba(26, 56, 128, 0.6)), url('/img/pages/comnat.png');
    background-size: cover;
    background-position: center; 
    background-attachment: fixed;
    height: 400px;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.action_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.action h3{
    max-width: 660px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.slider_after{
    margin-top: 40px;
}
.tarif_slide{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 30px 0px;
}
.tarif_div{
    display: block;
    padding: 40px 70px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 390px;
    margin-left: 0px;
}

.tarif_div h3{
    margin-top: 10px;
    font-size: 36px;
}
.list{
    margin: 40px 0px;
}
.list_flex{
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}
.list_flex img{
    height: 24px;
    width: 24px;
    margin-right: 15px;
}
.list_flex  p{
    text-align: left;
}
.tarof_nav{
    position: absolute;
    top: 50%;
    width: 80%;
    justify-content: space-between;
    left: 10%;
}
.tarif_cont{
    position: relative;
    text-align: center;
}
.tarif_cont h2{
    margin-bottom: 10px;
}
footer p, footer a{
    color: #fff;
}
.button_up{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
.button_up a img{
    height: 60px;
    transition: .4s;
}
.button_up a img:hover{
    transform: scale(1.2);
}
.header_tel_menu_flex{
    display: flex;
    align-items: center;
}
.mobile_tele a img{
    margin-right: 10px;
    height: 30px;
}
.otzuv_btn{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qwiz_flex_input{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 30px 0px;
    flex-wrap: wrap;
}
.what{
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flex_qwiz_tel{
    display: flex;
    align-items: center;

}
.qwiz_input{
    margin: 0;
    margin-right: 20px;
}
.price_page{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background: url('/img/mobile/price_phon.png');
    height: 400px;
    background-position: center;
    background-size: cover;
}
.content_price h2{
    color: #fff;
}
.table>:not(caption)>*>*{
    border-right-width: 1px;
    border-left-width: 1px;
}
thead{
    background: var(--main);
    color: #fff;
}
.container_toggle{
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #f5f6f8;
    border-radius: 10px;
    padding: 40px;
}
.container_toggle h3{
    margin-bottom: 40px;
}
.flex_toggle{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.content_toggle_price{
    padding: 10px 25px;
    border: 1px solid var(--main);
    border-radius: 5px;
    background: #fff;
    margin-right: 10px;
    transition: .4s;
    margin-bottom: 10px;
}
.content_toggle_price.active{
    background-color: #c9daff;
}
.content_toggle_price:hover{
    background-color: #c9daff;
}



