html {
	scroll-behavior: smooth
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #282828;
	color: #fff;
	overflow-x: hidden;
	cursor: default;
}
header {

	max-width: 1680px;
	background-position: center;
	margin: 0px auto;
}

a {
	text-decoration: none;
	color: #fff;
}

.test-gif img {
	margin: 0px auto;
	width: 100%;
	border-radius: 40px; 
}

.fizmaincard {
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 40px;
}

.fizmaincard h2 {
	font-size: 35px;
}


.namb_bnt {
	display: none;
}
.hamb-menu {
	display: none;
}

.header {
	display: flex;
	justify-content: space-between;
	background-color: #282828;
	align-items:center;
}

.bgimg img {
	z-index: -1;
	position: absolute;
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -8%;
	text-align: center;
}

.bgimg-phone {
	display: none;
}

.container {
	max-width: 1280px;
	margin: 0px auto;
}
.logo img {
	max-width: 80px;
	margin-left: 40px;
}

.menu {
	display: flex;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.menu-bt {
	padding-left: 5px;
	padding-right: 5px;
	

}

.menu-bt a {
	color: #fff;
	text-decoration: none;
	background-color: #23a783;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	border-radius: 10px;

}

.menu-bt a:hover {
	border-radius: 20px;
	transition: 0.6s;
}

.social {
	display: flex;
	justify-content: left;

}

.social img {
	max-width: 35px;
	padding-right: 10px;
	padding-left: 10px;
}

.phone {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #23a783;
	font-size: 1.3em;
	margin-right: 40px;
	cursor: default;
}

.phone span {
	font-weight: bold;
}

.mainblock {
	
	max-width: 1680px;
	height: 65vh;
	width: auto;
	background-position: center;
	margin: 0px auto;
	padding-top: 100px;
}

.slogan {
	color: #ffffff;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    cursor: default;
}

.slogan h1 {
	color: #ffffff;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    cursor: default;
}

.whywe {
	color: #ffffff;
    display: flex;
    align-items: center;
    max-width: 280px;
    padding:15px;
    font-weight: 600;
    line-height: 1.4;
}

.whywe-img {
	margin-right: 20px;
}

.mainblock img {
	max-width: 50px;
	  align-items: center;
}

.blockflex {
	display: flex;
	justify-content: space-between;
	height: 60vh;
}

.slogan {
	margin-bottom: 40px;
}
.right-block {
	
	max-width: 400px;
	max-height: 200px;
	margin-left: 100px;

}

.callback-block {
	text-align: center;
	background: rgba(255,255,255,0.7);
	font-size: 1.15em;
	font-weight: 500;
	padding: 30px;
	border-radius: 20px;
}

.callback-block input {
	width: 250px;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	border: none;
}


.viber i{
	font-size: 35px;
	padding-top: 10px;
	text-decoration: none;
	color: #23a783 ;
	margin-right: 10px;
	transition: 0.3s;
}

.viber i:hover{
	transform: scale(1.2);
	transition: 0.3s;
}

.telegram i{
	font-size: 35px;
	padding-top: 10px;
	text-decoration: none;
	color: #23a783 ;
	margin-right: 10px;
	transition: 0.3s;
}

.telegram i:hover{
	transform: scale(1.2);
	transition: 0.3s;
}

.whatsapp i{
	font-size: 35px;
	padding-top: 10px;
	text-decoration: none;
	color: #23a783 ;
	transition: 0.3s;
}

.whatsapp i:hover{
	transform: scale(1.2);
	transition: 0.3s;
}

.cb-text {
	margin-bottom: 10px;
	color: black;
	cursor: default;
}

.callback-block button {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 10px;
	border-radius: 5px;
	border: none;
	background-color: #23a783;
	
	font-weight: 500;
	letter-spacing: 1.2px;
	color: #fff;
	transition: 0.3s;
}

.callback-block button:hover{
	opacity: 1;
	transition: 0.3s;
	background-color: #077759;
}

.callback-block input:focus {
	outline: none;
}

.nashplus {
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.plus_img {
	width: 100px;
	padding: 10px;
}

.infoblock {
	margin-top: 150px;
	margin-bottom: 150px;
	display: flex;
	justify-content: center;
	align-items: center;

}
.plus-1 {
	display: flex;
	align-items: center;
}

.info_img img{
	max-width: 520px;
}

.info_text {
	margin-left: 200px;
	letter-spacing: 1.3px;
	line-height: 1.3;
	color: #fff;
}

.info_text h1 {
	margin-top: 0px;
	font-size: 35px;
	font-weight: 800;
}

.adv-card {
	display: flex;
	text-align: center;
	color: #fff;
}

.adv-slogan {
	text-align: center;
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 40px;
	margin-top: 40px;
	color: #fff;
}

.advc img {
	max-width: 80px;
}

.advc {
	background-color: #23a783;
	margin: 20px;
	padding: 20px;
	max-width: 300px;
	width: 100%;
	border-radius: 10px;
}

.adv_block_title {
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px;
}

.adv_block_text {
	line-height: 1.3;
	letter-spacing: 1.3px;
	margin-top: 10px;
}

.adv-button  {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
	cursor: pointer;
}

.adv-button span {
	background-color: #23a783;
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 10px;
}

.expb_slider{
	max-width: 550px;
	max-height: 280px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}


.expb {
	max-width: 1200px;
	display: flex;
	margin-bottom: 20px;
	background-color: #e8e8e8;
	align-items: center;
	border-radius: 5px;
}

.slider-photo {
	max-width: 550px;
	max-height: 280px;
	
}

.expb_slider img {
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
}

.cblock-text {
	display: flex;
}

.expb_text {
	margin-left: 70px;
	margin-right: 70px;
}

.cblock-text_left {
	padding-right: 20px;
}
.etext_main {
	font-size: 1.1em;
}
.cblock-text {
	font-family: 'Open Sans', sans-serif;
}

.cblock-text_right {
	font-weight: 600;
}


.exp-title {
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 150px;
}

.exp-text {
	text-align: center;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
}

.prp-title{
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 140px;
}

.prp-title h2{
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 140px;
}
}

.prp-slogan {
	text-align: center;
    font-size: 1.3em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.prp-p_b_img img {
	max-height: 150px;
	padding-top: 10px;
}

.prp-price_block {
	max-width: 350px;
	width: 350px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	margin-bottom: 50px;
}

.prp-p_b_name {
	font-size: 1.3em;
	font-weight: 600;
	margin-left: -20px;
	margin-right: -20px;
}

.prp-price_block span {
	font-weight: 800;
}

.price_block {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;

	justify-content: space-around;
}

.price-stantion {
	font-size: 1.4em;
    font-weight: 600;
    margin-top: 20px;

}

.prpb_one {
	margin-right: 80px;
	margin-left: 80px;
	
}

.prpb_two {
	padding-left: 80px;
	padding-right: 80px;
}
.pb_border {
	margin-top: 20px;
	margin-bottom: 50px;
	border-right: 1px solid;
}

.prpb_three {
	margin-left: 80px;
	margin-right: 80px;
}

.prp_button{
	margin-top: 20px;
	border-radius: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #23a783;
	cursor: pointer;
}

.prp-p_b_name {
	border-bottom: 1px solid;
	padding-bottom: 25px;
}

.fm-name {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	margin-left: -20px;
	margin-right: -20px;
}

.in-name {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	margin-left: -20px;
	margin-right: -20px;
}

.gn-name {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	margin-left: -20px;
	margin-right: -20px;
}

.pr-name {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	margin-left: -20px;
	margin-right: -20px;
}

.faq-title{
	    text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 150px
}

.faq-block {
	max-width: 850px;
	margin: 0px auto;

}

.faq-question {
	background-color: #23a783;
	border-radius: 15px;
	max-width: 850px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.1em;
	display: flex;
	justify-content: space-between;
}

.faq-arrow {
	max-width: 25px;
	max-height: 15px;
	display: none;
}

.faq-question img {
	max-width: 25px;

}

.faq-answer {
	display: none;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.1em;
	margin-bottom: 20px;
	max-width: 850px;
}

.active {
	display: block;
}


footer {
	background-color: #077759;
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	font-weight: 300;
}


.pricepanel {
	color: #fff;
}
.js-tab_trigger {
	position: relative;
}

.js-tab_trigger:before,
.js-tab_trigger:after{
	content: '';
	width: 15px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 5px; 
	transition: all 0.3s ease 0s;
}

.js-tab_trigger:before {
	transform: 	rotate(-40deg);
	right: 40px;
	top: 50%;
}

.js-tab_trigger:after {
	transform: 	rotate(40deg);
	right: 50px;
	top: 50%;
}

.js-tab_trigger.active:before,
.js-tab_trigger.active:after{
	background-color: #282828;
}

.js-tab_trigger.active:after{
	transform: rotate(-40deg);
}

.js-tab_trigger.active:before{
	transform: rotate(40deg);
}

.modalwindow {
	max-width: 100vw;
    width: 60vw;
    height: 80vh;
    text-align: center;
    position: fixed;
    top: 10%;
    left: 20%;
    right: 20%;
    z-index: 1000;
    background-color: #282828;

}

.mainwindow {
	max-width: 100vw;
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    z-index: 999;
    background-color: #282828;
    opacity: 0.8;
}

.modal_title {
	margin-top: 7%;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 20px;
}

.mw_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 40px;
}

.modalwindow input {
	width: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	font-size: 1.3em;
	border-radius: 15px;
	border: none;
}

.modalwindow button {
    border-radius: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    width: 320px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
    background-color: #23a783;
    border: none;
    cursor: pointer;
    color: #fff;
}

.formpolitic {
	margin-left: 140px;
	margin-right: 140px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 7%;
}

.modalclick {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 2em;
	font-weight: 300;
	transform: rotate(45deg);
	cursor: pointer;
}


.modalwindow {
	display: none;
}

.mainwindow {
	display: none;
}

.active_bg {
	display: block;
}

.cc_block {
	display: flex;
	justify-content: space-around;
}


.title_contact {
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 150px;
}

.cleft_block i {
	margin-bottom: 20px;
	margin-right: 10px;
	font-size: 1.5em;
	align-items: center;
	color: #23a783;
}

.cleft_block span {
	margin-bottom: 20px;
	margin-right: 10px;
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	align-items: center;
}

.social_cantact {
	display: flex;
	justify-content: left;
}

.social_cantact div {
	margin-right: 5px;
}

.social_cantact a {
	font-size: 1.3em;
}

.cright_block {
	margin-bottom: 20px;
    margin-right: 10px;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    align-items: center;
    text-align: center;
}

.cright_block button {
    
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #23a783;
    cursor: pointer;
    border: none;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.cright_block input {
	width: 270px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-radius: 5px;
	border: none;
}

.crb-title {
	margin-bottom: 10px;
}

.snoska {
	background-color: #23a783;
	border-radius: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: flex;
	max-width: 1280px;
	font-size: 19px;
}

.snoska_block {
	max-width: 50%;
}

.mm_title {
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 70px;
    margin-bottom: 40px;
    color: #23a783;
}

.modulinfo__img img {
	max-width: 80%;
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

.modinfo-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modulinfo_button_1 {
	text-align: center;
	margin-top: 20px;
    border-radius: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #23a783;
    cursor: pointer;
   
}

.modulinfo_1 {
	margin-bottom: 80px;
}

.snoska_block_2 {
	margin-left: 20px;
}
.modulinfo_text {
	line-height: 1.5;
	max-width: 850px;
	width: 90%;
}

.pmain {
	display: flex;
}

.pmain1 {
	width: 50%;
	height: 100vw;
}


.mp-block1 {
	background-image: url(img/main11.jpeg);
	height: 45vh;
	background-repeat:no-repeat;
	background-position: center;
	text-align: center;

	align-items: center;
}


.mp-block2 {
	background-image: url(img/main1111.jpg);
	height: 45vh;
	background-repeat:no-repeat;
	background-position: center;
	text-align: center;
}



.pmb-text {
	position: relative;
	top: 50%;
	font-size: 35px;
    font-weight: 800
}


.pmb-button {
	position: relative;
	top: 70%;
}

.pmb-button a {
	text-align: center;
    margin-top: 20px;
    border-radius: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #23a783;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.prc-img-1 {
	position: absolute;
	right: 0;
	right: -7%;
}

.prc-img-1 img {
	width: 66%;
	height: auto;
}

.prc-img-2 {
	position: absolute;
	left: 0;
	margin-top: 3px;
}

.prc-img-2 img {
	width: 53%;
}

.prc-img-3 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.prc-img-4 {
	position: absolute;
	right: -10%;
	bottom: 2%;

}

.prc-img-4 img {
	width: 70%;
}

button {
	cursor: pointer;

}

.faq-question {
	cursor: pointer;
}

.pmb_img img {
	max-width: 650px;
}

.pmain_block {
	text-align: center;
	transition: 0.4s;
	cursor: pointer;
    position: relative;
   
}

.pmain_block:hover {
	transform: scale(1.1);
}

.pmain_block img {
	border: 5px solid #fff;
}
.pm-block {
	display: flex;
	justify-content: space-around;
	margin-top: 35px;
	margin-bottom: 100px;

}

.pmb_button {
	text-decoration: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    padding: 20px 35px 20px 35px;
    margin-top: 390px;
    border-radius: 10px;
    

}


.pmb_title {
	font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 600;
    margin-top: -405px;
    margin-bottom: 17px;
}




.pmb_button {
	
	background-color: #23a783
}

.pp_img img {
	max-width: 300px;
	text-align: center;

}

.pb-partners {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}

.pb-partners img {
	margin: 20px;
	
}

.pp_img {

	margin: auto;
}

.title_contact_2 {
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 50px;
}

.faq-maintitle {
	text-align: center;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.faqleft img{
	max-width: 500px;
}

.faqright {
	font-size: 1.1em;
	margin-left: 20px;
}

article a {
	text-decoration: underline;
	color: #23a783;
}

.faqmain {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.perevagi-fiz_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.perevagi-fiz__img {
	margin-bottom: 20px;
}

.perevagi-fiz__card {
	background-color: #23a783;
	max-width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	font-size: 1.1em;
	margin-bottom: 40px;

}

.perevagi-fiz_title h2 {
	text-align: center;
	font-size: 35px;
    font-weight: 800;
    margin-bottom: 40px;

}

.perevagi-fiz__text {
	padding: 10px;
}

.pfiz {
	font-size: 1.1em;
}

.nedolik-card {
	background-color: #ff0f00;
}

.fiz_btn {
	max-width: 480px;
	text-align: center;
	margin: 0px auto;
	margin-top: 80px;
}




@media screen and ( max-width: 1280px ) {
	.container {
		max-width: 1040px;
		width: 100%;
	}

	

	.menu {
		display: none;
	}

	.blockflex {
		display: block;
	}

	.left-block {
		text-align: center;
	}

	.right-block {
		max-width: 90%;
		margin: 0px auto;
	}

	.nashplus {
		margin-top: 5px;
	}

	.price_block {
		display: block;
		margin: 0px auto;
	}

	.prp-price_block {
		max-width: 90%;
		width: 100%;
		margin: 0px auto;
	}

	.prp-p_b_name {
		margin: 0px;
	}

	.fm-name {
		margin: 0px;
	}

	.in-name {
		margin: 0px;
	}

	.gn-name {
		margin: 0px;
	}

	.pr-name {
		margin: 0px;
	}

	.snoska {
		width: 90%;
		margin-top: 40px;

	}

}


@media screen and ( max-width: 520px ) {
	.social {
		display: none;
	}


	.pm-block {
		display: block;
	}

	.pm-block img{
		max-width: 480px;
		max-width: 90%;
		position: relative;
	}

	.pmb_title {
		margin-top: 10px;
	}

	.pmb_button {
		margin: 0px auto;
		margin-top: 5px;
		margin-bottom: 40px;
		display: block;
		max-width: 80%;
	}
	.nashplus {
		display: block;
		margin-top: 15px;
	}

	.cc_block {
		display: block;
		align-items:center;
		text-align: center;
	}

	.social_cantact {
		justify-content: center;
		margin-top: 20px;

	}

	.prp-p_b_img img {
		max-width: 320px;
	}

	.mainblock {
		height: 100vh;
	}

	.blockflex {
		height: 80%;
	}

	.plus-1 {
		justify-content: center;
		margin-bottom: 30px;
	}

	.bgimg {
		display: none;
	}

	.bgimg-phone {
		display: block;
		
	}

	.modinfo-flex {
		flex-wrap: wrap;

	}

	.modulinfo__img {
		position: relative;
	}

	.bgimg-phone img {
		z-index: -1;
		position: absolute;
		height: 95vh;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
	}

	.mainblock {
		padding-top: 40px;
	}
	
	.modalwindow {
		width: 100vw;
		height: 100vh;
		top: 0%;
		left: 0;
		right: 0;
	}

	.formpolitic {
		margin-left: 4px;
		margin-right: 4px;
	}

	.modal_title {
		margin-top: 27%;
		margin-left: 4px;
		margin-right: 4px;
	}

	.faq-question {
		padding-left: 35px;
		padding-right: 45px;
	}

	.snoska_block {
		max-width: none;
	}

	.snoska {
		display: block;
	}

	.snoska_block_2 {
		margin-left: 0px;
	}

	.prp-title {
		margin-left: 2px;
    margin-right: 2px;
	}

	.hamb-menu {
		z-index: 99999;
		width: 100vw;
		height: 100vh;
		text-align: center;
		font-size: 32px;
		font-family: 'Open Sans', sans-serif;
		position: fixed;
		top: 0px;
		background-color: #282828;
		display: none;
		transition: 1s;
	}

	.hmm_position {
	position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }
	


	.menu-bt_hamb {
		margin-bottom: 40px;
	}

	.logo img {
		margin-left: 5px;
		margin-right: 10px;
	}

	.header {
		justify-content: left;
	}

	.hamb-menu {
		display: none;
		transition: 1s;

	}

	
#menu_checkbox
{
    display: none;
}

label
{
    position: absolute;
    top: 40px;
    right: 40px;
 
    z-index: 9999999;
    display: block;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s ease transform;
    cursor: pointer;
}

label div
{
    width: 6px;
    height: 6px;
    background-color: #23a783;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}

label div:first-child
{
    width: 30px;
}

label div:nth-child(2)
{
    width: 30px;
}

label div:last-child
{
    width: 30px;
    margin-bottom: 0;
}

#menu_checkbox:checked + label
{
    transform: translateY(-50%) rotateZ(-90deg);
}

#menu_checkbox:checked + label div
{
    width: 6px;
    margin-left: 12px;
    margin-bottom: 3px;
    background-color: #FFC107;
}


.hamb_acive{
	display: block;
	transition: 5s;
}

.namb_bnt {
	display: block;
}

.faqmain {
	display: block;
}

.faqright {
	margin: 0px auto;
	display: block;
	max-width: 90%;
}

.faqleft img{
	max-width: 90vw;
    margin: 0px auto;
    display: block;
}

.perevagi-fiz_block {
	display: block;
}

.perevagi-fiz__card {
	max-width: 90%;
	margin: auto;
	margin-bottom: 40px;
}

.pfiz {
	display: block;
	max-width: 90%;
	margin: 0px auto;
}

.fiz_btn {
	max-width: 90%;
}

.fizmaincard  {
	max-width: 90%;
}

.faq-block {
	max-width: 90%;
}

.faq-answer {
	max-width: 90%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
}


