@import url(https://fonts.googleapis.com/css?family=Roboto:300,regular);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:regular,500,600,700);

:root {
	--bg-color: #fff;
	--title-color: #000e1c;
	--font-color: #122223;
	--primary-color: #d3b298;
	--second-color: #021c33;
	--second2-color: #01223f;
	--second3-color: #03315a;
	--second4-color: #021527;
	--tertiary-color: #e5d1c1;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-color: var(--primary-color) var(--bg-color);
	scrollbar-width: thin;
}

*::-webkit-scrollbar {
	cursor: pointer;
	width: 6px;
	background: transparent;
	border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: var(--primary-color);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 3px;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scrollbar-color: var(--primary-color) var(--primary-color);
	scrollbar-width: thin;
}

*::before::-webkit-scrollbar,
*::after::-webkit-scrollbar {
	cursor: pointer;
	width: 6px;
	background: var(--bg-color);
	border-radius: 3px;
}

*::before::-webkit-scrollbar-thumb,
*::after::-webkit-scrollbar-thumb {
	cursor: pointer;
	background: transparent;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border-radius: 0px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

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

body {
	color: var(--font-color);
	line-height: 1;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background: var(--bg-color);
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

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

input,
button,
textarea {
	outline: none;
	font-family: "Roboto", sans-serif;
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background: transparent;
}

button:active,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0 !important;
}

a {
	cursor: pointer;
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

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

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

.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;
	position: relative;
}

.wrapper>* {
	min-width: 0;
}

[class*=__container] {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	padding-left: 16px;
	padding-right: 16px;
}

@media (max-width: 991.98px) {
	[class*=__container] {
		max-width: 768px;
	}
}

@media (max-width: 767.98px) {
	[class*=__container] {
		max-width: 100%;
	}
}

.dont-break-out {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

section {
	padding: 140px 0px;
	position: relative;
}

section.elementor-section {
	padding: 0;
}

@media (max-width: 1629.98px) {
	section {
		padding: 120px 0px;
	}
}

@media (max-width: 1439.98px) {
	section {
		padding: 90px 0px;
	}
}

@media (max-width: 1169.98px) {
	section {
		padding: 65px 0px;
	}
}

@media (max-width: 991.98px) {
	section {
		padding: 32px 0px;
	}
}

section._default-padding {
	padding: 140px 0px;
}

@media (max-width: 1629.98px) {
	section._default-padding {
		padding: 120px 0px;
	}
}

@media (max-width: 1439.98px) {
	section._default-padding {
		padding: 90px 0px;
	}
}

@media (max-width: 1169.98px) {
	section._default-padding {
		padding: 65px 0px;
	}
}

@media (max-width: 991.98px) {
	section._default-padding {
		padding: 32px 0px;
	}
}

section._no-padding {
	padding: 0;
}

section._no-padding-top {
	padding-top: 0px;
}

section._no-padding-bottom {
	padding-bottom: 0px;
}

section.second-bg {
	margin: 0;
	background-color: var(--second-color);
	color: var(--tertiary-color);
}

section.second-bg .section__pin-text {
	color: #fff;
}

section.second-bg .section__head h2,
section.second-bg .section__head p {
	color: var(--tertiary-color);
}

section.second-bg .rs-btn._btn-primary-border {
	color: #fff;
}

section .section__wrapper {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

section .section__pin-text {
	max-width: 164px;
	position: absolute;
	top: 0;
	left: 48px;
	color: var(--primary-color);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	/* 20.8px */
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

@media (max-width: 1629.98px) {
	section .section__pin-text {
		left: 30px;
		max-width: 100px;
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 1439.98px) {
	section .section__pin-text {
		left: 16px;
	}
}

@media (max-width: 1169.98px) {
	section .section__pin-text {
		position: relative;
		max-width: 100%;
		top: 0;
		left: 0;
		margin-bottom: 8px;
		text-align: center;
	}
}

@media (min-width: 1169.98px) {
	section .section__container {
		max-width: 1920px;
		padding-left: 280px;
		padding-right: 48px;
	}
}

@media (min-width: 1169.98px) and (max-width: 1629.98px) {
	section .section__container {
		padding-left: 170px;
	}
}

@media (min-width: 1169.98px) and (max-width: 1439.98px) {
	section .section__container {
		padding-left: 140px;
	}
}

section .section__head {
	margin-bottom: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1629.98px) {
	section .section__head {
		margin-bottom: 50px;
	}
}

@media (max-width: 1439.98px) {
	section .section__head {
		margin-bottom: 35px;
	}
}

@media (max-width: 1169.98px) {
	section .section__head {
		margin-bottom: 25px;
		-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;
	}
}

@media (max-width: 991.98px) {
	section .section__head {
		margin-bottom: 18px;
	}
}

section .section__head h2 {
	color: var(--title-color);
}

section .section__head p {
	color: var(--font-color);
}

section .section__head p:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 1439.98px) {
	section .section__head p:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media (max-width: 1169.98px) {
	section .section__head p:not(:last-child) {
		margin-bottom: 5px;
	}
}

section .section__head .rs-btn {
	margin-top: 32px;
}

@media (max-width: 1439.98px) {
	section .section__head .rs-btn {
		margin-top: 25px;
	}
}

@media (max-width: 1169.98px) {
	section .section__head .rs-btn {
		margin-top: 15px;
	}
}

section .section__head-title {
	max-width: 658px;
	width: 100%;
}

@media (max-width: 1169.98px) {
	section .section__head-title {
		max-width: 100%;
		text-align: center;
	}
}

section .section__head-text {
	margin-left: 68px;
	max-width: 634px;
}

@media (max-width: 1629.98px) {
	section .section__head-text {
		margin-left: 50px;
	}
}

@media (max-width: 1439.98px) {
	section .section__head-text {
		margin-left: 35px;
	}
}

@media (max-width: 1169.98px) {
	section .section__head-text {
		margin-left: 25px;
	}
}

@media (max-width: 1169.98px) {
	section .section__head-text {
		margin-top: 10px;
		max-width: 100%;
		margin-left: 0px;
		text-align: center;
	}
}

section .section__head-action {
	margin: auto 0px 0px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1169.98px) {
	section .section__head-action {
		margin: 15px 0px 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

section .section__head-action .rs-link {
	margin-right: 30px;
}

h1 {
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 76px;
	font-style: normal;
	font-weight: 400;
	line-height: 76px;
	/* 100% */
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 1169.98px) {
	h1 {
		font-size: 45px;
		line-height: 45px;
	}
}

@media (max-width: 991.98px) {
	h1 {
		font-size: 30px;
		line-height: 120%;
		/* 36px */
	}
}

h2 {
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	/* 48.4px */
	letter-spacing: 4.4px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	h2 {
		font-size: 35px;
	}
}

@media (max-width: 1169.98px) {
	h2 {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	h2 {
		font-size: 18px;
		letter-spacing: 1.8px;
	}
}

h3 {
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 38.4px */
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	h3 {
		font-size: 28px;
	}
}

@media (max-width: 1169.98px) {
	h3 {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	h3 {
		font-size: 18px;
		letter-spacing: 1.8px;
	}
}

h4 {
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	/* 33.8px */
	letter-spacing: 2.6px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	h4 {
		font-size: 20px;
	}
}

@media (max-width: 991.98px) {
	h4 {
		font-size: 18px;
		line-height: 120%;
		/* 21.6px */
		letter-spacing: 1.8px;
	}
}

h5 {
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	/* 28.6px */
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	h5 {
		font-size: 20px;
	}
}

@media (max-width: 991.98px) {
	h5 {
		font-size: 18px;
		line-height: 120%;
		/* 21.6px */
		letter-spacing: 1.8px;
	}
}

h6 {
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 24px */
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	h6 {
		font-size: 18px;
		line-height: 120%;
		/* 21.6px */
		letter-spacing: 1.8px;
	}
}

@media (max-width: 991.98px) {
	h6 {
		font-size: 16px;
		line-height: 120%;
		/* 21.6px */
		letter-spacing: 1.8px;
	}
}

p {
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 150% */
}

@media (max-width: 1439.98px) {
	p {
		font-size: 14px;
		line-height: 130%;
		/* 16.9px */
	}
}

@media (max-width: 991.98px) {
	p {
		font-size: 13px;
		line-height: 130%;
		/* 16.9px */
	}
}

.rs-btn {
	position: relative;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 10;
}

.rs-btn._btn-primary {
	border: 1px solid var(--primary-color);
	background: var(--primary-color);
	color: var(--title-color);
}

.rs-btn._btn-primary-border {
	border: 1px solid var(--primary-color);
	background: transparent;
	color: var(--second-color);
}

.rs-btn._btn-primary-opacity {
	border: 1px solid rgba(211, 178, 152, 0.3);
	background: rgba(211, 178, 152, 0.3);
	color: var(--second-color);
}

.rs-btn ._btn-text {
	position: relative;
	display: block;
	z-index: 50;
	-webkit-transition: 0.3s ease 0s;
	transition: 0.3s ease 0s;
	-webkit-transition-property: color;
	transition-property: color;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 153.846% */
	letter-spacing: 1.75px;
	text-transform: uppercase;
	padding: 12px 24px;
}

@media (max-width: 991.98px) {
	.rs-btn ._btn-text {
		font-size: 12px;
		padding: 18px 10px;
	}
}

@media (any-hover: hover) {
	.rs-btn:hover:hover span._btn-text {
		color: #fff;
	}
}

.rs-link {
	position: relative;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 10;
	padding: 0px 0px 2px;
	border-radius: 0px;
	background: transparent;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 150% */
	border-bottom: 1px solid var(--primary-color);
}

._btn-point {
	background-color: #b99070;
	border-radius: 50%;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

._btn-point.active {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1000px;
	height: 1000px;
}

@media (min-width: 991.98px) {
	.form__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0px -10px;
	}

	.form__row .form__line {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.3333%;
		flex: 1 1 33.3333%;
		padding: 0px 10px;
	}
}

.form__line {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

@media (max-width: 991.98px) {
	.form__line {
		margin-bottom: 10px;
	}
}

.form__line .select__title {
	background: var(--second-color);
}

.form__line .select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 16px;
	color: var(--primary-color);
}

@media (max-width: 991.98px) {
	.form__line .select__value {
		padding: 15px 10px;
	}
}

.form__error {
	margin-top: 5px;
	color: #eb1320;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.39px;
}

.form__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767.98px) {
	.form__footer {
		-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__footer .form__button {
	margin: 0;
}

@media (max-width: 767.98px) {
	.form__footer .form__button {
		min-width: 100%;
		max-width: 100%;
	}
}

.form__footer .form__button .rs-btn {
	width: 100%;
}

.form__footer .form__agreement {
	margin-right: 30px;
}

@media (max-width: 1439.98px) {
	.form__footer .form__agreement {
		margin-right: 15px;
	}
}

@media (max-width: 767.98px) {
	.form__footer .form__agreement {
		margin-right: 0px;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

.form__agreement {
	color: #687684;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 16.8px */
	letter-spacing: 0.36px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 51.5%;
	flex: 1 1 51.5%;
}

@media (max-width: 1169.98px) {
	.form__agreement {
		font-size: 12px;
	}
}

.form__agreement a {
	text-decoration: underline;
	text-underline-offset: 2px;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

@media (any-hover: hover) {
	.form__agreement a:hover {
		text-decoration: none;
	}
}

.form__button {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 48.5%;
	flex: 1 1 48.5%;
}

.form__button .rs-btn {
	width: 100%;
}

.rs-input {
	outline: none;
	width: 100%;
	-webkit-transition: 0.3s ease 0s;
	transition: 0.3s ease 0s;
	-webkit-transition-property: background-color, border-color;
	transition-property: background-color, border-color;
}

.rs-input::-webkit-input-placeholder {
	color: #aebfcc;
}

.rs-input::-moz-placeholder {
	color: #aebfcc;
}

.rs-input:-ms-input-placeholder {
	color: #aebfcc;
}

.rs-input::-ms-input-placeholder {
	color: #aebfcc;
}

.rs-input::placeholder {
	color: #aebfcc;
}

.rs-input._form-error {
	border-color: #eb1320;
}

.rs-input._form-right {
	border-color: #d2e3f0;
	background-color: #e6fcf5;
}

textarea.rs-input {
	resize: vertical;
	min-height: 135px;
}

.product {
	width: 100%;
	height: 100%;
}

.second-bg .product {
	color: var(--primary-color);
}

@media (any-hover: hover) {
	.product:hover .product__img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.product__item {
	width: 100%;
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product__picture {
	position: relative;
	width: 100%;
	height: 320px;
}

body .product__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body .product__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.product__label {
	bottom: 16px;
	left: 16px;
	position: absolute;
	padding: 8px 12px;
	color: #000e1c;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: "Cormorant Garamond", Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 153.846% */
	letter-spacing: 1.75px;
	text-transform: uppercase;
	background: #fff;
}

@media (max-width: 1439.98px) {
	.product__label {
		bottom: 10px;
		left: 10px;
		font-size: 12px;
		padding: 8px 10px;
	}
}

.product__desc {
	margin-top: 20px;
	width: 100%;
}

@media (max-width: 1439.98px) {
	.product__desc {
		margin-top: 15px;
	}
}

.product__desc p {
	margin-top: 4px;
}

.product__desc ul {
	margin-top: 12px;
	margin-bottom: 16px;
}

.product__desc ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 19.6px */
}

.product__desc ul li:not(:last-child) {
	margin-bottom: 8px;
}

.product__desc ul li div {
	min-width: 32px;
	min-height: 32px;
	max-width: 32px;
	max-height: 32px;
	background-color: #f8f2ed;
	border-radius: 50%;
	padding: 6px;
	margin-right: 12px;
	border: 1px solid #f8f2ed;
}

.second-bg .product__desc ul li div {
	background-color: transparent;
	border-color: var(--primary-color);
}

.product__desc ul li div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.product__price {
	text-transform: unset;
	letter-spacing: 0px;
}

.product__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 24px;
}

@media (max-width: 991.98px) {
	.product__footer {
		-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;
		margin-top: 16px;
	}

	.product__footer .rs-btn {
		width: 100%;
		margin-top: 15px;
	}
}

.product__buttons {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1629.98px) {
	.product__buttons {
		-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;
	}
}

.product__buttons .rs-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

@media (max-width: 1629.98px) {
	.product__buttons .rs-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		width: 100%;
	}
}

.product__buttons .rs-btn:not(:last-child) {
	margin-right: 16px;
}

@media (max-width: 1629.98px) {
	.product__buttons .rs-btn:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

body .swiper-button-prev:active,
body .swiper-button-prev:focus,
body .swiper-button-next:active,
body .swiper-button-next:focus {
	outline: none !important;
}

body .swiper-button-prev::-moz-focus-inner,
body .swiper-button-next::-moz-focus-inner {
	border: 0 !important;
}

body .swiper-button-prev::after,
body .swiper-button-next::after {
	font-size: 0px;
}

body .swiper-pagination-bullet:active,
body .swiper-pagination-bullet:focus {
	outline: none !important;
}

body .swiper-pagination-bullet::-moz-focus-inner {
	border: 0 !important;
}

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

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

body .swiper-button-disabled {
	opacity: 0.5;
}

body .swiper-button-next,
body .swiper-button-prev {
	position: relative;
	overflow: hidden;
	top: 0%;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	border-radius: 0%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 12px 20px;
	width: 100%;
	height: auto;
	background-color: var(--second4-color);
	max-width: 102px;
}

@media (max-width: 1629.98px) {

	body .swiper-button-next,
	body .swiper-button-prev {
		max-width: 85px;
		padding: 10px 16px;
	}
}

@media (max-width: 1169.98px) {

	body .swiper-button-next,
	body .swiper-button-prev {
		max-width: 70px;
	}
}

@media (any-hover: hover) {

	body .swiper-button-next:hover,
	body .swiper-button-prev:hover {
		background-color: var(--second2-color);
	}
}

body .swiper-button-next::after,
body .swiper-button-prev::after {
	display: none;
}

body .swiper-button-prev,
body .swiper-rtl .swiper-button-next {
	left: 0px;
	right: 0px;
}

body .swiper-button-next,
body .swiper-rtl .swiper-button-prev {
	right: 0px;
	left: 0px;
}

body .swiper-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	color: rgba(211, 178, 152, 0.5);
	font-family: "Cormorant Garamond", Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	/* 31.2px */
	letter-spacing: 2.6px;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		font-size: 20px;
	}
}

@media (max-width: 991.98px) {

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		font-size: 18px;
		line-height: 120%;
		/* 21.6px */
		letter-spacing: 1.8px;
	}
}

body .swiper-pagination {
	position: relative;
	text-align: left;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

@media (max-width: 767.98px) {
	body .swiper-pagination {
		text-align: center;
		margin-bottom: 20px;
	}
}

body .swiper-pagination .swiper-pagination-current {
	width: 30px;
	display: inline-block;
}

.rs-breadcrumbs {
	position: relative;
	margin-bottom: 32px;
}

@media (max-width: 1439.98px) {
	.rs-breadcrumbs {
		margin-bottom: 24px;
	}
}

@media (max-width: 1169.98px) {
	.rs-breadcrumbs {
		margin-bottom: 16px;
	}
}

.rs-breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1169.98px) {
	.rs-breadcrumbs__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.rs-breadcrumbs__item {
	color: rgba(0, 23, 47, 0.6);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 161.538% */
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

@media (max-width: 1439.98px) {
	.rs-breadcrumbs__item {
		font-size: 12px;
	}
}

@media (any-hover: hover) {
	.rs-breadcrumbs__item:hover {
		color: #00172f;
	}
}

.rs-breadcrumbs__item span {
	display: inline-block;
}

.rs-breadcrumbs__item>span {
	color: #00172f;
}

.rs-breadcrumbs__link:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--primary-color);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 10px 2.5px;
}

[data-reveal-anim] {
	position: relative;
	overflow: hidden;
}

[data-reveal-anim] img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

[data-reveal-anim] * {
	opacity: 0;
	-webkit-transition: all 0s ease 0.8s;
	transition: all 0s ease 0.8s;
}

[data-reveal-anim].aos-animate * {
	opacity: 1;
}

[data-reveal-anim]::after,
[data-reveal-anim]::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-reveal-anim]::before {
	background-color: rgb(255, 255, 255);
	z-index: 1;
	-webkit-transform: translateX(-1000%);
	-ms-transform: translateX(-1000%);
	transform: translateX(-1000%);
}

[data-reveal-anim]::after {
	background-color: rgb(255, 255, 255);
	z-index: 2;
	-webkit-transform: translateX(-1000%);
	-ms-transform: translateX(-1000%);
	transform: translateX(-1000%);
}

[data-reveal-anim][data-reveal-anim-up].aos-animate::before {
	-webkit-animation: animationPictureUp 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
	animation: animationPictureUp 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-up].aos-animate::after {
	-webkit-animation: animationPictureUp 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
	animation: animationPictureUp 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-reveal-anim][data-reveal-anim-down].aos-animate::before {
	-webkit-animation: animationPictureDown 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
	animation: animationPictureDown 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-down].aos-animate::after {
	-webkit-animation: animationPictureDown 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
	animation: animationPictureDown 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-reveal-anim][data-reveal-anim-right].aos-animate::before {
	-webkit-animation: animationPictureRight 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
	animation: animationPictureRight 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-right].aos-animate::after {
	-webkit-animation: animationPictureRight 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
	animation: animationPictureRight 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

[data-reveal-anim][data-reveal-anim-left].aos-animate::before {
	-webkit-animation: animationPictureLeft 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
	animation: animationPictureLeft 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

[data-reveal-anim][data-reveal-anim-left].aos-animate::after {
	-webkit-animation: animationPictureLeft 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
	animation: animationPictureLeft 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

@-webkit-keyframes animationPictureLeft {
	0% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}
}

@keyframes animationPictureLeft {
	0% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}
}

@-webkit-keyframes animationPictureUp {
	0% {
		-webkit-transform: translateY(-101%);
		transform: translateY(-101%);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(101%);
		transform: translateY(101%);
	}
}

@keyframes animationPictureUp {
	0% {
		-webkit-transform: translateY(-101%);
		transform: translateY(-101%);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(101%);
		transform: translateY(101%);
	}
}

@-webkit-keyframes animationPictureRight {
	0% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}
}

@keyframes animationPictureRight {
	0% {
		-webkit-transform: translateX(101%);
		transform: translateX(101%);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-101%);
		transform: translateX(-101%);
	}
}

@-webkit-keyframes animationPictureDown {
	0% {
		-webkit-transform: translateY(101%);
		transform: translateY(101%);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-101%);
		transform: translateY(-101%);
	}
}

@keyframes animationPictureDown {
	0% {
		-webkit-transform: translateY(101%);
		transform: translateY(101%);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-101%);
		transform: translateY(-101%);
	}
}

[data-zoom-anim] {
	position: relative;
	overflow: hidden;
}

[data-zoom-anim] img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

[data-zoom-anim].aos-animate img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/**/

.elementor-element-edit-mode [data-aos] {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

body .elementor-element-edit-mode {
	--bg-color: #fff;
	--title-color: #000e1c;
	--font-color: #122223;
	--primary-color: #d3b298;
	--second-color: #021c33;
	--second2-color: #01223f;
	--second3-color: #03315a;
	--second4-color: #021527;
	--tertiary-color: #e5d1c1;
}

body .elementor-element-edit-mode .tabs__body:nth-child(n+2) {
	display: none;
}

body .elementor-element-edit-mode .rs-btn:hover {
	background: #b99070;
}

body .elementor-element-edit-mode .rs-gallery__slide {
	margin-right: 24px;
}

body .elementor-element-edit-mode .rs-steps__slide.swiper-slide {
	width: calc(100%/4 - 32px);
	margin-right: 32px;
}

@media(max-width:991px) {
	body .elementor-element-edit-mode .rs-steps__slide.swiper-slide {
		width: 230px;
		margin-right: 24px;
	}
}

@media(max-width:767px) {
	body .elementor-element-edit-mode .rs-steps__slide.swiper-slide {
		width: calc(100%/2 - 10px);
		margin-right: 20px;
	}
}

@media(max-width:539px) {
	body .elementor-element-edit-mode .rs-steps__slide.swiper-slide {
		width: calc(100% - 85px);
		margin-right: 15px;
	}
}

body .elementor-element-edit-mode #map {
	background: #f2f2f2;
	position: relative;
}

body .elementor-element-edit-mode #map:before {
	color: #fff;
	font-size: 60px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	content: 'Карта';
	text-transform: uppercase;
}

body .elementor-element-edit-mode .rs-product-slider__slide {
	width: calc((100% - 80px * 2) /3);
	margin-right: 80px;
}

@media(max-width:1629px) {
	body .elementor-element-edit-mode .rs-product-slider__slide {
		width: calc((100% - 30px * 2) /3);
		margin-right: 30px;
	}
}

@media(max-width:1439px) {
	body .elementor-element-edit-mode .rs-product-slider__slide {
		width: calc((100% - 30px) /2);
		margin-right: 30px;
	}
}

@media(max-width:991px) {
	body .elementor-element-edit-mode .rs-product-slider__slide {
		width: 484px;
		max-width: calc(100% - 247px);
		margin-right: 20px;
	}
}

@media(max-width:539px) {
	body .elementor-element-edit-mode .rs-product-slider__slide {
		width: 100%;
		max-width: 100%;
		margin-right: 20px;
	}
}

.product.product-epmpty {
	height: 100px;
}

.product.product-epmpty p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

body .fancybox-image {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	user-select: none;
	position: static;
}

.text-center {
	text-align: center;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.rs-modal .modal-body ul {
	margin-top: 10px;
}

.rs-modal .modal-body ul li {
	position: relative;
	padding-left: 32px;
	color: var(--font-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 10px;
}

@media (max-width: 1439.98px) {
	.rs-modal .modal-body ul li {
		padding-left: 20px;
	}
}

.rs-modal .modal-body ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--primary-color);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media (max-width: 1439.98px) {
	.rs-modal .modal-body ul li::before {
		left: 5px;
		top: 5px;
	}
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.rs-17 .rs-modal .modal {
	padding-top: 60px;
}

.rs-17 .rs-modal .modal .close {
	font-size: 35px;
	font-weight: 300;
	margin-right: -10px;
	margin-top: -20px;
}

.rs-17 .rs-modal .modal-content {
	background-color: #ffffff;
}

.rs-17 .rs-modal .modal-dialog {
	max-width: 420px;
	margin: 0 auto;
}

.rs-17 .rs-modal #agreement .modal-dialog {
	max-width: 100%;
	width: 768px;
	margin: 0 auto;
}

.rs-17 .rs-modal .modal-header {
	border-bottom: 0;
	padding: 30px 30px 0;
}

.rs-17 .rs-modal .modal-header h3 {
	margin-bottom: 20px;
}

.rs-17 .rs-modal .modal-header p {
	color: #bdbdbd;
	margin-bottom: 0;
}

.rs-17 .rs-modal .modal-body {
	padding: 20px 30px 30px;
}

.rs-17 .rs-modal .modal-title {
	color: #424242;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}

.rs-17 .rs-modal .modal .btn-default {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #616161;
	border-color: #9e9e9e;
	font-weight: 700;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.rs-17 .rs-modal .modal .form-order input,
.rs-17 .rs-modal .modal .form-order textarea {
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding-left: 14px;
	background-color: #fff;
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	color: #bdbdbd;
	outline: none;
	margin-bottom: 13px;
}

.rs-17 .rs-modal .modal .form-order .checkbox {
	margin-top: 0;
}

.rs-17 .rs-modal .modal .form-order input[type="checkbox"] {
	width: auto;
	max-width: none;
	height: auto;
}

.rs-17 .rs-modal .modal .checkbox-label {
	font-size: 12px;
	color: #616161;
	border-bottom: 1px dashed #cfcfcf;
}

.rs-17 .rs-modal .modal .checkbox label {
	font-size: 12px;
	color: #616161;
	padding-left: 0;
}

.rs-17 .rs-modal .modal .checkbox-label:hover,
.rs-17 .rs-modal .modal .checkbox-label:focus {
	border-bottom: none;
	text-decoration: none;
}

.rs-17 .rs-modal .modal .form-order input:focus,
.rs-17 .rs-modal .modal .form-order textarea:focus {
	border-color: #4ec67f;
}

.rs-17 .rs-modal .modal .form-order textarea {
	height: 90px;
}

.form-order input::-webkit-input-placeholder,
.form-order textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-order input::-moz-placeholder,
.form-order textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-order input:-moz-placeholder,
.form-order textarea:-moz-placeholder {
	color: #bdbdbd;
}

.form-order input:-ms-input-placeholder,
.form-order textarea:-ms-input-placeholder {
	color: #bdbdbd;
}

.rs-17 .rs-modal .modal input.error {
	margin-bottom: 0;
}

.rs-17 .rs-modal .modal input.error,
.rs-17 .rs-modal .modal input.error:focus {
	border-color: #d80000;
}

.rs-17 .rs-modal .modal label.error {
	color: #d80000;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 17px;
}

.rs-17 .rs-modal #video-block-full .modal-dialog {
	max-width: 900px;
	width: 100%;
}

.rs-17 .rs-modal #video-block-full .modal-content {
	max-width: 900px;
	box-shadow: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
}

.rs-17 .rs-modal #video-block-full .modal-header {
	padding: 0;
}

.rs-17 .rs-modal #video-block-full .modal-body {
	padding: 0;
}

.rs-17 .rs-modal #video-block-full .close {
	color: #fff;
	margin-right: 0;
	opacity: 1;
}

[type="submit"] span.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px;
}

body .wpcf7 form .wpcf7-response-output {
	margin: 2em 0 0;
	padding: 0;
	border: none;
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	color: #f44336;
	text-align: center;
}

.rs-17 .rs-modal .modal form input,
.rs-17 .rs-modal .modal form textarea {
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding-left: 14px;
	background-color: #fff;
	border: 1px solid #9e9e9e;
	border-radius: 4px;
	color: #bdbdbd;
	outline: none;
	margin-bottom: 13px;
}

.rs-17 .rs-modal .modal .checkbox label {
	line-height: 1.5em;
	display: block;
	margin-bottom: 1.5em;
}

body .wpcf7 .wpcf7-response-output {
	color: #f44336 !important;
}

body .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	color: #46b450 !important;
}

body .wpcf7-not-valid {
	color: #f44336 !important;
	border-color: #f44336 !important;
}

body .wpcf7-not-valid-tip {
	display: block;
	line-height: 1em;
	font-size: 12px;
	color: #f44336;
	bottom: 1rem;
	white-space: nowrap;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: -5px;
	margin-bottom: 13px;
}