* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
    direction: rtl;
}
html, 
body.inner-page {
    height: 100%;
}
img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.img-center img,
.img-center svg {
	display: block;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
}
a img {
	border: none;
}
path,
path:hover,
use,
use:hover,
a,
a:hover,
button,
button:hover {
	transition: 0.3s ease all;
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: inherit;
}
textarea {
	font-family: inherit;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}
body {
	font-family: 'Arimo', sans-serif;
	line-height: 1;
	background: #fff;
	color: #664942;
	max-width: 1920px;
	margin: 0 auto;
}

::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
::-webkit-input-placeholder {color:#C4C4C4;}
::-moz-placeholder          {color:#C4C4C4;}
:-moz-placeholder           {color:#C4C4C4;}
:-ms-input-placeholder      {color:#C4C4C4;}
strong,
b {
	font-weight: 700;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.overflow-hidden {
	overflow: hidden;
}
.rel {
	position: relative;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.size-0 {
	display: table;
	font-size: 0;
	width: 100%;
}
.table-responsive {
    width: 100%;
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
} 
.hidden {
	display: none;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.inline-flex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.f_wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_none {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.a-i_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.j-c_start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.j-c_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.j-c_around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.j-c_end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.j-c_between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-d_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
  touch-action: manipulation;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
		touch-action: manipulation;
		user-select: none;
	}
}
input[type="text"]::-ms-clear {
  display: none;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.width-100 {
	width: 100%;
}
.height-100 {
	height: 100%;
}
.buttonDrop,
.buttonMenu {
	display: none;
}
@media screen and (min-width: 1279px) {
	.mobile-menu {
		display: none;
	}
}
.width-1248 {
	max-width: 1248px;
	margin: 0 auto;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
/*header,*/
footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: italic;
	line-height: 1.1;
    text-align: center;
    color: #664942;
    text-transform: uppercase;	
}
h1 {
	font-size: 35px;
}
h2 {
	max-width: 680px;
    margin: 0 auto;
    font-size: 35px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 26px;
}
h6 {
	font-size: 24px;
}
p {
	font-size: 16px;
	color: #664942;
    line-height: 1.9 !important;
}

.button {
	width: 280px;
	height: 77px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
	border-radius: 80px;
	font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.25);
}
.button:hover {
	box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0.25);
}






header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
}
.inner-page header {
	position: relative;
}
.inner-page header:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 275px;
	background: linear-gradient(204.76deg, #ECD8CD 7.04%, #FDF2EE 84.22%);
	z-index: -1;
}
.inner-page header:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/fond-header.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 275px;
}
.inner-page .headerTop {
	position: relative;
	z-index: 2;
}
.inner-page main {
	position: relative;
	z-index: 400;
	padding-top: 50px;
}

.headerTop {
	padding-top: 8px;
}
.headerTop_item-1 {

}
.headerTop_item-2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.headerTop_item-3 {
	margin-top: 14px;
}
.boxLogo {
	display: block;
	max-width: 202px;
}
.boxMessengers a {
	font-size: 0;
	margin-left: 10px;
}
.boxMessengers a use {
	stroke: #B39C94;
}
.boxMessengers a:hover use {
	stroke: #B39C94;
}
.header_telephone {
	margin-top: 6px;
}
.header_telephone a {
	color: #664942;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	text-decoration: none;
}
.header_telephone svg {
	margin-right: 16px;
}
.header_telephone use {
	fill: #B39C94;
}
.header_telephone a:hover {
	text-decoration: underline;
}
.button-call {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
	color: #A58A80;
	background: transparent;
	font-style: italic;
}
.button-call:hover {
	text-decoration: underline;
}

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

}
.menuTop li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}
.menuTop a {
	font-style: italic;
	font-size: 18px;
	line-height: 1.25;
	color: #664942;
	text-decoration: none;
}
.menuTop a:hover {
	text-decoration: underline;
}
.sectionTop {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sectionTop:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	z-index: 1;
	background: linear-gradient(360deg, #FFFFFF 68.44%, rgba(255, 255, 255, 0) 95.57%);
}
.sectionTop_width {
	height: 825px;
	position: relative;
	z-index: 10;
}
.sectionTop_left {
	max-width: 540px;
	margin-right: auto;
	position: relative;
	z-index: 3;
}
.sectionTop_title {
	text-align: right;
	max-width: 100%;
	line-height: 1.5;
}
.sectionTop_text {
	font-size: 18px;
	line-height: 1.2 !important;
	color: #A58A80;
	margin-top: 21px;
}
.sectionTop_button {
	display: block;
	width: 375px;
	height: 103px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
	border-radius: 80px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 55px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.sectionTop_button:hover {
	box-shadow: none;
}
.sectionTop_right {
	position: absolute;
    bottom: 75px;
    right: -140px;
    width: 828px;
}
.sectionTop_thumb {
    font-size: 0;
}
.sectionTop_text-2 {
	position: absolute;
    bottom: 36%;
    left: 18%;
    z-index: 2;
    font-size: 18px;
    line-height: 1.25 !important;
    text-align: right;
    color: #A58A80;
    max-width: 230px;
}
.sectionTop_icons {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	font-size: 0;
}
.boxWhy {
	margin-top: 54px;
	position: relative;
}
.boxWhy:after {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 2;
    height: 50px;
    background: linear-gradient( #FFFFFF 68.44%, rgba(255, 255, 255, 0) 95.57%);
    transform: rotate(-180deg);
}
.boxWhy_title {
	max-width: 680px;
	margin: 0 auto;
	font-style: italic;
	font-size: 35px;
	line-height: 1.1;
	text-align: center;
	color: #664942;
	text-transform: uppercase;
}
.boxWhy_text {
	max-width: 880px;
	margin: 30px auto 0 auto;
	font-style: italic;
	font-size: 16px;
	line-height: 1.5 !important;
	text-align: center;
	color: #664942;
}
.listWhy {
	margin-top: 70px;
}
.listWhy_li {
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 17px;
}
.listWhy_li:nth-child(odd) {
	padding-left: 45px;
	text-align: left;
}
.listWhy_li:nth-child(even) {
	padding-right: 45px;
}
.listWhy_li:nth-child(odd) .listWhy_item {
	padding-left: 130px;
}
.listWhy_li:nth-child(even) .listWhy_item {
	padding-right: 150px;
}
.listWhy_item {
	background: linear-gradient(180deg, #F2E1D9 0%, #FCDACE 100%), #F2E1D9;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
	padding: 25px 100px;
	min-height: 218px;
	height: 100%;
	text-decoration: none;
}
.listWhy_item:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 40px;
	z-index: 1;
}
.listWhy_title,
.listWhy_text {
	position: relative;
	z-index: 2;
}
.listWhy_title {
	font-style: italic;
	font-size: 21px;
	line-height: 1.1;
	color: #664942;
	text-align: left;
}
.listWhy_li:nth-child(even) .listWhy_title {
	text-align: right;
}
.listWhy_text {
	font-style: italic;
	font-size: 16px;
	line-height: 1.5 !important;
	color: #A58A80;
	margin-top: 15px;
}

.boxWhy_thumb {
	position: absolute;
	bottom: -42px;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;   
	height: 100%; 
}
.boxWhy_thumb img {
	height: 100%;
	display: block;
	margin: 0 auto;
}
.boxWhy_icons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	z-index: 1;
	font-size: 0;
	text-align: center;
}
.fond-interaction {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 50px;
	box-sizing: border-box;
	padding-top: 230px;
	padding-bottom: 68px;
}
.boxInteraction {

}
.boxInteraction_title {
	font-style: italic;
	font-size: 35px;
	line-height: 1.1;
	text-align: center;
	color: #664942;
	text-transform: uppercase;
}
.listInteraction {
	margin-top: 75px;
	direction: ltr;
}
.listInteraction_item {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.listInteraction_item-1 {
	margin-left: 12px;
	max-width: 240px;
}
.listInteraction_item-2 {
	margin: 102px 0 0 63px;
    max-width: 240px;
}
.listInteraction_item-3 {
    max-width: 315px;
    margin: 31px 0 0 184px;
}
.listInteraction_item-4 {
    max-width: 285px;
    float: right;
    margin: 66px 30px 0 0;
}
.listInteraction_item-5 {
	max-width: 440px;
	margin: 100px 0 0 12px;
}
.listInteraction_number {
	display: block;
	font-style: italic;
	font-size: 120px;
	color: #fff;
	background: linear-gradient(#FFFFFF 15%, rgba(242, 225, 217, 0) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: absolute;
    z-index: 1;
}
.listInteraction_number-1 {
    bottom: 15px;
    right: -55px;
}
.listInteraction_number-2 {
    bottom: 31px;
    right: -68px;
}
.listInteraction_number-3 {
	bottom: 52px;
    right: -20px;
}
.listInteraction_number-4 {
	bottom: 36px;
    right: 31px;
}
.listInteraction_number-5 {
    bottom: 30px;
    right: 18px;
}
.listInteraction_title,
.listInteraction_text {
	position: relative;
	z-index: 2;
}
.listInteraction_title {
	font-style: italic;
	font-size: 21px;
	line-height: 1.25;
	color: #664942;
	text-align: left;
}
.listInteraction_text {
	font-style: italic;
	font-size: 16px;
	line-height: 1.25 !important;
	color: #A58A80;
	margin-top: 6px;
}
.listInteraction_arrows {
	position: absolute;
	font-size: 0;
	z-index: 1;
}
.listInteraction_arrows-1 {
    top: -9px;
    right: -203px;
}
.listInteraction_arrows-2 {
	bottom: -35px;
    right: -259px;
}
.listInteraction_arrows-3 {
	bottom: -62px;
    right: -153px;
}
.listInteraction_arrows-4 {
	bottom: -165px;
    left: -458px;
}
.boxInteraction_button {
	display: block;
	width: 375px;
	height: 103px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
    border-radius: 80px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 94px;
    margin-right: auto;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.boxInteraction_button:hover {
	box-shadow: none;
}
.fond-video {
	padding-top: 51px;
	position: relative;
}
.fond-video_icons {
	position: absolute;
    left: 0;
    top: -68%;
    font-size: 0;
    z-index: 0;
}
.boxVideo {

}
.boxVideo_title {
	max-width: 680px;
    margin: 0 auto;
    font-style: italic;
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    color: #664942;
    text-transform: uppercase;
}
.boxVideo_item {
	margin-top: 77px;
}
.boxVideo_thumb {
	width: 497px;
	cursor: pointer;
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
	position: relative;
	padding-bottom: 35.7%;
}
.boxVideo_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.boxVideo_play {
	width: 97px;
	height: 97px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -49px 0 0 -49px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%), #C4C4C4;
	box-sizing: border-box;
    padding: 0 0 0 4px;
    transition: 0.3s ease all;
}
.boxVideo_play use {
	fill: #fff;
}
.boxVideo_play:before {
	display: block;
	content: "";
	width: 177px;
	height: 177px;
	background: url(../images/icons-round.svg) no-repeat;
	background-size: 177px 177px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -89px 0 0 -89px;
}
.boxVideo_thumb:hover .boxVideo_play {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.boxVideo_right {
	width: calc(100% - 497px);
	box-sizing: border-box;
	padding-left: 16px;
}
.sliderVideo {
	font-size: 0;
	height: 100%;
	overflow: hidden;
}
.sliderVideo .slick-list {
	margin-left: -15px;
}
.sliderVideo .slick-slide {
	margin-left: 15px;
}
.sliderVideo_item,
.sliderVideo .slick-list,
.sliderVideo .slick-track,
.sliderVideo .slick-slide {
	height: 100%;
}
.sliderVideo .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.sliderVideo .slick-slide > div {
	height: calc(50% - 9px);
}
.sliderVideo .slick-slide > div:last-child {
	margin-top: 18px;
}
.sliderVideo_thumb {
	width: 100%;
	height: 100%;
	font-size: 0;
	border-radius: 15px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.sliderVideo_thumb img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.sliderVideo_thumb .boxVideo_play {
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	padding: 0 0 0 2px;
	margin: -25px 0 0 -25px;
	transition: 0.3s ease all;
}
.sliderVideo_thumb .boxVideo_play:before {
    display: block;
    content: "";
    width: 90px;
    height: 90px;
    background: url(../images/icons-round.svg) no-repeat;
    background-size: 90px 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
}
.sliderVideo_thumb:hover .boxVideo_play {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.questions-reviews {
    box-sizing: border-box;
    margin-top: 22px;
    padding-top: 225px;
    padding-bottom: 146px;
    position: relative;
}
.questions-reviews_thumb {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	font-size: 0;
}
.boxQuestions,
.boxReviews {
	position: relative;
	z-index: 2;
}
.boxQuestions_title {
	max-width: 680px;
    margin: 0 auto;
    font-style: italic;
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    color: #664942;
    text-transform: uppercase;
}
.listQuestions {
	margin-top: 35px;
}
.listQuestions_li {
	padding: 15px 0px;
	border-bottom: 1px solid #E2D8D3;
}
.listQuestions_top {
	position: relative;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 0 10px 100px;
}
.listQuestions_title {
	font-style: italic;
	font-size: 21px;
	line-height: 1.25;
	color: #664942;	
	text-align: right;
}
.listQuestions_button {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 2px solid #B39C94;
	border-radius: 50%;
}
.listQuestions_button:before,
.listQuestions_button:after {
	display: block;
	content: "";
	background: #A58A80;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
}
.listQuestions_button:before {
	width: 16px;
	height: 2px;
	margin: -1px 0 0 -8px;
}
.listQuestions_button:after {
	width: 2px;
	height: 16px;
	margin: -8px 0 0 -1px;
}
.listQuestions_li.open .listQuestions_button:after {
	display: none;
}
.listQuestions_bottom {
	display: none;
	margin-top: 6px;
}
.description {
	font-size: 16px !important;
    color: #664942 !important;
    line-height: 1.9 !important;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
	margin: 0 !important;
    color: #664942 !important;
    font-family: 'Arimo', sans-serif !important;
    line-height: 1.1 !important;
    text-align: right;
}
.description h1 {
	font-size: 32px !important;
}
.description h2 {
	font-size: 30px !important;
}
.description h3 {
	font-size: 28px !important;
}
.description h4 {
	font-size: 26px !important;
}
.description h5 {
	font-size: 24px !important;
}
.description h6 {
	font-size: 22px !important;
}
.description h1 font,
.description h2 font,
.description h3 font,
.description h4 font,
.description h5 font,
.description h6 font,
.description ul li font,
.description ol li font,  
.description h1 span,
.description h2 span,
.description h3 span,
.description h4 span,
.description h5 span,
.description h6 span,
.description blockquote span,
.description p font {
	font-size: inherit !important;
	color: inherit !important;
    font-family: inherit !important; 
}
.description p {
	font-size: 16px !important;
    color: #664942 !important;
    line-height: 1.9 !important;
    margin: 0 !important;
}
.description p span {
	color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
.description img {
	display: block;
	font-size: 0;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
.description ul {
  	list-style: none; 
}
.description ol {
	list-style: none;  
}
.description ul,
.description ol {
	margin: 0 0 15px 0;
	list-style-position: inside;
}
.description ul {

}
.description ul li {
	position: relative;
	box-sizing: border-box;
	padding-right: 20px;
}
.description ul li:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #664942;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 0;
}
.description ul ul,
.description ol ol,
.description ol ul,
.description ul ol {
	padding-left: 30px;
	box-sizing: border-box;
}
.description ol {
   list-style: none;
   counter-reset: li;
}
.description ol > li:before {
	font-weight: 600;
	counter-increment: li;
	content: counters(li, ".") ". ";
}
.description ol > li::marker {
	opacity: 0;
	display: none;
	visibility: hidden;
	font-size: 0;
}
.description ul li,
.description ol li {
	font-size: 16px !important;
    color: #664942 !important;
    line-height: 1.9 !important;
    margin: 0 !important;
}
.description a {
	color: #FF9F84;
	text-decoration: underline;
}
.description a:hover {
	text-decoration: none;
}
.description blockquote {
    margin: 0 !important;
    font-size: 18px;
    font-style: italic;
    color: #664942;
    border: 1px solid #FF9F84;
    box-sizing: border-box;
    padding: 15px 30px !important;
    border-radius: 3px;
    line-height: 1.9;
}
.description table tr td {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 16px !important;
    color: #664942 !important;
    line-height: 1.9 !important;
}
.description > *:last-child {
	margin-bottom: 0 !important;
}
.description img {
	margin-bottom: 0;
}
.boxQuestions_button {
	display: block;
	width: 375px;
	height: 103px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
	border-radius: 80px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 47px auto 0 auto;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);

}
.boxQuestions_button:hover {
	box-shadow: none;
}
.boxReviews {
	margin-top: 76px;
}
.sliderReviews {
	font-size: 0;
	margin-top: 50px;
	box-sizing: border-box;
	padding: 0 4px 8px 4px;
	overflow: hidden;
}
.sliderReviews .slick-list {
	overflow: visible;
}
.sliderReviews_item {

}
.sliderReviews_bg {
	background: #FFF7F3;
	box-shadow: 0px 4px 4px rgba(179, 156, 148, 0.3);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 5px;
	position: relative;
}
.sliderReviews_bg:before {
	display: block;
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	box-sizing: border-box;
	border: 1px solid #F5E5DD;
	z-index: 1;
	border-radius: 20px;
}
.sliderReviews_thumb {
	display: block;
	border-radius: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 55.585%;
}
.sliderReviews_thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.sliderReviews_pd {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 24px 36px 41px 36px;
}
.sliderReviews_name {
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.15;
	color: #664942;
}
.sliderReviews_text {
	font-style: italic;
    font-size: 16px;
    line-height: 1.25 !important;
    color: #A58A80;
    margin-top: 20px;
    height: 101px;
    overflow: hidden;
}
.sliderReviews_link {
	font-style: italic;
	font-size: 14px;
	text-decoration: underline;
	color: #E2D8D3;
	cursor: pointer;
}
.sliderReviews_link:hover {
	color: #664942;
}
.sliderReviews_star {
	font-size: 0;
}
.sliderReviews_star img {
	display: inline-block !important;
	vertical-align: top;
	margin-right: 5px;
}
.sliderReviews_bottom {
	margin-top: 15px;
}
.sliderReviews .slick-list {
	margin-left: -30px;
}
.sliderReviews .slick-slide {
	margin-left: 30px;
}
.boxReviews_bottom {

}
.boxReviews_link {
	font-style: italic;
	font-size: 14px;
	text-decoration: underline;
	color: #664942;
	margin-left: 41px;
}
.boxReviews_bottom {
	margin-top: 15px;
}
.boxReviews_bottom .boxArrows {
	margin-top: 0;
}
.boxReviews_link:hover {
	text-decoration: none;
}
.boxNews {
	margin-top: 56px;
	margin-bottom: 21px;
}
.boxNews_title {
	max-width: 680px;
    margin: 0 auto;
    font-style: italic;
    font-size: 35px;
    line-height: 1.1;
    text-align: center;
    color: #664942;
    text-transform: uppercase;
}
.sliderNews {
	font-size: 0;
	margin-top: 49px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 4px 8px 4px;
}
.sliderNews .slick-list {
	margin-left: -30px;
	overflow: visible;
}
.sliderNews .slick-slide {
	margin-left: 30px;
}
.sliderNews_item {

}
.sliderNews_bg {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(179, 156, 148, 0.3);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 2px;
}
.sliderReviews_thumb {
    display: block;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 55.585%;
}
.sliderReviews_thumb img {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.sliderNews_pd {
	box-sizing: border-box;
	padding: 24px 42px 41px 42px;
}
.sliderNews_title {
	text-align: right;
}
.sliderNews_title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: italic;
	font-size: 18px;
	line-height: 1.15;
	color: #664942;
	text-decoration: none;
}
.sliderNews_title a:hover {
	text-decoration: underline;
}
.sliderNews_text {
	font-style: italic;
    font-size: 16px;
    line-height: 1.25 !important;
    color: #A58A80;
    margin-top: 20px;
    height: 101px;
    overflow: hidden;
}
.sliderNews_link {
	display: inline-block;
    margin-top: 22px;
	font-style: italic;
    font-size: 14px;
    text-decoration: underline;
    color: #E2D8D3;
}
.sliderNews_link:hover {
	color: #664942;
}
footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
    padding: 134px 0 21px 0;
	min-height: 310px;
}
.footerTop {
	padding-bottom: 31px;
}
.footerTop_item-2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.footerLogo {
	display: block;
	max-width: 202px;
	font-size: 0;
}
.social-networks {
	font-size: 0;
}
.social-networks a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 14px;
}
.social-networks a use {
	fill: #B39C94;
}
.social-networks a:hover {
	opacity: 0.7;
}
.social-networks a:last-child {
	margin-left: 14px;
}
.footerTop_item .header_telephone {
    margin-top: 25px;
}
.footerBottom_link,
.boxCopyright {
	font-style: italic;
	font-size: 14px;
	line-height: 1.25 !important;
	text-decoration: underline;
	color: #664942;
}
.footerBottom_link:hover {
	text-decoration: none;
}
.footerTop_button {
	width: 341px;
	height: 84px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
    border-radius: 80px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
   	margin: 30px auto 0 auto;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.footerTop_button:hover {
	box-shadow: none;
}
.footerTop_box {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.footerTop_thumb {
    position: absolute;
    bottom: -70px;
    left: -40px;
    font-size: 0;
    width: 116px;
    height: auto;
}
.breadcrumbs {
	margin-bottom: 15px;
}
.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.25;
	color: #664942;
	position: relative;
	margin-left: 16px;
	font-style: italic;
	margin-bottom: 5px;
}
.breadcrumbs li:before {
	display: block;
	content: "-";
	position: absolute;
	top: 0;
	left: -9px;
}
.breadcrumbs li:last-child {
	margin-left: 0;
}
.breadcrumbs li:last-child:before {
	display: none;
}
.breadcrumbs li a {
	color: #664942;
	text-decoration: none;
}
.breadcrumbs li:hover {
	text-decoration: underline;
}
.boxTop {
	margin-top: 32px;
}
.boxTop_title {
	text-align: right;
}
.boxTop_select {
	width: 220px;
	margin-right: 20px;
}
.listBlog_margin {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 32px;
}
.listBlog {

}
.listBlog_li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 15px 42px 15px;
}
.pagination {
	text-align: center;
	font-size: 0;
	margin: 22px 0 40px 0;
}
.pagination .screen-reader-text {
	display: none;
}
.nav-links {
	display: table;
	font-size: 0;
	width: 100%;
	text-align: center;
}
.nav-links > a,
.nav-links > span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	color: #664942;
	font-style: italic;
}
.nav-links span {
	font-size: 36px;
	transition: 0.3s ease all;
}
.nav-links span {
	background: rgba(255,255,255,0.1);
}
.nav-links--updated span.page-numbers:not(.dots) {
  	color: #fff;
	background: #ff473a;
}
.nav-links .dots {
	margin: 7px 4px 0 4px;
	pointer-events: none;
	height: auto;
	background: none;
	line-height: 1;
	box-shadow: none;
	border-radius: 0;
	font-size: 18px;
	color: #000;
	width: auto;
}
.nav-links > .prev,
.nav-links > .next {
	width: 55px;
	height: 46px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
	border-radius: 20px;
	line-height: 1;
	position: relative;
	margin: 0;
}
.nav-links > .prev svg {
	transform: rotate(180deg);
}

.nav-links > .prev {
	margin-left: 10px;
}
.nav-links > .next {
	margin-right: 10px;
}
.nav-links > .prev svg,
.nav-links > .next svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -6px;
}
.nav-links > .prev use,
.nav-links > .next use {
	fill: #fff;
}
.nav-links > .prev:hover,
.nav-links > .next:hover {
	opacity: 0.7;
}

.boxTop .boxTop_button {
	margin-right: 20px;
}
.boxTop_button {
	width: 252px;
	height: 46px;
	background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
	border-radius: 15px;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	color: #FFFFFF;
}
.boxTop_button:hover {
	opacity: 0.7;
}
.boxBottom {
	margin: 22px 0 42px 0;
}
.boxBottom .pagination {
    margin: 0;
}
.box404 {

}
.box404_left {
	width: 54.5%;
	box-sizing: border-box;
	padding-left: 25px;
}
.box404_right {
	width: 45.5%;
}
.box404_text {
	font-style: italic;
	color: #A58A80;
	margin-top: 25px;
}
.box404_title {
	font-style: italic;
	font-size: 72px;
	text-transform: uppercase;
	color: #664942;
	margin-top: 50px;
}
.box404_text-2 {
	font-style: italic;
	font-size: 32px;
	text-transform: uppercase;
	color: #664942;
	margin-top: -5px;
}
.box404_link {
	width: 280px;
	height: 77px;
	box-shadow: none;
	margin-top: 70px;
}
.box404_link:hover {
	opacity: 0.7;
}
.fond-boxCotacts {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;	
}
.boxCotacts {

}
.boxCotacts_left {
	box-sizing: border-box;
	width: 42%;
	padding: 40px 0 0 40px;
}
.boxCotacts_right {
	width: 58%;
	position: relative;
}
.formContacts {

}
.formContacts_item {
	margin-bottom: 23px;
}
.formContacts_button,.gform_button.button {
	box-shadow: none;
	margin-top: 40px;
}
.formContacts_button:hover,.gform_button.button:hover {
	opacity: 0.7;
}
.boxCotacts_thumb {
    margin: -138px 0 0 0;
    position: relative;
    font-size: 0;
    left: -175px;
}
.boxCotacts_item {
	position: absolute;
    top: 17%;
    right: 15%;
	z-index: 2;
}
.boxCotacts_telephone {

}
.boxCotacts_mail a,
.boxCotacts_telephone a {
	font-style: italic;
	color: #725349;
	text-decoration: none;
	line-height: 1;
}
.boxCotacts_mail a:hover,
.boxCotacts_telephone a:hover {
	text-decoration: underline;
}
.boxCotacts_mail {
	margin-top: -6px;
}
.boxCotacts_mail a {
	font-style: 16px;
}
.boxCotacts_telephone a {
	font-size: 40px;
}
.boxCotacts_item .social-networks {
	margin-top: 10px;
}
.boxCotacts_item .social-networks use {
	fill: #664942;
}
.info-page {
	padding-top: 30px;
	padding-bottom: 30px;
}
.alignright {
	float: right;
	font-size: 0;
	margin: 0 0 20px 40px;
}
.alignleft {
	float: left;
	font-size: 0;
	margin: 0 40px 20px 0;
}
.alignCenter {
	text-align: center;
	margin: 0 auto;
}
.alignCenter img {
	display: block;
	margin: 0 auto;
}
.boxNavigation {
	margin-top: 50px;
}
.boxNavigation_prev,
.boxNavigation_next {
	font-size: 18px;
	color: #664942;
	text-decoration: none;
	font-style: italic;
}
.boxNavigation_prev:hover,
.boxNavigation_next:hover {
	opacity: 0.7;
}
.boxNavigation_prev span,
.boxNavigation_next span {
	width: 54px;
    height: 46px;
    background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
    border-radius: 20px;
    font-size: 0;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}
.boxNavigation_prev span {
	margin-right: 30px;
}
.boxNavigation_next span {
	margin-left: 30px;
}
.boxNavigation_next span svg {
	transform: rotate(180deg);
}
.boxNavigation_prev use,
.boxNavigation_next use {
	fill: #fff;
}
.fond-boxInside {
	position: relative;
	background: #F5E5DE;
}
.fond-boxInside:before,
.fond-boxInside:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	z-index: 2;
}
.fond-boxInside:before {
	top: 0;
	background: linear-gradient(180deg, #FFFFFF 68.44%, rgba(255, 255, 255, 0) 95.57%);
}
.fond-boxInside:after {
	bottom: 0;
	background: linear-gradient(360deg, #FFFFFF 68.44%, rgba(255, 255, 255, 0) 95.57%);
}
.boxInside {
	position: relative;
	z-index: 5;
	padding-top: 130px;
	padding-bottom: 130px;
}
.boxInside_icons {
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.boxInside_icons-1 {
	top: 0;
}
.boxInside_icons-2 {
	bottom: 0;
}
.boxInside_title {
	font-style: italic;
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #664942;
	margin-bottom: 35px;
}
.listInside_margin {
	margin-left: -20px;
	margin-right: -20px;
}
.listInside {

}
.listInside_li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 10px 0;
}
.listInside_link {
	display: inline;
	font-style: italic;
	font-size: 16px;
	line-height: 1.25;
	color: #664942;
	text-decoration: none;
	position: relative;
	padding-left: 25px;
}
.listInside_link:hover {
	text-decoration: underline;
}
.listInside_link:before {
    display: block;
    content: "\2193";
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 26px;
    line-height: 1;
}

.info-page .description,
.boxNavigation {
	max-width: 1248px;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 1680px) {
	.fond-video_icons {
		z-index: -1;
	}
	.boxCotacts_thumb {
	    max-width: 600px;
	}
}
@media screen and (max-width: 1480px) {
	.width-1248 {
		max-width: 1200px;
	}
	.sectionTop_button {
	    width: 300px;
	    height: 60px;
	    font-size: 20px;
	    margin-top: 35px;
	}
	.sectionTop_width {
	    height: 680px;
	}
	h2.sectionTop_title {
		font-size: 32px;
	}
	.sectionTop_thumb {
	    max-width: 600px;
	}
	.sectionTop_text-2 {
		left: 25%;
	}
	.boxQuestions_button,
	.boxInteraction_button {
		width: 300px;
		height: 64px;
		font-size: 20px;
	}
	.inner-page header:before,
	.inner-page header:after {
		height: 200px;
	}
	.boxCotacts_thumb {
	    left: -155px;
	}
	.boxCotacts_telephone a {
	    font-size: 36px;
	}



}
@media screen and (max-width: 1340px) {
	.sectionTop_right {
	    right: -110px;
	}
	.boxCotacts_thumb {
	    left: -175px;
	    margin: -88px 0 0 0;
	    max-width: 500px;
	}
	.boxCotacts_item {
		right: 8%;
	}



}
@media screen and (max-width: 1279px) {
	.headerTop_item-2 {
		display: none;
	}
	.boxNavigation,
	.info-page .description,
	.pd-15 {
		box-sizing: border-box;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.sectionTop_left {
		box-sizing: border-box;
		padding: 0 15px;
	}
	.listWhy_item {
		min-height: 164px;
	}
	.boxWhy_text {
		margin-top: 20px;
	}
	.listWhy {
	    margin-top: 50px;
	}
	.listInteraction_arrows-3 {
	    bottom: -61px;
	    right: -125px;
	}
	.boxVideo_item {
	    margin-top: 45px;
	}
	.buttonMenu {
		display: block;
	    width: 34px;
	    height: 21px;
	    font-size: 0;
	    background: transparent;
	    margin-left: 25px;
	}
	.buttonMenu use {
		fill: #664942;
	}
	.open-menu {
		overflow-y: hidden;
	}
	.open-menu:before {
	    display: block;
	    content: "";
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 200;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.6);
	}
	.open-menu .mobile-menu {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	    box-shadow: -7px 0px 6px rgba(0, 0, 0, 0.25);
	}
	.mobile-menu {
	    display: block;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    background: linear-gradient(180deg, #FCDED3 0%, #FF9F84 100%);
	    box-sizing: border-box;
	    width: 320px;
	    z-index: 700;
	    -webkit-transform: translate3d(320px, 0, 0);
	    transform: translate3d(320px, 0, 0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease, -webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	    padding: 15px 20px 20px 20px;
	}
	.mobile-menu_top {
		margin-bottom: 15px;
	}
	.mobile-menu .boxLogo {
	    max-width: 140px;
	}
	.mobile-menu_scroll {
	    height: calc(100% - 88px);
	    box-sizing: border-box;
	    padding: 11px 0 11px 15px;
	    overflow: hidden;
	    overflow-y: auto;
	    scrollbar-color: #ccc transparent;
	}
	.mobile-menu_scroll::-webkit-scrollbar-track {
		background: transparent;
	}
	.mobile-menu_scroll::-webkit-scrollbar-thumb {
		background: #FFD2A4;
		border-radius: 10px;
	}
	.mobile-menu_scroll::-webkit-scrollbar {
		background-color: #ccc;
		width: 6px; 
		border-radius: 10px;
	}
	.mobile-menu_close {
		display: block;
		font-size: 0;
		background: transparent;
	}
	.mobile-menu_close use {
		stroke: #664942;
	}
	.mobile-menu .menuTop {
		display: block;
		margin-bottom: 25px;
	}
	.menuTop {
		text-align: right;
	}
	.menuTop > ul > li {
		padding: 0;
		position: relative;
	    margin: 0;
	    width: 100%;
	}
	.menuTop > ul > li a {
		display: block;
	    line-height: 1;
		text-decoration: none;
		position: relative;
		padding: 7px 0;
		cursor: pointer;
		transition: 0.3s ease all;
		font-size: 22px;
	}
	.mobile-menu .social-networks {
		margin-top: 20px;
	}
	.mobile-menu .boxMessengers a use {
		stroke: #664942;
	}
	.mobile-menu .social-networks a use,
	.mobile-menu .header_telephone use {
		fill: #664942;
	}
	.mobile-menu .button-call {
		color: #664942;
	}
	.listInside_margin {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.listInside_li {
	    padding: 0 15px;
	}



}
@media screen and (max-width: 1199px) {
	.sectionTop_right {
		width: 750px;
	}
	.listWhy_item {
		padding: 25px 30px;
	}
	.listWhy_li:nth-child(odd) .listWhy_item {
	    padding-left: 90px;
	}
	.listWhy_li:nth-child(even) .listWhy_item {
	    padding-right: 100px;
	}
	.listInteraction_item-2 {

	}
	.listInteraction_item-3 {
	    margin: 31px 0 0 110px;
	}
	.listInteraction_arrows img {
		max-width: 70%;
	}
	.listInteraction_number {
	    font-size: 90px;
	    background: linear-gradient(#FFFFFF 10%, rgba(242, 225, 217, 0) 75%);
		-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
	}
	.listInteraction_item-2 {
	    margin: 50px 0 0 60px;
	}
	.listInteraction_number-1 {
	    right: -15px;
	}
	.listInteraction_arrows-1 {
	    right: -170px;
	}
	.listInteraction_number-2 {
	    right: -15px;
	}
	.listInteraction_arrows-2 {
	    bottom: -50px;
	    right: -170px;
	}
	.listInteraction_arrows-3 {
	    bottom: -94px;
	    right: -60px;
	    transform: rotate(50deg);
	}
	.listInteraction_item-4 {
	    margin: 100px 50px 0 0;
	}
	.listInteraction_arrows-4 {
	    bottom: -100px;
	    left: -307px;
	}
	.boxCotacts_thumb {
		display: none;
	}
	.boxCotacts_left,
	.boxCotacts_right {
		width: 50%;
	}
	.boxCotacts_item {
	    right: 0;
	    position: relative;
	    top: 0;
	    margin-top: 40px;
	    text-align: center;
	}
	.boxCotacts_item .social-networks a {
		margin: 0 7px;
	}

}
@media screen and (max-width: 1023px) {
	.sectionTop_left {
		max-width: 480px;
	}
	.listInteraction_item-3 {
	    margin: 31px 0 0 60px;
	}

}
@media screen and (max-width: 979px) {
	.sectionTop_width {
	    height: 550px;
	}
	.sectionTop_thumb {
	    max-width: 440px;
	}
	.sectionTop_right {
	    width: 440px;
	    right: -65px;
	}
	.sectionTop_text,
	.sectionTop_text-2 {
		display: none;
	}
	h2.sectionTop_title {
	    font-size: 26px;
	} 
	.sectionTop_button {
		width: 260px;
		margin-top: 25px;
	}
	.sectionTop_left {
	    padding-top: 50px;
	}
	.boxWhy_icons,
	.footerTop_thumb,
	.boxWhy_thumb {
		display: none;
	}
	.listWhy_li:nth-child(odd) {
	    padding-left: 7px;
	}
	.listWhy_li:nth-child(even) {
	    padding-right: 7px;
	}
	.listWhy_li:nth-child(even) .listWhy_item {
	    padding-right: 30px;
	}
	.listWhy_li:nth-child(odd) .listWhy_item {
	    padding-left: 30px;
	}
	.footerTop_button {
	    width: 250px;
	    height: 60px;
	    font-size: 20px;
    	margin: 10px auto 0 auto;
	}
	.header_telephone a {
		font-size: 20px;
	}
	.sliderNews_pd {
	    padding: 15px 15px 20px 15px;
	}
	.sliderReviews .slick-list,
	.sliderNews .slick-list {
		margin-left: -15px;
	}
	.sliderReviews .slick-slide,
	.sliderNews .slick-slide {
		margin-left: 15px;
	}
	.sliderReviews,
	.sliderNews {
		margin-top: 30px;
	}
	.boxReviews_link {
	    margin-left: 4px;
	}
	.sliderReviews_pd {
	    padding: 15px 15px 20px 15px;
	}
	.sliderReviews_bg:before {
	    top: 8px;
	    left: 8px;
	    right: 8px;
	    bottom: 8px;
	}
	.questions-reviews {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.listQuestions {
	    margin-top: 20px;
	}
	.fond-interaction {
	    padding-top: 100px;
	}
	.listInteraction_item {
	    width: 33.33% !important;
	    max-width: 100% !important;
	    box-sizing: border-box;
	}
	.listInteraction_number {
		font-size: 66px;
	}
	.listInteraction_number-1 {
	    right: 5px;
	    bottom: 35px;
	}
	.listInteraction_item-1 {
		margin-left: 0;
	}
	.listInteraction_item-2 {
	    margin: 50px 0 0 0px;
	    padding-left: 40px;
	}
	.listInteraction_item-3 {
	    margin: 31px 0 0 0px;
	    padding-left: 40px;
	}
	.listInteraction_arrows-2 {
	    right: -100px;
	}
	.listInteraction_arrows-3 {
	    right: -53px;
	}
	.listInteraction_item.listInteraction_item-5 {
	    margin: 100px 0 0 0;
	    width: 50% !important;
	}
	.boxVideo_thumb {
		width: 410px;
		padding-bottom: 47.7%;
	}
	.boxVideo_right {
	    width: calc(100% - 410px);
	}
	.listBlog_li {
	    width: 50%;
	}
	.boxTop_button {
		width: 190px;
	}
	.box404 {
		display: block;
	}
	.box404_left {
	    width: 100%;
	    padding: 0;
	}
	.box404_right {
		display: none;
	}

	.box404_title {
	    font-size: 50px;
	    margin-top: 20px;
	}
	.box404_text-2 {
	    font-size: 24px;
	    margin-top: -2px;
	}
	.box404_link {
	    width: 240px;
	    height: 60px;
	    margin-top: 25px;
	}
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto;
	}
	.boxInside {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}



}
@media screen and (max-width: 799px) {
    
}
@media screen and (max-width: 768px) {
	.headerTop_item-3 {
		display: none;
	}
	.headerTop_item-1 {
	    width: 100%;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.sectionTop_left {
	    max-width: 50%;
	}
	.boxLogo {
	    max-width: 120px;
	}
	.sectionTop_width {
	    height: 460px;
	}
	.sectionTop_button {
	    width: 166px;
	    margin-top: 15px;
	    height: 46px;
	    font-size: 16px;
	}
	.sectionTop_right {
	    width: 60%;
	}
	.listWhy_title {
		text-align: right;
	}
	.boxWhy {
	    margin-top: 30px;
	}
	.boxWhy_text {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.listWhy {
	    margin-top: 30px;
	}
	.listWhy_li {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.listWhy_li:nth-child(odd) {
	    padding-left: 0;
	}
	.listWhy_li:nth-child(even) {
	    padding-right: 0;
	}
	.listWhy_li:nth-child(odd) .listWhy_item {
	    padding-left: 30px;
	    text-align: right;
	}
	.listInteraction {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.listInteraction_item {
		width: 100%;
	}
	.listInteraction_item-1 {
		-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;
	}
	.listInteraction_item-2 {
		-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;
	}
	.listInteraction_item-3 {
		-webkit-box-ordinal-group: 4;-webkit-order: 3;-ms-flex-order: 3;order: 3;
	}
	.listInteraction_item-4 {
		-webkit-box-ordinal-group: 5;-webkit-order: 4;-ms-flex-order: 4;order: 4;
	}
	.listInteraction_item-5 {
		-webkit-box-ordinal-group: 6;-webkit-order: 5;-ms-flex-order: 5;order: 5;
	}
	.listInteraction_number-1,
	.listInteraction_number-2,
	.listInteraction_number-3,
	.listInteraction_number-4,
	.listInteraction_number-5 {
	    right: initial;
	    bottom: initial;
	    left: 0;
	    top: -30px;
	}
	.boxQuestions_button, 
	.boxInteraction_button {
	    width: 166px;
	    height: 46px;
	    font-size: 16px;
	    margin-top: 30px;
	}
	.boxQuestions_button {
		width: 260px;
	}
	.listInteraction {
	    margin-top: 50px;
	}
	.listInteraction_item {
		width: 100% !important;
	}
	.listInteraction_arrows {
		display: none;
	}
	.listInteraction_item-2,
	.listInteraction_item-3 {
		padding-left: 0;
	}
	.listInteraction_item-3 {
		margin-top: 50px;
	}
	.listInteraction_item.listInteraction_item-5 {
	    margin: 50px 0 0 0;
	    width: 100% !important;
	}
	.listInteraction_item-4 {
	    margin: 50px 0px 0 0;
	}
	.boxVideo_item {
	    margin-top: 35px;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.boxVideo_thumb {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 auto;
	}
	.boxVideo_right {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		padding: 25px 0 0 0;
	    width: 100%;
	}
	.sliderVideo_thumb {
		padding-bottom: 90.5%;
    	height: auto;
	}
	.footerTop {
	    display: block;
	}
	.footerLogo {
	    margin: 0 auto;
	}
	footer {
	    padding: 40px 0 21px 0;
	}
	.footerTop_item-3 {
		text-align: center;
		margin-top: 25px;
	}
	.footerTop_item .header_telephone {
	    margin-top: 15px;
	    display: inline-block;
	    vertical-align: top;
	}
	p {
		font-size: 14px;
	    line-height: 1.55 !important;
	}
	.description,
	.description p,
	.description ul li,
	.description ol li {
		font-size: 14px !important;
	    line-height: 1.55 !important;
	}
	.description h1 {
		font-size: 26px !important;
	}
	.description h2 {
		font-size: 24px !important;
	}
	.description h3 {
		font-size: 22px !important;
	}
	.description h4 {
		font-size: 20px !important;
	}
	.description h5 {
		font-size: 18px !important;
	}
	.description h6 {
		font-size: 18px !important;
	}
	.description ul li:before {
	    top: 9px;
	}
	.description blockquote {
	    font-size: 16px;
	    padding: 15px  !important;
	    line-height: 1.55;
	}
	.description table tr td {
		padding: 5px;
		font-size: 14px !important;
	    line-height: 1.55 !important;
	}
	.button {
	    width: 240px;
	    height: 60px;
	    font-size: 20px;
	}
	h1 {
	    font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 18px;
	}
	.inner-page header:before, 
	.inner-page header:after {
	    height: 110px;
	}
	.inner-page main {
	    padding-top: 20px;
	}
	.boxTop {
	    margin-top: 20px;
	}
	.boxBottom {
		display: block;
	}
	.boxTop_button {
	    width: 190px;
	    margin: 0 auto 20px auto;
	}
	.boxCotacts_left,
	.boxCotacts_right {
		width: 100%;
	}
	.boxCotacts_left {
		-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;
		padding: 30px 0 0 0px;
	}
	.boxCotacts_right {
		-webkit-box-ordinal-group: 2;-webkit-order: 1;-ms-flex-order: 1;order: 1;
	}
	.boxCotacts_item {
		text-align: right;
	}
	.boxCotacts_telephone a {
	    font-size: 26px;
	}
	.boxCotacts_mail {
	    margin-top: 0px;
	}
	.boxCotacts_item .social-networks a {
		margin: 0 0 0 14px;
	}
	.boxInside_title {
	    font-size: 18px;
	    margin-bottom: 25px;
	}
	.listInside_li {
		width: 50%;
	}
	.listInside_link {
		font-size: 14px;
	}
	.listInside_link:before {
		font-size: 24px;
	}


}
@media screen and (max-width: 639px) {
	h2.sectionTop_title {
	    font-size: 20px;
	}
	.sectionTop_width {
	    height: 382px;
	}
	.sectionTop_left {
	    max-width: 58%;
	}
	h2 {
		font-size: 28px;
	}
	.sliderNews_text,
	.sliderReviews_text {
	    font-size: 14px;
	    margin-top: 12px;
	    height: 105px;
	}
	.sliderNews_title a,
	.sliderReviews_name {
		font-size: 16px;
	}
	.footerBottom {
		display: block;
		text-align: center;
	}
	.boxCopyright {
		margin-bottom: 10px;
	}
	.boxTop {
	    margin-top: 20px;
	    display: block;
	}
	.boxTop_select {
	    margin-right: 0;
	}
	.listBlog_li {
	    padding: 0 7px 30px 7px;
	}
	.listBlog {
	    padding: 0 8px;
	    box-sizing: border-box;
	}
	.nav-links > a, 
	.nav-links > span {
	    margin: 0px 8px;
	    font-size: 16px;
	}
	.nav-links span {
		font-size: 28px;
	}
	.nav-links .dots {
    	margin: 1px 4px 0 4px;
    }
    .nav-links > .prev, 
    .nav-links > .next {
	    width: 44px;
	    height: 36px;
	    border-radius: 10px;
	}
	.boxTop .boxTop_button {
	    margin: 15px 0 0 0;
	}
	.boxNavigation_prev, .boxNavigation_next {
		font-size: 16px;
	}
	.boxNavigation_prev span {
		margin-right: 10px;
	}
	.boxNavigation_next span {
		margin-left: 10px;
	}
	.boxNavigation_prev span, 
	.boxNavigation_next span {
	    width: 46px;
	    height: 36px;
	    border-radius: 15px;
	}
	.boxNavigation_prev svg, 
	.boxNavigation_next svg {
		transform: scale(0.7);
	}



}
@media screen and (max-width: 479px) {
	h2.sectionTop_title {
	    font-size: 16px;
	}
	.sectionTop_right {
	    width: 80%;
	}
	.sectionTop_left {
	    padding-top: 0;
	}
	h2 {
	    font-size: 26px;
	}
	.boxVideo_thumb {
		width: 100%;
		padding-bottom: 100%;
	}
	.sliderReviews_text,
	.sliderNews_text {
		height: 70px;
	}
	.boxReviews_bottom {
	    margin-top: 10px;
	    display: block;
    	text-align: center;
	}
	.boxReviews_link {
	    margin: 20px 0 0 0;
	    display: inline-block;
	}
	.listBlog_li {
		width: 100%;
	}
	.boxNavigation {
	    margin-top: 30px;
	}
	.listInside_link:before {
		display: none;
	}
	.listInside_link {
		padding-left: 0;
	}
	.boxInside {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}


}
@media screen and (max-width: 374px) {
    .boxNavigation_prev, 
    .boxNavigation_next {
    	font-style: 14px;
    }
    .boxNavigation_prev span {
		margin-right: 7px;
	}
	.boxNavigation_next span {
		margin-left: 7px;
	}
	.boxNavigation_prev span, 
	.boxNavigation_next span {
	    width: 40px;
	}

}
@media screen and (max-width: 359px) {
	.nav-links > a, .nav-links > span {
	    margin: 0px 5px;
	}
	.boxNavigation_prev span {
		margin-right: 4px;
	}
	.boxNavigation_next span {
		margin-left: 4px;
	}
	.listInside_li {
		width: 100%;
	}

}

.listWhy_text,
.listWhy_title,
.listInteraction_text,
.listInteraction_title{
    text-align: right;
}


/* arrow direction changed 
---------------------------------------- */

.listInteraction_arrows.listInteraction_arrows-1 img {
    transform: scaleX(-1) rotate(-39deg);
}

.listInteraction_arrows.listInteraction_arrows-2 img {
    transform: scaleX(-1);
}

.listInteraction_arrows.listInteraction_arrows-3 img {
    transform: scaleX(-1) rotate(-135deg);
}

.listInteraction_arrows.listInteraction_arrows-4 img {
    transform: scaleX(-1);
}