/* m（︶︿︶）m ЭТО УМНЫЙ ВЕРСТАЛЬЩИК, ВОН КАКОЕ ЛИЦО, ПИШЕТ КОД ДЛЯ МОДУЛЕЙ */
@import url(fonts.css);

/*
░░░░░░░▄█▄▄▄█▄ ЭТО НАЧАЛО КОДА ЧЕЛОВЕК
▄▀░░░░▄▌─▄─▄─▐▄░░░░▀▄
█▄▄█░░▀▌─▀─▀─▐▀░░█▄▄█
░▐▌░░░░▀▀███▀▀░░░░▐▌
████░▄█████████▄░████
*/

img {
  width: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  background: #f7f7f7;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
* {
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
i {
  font-style: normal;
}
body {
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
/*
▒▒▄▀▀▀▀▀▄▒▒▒▒▒▄▄▄▄▄▒▒▒ ДЕРЖИСЬ ЗДЕСЬ НЕЗАКРЕПЛЁННЫЕ МОДУЛИ ЗЕМЛЯНИН
▒▐░▄░░░▄░▌▒▒▄█▄█▄█▄█▄▒
▒▐░▀▀░▀▀░▌▒▒▒▒▒░░░▒▒▒▒
▒▒▀▄░═░▄▀▒▒▒▒▒▒░░░▒▒▒▒
▒▒▐░▀▄▀░▌▒▒▒▒▒▒░░░▒▒▒▒
*/

absolute {
  position: absolute;
  top: 0;
  left: 0;
}

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */

/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/*
──────▄▀▄─────▄▀▄ МЫ НА КРЫШЕ
─────▄█░░▀▀▀▀▀░░█▄
─▄▄──█░░░░░░░░░░░█──▄▄
█▄▄█─█░░▀░░┬░░▀░░█─█▄▄█
*/

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 1200px) {
}

@media (max-width: 768px) {
  .items-container {
    flex-direction: column;
    align-items: center;
  }
}

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.header-logo {
  width: 100%;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.header-logo img {
  display: block;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.header-adres {
  max-width: 820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
section.header-adres .item {
  display: flex;
  align-items: center;
}
.header-adres .item:not(:first-child) {
  margin-left: 20px;
}
section.header-adres .item i {
  font-family: "fontello";
  font-size: 24px;
  line-height: 16px;
  margin: 0 10px 0 0;
  color: #353068;
  display: block;
  text-align: right;
}
section.header-adres .item p {
  font-size: 18px;
  line-height: 18px;
  color: #353068;
  text-align: right;
}
section.header-adres .item p a {
  color: #353068;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header-adres .item {
    display: none !important;
  }
  .header-adres .item_mail {
    display: flex !important;
    margin-left: auto;
  }
  .header-adres .item_mail i {
    display: none !important;
  }
  section.header-adres .item p {
    font-size: 14px;
  }
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/*
█▓▒▓█▀██▀█▄░░▄█▀██▀█▓▒▓█ ГЛАВНЫЙ КОНТЕНТ
█▓▒░▀▄▄▄▄▄█░░█▄▄▄▄▄▀░▒▓█
█▓▓▒░░░░░▒▓░░▓▒░░░░░▒▓▓█
*/

article {
  flex: 1 0 auto;
  width: 100%;
}

@media (max-width: 1200px) {
}

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.header-slogan-about {
  display: flex;
  align-items: center;
  background: rgb(145, 98, 226);
  background: -moz-linear-gradient(
    left,
    rgba(145, 98, 226, 1) 0%,
    rgba(120, 112, 230, 1) 22%,
    rgba(1, 226, 220, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(145, 98, 226, 1) 0%,
    rgba(120, 112, 230, 1) 22%,
    rgba(1, 226, 220, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(145, 98, 226, 1) 0%,
    rgba(120, 112, 230, 1) 22%,
    rgba(1, 226, 220, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9162e2', endColorstr='#01e2dc',GradientType=1 );
}
section.header-slogan-about {
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
}
section.header-slogan-about .container {
  position: relative;
}
section.header-slogan-about .container h3 {
  font-size: 180px;
  line-height: 180px;
  font-family: "Montheavydemo";
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -19px;
  width: 100%;
  text-align: right;
  overflow: hidden;
}
section.header-slogan-about .container .text {
  max-width: 780px;
}
section.header-slogan-about .container .text h1 {
  font-size: 60px;
  line-height: 50px;
  font-family: "Montheavydemo";
  margin: 0 0 30px 0;
  color: #fff;
  position: relative;
}
section.header-slogan-about .container .text h1 i {
  top: -10px;
  left: -50px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  position: absolute;
}
section.header-slogan-about .container .text p {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin: 0 0 35px 0;
}
section.header-slogan-about .container .text button {
  height: 50px;
  max-width: 250px;
  line-height: 48px;
  background: #353068;
  color: #fff;
  font-size: 20px;
  font-family: "Montheavydemo";
  text-align: center;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.2s;
}
section.header-slogan-about .container .text button:hover {
  background: #2dc7f0;
}
section.header-slogan-about .container img {
  position: absolute;
  right: 0;
  bottom: -100px;
  display: block;
  max-width: 200px;
}
@media (max-width: 768px) {
  section.header-slogan-about .container img {
    display: none;
  }
  section.header-slogan-about .container {
    overflow-x: hidden;
  }
  section.header-slogan-about .container h3 {
    display: none;
  }
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.services-list {
  position: relative;
  margin: 110px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.services-list:before {
  content: ""; 
  width:calc(100% + 50px);
  height: 460px;
  position: absolute;
  top: 35px;
  left: -25px;
  z-index: 1;
  background: rgb(1, 226, 220);
  background: -moz-linear-gradient(
    left,
    rgba(1, 226, 220, 1) 0%,
    rgba(29, 168, 249, 1) 50%,
    rgba(145, 98, 226, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(1, 226, 220, 1) 0%,
    rgba(29, 168, 249, 1) 50%,
    rgba(145, 98, 226, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(1, 226, 220, 1) 0%,
    rgba(29, 168, 249, 1) 50%,
    rgba(145, 98, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01e2dc', endColorstr='#9162e2',GradientType=1 );
  overflow: hidden;
}
section.services-list:after {
  content: "";
  width: calc(100% + 20px);
  height: 430px;
  position: absolute;
  top: 50px;
  left: -10px;
  background: #fff;
  z-index: 2;
}
section.services-list .item {
  position: relative;
  z-index: 3;
  max-width: 325px;
  margin: 0 0 40px 0;
}
section.services-list .item .num {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 40px;
  font-family: "Montheavydemo";
  color: #fff;
  margin: 0 auto 35px auto;
  background: #353068;
  border-radius: 100%;
}
section.services-list .item h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Montheavydemo";
  color: #353068;
  margin: 0 0 30px 0;
  text-align: center;
}
section.services-list .item p {
  font-size: 15px;
  color: #353068;
  line-height: 18px;
  text-align: justify;
}
@media (max-width: 768px) {
  section.services-list:before {
    display: none;
  }
  section.services-list {
    margin-top: 50px;
  }
  section.services-list .item p {
    text-align: left;
  }
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.how-work-with-us {
  margin: 70px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
section.how-work-with-us h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 0 auto 60px auto;
  color: #353068;
  position: relative;
  height: 40px;
  display: table;
}
section.how-work-with-us h2 i {
  top: -8px;
  left: -40px;
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  background-position: -24px 0;
}
section.how-work-with-us h2 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.how-work-with-us .swiper-container .swiper-wrapper {
}
section.how-work-with-us .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 400px;
  height: 100%;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container {
  width: 100%;
  height: 100%;
  padding: 45px 30px;
  position: relative;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-1 {
  background: #353068;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-2 {
  background: #1da8f9;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-3 {
  background: #876be2;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-4 {
  background: #353068;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-5 {
  background: #1da8f9;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-6 {
  background: #876be2;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container
  h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Montheavydemo";
  color: #fff;
  margin: 0 0 55px 0;
  text-align: center;
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container
  h3:after {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: -15px;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container
  p {
  font-size: 15px;
  color: #fff;
  line-height: 17px;
  margin: 0 0 15px 0;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container
  button {
  padding: 10px 5px;
  max-width: 250px;
  line-height: 48px;
  background: #353068;
  color: #fff;
  font-size: 20px;
  font-family: "Montheavydemo";
  text-align: center;
  margin: 25px auto 0 auto;
  border: none;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.2s;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container
  button:hover {
  background: #2dc7f0;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-1
  button {
  background: #01e2dc;
}
section.how-work-with-us
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .color-container.color-1
  button:hover {
  background: #1da8f9;
}
section.how-work-with-us .prev,
section.how-work-with-us .next {
  font-family: "fontello";
  color: #1da8f9;
  position: absolute;
  font-size: 70px;
  height: 80px;
  width: 40px;
  z-index: 1000;
  top: calc(50% - 25px);
  cursor: pointer;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.611);
  border-radius: 5px;
}
section.how-work-with-us .prev {
  text-align: left;
  left: 0;
}
section.how-work-with-us .next {
  text-align: right;
  right: 0;
}
section.how-work-with-us a.sign {
  display: block;
  margin: 40px 0 0 0;
}
section.how-work-with-us a.sign img {
  display: block;
  margin: 0 auto;
  max-width: 220px;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.advantages {
  margin: 110px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
section.advantages h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 0 auto 60px auto;
  color: #353068;
  position: relative;
  height: 40px;
  display: table;
}
section.advantages h2 i {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  background-position: -24px 0;
}
section.advantages h2 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.advantages .items-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.advantages .items-container .item {
  margin-top: 20px;
  max-width: 240px;
}
section.advantages .items-container .item i {
  background: url(../img/icons_sprite.png);
  width: 115px;
  height: 115px;
  display: block;
  margin: 0 auto 40px auto;
}
section.advantages .items-container .item:nth-child(1) i {
}
section.advantages .items-container .item:nth-child(2) i {
  background-position: -115px 0;
}
section.advantages .items-container .item:nth-child(3) i {
  background-position: -230px 0;
}
section.advantages .items-container .item:nth-child(4) i {
  background-position: -345px 0;
}
section.advantages .items-container .item:nth-child(5) i {
  background-position: -460px 0;
}
section.advantages .items-container .item h3 {
  font-family: "Montheavydemo";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #353068;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.quality-services {
  margin: 110px auto 0 auto;
  width: 100%;
  padding: 35px 0 100px 0;
  background: #353068;
}
section.quality-services > i {
  background: url(../img/icons_sprite.png);
  width: 115px;
  height: 115px;
  display: block;
  margin: 0 auto 40px auto;
  background-position: -575px 0;
}
section.quality-services h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 0 auto 60px auto;
  color: #fff;
  position: relative;
  height: 40px;
  display: table;
}
section.quality-services h2 i {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
}
section.quality-services h2 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.quality-services p {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
section.quality-services p strong {
  font-family: "Montheavydemo";
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.reviews {
  margin: 110px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
section.reviews h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 0 auto 60px auto;
  color: #353068;
  position: relative;
  height: 40px;
  display: table;
}
section.reviews h2 i {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  background-position: -24px 0;
}
section.reviews h2 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.reviews .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 0 0;
}
section.reviews .swiper-container .swiper-wrapper {
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: 400px;
  min-height: 260px;
  padding: 40px;
  background: #876be2;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide:before {
  content: "";
  max-width: 390px;
  height: calc(100% - 10px);
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 1;
  transition: all 0.2s;
  z-index: -1;
}
section.reviews
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  background: #353068;
}
section.reviews
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active:before {
  opacity: 0;
}
section.reviews
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .capital-letter {
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  color: #353068;
  border: 2px solid #353068;
  border-radius: 100%;
  text-align: center;
  font-size: 50px;
  font-family: "Montheavydemo";
  position: absolute;
  top: -55px;
  left: 50px;
  z-index: 100;
  display: block;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-family: "Montheavydemo";
  color: #353068;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  margin: 0 0 20px 0;
}
section.reviews
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  h3 {
  color: #fff;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide .text {
  max-height: 128px;
  overflow: hidden;
  transition: all 0.5s;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide .text.open {
  max-height: 1000px;
  transition: all 1s;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide .text p {
  font-size: 15px;
  color: #353068;
  line-height: 16px;
  text-align: justify;
}
section.reviews
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .text
  p {
  color: #fff;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide img {
  /* font-family:'fontello'; */
  display: block;
  position: absolute;
  right: 40px;
  bottom: 25px;
  font-size: 20px;
  color: #353068;
  cursor: pointer;
  transition: all 0.2s;
  width: 20px;
}
section.reviews .swiper-container .swiper-wrapper .swiper-slide img.open {
  transform: rotate(180deg);
}
section.reviews
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  > i {
  color: #fff;
}
section.reviews .prev,
section.reviews .next {
  font-family: "fontello";
  color: #1da8f9;
  position: absolute;
  font-size: 70px;
  height: 50px;
  width: 50px;
  z-index: 1000;
  top: calc(50% + 30px);
  cursor: pointer;
  user-select: none;
}
section.reviews .prev {
  text-align: left;
  left: 0;
}
section.reviews .next {
  text-align: right;
  right: 0;
}
@media (max-width: 550px) {
  section.reviews
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .capital-letter {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    color: #353068;
    border: 2px solid #353068;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    font-family: "Montheavydemo";
    position: absolute;
    top: -55px;
    left: 50px;
    z-index: 100;
    display: block;
  }
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.request-form {
  margin: 110px auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 70px 0 0 0;
}
section.request-form:before {
  content: "";
  width: 100%;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgb(1, 226, 220);
  background: -moz-linear-gradient(
    left,
    rgba(1, 226, 220, 1) 0%,
    rgba(145, 98, 226, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(1, 226, 220, 1) 0%,
    rgba(145, 98, 226, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(1, 226, 220, 1) 0%,
    rgba(145, 98, 226, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01e2dc', endColorstr='#9162e2',GradientType=1 );
}
section.request-form form {
  display: block;
  max-width: 530px;
  margin: 0 55px 0 0;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}
section.request-form form .fields-container {
  width: 100%;
  height: 100%;
  padding: 45px 20px 30px 20px;
}
section.request-form form .fields-container h2 {
  font-family: "Montheavydemo";
  font-size: 24px;
  line-height: 24px;
  color: #353068;
  text-align: center;
  margin: 0 0 20px 0;
}
section.request-form form .fields-container p {
  font-size: 14px;
  line-height: 18px;
  color: #353068;
  text-align: center;
  margin: 0 0 20px 0;
}
section.request-form form .fields-container .row {
  margin: 0 0 20px 0;
  display: flex;
  width: 100%;
  height: 60px;
  align-items: flex-start;
}
section.request-form form .fields-container .row:last-child {
  margin: 0;
}
section.request-form form .fields-container .row input[type="text"] {
  display: block;
  background: #fff;
  border: 1px solid #353068;
  font-size: 16px;
  color: #353068;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  width: 100%;
}
section.request-form form .fields-container .row select {
  display: block;
  background: #fff;
  border: 1px solid #353068;
  font-size: 16px;
  color: #353068;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  width: 100%;
}
section.request-form form .fields-container .row button {
  height: 60px;
  width: 100%;
  line-height: 58px;
  background: #876be2;
  color: #fff;
  font-size: 20px;
  font-family: "Montheavydemo";
  text-align: center;
  margin: 0 0 30px 0;
  border: none;
  display: block;
  cursor: pointer;
  transition: all 0.2s;
}
section.request-form form .fields-container .row button:hover {
  background: #353068;
}
section.request-form form .fields-container .row input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
section.request-form form .fields-container .row label {
  font-size: 14px;
  line-height: 14px;
  color: #353068;
  text-align: left;
  margin: 0 0 0 10px;
  user-select: none;
}
section.request-form .description {
  max-width: 530px;
}
section.request-form .description h3 {
  font-family: "Montheavydemo";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: 40px 0 32px 0;
}
section.request-form .description h4 {
  font-family: "Montheavydemo";
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin: 0 0 135px 0;
}
section.request-form .description h4 span {
  font-family: Arial;
  font-size: 54px;
  position: relative;
  top: -1px;
  font-weight: 900;
}
section.request-form .description i {
  background: url(../img/icons_sprite.png);
  width: 100%;
  height: 140px;
  max-width: 140px;
  display: block;
  background-position: -690px 0;
  margin: 0 auto;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
.swiper-wrapper-staff {
  display: flex;
}
section.our-staff {
  margin: 110px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
section.our-staff h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 0 auto 65px auto;
  color: #353068;
  position: relative;
  height: 40px;
  display: table;
}
section.our-staff h2 i {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  background-position: -24px 0;
}
section.our-staff h2 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.our-staff .swiper-container {
  width: 100%;
  margin: 0 auto;
}
section.our-staff .swiper-container .swiper-wrapper {
}
section.our-staff .swiper-container .swiper-wrapper .swiper-slide-staff {
  max-width: 400px;
}
section.our-staff .photo {
  max-width: 290px;
  height: 290px;
  margin: 0 auto 40px auto;
  border-radius: 100%;
  overflow: hidden;
}
section.our-staff .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.our-staff h3 {
  font-size: 28px;
  line-height: 30px;
  font-family: "Montheavydemo";
  margin: 0 0 20px 0;
  color: #353068;
  height: 30px;
  text-align: center;
}
section.our-staff h4 {
  font-size: 17px;
  margin: 0 0 20px 0;
  color: #353068;
  text-align: center;
}
section.our-staff p {
  font-size: 15px;
  color: #353068;
  text-align: justify;
}
.swiper-slide-staff:last-child {
  margin-left: 50px;
}

@media (max-width: 1200px) {
  section.our-staff .prev,
  section.our-staff .next {
    display: block;
  }
  .swiper-wrapper-staff {
    flex-direction: column;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  section.request-form .description i {
    display: none;
  }
  section.request-form:before {
    height: 100%;
    padding: 30px 0;
  }
  .swiper-slide-staff:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.our-partners {
  margin: 110px auto 0 auto;
}
section.our-partners h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 0 auto 60px auto;
  color: #353068;
  height: 40px;
  text-align: center;
  position: relative;
  display: table;
}
section.our-partners h2 i {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  background-position: -24px 0;
}
section.our-partners h2 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.our-partners .items-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
section.our-partners .items-container .item {
  flex-basis: calc(33.333% - 10px);
  max-width: 400px;
  font-size: 30px;
  color: #353068;
  margin: 0 0 55px 0;
  text-align: center;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */
.section-briff {
  width: 100%;
  background-color: #353068;
  color: #353068;
  padding: 80px 0;
}

.briff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.briff__name {
  display: block;
  padding: 15px 30px;
  background-color: #fff;
  color: #353068;
  font-weight: bold;
  font-size: 28px;
  text-decoration: none;
  text-align: center;
}

.briff__download {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .briff {
    grid-template-columns: auto;
  }

  .briff__name {
    font-size: 20px;
  }
}

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.footer-map {
  margin: 20px 0 0 0;
  width: 100%;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.vacancy-header-form {
  position: relative;
  background: #353068;
  width: 100%;
}
section.vacancy-header-form a {
  margin-left: auto;
  display: block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  background: #8064d5;
  text-decoration: none;
  font-size: 14px;
  max-width: 315px;
  text-align: center;
}
section.vacancy-header-form img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center top;
}
section.vacancy-header-form form {
  position: relative;
  z-index: 100;
  top: -80px;
  background: #fff;
  display: block;
  max-width: 1160px;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}
section.vacancy-header-form form .form-container {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  justify-content: space-between;
  height: 250px;
}
section.vacancy-header-form form .form-container h2 {
  font-size: 26px;
  line-height: 26px;
  color: #353068;
  font-family: "Montheavydemo";
  width: 100%;
  margin: 0 0 5px 0;
}
section.vacancy-header-form form .form-container .fields-block {
  width: calc(33.33% - 14px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.vacancy-header-form
  form
  .form-container
  .fields-block
  input[type="text"] {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 30px;
  border: 1px solid #718080;
  color: #353068;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 5px;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
}
section.vacancy-header-form
  form
  .form-container
  .fields-block
  input[type="text"]:focus {
  border: 1px solid #8064d5;
}
section.vacancy-header-form form .form-container .fields-block textarea {
  display: block;
  width: 100%;
  height: 88px;
  border: 1px solid #718080;
  color: #353068;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  font-family: "CenturyGothic", Arial, Helvetica, sans-serif;
  transition: all 0.2s;
}
section.vacancy-header-form form .form-container .fields-block textarea:focus {
  border: 1px solid #8064d5;
}
section.vacancy-header-form
  form
  .form-container
  .fields-block
  button[type="submit"] {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #353068;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Montheavydemo";
  transition: all 0.2s;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
section.vacancy-header-form
  form
  .form-container
  .fields-block
  button[type="submit"]:hover {
  background: #8064d5;
}
section.vacancy-header-form form .form-container .fields-block h3 {
  font-size: 14px;
  color: #353068;
  font-weight: 700;
  line-height: 14px;
}
section.vacancy-header-form form .form-container .fields-block p {
  font-size: 12px;
  color: #353068;
  text-align: justify;
  line-height: 12px;
}
.vacancy-header-form .container {
  padding-right: 0;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.vacancy-list {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 70px auto;
}
section.vacancy-list h1 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montheavydemo";
  margin: 60px auto 60px auto;
  color: #353068;
  height: 40px;
  text-align: center;
  position: relative;
  display: table;
}
section.vacancy-list h1 i {
  position: absolute;
  top: -10px;
  left: -40px;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/quote_sprite.png);
  background-position: -24px 0;
}
section.vacancy-list h1 span {
  font-family: Arial;
  font-size: 30px;
  position: relative;
  top: -6px;
}
section.vacancy-list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #718080;
  padding: 20px;
  align-items: center;
  flex-direction: c;
  margin: 0 0 30px 0;
}
section.vacancy-list .item h2 {
  flex-basis: 50%;
  text-align: left;
  color: #353068;
  font-family: "Montheavydemo";
  margin: 0 0 10px 0;
}
section.vacancy-list .item .price {
  width: 50%;
  font-size: 20px;
  color: #353068;
  font-family: "Montheavydemo";
  margin: 0 0 10px 0;
  text-align: right;
}
section.vacancy-list .item .address {
  width: 100%;
  margin: 0 0 15px 0;
}
section.vacancy-list .item .address p {
  font-size: 15px;
  color: #718080;
  line-height: 18px;
}
section.vacancy-list .item .text {
  width: 100%;
  margin: 0 0 15px 0;
}
section.vacancy-list .item .text p {
  font-size: 15px;
  color: #353068;
  line-height: 18px;
  margin-bottom: 15px;
}
section.vacancy-list .item .text * {
  font-size: 15px;
  color: #353068;
  line-height: 18px;
}
section.vacancy-list .item button.request {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #1ea7fa;
  margin: 0;
  padding: 0 25px;
  text-align: center;
  font-family: "Montheavydemo";
  transition: all 0.2s;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  flex: 0 0 0;
  white-space: nowrap;
}
section.vacancy-list .item button.request:hover {
  background: #353068;
}
section.vacancy-list .item button.contacts {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #353068;
  background: none;
  margin: 0;
  /* padding: 0 25px; */
  text-align: center;
  font-family: "Montheavydemo";
  transition: all 0.2s;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  flex: 0 0 0;
  white-space: nowrap;
}
section.vacancy-list .item button.contacts:hover {
  color: #1ea7fa;
}
section.vacancy-list .item time {
  flex: 1 0 auto;
  font-size: 16px;
  color: #718080;
  text-align: right;
}
@media (max-width: 550px) {
  section.vacancy-list .item h2 {
    font-size: 16px !important;
    text-align: l;
  }
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/*
▒▒▒▒▒▒▐███████▌ ПОДВАЛ СЭР!
▒▒▒▒▒▒▐░▀░▀░▀░▌
▒▒▒▒▒▒▐▄▄▄▄▄▄▄▌
▄▀▀▀█▒▐░▀▀▄▀▀░▌▒█▀▀▀▄
▌▌▌▌▐▒▄▌░▄▄▄░▐▄▒▌▐▐▐▐
*/

@media (max-width: 1200px) {
  h2 {
    display: flex !important;
    justify-content: center;
    font-size: 28px !important;
  }
  section.request-form {
    flex-direction: column-reverse;
    align-items: center;
  }
  section.request-form .description h4 {
    margin-bottom: 30px;
  }
  section.request-form form {
    margin: 0 15px;
  }
}

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
footer {
  background: #353068;
  width: 100%;
}
section.footer-contacts {
  width: 100%;
  max-width: 100%;
}
section.footer-contacts p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0;
}
section.footer-contacts p:first-child {
  margin: 0 1px 0;
}
section.footer-contacts p:not(:first-child) {
  margin-top: 10px;
}
section.footer-contacts p a {
  color: #fff;
  text-decoration: none;
}
.footer-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0;
}
/* m（︶︿︶）m КОНЕЦ МОДУЛЯ */

/* m（︶︿︶）m НАЧАЛО МОДУЛЯ */
section.footer-social-links {
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}
section.footer-social-links a {
  display: block;
  font-family: "fontello";
  text-decoration: none;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 5px;
  color: #353068;
  margin: 0 0 0 5px;
  background: #fff;
}

.popups .fields-block {
  display: flex;
  width: 100%;
  max-width: 550px;
  flex-direction: column;
}

.popups form input {
  padding: 15px 10px;
  border: 1px solid #353068;
  margin-top: 20px;
}
.popups form button {
  margin-top: 15px;
  border: 1px solid #353068;
  background-color: #353068;
  padding: 15px 10px;
  color: #fff;
}

section.vacancy-header-form form .form-container {
  height: auto;
}

.item__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}


@media (max-width: 768px) {
  section.vacancy-list h1 {
    font-size: 32px;
  }
  section.vacancy-header-form {
    height: auto;
    position: relative;
    background: #353068;
    /* margin: 0 0 30px 0; */
  }
  section.header-logo img {
    display: block;
    height: 50px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .header-adres .item:not(:first-child) {
    display: none;
  }
 
  section.vacancy-header-form form .form-container {
    flex-direction: column;
    width: 100%;
  }
  section.vacancy-header-form form .form-container .fields-block {
    width: 100%;
  }

  .fields-block input {
    margin-top: 15px;
  }

  #af_message {
    margin: 15px 0;
  }

  .fields-block h3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}


@media(max-width:425px) {
  section.vacancy-list .item button.contacts {
    padding:0;
    margin-top: 10px;
  }
}