

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');
html, body {
	width: 100%;
	overflow-x: hidden;
}

body {
	border: none;
	font: 24px 'Montserrat';
	font-weight: 400;
}

input, textarea, button, select {
	font-family: 'Montserrat';
}

button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	color: #000;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: none;
}

.active {
	font-weight: 800;
}

strong {
	font-weight: 700;
}

a, button {
	text-decoration: none;
	display: inline-block;
	transition: 0.4s;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	font-family: 'Montserrat';
}

img {
	max-width: 100%;
	border: none;
}

.wrapper {
	max-width: 1210px;
	height: 100%;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}

.link {
	text-decoration: underline;
	color: #000;
}

.link:hover {
	text-decoration: none;
}

.overflow-hd {
	overflow: hidden;
}

main.content {
	display: block;
	padding: 160px 0 0;
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}

.get-btn-out {
	border: none;
	width: 160px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.get-btn-out:hover {
	background: #000;
	color: #fff;
}

.get-btn-black {
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 88px;
	background: #000;
	-webkit-box-shadow: 0px 15px 33px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 15px 33px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 15px 33px 3px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 83px;
	-moz-border-radius: 83px;
	border-radius: 83px;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}

.get-btn-black:hover {
	background: #FFDA57;
	color: #000;
}

/* NAME SECTION (DELETE) */

.name-section {
	padding: 50px 0;
	text-align: center;
	background: #c2c0ac;
	border: 1px solid #fff;
}

.name-section:nth-child(2n) {
	background: #c2b2ac;
}

/* header section */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 160px;
	background: #fff;
	transition: 0.4s;
}

.shadow {
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

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

header .menu {
	display: flex;
	justify-content: space-between;
}

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

header .menu li {
	margin: 0 0 0 25px;
}

header .menu ul.navigate {
	margin: 0 5px 0 0;
}

header .menu ul.navigate li {
	margin: 0 0 0 25px;
}

header .menu ul li a {
	font-size: 14px;
	line-height: 19px;
	color: #000;
}

header .menu ul li a:hover {
	font-weight: 700;
}

header .menu ul li a.get-btn {
	padding: 9px 30px;
	background: #FFFFFF;
	border: 1px solid #c2c0ac;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	line-height: 15px;
	color: #c2c0ac;
}

header .menu ul li a.get-btn:hover {
	background: #c2c0ac;
	border-color: #c2c0ac;
	color: #fff;
}

header .menu li.cont-tel a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 28px);
	left: 0;
	width: 56px;
	height: 56px;
	background: url(../img/icon-tel-nav.svg) no-repeat center;
	background-size: contain;
	transition: 0.4s;
}

header .menu li.cont-tel a, header .menu li.cont-tel p {
	font-size: 14px;
	line-height: 19px;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
}

header .menu li.cont-tel a {
	display: inline-block;
	position: relative;
	padding-left: 70px;
}

header .menu li.cont-tel span {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	transition: 0.4s;
}

header .menu ul li.cont-tel a:hover {
	text-decoration: none;
}

/* mobile menu */

header .menu ul.navigate li.btn-mob, header .menu ul.navigate li.cont-tel, .box-hum {
	display: none;
}

.hum {
	width: 22px;
	height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	animation: animGetBtn 1s forwards;
}

.hum span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #010003;
	transition: 0.4s;
	position: relative;
	top: 0;
}

.hum.get-close span:first-child {
	transform: rotate(45deg);
	top: 5px;
}

.hum.get-close span:last-child {
	transform: rotate(-45deg);
	top: -5px;
}

.hum span:last-child {
	margin: 0;
}

/* head main */

.header-main-section {
	padding: 120px 0;
}

.header-main-section .wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-main-section .col-left {
	width: 65%;
	position: relative;
	z-index: 2;
}

.header-main-section .col-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 500px;
	height: 530px;
	position: absolute;
	bottom: -75px;
	right: 50px;
}

.header-main-section h1 {
	font-size: 46px;
	line-height: 52px;
}

.header-main-section h1 span {
	display: block;
}

.header-main-section p {
	max-width: 350px;
	margin: 20px 0 100px;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #7C7B88;
}

