@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:before, :after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	background: #fff;
	font-size: 18px;
	color: #333;
	font-family: "Istok Web", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body.open-menu {
	overflow: hidden;
}
.container {
	margin: 0 auto;
	min-width: 300px;
	max-width: 1360px;
	padding: 0 20px;
	width: 100%;
}
H2, .h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
}
ul, ul li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #2E72A4;
	transition: all 100ms ease;
}
p {
	margin-top: 30px;
}
.bt {
	position: relative;
	cursor: pointer;
	transition: all 100ms ease;
	background: #ff312c;
	border-radius: 8px;
	height: 56px;
	padding: 0 40px;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
}
a.bt {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
.hidden {
	display: none;
}
section {
	margin-top: 150px;
}
.bt-menu {
	display: none;
}
.slash {
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	background: #ff312c;
	transform: rotate(28deg);
	border-radius: 17px;
	width: 7px;
	height: 43px;
}


.viewport-wrapper {
	position: relative;
	min-width: 300px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}



.header {
	position: relative;
	z-index: 100;
	padding: 16px 0;
}
.header-nav {
	margin: 0 auto 0 38px;
}
.header-nav li {
	margin-right: 24px;
}
.header-nav li a {
	display: inline-block;
	font-size: 17px;
	line-height: 160%;
	color: #000;
}
.header-tel {
	margin-right: 33px;
	font-size: 22px;
	color: #333;
}
.header-bt {
	background: #e4edf5;
	border-radius: 99px;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	color: #535353;
}



.preview {
	margin-top: 44px;
}
.preview-wrapper {
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: #ff312c;
	border-radius: 24px;
	min-height: 444px;
	padding: 50px 90px;
}
.preview-wrapper .label {
	display: inline-block;
	background: #fff;
	border-radius: 8px;
	padding: 12px 10px;
	font-weight: 700;
	font-size: 30px;
	line-height: 110%;
	color: #ff312c;
}
.preview-wrapper .title {
	margin-top: 40px;
	font-size: 65px;
	font-weight: 700;
	line-height: 110%;
	color: #fff;
}
.preview-wrapper .title span {
	font-size: 100px
}
.preview-wrapper .img {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}


.about-wrapper {
	position: relative;
	padding-left: 224px;
	color: #000;
}
.about-wrapper:after {
	content: '';
	display: block;
	background: #ff312c;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 30px;
	bottom: 0;
}
.about-title {
	position: absolute;
	left: -152px;
	top: 0;
	padding-top: 110px;
	width: 110px;
	height: 100%;
}
.about-title H2 {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 0 40px;
	z-index: 2;
	color: #ff312c;
	font-weight: 700;
	font-size: 100px;
	letter-spacing: 0;
	white-space: nowrap;
	transform: rotate(-90deg);
}


.service-list {
	margin: 0 -12px;
	padding-top: 24px;
}
.service-item {
	margin-top: 30px;
	width: 50%;
	padding: 0 12px;
	text-align: center;
}
.service-item .wrapper {
	width: 100%;
	padding: 40px 72px;
	background: #e4edf5;
	border-radius: 24px;
	height: 770px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}
.service-item .img {
	max-width: 440px;
	height: 440px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.service-item .title {
	margin-top: auto;
	font-weight: 700;
	font-size: 30px;
}
.service-item .button {
	margin-top: 40px;
}
.service-item .bt {
	background: #333;
	border-radius: 99px;
	padding: 0 24px;
	font-size: 18px;
}
.service-item:nth-child(2) {
	margin-top: 125px;
}
.service-item:nth-child(3) {
	margin-top: -65px;
}



.team {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	overflow: hidden;
	background: #e4edf5;
}
.team-slider {
	position: relative;
	margin: 60px -12px 0;
	padding-bottom: 96px;
}
.team-slider .list {
	overflow: hidden;
}
.team-slider .list:not(.slick-slider) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	overflow: auto;
}
.team-slider .list:not(.slick-slider) .team-item {
	width: 422px;
	min-width: 422px;
}
.team-item {
	margin: 0 12px;
	background: #fff;
	border-radius: 24px;
	padding: 20px 20px 30px;
}
.team-item .photo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 420px;
	border-radius: 18px;
	overflow: hidden;
}
.team-item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.team-item .name {
	margin-top: 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 160%;
}
.team-item .post {
	font-size: 17px;
	line-height: 160%;
	text-transform: capitalize;
}


