@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/Robotocondensedlight.woff2") format("woff2"), url("../fonts/Robotocondensedlight.woff") format("woff"), url("../fonts/Robotocondensedlight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url("../fonts/Robotocondensedlightitalic.woff2") format("woff2"), url("../fonts/Robotocondensedlightitalic.woff") format("woff"), url("../fonts/Robotocondensedlightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/Robotocondensed.woff2") format("woff2"), url("../fonts/Robotocondensed.woff") format("woff"), url("../fonts/Robotocondensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url("../fonts/Robotocondenseditalic.woff2") format("woff2"), url("../fonts/Robotocondenseditalic.woff") format("woff"), url("../fonts/Robotocondenseditalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/Robotocondensedbold.woff2") format("woff2"), url("../fonts/Robotocondensedbold.woff") format("woff"), url("../fonts/Robotocondensedbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url("../fonts/Robotocondensedbolditalic.woff2") format("woff2"), url("../fonts/Robotocondensedbolditalic.woff") format("woff"), url("../fonts/Robotocondensedbolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/**
  *
  *   Author: Andrey Melnichenko @dev_arm923i
  *   Author URI: https://t.me/dev_arm923i
  * 
**/
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, 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, button, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  vertical-align: baseline;
  background: none;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-stretch: condensed;
}

::selection {
  background: #c2292e;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 12px;
  }
}

body {
  position: relative;
  background-color: #f2f2f2;
  font-family: "Roboto Condensed";
  line-height: 1.2;
}
body.fixed {
  overflow: hidden;
}

b {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease all;
}
a:hover {
  color: #c2292e;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}
ul:not(.menu, .slick-dots, .gform_fields) li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
ul:not(.menu, .slick-dots, .gform_fields) li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c2292e;
}
ul:not(.menu, .slick-dots, .gform_fields) li:last-child {
  margin-bottom: 0;
}

p {
  font-size: 1.25rem;
  line-height: 1.33;
  margin: 0 0 20px;
}

h1, .h1 {
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: bold;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.25rem;
  font-weight: 300;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 16px;
    margin-bottom: 12px;
  }

  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 15px;
  }
}
.container {
  max-width: 1488px;
  margin: 0 auto;
  padding: 0 36px;
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0 18px;
  }
}

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg_img {
  overflow: hidden;
}
.bg_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 6rem 0 0;
}
.section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.section__title {
  font-weight: bold;
  position: relative;
  padding-left: 2.75rem;
}
.section__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #c2292e;
}
@media screen and (max-width: 800px) {
  .section {
    padding: 48px 0 0;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__title {
    padding-left: 0;
  }
  .section__title::before {
    display: none;
  }
}

.link {
  width: max-content;
  position: relative;
  color: #c2292e;
  padding-right: 24px;
  transition: 0.3s ease all;
}
.link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #c2292e;
  border-right: 2px solid #c2292e;
  transform: translateY(-50%) rotate(45deg);
}
.link:hover {
  padding-right: 36px;
}
@media screen and (max-width: 800px) {
  .link {
    padding-right: 18px;
  }
  .link::after {
    top: 7px;
    right: 0;
    width: 9px;
    height: 9px;
  }
}

.ico_link {
  display: flex;
  align-items: center;
}
.ico_link img {
  margin-right: 12px;
  transition: 0.3s ease all;
}
.ico_link:hover img {
  transform: translateY(-5px);
}

.mob_only {
  display: none;
}

