/*!
Theme Name: BYW Site
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: byw-site
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

byw Site is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*
Description:
	1 - Including files ("assets/css/fonts.css", "reset.css" and others)
	2 - Tags styles and General styles
	3 - header
	4 - .content
	5 - footer
	* - @media rules
*/

/* 1 - BEGIN of Including files ("assets/css/fonts.css", "reset.css" and others) ---------------------------------------------------------- */

@font-face {
	font-family: 'Montserrat';
	src: url('assets/css/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('assets/css/fonts/Montserrat/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/css/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'), url('assets/css/fonts/Montserrat/Montserrat-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/css/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('assets/css/fonts/Montserrat/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/css/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Forum';
	src: url('assets/css/fonts/Forum/Forum-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ModernSans';
	src: url('assets/css/fonts/ModernSans/modernsans-light.woff2') format('woff2'), url('assets/css/fonts/ModernSans/modernsans-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

/* BEGIN of CSS RESET */

 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;
}
/* HTML5 display-role reset for older browsers */
 article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	 display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("assets/css/fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	color: var(--theme-color-text);
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover,
input:hover,
textarea:hover,
select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1,
.h1 {
	margin-bottom: 44px;
	font-family: 'Forum';
	font-style: normal;
	font-weight: 400;
	font-size: 150px;
	line-height: 105px;
	color: #040A15;
}

h2,
.h2 {
	margin-bottom: 40px;
	font-family: Forum;
	font-size: 150px;
	font-style: normal;
	font-weight: 400;
	line-height: .8;
}

h3,
.h3 {
	margin-bottom: 40px;
	color: #000;
	font-family: Forum;
	font-size: 90px;
	font-weight: 400;
	line-height: 60px;
}

h4,
.h4 {
	margin-bottom: 20px;
	font-family: Forum;
	font-size: 60px;
	line-height: 74px;
}

h5,
.h5 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
}

h6,
.h6 {}

blockquote {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	display: block;
	position: relative;
}

p {
	padding: 0 0 30px;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

ul,
ol {
	padding: 0 0 15px 20px;
}

ul ol,
ul ul,
ol ul,
ol ol {
	padding-bottom: 0;
}

.clear:before,
.clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide,
.hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft,
img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright,
img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter,
img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone,
img.alignnone {
	margin: 0 0 0;
	display: block;
}

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

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

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

/* */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	max-width: 1310px;
}

.container-fluid {
	padding-left: 50px;
	padding-right: 50px;
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all .3s;
	mix-blend-mode: difference;
}

.inner .content {
	padding-top: 216px;
}

.header-fixed {
/* 	background: rgba(30, 43, 51, .8); */
}

.header-fixed .header-top {
	padding: 30px 0;
}

.inner header {
/* 	mix-blend-mode: normal; */
}

.inner .header-fixed {
/* 	mix-blend-mode: normal; */
/* 	background: var(--theme-color); */
}

.logo img {
	display: block;
	height: auto;
}

.header-fixed .logo {
	max-width: 100px;
}

.logo.header-logo {
    position: fixed;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    z-index: 9999;
}

.header-fixed + .logo.header-logo {
	max-width: 100px;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0 40px;
	transition: all .3s ease;
}

.header-fixed .header-top {
	align-items: center;
}

.header-top__link {
	position: relative;
	font-size: 15px;
	min-width: 75px;
	color: var(--theme-color-white);
	font-weight: 600;
	text-transform: uppercase;
}

.header-top__link span {
	position: relative;
}

.header-top__link span::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	height: 1px;
	width: 34px;
	margin: 0 auto;
	-webkit-transform: scaleX(0.0001);
	-ms-transform: scaleX(0.0001);
	transform: scaleX(0.0001);
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

.inner .header-top__link span::after {
/* 	background: var(--theme-color-text); */
}

.header-top__link span:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.header-top__link:hover,
.header-top__link:focus {
	color: var(--theme-color-white);
	opacity: 1;
}

.logo {
	display: inline-block;
	transition: all .3s ease;
	max-width: 210px;
}

.logo:hover {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	opacity: 1;
}

/* navigation css start */
.overlay-nav {
	position: fixed;
	top: 0;
	left: 0;
/* 	height: 0%; */
	width: 100%;
	z-index: 9999;
	background-color: var(--theme-color-navigation);
	overflow-y: hidden;
	transition: all .8s ease;
}

.overlay-content {
	width: 100%;
}

.overlay-content__top {
	position: relative;
	padding: 40px 0 0;
	text-align: center;
}

.overlay-content__top .logo {
	max-width: 200px;
}

.close-nav {
	position: absolute;
	right: 50px;
	top: 70px;
	font-size: 32px;
	line-height: 32px;
	transition: all .3s ease;
	transform: rotate(0);
}

.close-nav:hover {
	transform: rotate(360deg);
}

.overlay-content__menu {
	display: flex;
	flex-wrap: wrap;
	max-width: 1024px;
	margin: 0 auto;
	padding: 30px 0 50px;
}

.main-menu {
	max-width: 610px;
	width: 100%;
	padding-right: 30px;
	list-style: none;
}

.main-menu li {
	display: block;
}

.maps-link {
	margin-top: 10px;
}



.overlay-nav {
	clip-path: circle(10px at 90% -10%);
}

.overlay-nav.nav-active {
	clip-path: circle(160vw at 90% -10%);
}



.fade-by-turn-item {
	opacity: 0;
	top: 3px;
	transform: scale(.8);
	position: relative;
	transition: all 0.5s ease;



	transform: translate3d(0px, 130%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(3deg, -6deg);
	transform-style: preserve-3d;
	opacity: 0;
}

.fade-by-turn-item.show {
	opacity: 1;
	top: 0;
	transform: scale(1);



	transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	opacity: 1;
}












.main-menu li a {
	display: block;
	font-family: 'Forum';
	font-size: 60px;
	line-height: 70px;
}

.main-menu li a:hover {
	opacity: 1;
	letter-spacing: 0.02em;
}

.overlay-content {
	overflow-y: scroll;
	height: 100vh;
}

.overlay-contacts {
	max-width: 100%;
}

.overlay-contacts .btn-main {
	margin-bottom: 26px;
}

.overlay-contacts__links {
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
}

.overlay-contacts__links li a {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 2px;
}

.overlay-contacts__links li a::after,
.overlay-contacts__soc li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.05em;
	bottom: -3px;
	left: 0;
	transform: scaleX(1);
	background-color: currentColor;
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;
	transform: scaleX(0);
}

.overlay-contacts__links li a:hover,
.overlay-contacts__soc li a:hover {
	opacity: 1;
}

.overlay-contacts__links li a:hover::after,
.overlay-contacts__soc li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

body .underline-on-hover, body .underline-on-hover-body {
	position: relative;
}

body .underline-on-hover-body:before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--theme-color-second-body);
}

body .underline-on-hover:after, body .underline-on-hover-body:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.05em;
	bottom: -3px;
	left: 0;
	transform: scaleX(1);
	background-color: currentColor;
	transform-origin: bottom right;
	transition: transform 0.4s ease-out;
	transform: scaleX(0);
}

body .underline-on-hover:hover:after, body .underline-on-hover-body:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.overlay-contacts__address {
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}

.overlay-contacts__address li {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 2.13333px;
}

.overlay-contacts__address li .bi {
	display: inline-block;
	padding-right: 10px;
	font-size: 28px;
}

.overlay-contacts__soc {
	padding: 0;
	list-style: none;
}

.overlay-contacts__soc li {
	display: inline-block;
	margin-right: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 2px;
}

.overlay-contacts__soc li:last-child {
	margin-right: 0;
}

.overlay-contacts__soc li a {
	position: relative;
}

/* navigation css end */
/* spinner css start */

.spinner-wr {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: var(--theme-color);
	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/*display: none;
	 */
}

.spinner {
	width: 234px;
	height: 163px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background: url('assets/css/img/logo.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-animation: sk-bounce 5.0s infinite ease-in-out;
	animation: sk-bounce 5.0s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.5)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 99;
	width: 36px;
	height: 36px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url(assets/css/img/icon-arrow-up.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	mix-blend-mode: difference;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 70px 0 70px;
	position: relative;
}

.banner-wrap {
	position: relative;
}

.banner-item {
	position: relative;
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.banner-item__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 256px 0 150px;
	z-index: 10;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
}

.banner-item video,
.banner-item img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	object-fit: cover;
}

.video-background {
	position: relative;
}

.video-background:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(30, 43, 51, .6);
}

