
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* ===== RESET STYLE ===== */
* {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin:0; padding:0;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, cite, code, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, main, menu, nav, section, audio, video  {
	font: inherit; border: 0px currentColor; border-image: none; vertical-align: baseline; font-size-adjust: inherit; font-stretch: inherit;}
article, aside, figcaption, figure, footer, header, menu, nav, section, body, main, section, picture {display: block;}
sub, sup {font-size:75%; line-height:0; position:relative;} sup {top: -0.5em;} sub {bottom: -0.25em;}
ol[class], ul[class], ol li[class], ul li[class] {list-style:none;}
blockquote {quotes: none; } blockquote::before, blockquote::after {content:none;}
table {border-collapse:collapse; border-spacing:0;}
a {text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none!important;}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {text-decoration: none;outline: none;}
body {-webkit-text-size-adjust:none;-webkit-overflow-scrolling: touch;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;	}
input, button, select {border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select::ms-expand {display:none;}
input::-ms-clear {display:none;}
img {display:block; max-width:100%;}
/* ===== RESET STYLE END ===== */

/* ===== Theme default ===== */
:root {
	--black: #000;
	--white: #fff;
	--main-color: #2BB873;
	--main-font:'Montserrat';
}
html {font-size:10px;height:100%;}
body {
    background: #fff;
    font-weight: normal;
	font-family: var(--main-font);
	font-size: 1.8rem;
    letter-spacing: 0.1px;
    line-height: 1.5;
    overflow-x: hidden;
	color: var(--black);
    height:100%;
}
.page-wrapper {height:100%;}

svg {width:100%;height:100%;display:block;}

input, textarea {width:100%;border:1px solid transparent;outline:none;resize:none;display:block;}
input:-webkit-autofill {transition: all 5000s ease-in-out 0s;}

a {position:relative;color:inherit;transition:0.25s;}
a:hover {transition:0.25s;}

b, strong {font-weight:bold;}
p:not(:last-child) {margin-bottom: 1em;}
ul:not([class]) li, ol:not([class]) li {margin-bottom: 1em;}
ul:not([class]),
ol:not([class]) {padding-left: 20px;margin-bottom: 20px;}

p a:hover, ul:not([class]) li a:hover, ol:not([class]) li a:hover {text-decoration: none;}
p a, ul:not([class]) li a, ol:not([class]) li a {color: red;text-decoration: underline;}

table {width: 100%;margin:3rem 0;}
table tr {border: 1px solid #ddd;}
table th, table td {padding: 1rem;text-align: center;border-right: 1px solid #ccc;}
table th {text-transform: uppercase;background: rgba(0, 0, 0, 0.12);font-weight: bold;}

/* Flexbox */
.flex {display: flex;}
.inline-flex {display: inline-flex;}
.flex-wrap {flex-wrap: wrap;}
.flex-column {flex-direction: column;}
.align-center {align-items: center}
.align-end {align-items: flex-end;}
.align-start {align-items: flex-start;}
.justify-center {justify-content: center;}
.justify-end {justify-content: flex-end;}
.justify-start {justify-content: flex-start;}
.justify-between {justify-content: space-between;}
/* // Flexbox */

/* CSS Grid */
.grid {display:grid;}
.col-2 {grid-template-columns: repeat(2, 1fr);}
.col-3 {grid-template-columns: repeat(3, 1fr);}
.col-4 {grid-template-columns: repeat(4, 1fr);}
.col-5 {grid-template-columns: repeat(5, 1fr);}
.col-6 {grid-template-columns: repeat(6, 1fr);}
.grid-col-1 {grid-column: span 1;}
.grid-row-1 {grid-row: span 1;}
.grid-col-2 {grid-column: span 2;}
.grid-row-2 {grid-row: span 2;}
.grid-col-3 {grid-column: span 3;}
.grid-row-3 {grid-row: span 3;}
.grid-col-4 {grid-column: span 4;}
.grid-row-4 {grid-row: span 4;}
.grid-col-5 {grid-column: span 5;}
.grid-row-5 {grid-row: span 5;}

.gap-1 {gap:1rem;}
.gap-2 {gap:2rem;}
.gap-3 {gap:3rem;}
.gap-4 {gap:4rem;}
.gap-5 {gap:5rem;}
/* // CSS Grid */

.container {
	width: 100%;
	max-width:1340px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}

.red {border:1px solid red;}
.blue {border:1px solid blue;}
.green {border:1px solid green;}

.mobile-btn {display:none;}
.noscroll {overflow: hidden;}
.mobile-menu__content {display:none;}

.text--uppercase {text-transform:uppercase;}
.text--center {text-align:center;}
.text--left {text-align:left;}
.text--right {text-align:right;}
.text--black {color:var(--black);}
.text--white {color:var(--white);}
.text--colored {color:var(--main-color);}
.text--bold {font-weight: bold;}
.bg--main-color {background: var(--main-color);}
.resp--img img {width: 100%;height:100%;object-fit: cover;}

.position-relative {position: relative;}
.position-absolute {position: absolute;}

.sm-show, .svg-library {display:none;}

.section {padding:max(4vw, 40px) 0;}
.section__title {margin-bottom:1em;}

.input-wrapper input, .input-wrapper textarea {
	display:block;
	font-size: 1.6rem;
	font-weight: normal;
	font-family: var(--main-font);
	color:var(--black);
	background: #F2F7FA;
	height:5rem;
	padding:0 1em;
	border-radius: 8px;
	box-shadow: 0 5px 5px silver inset;
}
.input-wrapper textarea {
	height: 10rem;
	padding: 1em;
}
.input-wrapper input::placeholder, .input-wrapper textarea::placeholder {
	font-size: 1.6rem;
	color:#6a6a6a;
	font-family: var(--main-font);
	font-weight: normal;
}

.w-5 {width:5%;}
.w-10 {width:10%;}
.w-15 {width:15%;}
.w-20 {width:20%;}
.w-25 {width:25%;}
.w-30 {width:30%;}
.w-33 {width:33.33%;}
.w-35 {width:35%;}
.w-40 {width:40%;}
.w-45 {width:45%;}
.w-50 {width:50%;}
.w-55 {width:55%;}
.w-60 {width:60%;}
.w-65 {width:65%;}
.w-70 {width:70%;}
.w-75 {width:75%;}
.w-80 {width:80%;}
.w-85 {width:85%;}
.w-90 {width:90%;}
.w-95 {width:95%;}
.w-100 {width:100%;}

.pt-0 {padding-top:0;}
.pt-1 {padding-top:1rem;}
.pt-2 {padding-top:2rem;}
.pt-3 {padding-top:3rem;}
.pt-4 {padding-top:4rem;}
.pt-5 {padding-top:5rem;}
.pb-0 {padding-bottom:0;}
.pb-1 {padding-bottom:1rem;}
.pb-2 {padding-bottom:2rem;}
.pb-3 {padding-bottom:3rem;}
.pb-4 {padding-bottom:4rem;}
.pb-5 {padding-bottom:5rem;}

.mt-0 {margin-top:0;}
.mt-1 {margin-top:1rem;}
.mt-2 {margin-top:2rem;}
.mt-3 {margin-top:3rem;}
.mt-4 {margin-top:4rem;}
.mt-5 {margin-top:5rem;}
.mb-0 {margin-bottom:0;}
.mb-1 {margin-bottom:1rem;}
.mb-2 {margin-bottom:2rem;}
.mb-3 {margin-bottom:3rem;}
.mb-4 {margin-bottom:4rem;}
.mb-5 {margin-bottom:5rem;}

/* Buttons */
.btn {
	font-family: var(--main-font);
	font-size: 1.6rem;
	font-weight: normal;
	display:inline-flex;
	padding:1.1em 2.5em;
	background: var(--main-color);
	position:relative;
	text-align:center;
	transition: all 0.25s;
	justify-content: center;
	align-items: center;
	border:1px solid var(--main-color);
	cursor:pointer;
	color:#fff;
	border-radius: 10px;
}
.btn:hover {
	background: transparent;
	transition: all 0.25s;
	color:var(--main-color);
}
.btn--transparent {
	background: transparent;
	border:1px solid #000;
	color:#000;
}
.btn--transparent:hover {
	border:1px solid var(--main-color);
}

.show-hidden-block span:last-child, .show-hidden-block.active span:first-child  {display:none;}
.show-hidden-block.active span:last-child {display:block;}

/* Icons */
.icon {display:block;}
.icon-contact {
	width: 2.2rem;
	height: 1.8rem;
	color:#000;
	margin-right:1rem;
	transition: all 0.25s;
}

/* Titles */
.h1,.h2,.h3,.h4,.h5,.h6, h1,h2,h3,h4,h5,h6 {display:block;}
.h1, h1 {
	line-height: 1;
	font-size: clamp(30px, 3.3vw, 64px); 
}
.h2, h2 {
	line-height: 1.2;
	font-size: clamp(25px, 2.5vw, 48px);
}
.h3, h3 {
	line-height: 1.3;
	font-size: clamp(20px, 2vw, 36px); 
}
.h4, h4 {
	line-height: 1.3;
	font-size: clamp(18px, 1.6vw, 24px);
}

/* Select */
.select {
	position: relative;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
	font-weight: 400;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-indent: 0.01px;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 30rem;
}
.select .placeholder {
	position: relative;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding: 0 2rem 0 0;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.select-arrow {
	display: block;
	width: 12px;
	margin-left:15px;
	position: absolute;
    right: 5px;
}
.select-arrow img {
	width: 100%;
}
.select-left-icon {
    position: absolute;
    left: 0;
    z-index: 0;
}
.select.is-open .select-arrow {
	transform: rotate(180deg);
	top: auto;
}
.select.is-open ul {
	display: block;
}
.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	width: auto;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 4;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}
.select ul li {
	display: block;
	text-align: left;
	padding:0.7rem 1rem;
	cursor: pointer;
	word-wrap: break-word;
	text-transform: uppercase;
	white-space: nowrap;
	margin:0;
	border-top:1px solid #efefef;
}
.select ul li:hover {
	background: var(--main-color);
	color: #fff;
}
.select ul li a {
	text-decoration: none;
	color:#000;
}
.select ul li:hover a {
	transition:none;
	color:#fff;
}

/* Popup  */
.popup-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(49, 49, 49, 0.62);
	z-index: 5;
	display: none;
}
.popup-window, .thanks-window {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	visibility: hidden;
	z-index: 110;
	transition: all .3s;
	background: #fff;
	padding: 2rem;
	border-radius: 10px;
	width: 35em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup-window.active {
	transform: translate(-50%, -50%) scale(1);
	visibility: visible;
}
.close-popup {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	display: block;
	overflow: visible;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.close-popup::before, .close-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
}
.close-popup::after {
	left: 0;
	transform: rotate(-45deg);
}

/* ===== Custom Styles =====*/
.header {
	padding:3rem 0;
	left:0;
	top:0;
	z-index: 1;
}
.first__screen {
	padding:23rem 0;
}
.fs__bg {
	top:0;
	left:0;
	z-index: 0;
}
.fs__bg img {
	width: 100%;
}
.fs__img {
	right:0;
	top:20%;
	width: 57%;
}
.fs__img__mobile {
	margin:0 auto 30px;
}
.fs__img__mobile img {
	width: 100%;
}
.main__title {
	margin-bottom:0.7em;
}
.fs__content p {
	font-size: 2rem;
}
.btn__row .btn:not(:last-child) {
	margin-right:2rem;
}
.logo {
	display: block;
	width: 14rem;
}
.logo img {
	width: 100%;
}
.lang--select {
	width: 65px;
	background: #DDEBFB;
	padding: 5px;
	border-radius: 8px;
}
.lang--select ul {
    width: 100%;
	background: #DDEBFB;
}
.lang--select ul img {
    margin:0 auto;
}
.lang--select img{
	width: 5rem;
}
.header__item .btn {
	margin-left:2rem;
	padding: 0.8em 2.5em;
}
.hw__card {
	padding: 2rem;
	height: 100%;
	background: linear-gradient(120deg, #f9eef6, #ebf9fc);
	border-radius: 20px;
}
.hw__card__title {
	font-size: 2rem;
	margin-bottom:1em;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height: 3em;
}
.hw__card p {
	font-size: 1.6rem;
}
.hw__card__num {
	min-width: 2.4rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	font-weight: bold;
	line-height: 1;
}
.hw__card__icon {
	width: 5.5rem;
	height: 5.5rem;
}
.hw__card__icon img {
	width: 100%;
}
.process__card {
	border-radius: 50px;
	padding: 6rem 4rem;
	box-shadow: 0 0 30px #dbdada;
}
.pc__item .h4 {
	font-weight: 500;
	margin-bottom:0.5em;
	display: flex;
	padding-left: 1em;
}
.pc__item .h4::before {
	content:"";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	margin: 1.3rem 1.3rem 0 0;
	flex:none;
}
.pc__item p {
	font-size: 2rem;
}
.pc__item:not(:last-child) {
	margin-bottom: 2rem;
}
.pc__content .h3 {
	margin-bottom:0.5em;
}
.pc__content__subtitle {
	margin-bottom:1em;
}
.pc__img  {
	width: 55%;
	left:0;
	top:50%;
	transform: translate(-40%, -50%);
}
.pc__img img {
	width: 100%;
}
.pc__img__mobile {
	width: 20%;
	top:-40px;
	right:0;
}
.pc__img__mobile img {
	width: 100%;
}
.process__case {
	font-weight: bold;
	font-size: 46px;
	margin-bottom:30px;
}
.process__section {
	overflow: hidden;
}
.process__card:nth-child(even) .pc__img {
	left:auto;
	right: 0;
	transform: translate(40%, -50%);
	width: 29%;
}
.process__card:not(:last-child) {
	margin-bottom:10rem;
}
.decor__bg {
	top:35%;
	left:0;
}
.decor__bg img {
	width: 100%;
}
.about__img img {
	width: 100%;
}
.about__content {
	background: linear-gradient(45deg, #f1eaf2, #eaf4f6);
	padding: 5rem 7rem;
	border-radius: 50px 0 0 50px;
	box-shadow: 0 0 30px #dbdada;
}
.about__content .h3 {
	margin-bottom:0.7em;
}
.about__content p {
	font-size: 2.4rem;
}
.about {
	background: linear-gradient(#fff, #F2F7FA, #fff);
}
.feedback {
	background: linear-gradient(-90deg, #f9eef6, #ebf9fc);
	padding:5rem;
	border-radius: 50px;
}
.feedback p {
	width: 70%;
	font-size: 2.4rem;
}
.feedback .h3 {
	margin-bottom:0.7em;
}
.atent__text {
	font-size:1.4rem;
}
.contact__item {
	display: flex;
	align-items: center;
	margin-bottom:1em;
	font-size: 2rem;
}
.contact__item:hover, .contact__item:hover .icon {
	color:var(--main-color);
	transition: all 0.25s;
}
.store__img {
	display: block;
	margin-bottom:2rem;
	width: 17.5rem;
}
.store__img img {
	width: 100%;
}
.footer {
	background: url(../images/bg/2.jpg) no-repeat center bottom / cover;
	padding: 7rem 0 0;
	margin-top: 10rem;
}
.footer__img {
	bottom:0;
	right:5%;
	width: 30%;
}
.footer__img img {
	width: 100%;
}
.footer__bottom {
	padding:3rem 20px;
}
.copyright {
	display: block;
	text-align: center;
	font-size: 1.6rem;
}
/* ===== Custom Styles END =====*/
