/*COMMONS*/
:root {
	--color-main: #B4AE8E;
	--color-sec-1: #555847;
	--color-sec-2: #828770;
	--color-sec-3: #F1EFE3;
	--color-black: #383637;
	--color-white: #ffffff;
}

::-moz-selection {
	color: #ffffff;
	background: rgba(180, 174, 142, 0.6);
}

::selection {
	color: var(--color-sec-1);
	background: rgba(180, 174, 142, 0.6);
}

body {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400
	color: var(--color-black);
	background-color: var(--color-white);
}

body.hide-scroll {
	overflow: hidden;
}

body::-webkit-scrollbar {
	width: 6px;
}
 
body::-webkit-scrollbar-track {
	background-color: var(--color-black);
}
 
body::-webkit-scrollbar-thumb {
	background-color: var(--color-main);
}

a {
	text-decoration: underline;
	color: var(--color-main);
	font-weight: 600;
}

svg {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.for-mobile {
	display: none;
}

.for-desktop {
	display: block;
}

.wrapper {
    max-width: calc(1488px + 30px + 30px);
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 auto;
    position: relative;
}

/*FLEX*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex.inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.flex.space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex.justify-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex.column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex.middle {
	-webkit-align-items: center;
	align-items: center;
}

.flex.align-items-flex-start {
	align-items: flex-start;
}

.flex.center {
	-webkit-justify-content: center;
	justify-content: center;
}

.flex.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*FLEX END*/

/*GLOBALS*/
/*COLORS*/
.g__color-main {
	color: var(--color-main);
}

.g__color-sec-1 {
	color: var(--color-sec-1);
}

.g__color-sec-2 {
	color: var(--color-sec-2);
}

.g__color-sec-3 {
	color: var(--color-sec-3);
}

.g__color-black {
	color: var(--color-black);
}

.g__color-white {
	color: var(--color-white);
}
/*COLORS END*/

/*TEXTS*/
.g__text {
	position: relative;
}

.g__text.type-h1, h1 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

.g__text.type-h2, h2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

.g__text.type-h3, h3 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}

.g__text.type-h4, h4 {
	font-size: 21px;
	font-weight: 600;
	line-height: 118%;
	text-transform: uppercase;
}

.g__text.type-h5, h5 {
	font-family: "Mate", sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 400;
	line-height: 36px;
}

.g__text.type-p, p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.g__text.type-1 {
	font-size: 14px;
	font-weight: 400;
}

.g__text.type-1.var-a {
	font-weight: 500;
	font-style: italic;
}

.g__text.type-2 {
	font-size: 12px;
	font-weight: 400;
}

b,
strong {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}
/*TEXTS END*/

.g__wysiwyg_editor {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
}

.g__wysiwyg_editor > * {
	margin-top: 20px;
}

.g__wysiwyg_editor > *:nth-child(1) {
	margin-top: initial;
}

.g__wysiwyg_editor img,
.g__wysiwyg_editor video,
.g__wysiwyg_editor iframe {
	max-width: 100%;
}

.g__wysiwyg_editor p {
	margin-top: 20px;
}

.g__wysiwyg_editor blockquote {
	padding-left: 12px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.g__wysiwyg_editor ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 24px;
	position: relative;
}

.g__wysiwyg_editor ul li:before {
	content: '';
	background-color: var(--color-black);
	border-radius: 50%;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 12px;
	left: 11px;
}

.g__wysiwyg_editor ol {
	list-style: auto;
	padding-left: 24px;
}

.g__wysiwyg_editor ol li {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
}

/*BUTTONS*/
.g__button {
	background: none;
	border: none;
	outline: none;
	display: inline-block;
	padding: initial;
	position: relative;

	cursor: pointer;
}
.g__button .g__button-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	overflow: hidden;
}

.g__button-inner {
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}


.g__button .g__button-text {
	text-align: center;
	position: relative;

	z-index: 55;
}

.g__button.type-2 {

}

.g__button.type-2 .g__button-frame {
	background-color: var(--color-sec-1);
	border: 2px solid var(--color-sec-1);
	transition: 0.3s;
}

.g__button.type-2:hover .g__button-frame {
	background-color: var(--color-white);
	border-color: var(--color-main);
}

.g__button.type-2 .g__button-inner {
	padding: 16px 80px;
}

.g__button.type-2 .g__button-text {
	font-family: "Mate", sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--color-white);
	transition: 0.3s;
}

