@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  src: font-url("../fonts/gilroy-extrabold.woff") format("woff");
  src: font-url("../fonts/gilroy-extrabold.woff2") format("woff2"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: font-url("../fonts/gilroy-medium.woff") format("woff");
  src: font-url("../fonts/gilroy-medium.woff2") format("woff2"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  src: font-url("../fonts/gilroy_light.woff") format("woff");
  src: font-url("../fonts/gilroy_light.woff2") format("woff2"); }

textarea.form-control {
  height: auto !important; }

.btn {
  font-family: "Gilroy", sans-serif;
  border-radius: 0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 10px 5px 12px !important; }
  .btn::before {
    content: "";
    width: 30px;
    height: 80px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto; }
  .btn:hover::before {
    animation: blic .8s linear; }

@keyframes blic {
  0% {
    transform: translateX(-80px) rotate(-25deg); }
  100% {
    transform: translateX(450px) rotate(-25deg); } }

.btn-primary {
  color: #ffffff !important;
  background-color: #BF0311 !important;
  border-color: #BF0311 !important;
  width: 350px;
  margin: 0 auto; }
  .btn-primary:hover {
    background-color: #373737 !important;
    border-color: #373737 !important; }

.btn-invert {
  color: #ffffff !important;
  background-color: #007976 !important;
  border-color: #007976 !important; }
  .btn-invert:hover {
    background-color: #2FA09E !important;
    border-color: #2FA09E !important; }

.btn-white {
  color: #000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-radius: 3px !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  padding-left: 100px !important;
  text-align: left !important;
  color: #333333; }
  .btn-white:hover {
    background-color: #d6e0d7 !important;
    border-color: #d6e0d7 !important; }

.h2,
h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 36px !important;
  line-height: 56px !important;
  font-weight: 800 !important;
  color: #373737;
  text-transform: uppercase; }

.icon {
  display: inline-block; }
  .icon.viber-1 {
    background-image: url(../img/sprites/png/sprite.png);
    background-position: -211px -183px;
    width: 27px;
    height: 26px; }
  .icon.whatsapp-1 {
    background-image: url(../img/sprites/png/sprite.png);
    background-position: 0px -211px;
    width: 26px;
    height: 26px; }

.header__box {
  background: rgba(43, 43, 43, 0.56);
  padding: 40px;
  margin-top: 6vw;
  display: inline-block; }
  @media only screen and (max-width: 1200px) {
    .header__box {
      margin-top: 3vw; } }
  @media only screen and (max-width: 800px) {
    .header__box {
      background: rgba(43, 43, 43, 0.7); } }

.header .h1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  color: #000000;
  font-size: 46px !important;
  line-height: 65px !important;
  font-weight: 600 !important;
  color: #ffffff;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    .header .h1 {
      font-size: 36px !important;
      line-height: 47px !important;
      font-weight: 600 !important;
      color: #ffffff; } }
  @media only screen and (max-width: 500px) {
    .header .h1 {
      text-align: center; }
      .header .h1 br {
        display: none; } }

.header .subtitle {
  font-family: "Gilroy", sans-serif;
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 800 !important;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media only screen and (max-width: 992px) {
    .header .subtitle {
      margin-bottom: 3px; } }
  @media only screen and (max-width: 500px) {
    .header .subtitle {
      text-align: center; } }

.header-main {
  min-height: 420px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
  background-color: #E7EAED;
  background: url(../img/bg/fon-1.jpg);
  background-position: left center;
  background-size: cover;
  border-top: 1px solid transparent;
  overflow: hidden; }
  .header-main .fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 45%; }
    @media only screen and (max-width: 1200px) {
      .header-main .fullscreen-bg {
        padding-top: 56%; } }
    @media only screen and (max-width: 800px) {
      .header-main .fullscreen-bg {
        padding-top: 0; } }
  .header-main .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .header-main .fullscreen-bg__video {
        display: none; } }
  .header-main .overlay {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4; }
    @media only screen and (max-width: 800px) {
      .header-main .overlay {
        position: static;
        padding: 100px 0 120px; } }

.header-page {
  background: url("../img/bg/header-2.jpg");
  background-size: cover !important;
  background-position: bottom center;
  min-height: 500px; }
  .header-page .header__box {
    margin-top: 0; }
    @media only screen and (max-width: 992px) {
      .header-page .header__box .subtitle {
        line-height: 36px !important; } }
    @media only screen and (max-width: 768px) {
      .header-page .header__box {
        margin-top: 70px;
        margin-bottom: 70px; } }

.header-transportation .header__box {
  margin: 45px 0; }
  @media only screen and (max-width: 768px) {
    .header-transportation .header__box {
      margin: 110px 0 70px; } }

.header-movers {
  background: url("../img/bg/header-3.jpg");
  background-position: center center; }
  .header-movers .header__box {
    margin: 80px 0; }
    @media only screen and (max-width: 768px) {
      .header-movers .header__box {
        margin: 120px 0 80px; } }

.header-garbage {
  background: url("../img/bg/header-5.jpg");
  background-position: center center; }
  .header-garbage .header__box {
    margin: 60px 0; }
    @media only screen and (max-width: 768px) {
      .header-garbage .header__box {
        margin: 120px 0 80px; } }

.header-demolition-work {
  background: url("../img/bg/header-6.jpg");
  background-position: center center; }
  .header-demolition-work .header__box {
    margin: 50px 0; }
    .header-demolition-work .header__box .title {
      font-size: 24px !important;
      line-height: 32px !important;
      font-weight: 800 !important;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .header-demolition-work .header__box {
        margin: 120px 0 80px; } }

.header-moving {
  background: url("../img/bg/header-7.jpg");
  background-position: center center; }
  .header-moving .header__box {
    margin: 80px 0; }
    @media only screen and (max-width: 768px) {
      .header-moving .header__box {
        margin: 120px 0 80px; } }

.logo a {
  display: inline-block; }
  .logo a img {
    max-width: 100%; }

.top-line {
  background: #e7e7e7; }
  @media only screen and (max-width: 768px) {
    .top-line {
      display: none; } }
  .top-line .works {
    text-align: center;
    padding: 3px 0 5px; }
  .top-line span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    color: #373737;
    margin-right: 52px; }

.navigation {
  height: auto;
  line-height: normal;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  transition: .5s;
  padding: 5px 0;
  top: 0;
  transition: .5s; }
  .navigation.fixed {
    position: fixed;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 768px) {
    .navigation {
      position: fixed;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2); } }

.nav_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto; }

.naviagation__item {
  width: 100%;
  max-width: 570px; }

.naviagation__item_link {
  display: flex;
  justify-content: space-around;
  margin: 0;
  align-items: flex-end;
  flex-wrap: wrap; }
  .naviagation__item_link li {
    position: relative; }
    .naviagation__item_link li a {
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      position: relative;
      z-index: 10;
      text-decoration: none;
      font-size: 14px !important;
      line-height: 20px !important;
      font-weight: 600 !important;
      color: #373737;
      transition: .5s; }
      .naviagation__item_link li a:hover, .naviagation__item_link li a:focus {
        text-decoration: none;
        color: #a8160a;
        background: none; }
    .naviagation__item_link li .sub-link {
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      position: relative;
      z-index: 10;
      text-decoration: none;
      font-size: 14px !important;
      line-height: 20px !important;
      font-weight: 600 !important;
      color: #373737;
      transition: .5s;
      display: inline-block;
      padding: 15px 16px 15px 0;
      position: relative;
      cursor: pointer; }
      .naviagation__item_link li .sub-link:hover, .naviagation__item_link li .sub-link:focus {
        text-decoration: none;
        color: #a8160a;
        background: none; }
      .naviagation__item_link li .sub-link::after {
        content: '';
        position: absolute;
        border: 6px solid transparent;
        border-top-color: #000;
        right: 0;
        top: 46%;
        transition: .5s; }
  .naviagation__item_link > li > a {
    display: block;
    padding: 15px 0; }
  .naviagation__item_link > li:hover .sub-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transition: .5s; }
  .naviagation__item_link .sub-menu {
    position: absolute;
    opacity: 0;
    z-index: 10;
    background: #ffffff;
    padding: 15px;
    left: -30px;
    box-shadow: 0 0 4px black;
    border-radius: 3px;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: .5s; }
    .naviagation__item_link .sub-menu__link {
      white-space: nowrap;
      line-height: 30px !important; }
      .naviagation__item_link .sub-menu__link:hover {
        text-shadow: 0 0px 1px #a68585; }

.order__number {
  text-align: center;
  display: block;
  line-height: 7px; }
  .order__number .icon {
    vertical-align: middle; }
    .order__number .icon:nth-child(2) {
      margin-right: 5px;
      display: inline-block; }
  .order__number .btn_block a {
    background-color: #E7EAED;
    padding: 15px 0; }

.ord__num {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #373737;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0;
  transition: .5s; }
  .ord__num:hover {
    color: #a8160a; }

.btn_block a {
  display: block;
  background-color: #ffffff;
  transition: .5s;
  color: #000000;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  text-decoration: none; }
  .btn_block a:hover {
    background-color: #a8160a; }

.header__wrap {
  margin: 150px auto 0;
  max-width: 1100px;
  position: relative; }

.title__text {
  color: #333333;
  font-size: 30px;
  text-align: center;
  margin: 0;
  line-height: 22px; }

#before-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1001; }

#before-load img {
  font-size: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -70px;
  animation: rotate 2s infinite; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.sidebarBtn {
  position: fixed;
  top: 11px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  z-index: 10; }
  .sidebarBtn:focus {
    outline: none; }

.sidebarBtn span {
  display: block;
  width: 45px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 24px;
  transition: .3s;
  outline: none; }

.sidebarBtn span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
  transition: .3s;
  outline: none; }

.sidebarBtn span:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333333;
  transition: .3s; }

.sidebarBtn.toggle span {
  background: transparent; }

.sidebarBtn.toggle span:before {
  top: 0;
  transform: rotate(45deg); }

.sidebarBtn.toggle span:after {
  top: 0;
  transform: rotate(-45deg); }

.pushy-open-right .sidebarBtn.toggle span {
  background: transparent; }

.pushy-open-right .sidebarBtn.toggle span:before {
  top: 0;
  transform: rotate(45deg);
  background-color: #ffffff; }

.pushy-open-right .sidebarBtn.toggle span:after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #ffffff; }

.wrap__button_mob {
  display: none;
  position: fixed;
  z-index: 100;
  right: 60px; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.phone-call {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 200;
  transition: .5s linear;
  box-shadow: 0 0 0px 0px black;
  transform-origin: center; }
  @media only screen and (max-width: 600px) {
    .phone-call {
      display: inline-block; } }
  .phone-call img {
    box-shadow: 1px 2px 17px #BF0311;
    border-radius: 50%;
    animation: phoneCall 1s linear infinite; }

@keyframes phoneCall {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 2px 19px #BF0311; }
  50% {
    transform: rotate(10deg);
    box-shadow: 1px 2px 10px #BF0311; }
  100% {
    transform: rotate(0deg);
    box-shadow: 1px 2px 19px #BF0311; } }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.btn-mts {
  position: relative; }
  .btn-mts::after {
    content: '';
    position: absolute;
    background: url("../img/icon/mts-new.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 20px;
    left: 11px;
    top: 11px; }

.btn-a1 {
  position: relative; }
  .btn-a1::after {
    content: '';
    position: absolute;
    background: url("../img/icon/a1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 26px;
    left: 40px;
    top: 10px; }

/*animation: pull 500ms infinite linear */
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes wobble-vertical {
  16.65% {
    transform: translateX(8px); }
  33.3% {
    transform: translateX(-6px); }
  49.95% {
    transform: translateX(4px); }
  66.6% {
    transform: translateX(-2px); }
  83.25% {
    transform: translateX(1px); }
  100% {
    transform: translateX(0); } }

@keyframes wobble-vertical2 {
  16.65% {
    transform: translateY(8px); }
  33.3% {
    transform: translateY(-6px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateX(0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #FFF, 0 0 12px 14px #FFF; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0); } }

/*Дергается */
@keyframes buzz-z {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

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

*::-webkit-input-placeholder {
  color: #929292;
  opacity: 1; }

*:-moz-placeholder {
  color: #929292;
  opacity: 1; }

*::-moz-placeholder {
  color: #929292;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #929292;
  opacity: 1; }

::-webkit-scrollbar-track {
  background-color: #32312e;
  box-shadow: 0px 0px 3px #000 inset; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #e7e7e7;
  box-shadow: 0px 1px 1px #e7e7e7 inset;
  background-position: center;
  background-repeat: no-repeat; }

::-webkit-scrollbar {
  width: 11px; }

::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #929292; }
  @media only screen and (max-width: 600px) {
    ::-webkit-input-placeholder {
      font-size: 17px !important;
      line-height: 20px !important;
      font-weight: 600 !important;
      color: #929292; } }

::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #929292; }
  @media only screen and (max-width: 600px) {
    ::-moz-placeholder {
      font-size: 17px !important;
      line-height: 20px !important;
      font-weight: 600 !important;
      color: #929292; } }

input {
  outline: none; }

select {
  outline: none; }

button {
  outline: none; }

a {
  outline: none; }

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

section {
  border-top: .1px solid transparent; }

html,
body {
  overflow-x: hidden !important; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: 'Gilroy', sans-serif !important;
  font-weight: 900;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0; }

::selection {
  background-color: #ccc;
  color: #333; }

.slide {
  max-width: 1100px;
  margin: 0 auto;
  position: relative; }
  .slide .swiper_button_next_column {
    right: -40px;
    top: 48%; }
  .slide .swiper_button_prev_column {
    left: -60px;
    top: 48%; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  padding: 55px 0; }

.swiper-slide {
  justify-content: center;
  display: flex; }

.swiper-button-next, .swiper-button-prev {
  font-size: 50px;
  color: #333;
  z-index: 1;
  outline: none; }

.swiper-button-next {
  padding: 0px 8px 4px 3px;
  right: 0px; }

.swiper-button-prev {
  padding: 0px 10px 4px 0px;
  left: 0; }

.swiper-pagination {
  bottom: -30px;
  width: 100%; }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 7px;
    width: 10px;
    height: 10px;
    background: #A6A6A6;
    opacity: 1;
    border-radius: 50%; }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #646464;
    border-radius: 50%; }

.go-prew {
  width: 350px;
  height: 250px;
  margin: 15px;
  position: relative;
  cursor: pointer;
  border: 4px solid #ffffff;
  overflow: hidden;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.9);
  transition: .5s; }
  .go-prew img {
    transition: .5s; }
  .go-prew:hover .zoom {
    transform: scale(1); }
  .go-prew:hover img {
    transform: scale(1.2);
    opacity: .4; }

.lg-outer .lg-thumb {
  margin: auto; }

.lg-backdrop {
  z-index: 100; }

.zoom {
  color: #ffffff;
  font-size: 50px;
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: block;
  margin: auto;
  transform: scale(0);
  transition: .5s;
  background-image: url(../img/zoom-in.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px; }

.header_thanks {
  height: 100vh;
  background-image: url(../img/thanks.jpg);
  background-repeat: no-repeat; }
  .header_thanks .card_wrapper {
    height: 100%;
    align-items: center; }
    .header_thanks .card_wrapper .card_new {
      width: 700px;
      background: #D55D70; }
    .header_thanks .card_wrapper .content {
      height: 100%;
      bottom: 0;
      top: 40%;
      left: 0;
      right: 0;
      margin: auto;
      background: linear-gradient(0deg, #c21833, transparent); }
      .header_thanks .card_wrapper .content ul li a {
        padding-bottom: 3px !important;
        height: auto;
        width: 300px; }

.scale-in-center {
  animation: 0.7s scale-in-center 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.bounce-in-bottom1 {
  animation: 2s bounce-in-bottom .2s both; }

.bounce-in-bottom2 {
  animation: 2s bounce-in-bottom .5s both; }

.bounce-in-bottom3 {
  animation: 2s bounce-in-bottom .9s both; }

@keyframes bounce-in-bottom {
  0% {
    transform: translateY(500px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateY(65px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateY(28px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateY(8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out; } }

.slide-in-blurred-right1 {
  animation: 1s slide-in-blurred-right 0.2s cubic-bezier(0.23, 1, 0.32, 1) both; }

.slide-in-blurred-right2 {
  animation: 1s slide-in-blurred-right 0.4s cubic-bezier(0.23, 1, 0.32, 1) both; }

@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0; }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1; } }

.smooth-appearance {
  animation: 0.7s smooth-appearance 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes smooth-appearance {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.home-page .services {
  background: #373737;
  overflow-x: hidden; }
  .home-page .services-box__bg {
    background-size: cover !important;
    transition: .5s; }
  .home-page .services__item {
    min-height: 26vw;
    cursor: pointer;
    display: block;
    background-size: cover !important;
    position: relative;
    border: none;
    transition: .5s; }
    .home-page .services__item:hover::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(191, 3, 17, 0.8), rgba(191, 3, 17, 0.8));
      transform: matrix(-1, 0, 0, 1, 0, 0); }
    @media only screen and (max-width: 768px) {
      .home-page .services__item {
        min-height: 270px; } }
    .home-page .services__item-1 {
      background: #373737; }
      .home-page .services__item-1:hover::before {
        display: none; }
      @media only screen and (max-width: 992px) {
        .home-page .services__item-1 {
          min-height: 110px; } }
    .home-page .services__item-2 {
      background: url("../img/services/2.jpg"); }
      @media only screen and (max-width: 600px) {
        .home-page .services__item-2 {
          background-position: center center !important; } }
          .home-page .services__item-2 .services__desc-works {
            font-size: 24px !important;
            line-height: 34px !important; }
    .home-page .services__item-3 {
      background: url("../img/services/3.jpg"); }
    .home-page .services__item-4 {
      background: url("../img/services/4.jpg"); }
    .home-page .services__item-5 {
      background: url("../img/services/5.jpg"); }
    .home-page .services__item-6 {
      background: url("../img/services/6.jpg"); 
    }
    .home-page .services__item .h2 {
      font-size: 36px !important;
      line-height: 56px !important;
      font-weight: 800 !important;
      color: #ffffff;
      text-transform: uppercase;
      position: absolute;
      bottom: 20px;
      left: 15px;
      right: 15px;
      text-align: center; }
  .home-page .services__desc {
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
    .home-page .services__desc-works {
      font-family: "Gilroy", sans-serif;
      font-size: 18px !important;
      line-height: 30px !important;
      font-weight: 800 !important;
      color: #ffffff;
      text-transform: uppercase; }
      @media only screen and (max-width: 600px) {
        .home-page .services__desc-works {
          font-size: 24px !important;
          line-height: 30px !important;
          font-weight: 800 !important;
          color: #ffffff; } }
    .home-page .services__desc-price {
      font-family: "Gilroy", sans-serif;
      font-size: 30px !important;
      line-height: 40px !important;
      font-weight: 800 !important;
      color: #ffffff;
      text-transform: uppercase;
      white-space: nowrap; }

.home-page .actions {
  background: #3a3a3a;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    .home-page .actions .container {
      max-width: none; } }
  .home-page .actions .h2 {
    font-size: 36px !important;
    line-height: 56px !important;
    font-weight: 600 !important;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 0 10px; }
    @media only screen and (max-width: 768px) {
      .home-page .actions .h2 {
        text-align: center; } }
  .home-page .actions__item {
    min-height: 23vw;
    display: block;
    background-size: cover !important;
    position: relative;
    transition: .5s; }
    .home-page .actions__item-1 {
      background: url("../img/actions/bg/1.jpg"); }
    .home-page .actions__item-2 {
      background: url("../img/actions/bg/2.jpg"); }
    .home-page .actions__item-3 {
      background: url("../img/actions/bg/3.jpg"); }
    .home-page .actions__item-4 {
      background: url("../img/actions/bg/4.jpg"); }
    .home-page .actions__item-5 {
      background: url("../img/actions/bg/5.jpg"); }
    .home-page .actions__item-6 {
      background: url("../img/actions/bg/6.jpg"); }
    .home-page .actions__item-7 {
      background: url("../img/actions/bg/7.jpg"); }
    .home-page .actions__item:hover {
      filter: drop-shadow(2px 4px 6px black);
      z-index: 10; }
      .home-page .actions__item:hover .actions__desc {
        background: rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 1400px) {
      .home-page .actions__item {
        min-height: 360px; } }
  .home-page .actions__desc {
    background: rgba(71, 71, 71, 0.5);
    min-height: 185px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    transition: .5s; }
    @media only screen and (max-width: 768px) {
      .home-page .actions__desc {
        min-height: auto;
        background: rgba(0, 0, 0, 0.5); } }
    .home-page .actions__desc .desc {
      font-size: 18px !important;
      line-height: 30px !important;
      font-weight: 600 !important;
      color: #ffffff;
      text-transform: uppercase; }
      @media only screen and (max-width: 1600px) {
        .home-page .actions__desc .desc br {
          display: none; } }
      @media only screen and (max-width: 600px) {
        .home-page .actions__desc .desc {
          font-size: 21px !important;
          line-height: 30px !important;
          font-weight: 600 !important;
          color: #ffffff; } }
    .home-page .actions__desc .discount {
      font-size: 32px !important;
      line-height: 40px !important;
      font-weight: 600 !important;
      color: #fff;
      text-transform: uppercase; }
    .home-page .actions__desc .notice {
      font-size: 14px !important;
      line-height: 26px !important;
      font-weight: 600 !important;
      color: #ffffff;
      text-transform: uppercase; }

.home-page .advantages {
  padding: 70px 0;
  overflow-x: hidden; }
  .home-page .advantages .h2 {
    margin-bottom: 40px; }
  .home-page .advantages__accordeon {
    display: flex;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .home-page .advantages__accordeon {
        flex-direction: column;
        min-height: 600px; } }
  .home-page .advantages__item {
    overflow: hidden;
    transition: .5s;
    min-width: 95px;
    min-height: 700px;
    display: flex;
    align-items: stretch;
    position: relative;
    background-position: center center !important; }
    @media only screen and (max-width: 992px) {
      .home-page .advantages__item {
        flex-direction: column;
        align-items: flex-end;
        min-height: 80px;
        background-position: center top !important; } }
    .home-page .advantages__item .num {
      font-size: 96px !important;
      line-height: 26px !important;
      font-weight: 300 !important;
      color: #ffffff;
      background: #929292;
      min-width: 95px;
      border-right: 1px solid #eeeeee;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      cursor: pointer;
      transition: .5s; }
      .home-page .advantages__item .num:hover {
        background: #bf0311; }
      @media only screen and (max-width: 992px) {
        .home-page .advantages__item .num {
          min-height: 80px;
          width: 100%;
          justify-content: flex-end;
          font-size: 66px !important;
          line-height: 62px !important;
          border-right: none;
          border-bottom: 1px solid #ccc; } }
    .home-page .advantages__item-1 {
      background: url("../img/advantages/1.jpg"); }
    .home-page .advantages__item-2 {
      background: url("../img/advantages/2.jpg"); }
    .home-page .advantages__item-3 {
      background: url("../img/advantages/3.jpg"); }
    .home-page .advantages__item-4 {
      background: url("../img/advantages/4.jpg"); }
      @media only screen and (max-width: 992px) {
        .home-page .advantages__item-4 {
          background-position: center center !important; } }
    .home-page .advantages__item .desc {
      position: absolute;
      bottom: 25px;
      left: 95px;
      text-transform: uppercase;
      opacity: 0;
      font-size: 20px !important;
      line-height: 32px !important;
      font-weight: 600 !important;
      color: #ffffff; }
    .home-page .advantages__item.active {
      flex-grow: 1; }
      .home-page .advantages__item.active .num {
        background: transparent;
        border-right: 1px solid transparent; }
        @media only screen and (max-width: 992px) {
          .home-page .advantages__item.active .num {
            border-right: none;
            border-bottom: 1px solid transparent;
            color: #bf0311; } }
      .home-page .advantages__item.active .desc {
        transform-origin: left;
        animation: 0.7s smooth-appearance 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.home-page .reviews {
  background: url(../img/bg/fon-3.jpg);
  background-position: center center;
  min-height: 900px;
  padding: 200px 0 150px;
  overflow-x: hidden; }
  @media only screen and (max-width: 992px) {
    .home-page .reviews {
      min-height: auto;
      padding: 100px 0; } }
  .home-page .reviews .h2 {
    color: #ffffff; }
  .home-page .reviews__box {
    margin-right: -360px;
    margin-left: -30px; }
    @media only screen and (max-width: 1600px) {
      .home-page .reviews__box {
        margin-right: -200px; } }
    @media only screen and (max-width: 1400px) {
      .home-page .reviews__box {
        margin-right: -100px; } }
    @media only screen and (max-width: 600px) {
      .home-page .reviews__box {
        margin-right: -70px; } }
  .home-page .reviews_block {
    margin-right: 80px;
    margin-left: 30px;
    background: #ffffff;
    color: #333333;
    padding: 30px 40px;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .home-page .reviews_block {
        margin-left: 55px; } }
    .home-page .reviews_block .desc {
      margin-bottom: 40px; }
      .home-page .reviews_block .desc .name {
        font-size: 18px !important;
        line-height: 23px !important;
        font-weight: 600 !important;
        color: #373737;
        margin-right: 5px; }
      .home-page .reviews_block .desc .type {
        font-size: 18px !important;
        line-height: 23px !important;
        font-weight: 600 !important;
        color: #8b8b8b; }
    .home-page .reviews_block .line {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 170px;
      transform-origin: left;
      transform: rotate(-90deg);
      position: absolute;
      left: -16px;
      bottom: 0; }
      .home-page .reviews_block .line .num {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 600 !important;
        color: #ffffff; }
      .home-page .reviews_block .line .sep {
        width: 60%;
        height: 1px;
        background: #ffffff; }
      .home-page .reviews_block .line .count {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 600 !important;
        color: #727272; }
  .home-page .reviews .swiper-slide {
    height: auto;
    align-self: stretch; }
  @media only screen and (max-width: 600px) {
    .home-page .reviews .btn {
      display: block; } }

.transport {
  padding: 60px 0;
  overflow-x: hidden; }
  .transport__box {
    margin-right: -400px; }
    @media only screen and (max-width: 1400px) {
      .transport__box {
        margin-right: -200px; } }
    @media only screen and (max-width: 1200px) {
      .transport__box {
        margin-right: 0; } }
  .transport_block {
    margin-right: 60px; }
    .transport_block .img img {
      max-width: 100%; }
    @media only screen and (max-width: 1200px) {
      .transport_block {
        margin-right: 0;
        margin-left: 60px; } }
    .transport_block .desc__title {
      font-size: 24px !important;
      line-height: 32px !important;
      font-weight: 600 !important;
      color: #373737;
      text-transform: uppercase; }
    .transport_block .desc__carrying {
      font-size: 18px !important;
      line-height: 30px !important;
      font-weight: 600 !important;
      color: #BF0311; }
  .transport .swiper-wrapper {
    padding: 55px 0 30px; }
    @media only screen and (max-width: 992px) {
      .transport .swiper-wrapper {
        padding: 55px 0 0; } }
  .transport .swiper-slide {
    height: auto;
    align-self: stretch;
    transform: scale(0.7);
    transition: .5s; }
    .transport .swiper-slide.swiper-slide-active {
      transform: scale(1); }
  .transport__nav {
    width: 100%;
    height: 60px;
    max-width: 250px;
    position: relative;
    margin-left: auto; }
  .transport .swiper-pagination {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
    color: #373737;
    bottom: 14px;
    pointer-events: none; }
  .transport .swiper-button-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyMiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzI1MDIgMTcuNUwyMS43MzEzIDQuMDkzNzRMMTcuOTAxNyAwLjI2NDE2TDAuNjY1ODUgMTcuNUwxNy45MDE3IDM0LjczNThMMjEuNzMxMyAzMC45MDYyTDguMzI1MDIgMTcuNVoiIGZpbGw9IiMzNzM3MzciLz4KPC9zdmc+Cg=="); }
    .transport .swiper-button-prev:hover {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyMiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMzI1MDIgMTcuNUwyMS43MzEzIDQuMDkzNzRMMTcuOTAxNyAwLjI2NDE2TDAuNjY1ODUgMTcuNUwxNy45MDE3IDM0LjczNThMMjEuNzMxMyAzMC45MDYyTDguMzI1MDIgMTcuNVoiIGZpbGw9IiNCRjAzMTEiLz4KPC9zdmc+Cg=="); }
  .transport .swiper-button-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyMiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY3NSAxNy41TDAuMjY4NzM4IDQuMDkzNzRMNC4wOTgzMiAwLjI2NDE2TDIxLjMzNDIgMTcuNUw0LjA5ODMyIDM0LjczNThMMC4yNjg3MzggMzAuOTA2MkwxMy42NzUgMTcuNVoiIGZpbGw9IiMzNzM3MzciLz4KPC9zdmc+Cg=="); }
    .transport .swiper-button-next:hover {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAyMiAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY3NSAxNy41TDAuMjY4NzM4IDQuMDkzNzRMNC4wOTgzMiAwLjI2NDE2TDIxLjMzNDIgMTcuNUw0LjA5ODMyIDM0LjczNThMMC4yNjg3MzggMzAuOTA2MkwxMy42NzUgMTcuNVoiIGZpbGw9IiNCRjAzMTEiLz4KPC9zdmc+Cg=="); }
  .transport__btn {
    text-align: right; }
    @media only screen and (max-width: 600px) {
      .transport__btn {
        padding-top: 12px; } }
  .transport .btn {
    display: inline-block;
    margin-bottom: 30px; }
  .transport.transportation {
    padding: 60px 0 20px; }

.help-calc {
  background: url("../img/bg/fon-2.jpg");
  background-position: center center;
  overflow-x: hidden; }
  .help-calc__box {
    background: #ffffff;
    margin: 200px 0;
    padding: 60px 45px; }
    @media only screen and (max-width: 1200px) {
      .help-calc__box {
        margin: 110px 0; } }
    @media only screen and (max-width: 600px) {
      .help-calc__box {
        margin: 90px 0; } }
    .help-calc__box .title {
      font-size: 24px !important;
      line-height: 32px !important;
      font-weight: 800 !important;
      color: #373737;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .help-calc__box .subtitle {
      font-size: 16px !important;
      line-height: 24px !important;
      font-weight: 600 !important;
      color: #373737;
      margin-bottom: 25px; }
      @media only screen and (max-width: 600px) {
        .help-calc__box .subtitle {
          font-size: 19px !important;
          line-height: 24px !important;
          font-weight: 600 !important;
          color: #373737; } }
    .help-calc__box .form-control {
      background: #f5f5f5;
      border: 1px solid #f5f5f5;
      height: 47px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px !important;
      line-height: 20px !important;
      font-weight: 600 !important;
      color: #929292; }
      @media only screen and (max-width: 600px) {
        .help-calc__box .form-control {
          font-size: 17px !important;
          line-height: 20px !important;
          font-weight: 600 !important;
          color: #929292; } }
    .help-calc__box .btn {
      margin-top: 25px; }
  .help-calc-movers {
    background: url("../img/bg/fon-4.jpg");
    background-position: top center; }
    .help-calc-movers .help-calc__box {
      margin: 100px 0; }

  .help-calc-garbage {
    background: url("../img/bg/fon-6.jpg");
    background-position: top center; }
    .help-calc-garbage .help-calc__box {
      margin: 110px 0; }
  .help-calc-demolition-work {
    background: url("../img/bg/fon-7.jpg");
    background-position: top center; }
    .help-calc-demolition-work .help-calc__box {
      margin: 110px 0; }
  .help-calc-moving {
    background: url("../img/bg/fon-8.jpg");
    background-position: top center; }
    .help-calc-moving .help-calc__box {
      margin: 110px 0; }

.akcii {
  padding: 60px 0 20px;
  overflow-x: hidden; }
  @media only screen and (max-width: 600px) {
    .akcii {
      padding: 40px 0; } }
  .akcii .h2 {
    margin-bottom: 40px; }
  .akcii__desc {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(71, 71, 71, 0.53);
    padding: 25px 20px; }
    .akcii__desc .title {
      font-size: 18px !important;
      line-height: 32px !important;
      font-weight: 600 !important;
      color: #ffffff;
      text-transform: uppercase; }
    .akcii__desc .discount {
      font-size: 32px !important;
      line-height: 40px !important;
      font-weight: 600 !important;
      color: #ffffff;
      text-transform: uppercase; }
  .akcii__box {
    min-height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    .akcii__box-transportation {
      background: url(../img/ad-actions/1.jpg); }
    .akcii__box-movers {
      background: url(../img/ad-actions/2.jpg); }
    .akcii__box-garbage {
      background: url(../img/ad-actions/4.png);
      background-position: center; }
      .akcii__box-garbage .akcii__desc {
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .akcii__box-garbage .akcii__desc-ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-end; }
          .akcii__box-garbage .akcii__desc-ul .items {
            margin-right: 30px; }
          .akcii__box-garbage .akcii__desc-ul .item {
            font-size: 18px !important;
            line-height: 30px !important;
            font-weight: 600 !important;
            color: #ffffff; }
      .akcii__box-garbage .discount {
        margin-bottom: 12px; }
    .akcii__box-demolition-work {
      background: url(../img/ad-actions/5.jpg);
      background-position: center; }
      .akcii__box-demolition-work .akcii__desc {
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
    .akcii__box-moving {
      background: url(../img/ad-actions/6.jpg);
      background-position: center; }
      .akcii__box-moving .akcii__desc {
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        .akcii__box-moving .akcii__desc .notice {
          font-size: 14px !important;
          line-height: 26px !important;
          font-weight: 800 !important;
          color: #ffffff;
          text-transform: uppercase; }

.transportation-price {
  overflow-x: hidden;
  padding: 60px 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #373737;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .transportation-price {
      padding: 40px 0; } }
  .transportation-price span {
    font-size: 16px;
    font-weight: 300; }
  .transportation-price .h2 {
    text-align: left; }
  .transportation-price__head {
    background: #373737;
    color: #ffffff;
    padding: 8px 0;
    min-height: 72px; }
    .transportation-price__head .title {
      font-size: 20px !important;
      line-height: 32px !important;
      font-weight: 600 !important;
      color: #ffffff;
      text-transform: uppercase; }
    .transportation-price__head .subtitle {
      font-size: 16px !important;
      line-height: 24px !important;
      font-weight: normal !important;
      color: #ffffff; }
  .transportation-price .row.one > div {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .transportation-price .row.two > div {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .transportation-price .row.three {
    padding: 25px 0; }
    .transportation-price .row.three > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
  .transportation-price .row.quatr > div {
    min-height: 120px;
    padding-top: 30px;
    text-align: center; }
  .transportation-price .row.quatr span {
    display: block;
    margin-top: 20px; }
  .transportation-price .row .btn {
    width: 100% !important; }

.movers {
  overflow-x: hidden; }
  .movers-section {
    padding: 40px 0; }
    .movers-section__box {
      margin-top: 45px; }
    .movers-section__img img {
      max-width: 100%; }
    .movers-section__item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 30px; }
      .movers-section__item img {
        margin-right: 30px; }
      .movers-section__item .desc {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 600 !important;
        color: #373737; }
  .movers-price {
    padding: 70px 0; }
    .movers-price .h2 {
      margin-bottom: 60px; }
    .movers-price__box {
      border: 1px solid #373737;
      padding-bottom: 27px; }
      .movers-price__box .title {
        background: #373737;
        font-size: 20px !important;
        line-height: 32px !important;
        font-weight: 600 !important;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        padding: 25px 0; }
      .movers-price__box .btn {
        display: block; }
    .movers-price__body {
      max-width: 260px;
      margin: 0 auto; }
      .movers-price__body .line {
        display: flex;
        justify-content: flex-start;
        margin: 18px 0; }
        .movers-price__body .line__item {
          font-size: 18px !important;
          line-height: 24px !important;
          font-weight: 600 !important;
          color: #000000; }
          .movers-price__body .line__item:first-child {
            min-width: 163px; }

.garbage-price {
  padding: 60px 0;
  overflow-x: hidden; }
  .garbage-price .h2 {
    margin-bottom: 60px; }
  .garbage-price .h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    color: #898989;
    text-transform: uppercase; }
  .garbage-price__box {
    border: 1px solid #373737;
    padding: 30px 20px 0px;
    margin-bottom: 15px; }
  .garbage-price__item .title {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .garbage-price__item .price {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .garbage-price__item .desc {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 300 !important;
    color: #373737;
    margin-bottom: 30px; }
  .garbage-price__line {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    color: #373737;
    margin-bottom: 10px; }
  .garbage-price .btn {
    margin-bottom: 40px; }

.demolition-work-price {
  padding: 60px 0;
  overflow-x: hidden; }
  .demolition-work-price .h2 {
    margin-bottom: 50px; }
  .demolition-work-price .faq-block {
    border: 1px solid #3a3a3a; }
    .demolition-work-price .faq-block__header {
      padding: 20px 20px 20px 60px;
      border-bottom: 1px solid #3a3a3a;
      cursor: pointer;
      transition: .6s; }
      .demolition-work-price .faq-block__header:hover {
        background: #bf0311; }
        .demolition-work-price .faq-block__header:hover .h3 {
          color: #ffffff; }
          .demolition-work-price .faq-block__header:hover .h3::before {
            border-top-color: #ffffff; }
      .demolition-work-price .faq-block__header .h3 {
        font-size: 18px !important;
        line-height: 30px !important;
        font-weight: 800 !important;
        color: #373737;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 0;
        transition: .6s; }
        .demolition-work-price .faq-block__header .h3::before {
          content: '';
          position: absolute;
          right: 0;
          top: 12px;
          border: 10px solid transparent;
          border-top-color: #373737;
          transform-origin: center;
          transition: .6s; }
      .demolition-work-price .faq-block__header.active .h3::before {
        transform: rotate(-180deg);
        top: 2px; }
    .demolition-work-price .faq-block__body {
      padding: 35px 25px 50px; }
      .demolition-work-price .faq-block__body-item .title {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 300 !important;
        color: #212529;
        border-right: 1px solid #d9d9d9;
        padding-top: 10px;
        padding-bottom: 10px; }
      .demolition-work-price .faq-block__body-item .price {
        font-size: 18px !important;
        line-height: 23px !important;
        font-weight: 600 !important;
        color: #212529;
        padding-left: 20%; }
      .demolition-work-price .faq-block__body .btn {
        margin-top: 50px; }

.select-car {
  padding: 60px 0 40px;
  overflow-x: hidden; }
  .select-car .h2 {
    margin-bottom: 70px; }
  .select-car__cart {
    margin-bottom: 80px; }
  @media only screen and (max-width: 992px) {
    .select-car__house-img {
      text-align: center; } }
  .select-car__house-img img {
    max-width: 100%; }
  @media only screen and (max-width: 600px) {
    .select-car__house-img {
      margin-bottom: 20px; } }
  .select-car__car-img img {
    max-width: 100%; }
  @media only screen and (max-width: 600px) {
    .select-car__car-img {
      margin-bottom: 20px;
      margin-top: 20px; } }
  .select-car .h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 800 !important;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media only screen and (max-width: 600px) {
      .select-car .h3 {
        text-align: center; } }
  .select-car .h4 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media only screen and (max-width: 600px) {
      .select-car .h4 br {
        display: none; } }
  .select-car .option {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #373737;
    margin-bottom: 5px; }
  .select-car__price {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 800 !important;
    color: #bf0311;
    text-transform: uppercase; }
    @media only screen and (max-width: 600px) {
      .select-car__price {
        text-align: center;
        margin: 20px 0; } }
  .select-car .btn {
    width: 100%;
    max-width: 350px; }
    @media only screen and (max-width: 600px) {
      .select-car .btn {
        margin-top: 20px;
        margin-bottom: 40px; } }

.hidden {
  display: none; }

.popup__form {
  padding: 20px;
  background-color: #fff;
  max-width: 440px;
  margin: auto;
  position: relative;
  border: 3px solid #ffffff;
  transition: .5s;
  position: relative;
  text-align: center;
  overflow: hidden;
  animation: dropdown .3s alternate linear; }
  .popup__form .btn {
    margin-top: 15px; }
  .popup__form .btn_send {
    background-color: #ffffff; }
  .popup__form .order {
    margin: 0 40px; }

input:focus {
  border-bottom: 1px solid #a8160a !important;
  box-shadow: 0 1px 0 0 #a8160a !important; }

textarea:focus {
  border-bottom: 1px solid #a8160a !important;
  box-shadow: 0 1px 0 0 #a8160a !important; }

i.active {
  color: #a8160a !important; }

label.active {
  color: #a8160a !important; }

.h3__form {
  text-align: center;
  font-size: 24px;
  margin: 0;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 600 !important;
  color: #373737; }

@keyframes dropdown {
  0% {
    transform: translate(0, 80px) scale(0); }
  100% {
    transform: translate(0, 0px) scale(1); } }

.form-group {
  position: relative;
  overflow: hidden; }

label.agreement {
  position: absolute;
  top: 200px; }

.contact {
  padding: 20px 0 15px; }
  .contact .btn {
    display: block; }

.bottom-menu {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .bottom-menu__item {
    margin-bottom: 10px; }
  .bottom-menu__link {
    font-family: "Gilroy", sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #373737;
    margin: 0 10px; }
    .bottom-menu__link:hover {
      color: #373737; }

.phones-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px; }
  .phones-block__item {
    font-family: "Gilroy", sans-serif;
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
    color: #373737;
    text-transform: uppercase; }
    .phones-block__item:hover {
      color: #373737; }

.logo-footer {
  text-align: center;
  margin-top: 20px; }
  .logo-footer a {
    display: inline-block; }

.footer {
  background: #c4c4c4;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  min-height: 60px; }
  .footer p, .footer a {
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    margin: 0; }

.success {
  background: rgba(0, 0, 0, 0.99);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .5s;
  display: none; }
  .success__box {
    transition: .5s; }
    .success__box p {
      color: #fff;
      font-size: 27px;
      letter-spacing: 2px; }
      .success__box p:first-child {
        font-size: 40px;
        letter-spacing: 3px; }
  .success.active {
    transition: .5s;
    display: flex; }

.garbage-price__subH2 {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #929292; }

.garbage-price__sub {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  color: #929292; }

.descSubText {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #929292;
  padding-bottom: 11px; }

.desc {
  margin-bottom: 10px !important; }

textarea.form-control {
  height: auto !important; }

.btn {
  font-family: "Gilroy", sans-serif;
  border-radius: 0px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 800 !important;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 10px 5px 12px !important; }
  .btn::before {
    content: "";
    width: 30px;
    height: 80px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto; }
  .btn:hover::before {
    animation: blic .8s linear; }

@keyframes blic {
  0% {
    transform: translateX(-80px) rotate(-25deg); }
  100% {
    transform: translateX(450px) rotate(-25deg); } }

.btn-primary {
  color: #ffffff !important;
  background-color: #BF0311 !important;
  border-color: #BF0311 !important;
  width: 350px;
  margin: 0 auto; }
  .btn-primary:hover {
    background-color: #373737 !important;
    border-color: #373737 !important; }

.btn-invert {
  color: #ffffff !important;
  background-color: #007976 !important;
  border-color: #007976 !important; }
  .btn-invert:hover {
    background-color: #2FA09E !important;
    border-color: #2FA09E !important; }

.btn-white {
  color: #000 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
  border-radius: 3px !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  padding-left: 100px !important;
  text-align: left !important;
  color: #333333; }
  .btn-white:hover {
    background-color: #d6e0d7 !important;
    border-color: #d6e0d7 !important; }

.h2,
h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 36px !important;
  line-height: 56px !important;
  font-weight: 800 !important;
  color: #373737;
  text-transform: uppercase; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contact {
    flex-direction: column; }
  .swiper_button_next_column, .swiper_button_prev_column {
    display: none !important; }
  .ymap-container {
    width: 100%; }
  .contact_wrap {
    width: 100%; }
  .contact__tiltle {
    width: 100%; }
    .contact__tiltle .h2 {
      text-align: center; }
      .contact__tiltle .h2:before {
        left: 0; }
  .info__block {
    width: 100%; }
  .contact__wrap_bloks {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
  .adress {
    text-align: center;
    margin-top: 30px; }
    .adress p {
      width: 100%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .logo {
    display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .navigation {
    min-height: 50px; }
  .naviagation__item {
    display: none; }
  .naviagation__item_link {
    align-content: center;
    text-align: center; }
  .btn_block a {
    display: block;
    width: 250px;
    margin: 5px auto; }
  .wrap__button_mob {
    display: block; }
  .logo {
    display: block;
    width: 150px;
    text-align: center;
    position: fixed;
    left: 15px;
    top: 18px; }
  .order__number {
    width: 100%; }
  .ord__num {
    margin-left: 20%;
    margin-right: 75px;
    font-size: 22px !important;
    line-height: 30px !important; }
  .naviagation__item_link {
    display: block;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 10; }
    .naviagation__item_link li {
      padding: 0; }
      .naviagation__item_link li a,
      .naviagation__item_link li .sub-link {
        font-size: 21px !important;
        display: inline-block; }
      .naviagation__item_link li span.sub-link {
        padding-right: 20px; }
        .naviagation__item_link li span.sub-link::after {
          top: 51%;
          transform-origin: top;
          transform: rotate(-90deg); }
        .naviagation__item_link li span.sub-link.open::after {
          top: 46%;
          transform: rotate(0deg); }
  .naviagation__item_link .sub-menu {
    position: static;
    transform: rotateX(0deg);
    opacity: 1;
    box-shadow: none;
    padding: 0;
    display: none; }
  .naviagation__item_link .sub-menu__link {
    font-size: 19px !important;
    line-height: 38px !important; }
  .naviagation__item {
    order: 1;
    height: 100%; } }

@media only screen and (max-width: 600px) {
  .ord__num {
    margin-left: 160px; } }

@media only screen and (max-width: 500px) {
  .logo {
    display: none; }
  .ord__num {
    margin-left: 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .naviagation__item {
    order: 1; }
  .naviagation__item_link {
    display: block;
    align-items: center;
    width: 100%;
    margin: 0 auto; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }

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