@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;900&family=Lato&display=swap");
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

:focus,
:active {
	outline: none;
}

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

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

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

body {
	line-height: 1;
	font-family: "Inter";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Inter";
}

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

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

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

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

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

body {
	font-size: 16px;
}
body._lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
._container {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 15px;
}

.title {
	font-weight: 900;
	font-size: calc(22px + 14 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
}

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

.btn {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-weight: bold;
	text-align: center;
	font-size: calc(10px + 9 * ((100vw - 320px) / 1600));
	color: #CD000C;
	background: #CD000C;
	border-radius: 18px;
	position: relative;
	top: 4px;
	padding: 19px 30px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.btn::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: calc(100% - 24px);
	height: 27px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.8;
	border-radius: 22px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFD600;
	border-radius: 18px;
}
.btn span {
	position: relative;
	z-index: 3;
	top: -4px;
}
.btn:hover {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn:hover::before {
	width: 100%;
	height: 100%;
	top: -4px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.btn {
		font-size: 13px;
		padding: 19px;
	}
}

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

.callback-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}
.callback-form .form__item {
	position: relative;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.callback-form .form__label {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1;
	color: #0B6991;
	margin: 0px 0px 5px 0px;
	display: block;
}
.callback-form .form__btn {
	width: 100%;
	margin: 17px 0px 0px 0px;
}
.callback-form .form__btn span {
	color: #000;
}
.callback-form input {
	border: 1px solid #D7D7D7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 9px;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 18px;
	text-align: center;
	color: #8D8D8D;
}
.callback-form input._error {
	border: 1px solid red;
}
.callback-form .form__sent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 3;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #0B6991;
	text-align: center;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	border-radius: 10px;
	padding: 90px 0px 0px 0px;
}
.callback-form .form__sent::after {
	content: "";
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100px;
	height: 100px;
	background: url("../img/icons/ok.svg") no-repeat;
	background-size: cover;
}
@media (max-width: 480px) {
	.callback-form .form__sent::after {
		width: 80px;
		height: 80px;
	}
}

.form__error {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	height: 20px;
	border-radius: 15px;
	color: red;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 3px 10px;
}

.form__sent {
	font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
	position: relative;
	top: 10px;
	font-weight: bold;
	color: #5fa75f;
}

.popup__form .form__error {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	height: 20px;
	border-radius: 15px;
	color: red;
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding: 3px 10px;
}
.popup__form .form__sent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 3;
	height: calc(100% + 50px);
	width: calc(100% + 50px);
	background-color: #dcdeff;
	color: #000476;
	text-align: center;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	border-radius: 10px;
}
.popup__form .form__sent::after {
	content: "";
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100px;
	height: 100px;
	background: url("../img/icons/ok.svg") no-repeat;
	background-size: cover;
}
@media (max-width: 480px) {
	.popup__form .form__sent::after {
		width: 80px;
		height: 80px;
	}
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

._tabs-item {
	cursor: pointer;
}

._tabs-block {
	display: none;
}
._tabs-block._active {
	display: block;
}

.simple-rating {
	position: relative;
	font-size: 20px;
	display: inline-block;
}

.simple-rating::before {
	content: "★★★★★";
	display: block;
}

.simple-rating__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	overflow: hidden;
}

.simple-rating__item {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.simple-rating__label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	color: #d2d2d2;
}