@media screen and (max-width: 800px) {
  .mob_only {
    display: block;
  }

  .mob_hide {
    display: none;
  }
}
.socials {
  display: flex;
  align-items: center;
}
.socials a {
  display: block;
  margin-right: 16px;
}
.socials a:hover {
  transform: translateY(-5px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 12px 0;
  z-index: 6;
}
.header.open {
  z-index: 7;
}
.header a {
  font-size: 1.25rem;
  color: #000;
}
.header a:hover {
  color: #565656;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrap .left .logo img {
  max-width: 17.25rem;
}
.header__wrap .left .menu_btn {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header__wrap .left .menu_btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c2292e;
  border-radius: 24px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header__wrap .left .menu_btn span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.header__wrap .left .menu_btn span:nth-child(2) {
  top: 7px;
  transform-origin: left center;
}
.header__wrap .left .menu_btn span:nth-child(3) {
  top: 14px;
  transform-origin: left center;
}
.header__wrap .left .menu_btn.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 0;
}
.header__wrap .left .menu_btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header__wrap .left .menu_btn.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
  left: 0;
}
.header__wrap .right {
  display: flex;
  align-items: center;
}
.header__wrap .right .menu {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.header__wrap .right .menu li {
  margin-right: 2.25rem;
}
.header__wrap .right .menu li:last-child {
  margin-right: 0;
}
.header__wrap .right .menu li a {
  position: relative;
}
.header__wrap .right .menu li a::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c2292e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .header__wrap .right .menu li a::after {
    bottom: -32px;
  }
}
@media screen and (max-width: 1000px) {
  .header__wrap .right .menu li a::after {
    bottom: -30px;
  }
}
.header__wrap .right .menu li a:hover::after {
  visibility: visible;
  opacity: 1;
}
.header__wrap .right .menu li.current-menu-item a {
  color: #565656;
}
.header__wrap .right .menu li.current-menu-item a::after {
  visibility: visible;
  opacity: 1;
}
.header__wrap .right .lang {
  font-size: 1.25rem;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
}
.header__wrap .right .lang .current {
  position: relative;
}
.header__wrap .right .lang .current::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(135deg);
}
.header__wrap .right .lang_list {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  transition: 0.3s ease all;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  padding-top: 12px;
  width: 55px;
}
.header__wrap .right .lang_list__wrap {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.header__wrap .right .lang_list__wrap a:first-child {
  margin-bottom: 12px;
}
.header__wrap .right .lang:hover::before {
  transform: rotate(-45deg);
  top: 10px;
}
.header__wrap .right .lang:hover .lang_list {
  visibility: visible;
  opacity: 1;
}
.header__wrap .right .phones {
  display: none;
}
@media screen and (max-width: 800px) {
  .header {
    padding: 10px 0;
  }
  .header__wrap {
    position: relative;
  }
  .header__wrap .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__wrap .left .logo img {
    max-width: 224px;
  }
  .header__wrap .left .menu_btn {
    display: block;
  }
  .header__wrap .right {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    z-index: 3;
    width: calc(100% + 36px);
    margin: 0 -18px;
    padding: 0 18px;
  }
  .header__wrap .right .menu {
    flex-direction: column;
    margin-right: 0;
    padding: 36px 0;
    border-top: 1px solid rgba(86, 86, 86, 0.3);
  }
  .header__wrap .right .menu li {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .header__wrap .right .menu li:last-child {
    margin-bottom: 0;
  }
  .header__wrap .right .menu li a::after {
    bottom: -6px;
  }
  .header__wrap .right .lang {
    padding: 24px 0;
    border-top: 1px solid rgba(86, 86, 86, 0.3);
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .header__wrap .right .lang .current {
    position: relative;
  }
  .header__wrap .right .lang .current::before {
    display: none;
  }
  .header__wrap .right .lang .current::after {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #c2292e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .header__wrap .right .lang_list {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
  }
  .header__wrap .right .lang_list__wrap {
    flex-direction: row;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .header__wrap .right .lang_list__wrap a {
    margin-bottom: 0;
    margin-left: 36px;
  }
  .header__wrap .right .phones {
    display: block;
    border-top: 1px solid rgba(86, 86, 86, 0.3);
    padding: 36px 0;
    display: flex;
    justify-content: center;
  }
  .header__wrap .right .phones .ico {
    min-width: 24px;
    margin-right: 12px;
  }
  .header__wrap .right .phones .list a {
    display: block;
  }
  .header__wrap .right .phones .list a:first-child {
    margin-bottom: 12px;
  }
}

.home .banner {
  height: 35vw;
}
.home .banner h1 {
  font-size: 4.7rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .home .banner {
    height: 300px;
  }
  .home .banner h1 {
    font-size: 30px;
  }
}

.main {
  margin-top: 5.8rem;
  overflow: hidden;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 800px) {
  .main {
    margin-top: 77px;
    padding: 24px 0 48px;
  }
}

.banner {
  position: relative;
  height: 18.75vw;
  min-height: 240px;
  border-radius: 24px;
}
.banner.single_news {
  height: auto;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  height: 100%;
  opacity: 0.7;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  border-radius: 24px;
}
.banner__wrap {
  z-index: 1;
  position: relative;
  padding: 3.75rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-weight: 300;
}
.banner__wrap .date {
  margin: 2rem 12px;
}
.banner .back_btn {
  position: absolute;
  left: 48px;
  bottom: -24px;
  background: #fff;
  border-radius: 24px;
  padding: 11px 24px 12px 36px;
  z-index: 1;
  color: #c2292e;
  line-height: 1;
}
.banner .back_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c2292e;
  border-right: 2px solid #c2292e;
  transform: translateY(-50%) rotate(-135deg);
}
.banner .back_btn:hover {
  padding-left: 48px;
}
@media screen and (max-width: 800px) {
  .banner {
    margin: 0 -18px;
  }
  .banner::after {
    width: 90%;
  }
  .banner__wrap {
    padding: 36px 18px;
  }
  .banner__wrap h3 br {
    display: none;
  }
  .banner .back_btn {
    display: none;
  }
}

.about_us__slider .slide {
  display: flex;
  height: auto;
}
.about_us__slider .slide__col {
  position: relative;
  width: calc(50% - 12px);
  border-radius: 24px;
}
.about_us__slider .slide__col.left {
  background-color: #fff;
  padding: 3.75rem 3rem;
  margin-right: 24px;
}
.about_us__slider .slide__col.left p {
  font-size: 1.5rem;
}
.about_us__slider .slide__col.left ul {
  font-size: 1.25rem;
}
.about_us__slider .slide__col__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 24px;
}
.about_us__slider .slide__col__bg img {
  transition: 0.3s ease all;
  transform: scaleY(0);
  transform-origin: 0 100% 0;
}
.about_us__slider .slide.slick-current .slide__col__bg img {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .about_us .section__body {
    margin: 0 -18px;
  }
  .about_us__slider .slide {
    flex-direction: column;
  }
  .about_us__slider .slide__col {
    width: 100%;
  }
  .about_us__slider .slide__col.left {
    background-color: #fff;
    padding: 36px 18px;
    margin-right: 0;
  }
  .about_us__slider .slide__col.left p {
    font-size: 18px;
  }
  .about_us__slider .slide__col.left ul {
    font-size: 16px;
  }
  .about_us__slider .slide__col.right {
    margin-top: 12px;
    height: 264px;
  }
}

.map {
  margin-top: 24px;
  position: relative;
}
/* .map.map_home #map::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  border-radius: 24px;
} */
.map__title {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 2rem;
}
.map #map {
  height: 400px;
  border-radius: 24px;
}
@media screen and (max-width: 800px) {
  .map {
    margin: 12px -18px 0;
  }
  .map #map {
    height: 300px;
  }
}

