body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}



/* Header */
.header {
  width: 100%;
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

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

.header__logo {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}

.nav__link {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: color 0.1s linear;
}

.nav__link:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ed1847;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;

  transition: opacity 0.1s linear;
}

.nav__link:hover {
  color: #fff;
}

.nav__link:hover:after,
.nav__link.active:after {
  opacity: 1;
}

.nav__link.active {
  color: #ed1847;
}

.lang {
  display: flex;
  align-items: center;
  color: #fff;
}
/* Nav */

/* Intro */
.intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url('../img/img-bg копия 2.svg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.intro__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.intro__title {
  color: #fff;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
}

.intro__text {
  color: #fff;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 130%;
}
/* Intro */
/* Header */


/* Performing  */
.section {
  padding: 80px 0;
}

.section__header {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.section__title {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}

.section__text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.city-block {
	height: 540px;
	background: url('../img/All_city.svg') 0 100%/100% 100% no-repeat;
	position: relative;
}

.bri {
	width: 300px;
	height: 100%;
}

.flag1 {
  position: absolute;
  text-align: center;
	top: -10px;
  left: 60px;
  font-size: 21px;
  font-weight: 700;
}

.flag_img1 {
	position: absolute;
	top: 50px;
	left: 100px;
}

.flag2 {
  position: absolute;
  text-align: center;
	top: 40px;
  left: 430px;
  font-size: 21px;
  font-weight: 700;
}

.flag_img2 {
	position: absolute;
	top: 100px;
	left: 440px;
}

.flag3 {
  position: absolute;
  text-align: center;
	top: -10px;
  left: 800px;
  font-size: 21px;
  font-weight: 700;
}

.flag_img3 {
	position: absolute;
	top: 50px;
	left: 800px;
}

.flag4 {
  position: absolute;
  text-align: center;
	top: 40px;
  left: 1060px;
  font-size: 21px;
  font-weight: 700;
}

.flag_img4 {
	position: absolute;
	top: 100px;
	left: 1060px;
}

.flag5 {
  position: absolute;
  text-align: center;
	top: -30px;
  left: 1360px;
  font-size: 21px;
  font-weight: 700;
}

.flag_img5 {
	position: absolute;
	top: 30px;
	left: 1360px;
}

.flag_cloud1 {
	position: absolute;
	top: 160px;
	left: 20px;
}

.flag_cloud2 {
	position: absolute;
	top: 180px;
	left: 300px;
}

.flag_cloud3 {
	position: absolute;
	top: 60px;
	left: 430px;
}

.flag_cloud4 {
	position: absolute;
	top: 180px;
	left: 940px;
}

.flag_cloud5 {
	position: absolute;
	top: 10px;
	left: 1050px;
}

.flag_cloud6 {
	position: absolute;
	top: 50px;
	left: 1250px;
}
.foto_1,
.foto_2 {
  position: relative;
}

.foto_2 {
  top: -58px;
  left: -78px;
}

/* Performing  */


/* Individual cards */
.card {
  display: flex;
  justify-content: center;
  margin: 32px 0 100px 0;
  padding: 0 50px;
}

.card_text {
	text-align: center;
	font-size: 20px;
  font-weight: 700;
}

.card_1 img {
	text-align: center;
}

.card_1 {
  display: flex;
  flex-direction: column;
  width: 265px;
  height: 400px;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
}

.card button { 
	position: relative;
	background-color: #ed1847;
  color: #fff;
  border-radius: 100px;
  border-color: #ed1847;
  min-height: 50px;
  min-width: 120px;
  cursor: pointer;
	width: 141px;
	height: 50px;
}

button.dep_btn {
	background: #fff;
	color: #ED1847;
}

.dep_btn2::after {
	position: absolute;
}
.dep_btn2:hover {
  color: #000;
}

.dep_btn2:active {
	top: 4px;
	background-color: #fff;
	color: #ed1847;
}
/* Individual cards */


/* Department */
.dep {
  display: flex;
  justify-content: center;
  margin: 32px 0 100px 0;
}

.dep_section__title {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 64px;
	text-align: center;
}

.dep_text {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}

.dep_text_title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.dep_1 {
  display: flex;
  flex-direction: column;
  width: 265px;
  height: 400px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
}

.dep button {
	position: relative;
	background-color: #ed1847;
  color: #fff;
  border-radius: 100px;
  border-color: #ed1847;
  min-height: 50px;
  min-width: 120px;
  cursor: pointer;
	width: 172px;
	height: 50px;
}

button.dep_btn1 {
	background: #fff;
	color: #ED1847;
}
/* Department */


/* Email */
.em {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 60px;
}

.email_text {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: white;
}

.em input {
  border-radius: 15px;
  font-size: 35px;
}

.email_1 {
  height: 130px;
  background: url('../img/mail-bg.png') 0 0 / cover no-repeat,
  linear-gradient(180deg, #212833 0%, #7a899e 205.77%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.email_1 button {
	position: relative;
	background-color: #ed1847;
  color: #fff;
  border-radius: 100px;
  border-color: #ed1847;
  min-height: 50px;
  min-width: 120px;
  cursor: pointer;
	width: 189px;
	height: 50px;
}
/* Email */


/* Global */
.global {
  display: flex;
  justify-content: center;
  margin: 32px 0 100px 0;
}

.global_2 {
  display: flex;
  flex-direction: column;
  width: 560px;
  height: 400px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
}

.global_2 button {
	position: relative;
  margin: 0 auto;
}

.global_text {
  font-size: 32px;
  font-weight: 700;
}

.global_text_title {
  font-size: 18px;
  font-weight: 400;
}

.global_icon {
  position: relative;
  left: -20px;
  top: 20px;
  background-color: #ed1847;
  height: 10px;
  width: 10px;
}

.global ul {
  list-style-type: none;
}

.global li {
  font-size: 18px;
  font-weight: 600;
}

.global button {
	position: relative;
	background-color: #ed1847;
  color: #fff;
  border-radius: 100px;
  border-color: #ed1847;
  min-height: 50px;
  min-width: 120px;
  cursor: pointer;
	width: 340px;
	height: 50px;
}
/* Global */


/* Block */
.block {
	text-align: center;
	margin: 100px 0;
}

.block1 {
	text-align: center;
  padding: 25px;
  font-size: 48px;
}

.block__element {
  display: flex;
  justify-content: center;
  padding: 0px 5px 25px;
  flex: 0 1 25%;
}

.block__element_1 {
  border-radius: 15px;
	width: 370px;
	height: 220px;
	margin: 0 45px;
	background-color: #212833;
}

.block_text {
	text-align: center;
	margin: 46px 20px;
	line-height: 1;
	color: white;
}

.block_text1 {
	text-align: center;
	margin: 20px;
}

.block__element_1 h5 {
	font-size: 22px;
	font-weight: 700;
}

.block__element_2 h5 {
	font-size: 22px;
	font-weight: 700;
}

.block__element_3 h5 {
	font-size: 22px;
	font-weight: 700;
}

.block__element_1, .block__element_2, .block__element_3 p {
	font-size: 18px;
	font-weight: 600;
}

.block__element_2 {
  background-color: #778899;
  border-radius: 15px;
	width: 370px;
	height: 220px;
	margin: 0 45px;
	background-color: #212833;
}

.block__element_3 {
  background-color: #778899;
  border-radius: 15px;
	width: 370px;
	height: 220px;
	margin: 0 45px;
	background-color: #212833;
}

.block button {
	position: relative;
	background-color: #ed1847;
  color: #fff;
  border-radius: 100px;
  border-color: #ed1847;
  min-height: 50px;
  min-width: 120px;
  cursor: pointer;
	width: 286px;
	height: 16px;
}
/* Block */


/* Form */
.form {
	width: 1200px;
	margin:  0 auto;
  padding: 0 20px;
}

.form_wrapper {
	display: flex;
	align-items: center;
}

.form_section__title {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}

.form_section__text {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 50px 0;
}

.form_wrapper img {
	z-index: 5;
}

.form_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #808080;
	height: 100%;
	padding: 28px 90px;
	background: linear-gradient(150.44deg, #F4F6F8 15.78%, #E6E9EF 108.19%);
	box-shadow: -12px -12px 20px rgba(255, 255, 255, 0.8), 10px 10px 20px rgba(166, 180, 200, 0.7);
	border-radius: 20px;
}

.form #email {
	width: 540px;
	height: 40px;
}

.form #message {
	border-radius: 20px;
}

