/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font: 1em monospace, monospace;
}
a {
	background: 0 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font: 1em monospace, monospace;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font: 100%/1.15 inherit;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
*,
::after,
::before {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 30px;
	line-height: 21px;
}
strong {
	color: #323232;
}
.container {
	width: 1140px;
	margin: auto;
}
.wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content {
	width: 100%;
}
.section-title {
	position: relative;
	font-family: Izhitsa;
	margin-bottom: 80px;
	z-index: 0;
}
.contact__content .foreground,
.section-title .foreground {
	font: 60px Izhitsa;
	max-width: 800px;
	color: #323232;
}
.section-title .background {
	position: absolute;
	bottom: -15px;
	left: -95px;
	font-size: 150px;
	color: #eee;
	z-index: -1;
	pointer-events: none;
}
.section-form-title .title {
	font: 50px Izhitsa;
	color: #000;
	text-transform: uppercase;
}
.section-form-title .description {
	font: 30px Izhitsa;
	color: #febd79;
	margin-top: 10px;
}
.section-form-title span {
	margin-bottom: 50px;
}
.left-image {
	margin-right: 125px;
}
.right-image {
	margin-left: 125px;
	position: absolute;
	right: 0;
}
@media (max-width: 1650px) {
	.contact__content .foreground,
	.section-title .foreground {
			font-size: 55px;
	}
	.section-title .background {
			font-size: 120px;
			left: -65px;
	}
	.left-image,
	.right-image {
			width: 40%;
	}
}
@media (max-width: 1366px) {
	.container {
			width: 90%;
			margin: auto;
	}
	.section-title .background {
			font-size: 95px;
			left: -45px;
	}
}
@media (max-width: 1280px) {
	.container {
			width: 90%;
			margin: auto;
	}
	.contact__content .foreground,
	.section-title .foreground {
			font-size: 50px;
	}
	.section-title .background {
			left: -45px;
	}
}
@media (max-width: 1024px) {
	.contact__content .foreground,
	.section-title .foreground {
			font-size: 55px;
	}
	.section-title .background {
			font-size: 75px;
			left: -25px;
			bottom: 5px;
	}
	.left-image {
			margin-right: 50px;
	}
}
@media (max-width: 768px) {
	.section-title {
			text-align: center;
	}
	.contact__content .foreground,
	.section-title .foreground {
			font-size: 50px;
	}
	.section-title .background {
			display: none;
	}
	.left-image,
	.right-image {
			display: none;
	}
	p {
			width: 100%;
	}
}
@media (max-width: 425px) {
	.container {
			width: 95%;
			text-align: center;
	}
	.section-title {
			margin-bottom: 40px;
	}
	.contact__content .foreground,
	.section-title .foreground {
			font-size: 40px;
	}
	.section-form-title .title {
			font-size: 30px;
	}
	.section-form-title .description {
			font-size: 20px;
	}
}
@media (max-width: 375px) {
	.contact__content .foreground,
	.section-title .foreground {
			font-size: 35px;
	}
	.section-form-title .title {
			font-size: 25px;
	}
	.section-form-title .description {
			font-size: 15px;
	}
}
@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Light.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-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@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-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Izhitsa;
	src: url(../fonts/Izhitsa.woff2) format("woff2"), url(../fonts/Izhitsa.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "21 Cent";
	src: url(../fonts/21Cent.woff2) format("woff2"), url(../fonts/21Cent.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "21 Cent";
	src: url(../fonts/21Cent-Bold.woff2) format("woff2"), url(../fonts/21Cent-Bold.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: FuturaPT-Light;
	src: url(../fonts/FuturaPT-Light.woff2) format("woff2"), url(../fonts/FuturaPT-Light.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: Montserrat;
}
.button {
	font: 14px Izhitsa;
	position: relative;
	background: 0 0;
	border: none;
	text-align: center;
	display: inline-block;
	outline: 0;
	padding: 15px 20px;
	min-width: 200px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
.button:hover {
	background: #dbbb84;
}
.button-wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: auto;
}

.button-wrapper--center {
    margin: 0 auto 0;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
 margin: 40px 0 0;
}
.button-wrapper .left,
.button-wrapper .right {
	z-index: 1;
	width: auto;
	position: absolute;
	top: calc(50% - (15px/2));
	pointer-events: none;
}
.button-wrapper .left {
	left: -7px;
}
.button-wrapper .right {
	right: -7px;
}
.button-primary {
	background: #efcc8e;
}
.button-secondary {
	border: 1px solid #efcc8e;
}
.button-gradient {
	background: -webkit-gradient(linear, left bottom, left top, from(#d7af69), to(#efcc8d));
	background: -o-linear-gradient(bottom, #d7af69 0, #efcc8d 100%);
	background: linear-gradient(0deg, #d7af69 0, #efcc8d 100%);
}
.input {
	width: 100%;
	height: 60px;
	padding-left: 25px;
	padding-right: 45px;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}
.input-name {
	background: url(../images/icons/name.png) no-repeat scroll 95% 50%;
}
.input-phone {
	background: url(../images/icons/phone.png) no-repeat scroll 95% 50%;
}
.checkboxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0;
	width: 100%;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
.checkbox label::after,
.checkbox label::before {
	position: absolute;
	content: "";
	display: inline-block;
}
.checkbox label::before {
	height: 16px;
	width: 16px;
	border: 1px solid #dcdcdc;
	left: -20px;
	top: 3px;
}
.checkbox label::after {
	height: 8px;
	width: 8px;
	background: #efcc8e;
	left: -16px;
	top: 7px;
}
.checkbox input[type="checkbox"] + label::after {
	content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
	content: "";
}
.checkbox input[type="checkbox"]:checked + label::after .checkbox input[type="checkbox"] + label::after {
	content: none;
}
.checkbox input[type="checkbox"]:checked + label::after .checkbox input[type="checkbox"]:checked + label::after {
	content: "";
}
.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
.checkbox input {
	margin-right: 10px;
}
.checkbox label {
	font-size: 14px;
	max-width: 100px;
}
@media (max-width: 1024px) {
	.checkboxes {
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
	}
	.checkbox {
			margin-bottom: 15px;
	}
	.checkbox label {
			max-width: 100%;
	}
}
@media (max-width: 425px) {
	.checkboxes {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
	}
	.checkbox {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			width: 100%;
	}
}
.form {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 50px;
	min-width: 400px;
	text-align: center;
	-webkit-box-shadow: 15px 15px 0 0 #f5e8dc, 2px 13px 35px 0 rgba(0, 0, 0, 0.096);
	box-shadow: 15px 15px 0 0 #f5e8dc, 2px 13px 35px 0 rgba(0, 0, 0, 0.096);
}
.form .separator {
	margin: 5px 0 25px 0;
}
.form .politics-accept {
	color: #888;
	margin-top: 10px;
	max-width: 180px;
	font-size: 11px;
}
.form-title {
	font: 18px Izhitsa;
	text-transform: uppercase;
	max-width: 230px;
}
.form-move {
	position: absolute;
	right: 0;
	bottom: -105px;
}
.form-center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.inputs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 425px) {
	.form {
			padding: 20px 10px;
			min-width: 335px;
			-webkit-box-shadow: 2px 13px 35px 0 rgba(0, 0, 0, 0.096);
			box-shadow: 2px 13px 35px 0 rgba(0, 0, 0, 0.096);
	}
	.inputs {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
	}
}
@media (max-width: 375px) {
	.form {
			min-width: 300px;
	}
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.35;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.swiper-button-next,
.swiper-button-prev {
	width: 52px;
	height: 52px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
}
.swiper-button-prev {
	background: url(../images/arrow-left.svg);
	left: 23%;
}
.swiper-button-prev:hover {
	background: url(../images/arrow-left-hover.svg);
}
.swiper-button-next {
	right: 23%;
	background: url(../images/arrow-right.svg);
}
.swiper-button-next:hover {
	background: url(../images/arrow-right-hover.svg);
}
.swiper-button-prev-2 {
	left: 3%;
}
.swiper-button-next-2 {
	right: 3%;
}
.swiper-button-prev-3 {
	left: 3%;
}
.swiper-button-next-3 {
	right: 3%;
}
.active {
	opacity: 1;
}
@media (max-width: 1440px) {
	.swiper-button-prev-1 {
			left: 21%;
	}
	.swiper-button-next-1 {
			right: 21%;
	}
	.swiper-button-prev-2 {
			left: 3%;
	}
	.swiper-button-next-2 {
			right: 3%;
	}
}
@media (max-width: 1280px) {
	.swiper-button-prev-1,
	.swiper-button-prev-2 {
			left: 2%;
	}
	.swiper-button-next-1,
	.swiper-button-next-2 {
			right: 2%;
	}
}
.modal {
	background: rgba(0, 0, 0, 0.61);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 5;
}
.modal-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}
.close-modal {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 24px;
	cursor: pointer;
}
#header {
	padding: 15px;
}
#header .logo {
	padding-right: 25px;
}
#header .logo-text {
	color: rgba(49, 49, 49, 0.54);
	width: 40%;
}
#header .logo-text span {
	font-size: 13px;
	display: block;
}
#header .callback,
#header .logo-text {
	padding-left: 25px;
	border-left: 1px solid #e1e1e1;
}
#header .callback {
	border-right: 1px solid #e1e1e1;
	padding-right: 25px;
}
.callback {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.phone-block {
	margin-left: 16px;
}
.phone-block a {
	display: block;
}
.phone-number {
	font: bold 21px "21cent";
	color: #000;
	text-decoration: none;
}
.phone-call {
	color: #dbb36b;
	margin-top: 4px;
	font-size: 13px;
	cursor: pointer;
	text-decoration: underline;
}
@media (max-width: 1024px) {
	#header .logo-text {
			width: 30%;
	}
}
@media (max-width: 768px) {
	#header {
			display: none;
	}
}
#mobile-header {
	padding-top: 5px;
	height: 55px;
	display: none;
}
#openbtn {
	border: none;
	width: 36px;
	height: 38px;
	background: 0 0;
	color: #000;
	font-size: 32px;
	z-index: 5;
}
.bar {
	background: #000;
	width: 25px;
	height: 3px;
	margin: 4px 0;
}
@media (max-width: 768px) {
	#mobile-header {
			display: block;
	}
}
@media (max-width: 425px) {
	#mobile-header {
			height: 50px;
	}
	#mobile-header .button-wrapper {
			display: none;
	}
	#mobile-header .callback {
			display: none;
	}
}
nav {
	background: #543001;
	font-family: FuturaPT-Light;
}
.navbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
}
.nav-item {
	margin: 15px 0;
	font-size: 18px;
}
.nav-item:not(:last-child)::after {
	content: "\002B";
	color: #fff;
	margin-left: 30px;
	font-size: 10px;
}
.nav-link {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-link:hover {
	color: #efcc8e;
}
.dropdown {
	background: #543001;
	display: none;
	position: absolute;
	left: -9px;
	list-style: none;
	padding: 0 10px;
	min-width: 127px;
	z-index: 7;
}
.dropdown .nav-item::after {
	content: "";
	margin: 0;
}
.dropdown-selector {
	position: relative;
}
.dropdown-selector:hover .dropdown {
	display: block;
}
@media (max-width: 1024px) {
	.nav-item {
			font-size: 13px;
	}
}
@media (max-width: 768px) {
	nav {
			display: none;
	}
}
#sidemenu {
	display: none;
}
#sidemenu #closebtn,
#sidemenu #openbtn {
	text-align: center;
	position: fixed;
	right: 15px;
	width: 48px;
	height: 50px;
	text-decoration: none;
}
#sidemenu #openbtn {
	top: 15px;
	color: #000;
	font-size: 45px;
	z-index: 5;
}
#sidemenu #closebtn {
	color: #fff;
	font-size: 75px;
	text-decoration: none;
	z-index: 5;
}
#side-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	background: rgba(0, 0, 0, 0.9);
	width: 70%;
	height: 100vh;
	list-style: none;
	z-index: 5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#side-nav li:first-child {
	margin-bottom: 70px;
}
#side-nav .nav-item {
	margin-left: 20px;
	font-size: 20px;
}
#side-nav .nav-item::after {
	content: "";
}
@media (max-width: 768px) {
	#sidemenu {
			display: block;
	}
}
#top {
	background: url(../images/top-section-bg.jpg);
	background-position-x: center;
	background-position-y: 100%;
	padding: 60px 0;
}
#top .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#top .subtitle,
#top .title {
	color: #f9f1e4;
	font-family: Izhitsa;
}
#top .title {
	font-size: 60px;
	text-transform: uppercase;
}
#top .title span {
	color: #febd79;
}
#top .subtitle {
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
}
#top .separator {
	margin: 30px 0;
}
#top .description {
	display: block;
	color: #f9f1e4;
	margin-bottom: 70px;
	font-weight: 300;
	line-height: 25px;
}
#top .icon-image {
	-webkit-box-shadow: 0 0 35px 0 #000;
	box-shadow: 0 0 35px 0 #000;
}
@media (max-width: 1024px) {
	#top .title {
			font-size: 45px;
	}
	#top .icon-image {
			width: 40%;
	}
}
@media (max-width: 768px) {
	#top .icon-image {
			width: 30%;
	}
}
@media (max-width: 425px) {
	#top .title {
			font-size: 32px;
	}
	#top .subtitle {
			font-size: 18px;
	}
	#top .icon-image {
			display: none;
	}
}
#workshop {
	background: url(../images/workshop-bg-second.jpg) no-repeat center/cover;
	padding: 0;
}
#workshop p {
	max-width: 710px;
}
@media (max-width: 1024px) {
	#workshop p {
			max-width: 90%;
	}
}
@media (max-width: 768px) {
	#workshop p {
			max-width: 100%;
	}
}
@media (max-width: 768px) {
	#workshop {
			padding: 60px 0;
	}
}
#gallery {
	padding: 60px 0;
	text-align: center;
}
#gallery .section-title {
	text-align: left;
}
#gallery .image-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#gallery .i-image {
	width: 20%;
	height: 280px;
    position: relative;

}

