@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src:  url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
	font-display: swap;
}
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
/*	height: 100%;*/
/*	width: 100%;*/
	font-size: 100%;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;max-width:100%;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
/* body */
body {
	display: flex;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	background: #fffffe;
	color: #000;
}
@media (max-width:991px) {
	body.lock-scroll {
		overflow: hidden;
	}
}
@media (max-width:767px) {
	body {
		font-size: 16px;
    line-height: 27px;
	}
}
/* main */
main {
	flex-grow: 1;
}
section {
  padding: 60px 0;
}
@media (max-width:991px) {
  section {
    padding: 45px 0;
  }
}
@media (max-width:767px) {
  section {
    padding: 30px 0;
  }
}
.section-gray {
	background: #ececed;
}
.style-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title-h1,
.title-h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 41px;
	color: #FFFFFF;
	text-transform: uppercase;
  margin-bottom: 20px;
}
.title-h1 span,
.title-h2 span {
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.title-h1-article {
	font-weight: 600;
	font-size: 34px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.title-h2 span {
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 8px;
}
.title-h2-black {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.15;
}
.title-h2-article {
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	text-transform: uppercase;
	margin: 50px 0 30px;
}
.title-h3-article {
	font-weight: 600;
	font-size: 23px;
	line-height: 37px;
	margin: 45px 0 20px;
}
@media (max-width:1199px) {
	.title-h2-black {
		font-size: 32px;
		line-height: 34px;
	}
}
.title-h3 {
  font-weight: normal;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
  margin-bottom: 35px;
}
.text-center {
	text-align: center;
}
@media (max-width:991px) {
  .title-h1,
	.title-h2 {
    font-size: 22px;
		line-height: 32px;
  }
	.title-h1 span,
	.title-h2 span {
		font-size: 40px;
		line-height: 40px;
	}
	.title-h1-article {
		font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
	}
	.title-h2-black {
		font-size: 28px;
    line-height: 35px;
	}
  .title-h3 {
    margin-bottom: 25px;
  }
}
@media (max-width:767px) {
  .title-h1,
	.title-h2 {
		font-size: 20px;
    line-height: 24px;
  }
	.title-h1 span,
	.title-h2 span {
		font-size: 32px;
    line-height: 32px;
	}
	.title-h1-article {
		font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
	}
	.title-h2-black {
		font-size: 22px;
    line-height: 28px;
	}
	.title-h2-article {
		font-size: 22px;
    line-height: 28px;
		margin: 40px 0 20px;
	}
  .title-h3 {
    margin-bottom: 15px;
  }
	.title-h3-article {
		font-size: 22px;
    line-height: 30px;
    margin: 40px 0 20px;
	}
}
@media (max-width:399px) {
  .title-h1,
	.title-h2 {
		font-size: 18px;
    line-height: 22px;
  }
	.title-h1 span,
	.title-h2 span {
		font-size: 26px;
    line-height: 28px;
	}
	.title-h2-black {
		font-size: 18px;
    line-height: 22px;
	}
}
/* button */
.button {
	display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 63px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 30px 20px 66px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  outline: none;
	text-decoration: none;
  background: #0BB74F;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
}
.button:hover {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
}
.button span{
	position: relative;
	z-index: 1;
}
@media (max-width:767px) {
	.button {
		font-size: 16px;
    line-height: 20px;
    padding: 10px 20px 10px 40px;
    min-height: 50px;
	}
}
.button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background: #059E42;
	opacity: 0;
	transition: opacity 0.5s;
}
.button:hover:after {
	opacity: 1;
}
.button:active:after {
	opacity: 1;
	background: #059E42;
}
.button .btn__icon {
	z-index: 1;
  height: auto;
  width: auto;
  margin: 0;
  position: absolute;
  left: 24px;
}
@media (max-width:767px) {
  .button .btn__icon {
		left: 13px;
  }
}
.button.button-transparent {
  border: 1px solid #0BB76E;
  background: transparent;
  text-transform: none;
	box-shadow: none;
}
.button.button-transparent:hover {
  border: 1px solid #0BB76E;
}
.button.button-transparent:after {
  border-radius: 0;
  text-transform: none;
	background: rgba(11, 183, 110, 0.12);
}
.button.button-transparent.button-transparent__violet {
	background: rgba(53, 52, 72, 0.8);
}
.button.button-transparent.button-transparent__violet:after {
	background: #059E42;
}
.button-arrow {
	position: absolute;
	pointer-events: none;
	right: -95px;
  top: -38px;
}
/* list */
.list {
  margin-bottom: 30px;
}
.list li {
  background: url(../img/check.svg) no-repeat 0px 5px;
  line-height: 25px;
  padding-left: 28px;
  padding-bottom: 15px;
}
ul.list-dots {
	padding-left: 25px;
	margin-bottom: 30px;
}
ul.list-dots > li {
	list-style-type: disc;
	margin-bottom: 13px;
}
ul.list-dots > li::marker {
	color: #0BB76E;
	font-size: 23px;
}
ul.list-dots a {
	text-decoration: underline;
}
ul.list-dots a:hover {
	text-decoration: none;
}
@media (max-width:767px) {
	ul.list-dots > li {
		margin-bottom: 5px;
	}
}
.list-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.list-plus,
.list-minus {
	position: relative; 
	margin-bottom: 30px;
}
.list-plus li,
.list-minus li {
  position: relative;
  padding-left: 30px;
	margin-bottom: 13px; 
}
.list-plus li:last-child,
.list-minus li:last-child {
	margin-bottom: 0; 
}
.list-plus li:before,
.list-minus li:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
	background: url("../img/plus.svg") center no-repeat; 
}
.list-minus li:before {
	background: url("../img/minus.svg") center no-repeat; 
}
ol.list-number {
  counter-reset: li;
  list-style: none;
  margin: 25px 0 30px 30px;
}
ol.list-number > li {
  line-height: 1.667;
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
}
ol.list-number > li:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #0BB76E;
	border-radius: 3px;
  left: 0;
  top: 4px;
}
ol.list-number > li:after {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  background: none;
  width: 23px;
  height: 23px;
  left: 0px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 16px;
  color: #fff;
  font-weight: 500;
}
@media (max-width:767px) {
	ol.list-number {
		margin-left: 0;
	}
	ol.list-number > li {
		margin-bottom: 7px;
	}
}
/* link */
.link {
	color: #000;
	text-decoration: underline;
  transition: ease .3s;
}
.link:hover {
	text-decoration: underline;
	color: #0fb764;
}
/* header */
.header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2A293D;
	z-index: 2;
}
.header.header-no-fixed {
	position: relative;
}
.header.header-no-fixed + main {
	padding-top: 0;
}
.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}
.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 78px;
}
@media (max-width:767px) {
	.header__body {
		height: 70px;
	}
}
.header__logo {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__logo img {
	max-width: 100%;
	display: block;
}
.header__logo-text {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
	margin-left: 10px;
	max-width: 120px;
	padding-top: 4px;
}
.header__burger {
	display: none;
}
.header__menu {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
@media (max-width:991px) {
	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		z-index: 3;
	}
	.header__burger span {
		background: #fff;
		position: absolute;
		left: 0;
		top: 9px;
		width: 100%;
		height: 2px;
		transition: all 0.3s ease 0s;
	}
	.header__burger.active span {
		transform: scale(0);
	}
	.header__burger:before,
	.header__burger:after {
		content: '';
		background: #fff;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: all 0.2s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:hover:before {
		top: -2px;
	}
	.header__burger.active:before {
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger:after {
		bottom: 0;
	}
	.header__burger:hover:after {
		bottom: -2px;
	}
	.header__burger.active:after {
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__menu {
		position: fixed;
		justify-content: flex-start;
		align-items: center;
    flex-direction: column;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #fff;
		padding: 100px 10px 20px 10px;
		transition: all 0.3s ease 0s;
	}
	.header__menu.active {
		top: 0;
	}
	.header__menu .header__list {
		height: auto;
	}
}
@media (max-width:767px) {
	.header__menu {
		padding-top: 70px;
	}
}
.header__list {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 2;
	margin: 0 39px 0 15px;
}
@media (max-width:991px) {
	.header__list {
		display: block;
		margin: 0;
	}
}
.header__list li {
	position:relative;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	margin: 0 20px;
}
@media (max-width:1199px) {
	.header__list {
		margin: 0 15px;
	}
	.header__list li {
		margin: 0 10px;
	}
}
@media (max-width:991px) {
	.header__list li {
		margin: 0;
		margin-bottom: 0px;
		height: auto;
	}
}
.header__list > li:first-child {
	margin-left: 0px;
}
.header__list > li:last-child {
	margin-right: 0px;
}
.header__link,
.header__menu-text {
	display:flex;
	align-items:center;
	font-size: 14px;
	font-weight: 500;
	height:100%;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	transition: ease 0.3s;
}
@media (max-width:991px) {
	.header__link,
	.header__menu-text {
		padding: 20px;
    margin: 0 auto;
		color: #2A293D;
	}
	.header__link:active,
	.header__menu-text:active {
		color: #0fb764;
	}
}
.header__menu-text {
	padding-right: 20px;
}
@media (min-width:992px) {
	.header__list li:hover .header__link,
	.header__list li:hover .header__menu-text {
		color: #0fb764;
	}
	.header__sub-menu .header__link:hover .header__arrow:before, 
	.header__sub-menu .header__link:hover .header__arrow:after {
		background: #0fb764;
	}
}
.header__sub-menu {
	display: none;
	position: absolute;
	min-width: 480px;
	left: -34px;
	top: 100%;
	padding: 20px 30px 25px;
	background: #fff;
	box-shadow: 0px 15px 14px rgba(0, 0, 0, 0.2);
}
@media (max-width:991px) {
	.header__sub-menu {
		position: relative;
    min-width: initial;
    left: 0;
		margin-top: 15px;
		padding: 0px;
	}
}
.header__sub-menu .header__link {
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	padding-left: 3px;
	margin-left: 20px;
}
@media (min-width:992px) {
	.header__open-menu:hover .header__menu-text {
		color: #0fb764;
	}
	.header__open-menu:hover .header__sub-menu .header__arrow {
		left: -20px;
	}
	.header__open-menu:hover > .header__arrow:before,
	.header__open-menu:hover > .header__arrow:after {
		background: #0fb764;;
	}
	.header__open-menu:hover .header__sub-menu .header__arrow:before,
	.header__open-menu:hover .header__sub-menu .header__arrow:after {
		transform: rotate(135deg);
		left: 0;
		top: 5px;
	}
	.header__open-menu:hover .header__sub-menu .header__arrow:before {
		transform: rotate(-135deg);
		left: 0;
		top: 9px;
	}
}
.header__sub-menu li {
	padding-bottom: 18px;
	transition: ease 0.2s;
	margin-right: 0;
	padding-bottom: 0;
}
.header__sub-menu li a {
	padding: 9px 0;
}
@media (min-width:992px) {
	.header__sub-menu .header__link:hover {
		margin-left: 35px;
	}
}
.header__sub-menu li:last-child {
	padding-bottom: 0;
}
.header__open-menu {
	cursor: default;
}
@media (max-width:991px) {
	.header__open-menu {
		display: flex;
    flex-direction: column;
	}
	.header__open-menu > .header__arrow {
		top: -9px;
    right: 5px;
	}
}
@media (min-width:992px) {
	.header__open-menu:hover .header__sub-menu {
		display: block;
		cursor: default;
	}
}
@media (max-width:991px) {
	.sub-menu-active {
		display: block;
	}
	.header__menu-text.sub-menu-active {
		color: #0fb764;
	}
	.sub-menu-active + .header__arrow:before,
	.sub-menu-active + .header__arrow:after {
		background: #0fb764;
	}
	.sub-menu-active + .header__arrow:before {
		left: 3px;
	}
	.sub-menu-active + .header__arrow:after {
		left: 6px;
	}
	.header__sub-menu.sub-menu-active .header__arrow:before,
	.header__sub-menu.sub-menu-active .header__arrow:after {
		transform: rotate(135deg);
		left: 0;
		top: 5px;
	}
	.header__sub-menu.sub-menu-active .header__arrow:before {
		transform: rotate(-135deg);
		left: 0;
		top: 9px;
	}
	.header__sub-menu li {
		padding-bottom: 0;
	}
	.header__sub-menu li a {
		padding: 15px;
	}
}
.header__arrow {
	position: relative;
	top: -1px;
  right: 11px;
}
.header__arrow:before,
.header__arrow:after {
	position: absolute;
  top: 0px;
  left: 3px;
  width: 2px;
  height: 6px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #3A3F53;
}
.header__arrow:before {
	left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width:992px) {
	.header__open-menu:hover .header__arrow:before {
		left: 3px;
	}
	.header__open-menu:hover .header__arrow:after {
		left: 6px;
	}
}
.header__button {
	display: flex;
	align-items: center;
	z-index: 2;
}
@media (max-width:991px) {
	.header__button {
		margin-top: 20px;
	}
}
.header__button .button {
	min-height: 39px;
	font-size: 14px;
	padding: 3px 17.5px 3px 17.5px;
}
.header__button .button.btn-buy {
	margin-left: 12px;
}
.header__button .button:before {
	display: none;
}
.header__button .button .btn__icon {
	width: 13px;
	height: 15px;
	right: 16px;
	margin: 0px;
}
.header__button .button.btn-buy .btn__icon {
	width: 19px;
	height: 16px;
}
/* section-hero */
.section-hero {
	padding-bottom: 80px;
	background-image: url(../img/bg1.webp), linear-gradient(#ececed, #ececed);
	background-repeat: no-repeat;
	background-position: top center;
}
@media (max-width:991px) {
	.section-hero {
		padding: 40px 0;
	}
}
@media (max-width:767px) {
	.section-hero {
		padding: 15px 0 30px;
	}
}
.section-hero .container {
	max-width: 1130px;
}
.section-hero__block {
	max-width: 1070px;
	display: flex;
	position: relative;
}
.section-hero__block-top {
	max-width: 1010px;
	width: 100%;
	background: rgba(53, 52, 72, 0.93);
	padding: 68px 59px;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-left: -60px;
}
@media (max-width:991px) {
	.section-hero__block-top {
		padding: 40px;
		margin-left: 0px;
	}
}
@media (max-width:767px) {
	.section-hero__block-top {
		padding: 20px;
	}
}
.section-hero__text {
	line-height: 31px;
	margin-bottom: 50px;
	color: #F5F5F5;
  font-family: 'Roboto';
}
@media (max-width:767px) {
	.section-hero__text {
		line-height: 24px;
    margin-bottom: 35px;
	}
}
.btn-block {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.btn-block__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.btn-block__text-arrow {
	position: relative;
}
.btn-block__text-arrow::before {
	content: '';
	position: absolute;
	background: url(../img/article/arrow-btn.svg) no-repeat;
	left: -130px;
	top: -30px;
	width: 100px;
	height: 75px;
}
@media (max-width:767px) {
	.btn-block {
		flex-direction: column;
	}
	.btn-block__text {
		margin-bottom: 20px;
	}
}
@media (max-width:499px) {
	.btn-block__text-arrow::before {
		display: none;
	}
}
.subtext-btn {
	color: #F5F5F5;
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
}
.section-hero__block .btn-block__text + .button.button-transparent {
	margin-left: 32px;
}
@media (max-width:767px) {
	.section-hero__block .btn-block__text + .button.button-transparent {
		margin-left: 0px;
	}
}
.section-hero__block-bottom {
	position: absolute;
	right: -60px;
	bottom: -60px;
	background: #fff;
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
	padding: 30px 58.5px;
	max-width: 250px;
	max-height: 185px;
}
@media (max-width:991px) {
	.section-hero__block-bottom {
		position: relative;
		margin: 0 auto;
		left: 0;
		bottom: 0;
		margin-top: 20px;
	}
}
.arrow-scroll {
	position: absolute;
	z-index: 5;
	right: -30px;
	bottom: 0px;
	display: flex;
	width: 64px;
	height: 64px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	justify-content: center;
	align-items: center;
	transition: ease .3s;
}
.arrow-scroll:hover {
	background: #CACAD4;
}
.arrow-scroll img {
	transform: rotate(180deg);
}
@media (max-width:1199px) {
	.arrow-scroll {
		right: initial;
    left: 0px;
    bottom: -35px;
	}
}
@media (max-width:991px) {
	.arrow-scroll {
		right: 15px;
    left: initial;
    bottom: 15px;
	}
}
@media (max-width:767px) {
	.arrow-scroll {
		right: 15px;
    left: initial;
    bottom: 15px;
		width: 32px;
    height: 32px;
	}
}
/* mfp-fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* section-layout */
.section-layout {
	padding: 20px 0 78px;
}
.section-layout__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.section-layout__wrap::before {
	content: url(../img/bg2.webp);
	position: absolute;
	right: 0;
	top: 0;
}
.section-layout__wrap::after {
	content: '';
	width: 270px;
	height: 437px;
	background: #343448;
	position: absolute;
	left: 0;
	bottom: -78px;
}
@media (max-width:767px) {
	.section-layout {
		padding: 30px 0 30px;
	}
	.section-layout__wrap::after {
		bottom: -30px;
		width: 224px;
		height: 237px;
	}
}
.section-layout .container {
	max-width: 1345px;
}
.section-layout__block {
	background: #FFFFFF;
	box-shadow: -8px -6px 24px rgba(0, 0, 0, 0.09);
	padding: 65px 100px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
@media (max-width:991px) {
	.section-layout__block {
		padding: 40px;
	}
}
@media (max-width:767px) {
	.section-layout__block {
		padding: 15px;
		flex-direction: column;
	}
}
.section-layout__block .title-h2-black {
	width: 100%;
	margin-bottom: 50px;
}
@media (max-width:991px) {
	.section-layout__block .title-h2-black {
		margin-bottom: 25px;
	}
}
.section-layout__block-left {
	width: 40%;
	padding-right: 50px;
}
@media (max-width:767px) {
	.section-layout__block-left {
		width: 100%;
		padding-right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
.section-layout__block-left img {
	border-radius: 3px;
	display: block;
	box-shadow: 28px 35px 0px #343448;
	margin-bottom: 45px;
}
@media (max-width:767px) {
	.section-layout__block-left img {
		box-shadow: 15px 15px 0px #343448;
		margin-bottom: 25px;
	}
}
.section-layout__block-right {
	width: 60%;
}
@media (max-width:767px) {
	.section-layout__block-right {
		width: 100%;
	}
}
.section-layout__text-top {
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	margin: 25px 0 20px;
}
.section-layout__text {
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
/* section-img */
.section-img {
	padding: 65px 0;
}
@media (max-width:991px) {
	.section-img {
		padding: 40px 0;
	}
}
@media (max-width:767px) {
	.section-img {
		padding: 30px 0;
	}
}
.section-img .title-h2-black {
	margin-bottom: 90px;
}
@media (max-width:991px) {
	.section-img .title-h2-black {
		margin-bottom: 50px;
	}
}
@media (max-width:767px) {
	.section-img .title-h2-black {
		margin-bottom: 35px;
	}
}
.section-img__block {
	display: flex;
	flex-wrap: wrap;
	max-width: 870px;
	margin: 0 auto;
}
.section-img__block-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 33.333%;
	padding: 0 5px;
	margin-bottom: 100px;
}
@media (max-width:991px) {
	.section-img__block-item {
		width: 50%;
		margin-bottom: 50px;
	}
}
@media (max-width:767px) {
	.section-img__block-item {
		width: 100%;
	}
}
.section-img__block-item img {
	margin-bottom: 25px;
}
.section-img__block-item p {
	font-size: 20px;
}
.btn-block__text.btn-block__text-green {
	margin: 0 auto;
}
.btn-block__text.btn-block__text-green .button {
	min-height: 78px;
	box-shadow: 0px 5px 14px rgb(86 231 161 / 54%);
  border-radius: 3px;
}
.btn-block__text.btn-block__text-green .button:hover {
	box-shadow: 0px 5px 14px rgba(86, 231, 161, 0.54);
}
@media (max-width:767px) {
	.btn-block__text.btn-block__text-green .button {
		min-height: 60px;
	}
}
.btn-block__text.btn-block__text-green .subtext-btn {
	color: #747373;
	font-size: 18px;
	margin-top: 25px;
}
/* section-tabs */
.section-tabs {
	padding: 78px 0 64px;
}
@media (max-width:991px) {
	.section-tabs {
		padding: 40px 0;
	}
}
@media (max-width:767px) {
	.section-tabs {
		padding: 30px 0;
	}
}
.section-tabs__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.section-tabs__wrap::after {
	content: url(../img/bg3.webp);
	position: absolute;
	right: 0;
	top: 0;
}
.section-tabs .title-h2-black {
	margin-bottom: 50px;
}
@media (max-width:991px) {
	.section-tabs .title-h2-black {
		margin-bottom: 25px;
	}
}
.tabs-block {
	display: flex;
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media (max-width:767px) {
	.tabs-block {
		flex-direction: column;
	}
}
.swiper-tabs__container {
	position: relative;
	width: 56%;
	padding-bottom: 38.3%;
}
@media (max-width:767px) {
	.swiper-tabs__container {
		width: 100%;
		padding-bottom: 68.6%;
	}
}
#swiper-tabs,
#swiper-tabs .swiper-slide img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#swiper-tabs .swiper-lazy-preloader {
	z-index: 0;
}
.tabs-navigation {
	display: flex;
	width: 44%;
	padding-left: 13px;
}
@media (max-width:767px) {
	.tabs-navigation {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}
.tabs-links-container {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.tabs-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	flex-grow: 1;
	text-align: center;
	background: #343448;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 8px;
	transition: ease .3s;
}
@media (max-width:767px) {
	.tabs-link {
		font-size: 16px;
	}
}
.tabs-link:hover {
	background: #5E5E7A;
}
.tabs-link:last-child {
	margin-bottom: 0;
}
/* section-info */
.section-info {
	padding: 80px 0;
}
@media (max-width:991px) {
	.section-info {
		padding: 40px 0;
	}
}
@media (max-width:767px) {
	.section-info {
		padding: 30px 0;
	}
}
.section-info .container {
	max-width: 1430px;
}
.section-info__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	background: #343448;
}
.section-info__wrap::before {
	content: '';
	position: absolute;
	right: 0px;
	top: -80px;
	width: 380px;
	height: 296px;
	background: #fff;
	z-index: 0;
}
@media (max-width:1199px) {
	.section-info__wrap::before {
		width: 300px;
		height: 250px;
		top: -40px;
	}
}
@media (max-width:767px) {
	.section-info__wrap::before {
		display: none;
	}
}
.section-info__block {
	display: flex;
	position: relative;
}
@media (max-width:767px) {
	.section-info__block {
		flex-direction: column;
	}
}
.section-info__block-left {
	display: flex;
	flex-direction: column;
	padding: 180px 120px 120px 60px;
	width: 64%;
	position: relative;
	z-index: 2;
}
@media (max-width:1199px) {
	.section-info__block-left {
		padding: 80px 60px 90px 25px;
	}
}
@media (max-width:991px) {
	.section-info__block-left {
		padding: 40px 40px 40px 0;
	}
}
@media (max-width:767px) {
	.section-info__block-left {
		padding: 30px 0;
		width: 100%;
	}
}
.section-info__block-left::after {
	content: url(../img/bg4.webp);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -125px;
	z-index: 0;
}
@media (max-width:399px) {
	.section-info__block-left::after {
		display: none;
	}
}
.section-info .title-h2 {
	margin-bottom: 75px;
	position: relative;
	z-index: 1;
}
@media (max-width:767px) {
	.section-info .title-h2 {
		margin-bottom: 50px;
	}
}
.section-info .btn-block {
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}
.section-info__block-left .button {
	min-height: 78px;
}
.section-info__block-left .subtext-btn {
	font-size: 18px;
	margin-top: 14px;
}
.section-info__block-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 36%;
	background:rgba(11,183,110,1);
	position: relative;
	z-index: 2;
	padding: 20px 0 20px 20px;
}
.section-info__block-right::after {
	content: '';
	position: absolute;
	left: -28px;
	bottom: -80px;
	width: 210px;
	height: 380px;
	background: #fff;
	z-index: 1;
}
.section-info__block-right img {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 465px;
	max-height: 462px;
	border-radius: 0px 0px 0px 70px;
}
@media (max-width:991px) {
	.section-info__block-right::after {
		left: -25px;
    bottom: -40px;
    width: 165px;
    height: 270px;
	}
}
@media (max-width:767px) {
	.section-info__block-right {
		width: 100%;
		right: -15px;
	}
	.section-info__block-right::after {
		bottom: -20px;
    width: 170px;
    height: 230px;
	}
}
/* section-grid */
.section-grid {
	padding: 60px 0;
}
@media (max-width:991px) {
	.section-grid {
		padding: 40px 0 20px;
	}
}
@media (max-width:767px) {
	.section-grid {
		padding: 30px 0 10px;
	}
}
.section-grid__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.section-grid__wrap::before {
	content: url(../img/bg5.webp);
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 0;
}
.section-grid__wrap::after {
	content: url(../img/bg7.webp);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.section-grid .container {
	max-width: 1430px;
	position: relative;
	z-index: 1;
}
.section-grid__circle {
	position: absolute;
	left: 85px;
	bottom: 210px;
}
.section-grid .title-h2-black {
	margin-bottom: 100px;
}
@media (max-width:991px) {
	.section-grid .title-h2-black {
		margin-bottom: 70px;
	}
}
@media (max-width:767px) {
	.section-grid .title-h2-black {
		margin-bottom: 40px;
	}
}
.section-grid__block {
	display: flex;
	background: #FFFFFF;
	margin-bottom: 110px;
}
.section-grid__block:last-child {
	margin-bottom: 20px;
}
.section-grid__block-img {
	display: flex;
	align-items: flex-start;
	background: linear-gradient(90deg, rgba(11,183,110,1) 70%, rgba(255,255,255,1) 30%);
	width: 40%;
	padding: 50px 45px 65px 130px;
}
.section-grid__block-text {
	display: flex;
	flex-direction: column;
	width: 60%;
	padding: 70px 20px 20px 0;
}
.section-grid__block-text p {
	max-width: 570px;
	margin-bottom: 15px;
}
.section-grid__block.section-grid__block-inversion .section-grid__block-img {
	background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(11,183,110,1) 30%);
	padding: 50px 130px 65px 45px;
}
.section-grid__block.section-grid__block-inversion .section-grid__block-text {
	padding: 70px 0px 20px 130px;
}
@media (max-width:1199px) {
	.section-grid__block {
		margin-bottom: 90px;
	}
	.section-grid__block-img {
		padding: 40px 45px 50px 50px;
	}
	.section-grid__block-text {
		padding: 40px 20px 20px 0;
	}
	.section-grid__block.section-grid__block-inversion .section-grid__block-img {
		padding: 40px 45px 50px 50px;
	}
	.section-grid__block.section-grid__block-inversion .section-grid__block-text {
		padding: 40px 20px 20px 50px;
	}
}
@media (max-width:991px) {
	.section-grid__block {
		margin-bottom: 70px;
	}
	.section-grid__block-img {
		padding: 40px 20px 50px 20px;
	}
	.section-grid__block-text {
		padding: 40px 20px 20px 0;
	}
	.section-grid__block-text p {
		font-size: 16px;
	}
	.section-grid__block.section-grid__block-inversion .section-grid__block-img {
		padding: 40px 20px 50px 20px;
	}
	.section-grid__block.section-grid__block-inversion .section-grid__block-text {
		padding: 40px 20px 20px 40px;
	}
}
@media (max-width:767px) {
	.section-grid__block {
		margin-bottom: 40px;
		flex-direction: column;
	}
	.section-grid__block-img {
		width: 100%;
		justify-content: center;
	}
	.section-grid__block-text {
		width: 100%;
		padding: 20px;
	}
	.section-grid__block.section-grid__block-inversion .section-grid__block-img {
		width: 100%;
		justify-content: center;
		order: 1;
	}
	.section-grid__block.section-grid__block-inversion .section-grid__block-text {
		width: 100%;
		padding: 20px;
		order: 2;
	}
}
/* section-examples */
.section-examples {
	padding: 110px 0 20px;
}
@media (max-width:991px) {
	.section-examples {
		padding: 40px 0 20px;
	}
}
@media (max-width:767px) {
	.section-examples {
		padding: 30px 0 20px;
	}
}
.section-examples .container {
	max-width: 1760px;
}
.examples {
	position:relative;
	max-width: 1730px;
	margin: 0 auto;
	overflow: hidden;
	padding: 150px 0;
}
.examples .swiper-slide img { 
	outline: none; 
	pointer-events: none;
	user-select: none;
}
@media (max-width:1199px) {
	.examples {
		padding: 100px 0;
	}
}
@media (max-width:991px) {
	.examples {
		padding: 130px 0;
	}
}
@media (max-width:767px) {
	.examples {
		padding: 30px 0 45px;
	}
}
.examples::after {
	content: url(../img/bg12.webp);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
@media (max-width:1199px) {
	.examples::after {
		transform: scale(.7);
	}
}
@media (max-width:991px) {
	.examples::after {
		transform: scale(.4);
	}
}
@media (max-width:767px) {
	.examples::after {
		display: none;
	}
}
.examples .swiper-wrapper {
	align-items: center;
	position: relative;
	z-index: 1;
}
.examples .swiper-slide {
	display:flex;
	background: #eee;
	align-items: center;
	justify-content:center;
	transition: ease 150ms;
	transform: scale(1.03);
}
.examples .swiper-slide-prev {
	transform: translateX(10%) scale(1.03);
}
.examples .swiper-slide-next {
	transform: translateX(-10%) scale(1.03);
}
@media (max-width:767px) {
	.examples .swiper-slide {
		transform: scale(1);
	}
	.examples .swiper-slide-prev {
		transform: translateX(0%) scale(1);
	}
	.examples .swiper-slide-next {
		transform: translateX(0%) scale(1);
	}
}
.examples .swiper-slide-active{
	transform: translateX(0%) scale(1.84);
	background: transparent;
	z-index: 1;
}
@media (max-width:767px) {
	.examples .swiper-slide-active{
		transform: translateX(0%) scale(1);
	}
}
.examples .swiper-slide img,
.examples .swiper-slide-active img {
	display: flex;
  align-items: center;
  justify-content: center;
}
.examples-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 44px);
	max-width: 47%;
	width: 100%;
	min-height: 89px;
	margin: 0 auto;
}
.examples-arrows .swiper-button-prev,
.examples-arrows .swiper-button-next {
	width: 96px;
	height: 89px;
	background: rgba(52, 52, 72, 0.86);
  color: #fff;
	font-weight: 700;
	top: 22px;
	transition: ease .3s;
}
@media (max-width:1199px) {
	.examples-arrows .swiper-button-prev,
	.examples-arrows .swiper-button-next {
		transform: scale(.6);
	}
}
@media (max-width:991px) {
	.examples-arrows .swiper-button-prev,
	.examples-arrows .swiper-button-next {
		display: none;
	}
}
.examples-arrows .swiper-button-prev {
	left: 0;
}
.examples-arrows .swiper-button-next {
	right: 0;
}
.examples-arrows .swiper-button-next:hover, 
.examples-arrows .swiper-button-prev:hover {
  color: #0fb764;
}
.examples .swiper-pagination {
	width: 135px !important;
	bottom: 0;
}
.examples .swiper-pagination .swiper-pagination-bullet {
	margin: 8px;
	width: 10px;
	height: 10px;
	transform: scale(1);
	opacity: 1;
	background: #0BB76E;
}
.examples .swiper-pagination .swiper-pagination-bullet:hover {
	color: #059E42;
	transform: scale(1.1);
}
.examples .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 23px;
	height: 23px;
	top: 5px;
	background: #343448;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.examples .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
	transform: scale(1);
}
.block-center {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 45px;
}
/* accordion */
.section-faq {
	padding: 90px 0 96px;
	position: relative;
	z-index: 1;
}
@media (max-width:991px) {
	.section-faq {
		padding: 40px 0;
	}
}
@media (max-width:767px) {
	.section-faq {
		padding: 30px 0;
	}
}
.section-faq__wrap {
	max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.section-faq__wrap::before {
	content: url(../img/bg9.webp);
	position: absolute;
	left: 0px;
	bottom: -30px;
	z-index: 0;
}
@media (max-width:767px) {
	.section-faq__wrap::before {
		bottom: -25px;
	}
}
@media (max-width:399px) {
	.section-faq__wrap::before {
		display: none;
	}
}
.section-faq .title-h2-black {
	margin-bottom: 85px;
}
@media (max-width:991px) {
	.section-faq .title-h2-black {
		margin-bottom: 50px;
	}
}
@media (max-width:767px) {
	.section-faq .title-h2-black {
		margin-bottom: 30px;
	}
}
.accordion-block {
	max-width: 980px;
	margin: 40px auto 0;
	position: relative;
	z-index: 1;
}
.accordion {
	margin-bottom: 25px;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.08);
}
.accordion-heading {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 60px 5px 30px;
	background: #FFFFFF;
	border-radius: 3px;
	min-height: 70px;
  font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	position: relative;
	transition: ease .3s;
}
@media (max-width:767px) {
	.accordion-heading {
    font-size: 16px;
		padding: 5px 40px 5px 15px;
	}
}
.accordion-heading.in {
  background-color: #fff;
	color: #0fb764;
	border-radius: 3px;
}
.spoiler-arrow {
  position: relative;
  margin-left: 14px;
  top: -3px;
}
.spoiler-arrow:before,
.spoiler-arrow:after {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 9px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000000;
}
.spoiler-arrow:before {
	left: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spoiler-title.closed .spoiler-arrow:before {
	left: 3px;
}
.spoiler-title.closed .spoiler-arrow:after {
	left: 8px;
}
.accordion-heading .spoiler-arrow {
	top: -7px;
	right: -7px;
}
.accordion-heading .spoiler-arrow:before,
.accordion-heading .spoiler-arrow:after {
	background: rgba(53, 52, 72, 0.44);
	width: 2px;
	height: 15px;
	transition: ease .3s;
}
.accordion-heading:hover .spoiler-arrow:before,
.accordion-heading:hover .spoiler-arrow:after {
	background: #0BB764;
}
.accordion-heading.in .spoiler-arrow:before {
	background: #0BB764;
	left: 0px;
}
.accordion-heading.in .spoiler-arrow:after {
	background: #0BB764;
	left: 9px;
}
.accordion-heading:hover {
  background-color: #fff;
	color: #0fb764;
}
.accordion-collapse {
	display: none;
  background-color: #fff;
	padding: 0px 60px 20px 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media (max-width:767px) {
	.accordion-collapse {
		padding: 15px;
	}
}
.accordion-collapse p:last-child {
	margin-bottom: 5px;
}
@media (max-width:767px) {
	.accordion-collapse p {
		font-size: 16px;
		line-height: 26px;
	}
}
.accordion-body__text {
	font-size: 16px;
	font-weight: 600;
}
/* footer */
.footer {
	padding: 100px 0 0;
	position: relative;
}
.footer.footer-pages {
	padding: 0;
}
@media (max-width:767px) {
	.footer {
		padding: 30px 0 0;
	}
}
.footer__wrap {
	background-image: url(../img/bg8.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.footer__wrap::before {
	content: url(../img/bg10.webp);
	position: absolute;
	left: 50px;
	top: -112px;
	z-index: 0;
}
@media (max-width:399px) {
	.footer__wrap::before {
		display: none;
	}
}
.footer-block__top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 160px;
	position: relative;
}
@media (max-width:767px) {
	.footer-block__top {
		justify-content: center;
		margin-bottom: 70px;
	}
}
.footer-block__top::before {
	content: '';
	position: absolute;
	right: 350px;
	bottom: -58px;
	width: 507px;
	height: 394px;
	background: #EDEDED;
	z-index: 1;
}
.footer-block__top::after {
	content: '';
	position: absolute;
	right: -100px;
	top: -100px;
	width: 228px;
	height: 371px;
	background: #FFFFFF;
	z-index: 0;
}
.footer-block__top-item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 105px 75px 55px 75px;
	background: rgba(42, 41, 61, 0.93);
	position: relative;
	z-index: 2;
}
@media (max-width:767px) {
	.footer-block__top-item {
		padding: 30px;
	}
	.footer-block__top::after {
		content: '';
		position: absolute;
		right: 0px;
		top: -20px;
		width: 150px;
		height: 150px;
		background: #FFFFFF;
		z-index: 0;
	}
}
@media (max-width:399px) {
	.footer-block__top-item {
		padding: 15px;
	}
}
.footer-block__top-item .title-h2 {
	margin-bottom: 55px;
}
.footer-block__top-item .button {
	min-height: 78px;
}
.footer-block {
	padding: 30px 0 20px;
	background: rgba(42, 41, 61, 0.94);
}
.footer-container-top {
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
	padding-right: 100px;
	position: relative;
	z-index: 2;
}
@media (max-width:767px) {
	.footer-container-top {
		padding-right: 15px;
	}
}
.footer-block .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.footer-logo {
	margin-bottom: 10px;
}
.footer-text {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #F5F5F5;
	margin-bottom: 30px;
}
.footer .link {
	display: block;
	padding: 3px 26px;
	border-right: 1px solid #7F8B8C;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.footer .link:hover {
	color: #0BB764;
}
.footer .link:last-child {
	border-right: none;
}
@media (max-width:767px) {
	.footer .link {
		border-left: 1px solid #7F8B8C;
	}
	.footer .link:last-child {
		border-right: 1px solid #7F8B8C;
	}
}
.footer-block .button {
	font-size: 14px;
	line-height: 16px;
	min-height: 67px;
	padding: 20px 30px 20px 66px;
  font-family: 'Roboto';
	font-weight: 400;
	padding: 20px 16px 20px 41px;
	margin-bottom: 30px;
}
.footer-block .button .btn__icon {
	left: 10px;
}
.footer-block__link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #7F8B8C;
  font-family: 'Roboto';
	padding-top: 27px;
	max-width: 1010px;
	width: 100%;
}
.footer-block__link .link {
	text-decoration: none;
}
.footer-block__link .link:hover {
	text-decoration: underline;
}
.copyright {
	padding: 27px 0;
	background: #272638;
	color: rgba(255, 255, 255, 0.496405);
	font-size: 12px;
	line-height: 13px;
	text-align: center;
  font-family: 'Roboto';
}
/* [<] c-popup*/
.c-popup {
  z-index: 50;
  display: none; }

  .c-popup,
  .c-popup .o-backdrop {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 120%; }
	
  .c-popup,
  .c-popup * { font-family: inherit; }

  .c-popup input:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
  .c-popup input:focus:-moz-placeholder           { opacity: 0; } /* FF 4-18 */
  .c-popup input:focus::-moz-placeholder          { opacity: 0; } /* FF 19-50 */
  .c-popup input:focus:-ms-input-placeholder      { opacity: 0; } /* IE 10+ */
  .c-popup input:focus::placeholder               { opacity: 0; } /* Modern Browsers */

  /* @-webkit-keyframes wk-autofill { to { color: #000; background-color: #fff; } }
  .c-popup input:-webkit-autofill {
    -webkit-animation-name: wk-autofill;
    -webkit-animation-fill-mode: both; } */
  /* .c-popup input:-webkit-autofill,
  .c-popup input:-webkit-autofill:hover,
  .c-popup input:-webkit-autofill:focus,
  .c-popup input:-webkit-autofill:active {
    transition: all linear 0s;
    transition-delay: 99999s;
    transition-property: background, background-image, background-color, color; } */

  .c-popup .o-backdrop {
    z-index: 49;
    background: rgba(0, 0, 0, 0.5);}

  .c-popup .o-popup-wrapper {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 95%; max-width: 320px;
    z-index: 50;
    text-align: center;
    line-height: 24px;
		background: #FFFFFF;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 12px;
		max-height: 100%;
    overflow: auto;
	}

  .c-popup .o-popup-btn-close {
    position: absolute;
		top: 20px;
    right: 16px;
    width: 13px;
    height: 13px;
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAADy8vDy8vDy8vDy8vDy8vDy8vBCIhMYAAAAB3RSTlMA60c9QDrXjPGx8gAAAEdJREFUCNdjSGEAAzcGRQMQzSLCwCQMYhg6MICFmIWAHCZRoIACSFgxgBUoABYKBAqAhYACMAZCCq4YoR1uIMIKR6ilcGcAABIIB3Wuuu+oAAAAAElFTkSuQmCC'); */
    background-repeat: no-repeat;
    cursor: pointer; 
		transform: rotate(45deg);
		display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #B0B0B0;
    font-weight: 300;
		transition: ease .3s;
	}
    .c-popup .o-popup-btn-close:hover { 
			color: #000;
			/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAFVBMVEUAAAD/0XT/8df/8tv/9N3/1YD/0XU1pZIKAAAAAXRSTlMAQObYZgAAAE5JREFUCNdjCGYAA1MGRQMQzSzMwCQMYhgCuYoOQAEhIIdJhIHBUQHIAAqxAAXAQiABsBBQAMJIYoBKuQGlIIqBQnDtcAMRVhhCLYU7AwAXkwecqH+dewAAAABJRU5ErkJggg==');  */
		}

  .c-popup .o-popup-content {
    font-size: 21px;
    font-weight: normal;
    text-align: center; }

  .c-popup .title-pop {
    padding: 50px 23px 25px;
		border-radius: 12px 12px 0 0;
		background: #ECECED;
		font-weight: 500;
		font-size: 17px;
		line-height: 30px;
		text-align: center;
		color: #333333;
  }
	.c-popup .text-pop-green {
		font-weight: 500;
		font-size: 15px;
		color: #08975B;
		padding: 24px 30px 9px;
	}
	.c-popup .text-pop {
		font-weight: 400;
		font-size: 15px;
		color: #333333;
		padding: 9px 50px 9px;
	}
	.c-popup .text-pop span {
		font-weight: 700;
	}

  .c-popup .o-popup-content input[type="email"],
  .c-popup .o-popup-content button {
    position: relative;
    display: block;
    width: 100%; max-width: 222px;
    height: 51px;
    /* margin: 0 auto 10px auto; */
    border-radius: 57px;
    font-size: 16px; }

  .c-popup .o-popup-content input[type="email"] {
    /* padding: 1px 43px 0 11px; */
		padding: 5px;

		font-weight: 700;
		font-size: 15px;
		line-height: 24px ;
		text-align: center;
		color: #333;
		margin: 15px auto 9px auto;
    background-color: #fff;
		border: 1px solid #B9B9B9;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 14px);
    background-position-y: center;
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAUVBMVEXAwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL4A3w2nAAAAGnRSTlP5zqaLJfPo3bxbVDszGBJG25ySfXBmQSkGRSecQ1EAAAB+SURBVBgZBcGFYcNAAASwezBTOKn2H7RStgAAZMtnCQCQ5ZOs1wAAw7Um8t5HAMb9HcGzTwBTfyLwOApQjgcE1HOG+awgwP1Xqb87EFB6O1s7Wy8gMPeiHEdR+gxB/d4wTbh9K0LbRwDGvRGvawCA4e8l6xIAIMuaLQAA2f4BnWYXuVKCnSUAAAAASUVORK5CYII='); */
    transition: 0.2s ease-out;
    transition-property: border-color, box-shadow, color;
    outline: none; 
	}

  .c-popup .o-popup-content input[type="email"]:focus {
    border: 1px solid #6dccf2;
    box-shadow: 0 0 15px 1px #85d3f2;
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAVFBMVEUAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfQAzfRb27ggAAAAG3RSTlP5zqaL2/PovFtUPTMkGBJGRZyScGYpJgbdfn09kgo6AAAAfklEQVQYGQXBh2EDMQAEoJP0vbsnZv89DVkCAJAl1xQAINOVzGcPAP05J/JcBwCG9RnBd+sAuu0fgftegLLfIaAeI4xHBQFun0r93ICA8m5Ha0d7FxAYt6Lse1G2EYL66vDXoXtVhLYOAAxrIx5nDwD99ZB5CgCQac4SAIAsPyNAGI+0CGn2AAAAAElFTkSuQmCC'); */
	}

  .c-popup .o-popup-content input[type="email"].is-error {
    color: #f4462e;
    border: 1px solid #f4462e;
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAMAAAAYXScKAAAAe1BMVEUAAAD/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCj/RCjvYr5aAAAAKHRSTlMACtmp02hIXhoQA/PpyMG7s0QrBu6vjnA39YYgHvbfraeZf3dRPyUUCMmX0gAAANZJREFUGBkFwQViAkEQALDsuSsOVWg7/39hE4C0ls9yTQBg+3gr8q+8ePvYAHSnw3cDmu/DqQPSPDV0bdt2NNOcwHHZ8YiIO/blCGWWoI2IP0hZSRoqICISqIakHgHXCMBYy8+AIQ6Acy77AbzHO+Cn0P8CiigAvwf9AzDFCHj0sgtgiRlwyeRnQFVWgHOuHgHrrQKMtTRUYIuIDVRDoswSvCLiBSkr4bjsaLPIWuzLEaR5arBvCc00J6A79bc7uN/6Uwfgkl+Lz6/P4ppfAEBa62e9JsA/8mENaEO+bC8AAAAASUVORK5CYII=');  */
	}

	/* .c-popup .o-popup-content input[type="email"]::placeholder {
		color: #333;
	} */
	.c-popup .o-popup-content input[type="email"]::-webkit-input-placeholder {color: #B8B8B8;}
	.c-popup .o-popup-content input[type="email"]::-moz-placeholder          {color: #B8B8B8;}/* Firefox 19+ */
	.c-popup .o-popup-content input[type="email"]:-moz-placeholder           {color: #B8B8B8;}/* Firefox 18- */
	.c-popup .o-popup-content input[type="email"]:-ms-input-placeholder      {color: #B8B8B8;}
	.c-popup .o-popup-content input[type="email"]:focus::-webkit-input-placeholder {color: #B8B8B8;}
	.c-popup .o-popup-content input[type="email"]:focus::-moz-placeholder          {color: #B8B8B8;}
	.c-popup .o-popup-content input[type="email"]:focus:-moz-placeholder           {color: #B8B8B8;}
	.c-popup .o-popup-content input[type="email"]:focus:-ms-input-placeholder      {color: #B8B8B8;}

  .c-popup .o-popup-content button {
    border: none;
    margin: 20px 0 15px 0; padding: 1px 50px 0 0;
    white-space: nowrap;
    overflow: hidden; text-overflow: clip;

		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		padding: 5px;
		margin: 18px auto 22px;
		text-align: center;
		text-transform: uppercase;
		color: #FFFFFF;
    background: #0BB74F;
    background-size: 100% 300%;
    background-position-y: bottom;
    transition: background-position 0.2s steps(8);
    cursor: pointer; user-select: none; }
    /* .c-popup .o-popup-content button:hover { background: #3cc906; } */
    .c-popup .o-popup-content button:hover { background-position: top; }

    /* .c-popup .o-popup-content input[type="email"]::after, */
    /* .c-popup .o-popup-content button::after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 16px;
      width: 22px; height: 22px;
      background-position: center;
      background-repeat: no-repeat; } */

    /* .c-popup .o-popup-content input[type="email"]::after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAMAAADTRh9nAAAAUVBMVEXAwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL7AwL4A3w2nAAAAGnRSTlP5zqaLJfPo3bxbVDszGBJG25ySfXBmQSkGRSecQ1EAAAB+SURBVBgZBcGFYcNAAASwezBTOKn2H7RStgAAZMtnCQCQ5ZOs1wAAw7Um8t5HAMb9HcGzTwBTfyLwOApQjgcE1HOG+awgwP1Xqb87EFB6O1s7Wy8gMPeiHEdR+gxB/d4wTbh9K0LbRwDGvRGvawCA4e8l6xIAIMuaLQAA2f4BnWYXuVKCnSUAAAAASUVORK5CYII='); } */
    .c-popup .o-popup-content button::after { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAAVFBMVEUAAAAAAADX19f///////////8AAAD+/v76+vrU1NTu7u7IyMi8vLyjo6P////z8/P////c3NwAAAD///8AAAD///////////////8aGhofHx/////d7seAAAAAG3RSTlMAPzVE+yAc9u+mn5uOeXduZD8iGROQiEI5CAdy0eJuAAAAZElEQVQY09XJSRKAIAxE0ajBeQbHvv89lRSFKCfwb1J5TS7FrOhdCqS/oG2ZgGndH9EMBgoU2tNRQapO8s2NlWamoLxlbnP3jL0S6zoR1Y8EDDIZI2cAbqqzoNpSFJVfKSmJugCZBgqqjHyKjgAAAABJRU5ErkJggg=='); }

		/* miui */
		.o-popup-wrapper.o-popup-wrapper-mi {
			top: 20px;
			transform: translate(-50%, 0%);
		}
		.o-popup-wrapper.o-popup-wrapper-mi .title-pop {
			padding: 30px 15px 20px;
			line-height: 26px;
		}
		.o-popup-wrapper.o-popup-wrapper-mi .o-popup-btn-close {
			top: 13px;
			right: 15px;
		}
		.o-popup-wrapper.o-popup-wrapper-mi .text-pop-green {
			padding: 15px 15px 9px;
		}
		.o-popup-wrapper.o-popup-wrapper-mi .text-pop {
			padding: 5px 20px 5px;
		}
		/* [>] c-popup */

/* swiper */
.swiper-pagination-bullet {
  background: linear-gradient(0deg, #B0B0B0, #B0B0B0), linear-gradient(0deg, #DDDDDD, #DDDDDD), #DDDDDD;
  opacity: 0.4;
  box-shadow: 0px 13px 27px -2px rgba(37, 45, 108, 0.08);
  width: 17px;
  height: 17px;
}
.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #0fb764, #0fb764), linear-gradient(0deg, #DDDDDD, #DDDDDD), #DDDDDD;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px;
}
@media (max-width:767px) {
  .swiper-button-next, .swiper-button-prev {
    top: 96%;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }
}
.image-popup {
	position: relative;
}
.image-popup::after {
	content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%) scale(0);
	transition: ease .3s;
  z-index: 1;
  background: url(../img/zoom.svg) center no-repeat, rgba(52, 52, 72, 0.86);
}
.image-popup:hover::after {
	transform: translate(-50%, -50%) scale(1);
}
/* section-reviews */
.section-reviews {
	position: relative;
}
.section-reviews .container {
	position: relative;
}
.section-reviews .container::before {
	content: url(../img/bg11.webp);
	position: absolute;
	left: -355px;
  top: -160px;
	z-index: 0;
}
.section-reviews__wrap {
	max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.section-reviews__wrap::before {
	content: '';
	width: 557px;
	height: 401px;
	background: #343448;
	position: absolute;
	right: 0;
	top: -45px;
	z-index: 0;
}
@media (max-width:1849px) {
	.section-reviews__wrap::before {
		top: 50px;
	}
}
@media (max-width:767px) {
	.section-reviews__wrap::before {
		top: 60px;
		width: 300px;
		height: 200px;
	}
}
.section-reviews__wrap::after {
	content: '';
	width: 586px;
	height: 398px;
	background: #343448;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
@media (max-width:767px) {
	.section-reviews__wrap::after {
		width: 300px;
		height: 200px;
	}
}
.section-reviews .title-h2-black {
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
@media (max-width:991px) {
	.section-reviews .title-h2-black {
		margin-bottom: 30px;
	}
}
.reviews-slider {
  position: relative;
  margin: 0 auto;
	padding: 25px 80px 165px 25px;
	border-radius: 3px;
  min-width: 0;
	z-index: 2;
	overflow: hidden;
	max-width: 1100px;
}
@media (max-width:991px) {
  .reviews-slider {
    padding: 25px 50px 165px 25px;
  }
}
.reviews-slider .swiper-slide {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.reviews-slider .swiper-slide:nth-child(1n)  {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
}
.reviews-slider .swiper-slide:nth-child(2n)  {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.07);
}
.reviews-slider .swiper-slide:nth-child(3n) {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.06);
}
.reviews-slider .swiper-slide:nth-child(4n) {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
}
.reviews-slider .swiper-slide:nth-child(5n) {
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
}
.reviews-slider__item {
  display: flex;
  background: #FFFFFF;
	border-radius: 3px;
  padding: 67px 100px 15px 130px;
	position: relative;
  z-index: 1;
	min-height: 300px;
}
@media (max-width:991px) {
	.reviews-slider__item {
		padding: 60px 60px 30px 60px;
		flex-wrap: wrap;
		min-height: 325px;
	}
}
@media (max-width:767px) {
	.reviews-slider__item {
		padding: 30px;
    min-height: 300px;
	}
}
.reviews-slider__item::before {
	content: url(../img/quotes.svg);
	position: absolute;
	left: 45px;
	top: 50px;
}
@media (max-width:991px) {
	.reviews-slider__item::before {
		left: 7px;
    top: 38px;
    transform: scale(.8);
	}
}
@media (max-width:767px) {
	.reviews-slider__item::before {
		left: -5px;
    top: -3px;
    transform: scale(.6);
	}
}
.reviews-slider__left {
  min-width: 109px;
}
@media (max-width:767px) {
  .reviews-slider__left {
    margin: 0 auto 20px;
  }
}
.reviews-slider__right {
  font-style: italic;
}
@media (max-width:767px) {
  .reviews-slider__right {
    padding-left: 0px;
  }
}
.reviews-slider__item-name {
  font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-align: right;
	font-style: normal;
  font-family: 'Roboto';
	margin-top: 20px;
	color: #353434;
}
.reviews-slider .swiper-wrapper {
	position: relative;
}
.reviews-slider .swiper-slide-shadow-left,
.reviews-slider .swiper-slide-shadow-right {
  border-radius: 19px;
}
.reviews-slider .swiper-3d .swiper-slide-shadow {
	background: transparent;
}
.reviews-slider .swiper-pagination {
	bottom: 15px;
	filter: none; 
	-webkit-filter: blur(0px); 
	-moz-filter: blur(0px); 
	-ms-filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
@media (max-width:767px) {
  .reviews-slider .swiper-pagination {
		display: block;
		bottom: 35px;
	}
}
@media (max-width:399px) {
  .reviews-slider .swiper-pagination {
		bottom: 10px;
	}
}
.swiper-pagination__img {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	margin: 0 22px;
	transition: ease .3s;
	cursor: pointer;
}
.swiper-pagination__img:hover,
.swiper-pagination__img.swiper-pagination__img-active,
.swiper-pagination__img.swiper-pagination-bullet-active {
	transform: scale(1.2, 1.2);
}
@media (max-width:767px) {
	.swiper-pagination__img {
		width: 40px;
    height: 40px;
    margin: 5px 10px;
	}
}
/* toTop */
#toTop {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 10;
	top: auto;
	right: 7%;
	bottom: 100px;
	left: auto;
	width: 64px;
	height: 64px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	line-height: 64px;
	transition: ease .3s;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}
#toTop:hover {
	background: #CACAD4;
}
@media (max-width:1500px) {
	#toTop {
		right: 15px;
		bottom: 50px;
	}
}
@media (max-width:767px) {
	#toTop {
		width: 32px;
		height: 32px;
	}
}
#toTop img {
	text-align: center;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media (max-width:767px) {
	#toTop img {
		top: -16px;
	}
}
/* textbook-hero */
.textbook-hero {
	padding: 124px 0 0;
	background-image: url(../img/textbook/bg1.webp), linear-gradient(#ececed, #ececed);
	background-repeat: no-repeat;
	background-position: top center;
}
.textbook-hero__block {
	width: 100%;
  background: rgba(53, 52, 72, 0.93);
  padding: 100px 50px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  position: relative;
}
.textbook-hero .title-h1 {
	font-size: 34px;
	text-align: center;
	margin-bottom: 35px;
}
.textbook-hero__text {
	line-height: 33px;
	text-align: center;
}
@media (max-width: 991px) {
	.textbook-hero {
		padding: 50px 0 0;
	}
	.textbook-hero__block {
		padding: 50px 35px;
	}
	.textbook-hero .title-h1 {
    font-size: 28px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.textbook-hero {
		padding: 30px 0 0;
	}
	.textbook-hero__block {
		padding: 25px 15px;
	}
	.textbook-hero .title-h1 {
		font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
	}
}
/* textbook */
.textbook {
	padding: 80px 0;
}
.textbook.textbook__top {
	padding: 45px 0 80px;
}
@media (max-width:991px) {
	.textbook {
		padding: 50px 0;
	}
	.textbook.textbook__top {
		padding: 45px 0;
	}
	.textbook__wrap::before{
		display:none
	}
	.textbook__wrap::after{
		display:none
	}
}
@media (max-width:767px) {
/*	.textbook {
		padding: 30px 0;
	}
	.textbook.textbook__top {
		padding: 30px 0;
	}*/
}
.textbook__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.textbook__wrap::before {
	content: url(../img/textbook/bg2.webp);
	position: absolute;
	right: 0;
	top: -50px;
	z-index: 0;
}
.textbook__wrap::after {
	content: url(../img/textbook/bg3.webp);
	position: absolute;
	left: 0;
	bottom: -80px;
	z-index: 0;
}
@media (max-width:991px) {
	.textbook__wrap::before {
		top: -40px;
	}
	.textbook__wrap::after {
		bottom: -50px;
	}
}
@media (max-width:767px) {
	.textbook__wrap::before {
		top: -20px;
	}
	.textbook__wrap::after {
		bottom: -30px;
	}
}
@media (max-width:399px) {
	.textbook__wrap::after {
		display: none;
	}
}
.textbook .title-h2-black {
  font-size: 25px;
	margin-bottom: 40px;
}
.textbook-text {
	line-height: 33px;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.textbook .title-h2-black {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.textbook-text {
		line-height: 28px;
    margin-bottom: 20px;
	}
}
@media (max-width: 399px) {
	.textbook .title-h2-black {
    font-size: 18px;
    line-height: 22px;
	}
}
.textbook-interest__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px -15px;
	position: relative;
	z-index: 1;
}

.textbook-interest__column {
	width: 33.333%;
	display: flex;
	justify-content: center;
  padding: 0px 15px;
	margin-bottom: 30px;
}
@media (max-width:991px) {
	.textbook-interest__column {
		width: 50%;
	}
}
@media (max-width:767px) {
	.textbook-interest__column {
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.textbook-interest__column {
		width: 100%;
	}
}
.textbook-interest__columns-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: ease .3s;
}
.textbook-interest__item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	position: relative;
	transition: ease 0.3s;
}
.textbook-interest__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.textbook-interest__item-link {
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	background: #343448;
	padding: 10px;
	transition: ease .3s;
	min-height: 114px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.textbook-interest__columns-item:hover .textbook-interest__item-link {
	background: #0BB76E;
  text-decoration: underline;
}
.textbook-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* soc-block */
.soc-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 47px 0 20px;
}
.soc-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 161%;
	color: #000;
	margin-right: 16px;
	margin-bottom: 7px;
}
.soc-link {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebebea;
	border-radius: 5px;
	width: 36px;
	min-width: 36px;
	height: 36px;
	box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08);
	background: #fff;
	padding: 5px 2px;
	transition: ease .3s;
	margin-right: 12px;
	margin-bottom: 7px;
}
.soc-link:hover {
	box-shadow: 2px 1px 8px 5px rgb(16 24 40 / 11%);
}
/* spoiler */
.spoiler {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-top: 30px;
	z-index: 2;
	position: relative;
}
.spoiler-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid rgba(23, 27, 37, .22);
  min-height: 54px;
  padding: 10px 18px;
  min-width: 190px;
	font-weight: 300;
  cursor: pointer;
	transition: ease .3s;
	margin-bottom: 30px;
}
.spoiler-title.closed {
  box-shadow: inset 0px 4px 6.37px 0.63px rgba(0, 0, 0, 0.07);
	transition: ease .3s;
}
.spoiler-title:hover {
	box-shadow: inset 0px 4px 6.37px 0.63px rgb(0 0 0 / 7%);
}
.spoiler-arrow {
  position: relative;
  margin-left: 14px;
  top: -5px;
}
.spoiler-arrow:before,
.spoiler-arrow:after {
	position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 9px;
  z-index: 1;
  content: "";
  -webkit-transition: all .23s;
  transition: all .23s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #76767a;
}
.spoiler-arrow:before {
	left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.spoiler-title.closed .spoiler-arrow:before {
	left: 3px;
}
.spoiler-title.closed .spoiler-arrow:after {
	left: 8px;
}
.spoiler-body {
	width: 100%;
}
/* breadcrumbs */
#breadcrumbs {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	#breadcrumbs {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	#breadcrumbs {
		margin-bottom: 20px;
	}
}
#breadcrumbs a {
	color: #000000;
	transition: ease .3s;
}
#breadcrumbs a:hover {
	color: #198c5c;
	text-decoration: underline;
}
#breadcrumbs > span:last-child {
	color: #198c5c;
}
.article{min-width:0;}

.article-hero {
	padding: 60px 0 40px;
}
.article-hero .container{
	position:relative;
}
@media (max-width: 991px) {
	.article-hero {
		padding: 40px 0 40px;
	}
}
@media (max-width: 767px) {
	.article-hero {
		padding: 30px 0 40px;
	}
}
.article-hero__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.article-hero__author {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 28px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.article-hero__author-item{
	display:flex;
	align-items:center
}
.article-hero__author img {
	margin: 0 6px 0 9px;
}
.article-hero__author img:first-child {
	margin-left: 0;
}
.article-hero__author-strong {
	font-weight: 700;
	margin-left: 5px;
	margin-right: 10px;
}
.article-hero__author-data {
	margin-left: 10px;
}
.article-hero__ratings {
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.article-hero__author{}
	.article-hero__author-separator{display:none}
}
/* rating */
#page-rating-block {
  height: 24px;
  line-height: 24px;
  cursor: default;
}
#page-rating-block .hidden {
  visibility: hidden;
}
.rating-img {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 -3px;
  border-left : 3px solid transparent;
  border-right: 3px solid transparent;
  margin-top: -3px;
}
.rating-img.hover {
  padding: 16px 16px 0 0;
  width  : 0;
  height : 0;
  background: url('../img/ratingStarHover.webp');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.rating-img.nocursor {
  cursor: default;
}
#page-rating-value {
  vertical-align: top;
  font-size: 16px;
  color: #404040;
  font-weight: 600;
}
#page-rating-info {
  vertical-align: middle;
  margin-left: 10px;
  color: #7f7f7f;
}
#page-rating-uservalue {
  display: inline-block;
  min-width: 8ch;
}
#page-rating-block {
  position: relative;
	top: 1px;
  display: flex; 
	align-items: center;
  height: 16px;
  line-height: 16px;
  font-size: inherit; 
}
#page-rating-block .hidden { 
  visibility: visible; 
  display: none; 
}
#page-rating-block .rating-img { 
  margin: -3px -2px 0 -2px; 
}
#page-rating-value { 
  margin: 0 7px; 
}
#page-rating-info  {
  position: absolute; 
	top: 50%;
	left: 50%;
	display: flex;
	transform: translate(-50%, 50%);
	text-align: center;
  margin: 3px 0 0;
  font-size: 0.8em;
  transition: opacity 0.1s ease-out;
  opacity: 0; 
}
#page-rating-count {
	margin: 0 2px 0 5px;
}
#page-rating-block:hover #page-rating-info {
  opacity: 1; 
}
@media (max-width: 767px) {
  #page-rating-info { 
    opacity: 1; transition: none; 
  } 
}
/* section-video */
.section-video {
	padding: 0;
}
.section-video__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.section-video__wrap::before {
	content: url(../img/bg2.webp);
	position: absolute;
	right: 0;
	bottom: 35px;
	z-index: 0;
}
.section-video .container {
	position: relative;
}
.section-video .container::after {
	content: '';
	position: absolute;
	right: 40px;
	top: 100px;
	width: 292px;
	height: 384px;
	background: #FFFFFF;
}
/* youtybe-img */
.youtybe-link {
	display: block;
	max-width: 838px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.youtybe-img {
	display: block;
	position: relative;
	padding-bottom: 46%;
}
.youtybe-img:after {
	content: '';
	display: flex;
  justify-content: center;
  align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: url(../img/article/play.svg) no-repeat 58% 49%, rgba(0, 0, 0, 0.79);
	width: 130px;
	height: 130px;
	transition: ease 0.3s;
}
.youtybe-img:hover:after {
	background: url(../img/article/play.svg) no-repeat 58% 49%, rgba(0, 0, 0, 0.68);
}
@media (max-width: 991px) {
	.youtybe-img:after {
		width: 70px;
    height: 70px;
		background-size: 27%;
	}
	.youtybe-img:hover:after {
		background-size: 27%;
	}
}
.youtybe-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.section-video__block {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	max-width: 971px;
	min-height: 451px;
	background: #343448;
	padding: 270px 35px 35px 180px;
	margin-top: -230px;
	margin-left: -175px;
}
@media (max-width: 991px) {
  .section-video__block {
		min-height: initial;
    padding: 35px 35px 35px 60px;
    margin-top: 0;
    margin-left: 0;
	}
}
@media (max-width: 767px) {
  .section-video__block {
    padding: 15px;
	}
}
.section-video__block p {
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 35px;
}
.section-video__block .btn-block {
	margin-right: 40px;
}
@media (max-width: 767px) {
  .section-video__block .btn-block {
		margin-right: 0px;
	}
}
.section-video__block .button {
	min-height: 78px;
}
/* section-info section-info-article */
.section-info.section-info-article {
	padding: 0;
}
.section-info.section-info-article .section-info__wrap::before {
	content: url(../img/article/bg1.webp);
	position: absolute;
	right: 0;
	bottom: 0;
	top: initial;
	width: initial;
	height: initial;
	background: none;
}
.section-info.section-info-article .container {
	max-width: 1255px;
	position: relative;
}
.section-info.section-info-article .container::after {
	content: '';
	position: absolute;
	right: -88px;
	top: 0px;
	width: 104px;
	height: 225px;
	background: #ECECED;
	z-index: 0;
}
@media (max-width:1460px) {
	.section-info.section-info-article .container::after {
		display: none;
	}
}
.section-info-article .section-info__block-left {
	padding: 125px 70px 100px 60px;
	width: 57.7%;
}
@media (max-width:991px) {
	.section-info-article .section-info__block-left {
		padding: 40px 60px 40px 60px;
	}
}
@media (max-width:767px) {
	.section-info-article .section-info__block-left {
		padding: 30px 15px;
		width: 100%;
	}
}
.section-info-article .section-info__block-left::after {
	left: -280px;
	bottom: -100px;
}
.section-info-article .section-info__block-right {
	width: 42.3%;
}
@media (max-width:767px) {
	.section-info-article .section-info__block-right {
		width: 100%;
	}
}
.section-info-article .section-info__block-right img {
	max-width: 480px;
	max-height: 356px;
}
.section-info-article .section-info__block-right::after {
	background: #ECECED;
	width: 218px;
	height: 230px;
	left: -29px;
  bottom: 0px;
}
/* section-article */

.article-block {
	display: flex;
  position: relative;
}
@media (max-width:767px) {
	.article-block {
		flex-direction: column;
	}
}
.article-text {
	margin-bottom: 20px;
}
.article-text a,
.list-number a,
.list-plus a,
.list-minus a,
.blockquote a {
	text-decoration: underline;
}
.article-text a:hover,
.list-number a:hover,
.list-plus a:hover,
.list-minus a:hover,
.blockquote a:hover {
	text-decoration: none;
}
.article-contents {
	background: #ECECED;
	padding: 50px 30px 50px 70px;
	margin: 40px 0 60px;
}
@media (max-width:991px) {
	.article-contents {
		padding: 20px 20px 20px 40px;
		margin: 40px 0;
	}
}
@media (max-width:767px) {
	.article-contents {
		margin: 30px 0;
	}
}
.article-contents__title {
	font-weight: 600;
	font-size: 23px;
	line-height: 37px;
	margin-left: -20px;
	margin-bottom: 25px;
}
@media (max-width:767px) {
	.article-contents__title {
		margin-bottom: 15px;
	}
}
.article-contents ol {
	color: #000;
}
.article-contents ol a {
	color: #000;
	text-decoration: underline;
	transition: ease .3s;
}
.article-contents ol li ul {
	list-style: disc;
	padding-left: 25px;
	margin-top: 3px;
	margin-bottom: 15px;
}
.article-contents ol li ul li {
	list-style: disc;
	font-size: 16px;
	margin-bottom: 5px;
}
.article-contents ol li ul li a {
	font-size: 16px;
}
.article-contents li {
	margin-bottom: 15px;
}
.article-contents ol > li::marker,
.article-contents ul > li::marker {
	transition: ease .3s;
	font-weight: bold;
}
.article-contents ol > li a:hover,
.article-contents ul > li a:hover,
.article-contents ol > li:hover::marker,
.article-contents ul > li:hover::marker {
	color: #198c5c;
	text-decoration-line: underline;
}
.img-article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 30px 0 45px;
}
.img-block {
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 55.5%;
	max-width: 715px;
	width: 100%;
}
.img-block.img-block__wide {
	padding-bottom: 44%;
}
.img-block img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover; /** contain **/
	top: 0;
	left: auto;
	right: auto;
	border-radius: 3px;
}
.img-article__text {
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}
@media (max-width:991px) {
	.img-article {
		margin-bottom: 30px;
	}
	.img-block {
		margin-bottom: 10px;
	}
}
.blockquote {
	background: #ECECED;
	padding: 40px 50px 45px 55px;
	margin: 40px 0 40px 20px;
	position: relative;
}
.blockquote::after {
	content: '!';
	position: absolute;
	width: 64px;
	height: 64px;
	left: -20px;
	top: -20px;
	background: #0BB76E;
	border-radius: 50%;
	font-weight: bold;
	font-size: 40px;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
}
@media (max-width:991px) {
	.blockquote {
		padding: 35px 15px 25px 40px;
	}
}
.article .btn-block__text.btn-block__text-green {
	margin: 45px auto;
}
/* aside-menu */
.aside-menu {
/*	position: sticky;*/
  flex: 0 0 auto;
  align-self: start;
  width: 260px;
  margin-left: 55px;
/*	height: 98vh;
  overflow-y: auto;*/
}

