/*
Theme Name: Maznikovacoaching
Text Domain: maznikovacoaching
Version: 1.0
Description: Катерина Мазникова - Коучинг нутрициология обучение
Author: Vladyslav Riashentsev
Author URI: http://riashentsev.com.ua/
*/

/* Fonts */
	@font-face {
		font-family: "RisingSun";
		font-weight: 300; 
		font-style: normal;
		font-display: swap;
		src: url('assets/font/RisingSun-Light.woff') format("woff"),
			 url('assets/font/RisingSun-Light.woff2') format('woff2');
	}
	@font-face {
		font-family: "RisingSun";
		font-weight: 500; 
		font-style: normal;
		font-display: swap;
		src: url('assets/font/RisingSun-Regular.woff') format("woff"),
			 url('assets/font/RisingSun-Regular.woff2') format("woff2");
	}
	@font-face {
		font-family: "RisingSun";
		font-weight: 700;
		font-style: normal;
		font-display: swap;
		src: url('assets/font/RisingSun-Bold.woff') format("woff"),
			 url('assets/font/RisingSun-Bold.woff2') format("woff2");
	}
	@font-face {
		font-family: "Bebas Neue Cyrillic";
		font-weight: 400;
		font-style: normal;
		font-display: swap;
		src: url('assets/font/BebasNeueCyrillic.woff2') format("woff2");
	}
/* Fonts */