#gallery .i-image.hidden { display: none; }
.js-showMore {
    margin-left: auto;
    margin-right: auto;
}
#gallery .i-image img {
    width: 100%;
    height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.video-image::after {
    content:"";
    background-image: url('../images/icons/play-btn.svg');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - (80px/2));
    top: calc(50% - (80px/2));
}
@media (max-width: 500px) {
    .video-image::after {
    width: 40px;
    height: 40px;
    left: calc(50% - (40px/2));
    top: calc(50% - (40px/2));
    }
}
#gallery .button {
	margin-top: 40px;
}
@media (max-width: 768px) {
	#gallery .section-title {
			text-align: center;
	}
	#gallery .i-image {
			width: 70%;
	}
	#gallery .desktop-gallery .i-image {
	    width: 33%;
	    height: 120px;
	    padding: 5px;
	}
	#gallery .card:last-child {
			width: 100%;
	}
}

@media (max-width: 375px) {
	#gallery .i-image {
			width: 60%;
	}
}
#advantages {
	background: url(../images/advantages-bg.jpg) no-repeat center/cover;
	padding: 48px 0;
}
#advantages .cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#advantages .card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #f9f1e4;
	font-size: 14px;
	line-height: 25px;
	width: 30%;
	max-height: 85px;
	margin: 14px 0;
	border-right: 1px solid #5e564a;
	border-top: 1px solid #5e564a;
	border-bottom: 1px solid #5e564a;
}
#advantages .card strong {
	color: #fff;
}
#advantages .card-text {
	margin: 0;
	padding: 25px 0;
}
#advantages .card-icon {
	position: relative;
	top: 50%;
	left: -20px;
}
.card-image-wrapper::after,
.card-image-wrapper::before {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	background: #5e564a;
}
.card-image-wrapper::after {
	bottom: 0;
}
.card-image-wrapper::before {
	top: 0;
}
@media (max-width: 768px) {
	#advantages .card {
			width: 45%;
	}
	#advantages .card:last-child {
			width: 100%;
	}
}
@media (max-width: 425px) {
	#advantages .card {
			width: 90%;
			padding-right: 10px;
			margin-left: auto;
			margin-right: auto;
	}
	#advantages .card:last-child {
			width: 90%;
	}
}
@media (max-width: 375px) {
	#advantages .card {
			width: 85%;
	}
	#advantages .card:last-child {
			width: 85%;
	}
}
#icons {
	padding: 155px 0;
}
.i-cards {
    width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.i-card {
	height: 400px;
	width: 23%;
	margin-bottom: 40px;
	text-align: center;
	margin-right: 22px;
}
.i-card a {
	text-decoration: none;
	color: #000;
}
.i-card .separator {
	width: 25%;
	margin: 15px 0 5px 0;
}
.i-card:hover {
	-webkit-box-shadow: 2px 13px 35px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 2px 13px 35px 0 rgba(0, 0, 0, 0.13);
}
.i-card:hover .i-image-wrapper {
	border: none;
}
.i-title {
	font-weight: 600;
}
.i-image-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 310px;
	border: 1px solid #d3d3d3;
}

