/*!
Theme Name: Southern Carbide
Theme URI:
Author:
Author URI:
Description:
Version: 1.0.0
Text Domain: southern-carbide
*/

@font-face {
  font-family: 'Mont';
  src: local("Mont-SemiBold"), url("fonts/Mont-SemiBold.eot?") format("eot"), url("fonts/Mont-SemiBold.woff") format("woff"), url("fonts/Mont-SemiBold.ttf") format("truetype"), url("fonts/Mont-SemiBold.svg#Mont-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: local("Mont-Bold"), url("fonts/Mont-Bold.eot?") format("eot"), url("fonts/Mont-Bold.woff") format("woff"), url("fonts/Mont-Bold.ttf") format("truetype"), url("fonts/Mont-Bold.svg#Mont-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  font-family: 'Mont', sans-serif;
  font-weight: 600;
  line-height: 1;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

body.menuOpen {
  position: fixed;
  overflow: hidden;
}

html, body {
  height: 100%;
  min-width: 320px;
}

img {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  border: none;
	height:auto;
}

a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

a, input, textarea, select, button {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.total-container {
  display: block;
  position: relative;
  text-align: left;
  min-height: 100%;
  overflow: hidden;
}

.row {
  position: relative;
  display: flex;
}

.col {
  position: relative;
  display: flex;
  flex: 1;
}

.container {
  display: block;
  position: relative;
  text-align: left;
  max-width: 1445px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 38px;
  color: #F4D92E;
  font-weight: 800;
  font-size: 22px;
  line-height: 29px;
  text-decoration: none;
  padding-left: 85px;
}

.services__info-mobile {
    display: none;
}

.gallery__box .services__text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    z-index: 99;
}

.gallery__box .services__text-cont {
    padding: 0;
}

.gallery__box .services__text-cont p {
    padding-left: 20px;
}

.gallery__cont-img:hover .services__text {
    opacity: 1;
}


@media (max-width: 768px) {
  .logo {
    height: 30px;
    font-size: 13px;
    padding-left: 70px;
  }
}

.logo:before {
  height: 38px;
  left: 0px;
  position: absolute;
  top: -1px;
  width: 72px;
  background-image: url(images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width: 768px) {
  .logo:before {
    width: 60px;
    height: 30px;
  }
}

/* .btn -------------------------------------------------*/
.btn {
  border-radius: 0px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  background-color: #161616;
  border: none;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  padding: 6px 30px 5px 30px;
  cursor: pointer;
  transition: 0.15s background-color;
}

@media (max-width: 768px) {
  .btn {
    min-width: 100px;
    height: 45px;
    padding: 4px 20px;
  }
}

.btn--dark {
  background-color: #161616;
}

.btn--dark:hover {
  background-color: #F4642E;
}

.btn--red {
  background-color: #F4642E;
}

.btn--red:hover {
  background-color: #f54401;
}

.btn--middle {
  height: 55px;
  padding: 6px 35px 5px 35px;
}

@media (max-width: 768px) {
  .btn--middle {
    height: 45px;
    padding: 4px 20px;
  }
}

.btn--big {
  height: 59px;
  padding: 7px 35px 5px 35px;
}

@media (max-width: 768px) {
  .btn--big {
    height: 45px;
    padding: 4px 20px;
  }
}

input.btn {
  padding-top: 7px;
}

/* .field -----------------------------------------------*/
.field {
  display: block;
  position: relative;
  text-align: left;
}

.field__placeholder, .gfield_label {
  position: absolute;
  left: 0px;
  top: 7px;
  color: #C6C6C6;
  font-weight: 800;
  font-size: 19px;
  line-height: 25px;
  transition: 0.15s all;
}

.field__placeholder span {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #C6C6C6;
  font-weight: 800;
  font-size: 19px;
  line-height: 25px;
}

.field__input, .field__textarea {
  display: block;
  position: relative;
  text-align: left;
  box-shadow: none !important;
  width: 100%;
  height: 40px;
  border: none;
  color: #000;
  font-weight: 800;
  font-size: 19px;
  line-height: 25px;
  transition: 0.15s color;
  background-color: transparent;
}

@media (max-width: 768px) {
  .field__input, .field__textarea {
    font-size: 16px;
    line-height: 20px;
  }
}

.field__textarea {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 172px;
  padding: 8px 0px;
}

@media (max-width: 768px) {
  .field__textarea {
    min-height: 100px;
  }
}

.field__strip {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background-color: #D8D8D8;
  content: '';
  z-index: 1;
  transition: 0.15s background-color;
}

@media (max-width: 768px) {
  .field__strip {
    height: 2px;
  }
}

.field.active .field__placeholder {
  top: -15px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .field.active .field__placeholder {
    top: -9px;
  }
}

.field.error .field__input, .field.error .field__textarea {
  color: #EB3F2A;
}

.field.error .field__strip {
  background-color: #EB3F2A;
}

/* .buttLink --------------------------------------------*/
.buttLink {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  padding: 0px 2px 5px 2px;
  margin-left: -2px;
  transition: 0.15s color;
}

.buttLink:after {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  right: auto;
  bottom: 0px;
  background-color: #F4D92E;
  content: '';
}

.buttLink:hover {
  color: #F4D92E;
}

.buttLink:hover:after {
  animation: reunderline 1s 1 linear;
}

@keyframes reunderline {
  0% {
    left: auto;
    right: 0px;
    width: 100%;
  }
  25% {
    left: auto;
    right: 0px;
    width: 0%;
  }
  50% {
    left: 0px;
    right: auto;
    width: 0%;
  }
  75% {
    left: 0px;
    right: auto;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0px;
    width: 100%;
  }
}

.header {
  display: block;
  position: relative;
  text-align: left;
  background-color: #151515;
}

.header .container {
  max-width: 1920px;
  padding-left: 22px;
  padding-right: 22px;
}

.header__block {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 53px;
}

@media (max-width: 768px) {
  .header__block {
    height: 30px;
  }
}

.header__phone {
  position: relative;
  display: flex;
  align-items: center;
}

.header__phone-text {
  position: relative;
  display: flex;
  padding-right: 10px;
}

.header__phone-text span {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .header__phone-text span {
    display: none;
  }
}

.header__phone-text span i {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  margin-left: 4px;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.header__phone-list {
  background-image: url(images/icon-phone.svg);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 22px;
}

.header__phone-list li {
  display: block;
  position: relative;
  text-align: left;
  padding: 2px 0px;
}

.header__phone-list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #F4D92E;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header__phone-list li a {
    font-size: 16px;
    line-height: 18px;
  }
}

.menu {
  display: block;
  position: relative;
  text-align: left;
  z-index: 999;
  height: 95px;
}

.menu__container {
  height: inherit;
  transition: 0.15s background-color;
}

.menu .container {
  max-width: 1920px;
  height: inherit;
  padding-left: 22px;
  padding-right: 22px;
}

.menu__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

@media (max-width: 768px) {
  .menu__block {
    align-items: flex-start;
    padding-top: 20px;
  }
}

.menu__box {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .menu__box {
    align-items: flex-start;
  }
}

.menu__box:nth-child(1) {
  padding-top: 2px;
}

.menu__box:nth-child(2) {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .menu__box:nth-child(2) {
    padding-left: 0px;
  }
	
	ul.menu__list li > ul.sub-menu, .menuMobile__list li > ul.sub-menu {
    display: block;
}

ul.menuMobile__list li > ul.sub-menu li a {
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
}

ul.menuMobile__list li > ul.sub-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 25px 15px 25px;
    margin: 0;
    top: 100%;
    left: 0;
}
	.menuMobile.active {
    overflow-y: scroll;
		padding-bottom:32px;
}

.menuMobile.active::-webkit-scrollbar { width: 0 !important }

.menuMobile.active { overflow: -moz-scrollbars-none; }

.menuMobile.active { -ms-overflow-style: none; }
}

.menu__list {
  position: relative;
  display: flex;
  padding-top: 10px;
  align-items: center;
  margin-right: 30px;
}

@media (max-width: 1280px) {
  .menu__list {
    display: none;
  }
}

.menu__list li {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 0px 8px;
}

@media (max-width: 1445px) {
  .menu__list li {
    padding: 0px 5px;
  }
}

.menu__list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  padding: 0px 9px 6px 9px;
  transition: 0.15s color;
}