.simple-rating__label::before {
	content: "★";
	display: block;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.simple-rating__label:hover,
.simple-rating__label:hover ~ .simple-rating__label,
.simple-rating__label:checked ~ .simple-rating__label:hover {
	color: #ffd300;
}

.simple-rating__item:checked,
.simple-rating__item:checked ~ .simple-rating__label {
	color: #ffd300;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	display: block;
	width: 20px;
	height: 36px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	    -ms-transform: translate(0px, -50%);
	        transform: translate(0px, -50%);
	z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
	background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
	left: 20px;
	background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}
@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close {
	background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
	display: none;
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	   transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
	content: "";
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	   transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px white inset;
	        box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
	-webkit-box-shadow: 0 0 0 8px white inset;
	        box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	   transition-delay: 0s;
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	-o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "";
}

.group {
	*zoom: 1;
}

.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	   transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	   transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	   transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}
.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
	overflow: auto;
}
.popup.show::before {
	opacity: 1;
}
.popup.show .popup__body {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup._active {
	overflow: auto;
	visibility: visible;
}
.popup._active::before {
	opacity: 1;
}
.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.popup__content {
	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;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}
.popup__body {
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	max-width: 1200px;
}
.popup__body iframe {
	width: 100%;
	height: 650px;
}
.popup__close {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: -55px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") 0 0 no-repeat;
	background-size: contain;
}
@media (max-width: 1030px) {
	.popup__close {
		top: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
	}
}

.popup__body {
	background: #fff;
	max-width: 1166px;
}
@media (max-width: 1366px) {
	.popup__body {
		max-width: 900px;
	}
}

.popup_contact__head {
	background: rgba(14, 119, 164, 0.16);
	padding: 35px 0px;
}
@media (max-width: 1366px) {
	.popup_contact__head {
		padding: 25px 0px;
	}
}

.popup_contact__title {
	font-weight: bold;
	font-size: 31px;
	line-height: 38px;
	text-align: center;
	color: #0B6991;
}
@media (max-width: 768px) {
	.popup_contact__title {
		font-size: 24px;
	}
}

.popup_contact__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 65px 126px 53px 60px;
}
@media (max-width: 1366px) {
	.popup_contact__row {
		padding: 40px 30px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media (max-width: 760px) {
	.popup_contact__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 40px 20px;
	}
}

@media (max-width: 760px) {
	.popup_contact__imgs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		margin: 0px -10px 20px -10px;
	}
	.popup_contact__imgs img {
		padding: 0px 10px;
	}
}
@media (max-width: 480px) {
	.popup_contact__imgs {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.popup_contact__img {
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: 285px;
	display: block;
}
.popup_contact__img:last-child {
	margin: 0;
}
.popup_contact__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.popup_contact__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 426px;
	        flex: 0 1 426px;
	margin: 0px 100px 0px 0px;
}
@media (max-width: 1366px) {
	.popup_contact__left {
		margin: 0px 40px 0px 0px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 300px;
		        flex: 0 0 300px;
	}
}
@media (max-width: 830px) {
	.popup_contact__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 250px;
		        flex: 0 0 250px;
	}
}
@media (max-width: 760px) {
	.popup_contact__left {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 0;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-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;
	}
}

