@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:500,600|Roboto:300,400&display=swap&subset=cyrillic");
.container {
  max-width: 1140px;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0px 30px; }
  @media (max-width: 1700px) {
    .container {
      padding: 0px 45px; } }
  @media (max-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 720px;
      padding: 0px 20px; } }
  @media (max-width: 576px) {
    .container {
      max-width: none;
      padding: 0px 15px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 768px) {
      .header:before {
        background-color: rgba(40, 39, 36, 0.99); } }
  .header.visible:before {
    background-color: rgba(40, 39, 36, 0.99);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 2px 2px 4px rgba(70, 70, 70, 0.1);
    box-shadow: 2px 2px 4px rgba(70, 70, 70, 0.1); }
    @media (max-width: 768px) {
      .header.visible:before {
        -webkit-box-shadow: none;
        box-shadow: none; } }
  .header .container {
    max-width: 100%;
    padding: 0px 30px; }
    @media (min-width: 1700px) {
      .header .container {
        padding: 0px 45px; } }
    @media (max-width: 768px) {
      .header .container {
        padding: 0px 20px; } }
    @media (max-width: 576px) {
      .header .container {
        padding: 0px 15px; } }
  .header .contacts__tel {
    display: block; }
    .header .contacts__tel a {
      font-size: 22px;
      letter-spacing: 2px;
      font-family: "Oswald", sans-serif;
      color: white;
      position: relative; }
      @media (min-width: 1700px) {
        .header .contacts__tel a {
          font-size: 30px; } }
  .header__wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-height: 100px; }
    .header__wrap.narrow {
      padding: 10px 0 10px 0;
      min-height: 70px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (min-width: 1700px) {
        .header__wrap.narrow {
          padding: 20px 0 20px 0; } }
    @media (min-width: 1700px) {
      .header__wrap {
        min-height: 120px;
        padding: 30px 0 30px 0; } }
    @media (max-width: 768px) {
      .header__wrap {
        min-height: 70px;
        padding: 10px 0 10px 0;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s; }
        .header__wrap.narrow {
          padding: 10px 0 10px 0;
          -webkit-transition: all 0s ease 0s;
          -o-transition: all 0s ease 0s;
          transition: all 0s ease 0s; } }
  .header__cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .header__logo {
    width: 100px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .header__logo.reduce {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (min-width: 1700px) {
        .header__logo.reduce {
          width: 115px; } }
    .header__logo img {
      max-width: 100%;
      display: block; }
    @media (min-width: 1700px) {
      .header__logo {
        width: 115px; } }
    @media (max-width: 768px) {
      .header__logo {
        display: none;
        width: 100px; } }
  .header__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 768px) {
      .header__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .header__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0; }
  .header .menu-item {
    display: none; }
    @media (max-width: 1140px) {
      .header .menu-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 0; } }
  .header .contacts-item {
    z-index: 4;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    @media (max-width: 768px) {
      .header .contacts-item {
        display: none; } }
    .header .contacts-item.hide {
      opacity: 0;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
  .header .btn-item {
    margin: 0 0 0 30px; }
    @media (max-width: 1140px) {
      .header .btn-item {
        margin: 0 30px 0 30px; } }
    @media (max-width: 768px) {
      .header .btn-item {
        margin: 0 0 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .header__btn {
    z-index: 4;
    opacity: 1;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .header__btn.hide {
      opacity: 0;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }

.menu {
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 0 0 30px;
  border: 2px solid block; }
  .menu.active {
    right: 0; }
  @media (min-width: 1700px) {
    .menu {
      margin: 0 0 0 50px; } }
  @media (max-width: 1140px) {
    .menu {
      margin: 0 0 0 0;
      position: fixed;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      background: #101010;
      left: auto;
      overflow: auto;
      padding: 20px;
      top: 0;
      right: -100%;
      width: 30%;
      height: 100%;
      width: 45%; } }
  @media (max-width: 768px) {
    .menu {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: center;
      width: 100%;
      top: -100%;
      right: 0;
      padding: 100px 30px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .menu.active {
        top: 0; } }
  .menu__icon {
    cursor: pointer;
    position: relative;
    z-index: 6;
    width: 30px;
    height: 20px; }
    .menu__icon span {
      background-color: #fff;
      position: absolute;
      top: 9px;
      left: 0;
      width: 100%;
      height: 2px;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .menu__icon:after, .menu__icon:before {
      content: '';
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .menu__icon:before {
      top: 0; }
    .menu__icon:after {
      bottom: 0; }
    .menu__icon:hover:after, .menu__icon:hover:before {
      opacity: 0.5;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .menu__icon:hover span {
      opacity: 0.5;
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
    .menu__icon.active span {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .menu__icon.active:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 9px; }
    .menu__icon.active:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 9px; }
  .menu__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 4;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1140px) {
      .menu__list {
        width: 100%;
        display: block;
        margin: 0px 0px 70px 0px;
        margin: 0 auto; }
        .menu__list li {
          margin: 0 0 25px 0;
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
          .menu__list li:hover {
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            padding: 0 0 0 20px; }
            .menu__list li:hover .menu__link:after {
              opacity: 1; }
        .menu__list li:last-child {
          margin: 0; } }
    @media (max-width: 768px) {
      .menu__list li {
        width: 100%;
        text-align: center;
        margin: 0 0 50px 0; }
        .menu__list li:hover {
          padding: 0 0 0 0; }
          .menu__list li:hover .menu__link:after {
            opacity: 0; }
      .menu__list li:first-child a:before {
        display: none; } }
  .menu__link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: "Oswald", sans-serif;
    margin: 0 20px;
    color: #fff;
    display: block; }
    .menu__link:hover {
      color: #f6933c; }
    @media (min-width: 1700px) {
      .menu__link {
        font-size: 19px;
        margin: 0 35px; } }
    @media (max-width: 1140px) {
      .menu__link {
        margin: 0 auto;
        font-size: 18px;
        letter-spacing: 2px;
        padding: 0 0 0 23px; }
        .menu__link:after {
          content: '';
          position: absolute;
          top: 12px;
          left: 0;
          width: 15px;
          height: 2px;
          background: #fff;
          opacity: 0;
          -webkit-transition: all 0.5s ease 0.1s;
          -o-transition: all 0.5s ease 0.1s;
          transition: all 0.5s ease 0.1s; } }
    @media (max-width: 768px) {
      .menu__link {
        font-size: 22px;
        padding: 0; }
        .menu__link:hover {
          margin: 0;
          opacity: 0.7; }
          .menu__link:hover:after {
            opacity: 0; }
        .menu__link:before {
          content: '';
          background-color: #fff;
          position: absolute;
          width: 4px;
          height: 4px;
          opacity: 0.5;
          border-radius: 50%;
          top: -24px;
          left: 50%;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); } }
  .menu__contacts {
    margin: 100px 0px 10px 0px;
    text-align: center;
    display: none; }
    @media (max-width: 1140px) {
      .menu__contacts {
        display: block; } }
  .menu .contacts__tel {
    margin: 0px 0px 15px 0px; }
  .menu .contacts__tel a {
    font-size: 22px;
    padding: 0 0 0 30px;
    position: relative; }
    .menu .contacts__tel a:before {
      content: '';
      background-image: url(../img/icons/phone.svg);
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 5px;
      left: 0;
      width: 18px;
      height: 18px; }
    @media (min-width: 1700px) {
      .menu .contacts__tel a {
        font-size: 30px; } }
  .menu .contacts__e-mail {
    color: #f9f9f9; }
    @media (min-width: 1700px) {
      .menu .contacts__e-mail {
        font-size: 20px; } }
  .menu__btn {
    display: none !important; }
    @media (max-width: 1140px) {
      .menu__btn {
        display: block !important; } }
    @media (max-width: 768px) {
      .menu__btn {
        margin: 0 auto; } }

.footer {
  background-color: #1e1d1b;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 70px 0px 30px 0px;
  z-index: 1;
  margin: -2px 0; }
  .footer__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    text-align: center; }
    @media (max-width: 768px) {
      .footer__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%; } }
    @media (max-width: 576px) {
      .footer__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  .footer__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px 0; }
  .footer__link {
    width: 50px;
    margin: 0 30px; }
    @media (max-width: 576px) {
      .footer__link {
        width: 40px;
        margin: 0 25px; } }
    .footer__link:hover img {
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
    .footer__link img {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 100%; }
  .footer__text {
    font-size: 22px;
    line-height: 30px;
    color: #EFEFEF; }
  .footer__logo {
    margin: 0 auto;
    display: block;
    width: 130px;
    margin: 40px auto 40px; }
    .footer__logo img {
      width: 100%; }
  .footer__pp {
    font-size: 12px;
    letter-spacing: 2px;
    letter-spacing: 1;
    background: none;
    text-decoration: none;
    color: #EFEFEF; }
    .footer__pp:hover {
      color: #f6933c; }

#modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background: rgba(10, 10, 10, 0.9);
  display: none;
  z-index: 99; }
  #modal .modal-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #modal .modal-container .close-cross {
      position: absolute;
      cursor: pointer;
      top: -24px;
      right: -24px;
      width: 23px;
      height: 23px;
      background-color: transparent;
      z-index: 99; }
      @media (max-width: 576px) {
        #modal .modal-container .close-cross {
          top: 5px;
          right: 5px; } }
      #modal .modal-container .close-cross:before, #modal .modal-container .close-cross:after {
        content: '';
        width: 22px;
        height: 2px;
        top: 11px;
        left: 0px;
        position: absolute;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: #fff; }
        @media (max-width: 576px) {
          #modal .modal-container .close-cross:before, #modal .modal-container .close-cross:after {
            width: 17px;
            left: 2px;
            top: 11px;
            background-color: #202020; } }
      #modal .modal-container .close-cross:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #modal .modal-container .close-cross:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #modal .modal-container .close-cross:hover:before, #modal .modal-container .close-cross:hover:after {
        opacity: 0.5;
        width: 20px;
        left: -1px; }

.modal-content {
  display: none; }

.modal-window-pp {
  background-color: #F7F7F7;
  padding: 50px 30px 30px 30px;
  position: absolute;
  left: 50%;
  top: 6%;
  margin: 0 0 1% 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  @media (max-width: 992px) {
    .modal-window-pp {
      width: 100%;
      min-height: 100vh;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      margin: 0 0 0 0; } }
  .modal-window-pp h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 30px 0;
    color: #202020; }
  .modal-window-pp p {
    font-size: 14px;
    line-height: 23px;
    color: #555555; }
  .modal-window-pp .modal-footer {
    text-align: right; }
    .modal-window-pp .modal-footer .modal-btn {
      margin: 50px 0 0 0;
      font-size: 19px; }

.modal-window-mainvideo {
  background-color: #1e1d1b;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 70%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  .modal-window-mainvideo .frame_blc {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0; }
  .modal-window-mainvideo .frame_blc iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  @media (max-width: 992px) {
    .modal-window-mainvideo .close-cross {
      top: -25px !important;
      right: -3px !important; }
      .modal-window-mainvideo .close-cross:hover:before, .modal-window-mainvideo .close-cross:hover:after {
        left: 1px !important; } }
  @media (max-width: 992px) {
    .modal-window-mainvideo {
      width: 92%; } }
  @media (max-width: 576px) {
    .modal-window-mainvideo {
      width: 96%; } }

.modal-window-callback-f {
  background-color: #1e1d1b;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 400px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  @media (min-width: 1700px) {
    .modal-window-callback-f {
      width: 460px; } }
  @media (max-width: 450px) {
    .modal-window-callback-f {
      top: 5%;
      width: 96%; } }

.modal-window-popup-f {
  background-color: #1e1d1b;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 10%;
  width: 400px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  @media (min-width: 1700px) {
    .modal-window-popup-f {
      width: 460px; } }
  @media (max-width: 450px) {
    .modal-window-popup-f {
      top: 5%;
      width: 96%; } }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

input [type="text"], input [type="email"], input [type="tel"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  cursor: pointer;
  font-family: "Roboto", sans-serif; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

.form {
  padding: 40px 30px;
  background: rgba(25, 25, 25, 0.55);
  text-align: center; }
  @media (max-width: 576px) {
    .form {
      padding: 40px 30px; } }
  .form__title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 700; }
    @media (min-width: 1700px) {
      .form__title {
        font-size: 28px;
        line-height: 36px; } }
  .form__text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 0 0 30px 0;
    color: #EFEFEF;
    font-weight: 300; }
    @media (min-width: 1700px) {
      .form__text {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 40px 0; } }

.form__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px; }

.form__column {
  padding: 0 15px; }

.form-group {
  margin: 0 0 20px 0; }
  @media (min-width: 1700px) {
    .form-group {
      margin: 0 0 30px 0; } }

.form-btn {
  margin: 10px 0 25px 0; }
  @media (min-width: 1700px) {
    .form-btn {
      margin: 10px 0 35px 0; } }

.form-checkbox {
  z-index: 1;
  display: inline-block;
  display: inline-block;
  font-size: 10px;
  line-height: 13px;
  color: #EFEFEF !important;
  text-align: left;
  padding: 0px 0px 0px 25px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  z-index: 1; }
  .form-checkbox input {
    display: none; }
  .form-checkbox a {
    z-index: 2;
    font-size: 10px;
    line-height: 13px;
    color: #EFEFEF;
    text-decoration: underline; }
  @media (min-width: 1700px) {
    .form-checkbox {
      font-size: 12px;
      line-height: 14px; }
      .form-checkbox a {
        font-size: 12px;
        line-height: 14px; } }
  .form-checkbox:before {
    content: '';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #bfc0c4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
  .form-checkbox:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    background-color: #FF910C;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .form-checkbox.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.modal-form {
  background: rgba(255, 255, 255, 0.95); }
  .modal-form .form__title {
    color: #202020 !important; }
  .modal-form .form__text {
    color: #555555 !important; }
  .modal-form .form-checkbox {
    color: #555555 !important; }
    .modal-form .form-checkbox a {
      color: #202020; }
    .modal-form .form-checkbox:before {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: none;
      box-shadow: none; }

.form-control {
  position: relative;
  width: 100%;
  height: 40px;
  border-radius: 0 !important;
  display: block;
  font-size: 15px;
  padding: 0px 20px 0px 45px;
  background-color: #fff;
  color: #505050;
  border: 1px solid rgba(20, 20, 20, 0.2); }
  @media (max-width: 576px) {
    .form-control {
      font-size: 13px; } }

.form-phone {
  position: relative; }
  .form-phone:after {
    content: '';
    background-image: url(../img/icons/form-phone.svg);
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 16px;
    height: 16px;
    opacity: 0.5; }

.form-textarea {
  position: relative; }
  .form-textarea:after {
    content: '';
    background-image: url(../img/icons/form-text.svg);
    background-size: cover;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 16px;
    height: 16px;
    opacity: 0.5; }

textarea.form-control {
  resize: none;
  height: 85px;
  padding: 10px 20px 10px 45px; }

.check {
  position: relative;
  padding-left: 25px;
  color: #5f5f5f;
  line-height: 18px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a3a3a3;
    position: absolute; }
  .check.active :before {
    background: url("../img/icons/check.png") center no-repeat; }

/*btn-callback*/
.btn-callback {
  display: inline-block;
  position: relative;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  background: transparent;
  border-radius: 0px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  letter-spacing: 1px; }
  @media (min-width: 1700px) {
    .btn-callback {
      font-size: 18px;
      padding: 18px; } }
  @media (max-width: 768px) {
    .btn-callback {
      font-size: 13px; } }
  .btn-callback:hover {
    background-color: white;
    border: 1px solid white;
    color: #202020; }
    @media (max-width: 768px) {
      .btn-callback:hover {
        opacity: 1;
        background: #202020;
        color: #202020; } }
    .btn-callback:hover:active {
      -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
      transform: scale(0.97); }

/*btn*/
.btn {
  display: inline-block;
  padding: 0px 35px;
  height: 50px;
  line-height: 50px;
  background-color: #f3831f;
  color: #fff;
  font-size: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn:hover {
    background-color: #f6933c; }
  .btn:active {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  @media (min-width: 1700px) {
    .btn {
      font-size: 20px;
      padding: 0px 42px;
      height: 60px;
      line-height: 60px; } }
  @media (max-width: 400px) {
    .btn {
      min-width: 75%;
      font-size: 15px;
      padding: 0px 20px; } }

/*btn-t*/
.btn-t {
  display: inline-block;
  padding: 0px 35px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #202020;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-t:hover {
    background-color: #fff;
    color: #000; }
  .btn-t:active {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }
  @media (min-width: 1700px) {
    .btn-t {
      font-size: 20px;
      padding: 0px 42px;
      height: 60px;
      line-height: 60px; } }

/*btn-readmore*/
.btn-readmore {
  font-size: 14px;
  letter-spacing: 2px;
  color: #555555;
  background: none; }

.about {
  background-color: #E5E5E5;
  width: 100%;
  min-height: 30vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px; }
  @media (max-width: 576px) {
    .about {
      padding: 70px 0px 70px 0px; } }
  .about .container {
    max-width: 100%; }
  .about__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 992px) {
      .about__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .about__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    position: relative; }
    @media (max-width: 992px) {
      .about__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  .about__content {
    padding: 70px 50px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 10px 10px 10px 5px rgba(30, 30, 30, 0.2);
    box-shadow: 10px 10px 10px 5px rgba(30, 30, 30, 0.2); }
    @media (min-width: 1700px) {
      .about__content {
        padding: 120px 100px; } }
    @media (max-width: 992px) {
      .about__content {
        padding: 50px 30px;
        position: static;
        bottom: 0px;
        right: 0px;
        -webkit-box-shadow: 10px 10px 10px 5px rgba(30, 30, 30, 0);
        box-shadow: 10px 10px 10px 5px rgba(30, 30, 30, 0); } }
    @media (max-width: 576px) {
      .about__content {
        background: none;
        padding: 0px; } }
  .about__title {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 30px 0; }
    @media (max-width: 768px) {
      .about__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 576px) {
      .about__title {
        font-size: 34px;
        line-height: 44px;
        text-align: center; } }
  .about__text {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 40px 0;
    color: #555555; }
    .about__text a {
      color: inherit;
      font-weight: 600; }
    @media (min-width: 1700px) {
      .about__text {
        font-size: 19px;
        line-height: 30px; } }
    @media (max-width: 576px) {
      .about__text {
        font-size: 14px;
        line-height: 22px; } }
  .about__ibg {
    display: block;
    background-image: url(../img/about/01.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 500px; }
    @media (min-width: 1700px) {
      .about__ibg {
        height: 700px; } }
    @media (max-width: 992px) {
      .about__ibg {
        height: 450px; } }
    @media (max-width: 576px) {
      .about__ibg {
        height: 350px; } }
    @media (max-width: 400px) {
      .about__ibg {
        height: 280px; } }
  @media (max-width: 576px) {
    .about__btn {
      display: block;
      margin: 0 auto 50px; } }

.map iframe {
  margin-bottom: -8px; }

.map #wrapMap {
  position: relative;
  cursor: help;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

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

aside, nav, header, footer, section, main {
  display: block; }

html, body {
  min-width: 320px;
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: "Roboto", sans-serif; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

a, a:visited {
  text-decoration: none; }

a {
  background-color: transparent; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top;
  border-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-size: inherit;
  font-weight: inherit; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/*+*/
fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*+*/
body.lock {
  overflow: hidden; }

@media (max-width: 768px) {
  body.menu-lock {
    overflow: hidden; } }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.block-title {
  text-align: center;
  font-size: 50px;
  line-height: 65px;
  color: #202020;
  margin: 0 0 100px 0;
  position: relative;
  font-family: "Oswald", sans-serif; }
  @media (min-width: 1700px) {
    .block-title {
      font-size: 60px;
      line-height: 75px; } }
  .block-title:after {
    content: '';
    width: 150px;
    height: 3px;
    background-color: #FF910C;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  @media (max-width: 576px) {
    .block-title {
      margin: 0 0 70px 0;
      font-size: 36px;
      line-height: 46px; }
      .block-title:after {
        width: 100px; } }
  @media (max-width: 380px) {
    .block-title {
      font-size: 32px;
      line-height: 42px; } }

.block-title-abs {
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  color: #202020; }
  @media (min-width: 1700px) {
    .block-title-abs {
      font-size: 65px;
      line-height: 80px; } }
  @media (max-width: 576px) {
    .block-title-abs {
      font-size: 36px;
      line-height: 46px; } }

.services-choice {
  background-color: #1e1d1b;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 0px 0px; }
  @media (min-width: 1700px) {
    .services-choice {
      padding: 120px 0px 0px 0px; } }
  @media (max-width: 768px) {
    .services-choice {
      display: block;
      padding: 100px 0px 0px 0px; } }
  @media (max-width: 576px) {
    .services-choice {
      display: block;
      padding: 100px 0px 0px 0px; } }
  .services-choice .container {
    max-width: 100%;
    padding: 0; }
  .services-choice__mobile-block {
    display: none;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .services-choice__mobile-block {
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .services-choice__logo {
    width: 130px;
    margin: 0 0 20px 0; }
    @media (max-width: 576px) {
      .services-choice__logo {
        width: 100px; } }
    .services-choice__logo img {
      width: 100%; }
  .services-choice__tel a {
    font-size: 28px;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    color: #fff; }
  .services-choice__bg-title {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 200px;
    font-family: "Oswald", sans-serif;
    color: #202020;
    opacity: 0.1;
    z-index: 1; }
    @media (max-width: 576px) {
      .services-choice__bg-title {
        opacity: 0.03; } }
  .services-choice__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .services-choice__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    z-index: 2;
    min-height: inherit; }
    @media (max-width: 576px) {
      .services-choice__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0 15px 15px 15px; } }
  .services-choice__content {
    text-align: center;
    padding: 50px 50px;
    height: 480px;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .services-choice__content {
        padding: 30px 30px;
        height: 400px; } }
    @media (max-width: 768px) {
      .services-choice__content {
        padding: 20px 30px;
        height: 350px; } }
    @media (max-width: 576px) {
      .services-choice__content {
        height: 220px; } }
    @media (max-width: 350px) {
      .services-choice__content {
        height: 200px; } }
    .services-choice__content:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(30, 30, 30, 0.2);
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      cursor: pointer;
      border: 15px solid rgba(255, 255, 255, 0.15); }
      @media (max-width: 576px) {
        .services-choice__content:after {
          border: 15px solid rgba(255, 255, 255, 0.01); } }
    .services-choice__content:hover:after {
      background: rgba(255, 255, 255, 0.05); }
  .services-choice__content-drilling {
    background-image: url(../img/services-choice/diamond-drilling.jpg);
    background-position: 50% 50%;
    opacity: 1;
    background-size: cover; }
  .services-choice__content-rental {
    background-image: url(../img/services-choice/tool-rental.jpg);
    background-position: 50% 50%;
    opacity: 1;
    background-size: cover; }
  .services-choice__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .services-choice__title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding: 20px 40px;
    background: rgba(20, 20, 20, 0.88);
    position: relative;
    z-index: 2;
    display: inline-block; }
    @media (max-width: 768px) {
      .services-choice__title {
        font-size: 24px;
        line-height: 33px;
        padding: 15px 30px; } }
    @media (max-width: 576px) {
      .services-choice__title {
        font-size: 20px;
        line-height: 28px;
        padding: 13px 25px; } }

.main-block {
  background-color: #1e1d1b;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px; }
  @media (max-width: 1140px) {
    .main-block {
      min-height: 80vh; } }
  @media (max-width: 768px) {
    .main-block {
      display: block;
      min-height: 80vh;
      padding: 80px 0px 150px 0px; } }
  @media (max-width: 576px) {
    .main-block {
      display: block;
      min-height: 70vh;
      padding: 90px 0px 100px 0px; } }
  .main-block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 20%;
    opacity: 0.85;
    background-size: cover; }
  .main-block__mobile-block {
    display: none; }
    @media (max-width: 768px) {
      .main-block__mobile-block {
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .main-block__logo {
    width: 130px;
    margin: 0 0 20px 0; }
    @media (max-width: 576px) {
      .main-block__logo {
        width: 100px; } }
    .main-block__logo img {
      width: 100%; }
  .main-block__tel a {
    font-size: 28px;
    letter-spacing: 2px;
    font-family: "Oswald", sans-serif;
    color: #fff; }
  .main-block__bg-title {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 200px;
    font-family: "Oswald", sans-serif;
    color: #202020;
    opacity: 0.1;
    z-index: 1; }
    @media (max-width: 576px) {
      .main-block__bg-title {
        opacity: 0.03; } }
  .main-block__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    z-index: 2;
    margin: 180px 0 0 0; }
    @media (max-width: 768px) {
      .main-block__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
        flex: 0 1 90%;
        margin: 17% auto 0;
        text-align: center; } }
    @media (max-width: 576px) {
      .main-block__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 120px 0 0 0; } }
    @media (max-width: 380px) {
      .main-block__content {
        text-align: center;
        margin: 100px 0 0 0; } }
  .main-block__desc {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    position: relative; }
    @media (min-width: 1700px) {
      .main-block__desc {
        font-size: 28px;
        line-height: 36px; } }
    @media (max-width: 768px) {
      .main-block__desc {
        font-size: 23px;
        line-height: 31px; } }
    @media (max-width: 576px) {
      .main-block__desc {
        color: #FF910C; } }
  .main-block__title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px 0px 35px 0px;
    position: relative; }
    .main-block__title span {
      color: #FF910C; }
      @media (max-width: 576px) {
        .main-block__title span {
          color: #fff; } }
    @media (min-width: 1700px) {
      .main-block__title {
        font-size: 43px;
        line-height: 53px; } }
    @media (max-width: 768px) {
      .main-block__title {
        font-size: 36px;
        line-height: 46px; } }
    @media (max-width: 576px) {
      .main-block__title {
        font-size: 32px;
        line-height: 42px; } }
    @media (max-width: 350px) {
      .main-block__title {
        font-size: 26px;
        line-height: 36px; } }
  @media (max-width: 768px) {
    .main-block__br {
      display: none; } }
  .main-block__text {
    color: #EFEFEF;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 2px;
    margin: 0px 0px 55px 0px; }
    @media (min-width: 1700px) {
      .main-block__text {
        font-size: 21px;
        line-height: 31px; } }
    @media (max-width: 576px) {
      .main-block__text {
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 25px;
        margin: 0px 0px 70px 0px; } }

.offer {
  background-color: #F7F7F7;
  background-image: url(../img/offer/bg.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-height: 30vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px; }
  @media (max-width: 992px) {
    .offer {
      padding: 80px 0px 80px 0px; } }
  @media (max-width: 576px) {
    .offer {
      padding: 70px 0px 70px 0px; } }
  .offer__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 992px) {
      .offer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .offer__column {
    padding: 15px;
    height: 100%; }
    @media (max-width: 992px) {
      .offer__column {
        padding: 0px; } }
  .offer__column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 43%;
    flex: 0 1 43%; }
    @media (max-width: 992px) {
      .offer__column-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: 0 0 80px 0; } }
    @media (max-width: 576px) {
      .offer__column-1 {
        margin: 0 0 70px 0; } }
  .offer__column-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57%;
    flex: 0 1 57%; }
    @media (max-width: 992px) {
      .offer__column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  .offer__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -15px; }
    @media (max-width: 576px) {
      .offer__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0; } }
  .offer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 15px;
    text-align: center;
    height: inherit; }
    @media (max-width: 576px) {
      .offer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 0px;
        margin: 0 0 30px 0;
        height: auto; } }
  .offer__cont {
    background: #151515;
    height: 100%;
    width: 100%;
    padding: 50px 20px 140px 20px;
    -webkit-box-shadow: 15px 15px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 2px rgba(0, 0, 0, 0.2);
    position: relative; }
    @media (max-width: 768px) {
      .offer__cont {
        padding: 50px 30px 140px 30px; } }
    @media (max-width: 576px) {
      .offer__cont {
        padding: 50px 30px 50px 30px; } }
  .offer__discount {
    position: relative;
    margin: 0 auto 50px;
    font-size: 80px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #FF910C; }
    @media (max-width: 576px) {
      .offer__discount {
        font-size: 60px; } }
  .offer__text {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px 0;
    font-weight: 400;
    color: #EFEFEF; }
    @media (min-width: 1700px) {
      .offer__text {
        font-size: 19px;
        line-height: 28px; } }
    @media (max-width: 576px) {
      .offer__text {
        font-size: 14px;
        line-height: 22px; } }
  .offer__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 20px 50px 20px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #EFEFEF; }
    @media (min-width: 1700px) {
      .offer__desc {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 576px) {
      .offer__desc {
        position: static;
        padding: 0;
        margin: 50px 0 0 0; } }
  .offer__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .offer__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px 0;
    position: relative; }
    .offer__content:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0px;
      width: 380px;
      height: 1px;
      background: rgba(30, 30, 30, 0.2); }
      @media (max-width: 576px) {
        .offer__content:after {
          width: 300px; } }
      @media (max-width: 350px) {
        .offer__content:after {
          width: 270px; } }
    .offer__content:last-child {
      margin: 0 0 0 0; }
    .offer__content img {
      width: 55px;
      margin: 0 20px 0 0; }
      @media (max-width: 992px) {
        .offer__content img {
          width: 50px; } }
      @media (max-width: 576px) {
        .offer__content img {
          width: 35px; } }
  .offer__title {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #353535; }
    @media (min-width: 1700px) {
      .offer__title {
        font-size: 22px;
        line-height: 30px; } }
    @media (max-width: 576px) {
      .offer__title {
        font-size: 18px;
        line-height: 26px; } }

.video-block {
  background-color: #1e1d1b;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px;
  z-index: 1;
  margin: -2px 0px; }
  @media (max-width: 576px) {
    .video-block {
      padding: 70px 0px 70px 0px; } }
  .video-block:after {
    content: '';
    -webkit-box-shadow: inset 15px 15px 5px rgba(30, 30, 30, 0.05);
    box-shadow: inset 15px 15px 5px rgba(30, 30, 30, 0.05);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/offer/bg.jpg);
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .video-block__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.video {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
  position: relative;
  z-index: 1; }
  @media (min-width: 1700px) {
    .video {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
  @media (max-width: 768px) {
    .video {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
  .video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(35, 35, 35, 0.3);
    width: 100%;
    height: 100%;
    border: 15px solid rgba(255, 255, 255, 0.05);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer; }
    @media (max-width: 576px) {
      .video:before {
        background-color: rgba(35, 35, 35, 0.1); } }
  .video img {
    width: 100%; }
  .video:hover:before {
    background-color: rgba(35, 35, 35, 0.05); }
  .video:hover .video__icon {
    opacity: 0.65;
    width: 95px;
    height: 95px; }
    @media (max-width: 768px) {
      .video:hover .video__icon {
        width: 65px;
        height: 65px; } }
  .video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/icons/play.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer; }
    .video__icon:hover {
      opacity: 0.65;
      width: 95px;
      height: 95px; }
    @media (max-width: 768px) {
      .video__icon {
        width: 70px;
        height: 70px; }
        .video__icon:hover {
          width: 65px;
          height: 65px; } }

.faq {
  background-image: url(../img/faq/bg.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px; }
  @media (max-width: 576px) {
    .faq {
      padding: 70px 0px 70px 0px; } }
  .faq__bg-title {
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    right: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 200px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    opacity: 0.03;
    z-index: 1; }
  .faq__title {
    color: #fff !important; }
  .faq .ddt__item {
    margin: 0px 0px 20px 0px;
    position: relative;
    z-index: 2; }
    @media (max-width: 576px) {
      .faq .ddt__item {
        margin: 0px 0px 17px 0px; } }
  .faq .ddt__title {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
    text-align: left;
    font-family: "Oswald", sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#383939), to(#383939));
    background: -webkit-linear-gradient(top, #383939, #383939);
    background: -o-linear-gradient(top, #383939, #383939);
    background: linear-gradient(180deg, #383939, #383939);
    color: #fff;
    position: relative;
    padding: 15px 35px 15px 70px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .faq .ddt__title:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#414141));
      background: -webkit-linear-gradient(top, #414141, #414141);
      background: -o-linear-gradient(top, #414141, #414141);
      background: linear-gradient(180deg, #414141, #414141); }
    @media (min-width: 1700px) {
      .faq .ddt__title {
        font-size: 22px;
        line-height: 40px; } }
    @media (max-width: 768px) {
      .faq .ddt__title {
        font-size: 17px;
        line-height: 23px;
        padding: 15px 25px 15px 46px; } }
    @media (max-width: 400px) {
      .faq .ddt__title {
        font-size: 16px;
        line-height: 23px;
        padding: 15px 20px 15px 46px; } }
    .faq .ddt__title:before, .faq .ddt__title:after {
      content: '';
      width: 10px;
      height: 2px;
      background-color: #FF910C;
      position: absolute;
      top: 30px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (max-width: 768px) {
        .faq .ddt__title:before, .faq .ddt__title:after {
          top: 28px; } }
      @media (max-width: 400px) {
        .faq .ddt__title:before, .faq .ddt__title:after {
          top: 26px; } }
    .faq .ddt__title:before {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      left: 35px; }
      @media (max-width: 768px) {
        .faq .ddt__title:before {
          left: 15px; } }
    .faq .ddt__title:after {
      -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      transform: rotate(-40deg);
      left: 43px; }
      @media (max-width: 768px) {
        .faq .ddt__title:after {
          left: 23px; } }
    .faq .ddt__title.active {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
      .faq .ddt__title.active:before, .faq .ddt__title.active:after {
        background-color: #FF910C; }
      .faq .ddt__title.active:before {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg); }
      .faq .ddt__title.active:after {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg); }
  .faq .ddt__text {
    display: none;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #EFEFEF;
    background: rgba(30, 30, 30, 0.75); }
    .faq .ddt__text:after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #FF910C;
      position: absolute;
      bottom: 0px;
      left: 0; }
    @media (min-width: 1700px) {
      .faq .ddt__text {
        font-size: 19px;
        line-height: 28px; } }
    @media (max-width: 768px) {
      .faq .ddt__text {
        font-size: 14px;
        line-height: 24px; } }
    @media (max-width: 576px) {
      .faq .ddt__text {
        padding: 10px; } }

.capture-bottom {
  background-color: #1e1d1b;
  width: 100%;
  min-height: 50vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 70px 0px 90px 0px;
  margin: -2px 0;
  z-index: 1; }
  .capture-bottom__bg-title {
    position: absolute;
    text-transform: uppercase;
    top: 30%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 200px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    opacity: 0.02;
    z-index: 1; }
  .capture-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/capture-bottom/main-bg.jpg);
    background-position: center center;
    opacity: 0.2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .capture-bottom__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
    position: relative;
    z-index: 2; }
  .capture-bottom__column {
    padding: 30px; }
  .capture-bottom__column-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%; }
    @media (max-width: 992px) {
      .capture-bottom__column-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  .capture-bottom__column-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%; }
    @media (max-width: 992px) {
      .capture-bottom__column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%; } }
    @media (max-width: 768px) {
      .capture-bottom__column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
        flex: 0 1 70%; } }
    @media (max-width: 576px) {
      .capture-bottom__column-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  @media (max-width: 992px) {
    .capture-bottom__content {
      text-align: center; } }
  .capture-bottom__subtitle {
    font-size: 40px;
    line-height: 55px;
    margin: 0 0 15px 0;
    color: #fff; }
    @media (max-width: 576px) {
      .capture-bottom__subtitle {
        font-size: 35px;
        line-height: 45px; } }
  .capture-bottom__text {
    font-size: 16px;
    line-height: 24px;
    color: #EFEFEF;
    margin: 0 0 70px 0; }
    @media (max-width: 992px) {
      .capture-bottom__text {
        margin: 0 0 50px 0; } }
  .capture-bottom__title {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 576px) {
      .capture-bottom__title {
        font-size: 30px;
        line-height: 40px; } }
    .capture-bottom__title span {
      color: #FF910C; }

.main-block.tool-rental {
  background-color: #1e1d1b; }
  .main-block.tool-rental:after {
    background-image: url(../img/main-block/tool-rental-bg.jpg);
    background-position: 50% 20%;
    opacity: 0.85;
    background-size: cover; }
    @media (max-width: 768px) {
      .main-block.tool-rental:after {
        opacity: 0.25; } }
    @media (max-width: 576px) {
      .main-block.tool-rental:after {
        background-position: 80% 50%; } }

.catalog {
  background-color: #fff;
  -webkit-box-shadow: inset 15px 15px 10px rgba(0, 0, 0, 0.02);
  box-shadow: inset 15px 15px 10px rgba(0, 0, 0, 0.02);
  width: 100%;
  min-height: 30vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 50px 0px; }
  @media (max-width: 576px) {
    .catalog {
      padding: 70px 0px 20px 0px; } }
  .catalog__title {
    text-align: center;
    font-size: 50px;
    color: #202020;
    margin: 0 0 30px 0;
    position: relative;
    font-family: "Oswald", sans-serif; }
    @media (min-width: 1700px) {
      .catalog__title {
        font-size: 65px;
        line-height: 80px; } }
    @media (max-width: 576px) {
      .catalog__title {
        font-size: 36px;
        line-height: 46px; } }
  .catalog__subtitle {
    font-size: 16px;
    line-height: 25px;
    width: 95%;
    margin: 0 auto 100px;
    position: relative;
    color: #555555;
    text-align: center; }
    .catalog__subtitle a {
      color: inherit;
      font-weight: 600; }
    @media (min-width: 1700px) {
      .catalog__subtitle {
        font-size: 19px;
        line-height: 28px; } }
    @media (max-width: 768px) {
      .catalog__subtitle {
        width: 100%; } }
    @media (max-width: 576px) {
      .catalog__subtitle {
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto 70px; } }
    .catalog__subtitle:after {
      content: '';
      width: 150px;
      height: 3px;
      background-color: #FF910C;
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    @media (max-width: 576px) {
      .catalog__subtitle:after {
        width: 100px; } }
  .catalog__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px; }
  .catalog__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 20px;
    margin: 0 0 20px 0; }
    @media (max-width: 768px) {
      .catalog__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%; } }

.tool {
  height: 100%;
  position: relative;
  padding: 0 0 90px 0; }
  @media (min-width: 1700px) {
    .tool {
      padding: 0 0 120px 0; } }
  .tool img {
    width: 100%;
    margin: 0 0 20px 0; }
  .tool__title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 18px 0;
    color: #202020; }
    @media (min-width: 1700px) {
      .tool__title {
        font-size: 23px;
        line-height: 32px; } }
    @media (max-width: 576px) {
      .tool__title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px 0; } }
    @media (max-width: 350px) {
      .tool__title {
        font-size: 16px;
        line-height: 25px; } }
  .tool__desc {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px 0;
    color: #555555; }
    @media (min-width: 1700px) {
      .tool__desc {
        font-size: 18px;
        line-height: 27px; } }
    @media (max-width: 576px) {
      .tool__desc {
        font-size: 14px;
        line-height: 22px; } }
  .tool__price {
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    bottom: 70px;
    left: 0;
    font-family: "Oswald", sans-serif;
    color: #202020; }
    @media (min-width: 1700px) {
      .tool__price {
        bottom: 80px;
        font-size: 23px;
        line-height: 32px; } }
    @media (max-width: 400px) {
      .tool__price {
        width: 100%;
        font-size: 17px;
        line-height: 24px; } }
  .tool__btn {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 400px) {
      .tool__btn {
        width: 100%; } }

.capture-bottom.tool-rental:after {
  background-image: url(../img/capture-bottom/tool-rental-bg.jpg);
  background-position: center center;
  opacity: 1; }

.main-block.diamond-drilling {
  background-color: #1e1d1b; }
  .main-block.diamond-drilling:after {
    background-image: url(../img/main-block/diamond-drilling-bg.jpg);
    background-position: 50% 50%;
    opacity: 0.3; }
    @media (max-width: 768px) {
      .main-block.diamond-drilling:after {
        opacity: 0.25; } }
    @media (max-width: 576px) {
      .main-block.diamond-drilling:after {
        background-position: 80% 50%; } }

.offer-dd {
  background-color: #1e1d1b;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px; }
  @media (max-width: 576px) {
    .offer-dd {
      padding: 70px 0px 70px 0px; } }
  .offer-dd__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .offer-dd__title {
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    padding: 30px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.03); }

.our-services {
  background-color: #F7F7F7;
  -webkit-box-shadow: inset 15px 15px 10px rgba(0, 0, 0, 0.02);
  box-shadow: inset 15px 15px 10px rgba(0, 0, 0, 0.02);
  width: 100%;
  min-height: 30vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 50px 0px; }
  @media (max-width: 576px) {
    .our-services {
      padding: 70px 0px 20px 0px; } }
  .our-services:after {
    content: '';
    background-image: url(../img/our-services/our-services-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1; }
  .our-services__title {
    margin: 0 0 70px 0; }
    @media (max-width: 576px) {
      .our-services__title {
        margin: 0 0 50px 0; }
        .our-services__title:after {
          bottom: -30px; } }
  .our-services__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px; }
  .our-services__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 20px;
    margin: 0 0 40px 0; }

.price-table {
  /* внешние границы таблицы серого цвета толщиной 1px */
  border: 1px solid #cccccc;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  /* границы ячеек первого ряда таблицы */
  /* границы ячеек тела таблицы */ }
  .price-table th {
    border: 1px solid #cccccc;
    background: #1e1d1b;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 15px; }
    @media (min-width: 1700px) {
      .price-table th {
        padding: 30px 15px;
        font-size: 22px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .price-table th {
        padding: 12px 7px;
        font-size: 15px;
        line-height: 22px; } }
    @media (max-width: 400px) {
      .price-table th {
        padding: 12px 5px;
        font-size: 12px;
        line-height: 19px; } }
  .price-table td {
    padding: 10px 15px;
    border: 1px solid #cccccc;
    vertical-align: middle;
    font-size: 16px;
    line-height: 25px; }
    @media (min-width: 1700px) {
      .price-table td {
        padding: 15px 15px;
        font-size: 19px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .price-table td {
        padding: 10px 7px;
        font-size: 12px;
        line-height: 20px; } }
  .price-table .lightcell {
    background: rgba(255, 255, 255, 0.95);
    text-align: center; }
  .price-table .darkcell {
    background: rgba(247, 247, 247, 0.95);
    text-align: center; }

.our-work {
  background-color: #1e1d1b;
  background-image: url(../img/faq/bg.jpg);
  background-position: 30% 100%;
  background-size: cover;
  -webkit-box-shadow: inset 15px 15px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 15px 15px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  min-height: 10vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 0px 0px; }
  @media (max-width: 576px) {
    .our-work {
      padding: 70px 0px 0px 0px; } }
  .our-work .container {
    max-width: 100%;
    padding: 0; }
  .our-work__title {
    color: #fff; }
  .our-work__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .our-work__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%; }
    @media (max-width: 992px) {
      .our-work__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 50%;
        flex: 0 50%; } }
  .our-work__link {
    position: relative;
    display: block;
    height: 100%;
    width: 100%; }
    .our-work__link:hover {
      opacity: 0.9; }
      .our-work__link:hover:after {
        border: 15px solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
    .our-work__link:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 15px solid rgba(255, 255, 255, 0.05);
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
    .our-work__link img {
      width: 100%; }

.capture-bottom.diamond-drilling:after {
  background-image: url(../img/capture-bottom/diamond-drilling-bg.jpg);
  background-position: center center;
  opacity: 0.2; }

.thank-you-page {
  background-color: #1e1d1b;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 100px 0px 100px 0px; }
  .thank-you-page .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .thank-you-page__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 768px) {
      .thank-you-page__wrap {
        width: 85%; } }
  .thank-you-page__title {
    text-align: center;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    margin: 0 0 60px 0;
    position: relative; }
    .thank-you-page__title:after {
      content: '';
      width: 150px;
      height: 3px;
      background-color: #FF910C;
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    @media (min-width: 1700px) {
      .thank-you-page__title {
        font-size: 60px;
        line-height: 75px; } }
    @media (max-width: 576px) {
      .thank-you-page__title {
        font-size: 40px;
        line-height: 48px; }
        .thank-you-page__title:after {
          width: 100px; } }
    @media (max-width: 380px) {
      .thank-you-page__title {
        font-size: 32px;
        line-height: 42px; } }
  .thank-you-page__text {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #fff; }
    @media (max-width: 576px) {
      .thank-you-page__text {
        font-size: 19px;
        line-height: 28px; } }