.partner-section {
	margin-top: 100px;
}
.partner-section H3 {
	position: relative;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
.partner-section H3 span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	z-index: 2;
}
.partner-section H3::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ff312c;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.partner-list {
	padding-top: 10px;
	margin: 40px -12px 0;
}
.partner-list .item {
	position: relative;
	width: 25%;
	padding: 44px 12px 24px;
}
.partner-list .item:not(:last-child)::after {
	content: '';
	display: block;
	background: #cdcdcd;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
}
.partner-list .logo {
	max-width: 240px;
	height: 100px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.partner-list .title {
	margin-top: 50px;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
}
.partner-grid {
	margin-top: 50px;
}
.partner-grid .item {
	height: 50%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 20px 0;
}
.annotation {
	position: relative;
	margin-top: 100px;
	background: #e4edf5;
	border-radius: 24px;
	padding: 60px 40px 60px 85px;
	font-size: 24px;
}
.annotation::before {
	content: '';
	display: block;
	background: url('data:image/svg+xml,<svg width="5" height="114" viewBox="0 0 5 114" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="7.62939e-06" y="114" width="12" height="5" rx="2.5" transform="rotate(-90 7.62939e-06 114)" fill="%23FF312C"/><rect x="7.62939e-06" y="95" width="70" height="5" rx="2.5" transform="rotate(-90 7.62939e-06 95)" fill="%23FF312C"/><rect x="3.8147e-06" y="18" width="18" height="5" rx="2.5" transform="rotate(-90 3.8147e-06 18)" fill="%23FF312C"/></svg>');
	width: 5px;
	height: 114px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
}


.contact {
	margin-bottom: 100px;
}
.contact H2 {
	padding-bottom: 10px;
	text-align: left;
}
.contact-content {
	width: 51%;
	padding-right: 10px;
}
.contact-form {
	width: 49%;
	background: #e4edf5;
	border-radius: 24px;
	padding: 40px 30px;
}
.contact-form H3 {
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 30px;
}
.contact-item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 30px;
	font-size: 22px;
}
.contact-item .icon {
	margin-right: 22px;
	background: #ff312c;
	border-radius: 12px;
	width: 48px;
	min-width: 48px;
	height: 48px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.contact-item svg {
	fill: #fff;
	width: 32px;
	height: 32px;
}
.contact-item a {
	border-bottom: 1px solid #FF5C00;
	color: #333;
}
.contact-item .tel {
	font-size: 30px;
}
.contact-form .bt {
	margin-top: 30px;
}
.contact-form .agree {
	margin-top: 30px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 160%;
	color: #999;
}
.agree a {
	text-decoration: underline;
	color: inherit;
}


.footer-wrapper {
	padding: 20px 0;
	border-top: 1px solid #ff312c;
}
.footer-info {
	font-size: 16px;
}
.footer-logo {
	width: 146px;
}
.footer-policy {
	font-size: 14px;
	line-height: 160%;
	color: #999;
}
.footer-policy a {
	text-decoration: underline;
	color: inherit;
}


input, textarea, select {
	border: 0;
	background: #fff;
	resize: none;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-overflow: ellipsis;
	font-family: "Istok Web", sans-serif;
}
button {
	cursor: pointer;
	border: none;
}
select::-ms-expand {
  display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-ms-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-placeholder {
  opacity: 0;
}
input:focus::placeholder {
  opacity: 0;
}
.form-item {
	position: relative;
	margin-top: 16px;
}
.form-item input {
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	padding: 0 16px;
	height: 56px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}
.form-item textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	padding: 15px 16px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}
.form-group {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.form-group .form-item {
	width: 50%;
	padding: 0 8px;
}

.slick-slider {
	display: block;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slider-arrows {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.slick-arrow {
	position: relative;
	background: #DAE3EB;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin: 0 8px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 100ms ease;
}
.slick-arrow svg {
	width: 13px;
	height: 22px;
	fill: #535353;
	transition: all 100ms ease;
}
.slick-next svg {
	transform: rotate(180deg);
}


.d-flex {
	display: flex; flex-wrap: wrap;
}
.no-wrap {
	flex-wrap: nowrap;
}
.j-between {
	justify-content: space-between;
}
.j-center {
	justify-content: center;
}
.j-end {
	justify-content: flex-end;
}
.a-start {
	align-items: flex-start;
}
.a-center {
	align-items: center;
}
.a-end {
	align-items: flex-end;
}


@media (max-width: 1280px) {

	H2, .h2 {
		font-size: 36px;
	}
	section {
		margin-top: 80px;
	}
	.header-logo {
		width: 184px;
	}
	.header-nav {
		margin: 0 auto;
	}
	.header-nav li {
		margin: 0 9px;
	}
	.header-nav li a {
		font-size: 16px;
	}
	.header-tel {
		margin: 0;
		font-size: 20px;
	}
	.header-bt {
		display: none;
	}
	.preview-wrapper {
		padding: 80px 60px;
	}
	.preview-wrapper .title {
		margin-top: 30px;
		font-size: 52px;
	}
	.preview-wrapper .title span {
		font-size: 80px
	}
	.preview-wrapper .img {
		width: 70%;
	}
	.about-wrapper {
		padding-left: 166px;
		font-size: 17px;
	}
	.about-title {
    left: -125px;
    padding-top: 88px;
	}
	.about-title H2 {
		font-size: 80px;
	}
	.about-title:after {
    height: 320px;
    left: 120px;
	}
	.service-list {
		margin: 0 -10px;
		padding-top: 30px;
	}
	.service-item {
		margin-top: 20px;
		padding: 0 10px;
	}
	.service-item .wrapper {
		padding: 20px 50px;
		height: 620px;
	}
	.service-item .img {
		max-width: 380px;
		height: 380px;
	}
	.service-item .title {
		font-size: 24px;
	}
	.service-item:nth-child(2) {
		margin-top: 45px;
	}
	.service-item:nth-child(3) {
		margin-top: -5px;
	}
	.partner-list {
		padding-top: 10px;
		max-width: 816px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.partner-list .item {
		width: 50%;
		max-width: 312px;
		padding: 44px 12px 34px;
		margin-top: 40px;
	}
	.partner-list .item:not(:last-child)::after {
		display: none;
	}
	.partner-grid .col {
		max-width: 30%;
	}

}


@media (max-width: 1100px) {
	.team-slider .list {
		margin-right: -24px;
		padding-right: 116px;
	}
}


@media (max-width: 1023px) {
	section {
	  margin-top: 70px;
	}
	H2, .h2 {
	  font-size: 28px;
	}
	.slash {
	  margin-top: -10px;
	}
	.bt-menu {
		position: relative;
		z-index: 20;
		display: block;
		background: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="26" height="4" rx="2" transform="matrix(-1 0 0 1 31 19)" fill="%23FF312C"/><rect width="16" height="4" rx="2" transform="matrix(-1 0 0 1 31 29)" fill="%23FF312C"/><rect width="21" height="4" rx="2" transform="matrix(-1 0 0 1 31 9)" fill="%23FF312C"/></svg>') center no-repeat;
		width: 36px;
		height: 36px;
		margin-left: 20px;
		cursor: pointer;
	}
	.open-menu .bt-menu {
		background: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="26" height="4" rx="2" transform="matrix(-1 0 0 1 31 19)" fill="%23FFFFFF"/><rect width="16" height="4" rx="2" transform="matrix(-1 0 0 1 31 29)" fill="%23FFFFFF"/><rect width="21" height="4" rx="2" transform="matrix(-1 0 0 1 31 9)" fill="%23FFFFFF"/></svg>') center no-repeat;
	}
	.header-nav {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		background: #ff312c;
		padding: 80px 24px 24px;
		z-index: 10;
		display: none;
	}
	.header-nav ul {
		display: block;
	}
	.header-nav li {
		margin: 0 0 10px;
	}
	.header-nav li a {
		color: #fff;
	}
	.open-menu .header-nav {
		display: block;
	}
	.header-logo {
		margin-right: auto;
	}
	.preview-wrapper {
		padding: 0;
	}
	.preview-wrapper .content {
		padding: 25px;
	}
	.preview-wrapper .img {
		position: static;
		width: 100%;
	}
	.annotation {
		margin-top: 80px;
	}
	.contact {
	  margin-bottom: 80px;
	}
	.contact-content {
		width: 100%;
		padding-right: 0;
	}
	.contact H2 {
		padding-bottom: 12px;
	}
	.contact-form {
		width: 100%;
		margin-top: 30px;
		padding: 24px;
	}
}


@media (max-width: 767px) {
	.header-tel {
		display: none;
	}
	.preview-wrapper .label {
	   font-size: 20px;
	}
	.preview-wrapper .title {
		font-size: 39px;
	}
	.preview-wrapper .title span {
		font-size: 60px
	}
	.about-wrapper {
    padding-left: 74px;
    font-size: 15px;
	}
	.about-wrapper:after {
		left: 12px;
	}
	.about-title {
    left: -65px;
    padding-top: 48px;
	}
	.about-title H2 {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 40px;
	}
	.service-list {
		padding-top: 20px;
	}
	.service-item {
		width: 100%;
	}
	.service-item .wrapper {
		padding: 20px;
		height: auto;
	}
	.service-item .img {
		max-width: 295px;
		height: 295px;
	}
	.service-item:nth-child(2) {
		margin-top: 20px;
	}
	.service-item:nth-child(3) {
		margin-top: 20px;
	}
	.partner-section {
		margin-top: 60px;
	}
	.partner-section H3 {
		padding-top: 23px;
		font-size: 24px;
	}
	.partner-section H3 span {
		padding: 0;
	}
	.partner-section H3::after {
		top: 0;
		margin-top: 0;
	}
	.partner-list .item {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	.partner-list .logo {
		height: auto;
	}
	.partner-list .title {
		margin-top: 20px;
	}
	.team-slider .list {
	   margin-right: -27px;
	   padding-right: 73px;
	}
	.team-item .photo {
		height: 340px;
	}
	.partner-item {
		width: 50%;
	}
	.annotation {
    margin-top: 60px;
    padding: 20px 40px 20px 85px;
    font-size: 20px;
	}
	.annotation::before {
		top: 20px;
		transform: translateY(0);
	}

	.contact {
	  margin-bottom: 70px;
	}
	.contact-form H3 {
		font-size: 20px;
	}
	.contact-form .bt {
		width: 100%;
	}
	.contact-form .no-wrap {
		flex-wrap: wrap;
	}
	.contact-form .agree {
    margin-top: 10px;
    padding-left: 0;
    font-size: 12px;
	}
	.footer {
	  padding: 30px 0;
	}
	.footer-info {
		padding: 10px 0;
		width: 100%;
	}
	.footer-policy {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.partner-grid .col {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.partner-grid .item {
		height: auto;
		max-width: 210px;
		margin: 40px auto 0;
		display: block;
	}
}

/* hover style */

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {

.bt:hover {
	background: #333;
}
.header-nav li a:hover {
	color: #ff312c;
}
.header-bt:hover {
	background: #ff312c;
	color: #fff;
}
.service-item .bt:hover {
	background: #ff312c;
}
.slick-arrow:hover {
	background: #ff312c;
}
.slick-arrow:hover svg {
	fill: #fff;
}
.agree a:hover,
.footer-policy a:hover {
	text-decoration: none;
}

}