@media (max-width: 1445px) {
  .menu__list li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.menu__list li a:after {
  height: 4px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 0%;
  bottom: 0px;
  background-color: #F4D92E;
  content: '';
  opacity: 0;
  transition: 0.35s all;
}

.menu__list li a:hover {
  color: #F4D92E;
}

.menu__list li a:hover:after {
  width: 100%;
  opacity: 1;
}

.menu__list li.active a {
  color: #F4D92E;
  border-bottom-color: #F4D92E;
}

.menu__list li.active a:after {
  width: 100%;
  opacity: 1;
}

.menu-contact {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  background-color: #161616;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  padding: 5px 20px;
}

.menu__navButt {
  display: none;
  width: 40px;
  padding: 0px 5px;
  cursor: pointer;
  margin-right: 50px;
}

@media (max-width: 1280px) {
  .menu__navButt {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
  }
}

@media (max-width: 768px) {
  .menu__navButt {
    margin-right: 0px;
  }
}

.menu__navButt span {
  display: block;
  position: relative;
  text-align: left;
  height: 3px;
  margin: 5px 0px;
  background-color: #fff;
  transition: 0.15s background-color;
}

.menu__navButt span:nth-child(1) {
  margin-right: 13px;
}

.menu__navButt span:nth-child(3) {
  margin-right: 8px;
}

.menu__navButt:hover span {
  background-color: #F4D92E;
}

@media (max-width: 768px) {
  .menu .btn--dark {
    display: none;
  }
}

.menu.fixed {
  height: 95px;
}

.menu.fixed .menu__container {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #151515;
}

.menu.fixed .btn--dark {
  background-color: #F4642E;
}
.menu .btn--dark{
  text-transform: capitalize;
}
.menu.fixed .btn--dark:hover {
  background-color: #f54401;
}

@media (max-width: 768px) {
  .menu.fixed .menu__container {
    position: relative;
    display: block;
    background-color: transparent;
  }
}

.menuMobile {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #000;
  z-index: 10000;
  margin-left: 101%;
  display: none;
}

.menuMobile.active {
  display: block;
}

.menuMobile__block {
  position: relative;
  display: flex;
  height: 100%;
}

.menuMobile__block .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 60px;
}

.menuMobile__list {
  display: block;
  position: relative;
  text-align: left;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .menuMobile__list {
    padding-top: 35px;
  }
}

.menuMobile__list:before {
  height: 4px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 90px;
  background-color: #F4D92E;
  content: '';
}

