@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}



input,
button,
textarea {
	
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background: none;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

html.lock, body._lock {
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

body {
	/*background: #edf6ed;*/
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

._container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 15px;
	}
}

.title {
	font-size: 54px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
}
@media (max-width: 1919px) {
	.title {
		font-size: calc(30px + 34 * ((100vw - 320px) / 1600));
	}
}

.btn {
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	height: 50px;
	color: #fff;

	font-size: 21px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	background: #63cb75;
	border-radius: 7px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.btn:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #4eac5e;
        color: #fff;
	}
}
@media (max-width: 1024px) {
	.btn {
		font-size: 18px;
	}
}

.text {
	font-size: 29px;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
.text > *:not(:last-child) {
	/*margin: 0px 0px 20px 0px;*/
}
@media (max-width: 820px) {
	.text > *:not(:last-child) {
	/*	margin: 0px 0px 35px 0px;*/
	}
}
@media (max-width: 480px) {
	.text > *:not(:last-child) {
		/*margin: 0px 0px 25px 0px;*/
	}
}
@media (max-width: 1919px) {
	.text {
		font-size: calc(16px + 13 * ((100vw - 320px) / 1600));
	}
}

.header {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 20px 0px;
	background: #fff;
}
.header ._container {
	max-width: 1600px;
}
@media (max-width: 1024px) {
	.header {
		padding: 20px 0px;
	}
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1024px) {
	.header__row {
		margin: 0px 55px 0px 0px;
	}
}
@media (max-width: 480px) {
	.header__row {
		margin: 0px 45px 0px 0px;
	}
}

.header__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 396px;
	        flex: 0 0 396px;
	position: relative;
	z-index: 5;
}
.header__logo img {
	width: 100%;
    max-width: 300px
}
@media (max-width: 1460px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 300px;
		        flex: 0 0 300px;
	}
}
@media (max-width: 1360px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 220px;
		        flex: 0 0 220px;
	}
}
@media (max-width: 1280px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 200px;
		        flex: 0 0 200px;
	}
}
@media (max-width: 1024px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 200px;
		        flex: 0 0 200px;
	}
}
@media (max-width: 480px) {
	.header__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 150px;
		        flex: 0 0 150px;
	}
}