.form_checkbox #checkbox {
	position: relative;
	top: 16px;
	right: 0;
	width: 15px;
	height: 15px;
}

.form_checkbox {
	display: flex;
}


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

.form_name_text {
	display: flex;
}

.form_name1 {
	display: flex;
	flex-direction:column;
}

.form_name2 {
	display: flex;
	flex-direction:column;
}

.form_email {
	display: flex;
	flex-direction:column;
	padding: 30px 0 0 0;
}

.form_phone {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0 0;
}

.form_phone1 {
	display: flex;
	flex-direction:column;
}

.form_message textarea {
	background: #F4F6F8;
	box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.75), inset 3px 3px 10px rgba(166, 180, 200, 0.75);
	border-radius: 5px;
}

.form_phone2 {
	display: flex;
	flex-direction:column;
}

.form_phone select {
	background: #F4F6F8;
	box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.75), inset 3px 3px 10px rgba(166, 180, 200, 0.75);
	border-radius: 5px;
	width: 255px;
	height: 40px;
}

.form_message {
	display: flex;
	flex-direction:column;
	padding: 30px 0 0 0;
}

.form_text input {
	background: #F4F6F8;
	box-shadow: inset -5px -5px 15px rgba(255, 255, 255, 0.75), inset 3px 3px 10px rgba(166, 180, 200, 0.75);
	border-radius: 5px;
	width: 255px;
	height: 40px;
}