/* Main */
	:root {
  		--dark: #262626;
  		--dark2: #3F3F3F;
  		--light: #F2F2F2;
  		--light2: #FFFFFF;
  		--green: #33422A;
  		--green2: #71905E;
  		--red: #730C03;
  		--gold: #F5CD70;
	}
	html,
	body {
		border: none;
		margin: 0;
		padding: 0;
	}
	body {
		color: var(--dark);
		font-family: 'RisingSun';
		font-weight: 500;
	}
	.nav__fixed {
		opacity: 0;
		top: 0;
	    width: 100%;
	    z-index: 2;
	    background: var(--light2);
		position: fixed;
		height: 80px;
    	display: flex;
    	align-items: center;
    	transition: all 0.4s ease;
	}
	.nav__fixed.is__fixed {
	    height: 55px;
		box-shadow: 1px 1px 13px 0px #262626;
	}
	.container {
	    max-width: 1140px;
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.nav__wrap {
		display: flex;
    	justify-content: left;
    	align-items: center;
	}
	.nav__menu {
		width: 100%;
	}
	.nav__menu .menu {
		font-size: 20px;
		line-height: 20px;
		padding: 0;
		margin: 0;
    	display: flex;
    	list-style: none;
    	display: flex;
    	justify-content: space-between;
	}
	a {
		text-decoration: none;
		color: var(--dark);
		opacity: 1;
		transition: all 0.4s ease
	}
	a:visited {
		color: unset;
		text-decoration: none;
	}
	.nav__fixed .nav__menu a,
	footer .nav__menu a {
		font-family: 'Bebas Neue Cyrillic';
		padding: 8px 12px;
		border-radius: 33px;
	}
	.nav__fixed .nav__menu a:hover {
		color: var(--light);
    	background: var(--dark2);
    }
	footer .nav__menu a:hover {
	    color: var(--dark2);
    	background: var(--light);
    }
	.nav__menu__add {
		display: flex;
		align-items: center;
		margin-left: 60px;
	}
	.nav__menu__add > a {
		padding: 0;
	}
	.lang__switch {
		list-style: none;
		padding: 0;
		text-transform: uppercase;
	}
	.lang__switch li {
		display: flex;
	}
	.lang__switch a {
	    color: var(--light);
	    background: var(--dark2);
	    border-radius: 20px;
	    padding: 8px;
	    font-weight: 700;
	    height: 34.84px;
	    font-size: 14px;
	    box-sizing: border-box;
	    transition: all 0.4s ease;
    }
	.lang__switch a:hover {
		background: var(--light);
		color: var(--dark2);
		opacity: 1
    }
    footer .lang__switch a {
    	color: var(--dark2);
		background: var(--light);
    }
    footer .lang__switch a:hover {
    	background: var(--dark);
		color: var(--light);
    }
	.nav__menu__add > a,
	.lang__switch {
		margin-left: 20px;
	}

	section {
		margin-bottom: 115px;
	}
	.block1 {
		position: relative;
	    height: calc(100vh - 80px);
    	min-height: 570px;
    	max-height: 768px;
    	max-width: 1920px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 80px;
	}
	.row__c {
		display: flex;
		align-items: center;
	}
	.row__b {
		display: flex;
		align-items: baseline;
	}
	.main__text {
	    position: absolute;
	    color: var(--light);
		right: 230px;
		/*right: 12%;*/
	    bottom: 90px;
	    /*bottom: 11.5%;*/
	}
	.name,
	.sert {
		font-family: 'Bebas Neue Cyrillic';
		margin-top: 0;
		margin-bottom: 5px;
	}
	.name {
		font-size: 50px;
		line-height: 100%;
	}
	.sert {
		font-size: 36px;
		line-height: 100%;
	}
	h1 {
		max-width: 450px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 45px;
		margin-top: 0;
		word-spacing: 1px;
	}
	.more {
		position: relative;
		color: var(--light);
		margin: 0 5px 0 0;
		font-size: 16px;
		line-height: 16px;
	}
	.more + svg {
		transition: all 0.4s ease
	}
	.more:before {
    	content: '';
    	position: absolute;
    	width: 0;
    	height: 1px;
    	background: var(--light);
    	bottom: -5px;
    	left: 0;
    	transition: all 0.4s ease;
	}
	.more:hover + svg {
		transform: translateY(4px)
	}
	.more:hover:before {
		width: 100%
	}

	.quote {
		text-align: right;
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 28px;
		line-height: 34px;
	}
	.author,
	.desc__author {
		text-align: right;
		margin-top: 0;
		line-height: 16px;
	}
	.desc__author {
	    font-size: 14px;
    	max-width: 450px;
    	margin-left: auto;
	}
	.author {
		font-size: 16px;
		margin-bottom: 4px;
    	font-weight: 700;
	}
	.after__quote__text {
		text-align: right;
		margin-bottom: 0;
		margin-top: 35px;
		font-size: 28px;
		line-height: 34px;
	}
	.block3 {
		display: flex;
		position: relative;
		max-width: 1920px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 55px;
	}
	.block3__leftside {
		flex-basis: 100%;
		max-width: 50%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 40px;
		box-sizing: border-box;
		background: var(--green);
		color: var(--light)
	}		
	h2 {
		font-family: 'Bebas Neue Cyrillic';
		font-weight: 400;
		font-size: 34px;
		line-height: 34px;
		margin: 0;
	}
	.block7 h2,
	.block8 h2 {
		text-align: center;
	    max-width: 540px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.block3__leftside__row {
		margin-top: 40px;
		display: flex;
		width: 100%
	}
	.list__block {
	    border-right: 1px solid var(--light);
    	margin-right: 30px;
    	padding-right: 40px;
   	    max-width: 440px;
   	    min-width: 320px;
   	    flex-basis: 100%
	}
	.list__block a {
		color: var(--light2);
		font-weight: 700;
	}
	.list__block a:hover {
	    color: var(--green2);
	}
	.list__block h3 {
		font-family: 'Bebas Neue Cyrillic';
		margin-top: 0;
		margin-bottom: 15px;
		font-weight: 400;
		max-width: 370px;
		font-size: 20px;
		line-height: 20px;
	}
	.list__block ul {
		list-style: none;
		padding-left: 0;
	}
	.list__block ul li {
		position: relative;
    	font-size: 16px;
    	line-height: 24px;
	    padding-left: 22px;
	}
	.list__block ul li:before {
		position: absolute;
    	content: url('assets/img/target.svg');
    	width: 15px;
    	height: 15px;
    	margin-top: 4px;
    	left: 0;
	}
	.block6 .list__block ul li.link-first-in-list:before {
		content: url('assets/img/link.svg');
		margin-top: 1px;
		width: 20px;
		height: 20px
	}
	.block6 .list__block ul li:before {
	    margin-top: 3px;
		content: url('assets/img/point.svg');
   	}
	.sert__block {
		display: flex;
		flex-direction: column;
		flex-basis: 100%
	}
	.sert__item {
		flex-direction: column;
    	align-items: flex-start;
		font-size: 14px;
		line-height: 18px;
		color: var(--light);
		display: flex;
		margin-bottom: 15px;
		padding: 10px;
		max-width: 300px;
		border: 1px solid var(--green);
		transition: all 0.4s ease
	}
	.sert__wrap {
	    display: flex;
    	align-items: flex-start;
    	justify-content: center;
	}
	a.sert__item:hover {
		border: 1px solid var(--light2);
	}
	.sert__item:last-child {
		margin-bottom: 0;
	}
	.sert__item img {
		margin-right: 6px;
	}
	.text__box {
	    width: 100%;
	    box-sizing: border-box;
		margin-top: 40px;
		display: flex;
    	align-items: center;
		padding: 20px 15px;
		background: var(--light);
	}
	.text__box p.text__box__title {
	    text-transform: uppercase;
    	font-family: 'Bebas Neue Cyrillic';
    	margin-bottom: 10px;
    	font-size: 20px;
    	line-height: 20px;
	}
	.text__box img {
		margin-right: 25px;
	}
	.text__box p {
		margin: 0;
		color: var(--green);
		font-size: 16px;
		line-height: 20px;
	}
	.consult {
		margin-top: 20px;
	}
	.consult p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.lang__block {
		margin-top: 20px;
		display: flex;
	}
	.lang__item {
		display: flex;
		align-items: center;
		padding: 7px 20px;
		color: var(--green);
		background: var(--light);
		margin-right: 30px; 
	}
	.lang__item:last-child {
		margin-right: 0;
	}
	.lang__item p {
		margin-left: 6px;
	}
	.block3__rightside {
		background-size: cover;
	    background-position: center;
		width: 50%;
    	height: auto;
    	overflow: hidden;
	}
	.container__max {
	    max-width: 1600px;
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.block4 {
		padding-top: 60px;
	}
	.block4 h2 {
		text-align: center;
	}
	.plans {
		display: flex;
    	align-items: stretch;
    	justify-content: space-between;
    	margin-top: 80px;
	}
	.plans__item {
		position: relative;
        flex-basis: 30%;
    	min-width: 420px;
    	max-width: 520px;
    	background: var(--light);
    	padding: 40px 30px;
    	box-sizing: border-box;
	}
	.plans__label {
	    position: absolute;
	    top: 0;
	    right: 40px;
	    padding: 8px 12px;
	    background: var(--green);
	    color: var(--light);
	    margin: 0;
	    font-size: 16px;
	}
	.plans h3 {
		margin: 0;
		font-family: 'Bebas Neue Cyrillic';
		text-transform: uppercase;
		font-style: normal;
		font-weight: 400;
		font-size: 28px;
		line-height: 32px;
	}
	.plans h3 span {
		display: block;
		font-size: 22px;
		line-height: 25px;
	}
	.plans__timing {
        display: flex;
	    align-items: center;
	    margin-top: 10px;
	    padding-bottom: 15px;
	    border-bottom: 2px solid var(--dark);
	}
	.plans__timing p {
		font-weight: 700;
		margin: 0 0 0 6px;
	}
	.plans h4 {
		font-family: 'Bebas Neue Cyrillic';
		font-weight: 400;
		font-size: 20px;
		line-height: 20px;
		text-transform: uppercase;
		margin: 30px 0 15px;
	}
	.plans__list {
		padding-bottom: 95px;
	}
	.plans__list ul {
		position: relative;
		padding: 0;
		list-style: none
	}
	.plans__list ul li {
    	font-size: 16px;
   	 	line-height: 25px;
    	padding-left: 22px;
	}
	.plans__list ul li:before {
		position: absolute;
    	content: url('assets/img/plus.svg');
    	width: 16px;
    	height: 16px;
    	margin-top: 3px;
    	left: 0;
	}
	.add__text__box {
	    margin-top: 20px;
	}
	.plans__bot {
		position: absolute;
		bottom: 40px
	}
	.plans__btn {
		font-family: "RisingSun";
		cursor: pointer;
		padding: 16px 26px;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		text-transform: uppercase;
		border: none;
		color: var(--light);
		background: var(--red);
		transition: all 0.4s ease
	}
	.plans__btn:hover {
		background: var(--dark);
	}
	.plans__bot p {
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		color: var(--dark);
		margin-top: 10px;
		margin-bottom: 0;
		opacity: 0.65
	}
	.image__before__quote {
	    height: 768px;
 	   	max-width: 1920px;
 	   	margin-left: auto;
 	   	margin-right: auto;
		display: flex;
		margin-bottom: 115px;
		align-items: center;
    	justify-content: center;
	}
	.image__before__quote img {
		max-width: 100%
	}
	.block6	{
		margin-bottom: 0;
		position: relative;
		max-width: 1920px;
    	margin-left: auto;
    	margin-right: auto;
    	padding-bottom: 120px;
    	background: var(--dark2);
	}
	.block6__wrap {
		display: flex;
		min-height: 650px;
		height: 768px;
    	max-height: calc(100vh - 55px);
	}
	.block6__leftside {
		background-size: cover;
    	background-position: center;
	    max-width: 523px;
	    flex-basis: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.block6__rightside {
		flex-basis: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    justify-content: center;
	    padding: 80px 40px 40px;
	    box-sizing: border-box;
	    background: var(--dark2);
	    color: var(--light);		
	}
	.block6 .list__block {
		border: none;
		max-width: unset;
		margin: 0;
		padding: 0;
	}
	.block6 .list__block ul {
		margin-top: 40px;
	}
	.block6 .list__block ul li {
	    margin-bottom: 5px;
	}
	.block6 .plans {
		padding-top: 115px;
		margin-top: 0;
	}
	.block7 {
		position: relative;
		max-width: 1920px;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 115px 0;
	    background: var(--light);
	}
	.block7__main {
		margin-top: 40px;
		padding: 40px;
		background: var(--light2);
		box-sizing: border-box;
	}
	.block7 .plans__btn {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		min-width: 245px;
		justify-content: center;
	}
	.block7__main p {
		margin: 30px 0;
		font-size: 18px;
		line-height: 18px;
	}
	.block7__main ul {
	    border-bottom: 1.5px solid;
    	padding-bottom: 30px;
	    list-style: none;
	    padding-left: 0;
	}
    .block7__main ul li {
		position: relative;
		font-size: 18px;
		line-height: 28px;
		padding-left: 32px;
	}
	.block7__main ul li:before {
	    position: absolute;
	    content: url('assets/img/target_green.svg');
	    width: 15px;
	    height: 15px;
	    margin-top: 2px;
	    left: 0;
	}
	.block8__main {
		margin-top: 40px;
	}
	.block8__text {
		padding: 40px;
		background: var(--light);
		font-size: 18px;
		line-height: 26px;
	}
	.block8__text p {
		max-height: 80px;
		margin: 0;
    	height: auto;
    	overflow: hidden;
    	transition: all 0.4s cubic-bezier(0.39, 0.38, 0.48, 0.47);
    }
    .block8__text p.open {
    	max-height: 700px;
    }
    .block8__text button.show_hide {
    	appearance: none;
    	cursor: pointer;
    	font-family: 'RisingSun';
		border: none;
    	color: #730C03;
    	font-size: 18px;
		line-height: 22px;
		display: flex;
    	margin-top: 15px;
    	margin-left: auto;
    	padding: 0;
    	border-bottom: 1px solid;
    }
    .block8__text button:hover {
    	color: var(--dark);
    }
	.block8__author {
		text-transform: uppercase;
		margin-top: 15px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: 700;
		line-height: 16px;
	}
	.block8__main button.slick-arrow {
		border: none;
		background: none;
		appearance: none;
		cursor: pointer;
		position: absolute;
	    top: calc(50% - 13px - 16px);
	}
	.slick-next {
		right: -90px
	}
	.slick-prev {
		left: -90px
	}
	.block8__main button svg path {
		transition: all .4s ease
	}
	.block8__main button:hover svg path {
		fill: var(--red);
	}
	.block9 {
		margin-bottom: 0;
		display: flex;
		position: relative;
		max-width: 1920px;
    	margin-left: auto;
    	margin-right: auto;
    	height: 506px;
	}
	.block9 .block3__leftside {
		align-items: center;
	}
	.block9__desc {
		margin: 40px 0;
		font-size: 18px;
		line-height: 22px;
	}
	.block9 .row__c {
		margin-right: auto;
	    position: absolute;
    	bottom: 40px;
    	left: 40px;
	}
	.block9 .block3__leftside .row__c svg {
	    transform: rotate(180deg);
	}
	.block9 .block3__leftside .row__c .more:hover + svg {
		transform: rotate(180deg) translateY(4px)
	}
	.block9__btns {
		width: 100%;
    	max-width: 550px;
    	justify-content: space-around;
    	flex-wrap: wrap;
    	display: flex;
    	align-items: center;
    	gap: 40px;
    	margin-bottom: 32px;
	}
	.block9__btn {
		display: flex;
		align-items: center;
		border: 1px solid var(--light);
		color: var(--light);
	    height: 45px;
	    width: 240px;
	    justify-content: center;
	    font-size: 14px;
	    line-height: 14px;
	    text-transform: uppercase;
	    transition: all .4s ease
	}
	.block9__btn:hover {
		border-color: var(--green);
		color: var(--green);
		background: var(--light);
	}
	.block9__btn span {
		margin-left: 10px;
	}
	.block9__btn svg path {
		transition: all .4s ease
	}
	.block9__btn.fb:hover svg path {
		fill: var(--green);
	}
	.block9__btn.ig:hover svg path {
		stroke: var(--green);
	}
	footer {
		padding-top: 20px;
		padding-bottom: 20px;
		color: var(--light);
		background: var(--dark2);
	}
	footer a {
		color: var(--light);
	}
	footer a span {
		text-transform: uppercase;
		transition: all 0.4s ease
	}
	footer .footer__copy a:hover {
		color: var(--light2);
		opacity: 1
	}
	footer .footer__copy a:hover span {
		color: var(--gold)
	}
	.footer__copy {
		font-size: 16px;
		line-height: 20px;
		color: var(--light);
	    margin-top: 20px;
    	padding-top: 20px;
    	border-top: 1px solid var(--light);
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
	}
	.footer__copy {
		font-weight: 300;
	}
	.footer__copy p {
		margin: 0;
	}
	.hamburger__btn {
		display: none;
	}
/* Main */

/* Popup */
	.popup1__open .popup1__bg {
		opacity: .5;
	}
	.popup1__bg {
		width: 100%;
		height: 100%;
		opacity: 0;
		background: var(--dark);
		transition: opacity 0.4s ease;
	}
	.popup1__modal {
		display: none;
		width: 100%;
		max-width: 100vw;
		max-height: 100vh;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		z-index: 999;
	}
	.popup1__wrap {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 999;
	}
	.popup1 {
		background: var(--light);
		display: inline-block;
		margin: 0;
		padding: 55px;
		text-align: left;
		width: 550px;
		max-width: 100%;
		position: relative;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.popup1__close {
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		height: 21px;
		width: 21px;
		transition: all 0.4s ease
	}
	.popup1__close:hover svg path {
		fill: var(--red);
	}
	.popup1__title {
		font-family: 'Bebas Neue Cyrillic';
		font-size: 30px;
	    color: #282828;
	    font-weight: 600;
	}
	.popup1__title2 {
		margin: 0 0 35px;
	}
	.popup1__plan {
		margin: 10px 0;
    	font-size: 26px;
	}
	.popup1__plan span {
	    display: block;
    	font-size: 20px;
	}
	.popup1__form__wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.popup1__input {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.popup1__form input:not([disabled]):not([type="submit"]),
	.popup1__form textarea {
		font-family: "RisingSun";
		box-sizing: border-box;
		height: 54px;
    	margin-bottom: 15px;
    	padding: 5px 15px;
    	font-size: 16px;
    	background: var(--light2);
		border: 1px solid var(--light);
		color: var(--dark);
		transition: all 0.4s ease;
	}
	.popup1__form textarea {
		height: unset;
		resize: none;
		padding: 15px 15px
	}
	.popup1__form input:focus,
	.popup1__form textarea:focus {
		outline: none;
	}
	.popup1__form .form__button {
		margin-top: 30px;
		font-family: "RisingSun";
		cursor: pointer;
		padding: 16px 26px;
		font-weight: 500;
		font-size: 16px;
		line-height: 16px;
		text-transform: uppercase;
		border: none;
		color: var(--light);
		background: var(--red);
		transition: all 0.4s ease
	}
	.popup1__form .form__button:hover {
		background: #282828;
		color: #eee8e2;
	}
	.error-tel, .error-name {
	    display: none;
	    font-size: 14px;
	    color: var(--red);
	    margin-bottom: 20px;
	}
	input.error:not([disabled]):not([type="submit"]) {
		border: 1px solid var(--red);
	}
	.message-success {
		font-size: 16px;
		color: var(--green2);
		margin-top: 20px;
	}
/* Popup */

/* Media */
	@media (max-width: 1599.8px) {
		.main__text {
			right: 90px;
		}
		.block3__leftside__row {
			margin-top: 30px;
		}
		.list__block {
	    	margin-right: 15px;
    		padding-right: 15px;
    		min-width: 390px;
		    box-sizing: border-box;
		}
		.block6 .plans {
		    padding-top: 65px;
		}
		.block6 {
			padding-bottom: 65px;
		}
		.plans {
			justify-content: space-around;
			margin-top: 40px;
		}
		.block3 {
			margin-bottom: 75px;
		}
		.block4 {
    		padding-top: 40px;
		}
		.plans__item {
		    min-width: 435px;
		    padding: 20px;
		}
		.plans__bot {
			bottom: 25px
		}
	}
	@media (max-width: 1439.8px) {
		.slick-slider {
			width: calc(100% - 40px);
    		margin-left: auto;
    		margin-right: auto;
		}
		.slick-prev {
    		left: -60px;
		}	
		.slick-next {
    		right: -60px;
		}
		.plans h3 {
		    font-size: 25px;
    		line-height: 30px;
		}
		.plans__item {
    		min-width: 380px;
    	}
    	.block3 .block3__leftside {
		    max-width: 70%;
    	}
    	.main__text {
	    	right: 25px;
		}
	}
	@media (max-width: 1199.8px) {
		.plans {
			flex-wrap: wrap;
    		gap: 40px;
		}
		.plans__item {
			min-width: 435px
		}
		.container {
	    	max-width: 1024px;
    	}
    	.slick-slider {
		    width: calc(100% - 100px);
    	}
    	.block1 {
		    background-position: 60%!important;
    	}
    	.name {
    		font-size: 44px;
    	}
    	.quote,
    	.after__quote__text {
    		font-size: 22px;
    		line-height: 28px;
    	}
    	section {
		    margin-bottom: 95px;
		}
		.sert__item {
			padding: 10px 0;
    		align-items: flex-start;
		}
		.sert__item img.sert {
		    width: 35px;
    		height: 33px;
		}
		.sert__item img.plus {
		    width: 20px;
    		height: 22px;
		}
		.block3 {
    		margin-bottom: 55px;
		}
		.image__before__quote {
			margin-bottom: 95px;
		}
		.block6__rightside h2 {
		    max-width: 350px;
		}
		.block6 .text__box {
			align-items: flex-start;
		}
		.block6__wrap {
			height: unset;
			min-height: unset;
			max-height: unset
		}
		.block6 .list__block ul{
			margin-bottom: 40px;
		}
		.block7 {
			padding: 95px 0;
		}
		h1 {
			max-width: 405px;
		}
	}
	@media (max-width: 1023.8px) {
		header .nav__fixed {
			height: 55px;
		}
		.block1 {
			margin-top: 55px;
		}
		header .nav__fixed .nav__wrap {
		    flex-direction: column;
		    align-items: flex-start;
		    height: 100%;
    		width: 320px;
			position: fixed;
		    top: 0;
		    background: #fff;
		    justify-content: center;
		    right: 0px;
		    left: unset;
		    transition: all 0.4s ease;
		    padding: 15px;
		    box-sizing: border-box;
		    transform: translateX(320px);
		    z-index: -1;
		}
		header .nav__menu .menu {
		    flex-direction: column;
		    gap: 5px;
		    font-size: 24px;
		    line-height: 1;
		}
		header .nav__menu .menu li,
		footer .nav__menu .menu li {
			display: flex;
		}
		.hamburger__btn {
	  		appearance: none;
		    border: none;
		    background: none;
		    padding: 0;
		    margin: 0;
		    display: flex;
		    align-items: center;
		    margin-left: auto;
		}
		.hamburger__btn span {
			font-family: 'Bebas Neue Cyrillic';
    		margin-right: 10px;
    		font-size: 16px;
    		text-transform: uppercase;
		}
		.hamburger__btn svg {
	  		width: 26px;
		    height: 15px;
		}
		header .nav__fixed .nav__wrap.menu__open {
			box-shadow: 1px 1px 13px 0px var(--dark);
			transform: translateX(0);
		}
		header .nav__menu__add {
		    margin: 40px 0 0 0;
		}
		header .nav__menu__add > a, header .lang__switch {
		    margin-left: 12px;
		    margin-right: 8px;
		}
		.main__text {
 		   right: 15px;
 		   bottom: 40px;
		}
		.block1 {
			height: 450px;
			min-height: unset;
			max-height: unset;
			background-position: 65%!important;
		}
		.name, .sert {
	    	font-size: 34px;
	    }
		h1 {
		    font-size: 16px;
    		line-height: 24px;
    		margin-bottom: 35px;
    		max-width: 326px
		}
		.more {
			font-size: 14px;
			line-height: 14px
		}
		.block3 {
			flex-direction: column-reverse;
		}
		.block3 .block3__leftside {
			max-width: 100%
		}
		.block3__rightside {
			width: 100%;
			height: 450px;
			background-position: top;
		}
		figure img.mfp-img {
		    max-width: 100%;
		}
		.mfp-container .mfp-arrow {
			margin-top: -52px;
			top: 50px;
		    height: 50px;
		    width: 50px
		}	
		.mfp-container .mfp-arrow svg {
		    width: 30px;
    		height: auto;
		}
		.mfp-container .mfp-arrow-right {
			left: 45px
		}
		.mfp-container .mfp-arrow-right svg {
			margin-bottom: -5.5px;
		}
		.mfp-container .mfp-arrow-left:hover svg,
		.mfp-container .mfp-arrow-right:hover svg {
			margin-left: 0;
		}
		.mfp-container .mfp-arrow-left:before {
			border-right: 47px solid var(--light2);
			border-top-width: 25px;
			border-bottom-width: 25px;
			margin-left: 0;
			margin-top: 0;
		}
		.mfp-container .mfp-arrow-left:after {
			border-right: 47px solid var(--light2);
			border-top-width: 25px;
			border-bottom-width: 25px;
			top: 0;
			margin-top: 0;
			margin-left: 0;
		}
		.mfp-container .mfp-arrow-right:before {
			border-left: 47px solid var(--light2);
			margin-left: 0;
			margin-top: 0;
			border-top-width: 25px;
			border-bottom-width: 25px;
			top: 0;
		}
		.mfp-container .mfp-arrow-right:after {
			border-left: 47px solid var(--light2);
			margin-left: 0;
			margin-top: 0;
			top: 0;
			border-top-width: 25px;
			border-bottom-width: 25px;
		}
		.image__before__quote {
		    height: 450px;
		    max-width: 100%;
    		overflow: hidden;
		}
		.block6__rightside {
			padding: 40px;
		}
		.block6__wrap {
			flex-direction: column;
		}
		.block6__leftside {
			max-width: unset;
		    min-height: 450px;
		    background-position: bottom;
		}
		.block6 .plans {
 		   padding-top: 25px;
		}
		.quote, .after__quote__text {
    		font-size: 18px;
    		line-height: 24px;
		}
		.author, .desc__author {
		    font-size: 14px;
    		line-height: 14px;
		}
		section,
		.image__before__quote {
 	    	margin-bottom: 45px;
		}
		.block7 {
 			padding: 45px 0;
		}
		.block8__text {
			padding: 25px 15px;
			font-size: 16px;
    		line-height: 25px;
		}
		.block8__text button.show_hide {
			font-size: 16px;
		}
		.block7__main ul li,
		.block7__main p {
			font-size: 20px;
		}
		.block9 {
			flex-direction: column;
			height: unset;
		}
		.block9 .block3__leftside {
			max-width: 100%
		}
		.block9 .block3__rightside {
			display: none;
		}
		.block8__author {
			margin-top: 10px;
		}
		footer .nav__menu .menu {
			flex-direction: column;
    	}
		footer .nav__wrap {
			align-items: flex-end;
		}
	}
	@media (max-width: 767.8px) {
		.block3__leftside__row {
			flex-direction: column;
			align-items: flex-start;
			gap: 20px;
		}
		.consult {
			width: 100%
		}
		.list__block {
			min-width: 100%;
			border: none;
			padding: 0;
			margin: 0;
		}
		.lang__block {
			flex-direction: column;
			gap: 15px;
		}
		.lang__item {
			margin: 0;
		}
		.sert__item {
			margin-bottom: 10px;
		}
		.text__box {
			align-items: flex-start;
		}
		.text__box p {
    		line-height: 22px;
		}
		.block3 {
			margin-bottom: 0;
		}
		.plans__label {
			font-size: 14px;
		}
		.block8__text p,
		.block8__text button.show_hide {
			line-height: 20px;
		}
		.block8__text {
			padding: 15px;
		}
		.footer__copy {
			flex-direction: column;
    		align-items: baseline;
    		gap: 12px;
		}
		.block9__btns  {
			margin-bottom: 60px;
		}
		.block1 {
			height: 380px;
			background-position: 35%!important;
			margin-bottom: 120px;
		}
		.main__text {
			color: var(--dark);
			right: 15px;
			bottom: unset;
			top: calc(100% + 20px);
		}
		.main__text .row__b {
			justify-content: flex-end;
		}
		h1 {
			text-align: right;
		}
		.main__text .row__c {
			display: none;
		}
		.image__before__quote {
		    height: 380px;
    	}
	}
	@media (max-width: 452.8px) {
		header .nav__fixed .nav__wrap {
			width: 100%;
			transform: translateX(100%);
		}
		.plans__item {
			min-width: 100%;
			padding: 15px;
		}
		header .nav__fixed .nav__wrap.menu__open {
			box-shadow: none
		}
		footer .nav__wrap {
		    flex-direction: column;
    		align-items: flex-start;
		}
		.nav__menu__add,
		.footer__copy {
		    margin-top: 15px;
			margin-left: 0px;
		}
		.nav__menu__add > a, .lang__switch {
    		margin-left: 8px;
    		margin-right: 12px;
		}
		.block3__leftside {
			padding: 30px 15px;
		}
		.block9__desc {
			max-width: 250px;
    		text-align: center;
    		margin: 15px 0 30px 0;
    		font-size: 16px;
    	}
    	h2 {
    		font-size: 30px;
    		line-height: 30px;
    	}
    	.block7 {
    		padding: 30px 0;
    	}
    	.block7__main {
    		margin-top: 30px;
    		padding: 15px;
    	}
    	.block7__main ul li, .block7__main p {
    		font-size: 16px;
    	}
    	.block7__main ul {
    		margin: 0;
    	}
    	.block7__main p {
    		margin: 20px 0;
    	}
    	.footer__copy {
    		font-size: 16px;
    		gap: 8px;
    	}
    	section, .image__before__quote {
    		margin-bottom: 30px;
		}
		.block8__main {
			margin-top: 30px;
		}
		.slick-arrow svg {
			width: 25px;
			height: 21px
		}
		.slick-slider {
    		width: 100%;
		}
		.block7__main p {
			line-height: 20px
		}
		.block7__main ul li:before {
			width: 24px;
			height: 25px
		}
		.block6 {
			padding-bottom: 30px;
		}
		.popup1 {
			width: calc(100% - 30px);
			padding: 30px 15px;
		}
		.popup1__close {
			right: 15px;
		}
		.popup1__title2 {
			font-size: 26px;
			margin: 0 0 25px;
		}
		.popup1__plan {
    		font-size: 22px;
		}
		.popup1__form .form__button {
			margin-top: 0;
		}
		.block6__rightside {
			padding: 30px 15px 5px 15px;
		}
		.block6 .list__block ul {
			margin: 30px 0;
		}
		.list__block a {
			font-size: 16px;
		}
		.block6 .text__box,
		.text__box {
			padding: 15px;
		    flex-direction: column-reverse;
    		gap: 15px;
    		align-items: center;
		}
		.text__box {
			margin-top: 30px;
		}
		.block6__leftside {
			min-height: 250px
		}
		.quote, .after__quote__text {
    		font-size: 16px;
    		line-height: 20px;
		}
		.image__before__quote {
		    height: 250px;
    	}
		.plans h4 {
			margin: 20px 0 15px;
		}
		.plans__label {
			padding: 4px 10px;
			right: 15px;
		}
		.consult p {
    		font-size: 16px;
    		line-height: 16px;
		}
		.text__box img {
			margin: 0;
		}
		.block3__rightside {
    		height: 250px;
    	}
    	.after__quote__text {
    		margin-top: 30px;
    	}
    	.block1 {
    		margin-bottom: 100px;
    		height: 250px;
    		background-position: 30%!important
    	}
    	.main__text {
    		bottom: unset;
    		top: calc(100% + 20px);
    	}
    	.name, .sert {
    		font-size: 30px;
    	}
    	h1 {
		    font-size: 14px;
    		line-height: 16px;
    		margin-bottom: 0;
		}
		.desc__author {
		    opacity: 0.8;
    		font-weight: 300;
		}
		.block9__btns {
			gap: 30px;
		}
		.block8__main button.slick-arrow {
			background: var(--light2)
		}
		.block8__main button.slick-prev {
			top: unset;
    		bottom: -6px;
    		left: unset;
    		width: 45px;
    		right: 45px;
    		z-index: 1
		}
		.block8__main button.slick-next {
			top: unset;
    		bottom: -6px;
    		right: 0;
    		width: 45px;
		}
		.block8__author {
			font-size: 14px;
		}
	}
/* Media */