@charset "UTF-8";
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  transition: none;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: #1a1a1a;
  background: #f7f7f7;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
a {
  color: #cd3200;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.link-dotted {
  display: inline-block;
  line-height: 0.8;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a.link-dotted:hover {
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 1px;
}
h1,
h2,
.main-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2500;
  margin-bottom: 15px;
}
h3,
.small-title {
  font-size: 14px;
  color: #737373;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 400;
}
p {
  margin-bottom: 24px;
}
.lead {
  line-height: 1.7500;
  color: #737373;
}
.i-ico-down {
  margin: 0 5px 0 2px;
}
@media (min-width: 480px) {
  h1,
  h2,
  .main-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h1,
  h2,
  .main-title {
    font-size: 40px;
  }
  h1.small,
  h2.small,
  .main-title.small {
    font-size: 30px;
  }
  body {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  h1,
  h2,
  .main-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .lead {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  h1.small,
  h2.small,
  .main-title.small {
    font-size: 48px;
  }
  .lead {
    margin-bottom: 55px;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sep-page {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 100px;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 320px;
  max-width: 1410px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
}
.wrap {
  overflow: hidden;
  min-height: 100%;
}
.header {
  z-index: 9;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}
.header .inner-wrap {
  max-width: 100%;
}
.header .logo-block {
  padding: 15px 0;
  line-height: 1;
}
.header .button-block {
  margin-top: 10px;
}
.header .phone {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.header .phone a {
  text-decoration: none;
  color: #1a1a1a;
}
.header .phone a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.header .phone span {
  font-weight: 300;
}
.footer {
  overflow: hidden;
  min-height: 100px;
  margin-top: -100px;
  z-index: 9;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.footer .btn-scroll {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 49px;
  left: 50%;
  margin-left: -20px;
  z-index: 9;
  display: none;
  transition: opacity ease 0.2s;
}
.footer .btn-scroll:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -60px -156px;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -6px;
}
.footer .inner-wrap {
  min-height: 100px;
  overflow: hidden;
  padding-top: 22px;
  max-width: 100%;
  padding-bottom: 10px;
}
.footer .copy-block {
  color: #737373;
}
.footer .link-block {
  margin-bottom: 10px;
}
.footer .link-block a {
  color: #cd3200;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.footer .link-block a:hover {
  text-decoration: none;
  border-bottom: none;
}
.footer p {
  margin: 0;
}
.footer .text-block {
  font-size: 9px;
  line-height: 12px;
  color: #a7a7a7;
  margin: 0;
  max-width: 650px;
  padding: 10px 0;
}
.footer .text-block a {
  color: #a7a7a7;
}
.footer .text-block p {
  margin: 0;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.fp-viewing-fivePage .btn-scroll {
  opacity: 0;
  pointer-events: none;
}
.fp-viewing-fivePage .footer .link-block {
  display: none;
}
.fp-viewing-fivePage .footer .text-block {
  display: block;
  padding: 0;
  margin: 0 300px 0 0;
  text-align: left;
}
@media (max-width: 767px) {
  body {
    overflow: auto !important;
  }
  .page {
    height: auto !important;
    transform: none !important;
  }
  .item-slide {
    height: auto !important;
    padding: 0 !important;
    display: block !important;
  }
  .fp-tableCell {
    height: auto !important;
    display: block !important;
  }
  .footer .link-block {
    display: none;
  }
}
@media (min-width: 480px) {
  .sep-page {
    height: 60px;
  }
  .footer {
    min-height: 60px;
    margin-top: -60px;
  }
  .footer .inner-wrap {
    padding-top: 43px;
    min-height: 60px;
  }
  .footer .link-block {
    margin: 0;
    float: left;
    position: absolute;
    top: 23px;
    left: 20px;
  }
}
@media (min-width: 568px) and (max-width: 639px) {
  .header .phone-block {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 200px;
    position: relative;
  }
  .header .button-block {
    margin: -23px 0 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    height: 46px;
  }
}
@media (min-width: 640px) {
  .header .phone-block {
    height: 46px;
    overflow: hidden;
    font-size: 0;
  }
  .header .phone {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    line-height: 46px;
    margin-right: 20px;
  }
  .header .button-block {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .wrap {
    height: 100%;
  }
  .sep-page {
    display: none;
  }
  .footer {
    height: 100px;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer .inner-wrap {
    height: 100px;
    padding-top: 22px;
    padding-bottom: 0;
  }
  .footer .btn-scroll {
    display: block;
  }
  .footer .text-block {
    display: none;
  }
  .footer .copy-block {
    position: absolute;
    top: 23px;
    right: 20px;
    float: right;
    margin: 0;
  }
  .header {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding: 0;
  }
  .header .inner-wrap {
    height: 80px;
  }
  .header .logo-block {
    padding: 0;
    float: left;
    position: absolute;
    top: 29px;
    left: 20px;
  }
  .header .phone-block {
    float: right;
    margin-top: 27px;
  }
  .header .phone {
    font-size: 16px;
  }
  .header .button-block {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 100px;
  }
  .header .inner-wrap {
    height: 100px;
  }
  .header .phone-block {
    margin-top: 47px;
  }
  .header .logo-block {
    top: 47px;
  }
  .header .phone {
    font-size: 18px;
  }
  .header .button-block {
    padding-left: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .header {
    height: 75px;
  }
  .header .inner-wrap {
    height: 75px;
  }
  .header .logo-block {
    top: 22px;
  }
  .header .phone-block {
    margin-top: 22px;
  }
  .footer {
    height: 60px;
  }
  .footer .inner-wrap {
    height: 60px;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .footer .inner-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .footer .link-block {
    left: 75px;
  }
  .footer .copy-block {
    right: 75px;
  }
  .header .logo-block {
    left: 75px;
  }
  .header .phone-block {
    margin-right: 55px;
  }
}
@media (min-width: 1400px) {
  .fp-viewing-fivePage .footer .inner-wrap {
    padding-top: 23px;
  }
  .fp-viewing-fivePage .footer .text-block {
    padding-top: 0px;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_700.eot');
  src: url('../fonts/MuseoSansCyrl_700.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_700.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_700.woff') format('woff'), url('../fonts/MuseoSansCyrl_700.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_700.svg#MuseoSansCyrl_700') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_500.eot');
  src: url('../fonts/MuseoSansCyrl_500.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_500.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_500.woff') format('woff'), url('../fonts/MuseoSansCyrl_500.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_500.svg#MuseoSansCyrl_500') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_900.eot');
  src: url('../fonts/MuseoSansCyrl_900.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_900.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_900.woff') format('woff'), url('../fonts/MuseoSansCyrl_900.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_900.svg#MuseoSansCyrl_900') format('svg');
  font-weight: 900;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_100.eot');
  src: url('../fonts/MuseoSansCyrl_100.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_100.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_100.woff') format('woff'), url('../fonts/MuseoSansCyrl_100.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_100.svg#MuseoSansCyrl_100') format('svg');
  font-weight: 100;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl300.eot');
  src: url('../fonts/MuseoSansCyrl300.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl300.woff2') format('woff2'), url('../fonts/MuseoSansCyrl300.woff') format('woff'), url('../fonts/MuseoSansCyrl300.ttf') format('truetype'), url('../fonts/MuseoSansCyrl300.svg#MuseoSansCyrl300') format('svg');
  font-weight: 300;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 20px;
  height: 40px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -40px 0px;
  width: 20px;
  height: 40px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -60px -156px;
  width: 12px;
  height: 6px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -171px -53px;
  width: 1px;
  height: 1px;
}
.i-corner {
  background-image: url(../img/spr.png);
  background-position: -40px -116px;
  width: 15px;
  height: 14px;
}
.i-frm-chk {
  background-image: url(../img/spr.png);
  background-position: -139px -116px;
  width: 12px;
  height: 12px;
}
.i-ico-down {
  background-image: url(../img/spr.png);
  background-position: -32px -156px;
  width: 8px;
  height: 10px;
}
.i-ico-frm01 {
  background-image: url(../img/spr.png);
  background-position: -75px -116px;
  width: 12px;
  height: 12px;
}
.i-ico-frm02 {
  background-image: url(../img/spr.png);
  background-position: 0px -156px;
  width: 12px;
  height: 12px;
}
.i-ico-frm03 {
  background-image: url(../img/spr.png);
  background-position: -107px -116px;
  width: 12px;
  height: 12px;
}
.i-ico-offer {
  background-image: url(../img/spr.png);
  background-position: -136px -53px;
  width: 15px;
  height: 20px;
}
.i-ico-order01 {
  background-image: url(../img/spr.png);
  background-position: -56px -60px;
  width: 36px;
  height: 36px;
}
.i-ico-order02 {
  background-image: url(../img/spr.png);
  background-position: -136px 0px;
  width: 36px;
  height: 33px;
}
.i-ico-order03 {
  background-image: url(../img/spr.png);
  background-position: 0px -60px;
  width: 36px;
  height: 36px;
}
.i-ico-order04 {
  background-image: url(../img/spr.png);
  background-position: -80px 0px;
  width: 36px;
  height: 36px;
}
.i-ico-phone {
  background-image: url(../img/spr.png);
  background-position: 0px -116px;
  width: 20px;
  height: 20px;
}
/* ----------------------------------- *\
			forms styles
\* ----------------------------------- */
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 62px;
  padding: 0 0 0 34px;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #dadadd;
  font-size: 14px;
  color: #404040;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-bottom-color: #d93600;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #737373;
}
[placeholder]:-moz-placeholder {
  color: #737373;
}
[placeholder]::-moz-placeholder {
  color: #737373;
}
[placeholder]:-ms-input-placeholder {
  color: #737373;
}
.btn,
button,
input[type="submit"] {
  height: 52px;
  line-height: 52px;
  padding: 0 32px;
  border-radius: 26px;
  border: none;
  background: #d93600;
  background: linear-gradient(to right, #d93600, #cc2200);
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
  overflow: visible;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #e53900;
  background: linear-gradient(to right, #e53900, #d92400);
}
.btn:hover:before,
button:hover:before,
input[type="submit"]:hover:before {
  box-shadow: 0px 6px 24px 0px rgba(77, 19, 0, 0.3);
}
.btn:before,
button:before,
input[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 40px;
  box-shadow: 0 3px 12px rgba(76, 19, 0, 0.3);
  transition: box-shadow ease 0.2s;
  z-index: -1;
  border-radius: 20px;
}
.btn.btn-medium,
button.btn-medium,
input[type="submit"].btn-medium {
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  font-size: 14px;
}
.btn.btn-medium.btn-border,
button.btn-medium.btn-border,
input[type="submit"].btn-medium.btn-border {
  line-height: 44px;
}
.btn.btn-border,
button.btn-border,
input[type="submit"].btn-border {
  background: none;
  border: 1px solid #da8c77;
  color: #cd3200;
}
.btn.btn-border:before,
button.btn-border:before,
input[type="submit"].btn-border:before {
  display: none;
}
.btn.btn-border:hover,
button.btn-border:hover,
input[type="submit"].btn-border:hover {
  background: #cd3200;
  border-color: #cd3200;
  color: #fff;
}
.owl-prev,
.owl-next {
  display: block;
  width: 40px;
  height: 60px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
.owl-prev:before,
.owl-next:before,
.owl-prev:after,
.owl-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -10px;
  transition: opacity ease 0.2s;
}
.owl-prev:after,
.owl-next:after {
  background-image: url(../img/spr.png);
  background-position: -40px 0px;
  width: 20px;
  height: 40px;
  opacity: 0;
}
.owl-prev:hover:after,
.owl-next:hover:after {
  opacity: 1;
}
.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0;
}
.owl-next:after,
.owl-next:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.frm-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-align: left;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  min-height: 20px;
  padding-left: 22px;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  border: 1px solid #d9d9dc;
  margin-top: -6px;
}
.frm-select label:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -139px -116px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -6px;
  opacity: 0;
}
.frm-select a {
  color: #737373;
}
.frm-field {
  position: relative;
}
.frm-field input {
  position: relative;
  z-index: 2;
}
.frm-field .field-ico {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 31px;
  left: 0;
  margin-top: -17px;
  text-align: center;
}
.frm-field .field-ico img,
.frm-field .field-ico svg,
.frm-field .field-ico .i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.frm-field-wrap {
  position: relative;
  padding: 0 20px;
  width: 100%;
  float: left;
  margin-bottom: 39px;
}
.frm-row {
  margin: 0 -20px;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-row-submit {
  margin-top: 15px;
  text-align: left;
}
.frm-row-submit .frm-select {
  display: block;
  margin-bottom: 20px;
}
.frm-row-submit .btn,
.frm-row-submit button,
.frm-row-submit input[type="submit"] {
  min-width: 180px;
}
.btn-popup-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.btn-popup-close:before,
.btn-popup-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #cd3200;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-popup-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-box {
  display: none;
  animation: fadein ease 0.2s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.98);
  height: 100%;
  box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.05);
}
.popup-box.active {
  display: block;
}
.popup-box .frm-popup {
  max-width: 570px;
  margin: 0 auto;
}
.popup-box .frm-field-wrap {
  margin-bottom: 0px;
}
.popup-box .frm-row-submit {
  margin-top: 20px;
}
.popup-box .popup-content {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.popup-box .popup-inner-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  vertical-align: middle;
  padding: 0 20px;
}
.popup-box .frm-row-submit.short .button-block {
  width: 100%;
  margin: 0;
  float: none;
  clear: both;
}
.popup-box .frm-row-submit.short .frm-select {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 25px 0 0 10px;
}
.popup-box .frm-row-submit.short .btn,
.popup-box .frm-row-submit.short button,
.popup-box .frm-row-submit.short input[type="submit"] {
  width: 100%;
}
@media (min-width: 480px) {
  .popup-consultation {
    width: 420px;
    left: auto;
    text-align: left;
  }
  .popup-consultation .popup-inner-content {
    padding-left: 78px;
    padding-right: 75px;
  }
  .btn-popup-close {
    top: 20px;
    right: 20px;
  }
  .frm-field-wrap {
    width: 50%;
  }
  .frm-field-wrap.full {
    width: 100%;
  }
  .frm-row-submit {
    position: relative;
  }
  .frm-row-submit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .frm-row-submit .frm-select {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 0;
    padding: 0;
    position: absolute;
    top: 6px;
    left: 212px;
  }
  .frm-row-submit .button-block {
    float: left;
    margin-right: 32px;
  }
}
@media (max-width: 639px) {
  .popup-box .main-title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .popup-box .lead {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .popup-box .frm-row-submit.short .frm-select {
    margin-top: 10px;
  }
  .popup-box p {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 700px) {
  .popup-consultation {
     width: auto; 
     left: 0; 
     text-align: center; 
  }
}
@media (min-width: 640px) {
  .popup-order .frm-row-submit .frm-select {
    left: 310px;
  }
  .popup-order .frm-row-submit .btn,
  .popup-order .frm-row-submit button,
  .popup-order .frm-row-submit input[type="submit"] {
    min-width: 280px;
  }
}
@media (min-width: 768px) {
  .popup-box .frm-field-wrap {
    margin-bottom: 30px;
  }
  .popup-box h1,
  .popup-box h2,
  .popup-box .main-title {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .popup-box .lead {
    margin: 0 -20px 50px 0;
  }
  .popup-box .frm-row-submit {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .popup-box .frm-field-wrap {
    margin-bottom: 40px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
/* ----------------------------------- *\
			animation
\* ----------------------------------- */
.fp-viewing-firstPage [data-anchor="firstPage"] .item-animation {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fp-viewing-secondPage [data-anchor="secondPage"] .item-animation {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fp-viewing-thirdPage [data-anchor="thirdPage"] .item-animation {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fp-viewing-fourthPage [data-anchor="fourthPage"] .item-animation {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fp-viewing-fivePage [data-anchor="fivePage"] .item-animation {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .fullpage-wrapper {
  width: 100%!important;
  transform: none!important;
}
body .fp-section {
  width: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.7s ease-in-out;
}
body .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.item-animation {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  opacity: 0;
}
.item-animation.item-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item-aleft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.item-aright {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.item-abottom {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.item-atop {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.height-value {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}
.item-astep02 {
  transition-delay: 0.1s;
}
.item-astep03 {
  transition-delay: 0.2s;
}
.item-astep04 {
  transition-delay: 0.3s;
}
.item-astep05 {
  transition-delay: 0.4s;
}
.item-astep06 {
  transition-delay: 0.5s;
}
/* ----------------------------------- *\
			elm/items  styles
\* ----------------------------------- */
.elm-text {
  float: left;
  display: block;
  position: relative;
  padding-left: 55px;
  text-align: left;
}
.elm-text.photo-right {
  padding-left: 0;
  padding-right: 55px;
}
.elm-text.photo-right .elm-photo {
  left: auto;
  right: 0;
}
.elm-text.photo-right .elm-bubble:before {
  left: auto;
  right: -6px;
  transform: scale(-1, 1);
}
.elm-text .elm-photo {
  position: absolute;
  bottom: 0;
  left: 0;
}
.elm-photo {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border: 2px solid #fff;
  background: #d9d9d9;
  line-height: 1;
  font-size: 0;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.elm-photo img {
  display: block;
  min-width: 100%;
  width: auto;
}
.elm-bubble {
  display: inline-block;
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
}
.elm-bubble:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -40px -116px;
  width: 15px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: -6px;
}
.elm-bubble p {
  margin: 0;
}
.elm-offer {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
  padding-left: 34px;
}
.elm-offer:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -136px -53px;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.item-total {
  line-height: 24px;
  color: #404040;
  font-size: 0;
}
.item-total .total-title {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 102px;
  background: url(../img/main/total.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-right: -122px;
}
.item-total .total {
  display: block;
  font-size: 48px;
  color: #cd3200;
  font-weight: 900;
  padding: 10px 0 5px 0;
}
.item-total .total-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 155px;
  width: 100%;
  font-size: 14px;
}
.item-total p {
  margin: 0;
}
.item-logo {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 118px;
  line-height: 1;
}
.item-logo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-project {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 112.5%;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.item-project:hover:before,
.item-project:hover .pr-text {
  opacity: 1;
}
.item-project img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-project:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity ease 0.2s;
  background: rgba(0, 0, 0, 0.75);
}
.item-project .pr-text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity ease 0.2s;
  z-index: 3;
  padding: 25px;
  text-align: left;
}
.item-project p {
  margin-bottom: 28px;
}
.item-project p:last-child {
  margin-bottom: 0;
}
.item-project a {
  color: #ffb319;
}
.item-order {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 53px;
  min-height: 48px;
}
.item-order .order-ico {
  display: block;
  width: 53px;
  height: 48px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.item-order .order-ico img,
.item-order .order-ico .i,
.item-order .order-ico svg {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  max-width: 100%;
  max-height: 100%;
}
.item-work {
  position: relative;
}
.item-work .slider {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.item-work .slider-text {
  display: none;
  line-height: 1;
}
.item-work .slider-text.active {
  display: block;
}
.item-work .work-img-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 58.97%;
  background: url(../img/main/border.png) center no-repeat;
  background-size: 100% 100%;
}
.item-work .work-img-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 4.45%;
  padding-bottom: 7.51%;
  padding-left: 12.378%;
  padding-right: 12.378%;
}
.item-work .work-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-work .elm-photo img {
  width: auto;
}
.item-work img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .item-total {
    max-width: 220px;
    margin: 0 auto;
  }
  .item-total .total-title {
    display: block;
    margin: 0 auto 15px auto;
  }
  .item-total .total-text {
    padding: 0;
  }
  .item-order {
    padding-left: 0;
    min-height: 0;
  }
  .item-order .order-ico {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px auto;
    display: block;
    float: none;
    text-align: center;
  }
}
@media (min-width: 568px) and (max-width: 639px) {
  .item-order {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
  }
  .item-order .order-ico {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-order {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .item-order .order-ico {
    top: 50%;
    margin-top: -24px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-order br {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .item-order {
    padding-left: 45px;
    font-size: 15px;
    line-height: 1.2;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.scroll-dots {
  position: fixed;
  top: 50%;
  left: 0;
  width: 40px;
  display: none;
  text-align: center;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.scroll-dots li {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 24px 0;
}
.scroll-dots li.active a {
  border: 1px solid #e0957e;
}
.scroll-dots li.active a:before {
  background: #cd3200;
}
.scroll-dots a {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 50%;
}
.scroll-dots a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}
.scroll-dots a.active:before,
.scroll-dots a:hover:before {
  background: #cd3200;
}
.scroll-dots a.active {
  border: 1px solid #e0957e;
}
.item-slide {
  position: relative;
  margin-bottom: 50px;
}
.item-slide,
.fp-tableCell {
  max-height: 100%;
}
.about-box {
  font-size: 16px;
  line-height: 1.7500;
  color: #404040;
}
.about-box .pic-mobile {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: -20px;
}
.about-box .pic-mobile img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100%;
  margin-left: 60px;
}
.about-box .item-total {
  margin-bottom: 40px;
}
.about-box .item-total:last-child {
  margin-bottom: 0;
}
.about-box .pic-wrap {
  display: none;
}
.about-box .text-wrap {
  margin-bottom: 35px;
}
.about-box .text-wrap p:last-child {
  margin-bottom: 0;
}
.about-box .rate-block {
  margin-bottom: 45px;
  font-size: 0;
}
.about-box .rate-block .item-wrap {
  margin-bottom: 20px;
}
.about-box .small-title,
.about-box h3 {
  line-height: 1.25;
  margin-bottom: 10px;
}
.about-box .rate {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
.about-box .rate.att {
  color: #cd3200;
}
.order-box {
  line-height: 1.25;
}
.order-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.order-box .text-wrap {
  margin-bottom: 45px;
}
.order-box .price-block {
  margin-bottom: 45px;
  font-size: 0;
}
.order-box .price-block .item-wrap {
  margin-bottom: 20px;
}
.order-box .small-title,
.order-box h3 {
  line-height: 1.25;
  margin-bottom: 10px;
}
.order-box .price {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}
.order-box .price.new {
  color: #cd3200;
}
.order-box .price.new .r:before {
  background: #cd3200;
}
.order-box .price .old {
  text-decoration: none;
}
.order-box .r {
  display: inline-block;
  position: relative;
}
.order-box .r:before {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  left: 0;
  right: 7px;
  height: 4px;
  background: #1a1a1a;
}
.order-box .items-wrap {
  font-size: 0;
  margin-bottom: 45px;
}
.order-box .items-wrap .item-wrap {
  margin-bottom: 20px;
}
.order-box .actions-block {
  margin-bottom: 15px;
}
.order-box .actions-block.mobile {
  display: none;
}
.order-box .actions-block.mobile .btn {
  margin-bottom: 10px;
}
.order-box .work-text {
  margin-bottom: 15px;
}
.order-box .work-text:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.order-box .work-img-wrap {
  margin-bottom: 20px;
}
.order-box .work-title {
  text-align: center;
  margin-top: 30px;
}
.order-box .elm-text {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.projects-box .sl-item {
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
.projects-box .sl-inner {
  max-width: 320px;
  margin: 0 auto;
}
.projects-box .owl-controls {
  width: 80px;
  margin: 0 auto;
  overflow: hidden;
}
.projects-box .owl-prev,
.projects-box .owl-next {
  float: left;
}
.logos-box {
  position: relative;
  padding: 0 30px;
}
.logos-box .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -30px;
}
.logos-box .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -30px;
}
.contacts-box {
  margin-bottom: 80px;
}
.contacts-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.contacts-box .frm-wrap {
  margin: 0 auto 60px auto;
  max-width: 500px;
}
.contacts-box .map-wrap {
  max-width: 400px;
  margin: 0 auto 60px auto;
  overflow: hidden;
  position: relative;
}
.contacts-box .map-block {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}
.contacts-box .inner-map {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contacts-box p {
  margin-bottom: 50px;
}
.contacts-box p:last-child {
  margin-bottom: 0;
}
.contacts-box .phone {
  white-space: nowrap;
  display: inline;
  padding: 0 5px;
}
.contacts-box .phone a {
  color: #1a1a1a;
  text-decoration: none;
}
@media (max-width: 767px) {
  .item-slide.bg {
    padding-top: 40px !important;
  }
}
@media (max-width: 479px) {
  .order-box .items-wrap .item-wrap {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .projects-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects-box .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -30px;
  }
  .projects-box .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -30px;
  }
}
@media (min-width: 568px) {
  .about-box {
    margin-top: 45px;
  }
  .about-box .rate-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .about-box .rate-block .item-wrap {
    display: inline-block;
    vertical-align: top;
    width: 49.99%;
    padding: 0 20px;
    max-width: 400px;
  }
  .order-box .price-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .order-box .price-block .item-wrap {
    display: inline-block;
    vertical-align: top;
    width: 49.99%;
    padding: 0 20px;
    max-width: 400px;
  }
  .order-box .button-block {
    display: inline-block;
    vertical-align: middle;
    margin: 0 32px 0 0;
  }
  .order-box .elm-offer {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
}
@media (min-width: 640px) {
  .order-box .works-box {
    padding: 0 55px;
  }
  .order-box .items-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .order-box .item-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    width: 49.99%;
    max-width: 400px;
  }
  .order-box .work-wrap {
    position: relative;
  }
  .order-box .work-text {
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .order-box .work-text.item01 {
    top: 30%;
    left: -55px;
  }
  .order-box .work-text.item02 {
    top: -10.3%;
    right: -55px;
  }
  .order-box .work-text.item03 {
    top: 48.8%;
    right: -55px;
  }
  .order-box .work-text.item04 {
    left: -55px;
    top: -3.53%;
  }
  .order-box .work-text.item05 {
    top: 50.94%;
    left: -55px;
  }
  .order-box .work-text.item06 {
    top: 37.26%;
    right: -55px;
  }
  .order-box .work-text.item07 {
    left: -55px;
    top: 13.44%;
  }
  .order-box .work-text.item08 {
    right: -55px;
    top: 4.71%;
  }
  .order-box .work-text.item09 {
    right: -55px;
    top: 58.9%;
  }
}
@media (min-width: 568px) and (max-width: 1199px) {
  .order-box .price-block .item-wrap,
  .about-box .price-block .item-wrap,
  .order-box .rate-block .item-wrap,
  .about-box .rate-block .item-wrap {
    width: auto;
    padding: 0 15px;
    text-align: left;
  }
  .order-box .price-block .item-wrap h3,
  .about-box .price-block .item-wrap h3,
  .order-box .rate-block .item-wrap h3,
  .about-box .rate-block .item-wrap h3,
  .order-box .price-block .item-wrap .small-title,
  .about-box .price-block .item-wrap .small-title,
  .order-box .rate-block .item-wrap .small-title,
  .about-box .rate-block .item-wrap .small-title {
    white-space: nowrap;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .item-slide {
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .scroll-dots {
    display: block;
    z-index: 90;
  }
  .logos-box {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  }
  .logos-box .items-wrap {
    overflow: hidden;
    margin: -1px 0 -1px -1px;
  }
  .logos-box .owl-stage-outer {
    overflow: hidden;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
  }
  .logos-box .owl-stage {
    overflow: hidden;
    width: 100% !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }
  .logos-box .owl-prev,
  .logos-box .owl-next,
  .logos-box .owl-item.cloned {
    display: none !important;
  }
  .logos-box .owl-item {
    display: block;
    width: 14.285% !important;
    height: 120px !important;
    border: 1px dotted #bebec3;
    border-right: none;
    border-top: none;
    position: relative;
    overflow: hidden;
    line-height: 1;
  }
  .logos-box .item-wrap {
    padding: 0 15px;
  }
  .about-box {
    margin-bottom: 0;
  }
  .about-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .about-box .text-wrap {
    width: 55%;
    float: left;
    padding-right: 15px;
    margin-bottom: 0;
  }
  .about-box .pic-mobile {
    display: none;
  }
  .about-box .total-box {
    display: block;
    float: right;
    width: 45%;
    padding-left: 15px;
  }
  .about-box .rate-block {
    margin-bottom: 20px;
  }
  .about-box .rate-block .small-title,
  .about-box .rate-block h3 {
    margin-left: 0;
    margin-right: -20px;
  }
  .about-box .rate-block .item-wrap {
    max-width: 240px;
  }
  .order-box .works-box {
    width: 50%;
    float: left;
    padding: 0;
  }
  .logos-box {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
  }
  .logos-box .items-wrap {
    overflow: hidden;
    margin: -1px 0 -1px -1px;
  }
  .logos-box .owl-stage-outer {
    overflow: hidden;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
  }
  .logos-box .owl-stage {
    overflow: hidden;
    width: 100% !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }
  .logos-box .owl-prev,
  .logos-box .owl-next,
  .logos-box .owl-item.cloned {
    display: none !important;
  }
  .logos-box .owl-item {
    display: block;
    width: 14.285% !important;
    height: 120px !important;
    border: 1px dotted #bebec3;
    border-right: none;
    border-top: none;
    position: relative;
    overflow: hidden;
    line-height: 1;
  }
  .logos-box .item-wrap {
    padding: 0 15px;
  }
  .contacts-box {
    margin: 50px 0 0 0;
    position: relative;
  }
  .contacts-box .frm-wrap {
    max-width: 100%;
    width: 60%;
    padding-right: 15px;
    margin: 0;
    float: left;
  }
  .contacts-box .contacts-wrap {
    width: 40%;
    float: right;
    padding-left: 15px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contacts-box {
    padding-bottom: 280px;
    margin-top: 30px;
  }
  .contacts-box .map-wrap {
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
  }
  .contacts-box .map-block {
    padding: 0;
    height: 250px;
    border-radius: 0;
  }
  .contacts-box .inner-map {
    border-radius: 0;
  }
  .contacts-box p {
    margin-bottom: 30px;
  }
  .contacts-box .frm-field-wrap {
    margin-bottom: 15px;
  }
  .order-box .actions-block.mobile {
    margin-top: -40px;
  }
  .order-box .actions-block.mobile .btn {
    margin-bottom: 0;
  }
  .order-box .items-wrap .item-wrap {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  h1,h2,.main-title {
    margin-bottom: 60px;
  }
  .order-box .work-title {
    font-size: 14px;
  }
  .order-box .price-block {
    margin-left: -10px;
  }
  .item-order .order-text {
    font-size: 14px;
  }
  .order-box .items-wrap .item-wrap {
    margin-bottom: 30px;
  }
}

@media (min-width: 1366px) and (max-height: 700px) {
  .order-box .text-wrap {
    margin-top: 30px !important;
  }
  .lead {
    margin-bottom: 30px !important;
  }
  .order-box .items-wrap .item-wrap {
    margin-bottom: 30px !important;
  }
  .item-slide[data-anchor="thirdPage"] h2 {
    margin-top: 20px;
  }
}

@media (min-width: 1210px) and (max-width: 1310px) {
  .order-box .items-wrap .item-wrap {
    margin-bottom: 30px !important;
  }
  .item-order .order-text {
    max-width: 173px;
    line-height: 22px;
  }
  h1,h2,.main-title {
    margin-bottom: 40px !important;
  }
  .order-box .price-block {
    margin-bottom: 20px !important;
  }
  .about-box .rate-block {
    margin-bottom: 20px !important;
  }
  .order-box .actions-block {
    margin-top: 20px !important;
  }
}

@media (max-width: 1023px) {
  .order-box .works-box {
    display: none;
  }
  .order-box .actions-block {
    display: none;
  }
  .order-box .actions-block.mobile {
    display: block;
    clear: both;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .item-slide {
    padding-left: 70px;
  }
  .contacts-box {
    position: relative;
  }
  .contacts-box .frm-wrap {
    width: 33.5%;
    padding-right: 0;
    max-width: 100%;
  }
  .contacts-box .map-wrap {
    width: 44%;
    float: left;
    padding: 0 20px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 55.5%;
    -webkit-transform: -webkit-translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .contacts-box .contacts-wrap {
    width: 22.5%;
    float: right;
  }
  .order-box .text-wrap {
    width: 42%;
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
  }
  .order-box .works-box {
    width: 58%;
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .order-box .actions-block {
    margin: 0 -150px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1025px) {
  .logos-box .owl-item {
    border: none;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .order-box .items-wrap {
    margin-left: 0;
    margin-bottom: 0;
  }
  .order-box .items-wrap .item-wrap {
    padding-left: 0;
    padding-right: 10px;
  }
  .order-box .works-box {
    padding-top: 40px;
  }
  .order-box .works-box .item-work {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-box .elm-bubble {
    padding: 15px;
    line-height: 1.2;
  }
  .hidden-table {
    display: none;
  }
  h1,
  h2,
  .main-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .about-box .text-wrap {
    margin-bottom: -15px;
    line-height: 1.5;
  }
  .about-box .text-wrap p {
    margin-bottom: 15px;
  }
  .about-box .items-wrap {
    margin-top: -50px;
  }
  .about-box .items-wrap .item-total {
    margin-bottom: 20px;
  }
  .about-box .items-wrap .item-total:last-child {
    margin-bottom: 0;
  }
  .item-slide .order-box,
  .item-slide .about-box {
    margin-top: 0;
  }
  .order-box .price-block,
  .about-box .price-block,
  .order-box .rate-block,
  .about-box .rate-block {
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .order-box .price-block .rate,
  .about-box .price-block .rate,
  .order-box .rate-block .rate,
  .about-box .rate-block .rate,
  .order-box .price-block .price,
  .about-box .price-block .price,
  .order-box .rate-block .price,
  .about-box .rate-block .price {
    font-size: 40px;
  }
  .item-logo {
    height: 88px;
    overflow: hidden;
  }
  .logos-box .owl-item {
    height: 92px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-box .items-wrap {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .about-box {
    position: relative;
    margin-top: 35px;
  }
  .about-box .text-wrap {
    position: relative;
    z-index: 2;
    width: 30%;
    padding: 0;
  }
  .about-box .total-box {
    position: relative;
    z-index: 2;
    width: 30%;
    padding: 0;
  }
  .about-box .item-total {
    margin-bottom: 55px;
  }
  .about-box .pic-wrap {
    display: block;
    width: 45%;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: -webkit-translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .about-box .pic-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }
  .about-box .rate-block .item-wrap {
    width: 45%;
  }
  .about-box .rate-block .item-wrap + .item-wrap {
    width: 54%;
  }
  .about-box .rate {
    font-size: 60px;
    white-space: nowrap;
    padding-top: 2px;
  }
}
@media (min-width: 1400px) {
  .about-box .text-wrap {
    width: 39%;
  }
  .about-box .rate-block .item-wrap {
    max-width: 200px;
  }
  .contacts-box {
    margin-top: 95px;
  }
  .contacts-box .map-wrap {
    left: 58%;
    max-width: 580px;
  }
  .contacts-box .contacts-wrap {
    margin-right: 0px;
    padding-top: 12px;
  }
  .logos-box {
    margin-top: 53px;
  }
  .order-box h1,
  .order-box .main-title {
    margin-bottom: 35px;
  }
  .order-box .works-box {
    width: 47.3%;
  }
  .order-box .text-wrap {
    width: 52.7%;
  }
  .order-box .price-block {
    margin-bottom: 30px;
  }
  .order-box .items-wrap {
    margin-bottom: 40px;
  }
  .order-box .items-wrap .item-wrap {
    margin-bottom: 35px;
  }
  .order-box .price {
    font-size: 40px;
  }
  .order-box .r:before {
    height: 6px;
    left: 2px;
    right: 10px;
    top: 62%;
  }
}
@media (min-width: 1600px) {
  .item-slide {
    padding-left: 0;
  }
  .scroll-dots {
    width: 90px;
  }
  .scroll-dots a {
    margin: 0 0 0 auto;
  }
  .projects-box {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .projects-box .owl-prev {
    left: -65px;
  }
  .projects-box .owl-next {
    right: -65px;
  }
  .about-box .total-box {
    width: 30%;
    margin-top: -10px;
    margin-bottom: 0;
    margin-right: -170px;
    padding-right: 100px;
  }
  .about-box .pic-wrap {
    left: 68%;
  }
  .contacts-box .contacts-wrap {
    margin-right: -50px;
  }
}
@media (min-width: 1700px) {
  .order-box .text-wrap {
    width: 650px;
  }
  .order-box .works-box {
    width: 720px;
    float: right;
    margin: 0 -70px 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 55px;
  }
}