.banner-title {
	max-width: 940px;
	margin: 0 auto 35px;
	font-size: 90px;
	line-height: 94px;
	font-family: "Forum";
	color: var(--theme-color-white);
	text-align: center;
	mix-blend-mode: difference;
}

.banner-subtitle {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 2px;
	opacity: 0.8;
	text-transform: uppercase;
	color: var(--theme-color-white);
	mix-blend-mode: difference;
}

.circle-text__box {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	mix-blend-mode: difference;
}

.circle-text__box .bi {
	position: absolute;
	font-size: 30px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-color-white);
}

.circle-text {
	position: relative;
	display: block;
	border-radius: 100%;
	padding: 16px;
	animation: rotate-animation 8s infinite linear;
	box-sizing: content-box;
}

.circle-text__box:hover .circle-text {
	/* animation: none;
	 */
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.circle-text span {
	position: absolute;
	transform-origin: top left;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 5px;
	color: #FFFFFF;
}

@keyframes rotate-animation {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(-360deg);
	}
}

.btn-main {
	position: relative;
	display: inline-block;
	padding: 14px 20px 14px;
	font-weight: 600;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 32px;
	background: var(--theme-color-second);
	color: var(--theme-color-white);
	outline: none;
	border: 1px solid;
	overflow: hidden;
}