.header__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.menu__list li {
	margin-right: 50px;
}
@media (max-width: 1919px) {
	.menu__list li {
		//margin-right: calc(-50px + 210 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1470px) {
	.menu__list li {
	margin-right: 30px;
}
}
@media (max-width: 1130px) {
	.menu__list li {
	margin-right: 15px;
}
}
@media (max-width: 1024px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 1024px) {
	.menu__list {
		margin: 0px 0px 30px 0px;
	}
}

.menu__link {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #1e351c;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.menu__link:hover {
		color: #63cb75;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.menu__body {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 30px 40px;
		overflow: auto;
	}
	.menu__body._active {
		right: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 1024px) and (max-width: 1024px) {
	.menu__body {
		padding: 125px 40px 75px 40px;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body {
		padding: 100px 20px;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #000;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}
@media (max-width: 480px) {
	.icon-menu {
		right: 15px;
	}
}

.header__btn {
	height: 36px;
	margin-right: 40px;
	padding: 10px 10px;
}
@media (max-width: 1919px) {
	.header__btn {
		//margin-right: calc(-50px + 165 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.header__btn {
		margin: 0px 30px 0px 0px;
	}
}

.header-lang {
	cursor: pointer;
	position: relative;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #1e351c;
	padding: 0px 30px 0px 0px;
}
.header-lang::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	right: 0;
	width: 20px;
	height: 20px;
	background: url("../img/icons/tri.svg") no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-lang:hover .header-lang__list {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	visibility: visible;
}
.header-lang:hover::before {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	    -ms-transform: translate(0, -50%) rotate(-180deg);
	        transform: translate(0, -50%) rotate(-180deg);
}

.header-lang__list {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.header-lang__listblock {
	background: #fff;
	margin: 30px 0px 0px 0px;
	padding: 5px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	border-radius: 10px;
}
.header-lang__listblock a {
	display: block;
	padding: 10px;
	color: #000;
}
@media (min-width: 1024px) {
	.header-lang__listblock a:hover {
		background: #63cb75;
		border-radius: 5px;
		color: #fff;
	}
}

footer {
	background: #8E8E8E;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

.input {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0px 10px;
	font-size: 20px;
	height: 40px;
	border: 1px solid #63cb75;
}
@media (max-width: 1919px) {
	.input {
		font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.input {
		width: 100%;
	}
    .rpt-15
    {
        padding-top: 15px;
    }
}

.form-submit {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 900px;
	        flex: 0 1 900px;
}
.form-submit .form__label {
	margin: 0px 10px 0px 0px;
	font-size: 29px;
	line-height: 1.2;
}
@media (max-width: 1919px) {
	.form-submit .form__label {
		font-size: calc(16px + 13 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.form-submit .form__label {
		margin: 0px 0px 5px 0px;
	}
}
.form-submit .form__block {
	position: relative;
}
.form-submit .form__block::before {
	content: "";
	position: absolute;
	
	left: 0;
	width: 100px;
	height: 9px;
	background: #63cb75;
}
.form-submit .form__block:last-child::before {
	display: none;
}
.form-submit .form__block > *:not(:last-child) {
	margin: 0px 0px 16px 0px;
}
.form-submit .form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.form-submit .form__row .form__item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.form-submit .form__row > *:not(:last-child) {
	margin: 0px 30px 0px 0px;
}
@media (max-width: 700px) {
	.form-submit .form__row > *:not(:last-child) {
		margin: 0px 0px 16px 0px;
	}
}
@media (max-width: 700px) {
	.form-submit .form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
}
.form-submit .form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 700px) {
	.form-submit .form__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.form-submit .form__btn {
	padding: 10px 40px;
}
@media (max-width: 1300px) {
	.form-submit {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}

.submit__title {
	color: #63cb75;
	margin: 0px 0px 40px 0px;
}

.submit__subtitle {

	font-size: 32px;
	line-height: 1.3;
	letter-spacing: 0.04em;
	color: #1e351c;
	margin: 0px 0px 30px 0px !important;
    padding-top: 30px;
}
@media (max-width: 1919px) {
	.submit__subtitle {
		font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.submit__subtitle {
		margin: 0px 0px 20px 0px !important;
	}
}

.form-submit__blocks {
	margin: 0px 0px 40px 0px;
}
.form-submit__blocks > *:not(:last-child) {
	margin: 0px 0px 90px 0px;
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.options__item {
	position: relative;
	cursor: pointer;
}
.options__item:not(:last-child) {
	margin-bottom: 2px;
}
.options__input {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}
.options__input:checked + .options__label:after {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.options__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	gap: 10px;
	font-size: 29px;
}
@media (max-width: 1919px) {
	.options__label {
		font-size: calc(16px + 13 * ((100vw - 320px) / 1600));
	}
}
.options__label:before {
	content: "";
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 30px;
	height: 30px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30px;
	        flex: 0 0 30px;
	border: 1px solid #63cb75;
}
.options__label:after {
	content: "";
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	width: 20px;
	height: 20px;
	background-color: #63cb75;
	position: absolute;
	left: 5px;
	top: 5px;
}
.options > *:not(:last-child) {
	margin: 0px 20px 0px 0px;
}

.swiper {
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-button-lock,
.swiper-pagination-lock {
	display: none !important;
}

.swiper-pagination-bullets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0px 20px;
}

.swiper-pagination-bullet {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10px;
	        flex: 0 0 10px;
	height: 10px;
	background: #969696;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.swiper-pagination-bullet-active {
	background: #292929;
}

.slider-controls {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	padding: 40px 0px 0px 0px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider-controls .button-prev,
.slider-controls .button-next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}
.slider-controls .button-prev {
	margin: 0px 20px 0px 0px;
}

.button-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}
@media (max-width: 700px) {
	.button-prev {
		width: 30px;
		height: 30px;
		left: 0;
	}
}

.button-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 50px;
	height: 50px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}
@media (max-width: 700px) {
	.button-next {
		width: 30px;
		height: 30px;
		right: 0;
	}
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #D9D8D8;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #F29BAB;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-button-disabled {
	opacity: 0.6;
}

.mySwiper2,
.mySwiper3 {
	width: 100%;
	position: relative;
	margin: 0px 0px 40px 0px;
}
.mySwiper2 .swiper-slide,
.mySwiper3 .swiper-slide {
	height: 580px;
}
.mySwiper2 .swiper-slide img,
.mySwiper3 .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1919px) {
	.mySwiper2 .swiper-slide,
.mySwiper3 .swiper-slide {
		height: calc(200px + 380 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1100px) {
	.mySwiper2,
.mySwiper3 {
		min-width: 350px;
	}
}
@media (max-width: 760px) {
	.mySwiper2,
.mySwiper3 {
		min-width: 100%;
	}
}
@media (max-width: 1460px) {
	.mySwiper2,
.mySwiper3 {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 1024px) {
	.mySwiper2,
.mySwiper3 {
		margin: 0px 0px 15px 0px;
	}
}

.mySwiper3 .swiper-slide {
	height: 920px;
}
@media (max-width: 1919px) {
	.mySwiper3 .swiper-slide {
		height: calc(200px + 720 * ((100vw - 320px) / 1600));
	}
}

.mySwiper,
.mySwiper4 {
	max-width: 1750px;
	margin: 0 auto;
}
.mySwiper .swiper-slide,
.mySwiper4 .swiper-slide {
	height: 310px;
	cursor: pointer;
}
.mySwiper .swiper-slide img,
.mySwiper4 .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1919px) {
	.mySwiper .swiper-slide,
.mySwiper4 .swiper-slide {
		height: calc(50px + 260 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1460px) {
	.mySwiper,
.mySwiper4 {
		padding: 0px 30px;
	}
}
@media (max-width: 820px) {
	.mySwiper,
.mySwiper4 {
		padding: 0px 15px;
	}
}

.hero {
	position: relative;
}

.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center bottom;
	   object-position: center bottom;
}

.hero__content {
	position: relative;
	min-height: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
@media (max-width: 1919px) {
	.hero__content {
		//min-height: calc(600px + 700 * ((100vw - 320px) / 1600));
	}
}

.hero__top {
	padding: 90px 0px 0px 0px;
	margin: 0px -80px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
@media (max-width: 1640px) {
	.hero__top {
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	.hero__top {
		padding: 40px 0px 0px 0px;
	}
}

.hero__title {
	margin: 0px 0px 10px 0px;
      font-family: Locke, sans-serif;
  font-weight: bold;
  line-height: 1.2;    
}

.hero__subtitle {
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #ffffff;
	font-size: 28px;
	line-height: 1.6;
	margin: 0px 0px 100px 0px;
      padding-top: 50px;
      max-width: 800px;
}
@media (max-width: 1919px) {
	.hero__subtitle {
		font-size: calc(18px + 20 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 820px) {
	.hero__subtitle {
		margin: 0px 0px 60px 0px;
	}
}
@media (max-width: 480px) {
	.hero__subtitle {
		margin: 0px 0px 40px 0px;
              padding-top: 20px;
	}
}

.btn__btn {
	height: 54px;
	font-size: 30px;
	padding: 10px 30px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1919px) {
	.btn__btn {
		font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
		height: calc(45px + 28 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 820px) {
	.btn__btn {
		padding: 10px 40px;
	}
}
@media (max-width: 480px) {
	.btn__btn {
		padding: 10px 30px;
	}
}

.advantages__row {
	position: relative;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 32px 10px;
	margin: -200px 0px 0px 0px;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.4);
}
.advantages__row > *:not(:last-child) {
	border-right: 1px solid #63cb75;
}
@media (max-width: 700px) {
	.advantages__row > *:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #63cb75;
	}
}
@media (max-width: 820px) {
	.advantages__row {
		margin: -100px 0px 0px 0px;
	}
}
@media (max-width: 700px) {
	.advantages__row {
		padding: 0px 20px;
		margin: -70px 0px 0px 0px;
	}
}

.advantages__item {
	padding: 0px 45px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
}
.advantages__item h4 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 600;
	color: #63cb75;
	margin: 0px 0px 20px 0px;
}
.advantages__item h4 span {
	color: #20361d;
}
@media (max-width: 1919px) {
	.advantages__item h4 {
		font-size: calc(20px + 18 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.advantages__item h4 {
		margin: 0px 0px 10px 0px;
	}
}
.advantages__item p {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #1e351c;
}
@media (max-width: 1919px) {
	.advantages__item p {
		font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.advantages__item {
		padding: 0px 20px;
	}
}
@media (max-width: 700px) {
	.advantages__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 20px 0;
	}
}

.about {
	/*padding: 95px 0px 0px 0px;*/
}
.pt-50
{
padding-top:50px
}
.pb-50
{
padding-bottom:50px
}
.pt-95
{
padding-top:95px
}

.pt-30
{
padding-top:30px
}

.pt-40
{
padding-top:40px
}
.pb-30
{
padding-bottom:30px
}
.pb-40
{
padding-bottom:40px
}
.pt-20
{
padding-top:20px
}
.pt-95
{
padding-top:45px
}

.pt-10
{
padding-top:10px
}

.pb-10
{
padding-bottom:10px
}

@media (max-width: 480px) {
	.about {
		padding: 60px 0px 0px 0px;
	}
}

.about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0px 0px 10px 0px;
}
@media (max-width: 700px) {
	.about__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0px 0px 10px 0px;
	}
}

.about__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 675px;
	        flex: 0 1 675px;
	margin: 0px 20px 0px 0px;
}
.about__img img {
	width: 100%;
}
@media (max-width: 700px) {
	.about__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 300px;
		        flex: 0 0 300px;
		height: 300px;
		margin: 0px 0px 10px 0px;
	}
	.about__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}
}

.about__text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 675px;
	        flex: 0 1 675px;
}
.about__text p span {
	font-weight: 600;
}
@media (max-width: 700px) {
	.about__text {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.about__imgs {
	max-width: 1920px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0px auto 100px auto;
}
@media (max-width: 480px) {
	.about__imgs {
		margin: 0px auto 60px auto;
	}
}

.about__img2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 934px;
	        flex: 0 1 934px;
	height: 630px;
	margin: 0px 40px 0px 0px;
}
.about__img2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1919px) {
	.about__img2 {
		height: calc(120px + 510 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.about__img2 {
		margin: 0px 15px 0px 0px;
	}
}

.about__img3 {
	margin: -45px 0px 0px 0px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 890px;
	        flex: 0 1 890px;
	height: 605px;
}
.about__img3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 1919px) {
	.about__img3 {
		height: calc(120px + 485 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.about__img3 {
		margin: -20px 0px 0px 0px;
	}
}

.about-adv {
	background: url("../img/small-bg.jpg");
	padding: 40px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 480px) {
	.about-adv {
		padding: 30px 0px;
	}
}

.about-adv__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -20px -10px;
	width: 1600px;
	padding: 0px 30px;
}
@media (max-width: 1024px) {
	.about-adv__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.about-adv__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 25%;
	        flex: 0 1 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	padding: 20px 10px;
}
.about-adv__item b {
	font-size: 45px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #63cb75;
	margin: 0px 0px 25px 0px;
}
.about-adv__item b span {
	font-size: 15px;
	color: #63cb75;
}
@media (max-width: 1919px) {
	.about-adv__item b {
		/*font-size: calc(30px + 40 * ((100vw - 320px) / 1600));*/
	}
}
@media (max-width: 1024px) {
	.about-adv__item b {
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 480px) {
	.about-adv__item b {
		font-size: 27px;
		margin: 0px 0px 10px 0px;
	}
}
.about-adv__item span {
	color: #ffffff;
	font-weight: 600;
}
@media (max-width: 480px) {
	.about-adv__item span {
		width: 96%;
	}
}
@media (max-width: 1024px) {
	.about-adv__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.about-adv__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

.unique {
background: rgb(237, 246, 237);
	padding: 20px 0px;
}
@media (max-width: 480px) {
	.unique {
		padding: 20px 0px;
	}
}

.unique__title {
	margin: 0px 0px 65px 0px;
	color: #63cb75;
}
@media (max-width: 820px) {
	.unique__title {
		margin: 0px 0px 40px 0px;
	}
}

.unique__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0px 0px 200px 0px;
}
.unique__text p {

}
.unique__text p span {
	display: block;
	margin: 60px 0px 0px 0px;
}
@media (max-width: 820px) {
	.unique__text p span {
		margin: 35px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	.unique__text p span {
		margin: 25px 0px 0px 0px;
	}
}
@media (max-width: 700px) {
	.unique__text p {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}
.unique__text > *:not(:last-child) {
	margin: 0px 40px 0px 0px;
}
@media (max-width: 700px) {
	.unique__text > *:not(:last-child) {
		margin: 0px;
	}
}
@media (max-width: 1460px) {
	.unique__text {
		margin: 0px 0px 100px 0px;
	}
}
@media (max-width: 1024px) {
	.unique__text {
		margin: 0px 0px 50px 0px;
	}
}
@media (max-width: 700px) {
	.unique__text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: 0px 0px 70px 0px;
	}
}

.unique__imgs {
	max-width: 1920px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media (min-width: 820px) {
.unique__imgs {
	margin: 100px 0 0 0;
}
}

.unique__imgs > *:not(:last-child) {
	margin: 0px 40px 0px 0px;
}
@media (max-width: 700px) {
	.unique__imgs > *:not(:last-child) {
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 820px) {
	.unique__imgs {
	/*	margin: 100px 0px 0px 0px;*/
	}
}

.unique__img {
	/*-webkit-box-flex: 0;
	    -ms-flex: 0 1 910px;
	        flex: 0 1 910px;
	height: 700px;*/
}
.unique__img img {
	width: 100%;
	/*height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;*/
}
.unique__img:first-child {
	margin-top: -100px;
}
@media (max-width: 1460px) {
	.unique__img:first-child {
		margin-top: -50px;
	}
}
@media (max-width: 1024px) {
	.unique__img:first-child {
		margin-top: -50px;
	}
}
@media (max-width: 700px) {
	.unique__img:first-child {
		margin-top: -30px;
	}
}
@media (max-width: 480px) {
	.unique__img:first-child {
		margin-top: -20px;
	}
}
@media (max-width: 1919px) {
	.unique__img {
	/*	height: calc(110px + 590 * ((100vw - 320px) / 1600));*/
	}
}

.unique__block {
	margin: -180px 0px 0px 0px;
}
@media (max-width: 1460px) {
	.unique__block {
		margin: -80px 0px 0px 0px;
	}
}
@media (max-width: 820px) {
	.unique__block {
		margin: 0 auto;
	}
}

.unique__title_2 {
	width: 50%;
}
@media (max-width: 820px) {
	.unique__title_2 {
		width: 100%;
	}
}

.unique__text2 > *:not(:last-child) {
	margin: 0px 0px 60px 0px;
}
@media (max-width: 820px) {
	.unique__text2 > *:not(:last-child) {
		margin: 0px 0px 35px 0px;
	}
}
@media (max-width: 480px) {
	.unique__text2 > *:not(:last-child) {
		margin: 0px 0px 25px 0px;
	}
}

.card {
	background: #edf6ed;
	padding: 80px 0px;
}

.card__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -30px -10px;
}

.card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 30px 10px;
}
.card__item img {
	height: 105px;
	margin: 0px 0px 40px 0px;
}
@media (max-width: 1024px) {
	.card__item img {
		margin: 0px 0px 20px 0px;
		height: 80px;
	}
}
@media (max-width: 480px) {
	.card__item img {
		height: 60px;
	}
}
.card__item span {
	font-weight: 600;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 480px) {
	.card__item span {
		width: 80%;
	}
}
.card__item b {
	font-size: 70px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #63cb75;
}
.card__item b span {
	font-size: 40px;
	color: #63cb75;
}
@media (max-width: 1919px) {
	.card__item b {
		font-size: calc(30px + 40 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.card__item b {
		font-size: 42px;
	}
}
@media (max-width: 1024px) {
	.card__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.card__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.map__block {
	padding: 100px 0px 200px 0;
	background: #fff;
}
@media (max-width: 820px) {
	.map__block {
		padding: 90px 0px 150px 0;
	}
}
@media (max-width: 480px) {
	.map__block {
		padding: 60px 0px 150px 0px;
	}
}

.map__title {
	color: #63cb75;
	margin: 0px 0px 60px 0px;
}
@media (max-width: 820px) {
	.map__title {
		margin: 0px 0px 40px 0px;
	}
}

.map__text span {
	font-weight: 600;
}

.map__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-width: 1700px;
	padding: 0px 30px;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.map__row {
		padding: 0px 15px;
	}
}
@media (max-width: 1024px) {
	.map__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.map__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 1085px;
	        flex: 0 1 1085px;
	margin: -100px 90px 0px 0px;
}
.map__img img {
	width: 100%;
}
@media (max-width: 1460px) {
	.map__img {
		margin: -100px 40px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.map__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: -100px 0px 100px 0px;
	}
}
@media (max-width: 700px) {
	.map__img {
		margin: -100px 0px 40px 0px;
	}
}

.map__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 500px;
	        flex: 0 1 500px;
	padding: 100px 0px 0px 0px;
}
.map__left ul {
	counter-reset: my-sec-counter;
}
.map__left ul > *:not(:last-child) {
	margin: 0px 0px 60px 0px;
}
@media (max-width: 820px) {
	.map__left ul > *:not(:last-child) {
		margin: 0px 0px 35px 0px;
	}
}
@media (max-width: 480px) {
	.map__left ul > *:not(:last-child) {
		margin: 0px 0px 25px 0px;
	}
}
.map__left li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.map__left li span {
	margin: 0px 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 45px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 45px;
	        flex: 0 0 45px;
	height: 45px;
	background: url("../img/icons/diag.svg") no-repeat;
	background-size: contain;
	font-weight: 700;
	color: #63cb75;
}
@media (max-width: 1024px) {
	.map__left li span {
		width: 30px;
		height: 30px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
	}
}
@media (max-width: 480px) {
	.map__left li span {
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.map__left {
		padding: 0;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.materials {
	padding: 100px 0px 0px 0px;
}
@media (max-width: 480px) {
	.materials {
		padding: 60px 0px 0 0;
	}
}

.materials__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 1024px) {
	.materials__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.materials__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 700px;
	        flex: 0 1 700px;
	margin: 0px 80px 0px 0px;
}
@media (max-width: 1460px) {
	.materials__left {
		margin: 0px 40px 0px 0px;
	}
}
@media (max-width: 1024px) {
	.materials__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 40px 0px;
	}
}

.materials__title {
	color: #63cb75;
	margin: 0px 0px 60px 0px;
}
@media (max-width: 820px) {
	.materials__title {
		margin: 0px 0px 40px 0px;
	}
}

.materials__img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 730px;
	        flex: 1 1 730px;
	margin: 0px -150px 0px 0px;
}
.materials__img img {
	width: 100%;
}
@media (max-width: 1800px) {
	.materials__img {
		margin: 0 auto;
	}
}
@media (max-width: 1024px) {
	.materials__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 60%;
	}
}
@media (max-width: 480px) {
	.materials__img {
		width: 90%;
	}
}

@media (max-width: 1024px) {
	.materials__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.materials__plan {
	margin: 0px 0px 70px 0px;
}
.materials__plan img {
	width: 100%;
}
@media (max-width: 1024px) {
	.materials__plan {
		margin: 40px 0px 0px 0px;
	}
}

.gallery {
	padding: 0 0 0px 0px;
}


.places {
	padding: 20px 0px;
	background: url("../img/small-bg.jpg");
}
@media (max-width: 1150px) {
    .gallery {
	padding: 0px 0px;
}
}

@media (max-width: 700px) {
	.places {
		padding: 20px 0px 20px 0;
	}


}

.places__title {
	color: #63cb75;

      font-family: Locke, sans-serif;
  font-weight: bold;
  line-height: 1.2;    
}
@media (max-width: 820px) {
	.places__title {
		margin: 0px 0px 40px 0px;
	}
}

@media (max-width: 700px) {

    .places__title {
        margin: 0px 0px 10px 0px !important;
    }

}


.places__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.places__row > *:not(:last-child) {
	margin: 0px 80px 0px 0px;
}
@media (max-width: 1460px) {
	.places__row > *:not(:last-child) {
		margin: 0px 80px 0px 0px;
	}
}
@media (max-width: 700px) {
	.places__row > *:not(:last-child) {
	/*	margin: 0px 0px 40px 0px;*/
	}
}
@media (max-width: 700px) {
	.places__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.places__col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}
.places__col .text {
	color: #fff;
}
.places__col > *:not(:last-child) {
	margin: 0px 0px 80px 0px;
}
@media (max-width: 700px) {
	.places__col > *:not(:last-child) {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 700px) {
	.places__col {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.places__col_1 .places__img {
	margin-left: -260px;
}
@media (max-width: 1919px) {
	.places__col_1 .places__img {
		margin-left: calc(500px + -760 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1460px) {
	.places__col_1 .places__img {
		margin: 0px 0px 0px -30px;
	}
}
@media (max-width: 700px) {
	.places__col_1 .places__img {
		margin: 0;
	}
}

@media (max-width: 700px) {
	.places__col_2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.places__col_2 > * {
		margin: 0px 0px 0px 0px;
	}
    

    
}

.places__img img {
	width: 100%;
}

.design {
	padding: 90px 0px;
	background: #fff;
}
@media (max-width: 480px) {
	.design {
		padding: 60px 0px;
	}
}

.design__title {
	color: #63cb75;
	margin: 0px 0px 60px 0px;
}
@media (max-width: 820px) {
	.design__title {
		margin: 0px 0px 40px 0px;
	}
}

.design__text {
	margin: 0px 0px 70px 0px;
}
@media (max-width: 480px) {
	.design__text {
		margin: 0px 0px 40px 0px;
	}
}

.contacts {
	padding: 0px 0px 150px 0px;
	max-width: 1810px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
.contacts::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100vw;
	height: 100%;
	background: #fff;
}
.contacts::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100vw;
	height: 55%;
	background: url("../img/bg2.png");
}
@media (max-width: 700px) {
	.contacts::after {
		height: 30%;
	}
}
.contacts ._container {
	max-width: 1810px;
}
@media (max-width: 480px) {
	.contacts {
		padding: 0px 0px 60px 0px;
	}
}

.contacts__row {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 700px) {
	.contacts__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.contacts__info {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 560px;
	        flex: 0 1 560px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 160px;
}
@media (max-width: 1800px) {
	.contacts__info {
		padding: 0;
	}
}

@media (max-width: 1150px) {
	.contacts {
		padding: 50px 0 0 0 ;
	}
}
@media (max-width: 700px) {
	.contacts__info {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 40px 0px;
	}
}

.contacts__title {
	color: #63cb75;
	margin: 0px 0px 55px 0px;
}
@media (max-width: 820px) {
	.contacts__title {
		margin: 0px 0px 40px 0px;
	}
}

.contacts__text {
	font-weight: 600;
	margin: 0px 0px 30px 0px;
}

.contacts__btn {
	margin: 0px 0px 80px 0px;
	padding: 10px 60px;
}
@media (max-width: 1024px) {
	.contacts__btn {
		padding: 10px 20px;
	}
}
@media (max-width: 820px) {
	.contacts__btn {
		margin: 0px 0px 40px 0px;
	}
}

.contacts__block > *:not(:last-child) {
	margin: 0px 0px 40px 0px;
}
.contacts__block a {
	color: #000;
}

.contacts__map {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 1000px;
	        flex: 0 1 1000px;
}
.contacts__map img,
.contacts__map iframe {
	width: 100%;
	height: 600px;
}
@media (max-width: 1919px) {
	.contacts__map img,
.contacts__map iframe {
		height: 600px;
	}
}
@media (max-width: 1800px) {
	.contacts__map {
		margin: 0;
	}
}
@media (max-width: 700px) {
	.contacts__map {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.submit {
	position: relative;
	padding: 90px 0px;
}
.submit ._container {
	max-width: 1600px;
}
.submit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: url("../img/bg2.png");
}
@media (max-width: 820px) {
	.submit {
		padding: 60px 0px;
	}
}

.submit__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.submit__imgs {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	top: 100px;
	right: 0;
}
.submit__imgs > *:not(:last-child) {
	margin: 0px 0px 60px 0px;
}
@media (max-width: 1300px) {
	.submit__imgs {
		display: none;
	}
}

.submit__img img {
	width: 100%;
}
.submit__img:nth-child(1) {
	width: 700px;
}
@media (max-width: 1919px) {
	.submit__img:nth-child(1) {
		width: calc(-200px + 900 * ((100vw - 320px) / 1600));
	}
}
.submit__img:nth-child(2) {
	width: 560px;
}
@media (max-width: 1919px) {
	.submit__img:nth-child(2) {
		width: calc(-200px + 760 * ((100vw - 320px) / 1600));
	}
}

.equal-block {

  border: 1px solid transparent;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height:100%;
}

@media (max-width: 767px) {
  .row.d-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .col-xs-12.d-flex {
    display: flex !important;
  }

  .equal-block {
    min-height: 100%;
  }
  .rpt-40
  {
  padding-top: 40px;
  }
  .rpt-10
  {
  padding-top: 10px;
  }
  .rpt-0
  {
  padding-top: 0px;
  }
  .rpb-10
  {
  padding-bottom: 10px;
  }  
}



.pt-80
{
padding-top: 80px;
}

.map-img
{
max-height: 500px;
}


@media (min-width: 991px) {
  .text-end
  {
  text-align: right;
  padding-right: 30px;
  }

}

.alert 
{
max-width: 600px;
}


@media (min-width: 1025px) and (max-width: 1420px) {
    .menu__link {
        font-size: 16px;
    }

}

#conception .text p, .about__text p, .txt1 p, .txt2 p, .txt3 p, .txt4 p, .places .text p, .place p, .map__text p
{
    padding-bottom: 10px;
}

h2.cooperation_title
{
    font-size: 30px;
    font-family: Locke, sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #63cb75;
}

.places__img {
  position: relative; /* ????? ??? ??????????? ???????????????? ?????? */
}

.circle-cooperation-number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: #63cb75;
  color: white;
  font-weight: bold;
  font-size: 35px;
  width: 80px;
  height: 80px;
 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.circle-cooperation-number-right {
  position: absolute;
  top: 50%;
  right: -80px;
      transform: translate(-50%, -50%);
  background-color: #63cb75;
  color: white;
  font-weight: bold;
  font-size: 35px;
  width: 80px;
  height: 80px;
 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}



.places ul , .place ul {
  list-style-type: square !important;       
  list-style-position: outside;  
  padding-left: 20px;           
}

.places ul li ,.place ul li  { list-style: square; }
.places ul li::marker, .place ul li::marker {
  color: #63cb75;                 
}

@media (min-width: 768px) {
  .row-13 {
    display: flex;
    align-items: center;
  }
}


@media (max-width: 1199px) {
  .circle-cooperation-number-right, .circle-cooperation-number
  {
      display: none;
  }
}


.equal-block {

  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

/* ?????????? ???? ????? */
/*.equal-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 15px;
  background: radial-gradient(ellipse at center, rgba(0, 200, 100, 0.3) 0%, transparent 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}*/

/* ??? ????????? */
.equal-block:hover {
      box-shadow: 0 35px 20px -20px rgba(34, 197, 94, 0.4);
      cursor: pointer;
}

/* ?????????? ?????????? */
.equal-block .inner {
  transition: transform 0.3s ease;
}

/* ??? ?????????: ????????? */
.equal-block:hover::after {
  opacity: 1;
}

.equal-block:hover .inner {
  transform: translateY(-5px);
}


.cooperation_block {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center; 
  padding-bottom: 15px; 
}

.cooperation_block  .ellipse-1-holder {
  flex-shrink: 0;
}

.cooperation_block  .ellipse-1-copy-holder {

}

.cooperation_block  .cooperation_title {
  margin: 0;

}


@media (min-width: 1200px) {
    .places__col .ellipse-1-holder {
        display: none;
    }
}

@media (max-width: 769px) {
h2.cooperation_title {
    font-size: 20px;
    }
}
@media (max-width: 700px) {
    .contacts {
        padding: 20px 0px 0px;
    }
    
.contacts__text {
    margin: 0px 0px 20px 0px;
    }    
}


@media (max-width: 768px) {
    .hide-txt-mob
    {
        display: none;
    }
    .show-txt-mob
    {
        display: block;
    }
    
  .map-text-l
  {
  padding-left: 25px;
  }
  
}


@media (min-width: 769px) {
    .show-txt-mob
    {
        display: none;
    }
}





.inner-wrapper {
  display: inline-block;
}