.i-image {
	width: 100%;
	padding: 10px;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1024px) {
	.i-card {
			width: 30%;
	}
	.i-card:nth-child(7) {
			margin-left: auto;
			margin-right: 20px;
	}
	.i-card:nth-child(8) {
			margin-left: 20px;
			margin-right: auto;
	}
}
@media (max-width: 425px) {
	#icons {
			padding: 60px 0;
	}
	.i-card {
			width: 100%;
			margin-right: 0;
			border: none;
			height: 500px;
	}
	.i-image-wrapper {
	    height: 400px;
	    border:none;
	}
	.i-image-wrapper img {
	        object-fit: contain;
	}
	.i-card:nth-child(7) {
			margin-right: auto;
	}
	.i-card:nth-child(8) {
			margin-left: auto;
	}
}
@media (max-width: 375px) {
	.i-card {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
	}
}
#workers {
	padding-bottom: 30px;
}
#workers a {
	text-decoration: none;
}
.worker-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 670px;
	padding: 15px;
	margin: 20px 0 65px 0;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.123);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.123);
}
.worker-card .biography {
	margin-left: 20px;
}
.worker-card .name {
	margin-bottom: 30px;
	font-size: 24px;
	color: #000;
}
.worker-card .description {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	margin: 0;
}
@media (max-width: 1024px) {
	.worker-card {
			width: 80%;
	}
}
@media (max-width: 425px) {
	.worker-card {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			text-align: center;
			width: 90%;
			margin: 0;
	}
	.name {
			margin-top: 15px;
	}
}
#order-icon {
	background: #fbfbfb;
	padding: 60px 0;
}
#order-icon .container {
	position: relative;
}
#order-icon .title {
	font-family: Izhitsa;
}
#order-icon .description {
	margin-bottom: 60px;
}
#order-icon p {
	max-width: 570px;
}
@media (max-width: 1024px) {
	#order-icon .wrapper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			text-align: center;
	}
	#order-icon p {
			margin: 0 auto 40px auto;
	}
	#order-icon .form {
			width: 80%;
	}
	#order-icon .form-move {
			position: static;
	}
}
#choose {
	padding: 145px 0;
}
#choose .content {
	position: relative;
}
#choose p {
	max-width: 630px;
}
@media (max-width: 1024px) {
	#choose p {
			max-width: 55%;
	}
}
@media (max-width: 768px) {
	#choose p {
			max-width: unset;
	}
}
@media (max-width: 425px) {
	#choose {
			padding: 70px 0;
	}
}
#technology {
	background: url(../images/technology-bg.jpg) no-repeat center/cover;
	padding: 100px 0;
}
.technology-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px;
}
.technology-card .photo {
	-webkit-box-shadow: -15px 15px 0 0 #f5e8dc;
	box-shadow: -15px 15px 0 0 #f5e8dc;
}
.technology-card .text {
	margin-left: 70px;
}
.technology-card .title {
	color: #000;
	margin-bottom: 30px;
	font-size: 18px;
}
.technology-card .description {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	max-width: 680px;
	margin: 0;
}
.technology-card .title-link {
	text-decoration: none;
}
.technology-card .title-link:hover {
	text-decoration: underline;
}
.technology-card .more-info {
	display: block;
	margin-top: 25px;
	text-align: right;
	color: #000;
	text-decoration: none;
}
.technology-card .more-info::after {
	content: "\203A\203A\203A";
	font-size: 18px;
	margin-left: 5px;
}
.technology-card .more-info:hover {
	text-decoration: underline;
}
@media (max-width: 1280px) {
	.technology-card {
			width: 80%;
	}
}
@media (max-width: 768px) {
	.technology-card {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			text-align: center;
	}
	.technology-card .photo {
			margin-bottom: 35px;
	}
	.technology-card .text {
			margin: 0;
	}
}
@media (max-width: 425px) {
	#technology {
			padding: 50px 0;
	}
	.technology-card .photo {
			min-width: 335px;
			-webkit-box-shadow: 2px 13px 35px 0 rgba(0, 0, 0, 0.096);
			box-shadow: 2px 13px 35px 0 rgba(0, 0, 0, 0.096);
	}
}
#request {
	background: url(../images/request-bg.jpg) no-repeat center/cover;
	padding: 90px 0 50px 0;
}
#request .container {
	position: relative;
}
#request .title,
#request p {
	color: #fff;
}
#request p {
	margin-top: 50px;
}
#request .form-move {
	bottom: -75px;
}
#request .button-wrapper {
	margin-top: 30px;
}
@media (max-width: 768px) {
	#request {
			padding-bottom: 100px;
	}
	#request .wrapper {
			text-align: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
	}
	#request .form-move {
			bottom: -310px;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	}
}
#worth {
	background: url(../images/worth-bg.jpg) no-repeat right;
	margin-top: 120px;
	padding-bottom: 15px;
}
#worth .background {
	bottom: 45px;
}
@media (max-width: 768px) {
	#worth {
			margin-top: 290px;
	}
}
#articles {
	background: #fbfbfb;
	padding: 80px 0 35px 0;
}
#articles .wrapper {
	margin-top: 50px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 32%;
	margin-right: 15px;
	margin-bottom: 45px;
}
.article img {
	width: 100%;
}
.article .data {
	font-family: Montserrat;
	margin-top: 15px;
}
.article .data::before {
	content: url(../images/icons/article-dot.png);
	margin-right: 10px;
}
.article .title {
	font: 700 18px Montserrat;
	color: #000;
	text-transform: none;
	margin-top: 15px;
}
.article .description {
	font: 13px/17px Montserrat;
	margin-top: 10px;
	width: 100%;
	color: #000;
}
.article .more-link {
	font: 14px Izhitsa;
	color: #febd79;
	text-decoration: none;
	text-transform: uppercase;
}
.article .more-link::after {
	background: #febd79;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
}
.article .more-link:hover::after {
	display: none;
}
@media (max-width: 1024px) {
	.article {
			padding: 10px;
			width: 30%;
	}
}
@media (max-width: 768px) {
	.article {
			margin-left: auto;
			margin-right: auto;
			width: 90%;
	}
	.article img {
			margin: 0 auto;
	}
	.article .description {
			font-size: 17px;
	}
}
@media (max-width: 425px) {
	#articles {
			padding: 40px 0;
	}
	.article {
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			max-width: 90%;
	}
	.article:not(:last-child) {
			margin-bottom: 50px;
	}
}
@media (max-width: 375px) {
	.article .title {
			font-size: 16px;
	}
	.article .description {
			font-size: 10px;
	}
}
#questions {
	padding: 70px 0;
}
#questions form {
	min-width: 620px;
	padding: 44px 30px;
}
#questions form .input {
	width: 265px;
}
#questions .description {
	color: #000;
}
#questions a {
	text-decoration: none;
	color: #febd79;
}
#questions p {
	margin-top: 50px;
}
#questions .form-move {
	bottom: -75px;
}
#questions .button-wrapper {
	margin-top: 30px;
}
@media (max-width: 1024px) {
	#questions .wrapper {
			text-align: center;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
	}
}
@media (max-width: 425px) {
	#questions {
			padding: 35px 0;
	}
	#questions form {
			padding: 20px 10px;
			min-width: 0;
	}
}
@media (max-width: 320px) {
	#questions form {
			max-width: 280px;
	}
	#questions form .input {
			width: 100%;
	}
}
footer {
	background: url(../images/footer-bg.jpg) no-repeat center/cover;
	padding: 60px 0;
}
footer .wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
footer a:hover {
	text-decoration: none;
}
.info {
	max-width: 340px;
	font-size: 13px;
	color: #f7f7f7;
	line-height: 21px;
}
.footer-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footer-column .title {
	font: 500 15px Montserrat;
	text-transform: uppercase;
	color: #f7f7f7;
	margin-bottom: 20px;
}
.footer-column ul {
	list-style: none;
}
.footer-column li {
	margin-bottom: 10px;
}
.footer-column li a {
	color: #f7f7f7;
	font-size: 13px;
}
.footer-column .phone-number {
	color: #fff;
}
.footer-column:not(:first-child) {
	margin-left: 100px;
}
.politics {
	margin-top: 85px;
	color: #febd79;
}
@media (max-width: 1024px) {
	#footer .wrapper {
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.footer-column:not(:first-child) {
			margin-left: 0;
	}
}
@media (max-width: 768px) {
	#footer .wrapper {
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-justify-content: space-around;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			width: 100%;
			text-align: center;
	}
	#footer .footer-column {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
	}
	#footer .footer-column:nth-child(1) {
			width: 100%;
			margin-bottom: 50px;
	}
	#footer .footer-column:nth-child(2) .footer-column:nth-child(3) {
			width: 45%;
	}
	#footer .footer-column:nth-child(4) {
			width: 100%;
	}
	#footer .politics {
			margin-top: 20px;
	}
	#footer .callback {
			margin-top: 30px;
	}
}
@media (max-width: 425px) {
	#footer .footer-column:nth-child(2),
	#footer .footer-column:nth-child(3) {
			display: none;
	}
}
#callback-modal .form {
	padding-top: 60px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#callback-modal .form .button-wrapper {
	margin-top: 30px;
}
#gallery-modal .close-modal {
	color: #fff;
}