.g__button.type-2:hover .g__button-text {
	color: var(--color-sec-2);
}
/*BUTTONS END*/

/*LINKS*/
.g__link {
	font-size: 18px;
	font-weight: 700;
	line-height: initial;
	color: var(--color-black);
	display: inline-block;
	position: relative;

	cursor: pointer;

	transition: 0.3s;
}

.g__link:after {
	content: '';
	background-color: var(--color-black);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;

	transition: 0.3s;
}

.g__link:hover {
	color: var(--color-accent-2);
}

.g__link:hover:after {
	background-color: var(--color-accent-2);
}

/*IMAGE*/
.g__image {
	display: block;
	width: 100%;
	position: relative;
}

.g__image > * {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.g__image.type-cover {
	width: 100%;
	height: 100%;
}

.g__image.type-cover > * {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.g__image.type-contain {
	width: 100%;
	height: 100%;
}

.g__image.type-contain > * {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
/*IMAGE END*/

/*BACKGROUNDS*/
.g__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	overflow: hidden;

	pointer-events: none;
}

.g__background-inner {
	width: 1920px;
	height: 100%;
	margin: 0px auto;
	position: absolute;
	right: -200%;
	left: -200%;
}
/*BACKGROUNDS END*/

/*BURGER*/
.g__burger {
	display: block;
	position: relative;

	cursor: pointer;
}

.g__burger-line-list {
	width: 26px;
	height: 16px;
	position: relative;
}

.g__burger-line-item-outer {
	border-radius: 4px;
	width: 100%;
	height: 2px;
	position: relative;

	overflow: hidden;
}

.g__burger-line-item-outer:not(:nth-child(1)) {
	margin-top: 11px;
}

.g__burger-line-item {
	width: 100%;
	height: 100%;
}

.g__burger-line-item:before {
	content: '';
	background-color: var(--color-black);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	transition: 0.3s;
}
/*BURGER END*/

.g__title {
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-white);
	display: inline-block;
	padding-top: 14px;
	padding-right: 50px;
	padding-bottom: 14px;
	padding-left: 0px;
	position: relative;
}

.g__title-bg {
	background-color: var(--color-main);
	width: calc(100% + 50vw);
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.g__title-text {
	position: relative;
}

.g__title.var-a {
	padding-left: 50px;
}

.g__title.var-a .g__title-bg {
	width: 100%;
}

/*INPUTS*/
.g__form {
	position: relative;
}

.g__form button {
	background: initial;
	border: initial;
	outline: initial;
	padding: initial;
}

.g__form-row {
	position: relative;
}

.g__form-row:not(:nth-child(1)) {
	margin-top: 10px;
}

.g__form-row-submit button,
.g__form-row-submit .g__button {
	width: 100%;
}

.g__form-input {
	position: relative;	
}

.g__form-input-inner {
	position: relative;
}

.g__form-input input,
.g__form-input textarea {
	font-family: Raleway;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--color-sec-2);
	background: var(--color-white);
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 52px;
	padding: 15px 22px;

	caret-color: var(--color-main);
}

.g__form-input input::placeholder,
.g__form-input textarea::placeholder {
	color: rgba(130, 135, 112, 0.66);
}

.g__form-input textarea {
	height: 180px;

	resize: none;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.11px;
	color: var(--color-white);
	background-color: var(--color-main);
	width: 100%;
	padding: 2px 6px;
	margin-top: 2px;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.75 !important;
	letter-spacing: 0.11px !important;
	text-align: center !important;
	color: var(--color-white) !important;
	border: none !important;
	background-color: var(--color-main) !important;
	border: 2px solid var(--color-main) !important;
	border-radius: 0px !important;
	margin: initial !important;
	margin-top: 16px !important;
	padding: 8px 16px !important;	
}

div.wpcf7 .wpcf7-spinner {
	margin-right: initial;
	margin-left: initial;
	position: absolute;
	bottom: -32px;
}

.grecaptcha-badge {
	display: none !important;
}
/*GLOBALS END*/

/*HEADER*/
header {
	width: 100%;
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 222;
}

header .g__background {
	background-color: var(--color-white);
}

header:after {
	content: '';
	background-color: var(--color-main);
	opacity: 0;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	transition: 0.3s;
}

header .wrapper {
	padding-top: 23px;
	padding-bottom: 23px;
}

header .block-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

header .el-menu > ul {
	display: flex;
}

header .el-menu > ul > li > a {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-sec-1);
	padding-top: 24px;
	padding-right: 40px;
	padding-bottom: 24px;
	padding-left: 40px;
	position: relative;
}