.popup_contact__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
@media (max-width: 1366px) {
	.popup_contact__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 500px;
		        flex: 0 1 500px;
	}
}
@media (max-width: 760px) {
	.popup_contact__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.popup_contact__subtitle {
	font-weight: bold;
	font-size: 20px;
	color: #0B6991;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 1366px) {
	.popup_contact__subtitle {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 760px) {
	.popup_contact__subtitle {
		text-align: center;
	}
}

.popup_contact__table {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 0px 0px 40px 0px;
}

.popup_contact__line {
	padding: 15px 0px;
	border-top: 1px solid #E0E0E0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.popup_contact__line:first-child {
	border: 0;
}
.popup_contact__line:last-child {
	background: #E0E0E0;
	margin: 0px -20px;
	padding: 20px;
}
@media (max-width: 1366px) {
	.popup_contact__line {
		padding: 10px 0px;
	}
}

.popup_contact__name {
	font-weight: 500;
	font-size: 18px;
	color: #44312C;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 280px;
	        flex: 0 0 280px;
}
@media (max-width: 1366px) {
	.popup_contact__name {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.popup_contact__name {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 260px;
		        flex: 0 0 260px;
	}
}
@media (max-width: 760px) {
	.popup_contact__name {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
}

.popup_contact__value {
	font-weight: bold;
	font-size: 18px;
	color: #44312C;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 152px;
	        flex: 0 0 152px;
}
@media (max-width: 1366px) {
	.popup_contact__value {
		font-size: 16px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
	}
}
@media (max-width: 760px) {
	.popup_contact__value {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 150px;
		        flex: 0 0 150px;
		text-align: right;
	}
}

.popup__btn {
	width: 320px;
	max-width: 100%;
}
.popup__btn span {
	color: #000;
}

.popup__btn_mob {
	display: none;
}
@media (max-width: 760px) {
	.popup__btn_mob {
		display: block;
	}
}

@media (max-width: 760px) {
	.popup__btn_dt {
		display: none;
	}
}

.popup_callback .popup__body {
	max-width: 688px;
}
.popup_callback .popup_callback__body {
	padding: 46px 0px 60px 0px;
	max-width: 284px;
	margin: 0 auto;
}

.popup_quiz .popup__body {
	max-width: auto;
	background: none;
}

.header {
	padding: 30px 0px 14px 0px;
}
@media (max-width: 1190px) {
	.header {
		padding: 15px 0px 14px 0px;
	}
}
@media (max-width: 480px) {
	.header {
		position: fixed;
		z-index: 4;
		background: #fff;
		width: 100%;
		-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
		        box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
	}
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 992px) {
	.header__row {
		padding: 0px 50px 0px 0px;
	}
}

.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.header-logo img {
	width: 64px;
	margin: 0px 16px 0px 0px;
}
@media (max-width: 1190px) {
	.header-logo img {
		width: 50px;
		margin: 0px 10px 0px 0px;
	}
}
@media (max-width: 480px) {
	.header-logo img {
		width: 40px;
	}
}
.header-logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-logo__big {
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	color: #6F4120;
}
@media (max-width: 1190px) {
	.header-logo__big {
		font-size: 20px;
	}
}

.header-logo__small {
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6F4120;
}
@media (max-width: 1190px) {
	.header-logo__small {
		font-size: 9px;
	}
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.menu__list li {
	margin: 0px 35px 0px 0px;
}
.menu__list li:last-child {
	margin: 0;
}
@media (max-width: 1190px) {
	.menu__list li {
		margin: 0px 20px 0px 0px;
	}
}
@media (max-width: 992px) {
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 992px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}

.menu__link {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	position: relative;
}
.menu__link::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.menu__link:hover::after {
	bottom: -2px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 1;
	visibility: visible;
}
@media (max-width: 768px) {
	.menu__link {
		font-size: 18px;
	}
}

.header__contact {
	text-align: center;
}

.header__wa {
	width: 30px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
.header__wa img {
	width: 100%;
}
@media (max-width: 480px) {
	.header__wa {
		margin: 0;
		position: relative;
		right: 60px;
		top: 2px;
	}
}
@media (max-width: 340px) {
	.header__wa {
		right: 45px;
	}
}

.header__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0px 0px 12px 0px;
}
.header__phone .header__phonenum {
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
	position: relative;
}
@media (max-width: 480px) {
	.header__phone .header__phonenum::before {
		content: "";
		position: absolute;
		top: -14px;
		left: -36px;
		width: 30px;
		height: 30px;
		background: url("../img/icons/phone.svg") no-repeat;
		background-size: cover;
	}
}
@media (max-width: 480px) and (max-width: 340px) {
	.header__phone .header__phonenum::before {
		left: -30px;
	}
}
@media (max-width: 480px) {
	.header__phone .header__phonenum span {
		display: none;
	}
}
.header__phone:hover {
	text-decoration: underline;
}
@media (max-width: 1190px) {
	.header__phone {
		margin: 0px 0px 7px 0px;
		font-size: 16px;
	}
}

.header__callback {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0E77A4;
	border-radius: 6px;
	padding: 10px 21px;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header__callback:hover {
	background: #6F4120;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1190px) {
	.header__callback {
		font-size: 12px;
		padding: 8px 15px;
	}
}
@media (max-width: 480px) {
	.header__callback {
		margin: 0px 0px 30px 0px;
		font-size: 16px;
		padding: 10px 21px;
	}
}

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

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

.footer {
	background: url("../img/footer/bg.jpg") no-repeat;
	background-size: cover;
	padding: 45px 0px;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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: 600px) {
	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.footer__logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 200px;
	        flex: 0 0 200px;
}
@media (max-width: 1190px) {
	.footer__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 160px;
		        flex: 0 0 160px;
	}
}
@media (max-width: 600px) {
	.footer__logo {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 0px 0px 20px 0px;
	}
}

.footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0px 20px;
}
.footer__links a {
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 17px;
}
.footer__links a:hover {
	text-decoration: underline;
}
@media (max-width: 600px) {
	.footer__links {
		-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: 0px 0px 20px 0px;
	}
}

.footer__phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 220px;
	        flex: 0 0 220px;
}
@media (max-width: 600px) {
	.footer__phone {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 220px;
	}
}

.footer__phonenum {
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	color: #0E77A4;
}
.footer__phonenum:hover {
	text-decoration: underline;
}

.footer__wa {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30px;
	        flex: 0 0 30px;
	margin: 0px 10px 0px 0px;
}

.swiper-container {
	overflow: hidden;
	position: relative;
}
.swiper-container > div {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.swiper-container.swiper-container-autoheight > div {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

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

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

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

.swiper-pagination-bullets {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.swiper-pagination-bullet {
	background: #000;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
	display: inline-block;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: red;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.slider {
	position: relative;
	padding: 0px 40px;
	font-size: 16px;
	margin: 40px 0px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 38px;
	height: 38px;
	background-size: contain;
	cursor: pointer;
}

.swiper-button-next {
	right: -66px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1190px) {
	.swiper-button-next {
		right: 0;
	}
}

.swiper-button-prev {
	left: -66px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
}
@media (max-width: 1190px) {
	.swiper-button-prev {
		left: 0;
	}
}

.feedback-slider {
	position: relative;
}
.feedback-slider .swiper-wrapper {
	padding: 0px 0px 30px 0px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.feedback-slider .swiper-slide {
	border: 1px solid #EFEFEF;
	border-radius: 4px;
	padding: 30px 30px 60px 30px;
}
@media (max-width: 768px) {
	.feedback-slider .swiper-slide {
		padding: 15px 15px 30px 15px;
	}
}
.feedback-slider .feedback-slider__name {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #44312C;
	margin: 0px 0px 10px 0px;
}
.feedback-slider .feedback-slider__date {
	font-weight: 600;
	font-size: 12px;
	color: #0E77A4;
	margin: 0px 0px 10px 0px;
}
.feedback-slider .feedback-slider__link {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 27px;
	position: relative;
}
.feedback-slider .feedback-slider__link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	background: url("../img/icons/avito.svg") no-repeat;
	background-size: cover;
}
.feedback-slider .feedback-slider__link a {
	color: #0E77A4;
	text-decoration: underline;
}
.feedback-slider .feedback-slider__link a:hover {
	text-decoration: none;
}
.feedback-slider .feedback-slider__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 153.52%;
	color: #44312C;
}
@media (max-width: 768px) {
	.feedback-slider .feedback-slider__text {
		font-size: 14px;
	}
}
.feedback-slider [aria-expanded=false] {
	position: relative;
}
.feedback-slider [aria-expanded=false]::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, rgba(255, 255, 255, 0)), to(white));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 37%, white 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37%, white 100%);
}
.feedback-slider [data-readmore-toggle] {
	font-weight: 600;
	font-size: 12px;
	color: #0E77A4;
	padding: 10px 0px 0px 0px;
	cursor: pointer;
}
@media (max-width: 1190px) {
	.feedback-slider {
		padding: 0px 50px;
	}
}

.feedback-slider__rating {
	margin: 0px 0px 20px 0px;
}

.simple-rating {
	position: relative;
	font-size: 20px;
	display: inline-block;
}

.simple-rating::before {
	content: "★★★★★";
	display: block;
}

.simple-rating__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	overflow: hidden;
}

.simple-rating__item {
	position: absolute;
	width: 0%;
	height: 0%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.simple-rating__label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	color: #d2d2d2;
}

.simple-rating__label::before {
	content: "★";
	display: block;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.simple-rating__label:hover,
.simple-rating__label:hover ~ .simple-rating__label,
.simple-rating__label:checked ~ .simple-rating__label:hover {
	color: #ffd300;
}

.simple-rating__item:checked,
.simple-rating__item:checked ~ .simple-rating__label {
	color: #ffd300;
}

.msg-slider {
	position: relative;
}
.msg-slider .gallery-block__item img {
	width: 100%;
}
@media (max-width: 1190px) {
	.msg-slider .swiper-button-next {
		right: -60px;
	}
}
@media (max-width: 1190px) {
	.msg-slider .swiper-button-prev {
		left: -60px;
	}
}
@media (max-width: 1190px) {
	.msg-slider {
		margin: 0px 60px;
	}
}

.page {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
@media (max-width: 480px) {
	.page {
		margin: 69px 0px 0px 0px;
	}
}

.hero {
	position: relative;
	margin: 0px 0px 130px 0px;
}
@media (max-width: 1366px) {
	.hero {
		margin: 0px 0px 100px 0px;
	}
}
.hero__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.hero__content {
	position: relative;
}
@media (max-width: 740px) {
	.hero__content {
		padding: 40px 0px;
	}
}

.hero__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 740px) {
	.hero__row {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.hero__left {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0px 40px 0px 0px;
}
@media (max-width: 740px) {
	.hero__left {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-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;
	}
}

.hero__title {
	font-weight: bold;
	font-size: calc(20px + 32 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 30px 0px;
}
@media (max-width: 1190px) {
	.hero__title {
		margin: 0px 0px 15px 0px;
	}
}
@media (max-width: 740px) {
	.hero__title {
		text-align: center;
	}
}

.hero__subtitle {
	font-weight: bold;
	font-size: 24px;
	font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 40px 0px;
}
@media (max-width: 1190px) {
	.hero__subtitle {
		margin: 0px 0px 20px 0px;
	}
}

.hero__btn {
	margin: 0px 0px 60px 0px;
	position: relative;
}
@media (max-width: 1190px) {
	.hero__btn {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 680px) {
	.hero__btn {
		margin: 0px 0px 120px 0px;
	}
}

.btn__label {
	position: absolute;
	top: 0px;
	right: -185px;
	width: 210px;
}
.btn__label img {
	width: 100%;
}
.btn__label::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 9px;
	width: 17px;
	height: 5px;
	background: url("../img/hero/part.svg") no-repeat;
	background-size: cover;
}
@media (max-width: 680px) {
	.btn__label {
		top: 30px;
		right: 75px;
		-ms-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
	}
}

.hero__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 475px;
}

.hero-item {
	margin: 0px 90px 0px 0px;
	text-align: center;
}
.hero-item:last-child {
	margin: 0;
}
.hero-item img {
	width: 61px;
	margin: 0px 0px 14px 0px;
}
@media (max-width: 1190px) {
	.hero-item {
		margin: 0px 20px 0px 0px;
	}
	.hero-item img {
		width: 55px;
	}
}
@media (max-width: 740px) {
	.hero-item {
		width: 110px;
	}
}
@media (max-width: 480px) {
	.hero-item {
		width: 90px;
	}
}

.hero-item__title {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
}
@media (max-width: 1190px) {
	.hero-item__title {
		font-size: 12px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.hero-item__title {
		font-size: 10px;
	}
}

.hero__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 350px;
	        flex: 0 1 350px;
	max-width: 350px;
	padding: 20px 0px;
}
.hero__right img {
	width: 100%;
}
@media (max-width: 740px) {
	.hero__right {
		display: none;
	}
}

.ourworks {
	margin: 0px 0px 186px 0px;
}
@media (max-width: 1366px) {
	.ourworks {
		margin: 0px 0px 100px 0px;
	}
}

.ourworks__title {
	margin: 0px 0px 50px 0px;
}

.ourworks-big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0px 0px 110px 0px;
	margin: 0px 0px 55px 0px;
}
@media (max-width: 600px) {
	.ourworks-big {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0px 0px 20px 0px;
	}
}
@media (max-width: 320px) {
	.ourworks-big {
		padding: 0px 0px 5px 0px;
	}
}

.ourworks-big-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
}
.ourworks-big-item._active .ourworks-big-item__back {
	background: #0E77A4;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ourworks-big-item._active .ourworks-big-item__name {
	color: #44312C;
}
.ourworks-big-item._active .ourworks-big-item__name span {
	color: #fff;
}
.ourworks-big-item._active .ourworks-big-item__img {
	width: calc(100% - 10%);
	border: 3px solid white;
}
@media (max-width: 600px) {
	.ourworks-big-item._active .ourworks-big-item__img {
		width: calc(100% - 3%);
	}
}
@media (min-width: 768px) {
	.ourworks-big-item:hover .ourworks-big-item__back {
		background: #0E77A4;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.ourworks-big-item:hover .ourworks-big-item__name {
		color: #44312C;
	}
	.ourworks-big-item:hover .ourworks-big-item__name span {
		color: #fff;
	}
	.ourworks-big-item:hover .ourworks-big-item__img {
		width: calc(100% - 10%);
		border: 3px solid white;
	}
}
.ourworks-big-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ourworks-big-item:last-child .ourworks-big-item__img {
	position: relative;
	right: -8%;
}
@media (max-width: 600px) {
	.ourworks-big-item:last-child .ourworks-big-item__img {
		right: 0;
	}
}
.ourworks-big-item:last-child .ourworks-big-item__back {
	left: unset;
	right: 0;
}
@media (max-width: 600px) {
	.ourworks-big-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin: 0px 0px 80px 0px;
	}
}

.ourworks-big-item__img {
	width: calc(100% - 10%);
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-radius: 3px;
}
.ourworks-big-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 600px) {
	.ourworks-big-item__img {
		width: calc(100% - 3%);
	}
}

