:root {
  --main-color: #C8F55A;
  --main-color-2: #4A6FFE;
  --main-color-3: #FFFFFF;
  --main-color-4: #B6B4B4;
  --main-color-5: #211D1D;
  --main-color-6: #CFD9FE;
  
  --main-bg-color-1: linear-gradient(163.03deg, #4A6FFE 11.69%, #C8F55A 112.11%);
  
  --main-shadow: 0px 8px 64px 0px #00000033;
  --main-shadow-2: 0px 0px 24px 0px #0000003D;
  --main-shadow-3: 0px 0px 24px 0px #0000001A;
  --main-shadow-4: 0px 0px 120px 150px #ffffff;
  
  --main-transition: transform 4s ease-in-out 1s;
  --main-transition-2: all 1s ease-in-out;
  --main-transition-3: all 0.4s ease-in;
}

* {
	padding: 0;
	margin: 0;
	font-family: Mont;
	color: var(--main-color-5);
}
html{
	overflow-x: hidden;
}
html, body {
	position: relative;
	height: 100%;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.fixed {
	position: fixed;
	z-index: 999;
}
.absolute {
	position: absolute;
	z-index: -9;
}
.hide {
	position: absolute;
	z-index: -9;
	height: 0;
	visibility: hidden;
	display: none;
}
.mob {
	display: none;
}
.reverse {
  transform: rotateZ(180deg);
}
.green {
	color: var(--main-color);
}
.blue {
	color: var(--main-color-2);
}
.gray {
	color: var(--main-color-4);
}
.mg {
	margin: 55px 0;
}
.h2{
	font-size: 50px;
    line-height: 100%;
    text-align: center;
	display: block;
	font-weight: 700;
}
.btn_t1 {
	display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    max-width: 320px;
    border-radius: 60px;
    background: var(--main-color-2);
    padding: 16px 20px;
    color: var(--main-color-3);
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
}
.btn_t2 {
	display: flex;
    justify-content: center;
    align-items: center;
	width: max-content;
    max-width: 250px;
	border-radius: 60px;
	padding: 16px 20px;
	background: var(--main-color);
	color: var(--main-color-5);
	font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
	position: relative;
	
	border: none;
	cursor: pointer;
}
.blue_t1 {
	color: var(--main-color-2);
	font-weight: 800;
	font-size: 24px;
	line-height: 110%;
}
section {
	display: inline-block;
	width: 100%;
}

/* GRADIENT */
header .gradient:nth-of-type(1) {
    top: 50vh;
    left: -70px;
    box-shadow: 100px 0 100px 80px var(--main-color);
}
header .gradient:nth-of-type(2) {
	z-index: -99;
	top: 20vh;
    left: 0;
    box-shadow: 100px 0 100px 70px var(--main-color-2);
}
header .gradient:nth-of-type(3) {
	top: 32vh;
    right: 100px;
    box-shadow: 0 0 150px 70px var(--main-color);
}
header .gradient:nth-of-type(4) {
	top: 60vh;
    right: 150px;
    box-shadow: 0 0 200px 80px var(--main-color-2);
}
.content .gradient:nth-of-type(1) {
	top: 20vh;
    right: auto;
    left: -10vw;
    box-shadow: 0 0 200px 80px var(--main-color-2);
}
.content .gradient:nth-of-type(2) {
	top: 10vh;
    left: auto;
    right: -10vw;
    box-shadow: 0 0 200px 80px var(--main-color);
}
footer .gradient:nth-of-type(1) {
	bottom: 0;
    left: 100px;
    box-shadow: 50px 0 200px 80px var(--main-color);
}
footer .gradient:nth-of-type(2) {
	bottom: 0;
    right: 150px;
    box-shadow: 50px 0 200px 80px var(--main-color-2);
}
/* END GRADIENT */

/* HEADER */
header {
	height: 90px;
}
.header_wrapper {
	display: flex;
    justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 90px;
	box-shadow: var(--main-shadow);
	background: var(--main-color-3);
}
.header_wrapper .logo_container img {
	width: 90px;
}
.header_wrapper ul {
	display: flex;
    justify-content: space-around;
	width: 70%;
}
.header_wrapper li, .phone_container {
	font-size: 18px;
	display: flex;
	align-items: center;
}
.header_wrapper li img, .phone_container img {
	width: 24px;
    height: 24px;
	margin: 0 10px 0 15px;
}
.header_wrapper li a, .phone_container a {
	display: flex;
    align-items: center;
    justify-content: center;
}
.header_wrapper li span, .phone_container span {
	margin-left: 10px;
}
.menu_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 80%;
}
.mob_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
	width: 70%;
}
/* END HEADER */

