@charset "UTF-8";

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

.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

section {
  width: 100%;
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover; }

.section__subtitle {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px; }
  .section__subtitle--black {
    color: #010101; }
  .section__subtitle--white {
    color: #fff; }

.slider__3d {
  width: 870px;
  margin: 0 auto 30px; }
  .slider__3d .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .slider__3d .slick-track {
    max-width: 100% !important;
    -webkit-perspective: 100px;
            perspective: 100px;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important; }
  .slider__3d .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s; }
  .slider__3d .slick-snext,
  .slider__3d .slick-sprev {
    display: block; }
    .slider__3d .slick-snext .equipment__slide_content,
    .slider__3d .slick-sprev .equipment__slide_content {
      opacity: 0; }
  .slider__3d .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2; }
    .slider__3d .slick-current .equipment__slide_content {
      opacity: 1; }
  .slider__3d .slick-snext {
    opacity: 0.5;
    z-index: 1; }
  .slider__3d .slick-sprev {
    opacity: 0.5; }
  .slider__3d .slick-dots {
    width: 100%;
    position: relative;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    top: -30px;
    padding: 0; }
    .slider__3d .slick-dots li {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      border-radius: 50%;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      background-color: #ff7a00;
      opacity: 0.35; }
    .slider__3d .slick-dots .slick-active {
      background-color: #ff7a00;
      opacity: 1; }

