/*@import url(../../node_modules/bootstrap/dist/css/bootstrap.min.css);*/
/*
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/helveticaneue-thin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/helveticaneue-light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/helveticaneue-medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/helveticaneue-bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/helveticaneue-italic.woff2") format("woff2");
  font-display: swap;
}
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 13, 2019 */


@font-face {
  font-family: 'Ubuntu';
  src: url('/system/fonts/ubuntu-bold-webfont.woff2') format('woff2'),
  url('/system/fonts/ubuntu-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;

}

@font-face {
  font-family: 'Ubuntu';
  src: url('/system/fonts/ubuntu-light-webfont.woff2') format('woff2'),
  url('/system/fonts/ubuntu-light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/system/fonts/ubuntu-medium-webfont.woff2') format('woff2'),
  url('/system/fonts/ubuntu-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/system/fonts/ubuntu-regular-webfont.woff2') format('woff2'),
  url('/system/fonts/ubuntu-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}


.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 998;
  display: none;
}

.overlay-active {
  display: block;
  overflow-y: hidden;
}

.overlay--active {
  overflow-y: hidden;
}

header {
  background-color: #1f1f1f;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 1001;
}

header .container > .row:nth-child(1) {
  position: relative;
  padding: 20px 0 10px;
}

header .container > .row:nth-child(1):after {
  position: absolute;
  display: block;
  content: '';
  width: 1000%;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(146, 146, 146, 0.3);
}

header .container > .row:nth-child(1) .lang-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .container > .row:nth-child(1) .lang-list span,
header .container > .row:nth-child(1) .lang-list a {
  color: rgba(223, 223, 223, 0.3);
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  margin-right: 14px;
}

header .container > .row:nth-child(1) .lang-list a:hover,
header .container > .row:nth-child(1) .lang-list span:hover,
header .container > .row:nth-child(1) .lang-list a:active {
  color: #dfdfdf;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .container > .row:nth-child(1) .lang-list a.lang--active {
  color: #dfdfdf;
}
header .container > .row:nth-child(1) .lang-list span.lang--active {
  color: #dfdfdf;
}

header .container > .row:nth-child(1) .lang-list a:last-child {
  margin-right: none;
}

header .container > .row:nth-child(1) .phone-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 992px) {
  header .container > .row:nth-child(1) .phone-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

header .container > .row:nth-child(1) .phone-list a {
  color: #d0d0d0;
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
}

header .container > .row:nth-child(1) .phone-list a:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container > .row:nth-child(1) .phone-list a:first-child::before {
  content: '';
  display: block;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  background-image: url("./../img/info.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  header .container > .row:nth-child(1) .phone-list a:first-child::before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  header .container > .row:nth-child(1) .phone-list a:first-child {
    margin-right: 0;
  }
}

header .container > .row:nth-child(1) .phone-list a:last-child {
  margin-right: 0;
}

header .container > .row:nth-child(1) .header-toplist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container > .row:nth-child(1) .header-toplist a {
  font-size: 15px;
  font-weight: 400;
  color: #dfdfdf;
  margin-left: 35px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .container > .row:nth-child(1) .header-toplist a:hover,
header .container > .row:nth-child(1) .header-toplist a:active {
  color: rgba(223, 223, 223, 0.6);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .container > .row:nth-child(1) .header-toplist a:first-child {
  margin-left: 0;
}

header .container > .row:nth-child(1) .header-toplist .price_download {
  color: #e58e34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container > .row:nth-child(1) .header-toplist .price_download::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url("./../img/download.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  header .container > .row:nth-child(1) .header-toplist .price_download::after {
    display: none;
  }
}

header .container > .row:nth-child(1) .header-toplist .price_download:hover,
header .container > .row:nth-child(1) .header-toplist .price_download:active {
  color: rgba(229, 142, 52, 0.6);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .container > .row:nth-child(1) .header-toplist .price_download:hover::after,
header .container > .row:nth-child(1) .header-toplist .price_download:active::after {
  background: url("./../img/download_06.png");
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

header .container > .row:nth-child(2) {
  padding: 10px 0 10px;
}

header .container > .row:nth-child(2) .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .container > .row:nth-child(2) .logo-wrap a.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

header .container > .row:nth-child(2) .logo-wrap a.header-logo img {
  max-height: 31px;
}

header .container > .row:nth-child(2) .logo-wrap a.header-logo h1 {
  font-size: 25px;
  font-weight: 400;
  color: white;
  line-height: 26.28px;
  letter-spacing: 5.4px;
  margin-left: 10px;
  margin-bottom: 0;
}

header .container > .row:nth-child(2) .menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .container > .row:nth-child(2) .menu-wrap nav {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
}

header .container > .row:nth-child(2) .menu-wrap nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li.list_Item--contained > a:hover,
header .container > .row:nth-child(2) .menu-wrap nav ul li.list_Item--contained > a:active {
  cursor: pointer;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li.list_Item--contained > a::after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  margin-top: 10px;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li {
  list-style-type: none;
  position: relative;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li:hover a,
header .container > .row:nth-child(2) .menu-wrap nav ul li:focus > a {
  border: 1px solid #FF6E2E;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 992px) {
  header .container > .row:nth-child(2) .menu-wrap nav ul li:hover a,
  header .container > .row:nth-child(2) .menu-wrap nav ul li:focus > a {
    border: none;
  }
}

header .container > .row:nth-child(2) .menu-wrap nav ul li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #fdfdfd;
  border: 1px solid transparent;
  padding: 15px 25px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 992px) {
  header .container > .row:nth-child(2) .menu-wrap nav ul li > a {
    border: none;
    padding: 10px 15px;
    font-size: 12px;
  }
}

header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 10px;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(44, 44, 44, 0.19);
  box-shadow: 3px 3px 20px 4px rgba(44, 44, 44, 0.19);
  /*border: 1px solid #a0a0a0;*/
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 150px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  pointer-events: none;
  z-index: 999999;
  /*dev*/
  display: none;
  top: -100px;
}

@media screen and (min-width: 768px) {
  header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner {
    padding: 30px 35px;
  }
}

header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.95);
  position: absolute;
  top: -8px;
  left: 40px;
  z-index: 4;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border: none;
  line-height: 24px;
  width: 100%;
  white-space: nowrap;
  /*padding: 5px 20px;*/
  padding: 0 20px 0 0;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner a:hover, header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner a:active {
  cursor: pointer;
  color: #FF6E2E;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

header .container > .row:nth-child(2) .menu-wrap nav ul li .nav-inner--opened {
  top: 65px;
  opacity: 1;
  pointer-events: all;
}

header .container > .burger-wrap {
  display: none;
  /*
    #hamburger span, #hamburger span:before, #hamburger span:after {
      transition: all 200ms ease-in-out;
    }
    */
}

@media screen and (max-width: 768px) {
  header .container > .burger-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
  }
}

header .container > .burger-wrap .header-logo {
  display: block;
}

header .container > .burger-wrap #hamburger {
  cursor: pointer;
  /*prod fixes*/
  /*right: 0;*/
  margin-right: 32px;

}

header .hamburger-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .container > .burger-wrap #hamburger span,
header .container > .burger-wrap #hamburger span:before,
header .container > .burger-wrap #hamburger span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 32px;
  background: #fff;
  position: absolute;
  display: inline-block;
  content: '';
}

header .container > .burger-wrap #hamburger span:before {
  top: -10px;
}

header .container > .burger-wrap #hamburger span:after {
  bottom: -10px;
}