.btn-main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	background: var(--theme-color-white);
}

.btn-main:hover {
	color: var(--theme-color-text);
}

.btn-main:hover:before {
	transform: translate3d(0, 0, 0);
}

.btn-main span {
	position: relative;
}

.btn-transparent {
	color: var(--theme-color-white);
	border: 1px solid var(--theme-color-white);
	background-color: transparent;
	mix-blend-mode: difference;
}

.btn-transparent:before {
	background: #fff;
}

.btn-transparent:hover {
	color: var(--theme-color-text);
	mix-blend-mode: normal;
}

.btn-transparent:hover:before {
	transform: translate3d(0, 0, 0);
}

.btn-second {
	color: #000;
	background: transparent;
}

.btn-second:before {
	background: #000;
}

.btn-second:hover {
	color: #fff;
	mix-blend-mode: normal;
}

.btn-second:hover:before {
	transform: translate3d(0, 0, 0);
}

.btn-main:hover {
	opacity: 1;
	outline: none;
}

.btn-main:focus {
	opacity: 1;
	box-shadow: none;
	outline: none;
}

.inner body {
	background: var(--theme-color);
}

.inner .header-top__link {
/* 	color: var(--theme-color-text); */
}

/* contacts page css end */

.box-contact {
	padding-bottom: 200px;
}

.contact-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 30px 0 0;
}

.contact-info {
	max-width: 365px;
	width: 100%;
	padding-top: 25px;
}

.contact-info__item {
	padding: 0 0 15px;
	margin-bottom: 20px;
	list-style: none;
}

.contact-info__item li,
.contact-info__item a {
	font-family: ModernSans;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	color: #000;
}

.contact-info__item a, p a {
	position: relative;
	display: inline-block;
}

.contact-info__item a:after, p a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--theme-color-second);
}

.contact-form {
	width: calc(100% - 365px);
	max-width: 710px;
}

form input,
form textarea {
	display: block;
	width: 100%;
	padding: 14px 33px 14px;
	height: 90px;
	/*line-height: 90px;*/
	font-family: ModernSans;
	font-size: 22px;
	background: transparent;
	clear: both;
	outline: none;
	width: 100%;
	border-radius: 16px;
	border: 1px solid #000;
	color: #000;
}

.form-item {
	position: relative;
	width: 100%;
	margin-bottom: 56px;
}

.form-label {
	position: absolute;
	left: 33px;
	top: 33px;
	margin: 0;
	font-family: ModernSans;
	font-size: 22px;
	cursor: text;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: transparent;
	z-index: -1;
}

.form-item.active .form-label {
	top: 0;
	font-size: 14px;
	line-height: 14px;
	-webkit-transform: translate(0, 8px);
	-ms-transform: translate(0, 8px);
	transform: translate(0, 8px);
	z-index: 1;
}