@media (max-width: 768px) {
  .menuMobile__list:before {
    width: 60px;
    height: 3px;
  }
}

.menuMobile__list li {
  display: block;
  position: relative;
  text-align: left;
  padding: 0.6rem 0px;
  transition: 0.15s all;
}

@media (max-width: 768px) {
  .menuMobile__list li {
    padding: 0.35rem 0px;
  }
}

.menuMobile__list li a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  text-decoration: none;
  transition: 0.15s all;
}

@media (max-width: 768px) {
  .menuMobile__list li a {
    font-size: 25px;
    line-height: 35px;
  }
}

.menuMobile__list li a:hover {
  color: #F4D92E;
}

.menuMobile__close {
  height: 80px;
  left: auto;
  position: absolute;
  top: 0px;
  width: 80px;
  right: 0px;
  background-color: #F4642E;
  transition: 0.15s background-color;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menuMobile__close {
    width: 50px;
    height: 50px;
  }
}

.menuMobile__close:before, .menuMobile__close:after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 50%;
  top: 50%;
  margin: -2px 0px 0px -17px;
  background-color: #fff;
  content: '';
}

@media (max-width: 768px) {
  .menuMobile__close:before, .menuMobile__close:after {
    width: 20px;
    height: 2px;
    margin: -2px 0px 0px -10px;
  }
}

.menuMobile__close:before {
  transform: rotate(-45deg);
}

.menuMobile__close:after {
  transform: rotate(45deg);
}

.menuMobile__close:hover {
  background-color: #f54401;
}

.menuMobile__button {
  display: none;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .menuMobile__button {
    display: block;
    position: relative;
    text-align: left;
  }
}

.menuMobile__button .btn {
  background-color: #F4642E;
}

.menuMobile__button .btn:hover {
  background-color: #f54401;
}

.sliderMain {
  display: block;
  position: relative;
  text-align: left;
  z-index: 1;
  margin-top: -95px;
}

.sliderMain__block {
  display: block;
  position: relative;
  text-align: left;
  background-color: #161616;
}

.sliderMain__block .slick-arrow {
  position: absolute;
  height: 74px;
  width: 100px;
  bottom: -37px;
  left: 50%;
  border: none;
  cursor: pointer;
  z-index: 1002 !important;
  background-color: #000;
  color: transparent;
  overflow: hidden;
  transition: 0.15s background-color;
}

@media (max-width: 768px) {
  .sliderMain__block .slick-arrow {
    width: 70px;
    height: 55px;
    bottom: -27px;
  }
}

.sliderMain__block .slick-arrow:hover {
  background-color: #F4642E;
}