.modal_div {



	position: fixed;
	top: 45%;
	left: calc(50% - (400px/2));
    width: 400px;
	display: none;
	opacity: 0;
	z-index: 5;
     box-sizing: border-box;
}

.modal_div .form-move {
    position: relative;
    right: 0;
    bottom: 0;
}

.modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('../images/delete.svg');
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: -30px;
	right: -30px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay {
	z-index:4;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}

#modal_calc {
    
    height: 462px;
    top: 20%;
}

#modal_recall {
    
    top: 40%;
}


@media (max-width: 500px) {
.modal_div {
    width: 100%;
    left: 0;
}

.modal_close {
    top: -38px;
    right: 8px;
}
}

.msg-helper__wa {
    background-color: #40c351;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    position: fixed;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    bottom: 20px;
    right: 20px;
    padding-left: 3px;
}

.msg-helper__wa span {
    width: 26px;
    height: 26px;
    background-image: url(../images/whatsapp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
}

.msg-helper-header {
    width: 46.5px;
    height: 46.5px;
    position: relative;
    bottom: initial;
    right: initial;
    margin-right: 26px;
    position: relative;
}

.msg-helper-header::after {
    content:"";
    width: 1px;
    height: 44.5px;
    top: calc(50% - (44.5px/2));
    background: #e1e1e1;
    position: absolute;
    right: -14px;
}

.hide {
    display: block;
}
.show {
display: none;
}
.js-gallery-swipe {
    display: none;
}
@media (max-width: 500px) {
    .hide {
      display: none;
    }
    .show {
      display: block;
    }
    .js-gallery-swipe {
        display: inline-block;
    }
}