@charset "UTF-8";
/* base */
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'PT sans', sans-serif;
  font-size: 15px;
  background: #fff;
}
button,
input,
select,
textarea,
pre {
  font-family: 'PT sans', sans-serif;
  font-size: 18px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0 0;
  width: 100%;
  font-size: 18px;
}
table th,
table td {
  text-align: center;
  padding: 4px 15px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
table th:first-child,
table td:first-child {
  border-left: 0;
}
table th {
  background-color: #fceed9;
  color: #615752;
}
table td {
  background-color: #fff6e9;
  color: #9e8e79;
}
table td:first-child {
  color: #3c3a36;
}
a {
  color: #4094a7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0;
}
[href^="tel"] {
  color: inherit;
  cursor: default;
  text-decoration: none;
}
[href^="tel"]:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* base */
/* common */
/* form elements */
.inp,
.inp-txr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.4s linear;
  transition: border-color 0.4s linear;
  width: 100%;
  display: block;
  color: #000000;
  margin: 0;
  border: 3px solid #fcc71c;
  border-radius: 0;
  outline: 0;
  height: 49px;
  line-height: 49px;
  padding: 0 8px;
  background: #fff;
  text-align: center;
}
.inp.focused,
.inp-txr.focused,
.inp:focus,
.inp-txr:focus {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-color: #deaa02;
}
.inp.focused::-webkit-input-placeholder,
.inp-txr.focused::-webkit-input-placeholder,
.inp:focus::-webkit-input-placeholder,
.inp-txr:focus::-webkit-input-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #c5c4c4;
}
.inp.focused:-moz-placeholder,
.inp-txr.focused:-moz-placeholder,
.inp:focus:-moz-placeholder,
.inp-txr:focus:-moz-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #c5c4c4;
}
.inp.focused::-moz-placeholder,
.inp-txr.focused::-moz-placeholder,
.inp:focus::-moz-placeholder,
.inp-txr:focus::-moz-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #c5c4c4;
}
.inp.focused:-ms-input-placeholder,
.inp-txr.focused:-ms-input-placeholder,
.inp:focus:-ms-input-placeholder,
.inp-txr:focus:-ms-input-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #c5c4c4;
}
.inp::-webkit-input-placeholder,
.inp-txr::-webkit-input-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #aeaeae;
  font-style: italic;
}
.inp:-moz-placeholder,
.inp-txr:-moz-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #aeaeae;
  font-style: italic;
}
.inp::-moz-placeholder,
.inp-txr::-moz-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #aeaeae;
  font-style: italic;
}
.inp:-ms-input-placeholder,
.inp-txr:-ms-input-placeholder {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  color: #aeaeae;
  font-style: italic;
}
.inp.error,
.inp-txr.error {
  border-color: #cf1800;
}
.inp {
  -webkit-appearance: none;
}
.inp[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-appearance: none;
  border-radius: 0;
}
.inp::-ms-clear {
  display: none;
}
.inp-txr {
  line-height: 1.2;
  padding: 8px;
  resize: vertical;
  min-height: 98px;
  overflow: auto;
}
.inp-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.inp-wrap.not-hidden {
  float: left;
  overflow: visible;
}
.label {
  display: inline-block;
  vertical-align: middle;
}
.form.callback .wrap {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
.form.callback .title {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 17px;
}
.form.callback .group .item {
  width: 320px;
  max-width: 100%;
}
.form.callback .btn {
  max-width: 300px;
  width: 100%;
}
.form.callback-2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border: 5px solid #f1c40f;
  padding: 20px 109px;
  min-height: 380px;
}
.form.callback-2.bl-popup {
  min-height: auto;
}
.form.callback-2.bl-popup .message {
  margin-top: 0;
}
.form.callback-2 .title {
  color: #1d1d1d;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
}
.form.callback-2 .wrap {
  width: 362px;
  max-width: 100%;
}
.form.callback-2 .text {
  color: #e67e22;
  margin-bottom: 18px;
}
.form.callback-2 .item {
  margin-top: 26px;
}
.form.callback-2 .btn {
  width: 300px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.form.callback-2 .message {
  margin-top: 130px;
}
.form .message {
  text-align: center;
}
.form .message .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form .group {
  overflow: hidden;
}
.form .group .item {
  float: left;
  margin: 0 0 0 20px;
}
.form .item {
  position: relative;
  margin-top: 23px;
}
.form .item:before {
  content: '';
  display: table;
}
.form .item:after {
  content: '';
  display: block;
  clear: both;
}
.form .bl-label {
  line-height: 1em;
  margin-bottom: 6px;
}
.form .label {
  display: inline-block;
  cursor: pointer;
}
.disabled,
[disabled] {
  opacity: .6;
  filter: alpha(opacity=60);
}
.disabled *,
[disabled] * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default !important;
}
/* form elements */
/* helpers */
/* font */
[class*="fs-"] {
  line-height: 1.2em;
}
.fs-xxs {
  font-size: 10px;
}
.fs-xs {
  font-size: 12px;
}
.fs-s {
  font-size: 13px;
}
.fs-m {
  font-size: 14px;
}
.fs-l {
  font-size: 16px;
}
.fs-xl {
  font-size: 17px;
}
.fs-xxl {
  font-size: 18px;
}
.fs-xxxl {
  font-size: 19px;
}
.fs-4xl {
  font-size: 20px;
}
.fs-5xl {
  font-size: 21px;
}
.fs-6xl {
  font-size: 22px;
}
.fs-7xl {
  font-size: 23px;
}
.fs-8xl {
  font-size: 24px;
}
.fs-9xl {
  font-size: 25px;
}
.thin {
  font-weight: 200;
}
.light {
  font-weight: 200;
}
.regular {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra-bold {
  font-weight: 800;
}
.align-center {
  text-align: center;
}
/* font */
.i-common,
.i-common-pseudo:before,
.i-common-pseudo:after {
  background: url('../../images/i/i-common.png?v.1.0') no-repeat;
  background-size: 256px auto;
}
.i-common {
  position: relative;
  text-indent: -9000px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.i-common.m-menu {
  width: 24px;
  height: 24px;
  background-position: -128px 0;
}
.i-common.m-menu.hover-effect {
  background-position: -128px -24px;
}
.i-common.m-close {
  width: 24px;
  height: 24px;
  background-position: -128px -48px;
}
.i-common.m-close.hover-effect {
  background-position: -128px -72px;
}
.i-common.cp-1 {
  width: 96px;
  height: 96px;
  background-position: -160px 0;
}
.i-common.cp-2 {
  width: 96px;
  height: 96px;
  background-position: -160px -96px;
}
.i-common.cp-3 {
  width: 96px;
  height: 96px;
  background-position: -160px -192px;
}
.i-common.cp-4 {
  width: 96px;
  height: 96px;
  background-position: -160px -288px;
}
.i-common.cp-5 {
  width: 96px;
  height: 96px;
  background-position: -160px -384px;
}
.i-common.cp-6 {
  width: 96px;
  height: 96px;
  background-position: -160px -480px;
}
.i-common-pseudo {
  position: relative;
}
.i-common-pseudo.c-tel::before {
  width: 32px;
  height: 32px;
  background-position: 0 0;
  content: '';
}
.i-common-pseudo.c-location::before {
  width: 32px;
  height: 32px;
  background-position: 0 -32px;
  content: '';
}
.i-common-pseudo.mm-star::after {
  width: 8px;
  height: 8px;
  background-position: -152px 0;
  content: '';
}
.bl {
  display: block;
}
.in-bl {
  vertical-align: top;
  display: inline-block;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.trigger {
  cursor: pointer;
}
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}
.hidden {
  display: none !important;
}
.item:first-child,
.point:first-child {
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.table-max-wrap {
  overflow: auto;
}
.table-max-wrap .t-wrap {
  display: inline-block;
  width: 100%;
}
.table-max-wrap table th,
.table-max-wrap table td {
  white-space: nowrap;
}
/* helpers */
/* buttons */
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  border: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: 0;
  vertical-align: top;
  border-radius: 0;
  overflow: hidden;
  font-style: normal;
  text-transform: uppercase;
  font-size: 24px;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: #ee9923;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlOTkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlOTkyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2U2N2UyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjdlMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ee9923 0%, #ee9923 50%, #e67e22 51%, #e67e22 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee9923), color-stop(50%, #ee9923), color-stop(51%, #e67e22), color-stop(100%, #e67e22));
  background: -webkit-linear-gradient(top, #ee9923 0%, #ee9923 50%, #e67e22 51%, #e67e22 100%);
  background: -o-linear-gradient(top, #ee9923 0%, #ee9923 50%, #e67e22 51%, #e67e22 100%);
  background: -ms-linear-gradient(top, #ee9923 0%, #ee9923 50%, #e67e22 51%, #e67e22 100%);
  background: linear-gradient(to bottom, #ee9923 0%, #ee9923 50%, #e67e22 51%, #e67e22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee9923', endColorstr='#e67e22', GradientType=0);
}
.btn:hover {
  text-decoration: none;
  background: #ee9923;
}
.btn:active {
  background: #e67e22;
}
.btn.small {
  font-size: 11px;
  min-width: 160px;
  height: 28px;
  line-height: 28px;
  background: #f5d110;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZDExMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZDExMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YxYzQwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWM0MGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5d110 0%, #f5d110 50%, #f1c40f 51%, #f1c40f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d110), color-stop(50%, #f5d110), color-stop(51%, #f1c40f), color-stop(100%, #f1c40f));
  background: -webkit-linear-gradient(top, #f5d110 0%, #f5d110 50%, #f1c40f 51%, #f1c40f 100%);
  background: -o-linear-gradient(top, #f5d110 0%, #f5d110 50%, #f1c40f 51%, #f1c40f 100%);
  background: -ms-linear-gradient(top, #f5d110 0%, #f5d110 50%, #f1c40f 51%, #f1c40f 100%);
  background: linear-gradient(to bottom, #f5d110 0%, #f5d110 50%, #f1c40f 51%, #f1c40f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d110', endColorstr='#f1c40f', GradientType=0);
}
.btn.small:hover {
  background: #f5d110;
}
.btn.small:active {
  background: #f1c40f;
}
.btn.orange {
  background: #e67e22;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 0 14px;
  height: 42px;
  line-height: 42px;
}
.btn.orange:hover {
  background: #ee9923;
}
.btn.orange:active {
  background: #eebb1e;
}
/* buttons */
/* popup */
.bl-popup {
  padding: 10px 16px;
  background-color: #fff;
  margin-bottom: 20px;
}
.fancybox-skin {
  position: relative;
  background: transparent;
  color: inherit;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
html.fancybox-lock {
  height: auto;
}
html.fancybox-lock body {
  height: auto;
}
.popup-close {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  right: -40px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: none;
  opacity: .6;
}
.popup-close:hover {
  opacity: 1;
}
.popup-close::before,
.popup-close::after {
  position: absolute;
  z-index: 1;
  content: '';
  width: 1px;
  height: 100%;
  left: 18px;
  background-color: #fff;
}
.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* popup */
/* other */
.main.layout {
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding: 96px 0 80px;
}
.main-menu {
  font-size: 18px;
}
.main-menu .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}
.main-menu .item.active .link {
  border-color: #dfbf6d;
}
.main-menu .item.action {
  color: #f5d110;
}
.main-menu .item.action .link.i-common-pseudo::after {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.main-menu .link {
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  padding: 0 14px;
  text-decoration: none;
  border: 2px dotted transparent;
  border-radius: 10px;
  display: block;
}
.main-menu .link:hover {
  border-color: #dfbf6d;
}
.main-menu a {
  color: inherit;
}
/* other */
[class^="block-"] {
  position: relative;
}
[class^="block-"] .anchor-end {
  position: absolute;
  top: -96px;
  left: 0;
  right: 0;
}
.m-title {
  font-size: 30px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.m-title::before,
.m-title::after {
  position: absolute;
  left: 50%;
  border-top: 1px solid #f1c40f;
  content: '';
}
.m-title::before {
  width: 110px;
  margin-left: -55px;
  bottom: 10px;
}
.m-title::after {
  width: 78px;
  margin-left: -39px;
  bottom: 0;
}
.m-title .wrap {
  display: inline-block;
  vertical-align: top;
}
.m-title .l-block {
  float: left;
  margin-right: 10px;
}
.m-title .r-block {
  display: block;
  overflow: hidden;
  text-align: left;
}
.m-title .allocation {
  font-size: 68px;
  line-height: 1.1em;
}
.m-title .c-red {
  color: #f44336;
}
.m-title .c-green {
  color: #3f912f;
}
.pd-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-greetings {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000 url('../../images/bg/layout-1.jpg') no-repeat 50% 0;
  background-size: cover;
  min-height: 570px;
  color: #fff;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 19px;
}
.block-greetings .main {
  margin-bottom: 19px;
}
.block-greetings .main .wrap-bg {
  padding-top: 35px;
  padding-bottom: 33px;
}
.block-greetings .main .description {
  margin-bottom: 25px;
}
.block-greetings .common {
  color: #f5d110;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}
.block-greetings .common .title {
  font-size: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 -25px 14px;
}
.block-greetings .common .title::before,
.block-greetings .common .title::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -4px;
  width: 100%;
  border-top: 8px solid #f5d110;
  content: '';
}
.block-greetings .common .title::before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -20px;
}
.block-greetings .common .title::after {
  margin-left: 20px;
}
.block-greetings .common .wrap-bg {
  padding: 20px 85px 67px;
  position: relative;
}
.block-greetings .common .wrap-bg::before {
  position: absolute;
  z-index: 0;
  top: 63px;
  right: 60px;
  bottom: 37px;
  left: 60px;
  content: '';
  border: 8px solid #f5d110;
  border-top: 0;
}
.block-greetings .wrap-bg {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-greetings .main-title {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.3em;
  letter-spacing: 3px;
  margin-bottom: 13px;
  font-weight: 700;
}
.block-greetings .main-title .large {
  font-size: 50px;
  display: block;
  margin-top: 10px;
}
.block-greetings .main-title .color {
  color: #f3af25;
}
.block-greetings .description .text {
  font-size: 24px;
  padding: 6px 10px;
  max-width: 825px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.about {
  padding: 46px 0 76px;
}
.about .text {
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 67px;
  line-height: 1.4em;
}
.about .m-title {
  margin-bottom: 47px;
}
.about .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  width: 210px;
}
.about .items {
  text-align: center;
}
.about .pictures {
  height: 145px;
  margin-bottom: 24px;
}
.about .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
  color: #f1c40f;
  text-transform: uppercase;
}
.benefits {
  min-height: 550px;
  background: #000000 url('../../images/bg/layout-2.jpg') no-repeat 50% 0;
  background-size: cover;
  color: #fff;
}
.benefits .wrapper {
  padding-top: 37px;
  padding-bottom: 20px;
  text-align: center;
}
.benefits .m-title {
  color: inherit;
  margin-bottom: 47px;
}
.benefits .item {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 0 46px 50px 0;
  position: relative;
}
.benefits .item:nth-child(3n + 3) {
  margin-right: 0;
}
.benefits .item:hover .description .wrap-btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.benefits .description {
  position: relative;
}
.benefits .description .pictures {
  position: relative;
  z-index: 1;
}
.benefits .description .wrap-btn {
  position: absolute;
  z-index: 2;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.benefits .description .btn {
  font-size: 12px;
  padding: 2px 10px;
  height: auto;
  line-height: normal;
  text-shadow: none;
  border: 2px solid #f0ad47;
  min-width: 230px;
}
.benefits .name {
  height: 83px;
  text-align: center;
  padding: 6px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #e77e23;
}
.products {
  text-align: center;
}
.products .wrapper {
  padding-top: 44px;
  padding-bottom: 83px;
}
.products .m-title {
  margin-bottom: 57px;
}
.products .items {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.products .item {
  font-size: 15px;
  width: 434px;
  max-width: 100%;
  max-height: 288px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0;
}
.products .item::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #8e1e0a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMWUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #8e1e0a 0%, #eb3633 100%);
  background: -webkit-linear-gradient(left, #8e1e0a 0%, #eb3633 100%);
  background: linear-gradient(to right, #8e1e0a 0%, #eb3633 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e1e0a', endColorstr='#eb3633', GradientType=1);
  width: 180px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #f69679;
  border-bottom: 2px solid #f69679;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-30deg) translateX(-40px);
  -ms-transform: rotate(-30deg) translateX(-40px);
  transform: rotate(-30deg) translateX(-40px);
  font-size: 18px;
  display: none;
}
.products .item:nth-child(2n+2) {
  margin-right: 0;
}
.products .item:hover .description,
.products .item.hover-effect .description {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.products .item.small-action::before {
  font-size: 12px;
}
.products .item.action::before {
  content: attr(data-action-text);
  display: block;
}
.products .pictures {
  position: relative;
  z-index: 1;
  display: block;
}
.products .description {
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(67px);
  -ms-transform: translateY(67px);
  transform: translateY(67px);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(38, 23, 21, 0.9);
  color: #fff;
  display: block;
}
.products .description .title {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  font-weight: 700;
  font-size: 30px;
  height: 85px;
  text-transform: uppercase;
  color: #f1c40f;
  display: block;
  line-height: 1.2em;
}
.products .description .btn-wrap {
  padding: 9px 10px 16px;
}
.t-table {
  width: 100%;
  height: 100%;
  display: table;
}
.t-table .t-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.contacts {
  padding-top: 29px;
}
.contacts .m-title {
  margin-bottom: 36px;
}
.contacts .data-info {
  overflow: hidden;
  color: #302703;
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
}
.contacts .data-info .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 290px;
  min-height: 164px;
  margin-left: 70px;
  padding: 74px 0 38px;
  background-color: #f1c40f;
}
.contacts .data-info .item.i-common-pseudo::before {
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -16px;
}
.contacts .data-info .phones {
  font-size: 20px;
}
.contacts .map {
  height: 500px;
  background-color: #f0ede5;
}
.contacts .map #map {
  height: 100%;
}
.back-call {
  min-height: 570px;
  background: url('../../images/bg/layout-3.jpg') no-repeat 50% 0;
  background-size: cover;
  text-align: center;
}
.back-call .wrapper {
  padding-top: 80px;
}
.inner-menu {
  color: #909090;
  font-size: 12px;
}
.inner-menu .item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.inner-menu .item.active .link::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inner-menu .link {
  position: relative;
}
.inner-menu .link:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.inner-menu .link::before {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px dashed;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
}
.inner-menu a {
  text-decoration: none;
  color: inherit;
}
.bl-left {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  width: 270px;
  background-color: #e6e6e6;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.bl-left .wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  height: 100%;
  overflow: auto;
  padding: 0 14px 0 12px;
  border-right: 1px solid #c2c2c2;
}
.bl-left .container {
  padding: 16px 0;
}
.bl-left .common-menu {
  margin-bottom: 30px;
}
.bl-left .close-bl-left {
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
  position: absolute;
  top: 0;
  right: 0;
}
.common-menu {
  color: #000;
  font-size: 18px;
}
.common-menu .item {
  margin-top: 10px;
}
.common-menu .item.active > .link {
  text-decoration: underline;
}
.common-menu .sub-menu {
  font-size: 14px;
  color: #909090;
  padding-left: 10px;
}
.common-menu .sub-menu .item {
  margin-top: 6px;
}
.common-menu a {
  color: inherit;
  text-decoration: none;
}
.show-bl-left .bl-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.show-bl-left .bl-left .close-bl-left {
  right: -30px;
}
.overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.clients .items {
  text-align: center;
}
.clients .item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 180px;
  height: 180px;
  line-height: 178px;
  border: 1px solid #a0a0a0;
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 40px;
}
.clients .item:first-child {
  margin-left: 18px !important;
}
.clients .item:hover {
  border-color: rgba(160, 160, 160, 0.5);
}
.clients .item img {
  vertical-align: middle;
}
.common-problems .m-title {
  margin-bottom: 40px;
}
.common-problems .wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.common-problems .items {
  text-align: center;
}
.common-problems .item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-left: 80px;
  text-align: center;
}
.common-problems .icon {
  margin-bottom: 30px;
}
.common-problems .description {
  text-align: center;
}
/* common */
/* header */
.header.layout {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 96px;
  background-color: #261715;
  color: #fff;
}
.header.layout .wrapper {
  position: relative;
}
.header.layout .left-block {
  position: relative;
  z-index: 3;
  float: left;
  margin-right: 20px;
}
.header.layout .left-block .open-bl-left {
  position: absolute;
  z-index: 20;
  top: 0;
  left: -7px;
}
.header.layout .right-block {
  position: relative;
  z-index: 3;
  float: right;
  margin-left: 20px;
  text-align: right;
}
.header.layout .right-block .phones {
  margin: 6px 3px 5px 0;
}
.header.layout .middle-block {
  overflow: hidden;
  text-align: left;
  padding: 0 0 19px 161px;
}
.header.layout .middle-block .main-menu {
  vertical-align: top;
  display: inline-block;
  margin: 20px 0 15px -17px;
}
.header.layout .logo {
  height: 96px;
  line-height: 96px;
}
.header.layout .logo a {
  display: inline;
  vertical-align: middle;
}
.header.layout .logo img {
  vertical-align: middle;
}
.header.layout .phones {
  font-weight: 700;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 2px;
}
.header.layout .open-bl-left {
  display: none;
}
.header.layout a {
  color: inherit;
}
/* header */
/* footer */
.footer.layout {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 14px;
}
.footer.layout a {
  color: inherit;
}
.footer.layout .left-block {
  float: left;
}
.footer.layout .logo {
  height: 80px;
  line-height: 80px;
}
.footer.layout .logo .link {
  vertical-align: middle;
}
.footer.layout .logo img {
  vertical-align: middle;
}
.footer.layout .right-block {
  float: right;
  text-align: right;
  padding-top: 23px;
}
/* footer */
/* content */
.content.layout p,
.content.layout h1,
.content.layout h2,
.content.layout h3,
.content.layout h4,
.content.layout h5,
.content.layout h6,
.content.layout ul,
.content.layout ol,
.content.layout table {
  margin: 0 0 1.4em;
}
.content.layout h1,
.content.layout h2,
.content.layout h3,
.content.layout h4,
.content.layout h5,
.content.layout h6 {
  margin: 0 0 .8em;
}
.content.layout ol {
  margin-bottom: 1em;
}
.content.layout ul,
.content.layout ol {
  padding-left: 1.8em;
}
.content.layout ol {
  list-style: decimal;
}
.content.layout ul {
  list-style: disc;
}
.content.layout ul li,
.content.layout ol li {
  margin-bottom: 1em;
}
.content.layout [style*="float: left"],
.content.layout [style*="float:left"] {
  margin-right: 1em;
}
.content.layout [style*="float: right"],
.content.layout [style*="float:right"] {
  margin-left: 1em;
}
/* content */
/* mobile */
.touch a,
.touch button,
.touch input,
.touch select,
.touch textarea,
.touch .btn,
.touch .i-common,
.touch .i-common-pseudo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .bl-left .wrap {
  -webkit-overflow-scrolling: touch;
}
.touch .table-max-wrap {
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  .benefits .item {
    margin: 0 23px 50px;
  }
  .benefits .item:first-child {
    margin-left: 23px !important;
  }
  .benefits .item:nth-child(3n + 3) {
    margin-right: 23px;
  }
}
@media (max-width: 960px) {
  .header.layout .phones {
    margin-top: 11px;
    font-size: 20px;
  }
  .products .item {
    width: 300px;
    max-width: 100%;
  }
  .products .description .title {
    font-size: 22px;
  }
  .common-problems .item {
    margin: 0 10px 20px;
  }
  .common-problems .item:first-child {
    border-left: 10px solid transparent;
  }
  .block-greetings .common .text br {
    display: none;
  }
}
@media (max-width: 900px) {
  .header.layout .middle-block {
    padding-left: 40px;
  }
}
@media (max-width: 800px) {
  .block-greetings .main-title {
    font-size: 30px;
  }
  .block-greetings .main-title .large {
    font-size: 40px;
  }
  .block-greetings .description .text {
    font-size: 18px;
  }
  .block-greetings .common {
    font-size: 22px;
  }
  .block-greetings .common .title {
    font-size: 44px;
  }
  .block-greetings .common .wrap-bg::before {
    top: 50px;
  }
}
@media (max-width: 750px) {
  .header.layout .middle-block {
    display: none;
  }
  .header.layout .open-bl-left {
    display: block;
  }
  .about .item {
    margin-bottom: 25px;
  }
  .form.callback .title {
    margin-bottom: 20px;
  }
  .form.callback-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .form .group {
    display: inline-block;
    vertical-align: top;
  }
  .form .group .item {
    float: none;
    margin: 20px 0 0 0;
  }
  .block-greetings .main-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .about .text br {
    display: none;
  }
  .products .item {
    margin-right: 0;
    width: 434px;
  }
  .contacts .data-info .item {
    margin: 0 0 20px;
  }
}
@media (max-width: 640px) {
  .m-title .l-block {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .m-title .r-block {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .block-greetings .main-title {
    font-size: 22px;
  }
  .block-greetings .main-title .large {
    font-size: 28px;
  }
  .block-greetings .description .text br {
    display: none;
  }
  .block-greetings .common .wrap-bg {
    padding-right: 45px;
    padding-bottom: 50px;
    padding-left: 45px;
  }
  .block-greetings .common .wrap-bg::before {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 570px) {
  .block-greetings .main-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .m-title {
    font-size: 20px;
  }
  .form.callback .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .form.callback-2 .wrap {
    width: 100%;
  }
  .about .item {
    margin-left: 0;
  }
  .products .item {
    width: auto;
  }
  .popup-close {
    top: -40px;
    right: 0;
  }
}
@media (max-width: 430px) {
  .header.layout .right-block {
    float: none;
    margin: 0;
  }
  .header.layout .left-block {
    float: none;
    margin: 0 0 4px;
    text-align: center;
  }
  .header.layout .phones {
    font-size: 14px;
    text-align: center;
  }
  .header.layout .phones .item {
    margin-top: 2px;
  }
  .header.layout .logo {
    height: 36px;
    max-height: 36px;
    line-height: 36px;
  }
  .header.layout .btn {
    display: none;
  }
  .block-greetings .main-title {
    font-size: 24px;
  }
  .block-greetings .main-title br {
    display: none;
  }
  .form.callback .title {
    font-size: 15px;
  }
  .form.callback .group .item {
    width: 100%;
  }
  .form.callback-2 {
    width: 100%;
  }
  .form.callback-2.bl-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form.callback-2.bl-popup .title {
    font-size: 18px;
  }
  .form.callback-2 .btn {
    width: 100%;
  }
  .form.callback-2 .title {
    font-size: 20px;
  }
  .form .group {
    width: 100%;
  }
  .btn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .footer.layout .left-block {
    float: none;
    text-align: center;
  }
  .footer.layout .right-block {
    float: none;
    text-align: center;
    padding-top: 0;
  }
  .footer.layout .logo {
    height: 36px;
    line-height: 36px;
  }
  .footer.layout .developer br {
    display: none;
  }
}
@media (max-width: 360px) {
  .benefits .item {
    width: auto;
  }
}
/* mobile */
