@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-regular";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-bold";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.otf") format("opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.woff") format("woff"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  font-display: "auto";
  src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arm-medium";
  font-display: "auto";
  src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.otf") format("opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?5g3ulz");
  src: url("../fonts/icons/icomoon.eot?5g3ulz#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?5g3ulz") format("truetype"), url("../fonts/icons/icomoon.woff?5g3ulz") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_search:before {
  content: "";
}

.icon_down:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_left_arrow:before {
  content: "";
}

.icon_right_arrow:before {
  content: "";
}

.icon_download:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_behance:before {
  content: "";
}

.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular", "arm-regular";
}

input, select, textarea, button, a, .slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

[class*=col-] {
  padding-left: 16px;
  padding-right: 16px;
}

.custom_container {
  width: 100%;
  max-width: 1532px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.page_title {
  margin: 45px 0;
  text-align: center;
  font-size: 320%;
  line-height: 41px;
  color: #2E2E31;
  font-family: '"bold"', "arm-bold";
  display: flex;
  flex-direction: column-reverse;
}
.page_title::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #c00000;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 45px;
}
@media (max-width: 1439px) {
  .page_title {
    margin: 30px 0;
    font-size: 280%;
    line-height: 35px;
  }
  .page_title:before {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .page_title {
    font-size: 260%;
    line-height: 32px;
    margin: 20px 0;
  }
  .page_title:before {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .page_title {
    font-size: 220%;
    line-height: 28px;
    margin: 15px 0;
  }
  .page_title:before {
    margin-top: 15px;
  }
}

.section_top_block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
  border-bottom: 1px solid #c00000;
  margin-bottom: 45px;
}
.section_top_block .block_title {
  font-size: 240%;
  line-height: 33px;
  font-family: '"bold"', "arm-bold";
  color: #5e5e5e;
}
.section_top_block .seeButton {
  font-size: 180%;
  line-height: 25px;
  color: #5e5e5e;
}
@media (max-width: 1199px) {
  .section_top_block {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .section_top_block .block_title {
    font-size: 180%;
    line-height: 27px;
  }
  .section_top_block .seeButton {
    font-size: 160%;
    line-height: 21px;
    color: #5e5e5e;
  }
}

.page_description {
  font-size: 160%;
  line-height: 22px;
  color: #5e5e5e;
  max-width: 525px;
  text-align: center;
  margin: 0 auto;
}

.footer .socials_list, .footer_menu, .header_logoes .other_logoes, .header .main_menu, .header .second_menu, .header .lg_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_block .news_image:after, .news_block .news_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .lg_block.opened .lg_btn:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.news_block .news_image > img {
  object-fit: cover;
}

.news_block .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: relative;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(167, 167, 167, 0.5);
}
.header:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  margin-left: -750px;
  top: 38px;
  height: 1px;
  background: #8c8c8c;
  opacity: 0.13;
}
.header_menu_block {
  position: relative;
}
.header_menu_block .custom_container {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}
.header .lg_block {
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 10;
  color: #5e5e5e;
  line-height: 14px;
  background: #ffffff;
  -o-transition-delay: box-shadow 0.3s;
  -ms-transition-delay: box-shadow 0.3s;
  -moz-transition-delay: box-shadow 0.3s;
  -webkit-transition-delay: box-shadow 0.3s;
  transition-delay: box-shadow 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .lg_block.opened {
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  box-shadow: 0 2px 4px rgba(167, 167, 167, 0.5);
}
.header .lg_btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: inherit;
  position: relative;
  z-index: 1;
  padding: 12px 8px;
}
.header .lg_btn:before {
  display: block;
  font-size: 50%;
  margin-left: 5px;
}
.header .lg_list {
  width: 100%;
  z-index: 10;
  display: none;
}
.header .lg_list li {
  border-top: 1px solid rgba(140, 140, 140, 0.13);
}
.header .lg_list li.current_lg {
  display: none;
}
.header .lg_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  color: inherit;
}
.header .second_menu {
  height: 38px;
  display: flex;
  align-items: center;
  line-height: 14px;
  color: #8c8c8c;
}
.header .second_menu a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.header .second_menu a.current_page {
  color: #c00000 !important;
}
.header .second_menu li {
  display: flex;
  align-items: center;
}
.header .second_menu li:not(:first-child):before {
  display: block;
  content: "";
  border-left: 1px solid;
  height: 15px;
  margin: 0 8px;
  opacity: 0.13;
}
.header .main_menu {
  height: 56px;
  font-size: 120%;
  font-family: "medium", "arm-medium";
  line-height: 16px;
  color: #3D3C41;
  display: flex;
  align-items: center;
}
.header .main_menu li {
  margin-right: 63px;
}
.header .main_menu a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  position: relative;
}
.header .main_menu a.current_page {
  color: #c00000 !important;
}
.header .main_menu a.current_page:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  border-top: 2px solid;
}
.header_buttons {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 12px 0;
}
.header .menu_button {
  display: none;
  width: 28px;
  height: 18px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.header .menu_button:before, .header .menu_button:after {
  display: block;
  content: "";
  position: absolute;
  left: -24px;
  width: 60px;
  border-top: 2px solid;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.header .menu_button:before {
  top: 0;
}
.header .menu_button:after {
  bottom: 0;
}
.header .menu_button span {
  display: block;
  border-top: 2px solid;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .search_block {
  float: right;
  position: relative;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  margin-right: -8px;
  z-index: 2;
}
.header .search_block ::-webkit-input-placeholder {
  color: #8c8c8c;
}
.header .search_block :-moz-placeholder {
  color: #8c8c8c;
}
.header .search_block ::-moz-placeholder {
  color: #8c8c8c;
}
.header .search_block :-ms-input-placeholder {
  color: #8c8c8c;
}
.header .search_block input {
  font-size: 120%;
  line-height: 15px;
  padding: 8px 35px 8px 0;
  border: none;
  position: relative;
  width: 35px;
  -o-transition: all 0.5s, opacity 0.35s;
  -ms-transition: all 0.5s, opacity 0.35s;
  -moz-transition: all 0.5s, opacity 0.35s;
  -webkit-transition: all 0.5s, opacity 0.35s;
  transition: all 0.5s, opacity 0.35s;
  opacity: 0;
  color: #5e5e5e;
}
.header .search_block button {
  position: absolute;
  right: 0;
  border: none;
  top: 0;
  padding: 6px 8px;
  font-size: 190%;
  color: #c00000;
  background: #ffffff;
}
.header .search_block button:before {
  display: block;
}
.header .search_block button:hover {
  color: rgba(192, 0, 0, 0.7);
}
.header.search_opened .search_block {
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  box-shadow: 0 2px 4px rgba(167, 167, 167, 0.5);
}
.header.search_opened .search_block input {
  width: 250px;
  padding-left: 16px;
  padding-right: 43px;
  opacity: 1;
  -o-transition: all 0.5s, opacity 0.5s;
  -ms-transition: all 0.5s, opacity 0.5s;
  -moz-transition: all 0.5s, opacity 0.5s;
  -webkit-transition: all 0.5s, opacity 0.5s;
  transition: all 0.5s, opacity 0.5s;
}
.header:not(.homepage_header) .main_menu {
  margin-top: 77px;
}
.header:not(.homepage_header):after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  margin-left: -750px;
  top: 115px;
  height: 1px;
  background: #8c8c8c;
  opacity: 0.13;
}
.header_logoes {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
}
.header_logoes .custom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.header_logoes .main_logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.header_logoes .main_logo img {
  height: 57px;
  margin-left: -8px;
  display: block;
}
.header_logoes .main_logo .logo_text {
  display: block;
  margin-left: 4px;
  font-size: 160%;
  line-height: 22px;
  font-family: "medium", "arm-medium";
  color: #5e5e5e;
  max-width: 320px;
}
.header_logoes .main_logo:hover img {
  opacity: 0.7;
}
.header_logoes .main_logo:hover .logo_text {
  color: #8c8c8c;
}
.header_logoes .other_logoes {
  display: flex;
  align-items: center;
}
.header_logoes .other_logoes li {
  flex: auto;
  margin-left: 22px;
}
.header_logoes .other_logoes img {
  max-width: 100%;
}
@media (max-width: 1559px) {
  .header:not(.homepage_header):after, .header:before {
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 1439px) {
  .header .main_menu li {
    margin-right: 42px;
  }
}
@media (max-width: 1199px) {
  .header .main_menu li {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .header:not(.homepage_header):after, .header:before {
    display: none;
  }
  .header_menu_block {
    position: fixed;
    overflow: hidden;
    top: 44px;
    left: 0;
    width: 100%;
    bottom: 100%;
    background: #ffffff;
    text-align: center;
    z-index: 20;
    -o-transition: bottom 0.5s;
    -ms-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
  }
  .header_menu_block .custom_container {
    display: block;
  }
  .header_menu_inner {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .header_menu_inner.active {
    overflow-y: auto;
  }
  .header_menu_inner:after {
    display: block;
    height: 20px;
    content: "";
  }
  .header_buttons {
    position: relative;
    background: #c00000;
    padding: 8px 0;
  }
  .header_buttons .custom_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu_button {
    display: block;
  }
  .header .search_block {
    margin-left: -8px;
  }
  .header .search_block ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
  }
  .header .search_block :-moz-placeholder {
    color: #ffffff;
    opacity: 0.5;
  }
  .header .search_block ::-moz-placeholder {
    color: #ffffff;
    opacity: 0.5;
  }
  .header .search_block :-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
  }
  .header .search_block button {
    color: #ffffff;
    background: transparent;
    right: auto;
    left: 0;
    padding: 5px 8px;
    font-size: 180%;
  }
  .header .search_block button:hover {
    color: #ffffff;
  }
  .header .search_block input {
    background: transparent;
    padding: 6px 0;
    text-indent: 35px;
    opacity: 1;
    color: #ffffff;
    line-height: 16px;
  }
  .header .lg_block {
    position: relative;
    top: auto;
    right: auto;
    font-size: 140%;
    line-height: 18px;
  }
  .header .lg_btn {
    display: none;
  }
  .header .lg_list {
    display: flex !important;
    width: 100%;
    justify-content: center;
  }
  .header .lg_list li {
    border: none;
    display: flex;
    align-items: center;
    border-top: none;
    border-bottom: 1px solid rgba(140, 140, 140, 0.13);
  }
  .header .lg_list li:not(:first-child):before {
    display: block;
    content: "";
    height: 18px;
    width: 1px;
    background: rgba(140, 140, 140, 0.13);
  }
  .header .lg_list li.current_lg {
    display: flex;
    color: #000000;
    font-family: '"bold"', "arm-bold";
  }
  .header .lg_list li a {
    padding: 0 8px;
    margin: 0 8px;
  }
  .header.search_opened .search_block input {
    padding-left: 0;
    padding-right: 16px;
  }
  .header .main_menu {
    display: block;
    height: auto;
    font-size: 140%;
    line-height: 18px;
    margin-top: 0 !important;
  }
  .header .main_menu li {
    margin-right: 0;
    margin-top: 20px;
  }
  .header .main_menu a {
    max-width: 280px;
  }
  .header .main_menu a.current_page:after {
    bottom: -5px;
  }
  .header .second_menu {
    display: block;
    height: auto;
    font-size: 120%;
    line-height: 16px;
    margin-top: 30px;
  }
  .header .second_menu li {
    display: block;
  }
  .header .second_menu li:not(:first-child):before {
    border-left: none;
    height: auto;
    width: 24px;
    border-top: 1px solid;
    margin: 11px auto;
  }
  .header .second_menu a {
    max-width: 280px;
  }
  .header_logoes {
    position: relative;
    left: auto;
    top: auto;
  }
  .header_logoes .main_logo .logo_text {
    font-size: 140%;
    line-height: 20px;
    max-width: 280px;
  }
  .header_logoes .other_logoes li {
    margin-left: 12px;
  }
  .header:not(.homepage_header) .header_menu_block {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .header_logoes {
    padding: 10px 0;
  }
  .header_logoes .custom_container {
    justify-content: center;
    height: auto;
  }
  .header_logoes .other_logoes {
    position: absolute;
    left: 0;
    width: 100%;
    top: 120px;
    text-align: center;
    height: 70px;
    padding: 0 8px;
  }
  .header_logoes .other_logoes li {
    margin: 0;
    padding: 10px 8px;
  }
  .header_logoes .other_logoes li:first-child {
    text-align: left;
  }
  .header_logoes .other_logoes li:last-child {
    text-align: right;
  }
  .header_logoes .main_logo img {
    height: 56px;
  }
  .header:not(.homepage_header):after {
    display: block;
    background: transparent;
    height: 70px;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (max-width: 413px) {
  .header_logoes .main_logo img {
    height: 52px;
  }
  .header_logoes .main_logo .logo_text {
    margin: 0;
    font-size: 120%;
    line-height: 16px;
  }
  .header_logoes .other_logoes {
    top: 116px;
  }
  .header:not(.homepage_header) .header_menu_block {
    top: 116px;
  }
}
@media (max-width:359px) {
  .header_logoes .main_logo img {
    height: 42px;
  }
  .header_logoes .main_logo .logo_text {
    font-size: 110%;
  }
  .header_logoes .other_logoes {
    top: 106px;
  }
  .header:not(.homepage_header) .header_menu_block {
    top: 106px;
  }
}

@media (max-width: 991px) {
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened.ios_device {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .menu_opened .header_menu_block {
    bottom: 0;
  }
  .menu_opened .header .menu_button:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .header .menu_button:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .header .menu_button span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.footer {
  opacity: 1;
}
.footer_top {
  background: url("images/svg/footer_shape.svg") no-repeat;
  background-position: right bottom;
  background-size: 925px auto;
  padding-top: 40px;
  padding-bottom: 85px;
}
.footer_middle {
  background: #EFF2F7;
  padding: 40px 0;
}
.footer_middle .custom_container {
  display: flex;
  justify-content: space-between;
}
.footer_bottom {
  background: #000000;
  color: #ffffff;
  padding: 22px 0;
  font-size: 120%;
  line-height: 16px;
}
.footer_bottom .custom_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom .copyrights {
  flex: 1;
  padding-right: 32px;
}
.footer_bottom .copyrights span {
  display: inline-block;
  vertical-align: top;
}
.footer_bottom .developer {
  white-space: nowrap;
}
.footer_bottom .developer span {
  display: inline-block;
  vertical-align: top;
  font-family: '"bold"', "arm-bold";
}
.footer_bottom .developer a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.footer_bottom .developer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer_logoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -16px;
  padding: 0;
  list-style-type: none;
  padding-right: 200px;
}
@media screen and (max-width: 1720px) {
  .footer_logoes {
    padding-right: 310px;
  }
}
.footer_logoes li {
  flex: auto;
  padding: 0 16px;
  text-align: center;
}
.footer_logoes li:first-child {
  text-align: left;
}
.footer_logoes li:last-child {
  text-align: right;
}
.footer_logoes img {
  max-width: 100%;
  max-height: 81px;
}
.footer_description {
  font-size: 180%;
  line-height: 24px;
  color: #5e5e5e;
}
.footer_description + .footer_logoes {
  margin-top: 35px;
}
.footer_menu {
  flex: 1;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  font-size: 140%;
  line-height: 19px;
  color: #5e5e5e;
}
.footer_menu li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 16px;
}
.footer_menu a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  max-width: 300px;
}
.footer .socials_list {
  display: flex;
}
.footer .socials_list li {
  margin-left: 20px;
}
.footer .socials_list a {
  display: block;
  width: 32px;
  padding: 6px 0;
  text-align: center;
  background: #c00000;
  color: #ffffff;
  font-size: 200%;
}
.footer .socials_list a:hover {
  background: rgba(192, 0, 0, 0.7);
}
.footer .socials_list a:before {
  display: block;
}
@media (max-width: 1439px) {
  .footer_menu li {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .footer_top {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .footer_middle {
    padding: 40px 0;
  }
  .footer_menu {
    font-size: 120%;
    line-height: 16px;
  }
  .footer_menu li {
    padding-right: 25px;
  }
  .footer .socials_list li {
    margin-left: 12px;
  }
  .footer_description {
    font-size: 160%;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .footer_top {
    padding-top: 30px;
    padding-bottom: 10%;
    background-size: 95% auto;
  }
  .footer_middle {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .footer_menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .footer_description {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .footer_logoes {
    flex-wrap: wrap;
    padding-right: 0;
    justify-content: flex-start;
  }
  .footer_logoes li {
    flex: none;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .footer_logoes li:last-child {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .footer_middle .custom_container {
    display: block;
  }
  .footer .socials_list {
    justify-content: flex-end;
    padding: 15px 0;
  }
  .footer_menu {
    margin: 0 -16px;
  }
  .footer_menu li {
    padding: 0 16px;
  }
}
@media (max-width: 575px) {
  .footer_logoes {
    display: block;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .footer_logoes li {
    width: 100%;
    text-align: center !important;
  }
  .footer_logoes li:not(:first-child) {
    margin-top: 30px;
  }
  .footer_logoes img {
    max-height: 60px;
  }
  .footer_description {
    text-align: justify;
    text-align-last: center;
  }
  .footer_menu {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  .footer .socials_list {
    justify-content: center;
  }
  .footer .socials_list li:first-child {
    margin-left: 0;
  }
  .footer_top {
    padding-bottom: 30px;
  }
  .footer_bottom .custom_container {
    display: block;
    text-align: center;
  }
  .footer .copyrights {
    margin-bottom: 8px;
    padding-right: 0;
  }
}

.news_block .news_image:after, .header_logoes .main_logo img, .footer {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination_block li a, .news_block .news_title, .section_top_block .seeButton, .header .lg_list a, .header .second_menu a, .header .main_menu a, .header .search_block button, .header_logoes .main_logo .logo_text, .footer_bottom .developer a, .footer_menu a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer .socials_list a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header .lg_btn, .header .lg_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .lg_btn:hover, .header .lg_list a:hover, .header .second_menu a:hover {
  color: #000000;
}

.pagination_block li a:hover, .section_top_block .seeButton:hover, .header .main_menu a:hover, .footer_menu a:hover {
  color: #c00000;
}

.news_block {
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 13px rgba(153, 153, 153, 0.3);
  padding: 46px 32px 29px;
  display: flex;
  flex-direction: column;
}
.news_block .news_image {
  display: block;
  margin-bottom: 27px;
}
.news_block .news_image:after {
  content: "";
  z-index: 2;
  background: #c00000;
  opacity: 0;
}
.news_block .news_image:empty {
  display: none;
}
.news_block .news_image:empty ~ .news_description {
  max-height: 288px;
}
.news_block .news_title {
  align-self: flex-start;
  font-size: 220%;
  line-height: 30px;
  color: #3D3C41;
  font-family: '"bold"', "arm-bold";
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.news_block .news_description {
  font-size: 180%;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  color: #8c8c8c;
  text-align: justify;
  max-height: 96px;
  margin-bottom: 30px;
}
.news_block .news_description:nth-child(2) {
  max-height: 288px;
}
.news_block .news_date {
  margin-top: auto;
  font-size: 120%;
  line-height: 24px;
  color: #8c8c8c;
}
.news_block.hovered .news_image:after {
  opacity: 0.3;
}
.news_block.hovered .news_title {
  color: #c00000;
}
@media (max-width: 1439px) {
  .news_block {
    padding: 32px 24px;
  }
  .news_block .news_title {
    font-size: 200%;
    line-height: 27px;
  }
  .news_block .news_description {
    font-size: 160%;
    line-height: 20px;
    max-height: 80px;
    margin-bottom: 24px;
  }
  .news_block .news_description:nth-child(2) {
    max-height: 240px;
  }
  .news_block .news_image {
    margin-bottom: 24px;
  }
  .news_block .news_image:empty ~ .news_description {
    max-height: 240px;
  }
}
@media (max-width: 1199px) {
  .news_block {
    padding: 20px 16px;
  }
  .news_block .news_title {
    font-size: 180%;
    line-height: 24px;
  }
  .news_block .news_description {
    font-size: 140%;
    line-height: 18px;
    max-height: 72px;
    margin-bottom: 20px;
  }
  .news_block .news_description:nth-child(2) {
    max-height: 180px;
  }
  .news_block .news_image {
    margin-bottom: 20px;
  }
  .news_block .news_image:empty ~ .news_description {
    max-height: 180px;
  }
}
@media (max-width: 991px) {
  .news_block .news_title {
    font-size: 160%;
    line-height: 20px;
  }
  .news_block .news_description {
    font-size: 120%;
    line-height: 16px;
    max-height: 64px;
  }
  .news_block .news_description:nth-child(2) {
    max-height: 160px;
  }
  .news_block .news_image:empty ~ .news_description {
    max-height: 160px;
  }
}

.pagination_block {
  margin-top: 20px;
}
.pagination_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.pagination_block li {
  font-size: 140%;
  line-height: 19px;
  margin: 0 12px;
}
.pagination_block li.active a {
  font-family: '"bold"', "arm-bold";
  border-bottom: 2px solid #c00000;
  cursor: default;
  pointer-events: none;
}
.pagination_block li a {
  color: #000000;
  display: inline-block;
  vertical-align: top;
}

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