.home_news__wrap {
  display: flex;
}
.home_news__card {
  position: relative;
  display: block;
  border-radius: 24px;
  background-color: #fff;
  width: calc((100% - 3.5rem) / 3);
  min-height: 23vw;
  margin-right: 1.5rem;
}
.home_news__card:last-child {
  margin-right: 0;
}
.home_news__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
  border-radius: 24px;
  z-index: 1;
  overflow: hidden;
}
.home_news__card__bg img {
  transition: 0.3s ease all;
  transform: scale(1);
}
.home_news__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  border-radius: 24px;
}
.home_news__card__wrap {
  position: relative;
  z-index: 3;
  padding: 3.75rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_news__card__wrap .title {
  transition: 0.3s ease all;
  margin-bottom: 24px;
}
.home_news__card__wrap .date {
  transition: 0.3s ease all;
  color: #565656;
}
.home_news__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
}
.home_news__card:hover .home_news__card__bg {
  visibility: visible;
  opacity: 1;
}
.home_news__card:hover .home_news__card__bg img {
  transform: scale(1.1);
}
.home_news__card:hover::after {
  visibility: visible;
  opacity: 0.5;
}
.home_news__card:hover, .home_news__card:hover .title, .home_news__card:hover .date {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .home_news .section__body {
    margin: 0 -18px;
  }
  .home_news .slick-dots {
    padding-left: 18px;
  }
  .home_news__card {
    margin-right: 0;
  }
  .home_news__card__wrap {
    padding: 36px 18px;
  }
  .home_news__card:hover {
    transform: none;
    box-shadow: none;
  }
  .home_news__card:hover .home_news__card__bg {
    visibility: visible;
    opacity: 1;
  }
  .home_news__card:hover .home_news__card__bg img {
    transform: scale(1.1);
  }
  .home_news__card:hover::after {
    visibility: visible;
    opacity: 0.5;
  }
  .home_news__card:hover .title, .home_news__card:hover .date {
    color: #fff;
  }
}

