@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    max-width: 100vw;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #2A2B3A;
	background: #fff;
	position: relative;
	max-width: 100vw;
	overflow: hidden;
	min-height: 100vh;
}
a{
	cursor: pointer;
	text-decoration: none;
}
img{
	display: block;
	max-width: 100%;
}
ol,ul{
	list-style-position: inside;
}
ul{
	list-style: none;
}
ul li{
	position: relative;
	padding-left: 15px;
}
ul li::before{
	content:'';
	position: absolute;
	left:0;
	top:10px;
	width:6px;
	height:6px;
	background:#2A2B3A;
	border-radius: 100%;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
	padding: 0 15px;
}
.flex{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}
.nowrap{
	flex-wrap: nowrap;
}
.justify-content-between{
    justify-content:space-between;
}
.justify-content-around{
    justify-content:space-around;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-items-center{
	align-items: center;
}
.align-items-stretch{
	align-items: stretch;
}
.align-items-end{
	align-items: flex-end;
}
.align-content-stretch{
	align-content: stretch;
}
.align-content-end{
	align-content: flex-end;
}
.align-content-center{
	align-content: center;
}
/********************************************************************************************************************************************************************************/
/**************************************************** LIGHTBOX ******************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#fancybox-overlay {
	background: #000 !important;
	opacity: 0.8 !important;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content{
	background: transparent;
	border-radius: 10px;
}
#fancybox-outer{
	box-shadow: none !important;
}
#fancybox-content {
	border: none !important;
	padding: 0;
}
#fancybox-content > *{
	border-radius: 5px;
	box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.06);
}
.form-lightbox{
	display:none;
	position: fixed;
	width:100vw;
	height:100vh;
	z-index: 2222;
	left: 0;
	top: 0;
	cursor: pointer;
	background: rgba(0,0,0,0.8);
	overflow: scroll;
}
.form-lightbox.active{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form-lightbox-container {
	width: calc(100% - 30px);
	margin: 0 15px;
	background: transparent;
	border-radius: 0;
	overflow: auto;
	position: relative;
	padding: 0;
	cursor: unset;
	max-width: 1228px;
	max-height: 100vh;
}
.form-lightbox-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: transform .25s ease-in-out;
}
.form-lightbox-close:hover{
	transform: rotate(-90deg);
}
.form-lightbox-close{
	position: absolute;
	top: 30px;
	right: 18px;
	width: 20px;
	height: 20px;
	transition: transform .25s ease-in-out;
	background-image: url('images/close.svg');
	background-size: 20px;
	background-position: center;
}
.lightbox-form{
	font-family: "Montserrat", serif;
	background-color: #0B0A1F;
	padding: 100px 105px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 100%;
	border-radius: 0;
}
.lightbox-form-title {
	font-weight: 300;
	font-size: 50px;
	line-height: 61px;
	color: #fff;
	margin-bottom: 47px;
}
.lightbox-form-subtitle {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	margin-bottom: 30px;
}
.contacts-form-flex{
	gap: 30px;
}
.contacts-form-field{
	width: calc(33.33% - 20px);
	max-width: 285px;
}
.contacts-form-field:last-child{
	max-width: unset;
	flex-grow:1;
}
.contacts-form-field input:not([type="submit"]) {
	font-family: "Montserrat", serif;
	display: block;
	width: 100%;
	max-width: 100%;
	background: rgba(255,255,255,.21);
	border: none;
	border-radius: 50px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.contacts-form-field input[type="submit"] {
	font-family: "Montserrat", serif;
	display: block;
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-radius: 50px;
	padding: 20px 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #C89D60;
	width: 100%;
	border: none;
	cursor: pointer;
}
.contacts-form-field input[type="submit"]:hover {
	box-shadow: 0 0 3px #000 inset;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	display: block;
}
.wpcf7-not-valid-tip {
	max-width: 100%;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	background: transparent;
	line-height: 1;
	font-size: 14px;
	padding: 1px 13px 2px;
	border-radius: 5px;
	text-align: center;
}
.wpcf7 form .wpcf7-response-output{
	width: 100%;
	max-width: unset;
	margin: 10px 0 0;
	border-radius: 4px;
	background: #fff;
}
#fancybox-close{
	top: 15px !important;
	right: 15px !important;
	width:20px;
	height:20px;
	transition: transform .25s ease-in-out;
	background-image: url('images/close.svg');
	background-size: 20px;
	background-position: center;
}
#fancybox-close:hover{
	transform: rotate(-90deg);
}
.lightbox-form .wpcf7-spinner,
#fancybox-close span{
	display: none !important;
}
@media screen and (max-width: 990px){
	.lightbox-form {
		padding: 50px 15px;
	}
	.lightbox-form-title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 25px;
	}
	.lightbox-form-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.lightbox-form .wpcf7-response-output {
		margin-left: 0;
	}
	.contacts-form-flex{
		gap: 10px;
	}
	.contacts-form-field {
		width: 100%;
	}
	.form-lightbox-close {
		top: 15px;
		right: 15px;
	}
}
@media screen and (max-width: 600px){
	#fancybox-wrap {
		width: calc(100vw - 30px) !important;
		left: 15px !important;
	}
	#fancybox-img{
		width: auto !important;
		margin: auto !important;
	}
	.wpcf7-not-valid-tip,
	.lightbox-form .wpcf7-response-output {
		max-width: unset;
	}
	.contacts-form-field input[type="submit"] {
		white-space: break-spaces;
	}
}
/********************************************************************************************************************************************************************************/
/**************************************************** HEADER ********************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#header{
	position: absolute;
	width: 100%;
	z-index: 100;
	padding: 20px 0;
	top: 0;
	z-index: 2020;
}
.header-logo{
	max-width: 136px;
	margin-right: 30px;
}
.header-logo img{
	max-width: 100%;
	max-height: 50px;
}
.header-content{
	width:100%;
}
.main-menu{
	gap: 30px;
	margin: 0 30px;
}
.main-menu a.main-menu-link {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	transition: all 0.5s ease;
	color: #fff;
}
.main-menu a.main-menu-link:hover{
	color: #C89D60;
}
.header-phone,
.header-address{
	margin: 0 20px;
	max-width: 226px;
}
.header-phone.withico,
.header-address.withico{
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 48px;
}
.header-phone,
.header-phone a{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.header-address,
.header-address a{
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.header-phone a:hover,
.header-address a:hover{
	color: #C89D60 !important;
}
.header-phone,
.header-address{
	display:block;
	padding-left: 50px;
	min-height: 40px;
	background-size: auto;
}
.header-phone{
	margin-left:30px;
}
.main-doit-btn{
	background-color:	#0B071B;
	background-image:	linear-gradient(114.42deg, rgba(200,157,96,0.2) 25.15%, #C89D60 51.17%, rgba(200,157,96,0.2) 77.19%);
	background-repeat:	no-repeat;
	background-size:	cover;
	color: #fff;
	border-radius: 25px;
	padding: 15px 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}
.main-doit-btn:hover{
	box-shadow: 0 0 4px #000 inset;
}
.header-mobile{
	display:none;
}
.header-burger{
	margin-left:auto;
	background-image: url('images/burger.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.header-burger.active{
	background-image: url('images/burger-open.svg');
}
.header-social{
	margin-right: 10px;
}
.smirnova-menu-bg {
	display: none;
	position: fixed;
	z-index: 1010;
	background: rgba(0,0,0,.8);
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1260px){
	.header-logo {
		max-width: 100px;
		margin-right: 10px;
	}
	.main-menu {
		gap: 10px;
		margin: 0 10px;
	}
	.header-phone, 
	.header-address {
		margin: 0 10px;
	}
	.main-menu a.main-menu-link {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
	}
	.main-doit-btn-header {
		display: none;
	}
}
@media screen and (max-width: 990px){
	#header{
		padding: 15px 0;
	}
	#header.active{
		background: #0C0327;
	}
	.header-logo {
		margin-right: 30px;
		max-width: 100px;
	}
	.header-logo img {
		max-height: 40px;
		max-width: 100%;
	}
	.header-content {
		display: none;
		position: absolute;
		z-index: 2020;
		left: 0;
		top: 70px;
		width: 100%;
		background: #0C0327;
		padding: 0 15px 30px;
	}
	.header-mobile{
		display:flex;
	}
	.header-content .header-logo{
		display:none;
	}
	
	#header.active .header-content{
		display:block;
		max-width: unset;
	}
	.main-menu {
		border-top: 1px solid #3D3552;
		border-bottom: 1px solid #3D3552;
		margin: 0 0 30px;
		width: 100%;
		padding: 30px 0;
		gap: 24px;
	}
	.main-menu > .menu-item{
		width: calc(50% - 12px);
	}
	.main-menu a.main-menu-link {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}
	.header-phone,
	.header-address{
		width:100%;
	}
	.header-address{
		margin-top: 15px;
	}
}


/********************************************************************************************************************************************************************************/
/**************************************************** FOOTER ********************************************************************************************************************/
/********************************************************************************************************************************************************************************/

#footer{
	background: #0C0327;
	padding:25px 0;
}
@media screen and (max-width: 990px){
	#footer{
		padding:50px 0 30px;
	}
	#footer .header-content {
		display: flex;
		position: static;
		background: none;
		padding: 0;
	}
	#footer .header-content .header-logo {
		display: block;
		order: 1;
		margin-right: auto;
	}
	#footer .header-social-1{
		order:2;
	}
	#footer .header-social-2{
		order:3;
	}
	#footer .main-menu{
		order:4;
		margin: 30px 0;
	}
	#footer .header-phone{
		order:5;
		max-width: unset;
	}
	#footer .header-address{
		order:6;
		max-width: unset;
	}
	
}
/********************************************************************************************************************************************************************************/
/**************************************************** MISC **********************************************************************************************************************/
/********************************************************************************************************************************************************************************/