header .el-menu > ul > li > a:after {
	content: '';
	opacity: 0;
	background-color: var(--color-main);
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 2px;
	left: 0px;
	transition: 0.3s;
}

header .el-menu > ul > li > a:hover:after {
	opacity: 1;
}

header.not-at-top {

}

header.not-at-top:after {
	opacity: 1;
}

header.menu-opened {

}

header.menu-opened:after {
	opacity: 0;
}
/*HEADER END*/

/*MAIN MENU*/
.main-menu {
	/*display: none;*/
	width: 100%;
	/*height: 100%;*/
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 101;
}

.main-menu .g__background {
	background-color: var(--color-white);
}

.main-menu .wrapper {
	padding-top: 128px;
	padding-right: initial;
	padding-bottom: 64px;
	padding-left: initial;
}

.main-menu .content {
	width: 100%;
	/*height: 100%;*/
	padding-top: 0px;
	position: relative;

	/*overflow-y: auto;
	overflow-x: visible;*/
}

.main-menu .part-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*height: calc(100vh - 60px);*/
}

.main-menu .part-top {
	text-align: center;
}

.main-menu .el-menu ul li:not(:nth-child(1)) {
	margin-top: 30px;
}

.main-menu .el-menu ul li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 125%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-black);
	display: inline-block;
}
/*MAIN MENU END*/

/*FOOTER*/
footer {
	position: relative;
}

footer .g__background {
	background-color: var(--color-sec-1);
}

footer .wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

footer .block-list {
	display: flex;
	align-items: center;
}

footer .block-item-1 {
	width: 240px;
	padding-right: 24px;
}

footer .block-item-2 {
	flex: 1 0 auto;
	position: relative;
}

footer .block-item-3 {
	display: flex;
	justify-content: center;
	width: 240px;
	padding-left: 24px;
}

footer .el-line {
	background-color: var(--color-white);
	width: 100%;
	height: 1px;
	margin: auto 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
}

footer .info-list-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

footer .info-item-2 {
	background-color: var(--color-sec-1);
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
}

footer .info-item-2 a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-white);
	transition: 0.3s;
}

footer .info-item-2 a:hover {
	color: var(--color-main);
}

footer .socials-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -12px;
}

footer .socials-item {
	text-decoration: none;
	width: 48px;
	margin-top: 12px;
	margin-right: 12px;
	margin-left: 12px;
	transition: 0.3s;
}

footer .socials-item:hover {
	opacity: 0.5;
}

footer .bottom-part {
	text-align: center;
	margin-top: 32px;
}

footer .info-list {
	display: flex;
	justify-content: center;
}

footer .info-item {
	position: relative;
}

footer .info-item:not(:nth-last-child(1)) {
	margin-right: 26px;
}

footer .info-item:not(:nth-child(1)):before {
	content: '';
	background-color: var(--color-white);
	width: 1px;
	height: 20px;
	margin: auto 0px;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -13px;
}

footer .info-item a {
	text-decoration: none;
	font-weight: 400;
	color: var(--color-white);
	transition: 0.3s;
}

footer .info-item a:hover {
	color: var(--color-main);
}
/*FOOTER END*/
/*COMMONS END*/

/*SECTION TYPE 1*/
section.type-1 {
	
}

section.type-1 .el-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

section.type-1 .el-bg-shadow {
	background: radial-gradient(57.02% 57.02% at 50% 57.02%, rgba(0, 0, 0, 0.75) 43.28%, rgba(0, 0, 0, 0.20) 100%);
	opacity: 0.8;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 33;
}

section.type-1 .el-bg-img {
	position: absolute;
	top: 0px;
	left: 0px;
}

section.type-1 .el-bg-img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

section.type-1 .content {
	position: relative;
	z-index: 55;
}

section.type-1 .flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: calc(100vh - 99px);
}

section.type-1 .flex-child {
	margin-bottom: 80px;
	margin-top: 80px;
}

section.type-1 .el-title {
	margin-top: 48px;
}

section.type-1 .el-sub-title {
	margin-top: 48px;
}

section.type-1 .scroll-tip {
	width: 90px;
	margin: 0px auto;
	position: absolute;
	right: 0px;
	bottom: 24px;
	left: 0px;
	z-index: 77;
	cursor: pointer;
}

section.type-1 .scroll-tip-icon {
    width: 56px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    position: relative;

    animation: scroll-tip 6s ease-in-out infinite;
}