.parthners__slider .slide {
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 30px;
  margin-right: 24px;
  justify-content: center;
  height: auto;
}
.parthners__slider .slide__wrap {
  display: flex;
  align-items: center;
}
.parthners__slider .slide__wrap .img {
  min-width: 75px;
}
.parthners__slider .slide__wrap .title {
  margin-left: 16px;
}
.parthners__slider .slide.slick-active:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .parthners .section__body {
    margin-right: -18px;
  }
  .parthners__slider .slide {
    margin-right: 8px;
  }
  .parthners__slider .slide__wrap .img {
    min-width: 55px;
  }
  .parthners__slider .slide__wrap .title {
    margin-left: 8px;
  }
}

.achievements_wrap {
  display: flex;
  flex-wrap: wrap;
}
.achievements .achievement {
  border-radius: 24px;
  background-color: #dbdada;
  padding: 3.75rem 3rem;
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  transition: 0.3s ease all;
}
.achievements .achievement:first-child {
  font-size: 1.75rem;
}
.achievements .achievement:last-child {
  margin-right: 0;
}
.achievements .achievement .img {
  width: 4.5rem;
  margin-bottom: 2rem;
}
.achievements .achievement span {
  color: #c2292e;
}
.achievements .achievement:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .achievements_wrap {
    margin: 0 -18px;
  }
  .achievements .achievement {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 18px;
    padding: 36px 18px;
  }
  .achievements .achievement:first-child {
    font-size: 18px;
  }
  .achievements .achievement .img {
    width: 48px;
    margin-bottom: 20px;
  }
  .achievements .achievement:hover {
    transform: none;
    box-shadow: none;
  }
}

.projects.projects_page {
  margin-top: 48px;
}
.projects.projects_page .projects__card {
  margin-bottom: 24px;
}
.projects.projects_page .projects__card:nth-of-type(3n) {
  margin-right: 0;
}
.projects__wrap {
  display: flex;
  flex-wrap: wrap;
}
.projects__card {
  position: relative;
  border-radius: 24px;
  background-color: #fff;
  width: calc((100% - 3rem) / 3);
  margin-right: 1.5rem;
  cursor: pointer;
  transition: 0.3s ease all;
}
.projects__card:last-child {
  margin-right: 0;
}
.projects__card__bg {
  position: absolute;
  top: 30px;
  right: 30px;
}
.projects__card__bg img {
  max-width: 4.5rem;
}
.projects__card__wrap {
  padding: 3.75rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.projects__card__wrap__content {
  margin-bottom: 36px;
}
.projects__card__wrap__content .title {
  margin-bottom: 24px;
}
.projects__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
}
.projects__card:hover .link {
  padding-right: 36px;
}
@media screen and (max-width: 800px) {
  .projects.projects_page {
    margin: 24px -18px 0;
  }
  .projects .section__body {
    margin: 0 -18px;
  }
  .projects__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .projects__card:last-child {
    margin-bottom: 0;
  }
  .projects__card__bg {
    top: 20px;
    right: 20px;
  }
  .projects__card__bg img {
    max-width: 48px;
  }
  .projects__card__wrap {
    padding: 36px 18px;
  }
  .projects__card__wrap__content {
    margin-bottom: 24px;
  }
  .projects__card__wrap__content .title {
    margin-bottom: 16px;
    line-height: 24px;
  }
}

