@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Raleway/Regular/RalewayRegular.eot?") format("eot"), url("../fonts/Raleway/Regular/RalewayRegular.woff2") format("woff2"), url("../fonts/Raleway/Regular/RalewayRegular.woff") format("woff"), url("../fonts/Raleway/Regular/RalewayRegular.ttf") format("truetype"), url("../fonts/Raleway/Regular/RalewayRegular.svg#Raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Raleway/Thin/RalewayThin.eot?") format("eot"), url("../fonts/Raleway/Thin/RalewayThin.woff2") format("woff2"), url("../fonts/Raleway/Thin/RalewayThin.woff") format("woff"), url("../fonts/Raleway/Thin/RalewayThin.ttf") format("truetype"), url("../fonts/Raleway/Thin/RalewayThin.svg#Raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Raleway/SemiBold/RalewaySemiBold.eot?") format("eot"), url("../fonts/Raleway/SemiBold/RalewaySemiBold.woff2") format("woff2"), url("../fonts/Raleway/SemiBold/RalewaySemiBold.woff") format("woff"), url("../fonts/Raleway/SemiBold/RalewaySemiBold.ttf") format("truetype"), url("../fonts/Raleway/SemiBold/RalewaySemiBold.svg#Raleway") format("svg");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Raleway/Black/RalewayBlack.eot?") format("eot"), url("../fonts/Raleway/Black/RalewayBlack.woff2") format("woff2"), url("../fonts/Raleway/Black/RalewayBlack.woff") format("woff"), url("../fonts/Raleway/Black/RalewayBlack.ttf") format("truetype"), url("../fonts/Raleway/Black/RalewayBlack.svg#Raleway") format("svg");
}

body {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.scroll-top {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-top img {
  width: 20px;
}

.scroll-top.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header {
  background: url(../img/bg.jpg) center;
  background-size: cover;
  position: relative;
  padding-bottom: 42px;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

@media only screen and (max-width: 991px) {
  .header::before {
    display: block;
  }
}

.topline {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.headerContacts {
  color: #ffffff;
  margin-left: 109px;
}

@media only screen and (max-width: 991px) {
  .headerContacts {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}

.headerContacts__phone {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.headerBody {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.headerBody__head {
  width: 100%;
  font-size: 30px;
  margin-top: 152px;
  margin-bottom: 30px;
}

.headerBody__head span {
  font-size: 60px;
  line-height: 1;
}

@media only screen and (max-width: 479px) {
  .headerBody__head {
    font-size: 24px;
    margin-top: 80px;
  }
  .headerBody__head span {
    font-size: 40px;
  }
}

.headerBody__whiteBg {
  width: 612px;
  margin: 0 auto 45px;
  background-color: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 0;
}

@media only screen and (max-width: 767px) {
  .headerBody__whiteBg {
    width: 100%;
  }
}

.headerBody__transparent {
  font-size: 30px;
  opacity: .5;
  margin-bottom: 62px;
}

@media only screen and (max-width: 479px) {
  .headerBody__transparent {
    font-size: 22px;
  }
}

.headerBody__phone {
  font-size: 30px;
  margin-bottom: 28px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

.headerBody__links a {
  color: #ffcc99;
  font-size: 24px;
  text-decoration: underline;
}

@media only screen and (max-width: 479px) {
  .headerBody__links a {
    font-size: 14px;
  }
}

.videoWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  .videoWrapper {
    display: none;
  }
}

.videoWrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.b-lng {
  margin-top: 14px;
  margin-left: 57px;
}

@media only screen and (max-width: 991px) {
  .b-lng {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.change-lng {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  margin: 0 5px;
}

@media only screen and (max-width: 991px) {
  .change-lng {
    margin: 0 10px;
  }
}

.change-lng img {
  margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
  .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.logo__head {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #6f0601;
  display: inline-block;
  padding: 2px 0 3px;
  text-align: center;
  width: 230px;
  margin-bottom: 5px;
}

.logo__bottom {
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  width: 230px;
  text-align: center;
}

.menu {
  text-align: center;
}

.menu__link {
  color: #ffcc99;
  text-decoration: none;
  margin: 0 10px;
}

.services {
  padding: 50px 0;
}

.services__head {
  border-bottom: 1px solid #660000;
  text-align: center;
  color: #660000;
  font-size: 36px;
  padding-bottom: 19px;
  margin-bottom: 60px;
  font-weight: 600;
}

.serviceItem {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-bottom: 70px;
}

.serviceItem__img {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.serviceItem__text {
  padding: 0 10px;
}

.services__redBg {
  text-align: center;
  background-color: #6f0601;
  width: 846px;
  padding: 14px 57px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .services__redBg {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .services__redBg {
    padding: 14px 20px;
  }
}

.redLine {
  height: 1px;
  width: 100%;
  background-color: #660000;
  margin-top: 16px;
}

.mapHead {
  margin-bottom: 20px;
}

.mapHead__link {
  color: #660000;
  font-size: 36px;
  text-decoration: none;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .mapHead__link {
    font-size: 24px;
  }
}

.mapHead__link:hover {
  text-decoration: underline;
}

.mapContent {
  width: 100%;
  display: none;
}

.mapContent.active {
  display: block;
}

.mapContent-wrapper {
  background-color: #000000;
  padding-top: 10px;
}

.footer {
  background-color: #000000;
  padding: 40px 0 70px;
}

.footer__addr {
  color: #ffffff;
  margin-top: 20px;
}

@media only screen and (max-width: 991px) {
  .footer__addr {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .menu-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}

.menu__link-footer {
  margin: 0;
  margin-bottom: 15px;
  display: inline-block;
}

.footer__phone {
  color: #ffffff;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .footer__phone {
    text-align: center;
    margin-bottom: 0;
    margin-top: 60px;
  }
}

.footer__phone:last-child {
  margin-bottom: 0;
}

.footer__phone .text {
  font-size: 14px;
  opacity: .7;
  text-transform: uppercase;
}

.footer__phone .phone {
  font-size: 36px;
  margin-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
}

.footer__phone .workTime {
  color: #666666;
}