@media (max-width:767px) {
	.aside-menu {
		width: 100%;
    margin-left: 0;
    height: auto!important;
		margin-top:30px
	}
}
.aside-menu__top {
	padding: 20px 15px;
	margin-bottom: 25px;
	border: 1px solid #E4E4E4;
	border-radius: 9px;
	text-align: center;
}
.aside-menu__top-title {
	font-weight: 600;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
}
.aside-menu__top img {
	border-radius: 3px;
	display: block;
	box-shadow: 20px 20px 0px #343448;
	margin-bottom: 35px;
}
@media (max-width:767px) {
	.aside-menu__top img {
		margin: 0 auto 35px;
	}
}
.aside-menu__top .button {
	font-size: 13px;
	padding: 16px;
}
.aside-menu__bottom {
	display: flex;
	flex-direction: column;
}
.aside-menu__bottom-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 20px;
}
.aside-menu__bottom-link {
	display: flex;
  	align-items: center;
	flex-direction:column;
	background:#fff;
	padding:8px;
	margin-bottom: 25px;
	box-shadow: -8px -6px 24px rgba(0, 0, 0, .1);
}
.aside-menu__bottom-link:last-child {
	margin-bottom:0;
}
.aside-menu__bottom-link-img {
	position:relative;
	width:100%;
	padding-bottom:61.1%;
	flex-shrink:0;
	margin-bottom:8px;
}
.aside-menu__bottom-link-img img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center
}
.aside-menu__bottom-link-text {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	transition: ease .3s;
	width:100%;
	text-align: left;
}

