@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot");
	src:
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot");
	src:
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-SemiBold/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.eot");
	src:
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.woff2") format("woff2"),
		url("/fonts/Montserrat/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #155ebb;
}
:hover::-webkit-scrollbar-thumb {
	width: 6px;
	background: #155ebb;
}
body {
	font-family: "Montserrat";
	font-weight: 400;
	overflow-x: hidden;
	height: 100vh;
}
main {
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
.section-top {
	overflow: hidden;
	height: 100vh;
	background-color: #187cee;
}
.section-top .container {
	position: relative;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 4.7% 0;
	justify-content: space-between;
}
a {
	transition: 0.25s;
}
h1 {
	font-size: 70px;
	font-weight: 400;
	line-height: 48px;
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
	margin-left: -8px;
	color: white;
	animation-fill-mode: forwards;
}
.section-top__arrow {
	position: relative;
	z-index: 1;
	cursor: pointer;
	animation-fill-mode: forwards;
}
.section-top__text {
	font-size: 16px;
	line-height: 27px;
	position: relative;
	z-index: 1;
	color: white;
	animation-fill-mode: forwards;
}
.section-top__link {
	font-size: 18px;
	line-height: 25px;
	position: relative;
	z-index: 1;
	display: block;
	height: 40px;
	margin-right: 12px;
	padding: 8px 28px;
	text-decoration: none;
	color: white;
	border: 1px solid white;
	border-radius: 21px;
}
.section-top__link:hover {
	color: #187cee;
	background-color: white;
}
.section-top__tabs {
	display: flex;
}
.section-top__pic {
	position: absolute;
	right: -30px;
	bottom: 0;
	width: 895px;
	height: 804px;
	max-height: 100%;
	transition: 0.001s;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	animation-fill-mode: forwards;
	/* Chrome, Safari, Opera */
	backface-visibility: hidden;
}
.container-about {
	display: flex;
	padding: 136px 0 153px;
	justify-content: space-between;
}
.container-about__title {
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
	color: black;
	flex-basis: 35%;
}
.container-about__description {
	font-size: 21px;
	line-height: 40px;
	color: black;
	flex-basis: 65%;
}
.section-top__pic-max {
	perspective: 895px;
}
.phone {
	height: 796px;
	background-color: #eff1f5;
}
.section-phone {
	position: relative;
}
.section-phone__item {
	position: absolute;
	width: 100%;
	max-width: 944px;
}
.section-phone__item-one {
	position: absolute;
	top: 90px;
	left: -11%;
}
.section-phone__item-two {
	position: absolute;
	top: 85px;
	left: 49%;
}
.section-phone__item-three {
	top: 490px;
	left: -22%;
}
.section-phone__item-four {
	position: relative;
	z-index: 2;
	top: 482px;
	left: 38.5%;
}
.communication {
	position: relative;
	z-index: 1;
	color: white;
	background-color: #187cee;
}
.communication .contents {
	margin-top: -63px;
	margin-left: 38px;
}
.communication-container {
	display: flex;
	padding: 7px 0;
	align-items: center;
}
.communication-pic {
	position: relative;
	margin-left: -81px;
}
.communication-pic img {
	width: 100%;
}
.communication-pic__relative {
	position: relative;
	z-index: 1;
}
.communication-pic__absolute {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contents-number {
	font-size: 15px;
	margin-bottom: 62px;
}
.contents-title {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 55px;
}
.contents-description {
	font-size: 18px;
	line-height: 32px;
}
.map-container {
	display: flex;
	margin-top: -65px;
	align-items: center;
}
.map-container .contents {
	margin-top: 0;
	margin-left: -12px;
}
.map-pic {
	position: relative;
	margin-right: -100px;
}
.map-absolute {
	position: absolute;
}
.map-absolute__one {
	top: 308px;
	right: 326px;
}
.map-absolute__two {
	top: 358px;
	right: 519px;
}
.map-absolute__three {
	top: 465px;
	right: 279px;
}
.map-absolute__four {
	top: 563px;
	right: 471px;
}
.channels {
	color: white;
	position: relative;
	z-index: 1;
	background-color: #187cee;
}
.channels-container {
	display: flex;
	padding: 103px 0 25px;
	align-items: center;
}
.channels-container .contents {
	margin-top: -54px;
}
.channels-pic {
	padding-left: 62px;
	flex-basis: 762px;
	flex-shrink: 0;
}
.channels-pic__container {
	position: relative;
}
.video {
	padding: 132px 0;
}
.video .container-about {
	padding-top: 89px;
	padding-bottom: 0;
}
.video-container {
	position: relative;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}
.video-container.active .video-container__pic {
	opacity: 1;
}
.video-container.active .video-container__play {
	opacity: 0;
}
.video__play {
	min-width: 100%;
}
.video-container__play {
	display: block;
	min-width: 100%;
	opacity: 1;
}
.video-container__pic {
	position: absolute;
	opacity: 0;
}
.video-container__pic img {
	max-width: inherit;
	top: 0;
}
.team {
	padding: 148px 0 151px;
	color: white;
	background-color: #187cee;
}
.team-title {
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 88px;
	color: white;
}
.team-items {
	display: flex;
	flex-flow: row wrap;
}
.team-item {
	margin: 25px 0;
	flex-basis: 25%;
}
.team-item__position {
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
	color: white;
}
.team-item__name {
	font-size: 19px;
	line-height: 30px;
}
.section-contact {
	padding: 180px 0 115px;
	text-align: center;
}
.section-contact__label {
	font-size: 21px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 17px;
	color: black;
}
.section-contact__mail {
	font-size: 55px;
	font-weight: 600;
	line-height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
}
.section-contact__mail:hover {
	text-decoration: underline;
	color: #eb2128;
}
.section {
	display: flex;
	width: 100%;
	max-width: 1920px;
	justify-content: center;
}
.section-content__block {
	transition: 0.25s;
	text-decoration: none;
	flex-basis: 50%;
}
.section-content__block:hover {
	background-color: #ececec;
}
.section-content {
	display: flex;
	max-width: 670px;
	text-decoration: none;
	align-items: flex-start;
	justify-content: space-between;
}
.section-content__arrow {
	padding-top: 2px;
}
.section-left {
	justify-content: flex-end;
}
.section-left .section-content {
	margin: auto 0 auto auto;
	padding: 70px 140px 70px 0;
}
.section-left .section-text {
	text-align: right;
}
.section-right .section-content {
	padding: 70px 0 70px 140px;
}
.section-text {
	display: flex;
	flex-direction: column;
}
.section-title {
	font-size: 27px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 6px;
	color: black;
}
.section-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	color: black;
}
.preloader {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	transition: 0.25s;
	opacity: 0;
	background-color: transparent;
	align-items: center;
	justify-content: center;
}
.preloader.active {
	z-index: 5;
	opacity: 1;
	background-color: white;
}
.channels-pic__absolute {
	position: absolute;
}
.channels-pic__container-1 {
	top: 124px;
	left: 137px;
}
.channels-pic__container-2 {
	top: 199px;
	left: 103px;
}
.channels-pic__container-3 {
	top: 275px;
	left: -15px;
}
.channels-pic__container-4 {
	top: 350px;
	left: 20px;
}
.channels-pic__container-5 {
	top: 425px;
	left: 63px;
}
.channels-pic__container-6 {
	top: 500px;
	left: 63px;
}
.channels-pic__container-7 {
	top: 575px;
	left: 63px;
}
.section-top__fone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	background-color: black;
}
.map-pic__mobile,
.channels-pic__container-mobile {
	display: none;
}
@media (max-width: 1800px) {
	.section-phone__item img {
		max-width: 100%;
	}
}
@media (max-width: 1600px) {
	.map {
		overflow: hidden;
	}
	.contents-description {
		max-width: 477px;
	}
	.contents-description br {
		display: none;
	}
}
@media (max-width: 1440px) {
	.container {
		padding: 0 20px;
	}
	.section-content__block {
		padding: 0 10px;
	}
	.section-top .container {
		padding: 5% 20px;
	}
}
@media (max-width: 1200px) {
	.communication-pic__absolute {
		width: 43%;
	}
	.phone {
		height: 926px;
	}
	.section-phone {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.container-about {
		padding: 80px 0;
	}
	.video {
		padding: 0;
	}
	.communication-container {
		padding: 80px 0;
	}
	.communication-pic {
		margin-left: 0;
		flex-shrink: 0;
		flex-basis: 50%;
	}
	video {
		max-width: 100%;
	}
	.map-pic,
	.channels-pic__container {
		display: none;
	}
	.map-pic__mobile,
	.channels-pic__container-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	img {
		max-width: 100%;
	}
	.map-pic {
		margin: 0;
		flex-shrink: 0;
		flex-basis: 50%;
		align-items: center;
		justify-content: center;
	}
	.channels-pic {
		margin: 0;
		flex-shrink: 0;
		flex-basis: 50%;
		align-items: center;
		justify-content: center;
	}
	.map-container {
		margin-top: 0;
		padding: 70px 0;
	}
	.video,
	.channels-container,
	.team {
		padding: 80px 0;
	}
	.container-about__title {
		flex-basis: 25%;
	}
	.container-about__description {
		flex-basis: 75%;
	}
	.team-title {
		margin-bottom: 40px;
	}
	.team-item {
		flex-basis: 33%;
	}
	.section-contact {
		padding: 80px 0 40px;
	}
	.channels-pic {
		padding-left: 0;
	}
	.section-left .section-content {
		padding: 70px 50px 70px 0;
	}
	.section-right .section-content {
		padding: 70px 0 70px 50px;
	}
}
@media (max-width: 1500px) {
	.container-about__description br {
		display: none;
	}
	.map-container .contents {
		margin-left: 0;
	}
	.video-container__pic img {
		max-width: 100%;
	}
}
@media (max-width: 1279px) and (min-width: 1151px) {
	.section-top__pic {
		width: 695px;
		height: 604px;
	}
	.section-phone__item {
		max-width: 766px;
	}
	.phone {
		height: 800px;
	}
}
@media (max-width: 1151px) and (min-width: 1024px) {
	.section-top__pic {
		width: 595px;
		height: 504px;
	}
	.section-phone__item {
		max-width: 708px;
	}
	.phone {
		height: 800px;
	}
}
@media (max-width: 991px) {
	.section-top__tabs {
		margin-top: 15px;
	}
	.video-container {
		margin: 0 -13%;
	}
	.section-phone {
		margin-bottom: -10%;
		padding-top: 5%;
	}
	.section-phone__item {
		display: none;
		transform: translate3d(0, 0, 0) !important;
	}
	.video .container-about {
		padding: 0;
	}
	.section-phone__item-one {
		position: relative;
		top: auto;
		left: auto;
		display: block;
	}
	.phone {
		height: auto;
	}
	.section-top .container {
		padding: 30px 20px;
		align-items: center;
		justify-content: flex-start;
	}
	.section-top__pic {
		position: relative;
		right: auto;
		bottom: -30px;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}
	.section-top__arrow {
		width: 100%;
		text-align: left;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 20px;
		text-align: center;
	}
	.container-about__title {
		margin-bottom: 10px;
	}
	.container-about {
		flex-direction: column;
		padding: 30px 0;
		text-align: center;
	}
	.container-about br {
		display: none;
	}
	.communication-container {
		flex-direction: column-reverse;
		padding: 35px 0 30px;
		align-items: center;
		justify-content: center;
	}
	.contents {
		margin: 0 !important;
		text-align: center;
	}
	.contents-number,
	.contents-title {
		margin-bottom: 10px;
	}
	.map-container {
		flex-direction: column;
		padding: 35px 0 0;
	}
	.channels-container {
		flex-direction: column-reverse;
		padding: 35px 0 3px;
	}
	.channels-pic {
		margin-top: 20px;
	}
	.team {
		padding: 30px 0 20px;
	}
	.team-item {
		margin: 15px 0;
		flex-basis: 50%;
	}
	.video {
		padding: 25px 0 32px;
	}
	.section-contact {
		padding: 45px 0 35px;
	}
	.section-contact__label {
		font-size: 18px;
		margin-bottom: 0;
	}
	.section-contact__mail {
		font-size: 26px;
		line-height: 40px;
	}
	.section-left .section-content {
		padding: 30px 38px 30px 0;
	}
	.section-right .section-content {
		padding: 30px 0 30px 38px;
	}
}
@media (max-width: 767px) {
	.video-container__play {
		width: 100%;
	}
	.video-container__play img {
		max-width: 100%;
	}
	.video-container__pic {
		max-width: 99.9%;
		margin-left: -0.1%;
	}
	.contents-description br {
		display: none;
	}
	.section-top__tabs {
		margin-top: 0;
	}
	.section-top__pic {
		width: 160%;
	}
	.section-top__tabs {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.section-top__text {
		margin-bottom: 0;
	}
	.section-top__link {
		margin: 5px;
	}
	.team-title {
		margin-bottom: 20px;
		text-align: center;
	}
	.team-item {
		margin: 10px 0;
		text-align: center;
		flex-basis: 100%;
	}
	.team-item__position,
	.team-item__name {
		font-size: 18px;
	}
	.section-contact__label {
		line-height: 25px;
		max-width: 300px;
		margin: 10px auto 0;
	}
	.section-top__arrow img {
		width: 40px;
	}
	h1 {
		margin-top: 10px;
	}
	.section-top__text {
		font-size: 15px;
		margin-bottom: 10px;
		text-align: center;
	}
	.container-about__description {
		font-size: 18px;
		line-height: 32px;
	}
	.section-content {
		padding: 15px !important;
	}
	.section-title {
		font-size: 18px;
		line-height: 25px;
	}
	.section-content__arrow img {
		width: 50px;
	}
	.section-top__link {
		padding: 8px 13px;
	}
	.map-pic img {
		max-width: 85%;
	}
	.section-left .section-content {
		flex-direction: column;
		padding: 0 !important;
		align-items: flex-end;
	}
	.section-right .section-content {
		flex-direction: column-reverse;
		padding: 0 !important;
		align-items: flex-start;
	}
	.section {
		padding: 15px 0 50px;
	}
	.section-contact__mail {
		margin-top: 25px;
	}
	.section-text {
		margin-top: 10px;
	}
}
@media (max-width: 400px) {
	.section-title {
		font-size: 16px;
	}
	.section-top__pic {
		width: 190%;
	}
}
@media (max-width: 374px) {
	.section-title {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 4px;
	}
	.section-description {
		font-size: 13px;
		line-height: 20px;
	}
	.team-title {
		font-size: 21px;
	}
	.section-contact__mail {
		font-size: 24px;
		line-height: 30px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.video-container__pic {
		top: 0;
		left: 0;
	}
	.video-container__pic img,
	.video-container__pic {
		max-width: inherit;
	}
}