.ourworks-big-item__back {
	background: #f1f1f1;
	z-index: -1;
	position: absolute;
	top: 5%;
	left: 7%;
	width: calc(100% - 15%);
	height: calc(100% + 12%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 0px 0px 12px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 992px) {
	.ourworks-big-item__back {
		height: calc(100% + 14%);
		padding: 0px 0px 8px 20px;
	}
}
@media (max-width: 768px) {
	.ourworks-big-item__back {
		height: calc(100% + 13%);
	}
}
@media (max-width: 600px) {
	.ourworks-big-item__back {
		width: calc(100% - 8%);
		height: calc(100% + 13%);
		padding: 0px 0px 15px 20px;
		left: unset;
		right: 0;
	}
}
@media (max-width: 480px) {
	.ourworks-big-item__back {
		height: calc(100% + 13%);
		padding: 0px 0px 10px 20px;
	}
}

.ourworks-big-item__name {
	font-weight: bold;
	font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
	text-transform: uppercase;
	color: #44312C;
}
.ourworks-big-item__name span {
	color: #0E77A4;
}
@media (max-width: 680px) {
	.ourworks-big-item__name {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.ourworks-big-item__name {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.ourworks-big-item__name {
		font-size: 16px;
	}
}

.ourworks-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
}
@media (max-width: 1366px) {
	.ourworks-small {
		margin: -21px -16px 35px -16px;
	}
}

.ourworks-small_2 .ourworks-small__block {
	padding: 7px;
}
.ourworks-small_2 .ourworks-small__item:hover .ourworks-small__button {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	visibility: visible;
	opacity: 1;
	bottom: -36px;
}
.ourworks-small_2 .ourworks-small__img {
	margin: 0 auto;
	max-height: 260px;
}

.ourworks-small__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ourworks-small__item {
	padding: 5px;
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
}
.ourworks-small__item:hover {
	z-index: 1;
}
.ourworks-small__item:hover .ourworks-small__button {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	visibility: visible;
	opacity: 1;
	bottom: 26px;
}
.ourworks-small__item:hover .ourworks-small__block {
	height: calc(100% + 80px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 992px) {
	.ourworks-small__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.333%;
		        flex: 0 0 33.333%;
	}
}
@media (max-width: 730px) {
	.ourworks-small__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.ourworks-small__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

.ourworks-small__block {
	background: #F1F1F1;
	-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
	        box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.11);
	padding: 7px 7px 24px 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

.ourworks-small__img {
	width: 100%;
	height: 300px;
	margin: 0px 0px 20px 0px;
}
.ourworks-small__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
@media (max-width: 480px) {
	.ourworks-small__img {
		height: 250px;
	}
}

.ourworks-small__name {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
	color: #44312C;
}

.ourworks-small__button {
	display: inline-block;
	background: #0E77A4;
	border-radius: 25px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 16px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 186px;
	opacity: 0;
	visibility: hidden;
}
.ourworks-small__button:hover {
	background: red;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ourworks__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.ourworks__more a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #0E77A4;
	background: #F1F1F1;
	border-radius: 25px;
	width: 186px;
	height: 44px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ourworks__more a:hover {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #0E77A4;
	color: #F1F1F1;
}

.howwework {
	margin: 0px 0px 86px 0px;
}

.howwework__title {
	margin: 0px 0px 90px 0px;
}
@media (max-width: 1366px) {
	.howwework__title {
		margin: 0px 0px 50px 0px;
	}
}

.howwework__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px -47px;
}
@media (max-width: 1190px) {
	.howwework__row {
		padding: 0px 20px;
	}
}
@media (max-width: 992px) {
	.howwework__row {
		margin: 0px -35px;
	}
}
@media (max-width: 700px) {
	.howwework__row {
		padding: 0px 10%;
	}
}
@media (max-width: 480px) {
	.howwework__row {
		margin: 0px -20px;
		padding: 0px 5%;
	}
}

.howwework__item {
	padding: 0px 47px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	position: relative;
}
.howwework__item::after {
	content: "";
	position: absolute;
	top: 20%;
	right: -25%;
	width: 88px;
	height: 88px;
	background: url("../img/icons/arrow1.svg") no-repeat;
	background-size: cover;
}
.howwework__item:nth-child(even) {
	margin-top: calc(100px + 100 * ((100vw - 320px) / 1600));
}
.howwework__item:nth-child(even)::after {
	-ms-transform: rotate(-70deg);
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
	top: -30%;
	right: 0;
}
.howwework__item:last-child::after {
	display: none;
}
@media (max-width: 992px) {
	.howwework__item {
		padding: 0px 35px;
	}
	.howwework__item::after {
		width: 65px;
		height: 65px;
	}
}
@media (max-width: 700px) {
	.howwework__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin: 0px 0px 40px 0px;
	}
	.howwework__item::after {
		display: none;
	}
	.howwework__item:nth-child(even) {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.howwework__item {
		padding: 0px 20px;
	}
}

.howwework__num {
	font-weight: 900;
	font-size: calc(14px + 22 * ((100vw - 320px) / 1600));
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
	position: absolute;
	top: 0;
	left: 30px;
}
@media (max-width: 1190px) {
	.howwework__num {
		left: 20px;
	}
}
@media (max-width: 700px) {
	.howwework__num {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.howwework__num {
		left: 10px;
		top: -10px;
		font-size: 18px;
	}
}

.howwework__img {
	margin: 0px 0px 42px 0px;
	position: relative;
}
.howwework__img img {
	width: 100%;
	border-radius: 50%;
}
.howwework__img::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 7px;
	left: -7px;
	width: 100%;
	height: 100%;
	background: #0E77A4;
	border-radius: 50%;
}
@media (max-width: 992px) {
	.howwework__img {
		margin: 0px 0px 20px 0px;
	}
}

.howwework__name {
	font-weight: 900;
	font-size: calc(10px + 6 * ((100vw - 320px) / 1600));
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
}
@media (max-width: 700px) {
	.howwework__name {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.howwework__name {
		font-size: 12px;
	}
}

.howcosts {
	position: relative;
}

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

.howcosts__content {
	position: relative;
	padding: 130px 0px 80px 0;
}
@media (max-width: 992px) {
	.howcosts__content {
		padding: 80px 0px 50px 0;
	}
}

.howcosts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}

.howcosts__title {
	font-weight: bold;
	font-size: calc(20px + 22 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px 0px 25px 0px;
}
@media (max-width: 992px) {
	.howcosts__title {
		margin: 0px 0px 20px 0px;
	}
}

.howcosts__subtitle {
	font-weight: bold;
	font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	color: #42BFF4;
	margin: 0px 0px 50px 0px;
}
@media (max-width: 992px) {
	.howcosts__subtitle {
		margin: 0px 0px 30px 0px;
	}
}

.howcosts__btn {
	position: relative;
}
.howcosts__btn span {
	color: #000;
}

.howcosts__arrow {
	position: absolute;
	z-index: 2;
	top: -30px;
	right: -53px;
	background: url("../img/howcosts/arrow.png") no-repeat;
	background-size: cover;
	width: 68px;
	height: 68px;
}

.advantages {
	position: relative;
	margin: 0px 0px 170px 0px;
}
@media (max-width: 1366px) {
	.advantages {
		margin: 0px 0px 100px 0px;
	}
}

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

.advantages__content {
	position: relative;
	padding: 118px 0px;
}
@media (max-width: 1366px) {
	.advantages__content {
		padding: 100px 0px;
	}
}

.advantages__about {
	margin: 0px 0px 110px 0px;
}

.advantages__title {
	font-weight: bold;
	font-size: calc(22px + 14 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
	margin: 0px 0px 47px 0px;
}
@media (max-width: 768px) {
	.advantages__title {
		margin: 0px 0px 20px 0px;
	}
}

.advantages__subtitle {
	font-weight: bold;
	font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
	margin: 0px 0px 43px 0px;
}
@media (max-width: 768px) {
	.advantages__subtitle {
		margin: 0px 0px 20px 0px;
	}
}

.advantages__text {
	padding: 0px 55px;
}
.advantages__text p {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #44312C;
}
@media (max-width: 480px) {
	.advantages__text {
		padding: 0;
	}
	.advantages__text p {
		font-size: 16px;
	}
}

.advantages__items {
	margin: 0px -32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 992px) {
	.advantages__items {
		margin: 0px -20px;
		padding: 0px 50px;
	}
}
@media (max-width: 700px) {
	.advantages__items {
		padding: 0px 10%;
	}
}
@media (max-width: 480px) {
	.advantages__items {
		padding: 0px 5%;
		margin: 0px -15px;
	}
}

.advantages-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	padding: 0px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}
.advantages-item img {
	max-width: 215px;
	width: 100%;
	margin: 0px 0px 32px 0px;
}
@media (max-width: 992px) {
	.advantages-item {
		padding: 0px 20px;
	}
}
@media (max-width: 700px) {
	.advantages-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin: 0px 0px 40px 0px;
	}
	.advantages-item img {
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 480px) {
	.advantages-item {
		padding: 0px 15px;
	}
}

.advantages-item__name {
	font-weight: 900;
	font-size: 18px;
	font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
}
@media (max-width: 480px) {
	.advantages-item__name {
		font-size: 14px;
	}
}
@media (max-width: 330px) {
	.advantages-item__name {
		font-size: 12px;
	}
}

.feedback {
	margin: 0px 0px 118px 0px;
}
.feedback .tabs-block__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 0px 0px 25px 0px;
	border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 480px) {
	.feedback .tabs-block__nav {
		-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;
		padding: 0;
	}
}
.feedback .tabs-block__item {
	font-weight: 900;
	font-size: calc(12px + 6 * ((100vw - 320px) / 1600));
	text-transform: uppercase;
	color: #0E77A4;
	background: #fff;
	border-radius: 25px;
	padding: 14px 36px;
	margin: 0px 5px 0px 0px;
}
.feedback .tabs-block__item._active {
	color: #FFFFFF;
	background: #0E77A4;
}
@media (max-width: 480px) {
	.feedback .tabs-block__item {
		margin: 0px 0px 10px 0px;
	}
}
.feedback .tabs-block__body {
	padding: 59px 0px 0px 0px;
}
@media (max-width: 992px) {
	.feedback .tabs-block__body {
		padding: 25px 0px 0px 0px;
	}
}
@media (max-width: 1366px) {
	.feedback {
		margin: 0px 0px 80px 0px;
	}
}

.feedback__title {
	margin: 0px 0px 30px 0px;
}

.feedback__subtitle {
	font-weight: bold;
	font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
	margin: 0px 0px 50px 0px;
}

.feedback-videoitems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0px -19px;
}
@media (max-width: 992px) {
	.feedback-videoitems {
		margin: 0px -7px;
	}
}
@media (max-width: 480px) {
	.feedback-videoitems {
		margin: -20px 0px;
	}
}

.feedback-videoitem {
	padding: 0px 19px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
}
@media (max-width: 992px) {
	.feedback-videoitem {
		padding: 0px 7px;
	}
}
@media (max-width: 480px) {
	.feedback-videoitem {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 20px 0;
	}
}

.feedback-videoitem__thumb {
	position: relative;
	height: 200px;
	margin: 0px 0px 24px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
	border: 1px solid #D1D1D1;
}
.feedback-videoitem__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.feedback-videoitem__thumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feedback-videoitem__thumb:hover .feedback-videoitem__play {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 80px;
	height: 80px;
}
@media (max-width: 768px) {
	.feedback-videoitem__thumb {
		height: 150px;
	}
}
@media (max-width: 480px) {
	.feedback-videoitem__thumb {
		margin: 0px 0px 15px 0px;
		height: 200px;
	}
}

.feedback-videoitem__logo {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 35px;
	height: 35px;
	background: url("../img/logo.jpg") no-repeat;
	background-size: cover;
}

.feedback-videoitem__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	background: url("../img/icons/play.svg") no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.feedback-videoitem__date {
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	color: #0E77A4;
	margin: 0px 0px 15px 0px;
}

.feedback-videoitem__link {
	font-size: 14px;
	color: #44312C;
	position: relative;
	padding: 0px 0px 0px 40px;
}
.feedback-videoitem__link a {
	color: #0E77A4;
	text-decoration: underline;
}
.feedback-videoitem__link a:hover {
	text-decoration: none;
}
.feedback-videoitem__link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background: url("../img/icons/youtube.svg") no-repeat;
	background-size: cover;
}

.feedback-videoitem__name {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #A19F9F;
}
@media (max-width: 768px) {
	.feedback-videoitem__name {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.feedback-videoitem__name {
		font-size: 28px;
	}
}

.feedback-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px -10px;
}
.feedback-msg .gallery-block__item {
	padding: 10px 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
}
.feedback-msg .gallery-block__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top;
	   object-position: top;
}
@media (max-width: 560px) {
	.feedback-msg .gallery-block__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}