.aside-menu__bottom-link-text br{
	display:none
}

.aside-menu__bottom-link:hover .aside-menu__bottom-link-text {
	color: #0BB764;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.inner-wrapper-sticky{position:static!important;transform:none!important;}
}

.page-404-title {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding: 35px;
}
.page-404-text {
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
    padding-top: 10%;
  }
  .white-popup {
    position: relative;
    background: #FFFFFF;
	border: 1px solid #D1D1D1;
	box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.13);
	border-radius: 12px;
    padding: 40px;
    width: auto;
    max-width: 943px;
    margin: 20px auto;
}
.popup__title {
    font-weight: 800;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #333333;	
    padding: 13px 31px;
}
.popup__title.b-green {
    border: 2px solid #0BB74F;
    border-radius: 8px;
}
.popup__row {
    display: flex;
}
.popup__row .popup__box {
    width: 225px;
}
.popup__row .popup__box:first-child {
    flex-grow: 1;
    padding-top: 110px;
}
.popup__content ul li {
    font-weight: 700;
    font-size: 14px; 
    line-height: 22px;
    color: #333333;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px 0; 
	display: flex;
}
.popup__row .popup__box:nth-child(2) .popup__content ul li,
.popup__row .popup__box:nth-child(3) .popup__content ul li{
	text-align: center;
}
.popup__row .popup__box:nth-child(2) .popup__content {
	padding-top: 34px;
}
.popup__row .popup__box:nth-child(3) .popup__content  {
	padding-top: 30px;
}
.popup__btn a {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    text-transform: capitalize;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #A8A8A8;
    display: block;
    width: 223px;
    padding: 11px 0 9px;
    text-align: center;
    border-radius: 100px;
	transition: all .3s;
}
.popup__btn.btn-green a {
    background: linear-gradient(180deg, #10AF46 0%, #0BA941 100%);
    color: #fff;
    border: 1px solid #10AF46;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup__btns {
    display: flex;
    justify-content: end;
	padding-top: 30px;
}
.popup__btn.btn-green a svg {
    margin-right: 9px;
}
.popup__btn.btn-green span {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
	padding-left: 10px;
    color: #333333;
    display: block;
    padding-top: 10px;
    text-align: center;
}
.popup__btn a:hover{ 
	border: 1px solid #10AF46;
	background: #10AF46;
	color: #fff;
}
.popup__btn.btn-green a:hover{ 
	background: linear-gradient(180deg, #059E42 0%, #058137 100%);
}
.svg-sprite {
    display: none;
}
.popup__content ul li span:nth-child(2), .popup__content ul li span:nth-child(3) {
    min-width: 225px; 
    display: flex;
    justify-content: center;
    align-items: center;  
}
.popup__content ul li span:nth-child(1) {
	flex-grow: 1;
}  
/* gallery */
.section-gallery {
	padding: 60px 0;
}
@media (max-width:991px) {
	.section-gallery {
		padding: 60px 0;
	}
}
@media (max-width:767px) {
	.section-gallery {
		padding: 40px 0;
	}
}
.section-gallery__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.section-gallery__wrap::before {
	content: url(../img/bg5.webp);
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 0;
}
/* .section-gallery__wrap::after {
	content: url(../img/bg7.webp);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
} */
.section-gallery .container {
	max-width: 1430px;
	position: relative;
	z-index: 1;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	max-width: 1132px;
	padding: 20px;
	margin: 30px auto;
	background: #FFFFFF;
	box-shadow: -8px -6px 24px rgba(0, 0, 0, 0.09);
}
.gallery-big {
	width: 85.8%;
	padding-bottom: 54.2%;
	padding-right: 20px;
	position: relative;
	line-height: 0;
}
@media (max-width:600px) {
	.gallery {
		padding: 10px;
	}
	.gallery-big {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		padding-bottom: 63.2%;
	}
}
.gallery-big .gallery-img {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0px;
	width: calc(100% - 20px);
	height: 100%;
	opacity: 0;
	z-index: 0;
	overflow: hidden;
	/* border: 5px solid transparent; */
	transition: ease .3s;
	border-radius: 3px;
}
.gallery-big .gallery-img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(67, 67, 67, 0) 57.45%, rgb(28 27 27 / 85%) 96.85%);
}
.gallery-big .gallery-img.active {
	opacity: 1;
	z-index: 1;
}
/* .gallery-big a:hover {
	border: 5px solid #fea526;
} */
/* .gallery-big .gallery-img::after {
	content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) scale(0);
	transition: ease .3s;
  z-index: 1;
  background: url(../img/zoom.svg) center no-repeat, rgba(52, 52, 72, 0.86);
}
.gallery-big a:hover::after {
	transform: translate(-50%, -50%) scale(1);
} */
/* .gallery-big a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(67, 67, 67, 0) 53.45%, rgba(67,67,67, 0.85) 90.85%);
	z-index: 1;
} */
.gallery-text {
	position: absolute;
	text-align: center;
	bottom: 30px;
	color: #FFFFFF;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0 15px;
	line-height: 1.2;
}

