@charset "UTF-8";
@import 'jquery.fancybox.css';
@import "jquery.scrollbar.css";
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNovaBlack";
  src: url("../fonts/ProximaNova/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNova/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNova/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'ProximaNovaLight';
  src: url('../fonts/ProximaNova/ProximaNovaLight/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova/ProximaNovaLight/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova/ProximaNovaLight/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNovaLight/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova/ProximaNovaLight/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaExtraBold';
  src: url('../fonts/ProximaNova/ProximaNovaExtraBold/ProximaNova-ExtraBold.eot');
  src: url('../fonts/ProximaNova/ProximaNovaExtraBold/ProximaNova-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova/ProximaNovaExtraBold/ProximaNova-ExtraBold.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNovaExtraBold/ProximaNova-ExtraBold.woff') format('woff'), url('../fonts/ProximaNova/ProximaNovaExtraBold/ProximaNova-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRegularItalic';
  src: url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNova-RegularItalic.eot');
  src: url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNova-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNova-RegularItalic.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNova-RegularItalic.woff') format('woff'), url('../fonts/ProximaNova/ProximaNovaRegularItalic/ProximaNova-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
/* ------------ Services LESS classes for inheritance --------------- */
.horizontal-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.horizontal-menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.horizontal-menu ul li a {
  display: block;
  text-decoration: none;
}
/* ------------ END Services LESS classes for inheritance --------------- */
/*** Mobile Sidebar ***/
.mobile-sidebar {
  z-index: 99;
  /********* Hamburger *********/
  /********* .Hamburger *********/
}
.mobile-sidebar .open-icon {
  display: none;
  position: fixed;
  top: -10px;
  right: -10px;
  width: 70px;
  height: 70px;
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.mobile-sidebar .open-icon:hover {
  cursor: pointer;
  background: rgba(255, 255, 0, 0.15);
}
@media (max-width: 1000px) {
  .mobile-sidebar .open-icon {
    display: block;
  }
}
.mobile-sidebar .hamburger-line {
  content: '';
  display: block;
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  z-index: 99;
  background: #f7931e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out 0.2s;
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
}
.mobile-sidebar .ms-button-show .hamburger-line:nth-child(1) {
  top: 25px;
}
.mobile-sidebar .ms-button-show .hamburger-line:nth-child(2) {
  top: 30px;
}
.mobile-sidebar .ms-button-show .hamburger-line:nth-child(3) {
  top: 35px;
}
.mobile-sidebar .ms-button-hide .hamburger-line:nth-child(1) {
  top: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-sidebar .ms-button-hide .hamburger-line:nth-child(2) {
  display: none;
}
.mobile-sidebar .ms-button-hide .hamburger-line:nth-child(3) {
  top: 30px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-sidebar .mobile-sidebar-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.mobile-sidebar .mobile-sidebar-bg:hover {
  cursor: pointer;
}
.mobile-sidebar .open-mobile-sidebar-checkbox {
  display: none;
}
.mobile-sidebar .mobile-sidebar-body {
  position: fixed;
  left: -100%;
  top: 0;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 5px;
  z-index: 99999;
  overflow: auto;
  -webkit-transition: left 0.2s ease-out 0.2s;
  -moz-transition: left 0.2s ease-out 0.2s;
  -o-transition: left 0.2s ease-out 0.2s;
  transition: left 0.2s ease-out 0.2s;
}
.mobile-sidebar .mobile-sidebar-body::-webkit-scrollbar {
  width: 10px;
}
.mobile-sidebar .mobile-sidebar-body::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 0;
  background-color: #696969;
}
.mobile-sidebar .open-mobile-sidebar-checkbox:checked + .mobile-sidebar-body {
  left: 0;
}
.mobile-sidebar .ms-block:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .mobile-sidebar .ms-block {
    font-size: 17px;
  }
}
.mobile-sidebar .ms-block .msb-title {
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #818080;
  font-size: 16px;
  border-bottom: 1px solid #cfcfcf;
  font-family: 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
  position: relative;
}
.mobile-sidebar .ms-block .msb-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #f7931e;
}
.mobile-sidebar .ms-message {
  text-align: center;
  background: #007385;
  color: #ffffff;
  padding: 5px 0;
  margin-bottom: 15px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* General styles */
* {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  scrollbar-face-color: #f7931e;
  scrollbar-shadow-color: #fafafa;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #fff;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar:hover {
  background: #000;
}
::-webkit-scrollbar-track {
  background-color: #dadada;
}
::-webkit-scrollbar-track:hover {
  background-color: #c5c5c5;
}
::-webkit-scrollbar-thumb {
  background-color: #f7931e;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #de7a05;
}
::selection {
  background: #ffdfd7;
}
::-moz-selection {
  background: #ffdfd7;
}
body {
  font: 14px 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
  line-height: 21px;
  color: #000;
  background: #fff;
  min-width: 320px;
  width: 100%;
  font-weight: normal;
  position: relative;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'ProximaNovaBold', Verdana, Tahoma, Arial, sans-serif;
  margin: 10px 0;
}
h1 {
  font-size: 30px;
  line-height: 45px;
}
h2 {
  font-size: 28px;
  line-height: 37px;
}
h3 {
  font-size: 25px;
  line-height: 32px;
}
h4 {
  font-size: 23px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 27px;
}
h6 {
  font-size: 18px;
  line-height: 23px;
}
input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 7px 10px;
  font-family: 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
}
input:focus,
textarea:focus {
  border: 1px solid #e9e0d6;
  background: #fafafa;
}
input[disabled] {
  background: #dedede;
}
select {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #000;
  padding: 5.5px 10px;
  font-family: 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
  position: relative;
}
select:after {
  display: block;
  content: '';
  width: 50px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
ul,
ol {
  padding-left: 25px;
  margin: 15px 0;
}
ul li,
ol li {
  padding-left: 5px;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 5px;
}
ul li ul,
ol li ul,
ul li ol,
ol li ol {
  padding-left: 10px;
}
a {
  color: #f7931e;
  text-decoration: underline;
}
a:hover {
  color: #f7931e;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 25px;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  font-family: 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
  font-style: italic;
  padding: 5px 5px 5px 15px;
  background: #DBDBDB;
  border: 1px solid #CDCDCD;
}
b,
strong {
  font-weight: normal;
  font-family: 'ProximaNovaBold', Verdana, Tahoma, Arial, sans-serif;
}
/* Service classes */
.clear {
  clear: both;
  overflow: hidden;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
._ta-center {
  text-align: center;
}
._ta-left {
  text-align: left;
}
._ta-right {
  text-align: right;
}
._top-buffer {
  margin-top: 50px;
}
._top-buffer-big {
  margin-top: 100px;
}
._top-buffer-small {
  margin-top: 25px;
}
._ov-hidden {
  overflow: hidden;
  position: relative;
}
._highlight {
  display: inline-block;
  background: #f7931e;
  color: #ffffff;
}
._first-color {
  color: #f7931e;
}
._center {
  margin: 0 auto;
}
._bottom-buffer {
  margin-bottom: 50px;
}
._bottom-buffer-big {
  margin-bottom: 100px;
}
._visible-100 {
  display: none;
}
@media (max-width: 100px) {
  ._visible-100 {
    display: block;
  }
}
._visible-200 {
  display: none;
}
@media (max-width: 200px) {
  ._visible-200 {
    display: block;
  }
}
._visible-300 {
  display: none;
}
@media (max-width: 300px) {
  ._visible-300 {
    display: block;
  }
}
._visible-400 {
  display: none;
}
@media (max-width: 400px) {
  ._visible-400 {
    display: block;
  }
}
._visible-500 {
  display: none;
}
@media (max-width: 500px) {
  ._visible-500 {
    display: block;
  }
}
._visible-600 {
  display: none;
}
@media (max-width: 600px) {
  ._visible-600 {
    display: block;
  }
}
._visible-700 {
  display: none;
}
@media (max-width: 700px) {
  ._visible-700 {
    display: block;
  }
}
._visible-800 {
  display: none;
}
@media (max-width: 800px) {
  ._visible-800 {
    display: block;
  }
}
._visible-900 {
  display: none;
}
@media (max-width: 900px) {
  ._visible-900 {
    display: block;
  }
}
._visible-1000 {
  display: none;
}
@media (max-width: 1000px) {
  ._visible-1000 {
    display: block;
  }
}
._visible-1100 {
  display: none;
}
@media (max-width: 1100px) {
  ._visible-1100 {
    display: block;
  }
}
._visible-1200 {
  display: none;
}
@media (max-width: 1200px) {
  ._visible-1200 {
    display: block;
  }
}
._visible-1200-plus {
  display: block;
}
@media (max-width: 1200px) {
  ._visible-1200-plus {
    display: none;
  }
}
/********************************************************************/
.b-breadcrumbs {
  display: block;
  font-size: 12px;
  color: #686868;
  line-height: 12px;
}
@media (max-width: 600px) {
  .b-breadcrumbs {
    display: none;
  }
}
.b-breadcrumbs__list,
ul.b-breadcrumbs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.b-breadcrumbs__list .b-breadcrumbs__item,
ul.b-breadcrumbs__list .b-breadcrumbs__item,
.b-breadcrumbs__list li.b-breadcrumbs__item,
ul.b-breadcrumbs__list li.b-breadcrumbs__item {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.b-breadcrumbs__list .b-breadcrumbs__separator,
ul.b-breadcrumbs__list .b-breadcrumbs__separator,
.b-breadcrumbs__list li.b-breadcrumbs__separator,
ul.b-breadcrumbs__list li.b-breadcrumbs__separator {
  padding: 0;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #686868;
  line-height: 12px;
  margin: 0 25px;
}
.b-breadcrumbs__list .b-breadcrumbs__link,
ul.b-breadcrumbs__list .b-breadcrumbs__link,
.b-breadcrumbs__list a.b-breadcrumbs__link,
ul.b-breadcrumbs__list a.b-breadcrumbs__link {
  text-decoration: underline;
  color: #686868;
}
.b-panel {
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  height: 100%;
  color: #000;
  padding-bottom: 25px;
  transition: all 0.7s ease 0s;
}
.b-panel[data-panel-position="right"] {
  position: fixed;
  top: -100%;
  right: -100%;
  z-index: 99999;
}
.b-panel[data-panel-position="left"] {
  position: fixed;
  top: -100%;
  left: -100%;
  z-index: 99999;
}
.b-panel[data-panel-position="top"] {
  position: fixed;
  top: -100%;
  z-index: 99999;
  max-width: 100%;
  max-height: 400px;
}
.b-panel[data-panel-position="bottom"] {
  position: fixed;
  bottom: -100%;
  z-index: 99999;
  max-width: 100%;
  max-height: 400px;
}
.b-panel_xs {
  max-width: 300px;
}
.b-panel_sm {
  max-width: 400px;
}
.b-panel_md {
  max-width: 500px;
}
.b-panel_lg {
  max-width: 700px;
}
.b-panel[data-panel-position="top"] .b-panel_xs,
.b-panel[data-panel-position="bottom"] .b-panel_xs {
  max-height: 300px;
}
.b-panel[data-panel-position="top"] .b-panel_sm,
.b-panel[data-panel-position="bottom"] .b-panel_sm {
  max-height: 400px;
}
.b-panel[data-panel-position="top"] .b-panel_md,
.b-panel[data-panel-position="bottom"] .b-panel_md {
  max-height: 500px;
}
.b-panel[data-panel-position="top"] .b-panel_lg,
.b-panel[data-panel-position="bottom"] .b-panel_lg {
  max-height: 700px;
}
.b-panel[data-panel-position="top"] .b-panel_full,
.b-panel[data-panel-position="bottom"] .b-panel_full {
  max-height: 100%;
}
.b-panel__body {
  overflow-y: auto;
  display: block;
  height: 100%;
  position: relative;
  padding: 50px 25px 0;
}
.b-panel__close {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -19px;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 21px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .b-panel__close {
    top: 0;
    left: auto;
    right: 0;
    margin-top: 0;
  }
}
.b-panel__close:hover {
  color: #f7931e;
  cursor: pointer;
}
.b-panel__close_right {
  right: -49px;
  left: auto;
}
@media (max-width: 450px) {
  .b-panel__close_right {
    right: 0;
  }
}
.b-panel_full {
  max-width: 100%;
  height: 100vh;
  max-height: 100% !important;
}
.b-panel_full .b-panel__close {
  left: auto;
  right: 10px;
  top: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.b-panel[data-panel-position="top"] .b-panel__close,
.b-panel[data-panel-position="bottom"] .b-panel__close {
  left: auto;
  right: 15px;
  top: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.b-panel__mobile-main-panel {
  margin: 0 auto;
}
#overlap {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 9;
}
#overlap:hover {
  cursor: pointer;
}
.b-logo__slogan {
  display: block;
  color: #000000;
  width: 150px;
  margin-left: 100px;
  margin-top: -25px;
  font-size: 14px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .b-logo__slogan {
    display: none;
  }
}
.b-logo__slogan_light {
  color: #f1cca0;
}
.b-mobile-nav,
ul.b-mobile-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.b-mobile-nav li,
ul.b-mobile-nav li {
  padding: 0;
  margin: 0;
}
.b-mobile-nav li:not(:last-child),
ul.b-mobile-nav li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}
.b-mobile-nav li a,
ul.b-mobile-nav li a {
  display: block;
  text-align: center;
  padding: 25px 15px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
.b-cube-loader {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.b-cube-loader__cube {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.b-cube-loader__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg);
  transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg);
}
.b-cube-loader__box:nth-child(2) {
  -webkit-animation: box 4s linear infinite;
  animation: box 4s linear infinite;
}
.b-cube-loader__box:nth-child(2) .b-cube-loader__left {
  -webkit-animation: left-side 4s linear infinite;
  animation: left-side 4s linear infinite;
}
.b-cube-loader__box:nth-child(2) .b-cube-loader__right {
  -webkit-animation: right-side 4s linear infinite;
  animation: right-side 4s linear infinite;
}
.b-cube-loader__box .b-cube-loader__front,
.b-cube-loader__box .b-cube-loader__back,
.b-cube-loader__box .b-cube-loader__top,
.b-cube-loader__box .b-cube-loader__bottom,
.b-cube-loader__box .b-cube-loader__left,
.b-cube-loader__box .b-cube-loader__right {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.b-cube-loader__box .b-cube-loader__front {
  background: #665867;
  -webkit-transform: translateZ(1.875rem);
  transform: translateZ(1.875rem);
}
.b-cube-loader__box .b-cube-loader__back {
  background: #665867;
  -webkit-transform: translateZ(-1.875rem);
  transform: translateZ(-1.875rem);
}
.b-cube-loader__box .b-cube-loader__top {
  background: #706171;
  -webkit-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}
.b-cube-loader__box .b-cube-loader__bottom {
  background: #423943;
  -webkit-transform: translateY(50%) rotateX(90deg);
  transform: translateY(50%) rotateX(90deg);
}
.b-cube-loader__box .b-cube-loader__left {
  background: #776778;
  -webkit-transform: translateX(-50%) rotateY(90deg);
  transform: translateX(-50%) rotateY(90deg);
}
.b-cube-loader__box .b-cube-loader__right {
  background: #524652;
  -webkit-transform: translateX(50%) rotateY(90deg);
  transform: translateX(50%) rotateY(90deg);
}
@-webkit-keyframes box {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(0);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(-180deg);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem) rotateY(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
  }
}
@keyframes box {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(0);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(11.25rem) rotateY(-180deg);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem) rotateY(-180deg);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem) rotateY(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
    transform: translate(-50%, -50%) rotateX(-35deg) rotateY(55deg) translateZ(-11.25rem);
  }
}
@-webkit-keyframes left-side {
  0% {
    background: #776778;
  }
  40% {
    background: #776778;
  }
  50% {
    background: #524652;
  }
  95% {
    background: #524652;
  }
  100% {
    background: #776778;
  }
}
@keyframes left-side {
  0% {
    background: #776778;
  }
  40% {
    background: #776778;
  }
  50% {
    background: #524652;
  }
  95% {
    background: #524652;
  }
  100% {
    background: #776778;
  }
}
@-webkit-keyframes right-side {
  0% {
    background: #524652;
  }
  40% {
    background: #524652;
  }
  50% {
    background: #776778;
  }
  95% {
    background: #776778;
  }
  100% {
    background: #524652;
  }
}
@keyframes right-side {
  0% {
    background: #524652;
  }
  40% {
    background: #524652;
  }
  50% {
    background: #776778;
  }
  95% {
    background: #776778;
  }
  100% {
    background: #524652;
  }
}
.b-loader {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
.b-loader__object {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}
.b-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: #f7931e;
}
.bb-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}
.b-loader__box:nth-child(1):before,
.b-loader__box:nth-child(4):before {
  margin-left: 26px;
}
.b-loader__box:nth-child(3):before {
  margin-top: 52px;
}
.b-loader__box:last-child {
  margin-bottom: 0;
}
@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}
@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}
@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}
@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}
@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}
@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}
@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}
@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.b-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}
@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.b-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}
.b-horz-nav {
  display: block;
}
.b-horz-nav__list,
ul.b-horz-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.b-horz-nav__list li,
ul.b-horz-nav li {
  padding: 0;
  display: inline-block;
  margin: 0 16px;
}
@media (max-width: 1200px) {
  .b-horz-nav__list li,
  ul.b-horz-nav li {
    margin: 0 25px;
  }
}
@media (max-width: 1100px) {
  .b-horz-nav__list li,
  ul.b-horz-nav li {
    margin: 0 18px;
  }
}
@media (max-width: 1000px) {
  .b-horz-nav__list li,
  ul.b-horz-nav li {
    margin: 0 11px;
  }
}
.b-horz-nav__list li:first-child,
ul.b-horz-nav li:first-child {
  margin-left: 0;
}
.b-horz-nav__list li:last-child,
ul.b-horz-nav li:last-child {
  margin-right: 0;
}
.b-horz-nav__list li a,
ul.b-horz-nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .b-horz-nav__list li a,
  ul.b-horz-nav li a {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .b-horz-nav__list li a,
  ul.b-horz-nav li a {
    font-size: 16px;
  }
}
.b-horz-nav__list li a:hover,
ul.b-horz-nav li a:hover {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed #d35946;
  color: #d35946;
}
.b-horz-nav_center .b-horz-nav__list,
.b-horz-nav_center ul.b-horz-nav {
  text-align: center;
}
.b-btn,
a.b-btn,
input.b-btn {
  display: inline-block;
  color: #ffffff;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  font-size: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 5px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
}
.b-btn:hover,
a.b-btn:hover,
input.b-btn:hover {
  cursor: pointer;
  text-decoration: none;
}
.b-btn_success,
a.b-btn_success,
input.b-btn_success {
  background: #2eb099;
  background: -moz-linear-gradient(to bottom, #47c9b2 0%, #159780 100%);
  background: -webkit-linear-gradient(to bottom, #47c9b2 0%, #159780 100%);
  background: -o-linear-gradient(to bottom, #47c9b2 0%, #159780 100%);
  background: -ms-linear-gradient(to bottom, #47c9b2 0%, #159780 100%);
  background: linear-gradient(to bottom, #47c9b2 0%, #159780 100%);
  border-bottom: 3px solid #00654e;
}
.b-btn_success:hover,
a.b-btn_success:hover,
input.b-btn_success:hover {
  background: #2eb099;
  background: -moz-linear-gradient(to bottom, #51d3bc 0%, #0b8d76 100%);
  background: -webkit-linear-gradient(to bottom, #51d3bc 0%, #0b8d76 100%);
  background: -o-linear-gradient(to bottom, #51d3bc 0%, #0b8d76 100%);
  background: -ms-linear-gradient(to bottom, #51d3bc 0%, #0b8d76 100%);
  background: linear-gradient(to bottom, #51d3bc 0%, #0b8d76 100%);
  border-bottom: 3px solid #004c35;
}
.b-btn_info,
a.b-btn_info,
input.b-btn_info {
  background: #2f8fe0;
  background: -moz-linear-gradient(to bottom, #48a8f9 0%, #1676c7 100%);
  background: -webkit-linear-gradient(to bottom, #48a8f9 0%, #1676c7 100%);
  background: -o-linear-gradient(to bottom, #48a8f9 0%, #1676c7 100%);
  background: -ms-linear-gradient(to bottom, #48a8f9 0%, #1676c7 100%);
  background: linear-gradient(to bottom, #48a8f9 0%, #1676c7 100%);
  border-bottom: 3px solid #004495;
}
.b-btn_info:hover,
a.b-btn_info:hover,
input.b-btn_info:hover {
  background: #2f8fe0;
  background: -moz-linear-gradient(to bottom, #52b2ff 0%, #0c6cbd 100%);
  background: -webkit-linear-gradient(to bottom, #52b2ff 0%, #0c6cbd 100%);
  background: -o-linear-gradient(to bottom, #52b2ff 0%, #0c6cbd 100%);
  background: -ms-linear-gradient(to bottom, #52b2ff 0%, #0c6cbd 100%);
  background: linear-gradient(to bottom, #52b2ff 0%, #0c6cbd 100%);
  border-bottom: 3px solid #002b7c;
}
.b-btn_warning,
a.b-btn_warning,
input.b-btn_warning {
  background: #f7931e;
  background: -moz-linear-gradient(to bottom, #ffac37 0%, #de7a05 100%);
  background: -webkit-linear-gradient(to bottom, #ffac37 0%, #de7a05 100%);
  background: -o-linear-gradient(to bottom, #ffac37 0%, #de7a05 100%);
  background: -ms-linear-gradient(to bottom, #ffac37 0%, #de7a05 100%);
  background: linear-gradient(to bottom, #ffac37 0%, #de7a05 100%);
  border-bottom: 3px solid #ac4800;
}
.b-btn_warning:hover,
a.b-btn_warning:hover,
input.b-btn_warning:hover {
  background: #f7931e;
  background: -moz-linear-gradient(to bottom, #ffb641 0%, #d47000 100%);
  background: -webkit-linear-gradient(to bottom, #ffb641 0%, #d47000 100%);
  background: -o-linear-gradient(to bottom, #ffb641 0%, #d47000 100%);
  background: -ms-linear-gradient(to bottom, #ffb641 0%, #d47000 100%);
  background: linear-gradient(to bottom, #ffb641 0%, #d47000 100%);
  border-bottom: 3px solid #932f00;
}
.b-btn_danger,
a.b-btn_danger,
input.b-btn_danger {
  background: #d35946;
  background: -moz-linear-gradient(to bottom, #ec725f 0%, #ba402d 100%);
  background: -webkit-linear-gradient(to bottom, #ec725f 0%, #ba402d 100%);
  background: -o-linear-gradient(to bottom, #ec725f 0%, #ba402d 100%);
  background: -ms-linear-gradient(to bottom, #ec725f 0%, #ba402d 100%);
  background: linear-gradient(to bottom, #ec725f 0%, #ba402d 100%);
  border-bottom: 3px solid #880e00;
}
.b-btn_danger:hover,
a.b-btn_danger:hover,
input.b-btn_danger:hover {
  background: #d35946;
  background: -moz-linear-gradient(to bottom, #f67c69 0%, #b03623 100%);
  background: -webkit-linear-gradient(to bottom, #f67c69 0%, #b03623 100%);
  background: -o-linear-gradient(to bottom, #f67c69 0%, #b03623 100%);
  background: -ms-linear-gradient(to bottom, #f67c69 0%, #b03623 100%);
  background: linear-gradient(to bottom, #f67c69 0%, #b03623 100%);
  border-bottom: 3px solid #6f0000;
}
.b-btn_lg,
a.b-btn_lg,
input.b-btn_lg {
  padding: 7px 35px;
  font-size: 18px;
}
.b-btn_sm,
a.b-btn_sm,
input.b-btn_sm {
  padding: 3px 25px;
  font-size: 14px;
  line-height: 21px;
}
.b-btn-panel {
  display: block;
}
.b-btn-panel__btn {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.b-price-btn,
a.b-price-btn {
  display: inline-block;
  font-size: 18px;
  color: #d35946;
  text-decoration: none;
  border-bottom: 1px dashed #d35946;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.b-price-btn:hover,
a.b-price-btn:hover {
  color: #f7931e;
  border-bottom: 1px dashed #f7931e;
}
.b-contact,
a.b-contact {
  font-size: 18px;
  color: #000;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
}
.b-contact i,
a.b-contact i {
  position: relative;
  font-size: 24px;
  color: #f7931e;
  margin-right: 5px;
}
.b-contact_email i {
  top: 1px;
}
.b-contact_phone i {
  font-size: 30px;
  top: 3px;
}
.b-contacts__contact {
  float: left;
  margin-right: 25px;
}
.b-contacts__contact:last-child {
  margin-right: 0;
}
.b-contacts__contact_phone {
  position: relative;
  top: -3px;
}
.b-header {
  display: block;
  width: 100%;
  height: 220px;
}
@media (max-width: 1200px) {
  .b-header {
    background: #ffffff;
    height: auto;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
.b-header__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow: visible;
  position: relative;
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .b-header__inner {
    max-width: 900px;
    padding-bottom: 25px;
  }
}
.b-header__inner:before {
  content: '';
  display: block;
  background: url('../img/bg-figure.png') center right no-repeat;
  width: 2245px;
  height: 270px;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .b-header__inner:before {
    display: none;
  }
}
.b-header__left {
  float: left;
  width: 34.16666667%;
}
@media (max-width: 1200px) {
  .b-header__left {
    width: 33.33333333%;
    margin-top: 15px;
  }
}
@media (max-width: 900px) {
  .b-header__left {
    width: 50%;
    margin-left: 5.55555556%;
  }
}
@media (max-width: 700px) {
  .b-header__left {
    display: none;
  }
}
.b-header__center {
  float: left;
  width: 48.33333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .b-header__center {
    width: 43.33333333%;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .b-header__center {
    width: 38.88888889%;
    margin-right: 5.55555556%;
  }
}
@media (max-width: 700px) {
  .b-header__center {
    width: 100%;
    float: none;
    max-width: 230px;
    margin: 0 auto;
  }
}
.b-header__right {
  float: right;
  width: 17.5%;
}
@media (max-width: 1200px) {
  .b-header__right {
    width: 23.33333333%;
    margin-top: 15px;
  }
}
@media (max-width: 900px) {
  .b-header__right {
    display: none;
  }
}
.b-header__top-row {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .b-header__nav {
    display: none;
  }
}
.b-header__contacts {
  float: left;
}
@media (max-width: 1200px) {
  .b-header__contacts {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .b-header__contacts {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .b-header--contact {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }
}
.b-header__price-btn-wrap {
  float: right;
  margin-top: 3px;
  text-align: right;
}
@media (max-width: 1200px) {
  .b-header__price-btn-wrap {
    float: none;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .b-header__price-btn-wrap {
    text-align: left;
  }
}
.b-header--btn {
  display: block;
  width: 100%;
  text-align: center;
}
.b-header__slogan {
  font-family: 'ProximaNovaRegularItalic', Verdana, Tahoma, Arial, sans-serif;
  font-size: 18px;
  margin-left: 130px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .b-header__slogan {
    display: none;
  }
}
.b-header__slogan-1-line {
  margin-bottom: 5px;
}
.b-header__slogan-2-line {
  margin-left: 131px;
}
.b-header__mobile-nav {
  width: 100%;
  margin-top: 25px;
  display: none;
}
@media (max-width: 1200px) {
  .b-header__mobile-nav {
    display: block;
  }
}
@media (max-width: 700px) {
  .b-header__mobile-nav {
    display: none;
  }
}
.b-home-first-screen {
  display: block;
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.b-home-first-screen__header {
  margin-bottom: 65px;
}
.b-home-first-screen__before-title-line {
  display: block;
  width: 100%;
  position: relative;
  left: -50%;
  height: 1px;
  background: #f7931e;
}
.b-home-first-screen__after-title-line {
  display: block;
  width: 100%;
  position: relative;
  right: -50%;
  height: 1px;
  background: #f7931e;
}
.b-home-first-screen__title {
  font-size: 60px;
  color: #ffffff;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  padding: 15px 0;
}
@media (max-width: 500px) {
  .b-home-first-screen__title {
    font-size: 48px;
  }
}
@media (max-width: 400px) {
  .b-home-first-screen__title {
    font-size: 36px;
    line-height: 48px;
  }
}
.b-home-first-screen__desc {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 42px;
  vertical-align: middle;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .b-home-first-screen__desc {
    line-height: 32px;
    font-size: 18px;
  }
}
.b-home-first-screen__btn-panel {
  text-align: center;
  margin-bottom: 65px;
}
.b-home-first-screen__btn,
a.b-home-first-screen__btn {
  display: inline-block;
  width: 250px;
  margin: 0 25px;
}
@media (max-width: 1000px) {
  .b-home-first-screen__btn,
  a.b-home-first-screen__btn {
    margin: 0 15px;
  }
}
@media (max-width: 900px) {
  .b-home-first-screen__btn,
  a.b-home-first-screen__btn {
    display: block;
    margin: 0 auto 15px;
  }
}
.b-home-first-screen__footer {
  display: block;
  text-align: center;
}
.b-home-first-screen__discount {
  background: #f7931e;
  color: #ffffff;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  display: inline-block;
  padding: 2px 5px;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.b-home-first-screen__discount-tip {
  color: #ffffff;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
  display: block;
}
.b-home-first-screen__bottom-arrow {
  content: '';
  display: block;
  width: 47px;
  height: 33px;
  background: url("../img/arrow-bottom.png") no-repeat top center;
  background-size: contain;
  margin: 60px auto 0;
  position: relative;
  bottom: 15px;
  animation-name: b-home-first-screen__bottom-arrow---animation;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .b-home-first-screen__bottom-arrow {
    display: none;
  }
}
@keyframes b-home-first-screen__bottom-arrow---animation {
  from {
    bottom: 15px;
  }
  to {
    bottom: 0;
  }
}
.b-first-screen {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.b-first-screen:before {
  content: '';
  display: block;
  background: url("../img/first-screen-figure.png") no-repeat center center;
  width: 1500px;
  height: 137px;
  position: absolute;
  left: -28.125%;
  bottom: 0;
}
@media (max-width: 1200px) {
  .b-first-screen:before {
    display: none;
  }
}
.b-first-screen:after {
  content: '';
  display: block;
  background: url("../img/first-screen-figure.png") no-repeat center center;
  width: 1500px;
  height: 137px;
  position: absolute;
  right: -28.125%;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 1200px) {
  .b-first-screen:after {
    display: none;
  }
}
.b-first-screen__home {
  margin: 65px auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 400px) {
  .b-first-screen__home {
    margin: 0 auto;
  }
}
.b-top-panel {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.b-top-panel--btn {
  display: block;
  width: 100%;
}
.b-top-panel__inner {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.b-top-panel__left {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17.5%;
}
@media (max-width: 800px) {
  .b-top-panel__left {
    display: none;
  }
}
.b-top-panel__center {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 25px 0;
  text-align: center;
  width: 65%;
}
@media (max-width: 800px) {
  .b-top-panel__center {
    width: 78.33333333%;
  }
}
.b-top-panel__right {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 17.5%;
  padding-top: 3px;
}
@media (max-width: 800px) {
  .b-top-panel__right {
    width: 20.83333333%;
  }
}
.b-load-more-btn,
a.b-load-more-btn {
  display: inline-block;
}
.b-load-more-btn i,
a.b-load-more-btn i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  background: #2f8fe0;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 15px;
}
.b-load-more-btn:hover,
a.b-load-more-btn:hover {
  cursor: pointer;
}
.b-load-more-btn:hover i,
a.b-load-more-btn:hover i {
  background: #d35946;
}
.b-load-more-btn:hover .b-load-more-btn__text,
a.b-load-more-btn:hover .b-load-more-btn__text {
  color: #d35946;
  border-bottom: 1px dashed #d35946;
}
.b-load-more-btn__text {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px dashed #000;
}
.b-line-request-btn {
  position: relative;
  text-align: center;
}
.b-line-request-btn__left-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #f7931e;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: -50%;
  z-index: 0;
}
.b-line-request-btn__right-line {
  display: block;
  width: 100%;
  height: 2px;
  background: #f7931e;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: -50%;
  z-index: 0;
}
.b-line-request-btn__link,
a.b-line-request-btn__link {
  display: inline-block;
  border: 2px solid #f7931e;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 7px 50px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  text-decoration: none;
  position: relative;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.b-line-request-btn__link:hover,
a.b-line-request-btn__link:hover {
  color: #fff;
  cursor: pointer;
  background: #f7931e;
}
.b-line-request-btn_filled .b-line-request-btn__link,
.b-line-request-btn_filled a.b-line-request-btn__link {
  color: #fff;
  background: #f7931e;
}
.b-line-request-btn_filled .b-line-request-btn__link:hover,
.b-line-request-btn_filled a.b-line-request-btn__link:hover {
  color: #000;
  cursor: pointer;
  background: #fff;
}
.b-our-works__title-wrap {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.b-our-works__title {
  display: inline-block;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .b-our-works__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-our-works__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-our-works__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-our-works__title-desc {
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 900px) {
  .b-our-works__title-desc {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .b-our-works__title-desc {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .b-our-works__title-desc {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 500px) {
  .b-our-works__title-desc {
    text-align: center;
  }
}
.b-our-works__load-more-wrap {
  text-align: center;
  margin-top: 25px;
}
.b-our-works__load-more-btn {
  display: inline-block;
}
.b-benefit__number {
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  font-size: 72px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #f7931e;
  float: left;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  display: block;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .b-benefit__number {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .b-benefit__number {
    float: none;
    margin: 0 auto 15px;
  }
}
.b-benefit__number_black {
  background: #000;
}
.b-benefit__text {
  font-size: 18px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  padding-top: 15px;
}
@media (max-width: 600px) {
  .b-benefit__text {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .b-benefit__text {
    font-size: 14px;
  }
}
.b-benefit-list,
ul.b-benefit-list {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 700px) {
  .b-benefit-list,
  ul.b-benefit-list {
    padding: 0 15px;
  }
}
.b-benefit-list__item,
li.b-benefit-list__item,
ul.b-benefit-list li.b-benefit-list__item {
  padding: 0;
  margin: 0 0 50px 0;
  display: block;
  width: 100%;
  max-width: 600px;
  position: relative;
}
.b-benefit-list__item:before,
li.b-benefit-list__item:before,
ul.b-benefit-list li.b-benefit-list__item:before {
  content: '';
  display: block;
  width: 147px;
  height: 143px;
  position: absolute;
  top: 50px;
  left: -85px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item:before,
  li.b-benefit-list__item:before,
  ul.b-benefit-list li.b-benefit-list__item:before {
    display: none;
  }
}
.b-benefit-list__item:nth-child(odd):before,
li.b-benefit-list__item:nth-child(odd):before,
ul.b-benefit-list li.b-benefit-list__item:nth-child(odd):before {
  background: url("../img/line-1.png") no-repeat center center;
}
.b-benefit-list__item:nth-child(even):before,
li.b-benefit-list__item:nth-child(even):before,
ul.b-benefit-list li.b-benefit-list__item:nth-child(even):before {
  background: url("../img/line-2.png") no-repeat center center;
}
.b-benefit-list__item:last-child:before,
li.b-benefit-list__item:last-child:before,
ul.b-benefit-list li.b-benefit-list__item:last-child:before {
  display: none;
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(0),
ul.b-benefit-list li.b-benefit-list__item:nth-child(0) {
  margin-left: -60px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(0),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(0) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(1),
ul.b-benefit-list li.b-benefit-list__item:nth-child(1) {
  margin-left: 0px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(1),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(2),
ul.b-benefit-list li.b-benefit-list__item:nth-child(2) {
  margin-left: 60px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(2),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(3),
ul.b-benefit-list li.b-benefit-list__item:nth-child(3) {
  margin-left: 120px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(3),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(4),
ul.b-benefit-list li.b-benefit-list__item:nth-child(4) {
  margin-left: 180px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(4),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(4) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(5),
ul.b-benefit-list li.b-benefit-list__item:nth-child(5) {
  margin-left: 240px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(5),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(5) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(6),
ul.b-benefit-list li.b-benefit-list__item:nth-child(6) {
  margin-left: 300px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(6),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(6) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(7),
ul.b-benefit-list li.b-benefit-list__item:nth-child(7) {
  margin-left: 360px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(7),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(7) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(8),
ul.b-benefit-list li.b-benefit-list__item:nth-child(8) {
  margin-left: 420px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(8),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(8) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(9),
ul.b-benefit-list li.b-benefit-list__item:nth-child(9) {
  margin-left: 480px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(9),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(9) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(10),
ul.b-benefit-list li.b-benefit-list__item:nth-child(10) {
  margin-left: 540px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(10),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(10) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(11),
ul.b-benefit-list li.b-benefit-list__item:nth-child(11) {
  margin-left: 600px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(11),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(11) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(12),
ul.b-benefit-list li.b-benefit-list__item:nth-child(12) {
  margin-left: 660px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(12),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(12) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(13),
ul.b-benefit-list li.b-benefit-list__item:nth-child(13) {
  margin-left: 720px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(13),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(13) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(14),
ul.b-benefit-list li.b-benefit-list__item:nth-child(14) {
  margin-left: 780px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(14),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(14) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__item li.b-benefit-list__item:nth-child(15),
ul.b-benefit-list li.b-benefit-list__item:nth-child(15) {
  margin-left: 840px;
}
@media (max-width: 1000px) {
  .b-benefit-list__item li.b-benefit-list__item:nth-child(15),
  ul.b-benefit-list li.b-benefit-list__item:nth-child(15) {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-benefit-list__benefit {
  display: block;
}
.b-benefits {
  position: relative;
}
.b-benefits__left-img {
  position: absolute;
  bottom: 0;
  left: -300px;
  z-index: 0;
}
@media (max-width: 1000px) {
  .b-benefits__left-img {
    display: none;
  }
}
.b-benefits__right-img {
  position: absolute;
  top: 180px;
  right: -50px;
  z-index: 0;
}
@media (max-width: 1000px) {
  .b-benefits__right-img {
    display: none;
  }
}
.b-benefits__title {
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .b-benefits__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-benefits__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-benefits__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-benefits__title-num {
  display: inline-block;
  background: #f7931e;
  padding: 10px 5px 5px 5px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.b-benefits__list {
  z-index: 1;
  position: relative;
}
.b-circle-icon-text {
  text-align: center;
  display: inline-block;
  max-width: 160px;
}
.b-circle-icon-text__icon {
  font-size: 48px;
  color: #f7931e;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  border: 5px solid #f7931e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.36);
  box-shadow: 0 10px 29px rgba(0, 0, 0, 0.36);
  margin-bottom: 25px;
  background: #ffffff;
}
.b-circle-icon-text__icon i {
  position: relative;
  top: -3px;
}
.b-circle-icon-text__icon_phone {
  font-size: 60px;
}
.b-circle-icon-text__icon_car {
  font-size: 36px;
}
.b-circle-icon-text__text {
  font-size: 18px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  line-height: 24px;
  vertical-align: middle;
}
.b-how-work__title {
  text-align: center;
}
.b-how-work__title span {
  display: inline-block;
}
.b-how-work__title-text {
  display: inline-block;
  font-size: 60px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  line-height: 60px;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .b-how-work__title-text {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-how-work__title-text {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-how-work__title-text {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-how-work__before-img,
img.b-how-work__before-img {
  display: block;
  float: left;
  width: 50%;
}
.b-how-work__after-img {
  display: block;
  float: right;
  width: 50%;
}
.b-how-work__title-desc {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width: 900px) {
  .b-how-work__title-desc {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .b-how-work__title-desc {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .b-how-work__title-desc {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 500px) {
  .b-how-work__title-desc {
    text-align: center;
  }
}
.b-how-work__body {
  position: relative;
  display: block;
  padding-bottom: 82px;
}
@media (max-width: 1200px) {
  .b-how-work__body {
    padding-bottom: 0;
  }
}
.b-how-work__before-label,
.b-how-work__after-label {
  position: absolute;
  top: 40%;
  color: #ffffff;
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  font-size: 24px;
  font-family: 'ProximaNovaBold', Verdana, Tahoma, Arial, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.b-how-work__before-label:before,
.b-how-work__after-label:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
}
.b-how-work__before-label {
  background: #d35946;
  left: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .b-how-work__before-label {
    display: none;
  }
}
.b-how-work__before-label:before {
  left: 0;
  background: url("../img/before-corner.png") no-repeat center center;
}
.b-how-work__after-label {
  background: #2dad20;
  right: 10px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .b-how-work__after-label {
    display: none;
  }
}
.b-how-work__after-label:before {
  right: 0;
  background: url("../img/after-corner.png") no-repeat center center;
}
.b-how-work__line {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .b-how-work__line {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.b-how-work__step {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
  max-width: 162px;
}
.b-how-work__step:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .b-how-work__step {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .b-how-work__step {
    padding: 25px;
    display: block;
    margin: 0 auto;
  }
}
.b-achievement {
  text-align: center;
  width: 100%;
  max-width: 150px;
}
.b-achievement__number {
  width: 150px;
  height: 150px;
  vertical-align: middle;
  line-height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #f7931e;
  color: #ffffff;
  font-size: 72px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
.b-achievement__text {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}
@media (max-width: 500px) {
  .b-achievement__text {
    font-size: 14px;
    line-height: 21px;
  }
}
.b-achievement__text_white {
  color: #ffffff;
}
.b-work-preview {
  display: block;
  width: 100%;
  max-width: 370px;
}
.b-company-achievements {
  display: block;
}
.b-company-achievements__desktop {
  position: relative;
  height: 650px;
  display: block;
}
@media (max-width: 1200px) {
  .b-company-achievements__desktop {
    display: none;
  }
}
.b-company-achievements__mobile {
  display: none;
}
@media (max-width: 1200px) {
  .b-company-achievements__mobile {
    display: block;
  }
}
.b-company-achievements__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
}
.b-company-achievements__title-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  position: relative;
  left: 200px;
}
.b-company-achievements__title-inner:after {
  content: '';
  display: block;
  background: url("../img/bg-figure.png") no-repeat center center;
  height: 270px;
  width: 2245px;
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 1;
}
.b-company-achievements__title-first {
  font-size: 120px;
  line-height: 120px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  top: -25px;
}
.b-company-achievements__title-first span {
  display: inline-block;
}
.b-company-achievements__title-second {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #f7931e;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  vertical-align: middle;
  margin-left: 280px;
  top: -25px;
}
.b-company-achievements__body {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding-top: 240px;
  position: relative;
  height: 600px;
}
.b-company-achievements__item {
  position: absolute;
}
.b-company-achievements__item_1 {
  top: 80px;
  left: -120px;
}
@media (max-width: 1500px) {
  .b-company-achievements__item_1 {
    top: 130px;
    left: 0;
  }
}
.b-company-achievements__item_2 {
  top: 260px;
  left: 200px;
}
@media (max-width: 1500px) {
  .b-company-achievements__item_2 {
    left: 320px;
  }
}
.b-company-achievements__item_3 {
  top: 300px;
  left: 550px;
}
@media (max-width: 1500px) {
  .b-company-achievements__item_3 {
    left: 670px;
  }
}
.b-company-achievements__item_4 {
  top: 260px;
  left: 900px;
}
@media (max-width: 1500px) {
  .b-company-achievements__item_4 {
    left: 1020px;
  }
}
.b-company-achievements__m-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 60px;
  vertical-align: middle;
  line-height: 60px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width: 900px) {
  .b-company-achievements__m-title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-company-achievements__m-title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-company-achievements__m-title {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-company-achievements__m-desc {
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width: 900px) {
  .b-company-achievements__m-desc {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .b-company-achievements__m-desc {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .b-company-achievements__m-desc {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 500px) {
  .b-company-achievements__m-desc {
    text-align: center;
  }
}
.b-company-achievements__m-items {
  text-align: center;
}
.b-company-achievements__m-item {
  display: inline-block;
  margin: 25px;
  vertical-align: top;
}
.b-reviews__title {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .b-reviews__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-reviews__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-reviews__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-product-preview,
a.b-product-preview {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: block;
  color: #000;
}
.b-product-preview__img {
  display: block;
}
.b-product-preview__title {
  background: #f7931e;
  color: #ffffff;
  padding: 5px 35px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -10px;
  font-size: 18px;
}
.b-product-preview__title:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  background: url("../img/product-preview-corner.png") no-repeat center center;
  position: absolute;
  right: 0;
  bottom: -9px;
}
.b-product-preview__price {
  background: #f7931e;
  color: #ffffff;
  padding: 5px 35px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: -10px;
  font-size: 18px;
}
.b-product-preview__price:before {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  background: url("../img/product-preview-corner.png") no-repeat center center;
  position: absolute;
  left: 0;
  bottom: -9px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.b-product-slider__title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.b-product-slider__title {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
}
@media (max-width: 900px) {
  .b-product-slider__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-product-slider__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-product-slider__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-product-slider__title-desc {
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  display: block;
  text-align: right;
}
@media (max-width: 900px) {
  .b-product-slider__title-desc {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .b-product-slider__title-desc {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .b-product-slider__title-desc {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 500px) {
  .b-product-slider__title-desc {
    text-align: center;
  }
}
.b-product-slider__product {
  margin: 10px 15px;
}
.b-product-slider__body {
  display: block;
  position: relative;
}
.b-product-slider__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 500px) {
  .b-product-slider__container {
    padding: 0;
  }
}
.b-product-slider__container .slick-dots li {
  background: #f7931e;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.b-product-slider__container .slick-dots li.slick-active {
  background: #d35946;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.b-product-slider__container .slick-dots li button:before {
  display: none;
}
.b-product-slider__left,
.b-product-slider__right {
  display: block;
  width: 74px;
  height: 129px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -64.5px;
  z-index: 1;
}
.b-product-slider__left:hover,
.b-product-slider__right:hover {
  cursor: pointer;
}
.b-product-slider__left {
  left: 0;
  background-image: url('../img/product-rotator-arrow-left.png');
}
.b-product-slider__right {
  right: 0;
  background-image: url('../img/product-rotator-arrow-right.png');
}
.b-product-slider__btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.b-slab-benefits__title {
  font-size: 60px;
  line-height: 60px;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .b-slab-benefits__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .b-slab-benefits__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .b-slab-benefits__title {
    font-size: 32px;
    line-height: 32px;
  }
}
.b-slab-benefits__body {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 230px;
  display: block;
}
@media (max-width: 1200px) {
  .b-slab-benefits__body {
    display: none;
  }
}
.b-slab-benefits__body-mobile {
  display: none;
  max-width: 313px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .b-slab-benefits__body-mobile {
    display: block;
  }
}
.b-slab-benefits__benefit {
  display: block;
  width: 100%;
  max-width: 313px;
  position: absolute;
}
@media (max-width: 1200px) {
  .b-slab-benefits__benefit {
    position: relative;
    margin-bottom: 25px;
  }
}
.b-slab-benefits__benefit_1 {
  top: 40px;
  left: 270px;
}
.b-slab-benefits__benefit_2 {
  top: 18px;
  left: 638px;
}
.b-slab-benefits__benefit_3 {
  top: 65px;
  left: 752px;
}
.b-slab-benefits__benefit_4 {
  top: 120px;
  left: 675px;
}
.b-slab-benefits__benefit_5 {
  top: 173px;
  left: 562px;
}
.b-slab-benefits__benefit_6 {
  top: 155px;
  left: 200px;
}
.b-slab-benefits__benefit_7 {
  top: 100px;
  left: 135px;
}
.b-slab-benefits__num {
  display: block;
  float: left;
  background: #000;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: 'ProximaNovaBold', Verdana, Tahoma, Arial, sans-serif;
  width: 25px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: -5px;
}
.b-slab-benefits__txt {
  font-size: 16px;
  color: #000;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  display: block;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #f7931e;
}
.b-slab-benefits__benefit_right .b-slab-benefits__num {
  float: right;
  left: 5px;
}
.b-slab-benefits__benefit_right .b-slab-benefits__txt {
  text-align: left;
}
.b-write-us-form {
  background: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  max-width: 350px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.b-write-us-form__title {
  font-size: 36px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 25px;
}
.b-write-us-form__input,
input.b-write-us-form__input,
.b-write-us-form__textarea,
textarea.b-write-us-form__textarea {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  font-family: 'ProximaNovaRegularItalic', Verdana, Tahoma, Arial, sans-serif;
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
}
.b-write-us-form__textarea,
textarea.b-write-us-form__textarea {
  height: 100px;
}
.b-write-us-form__btn,
input.b-write-us-form__btn {
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 200px;
}
.b-write-us-form__captcha {
  margin-bottom: 20px;
  text-align: center;
}
.b-write-us-form__captcha .wpcf7-form-control-wrap .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha div {
  margin: 0 auto;
}
.b-write-us-form__captcha .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.b-order-form__title {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  margin-bottom: 25px;
  color: #000;
}
.b-order-form__input,
input.b-order-form__input,
.b-write-us-form__textarea,
textarea.b-write-us-form__textarea {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  font-family: 'ProximaNovaRegularItalic', Verdana, Tahoma, Arial, sans-serif;
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
}
.b-write-us-form__textarea,
textarea.b-write-us-form__textarea {
  height: 100px;
}
.b-order-form__btn,
input.b-order-form__btn,
a.b-order-form__btn {
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 200px;
}
.b-order-panel {
  display: block;
  width: 100%;
}
.b-order-panel__order-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.b-map-contacts {
  height: 600px;
  width: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .b-map-contacts {
    height: auto;
  }
}
.b-map-contacts__map {
  width: 100%;
  display: block;
}
@media (max-width: 900px) {
  .b-map-contacts__map {
    height: auto;
    display: none;
  }
}
.b-map-contacts__frame,
frame.b-map-contacts__frame {
  display: block;
  width: 100%;
  height: 600px;
  position: relative;
}
@media (max-width: 900px) {
  .b-map-contacts__frame,
  frame.b-map-contacts__frame {
    display: none;
  }
}
@media (max-width: 900px) {
  .b-map-contacts__inner {
    height: auto;
    top: auto;
    left: auto;
  }
}
.b-map-contacts__form {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -254px;
  z-index: 9;
}
@media (max-width: 900px) {
  .b-map-contacts__form {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.b-seo {
  color: #797979;
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .b-seo {
    padding: 0 15px;
  }
}
.b-seo p {
  margin-bottom: 15px;
}
.b-footer {
  display: block;
  width: 100%;
}
.b-footer__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow: visible;
  position: relative;
  padding-top: 75px;
  height: 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .b-footer__inner {
    height: auto;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    padding-top: 0;
  }
}
.b-footer__inner:before {
  content: '';
  display: block;
  background: url('../img/bg-figure.png') center right no-repeat;
  width: 2245px;
  height: 270px;
  position: absolute;
  bottom: -10px;
  left: -140px;
  z-index: -1;
  transform: scale(1, -1);
}
@media (max-width: 1200px) {
  .b-footer__inner:before {
    display: none;
  }
}
.b-footer__inner:after {
  content: '';
  display: block;
  background: url('../img/footer-bg.png') center right no-repeat;
  width: 790px;
  height: 241px;
  position: absolute;
  bottom: -26px;
  left: -104px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .b-footer__inner:after {
    display: none;
  }
}
.b-footer__left {
  float: left;
  width: 54.16666667%;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  .b-footer__left {
    padding: 25px;
    background: #f7931e;
  }
}
@media (max-width: 1000px) {
  .b-footer__left {
    float: none;
    width: 100%;
    margin: 0 auto 50px;
  }
}
.b-footer__right {
  float: right;
  width: 45.83333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
}
@media (max-width: 1200px) {
  .b-footer__right {
    padding: 70px 25px 0;
  }
}
@media (max-width: 1000px) {
  .b-footer__right {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 25px 25px;
  }
}
.b-footer_logo {
  margin-left: 190px;
}
@media (max-width: 1200px) {
  .b-footer_logo {
    margin: 0 auto 25px;
    text-align: center;
  }
}
.b-footer__about {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  color: #ffffff;
  max-width: 410px;
  width: 100%;
}
@media (max-width: 1200px) {
  .b-footer__about {
    margin: 0 auto;
  }
}
.b-footer__btn-panel {
  width: 50%;
  display: block;
  float: left;
  max-width: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .b-footer__btn-panel {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 50px;
  }
}
.b-footer__contacts {
  width: 50%;
  display: block;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .b-footer__contacts {
    float: none;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.b-footer__contact {
  margin-bottom: 15px;
}
.cd-top {
  z-index: 99;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2a2a2a url("../img/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #505050;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 50px;
  }
}
.b-simple-order-form {
  display: block;
  width: 100%;
  max-width: 300px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px;
  text-align: center;
}
.b-simple-order-form__title {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  font-family: 'ProximaNovaBold', Verdana, Tahoma, Arial, sans-serif;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
.b-simple-order-form__call-to-action {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  color: #d35946;
  margin-bottom: 15px;
  text-align: center;
}
.b-single-post {
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  font-family: 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
}
.b-single-post__title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 25px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  text-align: left;
}
@media (max-width: 600px) {
  .b-single-post__title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 500px) {
  .b-single-post__title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
}
.b-single-post__thumbnail,
img.b-single-post__thumbnail {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  bottom: -5px;
}
@media (max-width: 600px) {
  .b-single-post__thumbnail,
  img.b-single-post__thumbnail {
    float: none;
    margin: 0 auto 25px;
    max-width: 300px;
    width: 100%;
  }
}
.b-post-preview {
  display: block;
}
@media (max-width: 900px) {
  .b-post-preview {
    width: 100%;
    max-width: 600px;
  }
}
.b-post-preview__thumbnail {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
  bottom: -5px;
}
@media (max-width: 900px) {
  .b-post-preview__thumbnail {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
  }
}
.b-post-preview__thumbnail img {
  display: block;
}
.b-post-preview__title,
h2.b-post-preview__title {
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
  color: #f7931e;
  margin: 0 0 15px 0;
}
@media (max-width: 900px) {
  .b-post-preview__title,
  h2.b-post-preview__title {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.b-post-preview__link,
a.b-post-preview__link {
  color: #f7931e;
  text-decoration: none;
}
.b-post-preview__link:hover,
a.b-post-preview__link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.b-post-preview__desc {
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
  margin-bottom: 15px;
  font-family: 'ProximaNovaRegular', Verdana, Tahoma, Arial, sans-serif;
  color: #000;
}
@media (max-width: 900px) {
  .b-post-preview__desc {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.b-post-preview__more-link {
  color: #f7931e;
  float: right;
  font-size: 18px;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
.b-more-btn {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
}
.b-more-btn:hover {
  cursor: pointer;
}
.b-more-btn:hover .b-more-btn__text {
  border-bottom: 1px solid #fff;
}
.b-more-btn:hover .b-more-btn__icon {
  transform: rotate(180deg);
}
.b-more-btn__text {
  color: #f7931e;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px solid #f7931e;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.b-more-btn__icon {
  color: #f7931e;
  font-size: 36px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  bottom: -5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.b-archive-post__title-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.b-archive-post__title-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  background: #dadada;
  z-index: 0;
}
.b-archive-post__title {
  background: #ffffff;
  padding: 0 25px;
  font-size: 72px;
  line-height: 72px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  z-index: 1;
}
@media (max-width: 900px) {
  .b-archive-post__title {
    font-size: 48px;
    line-height: 48px;
    vertical-align: middle;
  }
}
@media (max-width: 500px) {
  .b-archive-post__title {
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
  }
}
.b-archive-post__post {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .b-archive-post__post {
    margin-left: auto;
    margin-right: auto;
  }
}
.b-archive-post__more-btn-wrap {
  text-align: center;
}
.b-archive-post__more-btn {
  display: inline-block;
}
.b-simple-preview,
a.b-simple-preview {
  display: block;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  color: #000;
}
.b-simple-preview:hover,
a.b-simple-preview:hover {
  cursor: pointer;
}
.b-simple-preview:hover .b-simple-preview__title,
a.b-simple-preview:hover .b-simple-preview__title {
  color: #f7931e;
}
.b-simple-preview__img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.b-simple-preview__img,
img.b-simple-preview__img {
  display: inline-block;
}
.b-simple-preview__title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
  color: #000;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
}
.b-gallery-preview,
a.b-gallery-preview {
  position: relative;
  display: block;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  color: #000;
}
.b-gallery-preview:hover,
a.b-gallery-preview:hover {
  cursor: pointer;
}
.b-gallery-preview:hover .b-gallery-preview__title,
a.b-gallery-preview:hover .b-gallery-preview__title {
  color: #f7931e;
}
.b-gallery-preview__img-wrap {
  text-align: center;
  display: block;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.b-gallery-preview__img,
img.b-gallery-preview__img {
  display: inline-block;
}
.b-gallery-preview__title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
  color: #000;
  font-family: 'ProximaNovaLight', Verdana, Tahoma, Arial, sans-serif;
  position: relative;
  z-index: 1;
}
.b-gallery-preview__number {
  display: inline-block;
  color: #ffffff;
  background: #f7931e;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.b-img-preview,
a.b-img-preview {
  position: relative;
  display: block;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  color: #000;
}
.b-img-preview:hover,
a.b-img-preview:hover {
  cursor: pointer;
}
.b-img-preview:hover .b-img-preview__title,
a.b-img-preview:hover .b-img-preview__title {
  color: #f7931e;
}
.b-img-preview__img,
img.b-img-preview__img {
  display: block;
  position: relative;
  z-index: 1;
}
.b-img-preview__number {
  display: inline-block;
  color: #ffffff;
  background: #f7931e;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.b-contact-line {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  font-size: 21px;
  line-height: 21px;
  padding: 15px;
  text-align: center;
}
.b-contact-line__email {
  width: 25%;
  float: left;
}
.b-contact-line__email i {
  position: relative;
  bottom: -5px;
}
@media (max-width: 1200px) {
  .b-contact-line__email {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 15px;
  }
}
.b-contact-line__phone {
  width: 25%;
  float: left;
}
.b-contact-line__phone i {
  position: relative;
  bottom: -5px;
}
@media (max-width: 1200px) {
  .b-contact-line__phone {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 15px;
  }
}
.b-contact-line__address {
  width: 50%;
  float: right;
}
.b-contact-line__address i {
  position: relative;
  bottom: -5px;
}
@media (max-width: 1200px) {
  .b-contact-line__address {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.b-contact-line__contact,
a.b-contact-line__contact {
  font-size: 21px;
  line-height: 36px;
}
.b-contact-line__contact i,
a.b-contact-line__contact i {
  font-size: 36px;
}
@media (max-width: 400px) {
  .b-contact-line__contact,
  a.b-contact-line__contact {
    font-size: 18px;
    line-height: 24px;
  }
}
.b-single-page {
  position: relative;
}
.b-single-page__pre-title {
  display: none;
}
@media (max-width: 700px) {
  .b-single-page__pre-title {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
    background: #f7911f;
    color: #ffff;
    padding: 15px;
    font-size: 21px;
    line-height: 32px;
  }
}
.b-single-page__title-wrap {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.b-single-page__title-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  background: #dadada;
  z-index: 0;
}
.b-single-page__title {
  background: #ffffff;
  padding: 0 25px;
  font-size: 72px;
  line-height: 72px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  z-index: 1;
}
@media (max-width: 900px) {
  .b-single-page__title {
    font-size: 48px;
    line-height: 48px;
    vertical-align: middle;
  }
}
@media (max-width: 500px) {
  .b-single-page__title {
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
  }
}
.b-single-page__order-btn-wrap {
  display: block;
  margin-top: 50px;
  text-align: center;
}
.b-single-page__order-btn {
  display: inline-block;
  padding: 10px 65px;
}
.b-container {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .b-container {
    padding: 0 15px;
  }
}
.b-container__breadcrumbs {
  float: right;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .b-container__breadcrumbs {
    float: none;
    width: 100%;
  }
}
.b-container__content {
  width: 70.83333333%;
  float: left;
}
@media (max-width: 1200px) {
  .b-container__content {
    width: 66.66666667%;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .b-container__content {
    width: 100%;
    float: none;
    max-width: 850px;
    margin: 0 auto 50px;
  }
}
.b-container__sidebar {
  width: 25%;
  float: right;
}
@media (max-width: 1200px) {
  .b-container__sidebar {
    width: 29.16666667%;
  }
}
@media (max-width: 1000px) {
  .b-container__sidebar {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
}
.b-layout {
  display: block;
  position: relative;
}
.b-layout__container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.b-layout__container_full {
  max-width: 100%;
}
.b-layout__fly-img {
  position: absolute;
}
.b-layout__fly-img_1 {
  top: 3000px;
  left: 50px;
}
.b-layout__fly-img_2 {
  top: 5000px;
  right: 50px;
}
.b-layout__fly-img_3 {
  top: 2000px;
  right: 50px;
}
.b-open-nav-btn__icon,
i.b-open-nav-btn__icon {
  font-size: 27px;
}
.b-open-nav-btn__icon:hover,
i.b-open-nav-btn__icon:hover {
  cursor: pointer;
  color: #f7931e;
}
.b-order-icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.b-order-icon-btn:hover {
  cursor: pointer;
  color: #f7931e;
}
.b-order-icon-btn__icon,
i.b-order-icon-btn__icon {
  font-size: 27px;
  display: inline-block;
  color: #1ba85a;
  animation-name: b-order-icon-btn__icon---animation;
  animation-timing-function: ease;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  transform: rotate(0deg);
}
@keyframes b-order-icon-btn__icon---animation {
  0% {
    transform: rotate(0deg);
  }
  92% {
    transform: rotate(0deg);
  }
  94% {
    transform: rotate(-15deg);
  }
  96% {
    transform: rotate(15deg);
  }
  98% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.b-order-icon-btn__icon-arrow,
i.b-order-icon-btn__icon-arrow {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -7px;
  color: #000000;
}
.b-order-icon-btn__body {
  line-height: 24px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  width: 250px;
  height: auto;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.b-order-icon-btn__body_visible {
  opacity: 1;
  visibility: visible;
}
.b-mobile-panel__contacts {
  margin-bottom: 15px;
}
.b-simple-slider {
  position: relative;
  display: block;
  z-index: 1;
}
.b-simple-slider .slick-dots li {
  background: #f7931e;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.b-simple-slider .slick-dots li.slick-active {
  background: #d35946;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.b-simple-slider .slick-dots li button:before {
  display: none;
}
.b-simple-slider__left,
.b-simple-slider__right {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  color: #ffffff;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
}
.b-simple-slider__left:hover,
.b-simple-slider__right:hover {
  cursor: pointer;
  background: #000000;
}
.b-simple-slider__left {
  left: 10px;
}
.b-simple-slider__right {
  right: 10px;
}
.b-characteristic-table,
table.b-characteristic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 500px) {
  .b-characteristic-table,
  table.b-characteristic-table {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 400px) {
  .b-characteristic-table,
  table.b-characteristic-table {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-characteristic-table__col,
td.b-characteristic-table__col {
  padding: 15px;
  border: 1px solid #d7d7d7;
}
.b-characteristic-table__col:first-child,
td.b-characteristic-table__col:first-child {
  color: #4e4e4e;
}
.b-price {
  background: #fdfbcd;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  color: #000;
  display: inline-block;
  padding: 13px 45px;
}
.b-colors {
  width: 100%;
  max-width: 400px;
}
.b-colors__title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  font-family: 'ProximaNovaBold', Verdana, Tahoma, Arial, sans-serif;
}
.b-colors__color {
  float: left;
  margin: 7px;
}
@media (max-width: 1000px) {
  .b-colors__color {
    margin: 3px;
  }
}
@media (max-width: 500px) {
  .b-single-product {
    padding: 0 15px;
  }
}
.b-single-product__gallery {
  margin-bottom: 40px;
}
.b-single-product__title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 100px;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  color: #000;
}
@media (max-width: 1000px) {
  .b-single-product__title {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 900px) {
  .b-single-product__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {
  .b-single-product__title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 500px) {
  .b-single-product__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.b-single-product__left {
  width: 62.5%;
  float: left;
}
@media (max-width: 900px) {
  .b-single-product__left {
    float: none;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
.b-single-product__right {
  width: 33.33333333%;
  float: right;
}
@media (max-width: 900px) {
  .b-single-product__right {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
  }
}
.b-single-product__meta-row {
  margin-bottom: 50px;
}
.b-single-product__price-wrap {
  float: left;
  display: inline-block;
}
@media (max-width: 1200px) {
  .b-single-product__price-wrap {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}
.b-single-product__price {
  display: inline-block;
}
.b-single-product__btns-wrap {
  float: right;
}
@media (max-width: 1200px) {
  .b-single-product__btns-wrap {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.b-single-product__question-btn {
  margin-left: 15px;
  padding: 13px 55px;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 500px) {
  .b-single-product__question-btn {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
}
.b-single-product__order-btn {
  padding: 13px 55px;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 500px) {
  .b-single-product__order-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b-mobile-panel {
  display: block;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  height: 70px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 50px;
  vertical-align: middle;
}
.b-mobile-panel__left {
  width: 33.33333333%;
  float: left;
}
.b-mobile-panel__center {
  width: 33.33333333%;
  float: left;
  text-align: center;
}
.b-mobile-panel__right {
  width: 33.33333333%;
  float: right;
  text-align: right;
}
.b-mobile-panel__nav-btn {
  margin-top: 5px;
}
.b-mobile-panel__order-btn {
  margin-top: 5px;
}
.b-page {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 700px) {
  .b-page {
    padding-bottom: 70px;
  }
}
.b-page__header {
  margin-bottom: 50px;
}
.b-page__header_no-mb {
  margin-bottom: 0;
}
.b-page__header_abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .b-page__header_abs {
    position: relative;
    top: auto;
    left: auto;
  }
}
.b-page__first-screen {
  position: relative;
  z-index: 1;
  padding-top: 258px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .b-page__first-screen {
    padding-top: 100px;
  }
}
.b-page__top-panel {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: -90px;
  left: 0;
  width: 100%;
  z-index: 19;
}
.b-page__mobile-panel {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 19;
}
.admin-bar .b-page__mobile-panel {
  top: 32px;
}
@media (max-width: 700px) {
  .b-page__mobile-panel {
    display: block;
  }
}
.b-page__open-nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 29;
  padding: 12px 15px;
  background: #ffffff;
  box-shadow: 0 0 15px #00000024;
  display: none;
}
@media (max-width: 700px) {
  .b-page__open-nav-btn {
    display: block;
  }
}
.b-page__open-nav-btn:hover {
  cursor: pointer;
  background: #fafafa;
}
.b-page__top-panel_fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.admin-bar .b-page__top-panel_fixed {
  top: 32px;
}
.b-page__top-panel_visible {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.admin-bar .b-page__top-panel_visible {
  top: 32px;
}
@media (max-width: 700px) {
  .b-page__top-panel_visible {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.b-body-wrapper__page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.b-certificate {
  display: block;
  width: 100%;
  position: relative;
}
.b-certificate__title {
  font-size: 60px;
  line-height: 60px;
  vertical-align: middle;
  color: #000000;
  text-align: center;
  font-family: 'ProximaNovaExtraBold', Verdana, Tahoma, Arial, sans-serif;
  margin-bottom: 50px;
}
.b-certificate__images {
  display: flex;
  text-align: center;
  justify-content: center;
}
.b-certificate__image {
  margin: 10px;
  text-align: center;
}
.b-certificate__image img {
  display: block;
}
.certificate__show,
a.certificate__show {
  display: inline-block;
  margin-top: 25px;
  font-size: 18px;
}
.certificate__show i,
a.certificate__show i {
  margin-right: 15px;
}
.b-grid {
  display: block;
  width: 100%;
}
.b-grid__col {
  float: left;
  width: 33.33333333%;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .b-grid__col {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .b-grid__col {
    width: 100%;
  }
}
.b-grid__col_big-mb {
  margin-bottom: 100px;
}
._copyright {
  display: none;
  height: 0;
}
.b-product-preview__title {
  font-size: 16px;
  padding: 5px 25px;
}
.b-product-preview__price {
  font-size: 16px;
  padding: 5px 25px;
}
.b-single-page {
  font-size: 16px;
  line-height: 24px;
}
/*# sourceMappingURL=style.css.map */