section.type-1 .scroll-tip-text {
    text-align: center;
    animation: scroll-tip-text 6s ease-in-out infinite;
}

@keyframes scroll-tip {
    0% {
    	opacity: 1;

    	transform: translateY(0px);
    }

    20% {
    	opacity: 1;

    	transform: translateY(0px);
    }

    50% {
    	opacity: 0;

    	transform: translateY(24px);
    }

    51% {
    	opacity: 0;

    	transform: translateY(-8px);
    }

    68% {
    	opacity: 1;

    	transform: translateY(0px);
    }

    100% {
    	opacity: 1;

    	transform: translateY(0px);
    }
}

@keyframes scroll-tip-text {
    0% {
    	opacity: 1;
    }

    20% {
    	opacity: 1;
    }

    50% {
    	opacity: 0;
    }

    51% {
    	opacity: 0;
    }

    68% {
    	opacity: 1;
    }

    100% {
    	opacity: 1;
    }
}
/*SECTION TYPE 1 END*/

/*SECTION TYPE 2*/
section.type-2 {
	overflow: hidden;
}

section.type-2 .wrapper {
	padding-bottom: 160px;
}

section.type-2 .content {
	position: relative;
}

section.type-2 .el-title {
	position: absolute;
	top: 0px;
}

section.type-2 .part-list {
	display: flex;
}

section.type-2 .part {
	width: calc(50% - 30px);
}

section.type-2 .part-1 {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-right: 30px;
}

section.type-2 .part-2 {
	margin-left: 30px;
}

section.type-2 .flex-container {
	display: flex;
	align-items: center;
	min-height: 100%;
}

section.type-2 * + .el-title-3 {
	margin-top: 20px;
}

section.type-2 * + .el-text {
	margin-top: 40px;
} 

section.type-2 .el-image {
	width: 100%;
}

section.type-2 .block-item:not(:nth-child(1)) {
	margin-top: 80px;
}

section.type-2 .block-item:nth-child(even) .part-1 {
	order: 2;
	margin-right: initial;
	margin-left: 30px;
}

section.type-2 .block-item:nth-child(even) .part-2 {
	order: 1;
	margin-right: 30px;
	margin-left: initial;
}

section.type-2 .block-item:nth-child(1) .part-1 {
	margin-top: 60px;
}

section.type-2 .block-item:nth-child(1) .el-image {
	width: calc(100% + 120px);
}

section.type-2.var-a {

}

section.type-2.var-a .g__background {
	background-color: var(--color-sec-3);
}

section.type-2.var-a .wrapper {
	padding-bottom: 80px;
}
/*SECTION TYPE 2 END*/

/*SECTION TYPE 3*/
section.type-3 {
	
}

section.type-3 .content {
	text-align: center;
}

section.type-3 .el-title-2 {
	margin-top: 100px;
}

section.type-3 .el-sub-title {
	margin-top: 20px;
}

section.type-3 .block-list-outer {
	margin-top: 36px;
}

section.type-3 .block-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 972px;
	margin-right: auto;
	margin-left: auto;
}