.gallery-tabs .gallery-big .gallery-img::after{
	display:none
}

@media (max-width:991px) {
	.gallery-big .gallery-img::after {
		background: linear-gradient(180deg, rgba(67, 67, 67, 0) 45.45%, rgb(28 27 27 / 85%) 96.85%);
	}
	.gallery-text {
		bottom: 20px;
    font-size: 16px;
	}
}
.gallery-big img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	object-fit: cover;
}
.gallery-big span {
	position: absolute;
  text-align: center;
  bottom: 35px;
  color: #FFFFFF;
  left: 10px;
  right: 10px;
	line-height: 20px;
  z-index: 1;
}
@media (max-width:600px) {
	.gallery-big .gallery-img {
		width: 100%;
	}
	.gallery-big span {
		bottom: 20px;
		font-size: 14px;
	}
	.gallery-big a::after {
		transform: translate(-50%, -50%) scale(1);
	}
}
.gallery-little {
	width: 14.2%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gallery-little .gallery-tab {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 64.5%;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* border: 2px solid transparent; */
	/* opacity: 0.45; */
	transition: ease .3s;
	border-radius: 3px;
	margin-bottom: 14.7%;
	cursor: pointer;
}
@media (max-width:600px) {
	.gallery-little {
		width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	}
	.gallery-little .gallery-tab {
		padding-bottom: 20%;
		margin-bottom: 0;
		width: 33.333%;
	}
	.gallery-little .gallery-tab img {
		margin: 5px;
	}
}
/* .gallery-little a:hover {
	border: 2px solid #fea526;
	opacity: 1;
} */
.gallery-little .gallery-tab::after {
	content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%) scale(0);
	transition: ease .3s;
  z-index: 1;
  background: url(../img/zoom.svg) center no-repeat, rgba(52, 52, 72, 0.86);
}
.gallery-little .gallery-tab:hover::after {
	transform: translate(-50%, -50%) scale(1);
}
.gallery-little .gallery-tab:last-child {
	margin-bottom: 0;
}
.gallery-little img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 104%;
	z-index: 0;
	object-fit: cover;
}
.gallery-all-img {
	display: none;
}
.mfp-gallery .mfp-bottom-bar {
	margin: 0;
}
.mfp-gallery .mfp-counter {
	top: -30px;
} 
/* .mfp-gallery .mfp-title {
	margin: 0 -15px;
	border: 15px solid #FFFFFF;
  border-radius: 6px;
	color: #3C4352;
	text-align: center;
	background: #fff;
	padding-right: 0;
}*/