main {
	max-width: 1280px;
    margin: 0 auto;
}

/* MAIN BLOCK */
.main_block {
	height: 75vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_block .background_img:nth-of-type(1) {
	top: 0;
    left: 0;
    width: 400px;
}

.main_block .wrapper:nth-of-type(2) {
	width: 650px;
}
.main_block span {
	display: block;
	line-height: 100%;
}
.main_block .headline_1 {
	font-size: 55px;
	font-weight: 600;
}
.main_block .headline_2 {
    font-size: 68px;
	font-weight: 800;
}
.main_block .desc {
	font-size: 20px;
	font-weight: 600;
}
.main_block .text {
	font-size: 28px;
	margin: 40px 0;
	font-weight: 600;
}
/* END MAIN BLOCK */

/* ADVANTAGES */
.wrapper_advantages {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.wrapper_advantages .item_advantage {
	border-radius: 30px;
    padding: 20px;
    max-width: 260px;
    width: max-content;
    background: var(--main-color-3);
    box-shadow: var(--main-shadow-2);
	margin-bottom: 20px;
	min-height: 350px;
}
.wrapper_advantages .item_advantage .icon_block {
	background: var(--main-bg-color-1);
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper_advantages .item_advantage img {
	width: max-content;
}
.wrapper_advantages .item_advantage .main_text {
	display: inline-block;
	margin: 16px 0;
}
.wrapper_advantages .item_advantage p {
	font-size: 18px;
	line-height: 100%;
}
/* END ADVANTAGES */

/* SLIDER */
.slider .swiper {
	height: 460px;
	overflow-y: inherit;
    overflow-x: clip;
}
.slider .swiper-slide {
	transition: 0.3s ease transform;
}
.slider .swiper-slide img {
    width: 100%;
	height: inherit;
    object-fit: cover;
}
.slider .swiper-slide-prev img, .slider .swiper-slide-active img {
	display: none;
    visibility: hidden;
    height: 0;
}
.slider .swiper-slide-active .hide {
	display: block;
    visibility: visible;
    height: auto;
}
.slider .swiper-slide-next {
	margin: 0;
}
.slider .swiper-slide-next img {
    width: 450px;
    border-radius: 60px;
    height: 450px;
    object-fit: cover;
    object-position: bottom;
	float: right;
}
.slider .controls {
	position: relative;
	z-index: 9;
    height: 100px;
    max-width: 800px;
    float: right;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider .swiper-button-prev_custom img, .slider .controls .swiper-button-next_custom img {
	width: 60px;
    height: 60px;
	cursor: pointer;
}
.slider .buttons {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-right: 60px;
	width: 140px;
}
.slider .scrollbar {
	width: 600px;
	position: relative;
	height: 15px;
}
.slider .swiper-scrollbar {
	background: var(--main-color-6);
}
.slider .swiper-scrollbar-drag {
	background: var(--main-color-2);
}
/* END SLIDER */

/* CONTENT */
.content {
    position: relative;
}
.content .wrapper {
	border: 1px solid var(--main-color);
    border-radius: 60px;
    padding: 60px;
}
.content p{
	font-family: Saira;
	font-size: 24px;
	line-height: 100%;
	font-weight: 500;
}
/* END CONTENT */

/* ADDICTION */
.addiction .inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
	flex-wrap: wrap;
}
.addiction .item_addiction {
	border-radius: 100px;
	background: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 29px 38px;
	position: relative;
	width: 215px;
    height: 40px;
	cursor: pointer;
}
.addiction .item_addiction .text {
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	font-weight: 700;
}
.addiction .item_addiction .plus {
	right: -30px;
    background: var(--main-color-3);
    padding: 10px;
    border-radius: 100px;
	position: absolute;
	z-index: 9;
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shadow {
	position: fixed;
    background: #000000a3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
	display: flex;
    justify-content: center;
    align-items: center;
}
.modal_addiction {
	background: var(--main-color-3);
    padding: 50px;
    border-radius: 60px;
    width: 50vw;
	position: relative;
}
.modal_addiction .head_part {
	display: flex;
}
.modal_addiction .head_part .headline {
	font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    width: 100%;
    display: inline-block;
	padding-right: 40px;
}
.modal_addiction .head_part .cross {
	position: absolute;
    top: 40px;
    right: 40px;
	cursor: pointer;
	width: 60px;
    height: 60px;
}
.modal_addiction .middle_part {
	display: flex;
    justify-content: space-between;
    align-items: center;
	background: var(--main-color);
    border-radius: 60px;
    padding: 20px 40px;
	margin: 30px 0 20px 0;
}
.modal_addiction .middle_part div {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
}
.modal_addiction tr {
    display: flex;
}
.modal_addiction table {
	width: 100%;
}
.modal_addiction td {
	border: 1px solid var(--main-color-4);
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	padding: 20px 0;
}
.modal_addiction td .icon {
    display: block;
    width: 20px;
    height: 20px;
    transition: var(--main-transition-3);
}
.modal_addiction td .desc {
    display: block;
    font-size: 14px;
}
.modal_addiction td:nth-of-type(2n) {
	border-bottom: none;
    border-right: none;
	text-align: center;
	width: 30%;
}
.modal_addiction td:nth-of-type(2n + 1) {
	border-bottom: none;
    border-left: none;
	border-right: none;
	width: 70%;
	padding: 20px 40px;
	cursor: pointer;
}
.modal_addiction tr:nth-of-type(1) td {
	border-top: none;
}
.modal_addiction .table_container {
	max-height: 400px;
    overflow-y: auto;
	scrollbar-color: var(--main-color-2) var(--main-color-6);
}
/* END ADDICTION */

/* FAQ */
.faq {
	
}
.faq .headline {
	margin-bottom: 60px;
}
.faq .inner {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faq .item_faq {
	box-shadow: var(--main-shadow-3);
    border-radius: 60px;
    padding: 40px 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
    margin-bottom: 20px;
}
.faq .left_part .headline {
	font-weight: 700;
    font-size: 28px;
    line-height: 100%;
	display: block;
    margin-bottom: 10px;
}
.faq .left_part {
	margin-right: 20px;
}
.faq .text {
	font-family: Saira;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
	transition: var(--main-transition-2);
}
.faq .text, .faq .minus, .faq .plus {
	animation: fadeIn 1s;
}
.faq .minus img, .faq .plus img {
	width: 40px;
	height: 40px;
	display: block;
}
/* END FAQ */

/* FORM */
.form .wrapper {
	position: relative;
	border-radius: 60px;
	padding: 60px 260px;
    background: var(--main-color-2);
	box-shadow: var(--main-shadow-2);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.form img:nth-of-type(1) {
	position: absolute;
    top: 0;
    left: 0;
}
.form img:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 50px;
    max-width: 315px;
}
.form .headline {
	font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    color: var(--main-color-3);
    display: block;
}
.form .inputs {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
}
.form .input {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	margin: 0 10px;
}
.form .inputs label {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin: 0 0 12px 20px;
	color: var(--main-color-3);
}
.form .inputs input {
	width: 310px;
	border-radius: 60px;
	padding: 16px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: var(--main-color-4);
    background: var(--main-color-3);
    border: none;
	outline: none;
}
.form form {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.form .wpcf7-response-output {
	font-size: 12px;
	margin: 10px;
}
.form .wpcf7-not-valid-tip {
	font-size: 12px;	
}
/* END FORM */

/* END HR */
.green_line {
	position: relative;
	display: block;
}
.green_line span {
	border-top: 1px solid var(--main-color);
    position: absolute;
    width: 105vw;
    left: -20vw;
}
/* END HR */

/* CONTACT DATA */
.contact_data .wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.contact_data .item_data {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_data .icon_block {
	width: 60px;
    height: 60px;
    background: var(--main-bg-color-1);
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 20px;
}
.contact_data img {
	width: fit-content;
}
.contact_data .text_block {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.contact_data .sub_text {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-top: 10px;
}
/* END CONTACT DATA */

/* MAP */
/* END MAP */

/* FOOTER */
footer {
	position: relative;
	margin-top: 40px;
}
footer .wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 60px 0;
}
footer p {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}
/* END FOOTER */

/* MODAL MOB */
.wrapper_btn_mw {
	bottom: 32vh;
    right: 0;
}
.wrapper_btn_mw .btn_mw {
	display: inline-block;
    background: var(--main-color-2);
    color: var(--main-color-3);
    width: 100px;
    padding: 15px 0 15px 10px;
    border-radius: 20px 0 0 20px;
    box-shadow: var(--main-shadow-2);
    cursor: pointer;
	opacity: 0.9;
}
.wrapper_btn_mw .btn_mw:hover {
	opacity: 1;
}
.wrapper_mw {
	top: 0;
    width: 100%;
    height: 100vh;
    background: #0000008f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner_mw {
	background: var(--main-color-3);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    width: 75%;
}
.inner_mw .cross {
	top: 10px;
    right: 20px;
    z-index: 99;
    color: var(--main-color-2);
    font-size: 22px;
}
.inner_mw .head_block {
	margin: 10px 0 0 0;
	text-align: center;
}
.inner_mw .head_block span {
	font-weight: 800;
    font-size: 22px;	
}
.inner_mw .inputs {
	display: flex;
    align-items: center;
    margin: 0 0 25px 0;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.inner_mw .inputs span {
	display: flex;
    width: 100%;
}
.inner_mw .inputs input {
	width: 100%;
    border-radius: 60px;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--main-color-4);
    outline: none;
    border: 1px solid var(--main-color-4);
    margin-top: 20px;
}
.inner_mw .wrap_btn {
	display: flex;
    justify-content: center;
	font-size: 18px;
}
.inner_mw .wpcf7-not-valid-tip {
    margin-left: 5%;
    font-size: 0.8em;
	position: absolute;
    bottom: -15px;
}
.inner_mw .wpcf7 form .wpcf7-response-output {
    margin: 0.5em;
    font-size: 0.7em;
}
/* END MODAL MOB */

/* @MEDIA */
@media screen and (max-width: 1500px){
	.main_block {
		height: 70vh;
	}
	.menu_container {
		width: 90%;
	}
	.main_block .background_img:nth-of-type(1) {
		width: 250px;
	}
	.main_block .wrapper:nth-of-type(2) {
		width: 50%;
	}
	.faq .item_faq {
		width: 90%;
	}
	.green_line span {
		left: -12vw;
	}
}
@media screen and (max-width: 1320px){
	section {
		padding: 0 10px;
	}
	.main_block .wrapper:nth-of-type(1) {
		margin-left: 100px;
	}
	.addiction .item_addiction {
		width: 210px;
        padding: 25px 35px;
        margin: 10px;
	}
	.addiction .inner {
		width: 95vw;
		justify-content: space-around;
	}
	.faq .item_faq {
		width: 80%;
	}
	.green_line span {
		left: -3vw;
	}
	.slider .controls {
		max-width: 700px;
	}
}
@media screen and (max-width: 1180px){
	.wrapper_advantages {
		justify-content: space-around;
	}
	.slider .controls {
        max-width: 550px;
    }
	.form .inputs {
		justify-content: center;
	}
	.form .input {
		margin-top: 10px;
	}
}
@media screen and (max-width: 1010px){
	.slider .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.slider .swiper-slide-active svg {
        width: 60vw;
	}
	.slider .swiper-slide-next img {
		width: 0;
		display: none;
		visibility: hidden;
	}
	.slider .controls {
		width: 90vw;
		float: none;
		justify-content: space-around;
	}
	.slider .buttons {
		order: 2;
		margin: 0;
		width: 20vw;
	}
	.slider .scrollbar {
		width: 50vw;
		order: 1;
	}
}
@media screen and (max-width: 900px){
	section {
		width: 95%;
	}
	main {
		margin: 0 20px;
	}
	.h2 {
		font-size: 2.3rem;
	}
	.mg {
		margin: 40px 0;
	}
	
	.menu_container {
		position: absolute;
		top: 88px;
		flex-direction: column;
		background: var(--main-color-3);
		width: auto;
		padding: 25px;
		border-radius: 0 0 60px 60px;
	}
	.header_wrapper ul {
		flex-wrap: wrap;
		margin-bottom: 20px;
		justify-content: flex-start;
	}
	.header_wrapper li {
		margin: 20px 0;
	}
	.main_block {
		flex-direction: column;
		height: auto;
		margin: 40px 0;
		width: 100%;
	}
	.main_block .wrapper:nth-of-type(2) {
		order: 1;
	}

	.main_block .wrapper:nth-of-type(1) {
		order: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 80vw;
		margin: 0 auto;
		margin-top: 50px;
	}
	.main_block .desc {
		text-align: center;
		margin: 15px 0 30px 0;
	}
	.main_block .text {
		margin: 0 0 30px 0;
		text-align: center;
	}
	.btn_t1 {
	    max-width: 70vw;
		width: 100%;
	}
	
	.main_block .headline_1 {
		font-size: 36px;
	}
	.main_block .headline_2 {
		font-size: 46px;
	}
	.main_block .text {
		font-size: 18px;
	}
	
	.wrapper_advantages {
		justify-content: space-around;
	}
	.wrapper_advantages .item_advantage {
		max-width: 240px;
		margin: 0 5px 20px 5px;
		min-height: auto;
	}
	.slider {
		margin: 40px 0;
	}
	.slider .swiper-slide-active svg {
        width: 75vw;
	}
	
	.addiction .item_addiction {
		width: 75%;
		margin-bottom: 20px;
	}
	.addiction .item_addiction .plus {
		right: 0;
		bottom: -10px;
	}
	.modal_addiction {
		padding: 25px 15px;
		width: 80vw;
		border-radius: 40px;
	}
	.modal_addiction .head_part .headline {
		font-size: 2rem;
		padding-right: 70px;
		text-align: start;
		margin: 0 10px;
	}
	.modal_addiction .head_part .cross {
		top: 24px;
		right: 24px;
	}
	.modal_addiction .middle_part {
		padding: 15px 20px;
	}
	.modal_addiction .middle_part div {
		font-size: 20px;
	}
	.modal_addiction td {
		padding: 10px 0;
	}
	.modal_addiction td:nth-of-type(2n + 1) {
		padding: 10px 20px;
	}
	.form img:nth-of-type(1) {
		top: -250px;
		left: -130px;
	}
	.form img:nth-of-type(2) {
		top: auto;
		right: -60px;
		bottom: 0;
		max-width: 180px;
	}
	.faq .headline {
		margin-bottom: 40px;
	}
	.faq .item_faq {
		padding: 24px;
		width: fit-content;
		border-radius: 30px;
	}
	.faq .left_part .headline {
		font-size: 24px;
		display: flex;
		align-items: center;
	}
	.faq .left_part {
		margin: 0;
	}
	.faq .mob_tools {
		margin-left: 20px;
	}
	
	.form .wrapper {
		padding: 60px 24px;
	}
	.form .headline {
		font-size: 2.3rem;
	}
	.form .input {
        margin: 10px 10px 0 10px;
    }
	.green_line span {
		width: 90vw;
		left: 0;
	}
	.contact_data .item_data {
		margin-bottom: 30px;
	}
	footer .wrapper {
		padding: 0 0 25px 0;
	}
}
@media screen and (max-width: 768px){
	.mob {
		display: block;
	}
	header .gradient:nth-of-type(1) {
		top: 150px;
		left: -120px;
	}
	header .gradient:nth-of-type(2) {
		top: 60vh;
        left: -120px;
	}
	header .gradient:nth-of-type(3) {
		top: 110vh;
        right: auto;
        left: 0;
	}
	header .gradient:nth-of-type(4) {
		top: 106vh;
        right: 0;
	}
	.phone_container {
		flex-direction: column;
	}
	.content .gradient:nth-of-type(1) {
		top: auto;
        bottom: 0;
        right: 0;
        left: auto;
	}
	.content .gradient:nth-of-type(2) {
		top: -100px;
        left: 0;
        right: auto;
	}
	.modal_addiction .head_part .cross {
        top: 25px;
        right: 0;
    }
    .modal_addiction td .desc {
        font-size: 12px;
    }
}
@media screen and (max-width: 450px){
	.header_wrapper .logo_container img {
		width: 60px;
	}
	.mob_container {
		width: 80vw;
	}
	.header_wrapper ul {
		width: 100%;
	}
	#path_pc {
		width: 0;
		display: none;
		visibility: hidden;
	}
	.main_block .wrapper:nth-of-type(2) {
		width: 100%;
	}
	.main_block .background_img:nth-of-type(2) {
		width: 200px;
		top: 350px;
		right: 0;
		left: auto;
	}
	.main_block .wrapper:nth-of-type(1) {
		margin: 80px 0 0 0;
		max-width: max-content;
	}
	.btn_t1 {
        max-width: 80vw;
    }
	.wrapper_advantages .item_advantage {
		max-width: 100%;
	}
	.slider .swiper {
		height: 300px;
	}
	.slider .swiper-slide-active svg {
        width: 90vw;
	}
	.slider .controls {
        justify-content: space-between;
		width: 85vw;
    }
	.slider .buttons {
        width: 30vw;
    }
	
	.content .wrapper {
		padding: 25px;
		border-radius: 36px;
	}
	
	.addiction .inner {
        width: 90vw;
    }
	.addiction .item_addiction {
		margin: 10px 0;
    }
	.modal_addiction td .desc {
        font-size: 10px;
    }
    
	.btn_t2 {
		max-width: 60vw;
		width: 100%;
	}
	.form .inputs input {
		max-width: 285px;
	}
}
@media screen and (max-width: 400px){
	.h2 {
        font-size: 1.5rem;
    }
	.btn_t1 {
        max-width: 70vw;
		font-size: 18px;
    }
	
	.header_wrapper li, .phone_container {
		font-size: 14px;
	}
	.header_wrapper li img, .phone_container img {
		width: 16px;
		height: 16px;
        margin: 0 5px 0 10px;
	}
	.header_wrapper li span, .phone_container span {
		margin-left: 5px;
	}
	.menu_icon img {
		width: 40px;
		height: 40px;
	}
	.header_wrapper li {
        margin: 10px 0;
    }
	
	.main_block .background_img:nth-of-type(2) {
        top: 280px;
    }
	.main_block .headline_1 {
        font-size: 28px;
    }
	.main_block .headline_2 {
        font-size: 32px;
    }
	.main_block .desc {
		font-size: 16px;
	}
	.main_block .text {
        font-size: 14px;
    }
	
	.wrapper_advantages .item_advantage p {
		font-size: 14px;
	}
	
	.slider {
        margin: 0;
    }
	.slider .swiper-button-prev_custom img, .slider .controls .swiper-button-next_custom img {
		width: 50px;
		height: 50px;
	}
	.slider .controls {
        width: 80vw;
    }
	
	.content p {
		font-size: 20px;
	}
	
	.addiction .item_addiction {
		padding: 15px 30px;
		width: 200px;
	}
	.modal_addiction .middle_part div {
        font-size: 16px;
    }
	.addiction .item_addiction .text {
		font-size: 20px;
	}
	.modal_addiction .head_part .headline {
        font-size: 1.5rem;
	}
	.modal_addiction .head_part .cross img, .addiction .item_addiction .plus {
		width: 40px;
		height: 40px;
	}
	.modal_addiction td {
		font-size: 14px;
		padding: 5px 0;
	}
	.modal_addiction td:nth-of-type(2n + 1) {
        padding: 5px 10px;
    }
	
	.faq .left_part .headline {
        font-size: 18px;
    }
	.faq .minus img, .faq .plus img {
		width: 30px;
		height: 30px;
	}
	.faq .text {
		font-size: 14px;
	}
	.form .headline {
        font-size: 1.5rem;
    }
	.form .inputs input {
		width: 210px;
		border-radius: 60px;
		padding: 10px 14px;
		font-size: 14px;
	}
	.form .inputs label {
		font-size: 14px;
	}
	.btn_t2 {
		font-size: 18px;
	}
	.blue_t1 {
		font-size: 18px;
		line-height: 100%;
	}
	.contact_data .sub_text {
		font-size: 14px;
	}
	footer p {
		font-size: 14px;
	}
}
/* END @MEDIA */

/* keyframes */
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* END keyframes */

/* FONTS */
@font-face {
	font-family: "Mont";
	src: url("../assets/fonts/Mont/Mont-Heavy.eot"); 
	src: url("../assets/fonts/Mont/Mont-Heavy.eot?#iefix") format("embedded-opentype"),
	url("../assets/fonts/Mont/Mont-Heavy.woff") format("woff"), 
	url("../assets/fonts/Mont/Mont-Heavy.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-family: "Mont";
	src: url("../assets/fonts/Mont/Mont-Bold.eot"); 
	src: url("../assets/fonts/Mont/Mont-Bold.eot?#iefix") format("embedded-opentype"),
	url("../assets/fonts/Mont/Mont-Bold.woff") format("woff"), 
	url("../assets/fonts/Mont/Mont-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 800;
}
@font-face {
	font-family: "Mont";
	src: url("../assets/fonts/Mont/Mont-SemiBold.eot"); 
	src: url("../assets/fonts/Mont/Mont-SemiBold.eot?#iefix") format("embedded-opentype"),
	url("../assets/fonts/Mont/Mont-SemiBold.woff") format("woff"), 
	url("../assets/fonts/Mont/Mont-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: "Mont";
	src: url("../assets/fonts/Mont/Mont-Regular.eot"); 
	src: url("../assets/fonts/Mont/Mont-Regular.eot?#iefix") format("embedded-opentype"),
	url("../assets/fonts/Mont/Mont-Regular.woff") format("woff"), 
	url("../assets/fonts/Mont/Mont-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Saira";
	src: url("../assets/fonts/Saira/Saira-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}
/* END FONTS */