.header-main-section .mobile {
	display: none;
}

/* preform style */

form.preform {
	width: 100%;
	height: 88px;
	position: relative;
}

form.preform .section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}

form.preform .section .pos-rel {
	position: relative;
	width: 60%;
	height: 100%;
}

form.preform .section select, form.preform .section input, form.preform .section button {
	-webkit-box-shadow: 0px 15px 33px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 15px 33px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 15px 33px 3px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 91px;
	-moz-border-radius: 91px;
	border-radius: 91px;
	border: none;
	height: 100%;
}

form.preform .section select, form.preform .section input {
	background: #fff;
}

form.preform .section select {
	width: 50%;
	padding: 0 80px 0 40px;
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	background: url(../img/arrow-select.svg) no-repeat 90% 50% #fff;
	background-size: 22px 28px;
	cursor: pointer;
}

form.preform .section input {
	width: 100%;
	padding: 0 30px;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid transparent;
}

form.preform .section button {
	margin: 0 0 0 20px;
	position: relative;
}

form.preform .section select+button:after {
	content: '';
	display: block;
	width: 110px;
	height: 40px;
	background: url(../img/arrow.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -75px;
	right: -35px;
	transform: rotate(153deg);
}

/* step section */

.step-section {
	padding: 80px 0;
}

.step-section ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.step-section ul li {
	text-align: center;
}

.step-section ul li:nth-child(2) {
	margin: 0 100px;
}

.step-section ul li .icon {
	height: 140px;
	margin: 0 0 40px;
}

.step-section ul li p {
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
}

/* work section */

.work-section {
	padding: 80px 0;
}

.work-section .title-box {
	text-align: center;
}

.work-section h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
}

.work-section p {
	margin: 40px 0 120px;
	line-height: 40px;
}

.work-section .grid-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.work-section .grid-box .elem {
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.work-section .grid-box .elem .img {
	position: relative;
	width: 275px;
	height: 275px;
	margin: 0 0 20%;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
	overflow: hidden;
	cursor: pointer;
}

.work-section .grid-box .elem .img .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(124, 123, 136, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 0 35px;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	opacity: 0;
	transition: 0.4s;
	-webkit-border-radius: 53px;
	-moz-border-radius: 53px;
	border-radius: 53px;
}

.work-section .grid-box .elem .img:hover .text {
	opacity: 1;
}

/* trusted section */

.trust-section {
	padding: 150px 0 50px;
}

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

.trust-section .col-left {
	width: 65%;
	position: relative;
	z-index: 2;
}

.trust-section .col-left h2 {
	font-size: 46px;
	margin: 50px 0;
}

.trust-section .col-left p {
	font-size: 18px;
	line-height: 30px;
}

.trust-section .col-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 500px;
	height: 530px;
	position: absolute;
	bottom: -50px;
	right: 50px;
}

/* preform section */

.preform-section .box-preform {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	padding: 50px 0;
}

.preform-section .box-preform form.preform {
	width: auto;
}

.preform-section form.preform .section button:after {
	display: none;
}

.preform-section .box-preform .box-arrow {
	display: block;
}

.preform-section .box-preform .box-arrow h3 {
	font-size: 30px;
}

.preform-section .box-preform .box-arrow img {
	margin: 20px auto 0 25px;
}

/* footer */

footer .foot-nav {
	padding: 35px 0;
	border-bottom: 1px solid #000;
	text-align: left;
}

footer .foot-nav .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .foot-nav li {
	display: inline-block;
}

footer .foot-nav li a {
	margin: 0 20px 0 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
footer .foot-nav li a:hover,
footer .foot-nav li a.active {
	font-weight: 800;
}

footer .material {
	padding: 50px 0;
}

footer .material h3 {
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 40px;
}

footer .material p {
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 40px;
}

footer .material p strong {
	font-weight: 400;
}

footer .material p:last-child {
	margin: 0;
}

footer .copyright {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #C4C4C4;
}

footer .copyright a {
	font-size: 17px;
	line-height: 28px;
	color: #000;
}

footer .copyright p {
	font-weight: bold;
	font-size: 17px;
	line-height: 28px;
}

footer .logo-footer {
	display: none;
}

/* modal */

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1007;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}