.gift {
	margin: 0px 0px 180px 0px;
}
@media (max-width: 1366px) {
	.gift {
		margin: 0px 0px 100px 0px;
	}
}

.gift__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-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;
}

.gift__title {
	font-weight: bold;
	font-size: calc(22px + 26 * ((100vw - 320px) / 1600));
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #44312C;
	margin: 0px 0px 60px 0px;
}
.gift__title span {
	color: #0E77A4;
}
@media (max-width: 1366px) {
	.gift__title {
		margin: 0px 0px 40px 0px;
	}
}

.gift__subtitle {
	font-weight: bold;
	font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	text-align: center;
	color: #44312C;
	margin: 0px 0px 60px 0px;
}
.gift__subtitle span {
	color: #0E77A4;
}
@media (max-width: 1366px) {
	.gift__subtitle {
		margin: 0px 0px 40px 0px;
	}
}

.gift__img {
	text-align: center;
	max-width: 329px;
	margin: 0 auto 48px auto;
}
.gift__img img {
	width: 100%;
}

.gift__answer {
	font-weight: bold;
	font-size: 36px;
	font-size: calc(18px + 18 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #0E77A4;
	margin: 0px 0px 70px 0px;
}
@media (max-width: 1366px) {
	.gift__answer {
		margin: 0px 0px 40px 0px;
	}
}

.gift__answer_r {
	color: #CD000C;
}

.gift__answer_g {
	color: #44312C;
}