.next-slide {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  cursor: pointer;
  z-index: 5; }
  .next-slide:after {
    content: '→';
    color: #ff7a00;
    font-family: "ArialBlack", sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 36px; }
  .next-slide:hover:after {
    color: #fc9b02; }

.prev-slide {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .prev-slide:after {
    content: '→';
    color: #ff7a00;
    font-family: "ArialBlack", sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 36px; }
  .prev-slide:hover:after {
    color: #fc9b02; }

.btn_filled:after {
  content: '';
  display: block;
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px;
  position: absolute;
  z-index: 0;
  background-color: rgba(254, 139, 37, 0.18); }

.btn__arrow {
  position: relative; }
  .btn__arrow:after {
    content: '→';
    color: #fff;
    font-family: "OpenSansBold", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px; }

.btn {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: auto;
  text-decoration: none;
  border: none;
  outline: none; }

.btn,
.btn:before,
.btn:after {
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s; }

/*------------------------------[ BTN Sizes ]--------------------------------*/
.btn_big {
  line-height: 64px;
  padding: 0 25px;
  font-size: 15px;
  min-width: 360px;
  left: 0;
  top: 0;
  letter-spacing: 2px;
  margin-top: 6px;
  margin-left: 6px; }

.btn_big:active {
  left: -6px;
  top: -6px; }

.btn_big:active:after {
  display: none; }

.btn_small + .btn_small {
  margin-left: 25px; }

.btn_small {
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  min-width: 220px;
  left: 0;
  top: 0;
  letter-spacing: 2px;
  margin-top: 6px;
  margin-left: 6px; }

.btn_small:active {
  left: -6px;
  top: -6px; }

.btn_small:active:after {
  display: none; }

/*------------------------------[ BTN Styles ]--------------------------------*/
.btn_filled {
  background: #ff7a00; }

.btn_filled:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background: rgba(254, 139, 37, 0.18); }

.btn_filled:hover {
  background: #fc9b02; }

.btn_big.btn_filled:after {
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px; }

.btn_small.btn_filled:after {
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px; }

.btn_bordered {
  background: transparent; }

.btn_bordered:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.btn_bordered:after {
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px;
  z-index: 0;
  border: solid 4px rgba(254, 139, 37, 0.18); }

.btn_big.btn_bordered:before {
  border: solid 4px #ff7a00; }

.btn_small.btn_bordered:before {
  border: solid 2px #ff7a00; }

.btn_big.btn_bordered:after {
  border: solid 4px rgba(254, 139, 37, 0.18); }

.btn_small.btn_bordered:after {
  border: solid 2px rgba(254, 139, 37, 0.18); }

.btn_bordered:hover {
  background: #fc9b02; }

.btn_bordered:hover:before {
  border-color: #fc9b02; }

.btn_big.btn_bordered:after {
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px; }

.btn_small.btn_bordered:after {
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px; }

@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold.eot") format("embedded-opentype"), url("../fonts/OpenSansBold.woff2") format("woff2"), url("../fonts/OpenSansBold.woff") format("woff"), url("../fonts/OpenSansBold.ttf") format("truetype"), url("../fonts/OpenSansBold.svg#GeometriaBold") format("svg"); }

@font-face {
  font-family: 'OpenSansExtraBold';
  src: url("../fonts/OpenSansExtraBold.eot");
  src: url("../fonts/OpenSansExtraBold.eot") format("embedded-opentype"), url("../fonts/OpenSansExtraBold.woff2") format("woff2"), url("../fonts/OpenSansExtraBold.woff") format("woff"), url("../fonts/OpenSansExtraBold.ttf") format("truetype"), url("../fonts/OpenSansExtraBold.svg#Geometria") format("svg"); }

@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular.eot") format("embedded-opentype"), url("../fonts/OpenSansRegular.woff2") format("woff2"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype"), url("../fonts/OpenSansRegular.svg#Geometria") format("svg"); }

@font-face {
  font-family: 'OpenSansSemibold';
  src: url("../fonts/OpenSansSemibold.eot");
  src: url("../fonts/OpenSansSemibold.eot") format("embedded-opentype"), url("../fonts/OpenSansSemibold.woff2") format("woff2"), url("../fonts/OpenSansSemibold.woff") format("woff"), url("../fonts/OpenSansSemibold.ttf") format("truetype"), url("../fonts/OpenSansSemibold.svg#Geometria") format("svg"); }

@font-face {
  font-family: 'ArialBlack';
  src: url("../fonts/ArialBlack.eot");
  src: url("../fonts/ArialBlack.eot") format("embedded-opentype"), url("../fonts/ArialBlack.woff2") format("woff2"), url("../fonts/ArialBlack.woff") format("woff"), url("../fonts/ArialBlack.ttf") format("truetype"), url("../fonts/ArialBlack.svg#Geometria") format("svg"); }

@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/OpenSansLight.eot");
  src: url("../fonts/OpenSansLight.eot") format("embedded-opentype"), url("../fonts/OpenSansLight.woff2") format("woff2"), url("../fonts/OpenSansLight.woff") format("woff"), url("../fonts/OpenSansLight.ttf") format("truetype"), url("../fonts/OpenSansLight.svg#Geometria") format("svg"); }

.arrow-down--big {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -252px -112px;
  width: 36px;
  height: 47px; }

.arrow-down {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -199px -160px;
  width: 23px;
  height: 30px; }

.arrow-round {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -126px -125px;
  width: 69px;
  height: 77px; }

.clip {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -126px -206px;
  width: 16px;
  height: 16px; }

.close {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -252px -163px;
  width: 32px;
  height: 32px; }

.dfg {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: 0px -125px;
  width: 122px;
  height: 112px; }

.email {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -186px -206px;
  width: 16px;
  height: 16px; }

.locate {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -288px -163px;
  width: 16px;
  height: 16px; }

.marker-mob {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -290px -199px;
  width: 14px;
  height: 14px; }

.marker {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -199px -125px;
  width: 31px;
  height: 31px; }

.phone-grey {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -226px -160px;
  width: 18px;
  height: 18px; }

.phones {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -166px -206px;
  width: 16px;
  height: 16px; }

.quotes {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -252px -199px;
  width: 34px;
  height: 29px; }

.right-chevron-orange {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -206px -206px;
  width: 16px;
  height: 16px; }

.right-chevron {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -146px -206px;
  width: 16px;
  height: 16px; }

.shevron {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -292px -112px;
  width: 9px;
  height: 16px; }
#arrowup {
  top: 15px;
  cursor: pointer;
  font-size: 150%;
  position: fixed;
  display: none;
  right: 8px;
  z-index: 21;
  width: 25px;
}
#arrowup1 {
  top: 15px;
  cursor: pointer;
  font-size: 150%;
  position: fixed;
  display: none;
  right: 8px;
  z-index: 21;
  width: 25px;
}
.arrowupimg {
  width: 100%;
  height: 25px;
}
.square {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: 0px 0px;
  width: 122px;
  height: 121px; }

.square11 {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -252px -56px;
  width: 52px;
  height: 52px; }

.square2 {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -126px 0px;
  width: 122px;
  height: 112px; }

.square22 {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -252px 0px;
  width: 52px;
  height: 52px; }

@-ms-viewport {
  width: device-width; }

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

body {
  background-color: #fff;
  margin: 0;
  min-height: 100%;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333333; }

[tabindex='-1']:focus {
  outline: none !important; }

[role='button'] {
  cursor: pointer; }

input[type='search'] {
  -webkit-appearance: textfield; }

a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

a svg,
button svg {
  pointer-events: none; }

img {
  max-width: 100%;
  height: auto; }

.header {
  background-image: url("../img/header--fon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 965px;
  position: relative; }
  .header .line:nth-of-type(1) {
    height: 91%; }
  .header .line:nth-of-type(2) {
    height: 95%; }
  .header .line:nth-of-type(3) {
    height: 98%; }
  .header .line:nth-of-type(4) {
    height: 96%; }
  .header .line:nth-of-type(5) {
    height: 93%; }

@-webkit-keyframes drip {
  to {
    top: 80%; } }

@keyframes drip {
  to {
    top: 80%; } }

/*------------------------------[ Top header ]--------------------------------*/
.header__buttons {
  z-index: 1;
  position: relative;
  text-align: center;}

.header__top {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  position: relative; }

/*------------------------------[ Menu ]--------------------------------*/
.header__menu {
  width: 100%;
  z-index: 5;
  position: relative;
  -webkit-animation: 0.75s ease-in-out 0s normal none 1 running hero-banner-anim;
          animation: 0.75s ease-in-out 0s normal none 1 running hero-banner-anim; }
  .header__menu--fixed {
    -webkit-animation: 1.75s ease-in-out 0s normal none 1 running hero-banner-anim;
            animation: 1.75s ease-in-out 0s normal none 1 running hero-banner-anim;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 25px #ededed;
            box-shadow: 0 0px 25px #ededed;
    -webkit-animation: popDown .5s;
            animation: popDown .5s; }
    .header__menu--fixed .menu_header {
      margin-top: 0;
      border: none;
      margin: 0 auto;
      width: 1170px;
      padding: 17px 15px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .header__menu--fixed .menu_header .menu__item .menu__link {
        color: #000; }
      .header__menu--fixed .menu_header .menu__item .menu__sub {
        -webkit-box-shadow: none;
                box-shadow: none;
        background-color: #fff;
        top: 58px; }
      .header__menu--fixed .menu_header .menu__item > .menu__sub:after {
        border-bottom: 9px #fff solid; }
.menu_header .menu__link--tel {
    display: none;
}
.header__menu--fixed .menu_header li:nth-of-type(1){
    __display: none;
}
.header__menu--fixed .menu_header  .menu__link--tel {
    display: block;
}
.header__mobile {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  left: 0;
  top: 10px;
  z-index: 20; }
  .header__mobile .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.mob--fixed {
  padding: 5px 0 5px 5px;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #1c150f;
  -webkit-animation: 1.75s ease-in-out 0s normal none 1 running hero-banner-anim;
          animation: 1.75s ease-in-out 0s normal none 1 running hero-banner-anim;
  -webkit-animation: popDown .5s;
          animation: popDown .5s; }
  .mob--fixed .toggle_mnu {
    right: 12px; }

.menu__link--chevron:after {
  content: "";
  background-image: url("../img/shevron.png");
  background-size: 50%;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  position: relative;
  right: 0;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 3px;
  top: 1px; }

.menu_sub-header:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: transparent; }

@-webkit-keyframes hero-banner-anim {
  0%, 75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes hero-banner-anim {
  0%, 75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes popDown {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

@keyframes popDown {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

/*------------------------------[ Logo ]--------------------------------*/
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.header__logo-img {
  margin-right: 7px; }

.header__logo-text {
  color: #fff;
  font-size: 14px;
  text-align: center; }

.header__logo-text1 {
  font-size: 1.53em;
  font-weight: 400; }

.header__logo-text2 {
  font-weight: 300; }

/*------------------------------[ Header title ]--------------------------------*/
.header__title {
  color: #fff;
  font-size: 56px;
  font-family: "OpenSansExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 67px;
  padding: 20px 0;
  position: relative;
  margin: 40px 0 50px; }

/*.header__title:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 260px;
  width: 240px;
  z-index: 0; }

.header__title:before {
  border-left-style: solid;
  border-top-style: solid; }*/

.header__title:after {
  border-right-style: solid;
  border-bottom-style: solid;
  z-index: -1; }

/*------------------------------[ Header List ]--------------------------------*/
.header__list {
  margin-bottom: 50px;
  position: relative;
  padding: 0; }
  .header__list li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 50px;
    font-family: "OpenSansSemibold", sans-serif;
    list-style-type: none;
    position: relative; }
    .header__list li:before {
      content: '';
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      left: 0;
      margin-top: 8px; }

.phone_header {
  color: #fff; }

.phone__number:before {
  content: "";
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -166px -206px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -24px;
  top: 8px; }

.phone_header .phone__number {
  font-weight: 300;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  position: relative; }
  .phone_header .phone__number:hover {
    color: #fc9b02; }

.phone_header .phone__callorder {
  text-align: right; }
  .phone_header .phone__callorder:hover {
    color: #fc9b02; }

.phone__callorder {
  cursor: pointer; }
  .phone__callorder:hover {
    color: #fc9b02; }
  .phone__callorder:after {
    content: '→';
    font-family: "ArialBlack", sans-serif;
    color: #ff7a00;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px; }

.menu .menu__link {
  white-space: nowrap; }

/*****************************************************************
 * Menu Header
 ****************************************************************/
.menu_header {
  padding-top: 15px;
  padding-left: 0;
  margin-top: 35px;
  border-top: solid 1px #b7b7b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .menu_header > .menu__item {
    position: relative;
    padding-bottom: 17px;
    list-style-type: none; }
  .menu_header > .menu__item > .menu__link {
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    .menu_header > .menu__item > .menu__link:hover {
      color: #fc9b02; }
  .menu_header > .menu__item > .menu__link_menubtn {
    color: #ff7a00;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400; }
    .menu_header > .menu__item > .menu__link_menubtn:hover {
      color: #fc9b02; }
  .menu_header .menu__mobilebtn {
    margin-right: 10px;
    top: -6px; }
  .menu_header .menu__mobilebtn,
  .menu_header .menu__mobilebtn:before,
  .menu_header .menu__mobilebtn:after {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 3px;
    background: currentColor;
    border-radius: 1px; }
  .menu_header .menu__mobilebtn:before,
  .menu_header .menu__mobilebtn:after {
    content: '';
    position: absolute;
    left: 0; }
  .menu_header .menu__mobilebtn:before {
    top: -6px; }
  .menu_header .menu__mobilebtn:after {
    bottom: -6px; }
  .menu_header > .menu__item > .menu__sub {
    position: absolute;
    left: -36px;
    top: 100%;
    min-width: 166px;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 999;
    border-top: 1px solid #ff7a00;
    -webkit-box-shadow: 0 3px 10px #000 inset;
            box-shadow: 0 3px 10px #000 inset; }
  .menu_header > .menu__item:hover > .menu__sub {
    display: block; }
  .menu_header > .menu__item:last-child > .menu__sub {
    left: auto;
    right: 0; }
  .menu_header > .menu__item:first-child > .menu__sub {
    left: 0; }
  .menu_header > .menu__item > .menu__sub:after,
  .menu_header > .menu__item > .menu__sub:before {
    content: '';
    display: block;
    border: 6px transparent solid;
    border-bottom: 9px #000 solid;
    border-top-width: 0;
    position: absolute;
    left: 22px;
    top: -9px;
    z-index: 2; }
  .menu_header > .menu__item > .menu__sub:before {
    border-bottom: 11px #ff7a00 solid;
    border-left-width: 7px;
    border-right-width: 7px;
    top: -11px;
    left: 21px;
    z-index: 1; }
  .menu_header > .menu__item:last-child > .menu__sub:after {
    left: auto;
    right: 27px; }
  .menu_header > .menu__item:last-child > .menu__sub:before {
    left: auto;
    right: 26px; }
  .menu_header > .menu__item:first-child > .menu__sub:after {
    left: 7px; }
  .menu_header > .menu__item:first-child > .menu__sub:before {
    left: 6px; }

/*****************************************************************
 * Menu sub header
 ****************************************************************/
.menu_sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0;
  list-style-type: none; }
  .menu_sub-header > .menu__item > .menu__link {
    display: block;
    padding: 0 24px;
    line-height: 26px;
    width: 100%;
    color: #fff;
    text-decoration: none; }
    .menu_sub-header > .menu__item > .menu__link:hover {
      color: #fff;
      background: #ff7a00; }

.toggle_mnu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -6px;
  z-index: 55;
  border: none;
  top: 14px;
  color: transparent; }
  .toggle_mnu span {
    display: block; }

.sandwich {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -30px;
  right: 0;
  margin: auto;
  z-index: 200; }

.sw-topper {
  position: relative;
  top: 0;
  width: 34px;
  height: 5px;
  background: #fc7900;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  display: block; }

.sw-bottom {
  position: relative;
  width: 34px;
  height: 5px;
  top: 6.6px;
  background: #fc7900;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0;
          transition-delay: 0.2s, 0; }

.sw-footer {
  position: relative;
  width: 34px;
  height: 5px;
  top: 13.5px;
  background: #fc7900;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.sandwich.active .sw-topper {
  top: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.sandwich.active .sw-bottom {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.sandwich.active {
/*   top: -11px;
bottom: 0;
left: -15px;  */
    
}

.hide-menu {
  display: none;
  background-color: #fff;
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  padding: 10px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #fc7900; }

.hide-menu__tel {
  font-size: 18px;
  font-family: "OpenSansSemibold", sans-serif;
  color: #000;
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  text-decoration: none;
  position: relative; }
  .hide-menu__tel:after {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -226px -160px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px; }

.hide-menu__order {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #fb7800;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "OpenSansSemibold", sans-serif;
  margin-top: 5px;
  margin-bottom: 30px; }

.how-we-work__content_row {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .how-we-work__content_row:first-of-type .how-we-work__content_row-title {
    text-transform: uppercase; }

.how-we-work__content_row-title {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  font-family: "OpenSansSemibold", sans-serif;
  text-decoration: none; }
  .how-we-work__content_row-title a {
    /* width: calc(100% - 60px); */
    width: 100%;
    float: left;
    line-height: 25px;
    text-decoration: none;
    margin: 0;
    color: #000; }
  .how-we-work__content_row-title .shevron {
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -146px -206px;
    width: 16px;
    height: 16px;
    float: right; }

.how-we-work__content_row-hide {
  display: none;
  width: 100%;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left; }
  .how-we-work__content_row-hide .menu {
    margin: 0;
    padding-left: 20px; }
  .how-we-work__content_row-hide .menu__item {
    list-style-type: none;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .how-we-work__content_row-hide .menu__item a {
      font-family: "OpenSansSemibold", sans-serif;
      font-size: 16px;
      color: #000;
      text-decoration: none; }

.open .how-we-work__content_row-title {
  color: #ff8311; }

.open .shevron {
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -206px -206px;
  width: 16px;
  height: 16px;
  float: right; }

.open .how-we-work__content_row-hide {
  display: block; }

.services {
  position: relative;
  padding-bottom: 0;
  margin-top: -90px;
  padding-top: 150px; }
  .services:after {
    content: "";
    background-image: url("../img/service-fon2.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 342px;
    height: 654px;
    display: block;
    background-size: 100%;
    z-index: -4; }
  .services:before {
    content: "";
    background-image: url("../img/service-fon1.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 419px;
    height: 100%;
    display: block;
    background-size: 100%;
    z-index: -4; }

.services__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  margin-top: 50px;
  z-index: 2;
  position: relative; }

.services__item {
  width: 360px;
  text-decoration: none;
  position: relative;
  margin-bottom: 60px; }

.services__thumb {
  width: 100%;
  height: 220px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .services__thumb:before {
    content: "";
    position: absolute;
    left: calc(50% - (280px/2));
    top: calc(50% - (240px/2));
    width: 280px;
    height: 240px;
    border: 6px solid #fe8b25;
    z-index: 0; }

.service__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.service__description {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
  margin-top: 20px;
  padding: 0 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .service__description:hover {
    color: #fc9b02; }

.section__title {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 4; }
  .section__title span:nth-of-type(1):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(50% - (121px/2));
    left: -56px;
    background-repeat: no-repeat; }
  .section__title span:nth-of-type(2):before,
  .section__title span:nth-of-type(3):before {
    display: none; }
  .section__title--orange {
    color: #fc9f02;
    position: relative; }
    .section__title--orange:before {
      content: ""; }
  .section__title--white {
    color: #fff;
    position: relative; }
    .section__title--white:before {
      content: ""; }
  .section__title--black {
    color: #000;
    position: relative; }
    .section__title--black:before {
      content: ""; }

.price {
  background-image: url("../img/price-fon.jpg");
  background-position-x: center; }
  .price .section__title {
    z-index: 2; }
    .price .section__title:before {
      content: "";
      position: absolute;
      background-image: url(../img/sprite-05029528596957384.png);
      background-position: -126px 0px;
      width: 122px;
      height: 112px;
      top: calc(50% - (122px/2));
      left: 33%;
      background-repeat: no-repeat;
      z-index: -1; }

.table_default {
  width: 100%;
  border-collapse: collapse; }
  .table_default .table__row:nth-child(2) td, .table_default .table__row:nth-child(2) .table__cell,
  .table_default tr:nth-child(2) td,
  .table_default tr:nth-child(2) .table__cell {
    padding-top: 25px; }
  .table_default .table__row:last-child td, .table_default .table__row:last-child .table__cell,
  .table_default tr:last-child td,
  .table_default tr:last-child .table__cell {
    padding-bottom: 40px; }
  .table_default .table__cell,
  .table_default td, .table_default th {
    border-right: 1px solid #292929;
    padding: 13px 23px;
    background: #fff;
    width: 1px; }
    .table_default .table__cell:last-child,
    .table_default td:last-child, .table_default th:last-child {
      border-right: none; }
  .table_default .table__head,
  .table_default th {
    padding: 23px;
    color: #fff;
    background: #4e4e4e;
    white-space: nowrap;
    font-family: "OpenSansSemibold", sans-serif; }

.table__prices .table__service-name {
  width: 100%;
  text-align: left;
  font-family: "OpenSansRegular", sans-serif; }

.table__prices .table__price {
  font-weight: bold;
  white-space: nowrap;
  color: #ff7a00;
  text-align: center;
  font-family: "OpenSansBold", sans-serif; }

.table__prices .table__units {
  text-align: center;
  font-family: "OpenSansRegular", sans-serif; }

.table__prices .table__number {
  text-align: center;
  font-family: "OpenSansRegular", sans-serif; }

th {
  padding: 23px;
  color: #fff;
  background: #4e4e4e;
  white-space: nowrap;
  font-family: "OpenSansSemibold", sans-serif; }

.works {
  position: relative; }
  .works .works__slider_display {
    display: none;
  }
  .works .works__grid_display {
    display: block;
  }
  .works:after {
    content: "";
    background-image: url("../img/works-fon.jpg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 334px;
    height: 100%;
    display: block;
    background-size: 100%;
    z-index: -4;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }
  .works:before {
    content: "";
    background-image: url("../img/works-fon.jpg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 334px;
    height: 100%;
    display: block;
    background-size: 100%;
    z-index: -4; }

.works__slide {
  width: 750px;
  height: 400px; }
  .works__slide img {
    width: 100%;
    height: 100%; }

.works__grid {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px; }

.works__grid--big {
  width: 49.9%;
  height: 350px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around; }
  .works__grid--big img {
    width: 100%;
    height: 100%; }

.works__grid--small {
  width: 49.6%;
  height: 174px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .works__grid--small img {
    width: 100%;
    height: 100%; }

.equipment {
  background-color: #f4f4f4;
  position: relative; }
  .equipment:after {
    content: "";
    background-image: url("../img/equipment-fon.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 283px;
    height: 100%;
    display: block;
    background-size: 100%;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }
  .equipment:before {
    content: "";
    background-image: url("../img/equipment-fon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 283px;
    height: 100%;
    display: block;
    background-size: 100%; }
  .equipment .prev-slide,
  .equipment .next-slide {
    top: 19%; }

.equipment__slide {
  outline: none;
  text-decoration: none;
  color: #000000; }
  .equipment__slide img {
    width: 100%; }

.equipment__slide_content {
  margin-top: 80px; }

.equipment__slide_title {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px; }

.equipment__slide_text {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px; }

.equipment__item {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px; }
  .equipment__item:last-of-type {
    margin-bottom: 0; }
  .equipment__item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.equipment__thumb {
  width: 500px;
  height: 300px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  z-index: 2; }
  .equipment__thumb img {
    width: 100%;
    height: 100%; }
  .equipment__thumb:before {
    content: "";
    background-image: url("../img/square-fons.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 300px;
    position: absolute;
    z-index: -1; }

.equipment__content {
  width: 450px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  z-index: 3; }

.equipment__title {
  width: 100%;
  color: #000;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-family: "OpenSansBold", sans-serif; }

.equipment__description {
  width: 100%;
  color: #666666;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-family: "OpenSansRegular", sans-serif;
  margin-top: 25px;
  position: relative; }
  .equipment__description:before {
    content: "";
    width: 190px;
    height: 3px;
    background-color: #fe8b25;
    position: absolute;
    top: 10px;
    left: -180px; }

.equipment__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 70px; }

.welders {
  background-image: url("../img/welders-fon.jpg");
  background-position-x: center; }

.welders__slider {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px; }
  .welders__slider .prev-slide:after {
    color: #fff; }

.welders__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  width: 260px;
  margin: 0 30px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.welders__thumb {
  margin: 0 auto;
  width: 260px;
  height: 320px;
  z-index: 2;
  position: relative; }
  .welders__thumb:before {
    content: "";
    width: 223px;
    height: 348px;
    border: 1px solid #000000;
    z-index: -1;
    position: absolute;
    left: calc(50% - (223px/2));
    top: calc(50% - (348px/2)); }
  .welders__thumb img {
    width: 100%;
    height: 100%; }

.welders__title {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "OpenSansSemibold", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px; }

.welders__text {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "OpenSansSemibold", sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 15px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.about {
  background-image: url("../img/about-fon.jpg");
  background-position-x: center; }

.about__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  z-index: 2;
  margin-top: 70px; }

.about__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px; }
  .about__item:last-child {
    margin-bottom: 0; }

.about__icon {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px; }
  .about__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain; }

.about__item-text {
  color: #fff;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.about__item-title {
  font-size: 24px;
  font-family: "OpenSansSemibold", sans-serif;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px; }

.about__item-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "OpenSansLight", sans-serif;
  color: #fff; }
  .about__item-desc a {
    font-weight: 400;
    text-decoration: underline;
    font-family: "OpenSansSemibold", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    margin: 0 2px; }
    .about__item-desc a:hover {
      text-decoration: none; }
  .about__item-desc p {
    margin-bottom: 15px; }
    .about__item-desc p:last-child {
      margin-bottom: 0; }

.line__wrap {
  width: 79%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: calc(50% - (79%/2));
  top: 0;
  min-height: 100%; }

.line {
  position: absolute;
  background-color: #5c5b5c;
  height: 100%;
  top: 0;
  width: 1px; }
  .line:nth-of-type(1) {
    left: 0; }
    .line:nth-of-type(1):after {
      top: 20px;
      -webkit-animation-duration: 6.5s;
              animation-duration: 6.5s; }
    .line:nth-of-type(1):before {
      -webkit-animation-duration: 5.5s;
              animation-duration: 5.5s; }
  .line:nth-of-type(2) {
    left: 25%; }
    .line:nth-of-type(2):after {
      top: 250px;
      -webkit-animation-duration: 6.2s;
              animation-duration: 6.2s; }
    .line:nth-of-type(2):before {
      -webkit-animation-duration: 6.9s;
              animation-duration: 6.9s; }
  .line:nth-of-type(3) {
    left: 50%; }
    .line:nth-of-type(3):after {
      top: 56px;
      -webkit-animation-duration: 6.8s;
              animation-duration: 6.8s; }
    .line:nth-of-type(3):before {
      -webkit-animation-duration: 5s;
              animation-duration: 5s; }
  .line:nth-of-type(4) {
    left: 75%; }
    .line:nth-of-type(4):after {
      top: 161px;
      -webkit-animation-duration: 6.6s;
              animation-duration: 6.6s; }
    .line:nth-of-type(4):before {
      -webkit-animation-duration: 5.8s;
              animation-duration: 5.8s; }
  .line:nth-of-type(5) {
    left: 100%; }
    .line:nth-of-type(5):after {
      top: 486px;
      -webkit-animation-duration: 6.1s;
              animation-duration: 6.1s; }
    .line:nth-of-type(5):before {
      -webkit-animation-duration: 6.5s;
              animation-duration: 6.5s; }

.line:before {
  content: "";
  position: relative;
  width: 2px;
  height: 50px;
  top: 50px;
  display: block;
  margin: 0 auto;
  background: #FFF;
  -webkit-animation-name: drip;
          animation-name: drip;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.line:after {
  content: "";
  position: relative;
  width: 2px;
  height: 50px;
  top: -50px;
  display: block;
  margin: 0 auto;
  background: #FFF;
  -webkit-animation-name: drip;
          animation-name: drip;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@keyframes drip {
  to {
    top: 100%; } }

.about__item-desc--link {
  text-decoration: underline;
  color: #000;
  font-family: "OpenSansBold", sans-serif;
  display: contents; }
  .about__item-desc--link:hover {
    color: #ff7a00;
    text-decoration: underline !important; }

.clients {
  background-image: url("../img/client-fon.jpg");
  background-position: center top; }

.clients__slider {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 50px; }

.clients__item {
  width: 181px;
  height: 130px;
  -webkit-box-shadow: 0 4px 22px #e0e0e0;
          box-shadow: 0 4px 22px #e0e0e0;
  background-color: #ffffff;
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 10px; }
  .clients__item img {
    margin: 0 auto;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain; }

.guarantees {
  background-image: url("../img/guarantees-fon.jpg");
  padding: 115px 0; }
  .guarantees .section__subtitle {
    padding: 0 12%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.guarantees__wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 920px;
  height: 300px;
  margin: 80px auto 0;
  outline: 4px solid #ff7a00;
  outline-offset: -20px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2; }
  .guarantees__wrap:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 340px;
    border: 1px solid #ffffff; }

.guarantees__icon {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 206px;
  height: 206px; }

.quarantees__content {
  width: 62%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.quarantees__title {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #000000;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  line-height: 48px; }

.quarantees__text {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-family: "OpenSansSemibold", sans-serif;
  font-weight: 600;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase; }

.terms__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px; }

.terms__icon {
  width: 164px;
  height: 164px;
  margin-bottom: 15px; }

.terms__item {
  width: 25%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .terms__item:after {
    content: "";
    background-image: url("../img/terms-line.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 230px;
    height: 11px;
    position: absolute;
    top: calc(35% - (11px/2));
    left: 240px; }
  .terms__item:last-of-type:after {
    display: none; }

.terms__text {
  color: #000000;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase; }

.orange-text {
  color: #ff7a00; }

.terms__footnote {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 14%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "OpenSansLight", sans-serif;
  font-size: 15px;
  font-weight: 300; }

.contracts {
  background-image: url("../img/contracts-fon.png");
  background-position-x: center;
  background-position-y: top; }

.contracts__pic {
  position: absolute; }
  .contracts__pic img {
    height: 100%; }

.contracts__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.contracts__list {
  width: 70%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 40px 0 0;
  padding-left: 24px; }
  .contracts__list:after {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -199px -160px;
    width: 23px;
    height: 30px;
    background-repeat: no-repeat;
    left: 35%;
    position: relative;
    margin-bottom: 30px; }
  .contracts__list li {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style-type: none;
    color: #ffffff;
    font-family: "OpenSansSemibold", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    position: relative; }
    .contracts__list li:before {
      content: "";
      background-image: url(../img/sprite-05029528596957384.png);
      background-position: -292px -112px;
      width: 9px;
      height: 16px;
      position: absolute;
      left: -23px;
      top: 5px; }

.operating-procedure {
  background-color: #f2f2f2; }
  .operating-procedure:after {
    content: "";
    background-image: url("../img/operating-procedure-fon.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 334px;
    height: 100%;
    display: block;
    background-size: 100%;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }
  .operating-procedure:before {
    content: "";
    background-image: url("../img/operating-procedure-fon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 334px;
    height: 100%;
    display: block;
    background-size: 100%; }

.operating-procedure__list {
  counter-reset: li;
  margin-top: 70px; }

.operating-procedure__item {
  margin-bottom: 60px;
  position: relative;
  list-style-type: none; }
  .operating-procedure__item:before {
    position: absolute;
    left: 0;
    counter-increment: li;
    content: counter(li);
    width: 67px;
    height: 67px;
    line-height: 59px;
    border: solid 4px #fe8b25;
    color: #fe8b25;
    font-weight: 500;
    text-align: center; }
  .operating-procedure__item:after {
    content: '';
    width: 2px;
    height: 40px;
    background: #fe8b25;
    position: absolute;
    left: 35px;
    margin-left: -1px;
    top: 100%;
    margin-top: 10px; }
  .operating-procedure__item:last-child:after {
    display: none; }

.operating-procedure__text {
  padding-left: 20px;
  position: relative;
  color: #000000;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: left; }
  .operating-procedure__text:after {
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    right: 100%;
    top: 32.5px;
    background: #fe8b25; }
  .operating-procedure__text:before {
    content: '';
    height: 6px;
    width: 6px;
    position: absolute;
    right: 100%;
    margin-right: 40px;
    top: 30.5px;
    background: #fe8b25; }
  .operating-procedure__text b {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "OpenSansBold", sans-serif; }

.departure {
  background-image: url("../img/departure-fon.jpg");
  background-position-x: center; }
  .departure:before {
    content: "";
    background-image: url("../img/master-pic.png");
    background-repeat: no-repeat;
    width: 350px;
    height: 569px;
    background-size: 100%;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 20%; }
  .departure .btn {
    z-index: 2; }

.departure__wrap {
  width: 85%;
  margin: 30px auto 0;
  border: 2px solid #000000;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.departure__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d6d6d6), to(#464646));
  background-image: linear-gradient(to top, #d6d6d6 0%, #464646 100%);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 50px 50px 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .departure__content:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 98%;
    height: 93%;
    left: calc(50% - (98%/2));
    top: calc(50% - (93%/2)); }
  .departure__content:before {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -126px -125px;
    width: 69px;
    height: 77px;
    position: absolute;
    right: 89px;
    bottom: 80px;
    z-index: 5; }

.departure__text {
  color: #000000;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  z-index: 5; }

.order {
  background-position-x: center; }
  .order .section__title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px; }
  .order .section__subtitle {
    margin: 0 0 130px;
    position: relative; }
    .order .section__subtitle:after {
      content: "";
      background-image: url(../img/sprite-05029528596957384.png);
      background-position: -252px -112px;
      width: 36px;
      height: 47px;
      position: absolute;
      background-repeat: no-repeat;
      left: calc(50% - (36px/2));
      margin-top: 70px; }

.reviews {
  background-image: url("../img/reviews-fon.jpg");
  background-position-x: center; }

.reviews__slider {
  width: 80%;
  margin: 30px auto 0;
  border: 2px solid #000000;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .reviews__slider:before {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -252px -199px;
    width: 34px;
    height: 29px;
    position: absolute;
    background-repeat: no-repeat;
    left: 6%;
    top: 17%;
    z-index: 5; }
  .reviews__slider:after {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -252px -199px;
    width: 34px;
    height: 29px;
    position: absolute;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    right: 6%;
    bottom: 17%; }
  .reviews__slider .next-slide {
    right: -120px; }
  .reviews__slider .prev-slide {
    left: -120px; }

.reviews__item {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d6d6d6), to(#464646));
  background-image: linear-gradient(to top, #d6d6d6 0%, #464646 100%);
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .reviews__item:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 98%;
    height: 95%;
    left: calc(50% - (98%/2));
    top: calc(50% - (95%/2)); }

.reviews__text {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 36px;
  position: relative;
  z-index: 5; }

.reviews__name {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  position: relative;
  z-index: 5;
  margin-top: 35px; }

.reviews__post {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666666;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  z-index: 5; }

.checkout {
  background-image: url("../img/checkout-fon.jpg");
  background-repeat: no-repeat;
  background-position-x: center; }
  .checkout .faq__form {
    width: 100%;
    margin-top: 40px; }

.checkout__form .form__field {
  width: 30%; }

.form__panel {
  width: 34%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  cursor: pointer;
  position: relative; }

.upload + label {
  width: 200px;
  height: 40px;
  color: #ff7a00;
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  z-index: 3; }

.upload:focus + label {
  -webkit-box-shadow: 0px 5px 0px #d03338;
          box-shadow: 0px 5px 0px #d03338;
  cursor: pointer; }

.upload:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.form__panel--upload {
  margin-top: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer; }

.form__panel--upload,
.form__panel--check {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  cursor: pointer; }

.texts {
  width: auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.checkbox {
  width: 40px;
  display: block;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  cursor: pointer; }
  .checkbox:nth-of-type(2) {
    margin-left: 15px; }
  .checkbox label {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 15px;
    cursor: pointer; }
  .checkbox input[type="radio"] {
    display: none; }
  .checkbox input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ff7a00;
    cursor: pointer;
    float: left;
    color: #000;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    margin-left: -20px; }
  .checkbox input[type="radio"]:checked + label span {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 15px; }
    .checkbox input[type="radio"]:checked + label span::before {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      background-color: #ff7a00;
      left: calc(50% - (7px/2));
      top: calc(50% - (7px/2));
      border-radius: 50%; }

.about-service__content {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin-top: 70px;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .about-service__content h2, .about-service__content h3 {
    font-size: 24px;
    font-family: "OpenSansSemibold", sans-serif;
    font-weight: 900;
    margin: 0 0 20px;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .about-service__content h3 {
    font-size: 20px; }
  .about-service__content ol {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    counter-reset: list;
    padding: 0;
    margin: 10px 0 30px; }
    .about-service__content ol li {
      width: 100%;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      display: block;
      color: #000000;
      __font-family: "OpenSansSemibold", sans-serif;
      __font-size: 17px;
      __font-weight: 400;
      line-height: 24px;
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .about-service__content ol li:before {
        counter-increment: list;
        content: counter(list) ".";
        color: #ff7a00;
        font-family: "OpenSansBold", sans-serif;
        font-size: 17px;
        font-weight: 700;
        line-height: 24px;
        position: absolute;
        left: 0;
        top: 0; }
      .about-service__content ol li a {
        text-decoration: underline;
        color: #ff7a00;
        __font-family: "OpenSansBold", sans-serif;
        display: contents; }
        .about-service__content ol li a:hover {
          color: #ff7a00;
          text-decoration: underline !important; }
  .about-service__content ul {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 100%;
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly; }
    .about-service__content ul li {
      width: 100%;
      list-style-type: none;
      color: #000000;
      font-family: "OpenSansRegular", sans-serif;
      __font-size: 17px;
      font-weight: 400;
      line-height: 24px;
      position: relative;
      padding-left: 25px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .about-service__content ul li a {
        text-decoration: underline;
        color: #000;
        font-family: "OpenSansBold", sans-serif;
        display: contents; }
        .about-service__content ul li a:hover {
          color: #ff7a00;
          text-decoration: underline !important; }
      .about-service__content ul li:before {
        content: "";
        background-image: url(../img/sprite-05029528596957384.png);
        background-position: -292px -112px;
        width: 9px;
        height: 16px;
        position: absolute;
        left: 0;
        top: 6px;
        width: 10px;
        background-repeat: no-repeat; }
  .about-service__content p {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: left;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative; }
    .about-service__content p a {
      text-decoration: underline;
      color: #000;
      font-family: "OpenSansBold", sans-serif;
      display: contents; }
      .about-service__content p a:hover {
        color: #ff7a00;
        text-decoration: underline !important; }

.about-service__text--quote:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #fe8b25;
  width: 2px;
  height: 100%; }

.important-information {
  background-color: #ffd897;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fotoramka {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  border: 1px solid #888888;
  margin-bottom: 15px; }
  .fotoramka p {
    margin: 15px 0; }
  .fotoramka img {
    width: 100%; }

.about-service__grid {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #222222;
    min-height: 300px;
    height: auto; }
    .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb:before {
      display: none; }
    .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb .about-service__text {
      margin: 10px 0 0; }

.about-service__table {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px; }
  .about-service__table .table th {
    background-color: #656565;
    border-right: 1px solid #c2c2c2; }
  .about-service__table .table td {
    background-color: #656565;
    border-right: 1px solid #c2c2c2; }
  .about-service__table .table th.table__price {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 400;
    text-align: center; }
  .about-service__table .table td.table__price {
    color: #000;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 400;
    text-align: center; }
  .about-service__table .table tr:nth-of-type(odd) td {
    background-color: #e6e6e6; }
  .about-service__table .table tr:nth-of-type(even) td {
    background-color: #f3f3f3; }

.articles {
  background-image: url("../img/articles-fon.jpg");
  background-position-x: center; }

.articles__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 70px; }

.articles__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #ffffff;
  padding: 25px 20px 25px 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .articles__item:last-of-type {
    margin-bottom: 0; }

.articles__thumb {
  height: 194px;
  position: absolute; }

.articles__title {
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 15px;
  line-height: 24px;
  font-family: "OpenSansBold", sans-serif;
  color: #e67e22;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; }
  .articles__title:hover {
    text-decoration: underline !important;
    color: #fc9b02; }

.articles__text {
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 15px;
  line-height: 24px;
  font-family: "OpenSansRegular", sans-serif;
  color: #000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; }

.news {
  background-image: url("../img/news-fon.jpg");
  background-position-x: center; }
  .news:after {
    content: "";
    background-image: url("../img/news-fon2.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 283px;
    height: 654px;
    display: block;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    background-position: 0% 0%;
    background-size: 100%; }
  .news:before {
    content: "";
    background-image: url("../img/news-fon2.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 283px;
    height: 100%;
    display: block;
    background-size: 100%; }

.news__item {
  padding: 50px 50px 40px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 21px 14px 27px #e5e5e5;
          box-shadow: 21px 14px 27px #e5e5e5;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 30px; }

.news__date {
  right: 50px;
  top: 25px;
  position: absolute;
  color: #7c7c7c;
  font-family: "OpenSansSemibold", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px; }

.faq {
  background-color: #fff; }

.faq__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin-top: 70px; }

.faq__item {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 60px; }

.faq__question {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-shadow: 9px 13px 50px #eaeaea;
          box-shadow: 9px 13px 50px #eaeaea;
  background-color: #ffffff;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.faq__answer {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 30px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.faq__date {
  color: #888888;
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-right: 10px; }

.faq__top {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }

.faq__nick {
  color: #ff7a00;
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
  line-height: 30px; }

.faq__content {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #000000;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  margin-top: 5px; }

.faq__content--bold {
  color: #000;
  font-family: "OpenSansExtraBold", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  margin-right: 7px; }

.faq__content--link {
  color: #e67e22;
  display: contents;
  margin: 0 3px;
  position: relative; }

.faq__form {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d6d6d6), to(#464646));
  background-image: linear-gradient(to top, #d6d6d6 0%, #464646 100%);
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 50px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 5px solid #fff; }
  .faq__form:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 98%;
    height: 96%;
    left: calc(50% - (98%/2));
    top: calc(50% - (96%/2)); }
  .faq__form:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/rect.png");
    width: 62px;
    height: 62px;
    display: block;
    z-index: 6;
    background-color: #fff; }

.faq__form--title {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }

.faq__form--subtitle {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
  font-family: "OpenSansSemibold", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px; }

.form {
  width: 89%;
  z-index: 5;
  position: relative;
  margin-top: 40px; }
  .form__row {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.form__field {
  width: 48%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #aeaeae;
  outline: none;
  height: 30px; }
  .form__field::-webkit-input-placeholder {
    color: #000000;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    font-weight: 400; }
  .form__field:-ms-input-placeholder {
    color: #000000;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    font-weight: 400; }
  .form__field::-ms-input-placeholder {
    color: #000000;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    font-weight: 400; }
  .form__field::placeholder {
    color: #000000;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    font-weight: 400; }
  .form__field--area {
    width: 100%;
    height: 112px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #aeaeae; }

.contacts {
  background-color: #eeeeee;
  padding-bottom: 0;
  overflow: hidden;}

.contacts__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 70px;
  height: 473px; }
  .contacts__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    height: 473px;
    width: 1029px;
    background-size: 100%;
    display: inline-block;
    background-image: url("../img/contacts-fon.png");
    background-repeat: no-repeat;
    background-position-x: left;
    z-index: 3; }
  .contacts__wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }

.contacts__info {
  width: 50%;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  z-index: 6;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 473px; }

.contacts__title {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #ffffff;
  font-family: "OpenSansExtraBold", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contacts__title:after {
    content: "";
    width: 192px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    left: 0;
    margin-top: 20px;
    position: relative; }

.contacts__time {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #f4f4f4;
  font-family: "OpenSansSemibold", sans-serif;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px; }

.contacts__tel {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-family: "OpenSansSemibold", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 3px;
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contacts__tel:before {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -166px -206px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px; }

.contacts__mail {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "OpenSansRegular", sans-serif;
  color: #fff;
  text-decoration: none;
  margin-bottom: 3px;
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contacts__mail:before {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -186px -206px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 9px; }

.contacts__order {
  width: 100%;
  cursor: pointer;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.05px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 3px; }
  .contacts__order:after {
    content: '→';
    font-family: "ArialBlack", sans-serif;
    color: #ff7a00;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px; }

.contacts__adres {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "OpenSansRegular", sans-serif;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contacts__adres:before {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -288px -163px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px; }

.contacts__links {
  padding: 50px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contacts__wraps,
.contacts__links {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts__wraps ul,
  .contacts__links ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .contacts__wraps ul li,
    .contacts__links ul li {
      width: 25%;
      list-style-type: none;
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      color: #666666;
      font-family: "OpenSansSemibold", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase; }
      .contacts__wraps ul li ul,
      .contacts__links ul li ul {
        margin-top: 25px; }
        .contacts__wraps ul li ul li,
        .contacts__links ul li ul li {
          text-transform: none;
          width: 100%; }
          .contacts__wraps ul li ul li a,
          .contacts__links ul li ul li a {
            width: 100%;
            text-decoration: none;
            color: #000000;
            font-family: "OpenSansRegular", sans-serif;
            font-size: 16px;
            font-weight: 400; }
          .contacts__wraps ul li ul li:hover a,
          .contacts__links ul li ul li:hover a {
            color: #ff7a00; }
      .contacts__wraps ul li:nth-of-type(3) ul li:hover a, .contacts__wraps ul li:nth-of-type(4) ul li:hover a,
      .contacts__links ul li:nth-of-type(3) ul li:hover a,
      .contacts__links ul li:nth-of-type(4) ul li:hover a {
        font-family: "OpenSansSemibold", sans-serif;
        text-decoration: underline; }
#popup__toggle {
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #ffb320;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circle {
    background-color: #ffb320;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../img/mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
} 
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  
.callback-fixed-btn {
    z-index: 900;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}

@media (max-width: 768px) {
  .callback-fixed-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  #popup__toggle {
    display: none;
  }
}
.callback-fixed-btn div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_call {
    background: #3498db;
    background-image: -webkit-gradient(linear,left top,right top,from(#f28559),to(#e049c7));
    background-image: -webkit-linear-gradient(left,#f28559 0%,#e049c7 100%);
    background-image: linear-gradient(to right,#f28559 0%,#e049c7 100%);
}
.flex_what {
    background: #65bc54;
    background-image: -webkit-gradient(linear,left top,right top,from(#bcd256),to(#65bc54));
    background-image: -webkit-linear-gradient(left,#bcd256 0%,#65bc54 100%);
    background-image: linear-gradient(to right,#bcd256 0%,#65bc54 100%);
}
.callback-fixed-btn a {
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.callback-fixed-btn svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.callback-fixed-btn p, .callback-fixed-btn svg {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
svg:not(:root) {
    overflow: hidden;
}
svg:not(:root) {
    overflow: hidden;
}
  
.footer {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #e4e4e4;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .footer .container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.file__btn {
  margin: 0 auto;

}
.file__btn input {
    outline: none;
  }
.footer__copyright {
  color: #000000;
  font-family: "OpenSansLight", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px; }

.footer__politics {
  color: #000000;
  font-family: "OpenSansLight", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline; }

.modal_div {
  position: fixed;
  text-align: center;
  left: calc(50% - (554px/2));
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 20px 10px;
  width: 554px;
  padding: 50px 70px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  top: 50%; }
  .modal_div:after {
    content: "";
    background-image: url("../img/modal-fon.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62px;
    height: 100%;
    display: block;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    background-position: 0% 0%;
    background-size: 100%;
    z-index: 20; }
  .modal_div:before {
    content: "";
    background-image: url("../img/modal-fon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 100%;
    display: block;
    background-size: 100%;
    z-index: 16; }
  .modal_div .form__field {
    width: 100%;
    margin-bottom: 30px; }
  .modal_div .btn {
    margin: 0 auto; }
.modal_div  .form {
    margin-left: auto;
    margin-right: auto;
  }
.modal__order,
.modal__spec {
  height: 520px;
  top: calc(50% - (520px/2)); }

.modal__price {
  height: 363px;
  top: calc(50% - (363px/2)); }

.modal_close {
  position: absolute;
  right: 50px;
  top: 20px;
  background-image: url(../img/sprite-05029528596957384.png);
  background-position: -252px -163px;
  width: 32px;
  height: 32px;
  z-index: 23;
  cursor: pointer; }

.modal__title {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #222222;
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; }

#overlay {
  z-index: 8;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

.seam {
  background-position-x: center; }

.seam__wrap {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.seam__info {
  width: 300px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.seam__title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "OpenSansExtraBold", sans-serif;
  color: #fff;
  text-align: left; }
  .seam__title:after {
    content: "";
    width: 220px;
    height: 3px;
    background-color: #fe8b25;
    display: block;
    position: relative;
    margin: 30px 0; }

.seam__subtitle {
  color: #fff;
  font-family: "OpenSansSemibold", sans-serif;
  font-size: 16px;
  text-align: left; }

.seam__pic {
  width: 475px;
  height: 340px;
  border: 4px solid #fff;
  position: relative;
  z-index: 3; }
  .seam__pic:before {
    content: "";
    position: absolute;
    width: 415px;
    height: 460px;
    top: calc(50% - (460px/2));
    right: -50px;
    border: 10px solid #ffffff;
    opacity: 0.12;
    z-index: -1; }
  .seam__pic img {
    width: 100%;
    height: 100%; }
  @media (min-width: 70px) {
      .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb {
        margin-top: 0; } }
  @media (min-width: 200px) {
    .slider__3d .slick-list {
      padding-top: 10% !important;
      padding-bottom: 10% !important;
      padding-left: 2% !important;
      padding-right: 2% !important; } }
  @media (min-width: 300px) {
    section {
      padding: 30px 0; }
    .section__subtitle {
      font-size: 16px; }
    .slider__3d {
      width: 100%; }
    .next-slide {
      right: 20%;
      bottom: -70px; }
    .prev-slide {
      left: 20%;
      bottom: -75px; }
    .btn_big {
      min-width: 100%;
      font-size: 13px;
      margin-left: 0px; }
  .btn_big + .btn_big {
    margin-top: 25px; }
    .btn_small {
      margin-left: 0; }
    .btn_filled:after {
      display: none; }
    .header {
      height: auto; }
  .header__top-buttons,
  .header__top-phone {
    display: none; }
    .header__menu {
      display: none; }
      .header__mobile .header__logo {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .header__logo {
      display: none; }
    .header__logo-text {
      text-align: left; }
    .header__logo-text1 {
      font-size: 18px; }
    .header__logo-text2 {
      font-size: 12px; }
    .header__title {
      font-size: 22px;
      text-align: center;
      line-height: 34px;
      font-family: "OpenSansSemibold", sans-serif; }
    /*.header__title:before {
      border: 2px solid #ff7a00;
      width: 150px;
      height: 150px;
      top: calc(50% - (150px/2));
      left: calc(50% - (150px/2)); }*/
      .header__list li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 25px;
        margin-bottom: 20px; }
        .header__list li:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -290px -199px;
          width: 14px;
          height: 14px; }
    .toggle_mnu {
      display: block; }
      .services:after {
        display: none; }
      .services:before {
        display: none; }
    .services__item {
      width: 100%; }
    .service__description {
      font-size: 16px; }
    .section__title {
      font-size: 24px; }
      .section__title span:nth-of-type(1):before {
        top: calc(50% - (52px/2));
        left: -25px; }
        .section__title--orange:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -252px 0px;
          width: 52px;
          height: 52px; }
        .section__title--white:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -252px 0px;
          width: 52px;
          height: 52px; }
        .section__title--black:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -252px -56px;
          width: 52px;
          height: 52px; }
    .table__prices .table__service-name {
      font-size: 12px; }
     .table__service-name span {
         font-size: 20px;
         color: #ff7a00;
         font-weight: 700;
     }
    .table__prices .table__price {
      font-size: 12px; }
  .table__number,
  th.table__number,
  .table__units,
  th.table__units {
    display: none; }
      .works:after {
        display: none; }
      .works:before {
        display: none; }
    .works .slider__3d .slick-dots {
      margin-top: 10px; }
    .works__slide {
      width: 100%;
      height: 193px; }
    .works__grid--big {
      width: 100%;
      height: 262px; }
  .works__grid--bs {
    width: 100%;
    height: 324px; }
    .works__grid--small {
      height: 160px;
      margin-bottom: 1px; }
      .equipment:after {
        display: none; }
      .equipment:before {
        display: none; }
    .equipment .slider__3d .slick-dots {
      position: absolute;
      top: 15%; }
      .equipment__slide img {
        height: 200px; }
    .equipment__slide_content {
      padding: 0 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .equipment__slide_title {
      font-size: 18px; }
    .equipment__item {
      margin-bottom: 20px; }
    .equipment__thumb {
      width: 100%;
      height: 200px; }
      .equipment__thumb:before {
        width: 90%;
        height: 200px;
        margin-top: -10px;
        left: calc(50% - (90%/2)); }
    .equipment__content {
      width: 100%;
      margin-left: 0; }
    .equipment__title {
      font-size: 16px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 15px; }
      .equipment__description:before {
        display: none; }
    .equipment__description {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 10px;
      margin-bottom: 20px; }
    .welders {
      padding-bottom: 120px; }
    .welders__item {
      width: 100%; }
    .welders__title {
      font-size: 16px; }
    .about__icon {
      width: 135px;
      height: 135px;
      margin: 0 auto 20px; }
    .about__item-text {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .about__item-title {
      font-size: 18px;
      text-align: center; }
    .about__item-desc {
      text-align: center;
      font-size: 14px; }
    .line__wrap {
      display: none; }
    .clients {
      padding-bottom: 120px; }
    .guarantees {
      background-position-x: 46%; }
    .guarantees__wrap {
      width: 100%;
      height: auto;
      background-image: url("../img/guarantees__wrap-mobile.jpg");
      background-size: cover; }
      .guarantees__wrap:before {
        width: 80%;
        height: 500px;
        left: calc(50% - (80%/2));
        top: calc(50% - (500px/2)); }
    .quarantees__content {
      width: 80%;
      margin-top: 15px; }
    .quarantees__title {
      font-size: 30px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .quarantees__text {
      font-size: 24px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 32px; }
      .terms__item:after {
        display: none; }
    .terms__item {
      width: 100%;
      margin-bottom: 30px; }
    .terms__text {
      font-size: 16px;
      padding: 0 10%;
      margin-bottom: 20px; }
    .terms__footnote {
      padding: 0 2%; }
    .contracts {
      padding: 100px 0 50px; }
    .contracts__pic {
      position: relative;
      height: 318px;
      margin-top: 40px;
      display: none; }
    .contracts__wrap {
      position: relative; }
    .contracts__list {
      width: 100%; }
      .contracts__list:after {
        left: calc(50% - (23px/2)); }
      .contracts__list li {
        font-size: 16px;
        line-height: 20px; }
      .operating-procedure:after {
        display: none; }
      .operating-procedure:before {
        display: none; }
    .operating-procedure__list {
      padding-left: 0; }
    .operating-procedure__item {
      margin-bottom: 30px; }
      .operating-procedure__item:before {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 31px; }
      .operating-procedure__item:after {
        display: none; }
    .operating-procedure__text {
      padding-left: 0;
      margin-top: 50px; }
      .operating-procedure__text:after {
        display: none; }
      .operating-procedure__text:before {
        display: none; }
      .operating-procedure__text b {
        width: 100%;
        display: block; }
    .departure {
      background-image: url("../img/departure-fon-mobile.jpg");
      padding-bottom: 100px; }
      .departure:before {
        display: none; }
      .departure .btn {
        font-size: 11px; }
      .departure .btn .btn__arrow {
        display: none; }
    .departure__wrap {
      width: 100%; }
    .departure__content {
      padding: 50px 10px; }
      .departure__content:before {
        display: none; }
    .departure__text {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .order {
      background-image: url("../img/order-fon-mobile.png");
      height: 400px; }
      .order .section__subtitle {
        padding: 0 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 100px; }
        .order .section__subtitle:after {
          margin-top: 90px; }
    .reviews {
      padding-bottom: 100px; }
    .reviews__slider {
      width: 100%; }
      .reviews__slider:before {
        top: 6%; }
      .reviews__slider:after {
        bottom: 6%; }
      .reviews__slider .next-slide {
        right: 20%;
        bottom: -70px; }
      .reviews__slider .prev-slide {
        left: 20%;
        bottom: -75px; }
    .reviews__item {
      padding: 70px 10px; }
    .reviews__text {
      font-size: 14px; }
    .reviews__name {
      font-size: 15px; }
    .reviews__post {
      font-size: 15px; }
    .checkout__form .form__field {
      width: 100%; }
  .checkout__form .form__field--area {
    width: 100%; }
    .form__panel {
      width: 100%; }
    .texts {
      width: 100%; }
    .checkbox {
      width: 35px; }
    .checkbox:nth-of-type(1) {
      margin-top: 10px;
      margin-left: 20px; }
      .checkbox:nth-of-type(2) {
        margin-top: 10px; }
      .about-service__content h2, .about-service__content h3 {
        font-size: 20px; }
          .about-service__content ul li:before {
            top: 10px; }
        .about-service__content ul li {
          padding: 7px 0 7px 13px; }
  .about-service__text--quote {
    padding-left: 20px; }
    .about-service__text--quote:before {
      left: 12px; }
    .important-information {
      padding: 23px; }
      .fotoramka img {
       object-fit: contain;
        max-height: 190px; }
      .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb img {
        height: 190px; }
      .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb {
        margin-top: 40px; }
  .articles__content {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .articles__item {
      padding: 20px;
      margin-bottom: 40px; }
    .articles__thumb {
      position: relative;
      margin: -35px auto 15px;
      width: 85%; }
      .articles__thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           font-family: "object-fit:cover";
           object-fit: cover; }
      .news:after {
        display: none; }
      .news:before {
        display: none; }
    .news__item {
      padding: 60px 20px 40px 20px; }
    .faq__item {
      margin-bottom: 20px; }
    .faq__answer {
      padding: 20px 30px;
      margin-top: 20px; }
    .faq__content--bold {
      display: contents; }
    .faq__form {
      width: 100%;
      padding: 70px 20px; }
    .faq__form--title {
      font-size: 18px; }
    .faq__form--subtitle {
      font-size: 16px;
      line-height: 24px; }
    .form {
      width: 100%; }
    .form__field {
      width: 100%;
      margin-bottom: 30px; }
      .form__field:last-of-type {
        margin-bottom: 15px; }
      .form__field--area {
        width: 100%; }
    .contacts__wrap {
      height: auto; }
      .contacts__wrap:before {
        width: 100%;
        background-position-x: center;
        background-size: cover;
        height: 350px; }
    .contacts__info {
      width: 100%;
      margin-top: 30px; }
    #map {
      width: 100%;
      position: relative; }
      .contacts__title:after {
        display: none; }
    .contacts__title {
      font-size: 16px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 24px; }
    .contacts__time {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contacts__tel {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contacts__mail {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contacts__order {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 16px;
      color: #f29902; }
    .contacts__adres {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .contacts__links {
      padding: 50px 0 20px; }
        .contacts__wraps ul li,
        .contacts__links ul li {
          width: 100%;
          text-align: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .contacts__wraps ul li ul,
          .contacts__links ul li ul {
            margin-top: 10px;
            margin-bottom: 25px; }
    .footer__copyright {
      width: 100%;
      text-align: center; }
    .footer__politics {
      width: 100%;
      text-align: center; }
    .modal_div {
      padding: 50px 30px;
      width: 98%;
      left: calc(50% - (98%/2)); }
      .modal_div:after {
        display: none; }
      .modal_div:before {
        display: none; }
    .modal_close {
      top: 10px;
      right: 10px; }
    .seam {
      background-image: url("../img/seam-fon-mob.jpg"); }
    .seam__info {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .seam__title {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 5% 15% 2%;
      font-size: 26px; }
      .seam__title:after {
        display: none; }
    .seam__subtitle {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 0 20%; }
    .seam__pic {
      width: 100%;
      height: 240px;
      margin-top: 300px; }
      .seam__pic:before {
        width: 300px;
        height: 300px;
        top: calc(50% - (300px/2));
        right: calc(50% - (300px/2)); } }
  @media (min-width: 350px) {
    .btn_big {
      min-width: 100%;
      font-size: 14px;
      margin-left: 0px; }
    .header__title {
      font-size: 24px; }
    .table__prices .table__service-name {
      font-size: 14px; }
    .table__prices .table__price {
      font-size: 14px;
      min-width: 180px; }
    .works__grid--big {
      width: 100%;
      height: 300px; }
    .works__grid--small {
      height: 174px; }
    .equipment .slider__3d .slick-dots {
      position: absolute;
      top: 17%; }
      .departure .btn {
        font-size: 13px;
        margin: 0 auto; }
      .about-service__content h2 {
        font-size: 24px; }
        .about-service__content h3 {
        font-size: 20px; }
      .fotoramka img {
        max-height: 300px; }
      .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb img {
        height: 220px; }
    .faq__form {
      width: 100%;
      padding: 40px 20px; } }
  @media (min-width: 360px) {
    .header__logo-text1 {
      font-size: 1.53em; }
    .header__logo-text2 {
      font-size: 14px; } }
  @media (min-width: 480px) {
    .container {
      width: 100%; } }
  @media (min-width: 500px) {
    .services__item {
      width: 48%; }
    .works__slide {
      height: 300px; }
      .equipment__slide img {
        height: 300px; } }
  @media (min-width: 600px) {
    .equipment .slider__3d .slick-dots {
      position: absolute;
      top: 34%; } }
  @media (min-width: 700px) {
    section {
      padding: 120px 0; }
    .btn_big {
      min-width: 340px; }
  .btn_big + .btn_big {
    margin-left: 25px;
    margin-top: 0; }
    .btn_small {
      margin-left: 6px; }
    .btn_filled:after {
      display: block; }
      .services:after {
        display: block;
        background-size: 25%;
        background-position: 100% 100%; }
      .services:before {
        display: block;
        background-size: 25%; }
    .services__item {
      width: 45%; }
    .section__title {
      font-size: 36px; }
      .section__title span:nth-of-type(1):before {
        top: calc(50% - (121px/2));
        left: -56px; }
        .section__title--orange:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -126px 0px;
          width: 122px;
          height: 112px; }
        .section__title--white:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -126px 0px;
          width: 122px;
          height: 112px; }
        .section__title--black:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: 0px 0px;
          width: 122px;
          height: 121px; }
      .works:after {
        display: block;
        background-size: 34%;
        background-position: 0% 0%; }
      .works:before {
        display: block;
        background-size: 34%; }
    .works .slider__3d .slick-dots {
      position: relative;
      top: initial; }
    .works__slide {
      height: 400px; }
    .works__grid--big {
      width: 49.9%;
      height: 350px; }
  .works__grid--bs {
    width: 49.9%;
    height: 350px; }
      .equipment:after {
        display: block;
        background-size: 34%;
        background-position: 0% 0%; }
      .equipment:before {
        display: block;
        background-size: 34%;
        background-position: 0% 0%; }
    .equipment .slider__3d .slick-dots {
      top: 42%; }
      .equipment__slide img {
        height: 400px; }
    .equipment__slide_content {
      padding: 0; }
    .equipment__slide_title {
      font-size: 24px; }
    .equipment__item {
      margin-bottom: 60px; }
      .equipment__item:nth-of-type(2) .equipment__content {
        margin-left: 0; }
    .equipment__thumb {
      width: 49%;
      height: 245px;
      margin-top: 20px; }
      .equipment__thumb:before {
        width: 90%;
        height: 300px;
        margin-top: -10px;
        left: -10px; }
    .equipment__content {
      width: 50%;
      margin-left: 0;
      margin-top: 10px; }
    .equipment__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0;
      padding-left: 15px; }
    .equipment__description {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 25px;
      margin-bottom: 0; }
    .equipment__wrap {
      padding: 0 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .about__icon {
      width: 165px;
      height: 165px;
      margin: 0 30px 0 0; }
    .about__item-text {
      width: calc(100% - 195px);
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; }
    .about__item-title {
      font-size: 24px;
      text-align: left; }
    .about__item-desc {
      text-align: left;
      font-size: 15px; }
    .guarantees {
      background-position-x: center; }
    .terms__item {
      width: 25%;
      margin: 0; }
    .contracts {
      padding: 120px 0; }
    .contracts__pic {
      display: block;
      position: absolute;
      height: 318px;
      margin-top: 40px; }
    .contracts__wrap {
      padding-left: 40%; }
    .contracts__list {
      width: 70%; }
      .contracts__list:after {
        left: 35%; }
      .contracts__list li {
        font-size: 20px;
        line-height: 24px; }
      .operating-procedure:after {
        display: block;
        background-size: 10%;
        background-position: 0% 0%; }
      .operating-procedure:before {
        display: block;
        background-size: 10%;
        background-position: 0% 0%; }
    .operating-procedure__list {
      padding-left: 40px; }
    .operating-procedure__item {
      padding-left: 130px;
      margin-bottom: 60px; }
      .operating-procedure__item:before {
        width: 67px;
        height: 67px;
        font-size: 30px;
        line-height: 59px; }
      .operating-procedure__item:after {
        display: block; }
    .operating-procedure__text {
      padding-left: 20px;
      border-left: 2px solid #fe8b25;
      margin-top: 0; }
      .operating-procedure__text:after {
        display: block; }
      .operating-procedure__text:before {
        display: block; }
      .operating-procedure__text b {
        width: auto;
        display: block; }
    .departure {
      background-image: url("../img/departure-fon.jpg");
      padding-bottom: 100px; }
      .departure .btn .btn__arrow {
        display: inline-block; }
    .departure__content {
      padding: 50px 30px; }
      .departure__content:before {
        display: block; }
    .departure__text {
      font-size: 20px;
      line-height: 32px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
    .order {
      background-image: url("../img/order-fon.jpg");
      height: auto; }
      .order .section__subtitle {
        padding: 0;
        margin-bottom: 130px; }
        .order .section__subtitle:after {
          margin-top: 70px; }
    .reviews {
      padding-bottom: 120px; }
    .reviews__slider {
      width: 80%; }
      .reviews__slider:before {
        top: 17%; }
      .reviews__slider:after {
        bottom: 17%; }
    .reviews__item {
      padding: 50px 120px; }
    .reviews__text {
      font-size: 20px; }
    .reviews__name {
      font-size: 17px; }
    .reviews__post {
      font-size: 17px; }
    .checkout__form .form__field {
      width: 30%; }
  .checkout__form .form__field--area {
    width: 66%; }
    .form__panel {
      width: 34%; }
          .about-service__content ul li:before {
            top: 11px; }
        .about-service__content ul li {
          padding: 7px 0 7px 25px; }
  .about-service__text--quote {
    padding-left: 60px; }
    .about-service__text--quote:before {
      left: 50px; }
    .important-information {
      padding: 23px 100px 23px 60px; }
      .fotoramka img {
        max-height: 450px; }
      .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb img {
        height: 250px; }
  .articles__content {
    width: auto; }
    .articles__item {
      padding: 25px 20px 25px 250px;
      margin-bottom: 80px; }
    .articles__thumb {
      width: 194px;
      position: absolute;
      top: calc(50% - (194px/2));
      left: 25px;
      margin: 0; }
      .news:after {
        background-size: 20%;
        display: block; }
      .news:before {
        background-size: 40%;
        display: block; }
    .news__item {
      padding: 50px 50px 40px 50px; }
    .faq__item {
      margin-bottom: 60px; }
    .faq__answer {
      padding-left: 80px;
      margin-top: 30px; }
    .faq__content--bold {
      display: block; }
    .faq__form {
      width: 89%;
      padding: 50px 70px; }
    .faq__form--title {
      font-size: 24px;
      margin-top: 0; }
    .faq__form--subtitle {
      font-size: 20px;
      line-height: 30px; }
    .form {
      width: 89%; }
    .form__field {
      width: 48%;
      margin: 0; }
      .form__field--area {
        width: 100%; }
    .contacts__wrap {
      height: 330px; }
      .contacts__wrap:before {
        width: 60%;
        background-position-x: left;
        background-size: cover;
        height: 330px; }
    .contacts__info {
      width: 50%;
      margin-top: 0; }
    #map {
      width: 50%;
      position: absolute;
      height: 330px; }
      .contacts__title:after {
        display: block; }
    .contacts__title {
      font-size: 24px;
      line-height: 32px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .contacts__time {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .contacts__tel {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .contacts__mail {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .contacts__order {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-size: 14px;
      color: #fff; }
    .contacts__adres {
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .contacts__links {
      padding: 50px 0 100px; }
        .contacts__wraps ul li,
        .contacts__links ul li {
          width: 25%;
          text-align: left;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .contacts__wraps ul li ul,
          .contacts__links ul li ul {
            margin-top: 25px;
            margin-bottom: 0; }
    .footer__copyright {
      width: auto;
      text-align: left; }
    .footer__politics {
      width: auto;
      text-align: left; }
    .modal_div {
      padding: 50px 70px;
      width: 554px;
      left: calc(50% - (554px/2)); }
      .modal_div:after {
        background-size: 100%;
        display: block; }
      .modal_div:before {
        background-size: 100%;
        display: block; }
    .modal_close {
      right: 50px;
      top: 20px; }
    .seam {
      background-image: url("../img/seam-fon.jpg"); }
    .seam__info {
      width: 300px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; }
    .seam__title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      padding: 0; }
      .seam__title:after {
        display: block; }
    .seam__subtitle {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      padding: 0; }
    .seam__pic {
      height: 340px;
      margin-top: 0;
      width: 40%; } }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 800px) {
    .equipment .slider__3d .slick-current {
      margin-top: 23px; } 
    }
  @media (max-width: 800px) {
    .works .works__slider_display {
      display: block;
    }
    .works .works__grid_display {
      display: none;
    }
  }
  @media (max-width: 870px) {
    #arrowup {
      display: none!important;
    }
    #arrowup1 {
      display: none!important;
    }
  }
  @media (min-width: 870px) {
  .header__top-buttons {
    width: 27%;
    display: block; }
    .header__top-buttons .btn {
        display: flex;
flex-flow: row wrap;

      width: 100%;
      min-width: 100%;
      padding: 0;
      line-height: 20px;
      color: #ff7a00;
      margin-left: 0;
      text-align: left; }
    .header__top-buttons .btn__arrow:after {
      color: #ff7a00; }
    .header__top-buttons .btn_filled {
      background-color: transparent; }
      .header__top-buttons .btn_filled:after {
        display: none; }
    .header__top-buttons .btn_small.btn_bordered:before,
    .header__top-buttons .btn_small.btn_bordered:after {
      display: none; }
    .header__top-buttons .btn_bordered:hover {
      background-color: transparent; }
    .header__top-buttons .btn_small:active {
      left: 0;
      top: 0; }
  .header__top-buttons,
  .header__top-phone {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header__menu {
      display: block; }
        .header__menu--fixed .menu_header {
          width: 99%; }
    .header__mobile {
      display: none; }
      .header__mobile .header__logo {
        display: none; }
    .header__logo {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .toggle_mnu {
      display: none; }
  .table__number,
  th.table__number,
  .table__units,
  th.table__units {
    display: table-cell; } }
  @media (min-width: 900px) {
    .equipment__thumb {
      width: 49%;
      height: 300px;
      margin: 0; }
      .equipment__thumb:before {
        width: 500px;
        height: 300px;
        margin-top: -20px;
        left: -20px; }
    .equipment__content {
      width: 50%;
      margin-left: 0; }
    .equipment__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: 0;
      padding-left: 0; }
    .equipment__description {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: 25px; } }
  @media (min-width: 992px) {
    .container {
      width: 962px; } }
  @media (min-width: 1000px) {
    .slider__3d {
      width: 870px; }
    .slider__3d .slick-list {
      padding-top: 10% !important;
      padding-bottom: 10% !important;
      padding-left: 15% !important;
      padding-right: 15% !important; }
      .slider__3d .slick-current {
        -webkit-transform: translate3d(0, 0, 10px);
                transform: translate3d(0, 0, 10px); }
      .slider__3d .slick-snext {
        -webkit-transform: translate3d(10%, 0, 0px);
                transform: translate3d(10%, 0, 0px); }
      .slider__3d .slick-sprev {
        -webkit-transform: translate3d(-10%, 0, 0px);
                transform: translate3d(-10%, 0, 0px); }
    .slider__3d .next-slide {
      bottom: initial;
      right: -50px;
      top: calc(50% - (52.4px/2)); }
    .slider__3d .prev-slide {
      bottom: initial;
      left: -50px;
      top: calc(50% - (52.4px/2)); }
      .services:after {
        display: block;
        background-size: 60%;
        background-position: 100% 100%; }
      .services:before {
        display: block;
        background-size: 60%; }
      .equipment .prev-slide,
      .equipment .next-slide {
        bottom: initial;
        top: 19% !important; }
    .guarantees__wrap {
      width: 920px;
      height: 400px;
      background-image: url("../img/guarantees__wrap.jpg"); }
    .contracts__pic {
      margin-top: 0;
      height: 500px;
      position: absolute;
      top: 200px;
      left: 2%; }
      .departure:before {
        display: block;
        left: 15%; }
    .departure__wrap {
      width: 85%; }
    .departure__content {
      padding: 50px 50px 50px 350px; }
      .departure__content:before {
        display: none; }
    .departure__text {
      font-size: 20px;
      line-height: 32px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; } }
  @media (min-width: 1100px) {
    .section__subtitle {
      font-size: 20px; }
    .btn_big {
      min-width: 360px;
      font-size: 15px;
      margin-left: 6px; }
  .header__top-buttons {
    width: 50%; }
    .header__top-buttons .btn_bordered:hover {
      background-color: #fc9b02; }
    .header__top-buttons .btn_small:active {
      left: -6px;
      top: -6px; }
    .header__top-buttons .btn {
      width: 220px;
      min-width: 220px;
      padding: 0 15px;
      line-height: 40px;
      color: #fff;
      margin-left: -6px;
      text-align: center; }
    .header__top-buttons .btn_small + .btn_small {
      margin-left: 25px; }
    .header__top-buttons .btn_bordered {
      min-width: 250px; }
    .header__top-buttons .btn__arrow:after {
      color: #fff; }
    .header__top-buttons .btn_filled {
      background: #ff7a00; }
      .header__top-buttons .btn_filled:after {
        display: block; }
    .header__top-buttons .btn_small.btn_bordered:before,
    .header__top-buttons .btn_small.btn_bordered:after {
      display: block; }
      .works:before {
        display: block;
        background-size: 70%; }
      .equipment:after {
        display: block;
        background-size: 75%;
        background-position: 0% 0%; }
      .equipment:before {
        display: block;
        background-size: 75%;
        background-position: 0% 0%; }
    .welders__item {
      width: 260px; }
    .welders__title {
      font-size: 20px; }
    .line__wrap {
      display: block; }
    .clients {
      display: block; }
      .guarantees__wrap:before {
        width: 840px;
        height: 340px;
        left: calc(50% - (840px/2));
        top: calc(50% - (340px/2)); }
    .guarantees__icon {
      margin-right: 40px; }
    .quarantees__content {
      width: 62%;
      margin: 0; }
    .quarantees__title {
      font-size: 56px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; }
    .quarantees__text {
      font-size: 32px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      line-height: 45.82px; }
      .terms__item:after {
        display: block; }
    .terms__text {
      font-size: 17px;
      padding: 0;
      margin-bottom: 0; }
    .terms__footnote {
      padding: 0 14%;
      margin-top: 60px; }
      .operating-procedure:after {
        display: block;
        background-size: 76%;
        background-position: 0% 0%; }
      .operating-procedure:before {
        display: block;
        background-size: 76%;
        background-position: 0% 0%; }
      .reviews__slider .next-slide {
        right: -120px;
        top: calc(50% - (52.4px/2));
        bottom: initial; }
      .reviews__slider .prev-slide {
        left: -120px;
        top: calc(50% - (52.4px/2));
        bottom: initial; }
      .news:after {
        background-size: 60%;
        display: block; }
      .news:before {
        background-size: 60%;
        display: block; }
    .contacts__wrap {
      height: 473px; }
      .contacts__wrap:before {
        width: 1029px;
        background-position-x: left;
        background-size: 100%;
        height: 473px; }
    .seam__pic {
      height: 340px;
      margin-top: 0;
      width: 475px; }
      .seam__pic:before {
        width: 415px;
        height: 460px;
        top: calc(50% - (460px/2));
        right: -50px; } }
  @media (min-width: 1171px) {
        .header__menu--fixed .menu_header {
          width: 1170px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; }
    .slider__3d .next-slide {
      bottom: initial;
      right: -80px;
      top: calc(50% - (52.4px/2)); }
    .slider__3d .prev-slide {
      bottom: initial;
      left: -80px;
      top: calc(50% - (52.4px/2)); }
    .next-slide {
      bottom: initial;
      right: -80px;
      top: calc(50% - (52.4px/2)); }
    .prev-slide {
      bottom: initial;
      left: -80px;
      top: calc(50% - (52.4px/2)); }
    .header {
      height: 965px; }
    .header__title {
      font-size: 56px;
      line-height: 67px;
      font-family: "OpenSansExtraBold", sans-serif;
      text-align: left; }
    /*.header__title:before {
      border: 6px solid #ff7a00;
      top: 0;
      bottom: 0;
      left: 260px;
      width: 240px;
      height: 240px; }*/
    .header__list {
      background: rgba(255, 255, 255, 0.18);
      padding: 25px 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .header__list li {
        font-size: 22px;
        line-height: 50px;
        padding-left: 50px; }
        .header__list li:before {
          background-image: url(../img/sprite-05029528596957384.png);
          background-position: -199px -125px;
          width: 31px;
          height: 31px; }
    .services__item {
      width: 360px; }
    .service__description {
      font-size: 20px; }
    .section__title {
      font-size: 42px; }
      .works:after {
        display: block;
        background-size: 70%;
        background-position: 0% 0%; }
    .works__slide {
      width: 750px;
      height: 400px; }
    .equipment__thumb {
      width: 500px;
      height: 300px; }
    .equipment__content {
      width: 450px;
      margin-left: 65px;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .equipment__description:before {
        display: block; }
    .guarantees__wrap {
      width: 920px;
      height: 300px;
      background-image: url("../img/guarantees__wrap.jpg"); }
    .contracts__pic {
      margin-top: 0;
      height: 700px;
      position: absolute;
      top: 100px;
      left: 5%; }
      .departure:before {
        display: block;
        left: 20%; }
      .departure .btn {
        font-size: 13px;
        margin: 0; }
      .departure__content:before {
        display: block; }
    .texts {
      width: auto; }
    .checkbox:nth-of-type(1) {
      margin-left: 35px;
      margin-top: 0; }
      .checkbox:nth-of-type(2) {
        margin-left: 15px;
        margin-top: 0; }
      .fotoramka img {
        max-height: 638px; }
    .about-service__grid .equipment__item:nth-of-type(1) .equipment__content {
      margin: 0;
      width: 480px; }
      .about-service__grid .equipment__item:nth-of-type(1) .equipment__thumb img {
        height: 300px; }
    .about-service__grid .equipment__item:nth-of-type(3) .equipment__content {
      margin-left: 0;
      margin-right: 65px; }
    .faq__form {
      width: 89%;
      padding: 50px 120px; }
    .contacts__title {
      font-size: 30px;
      line-height: 36px; }
       #map {
      width: 70%;
      height: 473px;
      right: -100px;}}
  @media (min-width: 1600px) {
      .services:after {
        background-size: 100%; }
      .services:before {
        background-size: 93%; }
      .works:after {
        background-size: 100%; }
      .works:before {
        background-size: 93%; }
      .equipment:after {
        background-size: 100%; }
      .equipment:before {
        background-size: 93%; }
      .operating-procedure:after {
        background-size: 100%; }
      .operating-procedure:before {
        background-size: 93%; }
      .news:after {
        background-size: 100%; }
      .news:before {
        background-size: 93%; }
      .modal_div:after {
        background-size: 100%; }
      .modal_div:before {
        background-size: 93%; } }
  @media (min-width: 1700px) {
    .section__subtitle {
      font-size: 24px; }
    .services {
      margin-top: -108px; }
    .line__wrap {
      width: 62%;
      left: calc(50% - (62%/2)); }
    .contracts__pic {
      left: 14%; }
      .departure:before {
        width: 388px;
        height: 625px;
        left: 25%; }
    }
  @media (min-width: 1800px) {
    .container {
      width: 1170px; } }
      .field__multiupload {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.multiupload__group {
  width: 100%;
  color: #000000;
  font-family: "MontserratMedium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 25px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .multiupload__group.selected {
      padding-left: 0;
  }
  .multiupload__group.selected .remove {
    display: inline-block; }
  .multiupload__group.selected .multiupload__select {
    display: none; }
.multiupload__group:before {
    content: "";
    background-image: url(../img/sprite-05029528596957384.png);
    background-position: -126px -206px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px; }
.multiupload__group.selected:before {
    display: none;}
.remove {
  cursor: pointer;
  background-image: url("../img/cross-remove-sign.svg");
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  display: none; }
 .modal__height {
     height: 90%;
     top: calc(50% - (90%/2));
 }
 .modal__height:before {
     width: 77px;
 }
.modal__height:after {
     width: 77px;
 }
.modal__height .form__panel--upload {
     max-height: 110px;
     overflow-y: scroll;
 }
.modal__height .form__panel--upload::-webkit-scrollbar { width: 3px; height: 3px;}
.modal__height .form__panel--upload::-webkit-scrollbar-button {  background-color: #fff; }
.modal__height .form__panel--upload::-webkit-scrollbar-track {  background-color: #aeaeae;}
.modal__height .form__panel--upload::-webkit-scrollbar-track-piece { background-color: #fff;}
.modal__height .form__panel--upload::-webkit-scrollbar-thumb { height: 50px; background-color: #fc9b02; border-radius: 3px;}




}
}

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