/* popup-telegram */
@-webkit-keyframes popupTelegram {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes popupTelegram {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
#popup-telegram {
  background: #fff;
  max-width: 556px;
  width: 100%;
  min-height: 245px;
  padding: 20px 20px 0px 30px;
  -webkit-animation: .4s popupTelegram;
  animation: .4s popupTelegram;
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  border-radius: 3px;
	border: 1px solid #ECECED;
	background: #FFF;
	box-shadow: -8px -6px 24px 0px rgba(0, 0, 0, 0.09);
  display: none;
}
.popup-telegram__title {
  color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
  margin-bottom: 14px;
}
.popup-telegram__title span {
	color: #0085FB;
}
.popup-telegram__text {
  color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
  margin-bottom: 25px;
}
.popup-telegram__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup-telegram__content-left {
	flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup-telegram__content-right {
  width: 220px;
}
.popup-telegram__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 27px 16px 22px;
  color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 3px;
	background: #0085FB;
	box-shadow: 0px 5px 14px 0px rgba(106, 180, 245, 0.50);
  transition: 0.3s;
}
.popup-telegram__btn:hover {
  background: #3197f1;
}
.popup-telegram__btn img {
  margin-right: 10px;
}
.close-popup-telegram {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	opacity: 0.7;
	cursor: pointer;
  transition: opacity ease 0.5s;
}
.close-popup-telegram:hover {
	opacity: .4;
}
.close-popup-telegram::before,
.close-popup-telegram::after {
	content: '';
	position: absolute;
	top: 6px;
	display: block;
	width: 14px;
	height: 2px;
	background: #343448;
}
.close-popup-telegram::before {
	transform: rotate(45deg);
}
.close-popup-telegram::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	#popup-telegram {
		padding: 20px 20px 0px 20px;
		bottom: 0;
    right: 0;
	}
  .close-popup-telegram {
    top: 10px;
    right: 10px;
  }
  .popup-telegram__content {
		justify-content: center;
    flex-direction: column;
    align-items: center;
  }
	.popup-telegram__content-left {
    text-align: center;
    align-items: center;
	}
}
.popup-telegram-hide #popup-telegram {
	display: none !important;
}