.sliderMain__block .slick-prev {
  background-image: url(images/slider/icon-arrow-prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  margin-left: -100px;
}

@media (max-width: 768px) {
  .sliderMain__block .slick-prev {
    margin-left: -70px;
  }
	
	.sliderMain__block .slick-arrow {
    color: #fff;
    background-image: none !important;
    width: 50%;
    left: 0;
    margin: 0;
}

.sliderMain__block .slick-next {
    right: 0;
    left: auto;
    border-left: solid 1px #b2b2b2;
}
}

.sliderMain__block .slick-next {
    background-image: url(images/slider/icon-arrow-next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    margin-left: 0px;
}

.sliderMain__box {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  height: 750px;
}

@media (max-width: 768px) {
  .sliderMain__box {
    height: 500px;
  }
}

.sliderMain__box .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 768px) {
  .sliderMain__box .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.sliderMain__box-fon {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.sliderMain__box-fon img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: cover;
}

.sliderMain__box-blackout {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #161616;
  opacity: 0.8;
}

.sliderMain__cont {
  display: block;
  position: relative;
  text-align: left;
  max-width: 700px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .sliderMain__cont {
    margin: 0px auto;
  }
}

.sliderMain__text {
  display: block;
  position: relative;
  text-align: left;
}

.sliderMain__text-title {
  display: block;
  position: relative;
  text-align: left;
  color: #F4D92E;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 27px;
}

@media (max-width: 768px) {
  .sliderMain__text-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.sliderMain__text-info {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: 800;
  font-size: 56px;
  line-height: 72px;
  z-index: 1;
}

@media (max-width: 768px) {
  .sliderMain__text-info {
    font-size: 30px;
    line-height: 45px;
    max-width: 346px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .sliderMain__text-info {
    font-size: 28px;
    line-height: 42px;
  }
}

.sliderMain__text-info b {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sliderMain__text-info b:before {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 5%;
  background-color: #F4642E;
  content: '';
  z-index: -1;
}

@media (max-width: 768px) {
  .sliderMain__text-info b:before {
    height: 3px;
    bottom: 10%;
  }
}

.sliderMain__button {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 43px;
}

@media (max-width: 768px) {
  .sliderMain__button {
    margin-top: 30px;
    text-align: center;
  }
}

.sliderMain__counter {
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 58px;
  z-index: 1001;
}

@media (max-width: 768px) {
  .sliderMain__counter {
    bottom: 75px;
  }
}

.sliderMain__counter .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (max-width: 768px) {
  .sliderMain__counter .container {
    justify-content: center;
  }
}

.sliderMain__counter-block {
  position: relative;
  display: flex;
  align-items: center;
}

.sliderMain__counter-current, .sliderMain__counter-all {
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 23px;
  line-height: 23px;
}

.sliderMain__counter-separator {
  position: relative;
  width: 40px;
  height: 3px;
  background-color: #F4D92E;
  margin: 0px 15px;
  top: -1px;
}

.titleBlock {
  display: block;
  position: relative;
  text-align: left;
  margin-top: -95px;
}

.titleBlock__fon {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.titleBlock__fon:after {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #161616;
  opacity: 0.8;
  content: '';
}

.titleBlock__fon img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: cover;
}

.titleBlock__cont {
  position: relative;
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .titleBlock__cont {
    height: 250px;
  }
}

.titleBlock__text {
  display: block;
  position: relative;
  text-align: left;
}

.titleBlock__text h1, .titleBlock__text h2, .titleBlock__text span {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 44px;
  line-height: 72px;
}

@media (max-width: 1280px) {
  .titleBlock__text h1, .titleBlock__text h2, .titleBlock__text span  {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .titleBlock__text h1, .titleBlock__text h2, .titleBlock__text span {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 500px) {
  .titleBlock__text h1, .titleBlock__text h2, .titleBlock__text span {
    font-size: 28px;
    line-height: 38px;
  }
}

.titleBlock__text:after {
  display: block;
  position: relative;
  text-align: left;
  width: 90px;
  height: 4px;
  margin: 12px auto 0px auto;
  background-color: #F4642E;
  content: '';
}

@media (max-width: 768px) {
  .titleBlock__text:after {
    height: 3px;
  }
}

.contents {
  display: block;
  position: relative;
  text-align: left;
  background-color: #F1F1F1;
}

.contents .container {
  padding: 100px 22px;
}

@media (max-width: 768px) {
  .contents .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contents__block {
  position: relative;
  display: flex;
}

@media (max-width: 768px) {
  .contents__block {
    display: block;
  }
}

.contents__box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.contents__box:nth-child(2n + 1) {
  padding-right: 20px;
}

.contents__box:nth-child(2n + 0) {
  padding-left: 32px;
}

@media (max-width: 768px) {
  .contents__box {
    display: block;
    width: auto;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.contents-text {
  display: block;
  position: relative;
  text-align: left;
}

.contents-text h2 {
  display: block;
  position: relative;
  text-align: left;
  max-width: 500px;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 42px;
  line-height: 53px;
  padding-bottom: 31px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .contents-text h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 500px) {
  .contents-text h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.contents-text h2:after {
  height: 4px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 90px;
  background-color: #F4CC2E;
  bottom: 0px;
  content: '';
}

@media (max-width: 768px) {
  .contents-text h2:after {
    width: 60px;
    height: 3px;
  }
}

.contents-text h3, .contents-text h1 {
  display: block;
  position: relative;
  text-align: left;
  max-width: 500px;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 38px;
  line-height: 47px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .contents-text h3, .contents-text h1 {
    font-size: 28px;
    line-height: 37px;
  }
}

.contents-text h3:after, .contents-text h1:after {
  height: 4px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 90px;
  background-color: #F4642E;
  bottom: 0px;
  content: '';
}

@media (max-width: 768px) {
  .contents-text h3:after, .contents-text h1:after {
    height: 3px;
  }
}

.contents-text h4 {
  display: block;
  position: relative;
  text-align: left;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 30px;
  line-height: 53px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .contents-text h4 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}

.contents-text h5 {
  display: block;
  position: relative;
  text-align: left;
  max-width: 450px;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contents-text p {
  display: block;
  position: relative;
  text-align: left;
  color: #646464;
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 32px;
}

@media (max-width: 500px) {
  .contents-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}

.contents-text b {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #161616;
  font-weight: 800;
  font-size: inherit;
  line-height: inherit;
}

.contents-text img {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  border-bottom: 6px solid #F4D92E;
  margin-top: 10px;
}

.contents-text .buttLink {
  margin-top: 20px;
}

@media (max-width: 500px) {
  .contents-text .buttLink {
    margin-top: 10px;
  }
}

.contents-separator {
  display: block;
  position: relative;
  text-align: left;
  height: 1px;
  background-color: #D8D8D8;
  margin: 43px 0px 27px 0px;
}

@media (max-width: 768px) {
  .contents-separator {
    margin: 30px 0px 22px 0px;
  }
}

.contents--shift {
  margin-bottom: -185px;
}

@media (max-width: 768px) {
  .contents--shift {
    margin-bottom: -150px;
  }
}

.contents--shift .container {
  padding-top: 163px;
  padding-bottom: 310px;
}

@media (max-width: 768px) {
  .contents--shift .container {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}

.contents--indent .contents__box:nth-child(1) * {
  max-width: 627px;
}

div.contents--indent .contents__box:nth-child(1) * {
    max-width: none;
}

.contents--indent .container {
  padding-top: 92px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .contents--indent .container {
    padding-top: 50px;
    padding-bottom: 40px;
  }
	
	div.services__text {
		display: none;
	}

	.services__info-mobile {
		display: block;
	}

	.services__info-mobile p {
		color: #646464;
		margin: 20px 0;
		line-height: 2;
	}

	.services__info-mobile p .learn-more {
		border-bottom: solid 3px #f4d92e;
		display: inline-block;
		padding-bottom: 3px;
	}
}

.services {
  display: block;
  position: relative;
  text-align: left;
  padding-bottom: 50px;
}


@media (max-width: 768px) {
  .services {
    padding-bottom: 15px;
  }
}

.services__block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .services__block {
    display: block;
  }
}

.services__box {
  position: relative;
  width: 50%;
  padding-bottom: 60px;
}

.services__box:nth-child(2n + 1) {
  padding-right: 32px;
}

@media (max-width: 1280px) {
  .services__box:nth-child(2n + 1) {
    padding-right: 15px;
  }
}

.services__box:nth-child(2n + 0) {
  padding-left: 32px;
}

@media (max-width: 1280px) {
  .services__box:nth-child(2n + 0) {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .services__box {
    display: block;
    width: auto;
    padding: 0px 0px 30px 0px !important;
  }
}

.services__unit {
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.services__unit:hover .services__fon:after {
  opacity: 0.8;
}

.services__unit:hover .services__text {
  opacity: 1;
}

.services__cont {
  position: relative;
  display: flex;
  height: 318px;
}

@media (max-width: 1280px) {
  .services__cont {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .services__cont {
    height: auto;
    min-height: 300px;
    align-items: center;
    padding: 30px 0px;
  }
}

.services__fon {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.services__fon:after {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #161616;
  opacity: 0;
  content: '';
  transition: 0.4s opacity;
}

.services__fon img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: cover;
}

.services__text {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px 0px 110px;
  opacity: 0;
  transition: 0.5s opacity;
}

@media (max-width: 1280px) {
  .services__text {
    padding: 10px 20px 0px 50px;
  }
}

@media (max-width: 768px) {
  .services__text {
    padding: 0px 20px 0px 30px;
  }
}

.services__text-cont {
  display: block;
  position: relative;
  text-align: left;
  max-width: 450px;
  padding-left: 34px;
}

@media (max-width: 1280px) {
  .services__text-cont {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .services__text-cont {
    max-width: none;
  }
}

.services__text-cont:before {
  height: 50px;
  left: 0px;
  position: absolute;
  top: 7px;
  width: 4px;
  background-color: #F4D92E;
  content: '';
}

@media (max-width: 768px) {
  .services__text-cont:before {
    width: 3px;
  }
}

.services__text-cont p {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .services__text-cont p {
    font-size: 15px;
    line-height: 24px;
  }
}

.services__info {
  display: block;
  position: relative;
  text-align: left;
  padding-top: 24px;
}

@media (max-width: 768px) {
  .services__info {
    padding-top: 15px;
  }
}

@media (max-width: 500px) {
  .services__info {
    text-align: center;
  }
}

.services__info a, .services__info span {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  padding-bottom: 15px;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .services__info a, .services__info span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .services__info a, .services__info span {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  .services__info a, .services__info span {
    text-align: center;
  }
}

.services__info a:after, .services__info span:after {
  height: 4px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 60px;
  background-color: #F4D92E;
  bottom: 0px;
  content: '';
}

@media (max-width: 768px) {
  .services__info a:after, .services__info span:after {
    height: 3px;
  }
}

@media (max-width: 500px) {
  .services__info a:after, .services__info span:after {
    left: 50%;
    margin-left: -30px;
  }
}

.services__info a:hover, .services__info span:hover {
  color: #4A4A4A;
}

.promobox {
  display: block;
  position: relative;
  text-align: left;
}

.promobox .container {
  min-height: 466px;
}

@media (max-width: 768px) {
  .promobox .container {
    min-height: inherit;
    padding: 70px 22px 70px 22px;
  }
}

.promobox__fon {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.promobox__fon:after {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #161616;
  opacity: 0.8;
  content: '';
}

.promobox__fon img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: cover;
}

.promobox__block {
  position: relative;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .promobox__block {
    display: block;
    height: auto;
  }
}

.promobox__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.promobox__box:nth-child(1) {
  padding: 156px 40px 185px 100px;
}

@media (max-width: 1280px) {
  .promobox__box:nth-child(1) {
    padding-left: 60px;
  }
}

.promobox__box:nth-child(2) {
  padding: 165px 40px 146px 150px;
}

@media (max-width: 1280px) {
  .promobox__box:nth-child(2) {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  .promobox__box {
    display: block;
    width: auto;
    padding: 0px !important;
  }
}

.promobox__title {
  display: block;
  position: relative;
  text-align: left;
  max-width: 520px;
  padding-bottom: 27px;
}

@media (max-width: 1280px) {
  .promobox__title {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .promobox__title {
    margin: 0px auto;
    padding-bottom: 25px;
  }
}

.promobox__title h2, .promobox__title h3 {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
}

@media (max-width: 1280px) {
  .promobox__title h2, .promobox__title h3 {
    font-size: 35px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  .promobox__title h2, .promobox__title h3 {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
}

.promobox__title:after {
  height: 4px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 80px;
  bottom: 0px;
  background-color: #F4D92E;
  content: '';
}

@media (max-width: 768px) {
  .promobox__title:after {
    height: 3px;
    left: 50%;
    margin-left: -40px;
  }
}

.promobox__text {
  display: block;
  position: relative;
  text-align: left;
  max-width: 440px;
}

@media (max-width: 768px) {
  .promobox__text {
    margin: 25px auto 0px auto;
  }
}

.promobox__text p {
  display: block;
  position: relative;
  text-align: left;
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .promobox__text p {
    text-align: center;
  }
}

.promobox__button {
  display: block;
  position: relative;
  text-align: left;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .promobox__button {
    text-align: center;
  }
}

.informBlock {
  display: block;
  position: relative;
  text-align: left;
}

.informBlock .container {
  padding-top: 71px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .informBlock .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.informBlock__title {
  display: block;
  position: relative;
  text-align: left;
  max-width: 820px;
  margin: 0px auto 20px auto;
}

.informBlock__title h2, .informBlock__title h1 {
  display: block;
  position: relative;
  text-align: center;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 38px;
  line-height: 53px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .informBlock__title h2, .informBlock__title h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

.informBlock__title h3 {
  display: block;
  position: relative;
  text-align: center;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 33px;
  line-height: 53px;
}

@media (max-width: 768px) {
  .informBlock__title h3 {
    font-size: 28px;
    line-height: 40px;
  }
}

.informBlock__title h3:after {
  display: block;
  position: relative;
  text-align: left;
  width: 70px;
  height: 4px;
  margin: 13px auto 0px auto;
  background-color: #F4642E;
  bottom: 0px;
  content: '';
}

@media (max-width: 768px) {
  .informBlock__title h3:after {
    height: 3px;
  }
}

.informBlock__text {
  display: block;
  position: relative;
  text-align: left;
  max-width: 820px;
  margin: 0px auto 0px auto;
}

.informBlock__text p {
  display: block;
  position: relative;
  text-align: center;
  color: #646464;
  font-size: 17px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .informBlock__text p {
    font-size: 16px;
    line-height: 30px;
  }
}

.gallery {
  display: block;
  position: relative;
  text-align: left;
  background-color: #F2F2F2;
}

.gallery > .container {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .gallery > .container {
    padding-bottom: 20px;
  }
}

.gallery__block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -32px;
}

@media (max-width: 1280px) {
  .gallery__block {
    margin: 0px -15px;
  }
}

.gallery__box {
  position: relative;
  width: 25%;
  padding: 0px 32px 30px 32px;
}

@media (max-width: 1280px) {
  .gallery__box {
    padding: 0px 15px 30px 15px;
  }
}

@media (max-width: 768px) {
  .gallery__box {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .gallery__box {
    width: 100%;
  }
}

.gallery__cont {
  display: block;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.gallery__cont-img {
  display: block;
  position: relative;
  text-align: left;
}

.gallery__cont-img:after {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #161616;
  opacity: 0;
  content: '';
  transition: 0.4s opacity;
}

.gallery__cont-img img {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}

.gallery__cont-info {
  display: block;
  position: relative;
  text-align: left;
  width: 103%;
  padding-top: 22px;
}

@media (max-width: 768px) {
  .gallery__cont-info {
    width: auto;
    padding-top: 15px;
  }
}

.gallery__cont-info a, .gallery__cont-info span {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 23px;
  line-height: 31px;
  text-decoration: none;
  padding-bottom: 15px;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .gallery__cont-info a, .gallery__cont-info span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .gallery__cont-info a, .gallery__cont-info span {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  .gallery__cont-info a, .gallery__cont-info span {
    text-align: center;
    display: block;
  }
}

.gallery__cont-info a:after, .gallery__cont-info span:after {
  height: 4px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 60px;
  background-color: #F4D92E;
  bottom: 0px;
  content: '';
}

@media (max-width: 768px) {
  .gallery__cont-info a:after, .gallery__cont-info span:after {
    height: 3px;
  }
}

@media (max-width: 500px) {
  .gallery__cont-info a:after, .gallery__cont-info span:after {
    left: 50%;
    margin-left: -30px;
  }
}

.gallery__cont-info a:hover, .gallery__cont-info span:hover {
  color: #4A4A4A;
}

.gallery__cont:hover .gallery__cont-img:after {
  opacity: 0.8;
}

.gallery .informBlock .container {
  padding-top: 101px;
  padding-bottom: 55px;
}

@media (max-width: 768px) {
  .gallery .informBlock .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contacts {
  display: block;
  position: relative;
  text-align: left;
}

.contacts .container {
  padding-top: 68px;
  padding-bottom: 94px;
}

@media (max-width: 768px) {
  .contacts .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contacts__block {
  position: relative;
  display: flex;
}

@media (max-width: 768px) {
  .contacts__block {
    display: block;
  }
}

.contacts__box {
  position: relative;
  width: 50%;
}

.contacts__box:nth-child(2n + 1) {
  padding-right: 19px;
}

.contacts__box:nth-child(2n + 1) .contacts-title {
  margin-bottom: 29px;
}

@media (max-width: 1280px) {
  .contacts__box:nth-child(2n + 1) {
    padding-right: 30px;
  }
}

.contacts__box:nth-child(2n + 0) {
  padding-left: 105px;
}

.contacts__box:nth-child(2n + 0) .contacts-title {
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .contacts__box:nth-child(2n + 0) .contacts-title {
    margin-bottom: 0px;
  }
}

@media (max-width: 1280px) {
  .contacts__box:nth-child(2n + 0) {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .contacts__box:nth-child(2n + 0) {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .contacts__box {
    width: auto;
    display: block;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.contacts__info {
	position: relative;
	display: flex;
	margin-top: 65px;
}

@media (max-width: 1280px) {
  .contacts__info {
    display: block;
  }
}

.contacts__info-box {
  position: relative;
  width: 50%;
}

.contacts__info-box:nth-child(2) {
  padding-left: 29px;
}

@media (max-width: 1280px) {
  .contacts__info-box:nth-child(2) {
    padding-left: 0px;
  }
}

@media (max-width: 1280px) {
  .contacts__info-box {
    display: block;
    width: auto;
  }
}

.contacts__form {
  display: block;
  position: relative;
  text-align: left;
}

@media (max-width: 768px) {
  .contacts__form {
    margin-top: 40px;
  }
}

.contacts__form-box {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .contacts__form-box {
    margin-bottom: 20px;
  }
}

.contacts__button {
  position: relative;
  display: flex;
  margin-top: -1px;
}

@media (max-width: 1280px) {
  .contacts__button {
    display: block;
    margin-top: 0px;
  }
}

.contacts__button-box {
  position: relative;
  display: flex;
  align-items: center;
}

.contacts__button-box:nth-child(2) {
  padding-left: 27px;
}

@media (max-width: 1280px) {
  .contacts__button-box:nth-child(2) {
    padding: 15px 0px 0px 0px;
  }
}

@media (max-width: 1280px) {
  .contacts__button-box {
    display: block;
  }
}

.contacts-title {
  display: block;
  position: relative;
  text-align: left;
  min-height: 70px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .contacts-title {
    min-height: inherit;
    margin-bottom: 25px;
  }
}

.contacts-title h2, .contacts-title h1 {
  display: block;
  position: relative;
  text-align: left;
  color: #1B1B1B;
  font-weight: 800;
  font-size: 29px;
  line-height: 53px;
}

@media (max-width: 768px) {
  .contacts-title h2, .contacts-title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.contacts-map {
  display: block;
  position: relative;
  text-align: left;
  height: 429px;
  margin-bottom: 65px;
  background-color: #D8D8D8;
}

@media (max-width: 1280px) {
  .contacts-map {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .contacts-map {
    height: 300px;
    margin: 0px -15px 35px -15px;
  }
}

.contacts-map > img {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  object-fit: cover;
}

.contacts-map > iframe {
  width: 100%;
  height: 100%;
}

.contacts-address {
  display: block;
  position: relative;
  text-align: left;
  color: #646464;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .contacts-address {
    font-size: 18px;
    line-height: 25px;
  }
}

.contacts-link {
  display: block;
  position: relative;
  text-align: left;
}

.contacts-link a {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #161616;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  padding: 0px 0px 1px 0px;
  margin: 0px;
}

@media (max-width: 768px) {
  .contacts-link a {
    font-size: 18px;
    line-height: 25px;
  }
}

.contacts-link a:after {
  height: 3px;
}

.contacts-phones {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1280px) {
  .contacts-phones {
    margin-top: 35px;
  }
}

.contacts-phones li {
  position: relative;
  display: flex;
}

.contacts-phones li b {
  position: relative;
  width: 106px;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #C6C6C6;
}

@media (max-width: 768px) {
  .contacts-phones li b {
    font-size: 18px;
    line-height: 25px;
  }
}

.contacts-phones li a {
  position: relative;
  color: #646464;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contacts-phones li a {
    font-size: 18px;
    line-height: 25px;
  }
}

.contacts-inform {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #515151;
  font-weight: 800;
  font-size: 17px;
  line-height: 23px;
  transition: 0.15s opacity;
  opacity: 0;
}

@media (max-width: 768px) {
  .contacts-inform {
    font-size: 14px;
    line-height: 18px;
  }
}

.contacts-inform.active {
  opacity: 1;
}

.hFooter {
  height: 312px;
}

@media (max-width: 1280px) {
  .hFooter {
    height: 390px;
  }
}

@media (max-width: 960px) {
  .hFooter {
    height: 470px;
  }
}

@media (max-width: 500px) {
  .hFooter {
    height: 510px;
  }
}

.footer {
  display: block;
  position: relative;
  text-align: left;
  height: 312px;
  margin-top: -312px;
  background-color: #000;
}

@media (max-width: 1280px) {
  .footer {
    height: 390px;
    margin-top: -390px;
  }
}

@media (max-width: 960px) {
  .footer {
    height: 470px;
    margin-top: -470px;
  }
}

@media (max-width: 500px) {
  .footer {
    height: 510px;
    margin-top: -510px;
  }
}

.footer .container {
  height: 100%;
}

.footer__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.footer__row:first-child {
  height: 100%;
}

@media (max-width: 1280px) {
  .footer__row:first-child {
    height: auto;
  }
}

.footer__row:first-child .footer__col {
  padding-top: 93px;
}

@media (max-width: 1280px) {
  .footer__row:first-child .footer__col {
    padding-top: 0px;
  }
}

.footer__row:first-child .footer__col:nth-child(1) {
  width: 26.5%;
}

@media (max-width: 1280px) {
  .footer__row:first-child .footer__col:nth-child(1) {
    width: 100%;
    align-items: center;
    padding: 80px 0px 60px 0px;
  }
}

@media (max-width: 960px) {
  .footer__row:first-child .footer__col:nth-child(1) {
    padding-bottom: 30px;
  }
}

.footer__row:first-child .footer__col:nth-child(2) {
  width: 26.1%;
}

@media (max-width: 1280px) {
  .footer__row:first-child .footer__col:nth-child(2) {
    width: 33.33%;
    align-items: center;
  }
}

@media (max-width: 960px) {
  .footer__row:first-child .footer__col:nth-child(2) {
    width: 100%;
    padding-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .footer__row:first-child .footer__col:nth-child(2) {
    padding-bottom: 30px;
  }
}

.footer__row:first-child .footer__col:nth-child(3) {
  width: 26.5%;
}

@media (max-width: 1280px) {
  .footer__row:first-child .footer__col:nth-child(3) {
    width: 33.33%;
    align-items: center;
  }
}

@media (max-width: 960px) {
  .footer__row:first-child .footer__col:nth-child(3) {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .footer__row:first-child .footer__col:nth-child(3) {
    width: 100%;
    padding-bottom: 30px;
    align-items: center;
  }
}

.footer__row:first-child .footer__col:nth-child(4) {
  width: 20.9%;
}

@media (max-width: 1280px) {
  .footer__row:first-child .footer__col:nth-child(4) {
    width: 33.33%;
    align-items: center;
  }
}

@media (max-width: 960px) {
  .footer__row:first-child .footer__col:nth-child(4) {
    width: 50%;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .footer__row:first-child .footer__col:nth-child(4) {
    width: 100%;
    align-items: center;
  }
}

.footer__row:last-child {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.footer__row:last-child .footer__col {
  width: 100%;
  height: 100px;
  align-items: center;
}

@media (max-width: 960px) {
  .footer__row:last-child .footer__col {
    height: 135px;
  }
}

.footer__col {
  position: relative;
  display: flex;
  flex-direction: column;
}

.footer-link {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
}

.footer-link a {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 29px;
  padding-bottom: 1px;
}

@media (max-width: 960px) {
  .footer-link a {
    font-size: 14px;
  }
}

.footer-link a:after {
  height: 3px;
}

.footer-logo {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 12px;
}

@media (max-width: 1280px) {
  .footer-logo {
    text-align: center;
  }
}

@media (max-width: 960px) {
  .footer-logo {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
}

.footer-logo:after {
  height: 3px;
  left: 0px;
  position: absolute;
  top: auto;
  width: 70px;
  background-color: #F4D92E;
  bottom: 0px;
  content: '';
}

@media (max-width: 1280px) {
  .footer-logo:after {
    left: 50%;
    margin-left: -35px;
  }
}

.footer-address {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: top;
  background-image: url(images/icon-location-empty.svg);
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 18px 22px;
  color: #8C8C8C;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  padding-left: 40px;
}

@media (max-width: 960px) {
  .footer-address {
    display: block;
    max-width: 260px;
    margin: 0px auto;
    text-align: center;
    background-position: top;
    padding: 40px 0px 0px 0px;
  }
}

.footer-phones {
  position: relative;
  display: flex;
  flex-direction: column;
}

.footer-phones li {
  position: relative;
  display: flex;
}

.footer-phones li b {
  position: relative;
  width: 124px;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 1280px) {
  .footer-phones li b {
    width: 90px;
  }
}

.footer-phones li a {
  position: relative;
  color: #8C8C8C;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}

@media (max-width: 960px) {
  .footer-phones li a {
    font-size: 18px;
  }
}

.footer-copyright {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  color: #7f7f7f;
  font-weight: 800;
  font-size: 16px;
  line-height: 29px;
}

.footer-copyright a {
    vertical-align: baseline;
    color: #7f7f7f;
}

@media (max-width: 960px) {
  .footer-copyright {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0px 20px 0px;
  }
}

.footerMobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: none;
  background-color: #000;
  z-index: 1010;
  user-select: none;
}

@media (max-width: 960px) {
  .footerMobile {
    display: block;
  }
}

.footerMobile__block {
  position: relative;
  display: flex;
}

.footerMobile__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 50px;
}

.footerMobile__box a {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.footerMobile__box a:hover {
  background-color: #121212;
}

.footerMobile-phone {
  background-image: url(images/icon-phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.footerMobile-location {
  background-image: url(images/icon-location.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 20px;
}

.footerMobile-mail {
  background-image: url(images/icon-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 15px;
}

.CFn .btn {
  padding-top: 8px;
}

.CFn .btn--middle {
  padding-top: 7px;
}

.CFn .btn--big {
  padding-top: 8px;
}

.CFn input.btn {
  padding-top: 7px;
}


.gallery__block__wide .gallery__box{
  width: 50%;
  padding-bottom: 60px;
}

.gallery__block__wide .gallery__cont-img {
/*   height: 318px; */
  overflow: hidden;
}

@media (max-width: 768px) {
  .gallery__block__wide .gallery__box {
    width: 100%;
  }

  .gallery__block__wide .gallery__cont-img {
/*     height: 300px; */
  }
}

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

.services__block__wide .services__box {
  width: 25%;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.services__block__wide .services__text {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services__block__wide .services__text-cont {
  max-width: 100%;
}
.services__block__wide.services__block {
  display: flex;
}

.services__block__wide .services__cont {
  height: 0;
  min-height: 1px;
  padding-top: 100%;
}

@media (max-width: 1236px) {
  .services__block__wide .services__box {
    width: 50%;
  }
  .services__block__wide .services__cont {
    padding-top: 100%;
  }

  .services__block__wide .services__text {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .services__block__wide .services__cont {
    padding-top: 91%;
  }

  .services__block__wide .services__text {
    padding: 15px;
  }
}
@media (max-width: 630px) {


  .services__block__wide .services__box {
    width: 100%;
  }
  .services__block__wide .services__cont {
    padding-top: 93%;
  }
  .services__block__wide .services__text {
    padding: 30px;
  }
}


.informBlock__title--wide {
  max-width: 912px;
  margin-top: 65px;
}

.informBlock--center ,
.informBlock--center  .container {
  text-align: center;
}
.informBlock--btn-wrap {
  margin-top: 16px;
  margin-bottom: 45px;
  display: inline-block;
}


.contents-separator2 {
  margin: 40px 0;
}