.news.news_page {
  margin-top: 48px;
}
.news__wrap {
  display: flex;
  flex-wrap: wrap;
}
.news_card {
  background: #fff;
  border-radius: 24px;
  width: calc(50% - 12px);
  height: 26vw;
  display: flex;
  margin-right: 24px;
  margin-bottom: 24px;
}
.news_card:nth-child(even) {
  margin-right: 0;
}
.news_card .col {
  width: 50%;
}
.news_card__wrap {
  padding: 3.75rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_card__wrap .date {
  color: #565656;
}
.news_card .right {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.news_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  .news .single_news_slider {
    margin: 0 -18px;
  }
  .news .single_news_slider .slick-dots {
    padding-left: 18px;
  }
  .news.news_page {
    margin: 24px -18px 0;
  }
  .news_card {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .news_card .col {
    width: 100%;
  }
  .news_card__wrap {
    padding: 36px 18px 24px;
    display: flex;
    flex-direction: column-reverse;
  }
  .news_card__wrap .date {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .news_card .right {
    height: 240px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }
}

.news_content {
  max-width: 936px;
  margin: 0 auto;
  padding-top: 3rem;
}
.news_content.news_content__first {
  padding-top: 4.5rem;
}
.news_content .sub_title {
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .news_content {
    padding-top: 24px;
  }
  .news_content.news_content__first {
    padding-top: 24px;
  }
}

.news_img_slider {
  padding-top: 3rem;
}
.news_img_slider .slide {
  position: relative;
  cursor: pointer;
  border-radius: 24px;
  height: 360px;
  margin-right: 1.5rem;
}
.news_img_slider .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
}
.news_img_slider .slide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 24px;
  background-image: url(../img/ico_zoom.png);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  transform: translate(-50%, -50%);
}
.news_img_slider .slide:hover::before {
  visibility: visible;
  opacity: 0.5;
}
.news_img_slider .slide:hover::after {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .news_img_slider {
    padding-top: 24px;
    margin: 0 -18px;
  }
  .news_img_slider .slide {
    height: 256px;
    margin-right: 8px;
  }
}

.pagination {
  background: #fff;
  border-radius: 24px;
  margin-top: 24px;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .pagination {
    margin: 12px -18px 0;
  }
}

.vacancy {
  margin-top: 3rem;
}
.vacancy .row {
  background: #fff;
  border-radius: 24px;
  padding: 36px 48px;
  margin-bottom: 24px;
}
.vacancy .row:last-child {
  margin-bottom: 0;
}
.vacancy .row .title {
  position: relative;
  cursor: pointer;
}
.vacancy .row .title::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #c2292e;
  border-right: 2px solid #c2292e;
  transform: rotate(135deg);
  transition: 0.3s all ease;
}
.vacancy .row .content {
  display: none;
  padding-top: 24px;
}
.vacancy .row .content a {
  color: #c2292e;
}
.vacancy .row.active .title::after {
  top: 9px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .vacancy {
    margin: 24px -18px 0;
  }
  .vacancy .row {
    padding: 24px 18px;
    margin-bottom: 16px;
  }
}

.contacts {
  margin-top: 3rem;
}
.contacts__wrap {
  display: flex;
}
.contacts__wrap .col {
  background: #fff;
  border-radius: 24px;
  width: calc(50% - 12px);
  padding: 3.75rem 3rem;
}
.contacts__wrap .col:first-child {
  margin-right: 24px;
}
.contacts__wrap .col .title {
  font-weight: bold;
  margin-bottom: 2.25rem;
}
.contacts__wrap .col .content .row {
  margin-bottom: 2.25rem;
}
.contacts__wrap .col .content .ico_link {
  align-items: flex-start;
}
.contacts__wrap .col .content .phones a {
  display: block;
}
.contacts__wrap .col .content .phones a:first-child {
  margin-bottom: 16px;
}
.contacts__wrap .col .content .socials {
  padding-left: 2.25rem;
}
@media screen and (max-width: 800px) {
  .contacts {
    margin: 24px -18px 0;
  }
  .contacts__wrap {
    display: block;
  }
  .contacts__wrap .col {
    width: 100%;
    padding: 36px 18px;
    margin-bottom: 24px;
  }
  .contacts__wrap .col:first-child {
    margin-right: 0;
  }
  .contacts__wrap .col .title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contacts__wrap .col .content .row {
    margin-bottom: 24px;
  }
  .contacts__wrap .col .content .phones a:first-child {
    margin-bottom: 12px;
  }
}

