@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: #333333;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
	line-height: 54px;
}
.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__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 {
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	margin: 0 36px;
}
@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 {
	font-size: 14px;
	font-weight: 500;
	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__link:hover,
	.header__menu-text:hover {
		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,
#swiper-tabs .swiper-slide video {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 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;
}
@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: 0 auto;
	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%;
}
.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;
  }
}
/* 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 {
	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;
	}
}
@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: 30px;
}
.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;
}
/* 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-hero {
	padding: 60px 0 40px;
}
@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 img {
	margin-right: 6px;
}
.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;
}
/* 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: 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;
  top: 15px;
  right: 0;
  width: 260px;
  margin-left: 55px;
	height: 98vh;
  overflow-y: auto;
}
@media (max-width:767px) {
	.aside-menu {
		width: 100%;
    margin-left: 0;
    height: initial;
	}
}
.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;
	margin-bottom: 25px;
}
.aside-menu__bottom-link-img {
	flex: 0 0 61px;
	margin-right: 15px;
}
.aside-menu__bottom-link-img img {
	width: 61px;
	height: 61px;
	object-fit: cover;
}
.aside-menu__bottom-link-text {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	transition: ease .3s;
}
.aside-menu__bottom-link:hover .aside-menu__bottom-link-text {
	color: #0BB764;
	text-decoration: underline;
}
.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;
}
@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;
}*/