/** widget-create - start **/

.widget-create{overflow-x:clip;position:relative;background:#343448;padding:0}
.widget-create::before{position:absolute;bottom:-100px;left:-90px;content:url('../img/bg4.webp');transform:scale(-1, 1)}
.widget-create::after{position:absolute;bottom:-50px;right:-5px;content:url('../img/bg2.webp');}
.widget-create .title-h2{margin-bottom:35px}
.widget-create .button{padding:30px 31px 28px 65px}
.widget-create .subtext-btn{margin-top:15px;font-size:18px}
.widget-create__wrap{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:45px 0 65px}
.widget-create__info{position:relative;z-index:20;padding-top:15px}
.widget-create__pic{position:relative;z-index:5;flex-shrink:0;width:611px;height:341px;margin-right:-5px}
.widget-create__pic::before{position:absolute;left:315px;bottom:-65px;content:'';background:#0bb76e;width:10000px;height:117px}
.widget-create__pic::after{position:absolute;bottom:-30px;right:-20px;content:'';background:#2a2a3e;width:574px;height:322px}
.widget-create__pic img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;object-fit:cover;object-position:center;filter:drop-shadow(0 30px 60px rgba(0, 0, 0, .15))}

@media screen and (max-width: 1199px) {
	.widget-create::before, .widget-create::after{display:none}
	.widget-create__pic{width:489px;height:273px}
}

@media screen and (max-width: 991px) {
	.widget-create .title-h2{text-align:center;max-width:485px;margin-bottom:20px}
	.widget-create__wrap{flex-direction:column-reverse;padding:40px 0}
	.widget-create__info{display:flex;flex-direction:column;align-items:center;padding:0}
	.widget-create__pic::before{width:auto;top:-40px;right:-1000px;bottom:auto;left:-1000px}
	.widget-create__pic::after{display:none}
}

@media screen and (max-width: 767px) {
	.widget-create .btn-block__text{margin-bottom:0}
	.widget-create__pic{width:100%;height:auto;padding-bottom:56.25%}
}

/** widget-create - end **/

/** a-banner - start **/

.a-banner{position:relative;z-index:1;background:url('../img/a-banner.webp') no-repeat center / cover;color:#fff;padding:48px 0}
.a-banner .container{max-width:1190px}
.a-banner .title-h2{margin-bottom:15px}
.a-banner .button{padding:30px 31px 28px 65px}
.a-banner .subtext-btn{margin-top:15px;font-size:18px}
.a-banner__wrap{position:relative;display:flex;flex-direction:column;align-items:center;background:#343448;padding:50px;text-align:center}
.a-banner__wrap::before{position:absolute;bottom:-20px;right:-30px;z-index:-1;content:'';background:#2a2a3e;width:100%;height:100%}
.a-banner__text{width:100%;margin-bottom:40px;max-width:910px}

@media screen and (max-width: 1199px) {
	.a-banner__wrap{padding:40px 30px}
	.a-banner__wrap::before{display:none}
}

@media screen and (max-width: 767px) {
	.btn-block__text{margin-bottom:0}
	.a-banner__text{margin-bottom:20px}
}

@media screen and (max-width: 374px) {
	.a-banner__wrap{padding:40px 15px}
}

/** a-banner - end **/

/** b-banner - start **/

.b-banner{overflow-x:clip;position:relative;z-index:1;background:#343448;padding:0}
.b-banner .title-h2{margin-bottom:40px}
.b-banner .button{padding:30px 31px 28px 65px}
.b-banner .subtext-btn{margin-top:15px;font-size:18px}
.b-banner__wrap{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:70px 0 85px;text-align:center}
.b-banner__wrap::before{position:absolute;right:calc(100% + 50px);z-index:-1;content:url('../img/b-banner_1.webp');margin-top:-15px}
.b-banner__wrap::after{position:absolute;left:calc(100% + 50px);z-index:-1;content:url('../img/b-banner_2.webp');margin-top:-15px}

@media screen and (max-width: 1199px) {
	.b-banner__wrap::before{right:calc(100% + 20px)}
	.b-banner__wrap::after{left:calc(100% + 20px)}
}

@media screen and (max-width: 991px) {
	.b-banner .title-h2{margin-bottom:20px}
	.b-banner__wrap{padding:40px 0 340px}
	.b-banner__wrap::before{top:auto;left:50%;right:auto;bottom:35px;transform:translateX(-50%);margin:0}
	.b-banner__wrap::after{top:auto;left:50%;right:auto;bottom:35px;transform:translateX(-50%);margin:0;display:none}
}

/** b-banner - end **/

.gallery__slide, .a-gallery__slide, .b-gallery__slide{height:100%}
.gallery__slide img, .a-gallery__slide img, .b-gallery__slide img{width:100%;height:100%;object-position:center;object-fit:cover}

/** a-gallery - start **/

.a-gallery{background:#fff;min-width:0;margin-bottom:40px;padding:15px 15px 33px;box-shadow: -8px -6px 24px rgba(0, 0, 0, 0.1);user-select:none}
.a-gallery-main{position:relative;flex-grow:1;min-width:0;padding-bottom:51.9%;margin-bottom:10px}
.a-gallery-main .swiper-button-prev, .a-gallery-main .swiper-button-next{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;background:#fff;width:36px;height:36px;margin:0;box-shadow:0 4px 4px rgba(0, 0, 0, .25);border-radius:50%}
.a-gallery-main .swiper-button-prev::after, .a-gallery-main .swiper-button-next::after{display:none}
.a-gallery-main .swiper-button-prev svg, .a-gallery-main .swiper-button-next svg{transition:.3s;fill:#343448;width:14px;height:100%}
.a-gallery-main .swiper-button-prev:hover svg, .a-gallery-main .swiper-button-next:hover svg{fill:#0bb74f}
.a-gallery-main .swiper-button-prev{left:8px}
.a-gallery-main .swiper-button-next{right:8px}
.a-gallery-main .swiper-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;top:calc(100% + 103px);right:0;bottom:auto;left:0;margin:0;padding:0;height:auto}
.a-gallery-main .swiper-pagination-bullet{background:#d1d1d5;width:8px;height:8px;margin:0!important;padding:0;opacity:1}
.a-gallery-main .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#343448}
.a-gallery-main__slider{position:absolute;top:0;right:0;bottom:0;left:0}
.a-gallery-main__slide{overflow:hidden;position:relative;width:100%;height:100%;border-radius:3px}
.a-gallery-main__slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.a-gallery-thumbs{position:relative}
.a-gallery-thumbs__slide{overflow:hidden;position:relative;width:146px;height:82px;border-radius:2px;cursor:pointer}
.a-gallery-thumbs__slide::before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:'';border:2px solid rgba(52, 52, 72, 0.05);transition:.3s;border-radius:inherit}
.a-gallery-thumbs__slide::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:'';background: rgba(255, 255, 255, 0.2);opacity:0;transition:.3s;border-radius:inherit}
.a-gallery-thumbs__slide img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.a-gallery-thumbs .swiper-slide-thumb-active .a-gallery-thumbs__slide::before{border-color:#0bb74f}
.a-gallery-thumbs .swiper-slide-thumb-active .a-gallery-thumbs__slide::after{opacity:1}

@media screen and (max-width: 1199px) {
	.a-gallery-thumbs .swiper-slide{width:auto}
}

@media screen and (max-width: 575px) {
	.a-gallery{padding:15px}
	.a-gallery-main .swiper-pagination{display:none}
	.a-gallery-main .swiper-a-gallery-main-prev{display:none}
	.a-gallery-main .swiper-a-gallery-main-next{display:none}
	.a-gallery-thumbs__slide{width:100px;height:56px}
}

/** a-gallery - end **/

/** a-gallery - start **/

.b-gallery{position:relative;background:#fff;min-width:0;margin-bottom:40px;padding:15px 15px 40px;box-shadow: -8px -6px 24px rgba(0, 0, 0, 0.1);user-select:none}
.b-gallery__slider{}
.b-gallery .swiper-slide{width:235px;height:350px}
.b-gallery .swiper-scrollbar{position:absolute;bottom:15px;right:15px;left:15px;width:auto;height:10px;background:rgba(52, 52, 72, .1);}
.b-gallery .swiper-scrollbar-drag{height: 100%;transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;background:#0bb74f}
.b-gallery .swiper-wrapper{transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1) !important}
.a-gallery__slide{overflow:hidden;position:relative;border-radius:3px}
.a-gallery__slide::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';border:2px solid rgba(52, 52, 72, 0.05);transition:.3s;border-radius:inherit}

@media screen and (max-width: 575px) {
	.b-gallery .swiper-slide{width:200px;height:290px}
}

/** a-gallery - end **/

/** author - start **/

.author-page ~ .footer .footer__wrap{overflow:hidden}

.author #breadcrumbs{margin-bottom:45px}
.author ~ .textbook{overflow:hidden;padding-bottom:0}
.author ~ .textbook  .textbook__wrap::before{top:-215px;pointer-events:none}
.author ~ .textbook  .textbook__wrap::after{bottom:10px;pointer-events:none}
.author-head{display:flex;align-items:center;gap:10px 20px;margin-bottom:25px}
.author-head__pic{overflow:hidden;position:relative;width:85px;height:85px;border-radius:50%}
.author-head__pic__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}
.author-head__info{}
.author-head__info__name{font-size:23px;font-weight:600}
.author-head__info__pos{font-size:18px}
.author-body{max-width:970px}
.author-body p{margin-bottom:15px}
.author-body p:last-child{margin-bottom:0}
.textbook-author-title{color:#000;margin:40px 0;font-size:25px;font-weight:600}

.textbook-loader{display:flex;justify-content:center;align-items:center;margin-top:55px;width:100%}
.textbook-loader__button{transition:.3s;display:flex;justify-content:center;align-items:center;gap:30px;height:63px;padding:0 30px;border: 1px solid #939393;border-radius:3px;cursor:pointer}
.textbook-loader__button.is-active .textbook-loader__button__icon{transform:rotate(180deg)}
.textbook-loader__button:hover{background:rgba(147, 147, 147, .2)}
.textbook-loader__button__text{color:#000}
.textbook-loader__button__icon{transition:.5s;fill:#212121}

@media screen and (max-width: 991px) {
	.textbook-loader{margin-top:0}
}

@media screen and (max-width: 767px) {
	.author ~ .textbook{padding-bottom:30px}
}

@media screen and (max-width: 575px) {
	.author-head{flex-direction:column;justify-content:center;text-align:center}
	.textbook-author-title{text-align:center}
}

/** author - end **/

/* talk-about-us */
.talk-about__section {
	padding: 60px 0 30px;
}
.talk-about__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.talk-about__wrap::before {
	content: url(../img/bg5.webp);
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 0;
}
.talk-about__wrap::after {
	content: url(../img/bg7.webp);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.talk-about__section .container {
	max-width: 1150px;
	position: relative;
	z-index: 1;
}
.talk-about__wrap::after {
	content: url(../img/bg6.webp);
	position: absolute;
	left: 0;
	bottom: 30%;
	z-index: 0;
}
.talk-about__section .title-h2-black {
	margin-bottom: 30px;
}
.talk-about__block {
	display: flex;
	flex-wrap: wrap;
	margin: 50px -10px 30px;
}
.talk-about__item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	padding: 18px 20px 13px;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
	background: #fff;
}
.talk-about__author {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.talk-about__author > img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 12px;
}
.talk-about__info {
	display: flex;
	flex-direction: column;
}
.talk-about__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000;
}
.talk-about__date {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #000;
}
.talk-about__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000;
	margin-bottom: 9px;
}
.talk-about__link {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #00e;
	margin-top: auto;
}
.talk-about__link:hover {
	text-decoration: none;
}
.talk-about__images {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px -5px 0;
}
.talk-about__img {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin: 5px;
	width: 40%;
	padding-bottom: 30%;
}
.talk-about__img img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}
@media (max-width:991px) {
	.talk-about__section {
		padding: 40px 0 20px;
	}
}
@media (max-width:767px) {
	.talk-about__section {
		padding: 30px 0 10px;
	}
	.talk-about__item {
    width: calc(100% - 20px);
	}
}

/* about-project */
.about-project {
	padding: 76px 0 0;
	background-image: url(../img/about/about-project-bg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.about-project__block {
	width: 100%;
	backdrop-filter: blur(2px);
	background: rgb(255 255 255 / 80%);
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about-project .title-h1 {
	font-size: 34px;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
}
.about-project__text {
	font-weight: 400;
	font-size: 18px;
	line-height: 184%;
	text-align: center;
	color: #000;
}
@media (max-width: 991px) {
	.about-project {
		padding: 50px 0 0;
	}
	.about-project__block {
		padding: 50px 35px;
	}
	.about-project .title-h1 {
    font-size: 28px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.about-project {
		padding: 30px 0 0;
	}
	.about-project__block {
		padding: 25px 15px;
	}
	.about-project .title-h1 {
		font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
	}
}

/* section-catalog */
.section-catalog {
	padding: 50px 0px 80px;
}
@media (max-width:991px) {
	.section-catalog {
		padding: 40px 0px 40px;
	}
}
@media (max-width:767px) {
	.section-catalog {
		padding: 30px 0px 30px;
	}
}
.section-catalog .title-h2,
.section-catalog .text {
	padding: 0 15px;
}
.catalog {
	max-width: 1950px;
	margin: 30px auto;
	overflow: hidden;
	padding: 10px 15px;
}
@media (max-width:767px) {
	.catalog {
		margin: 20px auto;
	}
}
.catalog .swiper-wrapper {
	transition-timing-function: linear !important; 
}
.catalog .swiper-slide {
	border-radius: 12px;
	box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.06), 0 4px 8px -2px rgba(16, 24, 40, 0.1);
	border: 1px solid #e4e4e4;
	transition: shadow .3s;
}
.catalog .swiper-slide:hover {
	box-shadow: none;
}
.catalog-block {
	display: flex;
	background-image: linear-gradient(90deg, #5cb45bc4 0%, #4e9b4da8 50%, #5cb45b 100%);
	border-radius: 12px;
	border: 6px solid #fff;
	transition: opacity .3s;
}
.catalog-block:hover {
	padding: 6px;
	border: 0px solid transparent;
}
.catalog-img {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	border-radius: 5px;
	padding: 0 0 10px;
	width: 100%;
	background: #fff;
}
.catalog-img img {
	object-fit: none;
	height: 102px;
}
.catalog-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
	color: #000;
}

.team-section {
	padding: 45px 0 40px;
}
@media (max-width:991px) {
	.team-section {
		padding: 40px 0 20px;
	}
}
@media (max-width:767px) {
	.team-section {
		padding: 30px 0 10px;
	}
}
.team__wrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.team__wrap::before {
	content: url(../img/about/team-bg1.webp);
	position: absolute;
	right: 0;
	top: 45px;
	z-index: 0;
}
.team__wrap::after {
	content: url(../img/about/team-bg2.webp);
	position: absolute;
	left: 0;
	bottom: 94px;
	z-index: 0;
}
.team-section .title-h2-black {
	margin-bottom: 35px;
}
.team-section .container {
	max-width: 1150px;
	position: relative;
	z-index: 1;
}
.team-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 38px -10px 0;
}
.team-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
	background: #fff;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	border-radius: 12px;
	max-width: 360px;
	width: 100%;
	min-height: 185px;
	padding: 10px;
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	color: #000;
	text-align: center;
	margin: 0 10px 22px;
}
.team-item__bg1::before {
	content: url(../img/about/team-bg1-2.webp);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.team-item__bg1::after {
	content: url(../img/about/team-bg1-1.webp);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.team-item__bg2::before {
	content: url(../img/about/team-bg2-2.webp);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.team-item__bg2::after {
	content: url(../img/about/team-bg2-1.webp);
	position: absolute;
	left: 100px;
	bottom: -9px;
	z-index: 0;
}
.team-item__bg3::before {
	content: url(../img/about/team-bg3-2.webp);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.team-item__bg3::after {
	content: url(../img/about/team-bg3-1.webp);
	position: absolute;
	left: 0;
	bottom: -9px;
	z-index: 0;
}

.a-short-author{position:relative;display:flex;flex-direction:column;gap:30px;background:#ececed;margin:60px 0 60px 20px;padding:40px 30px 30px 55px}
.a-short-author__decor{position:absolute;top:-22px;left:-22px;display:flex;justify-content:center;align-items:center;background:#0bb76e;width:64px;height:64px;border-radius:50%}
.a-short-author__desc{line-height:1.85;}
.a-short-author__hero{display:flex;align-items:center;gap:20px}
.a-short-author__hero:hover .a-short-author__hero__info div:nth-child(1){color:#0fb764}
.a-short-author__hero__pic{overflow:hidden;position:relative;flex-shrink:0;width:60px;height:60px;border-radius:50%}
.a-short-author__hero__info{display:flex;flex-direction:column}
.a-short-author__hero__info div:nth-child(1){color:#000;font-size:16px;font-weight:600;transition:.2s ease-in-out}
.a-short-author__hero__info div:nth-child(2){color:#000;font-size:14px;font-weight:400}

.b-short-author{position:relative;display:flex;flex-direction:column;gap:30px;background:#ececed;margin:60px 0 90px 20px;padding:50px 30px 20px 65px}
.b-short-author::before{position:absolute;bottom:-20px;left:-20px;z-index:-1;content:'';background:#343448;width:100%;height:100%}
.b-short-author__decor{position:absolute;top:20px;left:20px;display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%}
.b-short-author__desc{line-height:1.85}
.b-short-author__hero{display:flex;align-items:center;gap:20px}
.b-short-author__hero__pic{overflow:hidden;position:relative;width:60px;height:60px;border-radius:50%}
.b-short-author__hero__info{display:flex;flex-direction:column}
.b-short-author__hero__info div:nth-child(1){color:#000;font-size:16px;font-weight:600}
.b-short-author__hero__info div:nth-child(2){color:#000;font-size:14px;font-weight:400}

.c-short-author{position:relative;display:flex;flex-direction:column;gap:30px;background:#ececed;margin:60px 0 60px 20px;padding:30px 30px 30px 55px}
.c-short-author__decor{position:absolute;top:-22px;left:-22px;display:flex;justify-content:center;align-items:center;background:#0bb76e;width:64px;height:64px;border-radius:50%}
.c-short-author__desc{line-height:1.85;}
.c-short-author__hero{display:flex;align-items:center;gap:20px}
.c-short-author__hero__pic{overflow:hidden;position:relative;width:60px;height:60px;border-radius:50%}
.c-short-author__hero__info{display:flex;flex-direction:column}
.c-short-author__hero__info div:nth-child(1){color:#000;font-size:16px;font-weight:600}
.c-short-author__hero__info div:nth-child(2){color:#000;font-size:14px;font-weight:400}

.d-short-author{position:relative;display:flex;flex-direction:column;gap:30px;margin:60px 0 90px 0;padding:40px 40px 30px 85px;border:1px solid #0bb76e;border-radius:30px}
.d-short-author__decor{position:absolute;top:27px;left:40px;display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%}
.d-short-author__desc{color:#000;line-height:1.85}
.d-short-author__hero{display:flex;align-items:center;gap:20px}
.d-short-author__hero__pic{overflow:hidden;position:relative;width:60px;height:60px;border-radius:50%}
.d-short-author__hero__info{display:flex;flex-direction:column}
.d-short-author__hero__info div:nth-child(1){color:#000;font-size:16px;font-weight:600}
.d-short-author__hero__info div:nth-child(2){color:#000;font-size:14px;font-weight:400}

.e-short-author{position:relative;display:flex;flex-direction:column;gap:30px;background:#ececed;margin:60px 0 90px 20px;padding:40px 50px 30px 85px;border-radius:30px}
.e-short-author::before{position:absolute;bottom:-20px;left:-20px;z-index:-1;content:'';background:#343448;width:100%;height:100%;border-radius:30px;opacity:.2}
.e-short-author__decor{position:absolute;top:27px;left:40px;display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%}
.e-short-author__desc{line-height:1.85}
.e-short-author__hero{display:flex;align-items:center;gap:20px}
.e-short-author__hero__pic{overflow:hidden;position:relative;width:60px;height:60px;border-radius:50%}
.e-short-author__hero__info{display:flex;flex-direction:column}
.e-short-author__hero__info div:nth-child(1){color:#000;font-size:16px;font-weight:600}
.e-short-author__hero__info div:nth-child(2){color:#000;font-size:14px;font-weight:400}

@media screen and (max-width: 991px) {
	.a-short-author{padding:35px 15px 25px 40px}
	.b-short-author{padding:60px 20px 25px 20px}
	.b-short-author__decor{left:20px}
	.c-short-author{padding:35px 15px 25px 40px}
	.d-short-author{padding:60px 20px 25px 20px}
	.d-short-author__decor{left:23px}
	.e-short-author{padding:60px 20px 25px 20px}
	.e-short-author__decor{left:20px}
}

.expert-page ~ .footer .footer__wrap{overflow:hidden}

.expert{position:relative}
.expert::before{position:absolute;top:110px;left:0;content:'';background:url('../img/author/decor-left.webp') no-repeat center / contain;width:196px;height:237px}
.expert::after{position:absolute;top:385px;right:0;content:'';background:url('../img/author/decor-right.webp') no-repeat center / contain;width:330px;height:345px}
.expert-hero{display:flex;gap:110px;margin-bottom:40px}
.expert-hero__pic{position:relative;z-index:1;width:290px;height:380px;margin-left:-50px}
.expert-hero__pic::before{position:absolute;top:0;right:-26px;bottom:0;left:0;z-index:-10;content:'';background:#0bb76e;border-radius:0 0 0 100px}
.expert-hero__pic::after{position:absolute;top:-2px;right:-78px;z-index:-5;content:'';background:#fff;width:153px;height:125px}
.expert-hero__pic__container{overflow:hidden;position:relative;top:40px;left:40px;flex-shrink:0;width:300px;height:300px;border-radius:0 0 0 70px}
.expert-hero__pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.expert-hero__info{position:relative;min-height:395px;padding:50px 45px 20px 0}
.expert-hero__info::before{position:absolute;top:0;right:0;bottom:0;left:-225px;z-index:-10;content:'';background:#343448}
.expert-hero__info__title{color:#fff;line-height:1.6;margin-bottom:15px;font-size:25px;font-weight:600;text-transform:uppercase}
.expert-hero__info__desc{color:#fff;line-height:1.6;font-size:18px;font-weight:400}

@media screen and (max-width: 1439px) {
	.expert::before, .expert::after{display:none}
}

@media screen and (max-width: 991px) {
	.expert-hero__pic{width:100%;height:300px;margin:0}
	.expert-hero__pic::before{top:0;right:0;bottom:0;left:0;border-radius:0}
	.expert-hero__pic::after{display:none}
	.expert-hero__pic__container{top:auto;right:0;left:0;bottom:0;margin:0 auto;border-radius:0}
	.expert-hero{flex-direction:column;gap:0}
	.expert-hero__info{min-height:auto;padding:40px 20px}
	.expert-hero__info::before{top:0;right:0;bottom:0;left:0}
	.expert-hero__info__title{margin-bottom:25px}
}

@media screen and (max-width: 575px) {
	.expert-hero__pic{height:290px}
	.expert-hero__pic__container{width:290px;height:290px}
}

.a-expert-block{padding:60px 0 80px}
.a-expert{}
.a-expert-wrap{display:flex;gap:36px}
.a-expert-left{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;max-width:337px;width:100%}
.a-expert-right{margin:auto 0}
.a-expert-pic{overflow:hidden;width:200px;height:200px;margin-bottom:20px;position:relative}
.a-expert-pic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-position:center;object-fit:cover}
.a-expert-name{font-size:23px;font-weight:600;line-height:29px;margin-bottom:6px}
.a-expert-pos{}
.a-expert-desc{}

.a-expert-content{background:#ececed;padding:85px 0 100px}
.a-expert-content-title{margin-bottom:40px;font-size:25px;font-weight:600}
.a-expert-content-grid{}

.expert-page .title-h2-black{text-align:left;text-transform:none}

@media screen and (min-width: 992px) {
	.expert-page .textbook.textbook__top{padding:85px 0 100px}
}

@media screen and (max-width:991px) {
	.a-expert-wrap{flex-direction:column;justify-content:center;align-items:center;text-align:center}
	.a-expert-block{padding:30px 0 50px}
	.a-expert-left{position:relative}
	.a-expert-left::before{position:absolute;top:calc(100% + 18px);right:0;left:0;content:'';background:#999;width:60px;height:1px;margin:0 auto;opacity:.5}
}

@media screen and (max-width:575px) {
	.a-expert-name{font-size:20px}
}

.list-check{display:flex;flex-direction:column;gap:10px}
.list-check li{position:relative;padding-left:25px;line-height:24px}
.list-check li::before{position:absolute;top:8px;left:0;content:'';background:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L4.125 7.875L1 4.75' stroke='%230BB76E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;width:12px;height:9px}

.veri-info{position:relative;background:#ececed;margin:60px 20px 90px 0;border-radius:30px}
.veri-info::before{position:absolute;bottom:-20px;right:-20px;z-index:-1;content:'';background:#343448;width:100%;height:100%;border-radius:30px;opacity:.2}
.veri-info-wrap{display:flex;justify-content:space-between;gap:15px;padding:40px 30px}
.veri-info-content{width:100%;max-width:474px}
.veri-info-content__title{color:#000;margin-bottom:20px;line-height:1.3;font-size:23px;font-weight:600}
.veri-info-content__list{}
.veri-info-pic{flex-shrink:0;width:100%;max-width:256px;margin:auto -30px auto 0}
.veri-info-pic__container{position:relative;width:100%;padding-bottom:calc(384 / 279 * 100%)}
.veri-info-pic__container img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}

@media screen and (max-width: 991px) {
	.veri-info-pic{display:none}
}

@media screen and (max-width: 767px) {
	.veri-info-wrap{padding:30px 20px}
	.veri-info-content__title{font-size:20px}
}

.pro-choice{display:grid;grid-template-columns:repeat(3, 1fr);gap:15px}
.pro-choice-item{position:relative;padding:24px 12px;border:1px solid #e9e9e9;border-radius:8px}
.pro-choice-item-highlight{border-color:#343448}
.pro-choice-item .pro-choice-hit{position:absolute;top:-15px;left:50%;transform:translateX(-50%);font-size:12px;font-weight:500;color:#fff;background: #343448;display:flex;justify-content:center;align-items:center;border-radius:6px;height:30px;padding:0 6px}
.pro-choice-item__head{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}
.pro-choice-item__head__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}
.pro-choice-item__head__text{color:#000;font-weight:600}
.pro-choice-item__info{font-size:14px;line-height:1.5;color:#747373;margin-bottom:24px;text-align:center}
.pro-choice-item__list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.pro-choice-item__list li{position:relative;font-size:14px;line-height:1.5;padding-left:20px}
.pro-choice-item__list li::before{position:absolute;content:''}
.pro-choice-item__list__el-check{}
.pro-choice-item__list__el-check::before{top:4px;left:0;background:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L4.125 7.875L1 4.75' stroke='%230BB76E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;width:12px;height:9px}
.pro-choice-item__list__el-times{}
.pro-choice-item__list__el-times::before{top:4px;left:0;background:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.41406 5L9.70703 1.70703C9.89584 1.51822 10 1.26693 10 1C10 0.733066 9.89584 0.481777 9.70703 0.292969C9.51822 0.10416 9.26693 0 9 0C8.73307 0 8.48178 0.10416 8.29297 0.292969L5 3.58594L1.70703 0.292969C1.51822 0.10416 1.26693 0 1 0C0.733066 0 0.481777 0.10416 0.292969 0.292969C0.10416 0.481777 0 0.733066 0 1C0 1.26693 0.10416 1.51822 0.292969 1.70703L3.58594 5L0.292969 8.29297C0.10416 8.48176 0 8.73307 0 9C0 9.26693 0.10416 9.51822 0.292969 9.70703C0.48209 9.89584 0.733066 10 1 10C1.26693 10 1.51791 9.89584 1.70703 9.70703L5 6.41406L8.29297 9.70703C8.48209 9.89584 8.73307 10 9 10C9.26693 10 9.51791 9.89584 9.70703 9.70703C9.89584 9.51824 10 9.26693 10 9C10 8.73307 9.89584 8.48178 9.70703 8.29297L6.41406 5Z' fill='%23D32800'/%3E%3C/svg%3E%0A") no-repeat center / contain;width:10px;height:10px}
.pro-choice-item__button{transition:.3s ease;display:flex;justify-content:center;align-items:center;width:100%;height:58px;padding:0 10px;font-size:14px;text-transform:uppercase;margin-top:auto;cursor:pointer}
.pro-choice-item__button .btn__icon{position:static;margin-right:10px}
.pro-choice-item__button-gray{color:#000;font-weight:500;border:1px solid #939393;border-radius:3px}
.pro-choice-item__button-gray:hover{background:#5c5c70;border-color:#5c5c70;color:#fff}

@media screen and (max-width:1199px) {
	.pro-choice{gap:10px}
	.pro-choice-item{padding:20px 10px}
}

@media screen and (max-width: 991px) {
	.pro-choice{grid-template-columns:repeat(1, 1fr);gap:30px}
}

/** arrows + text on buttons **/

.widget-create__info .button::before{position:absolute;top:-10px;left:calc(100% + 15px);content:'Создайте дизайн сада и огорода прямо сейчас!';background:url('../img/icons/icon-arrow-light.svg') no-repeat top left;background-size:40px;color:#fff;width:187px;line-height:20px;padding:22px 0 0 21px;font-weight:400;font-size:14px;text-align:left;text-transform:none;pointer-events:none}
.footer-block__top-item .button::before{position:absolute;top:-10px;left:calc(100% + 15px);content:'Создайте дизайн сада и огорода прямо сейчас!';background:url('../img/icons/icon-arrow-light.svg') no-repeat top left;background-size:40px;color:#fff;width:205px;line-height:20px;padding:22px 0 0 21px;font-weight:400;font-size:14px;text-align:left;text-transform:none;pointer-events:none}
.btn-block__text-green .button::before{position:absolute;top:-10px;left:calc(100% + 15px);content:'Создайте дизайн сада и огорода прямо сейчас!';background:url('../img/icons/icon-arrow-dark.svg') no-repeat top left;background-size:40px;color:#000;width:205px;line-height:20px;padding:22px 0 0 21px;font-weight:400;font-size:14px;text-align:left;text-transform:none;pointer-events:none}

@media screen and (max-width: 991px) {
	.widget-create__info .button::before{display:none}
	.footer-block__top-item .button::before{display:none}
	.btn-block__text-green .button::before{display:none}
}

/** expert check **/

.article-hero-expert-check{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;gap:10px;background:#fff;padding:0 12px;width:220px;height:32px;border-radius:4px;box-shadow:0 2px 4px -2px rgba(16, 24, 40, .06), 0 4px 8px -2px rgba(16, 24, 40, .1)}
.article-hero-expert-check::before{content:'';background:url('../img/article/expert-check.svg') no-repeat center / contain;width:16px;height:16px}
.article-hero-expert-check__text{font-size:14px;color:#404040;font-weight:600}

@media screen and (max-width: 767px) {
	.article-hero-expert-check{position:static;margin-top:25px}
}