/********************************************************************************************************************************************************************************/
/**************************************************** MAIN PAGE *****************************************************************************************************************/
/********************************************************************************************************************************************************************************/
/* HERO */
.main-hero{
	padding: 280px 0 80px;
	background-color:#0C091C;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-hero > .container{
	position: relative;
}
.main-hero-title{
	font-weight: 300;
	font-size: 70px;
	line-height: 85px;
	color: #fff;
	margin-bottom: 20px;
}
.main-hero-subtitle{
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 50px;
	color: #fff;
}
.main-hero-btn-wrapper .main-doit-btn{
	padding:1px;
	border-radius: 35px;
}
.main-hero-btn-wrapper .main-doit-btn span{
	display:block;
	padding: 21px 39px;
	border-radius: 35px;
	background:#0A091C;
}
.hero-scrolldown-btn-txt-wrap{
	margin-top: 105px;
	min-height: 146px;
	position: relative;
}
.hero-scrolldown-btn-txt{
	cursor: pointer;
}
.hero-scrolldown-btn-img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.hero-scrolldown-btn-img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.hero-scrolldown-btn-txt {
	position: absolute;
	left: 22px;
	bottom: 165px;
	white-space: nowrap;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	transform-origin: left bottom;
	font-size: 12px;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 990px){
	.main-hero{
		padding: 171px 0 50px;
	}
	.main-hero-title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 10px;
	}
	.main-hero-subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 24px;
	}
	.main-hero-btn-wrapper .main-doit-btn span{
		padding: 21px 14px;
	}
	.hero-scrolldown-btn-txt-wrap{
		display:none;
	}
}
@media screen and (max-width: 500px){
	.main-hero-mob-space{
		height: 171px;
	}
	.main-hero-btn-wrapper .main-doit-btn{
		display:block;
	}
}