.form-item textarea {
	height: 422px;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover,
form textarea:hover {
	border-color: var(--theme-color-secondary);
}

form label {
	display: block;
}

form textarea {
	height: 130px;
	line-height: 34px;
}

*::-webkit-input-placeholder {
	color: #000;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #000;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #000;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #000;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	opacity: 0;
}

*:focus::-moz-placeholder {
	opacity: 0;
}

*:focus:-moz-placeholder {
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	opacity: 0;
}

/* contacts page css end */
/* content page css start */
.box-article {
	padding: 150px 0 300px;
	background: var(--theme-color);
}

.inner .box-article {
	background: transparent;
}

.article-header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.article-subheader {
	position: relative;
	top: -10px;
	width: 380px;
	font-size: 15px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.article-header__text {
	width: calc(100% - 380px);
}

.article-header__text h1 {
	margin: 0;
}

.article-header__text h2 {
	margin: 0;
}

.article-header__text h3 {
	position: relative;
	top: -10px;
	margin: 0 0 -20px;
	line-height: 80px;
}

.article-header__text p {
	padding: 40px 0 0;
	font-family: "ModernSans";
	/* max-width: 675px; */
}

.article-header__text p+.btn-main {
	margin-top: 20px;
}

.article-header__text p a {
	position: relative;
	display: inline-block;
	font-weight: 600;
}

.article-header__text p a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: var(--theme-color-second);
}

.article-header__center {
	/*padding: 180px 0 0;*/
	display: block;
	margin-bottom: 50px;
	text-align: center;
}

.article-header__center .article-subheader {
	position: static;
	margin-bottom: 40px;
	padding: 0;
	width: auto;
}

.article-header__center .article-header__text {
	width: auto;
	max-width: 1005px;
	margin: 0 auto;
}

.article-header__center h2 {
	margin-bottom: 40px;
}

.article-header__center .article-header__text p {
	margin: 0 auto;
}

.article-header__center+.article-box__img {
	margin-bottom: 40px;
}

.article-box {
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 90px;
}

.article-box>[class^="col"] {
	padding-left: 25px;
	padding-right: 25px;
}

.article-box__img img {
	display: block;
	margin: 0 auto;
	border-radius: 40px;
	height: auto;
}

.align-items-start .article-box__text {
	padding-top: 80px;
}

.align-items-end .article-box__text {
	padding-bottom: 80px;
}

.article-box__text p {
	font-family: "ModernSans";
}

.article-box__text .btn-main {
	margin-top: 40px;
}

.article-text__center {
	max-width: 656px;
	margin: 0 auto 90px;
}

.article-text__center p {
	font-family: "ModernSans";
}

.article-text__center+.article-box__img {
	margin-bottom: 200px;
}

.words-wrapper {
	position: relative;
	max-width: 100vw;
	margin-bottom: 60px;
	overflow: hidden;
}

.words-side {
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	z-index: 1;
	width: 33.333333333333336vw;
	height: 100%;
	background-image: linear-gradient(90deg, #EFE6D6 0%, rgba(239, 230, 214, 0.00) 100%);
}

.words-side__right {
	left: auto;
	top: 0;
	right: 0;
	bottom: auto;
	background-image: linear-gradient(90deg, rgba(239, 230, 214, 0.98) 0%, rgba(239, 230, 214, 0.00) 100%);
	transform: scaleX(-1);
}

.words-track {
	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;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	animation: marquee 48s infinite linear;
}

@keyframes marquee {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

.words-track__comp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100vw;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.words-track__item {
	position: relative;
	display: inline-block;
	padding: 0 28px;
	font-family: Forum;
	font-size: 120px;
	font-weight: 400;
	line-height: 130px;
	white-space: nowrap;
}

.words-track__item:before,
.words-track__item:after {
	content: '';
	position: absolute;
	top: 49%;
	left: 0;
	width: 12px;
	height: 12px;
	background: var(--theme-color-text);
	border-radius: 50%;
}

.height-770 {
	height: 770px;
}

.height-1124 {
	height: 1124px;
}

.height-1124+.article-header__center {
	padding: 0;
}

.bg-img {
	margin-bottom: 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.bg-img .container {
	position: relative;
	height: 100%;
}

.bg-img__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.bg-img__overlay p {
	max-width: 1124px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
	font-family: Forum;
	font-size: 90px;
	line-height: 94px;
	text-align: center;
	mix-blend-mode: difference;
}

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

.reviews-wrap>.btn-main {
	margin-top: 60px;
}

.reviews-slider {
	max-width: 810px;
	margin: 0 auto;
}

.reviews-slider__text {
	height: 160px;
	overflow: hidden;
	font-family: "ModernSans";
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

.reviews-slider__text p {
	padding-bottom: 15px;
}

.slick-prev {
	left: -148px;
}

.slick-next {
	right: -148px;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'bootstrap-icons';
	font-size: 76px;
	opacity: 1;
	line-height: 1;
	color: #0E1B2C;
}

.slick-prev:before {
	content: '\F12F';
}

.slick-next:before {
	content: '\F138';
}

.slick-prev,
.slick-next {
	top: 50%;
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 0 0;
	transition: all .3s ease;
}

.slick-prev:hover,
.slick-next:hover {
	margin: 0 -5px;
}

.read-more {
	display: inline-block;
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: 600;
	color: #1d1d1d;
}

.reviews-counter {
	margin-top: 28px;
	font-size: 16px;
	font-weight: 500;
}

.rating-star {
	padding: 0;
	margin-top: 10px;
	list-style: none;
}

.rating-star li {
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
}

.banner-header {
	position: relative;
	margin: 0 0 50px;
}

.banner-header__overlay {
	/*position: absolute;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banner-header__overlay h1 {
	position: relative;
	top: -46px;
	max-width: 960px;
	margin: 0 auto;
	color: white;
	mix-blend-mode: difference;
}

.round img {
	border-radius: 40px;
	height: auto;
}

.box-slideshow {
	padding: 100px 0 60px;
	background: var(--theme-color-wheat);
	overflow: hidden;
}

.box-slideshow .article-header__center {
	padding: 0;
}

.pictures-wrap {
	padding: 0 70px;
}

.pictures-slider {
	margin: 0 auto 45px;
}

.pictures-slider .slick-prev {
	left: -134px;
	mix-blend-mode: difference;
}

.pictures-slider .slick-prev:before {
	color: var(--theme-color-white);
}

.pictures-slider .slick-next {
	right: -134px;
	mix-blend-mode: difference;
}

.pictures-slider .slick-next:before {
	color: var(--theme-color-white);
}

.pictures-slider__item img {
	border-radius: 40px;
	display: block;
	margin: 0 auto 0;
	width: 100%;
	height: auto;
}

.pictures-counter {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.pictures-slider .slick-list {
	overflow: visible;
}

.pictures-slider .slick-list::before {
	content: "";
	display: block;
	right: 100%;
	width: 2000px;
	top: 0;
	bottom: 0;
/* 	background-color: var(--theme-color-grey); */
	position: absolute;
	z-index: 5;
/* 	box-shadow:  0px 0px 30px 5px var(--theme-color-grey); */
}

.pictures-slider .slick-slide {
	padding: 0 25px;
}

/* content page css end */
/* FAQs page css start */
.box-faqs {
	padding-bottom: 120px;
}

.box-faqs h1 {
	margin-bottom: 90px;
}

.box-faqs .article-subheader {
	top: 20px;
}

.faq {
	max-width: 828px;
}

.faq-item {
	margin-bottom: 36px;
}

.faq-item__header {
	cursor: pointer;
}

.faq-item__body {
	display: none;
}

.faq-item__body p {
	padding: 0 0 20px;
}

.box-faqs .article-header {
	margin-bottom: 40px;
}

/* FAQs page css end */
/* */
:root {
	/*--theme-color: linear-gradient(180deg, #F6F2EC 0%, #EFE6D6 100%);*/
	--theme-color: #EFE6D6;
	--theme-color-second: #BE6A59;
	--theme-color-second-body: #a33f2e;
	--theme-color-text: #131212;
	--theme-color-white: #ffffff;
	--theme-color-grey: #D8D8D8;
	--theme-color-wheat: #EFE6D6;
	--theme-color-navigation: #EFE6D6;
}

/* */
html body .bg-white {
	background-color: #ffffff;
}

html body .bg-theme {
	background-color: #ffffff;
}

/* */
html body .color-white {
	color: #ffffff;
}

html body .color-theme {
	color: var(--theme-color);
}

/* */
.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

.display-block {
	display: block;
}

.display-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.vertical-align-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.vertical-align-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/* */
.tdu {
	text-decoration: underline;
}

.ttu {
	text-transform: uppercase;
}

/* */
.slide-item {
	outline: none;
}

/* */
.bordered-bottom {
	padding: 0 0 20px;
	margin: 0 0 20px;
	position: relative;
	border: none;
}

.bordered-bottom:after {
	width: 80px;
	border-bottom: 4px solid;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
}

.text-center.bordered-bottom:after {
	right: 0;
}

body .text-left.bordered-bottom:after {
	right: auto;
}

/* */
.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}







































/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	position: relative;
	padding: 200px 0;
	background: var(--theme-color-white);
}

footer .container {
	max-width: 1200px;
}

.footer-links {
	padding: 0 0 15px;
}

.footer-links,
.footer-item .contact-info__item li {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	list-style: none;
}

.footer-item .contact-info__item li,
.footer-item .contact-info__item a {
	font-weight: 500;
	text-align: right;
	font-family: Montserrat;
}

.footer-item .contact-info__item a:after {
	display: none;
}

.footer-info {
	padding-top: 40px;
}

.footer-copy {
	padding: 0;
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.footer-copy a {
	font-weight: 500;
}

.footer-dev__item {
	display: inline-block;
	margin-right: 60px;
	font-size: 16px;
	line-height: 32px;
}

.footer-dev__item:last-child {
	margin-right: 0;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

 @media screen and (max-width: 1360px) {
	 h1, .h1 {
		 font-size: 120px;
	}
	 h2, .h2 {
		 font-size: 120px;
	}
	 .banner-title {
		 font-size: 80px;
		 line-height: 82px;
	}
	 .box-article {
		 overflow: hidden;
	}
	 .article-subheader {
		 top: 0;
	}
	 .words-track__item {
		 font-size: 100px;
		 line-height: 100px;
	}
	 .box-article {
		 padding: 150px 0 150px;
	}
	 footer {
		 padding: 150px 0;
	}














}

/* ----------------------------------------------------------------------------------- */

 @media screen and (min-width: 1599px) {
	 .banner-item video, .banner-item img {
		 height: 100vh;
	}










}

/* ----------------------------------------------------------------------------------- */

 @media screen and (max-width: 1199px) {
	 .article-box {
		 margin-left: -15px;
		 margin-right: -15px;
	}
	 .article-box>[class^="col"] {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 h1, .h1 {
		 font-size: 90px;
		 line-height: 90px;
	}
	 h2, .h2 {
		 font-size: 90px;
		 line-height: 90px;
	}
	 h3, .h3 {
		 font-size: 70px;
		 line-height: 60px;
	}
	 .article-header__text h3 {
		 position: static;
		 line-height: 60px;
	}
	 .align-items-start .article-box__text {
		 padding-top: 40px;
	}
	 .align-items-end .article-box__text {
		 padding-bottom: 40px;
	}
	 .article-subheader {
		 padding: 5px 0 0;
		 width: 300px;
	}
	 .article-header__text {
		 width: calc(100% - 300px);
	}
	 .box-article {
		 padding: 100px 0 100px;
	}
	 .article-header {
		 margin-bottom: 80px;
	}
	 .article-header__center {
		 padding: 100px 0 0;
	}
	 footer {
		 padding: 100px 0;
	}
	 .reviews-slider {
		 max-width: none;
		 padding: 0 90px;
	}
	 .reviews-slider .slick-prev {
		 left: 0;
	}
	 .reviews-slider .slick-next {
		 right: 0;
	}
	 .footer-wrap {
		 text-align: center;
	}
	 .footer-item .contact-info__item li, .footer-item .contact-info__item a {
		 text-align: center;
	}
	 .footer-links {
		 padding: 0 0 30px;
	}
	 .footer-info {
		 padding-top: 30px;
		 text-align: center;
	}
	 .banner-header__overlay h1 {
		 padding: 0 15px;
	}
.overlay-nav.nav-active {
	clip-path: circle(200vh at 90% -10%);
}
.bg-img {
    background-attachment: initial;
}















}

/* ----------------------------------------------------------------------------------- */

 @media screen and (max-width: 991px) {
	 .overlay-content__menu {
		 flex-direction: column;
	}
	 .main-menu {
		 max-width: none;
		 padding: 0 15px;
		 margin: 0 0 30px;
		 text-align: center;
	}
	 .overlay-contacts {
		 text-align: center;
	}
	 .overlay-contacts__links {
		 margin-bottom: 30px;
		 padding: 0;
	}
	 .banner-item__overlay {
		 padding: 256px 0 100px;
	}
	 h1, .h1 {
		 font-size: 80px;
		 line-height: 70px;
	}
	 h2, .h2 {
		 font-size: 80px;
		 line-height: 70px;
	}
	 h3, .h3 {
		 font-size: 55px;
		 line-height: 50px;
	}
	 h4, .h4 {
		 font-size: 50px;
		 line-height: 50px;
	}
	 .article-header__text h3 {
		 line-height: 50px;
	}
	 .article-subheader {
		 padding: 5px 0 0 15px;
		 width: 220px;
	}
	 .article-header__text {
		 width: calc(100% - 220px);
	}
	 .words-track__item {
		 font-size: 80px;
		 line-height: 80px;
	}
	 .bg-img__overlay p {
		 font-size: 70px;
		 line-height: 70px;
	}
	 .pictures-slider .slick-list {
		 padding: 0 100px 0 0 !important;
	}
	 .pictures-slider .slick-next {
		 right: -100px;
	}
	 .pictures-slider .slick-prev {
		 left: -100px;
	}
	 .pictures-wrap {
		 padding: 0 100px;
	}

















}

/* ----------------------------------------------------------------------------------- */

 @media screen and (max-width: 767px) {
	 .logo {
		 max-width: 120px;
	}
	 .overlay-content__top .logo {
		 max-width: 120px;
	}
	 .overlay-content__top {
		 padding: 30px 0 0;
	}
	 .header-top {
		 padding: 20px 0 20px;
	}
	 .container-fluid {
		 padding-left: 15px;
		 padding-right: 15px;
	}
	 .banner-title {
		 font-size: 60px;
		 line-height: 62px;
	}
	 .article-header {
		 flex-direction: column;
		 text-align: center;
	}
	 .article-subheader {
		 width: auto;
		 padding: 0 0 15px;
	}
	 .article-header__text {
		 width: auto;
	}
	 .box-article {
		 padding: 80px 0 80px;
	}
	 .article-header {
		 margin-bottom: 80px;
	}
	 .article-box {
		 display: block;
		 margin-bottom: 80px;
	}
	 .article-box>[class^="col"] {
		 width: auto;
	}
	 .article-box__text {
		 padding: 0;
		 text-align: center;
	}
	 .align-items-start .article-box__text, .align-items-end .article-box__text {
		 padding: 0;
	}
	 .article-box__text p {
		 text-align: left;
	}
	 .article-box__img img {
		 margin: 0 auto 30px;
		 border-radius: 0;
	}
	 .article-box__text .btn-main {
		 margin-top: 20px;
	}
	 .words-wrapper {
		 margin-bottom: 80px;
	}
	 .words-track__item {
		 font-size: 50px;
		 line-height: 60px;
	}
	 .bg-img {
		 margin-bottom: 80px;
		 height: 500px;
	}
	 .article-header__center .article-subheader {
		 margin-bottom: 30px;
	}
	 .reviews-wrap>.btn-main {
		 margin-top: 30px;
	}
	 footer {
		 padding: 80px 0;
	}
	 .article-text__center+.article-box__img {
		 margin-bottom: 80px;
	}
	 .inner .content {
		 padding-top: 130px;
	}
	 .pictures-slider .slick-list {
		 padding: 0 50px 0 0 !important;
	}
	 .pictures-slider .slick-next {
		 right: -50px;
	}
	 .pictures-slider .slick-prev {
		 left: -50px;
	}
	 .pictures-wrap {
		 padding: 0 50px;
	}
	 .pictures-slider .slick-slide {
		 padding: 0 15px;
	}
	 .pictures-slider__item img {
		 border-radius: 20px;
	}
	 .contact-wrap {
		 display: block;
	}
	 .contact-info {
		 width: auto;
		 text-align: center;
		 max-width: none;
	}
	 .contact-form {
		 width: auto;
		 max-width: none;
		 text-align: center;
	}
	 .box-contact {
		 padding-bottom: 80px;
	}
	 .box-contact h1, .box-contact .h1 {
		 margin-bottom: 30px;
		 text-align: center;
	}
	 .form-item {
		 margin-bottom: 30px;
	}
	 form input, form textarea {
		 height: 70px;
	}
	 .form-label {
		 left: 23px;
		 top: 23px;
	}
	 .form-item textarea {
		 height: 300px;
	}
	 .box-faqs .article-subheader {
		 top: auto;
		 margin-bottom: 10px;
		 text-align: center;
	}
	 .box-faqs .article-header {
		 text-align: left;
	}
	 .box-faqs h1 {
		 margin-bottom: 40px;
		 text-align: center;
	}
	 .banner-title {
		 margin: 0 auto 30px;
	}
	 .banner-subtitle {
		 margin-bottom: 30px;
	}
.footer-dev__item {
	margin: 0 15px 0;
}














}

/* ----------------------------------------------------------------------------------- */

 @media screen and (max-width: 575px) {
	 .logo {
		 max-width: 100px;
	}
	 .close-nav {
		 top: 60px;
	}
	 .overlay-content__top .logo {
		 max-width: 100px;
	}
	 .banner-item__overlay {
		 padding: 150px 0 100px;
	}
	 .banner-title {
		 font-size: 44px;
		 line-height: 46px;
	}
	 .circle-text__box {
		 right: 0;
		 bottom: 0;
	}
	 .main-menu li a {
		 font-size: 40px;
		 line-height: 50px;
	}
	 h1, .h1 {
		 font-size: 70px;
		 line-height: 60px;
	}
	 h2, .h2 {
		 font-size: 60px;
		 line-height: 55px;
	}
	 h3, .h3 {
		 font-size: 45px;
		 line-height: 40px;
	}
	 h4, .h4 {
		 font-size: 40px;
		 line-height: 36px;
	}
	 .banner-header__overlay h1 {
		 font-size: 60px;
		 line-height: 55px;
	}
	 .article-header__text h3 {
		 line-height: 40px;
	}
	 .box-article {
		 padding: 50px 0 50px;
	}
	 .article-header {
		 margin-bottom: 50px;
	}
	 .words-wrapper {
		 margin-bottom: 50px;
	}
	 .article-box {
		 margin-bottom: 50px;
	}
	 .bg-img {
		 margin-bottom: 50px;
	}
	 .box-slideshow {
		 padding: 50px 0 50px;
	}
	 .bg-img+.container>.article-header__center {
		 padding: 0;
	}
	 .article-text__center+.article-box__img {
		 margin-bottom: 50px;
	}
	 p {
		 padding: 0 0 20px;
		 line-height: 26px;
	}
	 .words-track__item {
		 font-size: 35px;
		 line-height: 45px;
	}
	 .bg-img__overlay p {
		 font-size: 50px;
		 line-height: 50px;
	}
	 .article-header__center {
		 padding: 50px 0 0;
	}
	 .reviews-slider {
		 padding: 0 40px;
	}
	 .slick-prev:before, .slick-next:before {
		 font-size: 35px;
	}
	 .slick-prev, .slick-next {
		 width: 35px;
		 height: 35px;
	}
	 .reviews-slider__text p {
		 font-size: 18px;
	}
	 .article-header__text h2+p {
		 padding: 0;
	}
	 .article-header__text p+.btn-main {
		 margin-top: 30px;
	}
	 .btn-main {
		 font-size: 13px;
		 line-height: 30px;
	}
	 footer {
		 padding: 50px 0;
	}
	 .footer-info {
		 padding-top: 0;
	}
	 .pictures-slider__item img {
		 border-radius: 10px;
	}
	 .pictures-slider .slick-prev, .pictures-slider .slick-next {
		 top: 55%;
	}
	 .pictures-slider .slick-list {
		 padding: 0 30px 0 0 !important;
	}
	 .pictures-slider .slick-next {
		 right: -35px;
	}
	 .pictures-slider .slick-prev {
		 left: -35px;
	}
	 .pictures-wrap {
		 padding: 0 30px;
	}
	 .box-faqs .article-header__text p+.btn-main {
		 margin-top: 0px;
	}
	 .box-faqs {
		 padding-bottom: 0;
	}
















}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
.wpcf7-form-control.wpcf7-submit {
	position: relative;
	display: inline-block;
	padding: 14px 20px 14px;
	font-weight: 600;
	font-size: 15px;
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 32px;
	background: #be6a59;
	color: #ffffff;
	outline: none;
	border: 1px solid;
	overflow: hidden;
	height: auto;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.wpcf7-form-control.wpcf7-submit:hover {
	opacity: 1;
	outline: none;
	color: #131212;
	background: #fff; 
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	padding: 10px 0 0 20px;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.wpcf7 form .wpcf7-response-output {
	padding: 20px;
}

.reviews-item__body p {
	padding-top: 0;
	padding-bottom: 20px;
}
.reviews-item__rating {
	margin-bottom: 60px;
}
.reviews-item__rating i {
	margin-right: 15px;
}
.reviews-btn-link {
	background: #be6a59;
	color: #ffffff;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 30px;
	margin-top: 20px;
}