body {
  margin: 100px;
  background: #ccc; }

.wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.section {
  position: relative;
  flex: 1 0 auto; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Open Sans reg';
  line-height: 1.42;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

a:hover {text-decoration:none;}

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0; }

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

@font-face {
  font-family: 'Lato reg';
  src: url("../fonts/subset-Lato-Regular.woff2") format("woff2"), url("../fonts/subset-Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans reg';
  src: url("../fonts/subset-OpenSans.woff2") format("woff2"), url("../fonts/subset-OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans bold';
  src: url("../fonts/subset-OpenSans-Bold.woff2") format("woff2"), url("../fonts/subset-OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro reg';
  src: url("../fonts/subset-SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/subset-SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  display: none; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > button {
  /*width: 32px;*/
  display: block;
  /*top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;*/
  position: absolute;
  z-index: 99;
  /*margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;*/ }

.lSAction > button:hover {
  /*opacity: 1;*/ }

/*.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}*/
.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.aside-nav {
  padding-top: 20px; }

.aside-nav__item {
  margin-bottom: 20px; }

.aside-nav__link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans bold';
  font-size: 13px;
  color: #000000;
  transition: .2s; }
  .aside-nav__link:hover {
    color: #c32328; }

.aside-nav__link.active {
  color: #c32328; }

.crumbs {
  width: 100%;
  background-color: #000; }

.crumbs__list {
  height: 100%;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  padding-top: 66px;
  padding-bottom: 39px; }
  @media screen and (min-width: 1800px) {
    .crumbs__list {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .crumbs__list {
      max-width: 750px;
      padding-top: 61px;
      padding-bottom: 34px; } }
  @media screen and (max-width: 768px) {
    .crumbs__list {
      max-width: 90%;
      padding-top: 46px;
      padding-bottom: 24px; } }
  @media screen and (max-width: 480px) {
    .crumbs__list {
      max-width: 300px; } }

.crumbs__item {
  margin-right: 14px; }
  @media screen and (max-width: 480px) {
    .crumbs__item {
      margin-right: 10px; } }

.crumbs__link {
  text-decoration: none; }

.crumbs__breadcrumbs {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  transition: .2s; }
  .crumbs__breadcrumbs:hover {
    color: white; }

.crumbs__breadcrumbs_arrow {
  padding-bottom: 2px; }

.partners {
  padding: 80px 0;
  width: 100%;
  max-width: 830px;
  margin: 0 auto; }
  @media screen and (min-width: 1800px) {
    .partners {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .partners {
      max-width: 640px; } }
  @media screen and (max-width: 768px) {
    .partners {
      max-width: 350px; } }
  @media screen and (max-width: 480px) {
    .partners {
      max-width: 190px; } }

.partners__list {
  height: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  transition: left 0.4s; }
  @media screen and (max-width: 480px) {
    .partners__list {
      width: 420px; } }

.partners__item {
  list-style: none;
  text-align: center;
  margin: 0 auto; }

.partners__image {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px; }
  @media screen and (max-width: 480px) {
    .partners__image {
      height: 80px; } }

.footer {
  flex: 0 0 auto;
  height: 270px;
  width: 100%;
  background-color: #000; }
  @media screen and (min-width: 1800px) {
    .footer {
      height: 364px; } }
  @media screen and (max-width: 992px) {
    .footer {
      height: 230px; } }
  @media screen and (max-width: 480px) {
    .footer {
      height: 350px; } }

.footer__content {
  height: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  width: 100%; }
  @media screen and (min-width: 1800px) {
    .footer__content {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .footer__content {
      max-width: initial;
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .footer__content {
      flex-direction: column; } }

.footer__info {
  width: 33%;
  height: 100%;
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 1800px) {
    .footer__info {
      width: 32%;
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .footer__info {
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    .footer__info {
      width: 100%;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    .footer__info {
      justify-content: flex-end; } }

.footer__logo {
  padding-top: 50px;
  padding-left: 15px; }
  @media screen and (min-width: 1800px) {
    .footer__logo {
      padding-top: 100px; } }
  @media screen and (max-width: 768px) {
    .footer__logo {
      padding: 0;
      padding-bottom: 10px; } }

.footer__text {
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .footer__text {
      padding: 0;
      padding-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .footer__text {
      text-align: center; } }

.footer__copy {
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .footer__copy {
      padding: 0; } }

.footer__nav {
  width: 67%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px; }
  @media screen and (min-width: 1800px) {
    .footer__nav {
      width: 68%; } }
  @media screen and (max-width: 768px) {
    .footer__nav {
      width: 100%;
      padding: 0;
      order: -10;
      padding-left: 10px; } }

.footer__nav-title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 18px;
  color: #fff;
  padding: 25px; }
  @media screen and (max-width: 992px) {
    .footer__nav-title {
      font-size: 17px; } }
  @media screen and (max-width: 768px) {
    .footer__nav-title {
      padding: 0;
      padding-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .footer__nav-title {
      padding-top: 10px; } }

.footer__nav-list {
  display: flex;
  flex-flow: row wrap;
  padding: 25px; }
  @media screen and (max-width: 768px) {
    .footer__nav-list {
      padding: 0; } }

.footer__nav-item {
  list-style: none;
  width: 25%;
  padding: 15px 0; }
  @media screen and (max-width: 768px) {
    .footer__nav-item {
      padding: 0; } }
  @media screen and (max-width: 480px) {
    .footer__nav-item {
      padding: 5px;
      width: 50%; } }

.footer__nav-item.active .footer__nav-link {
  color: #c32328; }

.footer__nav-link {
  text-decoration: none;
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #fff;
  transition: color .2s;
  padding: 15px 0; }
  .footer__nav-link:hover {
    color: #c32328; }
  @media screen and (min-width: 1800px) {
    .footer__nav-link {
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .footer__nav-link {
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    .footer__nav-link {
      padding: 0; } }

.header__top {
  background-color: #000;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .header__top {
      height: initial; } }

.header__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding: 10px 0; }
  @media screen and (min-width: 1800px) {
    .header__wrap {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .header__wrap {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .header__wrap {
      max-width: 420px;
      flex-direction: column;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    .header__wrap {
      max-width: 300px; } }

.header__text {
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #fff;
  width: 50%; }
  @media screen and (max-width: 992px) {
    .header__text {
      padding-left: 0;
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    .header__text {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .header__text {
      width: 90%; } }

.switcher-popup{padding-left:15px;}

.header__contacts {display: flex;justify-content: flex-end;
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #fff;
  width: 60%; }
@media screen and (max-width: 992px) {
    .header__contacts {
      font-size: 13px; } }
@media screen and (max-width: 768px) {
	.switcher-popup{padding-left:0px;}
    .header__contacts {display:block;
      width: 100%;
      padding: 0 0 10px 0; } }
@media screen and (max-width: 480px) {
    .header__contacts {
      width: 90%; } }

.contacts {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;align-items: center;}
  @media screen and (max-width: 768px) {
    .contacts {
      justify-content: flex-start;
      flex-wrap: wrap; } }

.contacts__item {
  padding-right: 15px; }
  .contacts__item:last-child {
    padding-right: 0; }
@media screen and (max-width: 992px) {
    .contacts__item:last-child {
      padding-right: 0; } }
@media screen and (max-width: 768px) {
	.contacts__item {width: 50%;}
    .contacts__item:first-child {width: 100%;}
}
 @media screen and (max-width: 480px) {
    .contacts__item {
      padding-right: 0; } }

.header__main {
  height: 117px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .header__main {
      height: 117px;
      align-items: center; } }

.header__logo {
  padding-top: 20px; }
  @media screen and (max-width: 768px) {
    .header__logo {
      margin-bottom: 25px;
      padding: 0; } }

.menu {
  position: absolute;
  bottom: -26px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 10;
  width: 100%;
  max-width: 940px; }
  @media screen and (min-width: 1800px) {
    .menu {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .menu {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .menu {
      height: 54px;
      transition: height 0.7s;
      position: absolute;
      top: 78%;
      z-index: 15;
      width: 420px;
      overflow: hidden;
      background-color: #c32328; } }
  @media screen and (max-width: 480px) {
    .menu {
      width: 320px; } }

.menu__list {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .menu__list {
      width: 95%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 15px 0; } }

.menu__item {
  background-color: #c32328;
  display: flex;justify-content: center;
  flex-grow: 1; }
  @media screen and (max-width: 768px) {
    .menu__item:hover .menu__link {
      color: #000; } }

.menu__item.active .menu__link {
  color: #000; }

.menu__link {
  font-family: 'Open Sans bold';
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  padding: 15px 31px;
  transition: .2s;
  text-transform: uppercase; }
  .menu__link:hover {
    color: #000; }
  @media screen and (min-width: 1800px) {
    .menu__link {
      padding: 18px 42px; } }
  @media screen and (max-width: 992px) {
    .menu__link {
      font-size: 12px;
      padding: 14px 20px; } }
  @media screen and (max-width: 768px) {
    .menu__link {
      text-decoration: none;
      font-family: 'Open Sans bold';
      font-size: 13px;
      transition: .2s;
      border-bottom: 2px solid transparent; } }

.hamburger {
  display: none;
  cursor: pointer;
  height: 25px;
  width: 40px;
  background: none;
  border: initial;
  margin: 0 auto;
  margin-top: 12px; }
  .hamburger:hover .hamburger__menu {
    background: white; }
    .hamburger:hover .hamburger__menu:before {
      background: white; }
    .hamburger:hover .hamburger__menu:after {
      background: white; }
  @media screen and (max-width: 768px) {
    .hamburger {
      display: block; } }

.hamburger__menu {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  width: 16px;
  height: 3px;
  border-radius: 2px;
  position: relative;
  transition: .3s;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s; }
  .hamburger__menu::before, .hamburger__menu::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  .hamburger__menu:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 16px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 0; }
  .hamburger__menu:after {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    width: 16px;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
    left: 0; }

.hamburger.active .hamburger__menu {
  background: none; }
  .hamburger.active .hamburger__menu::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger.active .hamburger__menu::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.active .hamburger__menu::before, .hamburger.active .hamburger__menu::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }

.slider {
  height: 474px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  /*margin-bottom: 10px;*/
}
@media screen and (min-width: 1800px) {
	.slider {height: 574px;}
}
@media screen and (max-width: 768px) {
	.slider {height: 400px;}
}
@media screen and (max-width: 480px) {
    .slider {height: 370px;}
}

.slider__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box; }

.slider__list {
  list-style: none;
  list-style-type: none;
  display: flex;
  transition: transform .6s;
  will-change: transform;
  position: relative;
  z-index: 1;
  height: 100%;
  cursor: -webkit-grab; }

.slider__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%; }

.slider__item_one {
  background-image: url(../images/slide-1.jpg); }

.slider__item_two {
  background-image: url(../images/slide-2.jpg); }

.slider__item_three {
  background-image: url(../images/slide-2.jpg); }

.slider__info {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.slider__desc {
  text-align: center;
  width: 100%;
  max-width: 940px; }
  @media screen and (min-width: 1800px) {
    .slider__desc {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .slider__desc {
      padding: 10px 0 20px 0;
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .slider__desc {
      padding: 10px 0 20px 0;
      max-width: 330px; } }
  @media screen and (max-width: 480px) {
    .slider__desc {
      width: 100%;
      padding: 10px 0 20px 0; } }

.slider__title {
  font-family: 'Open Sans bold';
  font-size: 34px;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (min-width: 1800px) {
    .slider__title {
      font-size: 36px; } }
  @media screen and (max-width: 992px) {
    .slider__title {
      font-size: 31px; } }
  @media screen and (max-width: 768px) {
    .slider__title {
      font-size: 29px; } }
  @media screen and (max-width: 480px) {
    .slider__title {
      font-size: 24px;
      margin: 0 auto;
      width: 95%; } }

.slider__text {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #fff;
  padding-bottom: 34px; }
  @media screen and (max-width: 992px) {
    .slider__text {
      font-size: 14px;
      max-width: 630px;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .slider__text {
      font-size: 13px;
      width: 70%;
      margin: 0 auto; } }

.button__link {border:none;
  text-decoration: none;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #fff;
  background-color: #c32328;
  padding: 15px 30px;
  transition: .4s;
  text-transform: uppercase; }
  .button__link:hover {text-decoration:none;cursor:pointer;
    color: #000;
    border-radius: 5px; }
  @media screen and (min-width: 1800px) {
    .button__link {
      padding: 18px 30px; } }
  @media screen and (max-width: 992px) {
    .button__link {
      font-size: 13px;
      padding: 13px 28px; } }
  @media screen and (max-width: 768px) {
    .button__link {
      padding: 11px 26px; } }

.controls {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 50%;
  background: none;
  border: initial;
  cursor: pointer;
  z-index: 10;
  background-color: #c32328;
  border-radius: 50%; }
  .controls:hover .controls__triangle-prev {
    border-color: #000;
    transition: .2s; }
  .controls:hover .controls__triangle-next {
    border-color: #000;
    transition: .2s; }
  @media screen and (max-width: 480px) {
    .controls {
      width: 40px;
      height: 40px; } }

.controls--footer {
  bottom: 50%;
  transform: translate(0%, 50%); }

.controls_pagination {
  position: initial; }

.slider__controls-prev {
  left: 15px; }
  @media screen and (min-width: 1800px) {
    .slider__controls-prev {
      left: 60px; } }
  @media screen and (max-width: 480px) {
    .slider__controls-prev {
      left: 5px; } }

.controls__triangle-prev {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
  margin: 14px; }
  @media screen and (max-width: 480px) {
    .controls__triangle-prev {
      margin: 10px; } }

.slider__controls-next {
  right: 15px; }
  @media screen and (min-width: 1800px) {
    .slider__controls-next {
      right: 60px; } }
  @media screen and (max-width: 480px) {
    .slider__controls-next {
      right: 5px; } }

.controls__triangle-next {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(135deg);
  margin: 12px; }
  @media screen and (max-width: 480px) {
    .controls__triangle-next {
      margin: 8px; } }

.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }

.news_not-shadow {
  box-shadow: none; }

.news__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px;
  color: #000;
  padding-top: 100px;
  padding-bottom: 67px; }
  @media screen and (max-width: 768px) {
    .news__title {
      padding-top: 50px;
      padding-bottom: 34px; } }
  @media screen and (max-width: 480px) {
    .news__title {
      padding-top: 15px; } }

.news__list {
  display: flex;
  flex-direction: column;
  max-width: 940px;
  width: 100%;
  padding-bottom: 70px; }
  @media screen and (min-width: 1800px) {
    .news__list {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .news__list {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .news__list {
      max-width: 420px; } }
  @media screen and (max-width: 480px) {
    .news__list {
      max-width: 280px; } }

.news__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 60px; }
  @media screen and (max-width: 992px) {
    .news__item {
      padding-bottom: 30px;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .news__item {
      padding-bottom: 15px;
      padding-top: 15px; } }
  @media screen and (max-width: 480px) {
    .news__item {
      flex-direction: column; } }

.news__item:nth-child(1) .news__image {
  background-image: url(../images/news-1.jpg); }

.news__item:nth-child(2) .news__image {
  background-image: url(../images/news-2.jpg); }

.news__item:nth-child(3) .news__image {
  background-image: url(../images/news-3.jpg); }

.news__item:nth-child(4) .news__image {
  background-image: url(../images/news-4.jpg); }

.news__item:nth-child(even) {
  justify-content: flex-end; }
  @media screen and (max-width: 992px) {
    .news__item:nth-child(even) {
      justify-content: space-between; } }
  .news__item:nth-child(even) .news__image {
    order: 10; }
    @media screen and (max-width: 992px) {
      .news__item:nth-child(even) .news__image {
        order: initial; } }

.news__item_pagination:last-child {
  padding-bottom: 100px; }

.news__image {
  height: 200px;
  width: 300px;
  background-image: url(../images/news-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (min-width: 1800px) {
    .news__image {
      height: 227px;
      width: 380px; } }
  @media screen and (max-width: 768px) {
    .news__image {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .news__image {
      width: 280px;
      height: 167px; } }

.news-desc {
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px; }
  @media screen and (min-width: 1800px) {
    .news-desc {
      width: 380px;
      padding: 0 30px; } }
  @media screen and (max-width: 768px) {
    .news-desc {
      width: 50%;
      padding: 0 0 0 20px; } }
  @media screen and (max-width: 480px) {
    .news-desc {
      width: 100%;
      height: 40%;
      justify-content: initial;
      padding: 0; } }

.news-desc__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #000; }
  @media screen and (max-width: 992px) {
    .news-desc__title {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .news-desc__title {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .news-desc__title {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; } }

.news-desc__text {
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #000;
  padding-bottom: 5px; }
  @media screen and (max-width: 992px) {
    .news-desc__text {
      font-size: 14px;
      padding-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .news-desc__text {
      font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .news-desc__text {
      display: none; } }

.news-desc__btn {
  text-align: center;
  margin-bottom: 14px; }
  @media screen and (max-width: 992px) {
    .news-desc__btn {
      margin-bottom: 12px; } }
  @media screen and (max-width: 768px) {
    .news-desc__btn {
      margin-bottom: 8px; } }

.news-desc__btn-link {
  text-decoration: none;
  font-family: 'Open Sans bold';
  font-size: 13px;
  color: #fff;
  background-color: #c32328;
  padding: 14px 32px;
  transition: .4s;
  text-transform: uppercase; }
  .news-desc__btn-link:hover {
    color: #000;
    border-radius: 5px; }
  @media screen and (max-width: 992px) {
    .news-desc__btn-link {
      font-size: 12px;
      padding: 12px 32px; } }
  @media screen and (max-width: 768px) {
    .news-desc__btn-link {
      padding: 8px 28px; } }

.service {
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .service {
      background-image: url(../images/bg-service.png);
      background-repeat: no-repeat;
      background-position: center 100%;
      background-size: cover; } }

.animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .animate {
      display: none; } }

.animate.active:first-child .animate__image {
  transform: translateY(0); }

.animate.active:nth-child(2) .animate__image {
  transform: translateY(0); }

.animate.active:nth-child(3) .animate__image {
  transform: translateY(0); }

.animate__layer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .animate__layer:first-child .animate__image {
    bottom: 190px;
    left: 4%;
    transition: .5s; }
  .animate__layer:nth-child(2) .animate__image {
    bottom: 98px;
    left: -31%;
    transition: .7s; }
  .animate__layer:nth-child(3) .animate__image {
    transition: .9s;
    left: -2%; }

.animate__image {
  position: absolute;
  bottom: 0;
  height: auto;
  transform: translateY(160%); }

.service__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 1800px) {
    .service__desc {
      max-width: 1140px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .service__desc {
      padding-top: 35px;
      padding-bottom: 30px; } }

.service__title {
  font-family: 'Open Sans bold';
  font-size: 34px;
  color: #000;
  margin: 0;
  padding-bottom: 40px; }
  @media screen and (min-width: 1800px) {
    .service__title {
      font-size: 36px; } }
  @media screen and (max-width: 992px) {
    .service__title {
      font-size: 31px; } }
  @media screen and (max-width: 768px) {
    .service__title {
      font-size: 29px; } }
  @media screen and (max-width: 480px) {
    .service__title {
      font-size: 27px;
      text-align: center; } }

.service__text {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #000;
  width: 80%;
  max-width: 940px;
  text-align: center; }
  @media screen and (min-width: 1800px) {
    .service__text {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .service__text {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .service__text {
      font-size: 13px;
      width: 90%;
      overflow: hidden; } }

.service__content {
  margin: 0 auto;
  display: flex;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1800px) {
    .service__content {
      max-width: 1140px; } }

.service__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 100px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  width: 945px; }
  @media screen and (min-width: 1800px) {
    .service__list {
      width: 1140px; } }
  @media screen and (max-width: 992px) {
    .service__list {
      width: 100%;
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .service__list {
      max-width: 420px; } }
  @media screen and (max-width: 480px) {
    .service__list {
      max-width: 280px; } }

.service__item {
  width: 315px;
  height: 315px;
  background-image: url(../images/service-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  position: relative; }
  .service__item:hover .image-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    transition: .2s; }
  .service__item:hover .service__link {
    background-color: #c32328;
    transition: .2s; }
  .service__item:hover .image-wrap__zoom {
    opacity: 1;
    transition: .2s; }
  @media screen and (min-width: 1800px) {
    .service__item {
      width: 380px;
      height: 380px; } }
  @media screen and (max-width: 992px) {
    .service__item {
      height: 250px;
      width: 250px; } }
  @media screen and (max-width: 768px) {
    .service__item {
      width: 210px;
      height: 210px; } }
  @media screen and (max-width: 480px) {
    .service__item {
      width: 140px;
      height: 140px; } }

.service__image {
  height: 100%; }

.service__item:nth-child(1) {
  background-image: url(../images/service-1.jpg); }

.service__item:nth-child(2) {
  background-image: url(../images/service-2.jpg); }

.service__item:nth-child(3) {
  background-image: url(../images/service-3.jpg); }

.service__item:nth-child(4) {
  background-image: url(../images/service-4.jpg); }

.service__item:nth-child(5) {
  background-image: url(../images/service-5.jpg); }

.service__item:nth-child(6) {
  background-image: url(../images/service-6.jpg); }

.image-wrap {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%; }

.image-wrap__zoom {
  height: 54px;
  width: 54px;
  background-color: #c32328;
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .image-wrap__zoom {
      height: 30px;
      width: 30px; } }

.image-wrap__zoom_obj {
  top: 50%; }

.image-wrap__zoom-logo {
  height: 35%; }

.service__button {
  width: 100%; }

.service__link {
  text-decoration: none;
  font-family: 'Open Sans bold';
  font-size: 14px;
  color: #fff;
  background-color: #000;
  padding: 25px 0 25px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 1800px) {
    .service__link {
      font-size: 16px;
      padding: 35px 0 35px 0; } }
  @media screen and (max-width: 992px) {
    .service__link {
      font-size: 12px;
      padding: 20px 0 20px 0; } }
  @media screen and (max-width: 480px) {
    .service__link {
      font-size: 8px;
      padding: 13px 0; } }

.blog {
  width: 100%; }

.blog__content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  padding-top: 100px;
  padding-bottom: 130px; }
  @media screen and (min-width: 1800px) {
    .blog__content {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .blog__content {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .blog__content {
      max-width: 95%;
      flex-direction: column; } }
  @media screen and (max-width: 480px) {
    .blog__content {
      padding-top: 60px;
      padding-bottom: 70px; } }

.blog__main {
  margin: 0 20px;
  min-width: 560px;
  width: 100%; }
  .blog__main p {
    margin: 30px 0; }
  .blog__main img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  @media screen and (min-width: 1800px) {
    .blog__main {
      min-width: 720px;
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .blog__main {
      min-width: 460px;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .blog__main {
      width: 100%;
      margin: 0;
      min-width: initial; } }

.blog__title {
  width: 100%;
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px; }

.blog__date {
  font-family: 'Open Sans reg';
  font-size: 16px;
  text-align: end;
  margin-top: 50px; }
  @media screen and (max-width: 480px) {
    .blog__date {
      margin-top: 10px; } }

.aside {
  min-width: 280px;
  width: 100%;
  margin-left: 20px; }
  @media screen and (min-width: 1800px) {
    .aside {
      min-width: 358px;
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .aside {
      min-width: 230px;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .aside {
      margin-top: 60px;
      width: 250px; } }

.aside__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 24px;
  padding-bottom: 30px; }

.aside__image {
  background-image: url(../images/news-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 180px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1800px) {
    .aside__image {
      height: 214px; } }
  @media screen and (max-width: 992px) {
    .aside__image {
      height: 140px; } }

.aside__subject {
  font-family: 'Open Sans bold';
  font-size: 18px;
  margin: 0;
  padding-bottom: 30px; }

.aside__text {
  font-family: 'Open Sans reg';
  font-size: 16px;
  margin-bottom: 45px; }

.aside__button {
  text-align: center;
  margin-top: 45px; }

.aside__link {
  text-decoration: none;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #fff;
  background-color: #c32328;
  padding: 15px 30px;
  transition: .4s;
  text-transform: uppercase; }
  .aside__link:hover {
    color: #000;
    border-radius: 5px; }
  @media screen and (min-width: 1800px) {
    .aside__link {
      padding: 18px 30px; } }
  @media screen and (max-width: 992px) {
    .aside__link {
      font-size: 13px;
      padding: 13px 28px; } }
  @media screen and (max-width: 768px) {
    .aside__link {
      padding: 11px 26px; } }

.objects__desc {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 94px 15px 60px 15px; }
  @media screen and (min-width: 1800px) {
    .objects__desc {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .objects__desc {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .objects__desc {
      max-width: 90%;
      padding: 94px 0 60px 0; } }

.objects__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px;
  color: #000;
  margin-bottom: 30px; }

.objects__text {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #000; }

.aside__list_page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 70px; }
  @media screen and (min-width: 1800px) {
    .aside__list_page {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .aside__list_page {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .aside__list_page {
      max-width: 90%; } }

.aside__list_page .aside__item {color:#000000;text-decoration:none;
  width: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .aside__list_page .aside__item:last-child {
    margin-bottom: 27px; }
  @media screen and (min-width: 1800px) {
    .aside__list_page .aside__item {
      width: 360px; } }
  @media screen and (max-width: 992px) {
    .aside__list_page .aside__item {
      width: 240px; } }
  @media screen and (max-width: 768px) {
    .aside__list_page .aside__item {
      width: 100%; } }

.aside__list_page .aside__subject_obj {
  font-size: 17px; }

@media screen and (max-width: 768px) {
  .aside__list_page .aside__image-object {
    height: 350px; } }

@media screen and (max-width: 480px) {
  .aside__list_page .aside__image-object {
    height: 200px; } }

.aside__list_page .aside__item-link {
  position: relative; }
  .aside__list_page .aside__item-link:hover .image-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    transition: .2s; }
  .aside__list_page .aside__item-link:hover .service__link {
    background-color: #c32328;
    transition: .2s; }
  .aside__list_page .aside__item-link:hover .image-wrap__zoom {
    opacity: 1;
    transition: .2s; }

.aside__list_page .aside__item-img {
  width: 295px;
  height: auto; }
  @media screen and (min-width: 1800px) {
    .aside__list_page .aside__item-img {
      width: 360px; } }
  @media screen and (max-width: 992px) {
    .aside__list_page .aside__item-img {
      width: 240px; } }
  @media screen and (max-width: 768px) {
    .aside__list_page .aside__item-img {
      width: 100%;
      display: block; } }

.aside__list_page .image-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: transparent; }

.aside__list_page .image-wrap__zoom {
  top: 50%; }

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 130px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin-bottom: 100px; } }

.pagination__list {
  display: flex;
  flex-direction: row; }

.pagination__item {
  margin-right: 32px; }
  .pagination__item:first-child {
    margin-left: 45px; }
  .pagination__item:last-child {
    margin-right: 45px; }
  @media screen and (max-width: 768px) {
    .pagination__item {
      margin-right: 20px; }
      .pagination__item:first-child {
        margin-left: 30px; }
      .pagination__item:last-child {
        margin-right: 30px; } }

@media screen and (max-width: 480px) {
  .pagination__item_hidden {
    display: none; } }

.pagination__link {
  text-decoration: none;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #000;
  transition: .2s; }
  .pagination__link:hover {
    color: #c32328; }
  @media screen and (max-width: 768px) {
    .pagination__link {
      font-size: 13px; } }

.pagination__link.active {
  color: #c32328; }

.service_page {
  background-image: none;
  width: 100%; }

.service__container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  padding-top: 100px;
  padding-bottom: 70px; }
  @media screen and (min-width: 1800px) {
    .service__container {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .service__container {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .service__container {
      width: 95%;
      flex-direction: column; } }

.service__main {
  margin: 0 20px;
  min-width: 600px;
  width: 100%; }
  @media screen and (min-width: 1800px) {
    .service__main {
      min-width: 720px;
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .service__main {
      min-width: 460px;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .service__main {
      width: 95%;
      min-width: initial;
      margin: 0 auto; } }

.service__desc_page {
  display: block;
  align-items: initial;
  padding: 0; }

.service__title_page {
  padding-bottom: 35px;
  font-size: 30px; }

.service__list_page {
  display: block;
  flex-flow: initial;
  justify-content: initial;
  margin: 0;
  box-shadow: initial;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .service__list_page {
      max-width: initial; } }

.service__item_page {
  width: 100%;
  height: initial;
  cursor: initial;
  margin-bottom: 75px; }
  .service__item_page:last-child {
    margin-bottom: 0; }

.service__item_page:nth-child(1) {
  background-image: none; }

.service__item_page:nth-child(2) {
  background-image: none; }

.service__item_page:nth-child(3) {
  background-image: none; }

.service__item_page:nth-child(4) {
  background-image: none; }

.service__item_page:nth-child(5) {
  background-image: none; }

.service__item_page:nth-child(6) {
  background-image: none; }

.service__caption {
  margin: 0;
  margin-bottom: 30px;
  font-family: 'Open Sans bold';
  font-size: 24px; }

.service__image_page {
  width: 100%;
  height: auto; }

.service__image-pic {
  max-width: 100%;
  width: 100%;
  height: auto; }

.service__text_page {
  width: 100%;
  max-width: initial;
  padding-top: 30px;
  text-align: initial;
  margin-bottom: 45px; }

.service__button_page {
  text-align: end;
  margin-top: 45px; }

.service__link_page {
  position: initial;
  text-decoration: none;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #fff;
  background-color: #c32328;
  padding: 15px 30px;
  transition: .4s;
  text-transform: uppercase; }
  .service__link_page:hover {
    color: #000;
    border-radius: 5px; }
  @media screen and (max-width: 480px) {
    .service__link_page {
      padding: 12px 27px;
      font-size: 14px; } }

@media screen and (max-width: 768px) {
  .aside_service {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0; } }

@media screen and (max-width: 480px) {
  .aside_service {
    flex-direction: column; } }

@media screen and (max-width: 768px) {
  .aside__wrap {
    width: 45%; } }

@media screen and (max-width: 480px) {
  .aside__wrap {
    width: 300px;
    margin: 0 auto; } }

.aside__title_obj {
  padding-bottom: 30px; }

.aside__item {
  margin-bottom: 27px; }
  .aside__item:last-child {
    margin-bottom: 0; }
  .aside__item:nth-child(1) .aside__image-object {
    background-image: url(../images/obj-1.jpg); }
  .aside__item:nth-child(2) .aside__image-object {
    background-image: url(../images/obj-2.jpg); }
  .aside__item:nth-child(3) .aside__image-object {
    background-image: url(../images/obj-3.jpg); }
  .aside__item:nth-child(4) .aside__image-object {
    background-image: url(../images/obj-4.jpg); }
  .aside__item:nth-child(5) .aside__image-object {
    background-image: url(../images/obj-5.jpg); }
  .aside__item:nth-child(6) .aside__image-object {
    background-image: url(../images/obj-6.jpg); }

.aside__subject_obj {
  padding-bottom: 17px; }

.aside__text_obj {
  margin-bottom: 18px;
  font-size: 15px; }

.aside__link-image {
  width: 100%;
  /* height: 180px; */
  cursor: pointer; }
@media screen and (min-width: 1800px) {
.aside__link-image {
  height: 220px; } }
@media screen and (max-width: 992px) {
.aside__link-image {
  /* height: 150px; */ } }
.aside__item:hover .image-wrap, .aside__link-image:hover .image-wrap {
background-color: rgba(0, 0, 0, 0.7);
transition: .2s; }
.aside__item:hover .image-wrap__zoom, .aside__link-image:hover .image-wrap__zoom {
opacity: 1;
transition: .2s; }

.aside__image-object {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 180px;
  position: relative; }
  @media screen and (min-width: 1800px) {
    .aside__image-object {
      height: 220px; } }
  @media screen and (max-width: 992px) {
    .aside__image-object {
      height: 150px; } }

.news__title_aside {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 24px; }

.news__item_aside {
  flex-direction: column; }
  .news__item_aside:nth-child(even) .news__image {
    order: 0; }

.news__image_aside {
  width: 100%;
  height: 180px; }
  @media screen and (min-width: 1800px) {
    .news__image_aside {
      height: 220px; } }
  @media screen and (max-width: 992px) {
    .news__image_aside {
      height: 150px; } }

.news-desc_aside {
  padding: 0;
  padding-top: 25px;
  width: 100%; }

.news-desc__text_aside {
  padding: 0;
  padding-top: 25px;
  margin-bottom: 35px; }



/* */
.blog__main table td{vertical-align:top;}
.blog__main table td h4{font-family: 'Open Sans bold';font-size:24px;margin:30px 0;}
.blog__main table td p{padding:0;margin:0;}
@media screen and (max-width: 768px) {
	.blog__main table td {
		display:block; 
	}
}

.blog__content ul{list-style:disc;padding-left:40px;}