.footer {
  background: #fff;
  color: #565656;
  padding: 50px 0;
}
.footer a {
  color: #565656;
}
.footer a:hover {
  color: #c2292e;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__wrap .copy .dev {
  display: none;
}
.footer__wrap .links {
  display: flex;
  align-items: center;
}
.footer__wrap .links .footer_contacts {
  display: flex;
  align-items: center;
}
.footer__wrap .links .footer_contacts a {
  margin-right: 3.75rem;
}
.footer__wrap .dev a {
  color: #565656;
}
.footer__wrap .dev a:hover {
  color: #c2292e;
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 24px 0;
  }
  .footer__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__wrap .copy {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__wrap .copy .dev {
    display: block;
  }
  .footer__wrap .links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__wrap .links .footer_contacts {
    flex-direction: column;
    align-items: flex-start;
    margin: 24px 0;
  }
  .footer__wrap .links .footer_contacts a:first-child {
    margin-bottom: 16px;
  }
  .footer__wrap .dev {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  cursor: pointer;
  z-index: 6;
}
.overlay.open {
  visibility: visible;
  opacity: 0.5;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 42.5vw;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  background: #fff;
  z-index: 7;
  overflow-y: auto;
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
.popup__wrap {
  position: relative;
  padding: 96px 60px;
}
.popup__wrap .popup_close {
  top: 36px;
  right: 36px;
}
.popup__wrap .title {
  font-weight: bold;
  margin-bottom: 36px;
}
.popup__wrap .content {
  border-bottom: 1px solid #565656;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.popup__wrap .show_testimonial {
  cursor: pointer;
  color: #c2292e;
  display: flex;
  align-items: center;
}
.popup__wrap .show_testimonial img {
  margin-left: 12px;
}
@media screen and (max-width: 800px) {
  .popup {
    width: 100%;
  }
  .popup__wrap {
    padding: 72px 18px 36px;
  }
  .popup__wrap .popup_close {
    top: 18px;
    right: 18px;
  }
}

.img_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 80vh;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 7;
}
.img_popup.open {
  visibility: visible;
  opacity: 1;
}
.img_popup .popup_close {
  top: -55px;
  right: -55px;
}
@media screen and (max-width: 800px) {
  .img_popup {
    width: calc(100% - 36px);
    left: 18px;
    transform: translateY(-50%);
  }
  .img_popup .popup_close {
    top: -40px;
    right: 5px;
  }
}

.popup_close {
  position: absolute;
  cursor: pointer;
  transition: 0.3s ease all;
}
.popup_close:hover {
  transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  .popup_close img {
    width: 24px;
    height: 24px;
  }
}

.about_us .slick-dots {
  position: absolute;
  bottom: 60px;
  left: 48px;
}

.slick-dots {
  list-style: none;
  display: flex;
}
.slick-dots li {
  cursor: pointer;
  margin-right: 12px;
}
.slick-dots li button {
  font-size: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #c2292e;
  opacity: 0.3;
  transition: 0.3s ease all;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-lightbox .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}
.slick-lightbox .slick-arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slick-lightbox .slick-arrow.slick-prev {
  left: 10%;
}
.slick-lightbox .slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
}
.slick-lightbox .slick-arrow.slick-next {
  right: 10%;
}
.slick-lightbox .slick-arrow.slick-next::before {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .slick-lightbox .slick-arrow.slick-prev {
    left: 18px;
  }
  .slick-lightbox .slick-arrow.slick-next {
    right: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
