@charset "UTF-8";
/**
  *
  *	CSS Reset
  *
**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sup {
  font-size: 0.6em;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}

sub {
  font-size: 0.6em;
  bottom: -0.5em;
  position: relative;
  vertical-align: baseline;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/**
  *
  * Анимация
  *
**/
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.4;
  }
  12% {
    -webkit-transform: scale(1.19);
            transform: scale(1.19);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.4;
  }
  12% {
    -webkit-transform: scale(1.19);
            transform: scale(1.19);
    opacity: 0.3;
  }
  20% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes progress {
  0% {
    width: 0;
  }
  50% {
    width: 25%;
  }
  90% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  50% {
    width: 25%;
  }
  90% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1.3, 1.3) translate3D(0, 0, 0) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
  }
  50% {
    -webkit-transform: scale(1.3, 1.3) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1.3, 1.3) translate3D(0, 0, 0) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1.02, 1.02) translate3D(0, 0, 0) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_stop {
  100% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
}
@keyframes kenburns_stop {
  100% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_1 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_1 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_2 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_2 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_3 {
  0% {
    -webkit-transform: scale(1.1) translate(30px, 10px) rotate(0.01deg);
            transform: scale(1.1) translate(30px, 10px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
}
@keyframes kenburns_3 {
  0% {
    -webkit-transform: scale(1.1) translate(30px, 10px) rotate(0.01deg);
            transform: scale(1.1) translate(30px, 10px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_4 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_4 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_5 {
  0% {
    -webkit-transform: scale(1.1) translate(20px, -5px) rotate(0.01deg);
            transform: scale(1.1) translate(20px, -5px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1) translate(-10px, 5px) rotate(0.01deg);
            transform: scale(1) translate(-10px, 5px) rotate(0.01deg);
  }
}
@keyframes kenburns_5 {
  0% {
    -webkit-transform: scale(1.1) translate(20px, -5px) rotate(0.01deg);
            transform: scale(1.1) translate(20px, -5px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1) translate(-10px, 5px) rotate(0.01deg);
            transform: scale(1) translate(-10px, 5px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_6 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_6 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_7 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_7 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_8 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_8 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes kenburns_9 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@keyframes kenburns_9 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px) rotate(0.01deg);
            transform: scale(1) translate(0px, 0px) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
            transform: scale(1.4) translate(-190px, -120px) rotate(0.01deg);
  }
}
@-webkit-keyframes move_image {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes move_image {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes move_shadow {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: scale(0.6, 0.6) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(0.6, 0.6) translate3D(0, 0, 0) rotate(0.01deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
  }
}
@keyframes move_shadow {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: scale(0.6, 0.6) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(0.6, 0.6) translate3D(0, 0, 0) rotate(0.01deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
            transform: scale(1, 1) translate3D(0, 0, 0) rotate(0.01deg);
  }
}
/**
  *
  * Начальные настройки
  *
**/
html {
  color: #202020;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12pt;
}

body {
  background-color: #edf2f4;
  background-position: center center;
  background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h,
.h1,
.h2,
.h3,
.h4 {
  line-height: 1.4;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

h1,
h2,
.h,
.h2 {
  color: #202020;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  font-family: "PT Sans Narrow", sans-serif;
}

h3,
.h3 {
  color: #202020;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 30px;
}

h4,
.h4 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

h5,
.h5 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

h6,
.h6 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
.h a,
.h2 a,
.h3 a {
  color: #000814 !important;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

h1 span,
h2 span,
h3 span,
.h span,
.h3 span {
  color: #219ebc !important;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

h1 a,
h2 a,
h3 a,
.h a,
.h2 a,
.h3 a {
  color: #000814;
  text-decoration: none;
}

h1 a,
h2 a,
.h a,
h1 span,
h2 span,
.h span {
  position: relative;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
.h a:hover,
.h2 a:hover,
.h3 a:hover {
  text-decoration: none;
}

h1 > .more,
h2 > .more,
.h > .more,
.h2 > .more {
  border-bottom: 1px solid #219ebc;
  color: #202020;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 5px;
}

h1 > .more:hover,
h2 > .more:hover,
.h > .more:hover,
.h2 > .more:hover {
  border-bottom-color: transparent;
}

p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
}

a {
  color: #219ebc;
  cursor: pointer;
  font-size: inherit;
  text-decoration: underline;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

a:visited, a:active {
  color: #219ebc;
}

a:hover {
  color: #023047;
  text-decoration: underline;
}

a.white,
p.white > a {
  border-bottom-color: #ffffff;
  color: #ffffff;
}

a.area:hover,
p > a:hover {
  border-bottom-color: #219ebc;
  text-decoration: none;
}

a[data-hint],
span[data-hint] {
  position: relative;
}

a[data-hint]:before,
span[data-hint]:before {
  background-color: #219ebc;
  border-radius: 2px;
  color: #ffffff;
  content: attr(data-hint);
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 0.7rem;
  opacity: 0;
  left: 50%;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: calc(-100% - 5px);
  -webkit-transform: translateY(-10px) translateX(-50%);
  transform: translateY(-10px) translateX(-50%);
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  white-space: nowrap;
  visibility: hidden;
  z-index: -1;
}

a[data-hint]:hover:before,
span[data-hint]:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-5px) translateX(-50%);
  transform: translateY(-5px) translateX(-50%);
  visibility: visible;
}

ul {
  margin: 0 0 30px;
}

ul li {
  color: #202020;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  position: relative;
}

ul li:before {
  background: url(../images/li.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0px;
  line-height: 1;
  width: 18px;
  height: 18px;
  content: "";
}

ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

ol {
  counter-reset: point;
}

ol > li {
  color: #202020;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  padding-top: 8px;
}

ol > li:nth-last-of-type(1) {
  margin-bottom: 0;
}

ol > li:before {
  background-image: linear-gradient(-45deg, #219ebc 0%, #219ebc 100%);
  border-radius: 50%;
  color: #ffffff;
  content: counter(point);
  counter-increment: point;
  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;
  font-size: 1rem;
  font-style: normal;
  height: 22px;
  left: 0;
  line-height: 1px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 22px;
  z-index: -1;
}

ol > li ul,
ol > li ol {
  margin-top: 20px;
}

ol > li ol {
  position: relative;
  margin-bottom: 0;
}

ol > li ol:before {
  background-color: #cccccc;
  content: "";
  height: 100%;
  left: -25px;
  position: absolute;
  top: 0;
  width: 1px;
}

ol > li ol > li {
  font-style: normal;
  margin-bottom: 20px;
}

ol > li ol > li,
ol > li ul > li {
  font-weight: 400;
}

/**
  *
  * Исключения настройки
  *
**/
p.bigest,
p.smallest {
  font-weight: 300;
}

p.big,
p.small {
  color: #202020;
  font-weight: 700;
}

p.bigest {
  font-size: 1.4rem;
  line-height: 1.7;
}

p.big {
  font-size: 1.2rem;
  line-height: 1.3;
}

p.small {
  font-size: 1rem;
  line-height: 1.3;
}

p.smallest {
  font-size: 0.9rem;
  line-height: 1.2;
}

ul.big li {
  font-size: 1.3rem;
}

.white,
.white * {
  color: #ffffff !important;
}

.white:hover,
.white:hover * {
  color: #ffffff;
}

.ui-autocomplete {
  background: none !important;
  background-color: #ffffff !important;
  border: 1px solid #219ebc !important;
  border-radius: 4px !important;
  max-height: 250px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  padding: 0 !important;
}

.ui-autocomplete .ui-menu-item {
  background-image: none;
  background-color: transparent;
  border-radius: 0 !important;
  color: #202020;
  font-size: 0.9rem;
  font-style: normal;
  margin-top: 3px;
  padding: 12px 16px !important;
}

.ui-autocomplete .ui-menu-item:before,
.ui-autocomplete .ui-menu-item:after {
  display: none;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: none;
  background-color: #edf2f4;
  border: none;
  color: #219ebc;
  cursor: pointer;
}

.select2-container--default .select2-selection--single {
  background: none !important;
  background-color: #ffffff !important;
  border-radius: 6px;
  height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #edf2f4 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #219ebc !important;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  margin-top: 6px;
  overflow: hidden;
  padding-top: 5px;
}

.select2-search--dropdown {
  margin-top: -5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
  border: 1px solid #edf2f4;
  outline: none;
  padding: 7px 10px;
}

.ya-share2 ul,
.ya-share2 li {
  padding: 0;
  margin: 0;
}

.ya-share2 li:before,
.ya-share2 li:after {
  display: none;
}

#sb-title {
  display: none !important;
}

.cke_editable {
  color: #202020;
}

/**
  *
  * Шаблоны
  *
**/
.page {
  background-color: #edf2f4;
  margin: 0 auto;
  min-height: 750px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
}
.region,
.block {
  clear: both;
  position: relative;
  z-index: 1;
}

.block {
  margin-top: 40px;
}

.region > .wrapper,
.block > .wrapper {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  width: 1200px;
}

.region-fixed {
  z-index: 9;
  display: none;
}

.region-header {
  top: 0;
  z-index: 7;
}

.region-menu {
  z-index: 98;
}

.region-crumb {
  z-index: 4;
}

.region-services-sections-index {
  z-index: 4;
}

.region-slideshow {
  z-index: 2;
}

.region-menu-services {
  z-index: 4;
}

.region-title {
  z-index: 3;
}

.region-content-1 {
  z-index: 3;
}

.region-footer {
  z-index: 5;
}

.region-viewer {
  z-index: 99;
}

.region-catalog-elements-index {
  z-index: 6;
}

.region-content-quiz {
  z-index: 6;
}

/*
.background {
	margin-bottom: 45px;
	padding: 45px 0 50px;
	position: relative;
	& > .wrap {
		max-width: 700px;
		margin: 0 auto;
		padding: 35px 33px;
		position: relative;
		z-index: 1;
		&:before,
		&:after {
			@include wrapper-pseudo($width: 100%);
		}
		&:before {
			background: $color-site-2;
			background: linear-gradient(90deg, rgba($color-site-1-dark,1) 0%, rgba($color-site-1,1) 30%, rgba($color-site-1,1) 70%, rgba($color-site-1-dark,1) 100%);
			box-shadow: 0 0 5px 0 rgba($color-black, 0.7);
			opacity: 0.7;
			z-index: -2;
		}
		&:after {
			background-image: url(../images/background-noise.png);
			background-position: center bottom;
			background-repeat: repeat;
			opacity: 0.1;
		}
		& .block > .wrapper {
			width: auto;
		}
		* {
			color: $color-white !important;
			text-align: center;
		}
	}
}
*/
.parallax.active {
  left: 0;
  position: fixed;
}

.columns {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1;
}

.columns > .column, .columns > .row {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  position: relative;
  vertical-align: top;
}

.columns > .column {
  display: inline-block;
  width: auto;
}

.columns > .row {
  display: block;
  width: 100%;
}

.columns > .column-20 {
  margin: 0 2%;
  width: 16%;
}

.columns > .column-25 {
  margin: 0 2%;
  width: 21%;
}

.columns > .column-33 {
  width: 30%;
}

.columns > .column-33:nth-of-type(3n+2) {
  margin: 0 5%;
}

.columns > .column-50 {
  width: 46%;
}

.columns > .column-50:nth-of-type(2n) {
  margin: 0 0 0 4%;
}

.columns > .column-50:nth-of-type(2n+1) {
  margin: 0 4% 0 0;
}

.columns > .column-66 {
  margin-left: 5%;
  width: 65%;
}

.region-system-error {
  margin: 15px 0;
}

.region-system-error .block {
  background-color: #fff;
  border: 1px dashed #ba0000;
  padding: 1px;
}

.region-system-error .wrapper {
  background-color: #ba0000;
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
  padding: 18px 25px;
  width: 100%;
}

.region-system-attention {
  margin: 15px 0;
}

.region-system-attention .block {
  background-color: #fff;
  border: 1px dashed #FCBF56;
  padding: 1px;
}

.region-system-attention .wrapper {
  background-color: #FCBF56;
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
  padding: 18px 25px;
  width: 100%;
}

.region-background {
  position: static;
}

.template-background {
  background: url(../images/background-default.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 45px;
  padding-top: 0px;
  z-index: 9;
}
.template-background:before, .template-background:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.template-background:before {
  background-image: url(../images/background-header.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: 2;
}
.template-background:after {
  background-color: #000814;
  opacity: 0.5;
  z-index: 1;
}
.page-index .template-background {
  padding-bottom: 350px;
}

.template-columns {
  margin: 0 auto;
  text-align: left;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.template-columns > .template-column-1 {
  width: 50%;
  padding-right: 80px;
}
.template-columns > .template-column-2 {
  width: 50%;
}
.template-columns > .template-column-3 {
  width: 68%;
  margin-right: 2%;
}
.template-columns > .template-column-4 {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.template-columns > .template-column-4:before, .template-columns > .template-column-4:after {
  content: "";
  width: 960px;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.template-columns > .template-column-4:before {
  background-color: #023047;
  opacity: 0.5;
  z-index: -1;
}
.template-columns > .template-column-4:after {
  background: url(../images/background-form.jpg) center center no-repeat;
  background-size: cover;
  z-index: -2;
}

/**
  *
  * Иконки
  *
**/
.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.icon.rotate-90,
.icon.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon.rotate-180,
.icon.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon.rotate-270,
.icon.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-adress-black {
  background-image: url(../images/icons/icon-adress-black.png);
}

.icon-adress-white {
  background-image: url(../images/icons/icon-adress-white.png);
}

.icon-arrow-down-black {
  background-image: url(../images/icons/icon-arrow-down-black.png);
}

.icon-arrow-down-white {
  background-image: url(../images/icons/icon-arrow-down-white.png);
}

.icon-arrow-lite-black {
  background-image: url(../images/icons/icon-arrow-lite-black.png);
}

.icon-arrow-lite-white {
  background-image: url(../images/icons/icon-arrow-lite-white.png);
}

.icon-arrow-big-black {
  background-image: url(../images/icons/icon-arrow-big-black.png);
}

.icon-arrow-big-white {
  background-image: url(../images/icons/icon-arrow-big-white.png);
}

.icon-basket-black {
  background-image: url(../images/icons/icon-basket-black.png);
}

.icon-basket-white {
  background-image: url(../images/icons/icon-basket-white.png);
}

.icon-basket-color {
  background-image: url(../images/icons/icon-basket-color.png);
}

.icon-buy-black {
  background-image: url(../images/icons/icon-buy-black.png);
}

.icon-buy-white {
  background-image: url(../images/icons/icon-buy-white.png);
}

.icon-buy-color {
  background-image: url(../images/icons/icon-buy-color.png);
}

.icon-call-black {
  background-image: url(../images/icons/icon-call-black.png);
}

.icon-call-white {
  background-image: url(../images/icons/icon-call-white.png);
}

.icon-country-russia {
  background-image: url(../images/icons/icon-country-russia.png);
}

.icon-check-black {
  background-image: url(../images/icons/icon-check-black.png);
}

.icon-check-white {
  background-image: url(../images/icons/icon-check-white.png);
}

.icon-checkbox-black {
  background-image: url(../images/icons/icon-checkbox-black.png);
}

.icon-checkbox-white {
  background-image: url(../images/icons/icon-checkbox-white.png);
}

.icon-compare-black {
  background-image: url(../images/icons/icon-compare-black.png);
}

.icon-compare-white {
  background-image: url(../images/icons/icon-compare-white.png);
}

.icon-document-black {
  background-image: url(../images/icons/icon-document-black.png);
}

.icon-document-white {
  background-image: url(../images/icons/icon-document-white.png);
}

.icon-dropping-black {
  background-image: url(../images/icons/icon-dropping-black.png);
}

.icon-dropping-white {
  background-image: url(../images/icons/icon-dropping-white.png);
}

.icon-quot-black {
  background-image: url(../images/icons/icon-quot-black.png);
}

.icon-quot-white {
  background-image: url(../images/icons/icon-quot-white.png);
}

.icon-quote-black {
  background-image: url(../images/icons/icon-quote-black.png);
}

.icon-quote-white {
  background-image: url(../images/icons/icon-quote-white.png);
}

.icon-mail-black {
  background-image: url(../images/icons/icon-mail-black.png);
}

.icon-mail-white {
  background-image: url(../images/icons/icon-mail-white.png);
}

.icon-more-black {
  background-image: url(../images/icons/icon-more-black.png);
}

.icon-more-white {
  background-image: url(../images/icons/icon-more-white.png);
}

.icon-option-black {
  background-image: url(../images/icons/icon-option-black.png);
}

.icon-option-white {
  background-image: url(../images/icons/icon-option-white.png);
}

.icon-order-white {
  background-image: url(../images/icons/icon-order-white.png);
}

.icon-person-white {
  background-image: url(../images/icons/icon-person-white.png);
}

.icon-phone-black {
  background-image: url(../images/icons/icon-phone-black.png);
}

.icon-phone-white {
  background-image: url(../images/icons/icon-phone-white.png);
}

.icon-photos-black {
  background-image: url(../images/icons/icon-photos-black.png);
}

.icon-photos-white {
  background-image: url(../images/icons/icon-photos-white.png);
}

.icon-search-black {
  background-image: url(../images/icons/icon-search-black.png);
}

.icon-search-white {
  background-image: url(../images/icons/icon-search-white.png);
}

.icon-send-black {
  background-image: url(../images/icons/icon-send-black.png);
}

.icon-send-white {
  background-image: url(../images/icons/icon-send-white.png);
}

.icon-settings-black {
  background-image: url(../images/icons/icon-settings-black.png);
}

.icon-settings-white {
  background-image: url(../images/icons/icon-settings-white.png);
}

.icon-sorted-black {
  background-image: url(../images/icons/icon-sorted-black.png);
}

.icon-sorted-white {
  background-image: url(../images/icons/icon-sorted-white.png);
}

.icon-star-empty-black {
  background-image: url(../images/icons/icon-star-empty-black.png);
}

.icon-star-empty-white {
  background-image: url(../images/icons/icon-star-empty-white.png);
}

.icon-star-fill-black {
  background-image: url(../images/icons/icon-star-fill-black.png);
}

.icon-star-fill-white {
  background-image: url(../images/icons/icon-star-fill-white.png);
}

.icon-time-black {
  background-image: url(../images/icons/icon-time-black.png);
}

.icon-time-white {
  background-image: url(../images/icons/icon-time-white.png);
}

.icon-top-black {
  background-image: url(../images/icons/icon-top-black.png);
}

.icon-top-white {
  background-image: url(../images/icons/icon-top-white.png);
}

/* **************** */
/* **************** */
.icon-adress-color {
  background-image: url(../images/icons/icon-adress-color.svg);
}

.icon-phone-color {
  background-image: url(../images/icons/icon-phone-color.svg);
}

.icon-mail-color {
  background-image: url(../images/icons/icon-mail-color.svg);
}

.icon-time-color {
  background-image: url(../images/icons/icon-time-color.svg);
}

/**
  *
  * Элементы интерфейса
  *
**/
.big_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .big_text {
    display: block;
  }
}
@media (max-width: 479px) {
  .big_text {
    padding: 0 20px;
  }
}
.big_text h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
  min-width: 35%;
  text-align: left;
  width: 35%;
}
@media (max-width: 479px) {
  .big_text h2 {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
}
.big_text div {
  padding: 0 0 0 80px;
}
@media (max-width: 479px) {
  .big_text div {
    padding-left: 0;
  }
}
.big_text div p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.according .view {
  margin-top: -1px;
}

.according .view a {
  border: 1px solid #cccccc;
  font-weight: 700;
  display: block;
  padding: 20px 25px;
  text-transform: uppercase;
  text-decoration: none;
}

.according .view a:before,
.according .view a:after {
  content: "";
  height: 22px;
  width: 15px;
}

.according .view a:hover,
.according.show .view a {
  background-color: #219ebc;
  border-color: #219ebc;
  color: #ffffff;
}

.according .list {
  max-height: 5000px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}

.according.show .list {
  height: auto;
}

.according .list .content {
  padding: 25px 30px 50px;
}

.accordion {
  -webkit-transition: max-height 0.4s linear, border-color 0.4s ease;
  transition: max-height 0.4s linear, border-color 0.4s ease;
  background-color: #ffffff;
  border: 1px solid #219ebc;
  border-radius: 0px;
  margin-bottom: 20px;
  max-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: left;
  z-index: 1;
}

.accordion.show {
  max-height: 5000px;
}

.accordion > div {
  display: block;
  position: relative;
}

.accordion .title {
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  background-color: #219ebc;
  cursor: pointer;
  height: 60px;
  padding: 15px 30px 0 50px;
  position: relative;
  text-align: left;
  z-index: 2;
}

.accordion .title:hover {
  color: #ffffff;
}

.accordion .title:before {
  bottom: auto;
  content: "";
  height: 14px;
  left: 17px;
  right: auto;
  position: absolute;
  -webkit-transform: none;
  transform: none;
  top: 22px;
  width: 14px;
  -webkit-transition: transform 0.4s linear, left 0.4s linear;
  -webkit-transition: left 0.4s linear, -webkit-transform 0.4s linear;
  transition: left 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, left 0.4s linear;
  transition: transform 0.4s linear, left 0.4s linear, -webkit-transform 0.4s linear;
  background-image: url(../images/arrow-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.accordion .title:hover:before {
  left: 22px;
}

.accordion.show .title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .text {
  margin: 40px;
}

.buttons > .button {
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 16px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.buttons > .button-1 {
  color: #ffffff;
}
.buttons > .button-1:before, .buttons > .button-1:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.buttons > .button-1:before {
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  background-color: #219ebc;
  z-index: -2;
}
.buttons > .button-1:after {
  background: url(../images/background-buttons.png) left top no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}
.buttons > .button-1:hover:before {
  background-color: #000;
  color: #ffffff;
}
.buttons > .button-2 {
  -webkit-transition: border-color 0.4s ease, color 0.4s ease;
  transition: border-color 0.4s ease, color 0.4s ease;
  background-color: transparent;
  border: 2px solid #219ebc;
  color: #202020;
}
.buttons > .button-2:before, .buttons > .button-2:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.buttons > .button-2:before {
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  z-index: -2;
}
.buttons > .button-2:after {
  background: url(../images/background-buttons.png) left top no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}
.buttons > .button-2:hover {
  color: #fff;
  border-color: #023047;
}
.buttons > .button-2:hover:before {
  background-color: #023047;
}
.buttons > .button-3 {
  -webkit-transition: background 0.4s ease, background-position 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, background-position 0.4s ease, color 0.4s ease;
  color: #ffffff;
}
.buttons > .button-3:before, .buttons > .button-3:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.buttons > .button-3:before {
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  background: #023047;
  z-index: -2;
}
.buttons > .button-3:after {
  background: url(../images/background-buttons.png) left top no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}
.buttons > .button-3:hover {
  color: #fff;
}
.buttons > .button-3:hover:before {
  background-color: #000814;
}

.date {
  margin: 0 0 15px;
  position: block;
}

.date span {
  background-color: transparent;
  color: #219ebc;
  font-weight: 700;
  height: auto;
  padding: 0;
  position: relative;
}

.date i {
  color: #202020;
  font-family: "PT Sans Narrow", sans-serif;
  display: block;
  line-height: 1;
  text-align: center;
}

.date .day {
  color: #202020;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 3rem;
}

.date .month,
.date .year {
  font-size: 1rem;
}

.date .year {
  padding-top: 4px;
}

.float {
  float: left;
}

.float-articles {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 240px;
}

.link {
  color: #219ebc;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 0 0;
}

.link > a {
  border-bottom: 1px solid transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.link > a.no-link {
  border-bottom-color: transparent;
  color: #219ebc;
  cursor: default;
}

.link > a:hover {
  border-bottom-color: transparent;
  color: #023047;
}

.lite, .lite p {
  color: #202020;
  cursor: default;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.label {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
  line-height: 0.9rem;
  margin: 5px 15px 0 0;
  text-transform: uppercase;
}

.value {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
}

.image {
  background-position: center center;
  background-size: cover;
  line-height: 0;
  position: relative;
}

.image.float {
  float: left;
  margin: 0 40px 40px 0;
  width: 300px;
}
.image.float img {
  border-radius: 6px;
}

.page-teachers .image.float {
  float: right;
  margin: 0 -40px 40px 40px;
}

.image > a,
.image > span {
  display: block;
  background-position: center center;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.image img {
  width: 100%;
}

.image.no-photo,
.image.no-photo > a,
.image.nophoto,
.image.nophoto > a {
  background-color: #ffffff;
  background-position: center center;
  background-image: url(../images/nophoto.jpg);
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.count {
  display: inline-block;
  vertical-align: top;
}

.count input {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 0.9rem;
  margin: 0;
  outline: none;
  padding: 7px 11px;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  width: 100%;
}

.count input:focus {
  border-color: #9a9a9a;
  color: #202020;
}

.count input._error {
  background-color: #F2D4D8;
  border-color: #CD1B39;
  color: #CD1B39;
}

.total .label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 50px 0 0;
}

.total .text {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 25px 0 0;
}

.total .count {
  line-height: 1;
}

.total .count span {
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 5px 0 0;
}

.total .count span:after {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  content: "шт.";
  margin: 0 50px 0 5px;
  text-transform: none;
}

.total .price span {
  color: #202020;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 5px 0 0;
}

.total .price span:after {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  content: "руб.";
  margin: 0 0 0 5px;
  text-transform: none;
  display: none;
}

.favourite {
  margin: 16px 0 15px;
  text-align: right;
}

.favourite > a {
  border-bottom: 1px dashed #219ebc;
  color: #219ebc;
  font-size: 0.8rem;
  font-style: italic;
  position: relative;
  text-decoration: none;
}

.favourite > a:hover {
  border-bottom-color: transparent;
  color: #023047;
}

.favourite > a:before {
  background: url(../images/icon-favourite.png) no-repeat;
  background-size: 100% auto;
  content: "";
  height: 10px;
  left: -18px;
  position: absolute;
  top: 2px;
  width: 10px;
}

.favourite > .social {
  display: inline-block;
  margin: -3px 0 0 30px;
  vertical-align: top;
}

.fields {
  margin: 0;
}

.fields > .field {
  margin-bottom: 20px;
  position: relative;
}

.fields .label {
  font-size: 0.9rem;
  color: #202020;
  text-transform: uppercase;
  text-align: left;
  height: 25px;
  margin: 0;
  padding: 0 0 9px 18px;
  position: relative;
  vertical-align: top;
}

.fields .label .important {
  color: #CD1B39;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 9px;
}

.fields .label .hint {
  display: inline-block;
  text-align: left;
  font-size: 0.9rem;
  color: #cccccc;
  padding: 0 5px 0;
}

.fields .input,
.fields .textarea {
  position: relative;
}

.fields input,
.fields textarea,
.fields select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #cccccc;
  border-radius: 0px 0 0px;
  font-size: 1.3rem;
  margin: 0;
  outline: none;
  padding: 15px 26px;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  width: 100%;
}

.fields input {
  height: 50px;
}

.fields input:focus,
.fields textarea:focus,
.fields select:focus {
  border-color: #9a9a9a;
  color: #202020;
}

.fields input._error,
.fields textarea._error,
.fields select._error {
  background-color: #F2D4D8 !important;
  border-color: #CD1B39 !important;
  color: #CD1B39 !important;
}

.fields input[name^=date] {
  cursor: pointer;
}

.fields input[name^=date] + span {
  background: url(../images/icon-calendar.png) center center no-repeat;
  background-size: 100% 100%;
  height: 14px;
  right: 8px;
  position: absolute;
  opacity: 0.7;
  top: 8px;
  width: 14px;
}

.fields textarea {
  height: 80px;
}

.fields .checkbox input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fields .checkbox > span {
  color: #202020;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  padding-left: 21px;
  padding-top: 1px;
  position: relative;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  vertical-align: top;
  white-space: normal;
  z-index: 1;
}

.fields .checkbox > span:before {
  border: 1px solid #219ebc;
  border-radius: 0px;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 3px;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  width: 11px;
  z-index: 1;
}

.fields .checkbox > span .icon {
  left: 1px;
  height: 11px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  top: 2px;
  width: 11px;
  z-index: 2;
}

.fields .checkbox > span em {
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-style: normal;
  padding-left: 7px;
}

.fields .checkbox input[type=checkbox]:hover + span:before {
  border-color: #202020;
}

.fields .checkbox input[type=checkbox]:checked + span:before {
  border-color: #023047;
}

.fields .checkbox input[type=checkbox]:checked + span .icon {
  opacity: 1;
}

.fields ._error,
.fields .error {
  border-color: #CD1B39;
}

.fields .important-text {
  color: #b2b2b2;
  font-size: 1rem;
  margin: 0;
  line-height: 1;
  text-align: left;
  padding: 32px 0 0;
}

.fields .important-text span {
  color: #CD1B39;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 4px;
}

/** 
  * Фильтры
**/
.filter {
  margin: 20px 0px 30px;
}

.filter .blocks {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  padding: 25px 20px 5px;
  position: relative;
  z-index: 20;
}

.filter .block {
  margin: 0 10px 20px;
  position: relative;
}

.filter .block .label {
  cursor: pointer;
  margin: 0;
}

.filter .block .dropping {
  margin: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 100px;
  max-width: 250px;
  width: auto;
  padding-top: 15px;
  left: 0;
  top: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter .block:hover .dropping {
  padding: 10px 0 0;
  visibility: visible;
  opacity: 1;
}

.filter .block .dropping a {
  background-color: #f6f6f6;
  color: #202020;
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  padding: 10px 17px 9px 15px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  z-index: 1;
}

.filter .block .dropping a:hover {
  background-color: #202020;
  color: #202020;
  z-index: 2;
}

.filter .block .dropping a.ready:after {
  background-color: transparent;
  background-image: url(../images/close-white.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
  border-radius: 0 0 0 0px;
  border-style: solid;
  border-width: 2px 2px 3px 3px;
  display: inline-block;
  height: 12px;
  position: absolute;
  opacity: 0;
  top: 0px;
  right: 0px;
  content: "";
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
  width: 12px;
}

.filter .block .dropping a.ready:hover:after {
  background-color: #000814;
  border-color: #000814;
  opacity: 1;
}

.filter .list {
  margin: 30px -10px 0;
  position: relative;
  z-index: 10;
}

.filter .list a {
  display: inline-block;
  padding: 9px 16px 10px 11px;
  color: #202020;
  position: relative;
  text-decoration: none;
  margin: 0 10px 15px 10px;
  background: rgb(125, 126, 125);
}

.filter .list a:after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url(../images/close-white.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-color: transparent;
  border-radius: 0 0 0 0px;
  border-style: solid;
  border-width: 2px 2px 3px 3px;
  top: 0px;
  right: 0px;
  content: "";
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.filter .list a:hover:after {
  background-color: #000814;
  border-color: #000814;
}

.policy {
  color: #9a9a9a;
  font-size: 1rem;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 1.4;
}

.policy strong {
  color: #000814;
  font-weight: 700;
  text-transform: uppercase;
}

.policy a {
  border-bottom: 1px solid transparent;
  color: #219ebc;
  text-decoration: none;
}

.policy a:hover {
  border-bottom-color: transparent;
}

.social > span {
  display: inline-block;
  font-size: 1rem;
  font-family: "PT Sans Narrow", sans-serif;
  margin-right: 8px;
  padding-top: 7px;
  text-transform: uppercase;
  vertical-align: top;
}

.social > div {
  display: inline-block;
  vertical-align: top;
}

.copyright {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.developer {
  text-align: right;
}

.developer img,
.developer a {
  vertical-align: top;
  text-align: right;
}

.developer a {
  border-bottom: 1px solid #219ebc;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  text-decoration: none;
}

.developer a:hover {
  border-bottom-color: transparent;
}

.pager {
  margin-top: 40px;
  text-align: center;
}

.pager a {
  border: 1px solid #219ebc;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  height: 40px;
  margin: 0 7px;
  position: relative;
  text-decoration: none;
  width: 40px;
  vertical-align: top;
}

.pager .previous,
.pager .next {
  background-color: transparent;
  cursor: default;
  opacity: 0.4;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.pager .previous.show,
.pager .next.show {
  cursor: pointer;
  opacity: 1;
}

.pager .previous:before,
.pager .next:before,
.pager .previous:after,
.pager .next:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 7px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.pager .previous:before,
.pager .next:before {
  background-image: url(../images/icons/icon-arrow-lite-black.png);
  z-index: 1;
}

.pager .previous:after,
.pager .next:after {
  background-image: url(../images/icons/icon-arrow-lite-white.png);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.pager .previous:before,
.pager .previous:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pager .previous.show:hover,
.pager .next.show:hover {
  background-color: #219ebc;
}

.pager .previous.show:hover:after,
.pager .next.show:hover:after {
  opacity: 1;
}

.pager .page-link {
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  padding-top: 12px;
  text-align: center;
}

.pager .page-link:hover {
  background-color: #219ebc;
  color: #ffffff;
  opacity: 1;
}

.pager .page-link.active {
  background-color: #219ebc;
  color: #ffffff;
}

.pager span {
  display: inline-block;
  margin: 7px 7px 0;
  vertical-align: top;
}

.pager span:before {
  color: #9a9a9a;
  content: "...";
  display: block;
  font-size: 1.1rem;
}

.slider {
  position: relative;
}

.slider .overflow {
  position: relative;
  overflow: hidden;
}

.slider .overflow > div {
  margin: 0;
  left: 0;
  position: relative;
  white-space: nowrap;
}

.slider .overflow > div > div {
  margin-bottom: 0;
  white-space: normal;
}

.slider > .arrow {
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0%;
  width: 50px;
  z-index: 2;
}

.slider > .arrow:before,
.slider > .arrow:after {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 25px;
  border: 2px solid #219ebc;
  content: "";
  height: 50px;
  left: 50%;
  margin-top: -55px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 50px;
}

.slider > .arrow:before {
  opacity: 0.25;
  z-index: -1;
}

.slider > .arrow:after {
  opacity: 0.25;
  z-index: -1;
}

.slider > .arrow:hover:before {
  opacity: 0.25;
}

.slider > .arrow:hover:after {
  opacity: 1;
}

.slider > .arrow.previous {
  left: 50%;
  margin-left: -600px;
}

.slider > .arrow.previous:after {
  background-image: url(../images/icons/icon-arrow-big-black.png);
  background-size: 30% 30%;
  background-position: center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
}

.slider > .arrow.next {
  right: 50%;
  margin-right: -600px;
}

.slider > .arrow.next:after {
  background-image: url(../images/icons/icon-arrow-big-black.png);
  background-size: 30% 30%;
  z-index: -1;
}

.charts .chart {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 300;
  height: 120px;
  margin-left: 20px;
  position: relative;
  padding-top: 30px;
  text-align: center;
  vertical-align: top;
  width: 120px;
}

.charts .chart:nth-of-type(1) {
  margin-left: 0;
}

.charts .chart span {
  display: block;
  font-size: 3rem;
  font-weight: normal;
}

.charts .chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.gold-white {
  margin: 0 -37px 25px;
  padding: 30px 35px 25px;
  position: relative;
  border: 2px solid #8d99ae;
  background-color: #023047;
}
.gold-white * {
  color: #ffffff;
}
.gold-white:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../images/background-header.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.1;
}

/* Блок шапка */
.area-about-2 {
  padding: 75px 0 70px;
  position: relative;
}
.area-about-2:before {
  content: "";
  width: 1200px;
  left: 50%;
  background-color: #219ebc;
  opacity: 0.85;
  -webkit-transform: skew(-10deg, 0);
          transform: skew(-10deg, 0);
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
}
.area-about-2:after {
  background: url(../images/background-about-2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  content: "";
  width: 1920px;
  left: 50%;
  background-color: #219ebc;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
}
.area-about-2 .info {
  padding-left: 60%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.area-about-2 h2 {
  font-size: 3rem;
  color: #fff;
}
.area-about-2 .text {
  font-size: 1.3rem;
  margin-bottom: 35px;
  color: #fff;
}
.area-about-2 li {
  color: #fff;
}
.area-about-2 li:before {
  background-image: url(../images/li-white.svg);
}

.area-about-3 {
  padding: 75px 0 70px 0;
  background-size: cover;
  position: relative;
}
.area-about-3:after {
  background: url(../images/background-about-3.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  content: "";
  width: 1920px;
  left: 50%;
  background-color: #219ebc;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
}
.area-about-3 .info {
  position: relative;
  padding: 105px 40% 105px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-right: 0;
}
.area-about-3 .info:before {
  content: "";
  width: 1400px;
  right: 30%;
  background: url(../images/background-about-3-text.png) no-repeat center right;
  position: relative;
  opacity: 0.95;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
}
.area-about-3 h2 {
  font-size: 3rem;
}
.area-about-3 .text {
  font-size: 1.3rem;
  margin-bottom: 35px;
}

.area-about-4 {
  margin-top: 50px;
}
.area-about-4 h2 {
  text-align: center;
}
.area-about-4 .items {
  margin: 0 -1% 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-about-4 .items .item {
  border: none;
  width: 48%;
  margin: 0 1% 35px;
  min-width: auto;
  max-width: none;
  display: block;
  padding: 25px;
  background-color: #023047;
  position: relative;
}
.area-about-4 .items .item:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/background-services.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.area-about-4 .items .item .title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-about-4 .items .item .title img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.area-about-4 .items .item .title span {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
}
.area-about-4 .items .item .text {
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 1.1rem;
}

.area-about-5 {
  margin-top: 50px;
}
.area-about-5 h2 {
  text-align: center;
  margin-bottom: 45px;
}
.area-about-5 .items {
  margin: 0 -2% 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-about-5 .items .item {
  border: none;
  width: 29%;
  margin: 0 2% 35px;
  min-width: auto;
  max-width: none;
  display: block;
  position: relative;
}
.area-about-5 .items .item .image {
  margin: 0 auto;
  text-align: center;
}
.area-about-5 .items .item .image img {
  width: 90px;
  height: 90px;
}
.area-about-5 .items .item .title {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.2rem;
  margin-top: 25px;
  text-align: center;
  font-weight: 700;
}
.area-about-5 .items .item .text {
  position: relative;
  z-index: 2;
  color: #023047;
  margin-top: 20px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.3;
}

.area-house {
  padding: 25px 15px;
  border: 1px solid #efefef;
  -webkit-box-shadow: 12px 8px 24px rgba(0, 8, 20, 0.2);
          box-shadow: 12px 8px 24px rgba(0, 8, 20, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-house .a-item {
  width: 16%;
  margin: 0 2%;
}
.area-house .a-item .image img {
  width: auto;
  height: 45px;
}
.area-house .a-item .text {
  margin-top: 15px;
  font-size: 1.2rem;
}
.area-house .a-item .text span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #219ebc;
}
.area-house .a-item .hint {
  margin-top: 10px;
  font-size: 0.9rem;
}

.area-slideshow {
  position: absolute;
  width: 350px;
  padding: 30px 15px 30px;
  height: calc(100% + 45px);
  top: -30px;
  background-color: #219ebc;
  z-index: 2;
}
.area-slideshow .button {
  position: relative;
  height: 160px;
  margin-bottom: 15px;
}
.area-slideshow .button a {
  display: block;
  text-transform: uppercase;
  z-index: 1;
  text-decoration: none;
}
.area-slideshow .button img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-slideshow .button .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  position: absolute;
  padding: 25px;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
.area-slideshow .contact {
  position: relative;
  height: 250px;
  background-color: #fff;
  padding: 25px;
}
.area-slideshow .contact .contact-item {
  margin-bottom: 20px;
}
.area-slideshow .contact .contact-item .title {
  margin-bottom: 10px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #219ebc;
}
.area-slideshow .contact .contact-item .text {
  position: relative;
  padding-left: 18px;
}
.area-slideshow .contact .contact-item .text a {
  color: #000814;
}
.area-slideshow .contact .contact-item .text .icon {
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
}

.area-menu {
  padding: 15px;
  text-align: left;
  position: relative;
}
.area-menu .title {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
  position: relative;
}
.area-menu .title:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/icon-arrow-big-white.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.area-menu .phone {
  margin-top: 10px;
  font-size: 1.2rem;
  padding-left: 20px;
  position: relative;
  margin-right: 25px;
  font-family: "PT Sans Narrow", sans-serif;
}
.area-menu .phone a {
  color: #ffffff;
  text-decoration: none;
}
.area-menu .phone .icon {
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  opacity: 0.5;
}
.area-menu .hint {
  font-size: 0.9rem;
  color: #6a6a6a;
}
.area-menu .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.area-menu .social a {
  margin: 0 5px;
}
.area-menu .social a img {
  width: 20px;
  height: 20px;
}
.area-menu .hover {
  position: absolute;
  visibility: hidden;
  display: none;
  top: 100%;
  left: 0;
  padding: 0 15px 15px;
  background-color: #fff;
  width: 100%;
}
.area-menu:hover {
  background-color: #fff;
}
.area-menu:hover .hover {
  visibility: visible;
  display: block;
}
.area-menu:hover .title,
.area-menu:hover a {
  color: #000;
}
.area-menu .buttons .button {
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
}

.area-form-header .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-form-header .fields .field {
  padding: 0 5px;
  margin-bottom: 25px;
  width: 25%;
}
@media (max-width: 479px) {
  .area-form-header .fields .field {
    width: 50%;
  }
}
.area-form-header .fields .field .label {
  padding-left: 0;
  text-align: center;
  font-size: 0.8rem;
  display: block;
}
.area-form-header .fields .field input {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  font-size: 1.3rem;
  height: 50px;
}
.area-form-header .fields .field input._error {
  background-color: rgba(237, 135, 141, 0.2) !important;
  border: 1px solid rgba(205, 27, 57, 0.5) !important;
}
.area-form-header .fields .field:nth-of-type(5),
.area-form-header .fields .field:nth-of-type(6) {
  width: 50%;
}
@media (max-width: 479px) {
  .area-form-header .fields .field:nth-of-type(5),
.area-form-header .fields .field:nth-of-type(6) {
    width: 100%;
  }
}
.area-form-header .fields .buttons {
  width: 40%;
}
@media (max-width: 479px) {
  .area-form-header .fields .buttons {
    width: 100%;
  }
}
.area-form-header .fields .buttons a {
  width: 100%;
}
.area-form-header .fields .time {
  padding-left: 15px;
  width: 60%;
  margin-top: 27px;
}
@media (max-width: 479px) {
  .area-form-header .fields .time {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.area-form-header .fields .time span {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.area-form-header .fields .time div {
  color: #023047 !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.area-form-header .fields .policy {
  text-align: center;
  opacity: 0.5;
}
.area-form-header .hint {
  margin-top: 35px;
  line-height: 1.4;
  text-align: center;
}

.area-icons .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-icons .items .item {
  width: 16%;
  margin: 15px 2%;
}
.area-icons .items .item .image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 3px solid #219ebc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-icons .items .item .image img {
  width: 40%;
  height: 40%;
}
.area-icons .items .item .title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.area-icons .items .item .text {
  font-size: 0.8rem;
  line-height: 1.2;
  margin-top: 15px;
  text-align: center;
}
.area-icons-white .items .item .image, .area-icons-background .items .item .image {
  border-color: #ffffff;
}
.area-icons-white .items .title,
.area-icons-white .items .text, .area-icons-background .items .title,
.area-icons-background .items .text {
  color: #ffffff;
}
.area-icons-background {
  padding: 45px 0 50px;
  z-index: 1;
}
.area-icons-background:before {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background-color: #000814;
  opacity: 0.75;
  z-index: -1;
}
.area-icons-background:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background: url(../images/background-area.jpg) left top no-repeat;
  background-size: cover;
  z-index: -2;
}
.area-icons-background * {
  color: #ffffff;
}

.area-slide .buttons a {
  margin-right: 20px;
}
.area-slide .icons-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-slide .icons-slide .item-slide {
  background-color: #219ebc;
  background-image: linear-gradient(160deg, #219ebc 0%, #219ebc 100%);
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  border-radius: 6px;
  width: 24%;
}
.page-index .area-slide .icons-slide .item-slide {
  width: 49%;
}
.area-slide .icons-slide .image-slide {
  margin-right: 20px;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.area-slide .icons-slide .image-slide img {
  width: 100%;
  height: 100%;
}
.area-slide .icons-slide .text-slide {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: left;
}
.area-slide .icons-slide .text-slide p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px !important;
  text-align: left;
}
.area-slide .icons-slide .text-slide div {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1;
}

.area-header {
  padding: 35px 0 0;
}
.area-header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-header .row-1 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area-header .row-1 .column-1 {
  width: 100%;
}
.area-header .row-1 .column-1 * {
  color: #fff;
}
.area-header .row-1 .column-1 .text {
  font-size: 1.3rem;
}
.area-header .row-1 .icons {
  margin: 45px -20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-header .row-1 .icons .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 45px;
  width: calc(33% - 40px);
}
.area-header .row-1 .icons .image {
  margin-right: 20px;
}
.area-header .row-1 .icons .image img {
  width: auto;
  height: 50px;
}
.area-header .row-1 .icons .title {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
}
.area-header .row-1 .icons .text {
  margin-top: 8px;
  font-size: 1.1rem;
}
.area-header .row-2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
.area-header .row-2 .column-1 {
  width: 40%;
  padding-right: 50px;
  padding-top: 40px;
}
.area-header .row-2 .column-1 * {
  color: #fff;
}
.area-header .row-2 .column-1 li a {
  -webkit-text-decoration-color: #219ebc;
          text-decoration-color: #219ebc;
}
.area-header .row-2 .column-2 {
  border: 2px solid #023047;
  width: 60%;
  background-color: #023047;
  padding: 40px 50px;
}
.area-header .row-2 .column-2 .form h2 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.area-header .row-2 .column-2 .form p {
  color: #fff;
}
.area-header .row-2 .column-2 .form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-header .row-2 .column-2 .form .fields .field {
  width: 48%;
}
.area-header .row-2 .column-2 .form .fields .field input {
  background-color: transparent;
  color: #8d99ae;
  border: 0px;
  border-bottom: 1px solid #8d99ae;
  padding-left: 10px;
}
.area-header .row-2 .column-2 .form .fields .field input::-webkit-input-placeholder {
  color: #8d99ae;
}
.area-header .row-2 .column-2 .form .fields .field input::-moz-placeholder {
  color: #8d99ae;
}
.area-header .row-2 .column-2 .form .fields .field input:-ms-input-placeholder {
  color: #8d99ae;
}
.area-header .row-2 .column-2 .form .fields .field input::-ms-input-placeholder {
  color: #8d99ae;
}
.area-header .row-2 .column-2 .form .fields .field input::placeholder {
  color: #8d99ae;
}
.area-header .row-2 .column-2 .form .fields .field input._error {
  background-color: transparent !important;
  border-bottom-color: #aa0000 !important;
  color: #ff0000 !important;
}
.area-header .row-2 .column-2 .form .buttons {
  margin-top: 25px;
}
.area-header .row-2 .links ul li:before {
  background-image: url(../images/li-white.svg);
}

.area-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 45px 0 45px;
}
.area-about .column-1 {
  padding-right: 50px;
  width: 50%;
}
.area-about .column-1 h2 {
  text-align: left;
  text-transform: none;
}
.area-about .column-2 {
  padding-top: 70px;
  width: 50%;
}
.area-about .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.area-about .item {
  position: relative;
  width: 25%;
  padding: 0 20px;
}
.area-about .item .icon {
  height: 70px;
  margin-bottom: 15px;
  position: relative;
  width: 70px;
}
.area-about .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: contain;
     object-position: contain;
}
.area-about .item .title {
  color: #219ebc;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 5px;
}
.area-about .item .text {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 5px;
}

.area-grey {
  padding: 50px 0 30px;
}
.area-grey:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background-color: #efefef;
  background-size: cover;
  border-bottom: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  z-index: -1;
}
.area-grey-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area-grey-image > .text {
  width: 60%;
  padding-right: 60px;
}
.area-grey-image > .image {
  width: 40%;
}
.area-grey-image > .image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.area-form {
  padding: 0 0 0 35px;
  margin-bottom: 132px;
  position: relative;
  z-index: 1;
}
.area-form h2 {
  text-align: left;
  text-transform: none;
  font-size: 1.8rem;
  padding-bottom: 29px;
  position: relative;
  margin-bottom: 25px;
}
.area-form h2:before {
  border-radius: 2px;
  content: "";
  background-color: #219ebc;
  width: 100px;
  height: 4px;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.area-form form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.area-form form .fields .field {
  margin-right: 20px;
}
.area-form form .fields .field input {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 4px;
}
.area-form form .fields .field input::-webkit-input-placeholder {
  color: #ffffff;
}
.area-form form .fields .field input::-moz-placeholder {
  color: #ffffff;
}
.area-form form .fields .field input:-ms-input-placeholder {
  color: #ffffff;
}
.area-form form .fields .field input::-ms-input-placeholder {
  color: #ffffff;
}
.area-form form .fields .field input::placeholder {
  color: #ffffff;
}
.area-form form .fields .field input._error {
  background-color: rgba(205, 27, 57, 0.3) !important;
}
.area-form form .policy {
  font-size: 0.8rem;
  margin-bottom: 25px;
}
.area-form form .policy a {
  color: #edf2f4;
}
.area-form form .buttons {
  margin-top: 0 !important;
}
.area-form * {
  color: #ffffff;
}

.area-price {
  margin-bottom: 35px;
}
.area-price > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-price > div > span {
  font-size: 1.2rem;
  min-width: 240px;
  max-width: 240px;
  padding: 25px 20px;
  text-align: center;
  width: 240px;
}
.area-price > div > span:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: none;
  max-width: none;
  width: auto;
  text-align: left;
}
.area-price .head {
  background-color: #023047;
}
.area-price .head > span {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.area-price .item {
  background-color: #ffffff;
  border-left: 1px solid #219ebc;
  border-right: 1px solid #219ebc;
  font-family: "PT Sans Narrow", sans-serif;
}
.area-price .item:nth-of-type(2n) {
  background-color: #f6f6f6;
}
.area-price .item:nth-last-of-type(1) {
  border-bottom: 1px solid #219ebc;
}
.area-price .item > span:nth-of-type(1) {
  font-family: "PT Sans Narrow", sans-serif;
}
.area-price > span.hint {
  padding: 15px 20px;
  display: block;
}
.area-price > span.hint span {
  font-size: 0.9rem !important;
  font-weight: 700;
  color: #9a9a9a;
}



.area-image .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area-image .column {
  max-width: 50%;
  min-width: 50%;
  width: 50%;
  width: 50%;
}
.area-image .column:nth-of-type(1) {
  position: relative;
}
.area-image .column:nth-of-type(1) img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50vw;
}
.area-image .column:nth-of-type(2) {
  padding: 45px 0 45px 50px;
  position: relative;
}
.area-image .column:nth-of-type(2) h1,
.area-image .column:nth-of-type(2) h2 {
  text-align: left;
}

.area-images .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 55px;
}
.area-images .item > div:nth-of-type(1) {
  max-width: 40%;
  min-width: 40%;
  width: 40%;
  position: relative;
}
.area-images .item > div:nth-of-type(1) img {
  -webkit-box-shadow: 0 0 6px rgba(0, 8, 20, 0.2);
          box-shadow: 0 0 6px rgba(0, 8, 20, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
.area-images .item > div:nth-of-type(2) {
  max-width: 60%;
  min-width: 60%;
  width: 60%;
  padding: 5px 0 10px 50px;
  position: relative;
}
.area-images .item > div:nth-of-type(2) *:nth-last-child(1) {
  margin-bottom: 0;
}
.area-images .item:nth-of-type(2n) > div:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.area-images .item:nth-of-type(2n) > div:nth-of-type(2) {
  padding-left: 0;
  padding-right: 50px;
}

.area-buttons {
  margin: 25px 0;
}
.area-buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-buttons .buttons a {
  background-color: #219ebc;
  background-image: linear-gradient(160deg, #219ebc 0%, #219ebc 100%);
  padding: 20px 20px 20px 15px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 23%;
  margin: 15px 1%;
  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;
  border-radius: 8px;
  text-decoration: none;
}
.area-buttons .buttons a i {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
}
.area-buttons .buttons a i img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-buttons .buttons a span {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  margin-left: 15px;
}

.area-background .items,
.area-columns .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-background .item,
.area-columns .item {
  padding: 0 25px;
  width: 33%;
  margin-bottom: 55px;
}
.area-background .item .image,
.area-columns .item .image {
  margin-bottom: 35px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.area-background .item .image img,
.area-columns .item .image img {
  -webkit-box-shadow: 0 0 6px rgba(0, 8, 20, 0.1);
          box-shadow: 0 0 6px rgba(0, 8, 20, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.area-background .item .text,
.area-columns .item .text {
  text-align: center;
}
.area-background .item .text *,
.area-columns .item .text * {
  font-size: 0.8rem;
}
.area-background .item .text h2,
.area-columns .item .text h2 {
  font-size: 1rem;
}
.area-background-lite .item .image,
.area-columns-lite .item .image {
  margin-left: auto;
  margin-right: auto;
  height: 180px;
  width: 180px;
}
.area-background-lite .item .image img,
.area-columns-lite .item .image img {
  border: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.area-background {
  position: relative;
  padding: 55px 0 0;
  margin-bottom: 55px;
  z-index: 1;
}
.area-background > h2 {
  margin-bottom: 55px;
  color: #ffffff;
}
.area-background .items {
  margin-top: 35px;
}
.area-background .item .text * {
  color: #ffffff;
}
.area-background * {
  color: #ffffff;
  text-align: center;
}
.area-background:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background: url(../images/background-area.jpg) center top;
  background-size: cover;
  z-index: -2;
}
.area-background:before {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background-color: rgba(0, 8, 20, 0.75);
  z-index: -1;
}

.area-features div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area-features div > span {
  padding: 10px 15px;
  font-size: 0.9rem;
}
.area-features div > span:nth-of-type(1) {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  font-weight: 700;
}
.area-features div > span:nth-of-type(2) {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}
.area-features div:nth-of-type(2n) {
  background-color: rgba(33, 158, 188, 0.05);
}

/* блок в ботинке сайта */
.area-footer {
  padding: 45px 0 40px;
  position: relative;
  z-index: 1;
}
.area-footer:before, .area-footer:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
}
.area-footer:before {
  background: url(../images/background-header.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}
.area-footer:after {
  background-color: #023047;
  z-index: -2;
}
.area-footer h3 {
  color: #ffffff;
}
.area-footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area-footer .info .column-1 {
  width: 70%;
}
.area-footer .info .column-2 {
  width: 30%;
}
.area-footer .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-footer .contacts .item {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 30px;
}
.area-footer .contacts .item .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  color: #219ebc;
  margin-bottom: 15px;
}
.area-footer .contacts .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.area-footer .contacts .item .text .icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.area-footer .contacts .item .text a {
  color: #ffffff;
}
.area-footer .map {
  padding-right: 50px;
}
.area-footer .map img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.area-footer .map .title {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", sans-serif;
  color: #219ebc;
  margin-bottom: 15px;
}
.area-footer .form {
  padding: 25px;
  border: 2px solid #8d99ae;
  background-color: #023047;
  border-radius: 6px;
  text-align: center;
}
.area-footer .form h2 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
.area-footer .form p {
  color: #ffffff;
  text-align: center;
}
.area-footer .form .policy {
  font-family: "PT Sans Narrow", sans-serif;
  margin-bottom: 15px;
  color: #fff;
}
.area-footer .form * {
  text-align: center;
}
.area-footer .form .field input {
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: #fff;
  color: #fff;
  padding-left: 5px;
}
.area-footer .form .field input::-webkit-input-placeholder {
  color: #fff;
}
.area-footer .form .field input::-moz-placeholder {
  color: #fff;
}
.area-footer .form .field input:-ms-input-placeholder {
  color: #fff;
}
.area-footer .form .field input::-ms-input-placeholder {
  color: #fff;
}
.area-footer .form .field input::placeholder {
  color: #fff;
}
.area-footer .social a {
  border-color: transparent !important;
}
.area-footer .social div {
  margin-bottom: 25px;
  display: block;
}
.area-footer .social img {
  height: 30px;
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: contain;
     object-fit: contain;
}
.area-footer .menu {
  padding: 30px 0 0px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.area-footer .menu:before {
  width: 1920px;
  height: 1px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #8d99ae;
  opacity: 0.95;
}
.area-footer .menu > .logo img {
  height: 60px;
  margin-bottom: 0;
  margin-top: 0px;
}
@media (max-width: 479px) {
  .area-footer .menu > .logo {
    left: auto;
    right: 20px;
  }
}
.area-footer .menu > .phone {
  display: none;
}
.area-footer .menu .items {
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}
.area-footer .menu .items .item {
  position: relative;
  vertical-align: top;
  margin: 0 20px;
  z-index: 1;
}
.area-footer .menu .items .item > a {
  display: block;
  color: #ffffff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.area-footer .menu .items .item > a._drop {
  padding-right: 15px;
}
.area-footer .menu .items .item > a._drop .icon {
  height: 8px;
  right: 0px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 8px;
}
.area-footer .menu .items .item > a._drop .icon:nth-of-type(2) {
  display: none;
}
.area-footer .menu .items .item:hover > a {
  color: #219ebc;
}
.area-footer .menu .items .item.active > a {
  color: #219ebc;
}
.area-footer .menu .items .item:hover > a:before, .area-footer .menu .items .item.active > a:before {
  width: 100%;
}
.area-footer .menu .items .item:hover > a._drop .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.area-footer .menu .items .item:hover > .dropping {
  opacity: 1;
  visibility: visible;
}
.area-footer .menu .items .item:nth-of-type(1) {
  margin-left: 0;
}
.area-footer .menu .items .item:nth-of-type(1) > a {
  border-radius: 8px 0 0 8px;
  margin-left: 0;
}
.area-footer .menu .items .item:nth-last-of-type(1) {
  margin-right: 0;
}
.area-footer .menu .items .item:nth-last-of-type(1) > a {
  border-radius: 0 8px 8px 0;
  margin-left: 0;
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 50px 0 20px;
}
.area-list .column-1 {
  padding-right: 30px;
}
.area-list .column-2 {
  padding-left: 30px;
}
.area-list .column {
  width: 50%;
}
.area-list .items {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 60px;
}
.area-list .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: relative;
  background-color: #023047;
  text-decoration: none;
  color: #fff;
  margin: 0 10px 10px 0;
}
.area-list .items a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.area-list .items a span {
  font-family: "PT Sans Narrow", sans-serif;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  white-space: nowrap;
  z-index: 2;
}
.area-list .items a:after {
  background: url(../images/background-buttons.png) left top no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  width: 100%;
  z-index: 1;
}
.area-list .items a:nth-of-type(2n) {
  background-color: #000814;
}
.area-list .items a:hover {
  background-color: #219ebc;
}
.area-list:before {
  content: "";
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../images/background-header.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.1;
}

.area-line {
  position: relative;
  padding: 50px 0 20px;
}
.area-line:before {
  content: "";
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../images/background-header.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.1;
}

.area-services {
  position: relative;
  z-index: 1;
  padding: 45px 0 10px;
}
.area-services:before {
  content: "";
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../images/background-services.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.area-services:after {
  content: "";
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #000814;
  opacity: 0.75;
}
.area-services h2 {
  color: #ffffff;
  text-align: center;
}
.area-services .items {
  margin: 35px -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.area-services .items .item {
  width: 29%;
  margin: 0 2% 35px;
  text-align: center;
}
.area-services .items .item a {
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
}
.area-services .items .item a span {
  position: relative;
}
.area-services .items .item a span:before, .area-services .items .item a span:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
}
.area-services .items .item a span:before {
  left: -10px;
  top: -5px;
  border-left: 2px solid #219ebc;
  border-top: 2px solid #219ebc;
}
.area-services .items .item a span:after {
  right: -10px;
  bottom: -5px;
  border-right: 2px solid #219ebc;
  border-bottom: 2px solid #219ebc;
}

.area-contacts {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area-contacts .column-1 {
  padding: 0 100px 0 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.area-contacts .column-1 .hint {
  border: 1px solid #219ebc;
  border-radius: 10px;
  background-color: #FFF4EC;
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 25px;
}
.area-contacts .column-2 {
  background: url(../images/background-contacts.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px;
  min-width: 300px;
  width: 300px;
}

.area-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 479px) {
  .area-advantage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.area-advantage .item {
  margin-top: 45px;
  min-width: 31%;
  width: 31%;
  max-width: 31%;
  padding: 80px 25px 25px;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #219ebc 0%, #219ebc 100%);
  position: relative;
  text-align: center;
}
@media (max-width: 479px) {
  .area-advantage .item {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 0 20px 35px;
  }
}
.area-advantage .item .title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}
.area-advantage .item .text {
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.4;
}
.area-advantage .item .icon {
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -60px;
  margin-left: -60px;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  overflow: hidden;
}
.area-advantage .item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.area-work {
  z-index: 1;
}
.area-work .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.area-work .items .item {
  background-color: #219ebc;
  background-image: linear-gradient(160deg, #219ebc 0%, #219ebc 100%);
  padding: 85px 25px 30px;
  border-radius: 8px;
  width: 31%;
  margin: 60px 1% 25px;
  position: relative;
  text-align: center;
}
@media (max-width: 479px) {
  .area-work .items .item {
    padding: 0 20px;
    width: 100%;
  }
}
.area-work .items .image {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -60px;
  margin-left: -60px;
}
@media (max-width: 479px) {
  .area-work .items .image {
    margin: 0 auto 25px;
  }
}
.area-work .items .image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.area-work .items .title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}
.area-work .items .text {
  font-size: 0.85rem;
  color: #ffffff;
  margin-top: 20px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .area-work .items .text {
    text-align: center;
  }
}

.area-ad .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.area-ad .items .item {
  width: 16%;
}
.area-ad .items .item .image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 20px;
  border: 5px solid #219ebc;
  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;
  border-radius: 200px;
  background-color: #219ebc;
}
.area-ad .items .item .image img {
  width: 75%;
}
.template-background .area-ad .items .item .image {
  background-color: transparent;
}
.area-ad .items .item .text {
  color: #000814;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 25px;
  text-align: center;
}
.template-background .area-ad .items .item .text {
  color: #ffffff;
}

.area-about-1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.area-about-1 .column-1 {
  width: 60%;
  padding-right: 70px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.area-about-1 .column-2 {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}
.area-about-1 .column-2 .image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  width: 960px;
}
.area-about-1 .column-2 .image img {
  width: 100%;
  height: 100%;
  -o-object-position: left top;
     object-position: left top;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-about-1 .column-2 .image:before, .area-about-1 .column-2 .image:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.area-about-1 .column-2 .image:before {
  background-image: url(../images/background-header.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: 2;
}
.area-about-1 .column-2 .image:after {
  background-color: #000814;
  opacity: 0.75;
  z-index: 1;
}
.area-about-1 .column-2 .welcome {
  position: relative;
  z-index: 1;
  padding: 65px 55px;
  border: 1px solid #023047;
  width: 100%;
  background-color: rgba(2, 48, 71, 0.85);
}
.area-about-1 .column-2 .welcome .icon {
  margin: 0 auto;
  position: relative;
  width: auto;
  text-align: center;
}
.area-about-1 .column-2 .welcome .icon img {
  width: 60px;
}
.area-about-1 .column-2 .welcome .text-1 {
  font-size: 1.2rem;
  margin-top: 30px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.area-about-1 .column-2 .welcome .text-2 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.6rem;
  color: #8d99ae;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.mm-menu {
  z-index: 2 !important;
}
.mm-menu .mm-navbar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mm-panels .mm-panel:before, .mm-panels .mm-panel:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
}
.mm-panels .mm-panel:before {
  background: #219ebc;
  background: -webkit-gradient(linear, left top, right top, from(#219ebc), color-stop(30%, #219ebc), color-stop(70%, #219ebc), to(#219ebc));
  background: linear-gradient(90deg, #219ebc 0%, #219ebc 30%, #219ebc 70%, #219ebc 100%);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 8, 20, 0.7);
          box-shadow: 0 0 5px 0 rgba(0, 8, 20, 0.7);
  z-index: -2;
}
.mm-panels .mm-panel:after {
  background-image: url(../images/background-noise.png);
  background-position: center bottom;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
.mm-panels .mm-navbar {
  display: block;
  background-color: #219ebc;
}
.mm-panels .mm-navbar span {
  color: #fff;
  font-weight: 700;
}
.mm-panels .mm-listview {
  display: block !important;
  position: relative;
}
.mm-panels .mm-listview:before, .mm-panels .mm-listview:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
}
.mm-panels .mm-listview:before {
  background: #219ebc;
  background: -webkit-gradient(linear, left top, right top, from(#219ebc), color-stop(30%, #219ebc), color-stop(70%, #219ebc), to(#219ebc));
  background: linear-gradient(90deg, #219ebc 0%, #219ebc 30%, #219ebc 70%, #219ebc 100%);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 8, 20, 0.7);
          box-shadow: 0 0 5px 0 rgba(0, 8, 20, 0.7);
  z-index: -2;
}
.mm-panels .mm-listview:after {
  background-image: url(../images/background-noise.png);
  background-position: center bottom;
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
}
.mm-panels .mm-listview .mm-listitem:before {
  display: none;
}
.mm-panels .mm-listview .mm-listitem a {
  color: #ffffff;
  font-family: "PT Sans Narrow", sans-serif;
  padding: 18px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.mm-panels .mm-btn:after {
  right: 21px;
}

/** 
  * Аякс
**/
.block-ajax {
  display: none;
}

/** 
  * Наполение (общее) 
**/
.block-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  margin-top: 0;
}

.block-background > .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.block-background .background {
  background-image: url(../images/background-default.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.block-basket-order {
  margin-bottom: 30px;
  margin-top: 20px;
}
.block-basket-order form > .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.block-basket-order form > .columns > .column {
  width: 100%;
}
.block-basket-order form > .columns .text {
  color: #5a5a5a;
  font-size: 1rem;
  text-transform: uppercase;
}
.block-basket-order form > .columns .head,
.block-basket-order form > .columns .item {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 18px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-basket-order form > .columns .head > span,
.block-basket-order form > .columns .item > span {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-left: 20px;
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}
.block-basket-order form > .columns .head > span:nth-of-type(1),
.block-basket-order form > .columns .item > span:nth-of-type(1) {
  margin-left: 0;
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: auto;
  max-width: none;
  min-width: auto;
}
.block-basket-order form > .columns .head > span:nth-of-type(3),
.block-basket-order form > .columns .item > span:nth-of-type(3) {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}
.block-basket-order form > .columns .head {
  background-color: #219ebc;
  background-image: -webkit-gradient(linear, left top, right top, from(#219ebc), to(#219ebc));
  background-image: linear-gradient(to right, #219ebc 0%, #219ebc 100%);
}
.block-basket-order form > .columns .head span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.block-basket-order form > .columns .item {
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 0 0 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-basket-order form > .columns .item.remove {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}
.block-basket-order form > .columns .item .link {
  font-size: 1.2rem;
  margin-top: 0;
  line-height: 1.3;
}
.block-basket-order form > .columns .item .link a {
  color: #000814;
  border-bottom-color: transparent;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-text-decoration: underline #219ebc;
          text-decoration: underline #219ebc;
}
.block-basket-order form > .columns .item .price > span {
  color: #1a1a1a;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.block-basket-order form > .columns .item .price > span:nth-of-type(2) {
  font-weight: 400;
  margin-right: 0;
}
.block-basket-order form > .columns .item .price .discount {
  display: none;
  color: #9a9a9a;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: -18px;
  width: 100%;
}
.block-basket-order form > .columns .item .price .discount span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}
.block-basket-order form > .columns .item .price .discount span:before {
  background-color: #CD1B39;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.block-basket-order form > .columns .item .count input {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.block-basket-order form > .columns .item .count span {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0 0 0 10px;
  text-align: left;
  width: 45px;
}
.block-basket-order form > .columns .item .total > span {
  color: #1a1a1a;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.block-basket-order form > .columns .item .total > span:nth-of-type(2) {
  font-weight: 400;
  margin-right: 0;
}
.block-basket-order form > .columns .item .remove a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.block-basket-order .fields > .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-basket-order .field-delivery {
  position: relative;
  margin-bottom: 20px;
}
.block-basket-order .field-delivery > input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.block-basket-order .field-delivery > input:checked + .label {
  background-color: #eaeaea;
}
.block-basket-order .field-delivery > input:checked + .label:before {
  opacity: 1;
}
.block-basket-order .field-delivery .label {
  border-radius: 8px;
  display: block;
  height: auto;
  padding: 16px 20px 16px 35px;
  position: relative;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  z-index: 1;
}
.block-basket-order .field-delivery .label > span {
  font-weight: 700;
}
.block-basket-order .field-delivery .label:before {
  background-color: #fff;
  border: 4px solid #219ebc;
  border-radius: 7px;
  content: "";
  height: 12px;
  left: 14px;
  opacity: 0;
  position: absolute;
  top: 16px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 12px;
}
.block-basket-order .field-delivery .label .text {
  margin-top: 12px;
}
.block-basket-order .field-delivery .label .text,
.block-basket-order .field-delivery .label .text li {
  color: #9a9a9a;
  font-size: 0.9rem;
  font-style: italic;
  text-transform: none;
}
.block-basket-order .field-delivery .label .text ul {
  margin-bottom: 0;
}
.block-basket-order .field-delivery .label .text li {
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 15px;
}
.block-basket-order .field-delivery .label .text li:before {
  height: 7px;
  left: 3px;
  top: 5px;
  width: 4px;
}
.block-basket-order .field-delivery:hover .label {
  background-color: #f9f9f9;
}
.block-basket-order .field-pay {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
}
.block-basket-order .field-pay > input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.block-basket-order .field-pay > input:checked + .label {
  background-color: #eaeaea;
}
.block-basket-order .field-pay > input:checked + .label:before {
  opacity: 1;
}
.block-basket-order .field-pay .label {
  border-radius: 8px;
  display: block;
  height: auto;
  padding: 16px 20px 16px 35px;
  position: relative;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  z-index: 1;
}
.block-basket-order .field-pay .label > span {
  font-weight: 700;
}
.block-basket-order .field-pay .label:before {
  background-color: #fff;
  border: 4px solid #219ebc;
  border-radius: 7px;
  content: "";
  height: 12px;
  left: 14px;
  opacity: 0;
  position: absolute;
  top: 16px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 12px;
}
.block-basket-order .field-pay .label .text {
  margin-top: 12px;
}
.block-basket-order .field-pay .label .text,
.block-basket-order .field-pay .label .text li {
  color: #9a9a9a;
  font-size: 0.9rem;
  font-style: italic;
  text-transform: none;
}
.block-basket-order .field-pay .label .text ul {
  margin-bottom: 0;
}
.block-basket-order .field-pay .label .text li {
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 15px;
}
.block-basket-order .field-pay .label .text li:before {
  height: 7px;
  left: 3px;
  top: 5px;
  width: 4px;
}
.block-basket-order .field-pay:hover .label {
  background-color: #f9f9f9;
}
.block-basket-order .field-payer {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
}
.block-basket-order .field-payer > input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.block-basket-order .field-payer > input:checked + .label {
  background-color: #eaeaea;
}
.block-basket-order .field-payer > input:checked + .label:before {
  opacity: 1;
}
.block-basket-order .field-payer .label {
  border-radius: 8px;
  display: block;
  height: auto;
  padding: 16px 20px 16px 35px;
  position: relative;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  z-index: 1;
}
.block-basket-order .field-payer .label > span {
  font-weight: 700;
}
.block-basket-order .field-payer .label:before {
  background-color: #fff;
  border: 4px solid #219ebc;
  border-radius: 7px;
  content: "";
  height: 12px;
  left: 14px;
  opacity: 0;
  position: absolute;
  top: 16px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 12px;
}
.block-basket-order .field-payer .label .text {
  margin-top: 12px;
}
.block-basket-order .field-payer .label .text,
.block-basket-order .field-payer .label .text li {
  color: #9a9a9a;
  font-size: 0.9rem;
  font-style: italic;
  text-transform: none;
}
.block-basket-order .field-payer .label .text ul {
  margin-bottom: 0;
}
.block-basket-order .field-payer .label .text li {
  margin-bottom: 0;
  margin-top: 8px;
  padding-left: 15px;
}
.block-basket-order .field-payer .label .text li:before {
  height: 7px;
  left: 3px;
  top: 5px;
  width: 4px;
}
.block-basket-order .field-payer:hover .label {
  background-color: #f9f9f9;
}
.block-basket-order .field-adress {
  width: 100%;
}
.block-basket-order .field-content_1 {
  width: 100%;
}
.block-basket-order .field-content_1 textarea {
  height: 150px;
}
.block-basket-order .fields-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.block-basket-order .fields-buttons .column {
  width: auto !important;
}
.block-basket-order .fields-buttons .buttons {
  margin-right: 35px;
}
.block-basket-order .fields-buttons .buttons a {
  padding: 20px 40px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.block-basket-order .in-total {
  background-color: #219ebc;
  background-image: -webkit-gradient(linear, left top, right top, from(#219ebc), to(#219ebc));
  background-image: linear-gradient(to right, #219ebc 0%, #219ebc 100%);
  font-size: 0;
  padding: 18px 20px;
  text-align: right;
  border-radius: 8px;
}
.block-basket-order .in-total span {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  vertical-align: top;
}
.block-basket-order .in-total .title {
  margin-top: 5px;
}
.block-basket-order .in-total .count {
  margin-left: 30px;
}
.block-basket-order .in-total .price {
  margin-left: 30px;
}
.block-basket-order .in-total .price .currency {
  margin-left: 5px;
  margin-top: 4px;
  font-weight: 400;
}
.block-basket-order .in-total .label {
  margin: 9px 10px 0 0;
  font-size: 1.3rem;
}
.block-basket-order .in-total .value {
  font-size: 1.5rem;
  font-weight: 700;
}
.block-basket-order .switch {
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.block-basket-order .switch .field-requisit {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: hidden;
}
.block-basket-order .switch.show .field-requisit {
  display: block;
  opacity: 1;
  visibility: visible;
}
.block-basket-order .switch .important-text {
  padding-top: 0;
  padding-bottom: 30px;
  text-align: left;
}
.block-basket-order .switch .policy {
  margin-left: 30px;
  padding-top: 13px;
}
.block-basket-order .empty {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin: 35px 20px 55px;
}

.block-catalog {
  margin-top: 30px;
  /*
  &.inside .sections {
  	align-items: self-start;
  	justify-content: flex-start;
  	.item {
  		height: auto;
  		width: auto;
  		margin: 0px 15px 15px;
  		.image {
  			display: none;
  		}
  		.info {
  			position: relative;
  			left: auto;
  			top: auto;
  			margin-left: 0;
  			margin-top: 0;
  			padding: 12px 18px;
  			border-radius: 8px;
  			background-color: $color-site-1;
  			&:hover {
  				background-color: $color-site-3;
  				a {
  					color: #fff;
  				}
  			}
  			.link {
  				margin-top: 0;
  			}
  		}
  	}
  }
  */
}
.block-catalog > .wrapper {
  padding: 0;
  position: relative;
  z-index: 1;
}
.block-catalog > .wrapper > .buttons {
  text-align: center;
}
.block-catalog .sections {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.block-catalog .sections .item {
  margin: 0 1.5% 40px;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  width: 30%;
  z-index: 1;
}
.block-catalog .sections .item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 479px) {
  .block-catalog .sections .item {
    margin: 0 1.6% 40px;
    width: 30%;
  }
}
.block-catalog .sections .image {
  font-size: 0;
  height: 260px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.block-catalog .sections .image a {
  display: block;
  width: 100%;
}
.block-catalog .sections .image a img {
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  -webkit-transition: transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.block-catalog .sections .info {
  z-index: 2;
  text-align: center;
}
.block-catalog .sections .link {
  margin-top: 25px;
  line-height: 1.1;
}
.block-catalog .sections .link a {
  color: #000814;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.block-catalog .sections .text {
  color: #000814;
  margin-top: 5px;
  text-align: left;
}
.block-catalog .elements {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-index .block-catalog .elements {
  padding: 0 65px;
}
@media (max-width: 479px) {
  .block-catalog .elements {
    display: block;
  }
}
.block-catalog .elements .item {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition: border-color 0.3s linear, background-color 0.3s linear;
  transition: border-color 0.3s linear, background-color 0.3s linear;
}
.block-catalog .elements .item:hover {
  border-color: #219ebc;
}
.block-catalog .elements .item > div > span {
  display: block;
}
.block-catalog .elements .item .photos {
  display: none;
  font-size: 0;
  border-radius: 50%;
  position: absolute;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/icons/icon-photos-black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 90px;
  left: 50%;
  margin-left: -45px;
  top: 113px;
  margin-top: -45px;
  z-index: 2;
}
.block-catalog .elements .item-column {
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  white-space: normal;
  margin: 0 1.5% 25px;
  width: 30.33%;
  max-width: 30.33%;
  min-width: 30.33%;
}
.block-catalog .elements .item-column .page-index {
  margin: 0 3% 35px;
  width: 27.33%;
  max-width: 27.33%;
  min-width: 27.33%;
}
@media (max-width: 479px) {
  .block-catalog .elements .item-column {
    width: 100%;
    max-width: 479px;
    min-height: auto;
    margin: 0 auto 35px;
  }
}
.block-catalog .elements .item-column .photos a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.block-catalog .elements .item-column .photos a:nth-of-type(1) {
  display: block;
}
.block-catalog .elements .item-column .lite {
  font-size: 0.9rem;
  color: #838383;
}
.block-catalog .elements .item-column .icons {
  display: none;
}
.block-catalog .elements .item-column .image {
  width: calc(100% + 40px);
  margin: -20px -20px 25px;
}
.block-catalog .elements .item-column .image img {
  border-radius: 8px 8px 0 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.block-catalog .elements .item-column .title {
  margin: 0 0 10px;
  position: relative;
  z-index: 3;
}
.block-catalog .elements .item-column .title > .wrapper {
  display: block;
  font-size: 0;
  text-align: left;
}
.block-catalog .elements .item-column .title > .wrapper span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
.block-catalog .elements .item-column .title a {
  border-bottom: 1px solid transparent;
  color: #202020;
  font-size: 1.1rem;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.block-catalog .elements .item-column .title a:hover {
  color: #219ebc;
  border-bottom: 1px solid #caf0f8;
}
.block-catalog .elements .item-column .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0 0;
  border-top: 1px solid #ececec;
  padding-top: 15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
}
.block-catalog .elements .item-column .price span {
  display: inline-block;
  vertical-align: top;
}
.block-catalog .elements .item-column .price .value {
  color: #000814;
  font-size: 1.8rem;
  padding: 0 10px 0 0;
  position: relative;
}
.block-catalog .elements .item-column .price .prefix {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.block-catalog .elements .item-column .price .currency {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
}
.block-catalog .elements .item-column .price .empty {
  color: #3a3a3a;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
}
.block-catalog .elements .item-column .price .discount {
  color: #202020;
  font-size: 1.2rem;
  font-weight: 700;
  left: 0;
  opacity: 0.5;
  margin: 0;
  position: absolute;
  text-align: center;
  top: -21px;
  width: 100%;
}
.block-catalog .elements .item-column .price .discount span {
  text-decoration: line-through;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 0 5px;
  position: relative;
}
.block-catalog .elements .item-column .price .discount span:after {
  font-size: 1.2rem;
  color: #6a6a6a;
  font-weight: 400;
  position: absolute;
  right: -10px;
  content: "₽";
}
.block-catalog .elements .item-column .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-catalog .elements .item-column .buttons a {
  height: 52px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 479px) {
  .block-catalog .elements .item-column .buttons a {
    padding: 14px 15px;
  }
}
.block-catalog .elements .item-column .buttons a:nth-of-type(1) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.block-catalog .elements .item-column .buttons a:nth-of-type(2) {
  border-radius: 0px;
  padding: 0;
  -webkit-transition: background 0.4s ease, background-position 0.4s ease, color 0.4s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: background 0.4s ease, background-position 0.4s ease, color 0.4s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: background 0.4s ease, background-position 0.4s ease, color 0.4s ease, transform 0.6s ease, opacity 0.3s ease;
  transition: background 0.4s ease, background-position 0.4s ease, color 0.4s ease, transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
  font-size: 0;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  margin-left: 10px;
  border-radius: 26px;
  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;
}
.block-catalog .elements .item-column .buttons a:nth-of-type(2):before {
  content: "";
  position: relative;
  height: 50%;
  margin-left: -5px;
  width: 50%;
  background: url(../images/icons/icon-basket-white.png) center center no-repeat;
  background-size: contain;
}
.block-catalog .elements .item-column .buttons a:nth-of-type(2):hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.block-catalog .elements .item-column .buttons a:nth-of-type(2).ready {
  opacity: 0.3;
  cursor: default;
}
.block-catalog .elements .item-column .buttons a:nth-of-type(2).ready:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.block-catalog .elements .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 20px;
  margin-bottom: 5px;
  width: 100%;
}
.block-catalog .elements .item-row:nth-of-type(2n) {
  background-color: rgba(202, 240, 248, 0.05);
}
.block-catalog .elements .item-row:hover {
  background-color: #219ebc;
}
.block-catalog .elements .item-row:hover .title,
.block-catalog .elements .item-row:hover .title * {
  color: #ffffff;
}
.block-catalog .elements .item-row:hover .price,
.block-catalog .elements .item-row:hover .price * {
  color: #ffffff;
}
.block-catalog .elements .item-row .image {
  display: none;
}
.block-catalog .elements .item-row .title {
  font-weight: 700;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.block-catalog .elements .item-row .price,
.block-catalog .elements .item-row .buttons {
  text-align: center;
  margin-left: 20px;
}
.block-catalog .elements .item-row .price {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.block-catalog .elements .item-row .price .value {
  font-size: 1.1rem;
}
.block-catalog .elements .item-row .price .currency {
  font-size: 0.9rem;
  margin-left: 5px;
}
.block-catalog .elements .item-row .buttons {
  width: 136px;
  min-width: 136px;
  max-width: 136px;
}
.block-catalog .elements .item-row .buttons a {
  font-size: 0.9rem;
  padding: 15px 0px;
  width: 100%;
}
.block-catalog .elements .item-row .buttons a:nth-of-type(1) {
  display: none;
}
.block-catalog .elements-head {
  background-color: #219ebc;
  background-image: -webkit-gradient(linear, left top, right top, from(#219ebc), to(#219ebc));
  background-image: linear-gradient(90deg, #219ebc 0%, #219ebc 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  padding: 20px 10px 20px 20px;
  margin-bottom: 10px;
  width: 100%;
}
.block-catalog .elements-head .title,
.block-catalog .elements-head .price,
.block-catalog .elements-head .buttons {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2rem;
}
.block-catalog .elements-head .title {
  font-weight: 700;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: left;
}
.block-catalog .elements-head .price,
.block-catalog .elements-head .buttons {
  margin-left: 20px;
}
.block-catalog .elements-head .price {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.block-catalog .elements-head .price span {
  text-transform: lowercase;
  font-weight: 300;
}
.block-catalog .elements-head .buttons {
  width: 136px;
  min-width: 136px;
  max-width: 136px;
}
.block-catalog-elements-index .elements, .block-catalog-elements-more .elements {
  padding: 0;
}
.block-catalog-elements-index .elements .item-column, .block-catalog-elements-more .elements .item-column {
  width: 23%;
  max-width: 23%;
  min-width: 23%;
  margin: 0 1% 25px;
}
.block-catalog .element {
  margin: 50px 0 0;
}
.block-catalog .element .row-1,
.block-catalog .element .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .block-catalog .element .row-1,
.block-catalog .element .row-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-catalog .element .row-1 .column-1,
.block-catalog .element .row-2 .column-1 {
  margin-right: 5%;
  width: 65%;
}
@media (max-width: 479px) {
  .block-catalog .element .row-1 .column-1,
.block-catalog .element .row-2 .column-1 {
    width: 100%;
    margin-right: 0;
  }
}
.block-catalog .element .row-1 .column-2,
.block-catalog .element .row-2 .column-2 {
  width: 30%;
  border-radius: 8px;
}
@media (max-width: 479px) {
  .block-catalog .element .row-1 .column-2,
.block-catalog .element .row-2 .column-2 {
    width: 100%;
  }
}
.block-catalog .element .row-1 h2,
.block-catalog .element .row-2 h2 {
  text-align: left;
}
@media (max-width: 479px) {
  .block-catalog .element .row-1 h2,
.block-catalog .element .row-2 h2 {
    text-align: center;
  }
}
.block-catalog .element .row-1 .column-1 {
  background-color: #ffffff;
}
.block-catalog .element .row-1 .column-2 {
  background: #219ebc;
  background: linear-gradient(135deg, #219ebc 0%, #219ebc 100%);
  padding: 15px 30px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-catalog .element .row-1 .column-2 form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-catalog .element .row-1 .column-2 form .field {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.block-catalog .element .row-1 .column-2 form .field-date {
  width: 50%;
}
.block-catalog .element .row-1 .column-2 form .field .label {
  color: #ffffff;
  padding-left: 0;
  text-align: center;
  font-size: 0.8rem;
  width: 100%;
}
.block-catalog .element .row-1 .column-2 form .field input,
.block-catalog .element .row-1 .column-2 form .field select {
  color: #ffffff;
  padding: 14px 15px;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 1rem;
}
.block-catalog .element .row-1 .column-2 form .field input::-webkit-input-placeholder, .block-catalog .element .row-1 .column-2 form .field select::-webkit-input-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field input::-moz-placeholder, .block-catalog .element .row-1 .column-2 form .field select::-moz-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field input:-ms-input-placeholder, .block-catalog .element .row-1 .column-2 form .field select:-ms-input-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field input::-ms-input-placeholder, .block-catalog .element .row-1 .column-2 form .field select::-ms-input-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field input::placeholder,
.block-catalog .element .row-1 .column-2 form .field select::placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field input._error,
.block-catalog .element .row-1 .column-2 form .field select._error {
  background-color: rgba(205, 27, 57, 0.5) !important;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection {
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  text-align: center;
  height: 50px !important;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection::-webkit-input-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection::-moz-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection:-ms-input-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection::-ms-input-placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection::placeholder {
  color: #ffffff;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection._error {
  background-color: rgba(205, 27, 57, 0.5) !important;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection .select2-selection__rendered {
  color: #ffffff;
  line-height: 50px !important;
  font-size: 1rem;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection .select2-selection__arrow {
  height: 50px !important;
}
.block-catalog .element .row-1 .column-2 form .field .select2-selection .select2-selection__arrow b {
  border-color: #023047 transparent transparent transparent !important;
}
.block-catalog .element .row-1 .column-2 form .policy {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}
.block-catalog .element .row-1 .column-2 .buttons {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.block-catalog .element .row-1 .column-2 .buttons .button {
  width: 100%;
}
.block-catalog .element .row-1 .column-2 .price {
  color: #fff;
  text-align: center;
}
.block-catalog .element .row-1 .column-2 .price .prefix {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0px;
}
.block-catalog .element .row-1 .column-2 .price .value {
  color: #fff;
  font-size: 2.8rem;
}
.block-catalog .element .row-1 .column-2 .price .currency {
  color: #fff;
  font-size: 2rem;
  margin-left: 10px;
}
.block-catalog .element .row-1 .column-2 .price .price-1 {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.block-catalog .element .row-1 .column-2 .price .price-1 .prefix {
  font-size: 1.3rem;
}
.block-catalog .element .row-1 .column-2 .price .price-1 .value {
  font-size: 2rem;
}
.block-catalog .element .row-1 .column-2 .price .price-1 .currency {
  font-size: 1.5rem;
}
.block-catalog .element .row-2 {
  margin-top: 45px;
}
@media (max-width: 479px) {
  .block-catalog .element .row-2 .column-2 {
    margin-top: 45px;
  }
}
.block-catalog .element .row-2 .column-1 {
  width: 100%;
  margin-right: 0;
}
.block-catalog .element .row-content {
  margin-top: 50px;
}
@media (max-width: 479px) {
  .block-catalog .element .row-content {
    padding: 0 20px;
  }
}
.block-catalog .element .area-prices,
.block-catalog .element .area-features {
  background-color: #ffffff;
}
.block-catalog .element .area-prices .item,
.block-catalog .element .area-features .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
}
.block-catalog .element .area-prices .item > span:nth-of-type(1), .block-catalog .element .area-prices .item > div:nth-of-type(1),
.block-catalog .element .area-features .item > span:nth-of-type(1),
.block-catalog .element .area-features .item > div:nth-of-type(1) {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-catalog .element .area-prices .item > span:nth-of-type(2), .block-catalog .element .area-prices .item > div:nth-of-type(2),
.block-catalog .element .area-features .item > span:nth-of-type(2),
.block-catalog .element .area-features .item > div:nth-of-type(2) {
  font-size: 1.2rem;
  margin-left: 15px;
}
.block-catalog .element .area-prices .item > span:nth-of-type(3),
.block-catalog .element .area-features .item > span:nth-of-type(3) {
  margin-left: 5px;
}
.block-catalog .element .area-prices .item:nth-of-type(2n),
.block-catalog .element .area-features .item:nth-of-type(2n) {
  background-color: rgba(33, 158, 188, 0.1);
}
.block-catalog .element .area-prices .item-deposit,
.block-catalog .element .area-features .item-deposit {
  background-color: #219ebc !important;
}
.block-catalog .element .area-prices .item-deposit *,
.block-catalog .element .area-features .item-deposit * {
  color: #ffffff !important;
}
.block-catalog-elements-more {
  margin-top: 50px;
}
.block-catalog-elements-price .elements {
  overflow-x: scroll;
}
.block-catalog.inside {
  margin-top: 0;
}
.column-8 .block-catalog.inside .sections {
  margin-top: 30px;
  margin-bottom: -30px;
}
.column-8 .block-catalog.inside .sections .image {
  height: 160px;
}

.block-catalog-menu {
  margin-top: 33px !important;
}

.block-catalog-menu > .wrapper > .title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 29px;
}

.block-catalog-menu > .wrapper > .title a,
.block-catalog-menu > .wrapper > .title span {
  display: block;
  color: #000814;
  font-size: 1.3rem;
  border-bottom-color: transparent;
  text-decoration: none;
}

.block-catalog .menu > .item,
.block-catalog .menu .childs > .item {
  margin-top: 2px;
  position: relative;
}

.block-catalog .menu > .item > a,
.block-catalog .menu .childs > .item > a {
  background-color: #219ebc;
  display: block;
  color: #ffffff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.14rem;
  line-height: 1.4;
  border-radius: 8px;
  padding: 8px 30px 8px 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  z-index: 1;
}

.block-catalog .menu .childs > .item:nth-of-type(1) {
  margin-top: 0;
}

.block-catalog .menu .childs > .item:nth-of-type(1) > a {
  border-top: none;
}

.block-catalog .menu > .item > a .icon,
.block-catalog .menu .childs > .item > a .icon {
  right: 10px;
  height: 8px;
  margin-top: -4px;
  opacity: 0.5;
  top: 50%;
  -webkit-transition: right 0.4s ease, opacity 0.4s ease;
  transition: right 0.4s ease, opacity 0.4s ease;
  width: 8px;
}

.block-catalog .menu > .item:hover > a,
.block-catalog .menu .childs > .item:hover > a {
  background-color: #219ebc;
}

.block-catalog .menu > .item:hover > a .icon,
.block-catalog .menu .childs > .item:hover > a .icon {
  opacity: 1;
  right: 8px;
}

.block-catalog .menu > .item.active > a,
.block-catalog .menu .childs > .item.active > a {
  background-image: none;
  background-color: #000814;
  border-bottom-color: transparent;
  color: #ffffff;
}

.block-catalog .menu > .item.active > a .icon,
.block-catalog .menu .childs > .item.active > a .icon {
  opacity: 1;
}

.block-catalog .menu .item > .childs {
  position: absolute;
  opacity: 0;
  padding-left: 2px;
  top: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  left: 100%;
  visibility: hidden;
  width: auto;
  z-index: 1;
}

.block-catalog .menu .item > .childs .item > a {
  padding-right: 20px;
  white-space: nowrap;
}

.block-catalog .menu > .item:hover > .childs,
.block-catalog .menu .childs > .item:hover > .childs {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease, -webkit-transform 0.4s ease;
  visibility: visible;
}

/** 
  * Наполение (общее) 
**/
.block-content .wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .block-content .wrapper {
    padding: 0 20px;
  }
}
.block-content-1 {
  /*
  .page-index & {
  	align-items: center;
  	display: flex;
  	min-height: calc(100vh - 240px);
  	margin-bottom: 0px;
  	margin-top: 0;
  	justify-content: stretch;
  	& > .wrapper {
  		margin-top: 40px;
  		min-height: 405px;
  		padding: 0 0 0 500px;
  		@media (max-width : $xs) {
  			margin-top: 0;
  			padding: 0 20px;
  		}
  		> .text {
  			font-size: 1.5rem;
  			margin-bottom: 55px;
  			text-align: center;
  		}
  		* {
  			color: $color-white !important;
  		}
  		.form {
  			z-index: 3;

  			h2 {
  				font-size: 1.8rem;
  				text-align: left;
  			}

  			input {
  				background-color: transparent;
  				border: 1px solid #fff;
  				color: #fff;
  				padding: 15px 20px;

  				&::placeholder {
  					color: #fff;
  				}
  			}
  			.select2-selection {
  				color: $color-white;
  				background-color: $color-transparent !important;
  				border: 1px solid $color-white !important;
  				text-align: left;
  				height: 50px !important;
  				&::placeholder {
  					color: $color-white;
  				}
  				&._error {
  					background-color: rgba($color-red, 0.5) !important;
  				}
  				.select2-selection__rendered {
  					color: $color-white;
  					line-height: 50px !important;
  					padding: 0 25px;
  					font-size: 1.1rem;
  				}
  				.select2-selection__arrow {
  					height: 50px !important;
  					b {
  						border-color: $color-site-3 transparent transparent transparent !important;
  					}
  				}
  			}
  			.buttons {
  				margin-top: 25px;
  			}
  		}
  	}
  }
   */
}
.block-control {
  margin: 35px 0 0px;
}
.block-control .label {
  display: none;
}

.block-control > .wrapper {
  position: relative;
  z-index: 1;
}

.block-control .column {
  width: 50%;
}

.block-control .sorted {
  padding-left: 10px;
}

.block-control .limit {
  padding-right: 10px;
  text-align: right;
}

.block-control span {
  font-family: "PT Sans Narrow", sans-serif;
}

.block-control a {
  border-bottom: 1px solid transparent;
  color: #9a9a9a;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  margin-left: 20px;
  padding-left: 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.block-control a:nth-of-type(1) {
  margin-left: 10px;
}

.block-control a:before {
  background-size: 100% 100%;
  background-image: url(../images/icons/icon-sorted-black.png);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  height: 8px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 1px;
  width: 10px;
}

.block-control a[data-control-method=DESC]:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.block-control a:hover {
  border-bottom-color: transparent;
  color: #023047;
}

.block-control a.active {
  border-bottom-color: transparent;
  color: #023047;
}

.block-control a.active:before {
  opacity: 1;
}

.block-control a:nth-of-type(1),
.block-control .limit a {
  padding-left: 0;
}

.block-control a:nth-of-type(1):before,
.block-control a:nth-of-type(1):after,
.block-control .limit a:before,
.block-control .limit a:after {
  display: none;
}

/** 
  * Хлебная крошка
**/
.block-crumb {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  margin-top: 0;
}

.block-crumb > .wrapper {
  position: relative;
  text-align: center;
}

.block-crumb > .wrapper > a {
  border-bottom: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  margin-right: 26px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  text-decoration: none;
}

.block-crumb > .wrapper > a:hover {
  border-bottom-color: transparent;
  color: #219ebc;
}

.block-crumb > .wrapper > a:after {
  content: "/";
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 0.8rem;
  height: 8px;
  opacity: 0.5;
  position: absolute;
  right: -16px;
  top: 1px;
  width: 4px;
}

.block-crumb > .wrapper > span {
  color: #9a9a9a;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  margin-right: 0;
  position: relative;
  text-decoration: none;
}

.block-crumb .social {
  position: absolute;
  right: 0;
  top: 0;
}

.region-title + .region-crumb .block-crumb {
  margin: -30px 0 15px;
}

.region-menu + .region-crumb .block-crumb,
.region-slideshow-complex + .region-crumb .block-crumb {
  margin-top: 10px;
}

/** 
 * Услуги
**/
.block-house .sections {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-top: 45px;
}
.block-house .sections .item {
  min-width: 30%;
  max-width: 30%;
  margin: 0 1.5% 45px;
  position: relative;
  min-height: 140px;
  text-align: center;
  width: 30%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
}
.block-house .sections .item > span {
  display: block;
}
.block-house .sections .item .content {
  padding: 15px 10px 65px;
}
.block-house .sections .item .content > span {
  display: block;
}
.block-house .sections .item .image {
  width: calc(100% + 16px);
  margin: 0 -8px;
  border: 5px solid #219ebc;
  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;
  border-radius: 12px;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 2px 12px rgba(0, 0, 0, 0.3);
}
.block-house .sections .item .image img {
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.block-house .sections .item:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.block-house .sections .item .title {
  padding: 25px 0 0;
  z-index: 1;
}
.block-house .sections .item h2 {
  color: #000814;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
}
.block-house .sections .item h2 a {
  color: #000814 !important;
  font-size: inherit;
  text-transform: none;
}
.block-house .sections .item h2 a:hover {
  -webkit-text-decoration: underline #023047;
          text-decoration: underline #023047;
}
.block-house .sections .item:hover h2 a {
  color: #ffffff;
}
.block-house .sections .item .text {
  margin-top: 15px;
  font-size: 0.9rem;
  opacity: 0.7;
}
.block-house .sections .item .price {
  margin-top: 15px;
}
.block-house .sections .item .price .prefix {
  display: block;
  margin-bottom: 8px;
}
.block-house .sections .item .price .before {
  padding-right: 8px;
  font-size: 1.2rem;
}
.block-house .sections .item .price .currency {
  font-size: 1.2rem;
  padding-left: 5px;
}
.block-house .sections .item .buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.block-house .sections .item .buttons .button {
  width: 100%;
  border-radius: 0 0 6px 6px;
  font-size: 1rem;
  padding-top: 18px;
  padding-bottom: 18px;
}
.template-columns .block-house .sections {
  margin-top: 0;
}
.block-house .buttons {
  text-align: center;
}
.page-index .block-house {
  padding: 40px 0 45px;
  margin-bottom: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px inset rgba(0, 8, 20, 0.2);
          box-shadow: 0 0 4px inset rgba(0, 8, 20, 0.2);
}
.block-house-sections-more {
  padding-top: 45px;
}
.block-house .line {
  background: #219ebc;
  background: linear-gradient(135deg, #219ebc 0%, #219ebc 0%, #219ebc 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  border-radius: 6px;
  margin-bottom: 40px;
}
.block-house .line .price {
  color: #ffffff;
}
.block-house .line .price .prefix {
  margin-right: 10px;
  font-size: 1.4rem;
}
.block-house .line .buttons a {
  color: #ffffff;
  border-color: #8d99ae;
}
.block-house .line .buttons a:hover {
  border-color: #219ebc;
  background-color: #219ebc;
}

.block-info-elements .wrapper {
  position: relative;
  padding: 55px 0;
  margin-bottom: 55px;
  z-index: 1;
}
.block-info-elements .wrapper > h2 {
  margin-top: 0;
  margin-bottom: 55px;
}
.block-info-elements .wrapper:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background: url(../images/background-area.jpg) center top;
  background-size: cover;
  z-index: -2;
}
.block-info-elements .wrapper:before {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background-color: rgba(0, 8, 20, 0.75);
  z-index: -1;
}
.block-info-elements .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-info-elements .item {
  padding: 0 25px;
  width: 33%;
  margin-bottom: 55px;
}
.block-info-elements .item > span {
  display: block;
}
.block-info-elements .item .image {
  margin-bottom: 35px;
  width: 100%;
  height: 230px;
  border-radius: 26px 0 26px 0;
  overflow: hidden;
}
.block-info-elements .item .image img {
  -webkit-box-shadow: 0 0 6px rgba(0, 8, 20, 0.1);
          box-shadow: 0 0 6px rgba(0, 8, 20, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.block-info-elements .item .text {
  text-align: center;
}
.block-info-elements .item .text * {
  font-size: 1rem;
  color: #ffffff;
}
.block-info-elements .item .text h2 {
  font-size: 1.4rem;
}
.block-info-elements-lite .item .image {
  margin-left: auto;
  margin-right: auto;
  height: 180px;
  width: 180px;
}
.block-info-elements-lite .item .image img {
  border: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.block-info-menu > .wrapper > .title {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 29px;
}

.block-info-menu > .wrapper > .title a,
.block-info-menu > .wrapper > .title span {
  display: block;
  color: #000814;
  font-size: 1.3rem;
  border-bottom-color: transparent;
  text-decoration: none;
}

.block-info .menu > .item,
.block-info .menu .childs > .item {
  margin-top: 2px;
  position: relative;
}

.block-info .menu > .item > a,
.block-info .menu .childs > .item > a {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  color: #000814;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 12px 30px 12px 15px;
  position: relative;
  min-width: 140px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  z-index: 1;
}

.block-info .menu .childs > .item:nth-of-type(1) {
  margin-top: 0;
}

.block-info .menu .childs > .item:nth-of-type(1) > a {
  border-top: none;
}

.block-info .menu > .item > a .icon,
.block-info .menu .childs > .item > a .icon {
  right: 10px;
  height: 8px;
  margin-top: -4px;
  opacity: 1;
  top: 50%;
  -webkit-transition: right 0.4s ease, opacity 0.4s ease;
  transition: right 0.4s ease, opacity 0.4s ease;
  width: 8px;
}
.block-info .menu > .item > a .icon:nth-of-type(1),
.block-info .menu .childs > .item > a .icon:nth-of-type(1) {
  opacity: 0;
}

.block-info .menu > .item:hover > a,
.block-info .menu .childs > .item:hover > a {
  background-color: #219ebc;
  color: #ffffff;
}

.block-info .menu > .item:hover > a .icon,
.block-info .menu .childs > .item:hover > a .icon {
  opacity: 1;
  right: 8px;
}
.block-info .menu > .item:hover > a .icon:nth-of-type(1),
.block-info .menu .childs > .item:hover > a .icon:nth-of-type(1) {
  opacity: 1;
}
.block-info .menu > .item:hover > a .icon:nth-of-type(2),
.block-info .menu .childs > .item:hover > a .icon:nth-of-type(2) {
  opacity: 0;
}

.block-info .menu > .item.active > a,
.block-info .menu .childs > .item.active > a {
  background-image: none;
  background-color: #219ebc;
  border-bottom-color: transparent;
  color: #ffffff;
}

.block-info .menu > .item.active > a .icon,
.block-info .menu .childs > .item.active > a .icon {
  opacity: 1;
}
.block-info .menu > .item.active > a .icon:nth-of-type(1),
.block-info .menu .childs > .item.active > a .icon:nth-of-type(1) {
  opacity: 1;
}
.block-info .menu > .item.active > a .icon:nth-of-type(2),
.block-info .menu .childs > .item.active > a .icon:nth-of-type(2) {
  opacity: 0;
}

.block-info .menu .item > .childs {
  position: absolute;
  opacity: 0;
  padding-left: 4px;
  top: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  left: 100%;
  visibility: hidden;
  width: auto;
  z-index: 1;
}

.block-info .menu .item > .childs .item > a {
  padding-right: 20px;
  white-space: nowrap;
}

.block-info .menu > .item:hover > .childs,
.block-info .menu .childs > .item:hover > .childs {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s ease, -webkit-transform 0.4s ease;
  visibility: visible;
}

/** 
  * Ботинок
**/
.block-footer {
  margin-top: 45px;
  z-index: 10;
}

.block-footer > .wrapper {
  padding: 0 0 0px;
  position: relative;
}

/**
  * Дополнительные файлы
**/
.block-files {
  margin: 50px 0;
}

.block-files > .wrapper {
  position: relative;
}

.block-files .list {
  font-size: 0;
}

.block-files .file {
  margin: 0 0 30px;
  padding: 0 0 0 40px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.block-files .file:nth-of-type(2n) {
  margin-left: 10%;
}

.block-files .file:nth-last-of-type(1),
.block-files .file:nth-last-of-type(2) {
  margin-bottom: 0px;
}

.block-files .file a {
  border-bottom: 1px solid #8AB3D2;
  color: #0D66A8;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.block-files .file a:hover {
  border-bottom-color: transparent;
  color: #1a1a1a;
}

.block-files .file a:before {
  background: url(../images/filetype.png) 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 26px;
}

.block-files .file a[href$=".pdf"]:before {
  background-position: 0 -104px;
}

.block-files .file a[href$=".doc"]:before,
.block-files .file a[href$=".docx"]:before {
  background-position: 0 -26px;
}

.block-files .file a[href$=".jpg"]:before,
.block-files .file a[href$=".png"]:before,
.block-files .file a[href$=".gif"]:before {
  background-position: 0 -52px;
}

.block-files .file a[href$=".rar"]:before {
  background-position: 0 -156px;
}

.block-files .file a[href$=".xls"]:before,
.block-files .file a[href$=".xlsx"]:before {
  background-position: 0 -182px;
}

.block-files .file a[href$=".zip"]:before,
.block-files .file a[href$=".7z"]:before {
  background-position: 0 -208px;
}

.block-files .file span {
  color: #939393;
  font-size: 1rem;
  margin: 0 0 0 15px;
  white-space: nowrap;
}

.block-fixed {
  position: fixed;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  visibility: hidden;
  background-color: #ffffff;
  width: 100%;
  min-height: 60px;
  top: 0;
  z-index: 4;
}
.block-fixed.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .block-fixed.show .adaptive {
    display: block !important;
    visibility: visible !important;
  }
}

.block-fixed {
  background-color: #219ebc;
  min-height: 60px;
}
.block-fixed > .wrapper {
  position: relative;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.block-fixed > .wrapper > .adaptive {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 15px;
  visibility: hidden;
  z-index: 9;
}
.block-fixed > .wrapper > .adaptive:before, .block-fixed > .wrapper > .adaptive:after {
  content: "";
  display: block;
  background: #219ebc;
  height: 2px;
}
.block-fixed > .wrapper > .adaptive span {
  background: #219ebc;
  display: block;
  height: 2px;
  margin: 8px 0;
}
.block-fixed > .wrapper > .adaptive i {
  position: absolute;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  top: 15px;
  color: #219ebc;
  left: 60px;
}
@media (max-width: 1199px) {
  .block-fixed > .wrapper > .adaptive {
    display: block;
    visibility: visible;
  }
}
.block-fixed .menu {
  text-align: center;
}
@media (max-width: 1199px) {
  .block-fixed .menu {
    display: none;
  }
}
.block-fixed .item {
  margin-left: 2px;
  height: 60px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.block-fixed .item:nth-of-type(1) {
  margin-left: 0;
}
.block-fixed .item > a {
  display: block;
  height: 100%;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 23px 25px 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.block-fixed .item > a._drop {
  padding-right: 30px;
}
.block-fixed .item > a._drop .icon {
  height: 8px;
  right: 10px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 8px;
}
.block-fixed .item > a._drop .icon:nth-of-type(2) {
  display: none;
}
.block-fixed .item:hover > a, .block-fixed .item.active > a {
  background-color: #219ebc;
}
.block-fixed .item:hover > a:before, .block-fixed .item.active > a:before {
  width: 100%;
}
.block-fixed .item:hover > a._drop .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-fixed .item:hover > .dropping {
  opacity: 1;
  visibility: visible;
}
.block-fixed .item-callme {
  margin-left: 50px;
}
.block-fixed .item-callme a {
  border-radius: 6px;
  color: #fff;
  height: auto;
  margin-top: 8px;
  padding: 15px 15px 15px 40px;
  position: relative;
}
.block-fixed .item-callme a:hover {
  color: #fff;
}
.block-fixed .item-callme a:after {
  background: url(../images/icons/icon-call-white.svg);
  background-size: contain;
  content: "";
  height: 18px;
  left: 12px;
  top: 12px;
  position: absolute;
  width: 18px;
}
.block-fixed .dropping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  visibility: hidden;
  white-space: normal;
  width: auto;
  z-index: 25;
}
.block-fixed .dropping > .wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 8px 19px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 8px 19px rgba(0, 0, 0, 0.5);
  font-size: 0;
  line-height: 0;
  padding: 10px 0 15px;
}
.block-fixed .dropping .item {
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  height: auto;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.block-fixed .dropping .item:before {
  display: none;
}
.block-fixed .dropping .item a {
  background: none;
  color: #202020;
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  height: auto;
  line-height: 1;
  letter-spacing: 0;
  max-width: 350px;
  overflow: hidden;
  padding: 12px 24px 12px 24px;
  text-align: left;
  text-overflow: ellipsis;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.block-fixed .dropping .item a._drop .icon {
  height: 8px;
  right: 6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 8px;
}
.block-fixed .dropping .item a._drop .icon:nth-of-type(2) {
  display: block;
}
.block-fixed .dropping .item:hover > a {
  background-color: #219ebc;
  color: #ffffff;
}
.block-fixed .dropping .item:hover > a._drop .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.block-fixed .dropping .item:hover > a._drop .icon:nth-of-type(2) {
  display: block;
  -webkit-transform: opacity 0.3s ease;
  transform: opacity 0.3s ease;
  opacity: 0;
}
.block-fixed .dropping .item:hover > a:before,
.block-fixed .dropping .item:hover > a:after {
  display: none;
}
.block-fixed .dropping .item:hover > .dropping {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.block-fixed .dropping .dropping {
  left: 100%;
  padding: 0 0 0 10px;
  top: 0;
}

/** 
 * Услуги
**/
.block-gallery {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 55px;
}
.block-gallery > .wrapper {
  padding: 40px 0;
  position: relative;
}
.page-index .block-gallery > .wrapper:before {
  content: "";
  background-color: #219ebc;
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  top: 0;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.page-index .block-gallery > .wrapper:after {
  content: "";
  background: url(../images/background-default.jpg) center center;
  background-size: cover;
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  top: 0;
  height: 100%;
  z-index: -2;
}
.block-gallery h2 {
  color: #ffffff;
  text-align: center;
}
.block-gallery ul li {
  padding: 10px;
}
.block-gallery ul li:before {
  display: none;
}
.block-gallery .sections {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.block-gallery .sections .item {
  margin: 0 1.5% 40px;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  width: 30%;
  z-index: 1;
}
.block-gallery .sections .item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 479px) {
  .block-gallery .sections .item {
    margin: 0 1.6% 40px;
    width: 30%;
  }
}
.block-gallery .sections .image {
  font-size: 0;
  height: 260px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.block-gallery .sections .image a {
  display: block;
  width: 100%;
}
.block-gallery .sections .image a img {
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  -webkit-transition: transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.block-gallery .sections .info {
  z-index: 2;
  text-align: center;
}
.block-gallery .sections .link {
  margin-top: 25px;
  line-height: 1.1;
}
.block-gallery .sections .link a {
  color: #000814;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.block-gallery .sections .text {
  color: #000814;
  margin-top: 5px;
  text-align: left;
}
.block-gallery .buttons {
  margin-top: 30px;
  text-align: center;
}

.block-header {
  margin-top: 0;
}

.block-header > .wrapper {
  position: relative;
}

.block-header .basket {
  position: absolute;
  right: 0px;
  top: 23px;
  width: 200px;
  z-index: 1;
}

.block-header .basket .item {
  display: block;
  padding-left: 55px;
  position: relative;
}

.block-header .basket .item > .icon {
  height: 30px;
  left: 0px;
  top: 2px;
  width: 30px;
}

.block-header .basket .item > span {
  display: block;
  line-height: 1;
}

.block-header .basket .item > span * {
  line-height: 1;
  vertical-align: bottom;
}

.block-header .basket .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.block-header .basket .top {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  color: #000814;
  text-align: left;
  text-transform: uppercase;
}

.block-header .basket .bottom {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin-top: 14px;
  text-align: left;
  text-transform: uppercase;
}

.block-header .basket .count {
  padding: 0 4px;
  vertical-align: top;
}

.block-header .basket .count .value {
  font-size: 1.1rem;
}

.block-header .basket .price .value {
  padding: 0 4px;
}

.block-header .basket .price .label {
  padding: 0;
}

.block-header .basket .item > a {
  position: absolute;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

/** 
  * Наполение (карта) 
**/
.block-map > .wrapper {
  font-size: 0;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.block-map > .wrapper #map-container,
.block-map > .wrapper #map-text {
  display: inline-block;
  font-size: 0;
  height: 500px;
  position: relative;
  margin: 0;
  width: 50%;
  vertical-align: top;
  z-index: 1;
}
.page-contacts .block-map #map-container {
  width: 100%;
}
.page-contacts .block-map #map-text {
  display: none;
}

.region-crumb + .region-map .block-map {
  margin-top: 25px;
}

.region-menu {
  background-color: #023047;
  -webkit-box-shadow: unset 0 0 5px rgba(0, 0, 0, 0);
          box-shadow: unset 0 0 5px rgba(0, 0, 0, 0);
}

.block-menu {
  margin-top: 0;
  position: relative;
}
.block-menu > .wrapper {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding: 0px 0 10px;
}
.block-menu > .wrapper > .logo img {
  height: 60px;
}
@media (max-width: 479px) {
  .block-menu > .wrapper > .logo {
    left: auto;
    right: 20px;
  }
}
.block-menu > .wrapper > .phone {
  display: none;
}
.block-menu > .wrapper > .buttons .button {
  color: #ffffff;
  background-color: #219ebc;
  font-size: 1rem;
  font-weight: 700;
  padding: 20px 25px 20px 50px;
  white-space: nowrap;
  border-radius: 8px;
  position: relative;
  margin-left: 10px;
}
.block-menu > .wrapper > .buttons .button-callme:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../images/icons/icon-call-white.png) center center no-repeat;
  background-size: contain;
}
.block-menu > .wrapper > .buttons .button-basket .count {
  position: absolute;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(25%, -25%);
  transform: translate(25%, -25%);
  border-radius: 16px;
  background-color: #caf0f8;
  -webkit-box-shadow: 0 0 4px rgba(0, 8, 20, 0.5);
          box-shadow: 0 0 4px rgba(0, 8, 20, 0.5);
  color: #ffffff;
  font-size: 1rem;
  top: 0;
  right: 0;
  font-weight: 700;
  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;
}
.block-menu > .wrapper > .buttons .button-basket:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url(../images/icons/icon-basket-white.png) center center no-repeat;
  background-size: contain;
}
.block-menu .adaptive {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 26px;
  left: 15px;
  visibility: hidden;
  z-index: 9;
}
.block-menu .adaptive:before, .block-menu .adaptive:after {
  content: "";
  display: block;
  background: #ffffff;
  height: 2px;
}
.block-menu .adaptive span {
  background: #ffffff;
  display: block;
  height: 2px;
  margin: 8px 0;
}
.block-menu .adaptive i {
  position: absolute;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  top: 15px;
  color: #ffffff;
  left: 60px;
}
@media (max-width: 1199px) {
  .block-menu .adaptive {
    display: block;
    visibility: visible;
  }
}
.block-menu .menu {
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 10px 0;
}
@media (max-width: 1199px) {
  .block-menu .menu {
    display: none;
  }
}
.block-menu .item {
  position: relative;
  vertical-align: top;
  margin: 0 10px;
  z-index: 1;
}
.block-menu .item > a {
  display: block;
  color: #ffffff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  position: relative;
  border-radius: 0px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.block-menu .item > a._drop {
  padding-right: 15px;
}
.block-menu .item > a._drop .icon {
  height: 8px;
  right: 0px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 8px;
}
.block-menu .item > a._drop .icon:nth-of-type(2) {
  display: none;
}
.block-menu .item:hover > a {
  color: #caf0f8;
  border-bottom-color: #219ebc;
}
.block-menu .item.active > a {
  color: #caf0f8;
  border-bottom-color: #219ebc;
}
.block-menu .item:hover > a:before, .block-menu .item.active > a:before {
  width: 100%;
}
.block-menu .item:hover > a._drop .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.block-menu .item:hover > .dropping {
  opacity: 1;
  visibility: visible;
}
.block-menu .item:nth-of-type(1) {
  margin-left: 0;
}
.block-menu .item:nth-last-of-type(1) {
  margin-right: 0;
}
.block-menu .dropping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.3s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  visibility: hidden;
  white-space: normal;
  width: auto;
  z-index: 25;
}
.block-menu .dropping > .wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 8px 19px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 8px 19px rgba(0, 0, 0, 0.5);
  font-size: 0;
  line-height: 0;
  padding: 10px 0 15px;
  border-radius: 6px;
}
.block-menu .dropping .item {
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  height: auto;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.block-menu .dropping .item:before {
  display: none;
}
.block-menu .dropping .item a {
  border-radius: 0 !important;
  border: none !important;
  background: none;
  color: #202020;
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  height: auto;
  line-height: 1;
  letter-spacing: 0;
  max-width: 350px;
  overflow: hidden;
  padding: 12px 24px 12px 20px;
  margin-right: 0;
  text-align: left;
  text-overflow: ellipsis;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.block-menu .dropping .item a._drop .icon {
  height: 8px;
  right: 6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 8px;
}
.block-menu .dropping .item a._drop .icon:nth-of-type(2) {
  display: block;
}
.block-menu .dropping .item:hover > a {
  background-color: #219ebc;
  color: #ffffff;
}
.block-menu .dropping .item:hover > a._drop .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.block-menu .dropping .item:hover > a._drop .icon:nth-of-type(2) {
  display: block;
  -webkit-transform: opacity 0.3s ease;
  transform: opacity 0.3s ease;
  opacity: 0;
}
.block-menu .dropping .item:hover > a:before,
.block-menu .dropping .item:hover > a:after {
  display: none;
}
.block-menu .dropping .item:hover > .dropping {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.block-menu .dropping .dropping {
  left: 100%;
  padding: 0 0 0 10px;
  top: 0;
}

/** 
  * Новости
**/
.block-news {
  margin: 45px 0;
}

.block-news > .wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}

.block-news .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-news .elements .item {
  border: 1px solid #dfe0e4;
  background-color: #efefef;
  padding: 0 0 25px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  width: 31%;
  margin: 0 1% 25px;
  z-index: 1;
}

.block-news .elements .item > span {
  color: #202020;
  display: block;
  position: relative;
}

.block-news .elements .item .link {
  height: 50px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.block-news .elements .item .link a {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #000814;
  display: block;
  line-height: 1.1;
}

.block-news .elements .item .date {
  background-color: #219ebc;
  padding: 7px 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  z-index: 1;
}

.block-news .elements .item .date i {
  color: #ffffff;
  display: block;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 2;
}

.block-news .elements .item .date .month {
  font-size: 1rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
}

.block-news .elements .item .date .day {
  font-size: 2rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  margin: 2px 0;
}

.block-news .elements .item .date .year {
  font-size: 1rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
}

.block-news .elements .item .image {
  margin: 0;
  height: 160px;
  z-index: 1;
}

.block-news .elements .item .image > a {
  background-position: center center;
  background-size: cover;
  display: block;
  line-height: 1.1;
  z-index: 1;
}

.block-news .elements .item .lite,
.block-news .elements .item .lite * {
  padding: 0 20px;
  margin-top: 15px;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.1;
  height: 82px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  width: 100%;
}

.block-news .elements .item:hover .lite {
  opacity: 1;
}

.block-news .elements .item .lite span {
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.2rem;
}

.block-news .elements .item .buttons {
  margin-top: 25px;
  text-align: center;
}

.block-news .slider .overflow > div > div:nth-of-type(3n-2) {
  margin-left: 50px;
}

.block-news .slider .overflow > div > div:nth-of-type(1) {
  margin-left: 0px;
}

.block-news-elements-more > .wrapper > .h {
  padding: 0 20px;
}

/**
 * Сервис
**/
.block-partners {
  margin-top: 50px;
}
.block-partners > .wrapper {
  text-align: left;
  z-index: 2;
}
.block-partners .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-partners .elements .item {
  margin: 0 2% 25px;
  position: relative;
  text-align: left;
  width: 16%;
  min-width: 16%;
  max-width: 16%;
  z-index: 1;
}
.block-partners .elements .item > span {
  display: block;
}
.block-partners .elements .item .image {
  border-bottom: none;
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
.block-partners .elements .item .image:before {
  background: url(../images/shadow.png) center top no-repeat;
  background-size: 100% 100%;
  bottom: -9px;
  content: "";
  height: 8px;
  left: 0;
  opacity: 0.2;
  position: absolute;
  width: 100%;
}
.block-partners .elements .item .image > a {
  position: relative;
  width: 100%;
  z-index: 1;
}
.block-partners .elements .item .link {
  color: #202020;
  font-family: "PT Sans Narrow", sans-serif;
  font-style: 0.85rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 10px;
  margin-top: 20px;
  text-align: center;
}
.block-partners .slider {
  padding: 0 65px;
}
.block-partners .slider .overflow {
  margin: 0 auto;
}
.block-partners .slider .elements {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

/** 
  * Дополнительные фотографии (компатные)
**/
.block-photos-lite {
  margin-top: 0 !important;
}

.block-photos-lite > .wrapper {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1;
  margin-top: 0 !important;
  padding: 0;
  padding-top: 0 !important;
  text-align: center !important;
  width: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-photos-lite > .wrapper > .big {
  width: 100%;
}
.block-photos-lite > .wrapper > span {
  width: 100%;
}
.block-photos-lite > .wrapper > a {
  margin: 15px 1% 0;
  width: 8%;
}

.block-photos-lite .wrapper a {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.block-photos-lite .wrapper a:after {
  display: none;
}

.block-photos-lite .wrapper a:before {
  background: url(../images/zoom-black.png) center center no-repeat;
  background-color: rgb(255, 255, 255);
  background-size: 50% 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.block-photos-lite .wrapper a:hover:before {
  opacity: 0.2;
}

.block-photos-lite .wrapper a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 80px;
  border-radius: 8px;
}

.block-photos-lite .wrapper > a:nth-of-type(4n-3) {
  margin-left: 1%;
}

.block-photos-lite .wrapper a img {
  height: 100%;
  width: 100%;
}

.block-photos-lite .wrapper span {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.block-photos-lite .wrapper .big {
  margin-bottom: 20px;
  width: 100%;
}

.block-photos-lite .wrapper .big a {
  background-size: cover;
  height: 400px;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  .block-photos-lite .wrapper .big a {
    height: 200px;
  }
}
.block-photos-lite .wrapper .big a img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-photos-lite .wrapper .big span {
  display: none;
  font-size: 1.4rem;
}

/** 
  * Дополнительные фотографии
**/
.block-photos {
  margin-top: 30px;
  position: relative;
}

.block-photos > .wrapper {
  font-size: 0;
  text-align: left;
  z-index: 2;
}

.block-photos a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  height: auto;
  line-height: 0;
  margin: 0 1% 20px;
  width: 23%;
  position: relative;
  vertical-align: bottom;
  height: 400px;
}

.block-photos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}

.block-photos a:before {
  background: url(../images/zoom-black.png) center center no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

.block-photos a:hover:before {
  opacity: 0.2;
}

.block-photos .row {
  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;
}

/** 
 * Наши работы
**/
.block-portfolio {
  margin-bottom: 45px;
  margin-top: 45px;
}
.block-portfolio .sections {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 10px;
}
.block-portfolio .sections .item {
  border: 1px solid rgba(0, 8, 20, 0.14);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
  border: 1px solid #219ebc;
  margin-bottom: 15px;
  padding: 12px 22px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 2px 3px 12px 0 rgba(0, 8, 20, 0.1);
          box-shadow: 2px 3px 12px 0 rgba(0, 8, 20, 0.1);
  width: auto;
}
.block-portfolio .sections .item.active, .block-portfolio .sections .item:hover {
  background-color: #219ebc;
}
.block-portfolio .sections .item > span {
  display: block;
}
.block-portfolio .sections .item .title {
  color: #000814;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.block-portfolio .sections .item .title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
.block-portfolio .sections .item.active .title a, .block-portfolio .sections .item:hover .title a {
  color: #ffffff;
}
.block-portfolio .sections .item.active .lite, .block-portfolio .sections .item:hover .lite {
  color: #ffffff;
}
.block-portfolio .buttons {
  text-align: center;
}
.block-portfolio .elements {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  margin: 35px -1.5% 0;
}
@media (max-width: 479px) {
  .block-portfolio .elements {
    display: block;
  }
}
.block-portfolio .elements .item-column {
  position: relative;
  white-space: normal;
  margin: 0 1.5% 35px;
  width: 30%;
  z-index: 1;
}
@media (max-width: 479px) {
  .block-portfolio .elements .item-column {
    width: 100%;
    max-width: 479px;
    min-height: auto;
    margin: 0 auto 35px;
  }
}
.block-portfolio .elements .item-column > span {
  display: block;
}
.block-portfolio .elements .item-column .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-portfolio .elements .item-column .image img {
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.block-portfolio .elements .item-column .title {
  margin: 25px 0 0;
  position: relative;
  z-index: 3;
}
.block-portfolio .elements .item-column .title > .wrapper {
  display: block;
  font-size: 0;
  height: 60px;
  overflow: hidden;
  text-align: center;
}
.block-portfolio .elements .item-column .title > .wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.block-portfolio .elements .item-column .title > .wrapper span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
.block-portfolio .elements .item-column .title a {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.block-portfolio .elements .item-column .title a:hover {
  color: #219ebc;
}
.block-portfolio .elements .item-column .title a:hover {
  border-bottom-color: #939393;
}
.block-portfolio .elements .item-column .price {
  display: none;
}
.block-portfolio .elements .item-column .buttons {
  display: none;
  margin-top: 25px;
  padding: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-portfolio .elements .item-column .buttons a {
  width: 49%;
}
@media (max-width: 479px) {
  .block-portfolio .elements .item-column .buttons a {
    padding: 14px 15px;
  }
}
.block-portfolio .elements .item-price {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 479px) {
  .block-portfolio .elements .item-price {
    min-width: 1200px;
  }
}
.block-portfolio .elements .item-price:nth-of-type(2n-1) {
  background-color: rgba(33, 158, 188, 0.1);
}
.block-portfolio .elements .item-price:nth-last-of-type(1) {
  margin-bottom: 45px;
}
.block-portfolio .elements .item-price:nth-of-type(1) {
  background-color: #219ebc;
}
.block-portfolio .elements .item-price:nth-of-type(1) > span {
  color: #ffffff;
  font-weight: 700;
  padding: 15px;
}
.block-portfolio .elements .item-price > span {
  padding: 10px 15px;
}
.block-portfolio .elements .item-price .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.block-portfolio .elements .item-price .title a {
  color: #000814;
}
.block-portfolio .elements .item-price .price {
  width: 130px;
  text-align: center;
}
.block-portfolio .elements .item-price .price .value {
  font-size: 1rem;
}
.block-portfolio .elements .item-price .price .currency {
  font-size: 0.9rem;
  padding-left: 4px;
}
.block-portfolio .elements .item-price .price.deposit .value {
  color: #CD1B39;
}
.block-portfolio .elements .item-price .buttons {
  width: 140px;
}
.block-portfolio .elements .item-price .buttons a {
  font-size: 0.9rem;
  padding: 10px 15px;
}
.block-portfolio .elements .item-price .buttons a.button-2 {
  padding: 8px 15px;
  margin-right: 10px;
  display: none;
}
.block-portfolio .element {
  margin: 50px 0 55px;
}
.block-portfolio .element .row-1,
.block-portfolio .element .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .block-portfolio .element .row-1,
.block-portfolio .element .row-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-portfolio .element .row-1 .column-1,
.block-portfolio .element .row-2 .column-1 {
  margin-right: 5%;
  width: 65%;
}
@media (max-width: 479px) {
  .block-portfolio .element .row-1 .column-1,
.block-portfolio .element .row-2 .column-1 {
    width: 100%;
    margin-right: 0;
  }
}
.block-portfolio .element .row-1 .column-2,
.block-portfolio .element .row-2 .column-2 {
  width: 30%;
}
@media (max-width: 479px) {
  .block-portfolio .element .row-1 .column-2,
.block-portfolio .element .row-2 .column-2 {
    width: 100%;
  }
}
.block-portfolio .element .row-1 h2,
.block-portfolio .element .row-2 h2 {
  text-align: left;
}
@media (max-width: 479px) {
  .block-portfolio .element .row-1 h2,
.block-portfolio .element .row-2 h2 {
    text-align: center;
  }
}
.block-portfolio .element .row-1 .column-1 {
  background-color: #ffffff;
  padding: 20px;
}
.block-portfolio .element .row-1 .column-2 {
  background: #219ebc;
  background: linear-gradient(135deg, #219ebc 0%, #219ebc 100%);
  padding: 15px 30px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-portfolio .element .row-1 .column-2 form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-portfolio .element .row-1 .column-2 form .field {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.block-portfolio .element .row-1 .column-2 form .field-date {
  width: 50%;
}
.block-portfolio .element .row-1 .column-2 form .field .label {
  color: #ffffff;
  padding-left: 0;
  text-align: center;
  font-size: 0.8rem;
  width: 100%;
}
.block-portfolio .element .row-1 .column-2 form .field input,
.block-portfolio .element .row-1 .column-2 form .field select {
  color: #ffffff;
  padding: 14px 15px;
  background-color: transparent !important;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 1rem;
}
.block-portfolio .element .row-1 .column-2 form .field input::-webkit-input-placeholder, .block-portfolio .element .row-1 .column-2 form .field select::-webkit-input-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field input::-moz-placeholder, .block-portfolio .element .row-1 .column-2 form .field select::-moz-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field input:-ms-input-placeholder, .block-portfolio .element .row-1 .column-2 form .field select:-ms-input-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field input::-ms-input-placeholder, .block-portfolio .element .row-1 .column-2 form .field select::-ms-input-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field input::placeholder,
.block-portfolio .element .row-1 .column-2 form .field select::placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field input._error,
.block-portfolio .element .row-1 .column-2 form .field select._error {
  background-color: rgba(205, 27, 57, 0.5) !important;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection {
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  text-align: center;
  height: 50px !important;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection::-webkit-input-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection::-moz-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection:-ms-input-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection::-ms-input-placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection::placeholder {
  color: #ffffff;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection._error {
  background-color: rgba(205, 27, 57, 0.5) !important;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection .select2-selection__rendered {
  color: #ffffff;
  line-height: 50px !important;
  font-size: 1rem;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection .select2-selection__arrow {
  height: 50px !important;
}
.block-portfolio .element .row-1 .column-2 form .field .select2-selection .select2-selection__arrow b {
  border-color: #023047 transparent transparent transparent !important;
}
.block-portfolio .element .row-1 .column-2 form .policy {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}
.block-portfolio .element .row-1 .column-2 .buttons {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.block-portfolio .element .row-1 .column-2 .buttons .button {
  width: 100%;
}
.block-portfolio .element .row-1 .column-2 .price .prefix {
  display: block;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 15px;
}
.block-portfolio .element .row-1 .column-2 .price .value {
  font-size: 3rem;
}
.block-portfolio .element .row-1 .column-2 .price .currency {
  font-size: 2.6rem;
}
.block-portfolio .element .row-2 {
  margin-top: 45px;
  margin-bottom: 55px;
}
@media (max-width: 479px) {
  .block-portfolio .element .row-2 .column-2 {
    margin-top: 45px;
  }
}
.block-portfolio .element .row-2 .column-1 {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 479px) {
  .block-portfolio .element .row-content {
    padding: 0 20px;
  }
}
.block-portfolio .element .area-prices,
.block-portfolio .element .area-features {
  background-color: #ffffff;
}
.block-portfolio .element .area-prices .item,
.block-portfolio .element .area-features .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
}
.block-portfolio .element .area-prices .item > span:nth-of-type(1), .block-portfolio .element .area-prices .item > div:nth-of-type(1),
.block-portfolio .element .area-features .item > span:nth-of-type(1),
.block-portfolio .element .area-features .item > div:nth-of-type(1) {
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.block-portfolio .element .area-prices .item > span:nth-of-type(2), .block-portfolio .element .area-prices .item > div:nth-of-type(2),
.block-portfolio .element .area-features .item > span:nth-of-type(2),
.block-portfolio .element .area-features .item > div:nth-of-type(2) {
  font-size: 1.2rem;
  margin-left: 15px;
}
.block-portfolio .element .area-prices .item > span:nth-of-type(3),
.block-portfolio .element .area-features .item > span:nth-of-type(3) {
  margin-left: 5px;
}
.block-portfolio .element .area-prices .item:nth-of-type(2n),
.block-portfolio .element .area-features .item:nth-of-type(2n) {
  background-color: rgba(33, 158, 188, 0.1);
}
.block-portfolio .element .area-prices .item-deposit,
.block-portfolio .element .area-features .item-deposit {
  background-color: #219ebc !important;
}
.block-portfolio .element .area-prices .item-deposit *,
.block-portfolio .element .area-features .item-deposit * {
  color: #ffffff !important;
}
.block-portfolio .buttons {
  margin-top: 25px;
}

.block-portfolio .buttons {
  text-align: center;
}

.block-portfolio .slider .item:nth-of-type(3n-2) {
  margin-left: 40px;
}

.block-portfolio .slider .item:nth-of-type(1) {
  margin-left: 0;
}

/** 
 * Отзывы
**/
.block-responce {
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 45px 0 0;
  margin-top: 0;
}
.block-responce:before {
  content: "";
  height: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 1920px;
  background-image: url(../images/background-responce.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.block-responce > .wrapper {
  position: relative;
  z-index: 3;
}
.block-responce > .wrapper:before, .block-responce > .wrapper:after {
  content: "";
  height: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  top: -45px;
  width: 1920px;
}
.block-responce > .wrapper:before {
  background-image: url(../images/background-header.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
}
.block-responce > .wrapper:after {
  background-color: #000814;
  opacity: 0.5;
  z-index: -2;
}

.block-responce h2 {
  text-align: center;
}

.block-responce .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.block-responce .elements .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  position: relative;
  margin: 0 25px 50px;
  width: calc(50% - 50px);
  text-align: center;
  padding: 25px 35px 25px;
  border: 2px solid #8d99ae;
}

.block-responce .elements .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 35px;
}

.block-responce .elements .item .border > span {
  display: block;
}

.block-responce .elements .item .image {
  background-size: cover;
  height: 80px;
  overflow: hidden;
  width: 120px;
  margin: 0 50px 0 0;
  z-index: 2;
}
.block-responce .elements .item .image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-responce .elements .item .link {
  font-size: 1.2rem;
  color: #000814;
  margin-top: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.block-responce .elements .item .info {
  opacity: 0.7;
  font-size: 0.9rem;
  margin-top: 5px;
  display: block;
}

.block-responce .elements .item .lite {
  position: relative;
  opacity: 0.5;
  margin-top: 20px;
}

.block-responce .elements .item .lite,
.block-responce .elements .item .lite * {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  text-align: left;
  line-height: 1.3;
}

.block-responce .elements .item .score {
  display: none;
  left: 110px;
  position: absolute;
  top: 12px;
}

.block-responce .elements .item .buttons {
  margin-top: 45px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
}
.block-responce .elements .item .buttons .letter {
  margin-left: 10px;
}

.block-responce .elements .item .score span {
  background: url(../images/score.png) left top no-repeat;
  background-position: left bottom -30px;
  background-size: 16px 45px;
  cursor: default;
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  opacity: 0.5;
  position: relative;
  vertical-align: top;
  width: 16px;
}

.block-responce .elements .item .score span:nth-of-type(1) {
  margin-left: 0;
}

.block-responce .elements .item .score span.active {
  background-position: left bottom -15px;
  opacity: 1;
}

.block-responce .elements .item .date {
  background-color: #219ebc;
  padding: 10px 0 0;
  position: absolute;
  left: 290px;
  top: 0;
  height: 90px;
  width: 90px;
}

.block-responce .elements .item .date i {
  color: #ffffff;
}

.block-responce-form {
  margin-bottom: 40px;
}

.page-catalog .block-responce-form {
  margin-top: 25px;
}

.block-responce-form .h {
  font-size: 1.5rem;
  margin-bottom: 25px;
  text-align: left;
  color: #fff;
}

.block-responce-form .label span {
  color: #fff;
}

.block-responce-form .column.buttons {
  display: inline-block;
  margin-top: 0;
}

.block-responce-form .input,
.block-responce-form .textarea {
  z-index: 1;
}

.block-responce-form .important-text {
  padding-left: 20px;
  padding-top: 17px;
}

.block-responce-form .field-score .input {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 2px;
}

.block-responce-form .field-score .input span {
  background: url(../images/score.png) left top no-repeat;
  background-size: 24px 66px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  position: relative;
  vertical-align: top;
  width: 29px;
}

.block-responce-form .field-score .input span:nth-last-of-type(1) {
  width: 24px;
}

.block-responce-form .field-score .input span:before, .block-responce-form .field-score .input span:after {
  background: url(../images/score.png) left top no-repeat;
  background-size: 24px 66px;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  width: 24px;
}

.block-responce-form .field-score .input span:before {
  background-position: 0 -22px;
  z-index: 2;
}

.block-responce-form .field-score .input:hover span:before {
  opacity: 0.8 !important;
}

.block-responce-form .field-score .input span:hover ~ span:before {
  opacity: 0 !important;
}

.block-responce-form .field-score .input span:after {
  background-position: 0 -44px;
  z-index: 1;
}

.block-responce-form .field-score .input ._error ~ span:after {
  opacity: 1;
}

.block-responce-form .field-score .input:hover span:after {
  opacity: 0;
}

.block-responce-form .field-score input[value="1"] ~ span:nth-of-type(1):before,
.block-responce-form .field-score input[value="2"] ~ span:nth-of-type(1):before,
.block-responce-form .field-score input[value="2"] ~ span:nth-of-type(2):before,
.block-responce-form .field-score input[value="3"] ~ span:nth-of-type(1):before,
.block-responce-form .field-score input[value="3"] ~ span:nth-of-type(2):before,
.block-responce-form .field-score input[value="3"] ~ span:nth-of-type(3):before,
.block-responce-form .field-score input[value="4"] ~ span:nth-of-type(1):before,
.block-responce-form .field-score input[value="4"] ~ span:nth-of-type(2):before,
.block-responce-form .field-score input[value="4"] ~ span:nth-of-type(3):before,
.block-responce-form .field-score input[value="4"] ~ span:nth-of-type(4):before,
.block-responce-form .field-score input[value="5"] ~ span:nth-of-type(1):before,
.block-responce-form .field-score input[value="5"] ~ span:nth-of-type(2):before,
.block-responce-form .field-score input[value="5"] ~ span:nth-of-type(3):before,
.block-responce-form .field-score input[value="5"] ~ span:nth-of-type(4):before,
.block-responce-form .field-score input[value="5"] ~ span:nth-of-type(5):before {
  opacity: 1;
}

.block-responce-elements-index .buttons {
  text-align: center;
}

/** 
  * кнопка наверх
**/
.block-scroll {
  position: fixed;
  height: 0;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 90;
}

.block-scroll > .wrapper {
  height: 0;
  margin: 0 auto;
  min-width: 1160px;
  position: relative;
}

.block-scroll a {
  background: url(../images/arrow-top-white.png) no-repeat #FD9091;
  background-position: center 19px;
  background-size: 30px auto;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0rem;
  height: 60px;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-decoration: none;
  top: 0;
  /* Для Firefox */
  /* Для IE */
  -webkit-transform: translate(0, -150px);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: translate(0, -150px);
  -webkit-transition: background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  -webkit-transition: background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  transition: background-color 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 60px;
  z-index: 10;
}

.block-scroll.show a {
  opacity: 1;
  /* Для Firefox */
  /* Для IE */
  -webkit-transform: translate(0, 0);
  /* Для Safari, Chrome, iOS */
  /* Для Opera */
  transform: translate(0, 0);
}

.block-scroll a:hover {
  background-color: #BE3A31;
  color: #fff;
}

.block-scroll a:before,
.block-scroll a:after {
  display: none;
  border-radius: 30px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.block-scroll a:before {
  background-color: #FD9091;
  z-index: -2;
}

.block-scroll a:after {
  background-color: #BE3A31;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.block-scroll a:hover:after {
  opacity: 1;
}

#scroll_top {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 0;
  min-width: 1100px;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 90;
}

#scroll_top a {
  position: absolute;
  width: 35px;
  height: 20px;
  background: url(../images/scroll.png) center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  border-radius: 3px;
  opacity: 0.4;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#scroll_top a:hover {
  opacity: 1;
}

/** 
  * Новости
**/
.block-staff {
  margin: 45px 0;
}

.block-staff > .wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}

.block-staff .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-staff .elements .item {
  border: 1px solid #dfe0e4;
  background-color: #efefef;
  padding: 0 0 25px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  width: 23%;
  margin: 0 1% 25px;
  z-index: 1;
}

.block-staff .elements .item > span {
  color: #202020;
  display: block;
  position: relative;
}

.block-staff .elements .item .link {
  height: 50px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  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;
  text-align: center;
}

.block-staff .elements .item .link a {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #000814;
  display: block;
  line-height: 1.1;
}

.block-staff .elements .item .hint {
  text-align: center;
}

.block-staff .elements .item .date {
  background-color: #219ebc;
  padding: 7px 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  z-index: 1;
}

.block-staff .elements .item .date i {
  color: #ffffff;
  display: block;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 2;
}

.block-staff .elements .item .date .month {
  font-size: 1.2rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
}

.block-staff .elements .item .date .day {
  font-size: 4rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  margin: 2px 0;
}

.block-staff .elements .item .date .year {
  font-size: 1.2rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 300;
}

.block-staff .elements .item .image {
  margin: 0;
  height: 220px;
  z-index: 1;
}

.block-staff .elements .item .image > a {
  background-position: center center;
  background-size: cover;
  display: block;
  line-height: 1.1;
  z-index: 1;
}

.block-staff .elements .item .lite,
.block-staff .elements .item .lite * {
  padding: 0 20px;
  margin-top: 15px;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.1;
  text-align: center;
  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;
  z-index: 3;
  width: 100%;
}

.block-staff .elements .item:hover .lite {
  opacity: 1;
}

.block-staff .elements .item .lite span {
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.2rem;
}

.block-staff .elements .item .buttons {
  margin-top: 25px;
  text-align: center;
}

.block-staff .slider .overflow > div > div:nth-of-type(3n-2) {
  margin-left: 50px;
}

.block-staff .slider .overflow > div > div:nth-of-type(1) {
  margin-left: 0px;
}

.block-staff-elements-more > .wrapper > .h {
  padding: 0 20px;
}

/** 
 * Услуги
**/
.region-services-sections-index {
  margin-top: -300px;
  z-index: 10;
}
.region-services-sections-index h2 {
  color: #fff;
  text-align: center;
}
.region-services-sections-index h2 a {
  color: #fff !important;
}

.block-services > .wrapper > .buttons {
  text-align: center;
}
.block-services .sections-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 65px -1% 0;
}
.block-services .sections-main > .item {
  border: none;
  width: 31%;
  margin: 0 1% 35px;
  min-width: auto;
  max-width: none;
  display: block;
  padding: 0px 35px 95px;
  background-color: #000;
  position: relative;
}
.block-services .sections-main > .item:nth-of-type(2n) {
  background-color: #023047;
}
.block-services .sections-main > .item:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/background-services.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.block-services .sections-main > .item .image {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% + 70px);
  height: 240px;
  margin: 0 -35px;
  position: relative;
}
.block-services .sections-main > .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-services .sections-main > .item .image:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: rgba(33, 158, 188, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.block-services .sections-main > .item > a {
  display: block;
  font-family: "PT Sans Narrow", sans-serif;
  color: #fff !important;
  margin-top: 25px;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.block-services .sections-main > .item > a:hover {
  -webkit-text-decoration: underline #219ebc;
          text-decoration: underline #219ebc;
}
.block-services .sections-main > .item .lite {
  text-align: left;
  position: relative;
  z-index: 2;
  font-size: 1rem;
  margin-top: 20px;
  text-align: center;
  display: block;
  color: #fff;
  display: none;
}
.block-services .sections-main > .item .buttons {
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
}
.block-services .sections-main > .item .buttons a {
  display: block;
  margin: 0 35px;
  width: auto;
}
.block-services .sections-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -1% 35px;
}
.block-services .sections-inside > .item {
  width: 31%;
  margin: 0 1% 25px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 0px 15px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.block-services .sections-inside > .item > .image {
  width: calc(100% + 30px);
  height: 210px;
  margin: 0 -15px 25px;
  background-color: #ffffff;
  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;
  margin-bottom: 25px;
}
.block-services .sections-inside > .item > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-services .sections-inside > .item h2 {
  font-size: 1.2rem;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.block-services .sections-inside > .item h2 a:hover {
  color: #219ebc !important;
}
.block-services .sections-inside > .item .lite {
  margin-top: 20px;
  font-size: 0.9rem;
  text-align: center;
  display: none;
}
.block-services .sections-inside > .item .lite * {
  font-size: 0.9rem;
  margin-bottom: 0;
  text-align: center;
}
.block-services .sections-inside > .item:hover {
  border-color: #219ebc;
}
.block-services .sections-inside > .item:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.block-services .sections-inside > .item .price {
  margin-top: 15px;
  text-align: center;
}
.block-services .sections-inside > .item .price .prefix {
  display: block;
  margin-bottom: 8px;
}
.block-services .sections-inside > .item .price .before {
  padding-right: 8px;
  font-size: 1.2rem;
}
.block-services .sections-inside > .item .price .currency {
  font-size: 1.2rem;
  padding-left: 5px;
}
.block-services .sections-inside > .item .price .value {
  color: #219ebc;
  font-size: 1.6rem;
  font-weight: 700;
}
.block-services .sections-inside > .item .buttons {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.block-services .sections-inside > .item .buttons a {
  width: 100%;
  border-radius: 0 0 6px 6px;
}
.block-services .buttons {
  text-align: left;
}
.page-index .block-services {
  margin-bottom: 50px;
}
.block-services-sections-more {
  padding-top: 45px;
}
.block-services .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.block-services .section .column-1 {
  width: 65%;
  margin-right: 5%;
}
.block-services .section .column-2 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  background-color: #219ebc;
  background-image: linear-gradient(160deg, #219ebc 0%, #219ebc 100%);
  padding: 45px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-services .section .column-2 .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.block-services .section .column-2 .price .prefix {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.block-services .section .column-2 .price .value {
  font-size: 1.8rem;
}
.block-services .section .column-2 .price * {
  color: #ffffff;
  text-align: center;
}

.block-services-elements .wrapper {
  position: relative;
  padding: 55px 0;
  margin-bottom: 55px;
  z-index: 1;
}
.block-services-elements .wrapper > h2 {
  margin-top: 0;
  margin-bottom: 55px;
}
.block-services-elements .wrapper:after {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background: url(../images/background-area.jpg) center top;
  background-size: cover;
  z-index: -2;
}
.block-services-elements .wrapper:before {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 1920px;
  background-color: rgba(0, 8, 20, 0.75);
  z-index: -1;
}
.block-services-elements .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-services-elements .item {
  padding: 0 25px;
  width: 33%;
  margin-bottom: 55px;
}
.block-services-elements .item > span {
  display: block;
}
.block-services-elements .item .image {
  margin-bottom: 35px;
  width: 100%;
  height: 230px;
  border-radius: 26px 0 26px 0;
  overflow: hidden;
}
.block-services-elements .item .image img {
  -webkit-box-shadow: 0 0 6px rgba(0, 8, 20, 0.1);
          box-shadow: 0 0 6px rgba(0, 8, 20, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.block-services-elements .item .text {
  text-align: center;
}
.block-services-elements .item .text * {
  font-size: 1rem;
  color: #ffffff;
}
.block-services-elements .item .text h2 {
  font-size: 1.4rem;
}
.block-services-elements-lite .item .image {
  margin-left: auto;
  margin-right: auto;
  height: 180px;
  width: 180px;
}
.block-services-elements-lite .item .image img {
  border: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

/** 
  * Наполение
**/
.block-sitemap {
  margin-top: 50px;
}

.block-sitemap > .wrapper {
  position: relative;
}

.block-sitemap .item {
  text-align: center;
}

.block-sitemap .item .settings {
  margin-bottom: 40px;
}

.block-sitemap .item .settings > a {
  border-bottom: 1px solid #FCBF56;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
}

.block-sitemap .item .sections {
  margin-top: 15px;
  margin-bottom: 40px;
}

.block-sitemap .item .sections .s {
  margin-top: 10px;
}

.block-sitemap .item .sections .s > a {
  border-bottom: 1px solid #9a9a9a;
  color: #1a1a1a;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: none;
}

.block-sitemap .item .elements {
  margin-top: 25px;
  margin-bottom: 40px;
}

.block-sitemap .item .elements .e {
  margin-top: 10px;
}

.block-sitemap .item .elements .e > a {
  border-bottom: 1px solid #9a9a9a;
  color: #3a3a3a;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  text-decoration: none;
}

.block-slideshow {
  z-index: 1;
  margin-top: 0px;
}
.block-slideshow .wrapper {
  max-width: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.block-slideshow .wrapper .overflow {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 600px;
  z-index: 1;
}
.block-slideshow .wrapper .area-slideshow {
  left: 50%;
  margin-left: -600px;
}
.block-slideshow .item {
  font-size: 0;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  width: 100%;
  z-index: 1;
}
.block-slideshow .item > .image, .block-slideshow .item > .group {
  opacity: 1;
  position: absolute;
}
.block-slideshow .item > .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 1;
}
.block-slideshow .item > .image:before {
  bottom: auto;
  content: "";
  height: 100%;
  left: 50%;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
  background-color: rgba(0, 8, 20, 0.4);
  z-index: 2;
}
.block-slideshow .item > .image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.block-slideshow .item > .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 0 -150px;
  left: 50%;
  position: absolute;
  text-align: left;
  height: 100%;
  top: 0;
  width: 750px;
  z-index: 3;
}
.block-slideshow .item > .group .title,
.block-slideshow .item > .group .lite,
.block-slideshow .item > .group .buttons {
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  opacity: 0;
  width: 100%;
  text-align: left;
}
.block-slideshow .item > .group .title,
.block-slideshow .item > .group .title a {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  display: none;
}
.block-slideshow .item > .group .lite {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.block-slideshow .item > .group .lite p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-slideshow .item > .group .buttons {
  margin-top: 25px;
}
.block-slideshow .item > .group .buttons .button {
  text-decoration: none;
}
.block-slideshow .item > .group h2 {
  text-align: left;
}
.block-slideshow .item > .group * {
  color: #ffffff;
}
.block-slideshow .item > .group * .button {
  color: #ffffff;
}
.block-slideshow .item.first {
  opacity: 1;
}
.block-slideshow .item.show, .block-slideshow .item.hide {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.block-slideshow .item.show .image, .block-slideshow .item.active .image {
  opacity: 1;
}
.block-slideshow .item.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.block-slideshow .item.active > .group .title, .block-slideshow .item.active > .group .lite, .block-slideshow .item.active > .group .buttons {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.block-slideshow .item.active > .group .title {
  -webkit-transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.2s;
  -webkit-transition: opacity 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s;
  transition: opacity 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s;
  transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.2s;
  transition: transform 0.3s ease 1.2s, opacity 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s;
}
.block-slideshow .item.active > .group .lite {
  -webkit-transition: transform 0.3s ease 1.4s, opacity 0.3s ease 1.4s;
  -webkit-transition: opacity 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s;
  transition: opacity 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s;
  transition: transform 0.3s ease 1.4s, opacity 0.3s ease 1.4s;
  transition: transform 0.3s ease 1.4s, opacity 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s;
}
.block-slideshow .item.active > .group .buttons {
  -webkit-transition: transform 0.3s ease 1.6s, opacity 0.3s ease 1.6s;
  -webkit-transition: opacity 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s;
  transition: opacity 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s;
  transition: transform 0.3s ease 1.6s, opacity 0.3s ease 1.6s;
  transition: transform 0.3s ease 1.6s, opacity 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s;
}
.block-slideshow .arrow {
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  background-image: url(../images/icons/icon-arrow-big-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  height: 60px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 60px;
  z-index: 2;
}
.block-slideshow .arrow:hover {
  background-color: #219ebc;
  border-color: #219ebc;
  opacity: 1;
}
.block-slideshow .arrow.previous {
  left: 40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-slideshow .arrow.next {
  right: 40px;
}
.block-slideshow .circles {
  display: none;
  bottom: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.block-slideshow .circles .wrapper {
  display: inline-block;
  height: 50px;
  padding: 10px 5px;
  position: relative;
}
.block-slideshow .circles .wrapper:before {
  background-color: #ffffff;
  border-radius: 25px;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.block-slideshow .circles a {
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  opacity: 1;
  position: relative;
  width: 30px;
}
.block-slideshow .circles a:before, .block-slideshow .circles a:after {
  background-size: 100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
}
.block-slideshow .circles a:before {
  background-image: url(../images/slideshow-circle.png);
  opacity: 0.8;
}
.block-slideshow .circles a:hover:before {
  opacity: 1;
}
.block-slideshow .circles a:after {
  background-image: url(../images/slideshow-circle-active.png);
  opacity: 0;
}
.block-slideshow .circles a.active:after {
  opacity: 1;
}
.block-slideshow .form {
  background-color: #219ebc;
  background-image: linear-gradient(160deg, #219ebc 0%, #219ebc 100%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 35px 40px;
  position: absolute;
  right: 50%;
  border-radius: 8px;
  margin-right: -600px;
  top: 50%;
  -webkit-box-shadow: 8px 12px 22px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 12px 22px rgba(0, 0, 0, 0.3);
  width: 450px;
  z-index: 3;
}
.block-slideshow .form h2 {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 15px;
}
.block-slideshow .form input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
}
.block-slideshow .form input::-webkit-input-placeholder {
  color: #fff;
}
.block-slideshow .form input::-moz-placeholder {
  color: #fff;
}
.block-slideshow .form input:-ms-input-placeholder {
  color: #fff;
}
.block-slideshow .form input::-ms-input-placeholder {
  color: #fff;
}
.block-slideshow .form input::placeholder {
  color: #fff;
}
.block-slideshow .form input._error {
  background-color: rgba(0, 8, 20, 0.5) !important;
}
.block-slideshow .form p {
  font-size: 1rem;
}
.block-slideshow .form .policy {
  font-size: 0.8rem;
}
.block-slideshow .form .buttons {
  margin-top: 25px;
}
.block-slideshow .form .buttons .button:hover {
  background-color: #000814;
}

/** 
  * Заголовок
**/
.block-title > .wrapper {
  color: #ffffff;
  position: relative;
  text-align: center;
}

.block-title h1,
.block-title h2 {
  margin-bottom: 0;
  text-align: center;
}
.block-title h1 span,
.block-title h2 span {
  color: #ffffff !important;
}
@media (max-width: 479px) {
  .block-title h1,
.block-title h2 {
    padding: 0 20px;
  }
}

.block-title .ecount {
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  text-transform: none;
}

.region-crumb + .region-title .block-title {
  margin-top: 20px;
}

.block-viewer {
  text-align: center;
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  margin-top: 0;
}

.block-viewer > .wrapper {
  text-align: right;
  margin: 0;
  height: 100vh;
  width: 100%;
}

.block-viewer .overlay {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(26, 26, 26, 0.5);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: default;
}

.block-viewer .overlay .gradient {
  visibility: hidden;
}

.block-viewer .overlay .control {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.block-viewer .overlay .control a {
  display: inline-block;
  position: relative;
}

.block-viewer .overlay .control a span {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  z-index: 20;
  opacity: 0.2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.block-viewer .overlay .control a div {
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}

.block-viewer .overlay .control a:hover span {
  opacity: 1;
}

.block-viewer .overlay .control .close {
  width: 100%;
  height: 45%;
}

.block-viewer .overlay .control .close span {
  background: url(../images/viewer/close.png) center center;
  background-size: 100% 100%;
  right: 30px;
}

.block-viewer .overlay .control .next,
.block-viewer .overlay .control .previous {
  width: 50%;
  height: 55%;
}

.block-viewer .overlay .control .next span {
  background: url(../images/viewer/next.png) center center no-repeat;
  background-size: 50% 100%;
  right: 30px;
}

.block-viewer .overlay .control .previous span {
  background: url(../images/viewer/previous.png) center center no-repeat;
  background-size: 50% 100%;
  left: 30px;
}

.block-viewer .overlay .control .alone {
  width: 100%;
  height: 100%;
}

.block-viewer .return {
  position: relative;
  height: 100vh;
  max-width: 400px;
  width: 400px;
  display: inline-block;
  top: 0px;
  right: 0px;
  text-align: left;
  opacity: 0;
  z-index: 20;
  background: rgba(0, 8, 20, 0.9);
  vertical-align: top;
  padding: 80px 30px 0;
}
.block-viewer .return h2 {
  margin-bottom: 45px;
  text-align: center;
}
.block-viewer .return h2:before {
  left: 0;
  margin-left: 0;
}

.block-viewer .return._orders {
  background-color: transparent;
  min-width: 1000px;
  width: 90%;
  padding: 0;
}

.block-viewer .return._catalog {
  max-width: 1057px;
  width: 1057px;
}

.block-viewer .return._basket {
  max-width: 700px;
  width: 700px;
}

.block-viewer .return._enter,
.block-viewer .return._forget {
  max-width: 600px;
  width: 600px;
}

.block-viewer .return .title {
  margin: 0;
  padding: 0;
}

.block-viewer .return .control {
  position: absolute;
  z-index: 30;
  top: 18px;
  right: 18px;
  text-align: right;
  white-space: nowrap;
}

.block-viewer .return .control a {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  line-height: 0;
}

.block-viewer .return .control a span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.block-viewer .return .control a .state {
  z-index: 10;
  opacity: 0.5;
}

.block-viewer .return .control a .hover {
  display: none;
}

.block-viewer .return .control a:hover .state {
  opacity: 1;
}

.block-viewer .return .control .close {
  width: 16px;
  height: 16px;
  position: relative;
}

.block-viewer .return .control .button.close {
  height: auto;
}

.block-viewer .return .control .close span {
  background: url(../images/viewer/close-white.png) left top no-repeat;
  background-size: 100% 100%;
}

.block-viewer .return .buttons a, .block-viewer .return .buttons.control a {
  line-height: 1;
  width: auto;
}

.block-viewer .return ._ERROR {
  padding: 130px 150px;
  background: url(../images/viewer/error.png) center 60px no-repeat;
}

.block-viewer .catalog-item .image {
  margin: 0 auto;
  width: 200px;
}

.block-viewer .catalog-item .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-top: 5px;
  text-align: center;
}

.block-viewer .catalog-item .title a {
  border-bottom: 1px solid transparent;
  color: #219ebc;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.block-viewer .catalog-item .title a:hover {
  border-bottom-color: transparent;
}

.block-viewer .catalog-item .price {
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.block-viewer .catalog-item .price > span {
  display: inline-block;
}

.block-viewer .catalog-item .price .value {
  color: #CD1B39;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.block-viewer .catalog-item .price .prefix {
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin-right: 8px;
  margin-top: 8px;
}

.block-viewer .catalog-item .price .currency {
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin-left: 8px;
  margin-top: 8px;
}

.block-viewer .catalog-item .price .empty {
  color: #9a9a9a;
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
}

.block-viewer .catalog-item .price .opt {
  height: 16px;
  margin-left: 15px;
  position: relative;
  width: 16px;
}

.block-viewer .catalog-item .price .opt .icon {
  height: 100%;
  width: 100%;
}

.block-viewer .catalog-item .price .opt .show {
  background-color: #219ebc;
  border-radius: 2px;
  color: #ffffff;
  content: attr(data-hint);
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 0.7rem;
  opacity: 0;
  right: -15px;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: calc(-100% - 5px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.2s ease, transform 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  white-space: nowrap;
  visibility: hidden;
  z-index: 1;
}

.block-viewer .catalog-item .price .opt:hover .show {
  opacity: 1;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  visibility: visible;
}

.block-viewer .basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.block-viewer .basket-item .image {
  margin-right: 50px;
  width: 150px;
}

.block-viewer .basket-item .title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-top: 5px;
}

.block-viewer .basket-item .title a {
  border-bottom: 1px solid transparent;
  color: #219ebc;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.block-viewer .basket-item .title a:hover {
  border-bottom-color: transparent;
}

.block-viewer .basket-item .price {
  margin-top: 20px;
  position: relative;
  white-space: nowrap;
  text-align: left;
}

.block-viewer .basket-item .price > span {
  display: inline-block;
}

.block-viewer .basket-item .price .value {
  color: #CD1B39;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

.block-viewer .basket-item .price .currency {
  color: #9a9a9a;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin-left: 8px;
  margin-top: 8px;
}

.block-viewer .basket-item .price .empty {
  color: #9a9a9a;
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
}

.block-viewer ._basket .buttons {
  position: relative;
  top: 0;
  right: 0;
}

.block-viewer ._basket .button {
  color: #ffffff;
}

.block-viewer ._basket .button:nth-of-type(1):before {
  background-color: #219ebc;
}

.block-viewer ._basket .button:nth-of-type(2) {
  font-size: 1.1rem;
  margin-left: 20px;
  padding: 20px 30px;
}

.block-viewer ._basket .button:nth-of-type(2):before {
  background-color: #023047;
}

.block-viewer ._basket .basket {
  margin-top: 30px;
}

.block-viewer ._basket .basket > span {
  display: block;
  line-height: 1;
}

.block-viewer ._basket .basket > span * {
  line-height: 1;
  vertical-align: bottom;
}

.block-viewer ._basket .basket .top {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  color: #202020;
  text-align: left;
  text-transform: uppercase;
}

.block-viewer ._basket .basket .bottom {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1rem;
  color: #202020;
  margin-top: 14px;
  text-align: left;
  text-transform: uppercase;
}

.block-viewer ._basket .basket .c {
  padding: 0 4px;
  vertical-align: top;
}

.block-viewer ._basket .basket .p .value {
  padding: 0 4px;
}

.block-viewer ._basket .basket .p .label {
  padding: 0;
}

.block-viewer .label span {
  color: #ffffff;
}

.block-viewer .input input,
.block-viewer .textarea textarea {
  color: #ffffff !important;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.block-viewer .fields input._error,
.block-viewer .fields textarea._error,
.block-viewer .fields select._error {
  background-color: rgba(205, 27, 57, 0.25) !important;
}

.block-viewer .buttons .button {
  padding: 15px 30px;
  font-size: 1.2rem;
}

.block-viewer .fields > .field {
  text-align: center;
}
.block-viewer .fields > .field .label {
  padding-left: 0;
}
.block-viewer .buttons {
  text-align: center;
}
.block-viewer .important-text {
  text-align: center;
}
.block-viewer .policy {
  text-align: center;
}

#adaptive ul {
  display: none;
}

.mm-panels .mm-btn:after {
  border-color: #fff !important;
}

.mm-btn_next:after,
.mm-btn_prev:before {
  border-color: #fff !important;
}

.splide__slide:before {
  display: none;
}

.splide__pagination li:before {
  display: none;
}

@media (max-width: 1199px) {
  .page {
    min-width: 320px;
  }

  .region > .wrapper,
.block > .wrapper {
    width: 100%;
  }

  .template-columns {
    width: 100%;
    margin-top: 15px;
  }
  .template-columns .column-1 {
    width: 100%;
  }
  .template-columns .column-2 {
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  .template-background {
    padding-bottom: 20px;
  }

  .splide__pagination {
    bottom: -1.5em !important;
  }

  .buttons > .button:after {
    display: none;
  }

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

  .block-menu .menu {
    display: none;
  }

  .block-catalog .element {
    margin-top: 0;
  }
  .block-catalog .row-2 {
    padding: 0 10px;
    text-align: center;
  }
  .block-catalog .row-2 .catalog-lite ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-catalog .row-2 .catalog-lite li {
    padding: 6px 10px 6px 30px;
    margin: 0 10px 10px 0;
    font-size: 0.9rem;
  }
  .block-catalog .row-2 .catalog-lite li:before {
    width: 15px;
    height: 18px;
    left: 10px;
    top: 4px;
  }

  .block-gallery-elements .image img,
.block-photos .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }

  .block-gallery ul.splide__pagination li {
    padding: 2px;
  }

  .block-photos-lite a {
    height: 64px;
    width: 77px;
    margin: 10px 5px 0px !important;
  }
  .block-photos-lite a :nth-of-type(6n-5) {
    margin-left: 5px !important;
  }
}
@media (max-width: 991px) {
  .columns > .column {
    display: block;
    width: 100%;
    max-width: 420px;
    text-align: center;
    margin: 15px auto 35px;
  }

  .columns > .column:nth-of-type(2n+1),
.columns > .column:nth-of-type(3n+2),
.columns > .column:nth-of-type(4n+3),
.columns > .column:nth-of-type(5n+4) {
    margin: 15px auto 35px;
  }

  .fields .column {
    width: 100%;
    margin-left: 0;
  }

  h1, h2, .h {
    font-size: 1.8rem;
    margin-bottom: 20px !important;
  }

  .buttons > .button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .image.float {
    display: block;
    margin: 0 auto 25px;
    width: 100%;
    max-width: 480px;
    float: none;
  }

  .area-header {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .area-header > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 50%;
    margin-bottom: 0 !important;
  }
  .area-header .logo {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
  .area-header .logo img {
    position: relative;
    height: 80px;
  }
  .area-header .social {
    margin-bottom: 25px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .area-header .social a {
    margin-left: 0;
  }
  .area-header .phone {
    margin-left: 0;
    text-align: center;
  }
  .area-header .adress {
    padding-top: 15px;
  }
  .area-header .mail {
    position: absolute;
    right: 0;
    top: 25px;
  }

  .area-about {
    display: block;
  }
  .area-about .item {
    padding: 0 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 35px;
  }

  .area-contacts .column-1 {
    padding-left: 50px;
    width: 100%;
    margin: 20px 0;
  }
  .area-contacts .column-1 h2 {
    text-align: left;
  }
  .area-contacts .column-2 {
    padding-left: 50px;
    width: 100%;
  }
  .area-contacts .column-3 {
    padding-left: 50px;
    width: 100%;
    margin: 0;
  }

  .area-image,
.area-image *,
.area-images,
.area-images *,
.area-background,
.area-background * {
    text-align: center;
  }

  .area-images .item,
.area-background .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .area-images .item .image,
.area-background .items .image {
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 15px;
    height: auto;
  }
  .area-images .item .image img,
.area-background .items .image img {
    width: 100% !important;
    height: auto !important;
  }
  .area-images .item .text,
.area-background .items .text {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
  }

  .area-image .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .area-image .columns .column {
    width: 100%;
    margin: 0 auto 15px;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .area-image .columns .column:first-of-type img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .area-image .columns .column h2 {
    text-align: center !important;
  }

  .area-background .item {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 320px;
  }

  .area-form {
    padding: 10px;
    text-align: center;
  }
  .area-form h2 {
    font-size: 2rem;
    text-align: center;
  }
  .area-form h2:after {
    left: 50%;
    margin-left: -50px;
  }
  .area-form form .fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .area-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
  .area-slide h1 {
    text-align: center;
  }
  .area-slide > div {
    width: 100% !important;
    padding: 0 20px !important;
    max-width: none !important;
  }
  .area-slide > div.content {
    margin-bottom: 55px;
  }
  .area-slide > div.promo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .area-slide .column {
    width: 32% !important;
    margin: 0 0.5% 20px !important;
    padding: 0 10px;
  }
  .area-slide .img img {
    width: 60px !important;
    height: 60px !important;
  }
  .area-slide .title {
    font-size: 0.8rem !important;
  }
  .area-slide .buttons {
    text-align: center !important;
  }

  .area-footer {
    display: block;
    padding: 25px 10px;
  }
  .area-footer .row-1 > div {
    margin-bottom: 20px;
  }
  .area-footer .row-2 {
    padding: 0;
  }
  .area-footer .row-2 > div:nth-of-type(2) {
    padding: 0 0;
    text-align: center;
  }
  .area-footer .links > div {
    padding-left: 0;
  }
  .area-footer .links > div i {
    display: none;
  }
  .area-footer .item {
    padding: 0 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 35px;
  }
  .area-footer .item p {
    text-align: center !important;
  }
  .area-footer .pay {
    display: none;
  }
  .area-footer .social {
    position: static;
    display: none;
  }
  .area-footer .copyright {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
  }
  .area-footer .developer {
    margin-top: 10px;
    padding-top: 60px;
    text-align: center;
    position: relative;
  }
  .area-footer .developer a {
    padding-right: 0;
  }
  .area-footer .developer img {
    height: 40px;
    left: 50%;
    margin-left: -60px;
    top: 0px;
  }

  .block-catalog .element .column-2 {
    margin: 0;
    width: 100%;
  }
  .block-catalog .sections .image a {
    background-size: contain;
  }
  .block-catalog-sections {
    margin-top: 0;
    padding: 0 10px;
  }
  .block-catalog-sections .sections {
    margin-top: 20px;
  }
  .block-catalog-elements {
    margin-top: 0;
    padding: 0 10px;
  }
  .block-catalog-elements .elements {
    margin-top: 20px;
  }
  .block-catalog-elements .elements .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-catalog-elements .elements .item > div {
    width: 100% !important;
    margin: 0 !important;
  }
  .block-catalog-elements .elements .item-column .content {
    padding: 15px 10px;
  }
  .block-catalog-elements .elements .item-column .lite ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-catalog-elements .elements .item-column:nth-of-type(2n) > div:first-of-type {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .block-content {
    margin-bottom: 25px;
  }

  .block-crumb {
    overflow: auto;
    white-space: nowrap;
  }

  .block-news-elements {
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .block-menu:before {
    height: 100%;
    top: 0;
  }
  .block-menu .wrapper .adaptive {
    left: 10px !important;
    top: 14px !important;
  }
  .block-menu .wrapper .buttons {
    right: 10px !important;
    top: 17px !important;
  }

  .block-photos > .wrapper {
    text-align: center;
  }
  .block-photos a img {
    width: auto;
  }

  .block-photos-lite .big {
    text-align: center;
  }
  .block-photos-lite a {
    margin: 5px !important;
  }
  .block-photos-lite a:nth-of-type(5n-4) {
    margin-left: 5px !important;
  }

  .block-services .sections {
    display: block;
  }
  .block-services .sections .item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 35px;
  }

  .block-viewer .return {
    width: 100%;
    padding: 30px 20px;
  }
  .block-viewer .return .buttons a {
    text-align: center;
  }
  .block-viewer .return .buttons.control a {
    width: 100%;
    margin: 3px 0;
    text-align: center;
  }

  #pages_return {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fields > .field.column {
    width: 100%;
    margin: 0 0 15px;
  }

  .block-catalog .element .basket,
.block-catalog .element .click {
    width: 100%;
    margin: 5px 0 !important;
  }
  .block-catalog-sections-index .sections > .item {
    margin: 10px 7px !important;
  }

  .block-map > .wrapper {
    height: 400px;
  }
  .block-map #map-container {
    height: 400px !important;
  }
  .block-map #map-container > ymaps {
    height: 400px !important;
  }
  .block-map #map-container > ymaps > ymaps {
    height: 400px !important;
  }

  .block-manufacturers-sections-index .sections .item {
    width: 48% !important;
    margin: 5px 1% !important;
  }

  .block-viewer ._basket .buttons {
    text-align: center;
    white-space: normal;
  }
  .block-viewer .basket-item .image {
    margin-right: 10px;
  }
  .block-viewer .catalog-item .price {
    margin-left: 10px;
  }
  .block-viewer .catalog-item .title {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .buttons > .button {
    white-space: normal;
    line-height: normal;
  }

  h1, h2, .h {
    font-size: 1.6px;
    text-align: center;
  }

  .area-footer .social {
    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;
  }

  .block-catalog .elements .item-column .image {
    height: 250px;
  }
  .block-catalog .element .switch .navigation a {
    margin: 2px 0;
    width: 100%;
  }
  .block-catalog .element .switch .items {
    padding: 25px 10px 25px;
  }
  .block-catalog .element .price .prefix {
    position: static;
  }
  .block-catalog .sections > .item {
    margin: 0 0 11px;
    width: 100%;
  }
  .block-catalog .sections > .item:nth-of-type(5n-4) {
    margin-left: 0;
  }
  .block-catalog .sections > .item > .childs a {
    border-bottom: 1px solid #eaeaea !important;
  }
  .block-catalog .sections > .item > .childs .item {
    margin: 10px 0 0 !important;
    padding-left: 0 !important;
    text-align: center !important;
  }
  .block-catalog .sections > .item > .childs .item:before {
    display: none;
  }
  .block-catalog .sections .image {
    width: 100%;
  }
  .block-catalog-sections-index .sections > .item {
    width: 100%;
    margin: 10px 0px !important;
  }
  .block-catalog-sections-index .sections .image {
    margin: 0 auto;
  }
  .block-catalog-manufacturers-sections .sections .item .image {
    width: 100%;
  }

  .block-manufacturers .hidden {
    max-height: 80px;
  }
  .block-manufacturers .sections .item .image a {
    font-size: 13px;
  }
  .block-manufacturers .elements .item {
    height: 40px;
    margin: 0;
    width: 50%;
  }

  .block-control a {
    margin-left: 5px;
  }
  .block-control a:nth-of-type(1) {
    margin-left: 0px;
  }
  .block-control .label {
    margin: 5px 5px 0 0;
  }

  .block-responce-form .important-text {
    padding-left: 0;
    padding-top: 10px;
    text-align: left;
  }
}