/* TEMPLATE STYLE START */

@font-face {
	font-family: "MullerLight";
	src: url("./../assets/fonts/MullerLight/MullerLight.eot");
	src: url("./../assets/fonts/MullerLight/MullerLight.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/MullerLight/MullerLight.woff") format("woff"), url("./../assets/fonts/MullerLight/MullerLight.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MullerRegular";
	src: url("./../assets/fonts/MullerRegular/MullerRegular.eot");
	src: url("./../assets/fonts/MullerRegular/MullerRegular.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/MullerRegular/MullerRegular.woff") format("woff"), url("./../assets/fonts/MullerRegular/MullerRegular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MullerMedium";
	src: url("./../assets/fonts/MullerMedium/MullerMedium.eot");
	src: url("./../assets/fonts/MullerMedium/MullerMedium.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/MullerMedium/MullerMedium.woff") format("woff"), url("./../assets/fonts/MullerMedium/MullerMedium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MullerBold";
	src: url("./../assets/fonts/MullerBold/MullerBold.eot");
	src: url("./../assets/fonts/MullerBold/MullerBold.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/MullerBold/MullerBold.woff") format("woff"), url("./../assets/fonts/MullerBold/MullerBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "GothamProBold";
	src: url("./../assets/fonts/GothamProBold/GothamProBold.eot");
	src: url("./../assets/fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("./../assets/fonts/GothamProBold/GothamProBold.woff") format("woff"), url("./../assets/fonts/GothamProBold/GothamProBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.overflow-h {
	overflow: hidden;
}

.hidden {
	display: none !important;
}

html {
	width: 100%;
}

input[type=text], [type=reset], [type=submit], button, html [type=button] {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 2.143;
	color: rgb(182, 45, 16);
	border: 2px solid rgb(182, 45, 16);
	font-family: "MullerMedium";
	background-color: transparent;
	border-radius: 27.5px;
	cursor: pointer;
	transition: all 0.2s linear;
	outline: none;
	background-color: #ffffff;
}

.button:hover {
	color: #ffffff;
	background-color: rgb(182, 45, 16);
}

.image-full {
	width: 100%;
}

.image-full>img {
	width: 100%;
	height: auto;
}

.image-50 {
	display: block;
	width: calc(50% - 13px);
	margin-right: 26px;
	margin-bottom: 48px;
}

.image-50--last {
	margin-right: 0px;
}

.image-50>img {
	width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.video-container .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.form-field {
	position: relative;
}

.form-field>input, .form-field>textarea {
	width: 100%;
	height: 100%;
	border: 2px solid rgb(196, 196, 196);
	padding-left: 34px;
	outline: none;
	font-size: 18px;
	color: #b62d10;
	line-height: 3.111;
	font-family: "MullerRegular";
}

@media (max-width: 1199px) {
	.form-field>input, .form-field>textarea {
		padding-left: 17px;
	}
}

.form-field>input::placeholder, .form-field>textarea::placeholder {
	color: rgba(0, 0, 0, 0.702);
}

.form-field>.form-field__placeholder {
	font-family: "MullerRegular";
	display: none;
	height: 100%;
	pointer-events: none;
	align-items: center;
	padding-left: 37px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.702);
	padding-left: 34px;
	cursor: text;
	user-select: none;
}

@media (max-width: 1199px) {
	.form-field>.form-field__placeholder {
		padding-left: 17px;
	}
}

.form-field>.form-field__placeholder .form-field__placeholderRequired {
	color: #ea5251;
}

.form-field>input:invalid+.form-field__placeholder {
	display: flex;
}

.form-field>input:focus, .form-field>textarea:focus {
	border: 2px solid rgb(182, 45, 16);
}

.form-field.error>input, .form-field.error>textarea {
	border: 2px solid rgb(234, 82, 81);
}

.form-field>textarea {
	border-radius: 6px;
}

.form-field>input {
	border-radius: 22.5px;
}

.z-index-negative {
	z-index: -1;
}

@media (max-width: 767px) {
	html {
		width: 100%;
	}
}

body {
	width: 100%;
	font-family: "MullerRegular";
	overflow-x: hidden;
}

button {
	outline: none !important;
}

.header__topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 2px;
	padding-bottom: 2px;
}

.header__logoIcon {
	width: 243px;
	height: 68px;
	pointer-events: none;
}

@media (max-width: 767px) {
	.header__logoIcon {
		width: 118px;
		height: 33px;
	}
}

@media (max-width: 991px) {
	.header__topbar {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.header__center {
	position: relative;
}

.header.fixed {
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	width: 100vw;
	z-index: 99;
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(white));
	background-image: -o-linear-gradient(right, #f4f4f4 0%, white 100%);
	background-image: linear-gradient(-90deg, #f4f4f4 0%, white 100%);
}

.header.fixed .header__secondMenuCollapse--open {
	position: relative;

}

.header.fixed .header__mainMenu {
	display: none;

}

.header__center::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 100vw;
	right: -webkit-calc(((100% - 100vw) / 2) + 9px);
	right: calc(((100% - 100vw) / 2) + 9px);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(white));
	background-image: -o-linear-gradient(top, #f4f4f4 0%, white 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 0%, white 100%);
	z-index: -2;
	top: 0;
}

@media (max-width: 767px) {
	.header__center::after {
		content: none;
	}
}

.header__search {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 31px;
	margin-right: 43px;
}

@media (max-width: 1199px) {
	.header__search {
		margin-right: 20px;
	}
}

@media (max-width: 767px) {
	.header__search {
		margin-right: 0px;
		margin-bottom: 25px;
	}
}

.header__searchInput {
	border-style: solid;
	border-width: 1px;
	border-color: #9a9a9a;
	border-radius: 5px;
	width: 220px;
	padding-left: 4px;
	padding-right: 42px;
	color: #b62d10;
	font-size: 13px;
	outline: none;
	line-height: 1.538;
	height: inherit;
	margin-right: 10px;
}

@media (max-width: 1199px) {
	.header__searchInput {
		width: 209px;
	}
}

@media (max-width: 767px) {
	.header__searchInput {
		width: 100%;
	}
}

.header__searchInput:focus {
	border-color: #b62d10;
	color: #b62d10;
}

.header__searchInput:focus+.header__searchIcon {
	-webkit-filter: invert(19%) sepia(65%) saturate(2711%) hue-rotate(353deg) brightness(102%) contrast(97%);
	filter: invert(19%) sepia(65%) saturate(2711%) hue-rotate(353deg) brightness(102%) contrast(97%);
}

.header__searchIcon {
	margin: auto;
	width: 18px;
	height: 17px;
	cursor: pointer;
}

.header__searchIcon svg {
	cursor: pointer;
}

@media (max-width: 767px) {
	.header__searchIcon {
		top: 6px;
		bottom: auto;
	}
}

.header__searchIcon-btn {
	background-color: transparent;
    border: 0;
    position: absolute;
	right: 11px;
    top: 0px;
    cursor: pointer;
}



.header__mail {
	margin-right: 39px;
}

@media (max-width: 1199px) {
	.header__mail {
		margin-right: 20px;
	}
}

.header__mailIcon {
	margin-right: 7px;
	width: 12px;
	height: 9px;
}

.header__mailLink {
	font-size: 12px;
	color: rgba(80, 80, 80, 0.8);
	line-height: 2.5;
}

.header__mailLink:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.header__mailLink {
		font-size: 24px;
		margin: auto;
	}
}

.header__subscribe {

	font-size: 12px;
	color: rgba(80, 80, 80, 0.8);
	line-height: 2.5;
	margin-right: 37px;
}
.header__subscribe:hover {
	text-decoration: none;
}

@media (max-width: 1199px) {
	.header__subscribe {
		margin-right: 20px;
	}
}

.header__subscribeIcon {
	pointer-events: none;
	margin-right: 7px;
	width: 13px;
	height: 31px;
}

.header__social {
	text-align: center;
	margin-right: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199px) {
	.header__social {
		margin-right: 20px;
	}
}

.header__social a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0.5;
}

.header__social a:not(:last-child) {
	margin-right: 11px;
}

.header__social a:hover {
	opacity: 1;
}

.header__social .socialIcon {
	pointer-events: none;
	cursor: pointer;
}

.header__social .socialIcon--vk {
	width: 18px;
	height: 31px;
}

.header__social .socialIcon--youtube {
	width: 19px;
	height: 31px;
}

.header__social .socialIcon--rutube {
	width: 17px;
	height: 31px;
}

.header__social .socialIcon--facebook {
	width: 15px;
	height: 31px;
}

.header__social .socialIcon--instagram {
	width: 14px;
	height: 31px;
}

.header__social .socialIcon--telegram {
	width: 16px;
	height: 31px;
}

.header__social .socialIcon--max {
	width: 16px;
	height: 31px;
}

.header__social .socialIcon--yandex {
	width: 15px;
	height: 31px;
}

.header__phone {
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.header__phone {
		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;
		margin-bottom: 30px;
	}
}

.header__phone a {
	font-size: 17px;
	color: #505050;
	line-height: 1.667;
}

.header__phone a:last-child {
	margin-left: 3px;
}

@media (max-width: 1199px) {
	.header__phone a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.header__phone a {
		font-size: 26px;
		line-height: 16px;
	}
}

.header__phone a:hover {
	text-decoration: none;
	color: #0056b3;
}

.header__main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__main::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 100vw;
	right: -webkit-calc(((100% - 100vw) / 2) + 9px);
	right: calc(((100% - 100vw) / 2) + 9px);
	background-image: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(white));
	background-image: -o-linear-gradient(right, #f4f4f4 0%, white 100%);
	background-image: linear-gradient(-90deg, #f4f4f4 0%, white 100%);
	z-index: -2;
}

.header__mainLeft {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 18px;
	padding-bottom: 18px;
}

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

.header__delimeter {
	width: 1px;
	height: -webkit-calc(100% - 16px);
	height: calc(100% - 16px);
	background-color: #888888;
	opacity: 0.2;
	margin: 11px 29px 0 29px;
}

.header__creation {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 13px;
	max-width: 236px;
	color: #777777;
	line-height: 1.385;
	-ms-flex-item-align: center;
	align-self: center;
}

.header__creation--mobile {
	max-width: unset;
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
}

.header__creationName {
	color: #c77c6d;
	font-family: "MullerMedium";
}

.header__feedBack {
	position: relative;
	padding-right: 47px;
	margin-right: 62px;
}

@media (max-width: 991px) {
	.header__feedBack {
		margin-right: 20px;
	}
}

.header__feedBackButton {
	display: flex;
	cursor: pointer;
	font-size: 14px;
	font-family: "MullerMedium";
	color: #b62d10;
	line-height: 2.143;
	border: 1px solid #b62d10;
	background-color: white;
	border-radius: 22.5px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding: 7px 22px 7px 43px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	position: relative;
	background: #f9f9f9;
	z-index: 1;
	width: 262px;
}

@media (max-width: 991px) {
	.header__feedBackButton {
		font-size: 13px;
		padding: 7px 16px 7px 41px;
		width: 240px;
	}
}

@media (max-width: 767px) {
	.header__feedBackButton {
		margin: auto;
	}
}

.header__feedBackButton--collapsePhone {
	margin-bottom: 15px;
}

.header__feedBackButton--collapseQuestion {
	margin-bottom: 34px;
}

.header__feedBackButton--mailing {
	padding: 7px 8px 7px 10px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.header__feedBackButton--mailing {
		margin: auto;
		margin-bottom: 80px;
	}
}

.header__feedBackButtonIcon {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #b62d10;
	border-radius: 100%;
	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;
	top: 0;
	left: 14px;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.header__feedBackButton:hover {
	background-color: #b62d10;
	border: 1px solid #b62d10;
	color: #ffffff;
	text-decoration: none;
	text-align: none;
}

.header__feedBackButton:hover .header__feedBackButtonIcon {
	background-color: #fff;
}

.header__feedBackButton:hover .header__feedBackIcon--phone {
	-webkit-filter: invert(22%) sepia(72%) saturate(2285%) hue-rotate(352deg) brightness(91%) contrast(99%);
	filter: invert(22%) sepia(72%) saturate(2285%) hue-rotate(352deg) brightness(91%) contrast(99%);
}

.header__feedBackButton:hover .header__feedBackIcon--question {
	-webkit-filter: invert(22%) sepia(72%) saturate(2285%) hue-rotate(352deg) brightness(91%) contrast(99%);
	filter: invert(22%) sepia(72%) saturate(2285%) hue-rotate(352deg) brightness(91%) contrast(99%);
}

.header__feedBackButton:hover .header__feedBackIcon--mailing {
	-webkit-filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
	filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.header__feedBackAction {
	pointer-events: none;
	cursor: pointer;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: rgba(182, 45, 16, 0.4);
	border-radius: 100%;
	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;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.header__feedBackAction--question {
	right: 14px;
}

.header__feedBackAction--phone {
	left: 14px;
}

.header__feedBackShadow {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 22.5px;
	border: 1px solid rgba(182, 45, 16, 0.4);
	cursor: pointer;
}

.header__feedBackIcon {
	pointer-events: none;
}

.header__feedBackIcon--phone {
	width: 10px;
	-webkit-filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
	filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.header__feedBackIcon--question {
	cursor: pointer;
	width: 6px;
	-webkit-filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
	filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.header__feedBackIcon--mailing {
	width: 13px;
	height: 9px;
	-webkit-filter: invert(22%) sepia(72%) saturate(2285%) hue-rotate(352deg) brightness(91%) contrast(99%);
	filter: invert(22%) sepia(72%) saturate(2285%) hue-rotate(352deg) brightness(91%) contrast(99%);
	margin-right: 5px;
}

.header__signIn {
	font-size: 14px;
	font-family: "MullerMedium";
	color: #b62d10;
	line-height: 2.143;
	border: 1px solid rgba(182, 45, 16, 0.4);
	background-color: transparent;
	border-radius: 22.5px;
	padding: 7px 24px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none;
}

.header__signIn:hover {
	background-color: #b62d10;
	border: 1px solid #b62d10;
	color: #ffffff;
}

@media (max-width: 991px) {
	.header__signIn {
		font-size: 13px;
		padding: 7px 16px;
	}
}

.header__signIn--collapse {
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	margin: auto;
	margin-bottom: 38px;
}

.header__secondMenu {
	padding: 0px 0 3px 0;
	position: relative;
}

@media (max-width: 767px) {
	.header__secondMenu {
		padding: 0;
	}
}

.header__secondMenu::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100vw;
	right: -webkit-calc(((100% - 100vw) / 2) + 9px);
	right: calc(((100% - 100vw) / 2) + 9px);
	background-image: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(white));
	background-image: -o-linear-gradient(right, #f4f4f4 0%, white 100%);
	background-image: linear-gradient(-90deg, #f4f4f4 0%, white 100%);
	z-index: -2;
}

@media only screen and (max-width: 767px) {
	.header__secondMenu::after {
		content: none;
	}
}

.header__secondMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.header__secondMenuItems {
		display: block;
		margin-bottom: 52px;
	}
}

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

@media only screen and (max-width: 767px) {
	.header__secondMenuItem {
		border-bottom: 1px solid #9f9f9f;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header__secondMenuItem--more {
		width: 100%;
		border-bottom: none;
	}
}

.header__secondMenuLink {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.702);
	line-height: 1.667;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__secondMenuLink:hover {
	color: #b62d10;
}

.header__secondMenuLink.selected {
	color: #b62d10;
}

.header__secondMenuLink:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.header__secondMenuLink {
		font-size: 19px;
		padding: 4px 0px 3px 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.header__secondMenuLink--more {
		display: none;
	}
}

.header__secondMenuDropdown {
	background-image: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(white));
	background-image: -o-linear-gradient(right, #f4f4f4 0%, white 100%);
	background-image: linear-gradient(-90deg, #f4f4f4 0%, white 100%);
}

@media only screen and (max-width: 767px) {
	.header__secondMenuDropdown {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
	}
}

.header__secondMenuToggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 18px;
	width: 32px;
	position: relative;
	z-index: 1505;
	margin-right: 15px;
}

.header__secondMenuCollapseMobile {
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__secondMenuCollapseMobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.header__secondMenuCollapse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-image: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(white));
		background-image: -o-linear-gradient(right, #f4f4f4 0%, white 100%);
		background-image: linear-gradient(-90deg, #f4f4f4 0%, white 100%);
		position: fixed;
		top: 0;
		-webkit-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		height: 100%;
		width: 100%;
		right: 100%;
		padding-left: 34px;
		padding-right: 37px;
		z-index: 0;
	}
}

.header__secondMenuCollapse--open {
	right: 0;
	z-index: 1500;
}

.header__mainMenu {
	position: relative;
	margin: 0;
	padding: 0;
}

.header__mainMenu::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100vw;
	right: -webkit-calc(((100% - 100vw) / 2) + 9px);
	right: calc(((100% - 100vw) / 2) + 9px);
	background: -webkit-gradient(linear, left top, left bottom, from(#bf5959), to(#911e2d));
	background: -o-linear-gradient(top, #bf5959 0%, #911e2d 100%);
	background: linear-gradient(to bottom, #bf5959 0%, #911e2d 100%);
	z-index: -2;
}

.header__mainMenuMobile {
	display: none;
	position: relative;
	height: 50px;
	width: 100%;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuMobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header__mainMenuMobileTop {
	width: 100%;
	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;
	font-size: 14px;
	color: white;
	line-height: 1.286;
	font-family: "MullerMedium";
	background: -webkit-gradient(linear, left top, left bottom, from(#bf5959), to(#911e2d));
	background: -o-linear-gradient(top, #bf5959 0%, #911e2d 100%);
	background: linear-gradient(to bottom, #bf5959 0%, #911e2d 100%);
}

.header__mainMenuMobileArrow {
	pointer-events: none;
	content: "";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 22px;
	cursor: pointer;
}

.header__mainMenuMobileArrow--open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header__mainMenuFigure {
	position: absolute;
	left: 0;
}

.header__mainMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 47px;
	-moz-column-gap: 47px;
	column-gap: 47px;
	padding: 0;
	margin: 0;
	width: 100%;
}

@media only screen and (max-width: 1399px) {
	.header__mainMenuItems {
		-webkit-column-gap: 33px;
		-moz-column-gap: 33px;
		column-gap: 33px;
	}
}

@media only screen and (max-width: 1199px) {
	.header__mainMenuItems {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.header__mainMenuItems {
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.header__mainMenuItems {
		width: auto;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		background-color: #b62d10;
		padding-top: 15px;
		z-index: 2;
	}

	.header__mainMenuItems::after {
		content: "";
		height: -webkit-calc(100% + 43px);
		height: calc(100% + 43px);
		position: absolute;
		top: 0;
		width: 200vw;
		left: -100vw;
		background: -webkit-gradient(linear, left bottom, left top, from(#911e2d), to(#cc4f4f));
		background: -o-linear-gradient(bottom, #911e2d 0%, #cc4f4f 100%);
		background: linear-gradient(to top, #911e2d 0%, #cc4f4f 100%);
		z-index: -2;
	}
}

.header__mainMenuItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* margin: 0px 3px; */
}

@media only screen and (max-width: 767px) {
	.header__mainMenuItem {
		padding: 0px 10% 0 20%;
	}
}

.header__mainMenuSubSectionWrapper {
	position: absolute;
	top: 100%;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	left: 0;
	background-color: white;
	z-index: 3;
}

.header__mainMenuSubSectionWrapper::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 200vw;
	left: -100vw;
	background-color: white;
	box-shadow: 0px 9px 90px 0px rgba(2, 74, 202, 0.1);
	z-index: -2;
}
  

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSectionWrapper {
		padding-left: 0px;
		top: 0px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		z-index: 1001;
		top: 0;
		padding: 0;
	}

	.header__mainMenuSubSectionWrapper::after {
		background: -webkit-gradient(linear, left bottom, left top, from(#911e2d), to(#cc4f4f));
		background: -o-linear-gradient(bottom, #911e2d 0%, #cc4f4f 100%);
		background: linear-gradient(to top, #911e2d 0%, #cc4f4f 100%);
		height: -webkit-calc(100% + 43px);
		height: calc(100% + 43px);
	}
}

.header__mainMenuSubSection:not(.header__mainMenuSubSection--last) {
	display: block;
    background-color: #fff;
	box-shadow: 0px 9px 90px 0px rgba(2, 74, 202, 0.1);
	width: 425px;
	margin: 0;
	padding: 50px 0;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSection {
		width: 100%;
		padding: 0px 10% 0 20%;
	}
	.header__mainMenuSubSection:not(.header__mainMenuSubSection--last) {
		width: 100%;
		padding: 0px;
		background-color: transparent;
		box-shadow: none;
	}
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSection--mobileHidden {
		display: none;
	}
}

.header__mainMenuSubSection--last {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 39px;
	position: absolute;
    left: 425px;
    top: 50px;
    height: calc(100% - 50px);
    min-width: 400px;
    padding-left: 65px;
	display: none;
}

.header__mainMenuSubSectionItem:hover .header__mainMenuSubSection--last {
	display: block;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSection--last {
		margin-bottom: 0px;
		padding: 0;
		background: transparent;
		position: initial;
		height: auto;
		min-width: initial;
		display: block;
	}
}

.header__mainMenuSubSectionBack {
	display: none;
	position: relative;
	padding-left: 20px;
	color: #fff;
	opacity: 0.6;
	cursor: pointer;
	font-size: 13px;
	margin-bottom: 13px;
}

.header__mainMenuSubSectionGoTo {
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSectionBack {
		display: block;
		margin-top: 15px;
		margin-left: 45px;
		width: 65px;
	}
	.header__mainMenuSubSectionGoTo {
		display: inline;
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 15px;
		margin-right: 45px;
		padding-right: 20px;
		font-size: 13px;
	}
	.header__mainMenuSubSectionGoTo a {
		color: #fff;
		opacity: 0.6;
		text-decoration: none;
	}
}

.header__mainMenuSubSectionBackArrow {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header__mainMenuSubSectionItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header__mainMenuSubSectionItem--lvl2 {
	padding: 0px 45px;
}

@media (max-width: 1199px) {
	.header__mainMenuSubSectionItem {

	}
}

@media (max-width: 991px) {
	.header__mainMenuSubSectionItem {

	}
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSectionItem {
		width: 100%;
	}
}

.header__mainMenuSubSectionItem--last {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSectionItem--last {
		width: 100%;
		padding: 0;
	}
}

.header__mainMenuSubSectionLink {
	font-size: 15px;
	color: black;
	line-height: 24px;
	font-family: "MullerMedium";
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
}

.header__mainMenuSubSectionLink:hover {
	color: #b62d10;
	text-decoration: underline;
}

.header__mainMenuSubSectionItem:hover > .header__mainMenuSubSectionLink:not(.header__mainMenuSubSectionLink--last)[data-lvl="2"]::after {
	content: ' ';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(170, 64, 73)' d='M10.998,22.000 L-0.003,11.000 L10.998,0.000 '/%3E%3C/svg%3E");
	width: 11px;
    height: 22px;
    right: -45px;
}

.header__mainMenuSubSectionLink--last {
	margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuSubSectionLink {
		position: relative;
		font-size: 13px;
		line-height: 135%;
		color: #fff;
		font-weight: 400;
		border-bottom: 1px solid rgba(255, 255, 255, 0.149);
		padding: 12px 15px 12px 0;
		margin-bottom: 0px;
	}

	.header__mainMenuSubSectionLink--last {
		line-height: 135%;
	}

	.header__mainMenuSubSectionLink:hover {
		color: #fff;
		text-decoration: none;
	}
}

.header__mainMenuLink {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	color: white;
	line-height: 1.333;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 19px 0 !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuLink {
		text-align: left;
		font-size: 14px !important;
		padding: 14px 15px 14px 0 !important;
		z-index: 1002;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(255, 255, 255, 0.149);
	}
}

@media only screen and (max-width: 767px) {
	.header__mainMenuLink--mobileHidden {
		display: none;
	}
}

.header__mainMenuLink:hover {
	text-decoration: none;
	color: white;
}

.header__mainMenuItem:hover .header__mainMenuLink::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	bottom: -3px;
	border-radius: 5px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(173, 41, 7, 0.25);
	z-index: 4;
} 

@media only screen and (max-width: 767px) {
	.header__mainMenuItem:hover .header__mainMenuLink::after {
		content: none;
	}
}

.header__mainMenuItem:hover .header__mainMenuLink::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 8px;
	margin: auto;
	bottom: 0px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuItem:hover .header__mainMenuLink::before {
		content: none;
	}
}

@media (max-width: 1199px) {
	.header__mainMenuLink {
		font-size: 13px;
	}
}

.header__mainMenuLinkArrow {
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuLinkArrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		pointer-events: none;
		width: 14px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

.header__mainMenuDropdown {
	background: -webkit-gradient(linear, left bottom, left top, from(#911e2d), to(#bf5959));
	background: -o-linear-gradient(bottom, #911e2d 0%, #bf5959 100%);
	background: linear-gradient(to top, #911e2d 0%, #bf5959 100%);
	border: none;
}

@media only screen and (max-width: 767px) {
	.header__mainMenuDropdown {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100% !important;
		margin: 0;
		border: none;
		border-radius: 0;
		padding: 0;
		z-index: 1001;
		background-color: transparent;
	}
}

.header__mainMenuDropdown .header__mainMenuLink:hover::after, .header__mainMenuDropdown .header__mainMenuLink:hover::before {
	content: none;
}

.header__goToSection {
	font-size: 20px;
	color: #b62d10;
	line-height: 1.65;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: none;
}

.header__goToSection>a {
	color: inherit;
	margin-top: -180px;
    font-size: 30px;
    max-width: calc(100% - 490px);
}

@media only screen and (max-width: 767px) {
	.header__goToSection {
		display: none;
	}
}

.header__arrowIcon {
	margin-left: 36px;
	width: 40px;
}

.header__toggleCheckbox {
	opacity: 0;
}

.header__toggleCheckbox:checked~.header__toggleButton>span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__toggleCheckbox:checked~.header__toggleButton>span::before {
	top: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.header__toggleCheckbox:checked~.header__toggleButton>span::after {
	top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header__toggleButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}

.header__toggleButton>span, .header__toggleButton>span::before, .header__toggleButton>span::after {
	display: block;
	position: absolute;
	width: 32px;
	height: 2px;
	background-color: #b62d10;
}

.header__toggleButton>span {
	width: 22px;
}

.header__toggleButton>span::before {
	content: "";
	top: -8px;
}

.header__toggleButton>span::after {
	content: "";
	top: 8px;
}

.header__toggleButton>span, .header__toggleButton>span::before, .header__toggleButton>span::after {
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.header__mobile {
	padding: 15px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 65px;
}

.header__mobile::after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 200vw;
	left: -100vw;
	background-image: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(white));
	background-image: -o-linear-gradient(right, #f4f4f4 0%, white 100%);
	background-image: linear-gradient(-90deg, #f4f4f4 0%, white 100%);
	z-index: 1504;
}

.header__mobileSearch {
	display: none;
}

@media only screen and (max-width: 767px) {
	.header__mobileSearch {
		z-index: 1505;
		height: 30px;
		position: relative;
		width: -webkit-calc(100% - 78px);
		width: calc(100% - 78px);
		position: absolute;
		left: 62px;
		border: 1px solid #b62d10;
		padding: 0 8px;
		border-radius: 20px;
	}

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

	.header__mobileSearchInput {
		width: calc(100% - 42px);
		border: none;
		font-size: 12px;
		color: #737272;
		/*line-height: 5.417;*/
		line-height: 2.25;
		outline: none;
		margin-left: 20px;
		background-color: transparent;
		/*padding-right: 25px;*/
	}

	.header__mobileSearchInput:active {
		outline: none;
	}

	.header__mobileSearchClose {
		cursor: pointer;
		position: absolute;
		right: 7px;
		top: 0;
		bottom: 0;
		width: 20px;
		height: 20px;
		opacity: 0.7;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header__mobileSearchClose:hover {
		opacity: 1;
	}

	.header__mobileSearchClose:before, .header__mobileSearchClose:after {
		position: absolute;
		left: 0;
		content: ' ';
		height: 11px;
		width: 1px;
		background-color: #7f7e7e;
		right: 0;
		margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header__mobileSearchClose:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header__mobileSearchClose:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header__mobileSearch form {
		width: calc(100% - 23px);
	}

	.header__mobileSearchSubmit {
		cursor: pointer;
		width: 18px;
		padding: 0;
		border: 0;
		mask-image: url("../assets/icons/iconSearch.svg");
		mask-repeat: no-repeat;
		mask-position: 0 4px;
		background-color: #9a3c38;
		color: transparent;
	}
}

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

.header__mobileCenter {
	width: 33%;
	z-index: 1505;
	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;
}

.header__mobileRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1505;
}

.header__mobileWrapIcon {
	cursor: pointer;
	width: 30px;
	height: 30px;
	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;
	border: 1px solid rgba(182, 45, 16, 0.6);
	border-radius: 50%;
}

.header__mobileWrapIcon--search {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	z-index: 1505;
}

.header__mobileWrapIcon--searchZIndexDown {
	z-index: 0;
}

.header__mobileWrapIcon--transparent-border {
	border: 1px solid transparent;
	z-index: 1505;
}

.header__mobileWrapIcon--question {
	margin-right: 15px;
}

.header__mobileIconSearch {
	width: 13px;
	-webkit-filter: invert(19%) sepia(92%) saturate(2097%) hue-rotate(354deg) brightness(97%) contrast(96%);
	filter: invert(19%) sepia(92%) saturate(2097%) hue-rotate(354deg) brightness(97%) contrast(96%);
	pointer-events: none;
}

.header__mobileIconSearch--open {
	margin-right: 17px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.header__mobileIconQuestion {
	width: 9px;
	-webkit-filter: invert(19%) sepia(92%) saturate(2097%) hue-rotate(354deg) brightness(97%) contrast(96%);
	filter: invert(19%) sepia(92%) saturate(2097%) hue-rotate(354deg) brightness(97%) contrast(96%);
}

.header__mobileIconPhone {
	width: 14px;
	-webkit-filter: invert(19%) sepia(92%) saturate(2097%) hue-rotate(354deg) brightness(97%) contrast(96%);
	filter: invert(19%) sepia(92%) saturate(2097%) hue-rotate(354deg) brightness(97%) contrast(96%);
}

@media only screen and (max-width: 767px) {
	.mobileHidden {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.desktopHidden {
		display: none;
	}
}

/* TEMPLATE STYLE END */

/* FOOTER START */

.footer {
	background: -webkit-gradient(linear, left bottom, left top, from(#911e2d), to(#bf5959));
	background: -o-linear-gradient(bottom, #911e2d 0%, #bf5959 100%);
	background: linear-gradient(to top, #911e2d 0%, #bf5959 100%);
}

.footer__mainMenu {
	width: 100%;
	background-color: transparent;
	position: relative;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.footer__mainMenu {
		margin-top: 16px;
	}
}

.footer__mainMenuItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	width: 100%;
}

@media (max-width: 991px) {
	.footer__mainMenuItems {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

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

@media (max-width: 991px) {
	.footer__mainMenuItem {
		width: -webkit-calc((100% / 4) - 36px);
		width: calc((100% / 4) - 36px);
	}
}

@media only screen and (max-width: 767px) {
	.footer__mainMenuItem {
		padding: 0px 38px 0 30px;
		width: 100%;
	}
}

.footer__mainMenuLink {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	color: white;
	line-height: 1.333;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 19px 0 !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
	width: 100%;
}

.footer__mainMenuLink:hover {
	opacity: 0.9;
}

@media only screen and (max-width: 767px) {
	.footer__mainMenuLink {
		text-align: left;
		padding: 14px 15px 14px 0 !important;
		z-index: 1002;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 1px solid rgba(255, 255, 255, 0.149);
	}
}

.footer__mainMenuLink:hover {
	text-decoration: none;
	color: white;
}

@media (max-width: 1199px) {
	.footer__mainMenuLink {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.footer__mainMenuLink {
		font-size: 18px;
		padding: 13px 0px 11px 0 !important;
	}
}

.footer__center {
	padding: 47px 0px 25px 6px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.footer__center {
		padding: 47px 0px 25px 0px;
	}
}

@media (max-width: 991px) {
	.footer__center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.footer__center {
		padding: 39px 0px 25px 0px;
	}
}

.footer__center::after {
	content: '';
	height: 1px;
	position: absolute;
	width: 100vw;
	right: -webkit-calc(((100% - 100vw) / 2) + 9px);
	right: calc(((100% - 100vw) / 2) + 9px);
	background-color: #fdfdfd;
	top: 0;
	opacity: 0.302;
}

@media (max-width: 767px) {
	.footer__center::after {
		content: unset;
	}
}

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

@media (max-width: 991px) {
	.footer__centerRight {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 991px) {
	.footer__centerLeft {
		margin-bottom: 20px;
	}
}

.footer__row--phone {
	font-size: 26px;
	font-family: "MullerLight";
	color: white;
	line-height: 1.154;
	margin-bottom: 34px;
}

@media (max-width: 1199px) {
	.footer__row--phone {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.footer__row--phone {
		font-size: 26px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.footer__row--phone {
		font-size: 25px;
		margin-bottom: 11px;
	}
}

.footer__row--mail {
	font-size: 20px;
	font-family: "MullerLight";
	color: white;
	line-height: 1.5;
	margin-bottom: 34px;
	margin-left: 34px;
}

@media (max-width: 1199px) {
	.footer__row--mail {
		font-size: 18px;
		margin-bottom: 27px;
	}
}

@media (max-width: 991px) {
	.footer__row--mail {
		font-size: 20px;
		margin-left: 0;
		margin-bottom: 15px;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.footer__row--mail {
		font-size: 25px;
		margin-bottom: 11px;
	}
}

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

@media (max-width: 991px) {
	.footer__row--buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.footer__link--phone, .footer__link--mail {
	color: inherit;
	text-decoration: none;
}

.footer__link--phone:hover, .footer__link--mail:hover {
	color: inherit;
}

@media (max-width: 767px) {
	.footer__link--phone {
		margin-bottom: 10px;
	}
}

.footer__iconWrap {
	width: 20px;
	height: 20px;
	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-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 11px;
}

@media (max-width: 1199px) {
	.footer__iconWrap {
		display: none;
	}
}

.footer__icon--mail {
	width: 19px;
	height: 14px;
}

@media (max-width: 767px) {
	.footer__icon--mail {
		display: none;
	}
}

.footer__icon--question {
	width: 6px;
	height: 10px;
	-webkit-filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(117%) contrast(100%);
	filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(117%) contrast(100%);
}

.footer__icon--callback {
	width: 10px;
	height: 10px;
	-webkit-filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(117%) contrast(100%);
	filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(117%) contrast(100%);
}

.footer__icon--mailing {
	width: 18px;
	height: 29px;
	margin-right: 10px;
	-webkit-filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(117%) contrast(100%);
	filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(117%) contrast(100%);
}

@media (max-width: 1199px) {
	.footer__icon--mailing {
		display: none;
	}
}

.footer__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 2.143;
	color: white;
	font-family: "MullerMedium";
	border: 1px solid white;
	background-color: transparent;
	border-radius: 22.5px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none;
	padding: 7px 13px 5px 15px;
}

@media (max-width: 1199px) {
	.footer__button {
		font-size: 12px;
		padding: 8px 15px;
	}
}

@media (max-width: 991px) {
	.footer__button {
		font-size: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.footer__button {
		padding: 6px 0px;
		width: 100%;
		min-width: 260px;
	}
}

.footer__button:hover {
	background-color: white;
	color: #b62d10;
}

.footer__button:hover .footer__iconWrap {
	border: 1px solid #b62d10;
}

.footer__button:hover .footer__icon {
	-webkit-filter: invert(33%) sepia(9%) saturate(3206%) hue-rotate(314deg) brightness(96%) contrast(105%);
	filter: invert(33%) sepia(9%) saturate(3206%) hue-rotate(314deg) brightness(96%) contrast(105%);
}

.footer__button--consultation {
	padding: 7px 13px 5px 8px;
	margin-right: 10px;
	font-size: 13px;
	line-height: 2.154;
}

@media (max-width: 1199px) {
	.footer__button--consultation {
		font-size: 12px;
		padding: 8px 15px;
	}
}

@media (max-width: 991px) {
	.footer__button--consultation {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.footer__button--consultation {
		padding: 6px 0px;
		width: 100%;
		min-width: 260px;
	}
}

.footer__button--callback {
	margin-right: 9px;
	padding: 7px 13px 5px 11px;
}

@media (max-width: 1199px) {
	.footer__button--callback {
		padding: 8px 15px;
	}
}

@media (max-width: 991px) {
	.footer__button--callback {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.footer__button--callback {
		padding: 6px 0px;
		width: 100%;
		min-width: 260px;
		/*margin-bottom: 30px;*/
	}
}

@media (max-width: 767px) {
	.footer__button--mailing {
		margin-bottom: 12px;
	}
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 61px;
}

@media (max-width: 991px) {
	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.footer__bottom {
		margin-bottom: 45px;
	}
}

.footer__bottomLeft {
	min-width: 422px;
}

@media (max-width: 1199px) {
	.footer__bottomLeft {
		min-width: 362px;
	}
}

@media (max-width: 1199px) {
	.footer__bottomLeft {
		min-width: unset;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.footer__bottomLeft {
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.footer__bottomLeft {
		margin-bottom: 39px;
	}
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__socialTitle {
	font-family: 'MullerLight';
	font-size: 16px;
	color: white;
	line-height: 1.875;
	margin-bottom: 15px;
}

@media (max-width: 991px) {
	.footer__socialTitle {
		text-align: center;
	}
}

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

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

.footer__socialItems a:not(:last-child) {
	margin-right: 23px;
}

@media (max-width: 767px) {
	.footer__socialItems a:not(:last-child) {
		margin-right: 17px;
	}
}

.footer__socialItems a:hover {
	opacity: 0.5;
}

.footer .socialIcon {
	pointer-events: none;
	-webkit-filter: invert(99%) sepia(89%) saturate(0%) hue-rotate(333deg) brightness(114%) contrast(200%);
	filter: invert(99%) sepia(89%) saturate(0%) hue-rotate(333deg) brightness(114%) contrast(200%);
}

.footer .socialIcon--vk {
	width: 27px;
	height: 16px;
}

.footer .socialIcon--youtube {
	width: 30px;
	height: 21px;
}

.footer .socialIcon--rutube {
	width: 25px;
	height: 21px;
}

.footer .socialIcon--facebook {
	width: 13px;
	height: 21px;
}

.footer .socialIcon--instagram {
	width: 21px;
	height: 21px;
}

.footer .socialIcon--telegram {
	width: 24px;
	height: 21px;
}

.footer .socialIcon--max {
	width: 21px;
	height: 21px;
}

.footer .socialIcon--yandex {
	width: 21px;
	height: 21px;
}

.footer__copyright {
	font-family: 'MullerLight';
	font-size: 12px;
	color: rgba(255, 255, 255, 0.502);
	line-height: 1.833;
	margin-top: 4px;
	padding-right: 12%;
}

@media (max-width: 1199px) {
	.footer__copyright {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.footer__copyright {
		padding: 0 15px;
		margin-top: 0;
		font-size: 9px;
		text-align: center;
	}
}

/* FOOTER END */

.hashtag {
	font-family: "MullerMedium";
	font-size: 16px;
	color: #aa3d5f;
}

@media (min-width: 768px) {
	.hashtag {
		line-height: 1.5;
		white-space: nowrap;
		display: inline-flex;
	}
}

@media (max-width: 767px) {
	.hashtag {

	}
}

.hashtag:hover {
	color: #b62d10;
}

@media (max-width: 767px) {
	.hashtag {
		font-family: "MullerRegular";
		/*font-size: 14px;*/
		margin-bottom: 5px;
	}
}

/* CALENDAR */

.pignose-calendar {
	width: 100%;
	border-radius: inherit;
	font-family: "MullerRegular";
}

.pignose-calendar .pignose-calendar-top {
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	padding: 19px 16px 17px 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
	position: relative;
	background-color: transparent;
}

.pignose-calendar .pignose-calendar-top::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: -webkit-calc(100% - 38px);
	width: calc(100% - 38px);
	height: 1px;
	opacity: 0.2;
	background-color: #b62d10;
}

.pignose-calendar .pignose-calendar-unit {
	height: 2.1em;
	font-size: 11px;
	line-height: 2.1em;
}

.pignose-calendar .pignose-calendar-unit a {
	color: black;
}

.pignose-calendar .pignose-calendar-header {
	padding: 0 16px;
}

.pignose-calendar .pignose-calendar-body {
	padding: 16px;
}

.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
	background-color: #b62d10;
	font-weight: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 2.1em;
}

.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
	line-height: 11px;
	height: 10px;
	font-size: 11px;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
	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;
	padding: 0;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	margin-bottom: 0;
	font-size: 13.71px;
	font-family: "MullerMedium";
	color: #b62d10;
	line-height: 2.75;
	text-transform: initial;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
	margin-right: 5px;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
	margin-left: 0;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
	margin-right: 0;
}

.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
	color: #b62d10;
	font-size: 120%;
}

/* END CALENDAR */

/* START BLOCKQUOTE */

.blockquote {
	position: relative;
	font-size: 24px;
	color: #9a3c38;
	padding-left: 78px;
	line-height: 1.292;
	margin-top: 25px;
}

.blockquote--bottom {
	border-top: 1px solid rgba(92, 92, 92, 0.149);
	border-bottom: 1px solid rgba(92, 92, 92, 0.149);
	padding-top: 20px;
	padding-bottom: 26px;
	margin-bottom: 48px;
	margin-top: 28px;
}

.blockquote__quotes {
	position: absolute;
	font-style: italic;
}

.blockquote__quotes--top {
	top: -65px;
	left: -35px;
	color: white;
	font-size: 190px;
	line-height: 1.387;
	text-shadow: 1px 0 1px #9a3c38, 0 1px 1px #9a3c38, -1px 0 1px #9a3c38, 0 -1px 1px #9a3c38;
}

@media (max-width: 767px) {
	.blockquote__quotes--top {
		top: -0px;
		left: -15px;
		font-size: 100px;
	}
}

.blockquote__quotes--bottom {
	font-size: 120px;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 30px);
	margin: auto;
	width: 80px;
	height: 60px;
	line-height: 140px;
	background-color: white;
	color: #e7e7e7;
}

.blockquote__author {
	margin-top: 12px;
	font-size: 18px;
	color: #919191;
	line-height: 1.722;
}

@media (max-width: 767px) {
	.blockquote__author {
		font-size: 16px;
	}
}

/* END BLOCKQUOTE */

.select {
	padding: 0 24px;
	width: 100%;
	position: relative;
	display: inline-block;
	border: 1px solid #d8d8d8;
	background-color: white;
	max-height: inherit;
	line-height: inherit;
	height: inherit;
	overflow: hidden;
	border-radius: 22.5px;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	color: #9a3c38;
	font-size: 16px;
	outline: none;
}

.select__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.select__wrap--select {
	width: 190px;
	margin-right: 60px;
}

@media (max-width: 767px) {
	.select__wrap--select {
		width: 100%;
	}
}

.select__wrap--calendar {
	width: 100%;
	min-height: inherit;
	height: inherit;
	max-height: inherit;
	line-height: inherit;
}

.select__open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1;
}

.select input {
	width: 1px;
	height: 1px;
	display: inline-block;
	position: absolute;
	opacity: 0.01;
}

.select label {
	display: block;
	height: inherit;
	line-height: inherit;
	cursor: pointer;
	position: relative;
	margin: 0;
}

.select label:nth-child(2) {
	padding: 0;
	margin-top: 45px;
}

.select input:checked+label {
	display: block;
	border-top: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.select input:checked+label:nth-child(2) {
	margin-top: 0;
	position: relative;
}

.select.expanded {
	position: absolute;
	top: 0;
	height: auto;
	overflow: inherit;
	max-height: none;
	z-index: 2;
}

.select.expanded label:hover {
	text-decoration: underline;
	color: #982734;
}

.select.expanded input:checked+label {
	padding: 0;
	text-decoration: none;
	color: #9a3c38;
}

.select__icon {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 23px;
	fill: none;
	stroke: #5e5e5e;
	stroke-width: 1.5px;
	fill-rule: evenodd;
	width: 12px;
	height: inherit;
}

.ya-share2__list {
	list-style: none;
    padding-left: 0;
}

.ya-share2__item {
	margin-right: 30px;
}

.ya-share2__title {
	display: none;
}

.ya-share2__icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 27px;
    height: 27px;
    display: block;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
	background-image: url(/local/templates/tserf/assets/icons/iconHeaderVk.svg);
}

/* About Vadim Zeland */
.zeland-about {
	padding: 48px 0 72px;
	overflow: hidden;
}

.zeland-about__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.zeland-about__titleWrap,
.zeland-about__content {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.zeland-about__titleWrap {
	margin-bottom: 34px;
}

.zeland-about__title {
	width: 100%;
	font-family: "MullerRegular";
	font-size: 44px;
	font-weight: 500;
	line-height: 1.2;
	color: #9a3c38;
	margin: 0;
}

.zeland-about__content {
	font-size: 17px;
	line-height: 1.7;
	color: #212529;
}

.zeland-about__content::after {
	content: "";
	display: block;
	clear: both;
}

.zeland-about__content > br {
	display: none;
}

.zeland-about__content .tserf_paragraph,
.zeland-about__content p {
	font-family: "MullerRegular";
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 20px;
}

.zeland-about__content .tserf_title_h2 {
	clear: both;
	font-family: "MullerMedium";
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	text-align: left !important;
	margin: 56px 0 26px;
}

.zeland-about__content .tserf_title_h2 > br {
	display: none;
}

.zeland-about__content .tserf_title_h3:empty,
.zeland-about__content .tserf_title_h2:empty,
.zeland-about__content p:empty {
	display: none;
}

.zeland-about__content a[name],
.zeland-about__content [id] {
	scroll-margin-top: 24px;
}

.zeland-about__content a {
	color: #9a3c38;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.zeland-about__content a:hover {
	color: #b62d10;
	text-decoration: none;
}

.zeland-about__content .tserf_quote {
	clear: both;
	height: auto;
	min-height: 0;
	background: #f7f2f1;
	border-left: 5px solid #9a3c38;
	border-radius: 0 10px 10px 0;
	padding: 24px 28px;
	margin: 30px 0 34px;
	font-size: 18px;
	line-height: 1.65;
}

.zeland-about__content .tserf_quote i,
.zeland-about__content .tserf_quote span {
	font-family: "MullerRegular" !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

.zeland-about__content img {
	max-width: 100%;
	height: auto;
}

.zeland-about__content img[align="left"] {
	float: left;
	clear: left;
	margin: 4px 28px 22px 0;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(55, 35, 32, 0.13);
}

.zeland-about__content img[align="right"] {
	float: right;
	clear: right;
	margin: 4px 0 22px 28px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(55, 35, 32, 0.13);
}

.zeland-about__content img[width="32"] {
	display: inline-block !important;
	float: none !important;
	clear: none !important;
	width: 32px;
	height: 32px;
	margin: 0 8px 4px 0 !important;
	border-radius: 50%;
	box-shadow: none;
	vertical-align: middle;
}

.zeland-about__content .video_tserf {
	position: relative;
	width: 100%;
	max-width: 900px;
	aspect-ratio: 16 / 9;
	margin: 30px auto 48px;
	overflow: hidden;
	background: #000;
	border-radius: 14px;
	box-shadow: 0 14px 36px rgba(55, 35, 32, 0.16);
}

.zeland-about__content .video_tserf iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.zeland-about__content .video_tserf br {
	display: none;
}

.zeland-about__content hr {
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
	background: #e4e4e4;
	margin: 8px 0 34px;
}

@media only screen and (max-width: 1199px) {
	.zeland-about__titleWrap,
	.zeland-about__content {
		max-width: 940px;
	}

	.zeland-about__title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.zeland-about {
		padding-top: 40px;
	}

	.zeland-about__titleWrap,
	.zeland-about__content {
		max-width: 720px;
	}

	.zeland-about__content .tserf_title_h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.zeland-about {
		padding: 32px 0 52px;
	}

	.zeland-about__row {
		padding-left: 20px;
		padding-right: 20px;
	}

	.zeland-about__titleWrap {
		margin-bottom: 26px;
	}

	.zeland-about__title {
		font-size: 34px;
		line-height: 1.18;
	}

	.zeland-about__content,
	.zeland-about__content .tserf_paragraph,
	.zeland-about__content p {
		font-size: 16px;
		line-height: 1.65;
	}

	.zeland-about__content .tserf_title_h2 {
		font-size: 27px;
		line-height: 1.25;
		margin: 42px 0 20px;
	}

	.zeland-about__content .tserf_quote {
		padding: 20px;
		margin: 26px 0 30px;
		font-size: 17px;
	}

	.zeland-about__content img[align="left"],
	.zeland-about__content img[align="right"] {
		display: block;
		float: none;
		clear: none;
		width: auto;
		max-width: 200px;
		margin: 0 auto 24px;
	}

	.zeland-about__content img[width="32"] {
		display: inline-block !important;
		width: 32px;
		height: 32px;
		margin: 0 7px 4px 0 !important;
	}

	.zeland-about__content .video_tserf {
		margin: 26px auto 38px;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.zeland-about__row {
		padding-left: 15px;
		padding-right: 15px;
	}

	.zeland-about__title {
		font-size: 30px;
	}

	.zeland-about__content .tserf_title_h2 {
		font-size: 24px;
	}

	.zeland-about__content .tserf_quote {
		padding: 18px;
		font-size: 16px;
	}
}

.zeland-book {
	clear: both;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 28px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	background: #faf8f7;
	border: 1px solid #eee5e3;
	border-radius: 12px;
	padding: 24px;
	margin: 0 0 22px;
}

.zeland-book__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.zeland-book__media img[align="left"] {
	display: block;
	float: none;
	clear: none;
	width: auto;
	max-width: 160px;
	height: auto;
	margin: 0 !important;
}

.zeland-book__body {
	min-width: 0;
}

.zeland-book__body .tserf_paragraph,
.zeland-book__body p {
	margin: 0 0 14px;
}

.zeland-book__body > p:first-of-type a,
.zeland-book__body > p:first-of-type b {
	font-family: "MullerMedium";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
}

.zeland-book__body > :first-child {
	margin-top: 0;
}

.zeland-book__body > :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.zeland-book {
		display: block;
		background: transparent;
		border: 0;
		border-bottom: 1px solid #eee5e3;
		border-radius: 0;
		padding: 0 0 32px;
		margin: 0 0 32px;
	}

	.zeland-book__media {
		margin-bottom: 22px;
	}

	.zeland-book__media img[align="left"] {
		max-width: 200px;
	}
}