.modal {
	display: flex;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 1007;
	overflow-y: auto;
}

.flex-add {
	display: block;
}

.modal .window {
	width: 580px;
	height: 670px;
	position: relative;
	z-index: 1008;
	background: #fff;
	background-size: 100%;
	text-align: center;
	animation: modal 0.5s ease-in;
	-webkit-animation: modal 0.5s ease-in;
	-moz-animation: modal 0.5s ease-in;
	-webkit-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
}

.modal .window h4 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	padding: 20px 0 5px;
}

.modal .window>p {
	font-size: 24px;
	line-height: 29px;
}

.modal .window>img {
	margin: 40px 0 0;
}

.modal .window .box-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0;
}

.modal .window .modal-btn {
	width: 240px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	transition: 0.4s;
	-webkit-border-radius: 126px;
	-moz-border-radius: 126px;
	border-radius: 126px;
}

.modal .window .modal-btn.back-btn {
	background: #FFDA57;
	color: #000;
	text-align: left;
	font-weight: 800;
	font-size: 20px;
	line-height: 22px;
	margin: 0 20px 0 0;
	padding: 0 35px 0 10px;
}

.modal .window .modal-btn.back-btn:hover {
	background: #000;
	color: #fff;
}

.modal .window .modal-btn.back-btn p {
	font-weight: 800;
	font-size: 20px;
	line-height: 22px;
}

.modal .window .modal-btn.call-btn {
	color: #000;
	text-align: left;
	padding: 0 30px 0 10px;
	-webkit-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 75px rgba(0, 0, 0, 0.15);
}

.modal .window .modal-btn.call-btn p {
	font-size: 18px;
	line-height: 22px;
}

.modal .window .modal-btn.call-btn p span {
	display: block;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	transition: 0.4s;
}

.modal .window .modal-btn.call-btn:hover {
	background: #000;
	color: #fff;
}

.modal .window .modal-btn.call-btn:hover span {
	color: #FFDA57;
}

/* close modal */

.modal .window .close-modal {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.modal .window .close-modal:before, .modal .window .close-modal:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
	transition: 0.4s;
}

.modal .window .close-modal:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal .window .close-modal:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ---------------------------------------------
------------------- PAGE ALL -------------------
------------------------------------------------ */

.header-section {
	padding: 50px 0;
	text-align: center;
}

.header-section h1 {
	font-size: 46px;
	margin: 0 0 60px;
}

/* ---------------------------------------------
------------------ PAGE WORKS ------------------
------------------------------------------------ */

.works-section h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
}

.works-section p {
	margin: 40px 0 0;
	line-height: 40px;
}

.works-section ul {
	margin: 60px 0;
}

.works-section ul li {
	margin: 0 0 30px;
	padding: 0 0 0 60px;
	position: relative;
	font-weight: 700;
}

.works-section ul li:before {
	content: '';
	display: block;
	width: 32px;
	height: 22px;
	background: url(../img/icon-list.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 8px;
	left: 0;
}

/* -------------------------------------------
------------------ PAGE FAQ ------------------
---------------------------------------------- */

/* accordeon */

.accordeon {
	margin: 0 0 100px;
}

.accordeon ul li {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 10px;
}

.accordeon li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	background: #c2c0ac;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.acc-section {
	padding: 80px 0 0;
}