/* WHO AM I */
.main-whoami{
	padding: 100px 0;
	background:#fff;
}
.main-whoami-left,
.main-whoami-right{
	position: relative;
	padding-top: 32px;
	padding-top: 32px;
}
.main-whoami-left{
	z-index:1;
	width:calc(50% - 40px);
}
.main-whoami-right{
	z-index:2;
	width:50%;
	padding-left: 15px;
}
.main-whoami-left-decoration-1{
	position: absolute;
	z-index:1;
	width: 145%;
	height: 2px;
	background:#C89D60;
	right: 0;
	top: 47px;
	transform-origin: top right;
	transform: rotate(-42deg);
}
.main-whoami-left-decoration-2{
	position: absolute;
	z-index:1;
	width: 157%;
	height: 2px;
	background:#C89D60;
	right: 10px;
	top: 90px;
	transform-origin: top right;
	transform: rotate(-42deg);
}
.main-whoami-photo-wrap{
	display: inline-block;
	position: relative;
	z-index:2;
	margin-right: 80px;
}
.main-whoami-photo-wrap::after{
	content: '';
	position: absolute;
	z-index:1;
	width: calc(100% - 60px);
	height: calc(100% + 60px);
	left: 30px;
	top: -30px;
	border: 2px solid #C89D60;
}
.main-whoami-photo{
	position: relative;
	z-index:2;
}
.main-whoami-title{
	font-size: 70px;
	line-height: 85px;
	font-weight: 300;
	margin-bottom: 30px;
}
.main-whoami-text{
	font-size: 18px;
	line-height: 28px;
}
.main-whoami-text > *:not(:last-child){
	margin-bottom: 20px;
}
.main-whoami-right-flex{
	margin-top: 20px;
	gap: 20px;
}
.main-whoami-diploma-wrap{
	width:100px;
	overflow: visible;
	position: relative;
	padding-top: 75px;
	padding-bottom: 40px;
}
.main-whoami-diploma-img{
	max-width: unset;
	border: 2px solid #C89D60;
	box-shadow: 0px 24px 44px 0px #00000040;
	position: relative;
	z-index:2;
}
.main-whoami-diploma-decoration-1 {
	position: absolute;
	z-index: 1;
	width: 200%;
	height: 2px;
	background: #C89D60;
	right: 0;
	top: 8px;
	transform-origin: top right;
	transform: rotate(-42deg);
}
.main-whoami-diploma-decoration-2 {
	position: absolute;
	z-index: 1;
	width: 200%;
	height: 2px;
	background: #C89D60;
	right: 40px;
	top: 8px;
	transform-origin: top right;
	transform: rotate(-42deg);
}
.main-whoami-text-2{
	width:calc(100% - 120px);
}
.main-whoami-mobile-photo-block{
	display:none;
	position: relative;
	padding-top: 48px;
	padding-top: 62px;
}
@media screen and (max-width: 990px){
	.main-whoami{
		padding: 50px 0 0;
		overflow: hidden;
	}
	.main-whoami-title {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 10px;
	}
	.main-whoami-text {
		font-size: 14px;
		line-height: 22px;
	}
	.main-whoami-left {
		display: none;
	}
	.main-whoami-mobile-photo-block{
		display:block;
		width: calc(100% + 30px);
		padding-top: 45px;
		padding-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.main-whoami-photo-wrap {
		margin-right: 0;
	}
	.main-whoami-left-decoration-1 {
		right: 0;
		top: 0;
	}
	.main-whoami-left-decoration-2 {
		right: 0;
		top: -35px;
	}
	.main-whoami-right {
		width: 100%;
		padding-left: 0;
	}
	.main-whoami-diploma-wrap {
		width: calc(100% + 30px);
		padding-top: 35px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
		order:2;
	}
	.main-whoami-photo-wrap::after {
		width: calc(100% - 36px);
		height: calc(100% + 36px);
		left: 18px;
		top: -18px;
	}
	.main-whoami-diploma-img {
		max-width: 100%;
	}
	.main-whoami-diploma-decoration-1 {
		right: 0;
		top: -15px;
	}
	.main-whoami-diploma-decoration-2 {
		right: 0;
		top: 20px;
	}
	.main-whoami-text-2 {
		width: 100%;
		order:1;
	}
}


/* GALLERY */
.main-gallery{
	padding: 100px 0;
	background-color: #0C091C;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.main-gallery-title{
	font-size: 70px;
	line-height: 85px;
	font-weight: 300;
	margin-bottom: 40px;
	color:#C89D60;
	text-align:center;
}
.main-gallery-blocks{
	gap: 10px;
	display: none;
}
.main-gallery-blocks.page-1{
	display: flex;
}
.main-gallery-blocks:not(:last-child){
	margin-bottom: 10px;
}
.main-gallery-block-1{
	width:calc(50% - 5px);
}
.main-gallery-block-2{
	width:calc(50% - 5px);
	gap: 10px;
}
.main-gallery-block-3{
	width:calc(25% - 7px);
	gap: 10px;
}
.main-gallery-block-4{
	width:calc(50% - 7px);
}
.main-gallery-block-5{
	width:calc(25% - 7px);
}
.main-gallery-block-2-top{
	width:100%;
}
.main-gallery-block-2-bottom{
	width:100%;
	gap: 10px;
}
.main-gallery-block-2-bottom-1,
.main-gallery-block-2-bottom-2{
	width:calc(50% - 5px);
}
.main-gallery-blocks img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.main-gallery-btn-wrapper{
	text-align:center;
	margin-top: 30px;
}
.main-gallery-btn-wrapper .main-doit-btn{
	padding:1px;
	border-radius: 35px;
	background-image:linear-gradient(114.42deg, rgba(200, 157, 96, 0.2) 25.15%, #C89D60 51.17%, rgba(200, 157, 96, 0.2) 77.19%);
}
.main-gallery-btn-wrapper .main-doit-btn span{
	display:block;
	padding: 21px 39px;
	border-radius: 35px;
	background:#0A091C;
}
@media screen and (max-width: 990px){
	.main-gallery{
		padding: 50px 0;
	}
	.main-gallery-title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	.main-hero-btn-wrapper .main-doit-btn span{
		padding: 21px 14px;
	}
}
@media screen and (max-width: 640px){
	.main-gallery-block-1{
		width: 100%;
		order:1;
	}
	.main-gallery-block-2{
		width: 100%;
		order:2;
	}
	.main-gallery-block-3{
		width: calc(50% - 5px);
		order: 3;
	}
	.main-gallery-block-5{
		width: calc(50% - 5px);
		order: 4;
	}
	.main-gallery-block-4{
		width: 100%;
		order: 5;
	}
}


/* CTA */
.main-cta {
	padding: 100px 0;
	background-color:#B58E57;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-cta-title {
	font-weight: 300;
	font-size: 50px;
	line-height: 61px;
	margin-bottom: 10px;
	color: #fff;
}
.main-cta-text{
	font-size: 24px;
	line-height: 29px;
	color: #fff;
}
.main-cta-btn-wrapper{
	text-align:right;
	margin-top:40px;
}
.main-cta-btn-wrapper .main-doit-btn{
	background:#fff;
	color:#C89D60;
	padding: 22px 40px;
	border-radius: 35px;
}
@media screen and (max-width: 990px){
	.main-cta {
		padding: 50px 0;
	}
	.main-cta-title {
		font-size: 30px;
		line-height: 37px;
	}
	.main-cta-text{
		font-size: 16px;
		line-height: 20px;
	}
	.main-cta-btn-wrapper{
		text-align:center;
		margin-top:30px;
	}
	.main-cta-btn-wrapper .main-doit-btn{
		padding: 22px 15px;
	}
}


/* ADVANTAGES */
.main-advantages{
	padding: 100px 0;
	background:#fff;
}
.main-advantages-title{
	font-size: 70px;
	line-height: 85px;
	font-weight: 300;
	margin-bottom: 20px;
}
.main-advantages-text{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.main-advantages-text > *:not(:last-child){
	margin-bottom: 20px;
}
.main-advantages-blocks{
	margin-top: 50px;
	gap: 30px;
}
.main-advantages-singleblock {
	position: relative;
	width: calc(33.33% - 20px);
	padding: 50px 30px 30px;
	background:#F7F7F7;
}
.main-advantages-singleblock-icowrap{
	margin-bottom: 30px;
}
.main-advantages-singleblock-ico{
	display:block;
	max-width: 60px;
	max-height: 60px;
}
.main-advantages-singleblock-content{
	position: relative;
	z-index:2;
}
.main-advantages-singleblock-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.main-advantages-singleblock-text{
	color:#3B3F4B;
	font-size: 16px;
	line-height: 26px;
}
.main-advantages-singleblock-text ul li{
	padding-left: 23px;
}
.main-advantages-singleblock-text ul li::before{
	left:10px;
	top:12px;
	width:2px;
	height:2px;
	color:#3B3F4B;
}
.main-advantages-singleblock-text > *:not(:last-child){
	margin-bottom: 10px;
}
.main-advantages-singleblock-decoration-1{
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 2px;
	background: #C89D60;
	right: 0;
	top: 22px;
	transform-origin: top right;
	transform: rotate(-42deg);
	opacity:0.3;
}
.main-advantages-singleblock-decoration-2{
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 2px;
	background: #C89D60;
	right: 8px;
	top: 0;
	transform-origin: top right;
	transform: rotate(-42deg);
	opacity:0.3;
}
@media screen and (max-width: 990px){
	.main-advantages{
		padding: 50px 0;
	}
	.main-advantages-title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 30px;
	}
	.main-advantages-text{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.main-advantages-blocks {
		margin-top: 20px;
		gap: 10px;
	}
	.main-advantages-singleblock {
		width:100%;
		padding: 40px 20px 30px;
	}
	.main-advantages-singleblock-icowrap{
		margin-bottom: 20px;
	}
	.main-advantages-singleblock-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.main-advantages-singleblock-text {
		font-size: 14px;
		line-height: 22px;
	}
}


/* STAGES */
.main-stages{
	padding: 100px 0;
	background-color: #0C091C;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-stages-title{
	font-size: 70px;
	line-height: 85px;
	font-weight: 300;
	margin-bottom: 30px;
	color:#C89D60;
}
.main-stages-blocks{
	margin-top: 50px;
	gap: 30px;
}
.main-stages-singleblock {
	position: relative;
	width: calc(33.33% - 20px);
	padding: 20px 30px;
	background: #FFFFFF1A;
	backdrop-filter: blur(5px);
	min-height: 352px;
}
.main-stages-singleblock-number{
	color:#C89D60;
	font-weight: 900;
	font-size: 100px;
	line-height: 122px;
	margin-bottom: 6px;
}
.main-stages-singleblock-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	color:#C89D60;
}
.main-stages-singleblock-text{
	color:#fff;
	font-size: 16px;
	line-height: 26px;
}
@media screen and (max-width: 990px){
	.main-stages{
		padding: 50px 0;
	}
	.main-stages-title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 30px;
	}
	.main-stages-blocks {
		margin-top: 20px;
		gap: 10px;
	}
	.main-stages-singleblock {
		width:100%;
		padding: 20px 20px 30px;
		min-height: unset;
	}
	.main-stages-singleblock-number{
		font-size: 50px;
		line-height: 61px;
		margin-bottom: 10px;
	}
	.main-stages-singleblock-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.main-stages-singleblock-text {
		font-size: 14px;
		line-height: 22px;
	}
}


/* FAQ */
.main-faq{
	background:#fff;
	padding:100px 0;
}
.main-faq-title{
	font-size: 70px;
	line-height: 85px;
	font-weight: 300;
	margin-bottom: 30px;
}
.faq-question{
	padding: 20px 30px 20px;
	background:#F8F8F8;
	cursor: pointer;
}
.faq-question:not(:last-child){
	margin-bottom: 10px;
}
.q-question-text{
	gap:20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	position: relative;
}
.q-number{
	width:30px;
	height:30px;
	border-radius: 100%;
	background:#C89D60;
	color:#fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
.q-question-text-thetext{
	width:calc(100% - 70px);
}
.q-marker {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.q-marker-horizontal{
	position: absolute;
	width:16px;
	height:2px;
	left:0;
	top:7px;
	background:#2A2B3A;
}
.q-marker-vertical{
	position: absolute;
	height:16px;
	width:2px;
	top:0;
	left:7px;
	background:#2A2B3A;
}
.faq-question.active .q-marker-vertical{
	display:none;
}
.faq-answer{
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	display: none;
	padding-left: 50px;
}
@media (max-width: 990px) {
	.main-faq{
		padding: 50px 0;
	}
	.main-faq-title {
		font-size: 30px;
		line-height: 37px;
		margin-bottom: 20px;
	}
	.faq-question{
		cursor: pointer;
		position: relative;
	}
	.q-question-text {
		gap:10px;
		font-size: 14px;
		line-height: 16px;
	}
	.faq-answer{
		font-size: 14px;
		line-height: 20px;
		padding-left: 0;
	}
}





/********************************************************************************************************************************************************************************/
/**************************************************** STANDART CONTENT **********************************************************************************************************/
/********************************************************************************************************************************************************************************/
body:not(.page-template-main-page) #header {
	position: static;
	background: #022739;
	margin-bottom: 80px;
}
.page-template-content{
	min-height: 900px;
}
.standard-content {
	padding-bottom: 80px;
}
.standard-content p, 
.standard-content li {
	margin-bottom: 20px;
}
.standard-content a{
	color: #0C0327;
}
.standard-content a:hover{
	color: #0C0327;
}
.standard-content blockquote {
	margin: 30px 0;
	padding: 20px 20px 20px 40px;
	color: #000000;
	font-weight: 700;
	font-style: Italic;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background:#FFEDAF;
	box-shadow: 0px 10px 24px 0px #0000000F;
}
.standard-content blockquote::before{
	content:'';
	position: absolute;
	left:0;
	top:0;
	width:18px;
	height:100%;
	background:#0C0327;
	z-index:2;
}
.standard-content blockquote > *{
	color: #000000;
	font-weight: 700;
	font-style: Italic;
}
.standard-content blockquote > *:last-child{
	margin:0;
}
.standard-content a:hover{
	color: #000;
}
.standard-content h1.althighlight::after,
.td-block-title.althighlight::after{
	background: #0C0327;
}
.standard-content h1,
.standard-content h2,
.standard-content h3,
.standard-content h4,
.standard-content h5,
.standard-content h6{
	position: relative;
	clear: both;
	font-weight: 700;
	color: #2A2B16;
}
.standard-content h1::after{
	content: '';
	position: absolute;
	width: 7px;
	height: calc(100% + 14px);
	background: rgba(107, 121, 35, 0.3);
	left: 0;
	top: -7px;
	background: #0C0327;
}
.standard-content h1 {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 30px;
	padding-left: 33px;
}
.standard-content h2 {
	margin-bottom: 36px;
	font-size: 40px;
	line-height: 30px;
}
.standard-content h3 {
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 30px;
}
.standard-content h4{
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
.standard-content h5{
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 25px;
}
.standard-content h6{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 22px;
}
.standard-content ul {
	margin: 20px 0 28px;
}
.standard-content  ol {
	padding-left:18px;
    counter-reset: custom-counter;
    list-style: none;
    padding-left: 0;
	margin: 36px 0 45px;
}
.standard-content ol > li {
	counter-increment: custom-counter;
	position: relative;
	padding-left: 48px;
	min-height: 37px;
	margin-bottom: 12px;
}
.standard-content ol > li::before {
	content: counter(custom-counter);
	position: absolute;
	left: 0;
	top: 0;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #1A465C;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}
figure {
	max-width: 100%;
	margin: 30px 0;
}
.standard-content img{
	margin-bottom: 30px;
}
figure img,
.standard-content figure img{
	box-shadow: 0px 17px 24px 0px #00000033;
	border-radius: 16px;
	margin: 0;
}
.standard-content .aligncenter,
.standard-content .aligncenter img{
	margin-left: auto;
	margin-right: auto;
}
.standard-content .alignleft, 
.standard-content .alignleft img {
	float: left;
	max-width: 625px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 16px;
}
.standard-content .alignright,
.standard-content .alignright img{
	float: right;
	max-width: 625px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 16px;
}
.standard-content .aligncenter:not(figure),
.standard-content .alignright:not(figure),
.standard-content .alignleft:not(figure),
.standard-content .aligncenter img,
.standard-content .alignleft img,
.standard-content .alignright img{
	box-shadow: 0px 17px 24px 0px #00000033;
	border-radius: 16px;
	overflow: hidden;
}

figcaption {
	text-align: center;
	padding-top: 11px;
	color: #38461A;
	font-size: 20px;
	line-height: 40px;
}

.tablecontainer {
	margin: 20px 0;
    width: 100%;
}
.standard-content .tablecontainer {
	margin: 30px 0;
    width: 100%;
}
.standard-content table:not(.main-tableblock-thetable){
    width: 100%;
    border-collapse: collapse;
	margin:0;
}
.standard-content table:not(.main-tableblock-thetable) thead tr{
	background-color: #044565;
}
.standard-content table:not(.main-tableblock-thetable) thead th {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}
.standard-content table:not(.main-tableblock-thetable) tbody tr td{
	padding: 10px;
}
.standard-content table:not(.main-tableblock-thetable) tbody tr:nth-child(even){
	background-color: #F0FDFF;
}
@media (max-width: 1200px) {
	.standard-content img.alignleft, 
	.standard-content img.alignright{
		max-width: 100%;
		margin: 0;
	}
	.img-float-wrapper.left,
	.img-float-wrapper.right{
		max-width: 45%;
		margin-bottom: 30px;
	}
	.img-float-wrapper.left{
		margin-right: 22px;
	}
	.img-float-wrapper.right{
		margin-left: 22px;
	}
	.standard-content .alignleft img,
	.standard-content .alignright img{
		max-width: 45%;
		margin-bottom: 30px;
	}
	.standard-content .alignleft img {
		margin-right: 30px;
	}
	.standard-content .alignright img{
		margin-left: 30px;
	}
}
@media (max-width: 990px) {
	body:not(.page-template-main-page) #header {
		margin-bottom: 50px;
	}
	.page-map-wrapper > iframe {
		height: 450px;
	}
	.standard-content {
		padding-bottom: 50px;
	}
	.entry-content{
		margin-bottom:40px;
	}
	.standard-content p, 
	.standard-content li {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 14px;
	}
	.standard-content .entry-content *{
		font-size: 16px;
		line-height: 1.3;
	}
	.standard-content ul {
		margin: 14px 0 22px;
		padding-left: 0;
	}
	.standard-content ol > li::before {
		left: 0;
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.standard-content ol > li {
		padding-left: 40px;
		min-height: 40px;
		margin-bottom: 10px;
	}
	.standard-content ul,
	.standard-content ol{
		margin: 14px 0 22px;
	}
	.standard-content h1{
		padding-left:15px;
	}
	.standard-content h1::after{
		content: '';
		position: absolute;
		width: 4px;
		height: calc(100% + 14px);
		left: 0;
		top: -7px;
	}
	.standard-content .entry-content h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h4{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.standard-content .entry-content h5{
		font-size: 19px;
		margin-bottom: 10px;
	}
	.standard-content .entry-content h6{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tablecontainer,
	.standard-content .tablecontainer,
	.standard-content > div.tablecontainer{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 28px 0;
	}
	.standard-content table:not(.main-tableblock-thetable){
		width: max-content;
		min-width: 100%;
	}
	.standard-content table:not(.main-tableblock-thetable) thead th{
		padding: 13px 15px;
		font-size: 18px;
		line-height:22px;
	}
	.standard-content table:not(.main-tableblock-thetable) tbody td,
	.standard-content table:not(.main-tableblock-thetable) tbody tr td{
		padding: 12px 15px;
		font-size: 18px;
		line-height:22px;
	}
	.standard-content table:not(.main-tableblock-thetable) thead tr,
	.standard-content table:not(.main-tableblock-thetable) thead th,
	.standard-content table:not(.main-tableblock-thetable) tbody tr,
	.standard-content table:not(.main-tableblock-thetable) tbody tr td{
		transform: unset;
	}
	.standard-content img {
		margin-bottom: 28px;
	}
	.alignleft,
	.alignleft img,
	.alignright,
	.alignright img,
	.standard-content img.alignleft, 
	.standard-content img.alignright,
	img.alignleft, 
	img.alignright{
		float: none;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.standard-content ul li {
		padding-left: 20px;
	}
	.standard-content ul li::before {
		left: 5px;
		top: 7px;
		width: 8px;
		height: 8px;
	}
	figure {
		margin: 30px 0;
	}
	figcaption {
		padding-top: 5px;
		font-size: 14px;
		line-height: 1.3;
	}
	.standard-content blockquote{
		margin: 30px 0;
		padding: 15px 15px 15px 30px;
	}
	.standard-content blockquote::before {
		width:10px;
	}
}
@media (max-width: 600px) {
	.standard-content .alignleft, 
	.standard-content .alignleft img,
	.standard-content .alignright,
	.standard-content .alignright img{
		float:none;
		clear:both;
		max-width: 100%;
		margin: 20px auto;
	}
}