header .container > .burger-wrap #hamburger span,
header .container > .burger-wrap #hamburger span:before,
header .container > .burger-wrap #hamburger span:after {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
}

header .container > .burger-wrap #hamburger.active span {
  background-color: transparent;
}

header .container > .burger-wrap #hamburger.active span:before,
header .container > .burger-wrap #hamburger.active span:after {
  top: 0;
}

header .container > .burger-wrap #hamburger.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .container > .burger-wrap #hamburger.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

@media screen and (max-width: 768px) {
  header .container > .row:nth-child(1),
  header .container > .row:nth-child(2) {
    position: absolute;
    max-width: 75%;
    width: 100%;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(-125%, 0);
    -ms-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
    background-color: #1f1f1f;
    padding: 30px 0;
    overflow-y: auto;
  }

  header .container > .menu-row:nth-child(1) {
    top: 64px;
    border-top: 1px solid rgba(146, 146, 146, 0.3);
    z-index: 999;
  }

  header .container > .menu-row:nth-child(1) .lang-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header .container > .menu-row:nth-child(1) .phone-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .container > .menu-row:nth-child(1) .phone-list a {
    margin: 0;
  }

  header .container > .menu-row:nth-child(1) .phone-list a:first-child::before {
    display: none;
  }

  header .container > .menu-row:nth-child(1) .header-toplist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header .container > .menu-row:nth-child(1) .header-toplist a {
    margin-left: 0;
  }

  header .container > .menu-row:nth-child(1) .header-toplist a.price_download::after {
    display: none;
  }

  header .container > .menu-row:nth-child(1) .lang-list,
  header .container > .menu-row:nth-child(1) .phone-list {
    margin-bottom: 5px;
  }

  header .container > .menu-row:nth-child(2) {
    top: 250px;
    height: calc(100vh - 218px);
  }

  header .container > .menu-row:nth-child(2) .logo-wrap {
    display: none !important;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid #e1e1e1;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li:hover, header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li:active {
    background-color: #292929;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li:hover > a,
  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li:focus > a {
    border: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li > a {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner--opened {
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner--opened::before {
    display: none;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner {
    width: 100%;
    padding-left: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 3px;
    background-color: #1a1a1a;
    border: none;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner li {
    list-style-position: inside;
    position: relative;
    border: none;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner li:hover, header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner li:active {
    background-color: transparent;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner li li:last-child {
    border: none;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner li a {
    font-size: 16px;
    display: inline-block;
    color: #cfcfcf;
    text-transform: capitalize;
  }

  header .container > .menu-row:nth-child(2) .menu-wrap nav ul > li.list_Item--contained > ul.nav-inner li::before {
    position: absolute;
    left: 5px;
    top: 50%;
    content: '';
    display: inline-block;
    width: 4px;
    height: 1px;
    background-color: #6b6b6b;
  }

  header .menu-opened {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    left: 15px;
    overflow: hidden;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  header .container > .row:nth-child(1) {
    top: 71px;
  }

  header .container > .row:nth-child(1) .lang-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  header .container > .row:nth-child(1) .header-toplist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  header .container > .row:nth-child(2) {
    top: 202px;
    height: 100vh;
  }
}

.order .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .order .title-wrap {
    margin-bottom: 35px;
  }
}

.order .title-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 15px;
  border: 8px solid transparent;
  border-left: 8px solid #FF6E2E;
  border-top: 8px solid #FF6E2E;
}

.order .title-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 576px) {
  .order .title-wrap h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 320px) {
  .order .title-wrap h2 {
    font-size: 18px;
  }
}

.order .title-wrap p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.order .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .order .btn-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.order .btn-wrap .btn-order {
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.order .btn-wrap .btn-order span {
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.order .btn-wrap .btn-order span::after {
  content: "";
  background-image: url("./../img/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 15px;
}

.main-table thead {
  width: 100%;
}

.main-table .table thead th {
  text-align: center;
  background-color: #3a3a3a;
  color: #FF6E2E;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}

.main-table .table thead th .table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pseudo-table {
  border: 1px solid #d4d4d4;
  background-color: #d4d4d4;
}

.pseudo-table .pseudo-table-head {
  color: #FF6E2E;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 10% 30% auto;
  grid-template-columns: 10% 10% 30% auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1px;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row .cell--popover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row .cell--popover .btn-popover {
  background-color: #d1d1d1;
  color: #000;
  width: 15px;
  height: 15px;
  font-size: 9px;
  padding: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row div {
  background-color: #3a3a3a;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row .cell-split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-gap: 1px;
  background-color: #d4d4d4;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row .cell-split > div:first-child {
  text-align: center;
  padding: 28px 0 24px;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row .cell-split .pseudo-table-row--split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 3 ];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1px;
  background-color: #d4d4d4;
}

.pseudo-table .pseudo-table-head .pseudo-table-head-row .cell-split .pseudo-table-row--split > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 24px;
}

.pseudo-table .pseudo-table-body .pseudo-table-row:nth-child(odd) > div {
  background-color: #f4f4f4;
}

.pseudo-table .pseudo-table-body .pseudo-table-row:nth-child(even) > div {
  background-color: #fbfbfb;
}

.pseudo-table .pseudo-table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 10% 30% (1fr) [ 3 ];
  grid-template-columns: 10% 10% 30% repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1px;
}

.pseudo-table .pseudo-table-row > div {
  font-size: 13px;
  font-weight: 700;
  color: #1f1f1f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 24px;
}

.icons .icons-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.3333%) [ 3 ];
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: repeat(3, 33.3333%);
  -ms-grid-rows: (auto) [ 2 ];
  grid-template-rows: repeat(2, auto);
  grid-gap: 1px;
  background-color: #d4d4d4;
}

@media screen and (max-width: 768px) {
  .icons .icons-wrap {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto) [ 3 ];
    grid-template-rows: repeat(3, auto);
  }
}

@media screen and (max-width: 280px) {
  .icons .icons-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (auto) [ 6 ];
    grid-template-rows: repeat(6, auto);
    grid-gap: 3px;
  }
}

.icons .icons-wrap .icons-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eaeaea;
  padding: 15px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.icons .icons-wrap .icons-item img {
  width: 59px;
  height: 59px;
}

.icons .icons-wrap .icons-item p {
  max-width: 70%;
  text-align: center;
  margin-top: 25px;
  line-height: 18px;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
}

@media screen and (max-width: 400px) {
  .icons .icons-wrap .icons-item p {
    font-size: 13px;
  }
}

.beton-sale .beton-text {
  margin: 20px -15px 20px;
}

.beton-sale .beton-text p {
  color: #6b6b6b;
  line-height: 24px;
  /*font-size: 14px;*/
  font-size: 16px;
  font-weight: 400;
}

.beton-sale .beton-media .media-video {
  height: 450px;
}

@media screen and (max-width: 768px) {
  .beton-sale .beton-media .media-video {
    height: 340px;
  }
}

.beton-sale .truck {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-color: white;
  border: 1px solid #FF6E2E;
  padding: 50px 50px 40px;
}

@media screen and (max-width: 768px) {
  .beton-sale .truck {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-gap: 30px;
    padding: 30px 20px;
  }
}

.beton-sale .truck .truck-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beton-sale .truck .truck-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .beton-sale .truck .truck-info {
    margin-left: 30px;
  }
}

.beton-sale .truck .truck-info .truck-squares {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .beton-sale .truck .truck-info .truck-squares {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.beton-sale .truck .truck-info .truck-squares .square-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .beton-sale .truck .truck-info .truck-squares .square-box {
    margin-right: 0;
  }

  .square-box span {
    font-size: 14px;
  }
}

.beton-sale .truck .truck-info .truck-squares .square-box img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .beton-sale .truck .truck-info .truck-squares .square-box img {
    margin-right: 10px;
  }
}

.beton-sale .truck .truck-info .truck-squares .square-box img span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .beton-sale .truck .truck-info .truck-squares .square-box img span {
    font-size: 12px;
  }
}

.beton-sale .truck .truck-info .truck-squares .square-box:last-child {
  margin-right: 0;
}

.beton-sale .truck .truck-info ul.truck-specs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 15px;
  padding-left: 0;
}

.beton-sale .truck .truck-info ul.truck-specs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.beton-sale .truck .truck-info ul.truck-specs li > img {
  width: 21px;
  height: 21px;
  margin-right: 25px;
}

.beton-sale .truck .truck-info ul.truck-specs li > p {
  margin-bottom: 0;
}

.beton-sale .delivery-calculator {
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 20px 4px rgba(44, 44, 44, 0.1);
  box-shadow: 3px 3px 20px 4px rgba(44, 44, 44, 0.1);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin: 60px 0 30px;
}

@media screen and (max-width: 768px) {
  .beton-sale .delivery-calculator {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

.beton-sale .delivery-calculator .calculator-total-price {
  background-color: #eeeff2;
  padding: 40px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

@media screen and (max-width: 768px) {
  .beton-sale .delivery-calculator .calculator-total-price {
    padding: 25px 15px 10px;
    border-top-right-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.beton-sale .delivery-calculator .calculator-total-price .h2 {
  font-size: 20px;
  font-weight: 700;
  color: #3a3a3a;
  line-height: 25px;
  text-align: center;
}

.beton-sale .delivery-calculator .calculator-total-price p {
  font-size: 12px;
  color: #aaaaaa;
}

.beton-sale .delivery-calculator .calculator-total-price p span {
  font-size: 30px;
  font-weight: 700;
  color: #FF6E2E;
}

.beton-sale .delivery-calculator .calculator-form {
  padding: 40px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .beton-sale .delivery-calculator .calculator-form {
    padding: 10px 25px;
  }
}

.beton-sale .delivery-calculator .calculator-form .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.beton-sale .delivery-calculator .calculator-form .form-group label {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .beton-sale .delivery-calculator .calculator-form .form-group label {
    font-size: 14px;
  }
}

.beton-sale .delivery-calculator .calculator-form .form-group select.form-control {
  font-size: 12px;
  padding: .395rem .45rem;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .beton-sale .delivery-calculator .calculator-form .calculator-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .mixers-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .beton-sale .delivery-calculator .calculator-form .calculator-control .mixers-count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .mixers-count p {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .mixers-count p span {
  font-size: 30px;
  font-weight: bold;
  color: #FF6E2E;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .mixers-count div.inCity-free {
  font-size: 12px;
  font-weight: 400;
  color: #939393;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .mixers-count div.inCity-free span {
  text-transform: uppercase;
  color: #6f6f6f;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group > button {
  margin-left: 30px;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group button:first-child {
  margin-left: 0;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group button.calculator-reset {
  background: none;
  border: none;
  outline: 0;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group button.calculator-reset:hover, .beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group button.calculator-reset:focus {
  text-decoration: underline;
}

.beton-sale .delivery-calculator .calculator-form .calculator-control .form-btn-group button.btn-calculate {
  border-radius: 5px;
  padding: 15px 35px 12px;
}

.beton-sale .tabs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.beton-sale .tabs-wrap ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1px !important;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .beton-sale .tabs-wrap ul.nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .beton-sale .tabs-wrap ul.nav li {
    margin-left: 0;
  }
}

.beton-sale .tabs-wrap ul.nav a.nav-link {
  background-color: transparent;
  font-size: 20px;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 28px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 768px) {
  .beton-sale .tabs-wrap ul.nav a.nav-link {
    font-size: 14px;
    text-align: center;
  }
}

.beton-sale .tabs-wrap ul.nav a.nav-link.active {
  color: #FF6E2E;
  /*border-top: 1px solid #000;*/
  /*border-left: 1px solid #000;*/
  /*border-right: 1px solid #000;*/
  background-color: #fff;
  /*-webkit-box-shadow: -37px -42px 79px 0px rgba(44, 44, 44, 0.1);*/
  /*box-shadow: -37px -42px 79px 0px rgba(44, 44, 44, 0.1);*/
  border: 1px solid #cbcbcb;
  border-bottom: none;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 992px) {
  .beton-sale .tabs-wrap ul.nav a.nav-link.active {
    border-radius: 0;
  }
}

.beton-sale .tabs-wrap ul.nav a.nav-link.active:hover,
.beton-sale .tabs-wrap ul.nav a.nav-link.active:focus {
  text-decoration: none !important;
}

.beton-sale .tabs-wrap ul.nav a.nav-link:hover,
.beton-sale .tabs-wrap ul.nav a.nav-link:focus {
  text-decoration: underline !important;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.beton-sale .tabs-wrap .foundation-form {
  background-color: #fff;
  border-radius: 10px;
  /*-webkit-box-shadow: 3px 3px 20px 4px rgba(44, 44, 44, 0.1);*/
  /*box-shadow: 3px 3px 20px 4px rgba(44, 44, 44, 0.1);*/
  /*border: 1px solid #000;*/
  padding: 40px 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border: 1px solid #cbcbcb;
}

@media screen and (max-width: 992px) {
  .beton-sale .tabs-wrap .foundation-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 60px;
    padding: 30px 15px;
    border-radius: 0;
  }
}

.beton-sale .tabs-wrap .foundation-form .foundation-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beton-sale .tabs-wrap .foundation-form .foundation-img p {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline;
  border: 1px solid #efefef;
  padding: 10px 20px;
}

@media screen and (max-width: 576px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-img p {
    padding: 5px 10px;
    font-size: 14px;
    bottom: -25px;
  }
}

.beton-sale .tabs-wrap .foundation-form .foundation-img p span {
  color: #FF6E2E;
  font-size: inherit;
  font-weight: 700;
}

@media screen and (min-width: 1500px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params {
    padding: 0 30px 0 90px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params {
    padding: 0 30px 0 70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params {
    padding: 0 30px 0 60px;
  }
}

@media screen and (max-width: 992px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params {
    padding: 0;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params {
    width: 100%;
  }
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
  .beton-sale .tabs-wrap .foundation-form .foundation-params .form-input {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .form-input input {
  padding-left: 10px;
  background-color: #f6f6f6;
  border: 1px solid #eeeff2;
  color: #828282;
  font-weight: 400;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .form-input label {
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .form-input label span {
  color: #FF6E2E;
  font-size: inherit;
  font-weight: bold !important;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .form-input:last-child {
  margin-bottom: 0;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .foundation-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .foundation-calc p {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .foundation-calc p span {
  color: #FF6E2E;
  /*font-size: inherit;*/
  font-weight: bold;
  font-size: 30px;
}

.beton-sale .tabs-wrap .foundation-form .foundation-params .foundation-calc button {
  color: #fff;
  padding: 15px 35px 12px;
  border-radius: 5px;
  font-size: 11px;
  text-transform: uppercase;
}

.rent {
  padding: 0 0 30px;
}

.rent .rent-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 45px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .rent .rent-list {
    grid-gap: 30px;
  }
}

@media screen and (max-width: 576px) {
  .rent .rent-list {
    grid-gap: 15px;
  }
}

.rent .rent-list .rent-item {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto) [ 2 ];
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding: 50px;
  grid-gap: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .rent .rent-list .rent-item {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 768px) {
  .rent .rent-list .rent-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 576px) {
  .rent .rent-list .rent-item {
    padding: 30px;
  }
}

.rent .rent-list .rent-item img {
  -ms-grid-column-align: self-start;
  justify-self: self-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .rent .rent-list .rent-item img {
    margin-bottom: 45px;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

.rent .rent-list .rent-item .rent-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rent .rent-list .rent-item .rent-info .h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FF6E2E;
  text-align: center;
  margin-bottom: 15px;
}

.rent .rent-list .rent-item .rent-info .rent-prices {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 15px;
}

.rent .rent-list .rent-item .rent-info .rent-prices div:not(.h4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(146, 146, 146, 0.2);
  font-size: 16px;
  width: 100%;
}

.rent .rent-list .rent-item .rent-info .rent-prices div .h4 {
  color: #7a7979;
  font-size: inherit;
  margin: 0;
}


.rent .rent-list .rent-item .rent-info .rent-prices div span {
  color: #1f1a1a;
  font-size: inherit;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .rent .rent-list .rent-item .rent-info .rent-prices div span {
    margin-left: 10px;
  }
}

.rent .rent-list .rent-item .rent-info .rent-prices div:last-child {
  border-bottom: none;
}

.rent .rent-list .rent-item:last-child {
  margin-bottom: 0;
}

.feedback .feedback-comments {
  /*padding: 30px 0;*/
  padding: 0 0 30px;
}

.feedback .feedback-comments .comment {
  margin-bottom: 30px;
  border: 2px solid #cbcbcb;
  padding: 37px 50px 30px;
}

.feedback .feedback-comments .comment .comment-username {
  color: #232020;
  font-size: 18px;
  font-weight: 700;
}

.feedback .feedback-comments .comment .comment-date {
  position: relative;
  color: #8d8d8d;
  font-size: 14px;
}

.feedback .feedback-comments .comment .comment-date::before, .feedback .feedback-comments .comment .comment-date::after {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}

.feedback .feedback-comments .comment .comment-date::before {
  content: "(";
  margin-right: 1px;
}

.feedback .feedback-comments .comment .comment-date::after {
  content: ")";
  margin-left: 1px;
}

.feedback .feedback-comments .comment .comment-text {
  margin-top: 15px;
}

.feedback .feedback-comments .comment .comment-text p {
  color: #232020;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}

.feedback .feedback-comments .comment:last-child {
  margin-bottom: 0;
}

.feedback .feedback-btn-wrap button {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  border: none;
  margin: 30px 0;
}

@media screen and (min-width: 1500px) {
  .feedback .feedback-btn-wrap button {
    padding: 37px 0 34px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .feedback .feedback-btn-wrap button {
    padding: 30px 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .feedback .feedback-btn-wrap button {
    padding: 24px 0 18px;
  }
}

@media screen and (max-width: 576px) {
  .feedback .feedback-btn-wrap button {
    padding: 15px 0;
  }
}

footer {
  background-color: #1f1f1f;
  padding: 30px 0;
}

footer h1 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #bfbfbf;
}

input,
textarea {
  outline: none;
}

html,
body {
  /*overflow-x: hidden;*/
  /*overflow-y: scroll;*/
}

a {
  text-decoration: none !important;
}

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1000;
  background-color: #fff;
}

main section {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

/*@media screen and (min-width: 1500px) {*/
/*main section .subsection {*/
/*padding: 80px 0;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1200px) and (max-width: 1500px) {*/
/*main section .subsection {*/
/*padding: 70px 0;*/
/*}*/
/*}*/
/*@media screen and (min-width: 992px) and (max-width: 1200px) {*/
/*main section .subsection {*/
/*padding: 60px 0;*/
/*}*/
/*}*/

@media screen and (min-width: 992px) {
  main section .subsection {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  main section .subsection {
    padding: 45px 0;
  }
}

@media screen and (max-width: 768px) {
  main section .subsection {
    padding: 30px 0;
  }
}

main section .subsection .subsection-title {
  font-size: 20px;
  /*font-weight: 700;*/
  color: #232020;
  margin-bottom: 30px;
  font-weight: 700;
}

/*@media screen and (min-width: 1500px) {*/
/*main section .subsection .subsection-title {*/
/*margin-bottom: 60px;*/
/*}*/
/*}*/

/*@media screen and (min-width: 992px) and (max-width: 1500px) {*/
/*main section .subsection .subsection-title {*/
/*margin-bottom: 50px;*/
/*}*/
/*}*/

/*@media screen and (min-width: 576px) and (max-width: 992px) {*/
/*main section .subsection .subsection-title {*/
/*margin-bottom: 40px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*main section .subsection .subsection-title {*/
/*margin-bottom: 30px;*/
/*}*/
/*}*/

main section .container {
  position: relative;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

main section.wrap .wrap--light {
  background-color: #eaeaea;
}

main section.wrap .subsection {
  width: 100%;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.popover {
  border-radius: 0;
  top: 2px !important;
}

/*.popover:nth-child(3) {*/
/*left: 20px!important;*/
/*}*/
/*.popover:nth-child(2) {*/
/*left: 84px!important;*/

/*}*/

.popover .arrow {
  /*left: 40px !important;*/
  top: 76px !important;
  display: none !important;
}

.popover .popover-body {
  padding: 31px 30px 25px;
}

.btn-orange {
  background-color: #FF6E2E;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: none;
  outline: 0;
  color: #fff;
}

.btn-orange:hover, .btn-orange:focus {
  background-color: #1f1f1f;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.animated-vis {
  visibility: visible !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden;
}

.main-table td, .main-table th {
  padding: 10px;
}

.main-table table, .main-table td, .main-table th {
  border: 1px solid #d4d4d4;
  border: 1px solid #a8a8a8;
  color: #000000;
  background: transparent;
  transition: .3s;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 16px 3px;
}

.main-table table {
  background: #fff;
  width: 100%;
}

.main-table table p {
  margin: 0;
}

.main-table table.beton-table tr:nth-child(odd) {
  background: #fff;
}

.main-table table.beton-table tr:nth-child(even),
.main-table table tr:nth-child(odd) {
  /*background: #fff2ec;*/
  background-color: #dddddd
}

.main-table table.beton-table tr:nth-child(2),
.main-table table tr:first-child {
  background: #3a3a3a !important;
}

.main-table table.beton-table tr:nth-child(2) td,
.main-table table tr:first-child th,
.main-table table tr:first-child td {
  color: #ff6e2e;
}

.first-content {
  padding: 0;
  position: relative;
}

.first-content img {
  width: 100%;
}

.first-content img.circles {
  position: absolute;
  bottom: 0;
}

.first-content .text-layer {
  background-color: transparent;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 26px 0 28px;
  left: 0;
  z-index: 3;
}


@keyframes twitching {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(5deg);
  }
  2% {
    transform: rotate(-5deg);
  }
  3% {
    transform: rotate(5deg);
  }
  5% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(0);
  }
  20%, 100% {
    transform: rotate(0);
  }


}

.order-service-btn, .order-service-btn2 {
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}

.order-service-btn.show, .order-service-btn2.show {
  visibility: visible;
  opacity: 1;
}


.order-service-btn a, .order-service-btn2 a {

  display: block;
  background-color: green;
  border-radius: 5px;
  padding: 12px 35px 12px;
  color: white;
  text-transform: uppercase;
  transition: 0.5s;
  text-align: center;
  animation-duration: 5s;
  animation-name: twitching;
  animation-iteration-count: infinite;

}


.order-service-btn a:hover, .order-service-btn2 a:hover {
  background-color: black;
  color: white;

}

.calculator-submit.dis, #foundation-submit.dis {
  background-color: gray;
  color: white;


}

.calculator-submit.dis:hover, #foundation-submit.dis:hover {
  background-color: gray;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;

}

.btn-wrapper button {
  margin-bottom: 15px;
}

.btn-wrapper #foundation-reset, .btn-wrapper #foundation2-reset {
  text-align: center;
  visibility: hidden;
  opacity: 0;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 15px;
}

#foundation-reset.show, #foundation2-reset.show {
  visibility: visible;
  opacity: 1;
}

.btn-wrapper #foundation-reset:hover, .btn-wrapper #foundation-reset:hover {
  text-decoration: underline !important;

}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .first-content .text-layer {
    padding: 12px 0;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .first-content .text-layer {
    padding: 10px 0;
  }
}

@media screen and (min-width: 400px) and (max-width: 575px) {
  .first-content .text-layer {
    padding: 8px 0;
  }
}

@media screen and (max-width: 399px) {
  .first-content .text-layer {
    padding: 8px 0;
  }
}

@media screen and (max-width: 300px) {
  .first-content .text-layer {
    padding: 4px 0;
  }
}

.first-content .text-layer .h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .first-content .text-layer .h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .first-content .text-layer .h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .first-content .text-layer .h1 {
    font-size: 14px;
  }
}

.rent-form {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.rent-form input {
  margin-right: 15px;
  margin-bottom: 10px;
}
.rent-form input.error{
  border-color: red ;
}
@media (max-width:400px ) {
  .rent-form input{
    margin-right: 0;
  }
}
.rent-form .rent-button{
  background-color: green;
  color: white;
  border: none;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  transition: 0.3s;

}
.rent-form .rent-button:hover{
  background-color: black;
}
.sale{
  padding: 4px 15px;
  display: block;
  vertical-align: middle;
  text-align: center;
  min-height: 30px;
  background-color: #fde3a7;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;

}
.sale span{
  text-decoration: underline;
  display: inline-block;
}
.error-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 15px;
  flex-direction: column;

}
.error-container  h1{
  margin-bottom: 20px;
  text-align: center;
}
.error-container  p{
  text-align: center;
}
.nav-item .dropdown-menu{
  left: -10rem;

}
.header-new ul.nav-inner::before{
  left: 200px !important;
}
.faq-block{
  margin: 0 -16px;
}
.faq-block .btn-link{
  font-weight: 700;
  color: black ;
  padding-right: 30px;
  position: relative;
}


.faq-header{
  padding: 0 15px 20px;
  font-size: 24px;
  color: black;
  font-weight: 700;
  margin: 0 1px;

  text-transform: uppercase;
  background: white;

}
.crumb-nav{
  width: 100%;
  background: white;
}
.breadcrumb{
  background: white;
  margin-bottom: 0;
  border-radius: 0;

}