.box-acc {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.box-acc:last-child {
	border: none;
}

.ac-head {
	position: relative;
	cursor: pointer;
	padding: 35px 80px 35px 0;
	transition: 0.4s;
}

.ac-head:after, .ac-head:before {
	content: '';
	position: absolute;
	display: block;
	background: #000;
}

.ac-head:after {
	width: 34px;
	height: 2px;
	top: calc(50% - 1px);
	right: 0;
}

.ac-head:before {
	width: 2px;
	height: 34px;
	top: calc(50% - 17px);
	right: 16px;
	transition: 0.4s;
}

.ac-head.in:before {
	transform: rotate(90deg);
}

.ac-body {
	display: none;
	background: #fff;
	padding: 0 0 35px;
}

.ac-head h4 {
	display: inline;
	font-weight: 400;
	font-size: 28px;
	line-height: 50px;
	position: relative;
	border-bottom: 2px solid #fff;
	transition: 0.4s;
}

.ac-head:hover h4 {
	font-weight: 700;
}

.ac-head.in h4 {
	font-weight: 700;
}

.ac-body p {
	margin: 15px 0;
}

.ac-body p:first-child, .ac-body p:last-child {
	margin: 0;
}

.ac-body li, .ac-body p {
	font-size: 14px;
	line-height: 24px;
}

/* -------------------------------------------------
------------------- PAGE CONTACT -------------------
---------------------------------------------------- */

.form-section .box-contact {
	background: rgba(124, 123, 136, 0.2);
	padding: 80px 130px;
	margin: 0 0 40px;
}

.form-section .box-contact h2 {
	max-width: 730px;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	margin: 0 auto 40px;
}

.form-section .box-contact p.p-required {
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	margin: 0 0 15px;
}

.form-section .box-contact .box-table {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}

.form-section .box-contact .box-table .box-field {
	width: 48%;
	height: 74px;
	margin: 0 0 35px;
	position: relative;
}

.form-section .box-contact .box-table .field-text {
	width: 100%;
	height: auto;
	position: relative;
}

.form-section .box-contact .box-table .box-field input, .form-section .box-contact .box-table .field-text textarea {
	background: #fff;
	border: 1px solid #BCBCBC;
	box-sizing: border-box;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 22px;
}

.form-section .box-contact .box-table .box-field input {
	padding: 0 30px;
}

.form-section .box-contact .box-table .field-text textarea {
	padding: 20px 30px;
        min-width: 260px;
        min-height: 100px;
        max-width: 100%;
        max-height: 300px;
        height: 175px;
}

.form-section form.feed_contact .box-captcha {
	margin: 30px 0;
}

.form-section form.feed_contact .box-bot-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-section form.feed_contact .box-bot-form p {
	font-size: 18px;
	line-height: 28px;
}

.form-section form.feed_contact .box-bot-form p a {
	text-decoration: underline;
	font-weight: 700;
	color: #000;
}

.form-section form.feed_contact .box-bot-form p a:hover {
	text-decoration: none;
}

.form-section form.feed_contact button.get-btn-black {
	width: 148px;
	min-width: 148px;
	height: 65px;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 0 40px;
}

.form-section .box-contact .box-table label {
	display: none;
	position: absolute;
	bottom: -25px;
	left: 0;
	font-size: 14px;
	line-height: 19px;
	color: #f00;
}

.form-section .box-contact .box-table .error+label {
	display: block;
}

.form-section .box-contact .box-table .box-field .valid {
	border-color: #0EC120;
}

.form-section .box-contact .contact_thankyou {
	text-align: center;
}

.form-section .box-contact h4 {
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 30px;
}

.form-section .box-contact p {
	font-size: 18px;
	line-height: 28px;
}

/* form error */

.feed_contact input.error, .feed_contact textarea.error, .error {
	border-color: #f00 !important;
}

.feedCaptcha-error {
	color: #f00;
	font-size: 14px;
	line-height: 19px;
}

p.text-req {
	font-size: 14px!important;
	line-height: 17px;
	color: #f00 !important;
	position: absolute;
	left: 30px;
	bottom: -25px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}

/* ---------------------------------------------
------------------ PAGE TERMS- -----------------
------------------------------------------------ */

.terms-section {
	padding: 60px 0;
}

.terms-section h1 {
	font-size: 42px;
	line-height: 52px;
	margin: 0 0 70px;
}

.terms-section p {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 28px;
}

.terms-section strong {
	display: inline-block;
}

.terms-section p+strong {
	font-size: 18px;
	line-height: 28px;
}

.terms-section a {
	text-decoration: underline;
	color: #000;
}

.terms-section a:hover {
	text-decoration: none;
}

/* animation */

@keyframes modal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#omForm.omForm .om_subhead, #omForm.omForm .om_full_step_colored_bg {
	background: #2F1B5D;
}

.none-get-btn {
	display: none !important;
}

.navigate-fix-top {
	position: absolute !important;
}

.flex-important {
	display: flex !important;
}