section.type-3 .block-item {
	border-top: 1px solid var(--color-main);
	border-right: 1px solid var(--color-main);
	width: 25%;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

section.type-3 .block-item:nth-child(1),
section.type-3 .block-item:nth-child(2),
section.type-3 .block-item:nth-child(3),
section.type-3 .block-item:nth-child(4) {
	border-top: initial;
}

section.type-3 .block-item:nth-child(4n + 4) {
	border-right: initial;
}

section.type-3 .block-item-inner {
	min-height: 44px;
}

section.type-3 .el-title-3 {
	margin-top: 80px;
	max-width: 972px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

section.type-3 .el-text {
	margin-top: 20px;
	max-width: 972px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

section.type-3 .block-list-outer-2 {
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 80px;
}

section.type-3 .block-list-2 {
	display: flex;
	width: calc(100% + 100px);
	position: relative;
	left: -50px;
}

section.type-3 .block-item-2 {
	width: calc(33.33% - 100px);
	margin-right: 50px;
	margin-left: 50px;
}

section.type-3 .block-item-2-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
}

section.type-3 .block-item-2-title {
	margin-top: 24px;
}

section.type-3 .block-item-2-text {
	margin-top: 10px;
}

section.type-3 .el-image {
	margin-top: 80px;
}
/*SECTION TYPE 3 END*/

/*SECTION TYPE 4*/
section.type-4 {
	
}

section.type-4 .g__background {
	background-color: var(--color-sec-2);
}

section.type-4 .wrapper {
	padding-bottom: 160px;
}

section.type-4 .content {
	max-width: 972px;
	margin-right: auto;
	margin-left: auto;
}

section.type-4 .el-title {
	text-align: center;
}

section.type-4 .el-title-2 {
	text-align: center;
	max-width: 900px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

section.type-4 .part-list-outer {
	margin-top: 60px;
}

section.type-4 .part-list {
	display: flex;
	flex-wrap: wrap;
}

section.type-4 .part-item {
	width: calc(50% - 30px);
}

section.type-4 .part-item-1 {
	padding-top: 16px;
	margin-right: 30px;
}

section.type-4 .part-item-2 {
	margin-left: 30px;
}

section.type-4 .part-item-info-list-outer {
	padding-left: 16px;
	margin-top: 32px;
}

section.type-4 .part-item-info-item {
	display: flex;
	align-items: center;
}

section.type-4 .part-item-info-item:not(:nth-child(1)) {
	margin-top: 24px;
}

section.type-4 .part-item-info-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-right: 16px;
}

section.type-4 .part-item-info-item-text a {
	font-weight: 400;
	text-decoration: none;
	color: var(--color-white);
}

section.type-4 .el-tip {
	margin-top: 32px;
}

section.type-4 .hidden-tel {
	cursor: pointer;
}
/*SECTION TYPE 4 END*/

/*SECTION TYPE 5*/
section.type-5 {

}

section.type-5 .wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

section.type-5 .el-sub-title {

}
/*SECTION TYPE 5 END*/

/*SECTION TYPE 6*/
section.type-6 {

}

section.type-6 .wrapper {
	padding-bottom: 180px;
}

section.type-6 .el-sub-title {
	text-align: center;
	max-width: 972px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}

section.type-6 .block-list-outer {
	margin-top: 110px;
}

section.type-6 .block-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -80px;
	position: relative;
}

section.type-6 .block-item {
	width: 33.33%;
	border-right: 1px solid var(--color-main);
	margin-top: 80px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	position: relative;
}

section.type-6 .block-item:after {
	content: '';
	background-color: var(--color-main);
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -40px;
	left: 0px;
}

section.type-6 .block-item:nth-last-child(1):after,
section.type-6 .block-item:nth-last-child(2):after,
section.type-6 .block-item:nth-last-child(3):after {
	display: none;
}

section.type-6 .block-item:nth-child(3n+3) {
	border-right: initial;
}

section.type-6 .block-item-icon {
	max-width: 100%;
}

section.type-6 .block-item-icon img {
	display: block;
	max-width: 100%;
}

section.type-6 .block-item-title {
	margin-top: 36px;
}

section.type-6 .block-item-text {
	margin-top: 20px;
}

section.type-6 .block-item-link {
	margin-top: 20px;
}

section.type-6 .block-item-link a {
	text-transform: uppercase;
	text-decoration: none;
}
/*SECTION TYPE 6 END*/


.for-mobile {
	display: none;
}

.for-desktop {
	display: block;
}

@media screen and (max-width: 1439px) {
	header .el-menu > ul > li > a {
		font-size: 16px;
	}

	section.type-1 .flex-child {
		transform-origin: center;
		transform: scale(0.7);
	}

	section.type-2 .block-item:nth-child(1) .el-image {
		width: calc(100% + 40px);
	}
}

@media screen and (max-width: 1279px) {
	section {
		overflow: hidden;
	}

	.for-mobile {
		display: block;
	}

	.for-desktop {
		display: none;
	}

	.wrapper {
	    max-width: calc(1488px + 12px + 12px);
	    padding-right: 12px;
	    padding-left: 12px;
	}

	header .wrapper {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	header .block-list {
		align-items: center;
	}

	header .el-logo {
		display: block;
		max-width: 40px;
	}

	section.type-1 .flex-container {
		min-height: calc(100vh - 67px);
	}

	section.type-2 .wrapper {
		padding-bottom: 80px;
	}

	section.type-2 .part-list {
		flex-wrap: wrap;
	}

	section.type-2 .part {
		width: 100%;
	}

	section.type-2 .part-1 {
		padding-left: 12px;
		padding-right: 12px;
		margin-right: initial;
	}

	section.type-2 .part-2 {
		margin-left: initial;
	}

	section.type-2 .block-item:not(:nth-child(1)) {
		margin-top: 40px;
	}

	section.type-2 .block-item:nth-child(even) .part-1 {
		order: 1;
		margin-left: initial;
	}

	section.type-2 .block-item:nth-child(even) .part-2 {
		order: 2;
		margin-right: initial;
	}

	section.type-2 .el-title {
		left: 12px;
	}

	section.type-2 .block-item:nth-child(1) .el-image {
		width: calc(100% + 12px + 12px);
		left: -12px;
	}

	section.type-3 .block-list-outer-2 {
		padding-right: initial;
		padding-left: initial;
	}

	section.type-3 .block-list-2 {
	    width: calc(100% + 50px);
	    left: -25px;
	}

	section.type-3 .block-item-2 {
		width: calc(33.33% - 50px);
		margin-right: 25px;
		margin-left: 25px;
	}

	section.type-4 .part-item-1 {
		width: calc(50% - 16px);
		margin-right: 16px;
	}

	section.type-4 .part-item-2 {
		width: calc(50% - 16px);
		margin-left: 16px;
	}

	section.type-6 .block-item {
		width: 50%;
	}

	section.type-6 .block-item:nth-last-child(1):after,
	section.type-6 .block-item:nth-last-child(2):after,
	section.type-6 .block-item:nth-last-child(3):after {
		display: block;
	}

	section.type-6 .block-item:nth-last-child(1):after,
	section.type-6 .block-item:nth-last-child(2):after {
		display: none;
	}

	section.type-6 .block-item:nth-child(3n+3) {
		border-right: 1px solid var(--color-main);
	}

	section.type-6 .block-item:nth-child(2n+2) {
		border-right: initial;
	}
}

@media screen and (max-width: 767px) {
	.g__text.type-h4, h4 {
		font-size: 16px;
		line-height: 131%;
	}

	section.type-1 .flex-child {
		transform: initial;
	}

	section.type-1 .el-title {
		max-width: 90%;
		margin-top: 32px;
		margin-right: auto;
		margin-left: auto;
	}

	section.type-1 .el-sub-title {
		max-width: 70%;
		margin-top: 24px;
		margin-right: auto;
		margin-left: auto;
	}

	section.type-3 .el-title-2 {
		margin-top: 80px;
	}

	section.type-3 .el-title-3 {
		padding-right: initial;
		padding-left: initial;
	}

	section.type-3 .el-text {
		padding-right: initial;
		padding-left: initial;
	}

	section.type-3 .block-item {
		width: 50%;
	}

	section.type-3 .block-item:nth-child(3),
	section.type-3 .block-item:nth-child(4) {
		border-top: 1px solid var(--color-main);
	}

	section.type-3 .block-item:nth-child(4n + 4) {
	    border-right: 1px solid var(--color-main);
	}

	section.type-3 .block-item:nth-child(2n + 2) {
	    border-right: initial;
	}

	section.type-3 .block-list-2 {
		flex-wrap: wrap;
		width: 100%;
		left: initial;
	}

	section.type-3 .block-item-2 {
		width: 100%;
		margin-right: initial;
		margin-left: initial;
	}

	section.type-3 .block-item-2:not(:nth-child(1)) {
		margin-top: 80px;
	}

	section.type-3 .el-image {
		width: calc(100% + 50vw);
		left: -25vw;
	}

	section.type-4 .wrapper {
		padding-bottom: 80px;
	}

	section.type-4 .part-item-1 {
		width: 100%;
		margin-right: initial;
	}

	section.type-4 .part-item-2 {
		width: 100%;
		margin-top: 60px;
		margin-left: initial;
	}

	footer .block-list {
		flex-wrap: wrap;
		justify-content: center;
		align-items: initial;
	}

	section.type-6 .el-sub-title {
		text-align: left;
	}


	section.type-6 .block-item:nth-last-child(1):after,
	section.type-6 .block-item:nth-last-child(2):after {
		display: block;
	}

	section.type-6 .block-item:nth-last-child(1):after {
		display: none;
	}

	section.type-6 .block-item {
		border-right: initial;
		width: 100%;
		padding-right: 12px;
		padding-left: 12px;
	}

	section.type-6 .block-item:nth-child(3n+3) {
		border-right: initial;
	}

	footer .block-item:not(:nth-child(1)) {
		margin-top: 40px;
	}

	footer .block-item-1 {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-right: initial;
	}

	footer .block-item-2 {
		flex: initial;
		width: 100%;
	}

	footer .block-item-3 {
		width: 100%;
		padding-left: initial;
	}

	footer .bottom-part {
		margin-top: 80px;
	}
}