.form_btn {
	width: 173px;
	height: 50px;
}

.form button {
	position: relative;
	background-color: #ed1847;
  color: #fff;
  border-radius: 100px;
  border-color: #ed1847;
  min-height: 50px;
  min-width: 120px;
  cursor: pointer;
	width: 173px;
	height: 50px;
}
/* Form */


/* Footer */
.footer {
  background-color: #212833;
  padding: 30px;
  margin: 75px 0 0 0;
}

.footer_wrapper {
	width: 1200px;
	margin: 0 auto;
}

.footer_wrapper_lang {
	position: relative;
}

.footer_lang {
	position: relative;
	display: flex;
	justify-content: flex-end;
  align-items: center;
  color: #fff;
	margin: 0 0 27px 0;
}

.footer_lang_img{
	cursor: pointer;
}

.footer_lang_text {
	margin: 0 20px 0 0;
}

.footer_wrapper_lang_box {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
}

.footer_top {
	display: flex;
	align-content: space-around;
}

.icon {
	display: flex;
	position: absolute;
	width: 240px;
	height: 70px;
	top: 250px;
}

.footer_top_right {
	display: flex;
	color: #fff;
	justify-content: space-around;
	width: 100%;
}

.footer_top_right_box {
	width: 300px;
}

.footer p, span {
	color: #fff;
}



.footer_span {
	display: flex;
	align-items: flex-start;
	margin: 15px 0 0 0;
}

.footer_span_text {
	margin: 0 0 0 12px;
}

.footer_phone {
	width: 220px;
	height: 93px;
}

.footer_header {
  color: #fff;
  column-count: 3;
}

.footer_header h5 {
  font-size: 20px;
}

.footer_top_right P {
  font-size: 15px;
  color: #7a899e;
}

/* Copyright */
.copyright {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #333;
  text-align: center;
  color: #fff;
}

.copyright span {
  color: #f38181;
}
/* Copyright */
/* Footer */