@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;500&family=Playfair+Display&display=swap');

@font-face {
    font-family: "Manrope";
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

:root {
  --color-light-gray: rgba(242, 242, 242, 1);   /* #F2F2F2 */
  --color-dark-gray: rgba(21, 21, 21, 1);       /* #151515 */
  --color-white: rgba(255, 255, 255, 1);        /* #FFFFFF */
  --color-red: rgba(236, 26, 38, 1);            /* #EC1A26 */
  --color-black: rgba(0, 0, 0, 1);              /* #000000 */
}

html {
	-webkit-tap-highlight-color: transparent;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.category__item .linc{
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
}
.category__item .buttons-wrap{
    z-index: 2;
    position: relative;
    padding-top: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-webkit-transition: all 0s;
	transition: all 0s;
}

html.overlay-active,
html.menu-open {
	overflow-y: hidden !important;
}

body {
	background-color: #fff;
	position: relative;
	min-height: 100vh;
	margin: 0;
    font-family: 'Golos Text', sans-serif;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 0s, opacity .3s;
	transition: all 0s, opacity .3s;
	opacity: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	scrollbar-face-color: #1A385B;
	scrollbar-track-color: #bfc7d1;
	color: #F8F8F8;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-thumb {
	background: rgba(91, 179, 254, 1);
}

body::-webkit-scrollbar-track {
	background: rgba(91, 179, 254, 0.4);
}

body.loaded,
body#tinymce,
body#mceTemplatePreview {
	opacity: 1;
}

body.overlay-active,
body.menu-open,
body.lg-on {
	overflow-y: hidden !important;
}

@media only screen and (min-width: 1199px) {
	body.overlay-active,
	body.lg-on {
		padding-right: 10px;
	}
}

body>div {
	-webkit-transition: all 0s;
	transition: all 0s;
}
ul {
	
}
.container {
	width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.table-wrap {
	    width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
	}
	
	table {
        width: 989px;
	}
}

@media only screen and (max-width: 1299px) {
	.container {
		width: 1200px;
		padding: 0 36px;
	}
}

@media only screen and (max-width: 1199px) {
        .container{
        width: 991px;
    }
}

@media only screen and (max-width: 991px) {
	.container {
		width: 750px;
		padding: 0 30px;
	}
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.header_1 {
	font-family: "Golos Text";
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
}
.fixed {
	position: fixed !important;
	background: rgba(255, 255, 255, 0.9);
	z-index: 4;
}
.header.fixed .address {
	color: #0E0F0F;
}
.header.fixed .logo_text {
	color: #0E0F0F;
}
.header.fixed .logo_text::after {
	background-color:#0E0F0F;
	width: 1px;
}
.header.fixed a, .header.header.fixed span {
	color: #0E0F0F;
}
.header.fixed .socials svg {
	fill: #1A385B;
}
.header.fixed .socials svg path {
	fill: #fff;
}
.header.fixed .socials a:hover svg {
	fill: #fff;
}
.header.fixed .socials a.whatsapp:hover rect {
	fill: #fff;
	stroke: #1A385B;
}
.header.fixed .socials a.instagram:hover rect {
	fill: #fff;
	stroke: #1A385B;
}
.header.fixed .socials a:hover svg path {
	fill: #1A385B;
}
.title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 207px;
}
@media only screen and (max-width: 1299px) {
	.header_1 {
		font-size: 50px;
		line-height: 55px;
	}
}

@media only screen and (max-width: 991px) {
	.header_1 {
		font-size: 45px;
		line-height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.header_1 {
		font-size: 35px;
		line-height: 40px;
	}
}
 

@media only screen and (max-width: 767px) {
	.header_1.line:before {
		width: 40px;
		height: 3px;
	}
}

.header_2 {
	color: rgba(0, 0, 0, 1);
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
}

@media only screen and (max-width: 1299px) {
	.header_2 {
		font-size: 25px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.header_2 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.header_2 {
		font-size: 20px;
		line-height: 26px;
	}
}

.header_3 {
	color: rgba(0, 0, 0, 1);
	font-size: 20px;
	font-weight: 500;
	line-height: 31px;
}

@media only screen and (max-width: 1299px) {
	.header_3 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.header_3 {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.header_3 {
		font-size: 16px;
		line-height: 20px;
	}
}

.header_4 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #1A385B;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

@media only screen and (max-width: 991px) {
	.header_4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.header_4 {
		font-size: 14px;
	}
}

.mb_pink {
	margin-bottom: 140px;
}

@media only screen and (max-width: 1299px) {
	.mb_pink {
		margin-bottom: 126px;
	}
}

@media only screen and (max-width: 991px) {
	.mb_pink {
		margin-bottom: 112px;
	}
}

@media only screen and (max-width: 767px) {
	.mb_pink {
		margin-bottom: 98px;
	}
}

.mm_pink {
	margin-top: 140px;
	margin-bottom: 140px;
}

@media only screen and (max-width: 1299px) {
	.mm_pink {
		margin-top: 126px;
		margin-bottom: 126px;
	}
}

@media only screen and (max-width: 991px) {
	.mm_pink {
		margin-top: 112px;
		margin-bottom: 112px;
	}
}

@media only screen and (max-width: 767px) {
	.mm_pink {
		margin-top: 98px;
		margin-bottom: 98px;
	}
}

.mt_pink {
	margin-top: 140px;
}

@media only screen and (max-width: 1299px) {
	.mt_pink {
		margin-top: 126px;
	}
}

@media only screen and (max-width: 991px) {
	.mt_pink {
		margin-top: 112px;
	}
}

@media only screen and (max-width: 767px) {
	.mt_pink {
		margin-top: 98px;
	}
}

.pb_pink {
	padding-bottom: 140px;
}

@media only screen and (max-width: 1299px) {
	.pb_pink {
		padding-bottom: 126px;
	}
}

@media only screen and (max-width: 991px) {
	.pb_pink {
		padding-bottom: 112px;
	}
}

@media only screen and (max-width: 767px) {
	.pb_pink {
		padding-bottom: 98px;
	}
}

.pp_pink {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media only screen and (max-width: 1299px) {
	.pp_pink {
		padding-top: 126px;
		padding-bottom: 126px;
	}
}

@media only screen and (max-width: 991px) {
	.pp_pink {
		padding-top: 112px;
		padding-bottom: 112px;
	}
}

@media only screen and (max-width: 767px) {
	.pp_pink {
		padding-top: 98px;
		padding-bottom: 98px;
	}
}

.pt_pink {
	padding-top: 140px;
}

@media only screen and (max-width: 1299px) {
	.pt_pink {
		padding-top: 126px;
	}
}


@media only screen and (max-width: 1299px) {
	.pt_cean {
		padding-top: 18px;
	}
	.category .text-default p img {
	    width: 100%;
	    height: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.pt_cean {
		padding-top: 16px;
	}
	.category .text-default p img {
	    width: 100%;
	    height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.pt_cean {
		padding-top: 14px;
	}
	.content .text-default img {
	    margin: 20px 0px!important;
	}
}

.image-wrapper {
	font-size: 0;
	line-height: 0;
}

.image-wrapper img {
	width: 100%;
}

.category .text-default {
    width: 100%;
}

.text-default {
	color: #f8f8f8;
	font-family: "Roboto";
    font-size: 20px;
	font-style: normal;
    font-weight: 300; 
    line-height: 1.2;
	padding: 80px 0px
}
.main {
	overflow: hidden;
}
.main .text-default {
	color: var(--color-dark-gray);
	font-family: "Roboto";
    font-size: 18px;
	font-style: normal;
    font-weight: 400; 
    line-height: 1.6;
	padding: 30px 0px
}
.blocks-wrap {
	display: flex;
}
@media only screen and (max-width: 1299px) {
	
}

@media only screen and (max-width: 991px) {
	.text-default {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.text-default {
		font-size: 14px;
		line-height: 1.2;
	}
}

.bg-img {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}

.text-default a {
	color: var(--color-dark-gray);
	font-weight: 400;
	text-decoration: none; 
}
.main-contacts .text-default a {
	color: var(--color-black);
	position: relative;
}

.main-contacts .text-default a:hover {
	color: rgba(0, 160, 255, 1);
}
.text-default a:hover { 
	box-shadow: none;
}
.text-default a {
    position: relative;
    display: inline-block;
}
.text-default a:hover::after { 
	display: none;
}
.main .text-default strong {
     font-weight: 600;
 }
.text-default p {
	margin: 0;
}
.text-default p:not(:last-child) {
	margin: 0;
	margin-bottom:30px;
}
.block-right__body {
    border: 5px solid #1A385B;
    padding: 150px 30px 30px;
    margin-left: -30px;
    margin-top: -100px;
}
.text-default h1,
.text-default h2,
.text-default h3,
.text-default h4 {
	margin: 0;
	margin-top: 60px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1299px) {
	.text-default h1,
	.text-default h2,
	.text-default h3,
	.text-default h4 {
		margin-top: 54px;
		margin-bottom: 9px;
	}
}

@media only screen and (max-width: 991px) {
	.text-default h1,
	.text-default h2,
	.text-default h3,
	.text-default h4 {
		margin-top: 48px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.text-default h1,
	.text-default h2,
	.text-default h3,
	.text-default h4 {
		margin-top: 42px;
		margin-bottom: 7px;
	}
}

.text-default h1:first-child,
.text-default h2:first-child,
.text-default h3:first-child,
.text-default h4:first-child {
	margin-top: 0;
}

.text-default blockquote {
	margin: 40px 0;
	padding: 40px 45px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(51, 65, 80, 0.13);
	box-shadow: 0px 0px 10px 0px rgba(51, 65, 80, 0.13);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

@media only screen and (max-width: 1299px) {
	.text-default blockquote {
		margin: 36px 0;
		padding: 36px 40px;
	}
}

@media only screen and (max-width: 991px) {
	.text-default blockquote {
		margin: 32px 0;
		padding: 32px 36px;
	}
}

@media only screen and (max-width: 767px) {
	.text-default blockquote {
		margin: 28px 0;
		padding: 28px 31px;
	}
}

@media only screen and (max-width: 767px) {
	.text-default img {
		width: 100%;
		height: auto;
	}
}
.form-item.mb_green{
    margin-bottom: 30px;
}
.text-default ol,
.text-default ul {
	margin: 0;
	padding: 0;
	padding-left: 26px;
}

.text-default li {
	list-style-position: outside;
	margin-bottom: 8px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1A385B;
	padding: 26px 50px;
	color: #0E0F0F;
	font-family: "Roboto";
	font-size: 24px;
	font-weight: 400;
	transition: all .2s;
	background: #fff;
	text-decoration: none !important;
	text-transform: none;
	user-select: none;

}

.button:hover,
.button:focus {
	-webkit-border-radius: none;
	border-radius: none;
	background: #1A385B;
	color: #F8F8F8;
	cursor: pointer;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	.button {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.button {
		font-size: 14px;
		min-width: 180px;
		padding: 12px 20px;
	}
}

.button.left {
	margin-right: auto;
	margin-left: 0;
}

.button.center {
	margin-right: auto;
	margin-left: auto;
}

.button.right {
	margin-right: 0;
	margin-left: auto;
}

.button-invert {
	display: flex;
	justify-content:center;
	max-width: 100%;
	border: none;  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--color-red);
    padding: 10px 24px;
    background: var(--color-red);
    color: var(--color-white);
	font-family: "Golos Text";
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0;
    border-radius: 6px;
    font-style: normal; 
    text-align: left;
    text-transform: none;
	transition: all .2s;
}
.button-invert svg {
    width: 8px;
    height: 14px;
    margin-left: 12px;
}
.button-invert:hover,
.button-invert:focus {
	background-color: rgba(240, 72, 81, 1);
	border: 1px solid rgba(240, 72, 81, 1);
	cursor: pointer;
	outline: none;
}
.button-invert:hover path {
    fill: #141414;
}
@media only screen and (max-width: 1299px) {
	.button-invert {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.button-invert {
		font-size: 14px;
		min-width: 180px;
		padding: 12px 20px;
		margin-right: auto;
	}
}

.button-invert.left {
	margin-right: auto;
	margin-left: 0;
}

.button-invert.center {
	margin-right: auto;
	margin-left: auto;
}

.button-invert.right {
	margin-right: 0;
	margin-left: auto;
}

a.button {
	width: 220px;
	display: block;
	min-width: 220px;
	max-width: 100%;
	padding: 17px 20px;
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 26px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #1A385B;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}

a.button:hover,
a.button:focus {
	-webkit-border-radius: none;
	border-radius: none;
	background: #df3434;
	cursor: pointer;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	a.button {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	a.button {
		font-size: 14px;
		min-width: 180px;
		padding: 12px 20px;
	}
}

a.button-i {
	width: 220px;
	display: block;
	min-width: 220px;
	max-width: 100%;
	padding: 17px 20px;
	color: #1A385B !important;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 26px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}

a.button-i:hover,
a.button-i:focus {
	-webkit-border-radius: none;
	border-radius: none;
	background: #f7f7f7;
	cursor: pointer;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	a.button-i {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	a.button-i {
		font-size: 14px;
		min-width: 180px;
		padding: 12px 20px;
	}
}

.form-item.select {
	overflow: visible;
	position: relative;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.2;
	padding-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-item.select .filter_title {
	margin-bottom: 0;
}

.form-item.select select {
	position: relative;
	z-index: 3;
	display: none;
	width: 100%;
	height: 46px;
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	cursor: pointer;
	font-size: 18px;
	color: #1A385B;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media only screen and (max-width: 767px) {
	.form-item.select select {
		font-size: 14px;
		display: block;
		width: 100%;
		height: 40px;
		border-bottom: 1px solid #e1e8ee;
	}
}

.form-item.select .option-custom {
	display: none;
}

.option-custom.disabled + .options__list_item{
    display: none;
}

@media only screen and (max-width: 767px) {
	.form-item.select .option-custom {
		display: block;
	}
}

.form-item.select .select-text {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.form-item.select .icon path{
    fill:#ffffff;
}

.info-filter  .form-item.select .icon path{
    fill:#000;
}
.info-filter .form-item.select .select-text{
     position: relative;
    z-index: 3;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #141414;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (max-width: 1299px) {
	.form-item.select .select-text {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 991px) {
	.form-item.select .select-text {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.form-item.select .select-text {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.form-item.select {
		font-size: 14px;
	}
}

.form-item.select .select-value {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 0;
}

.form-item.select .options__list {
	position: absolute;
	width: 100%;
	top: -webkit-calc(100%);
	top: calc(100%);
	left: 0;
	background-color: white;
	z-index: 5;
	padding: 0 0;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	-webkit-transition: .6s;
	transition: .6s;
	will-change: height;
	-webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
	transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-overflow-scrolling: touch;
	scrollbar-face-color: #1A385B;
	scrollbar-track-color: #bfc7d1;
}

.form-item.select .options__list::-webkit-scrollbar {
	width: 2px;
}

.form-item.select .options__list::-webkit-scrollbar-thumb {
	background: #1B1B1B;
}

.form-item.select .options__list::-webkit-scrollbar-track {
	background: #bfc7d1;
}

@media only screen and (max-width: 767px) {
	.form-item.select .options__list {
		display: none;
	}
}

.form-item.select .options__list li {
    padding: 7px 20px;
    padding-right:0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #141414;
}
.form-item.select .options__list li:hover {
	color: #1A385B;
}

.form-item.select .options__list li.active {
	color: #1A385B;
}

.form-item.select .options__list li:last-child {
	border-bottom: none;
}

.form-item.select:not(.open) .options__list {
	max-height: 0;
}

.form-item.select .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 10px; 
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	right: 0;
}
.filter .container #mse2_sort .form-item.select .icon{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
    right: 3px;
    top: 6px;
}
.filter .container #mse2_sort .form-item.select.open .icon {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-item.select .icon .stick {
	fill: #1A385B;
}

@media only screen and (max-width: 767px) {
	.form-item.select .icon {
		-webkit-transition: all 0s;
		transition: all 0s;
		z-index: 1;
	}
}

.form-item.select.open:after {
	width: 100%;
}
.reviews-footer {
    overflow: hidden;
    background-color: #fff;
}
.form-item.select.open .options__list {
	max-height: 180px; 
	padding: 5px 0;
	padding-right:20px;
}

.form-item.select.open .icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.form-item {
	position: relative;
	padding-top: 0px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.form-item {
		padding-top: 0;
	}
}
.advantages {
	padding-top: 100px;
}
.advantages .text-default {
	color: #0E0F0F;
	padding-top: 40px;
	padding-right: 88px;
}
.advantages .header_1 {
	position: relative;
	color: #0E0F0F;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 1.2;
}
.advantages .header_1.gold {
	margin-bottom: 0px;
}

.advantages .header_1::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 85px;
	left: 0;
	bottom: -14px;
	background: #D59B77;
}
.form-item input, .form-item textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 12px;
    margin-top: 8px;
    border: rgba(0, 0, 0, 0.15) 1px solid;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    font-family: "Roboto";
}
.overlay .form-item input {
    width: 100%;
}

.form-item input:focus {
	background-color: transparent;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	.form-item input {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 991px) {
	.form-item input {
		font-size: 14px;
		line-height: 24px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.form-item input {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 399px) {
	.form-item input {
		width: 100%;
	}
}


.form-item label {
	-webkit-transition: all .2s, left 1s 1s ease-out;
	transition: all .2s, left 1s 1s ease-out;
	color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
	cursor: text;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
}
 

@media only screen and (max-width: 991px) {
	.form-item label {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.form-item label {
		top: 0;
		font-size: 14px;
		line-height: 24px;
	}
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.form-item.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
}

.form-item.checkbox .wrapper {
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}

.form-item.checkbox .wrapper input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	opacity: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media only screen and (max-width: 767px) {
	.form-item.checkbox .wrapper input {
		margin-top: 1px;
	}
}

.form-item.checkbox .wrapper input:checked+svg {
	background-color: #1A385B;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-item.checkbox .wrapper input:checked+svg use {
	fill: #ffffff;
}

.form-item.checkbox .wrapper input:hover {
	cursor: pointer;
}

.form-item.checkbox .wrapper svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	border: 2px solid #1A385B;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 767px) {
	.form-item.checkbox .wrapper svg {
		margin-top: 1px;
	}
}

.form-item.checkbox .wrapper svg use {
	fill: transparent;
}

.form-item.checkbox label {
	position: relative;
	top: 0;
	height: auto;
	line-height: 1.2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.arrow,
.instagram .instashow-gallery-control-arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: none;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	stroke: #000;
}
::-webkit-calendar-picker-indicator {

  color: #ffffff;
  opacity: 1
}
.arrow:hover:not(.slick-disabled),
.instagram .instashow-gallery-control-arrow:hover:not(.slick-disabled) {
	background: #1A385B;
}

.arrow:hover:not(.slick-disabled) .stick,
.instagram .instashow-gallery-control-arrow:hover:not(.slick-disabled) .stick {
	fill: #fff;
}

.arrow .stick,
.instagram .instashow-gallery-control-arrow .stick {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	fill: var(--color-black);
}

.arrow-prev .stick,
.instagram .instashow-gallery-control-arrow-previous .stick {
	-webkit-transform: rotate(-90deg) scale(0.7);
	-ms-transform: rotate(-90deg) scale(0.7);
	transform: rotate(-90deg) scale(0.7);
}

.arrow-next .stick,
.instagram .instashow-gallery-control-arrow-next .stick {
	-webkit-transform: rotate(90deg) scale(0.7);
	-ms-transform: rotate(90deg) scale(0.7);
	transform: rotate(90deg) scale(0.7);
}

.arrow.slick-disabled,
.instagram .slick-disabled.instashow-gallery-control-arrow,
.arrow.disabled,
.instagram .disabled.instashow-gallery-control-arrow {
	cursor: default;
	opacity: 0;
	pointer-events: none;
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 100%;
	overflow-x: auto;
}

.pagination .arrow,
.pagination .instagram .instashow-gallery-control-arrow,
.instagram .pagination .instashow-gallery-control-arrow {
	background-color: transparent;
}

.pagination .arrow:hover,
.pagination .instagram .instashow-gallery-control-arrow:hover,
.instagram .pagination .instashow-gallery-control-arrow:hover {
	background-color: transparent;
}

.pagination .arrow:hover .stick,
.pagination .instagram .instashow-gallery-control-arrow:hover .stick,
.instagram .pagination .instashow-gallery-control-arrow:hover .stick {
	fill: rgba(0, 160, 255, 1);
}

.pagination .arrow-next,
.pagination .instagram .instashow-gallery-control-arrow-next,
.instagram .pagination .instashow-gallery-control-arrow-next {
	margin-left: 24px;
	margin-right: unset;
}

@media only screen and (max-width: 991px) {
	.pagination .arrow-next,
	.pagination .instagram .instashow-gallery-control-arrow-next,
	.instagram .pagination .instashow-gallery-control-arrow-next {
		margin-left: 10px;
	}
}

.pagination .arrow-next .stick,
.pagination .instagram .instashow-gallery-control-arrow-next .stick,
.instagram .pagination .instashow-gallery-control-arrow-next .stick {
	-webkit-transform: rotate(90deg) scale(1.2);
	-ms-transform: rotate(90deg) scale(1.2);
	transform: rotate(90deg) scale(1.2);
}

@media only screen and (max-width: 991px) {
	.pagination .arrow-next .stick,
	.pagination .instagram .instashow-gallery-control-arrow-next .stick,
	.instagram .pagination .instashow-gallery-control-arrow-next .stick {
		-webkit-transform: rotate(90deg) scale(1);
		-ms-transform: rotate(90deg) scale(1);
		transform: rotate(90deg) scale(1);
	}
}

.pagination .arrow-prev,
.pagination .instagram .instashow-gallery-control-arrow-previous,
.instagram .pagination .instashow-gallery-control-arrow-previous {
	margin-right: 24px;
	margin-left: unset;
}

@media only screen and (max-width: 991px) {
	.pagination .arrow-prev,
	.pagination .instagram .instashow-gallery-control-arrow-previous,
	.instagram .pagination .instashow-gallery-control-arrow-previous {
		margin-right: 10px;
	}
}

.pagination .arrow-prev .stick,
.pagination .instagram .instashow-gallery-control-arrow-previous .stick,
.instagram .pagination .instashow-gallery-control-arrow-previous .stick {
	-webkit-transform: rotate(-90deg) scale(1.2);
	-ms-transform: rotate(-90deg) scale(1.2);
	transform: rotate(-90deg) scale(1.2);
}

@media only screen and (max-width: 991px) {
	.pagination .arrow-prev .stick,
	.pagination .instagram .instashow-gallery-control-arrow-previous .stick,
	.instagram .pagination .instashow-gallery-control-arrow-previous .stick {
		-webkit-transform: rotate(-90deg) scale(1);
		-ms-transform: rotate(-90deg) scale(1);
		transform: rotate(-90deg) scale(1);
	}
}

.pagination div {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 44px;
	margin: 0 0px;
}

.pagination .pagination__number {
	position: relative;
	display: none;
	width: 40px;
	height: 40px;
	color: var(--color-black);
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	line-height: 1.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pagination .pagination__number:hover {
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.pagination .pagination__number {
		font-size: 25px;
	}
}

.pagination .pagination__number.activ {
	display: block;
	color: var(--color-dark-gray);
	font-weight: 900;
	cursor: default;
}

.pagination .pagination__number.activ:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 90%;
	right: 0;
	top: 0px;
	background-color: #1A385B;
}

.pagination .pagination__number:nth-last-child(2) {
	display: block;
}

.pagination .pagination__number:nth-last-child(2).activ:after {
	display: none;
}

svg {
	width: 100%;
	height: 100%;
}
.breadcrumbs{
	padding-bottom: 50px;
	padding-top: 50px;
}
.breadcrumb {
	width: 100%;
	margin: 0;
	padding-left: 0px;
}

.breadcrumb li {
	display: inline-block;
	color: rgba(21, 21, 21, 0.4);
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	list-style-type: none;
}

.breadcrumb li a {
	color: rgba(21, 21, 21, 0.4);
	text-decoration: none;
}

.breadcrumb li a:hover[noclick] {
	cursor: text;
}

.breadcrumb li a:hover:not([noclick]) {
	color: rgba(0, 160, 255, 1);
	text-decoration: none;
}

.breadcrumb li.active {
	color: rgba(0, 160, 255, 1);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}

.instashow-popup-media-picture {
	min-height: auto !important;
}

@media screen and (max-width: 500px) {
	div.instashow-popup-container {
		position: absolute !important;
		width: 100% !important;
		height: auto !important;
		left: 50% !important;
		top: 50% !important;
		-ms-transform: translate(-50%, -50%) !important;
		-webkit-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}
}

.hover-custom {
	position: relative;
	display: inline-block;
}

.hover-custom:hover:after {
	min-width: 100%;
}

.hover-custom:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 0;
	min-width: 0;
	height: 6px;
	background-color: #1A385B;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

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

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

.main .content>*:last-child {
	margin-bottom: 0;
}
.main .header_1{
	position: relative;
    color: #0E0F0F;
	font-family: "Golos Text";
    font-size: 56px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: left;
	margin-bottom: 40px;
}

.main .content h2 {
	color: #0E0F0F;
	font-family: "Golos Text";
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 1299px) {
	.main .content h2 {
		font-size: 25px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.main .content h2 {
		font-size: 22px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.main .content h2 {
		font-size: 20px;
		line-height: 26px;
	}
}

.main .content h3 {
	color: var(--color-black);
	font-size: 24px;
	font-family: "Golos Text";
	font-weight: 700;
	line-height: 1;
}

@media only screen and (max-width: 1299px) {
	.main .content h3 {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 991px) {
	.main .content h3 {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.main .content h3 {
		font-size: 16px;
		line-height: 20px;
	}
}

.advantages .container {
	position: relative;
}
.advantages .block-left {
    width: 50%;
	padding-top: 74px;
}
.advantages .block-right{
    width: 50%;
	padding-left: 100px;
	display: flex;
	align-items: center;
}
 

 
.advantages .content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
}

.advantages .list {
    list-style-type: none;
}

.advantages .item {
    display: flex;
}
.advantages .item:not(:last-child) {
    margin-bottom: 58px;
}
.advantages svg {
    max-width:100px;
    max-height: 100px;
}

.advantages .text {
    margin-left: 17px;
	display: flex;
	align-items: center;
}
.advantages .text .title{
    color: #0E0F0F; 
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    display:block;
    margin-bottom:4px;
	margin-top: 0px;
}
.advantages .text .desc{
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25.2px;
    text-align: left;
}
.card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card .card-gallery {
	width: 50%;
}

.card .phone-block {
	display: none;
}

@media only screen and (max-width: 767px) {
	.card .phone-block {
		display: block;
	}
}

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

.card__content {
	width: 50%;
	padding-right: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card .button {
	width: 220px;
}

@media only screen and (max-width: 991px) {
	.card .button {
		width: 180px;
	}
}

.card-description {
	width: 954px;
}

@media only screen and (max-width: 1299px) {
	.card-description {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
    .card-description {
	    padding-top: 98px;
    }
	.card {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.card .card-gallery {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.card__content {
		width: 100%;
		padding-right: 0px;
		padding-top: 28px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}
.category__item {
    margin: 0;
    padding: 0;
}
.category__item .card-attributes {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-left: 15px;
    align-items: center;
}

.card-attributes{
    padding:0;
}
.card-attributes__item {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 0 !important;
    font-size: 14px;
	padding: 10px 0px;
}

.card-attributes__name {
	font-weight: 400;
	color: #0E0F0F;
	font-size: 20px;
}
.category .card-attributes__name {
	font-weight: 400;
	color: #fff;
}
.card-attributes__value {
	color: #0E0F0F;
	font-size: 20px;
}
.category .card-attributes__value {
	color: #fff;
}
.card-attributes .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.card-attributes .icon svg {
	fill: #bfc7d1;
}

.card__attributes-wrap {
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .card__attributes-wrap {
        padding: 0px;
    }
}

.card-gallery__top {
	margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.card-gallery__top {
		margin-bottom: 0px;
	}
}

.card-gallery__top .arrow,
.card-gallery__top .instagram .instashow-gallery-control-arrow,
.instagram .card-gallery__top .instashow-gallery-control-arrow {
	position: absolute;
	top: -webkit-calc(50% - 22px);
	top: calc(50% - 22px);
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.card-gallery__top .arrow-prev,
.card-gallery__top .instagram .instashow-gallery-control-arrow-previous,
.instagram .card-gallery__top .instashow-gallery-control-arrow-previous {
	left: -22px;
}

.card-gallery__top .arrow-next,
.card-gallery__top .instagram .instashow-gallery-control-arrow-next,
.instagram .card-gallery__top .instashow-gallery-control-arrow-next {
	right: -22px;
}

.card-gallery__top:hover .arrow,
.card-gallery__top:hover .instagram .instashow-gallery-control-arrow,
.instagram .card-gallery__top:hover .instashow-gallery-control-arrow {
	opacity: 1;
}

.card-gallery__top a,
.card-gallery__top img {
	display: block !important;
}

.card-gallery__top img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}

@media only screen and (max-width: 991px) {
	.card-gallery__top img {
		width: 100%;
		height: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.card-gallery__top img {
		width: 100%;
		height: 260px;
	}
}
.card-gallery__bottom {
	padding-top: 20px;
}
.card-gallery__bottom .slick-list {
	margin: 0 0px;
}

@media only screen and (max-width: 767px) {
	.card-gallery__bottom .slick-list {
		margin: 0 0px;
	}
}

.card-gallery__bottom .arrow,
.card-gallery__bottom .instagram .instashow-gallery-control-arrow,
.instagram .card-gallery__bottom .instashow-gallery-control-arrow {
	position: absolute;
	top: -webkit-calc(50% - 22px);
	top: calc(50% - 22px);
	z-index: 3;
}

.card-gallery__bottom .arrow-prev,
.card-gallery__bottom .instagram .instashow-gallery-control-arrow-previous,
.instagram .card-gallery__bottom .instashow-gallery-control-arrow-previous {
	left: -22px;
}

.card-gallery__bottom .arrow-next,
.card-gallery__bottom .instagram .instashow-gallery-control-arrow-next,
.instagram .card-gallery__bottom .instashow-gallery-control-arrow-next {
	right: -22px;
}

.card-gallery__bottom .slick-slide {
	padding: 0 0px;
}

@media only screen and (max-width: 991px) {
	.card-gallery__bottom .slick-slide {
		padding: 0 0px;
	}
}

.card-gallery__bottom .slick-slide a,
.card-gallery__bottom .slick-slide img {
	display: block !important;
}

.card-gallery__bottom .slick-slide a {
	cursor: pointer;
	overflow: hidden;
}

.card-gallery__bottom .slick-slide img {
	position: relative;
	width: 100%;
	outline: 2px solid #f9fafc;
	outline-offset: -2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	top: 0;
}

.card-gallery__bottom .slick-slide img.active {
	outline: 2px solid #D59B77;
	outline-offset: -2px;
}

@media only screen and (max-width: 767px) {
	.card-gallery__bottom .slick-slide img {
		width: 100%;
	}
}

.card-price {
	color: #1A385B;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
}

.card-price .day {
	color: #1A385B;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.card-price {
		font-size: 22px;
	}
}

.cart .cart-content {
	padding: 70px 0px 20px;
}

@media only screen and (max-width: 1299px) {
	.cart .cart-content {
		padding: 56px 0px 16px;
	}
}

@media only screen and (max-width: 991px) {
	.cart .cart-content {
		padding: 42px 0px 12px;
	}
}

@media only screen and (max-width: 767px) {
    .card-price {
		margin-bottom: 22px;
	}
	.cart .cart-content {
		padding: 28px 0px 8px;
	}
}

.cart .footer-for-cart {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.cart .footer-for-cart {
		margin-top: 25px;
		padding-right: 20px;
	}
}

.cart .clear-cart button {
	margin-left: auto;
}

.cart .cart-product-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.cart .cart-product-item {
		margin-bottom: 30px;
		display: block;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		border: none;
	}
	.cart .cart-product-item:after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: black;
		position: absolute;
		bottom: -25px;
	}
}

.cart .cart-product-item .remove button {
	border: none;
	width: 20px;
	height: 20px;
	line-height: 18px;
}

.cart .cart-product-item .count .form-group input {
	width: 40px;
	text-align: center;
	border: none;
}

.cart .cart-product-item .count .form-group button {
	border: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	padding: 1px 4px;
}

.cart .cart-product-item .count .form-group input {
	height: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.cart .cart-product-item .title {
	max-width: 400px;
	min-width: 400px;
}

.cart .cart-product-item .title a {
	color: grey;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.cart .cart-product-item .title {
		min-width: 250px;
		max-width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart-product-item .title {
		margin-bottom: 10px;
		min-width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.cart .cart-product-item .image {
		margin-bottom: 10px;
	}
}

.cart .cart-product-item .price-items {
	min-width: 100px;
}

@media only screen and (max-width: 767px) {
	.cart .cart-product-item .price-items {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}

.cart .cart-product-item .remove button {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.cart .cart-product-item .remove {
		position: absolute;
		right: 10px;
		top: 5px;
	}
}

.cart .cart-product-item .total-price-items {
	min-width: 100px;
}

@media only screen and (max-width: 767px) {
	.cart .cart-product-item .total-price-items {
		position: absolute;
		bottom: -15px;
		right: 10px;
	}
}

.category {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.category .content {
	display: flex;
	flex-wrap: wrap;
	padding-top: 59px;
}
@media only screen and (max-width: 767px) {
    .category .content {
        padding-top: 0px;
    }
}
.category .content .category__item {
	width: 33.33%;
	margin: 0px;
	padding: 40px 10px;
}
.category .content .teplohod-category__item {
	width: 50%;
}
.category .header_1{
	position: relative;
    color: #0E0F0F;
	font-family: "Golos Text";
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
	margin-bottom: 40px;
}

.category .header_1::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 85px;
	left: 0;
	bottom: -9px;
	background: #D59B77;
}

.category__item {
	position: relative;
	width: 48.6%; 
	list-style: none;
}

@media only screen and (max-width: 1299px) {
	.category__item {
		width: 48.8%;
	}
}

@media only screen and (max-width: 991px) {
	.category__item {
		width: 48.4%;
	}
	.category__top {
	    padding-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.category__item {
		width: 100%;
		margin-top: 20px;
	}
	.category__item:first-child {
		margin-top: 0;
	}
}
 
 
.category__item:nth-child(n+3) {
	margin-top: 20px;
}

@media only screen and (max-width: 991px) {
	.category__item:nth-child(n+3) {
		margin-top: 22px;
	}
}

.category__item .ms2_form {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	height: 100%;
	overflow: hidden; 
}

.category__top {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.category__wrapper .buttons-wrap .category__top {
    padding: 0px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding-right: 15px;
    color: #F8F8F8;
}
.category__item .header_2 {
	position: absolute;
    display: block;
    text-decoration: none;
    padding-right: 0;
    padding-top: 0px;
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    max-width: 100%;
	top: 0;
}
.category__item .price {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: right;
    width: 32%;
}
.category__item .buttons-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: auto;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	transform: translateY(100%);
    transition: 0.4s ease;
	background: rgba(0,0,0,.5);
	padding-top: 10px;
	padding-bottom: 10px;
}
.category__item:hover .buttons-wrap{
    transform: translateY(0%);
}
 
 

.category__item .button-category {
    border: none;
    min-width: 133px;
    padding: 13px 14px;
    font-weight: 700;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ffffff;
    background-color: rgba(38, 38, 38, 0.1);
}

 

.category__item .button-category:hover {
	background-color: #ffffff;
	color: #141414;
	font-weight: 600;
}

.category__item .button-category-invert {
	text-decoration: none;
	color: #1A385B;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.category__item .button-category-invert:hover {
	color: #df3434;
}

.category__item .button-category-invert:hover .icon {
	-webkit-transform: rotate(90deg) translateY(-3px);
	-ms-transform: rotate(90deg) translateY(-3px);
	transform: rotate(90deg) translateY(-3px);
}

.category__item .button-category-invert:hover .icon svg {
	fill: #df3434;
}

.category__item .button-category-invert .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 26px;
	height: 26px;
	-webkit-transform: rotate(90deg) translateY(0);
	-ms-transform: rotate(90deg) translateY(0);
	transform: rotate(90deg) translateY(0);
	margin-left: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.category__item .button-category-invert .icon svg {
	fill: #1A385B;
}

@media only screen and (max-width: 1299px) {
	.category__item .button-category-invert span:not(.icon) {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.category__item .button-category-invert span:not(.icon) {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	.category__item .button-category-invert span:not(.icon) {
		display: none;
	}
}

.category__wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start; 
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;    
    bottom: 0;
}

.category__wrapper-link {
	position: relative;
	display: block;
	text-decoration: none;
	width: 100%;
	margin-left: 2px;
	margin-bottom: 20px;
}

/* .category__wrapper-link::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    bottom: -5px;
    background: #D59B77;
} */
 

 
 

.category__image {
	display: block;
	position: relative;
	width: 100%;
}

.category__image img {
	position: relative;
	display: block;
	width: 100%;
}

.category__label-wrap {
	position: absolute;
	text-align: center;
	right: 10px;
	bottom: -31px;
}

@media only screen and (max-width: 991px) {
	.category__label-wrap {
		bottom: -25px;
	}
}
.category__label {
	width: 62px;
	height: 62px;
	line-height: 62px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(51, 65, 80, 0.4);
	box-shadow: 0px 3px 4px 0px rgba(51, 65, 80, 0.4);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
	.category__label {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.category__label.new {
	background-color: #ffffff;
}

.category__label.hit {
	background-color: #1A385B;
}

.category__label.sale {
	background-color: #1A385B;
	font-size: 30px;
}

@media only screen and (max-width: 991px) {
	.category__label.sale {
		font-size: 22px;
	}
}

.category__price {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.category__price .price {
	display: inline-block;
	color: #1A385B;
	font-size: 21px;
	font-weight: 700;
	margin-right: 36px;
}

@media only screen and (max-width: 1299px) {
	.category__price .price {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.category__price .price {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.category__price .price {
		font-size: 16px;
	}
}

.category__price .price .day {
	color: #ffffff;
	font-weight: 400;
}

.category__price .old_price {
	display: inline-block;
	text-decoration: line-through;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
}

@media only screen and (max-width: 1299px) {
	.category__price .old_price {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.category__price .old_price {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.category__price .old_price {
		font-size: 14px;
	}
}

.category__favorite {
	position: relative;
	width: 40px;
	height: 100%;
	background-color: transparent;
}

.category__favorite::before,
.category__favorite::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
	background-image: url("../images/css_sprites.png");
	opacity: 0;
}

.category__favorite.voted::after {
	opacity: 1;
}

@media only screen and (min-width: 992px) {
	.category__favorite:hover {
		opacity: .7;
	}
}

.copyright {
     padding:20px 0;
     background-color: var(--color-red);
}

.copyright .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; 
	    justify-content: space-between;
}

.copyright .copyright__copy { 
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    font-family: "Manrope";
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: left;
}
 
.copyright .copyright__terms a {
    font-family: "Manrope";
	color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: left;
	text-decoration: none;
}

.copyright .copyright__terms a:hover {
	color: rgba(0, 160, 255, 1);
}

 

.copyright .copyright__created a {
    font-family: "Manrope";
    display: flex;
    gap: 10px;
    align-items: center;
	color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: left;
	text-decoration: none; 
}
.copyright  .right {
    display: flex;
}
.copyright .copyright__created a:hover span {
	text-decoration: underline;
}

.copyright .copyright__created span {
	color: #1A385B;
	text-decoration: none;
	font-size: 14px;
}

 
@media only screen and (max-width: 991px) {
	.copyright .content {
		margin-left: 25%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.copyright .copyright__terms {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	} 
}

@media only screen and (max-width: 767px) {
	.copyright .content {
		margin-left: 0;
	}
	.copyright .copyright__terms {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.copyright .copyright__copy {
		width: 100%;
		margin: 6px 0;
	}

}

.favorite .favorite-content {
	padding: 70px 0px 70px;
}

@media only screen and (max-width: 1299px) {
	.favorite .favorite-content {
		padding: 56px 0px 56px;
	}
}

@media only screen and (max-width: 991px) {
	.favorite .favorite-content {
		padding: 42px 0px 42px;
	}
}

@media only screen and (max-width: 767px) {
	.favorite .favorite-content {
		padding: 28px 0px 28px;
	}
}

.filter .container .filter-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter-content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.filter .container .filter_result-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_result-header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_result_sort {
		width: 100%;
		margin-top: 20px;
	}
}

.filter .container #mse2_sort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1A385B;
}

@media only screen and (max-width: 991px) {
	.filter .container #mse2_sort {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.filter .container #mse2_sort a {
	display: none;
}

.filter .container #mse2_sort .form-item.select {
	margin-left: 20px;
	width: 220px;
}

@media only screen and (max-width: 399px) {
	.filter .container #mse2_sort .form-item.select {
		margin-left: 0;
		width: 100%;
	}
}

.filter .container #mse2_sort .form-item.select .select-text {
	display: block;
	height: 26px;
	line-height: 18px;
}

.filter .container #mse2_sort .form-item.select .options__list {
	display: block;
}

.filter .container #mse2_sort .form-item.select .icon {
	display: block;
}

.filter .container .filter_result {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.filter .container .filter_result #mse2_results {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter .container .filter_result .pagination {
	margin-top: 60px !important;
}

.filter .container .filter_result #mse2_selected_wrapper {
	display: none;
}

.filter .container .filter_result #mse2_selected_wrapper a {
	display: inline-block;
	padding: 5px 20px;
	background-color: red;
	text-decoration: none;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: white;
	font-weight: 400;
	font-size: 13px;
}

.filter .container .filter_result #mse2_selected_wrapper a em {
	color: white;
}

.filter .container .filter_filter-shadow {
	display: none;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter-shadow {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 4;
		background-color: rgba(0, 0, 0, 0.7);
		cursor: pointer;
	}
}

.filter .container .filter_filter-shadow.active {
	display: block;
}

.filter .container .filter_filter_wrapper {
	width: 280px;
	margin-right: 100px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter_wrapper {
		margin-right: 40px;
	}
}

.filter .container .filter_filter {
	position: relative;
	padding: 0px 0px;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter {
		padding: 0px 36px;
		opacity: 0;
		display: none;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		background-color: #f9fafc;
		margin-right: 0px;
		width: auto;
		z-index: 25;
		overflow-y: auto;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter {
		padding: 0px 30px;
	}
}

.filter .container .filter_filter .filter_title {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter .filter_title {
		margin-bottom: 9px;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter_title {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter .filter_title {
		margin-bottom: 7px;
		font-size: 12px !important;
	}
}

.filter .container .filter_filter .filter_title .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 18px;
	height: 18px;
}

.filter .container .filter_filter .filter_title .icon svg {
	fill: #1A385B;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.filter .container .filter_filter .filter_group {
	margin-bottom: 40px;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter .filter_group {
		width: 100%;
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter_group {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter .filter_group {
		width: 100%;
		margin-bottom: 28px;
	}
}

.filter .container .filter_filter .filter_group.potencia .mse2_number_inputs .form-group:first-child,
.filter .container .filter_filter .filter_group.potencia .mse2_number_inputs .form-group:last-child {
	display: block;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 8px;
	border-top: 1px solid #e1e8ee;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group br {
	display: none;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	white-space: nowrap;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter_checkbox .filter-one-group label {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter .filter_checkbox .filter-one-group label {
		width: 100%;
	}
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label:last-child {
	margin-bottom: 0;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label span {
	vertical-align: middle;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label input {
	display: none;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label input:checked+.custom-checkbox .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label .custom-checkbox {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #bfc7d1;
	cursor: pointer;
	margin-right: 14px;
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label .custom-checkbox .icon {
	display: none;
	width: 10px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filter .container .filter_filter .filter_checkbox .filter-one-group label .custom-checkbox .icon svg {
	fill: #1A385B;
}

.filter .container .filter_filter .filter_select .filter_title {
	margin-bottom: 0;
}

.filter .container .filter_filter .filter_coun-items {
	display: none !important;
}

.filter .container .filter_filter .filter-button-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-button-post {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		z-index: 25;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 0;
	}
}

.filter .container .filter_filter .filter-button-post button {
	width: unset !important;
	min-width: unset !important;
	height: unset;
	font-size: 14px;
	line-height: unset;
	padding: 0px;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-button-post button {
		min-width: unset !important;
		width: unset !important;
	}
}

.filter .container .filter_filter .filter-button-post button[type="reset"] {
	background-color: transparent;
	color: #1A385B !important;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-button-post button[type="reset"] {
		margin-right: 20px;
	}
}

.filter .container .filter_filter .filter-button-post button[type="reset"]:hover {
	opacity: 0.8;
}

.filter .container .filter_filter .filter-button-post button[type="reset"] span {
	vertical-align: middle;
}

.filter .container .filter_filter .filter-button-post button[type="reset"] span:first-child {
	font-size: 20px;
	margin-right: 10px;
}

.filter .container .filter_filter fieldset {
	border: none;
	padding: 0;
}

.filter .container .filter_filter fieldset .mse2_number_inputs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter .container .filter_filter fieldset .mse2_number_inputs .form-group {
	margin-bottom: 12px;
}

.filter .container .filter_filter fieldset .mse2_number_inputs .form-group input {
	border: none;
	padding: 0;
	font-size: 18px;
	color: #ffffff;
    background-color: transparent;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter fieldset .mse2_number_inputs .form-group input {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter fieldset .mse2_number_inputs .form-group input {
		font-size: 14px;
	}
}

.filter .container .filter_filter fieldset .mse2_number_inputs .form-group:last-child label {
	text-align: right;
}

.filter .container .filter_filter fieldset .mse2_number_inputs .form-group:last-child input {
	text-align: right;
}

.filter .container .filter_filter fieldset .ui-widget.ui-widget-content {
	border: none;
	background-color: #e1e8ee;
	height: 4px;
	margin-left: 6px;
}

.filter .container .filter_filter fieldset .ui-slider-horizontal .ui-slider-range {
	height: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter .container .filter_filter fieldset .ui-widget-header {
	background-color: #1A385B;
}

.filter .container .filter_filter fieldset .ui-slider-handle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	border: 1px solid #1A385B;
	background-color: #ffffff;
}

.filter .container .filter_filter fieldset .ui-slider-handle:after {
	content: "";
	display: block;
	background-color: #1A385B;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filter .container .filter_filter .filter-one-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter .container .filter_filter .filter-one-group label {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter .filter-one-group label {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-one-group label {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter .filter-one-group label {
		font-size: 14px !important;
	}
}

.filter .container .filter_filter .filter-one-group input[type='text'] {
	display: block;
	width: 274px;
	max-width: 100%;
	padding: 3px 0px;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	border: none;
	border-bottom: 1px solid #f9fafc;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
}

.filter .container .filter_filter .filter-one-group input[type='text']:focus {
	background-color: transparent;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	.filter .container .filter_filter .filter-one-group input[type='text'] {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-one-group input[type='text'] {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter .filter-one-group input[type='text'] {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 399px) {
	.filter .container .filter_filter .filter-one-group input[type='text'] {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-one-group input[type='text'] {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .filter_filter .filter-one-group .input-text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.filter .container .filter_filter .filter-one-group .input-text {
		width: 100%;
	}
}

.filter .container .show-filter {
	display: none;
}

@media only screen and (max-width: 991px) {
	.filter .container .show-filter {
		display: block;
		width: 100%;
	}
	.filter .container .show-filter .button {
		width: 180px;
		padding: 12px 20px;
	}
}

@media only screen and (max-width: 991px) {
	.filter .container .hidefilter {
		margin-bottom: 70px;
	}
}

.filter .container .hidefilter button {
	display: none;
}

@media only screen and (max-width: 991px) {
	.filter .container .hidefilter button {
		display: block;
		background-color: transparent;
		border: none;
		position: absolute;
		top: 12px;
		right: 12px;
		width: 18px;
		height: 18px;
		padding: 0;
	}
	.filter .container .hidefilter button div {
		position: absolute;
		top: 8px;
		width: 100%;
		height: 2px;
		background-color: #1A385B;
	}
	.filter .container .hidefilter button div:first-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.filter .container .hidefilter button div:last-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.filter .container .hidefilter button:hover {
		cursor: pointer;
	}
}

@media only screen and (max-width: 1199px) {
	.filter .container .filter_filter.active {
		display: block;
		opacity: 1;
		background-color: #1b1b1b;
	}
	.header .address, .header .socials{
	    display:none;
	}
}

.info-filter {
	position: relative;
	margin-top: -180px;
	z-index: 3;
}

@media only screen and (max-width: 1299px) {
	.info-filter {
		margin-top: -166px;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter {
		margin-top: -112px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter {
		margin-top: -98px;
	}
}

.info-filter .container .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.info-filter .container .content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.info-filter .container .content .image-wrapper {
	width: -webkit-calc(100% - 1030px - 10px);
	width: calc(100% - 1030px - 10px);
	font-size: 0px;
	position: relative;
}

.info-filter .container .content .image-wrapper .text-wrapper {
	position: absolute;
	top: 20px;
	left: 40px;
}

.info-filter .container .content .image-wrapper img {
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1299px) {
	.info-filter .container .content .image-wrapper {
		width: -webkit-calc(100% - 100% - 10px);
		width: calc(100% - 100% - 10px);
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .content .image-wrapper {
		width: 100;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter .container .content .image-wrapper {
		width: 100%;
		margin-bottom: 10px;
	}
}

.info-filter .container .filter-wrapper {
	width: 1030px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
	margin-right: auto; 
    background: rgb(255 255 255 / 95%);
}

@media only screen and (max-width: 1299px) {
	.info-filter .container .filter-wrapper {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper {
		width: 650px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter .container .filter-wrapper {
		width: 100%;
	}
}

.info-filter .container .filter-wrapper .flter {
	padding-left: 70px;
	padding-right: 70px;
    position: relative;
}

@media only screen and (max-width: 1299px) {
	.info-filter .container .filter-wrapper .flter {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter {
		padding-left: 36px;
		padding-right: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter .container .filter-wrapper .flter {
		padding-left: 31px;
		padding-right: 31px;
	}
}

.info-filter .container .filter-wrapper .flter form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.info-filter .container .filter-wrapper .flter .filter_title {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141414;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

@media only screen and (max-width: 1299px) {
	.info-filter .container .filter-wrapper .flter .filter_title {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_title {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter .container .filter-wrapper .flter .filter_title {
		margin-bottom: 0px;
		font-size: 12px !important;
	}
}

.info-filter .container .filter-wrapper .flter .filter_title .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 18px;
	height: 18px;
}

.info-filter .container .filter-wrapper .flter .filter_title .icon svg {
	fill: #1A385B;
}

.info-filter .container .filter-wrapper .flter .filter_group {
	width: 30%;
	margin-bottom: 40px;
}

@media only screen and (max-width: 1299px) {
	.info-filter .container .filter-wrapper .flter .filter_group {
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group {
		width: 47%;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter .container .filter-wrapper .flter .filter_group {
		width: 100%;
		margin-bottom: 28px;
	}
	.info-filter .container .filter-wrapper .flter .filter_group::last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group:nth-child(3) {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group:nth-child(4) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group:nth-child(5) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_group:nth-child(6) {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
}

.info-filter .container .filter-wrapper .flter .filter_checkbox .filter-one-group {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 12px;
	border-top: 1px solid #e1e8ee;
}

.info-filter .container .filter-wrapper .flter .filter_checkbox .filter-one-group br {
	display: none;
}

.info-filter .container .filter-wrapper .flter .filter_checkbox .filter-one-group label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter .filter_checkbox .filter-one-group label {
		width: 40%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.info-filter .container .filter-wrapper .flter .filter_checkbox .filter-one-group label {
		width: 45%;
	}
}

.info-filter .container .filter-wrapper .flter .filter_checkbox .filter-one-group label:last-child {
	margin-bottom: 0;
}

.info-filter .container .filter-wrapper .flter fieldset {
	border: none;
	padding: 0;
}

.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 13px;
}

.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group {
	margin-bottom: 12px;
	width: 50%;
}

.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group label {
	width: 100%;
}

.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group input {
    border: none;
    padding: 0;
    background: none;
    color: #141414;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

@media only screen and (max-width: 1299px) {
	.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group input {
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {
	.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group input {
		font-size: 12px;
	}
}

.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group:last-child label {
	text-align: right;
}

.info-filter .container .filter-wrapper .flter fieldset .mse2_number_inputs .form-group:last-child input {
	text-align: right;
}

.info-filter .container .filter-wrapper .flter fieldset .ui-widget.ui-widget-content {
	border: none;
	background-color: #e1e8ee;
	height: 1px;
	cursor: pointer;
}

.info-filter .container .filter-wrapper .flter fieldset .ui-slider-horizontal .ui-slider-range {
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.info-filter .container .filter-wrapper .flter fieldset .ui-widget-header {
	background-color: #1b1b1b;
}

.info-filter .container .filter-wrapper .flter fieldset .ui-slider-handle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #141414;
    border: none;
}

 

.info-filter .container .filter-wrapper .flter button {
	position: absolute;
    right: 0;
    top:0;
    width: 50px;
    height: 100%;
    border-radius:0;
    min-width:auto;
    font-size:0;
    background-color: #1A385B;
    padding: 15px;    
    transition: 0.3s;
}
.info-filter .container .filter-wrapper .flter button:hover{
    background-color: #F1B832;
}
.category__item .category__wrapper-link .category__top .header_2::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    left: 0;
    bottom: -5px;
    background: #D59B77;
}
@media only screen and (max-width: 767px) {
	.info-filter .container .filter-wrapper .flter button {
		margin-left: unset;
	}
}
.footer {
	position: relative;
	margin-top: auto;
}

.footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14.7px 0;
}
.footer .logo {
    display: flex;
    align-items: center;
}
.footer .logo_text {
	position: relative;
	text-align: left;
	width: 90px;
	font-family: "Golos Text";
	font-size: 10px;
	color: #1A385B;
	padding-left: 5px;
}
.footer .logo_text::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #1A385B;
	position: absolute;
	left: 0;
	top: 0;
}
.footer__item {
	line-height: 1.6;
	padding-right: 20px;
}
.footer a.contacts-info-text {
    text-align: right;
    text-decoration: underline;
}
.footer a,
.footer span {
	display: block;
	font-family: "Inter";
    color: var(--color-dark-gray);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
}
.footer .address {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5;
	color: var(--color-dark-gray);
	position: relative;
}

 .footer .address:hover{
	color: rgba(0, 160, 255, 1);
}
.footer .right {
    display: flex;
    align-items: center;
}
.footer__item.logo img {
	display: block;
}

.footer__item.contacts-phones {
	width: 16.66%;
}

.footer__item.contacts-phones a {
	display: inline-block;
}

.footer__item.contacts-address {
	width: 33.33%;
}

.footer__item.contacts-info {
	width: 20.66%;
	padding-right: 0;
}

.footer__item.social {
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 12.66%;
}

.footer__item.social .icon {
	width: 25px;
	height: 25px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.footer__item.social .icon svg {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	fill: #ffffff;
}

.footer__item.social .icon:first-child {
	margin-right: 26px;
}
.footer .socials a{
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 1299px) {
	.footer .content {
		
	}
	.footer__item a,
	.footer__item span {
		font-size: 16px;
	}
	.footer__item.logo {
		width: 25%;
	}
	.footer__item.logo img {
		width: 110px;
	}
	.footer__item.contacts-phones {
		width: 25%;
	}
	.footer__item.contacts-address {
		width: 35%;
	}
	.footer__item.social {
		width: 15%;
	}
	.footer__item.contacts-info {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.footer__item.contacts-info .contacts-info-text {
		width: 50%;
	}
	.footer__item.contacts-info .contacts-info-text span {
		padding-left: 50%;
	}
}

@media only screen and (max-width: 991px) {
	.footer .content {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.footer__item a,
	.footer__item span {
		font-size: 14px;
	}
	.footer__item.contacts-phones {
		width: 50%;
	}
	.footer__item.contacts-phones a:last-child {
		margin-top: 8px;
	}
	.footer__item.contacts-address {
		width: 100%;
		padding-left: 25%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.footer__item.contacts-address .address br {
		display: none;
	}
	.footer__item.social {
		width: 25%;
	}
	.footer__item.contacts-info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__item.contacts-info .contacts-info-text {
		width: 100%;
		padding-left: 25%;
		margin-top: 8px;
	}
	.footer__item.contacts-info .contacts-info-text span {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.footer {
		margin-top: 0px;
	}
	.footer__item {
		padding-right: 0px;
	}
	.footer__item.logo {
		width: 100%;
		margin-bottom: 28px;
	}
	.footer__item.contacts-phones {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.footer__item.contacts-phones a:last-child {
		margin-top: 0px;
		padding-left: 8px;
	}
	.footer__item.contacts-address {
		padding-left: 0%;
		margin-top: 8px;
	}
	.footer__item.social {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.footer__item.contacts-info {
		margin-bottom: 28px;
	}
	.footer__item.contacts-info .contacts-info-text {
		width: 100%;
		padding-left: 0;
	}
}

.form-callback {
	display: none;
	width: 470px;
	padding: 0px 50px;
	background-color: #1A385B; 
}

.form-callback.active {
	display: block;
}

.form-callback .form-item label {
	color: #ffffff;
}

 

.form-callback .form-item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-callback .form-item-wrap .form-item {
	width: 44%;
}

.form-callback .form-item-wrap .form-item.focus input {
	font-size: unset;
}

.form-callback .form-item-wrap input {
	width: 100%;
	font-size: 0;
}

.form-callback .title {
	font-size: 38px;
	color: #fff;
	font-weight: 900;
}

.form-callback .subtitle {
	border: none;
	color: #ffffff;
	    background: 0 0;
	font-size: 21px;
	text-transform: none;
	width: 100%;
}

.form-callback button {
	margin-right: auto;
}
.overlay .form-callback button {
	margin: auto;
}

.form-callback .text-label {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

.form-callback .text-label a {
	color: #ffffff;
}

@media only screen and (max-width: 1299px) {
	.form-callback .subtitle {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.form-callback .subtitle {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.form-callback {
		width: 100%;
		padding: 0px 40px;
	}
	.form-callback .title {
		font-size: 30px;
	}
	.form-callback .form-item-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-callback .form-item-wrap .form-item {
		width: 100%;
	}
	.form-callback .form-item-wrap .form-item:first-child {
		margin-bottom: 28px;
	}
}

.form-callback-teplohod {
	display: none;
	width: 470px;
	padding: 0px 50px;
	background-color: #1A385B; 
}

.form-callback-teplohod.active {
	display: block;
}

.form-callback-teplohod .form-item label {
	color: #ffffff;
}

 

.form-callback-teplohod .form-item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-callback-teplohod .form-item-wrap .form-item {
	width: 44%;
}

.form-callback-teplohod .form-item-wrap .form-item.focus input {
	font-size: unset;
}

.form-callback-teplohod .form-item-wrap input {
	width: 100%;
	font-size: 0;
}

.form-callback-teplohod .title {
	font-size: 38px;
	color: #fff;
	font-weight: 900;
}

.form-callback-teplohod .subtitle {
	border: none;
	color: #ffffff;
	    background: 0 0;
	font-size: 21px;
	text-transform: none;
	width: 100%;
}

.form-callback-teplohod button {
	margin-right: auto;
}
.overlay .form-callback-teplohod button {
	margin: auto;
}

.form-callback-teplohod .text-label {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

.form-callback-teplohod .text-label a {
	color: #ffffff;
}

@media only screen and (max-width: 1299px) {
	.form-callback-teplohod .subtitle {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.form-callback-teplohod .subtitle {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.form-callback-teplohod {
		width: 100%;
		padding: 0px 40px;
	}
	.form-callback-teplohod .title {
		font-size: 30px;
	}
	.form-callback-teplohod .form-item-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-callback-teplohod .form-item-wrap .form-item {
		width: 100%;
	}
	.form-callback-teplohod .form-item-wrap .form-item:first-child {
		margin-bottom: 28px;
	}
}

.form-desc { 
	overflow: hidden;
	margin: 112px 0;
}



.form-desc .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	
}

.form-desc .block-left {
	position: relative;
	width: 50%;
	z-index: 2;
}

.form-desc img {
	z-index: 2;
	height: 734px;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}
.form-desc .list {
	padding: 0;
}

.form-desc .item {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-desc .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 20px;
	width: 50px;
}
 
.form-desc .header_1{
	position: relative;
    color: var(--color-black);
	font-family: "Golos Text";
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: left;
	margin-bottom: 24px;
}

.form-desc .text {
	display: inline-block; 
	color: #ffffff;
}
.form-desc .text span{
    color: #1A385B;
}
.form-desc .block-right {
    position: relative;
    z-index: 1;
    width: 50%;
}


.form-desc .block-right form {
	position: relative;
	z-index: 3;
}
 

.form-desc .block-right .subtitle {
	color: #F8F8F8;
    font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
    text-align: left;
    text-transform: none;
	margin-bottom: 20px;
}

.form-desc .block-right .text-label {
	font-size: 12px;
	color: #F8F8F8;
	font-weight: 400;
	margin-top: 5px;
}

a.tel-yaxty {
    text-decoration: none;
    color: #F8F8F8;
    position: relative;
}

a.tel-yaxty::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D59B77;
    bottom: 0;
    left: 0;
    display: none;
    transition: .2s;
}

a.tel-yaxty:hover::after {
    display: block;
}

.tel-yaxty-text {
    font-weight: 400;
    color: #0E0F0F;
    font-size: 20px;
}

.tel-yaxty-card {
    text-decoration: none;
    color: #1A385B;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .tel-yaxty-text {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .tel-yaxty-text {
        margin-bottom: 0px;
    }
}

a.tel-yaxty-card::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D59B77;
    bottom: 0;
    left: 0;
    display: none;
    transition: .2s;
}

a.tel-yaxty-card:hover::after {
    display: block;
}

.form-desc .block-right .text-label a {
color: #F8F8F8;
}
.form-desc .block-right .text-label a:hover {
	text-decoration: none;
	}

@media only screen and (max-width: 1299px) {

	.form-desc .block-right .subtitle {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) { 
	.form-desc .block-right {
		padding: 0 20px;
	}
	.form-desc .block-right .subtitle {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.form-desc .container {
		padding-left: 0;
		padding-right: 0;
	}
	.form-desc .content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-desc .block-left {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;    padding-top: 0;
	}
	.form-desc .block-right {
		width: 100%;
	}

.filter.pb_pink{
    padding-bottom: 0;
}
}

.gallery .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px 0px 70px;
}

@media only screen and (max-width: 1299px) {
	.gallery .content {
		padding: 56px 0px 56px;
	}
}

@media only screen and (max-width: 991px) {
	.gallery .content {
		padding: 42px 0px 42px;
	}
}

@media only screen and (max-width: 767px) {
	.gallery .content {
		padding: 28px 0px 28px;
	}
}

.gallery .content .head {
	margin-bottom: 20px;
}

.gallery .content .head [class^="header"] {
	text-align: left;
}

.gallery .content .head .text-default {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.gallery .content .gallery-content {
		margin-bottom: 20px;
	}
}

.gallery .content .button-block {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media only screen and (max-width: 767px) {
	.gallery .content .button-block {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}
	.gallery .content .button-block a {
		margin: 0 auto;
	}
}

.gallery-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 0px;
	margin-right: 0px;
}

@media only screen and (max-width: 1299px) {
	.gallery-content {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.gallery-content {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.gallery-content {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.gallery-content a {
	position: relative;
	display: block;
	margin: 0px;
	width: -webkit-calc((100% - (4 * 0px)) / 4);
	width: calc((100% - (4 * 0px)) / 4);
}

@media only screen and (max-width: 1299px) {
	.gallery-content a {
		width: -webkit-calc((100% - (4 * 0px)) / 4);
		width: calc((100% - (4 * 0px)) / 4);
		margin: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.gallery-content a {
		width: -webkit-calc((100% - (3 * 0px)) / 3);
		width: calc((100% - (3 * 0px)) / 3);
		margin: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.gallery-content a {
		width: -webkit-calc((100% - (2 * 0px)) / 2);
		width: calc((100% - (2 * 0px)) / 2);
		margin: 0px;
	}
}

.gallery-content a:hover img {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

.gallery-content a:hover p {
	bottom: 0;
	opacity: 1;
}

.gallery-content a * {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.gallery-content a p {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -100px;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 100px;
	margin: 0;
	padding: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	background: rgba(121, 133, 146, 0.85);
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.gallery-content a p {
		font-size: 14px;
	}
}

.gallery-content a span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gallery-content a img {
	display: block;
	width: 100%;
	height: auto;
}
 
.header {
	z-index: 4;
	position: fixed;
	width: 100%;
	background-color: rgba(242, 242, 242, 1);
}
.header_bg {
	position: relative;
}
/* .header_bg::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 76px;
	background: rgba(0, 0, 0, 0.33);
	top: 0;
	z-index: -1;
} */

.header .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding:14.7px 0;
}

.header__item {
	padding-right: 20px;
	line-height: 1.6;
}
.header .address{
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: var(--color-black);
	position: relative;
	letter-spacing: 0;
}
.header .header_tupicalpage-address {
	color: #0E0F0F;
}

.header .address:hover::after{
	display: block;
 }
.header  a,
.header  span {
	display: block;
	color: #F8F8F8;
	font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
	text-decoration: none;
}
.header_tupicalpage  a,
.header_tupicalpage  span {
	display: block;
	color: #0E0F0F;
	font-family: "Roboto";
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
	text-decoration: none;
}
.header_tupicalpage .socials svg rect {
    stroke: #1A385B;
}
a{
    transition:0.2s;
}
.contacts-phones {
	position: relative;
}
 .contacts-phones:hover a{
	color: rgba(0, 160, 255, 1);
 }
.header a.contacts-info-text{
    text-align: right;
	text-decoration: underline;
}
.header .right{
    display: flex;
	align-items: center;
	gap: 20px;
}
.header .logo{
    display: flex;
	align-items: center;
}
.logo img {
	display: block;
	width: 127.62px;
    height: 50.6px;
}

.header .logo_text {
	position: relative;
	text-align: left;
	width: 90px;
	font-family: "Golos Text";
	font-size: 10px;
	color: #F8F8F8;
	padding-left: 5px;
}
.header .header_tupicalpage-logo_text {
	color: #0E0F0F;
}
.header .logo_text::after {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #F8F8F8;
	position: absolute;
	left: 0;
	top: 0;
}
.header .header_tupicalpage-logo_text::after {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #0E0F0F;
	position: absolute;
	left: 0;
	top: 0;
}
.header .socials{
    display: flex;
    gap: 10px;
}
.socials img{
    width: 40px;
    height: 40px;
}
.header .socials svg{
    width: 35px;
	fill: #F8F8F8;
}
.header .socials svg path{
	fill: #1A385B;
}
.header rect{
    transition:0.3s;
}
.header .socials a.instagram:hover rect{
    fill: #1A385B;
}
.header .socials a.instagram:hover path{
    fill: #ffffff;
}
.header .socials a.whatsapp:hover rect{
    fill: #1A385B;
}
.header .socials a.whatsapp:hover path{
    fill: #ffffff;
}
.footer .socials{
    display: flex;
    gap: 10px;
	margin-right: 20px;
}

.footer .socials svg{
    width: 35px;
	fill: #1A385B;
}
.footer .socials svg path{
	fill: #fff;
}
.footer rect{
    transition:0.3s;
}
.footer .socials a.instagram:hover rect{
    fill: #fff;
}
.footer .socials a.instagram:hover path{
    fill: #1A385B;
}
.footer .socials a.whatsapp:hover rect{
    fill: #fff;
}
.footer .socials a.whatsapp:hover path{
    fill: #1A385B;
}
.contacts-phones a {
	display: block;
}

.contacts-info {
	padding-right: 0;
	margin-right: 40px;
}

.contacts-info a span {
	position: relative;
	display: inline-block;
}

@media only screen and (max-width: 1299px) {
	.header a,
	.header span {
		font-size: 13px;
	}
	.header .logo {
		margin-right: 20px;
	}
	.header .address {
		margin: 0px;
	}
	.contacts-info {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.header .content {  
		justify-content: flex-start;
		    padding-right: 30px;
	}
	/* .header .logo {
		width: 25%;
	}
	.header .contacts-phones {
		width: 25%;
	} */
	.header .contacts-address {
		width: 50%;
		margin-right: 0px;
	}
	/* .header .contacts-info {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	} */
	/* .header .contacts-info .contacts-info-text {
		width: 50%;
	} */
	.header .contacts-info .contacts-info-text span {
		margin-left: 50%;
	}
}

@media only screen and (max-width: 767px) {
	 
	.header .logo {
		width: unset;
		margin-bottom: 5px;
		margin-right: 0px;
	}
	.header .right {
		margin-left: 0px;
	}
	.header .socials a {
		margin-right: 8px;
	}
	/* .header .logo img {
		width: 88px;
	} */
	.header .contacts-phones {
		display: none;
	}
	.header .contacts-address {
		display: none;
	}
	.header .contacts-info {
		display: none;
	}
}

body:not(.home-page) .header {
	position: relative;
	top: 0;
	border-bottom: 1px solid #e1e8ee;
}



.instagram .content {
	padding: 70px 0px 70px;
}

@media only screen and (max-width: 1299px) {
	.instagram .content {
		padding: 56px 0px 56px;
	}
}

@media only screen and (max-width: 991px) {
	.instagram .content {
		padding: 42px 0px 42px;
	}
}

@media only screen and (max-width: 767px) {
	.instagram .content {
		padding: 28px 0px 28px;
	}
}

.instagram .instashow-gallery-control-arrow {
	position: absolute;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.instagram .instashow-gallery-control-arrow::before,
.instagram .instashow-gallery-control-arrow::after {
	display: none;
}

.instagram .instashow-gallery-control-arrow-previous {
	left: 22px;
}

.instagram .instashow-gallery-control-arrow-next {
	right: 22px;
}

.instagram #instaShowGallery_1 .instashow-gallery-media-cover {
	background-color: #1b1b1b;
}

.instagram .instashow-gallery-control-arrow {
	visibility: visible;
}

.instagram .instashow-gallery-control-arrow-disabled {
	cursor: default;
	opacity: .3;
}

.instagram .instashow-gallery {
	overflow: visible !important;
}

@media only screen and (min-width: 1199px) {
	.menu {
		position: absolute;
		top: 82px;
		right: 0;
		left: 0;
		z-index: 3;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.menu {
		top: 82px;
	}
}

@media only screen and (min-width: 1199px) {
	.menu+* {
		position: relative;
		z-index: 2;
	}
	.menu__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: center;
		margin: 0;
		padding: 0; 
		list-style-type: none;
	}
	.menu__list>.menu__list_item {
		position: relative;
		z-index: 12; 
		text-align: center;
	}
	.menu__list>.menu__list_item.active {
		position: relative;
	}
	.menu__list>.menu__list_item.active::before {
	    content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 12px;
        background: var(--color-dark-gray);
	}
	.menu__list>.menu__list_item:not(:last-child) {
	    margin-right: 20px;
	}
	.menu__list>.menu__list_item:hover.parent:not([data-type="msCategory"])>a:not([hidechild])+.menu__list-inner {
		display: block;
		border: 1px solid #f8f8f8;
		background: #f8f8f8;
		
	} 
	.menu__list>.menu__list_item>a {
		position: relative; 
        padding: 0 0px;
        text-decoration: none;
        line-height: 1.5;
        letter-spacing: 0;
        background: none;
        color: var(--color-dark-gray);
		font-family: "Roboto";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
		transition: .2s;
		padding: 12px 0;
	}
	.menu__list>.menu_list_tupicalPage>a {
		position: relative; 
        padding: 0 0px;
        text-decoration: none;
        line-height: 60px;
        background: none;
        color: #0E0F0F;
		font-family: "Roboto";
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        text-align: left;
		transition: .2s;
	}
	.menu__list>.menu__list_item>a::after{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		background: var(--color-dark-gray);
		bottom: 12px;
		left: 0;
		display: none;
		transition: .2s;
	}
	 .menu__list>.menu__list_item>a:hover::after{
		display: block;
	 }
	.menu__list>.menu__list_item a {
		display: block;
	}
	.menu__list>.menu__list_item a span {
		display: none;
	}
	.menu__list>.menu__list_item a[noclick] {
		cursor: default;
	}
	.menu__list-inner {
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 10;
		display: none;
		width: 300px;
		margin: 0;
		padding-left: 0;
		padding: 10px;
		list-style-type: none;
	}
	.menu__list-inner .menu__list_item.parent {
		position: relative;
	}
	.menu__list-inner .menu__list_item.parent ul {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.menu__list-inner .menu__list_item.parent:hover>ul {
		left: 300px;
		visibility: visible;
		opacity: 1;
		display: block;
        border: 1px solid #f8f8f8;
        background: #f8f8f8;
	}
	.menu__list-inner .menu__list_item.active>a {
		position: relative;
	}
	.menu__list-inner .menu__list_item.active>a::before {
	    content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0px;
        display: none;
        background: var(--color-dark-gray);
        transition: 0.2s;
	}
	.menu__list-inner .menu__list_item a {
        position: relative;
        padding: 0 0px;
        text-decoration: none;
        line-height: 1.5;
        letter-spacing: 0;
        background: none;
        color: var(--color-dark-gray);
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        transition: .2s;
        margin-bottom: 10px;
	}

	.menu__list-inner .menu__list_item a:hover{
		text-decoration: underline;
		text-underline-offset: 3px;
	 }
	body.overlay-active .menu {
		padding-right: 10px;
	}
	body:not(.home-page) .menu {
		position: relative;
		top: 0;
	} 
}

.order .order-content {
	padding: 70px 0px 70px;
}

@media only screen and (max-width: 1299px) {
	.order .order-content {
		padding: 56px 0px 56px;
	}
}

@media only screen and (max-width: 991px) {
	.order .order-content {
		padding: 42px 0px 42px;
	}
}

@media only screen and (max-width: 767px) {
	.order .order-content {
		padding: 28px 0px 28px;
	}
}

.order .cart-order-cover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 200px;
}

@media only screen and (max-width: 1299px) {
	.order .cart-order-cover {
		padding-right: 20px;
	}
}



@media only screen and (max-width: 767px) {
	.order .cart-order-cover {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.order .cart-order-cover .cart-posel {
	max-width: 100%;
}

.order .cart-order-cover .cart-posel input[type="text"] {
	margin-bottom: 20px;
	max-width: 100%;
}

.order .cart-order-cover .form-group-mod textarea {
	display: block;
	width: 274px;
	max-width: 100%;
	padding: 3px 0px;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	border: none;
	border-bottom: 1px solid #f9fafc;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 80px;
}

.order .cart-order-cover .form-group-mod textarea:focus {
	background-color: transparent;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	.order .cart-order-cover .form-group-mod textarea {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 991px) {
	.order .cart-order-cover .form-group-mod textarea {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.order .cart-order-cover .form-group-mod textarea {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 399px) {
	.order .cart-order-cover .form-group-mod textarea {
		width: 100%;
	}
}

.order .customer-date {
	margin-bottom: 40px;
}

.order .deliveries {
	margin-bottom: 30px;
}

.order .form-group-mod label {
	top: 11px;
}

@media only screen and (max-width: 767px) {
	.order .cart-bay-option {
		width: 274px;
		max-width: 100%;
		margin-top: 20px;
	}
}

.order .cart-bay-option label {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

.order .cart-bay-option input[type="radio"] {
	position: relative;
	margin-right: 10px;
	margin-bottom: 30px;
}

.order .cart-bay-option input[type="radio"]:focus {
	outline: none;
}

.order .cart-bay-option input[type="radio"]:before {
	display: inline-block;
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid red;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: white;
	top: -2px;
	left: -2px;
}

.order .cart-bay-option input[type="radio"]:checked::before {
	background: black;
	background-position: center;
}

.order .well {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.order .well {
		margin-top: 10px;
	}
}

.order .well button {
	margin-left: auto;
}

@media only screen and (min-width: 992px) {
	.menu__wrapper,
	.menu__toggle,
	.menu__back,
	.menu__nav,
	.menu .hidden {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.menu {
		z-index: 4 !important;
	}
	.menu__bg {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 20;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.75);
		opacity: 0;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.menu__toggle {
		display: block;
		position: fixed;
		top: 32px;
		right: -webkit-calc((100% - 690px) / 2);
		right: calc((100% - 690px) / 2);
		z-index: 23;
		width: 30px;
		height: 30px;
		padding: 7px;
		background-color: transparent;
		border: 1px solid #e1e8ee;
	}
}
@media only screen and (min-width: 1199px) {
    .menu{
        display: none
    }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
	.menu__toggle {
		top: 31px;
		right: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.menu__toggle_item {
		width: 14px;
		height: 2px;
		position: absolute;
		-webkit-transition: all .2s;
		transition: all .2s;
		background-color: var(--color-black);
	}
	.menu__toggle_item:nth-child(1) {
		top: 7px;
		left: 7px;
	}
	.menu__toggle_item:nth-child(2) {
		left: 7px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.menu__toggle_item:nth-child(3) {
		left: 7px;
		bottom: 7px;
	}
	.menu__nav {
		position: fixed;
		top: 0;
		right: -100vw;
		z-index: 22;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 10px;
		height: 104px;
		padding-left: 10px;
		-webkit-transition: all .4s ease-in, color .2s linear;
		transition: all .4s ease-in, color .2s linear;
		background-color: #ffffff;
	}
	.menu__nav-text {
		color: transparent;
		font-size: 18px;
		line-height: 104px;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.menu__nav svg {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.menu__nav svg use {
		width: 100%;
		height: 100%;
	}
	.menu__nav svg .arr {
		fill: #ffffff;
	}
	.menu__nav.open .menu__nav-text {
		color: #ffffff;
		opacity: 1;
		-webkit-transition: all .2s;
		transition: all .2s;
	}
	.menu__nav.open svg {
		opacity: 1;
	}
	.menu__list {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100vw;
		z-index: 21;
		width: 10px;
		margin: 0;
		padding: 60px 0 60px 0;
		-webkit-transition: all .4s ease-in;
		transition: all .4s ease-in;
		background: #1b1b1b;
	}
	.menu__list li {
		width: 100%;
		list-style-type: none;
		font-size: 18px;
		background-color: none;
		text-align: center;
	}
	.menu__list li.open>ul {
		right: 0;
		width: 100%;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
	.menu__list li.parent:not([data-type="msCategory"])>a>span,
	.menu__list li>a[showchild]>span {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 60px;
	}
	.menu__list li.parent:not([data-type="msCategory"])>a>span svg,
	.menu__list li>a[showchild]>span svg {
		width: 20px;
		height: 20px;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu__list li.parent:not([data-type="msCategory"])>a>span .arr,
	.menu__list li>a[showchild]>span .arr {
		fill: #ffffff;
	}
	.menu__list li a {
		position: relative;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0 15px 00px;
		line-height: 20px;
		color: #ffffff;
		text-decoration: none;
	}
	.menu__list .parent.active .link-inner.active::before {
	    display: none;
	}
	.menu__list li .link {
	    font-size: 16px;
	    padding: 10px 0;
	}
	.menu__list li a:focus {
		color: #ffffff;
		background: none;
	}
	.menu__list li a i {
		position: absolute;
		top: -webkit-calc((100% - 25px) / 2);
		top: calc((100% - 25px) / 2);
		right: 15px;
		z-index: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: 30px;
		width: 25px;
		height: 25px;
		color: #1A385B;
		font-size: 14px;
		font-style: normal;
		background-color: #ffffff;
	}
	.menu__list li.active a {
		position: relative;
	}
	.menu__list li.active > a:before {
		position: absolute;
		bottom: 6px;
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	.menu__list ul {
		/* position: absolute; */
		/* display: none; */
		overflow: hidden;
		max-height: 0;
		/* opacity: 0; */
		/* top: 0; */
		/* right: -100vw; */
		/* bottom: 0; */
		width: 100%;
		margin: 0;
		padding-left: 0;
		background: #1b1b1b;
	/*     -webkit-transition: all .4s ease-in;
	transition: all .4s ease-in; */
	}
	.menu__list ul.active {
		/* overflow: visible; */
		/* max-height: 100%; */
		/* opacity: 1; */
		/* transition: max-height .3s linear */
	}
	.menu__list>li>a {
		text-transform: uppercase;
	}
	.menu__list>li>ul {
		z-index: 22;
	}
	.menu__list>li>ul>li>ul {
		z-index: 23;
	}
	.menu.active .menu__list,
	.menu.active .menu__nav {
		right: 0;
		width: 100%;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
	.menu.active .menu__list ul {
/*         -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; */
    	transition: max-height .3s linear
	}
	.menu.active .menu__bg {
		visibility: visible;
		opacity: 1;
	}
	.menu.active .menu__toggle_item:nth-child(1) {
		top: 50%;
		left: 50%;
		-webkit-transform: rotate(45deg) translate(-50%, -50%);
		-ms-transform: rotate(45deg) translate(-50%, -50%);
		transform: rotate(45deg) translate(-50%, -50%);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		background-color: #fff;
	}
	.menu.active .menu__toggle_item:nth-child(2) {
		display: none;
	}
	.menu.active .menu__toggle_item:nth-child(3) {
		top: 50%;
		left: 50%;
		-webkit-transform: rotate(-45deg) translate(-50%, -50%);
		-ms-transform: rotate(-45deg) translate(-50%, -50%);
		transform: rotate(-45deg) translate(-50%, -50%);
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		background-color: #fff;
	}
}

.main-reviews .container {
	position: relative;
}

 

.main-reviews .content {
	position: relative;
} 
.header_1.gold {
    color: #0E0F0F;
	font-family: "Golos Text";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2; 
    text-transform: none;
	margin-bottom: 90px;
	position: relative;
}

.header_1.gold span{
    color: #ffffff;
}
.subtitle {
    color: var(--color-black); 
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 32px;
}
.main-reviews {
	padding-top: 144px;
}
.main-reviews-bg {
	position: relative;
}
.main-reviews-bg::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 410px;
	background: #1A385B;
	right: 0;
	top: -56px;
}
.main-reviews .header_1{
	position: relative;
    color: #0E0F0F;
	font-family: "Golos Text";
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
	margin-bottom: 148px;
}


.main-reviews .header_1::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 85px;
	left: 0;
	bottom: -14px;
	background: #D59B77;
}
.main-reviews .name {
	font-family: "Roboto";
	font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2; 
    color: #0E0F0F;
}

.main-reviews .text-custom {
	position: relative;
	height: 207px;
	overflow: hidden;
    margin-bottom:24px;
	color: #0E0F0F;
	padding: 40px 0px 0px 0px ;
}

.main-reviews .text-custom .dots {
	position: absolute;
	bottom: 0;
	right: 0; 
	padding-left: 17px;
	display: none;
}
.main-reviews .text-custom .text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #0E0F0F;
}
.main-reviews .text-custom .dots.active {
	display: block;
}

.main-reviews .list {
	position: relative;
	z-index: 2;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-reviews .item {
	position: relative;
	list-style: none; 
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	width: 32%;
	min-height: 296px;
	padding-left: 40px;
	padding-right: 40px; 
}

 

.main-reviews .item-title-wrap {
	 
	position: relative; 
	display: flex;
	justify-content: flex-end;
}
 
.main-reviews .date {
	font-size: 12px;
	color: #bfc7d1;
}

.main-reviews .link {
        display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #1A385B;
    padding: 26px 36px;
	margin-top: 50px;
}
.main-reviews .link:hover {
    background-color: #1A385B;
}
.main-reviews .link:hover .text {
	color: #F8F8F8;
}

.main-reviews .link .icon-wrap {
	width: 46px;
	height: 46px;
	display: inline-block;
	background-color: #1A385B;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 8px #f8d4d5;
	box-shadow: 0px 0px 0px 8px #f8d4d5;
}

.main-reviews .link .icon {
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-reviews .link  svg {
	width: 8px;
    height: 14px;
    margin-left: 12px
}
.main-reviews .link:hover path {
    fill: #141414;
}
.main-reviews .link .text {
	
	display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0E0F0F;
	font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
}

@media only screen and (max-width: 1299px) {
	.main-reviews .text-custom .dots {
		padding-left: 0;
	}
	.main-reviews .item-title-wrap {
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	.main-reviews .item {
		padding-left: 27px;
		padding-right: 27px;
	}
}

@media only screen and (max-width: 991px) {
	.main-reviews .text-custom {
		height: 166px;
	}
	.main-reviews .text-custom .dots {
		padding-left: 0px;
	}
	.main-reviews .item-title-wrap {
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.main-reviews .item {
		width: 100%;
		min-height: 220px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.main-reviews .item:not(:last-child) {
		margin-bottom: 10px;
	}
	.main-reviews .item:nth-child(3) {
		
	}
	.main-reviews img {
		top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.main-reviews {
		padding-top: 50px;
	}
	.main-reviews .header_1::after {
		font-size: 50px;
		top: -47px;
	}
	.main-reviews .item-title-wrap {
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	.main-reviews .item {
		width: 100%;
		padding-left: 21px;
		padding-right: 21px;
	}
	.main-reviews .item:nth-child(2) {
		
	}
	.main-reviews img {
		display: none;
	}

}

.reviews .reviews-list {
	margin: 0;
	padding: 0;
	width: 954px;
}

.reviews .item {
	list-style: none;
	/* border-top: 1px solid #e1e8ee;
	border-top: 1px solid #e1e8ee; */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(51, 65, 80, 0.13);
	box-shadow: 0px 0px 10px 0px rgba(51, 65, 80, 0.13);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 45px;
	background-color: #ffffff;
	    margin-bottom: 30px;
}

.reviews .item-title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
 

.reviews .header_3 {
    color: var(--color-black);
    padding-right: 12px;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-align: left;
}

.reviews .car {
    font-size: 14px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 500;
}
.reviews .title {
    margin-top: 0px;
    align-items: flex-start;
}
.reviews .text-default {
    font-size: 18px;
    color: var(--color-dark-gray); 
    font-weight: 400;
    padding: 0px;
}
.reviews .date {
	font-size: 12px;
	color: #bfc7d1;
}

.reviews .pagination {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 1299px) {
	.reviews .reviews-list {
		width: 100%;
	}
	.reviews .header_3 {
		line-height: 18px;
	}
	.reviews .item-title-wrap {
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	.reviews .item {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.reviews .header_3 {
		line-height: 16px;
	}
	.reviews .item-title-wrap {
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.reviews .item {
		padding-left: 36px;
		padding-right: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.reviews .item-title-wrap {
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	.reviews .item {
		padding-left: 31px;
		padding-right: 31px;
	}
}

.reviews-footer {
	overflow: hidden;
	padding-top: 144px;
}
.filter .header_1 {
	position: relative;
	color: #0E0F0F;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 40px
}

.filter .header_1::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 85px;
	left: 0;
	bottom: -14px;
	background: #D59B77;
}
.filter .container #mse2_sort .form-item.select .icon svg{
    display:none;
}
.filter .container #mse2_sort .form-item.select .icon{
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAaElEQVQoU32R3RGAIAyDk8l0E+tkyiZuVq894Pgp8JovJAGq6gngInkjOFTVD8AB4I0gAwTAk80TRBN2kAM7qAIrqANCaFw29Em7iERSViVdtNujmVV0YMrMztKtferO2QL2WVIyx1U/H6hDSEjcvAkAAAAASUVORK5CYII=);
    width: 6px;
    height: 11px;
    background-size: 100%;
}
.reviews-footer .header_1 {
    color: var(--color-black);
}

.reviews-footer .form-wrap {
	position: relative;
	z-index: 3;
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	padding: 0 16px;
}

.reviews-footer .form-wrap form {
	position: relative;
	z-index: 3;
}

.reviews-footer .form-wrap .header_1 { 
	line-height: 1;
}

.reviews-footer .form-wrap .header_3 {
	color: var(--color-black);
	margin-bottom: 16px;
}

.reviews-footer .form-wrap .form-item.select {
	height: 34px;
	line-height: 34px;
}

.reviews-footer .form-wrap .form-item.select .text-default {
	color: #ffffff;
	height: 34px;
	line-height: 1.2;
	border-bottom: none;
	padding: 10px 0px;
}

.reviews-footer .form-wrap .form-item.select .icon .stick {
	fill: #ffffff;
}

.reviews-footer .form-wrap .text-label {
	font-size: 14px;
	color: var(--color-black);
	font-weight: 400;
}

.reviews-footer .form-wrap .text-label a {
	color: rgba(255, 255, 255, 0.5);
}

.reviews-footer .form-wrap .contacts-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.reviews-footer .form-wrap .form-item-textarea {
	height: 100%;
	margin-bottom: 0;
}


.reviews-footer .form-wrap .comment {
	width: 100%;
	margin-left: 56px;
}

.reviews-footer .form-wrap .block-bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.reviews-footer .form-wrap {
		padding-left: 35px;
	}
	.reviews-footer .form-wrap .contacts-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.reviews-footer .form-wrap .form-item-textarea {
		height: 300px;
	}
	.reviews-footer .form-wrap .comment {
		margin-top: 0px;
		margin-left: 0px;
	}
	.reviews-footer .form-wrap .block-bottom-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.reviews-footer .form-wrap .text-label {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.reviews-footer .container {
		padding-left: 0;
		padding-right: 0;
	}
	.reviews-footer .form-item.select .select-text {
		display: block;
	}
	.reviews-footer .form-item.select .icon {
		display: block;
	}
	.reviews-footer .form-item.select .options__list {
		display: block;
	}
	.reviews-footer .form-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.reviews-footer .form-wrap .form-item-textarea {
		height: 200px;
	}
	.reviews-footer .form-wrap .comment {
        margin-top: 0;
	}
	.reviews-footer .form-wrap .text-label {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 28px;
	}
}

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

.search-block * {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.search-block .form-item {
	padding-top: 0;
	width: 0;
	opacity: 0;
	position: absolute;
	right: 60px;
}

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

@media only screen and (max-width: 767px) {
	.search-block .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.search-block #search-button {
	display: block;
	cursor: pointer;
}

.search-block.active .form-item {
	width: 300px;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.search-block {
		position: relative;
	}
	.search-block .form-item {
		position: static;
		opacity: 1;
		width: 100% !important;
	}
	.search-block button {
		position: absolute;
		right: 10px;
		top: 15px;
		font-size: 0;
		background: url("");
		background-color: #fff;
		width: 40px;
		height: 20px;
		border: none;
	}
}

.search .content {
	padding: 70px 0px 70px;
}

@media only screen and (max-width: 1299px) {
	.search .content {
		padding: 56px 0px 56px;
	}
}

@media only screen and (max-width: 991px) {
	.search .content {
		padding: 42px 0px 42px;
	}
}

@media only screen and (max-width: 767px) {
	.search .content {
		padding: 28px 0px 28px;
	}
}

.search .content .search-form-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.teplohod__image img {
    height: 376px;
    object-fit: cover;
}

@media only screen and (max-width: 1299px) {
	.teplohod__image img {
        height: 286px;
    }
}

@media only screen and (max-width: 991px) {
	.teplohod__image img {
        height: 220px;
    }
}

@media only screen and (max-width: 767px) {
	.teplohod__image img {
        height: 100%;
    }
}
.search .content .search-form-wrapper .form-item {
	padding-top: 0px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search .content .search-form-wrapper .form-item input {
	width: 100%;
}

.search .content .search-form-wrapper .button {
	margin-left: 40px;
}

@media only screen and (max-width: 767px) {
	.search .content .search-form-wrapper .button {
		margin-left: 0;
		position: absolute;
		right: 10px;
		width: 40px;
		font-size: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.search .content .search-result {
	margin-top: 40px;
}

.search .content .search-result-item {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.search .content .search-result-item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.search .content .search-result-item .search-link {
	text-decoration: none;
}

.search .content .search-result-item .search-link:hover {
	text-decoration: underline;
}

.search .content .search-result-item .image-wrapper {
	margin-left: 40px;
}

.search .content .search-result-item .image-wrapper img {
	width: 220px;
}

@media only screen and (max-width: 767px) {
	.search .content .search-result-item .image-wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.search .content .search-result-item .image-wrapper a {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.search .content .search-result-item .image-wrapper img {
		min-width: 300px;
	}
}

.search .pagination {
	margin-top: 40px !important;
}

#ui-id-1 {
	-webkit-transition: all 0s;
	transition: all 0s;
}


/*------------slider-----------*/

.slider {
	position: relative;
	-webkit-transition: all 0s;
	transition: all 0s;
}

.slider * {
	-webkit-transition: all 0s;
	transition: all 0s;
}

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

.slider .slider-content-item {
	position: relative;
	width: 100%;
	height: 690px;
}

.slider .slider-content-item .silder-wrapper {
	color: white;
	width: 650px;
	margin-left: 300px;
	margin-top: 120px;
	background: transparent;
}

@media only screen and (max-width: 1299px) {
	.slider .slider-content-item .silder-wrapper {
		width: 300px;
		margin-left: 200px;
		margin-top: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.slider .slider-content-item .silder-wrapper {
		width: 200px;
		margin-top: 120px;
		margin-left: 100px;
	}
}

@media only screen and (max-width: 1299px) {
	.slider .slider-content-item {
		height: 510px;
	}
}

@media only screen and (max-width: 991px) {
	.slider .slider-content-item {
		position: relative;
		width: 100%;
		height: 390px;
	}
}

.slider .replace-slider {
	display: none;
}

@media only screen and (max-width: 767px) {
	.slider .replace-slider {
		display: inline;
		max-width: 100%;
	}
}

.slider .slick-dots {
	display: none !important;
}

.slider .arrow,
.slider .instagram .instashow-gallery-control-arrow,
.instagram .slider .instashow-gallery-control-arrow {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
}

.slider .arrow-next,
.slider .instagram .instashow-gallery-control-arrow-next,
.instagram .slider .instashow-gallery-control-arrow-next {
	right: -webkit-calc((100% - 1240px) / 2);
	right: calc((100% - 1240px) / 2);
}

@media only screen and (max-width: 1299px) {
	.slider .arrow-next,
	.slider .instagram .instashow-gallery-control-arrow-next,
	.instagram .slider .instashow-gallery-control-arrow-next {
		right: -webkit-calc((100% - 930px) / 2);
		right: calc((100% - 930px) / 2);
	}
}

@media only screen and (max-width: 991px) {
	.slider .arrow-next,
	.slider .instagram .instashow-gallery-control-arrow-next,
	.instagram .slider .instashow-gallery-control-arrow-next {
		right: -webkit-calc((100% - 710px) / 2);
		right: calc((100% - 710px) / 2);
	}
}

.slider .arrow-prev,
.slider .instagram .instashow-gallery-control-arrow-previous,
.instagram .slider .instashow-gallery-control-arrow-previous {
	left: -webkit-calc((100% - 1240px) / 2);
	left: calc((100% - 1240px) / 2);
}

@media only screen and (max-width: 1299px) {
	.slider .arrow-prev,
	.slider .instagram .instashow-gallery-control-arrow-previous,
	.instagram .slider .instashow-gallery-control-arrow-previous {
		left: -webkit-calc((100% - 930px) / 2);
		left: calc((100% - 930px) / 2);
	}
}

@media only screen and (max-width: 991px) {
	.slider .arrow-prev,
	.slider .instagram .instashow-gallery-control-arrow-previous,
	.instagram .slider .instashow-gallery-control-arrow-previous {
		left: -webkit-calc((100% - 710px) / 2);
		left: calc((100% - 710px) / 2);
	}
}

.slider .slider-image-static {
	display: none;
}

.slider .slider-image-static img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.slider .slider-image-static {
		display: block;
	}
}

.slider-content:not(.slick-initialized) {
	display: none;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0s;
	transition: all 0s;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-arrow {
	padding: 0;
}

.slick-arrow:focus {
	outline: none;
}

.slick__arrow.slick-hidden {
	display: none;
}

.slick-slide {
	float: left;
	min-height: 1px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide:focus {
	outline: none;
	cursor: move;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide>img {
	display: block;
}

.slick-slide.dragging>img {
	pointer-events: none;
}

.slick-dots button:focus {
	outline: none;
}

.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}

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

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

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

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

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

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

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

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

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

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.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: 0;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

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

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	display: none;
}

.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-next,
.lg-prev,
.lg-toolbar {
	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;
	-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;
	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;
	-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;
	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;
	transition: -webkit-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;
	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 {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		transition: border-color .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%;
	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 .25s ease;
	transition: bottom .25s ease;
}

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

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	-webkit-border-radius: 2px 2px 0 0;
	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-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.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-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

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

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

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

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

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

.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 80ms ease 0s;
	transition: opacity 80ms 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: "\e01d";
}

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

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-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;
	transition: -webkit-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;
	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;
	-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;
	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: "\e311";
}

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

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

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

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

.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 #fff inset;
	box-shadow: 0 0 0 2px #fff 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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .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);
	-webkit-border-radius: 50%;
	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 .3s ease 0s;
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	transition: -webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff 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: "\e20c";
}

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

.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 .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

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

.lg-outer .lg-dropdown {
	background-color: #fff;
	-webkit-border-radius: 2px;
	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 .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .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: 0;
}

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

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	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-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .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-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-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 {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

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

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

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

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

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item: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 .15s ease 0s;
	transition: opacity .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,
.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: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

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

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

.lg-css3.lg-use-css3 .lg-item,
.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-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	transition: opacity .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-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-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;
	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-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-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;
}




.not-found {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	background: #ffffff;
}

.not-found img {
	max-width: 100%;
	margin-bottom: 20px;
}

.not-found a {
	display: block;
	min-width: 220px;
	max-width: 100%;
	padding: 17px 20px;
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 26px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #1A385B;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}

.not-found a:hover,
.not-found a:focus {
	-webkit-border-radius: none;
	border-radius: none;
	background: #df3434;
	cursor: pointer;
	outline: none;
}

@media only screen and (max-width: 1299px) {
	.not-found a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.not-found a {
		font-size: 14px;
		min-width: 180px;
		padding: 12px 20px;
	}
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 24;
	display: none;
	padding-right: 0 !important;
	opacity: 0;
	overflow-y: auto;
	-webkit-transition: all .4s !important;
	transition: all .4s !important;
}
.overlay .title {
	margin-top: 0px;
	display: block;
}
.overlay.active {
	display: block;
}

.overlay__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	background-color: rgb(255 255 255 / 73%);
}

.overlay__wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.overlay__close {
	background-color: #1A385B;
	border: none;
	position: absolute;
	top: 12px;
	right: 12px;
	width: 18px;
	height: 18px;
	padding: 0;
}

.overlay__close div {
	position: absolute;
	top: 8px;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}

.overlay__close div:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay__close div:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay__close:hover {
	cursor: pointer;
}

.overlay__close:hover div {
	background-color: #ffffff;
}

.overlay__content {
	position: relative;
	z-index: 21;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.overlay__content>* {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.overlay__content {
		max-width: -webkit-calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}

.success {
	display: none;
	width: 440px;
	padding: 50px;
	background: #ffffff;
	-webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
}

.success .form-callback__done_header {
	color: #1A385B;
	font-size: 38px;
}

.success .form-callback__done_text {
	display: block;
	font-size: 21px;
	color: #141414;
}

.success.active {
	display: block;
}

@media only screen and (max-width: 1299px) {
	.success .form-callback__done_text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.success .form-callback__done_text {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.success .form-callback__done_header {
		font-size: 30px;
	}
}

.scroll-top {
	border: none;
	position: fixed;
	right: 10px;
	z-index: 15;
	bottom: -45px;
	display: block;
	width: 55px;
	height: 55px;
	opacity: 0;
	background-color: transparent;
	border: 1px solid var(--color-red);
}

.scroll-top .stick {
	fill: var(--color-red);
}

@media only screen and (max-width: 991px) {
	.scroll-top {
		bottom: -40px;
		width: 40px;
		height: 40px;
		right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.scroll-top {
		right: 20px;
	}
}

.scroll-top.active {
	bottom: 80px;
	opacity: 1;
}

.scroll-top:hover {
	background: var(--color-red);
	cursor: pointer;
}

.scroll-top:hover .stick {
	fill: var(--color-white);
}

.mceContentBody {
	background-color: #fff;
	color: #000;
}

.mce-border-dashed-bottom {
	border-bottom: 1px dashed;
}

.mce-border-site {
	border: 2px solid #1A385B;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.mce-button-invert {
	display: inline;
	border: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: #fd5e62;
	color: #fff;
}

.mce-text-shadow-lite {
	text-shadow: 1px 1px #f3f3f3;
}

.mce-text-shadow-dark {
	text-shadow: 1px 1px #3c3c3c;
}

.mce-qoute {
	border-left: 3px solid #1A385B;
	padding: 10px;
	font-style: italic;
	background: rgba(0, 0, 0, 0.05);
	display: block;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

.mce-epick {
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.mce-epick:before {
	content: '';
	width: 190px;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	top: 0px;
	border: 1px solid #1A385B;
}

.mce-epick:after {
	content: '';
	width: 190px;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	bottom: 0px;
	border: 1px solid #1A385B;
}

.spoiler * {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.spoiler .text-wrapper {
	overflow: hidden;
}

.spoiler .visible-text {
	padding-bottom: 10px;
}

.spoiler .visible-text p {
	margin-bottom: 0;
}

.spoiler .hidden-text {
	opacity: 0;
	max-height: 0;
}

.spoiler .hidden-text p {
	margin: 0px;
}

.spoiler .toggler {
	margin-top: 0px;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
}

.spoiler.active .hidden-text {
	max-height: 999px;
	opacity: 1;
}

#tinymce .hidden-text {
	opacity: .8;
	max-height: none;
}

.mail-input{
    height: 180px;
}

.form-item.novalid input {
	-webkit-animation: bounce 0.6s ease-in-out 3;
	animation: bounce 0.6s ease-in-out 3;
}

@-webkit-keyframes bounce {
	0% {
		border-bottom: 1px solid #ffffff;
	}
	100% {
		border-bottom: 1px solid transparent;
	}
}

@keyframes bounce {
	0% {
		border-bottom: 1px solid #ffffff;
	}
	100% {
		border-bottom: 1px solid transparent;
	}
}

address {
	font-style: normal;
}

.heroimage {
	position: relative;
	padding-top: 80px;
	overflow: hidden;
}


.heroimage .content {
	height: 900px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

.heroimage .header_1 { 
	display: inline-block;
	color: #F8F8F8;
	margin-bottom: 20px;
	text-align: center;
}
 

.heroimage .subtitle {
    display: inline-block;
    color: #F8F8F8;
	font-family: "Roboto";
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
	text-transform: none;
}

@media only screen and (max-width: 991px) {
	.heroimage .content {
		padding: 110px 0 80px;
		min-height: 600px;
	}
	.heroimage .header_1 {
		font-size: 40px;
	}
	.heroimage .header_1:after {
		height: 10px;
	}
	.heroimage .subtitle {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.heroimage .content {
		padding: 80px 0 60px;
		min-height: 450px;
	}
	.heroimage .header_1:after {
		height: 5px;
	}
	.heroimage .subtitle {
		font-size: 18px;
	}
}
.teplohod {
	padding-top: 144px;
	padding-bottom: 144px;
}
.teplohod .header_1 {
	position: relative;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 1.2;
	color: #0E0F0F;
	margin-bottom: 40px;
}

.teplohod .subtitle {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
}
.teplohod-img {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 85px;
}

.teplohod-img img {
    width: 100%;
    transition: 0.2s;
}

.teplohod-img img:hover {
    box-shadow: 0 3px 27px 0 rgb(73 102 108 / 90%);
}
/* .teplohod-img img:hover {
    animation: sharkMov 1s linear;
}

@keyframes sharkMov {
    0% {
        width: 100%;
    }
    
    100% {
        width: 90%;
    }
} */
.teplohod-img::after {
	position: absolute;
	content: '';
	width: 500px;
	height: 524px;
	border: 2px solid #D59B77;
	z-index: -1;
	top: -35px;
	left: 32px;
}
.teplohod-img:first-child {
	margin-right: 15px;
}
.teplohod-wrap {
	display: flex;
	position: relative;
}
.teplohod-wrap .first {
	position: relative;
	text-decoration: none;
}

.teplohod-wrap .two {
    margin-left: 15px;
}

.teplohod-wrap span {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
	color: #0E0F0F;
	margin-top: 21px;
	text-align: center;
}
.teplohod-wrap .teplohod_cost {
    font-size: 16px;
    margin: 0px;
}
.photo-text {
	position: relative;
	padding-top: 144px;
}
.photo-text .image-wrapper img {
	width: 678px;
	position: absolute;
}
.photo-text .block-left svg {
	width: 103px;
	height: 100px;
	position: absolute;
	left: -50px;
	bottom: 170px;
}
.photo-text .block-right::after {
    position: absolute;
    content: '';
    width: 540px;
    height: 520px;
    border: 2px solid #D59B77;
    z-index: -1;
    top: 319px;
}
.photo-text .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.bottom-block {
	background: #1A385B;
}
.photo-text .block-left {
	width: 522px;
	flex-shrink: 0;
	position: relative;
}

.photo-text .block-right {
	width: 50%;
	margin-left: 172px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.block-right__body .title {
    font-size: 18px;
    line-height: 28.8px;
    color: #1A385B;
    font-weight: 700;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1299px) {
	.photo-text .content {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.photo-text .block-right {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.photo-text .block-right {
		padding-left: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.photo-text .content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.photo-text .block-left {
		width: 100%;
	}
	.photo-text .block-right {
		margin-top: 42px;
		width: 100%;
		padding-left: 0px;
	}
}
.grid {
	width: 100%;
}
.main-contacts {
	position: relative;
	background-color: var(--color-light-gray);
	padding: 112px 0;
}
.main-contacts .header_1 {
	position: relative;
	color: var(--color-black);
	font-family: "Golos Text";
	font-style: normal;
	letter-spacing: -0.01em;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
}

.main-contacts .map-wrap {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: -35px;
	left: 0;
	right: 0;
	bottom: 0;
}

.main-contacts .map {
	width: 100%;
	height: 100%;
}

.main-contacts .block-contacts {
	position: relative;
	z-index: 2;
	-webkit-transition: 0.1s;
	transition: 0.1s; 
}

.main-contacts .block-contacts.hidden {
	opacity: 0;
}

.main-contacts .list {
	margin: 0;
	margin-top: 60px;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.main-contacts .item {
	list-style: none;
	display: flex;
	gap: 16px;
	align-items: start;
}

.main-contacts .title {
	display: inline-block;
	text-align: left;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--color-black);
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-top: 0px;
	margin-bottom: 8px;
}

.main-contacts .text-default {
	color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.order .cart-order-cover {
		padding-right: 0px;
	}
	.footer .logo , .footer .right{ 
        
    }
    .footer .address {
        display: none;
    }
    .footer a.contacts-info-text {
        text-align: left; 
    }
    .socials{
        
        margin:15px 0;
    }    
    .socials a {
        margin-left: 0;
        margin-right: 15px;
    }
    .copyright .right {
        display: flex;
        flex-wrap: wrap;
    }
    .copyright .copyright__terms{
        margin:15px 0;
    }
    .copyright .copyright__terms a{
        margin: 0;
    }
    .copyright .content {
    margin-left: 0;
    text-align: left;
}
    .copyright .copyright__copy {
    width: 100%;
    margin: 0;
}
.header_1.gold {
    font-size: 35px;
    line-height: 1.2;
	margin-bottom: 40px;
}
}

@media only screen and (max-width: 767px) {
	.main-contacts .map-wrap {
		position: relative;
		height: 450px;
	}
	.main-contacts .block-contacts {
		width: 100%;
	}
}

.main-catalog .list {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 51px;
}

.main-catalog .category__item {
	width: 32%;
}

.main-catalog .category__item:nth-child(n+3) {
	margin-top: unset;
}

.main-catalog .category__item:nth-child(n+4) {
	margin-top: 69px;
}

.main-catalog .link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid #1A385B;
	padding: 25px 50px;
	margin-top: 40px;
}
.main-catalog .link:hover {
    background-color: #1A385B;
}
.main-catalog .link:hover .text {
	 color: #fff;
}
.main-catalog .link svg{
    width: 8px;
    height: 14px;
    margin-left:12px;
}
.main-catalog .link:hover path{
    fill: #141414;
}
.main-catalog .link .icon-wrap {
	width: 46px;
	height: 46px;
	display: inline-block;
	background-color: #1A385B;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 8px #f8d4d5;
	box-shadow: 0px 0px 0px 8px #f8d4d5;
}
 

.main-catalog .link .text {
	display: inline-block; 
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #0E0F0F;
	font-family: "Roboto";
    font-size: 24px;
    font-weight: 500;
	line-height: 1.2;
    text-transform: none;
}

@media only screen and (max-width: 1299px) {
	.main-catalog .category__item {
		width: 32.5%;

	}
	.main-catalog .category__item:nth-child(n+4) {
		margin-top: 50px;
	} 
}

@media only screen and (max-width: 991px) {
	.main-catalog .category__item {
		width: 49.2%;
	}
	.main-catalog .category__item:nth-child(n+3) {
		margin-top: 50px;
	} 
}

@media only screen and (max-width: 767px) {
	.main-catalog .category__item {
		width: 100%;
		margin-top: 50px;
	} 
}
/* .instagram {
	padding-top: 144px;
} */
.pt-insta {
	padding-top: 144px;
}
.instagram .header_1{
	position: relative;
    color: #0E0F0F;
	font-family: "Golos Text";
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: left;
	margin-bottom: 40px;
}
.instagram .header_1::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 85px;
	left: 0;
	bottom: -14px;
	background: #D59B77;
}
.instagram .grid {
	width: 100%;
	height: 590px;
	border: 1px solid #222;
	margin-top: 93px;
	text-align: center;
	padding-top: 200px;
}
.instagram .grid span {
	color: #0E0F0F;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: normal;
	font-size: 120px;
	line-height: 1.2;
}
.gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.gallery__wrapper a {
    margin-bottom: 20px;
    
}
.main-gallery .content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-gallery a {
	position: relative;
	display: block;
	width: 32.2%;
	top: 0;
	-webkit-box-shadow: 0px 8px 43px 0px rgba(51, 65, 80, 0);
	box-shadow: 0px 8px 43px 0px rgba(51, 65, 80, 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width: 991px) {
	.main-gallery a {
		width: 49.33%;
	}
}

.main-gallery a:hover {
	-webkit-box-shadow: 0px 8px 43px 0px rgba(51, 65, 80, 0.7);
	box-shadow: 0px 8px 43px 0px rgba(51, 65, 80, 0.7);
	top: -4px;
}

.main-gallery a:nth-child(n+4) {
	margin-top: 22px;
}

@media only screen and (max-width: 1299px) {
	.main-gallery a:nth-child(n+4) {
		margin-top: 16px;
	}
}

@media only screen and (max-width: 991px) {
	.main-gallery a:nth-child(n+4) {
		margin-top: unset;
	}
}

@media only screen and (max-width: 991px) {
	.main-gallery a:nth-child(n+3) {
		margin-top: 8px;
	}
}

.main-gallery .gallery__item_image {
	display: block;
}
.similar-products {
    padding-top: 40px;
}
.similar-products .category {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.similar-products .slick-list {
	position: relative;
}

.similar-products .slick-active .category__item {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(51, 65, 80, 0.13);
	box-shadow: 0px 0px 10px 0px rgba(51, 65, 80, 0.13);
}

.similar-products .category__item {
	width: 97% !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.similar-products .category__item:nth-child(n+3) {
	margin-top: unset;
}

.similar-products .category__item:nth-child(n+4) {
	margin-top: 20px;
}

.similar-products .link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.similar-products .link:hover .text {
	color: #1A385B;
}

.similar-products .link .icon-wrap {
	width: 46px;
	height: 46px;
	display: inline-block;
	background-color: #1A385B;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 8px #f8d4d5;
	box-shadow: 0px 0px 0px 8px #f8d4d5;
}

.similar-products .link .icon {
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(90deg) scale(0.6);
	-ms-transform: rotate(90deg) scale(0.6);
	transform: rotate(90deg) scale(0.6);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.similar-products .link .icon svg {
	fill: #ffffff;
}

.similar-products .link .text {
	display: inline-block;
	margin-left: 28px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.similar-products .arrow,
.similar-products .instagram .instashow-gallery-control-arrow,
.instagram .similar-products .instashow-gallery-control-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.similar-products .arrow.arrow-prev,
.similar-products .instagram .arrow-prev.instashow-gallery-control-arrow,
.instagram .similar-products .arrow-prev.instashow-gallery-control-arrow,
.similar-products .instagram .instashow-gallery-control-arrow.instashow-gallery-control-arrow-previous,
.instagram .similar-products .instashow-gallery-control-arrow.instashow-gallery-control-arrow-previous,
.similar-products .instagram .arrow.instashow-gallery-control-arrow-previous,
.instagram .similar-products .arrow.instashow-gallery-control-arrow-previous {
	left: -22px;
}

.similar-products .arrow.arrow-next,
.similar-products .instagram .arrow-next.instashow-gallery-control-arrow,
.instagram .similar-products .arrow-next.instashow-gallery-control-arrow,
.similar-products .instagram .instashow-gallery-control-arrow.instashow-gallery-control-arrow-next,
.instagram .similar-products .instashow-gallery-control-arrow.instashow-gallery-control-arrow-next,
.similar-products .instagram .arrow.instashow-gallery-control-arrow-next,
.instagram .similar-products .arrow.instashow-gallery-control-arrow-next {
	right: -10px;
}

@media only screen and (max-width: 1299px) {
	.similar-products .category__item {
		width: 48.5%;
	}
	.similar-products .category__item:nth-child(n+4) {
		margin-top: 0px;
	}
	.similar-products .category__item:nth-child(n+3) {
		margin-top: 20px;
	}
	.teplohod-img::after {
		width: 350px;
		height: 440px;
		left: 39px;
	}
	.teplohod-wrap span {
		font-size: 20px;
	}
	
}

@media only screen and (max-width: 767px) {
	.similar-products .category__item {
		width: 100% !important;
	}
}
.description  {
	padding-top: 103px;
}
.description svg {
	width: 113px;
	height: 100px;
	position: absolute;
	left: -50px;
	bottom: 164px;
}
.description .header_1 {
    color: #0E0F0F;
	font-family: "Golos Text";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2; 
    text-transform: none;
	margin-bottom: 90px;
	position: relative;
}

.description .header_1::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 85px;
	left: 0;
	bottom: -14px;
	background: #D59B77;
}
.description .text-default {
	padding: 90px 0px;
}
.description .blocks-wrap {
	flex-direction: row-reverse;
}
.description .content {
	    position: relative;
        z-index: 3;
        display: flex;
        flex-wrap: wrap;
}
.description .block-left {
    width: 60%;
    position: relative
}
.description .block-right{
    width: 50%;
    display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 200px;
	position: relative;
	z-index: 1;
}
.description .block-right::after {
    position: absolute;
    content: '';
    width: 540px;
    height: 626px;
    border: 2px solid #D59B77;
    z-index: -1;
    top: 60px;
	z-index: -1;
}
.description .block-right img{
    width: 612px;
	position: absolute;
}
.description .text-default p {
	margin-bottom: 15px;
}
.description .block-right .text-default {
    background-color: #1b1b1b;
    padding: 90px 50px 40px;
    margin-left: -80px;
    padding-left:70px;
}
.description li {
	list-style-type: none;
	position: relative;
}
.description li::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #D59B77;
	position: absolute;
	left: -25px;
	top: 6px;
}


@media only screen and (max-width: 1299px) {
	.photo-text .block-left {
		width: 360px;
	}
	.photo-text .block-right {
		padding-left: 0px;
		margin-left: 86px;
	}
	.photo-text .image-wrapper img {
		width: 507px;
	}
	.photo-text .block-right::after {
		width: 383px;
		height: 412px;
		top: 410px;
	}
	.text-default {
		padding: 34px 0px;
	}
	.description .block-left {
		width: 360px;
	}
	.description .block-right {
		margin-right: 86px;
	}
	.description .block-right::after {
		position: absolute;
		content: '';
		width: 417px;
		height: 544px;
		border: 2px solid #D59B77;
		z-index: -1;
		top: 167px;;
	}
	.description .block-right img {
		width: 507px;
	}
	.description .text-default {
		padding: 34px 0px;
	}
	.instagram .grid span {
		font-size: 70px;
	}
	.form-desc .block-right {
		z-index: 2;
	}
	.footer .logo_img {
		margin-right: 5px;
	}
	.footer .logo_text {
		margin-right: 10px;
	}
	.footer .address {
		margin-right: 10px;
	}
}




@media only screen and (max-width: 1149px) {
	.info-filter .container .filter-wrapper .flter button {
        position: initial;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        border-radius: 0;
        min-width: auto;
        font-size: 0;
        background-color: #1A385B;
        padding: 15px;
        transition: 0.3s;
        display: block;
        width: 241px;
        height: 50px;
        order: 66;
    }
    .category__item .header_2{
        font-size: 16px;
        max-width: 100%;
    }
    .description .block-left img{
        width:calc(100% + 100px);
        margin-left: -125px;
    }
    .description.pb_pink{
            padding-bottom: 90px;
    }
    .category__item .price{
            width: 40%;
    }
    /* .main-reviews .link .text, .main-catalog .link .text{
        font-size: 14px;
    } */
}

@media only screen and (max-width: 991px) {

	.teplohod-img::after {
		width: 250px;
		height: 360px;
	}
	.teplohod-wrap span {
		font-size: 16px;
	}
    .photo-text .content {
        flex-wrap: wrap;
    }
    .photo-text .block-left {
        width: 100%;
    }
    .photo-text .block-right{
        width: 100%; 
        margin-top: 0px;
		margin-left: 0px;
        padding-left: 0;
		align-items: flex-start;
		margin-bottom: 58px;
		position: relative;
    }
    .photo-text .block-right img {
        width: 100%;
		position: relative;
    }
	.photo-text .block-right::after {
		width: 100%;
		height: 100%;
		top: -4px;
		padding: 1px;
	}
	.blocks-wrap {
		flex-direction: column;
	}
    .block-right__body { 
        margin-left: 0px; 
    }
    
	.title {
		margin-top: 127px;
	}
    
    .advantages .block-left {
        width: 100%;
    }
    
    .advantages .block-right {
        width: 100%;
        padding-left: 0px;
    }
    .advantages .list{
        padding-left: 0px;
    }
    
    .description .block-left {
        width: 100%;
        position: relative;
    }
    
    .description .block-right {
        align-items: flex-start;
		position: relative;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		padding-left: 0;
		align-items: flex-start;
		margin-bottom: 58px;
		position: relative;
    }
	.description .block-right::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		border: 2px solid #D59B77;
		z-index: -1;
		top: -2px;
	}
    .description .block-right img {
		width: 100%;
		position: relative;
	}
    .description .block-left img {
		width: 100%;
		margin-left: 0;
	}
    .description .block-right .text-default { 
        padding: 30px 30px 20px;
        margin-left: 0px; 
    }
	.description .blocks-wrap {
		flex-direction: column;
	}
    
    .form-desc .block-left {
        position: relative;
        width: 100%;
    }
    .form-desc .content { 
        flex-wrap: wrap;
    }
    .form-desc .block-right:after{
        display: none;
    }
    .form-desc .container {
        padding-right: 30px;
    }
	.form-desc .block-right .subtitle br {
		display: none;
	}
	.form-desc .block-right .text-label {
		padding-left: 175px;
	}
	.category .content .category__item {
		width: 50%;
	}
	.breadcrumbs {
		padding-top: 50px;
	}
	.main-reviews .list {
	    flex-direction: column;
	}

}
@media only screen and (max-width: 767px) {
	.title {
		margin-top: 60px;
	}
	.teplohod .header_1::after {
		font-size: 50px;
	}
	.teplohod-img {
		margin-top: 40px;
	}
	.teplohod-img::after {
		display: none;
	}
	.teplohod-wrap {
		flex-direction: column;
	}
	.teplohod-img:first-child {
		margin-right: 0px;
	}
	.teplohod {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.category__item .buttons-wrap {
		padding-top: 25px;
	}
	.category__item .button-category {
		min-width: 200px;
		padding: 25px 14px;
	}
	.card-attributes__value {
		font-size: 20px;
	}
	.category__item .header_2 {
		font-size: 16px;
	}
	.category__wrapper-link::after {
		bottom: -10px;
	}
	.category .content .category__item {
		width: 100%;
	}
	.photo-text {
		padding-top: 50px;
	}
	.main-catalog .header_1::after {
		font-size: 50px;
	}
	.header_1.gold::after {
		font-size: 50px;
	}
	.advantages {
		padding-top: 0px;
	}
	.advantages .header_1::after {
		font-size: 50px;
	}
	.advantages .text-default {
		padding-right: 0px;
	}
	.description {
		padding-top: 50px;
	}
	.description .header_1::after {
		font-size: 100px;
	}
	.main-reviews .link {
		margin-top: 40px;
	}
	/* .form-desc .header_1::after {
		font-size: 50px;
	} */
	.form-desc .header_1 {
		font-size: 31px;
	}
	.form-desc .block-right .text-label {
		padding-left: 0px;
	}
	.form-desc .container {
		padding-right: 0px;
	}
	.pt-insta {
		padding-top: 50px;
	}
	.instagram .header_1::after {
		font-size: 50px;
		top: 0;
	}
	.breadcrumbs {
		padding-bottom: 42px;
		padding-top: 28px;
	}
	.category__item .buttons-wrap {
		padding: 10px 10px;
	}
	.category__item .button-category {
		min-width: 100px;
		padding: 10px 0px;
	}
	.card-attributes__value {
		font-size: 20px;
	}
	.heroimage .header_1 {
		font-size: 32px;
		line-height: 1.2;
	}
	.teplohod .header_1 {
		font-size: 27px;
	}
	.main-catalog .header_1 {
		font-size: 27px;
	}
	.header_1.gold {
		font-size: 27px;
	}
	.description .header_1 {
		font-size: 27px;
		margin-bottom: 40px;
	}
	.main-reviews .header_1 {
		font-size: 27px;
	}
	.instagram .header_1 {
		font-size: 27px;
	}
	.footer .content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer .logo {
		margin-bottom: 10px;
	}
	.footer .right {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer .contacts-info {
		margin-right: 0px;
	}
	.footer .socials {
		margin-right: 0px;
		justify-content: center;
		align-items: center;
	}
	.footer .socials a.whatsapp {
		margin-right: 0px;
	}
	.copyright .content {
		justify-content: center;
		align-items: center;
	}
	.copyright .copyright__copy {
		text-align: center;
	}
	/* .main-reviews .link {
		padding: 14px 10px;
	}
	.main-reviews .link .text {
		font-size: 16px;
	} */
	
}

@media (max-width: 992px) {
  .menu-open .link-inner::after {
        content: '▸';
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);  
        right: -20px;    
        transition: transform .2s linear;
    }
    
    .menu-open .link-inner.active::after {
        transform: translateY(-50%) rotate(270deg);  
    } 
}
.about{
    background-color: var(--color-light-gray);
    padding: 112px 0;
}
.about .left-block{
    max-width: 586px;
}
.about__title{
    color: var(--color-black);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}
.about__description{
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    width: 86%;
    color: var(--color-black);
    margin-bottom: 32px;
}
.aboout__items-container{
    display: flex;
    gap: 20px;
}
.about__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 157px;
}
.about__item-title{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 5px;
}
.about__item-img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.tasks{
    padding: 112px 0;
}
.tasks .content {
    display: flex;
    gap: 80px;
}
.tasks .left-block{
    width: 50%;
}
.tasks .right-block{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tasks__title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
}
.tasks__decription{
    line-height: 1.5;
    color: var(--color-black);
    width: 86%;
    font-weight: 400;
}
.tasks__item-title{
    font-weight: 700;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: -0.01em;
}
.tasks__item-container {
    display: flex;
    gap: 40px;
}
.tasks__divider{
    height: 100px;
    border-left: 2px solid rgba(0, 0, 0, 0.15);
    margin-left: 59px;
}
.tasks__item-decription{
    color: var(--color-black);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 16px;
    margin-bottom: 0;
}
.whous{
    background-color: var(--color-light-gray);
    padding: 112px 0;
}
.whous .content{
    display: flex;
    align-items: center;
}
.whous .left-block{
    width: 50%;
}
.whous .right-block{
    width: 50%;
    position: relative;
}
.whous__description{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-black);
    width: 85%;
    margin-top; 24px;
    margin-bottom: 0;
}
.whous__accent{
    font-weight: 700;
    margin: 22px 0;
}
.whous__title{
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-size: 48px;
}
.whous__image{
    height: 640px;
    max-width: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 6px;
}
.whous__bird{
    position: absolute;
    bottom: -76px;
    right: -118px;
    
}
/* .grecaptcha-badge{
    display: none !important;
} */
.main-contacts .content{
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}
.contacts__map{
    width: 64%;
}
.contacts__map iframe{
    border-radius: 6px;
}
.contacts__iconm{
    width: 32px;
    height: 32px;
}
.footer__socvial-link{
    width: 40px;
    height: 40px;
}
.about .content{
    display: flex;
    gap: 80px;
}
.about .right-block{
    width: 50%;
}
.about__video{
    width: 100%;
    height: 370px;
    border-radius: 9px;
}
.form__check{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.checkbox__label{
    color: var(--color-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    cursor: text;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
}
.form__check input[type="checkbox"] {
    /* Убираем нативный стиль */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: all 0.2s ease;
    margin: 0;
    margin-right: 8px;
}

.form__check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    pointer-events: none;
}
.news{
    padding: 112px 0;
    background-color: var(--color-light-gray);
}
.news .content{
    display: flex;
    flex-direction: column;
    gap: 80px;    
}
.link-button{
    padding: 10px 24px;
    text-decoration: none;
    border: 1px solid var(--color-dark-gray);
    color: var(--color-black);
    font-family: "Golos Text";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    border-radius: 6px;
    width: fit-content;
    margin-left: auto;
    transition: all 0.2s ease;
}
.link-button:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.news__title{
    font-family: "Golos Text";
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.news__list{
    padding: 0;
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
}
.blog-list__item{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 557px;
    width: calc((100% - 64px) / 3);
    background-color: var(--color-white);
}
.blog-list__item:hover{
    background-color: rgba(242, 242, 242, 0.3);
}
.blog-list__item-img{
    max-width: 100%;
    width: 100%;
    height: 300px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    object-fit: cover;
}
.blog__item-content{
    padding: 24px;
    height: 257px;
    display: flex;
    flex-direction: column;
    transform: translateY(-6px);
}

.blog__item-link{
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-black);
    display: flex;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    margin-top: auto;
}
.blog__item-link:hover{
    color: rgba(0, 160, 255, 1);
}
.blog__item-date{
    font-family: "Roboto";
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-black);
    margin-bottom: 16px;
}
.blog__item-title{
    margin-bottom: 8px;
    font-family: "Golos Text";
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: var(--color-black);
}
.blog__item-description{
    margin: 0;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--color-black);
}
.blog__list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    padding: 0;
}
.event{
    margin: 112px 0;
}
.events-intro{
    position: relative;
}
.events-title{
    margin-bottom: 24px;
    font-family: "Golos Text";
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-black);
}
.events-description{
    color: var(--color-black);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    max-width: 768px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.events-hand{
    position: absolute;
    right: -64px;
    top: -14px;
}
.events-star{
    position: absolute;
    top: -103px;
    left: 24px;
}
.events-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
}
.event-item{
    background-color: var(--color-light-gray);
    padding: 20px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 500px;
    text-decoration: none;
}
.event-image{
    height: 246px;
    object-fit: cover;
    border-radius: 6px;
}
.event-title{
    font-family: "Golos Text";
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: var(--color-dark-gray);
    text-align: center;
    text-decoration: none;
}
.event-link{
    border: none;
    width: 100%;
    background-color: var(--color-white);
    padding: 10px 24px;
    color: var(--color-dark-gray);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    font-family: "Golos Text";
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: auto;
    border-radius: 6px;
}
.event-link:hover{
    background-color: rgba(229, 229, 229, 1);
}
.main-slider{
    margin: 112px 0;
}
.main-slider__title{
    display: flex;
    justify-content: space-between;
}
.partners-title{
    font-family: "Golos Text";
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-black);
}
.main-slider__button-container{
    display: flex;
    gap: 17px;
    
}
.main-slider__button{
    width: 55px;
    height: 55px;
    background: 0;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}
.main-slider__button img{
    width: 55px;
    height: 55px;
}
.partners-slider{
    margin-top: 80px;
    max-height: 220px;
    display: flex;
}
.main-slider__item{
    display: flex;
    align-items: center;
    height: 220px !important;
    justify-content: center;
    width: fit-content;
}
.main-slider__item img{
    width: fit-content !important;
    max-height: 220px ;
}
.form__link{
    text-decoration: underline;
    color: var(--color-dark-gray);
}
.form__link:hover{
    color: rgba(0, 160, 255, 1);
}
.heroimage .heroimage__title{
    font-family: "Golos Text";
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--color-dark-gray);
    margin-bottom: 24px;
    width: 87%;
    text-align: left;
}
.heroimage .subtitle{
    width: 87%;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--color-dark-gray);
    margin-bottom: 42px;
}
.heroimage .left-block{

    width: 50%;
}
.heroimage .right-block{
    width: 50%;
    display: flex;
    gap: 17.6px;
}
.heroimage .button-invert{
    width: fit-content;
}
.hero-girl{
    position: absolute;
    top: 34px;
    left: 46px;
}
.hero-boy{
    position: absolute;
    bottom: 90px;
    left: 263px;
}
.marque-image{
    object-fit: cover;
    border-radius: 6px;
    height: 340px;
    width: 100%;
}
.marque{
    width: calc(50% - 8.8px);
}
.rollup__marque {
  animation: scrollUp 48s linear infinite;
}

.rolldown__marque {
  animation: scrollDown 48s linear infinite;
}
@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
  0%   { transform: translateY(0); }
  100% { transform: translateY(50%); }
}
@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}
.marque-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reviews__title{
    font-family:"Golos Text";
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-black);
    margin-bottom: 24px;
}
.parent-arrow{
    width: 24px;
    height: 24px;
}
#comment-editor1{
    height: 273px;
}
@media only screen and (max-width: 1500px){
    .whous__bird{
        right: 0;
    }
    .events-hand{
        right: 0;
    }
}
@media only screen and (max-width: 1199px){
    .marque{
        width: fit-content;
    }
    .marque-track{
        flex-direction: row;
    }
    .rollup__marque {
      animation: scrollLeft 16s linear infinite;
    }
    
    .rolldown__marque {
      animation: scrollRight 16s linear infinite;
    }

    .news__list{
        flex-wrap: wrap;
    }
    .aboout__items-container{
        justify-content: space-evenly;
    }
    .events-hand{
        scale: 0.6;
        display: none;
    }
    .events-star{
        scale: 0.6;
    }
    .whous__bird{
        scale: 0.6;
    }
    .about .left-block{
        max-width: 45%;
    }
    .about .content{
        justify-content: space-between;
        gap: 40px;
    }
    .about__description{
        width: 100%;
    }
    .tasks__decription{
        width: 100%;
    }
    .blog-list__item{
        width: calc((100% - 32px) / 2);
    }
    .form-desc .content{
        align-items: center;
        gap: 32px;
    }
    .form-desc img{
        object-position: top;
        height: 550px;
    }
    .heroimage .content{
        height: auto;
        flex-direction: column;
        gap: 32px;
        padding-bottom: 32px;
        padding-top: 64px;
    }
    .heroimage .left-block{
        width: 100%;
    }
    .hero-girl{
        scale: 0.6;
        top: 180px;
        left: 212px;
    }
    .hero-boy{
        scale: 0.6;
        bottom: unset;
        left: unset;
        top: -60px;
        right: 0;
    }
    .heroimage .right-block{
        flex-direction: column;
        width: 100%;
    }
    
    .marque-image{
        height: 210px;
    }
        .about .content{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .about .left-block{
        width: 100%;
        max-width: 70%;
    }
    .main-contacts .content{
        flex-direction: column;
        gap: 32px;
    }
    .news .content{
        gap: 32px;
    }
    .tasks .content{
        gap: 32px;
    }
    .main-contacts{
        padding: 64px 0;
    }
    .main-slider{
        margin: 64px 0;
    }
    .form-desc{
        margin: 64px 0;
    }
    .news{
        padding: 64px 0;
    }
    .tasks{
        padding: 64px 0;
    }
    .about{
        padding: 64px 0;
    }
    .event{
        margin: 64px 0;
    }
    .whous{
        padding: 64px 0;
    }
    
}
@media only screen and (max-width: 991px){
    #comment-editor1{
    height: auto;
    }
    .review-left-block{
        width: 100%;
    }
    .copyright .content{
        justify-content: center;
    }
    .copyright .copyright__copy{
        text-align: center;
        margin: 15px 0;
    }
    .copyright .copyright__terms{
        text-align: center;
        margin: 15px 0;
    }
    .copyright__created{
        margin: 15px 0;
    }
    .contacts__map{
        width: 100%;
    }
    .tasks .content{
        flex-direction: column;
        align-items: center;
    }
    .tasks .left-block{
        width: 100%;
    }
    .about .right-block{
        width: 100%;
    }
    .about .left-block{
        max-width: 100%;
    }
    .whous .content{
        flex-direction: column;
        gap: 32px;
    }
    .whous .left-block{
        width: 100%;
    }
    .whous .right-block{
        width: 80%;
    }
    .whous__image{
        width: 100%;
        height: 440px;
    
    }
    
}
@media only screen and (max-width: 768px){
    .gallery__wrapper a{
        margin-left: auto;
        margin-right: auto;
    }
    .blog-list__item{
        width: 100%;
    }
    .tasks .right-block{
        width: 100%;
    }
    .main-contacts .content{
        align-items: start;
    }
    .main-contacts .header_1{
        font-size: 31px;
    }
    .partners-title{
        font-size: 31px;
    }
    .news__title{
        font-size: 31px;
    }
    .tasks__title{
        font-size: 31px;
    }
    .about__title{
        font-size: 31px;
    }
    .events-title{
        font-size: 31px;
    }
    .whous__title{
        font-size: 31px;
    }
    .heroimage .heroimage__title{
        font-size: 36px;
        width: 100%;
    }
    .heroimage .subtitle{
        width: 100%;
    }
    .hero-girl{
        z-index: -2;
    }
    .hero-boy{
        z-index: -2;
    }
    .whous .right-block{
        width: 100%;
    }
    .whous__description{
        width: 100%;
    }
    .tasks__divider{
        height: 64px;
    }
    .header .socials{
        margin-left: 10px;
    }
    .main-slider__item{
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 425px){
    .aboout__items-container{
        flex-direction: column;
        align-items: center;
    }
    .about__video{
        height: 240px;
    }
    .tasks__item-container{
        flex-direction: column;
        aling-items: center;
    }
    .tasks__item-container{
        align-items: center;
    }
    .tasks__divider{
        margin: 0 auto;
    }
    .tasks__item-title{
        text-align: center;
    }
    .tasks__item-decription{
        text-align: center;
    }
    .event-item{
        width: 100%;
    }
    .blog__item-content{
        padding: 10px;
    }
    .event-item{
        padding: 12px;
    }
    .hero-boy{
        display: none;
    }
}
.video-wrapper {
  position: relative;
  display: inline-block;
}

.about__video {
  display: block;
  width: 100%;
  height: auto;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.custom-play-button img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery__item_image img{
    transition: 0.3s all ease;
}
.gallery__item_image img:hover{
    transform: scale(1.05);
}
/* .menu-open .link-inner:hover::before {
    transform: translateY(-50%) rotate(180deg);    
} */
    

/*# sourceMappingURL=main.css.map */