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;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

img:not([src]) {
  visibility: hidden;
}

.text-in {
  color: #3b517b;
  font-size: 18px;
  line-height: 28px;
}

.text-in [align="right"] {
  float: right;
  margin: 32px 0 60px 29px;
}

.text-in [align="left"] {
  float: left;
  margin: 32px 29px 60px 0;
}

.text-in a {
  color: #3597d7;
  text-decoration: underline;
}

.text-in a:hover {
  text-decoration: none;
}

.text-in h2 {
  color: #3b517b;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25;
  margin: 30px 0 14px;
}

.text-in h2:first-child {
  margin-top: 0;
}

.text-in .big {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 35px;
  font-weight: 700;
}

.text-in table {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 43px 0;
  background: #fff;
}

.text-in th {
  padding: 5px 10px;
  background: #e4f4fe;
  color: #3b527c;
  border: 1px solid #dadada;
  font-weight: bold;
}

.text-in td {
  border: 1px solid #dadada;
  text-align: center;
  padding: 5px 10px;
}

.text-in p {
  margin: 0 0 15px;
}

.text-in table {
  margin: 43px 0;
}

.text-in ol {
  counter-reset: li;
  margin: 0 0 26px;
}

.text-in ol li {
  position: relative;
  padding: 0 0 0 37px;
  margin: 0 0 14px;
  counter-increment: li;
}

.text-in ol li:after {
  color: #3b517b;
  font-size: 24px;
  font-weight: bold;
  content: counter(li) ".";
  line-height: 28px;
  position: absolute;
  left: 5px;
  top: -2px;
}

.text-in ul {
  margin: 0 0 26px;
}

.text-in ul li {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 37px;
}

.text-in ul li:after {
  background: #d72737;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  position: absolute;
  top: 6px;
  left: 3px;
  content: '';
}

.text-in .link:hover {
  text-decoration: none;
}

.required {
  display: none;
}

* {
  outline: none;
}

body {
  font: 16px/1.5 "Montserrat", sans-serif;
  position: relative;
  min-width: 320px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1400px;
  padding: 0 20px;
  box-sizing: border-box;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  background: none;
  font-family: "Montserrat", sans-serif;
  border: none;
  text-align: center;
}

.btn-red {
  background: linear-gradient(to top, #d72737 0%, #fd4857 100%) #09f;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #d80416;
  box-shadow: inset 0 0 21px 2px rgba(169, 28, 40, 0.43);
  transition: all 0.2s ease-in-out;
}

.btn-red:hover {
  box-shadow: inset 0 0 5px 2px rgba(169, 28, 40, 0.43);
}

.btn-blue {
  background: linear-gradient(to top, #09f 0%, #09f 0.83%, #057fcf 100%) #09f;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  box-shadow: inset 0 0 21px 3px rgba(24, 35, 60, 0.43);
  transition: all 0.2s ease-in-out;
}

.btn-blue:hover {
  box-shadow: inset 0 0 5px 2px rgba(169, 28, 40, 0.43);
}

.btn-blue-empty {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 5px 10px;
  color: rgba(0, 153, 255, 0.8);
  border: 1px solid rgba(0, 153, 255, 0.8);
  font-size: 16px;
}

.btn-blue-empty:hover {
  background: #09f;
  color: #fff;
}

h1 {
  font-weight: 700;
  color: #3b527c;
  font-size: 68px;
  margin: 0 0 14px;
  line-height: 1;
}

h1 span {
  text-transform: uppercase;
  font-weight: 800;
  color: #d82837;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  padding: 0 !important;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: 20px;
  right: 19px;
  width: 11px;
  height: 11px;
  background: none no-repeat;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-close:hover {
  opacity: 0.5;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.9);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header_top {
  background: #09f;
  width: 100%;
  box-shadow: inset 0 0 21px 3px rgba(24, 35, 60, 0.43);
  font-size: 16px;
  color: #fff;
  padding: 8px 0 6px;
  line-height: 18px;
  background: linear-gradient(to top, #09f 0%, #09f 0.83%, #057fcf 100%);
}

.header_top_nav {
  float: left;
  line-height: 18px;
}

.header_top_nav li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 58px;
}

.header_top_nav li:first-child {
  margin: 0;
}

.header_top_nav span,
.header_top_nav a {
  color: inherit;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}

.header_top_nav span:hover,
.header_top_nav a:hover {
  font-weight: bold;
}

.header_top_nav span:before,
.header_top_nav a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.header_top_nav .active a {
  font-weight: 700;
}

.header_top_nav span {
  font-weight: 700;
}

.header_top_address {
  padding: 0 0 0 29px;
  float: right;
  margin: 0 0 0 66px;
  position: relative;
}

.header_top_address:after {
  background: url(../images/sprite.png) -111px -28px;
  display: inline-block;
  width: 15px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.header_top_mess {
  margin: 8px 0 0;
  float: right;
  padding: 0 0 0 34px;
  color: inherit;
  position: relative;
}

.header_top_mess:hover {
  text-decoration: underline;
}

.header_top_mess:after {
  background: url(../images/sprite.png) -28px -73px;
  display: inline-block;
  width: 23px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}

.header_in {
  padding: 14px 0 5px;
}

.logo {
  margin: 0 84px 0 0;
  width: 231px;
  float: left;
}

.logo img {
  width: 100%;
}

.header_list {
  float: left;
}

.header_list li {
  position: relative;
  padding: 0 0 0 26px;
}

.header_list li:first-child {
  font-size: 18px;
  font-weight: 500;
}

.header_list li:before {
  background: url(../images/sprite.png) -90px -35px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 10px;
}

.header_list span {
  padding-left: 5px;
  display: inline-block;
  color: #d82837;
}

.header_right {
  float: right;
  margin: 2px 0 0;
  z-index: 10;
  text-align: right;
}

.header_right a {
  margin: 0 0 10px;
  display: block;
  color: #3b517b;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.header_right span {
  cursor: pointer;
  color: #d72737;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #d72737;
}

.header_right span:hover {
  border-bottom: 1px solid transparent;
}

.header_social {
  float: right;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin: 6px 41px 0 0;
}

.header_social a {
  width: 36px;
  margin: 0 8px 8px 7px;
  display: inline-block;
  vertical-align: top;
  height: 36px;
}

.header_social img {
  width: 100%;
}

.nav-menu {
  background: #f1f9ff;
  padding: 11px 0 12px;
}

.nav-menu p {
  float: left;
  color: #354b71;
  font-size: 18px;
  line-height: 28px;
  margin: 0 15px 0 0;
  font-weight: bold;
}

.nav-menu ul {
  padding: 1px 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.nav-menu li {
  margin: 0 13px 6px;
  display: inline-block;
  vertical-align: top;
}

.nav-menu span,
.nav-menu a {
  color: #046db3;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
}

.nav-menu span:hover,
.nav-menu a:hover {
  font-weight: 700;
}

.nav-menu span:before,
.nav-menu a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.nav-menu span {
  font-weight: 700;
}

.header_top_social {
  display: none;
}

.header_top_social img {
  width: 18px;
  height: 18px;
}

.burger {
  width: 30px;
  height: 17px;
  float: right;
  margin: 6px 0 6px 120px;
  position: absolute;
  top: 5px;
  right: 11px;
  display: none;
  cursor: pointer;
  z-index: 5;
}

.burger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3b527c;
  margin: 7px 0 0;
  border-radius: 2px;
  display: block;
  transition: transform .2s ease-out;
}

.burger span:first-child {
  margin-top: 0;
}

.burger span:last-child {
  margin-top: 14px;
}

.burger.open {
  z-index: 100;
}

.burger.open span {
  opacity: 0;
  top: 5px;
  margin: 6px 0 0;
}

.burger.open span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}

.burger.open span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

.mobile-nav {
  background: #fff;
  position: absolute;
  display: none;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 6px 17px 4px rgba(101, 106, 109, 0.39);
  padding: 7px 10px 19px;
  box-sizing: border-box;
}

.mobile-nav li {
  position: relative;
  margin: 0 0 9px;
}

.mobile-nav ul {
  clear: both;
  padding: 12px 0 11px;
  display: block;
  overflow: hidden;
}

.mobile-nav ul ul {
  padding: 5px 0 0;
  margin: 0 0 -2px;
}

.mobile-nav ul ul span,
.mobile-nav ul ul a {
  padding: 0 0 0 30px;
}

.mobile-nav ul ul li {
  margin: 0 0 10px;
}

.mobile-nav span,
.mobile-nav a {
  color: #3b517b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.mobile-nav .active span {
  font-weight: 700 !important;
}

.mobile-nav .has-child span,
.mobile-nav .has-child a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.mobile-nav .has-child > span,
.mobile-nav .has-child > a {
  font-size: 18px;
  font-weight: 700;
}

.mobile-nav .has-child > span:after,
.mobile-nav .has-child > a:after {
  background: url(../images/sprite.png) -64px -56px;
  content: '';
  margin: -2px 0 2px 7px;
  display: inline-block;
  width: 12px;
  height: 6px;
}

.mobile-nav i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mobile-nav .burger {
  margin: 13px 0 0;
}

.nav-social {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 21px;
}

.nav-social a {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 6px 0;
}

.nav-social img {
  width: 36px;
  height: 36px;
}

.nav-social li {
  position: relative;
}

.nav-address,
.nav-mess {
  color: #3b517b;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: block;
  margin: 0 0 12px;
  padding: 0 0 0 25px;
}

.nav-address:after,
.nav-mess:after {
  background: url(../images/sprite.png) -111px -78px;
  display: inline-block;
  width: 17px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
}

.nav-address:after {
  background: url(../images/sprite.png) -111px -53px;
  display: inline-block;
  width: 15px;
  height: 20px;
}

.header {
  position: relative;
  z-index: 10;
}

.content {
  overflow: hidden;
}

.masthead {
  overflow: hidden;
  padding: 33px 0 0;
}

.masthead .subtitle {
  font-size: 35px;
  color: #3b527c;
  font-weight: 700;
  margin: 0 0 39px;
}

.masthead .subtitle--small {
  font-size: 24px;
  font-weight: 500;
}

.masthead .icon {
  float: right;
  margin: 0 123px 0 -12px;
}

.masthead h2,
.masthead .title {
  font-weight: 700;
  color: #3b527c;
  font-size: 68px;
  margin: 0 0 14px;
  line-height: 1;
}

.masthead h2 span,
.masthead .title span {
  text-transform: uppercase;
  font-weight: 800;
  color: #d82837;
}

.masthead_in {
  font-size: 22px;
  line-height: 30px;
  float: left;
  width: 897px;
}

.masthead_in ul {
  margin: 0 0 34px;
}

.masthead_in li {
  max-width: 528px;
  padding: 0 0 0 37px;
  position: relative;
  margin: 0 0 14px;
  list-style: none;
}

.masthead_in li:after {
  background: url(../images/sprite.png) -56px -73px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}

.masthead_form_top {
  color: #3b517b;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 25px;
}

.masthead_form_top img {
  width: 25px;
  height: 25px;
}

.masthead_form_top .social {
  margin: 3px 3px -3px 19px;
  display: inline-block;
  vertical-align: middle;
}

.masthead_form_top .social a {
  margin: 0 5px 0 0;
}

.masthead_form_top p {
  display: inline;
}

.masthead_form_top .phone {
  color: #3b517b;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

.masthead_form {
  background: linear-gradient(to top, #b4e0fd 0%, #b4e0fd 0.12%, #fff 60.4%, #fff 100%);
  max-width: 897px;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 34px 14px 36px;
  clear: both;
  box-shadow: 0 9px 43px rgba(3, 73, 123, 0.14);
}

.masthead_form .row {
  overflow: hidden;
  margin: 0 -8px;
}

.masthead_form .column {
  float: left;
  width: 33.3%;
  padding: 0 8px;
  box-sizing: border-box;
}

.masthead_form .btn {
  width: 100%;
}

.masthead_form input[type="text"],
.masthead_form input[type="email"] {
  font: 16px "Montserrat", sans-serif;
  color: #333;
  padding: 0 0 0 31px;
  width: 100%;
  height: 40px;
  background: none;
  box-sizing: border-box;
  border: 1px solid #009aff;
}

.masthead_form input[type="text"]::-webkit-input-placeholder,
.masthead_form input[type="email"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
}

.masthead_form input[type="text"]::-moz-placeholder,
.masthead_form input[type="email"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.8);
}

.masthead_form input[type="text"]:-moz-placeholder,
.masthead_form input[type="email"]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.8);
}

.masthead_form input[type="text"]:-ms-input-placeholder,
.masthead_form input[type="email"]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.8);
}

.masthead_form .add-file-btn {
  width: 100%;
  height: 40px;
  color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  line-height: 40px;
  padding-left: 31px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #009aff;
  transition: all 0.2s ease-in-out;
}

.masthead_form .add-file-btn:hover {
  background: #009aff;
  color: #fff;
}

.masthead_form .polit {
  margin: 10px 0 0;
}

.masthead_form .dz-size,
.masthead_form .dz-error-mark,
.masthead_form .dz-success-mark,
.masthead_form .dz-error-message,
.masthead_form .dz-progress,
.masthead_form .dz-image {
  display: none;
}

.masthead_form .dz-filename {
  background: #fff;
  height: 20px;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 24px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.masthead_form .dz-remove {
  position: absolute;
  top: 0;
  font-size: 0;
  right: 0;
  width: 20px;
  height: 100%;
  z-index: 2;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.masthead_form .dz-remove:after {
  background: url(../images/sprite.png) -90px -50px;
  content: '';
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.masthead_form .dz-preview {
  display: inline-block;
  margin: 9px 13px 0 0;
  vertical-align: top;
  position: relative;
}

.error .error-text {
  display: block;
}

.error input {
  border-color: #d82837 !important;
}

.masthead_bottom-list {
  padding: 32px 0 45px;
  overflow: hidden;
  clear: both;
}

.masthead_bottom-list li {
  float: left;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 24px;
  width: 25%;
}

.masthead_bottom-list i {
  width: 69px;
  float: left;
  height: 69px;
  position: relative;
  margin: -12px 27px 0 -20px;
}

.masthead_bottom-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-work {
  padding: 49px 0 16px;
}

.info-work .link {
  color: #046db3;
  font-size: 18px;
  float: right;
  margin: 121px 106px 0 0;
  text-decoration: none;
  border-bottom: 1px solid #046db3;
  line-height: 1;
  font-weight: 500;
}

.info-work .link:hover {
  border-bottom: 1px solid transparent;
}

.info-work li:last-child {
  margin-bottom: 0;
}

.bg-blue {
  background: #daf0fe;
  position: relative;
  overflow: hidden;
}

.bg-blue:after {
  content: '';
  position: absolute;
  top: -300px;
  right: 0;
  background: url(../images/bg-work.png) no-repeat top right;
  width: 50%;
  background-size: 100% auto;
  bottom: 0;
}

.title-section {
  margin: 0 0 56px;
  color: #3b517b;
  font-size: 60px;
  font-weight: bold;
  line-height: 74px;
}

.title-section span {
  color: #d82837;
}

.info-work_left {
  float: left;
  box-sizing: border-box;
  padding: 0 0 30px;
  width: 60%;
}

.info-work_left ol {
  counter-reset: li;
}

.info-work_left ol li {
  padding: 10px 0 0 154px;
  position: relative;
  margin: 0 0 55px;
  counter-increment: li;
  font-size: 24px;
  color: #000;
  line-height: 36px;
  max-width: 435px;
}

.info-work_left ol li:after {
  position: absolute;
  color: #1d93e1;
  font-size: 30px;
  font-weight: bold;
  top: 7px;
  left: 114px;
  content: counter(li) ".";
}

.info-work_left i {
  position: absolute;
  top: 0;
  left: 0;
}

.info-work_left .link {
  display: none;
}

.info-work_right {
  overflow: hidden;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 24px;
}

.info-work_right b {
  display: inline-block;
  margin: 0 0 9px;
}

.info-work_right li {
  margin: 0 0 19px;
  position: relative;
  padding: 0 0 0 80px;
}

.info-work_right i {
  position: absolute;
  top: 4px;
  left: 0;
}

.error-text {
  background: #fff;
  height: 20px;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: none;
  border: 1px solid #e6e6e6;
  margin: 9px 0 0;
}

.error-text span {
  display: block;
  padding: 0 8px;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.error-text:after {
  content: '';
  border-bottom: 7px solid #e6e6e6;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.error-text:before {
  content: '';
  border-bottom: 7px solid #fff;
  top: -6px;
  z-index: 2;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.content-form {
  overflow: hidden;
  padding: 58px 0 42px;
}

.content-form .row {
  margin: 0 -16px 0 -17px;
  overflow: hidden;
}

.content-form .polit {
  text-align: center;
  padding: 15px 0 0;
}

.content-form .checkbox {
  display: inline-block;
}

.content-form .checkbox .icon {
  border-color: #e6e6e6;
}

.content-form .column {
  box-sizing: border-box;
  padding: 0 16px;
  overflow: hidden;
  float: left;
  width: 13%;
}

.content-form .column2x {
  width: 31%;
}

.content-form .column-right {
  overflow: hidden;
  float: none;
  width: auto;
}

.content-form label {
  margin: 0 0 7px;
  color: #3b517b;
  font-weight: 500;
  display: block;
}

.content-form label i {
  color: #d82837;
}

.content-form input {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  color: #333;
  height: 44px;
  display: block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}

.content-form input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.content-form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.content-form input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.content-form input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.content-form .btn {
  width: 100%;
  margin: 31px 0 0;
  line-height: 42px;
  height: auto;
}

.content-form .title {
  color: #3b517b;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 29px;
}

.title-item {
  color: #3b517b;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 8px;
}

.title-item span {
  color: #fff;
  white-space: nowrap;
  padding: 0 10px;
  background: #35a1e9;
}

.catalog-carousel {
  padding: 50px 0 83px;
}

.catalog-carousel .subtitle {
  margin: 0 0 53px;
  font-size: 24px;
  color: #3b527c;
}

.catalog-carousel .subtitle span {
  font-weight: 500;
  color: #cf525d;
}

.catalog-carousel .subtitle p {
  color: #499dd5;
  font-size: 36px;
  font-weight: 700;
  display: inline;
}

.catalog-carousel .btn {
  width: 320px;
  display: block;
  margin: 42px auto 0;
}

.carousel-item {
  position: relative;
  display: none;
}

.carousel-item:first-child {
  display: block;
}

.catalog-carousel_in {
  margin: 0 -16px;
}

.catalog-carousel_in .slick-arrow {
  background: url(../images/sprite.png) -90px 0px;
  display: inline-block;
  width: 16px;
  height: 30px;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  margin: 0 -25px;
  color: transparent;
  z-index: 10;
}

.catalog-carousel_in .slick-next {
  right: 0;
  left: auto;
  transform: translateY(-50%) scale(-1);
}

.catalog-carousel_in .carousel-item {
  padding: 0 16px;
  box-sizing: border-box;
}

.catalog-carousel_in .name {
  color: #000;
  display: block;
  margin: 0 0 3px;
  font-size: 24px;
  line-height: 30px;
}

.catalog-carousel_in .name:hover {
  color: #3598db;
}

.catalog-carousel_in .red {
  color: #cf525d;
  font-weight: 700;
}

.catalog-carousel_in .text {
  background: #fff;
  border: 1px solid #35a2ea;
  border-top: none;
  padding: 22px 16px 17px 13px;
}

.catalog-carousel_in li {
  margin: 0 0 9px;
}

.catalog-carousel_in .blue {
  color: #3598db;
  font-weight: 700;
}

.catalog-carousel_in span {
  float: right;
}

.catalog-carousel_in .preview {
  display: block;
  width: 100%;
  height: 176px;
  position: relative;
}

.catalog-carousel_in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-carousel_in .cash {
  background: #35a1e9;
  min-width: 115px;
  padding: 2px 10px 0 12px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 147px;
  left: 16px;
  box-sizing: border-box;
}

.catalog-carousel_in .cash p {
  font-size: 16px;
  margin: -2px 0 0;
}

.about-order {
  font-size: 0;
  padding: 65px 0 51px;
}

.about-order .hide {
  display: none;
}

.about-order .btn {
  max-width: 320px;
  width: 90%;
  display: block;
  margin: 42px auto 0;
}

.about-order li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  color: #3b517b;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 32px;
}

.about-order a {
  font-size: inherit;
  color: inherit;
  transition: all 0.2s ease-in-out;
}

.about-order a:hover {
  color: #046db3;
}

.about-order a:hover i {
  border-color: #046db3;
}

.about-order ul {
  padding: 33px 0 0;
  margin: 0 -15px;
}

.about-order i {
  background: #fff;
  transition: all 0.2s ease-in-out;
  display: block;
  height: 146px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin: 0 0 10px;
  position: relative;
}

.about-order img {
    max-width: 100%;
    max-height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.pluses-info {
  background: #f8fcff;
  padding: 60px 0 74px;
}

.pluses-info .title-item {
  max-width: 900px;
}

.pluses-info_list {
  padding: 33px 0 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}

.pluses-info_item {
  width: 50%;
  font-size: 18px;
  line-height: 24px;
  padding: 0 14px;
  box-sizing: border-box;
}

.pluses-info_item .in {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 48px 170px 39px 29px;
  border: 1px solid #e6e6e6;
  min-height: 100%;
}

.pluses-info_item .in:hover .img {
  transform: scale(1.1);
}

.pluses-info_item .img {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.pluses-info_item .title {
  margin: 0 0 41px;
  font-size: 24px;
  font-weight: 700;
}

.pluses-info_item li {
  z-index: 2;
  position: relative;
  margin: 0 0 23px;
  padding: 0 0 0 60px;
}

.pluses-info_item li:after {
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.pluses-info_item--green .title {
  color: #36aa09;
}

.pluses-info_item--green li:after {
  background: url(../images/sprite.png) 0px 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.pluses-info_item--red .title {
  color: #d23d4b;
}

.pluses-info_item--red li:after {
  background: url(../images/sprite.png) -45px 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.reviews-item {
  background: #fff;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #e7e7e7;
  position: relative;
  padding: 24px 26px 43px;
}

.reviews-item:after {
  background: #1d91df;
  content: '';
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.reviews-item .text {
  color: #393939;
  padding: 21px 0 0;
  clear: both;
  overflow: hidden;
  margin: 0 0 25px;
  height: 145px;
}

.reviews-item .open {
  height: auto !important;
}

.reviews-item .name {
  padding: 10px 0 5px;
}

.reviews-item .car {
  font-weight: 700;
}

.reviews-item .photo {
  margin: 0 24px 0 0;
  width: 90px;
  height: 90px;
  float: left;
  position: relative;
  border-radius: 100%;
}

.reviews-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-item .btn {
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
  line-height: 38px;
  margin: 0 auto;
  display: block;
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  max-width: 264px;
  border: 1px solid #009aff;
  box-sizing: border-box;
}

.reviews-item .btn:hover {
  background: #009aff;
  color: #fff;
}

.review-carousel {
  padding: 50px 0 63px;
}

.review-carousel .slick-arrow {
  background: url(../images/sprite.png) -90px 0px;
  display: inline-block;
  width: 16px;
  height: 30px;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  margin: 0 -25px;
  color: transparent;
  z-index: 10;
}

.review-carousel .slick-next {
  right: 0;
  left: auto;
  transform: translateY(-50%) scale(-1);
}

.review-carousel .carousel-item {
  padding: 0 15px;
  box-sizing: border-box;
}

.review-carousel_in {
  margin: 0 -15px;
  padding: 26px 0 0;
}

.ours-city_left {
  float: left;
  position: relative;
  z-index: 5;
  width: 423px;
}

.ours-city_left .title-item {
  margin: 0 0 27px;
}

.ours-city_left img {
  float: right;
}

.ours-city {
  background: #f8fcff;
  padding: 60px 0 54px;
}

.ours-city ul {
  font-size: 0;
  padding: 22px 0 0 116px;
}

.ours-city li {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  margin: 0 0 18px;
  box-sizing: border-box;
  padding: 0 10px;
}

.ours-city a {
  color: #3597d7;
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
}

.ours-city a:hover {
  text-decoration: none;
}

.content-bottom {
  color: #3b517b;
  padding: 48px 0 104px;
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
  position: relative;
  overflow: hidden;
}

.content-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -708px;
  z-index: 5;
  width: 334px;
  height: 325px;
  background: url(../images/hand.png) no-repeat;
}

.content-bottom .title-section {
  color: #3b517b;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  margin: 0 0 37px;
}

.content-bottom span {
  color: #dd2b3a;
  border-bottom: 1px solid #dd2b3a;
  line-height: 1;
  display: inline-block;
}

.content-bottom span:hover {
  border-bottom: 1px solid transparent;
}

.content-bottom .tel {
  margin: 0 47px 0 0;
  float: left;
  color: #09f;
  font-size: 30px;
  font-weight: bold;
}

.content-bottom .social {
  overflow: hidden;
  font-weight: 400;
  padding: 14px 0 0;
}

.content-bottom .social img {
  width: 36px;
}

.content-bottom .social a {
  line-height: 36px;
  margin: 0 19px 0 0;
  font-size: 18px;
  color: #3597d7;
  float: left;
}

.content-bottom .social a:hover {
  text-decoration: underline;
}

.content-bottom ul {
  padding: 73px 274px 0 0;
}

.content-bottom ul:after {
  content: "";
  display: table;
  clear: both;
}

.content-bottom li {
  font-size: 18px;
  line-height: 24px;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 20px 0 84px;
  float: left;
  font-weight: 400;
  position: relative;
}

.content-bottom i {
  position: absolute;
  top: -5px;
  left: 0;
}

.content-bottom .img {
  position: absolute;
  bottom: 8px;
  right: -75px;
  z-index: -3;
}

.masthead_carousel_img {
  margin: 0 -114px -132px -300px;
  width: 692px;
  position: relative;
  z-index: -1;
  float: right;
}

.masthead_carousel {
  margin: 0 0 -7px;
  position: relative;
  z-index: 10;
}

.masthead_carousel .slick-dots {
  padding: 73px 20px 0 0;
  text-align: right;
  position: absolute;
  bottom: -96px;
  right: 50%;
  margin-right: -700px;
  width: 400px;
}

.masthead_carousel .slick-dots li {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

.masthead_carousel .slick-dots button {
  font: 24px/30px "Montserrat", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  padding: 0;
  text-align: center;
  color: #333;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

.masthead_carousel .slick-dots button:hover {
  background: #09f;
  color: #fff;
  box-shadow: inset 0 0 21px 3px rgba(24, 35, 60, 0.43);
}

.masthead_carousel .slick-dots .slick-active button {
  background: linear-gradient(to top, #09f 0%, #09f 0.83%, #057fcf 100%) #09f;
  color: #fff;
  box-shadow: inset 0 0 21px 3px rgba(24, 35, 60, 0.43);
}

.text-group {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1f9ff 99.88%, #f1f9ff 100%) #e3f3fd;
  padding: 49px 0 15px;
}

.text-group .title-section {
  margin: 0 0 21px;
}

.text-group .link:hover {
  text-decoration: none;
}

.text-item {
  overflow: hidden;
  clear: both;
  margin: 0 0 76px;
}

.text-item img {
  clear: both;
  margin: 3px 0 0;
  display: block;
}

.text-item:nth-child(odd) .preview {
  margin: 0 77px 0 95px;
  float: right;
}

.text-item .text-in {
  overflow: hidden;
}

.text-item .title {
  color: #3b517b;
  font-size: 48px;
  margin: 0 0 -10px;
  font-weight: bold;
  line-height: 60px;
}

.text-item .link {
  margin: 5px 0 26px 0;
  color: #046db3;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  float: right;
  text-decoration: underline;
}

.text-item .preview {
  margin: 0 124px 0 20px;
  float: left;
}

.bottom-text {
  padding: 65px 0 111px;
}

.bottom-text [align="right"] {
  margin: 0 70px 60px 29px;
}

.masthead-inner {
  padding-top: 0 !important;
  overflow: visible;
  margin-top: -15px;
}

.masthead-inner .masthead_carousel {
  margin: -100px -520px -132px -300px;
  width: 692px;
  position: relative;
  z-index: -1;
  float: right;
}

.masthead-inner .masthead_carousel .slick-dots {
  padding: 73px 113px 0 0;
  text-align: right;
}

.masthead-inner .masthead_carousel .slick-dots li {
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: top;
}

.masthead-inner .masthead_carousel .slick-dots button {
  font: 24px/30px "Montserrat", sans-serif;
  background: none;
  border: none;
  width: 30px;
  color: #333;
  height: 30px;
  transition: all 0.2s ease-in-out;
}

.masthead-inner .masthead_carousel .slick-dots button:hover {
  background: #09f;
  color: #fff;
  box-shadow: inset 0 0 21px 3px rgba(24, 35, 60, 0.43);
}

.masthead-inner .masthead_carousel .slick-dots .slick-active button {
  background: linear-gradient(to top, #09f 0%, #09f 0.83%, #057fcf 100%) #09f;
  color: #fff;
  box-shadow: inset 0 0 21px 3px rgba(24, 35, 60, 0.43);
}

.masthead-inner .masthead_carousel img {
  height: auto;
  max-width: 100%;
}

.subtitle--small li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}

.subtitle--small li:after {
  background: #1b63b7;
  width: 16px;
  vertical-align: middle;
  top: 6px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
}

.subtitle--small li:first-child {
  padding: 0;
}

.subtitle--small li:first-child:after {
  display: none;
}

.index-group_item {
  display: none;
}

.index-group_item:first-child {
  display: block;
}

.hide {
  display: none;
}

.reverse1-lg {
  position: relative;
  z-index: 8;
}

.crumbs {
  padding: 15px 0 13px;
  position: relative;
  z-index: 10;
}

.crumbs ol {
  overflow: hidden;
  margin: 0 0 16px;
}

.crumbs span {
  text-transform: none;
}

.crumbs li {
  float: left;
  margin: 0 4px 0 0;
}

.crumbs li:last-child a {
  color: #3b527c;
}

.crumbs li:last-child:after {
  display: none;
}

.crumbs li:after {
  content: ' / ';
  display: inline-block;
  margin: 0 5px 0 4px;
  color: #018ae6;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.crumbs a {
  color: #018ae6;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.crumbs h1 {
  color: #3b517b;
  font-size: 48px;
  line-height: 52px;
  display: block;
  font-weight: bold;
  text-align: left;
}

.online-masthead {
  overflow: hidden;
  padding: 0 0 32px;
}

.online-masthead_top {
  font-size: 22px;
  margin: 0 0 37px;
  line-height: 30px;
}

.online-masthead_top li {
  position: relative;
  padding: 0 0 0 36px;
}

.online-masthead_top li:after {
  background: url(../images/sprite.png) 0px -97px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 0;
}

.online-masthead_form {
  position: relative;
  overflow: hidden;
  z-index: 4;
  padding: 31px 67px 24px 34px;
}

.online-masthead_form:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(242, 249, 255, 0.62) 99.88%, rgba(242, 249, 255, 0.62) 100%) #35a1e9;
  border-radius: 2px;
  content: '';
  position: absolute;
  opacity: .52;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.online-masthead_form label {
  margin: 0 0 8px;
  color: #3b517b;
  font-weight: 500;
  display: block;
}

.online-masthead_form label i {
  color: #d82837;
}

.online-masthead_form .row {
  overflow: hidden;
  margin: 0 -15px;
}

.online-masthead_form .column {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  box-sizing: border-box;
}

.online-masthead_form .column2x {
  width: 66.7%;
}

.online-masthead_form .btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 32px 0 0;
}

.online-masthead_form .add-file-btn,
.online-masthead_form textarea,
.online-masthead_form input[type="text"],
.online-masthead_form input[type="email"] {
  font: 16px "Montserrat", sans-serif;
  color: #333;
  padding: 12px 20px;
  width: 100%;
  height: 44px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dadada;
  resize: none;
}

.online-masthead_form .add-file-btn::-webkit-input-placeholder,
.online-masthead_form textarea::-webkit-input-placeholder,
.online-masthead_form input[type="text"]::-webkit-input-placeholder,
.online-masthead_form input[type="email"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.online-masthead_form .add-file-btn::-moz-placeholder,
.online-masthead_form textarea::-moz-placeholder,
.online-masthead_form input[type="text"]::-moz-placeholder,
.online-masthead_form input[type="email"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.online-masthead_form .add-file-btn:-moz-placeholder,
.online-masthead_form textarea:-moz-placeholder,
.online-masthead_form input[type="text"]:-moz-placeholder,
.online-masthead_form input[type="email"]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.online-masthead_form .add-file-btn:-ms-input-placeholder,
.online-masthead_form textarea:-ms-input-placeholder,
.online-masthead_form input[type="text"]:-ms-input-placeholder,
.online-masthead_form input[type="email"]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.online-masthead_form .form-item {
  margin: 0 0 24px;
}

.online-masthead_form textarea {
  height: 143px;
}

.online-masthead_form .add-file-btn {
  text-align: center;
  cursor: pointer;
  padding-top: 11px;
  color: #3b517b;
  transition: all 0.2s ease-in-out;
}

.online-masthead_form .add-file-btn:hover {
  background: #009aff;
  border: 1px solid #009aff;
  color: #fff;
}

.online-masthead_form .polit {
  margin: -9px 0 0;
}

.online-masthead_form .dz-size,
.online-masthead_form .dz-error-mark,
.online-masthead_form .dz-success-mark,
.online-masthead_form .dz-error-message,
.online-masthead_form .dz-progress,
.online-masthead_form .dz-image {
  display: none;
}

.online-masthead_form .dz-filename {
  background: #fff;
  height: 20px;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 24px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.online-masthead_form .dz-remove {
  position: absolute;
  top: 0;
  font-size: 0;
  right: 0;
  width: 20px;
  height: 100%;
  z-index: 2;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.online-masthead_form .dz-remove:after {
  background: url(../images/sprite.png) -90px -50px;
  content: '';
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.online-masthead_form .dz-preview {
  display: inline-block;
  margin: 9px 13px 0 0;
  vertical-align: top;
  position: relative;
}

.online-masthead_bottom {
  font-size: 0;
  padding: 54px 0 0 21px;
  margin-right: -53px;
  text-align: center;
}

.online-masthead_bottom i {
  position: absolute;
  top: 4px;
  left: 0;
}

.online-masthead_bottom b {
  font-size: 18px;
  display: block;
  margin: 0 0 13px;
}

.online-masthead_bottom li {
  padding: 0 55px 0 93px;
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 0 30px;
  line-height: 24px;
  box-sizing: border-box;
  vertical-align: top;
  width: 33.3%;
  display: inline-block;
}

.buy-text {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1f9ff 99.88%, #f1f9ff 100%) #e3f3fd;
  padding: 61px 0 98px;
}

.buy-text .title-item {
  font-size: 48px;
  line-height: 60px;
}

.buy-text .link {
  margin: 3px 71px 0 0;
  color: #046db3;
  font-size: 18px;
  font-weight: 500;
  float: right;
  text-decoration: underline;
}

.buy-text .link:hover {
  text-decoration: none;
}

.buy-text [align="right"] {
  float: right;
  margin: 5px 75px 20px 96px;
}

.buy-text [align="left"] {
  float: left;
  margin: 5px 96px 20px 75px;
}

.buy-text th {
  background: #35a2ea;
  color: #fff;
}

.buy-text p {
  margin: 0 0 30px;
}

.buy-text table {
  margin: 86px 0 43px;
}

.masthead-contacts {
  padding: 5px 0 58px;
  color: #3b517b;
  font-size: 18px;
  line-height: 30px;
}

.masthead-contacts:after {
  content: "";
  display: table;
  clear: both;
}

.masthead-contacts p {
  max-width: 479px;
}

#map {
  float: right;
  margin: -109px 0 0 37px;
  width: 812px;
  height: 363px;
  position: relative;
}

#map iframe {
  width: 100%;
  height: 100%;
}

.address-list {
  padding: 0 0 20px;
  margin: 0 0 13px;
}

.address-list li {
  position: relative;
  padding: 0 0 0 42px;
  margin: 0 0 5px;
}

.address-list li:after {
  background: url(../images/sprite.png) -111px 0px;
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 23px;
}

.masthead-contacts_in {
  font-size: 0;
  margin: 0 0 40px;
}

.masthead-contacts_in a {
  padding: 0 0 0 43px;
  color: inherit;
  position: relative;
  display: inline-block;
}

.masthead-contacts_in a:after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.masthead-contacts_in .tel a:after {
  background: url(../images/sprite.png) -37px -45px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.masthead-contacts_in .mess a:after {
  background: url(../images/sprite.png) 0px -73px;
  display: inline-block;
  width: 23px;
  height: 19px;
}

.masthead-contacts_in li {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.content-bottom--bg {
  background: #f1f9ff;
}

.content-bottom--bg p
.content-bottom {
  background: none;
}

.news-sidebar {
  margin: -23px 0 0 50px;
  float: right;
  width: 319px;
}

.news-sidebar_form {
  background: linear-gradient(to top, #b4e0fd 0%, #b4e0fd 0.12%, #fff 60.4%, #fff 100%);
  box-shadow: 0 0 13px rgba(3, 73, 123, 0.1);
  box-sizing: border-box;
  padding: 21px 17px 34px 22px;
  margin: 0 0 30px;
  text-align: center;
  color: #3b517b;
}

.news-sidebar_form label {
  margin: 0 0 8px;
  color: #3b517b;
  font-weight: 500;
  display: block;
}

.news-sidebar_form label i {
  color: #d82837;
}

.news-sidebar_form .btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 5px 0 0;
}

.news-sidebar_form textarea,
.news-sidebar_form input[type="text"],
.news-sidebar_form input[type="email"] {
  font: 16px "Montserrat", sans-serif;
  color: #333;
  padding: 12px 20px;
  width: 100%;
  height: 44px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dadada;
  resize: none;
}

.news-sidebar_form textarea::-webkit-input-placeholder,
.news-sidebar_form input[type="text"]::-webkit-input-placeholder,
.news-sidebar_form input[type="email"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.news-sidebar_form textarea::-moz-placeholder,
.news-sidebar_form input[type="text"]::-moz-placeholder,
.news-sidebar_form input[type="email"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.news-sidebar_form textarea:-moz-placeholder,
.news-sidebar_form input[type="text"]:-moz-placeholder,
.news-sidebar_form input[type="email"]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.news-sidebar_form textarea:-ms-input-placeholder,
.news-sidebar_form input[type="text"]:-ms-input-placeholder,
.news-sidebar_form input[type="email"]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.news-sidebar_form .form-item {
  margin: 0 0 14px;
}

.news-sidebar_form textarea {
  height: 143px;
}

.news-sidebar_form .polit {
  margin: -3px 0 0;
}

.news-sidebar_form p {
  font-size: 24px;
  font-weight: bold;
}

.news-sidebar_form .title {
  margin: 0 0 1px;
  font-size: 30px;
  font-weight: bold;
}

.news-sidebar_form .subtitle {
  margin: 0 0 23px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.news-sidebar_form form {
  text-align: left;
}

.news-sidebar_social {
  padding: 28px 10px 27px;
  border: 1px solid #009aff;
  text-align: center;
  line-height: 24px;
  color: #3b517b;
}

.news-sidebar_social p {
  margin: 0 0 7px;
  font-size: 24px;
  font-weight: bold;
}

.news-sidebar_social span {
  margin: 0 0 21px;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.news-sidebar_social a {
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
}

.news-sidebar_social img {
  width: 36px;
  height: 36px;
}

.news-item {
  padding: 4px 0 0;
  margin: 0 0 46px;
}

.news-item a {
  color: #3b517b;
  font-size: 18px;
  line-height: 28px;
  display: block;
}

.news-item a:hover .name {
  text-decoration: underline;
}

.news-item span {
  display: block;
}

.news-item .text {
  margin: 0 0 17px;
  height: 84px;
  overflow: hidden;
}

.news-item .btn {
  width: 100%;
  max-width: 264px;
  display: inline-block;
}

.news-item .preview {
  float: left;
  width: 200px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin: 3px 31px 0 0;
}

.news-item .preview:hover img {
  transform: scale(1.1);
}

.news-item .preview img {
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .name {
  color: #3b517b;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 0 7px;
}

.pagination {
  padding: 13px 0 15px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  vertical-align: top;
  color: #09f;
  font-size: 14px;
  margin: 0 3px;
  line-height: 20px;
  text-decoration: underline;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination li,
.pagination ul {
  color: #09f;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

.pagination .active a {
  color: #3b517b;
  text-decoration: none;
}

.news-list {
  padding: 0 0 57px;
}

.news-text {
  padding: 0 0 55px;
}

.news-text p {
  margin: 0 0 15px;
}

.news-text table {
  margin: 43px 0;
}

.error-in {
  text-align: center;
  padding: 42px 0 67px;
}

.error-in .title-item {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 43px;
}

.review-list_in {
  margin: 0 -15px -8px;
  overflow: hidden;
  clear: both;
  font-size: 0;
}

.review-list_in .column {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 38px;
  box-sizing: border-box;
  padding: 0 15px;
}

.review-list .link {
  float: right;
  margin: 0 0 20px;
  color: #046db3;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 500;
}

.review-list .link:hover {
  text-decoration: none;
}

.add-review {
  padding: 9px 0 78px;
}

.add-review .title-item {
  font-size: 48px;
  margin: 0 0 27px;
  line-height: 1.25;
}

.add-review label {
  margin: 0 0 8px;
  color: #3b517b;
  font-weight: 500;
  display: block;
}

.add-review label i {
  color: #d82837;
}

.add-review .row {
  overflow: hidden;
  margin: 0 -15px;
}

.add-review .column {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  box-sizing: border-box;
}

.add-review .column2x {
  width: 66.7%;
}

.add-review .btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 8px 0 0;
}

.add-review .add-file-btn,
.add-review textarea,
.add-review input[type="text"],
.add-review input[type="email"] {
  font: 16px "Montserrat", sans-serif;
  color: #333;
  padding: 12px 20px;
  width: 100%;
  height: 44px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dadada;
  resize: none;
}

.add-review .add-file-btn::-webkit-input-placeholder,
.add-review textarea::-webkit-input-placeholder,
.add-review input[type="text"]::-webkit-input-placeholder,
.add-review input[type="email"]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.add-review .add-file-btn::-moz-placeholder,
.add-review textarea::-moz-placeholder,
.add-review input[type="text"]::-moz-placeholder,
.add-review input[type="email"]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.add-review .add-file-btn:-moz-placeholder,
.add-review textarea:-moz-placeholder,
.add-review input[type="text"]:-moz-placeholder,
.add-review input[type="email"]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.add-review .add-file-btn:-ms-input-placeholder,
.add-review textarea:-ms-input-placeholder,
.add-review input[type="text"]:-ms-input-placeholder,
.add-review input[type="email"]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.add-review .dz-size,
.add-review .dz-error-mark,
.add-review .dz-success-mark,
.add-review .dz-error-message,
.add-review .dz-progress,
.add-review .dz-image {
  display: none;
}

.add-review .dz-filename {
  background: #fff;
  height: 20px;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 24px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.add-review .dz-remove {
  position: absolute;
  top: 0;
  font-size: 0;
  right: 0;
  width: 20px;
  height: 100%;
  z-index: 2;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.add-review .dz-remove:after {
  background: url(../images/sprite.png) -90px -50px;
  content: '';
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.add-review .dz-preview {
  display: inline-block;
  margin: 9px 13px 0 0;
  vertical-align: top;
  position: relative;
}

.add-review .form-item {
  margin: 0 0 24px;
}

.add-review textarea {
  height: 249px;
}

.add-review .add-file-btn {
  text-align: center;
  cursor: pointer;
  padding-top: 11px;
  color: #3b517b;
  transition: all 0.2s ease-in-out;
}

.add-review .add-file-btn:hover {
  background: #009aff;
  border: 1px solid #009aff;
  color: #fff;
}

.add-review .polit {
  margin: -21px 0 0;
}

.add-review form {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #f1f9ff 99.88%, #f1f9ff 100%) #e3f3fd;
  padding: 30px 65px 28px 36px;
  overflow: hidden;
  border-radius: 2px;
}

.footer {
  background: #3d4d6f;
  padding: 30px 0 71px;
}

.polit {
  clear: both;
}

.checkbox {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

.checkbox input {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  box-sizing: border-box;
  right: 100%;
}

.checkbox input:checked + .icon:after {
  opacity: 1;
}

.checkbox label {
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.checkbox span {
  font: 12px/13px "Montserrat", sans-serif;
  display: block;
  color: rgba(51, 51, 51, 0.7);
  overflow: hidden;
}

.checkbox .icon {
  float: left;
  margin: 0 6px 0 0;
  display: block !important;
  width: 11px;
  height: 11px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.checkbox .icon:after {
  background: url(../images/sprite.png) -85px -73px;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 5px;
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.checkbox a {
  text-decoration: underline;
  color: #3598db;
}

.checkbox a:hover {
  text-decoration: none;
}

.footer_top {
  color: #fff;
  font-size: 16px;
  padding: 21px 0 19px;
  line-height: 36px;
  overflow: hidden;
}

.footer_top span,
.footer_top a {
  color: #fff;
  font-weight: 500;
}

.footer_top a:hover {
  text-decoration: underline;
}

.footer_top li {
  float: left;
  margin: 0 75px 0 0;
}

.footer_top li:last-child {
  margin-right: 0;
}

.footer_top ul {
  float: left;
}

.footer_top li span,
.footer_top .active a {
  text-decoration: underline;
}

.footer-logo {
  display: block;
  margin: 0 0 11px;
}

.footer_left {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 465px;
}

.footer_left a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}

.footer_left a:hover {
  text-decoration: none;
}

.footer_left p {
  margin: 0 0 20px;
}

.footer_in {
  overflow: hidden;
}

.footer_nav {
  font-size: 0;
}

.footer_nav li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  width: 33.3%;
  margin: 0;
}

.footer_nav span,
.footer_nav a {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}

.footer_nav a:hover {
  text-decoration: underline;
}

.footer_nav li span ,
.footer_nav .active a {
  text-decoration: underline;
}

.footer_bottom {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 52px 0 0;
  line-height: 18px;
  font-weight: 500;
  overflow: hidden;
  clear: both;
}

.footer_bottom p {
  margin: 0 0 9px;
}

.footer_bottom a {
  margin: 0 0 17px;
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
}

.footer_bottom a:hover {
  text-decoration: none;
}

.accordion-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}

.accordion-title:after {
  background: url(../images/sprite.png) -64px -45px;
  content: '';
  margin: 0 0 0 6px;
  transform: scale(-1);
  display: inline-block;
  width: 12px;
  height: 6px;
  vertical-align: middle;
}

.accordion-title.open:after {
  transform: scale(1);
}

.fancybox {
  cursor: pointer;
}

.popup {
  width: 300px;
  display: none;
}

.popup .news-sidebar_form {
  display: block !important;
  margin: 0 !important;
}

.popup .news-sidebar_form .title {
  font-size: 28px;
}

.fancybox-close:hover {
  opacity: 1;
}

.fancybox-close:before,
.fancybox-close:after {
  background: #d9d9d9;
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
}

.fancybox-close:before {
  transform: rotate(45deg);
}

.fancybox-close {
  top: 10px;
  width: 20px;
  height: 20px;
  right: 10px;
}

.fancybox-close:after {
  transform: rotate(-45deg);
}

.product-popup {
  width: 700px;
  display: none;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}

.product-popup .name {
  color: #000;
  display: block;
  margin: 0 0 10px;
  font-size: 30px;
  text-align: left;
  line-height: 30px;
}

.product-popup ul {
  display: inline-block;
  width: 50%;
  text-align: left;
}

.product-popup .cash {
  overflow: hidden;
  margin: 0 0 20px;
  font-weight: 700;
}

.product-popup .cash ul {
  display: block;
  width: 100%;
}

.product-popup .cash li {
  float: left;
  text-align: center;
  width: 50%;
}

.product-popup .cash span {
  display: block;
  float: none;
  margin: 0;
}

.product-popup .red {
  color: #cf525d;
  font-weight: 700;
}

.product-popup .blue {
  color: #3598db;
  font-weight: 700;
}

.product-popup span {
  margin-left: 30px;
  float: right;
}

.popup-carousel {
  position: relative;
}

.popup-carousel img {
  height: auto;
  width: 100%;
}

.popup-carousel .slick-arrow {
  background: url(../images/sprite.png) -90px 0px;
  display: inline-block;
  width: 16px;
  height: 30px;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  margin: 0 -25px;
  color: transparent;
  z-index: 10;
}

.popup-carousel .slick-next {
  right: 0;
  left: auto;
  transform: translateY(-50%) scale(-1);
}

.only-mobile {
  display: none;
}

.js-toggle-text{
    display: none;
    margin-bottom: 30px;
}

.js-toggle-text-btn{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 1432px) {
  .review-carousel_in,
  .catalog-carousel_in {
    margin: 0 25px;
  }
}

@media screen and (max-width: 1400px) {
  .masthead_carousel .slick-dots {
    width: 100%;
    bottom: 15px;
    right: 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
  }

  .header_top_nav li {
    margin: 0 0 0 30px;
  }

  .header_top_address {
    margin: 0 0 0 30px;
  }

  .logo {
    margin: 0 35px 0 0;
  }

  .header_list li {
    font-size: 15px;
  }

  .header_list li:first-child {
    font-size: 16px;
  }

  .header_social {
    margin: 6px 20px 0 0;
  }

  .nav-menu li {
    margin: 0 8px 6px;
  }

  .nav-menu a {
    font-size: 14px;
  }

  h1 {
    font-size: 60px;
  }

  .masthead .subtitle {
    font-size: 30px;
  }

  .masthead h2,
  .masthead .title {
    font-size: 60px;
  }

  .masthead_in {
    font-size: 20px;
    line-height: 28px;
    width: 760px;
  }

  .masthead_in .icon {
    margin: 0 0 0 -12px;
  }

  .title-section {
    margin: 0 0 40px;
    font-size: 50px;
    line-height: 1.25;
  }

  .info-work .link {
    margin-top: 100px;
  }

  .info-work_left ol li {
    padding: 10px 0 0 130px;
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .info-work_left ol li:after {
    left: 90px;
  }

  .info-work_right {
    padding-bottom: 30px;
  }

  .info-work_right li {
    font-size: 16px;
  }

  .content-form .column2x {
    width: 34%;
  }

  .ours-city ul {
    font-size: 0;
    padding: 22px 0 0 40px;
  }

  .content-bottom .img {
    right: 0;
    bottom: 36px;
  }

  .content-bottom .tel {
    float: none;
    display: block;
  }

  .footer_left {
    width: 380px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer_top li {
    margin: 0 65px 0 0;
  }

  #map {
    width: 50%;
  }

  .online-masthead_form label {
    font-size: 14px;
  }

  .online-masthead_bottom li {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }

  .header_top_nav a {
    font-size: 15px;
  }

  .header_top_nav li {
    margin: 0 0 0 15px;
  }

  .header_top {
    font-size: 15px;
  }

  .header_right a {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .header_list li:first-child,
  .header_list li {
    font-size: 14px;
  }

  .logo {
    width: 200px;
    margin: 4px 20px 0 0;
  }

  .header_social {
    font-size: 12px;
    margin: 6px 8px 0 0;
  }

  .header_social a {
    margin: 0 4px 4px;
    height: 36px;
  }

  .nav-menu li {
    margin: 0 4px 5px;
  }

  .nav-menu a {
    font-size: 13px;
  }

  .reverse1-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .masthead_in {
    width: 100%;
  }

  .masthead_carousel {
    width: 100%;
    z-index: 1;
    margin: 0;
  }

  .masthead_carousel .slick-dots {
    padding: 20px 0 40px 0;
    text-align: right;
  }

  .masthead_carousel_img {
    display: block;
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .masthead_carousel_img img {
    margin: 0 auto;
  }

  .masthead_form {
    width: 100%;
    max-width: 100%;
  }

  .masthead_bottom-list li {
    font-size: 16px;
    line-height: 20px;
    width: 25%;
  }

  .masthead_bottom-list i {
    left: 0;
    margin-left: 0;
  }

  .info-work .link {
    margin: 80px 0 0;
  }

  .info-work_left {
    width: 55%;
  }

  .info-work_left ol li {
    padding: 90px 0 0;
  }

  .info-work_left ol li:after {
    left: 0;
  }

  .info-work_left ol li i {
    left: 50px;
    top: -16px;
  }

  .masthead_bottom-list {
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .masthead_bottom-list li {
    width: 50%;
    margin-bottom: 20px;
  }

  .content-form .title {
    font-size: 30px;
    margin: 0 0 29px;
  }

  .content-form label {
    font-size: 14px;
  }

  .content-form .column {
    margin: 0 0 10px;
    width: 50%;
  }

  .content-form .btn {
    margin-top: 28px;
  }

  .about-order {
    text-align: center;
  }

  .about-order li {
    width: 25%;
  }

  .pluses-info_item .in {
    padding: 48px 100px 39px 29px;
  }

  .pluses-info_item .img {
    bottom: -30px;
    right: -50px;
  }

  .ours-city li {
    width: 50%;
  }

  .content-bottom {
    font-size: 20px;
    padding-bottom: 50px;
  }

  .content-bottom:after {
    right: 20px;
    margin: 0;
  }

  .content-bottom .title-section {
    margin: 0 0 25px;
  }

  .content-bottom ul {
    padding: 30px 0 0;
  }

  .content-bottom li {
    width: 100%;
    padding: 20px 20px 20px 84px;
  }

  .footer_left {
    box-sizing: border-box;
    padding: 0 30px 0 0;
    width: 330px;
  }

  .footer_top li {
    margin: 0 25px 0 0;
  }

  .footer_nav li {
    width: 50%;
  }

  #map {
    width: 45%;
  }

  .news-list .text {
    height: auto;
  }

  .news-item a {
    font-size: 16px;
    line-height: 1.35;
  }

  .online-masthead_form {
    padding: 31px 40px 24px;
  }

  .online-masthead_form label {
    font-size: 12px;
  }

  .online-masthead_form .btn {
    margin-top: 26px;
  }

  .online-masthead_bottom {
    padding-left: 0;
  }

  .online-masthead_bottom li {
    padding: 0 40px 0 80px;
    font-size: 14px;
    width: 33.3%;
  }

  .buy-text [align="right"] {
    float: right;
    margin: 5px 0 40px 50px;
  }

  .news-text .text-in img {
    max-width: 50%;
  }

  .news-text .text-in table {
    display: block;
    width: 100%;
    overflow: auto;
  }

  .news-text .text-in tbody {
    display: table;
    min-width: 100%;
    box-sizing: border-box;
  }

  .masthead_carousel .slick-dots {
    position: relative;
    text-align: right;
    padding: 20px 0 40px 0;
    bottom: 0;
    margin: 0;
    right: 0;
    box-sizing: border-box;
  }

  .masthead-inner .masthead_carousel img {
    max-width: 100%;
    margin: 0 auto;
  }

  .masthead-inner .masthead_carousel {
    width: 100%;
    z-index: 1;
    float: none;
    margin: 0;
  }

  .text-item .preview {
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .logo {
    width: 180px;
  }

  .header_top_nav {
    width: 100%;
  }

  .header_top_nav ul {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  .header_top {
    padding: 10px 0;
  }

  .header_top_address br {
    display: none;
  }

  .header_top_mess {
    float: left;
    margin: 0;
  }

  .header_social {
    display: none;
  }

  .header_in {
    padding: 14px 0;
  }

  .header_list li:first-child,
  .header_list li {
    font-size: 12px;
  }

  .header_right {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .nav-menu p {
    float: none;
    width: 100%;
    text-align: center;
  }

  .nav-menu p br {
    display: none;
  }

  .header_top_social {
    display: block;
    float: right;
    margin-right: -15px;
  }

  .header_top_social a {
    margin: 0 2px;
  }

  .title-section {
    width: 100%;
  }

  .info-work_left {
    width: 51%;
    padding-right: 50px;
  }

  .about-order li {
    width: 33%;
  }

  .pluses-info_item {
    width: 100%;
    margin: 0 0 30px;
  }

  .pluses-info_list {
    display: block;
  }

  .pluses-info {
    padding: 60px 0 44px;
  }

  .ours-city_left {
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: center;
  }

  .ours-city_left img {
    float: none;
  }

  .ours-city li {
    width: 33.3%;
  }

  .ours-city ul {
    padding: 30px 0;
  }

  .content-bottom:after {
    right: 50%;
    margin: 0 -440px 0 0;
  }

  .content-bottom .img {
    display: none;
  }

  .footer_top li {
    margin: 0 20px 0 0;
  }

  .footer_left {
    width: 277px;
  }

  .footer_nav a {
    font-size: 12px;
    line-height: 24px;
  }

  .header_top_social {
    position: absolute;
    top: 2px;
    z-index: 10;
    right: 20px;
    margin: 0;
  }

  .header_top_social img {
    height: 25px;
    width: 25px;
  }

  .masthead-contacts_in li {
    width: 100%;
  }

  .news-text .wrapper,
  .news-list .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .news-text .news-sidebar,
  .news-list .news-sidebar {
    margin: 20px 0 0;
    width: 100%;
  }

  .news-text .news-sidebar .form-item,
  .news-list .news-sidebar .form-item {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }

  .news-text .news-sidebar .form-item:first-child,
  .news-list .news-sidebar .form-item:first-child {
    padding: 0 20px 0 0;
  }

  .news-text .news-sidebar .form-item:nth-child(3),
  .news-list .news-sidebar .form-item:nth-child(3) {
    clear: both;
    width: 100%;
    padding: 0;
  }

  .add-review .column,
  .add-review .column2x {
    width: 50%;
  }

  .online-masthead_top {
    font-size: 20px;
  }

  .online-masthead_form .row:first-child label {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
    padding-bottom: 10px;
  }

  .online-masthead_form .add-file-btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .online-masthead_bottom li {
    width: 50%;
  }

  .buy-text img {
    max-width: 50%;
  }

  .buy-text .link {
    float: none;
    margin: 0 0 20px;
    display: inline-block;
  }

  .text-item .preview {
    width: 100%;
    float: none !important;
    text-align: center;
    margin: 0 0 20px !important;
  }

  .text-item .preview img {
    margin: 0 auto;
  }

  .text-item {
    margin: 0 0 20px;
  }

  .text-in [align="left"],
  .text-in [align="right"] {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
    .mobile-nav i img{
        display: block;
        max-width: 25px;
    }
  .masthead_form_top .phone {
    display: none;
  }

  .masthead_in .icon,
  .masthead_carousel .slick-dots,
  .masthead_carousel_img,
  .header_top_nav ul,
  .nav-menu {
    display: none !important;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  body {
    font-size: 14px;
  }

  .header_top {
    display: none;
  }

  .header_in {
    padding: 7px 0;
  }

  h1 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 7px;
  }

  .logo {
    width: 112px;
  }

  .header_list li:first-child,
  .header_list li {
    font-size: 13px;
    padding: 2px 0 0 20px;
    line-height: 16px;
    margin: 0 0 -2px;
  }

  .header_list li:first-child:before,
  .header_list li:before {
    transform: scale(0.8);
    transform-origin: top;
    top: 5px;
    left: -2px;
  }

  .header_list {
    height: 64px;
    clear: both;
  }

  .header_right {
    position: absolute;
    top: 186px;
    left: 10px;
    z-index: 10;
    right: 10px;
  }

  .header_right span {
    float: right;
    font-size: 14px;
  }

  .header_right a {
    font-size: 18px;
    color: #d72737;
    float: left;
  }

  .masthead {
    overflow: hidden;
    padding: 11px 0 0;
  }

  .masthead .subtitle {
    line-height: 1;
    margin: 0 0 56px;
    font-size: 13px;
    text-align: center;
  }

  .masthead h2,
  .masthead .title {
    font-size: 24px;
    text-align: center;
    margin: 0 0 7px;
  }

  .masthead_in li {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 9px;
    padding: 0 15px 0 20px;
  }

  .masthead_in li:after {
    transform: scale(0.6);
    transform-origin: top;
    left: -6px;
  }

  .masthead_in ul {
    margin: 0 0 23px;
  }

  .masthead_form {
    padding: 24px 18px 11px 18px;
  }

  .masthead_form .column {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }

  .masthead_form input {
    font-size: 16px;
  }

  .masthead_form .polit {
    margin: -6px 0 0;
  }

  .masthead_form .polit span {
    font-size: 10px;
  }

  .masthead_form_top p {
    float: left;
    display: block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
  }

  .masthead_form_top .social {
    margin: 0 0 1px 17px;
  }

  .masthead_form_top .social a {
    margin: 0 0 0 4px;
  }

  .masthead_bottom-list {
    box-sizing: border-box;
    margin: 0;
    padding: 40px 0 25px 20px;
  }

  .masthead_bottom-list li {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 13px;
  }

  .masthead_bottom-list i {
    max-width: 40px;
    margin: -10px 9px 0 -10px;
    max-height: 40px;
  }

  .masthead_bottom-list img {
    max-width: 40px;
    max-height: 40px;
  }

  .info-work {
    padding: 27px 0 16px;
  }

  .info-work .link {
    display: none;
  }

  .title-section {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    width: 300px;
    margin: 0 auto 16px;
  }

  .info-work_left {
    width: 100%;
    float: none;
    padding: 0 0 17px 20px;
  }

  .info-work_left .link {
    display: block;
    border: none;
    text-decoration: underline;
    font-size: 14px;
    position: static;
    margin: 28px 0 0 11px;
    float: none;
  }

  .info-work_left ol li {
    padding: 0 26px 0 73px;
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 16px;
  }

  .info-work_left ol li:after {
    font-size: 14px;
    left: 55px;
    top: 0;
  }

  .info-work_left ol li i {
    left: 0;
    top: -2px;
  }

  .info-work_left img {
    max-width: 33px;
    max-height: 38px;
  }

  .info-work_right {
    padding: 0 0 15px 20px;
  }

  .info-work_right li {
    font-size: 13px;
    padding: 0 0 0 57px;
    line-height: 17px;
    margin: 0 0 14px;
  }

  .info-work_right b {
    margin: 0 0 3px;
  }

  .info-work_right img {
    max-width: 39px;
    max-height: 31px;
  }

  .bg-blue:after {
    transform: rotate(50deg);
    top: auto;
    right: 0;
    width: 200%;
    bottom: -100%;
    height: 200%;
  }

  .content-form {
    padding: 42px 0 27px;
  }

  .content-form .title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 33px;
    text-align: center;
  }

  .content-form .column {
    margin: 0 0 15px;
    width: 100%;
  }

  .content-form form {
    position: relative;
  }

  .content-form .polit {
    position: absolute;
    bottom: 63px;
    left: 0;
    width: 100%;
    text-align: left;
  }

  .content-form .polit span {
    font-size: 10px;
  }

  .content-form label {
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 2;
  }

  .content-form input {
    padding: 0 17px;
    font-size: 13px;
  }

  .content-form .btn {
    margin: 42px 0 0;
  }

  .title-item {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 11px;
    text-align: center;
  }

  .catalog-carousel {
    text-align: center;
    padding: 37px 0 34px;
  }

  .catalog-carousel .subtitle {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 9px;
  }

  .catalog-carousel .subtitle p {
    font-size: 22px;
    line-height: 30px;
  }

  .catalog-carousel .slick-arrow {
    background-image: url(../images/sprite.png);
    display: inline-block;
    background-position: 0px -45px;
    width: 32px;
    height: 23px;
    top: 0;
    transform: none;
    margin: 0 16px;
  }

  .catalog-carousel .slick-next {
    transform: scale(-1);
  }

  .catalog-carousel .btn {
    width: 300px;
    margin: 30px auto 0;
  }

  .catalog-carousel_in {
    margin: 0 -16px;
    padding: 34px 0 0;
  }

  .catalog-carousel_in .preview {
    height: 167px;
  }

  .catalog-carousel_in .cash {
    top: 138px;
    text-align: left;
    padding: 2px 10px 0 11px;
  }

  .catalog-carousel_in .text {
    background: #fff;
    text-align: left;
    border: 1px solid #35a2ea;
    border-top: none;
    padding: 19px 16px 17px 12px;
  }

  .catalog-carousel_in .name {
    font-size: 20px;
    margin: 0 32px 5px 0;
    line-height: 28px;
  }

  .catalog-carousel_in li {
    margin: 0 0 10px;
  }

  .catalog-carousel_in span {
    font-size: 16px;
  }

  .about-order {
    padding: 32px 0 16px;
  }

  .about-order ul {
    padding: 7px 0 0;
    margin: 0 -5px;
  }

  .about-order li {
    width: 50%;
    padding: 0 5px;
    font-size: 13px;
    margin: 0 0 13px;
    line-height: 16px;
  }

  .about-order i {
    height: 84px;
    margin: 0 0 5px;
  }

  .about-order img {
    max-width: 101px;
  }

  .about-order .btn {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
  }

  .pluses-info_list {
    padding: 2px 0 0;
  }

  .pluses-info {
    padding: 13px 0 15px;
  }

  .pluses-info_item {
    margin: 0 0 21px;
  }

  .pluses-info_item .title {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 21px;
    text-align: center;
  }

  .pluses-info_item .in {
    padding: 24px 4px 0 4px;
  }

  .pluses-info_item li {
    margin: 0 0 21px;
    font-size: 13px;
    padding: 0 0 0 49px;
    line-height: 16px;
  }

  .pluses-info_item li:after {
    transform: scale(0.85) translateY(-50%);
  }

  .pluses-info_item .img {
    max-height: 139px;
    bottom: 0;
    right: 0;
  }

  .pluses-info_item--red .img {
    max-width: 67px;
    max-height: 139px;
  }

  .pluses-info_item--green .img {
    max-width: 128px;
    max-height: 128px;
    bottom: -36px;
    right: -17px;
  }

  .review-carousel {
    padding: 19px 0 29px;
  }

  .review-carousel .title-item {
    margin: 0 38px 0;
  }

  .review-carousel_in {
    padding: 16px 0 29px;
    margin: 0 -16px;
  }

  .review-carousel_in .photo {
    width: 60px;
    height: 60px;
    margin: 0 16px 0 0;
  }

  .review-carousel_in .name {
    padding: 6px 0 5px;
  }

  .review-carousel_in .text {
    padding: 15px 0 0;
    height: 155px;
    margin: 0 -5px 17px;
  }

  .review-carousel_in .btn {
    max-width: 180px;
    margin: 0 auto;
    line-height: 25px;
    font-size: 13px;
  }

  .reviews-item {
    font-size: 13px;
    padding: 17px 18px 27px;
    line-height: 19px;
  }

  .reviews-item:afteR {
    height: 3px;
  }

  .ours-city {
    padding: 20px 0 0;
  }

  .ours-city li {
    width: 50%;
    margin: 0 0 13px;
  }

  .ours-city a {
    font-size: 13px;
    line-height: 1;
  }

  .ours-city .title-item {
    margin: 0 0 -6px;
  }

  .ours-city ul {
    margin: 0 7px 0 10px;
  }

  .ours-city_left {
    overflow: visible;
  }

  .ours-city_left img {
    display: none;
  }

  .content-bottom {
    font-size: 13px;
    line-height: 24px;
    padding: 317px 0 47px;
    text-align: center;
  }

  .content-bottom .center {
    position: relative;
    padding: 0 0 38px;
  }

  .content-bottom .tel {
    font-size: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .content-bottom:after {
    top: 75px;
    bottom: auto;
    right: 50%;
    margin-right: -116px;
    width: 223px;
    height: 217px;
    background-size: contain;
  }

  .content-bottom .img {
    position: absolute;
    top: -291px;
    width: 323px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  .content-bottom .title-section {
    font-size: 24px;
    margin: 0 0 9px;
    line-height: 30px;
  }

  .content-bottom .social {
    padding: 23px 0 0;
    text-align: center;
  }

  .content-bottom .social a {
    display: inline-block;
    vertical-align: top;
    float: none;
    line-height: 28px;
    margin: 0 13px 0 0;
    font-size: 14px;
  }

  .content-bottom .social a:last-child {
    margin-right: 0;
  }

  .content-bottom .social img {
    width: 28px;
    height: 28px;
  }

  .content-bottom ul {
    padding: 14px 0 0;
  }

  .content-bottom i {
    top: 50%;
    transform: translateY(-50%);
  }

  .content-bottom li {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin: 0 0 -17px;
    padding: 20px 70px 20px 55px;
  }

  .content-bottom li img {
    max-width: 38px;
    max-height: 38px;
  }

  .only-mobile {
    display: block;
  }

  .footer {
    padding: 18px 0 29px;
  }

  .footer-logo {
    width: 140px;
    margin: 0 0 3px;
    display: block !important;
  }

  .footer-logo img {
    width: 100%;
  }

  .footer_left {
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 16px;
  }

  .footer_left p {
    margin: 0 0 13px;
  }

  .footer_left a {
    display: none;
  }

  .footer_top {
    padding: 6px 0 19px;
  }

  .footer_top li {
    float: none;
    margin: 0 20px -6px 0;
    width: 100%;
  }

  .footer_top a {
    font-size: 14px;
  }

  .footer_in {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer_nav ul {
    display: none;
  }

  .footer_nav ul.open {
    display: block;
  }

  .footer_nav li {
    width: 100%;
    display: block;
    margin: 0 0 4px;
  }

  .footer_nav a {
    font-size: 13px;
  }

  .footer_bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 13px;
    line-height: 14px;
    padding: 29px 0 0;
  }

  .burger {
    display: block;
  }

  .error-in {
    padding: 8px 0 67px;
  }

  .error-in .title-item {
    font-size: 24px;
    width: 300px;
    margin: 0 auto 36px;
    line-height: 30px;
  }

  .error-in img {
    max-width: 100%;
  }

  .header_right {
    display: none;
  }

  .header-index .header_right {
    display: block;
  }

  .masthead-contacts {
    padding: 7px 0 18px;
    font-size: 13px;
    line-height: 16px;
  }

  .masthead-contacts .wrapper {
    padding-bottom: 349px;
  }

  #map {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    height: 330px;
  }

  .crumbs {
    padding: 3px 0 0;
  }

  .crumbs h1 {
    font-size: 24px;
    text-align: center;
    line-height: 1.25;
  }

  .crumbs ol {
    background-color: #f1f9ff;
    margin: 0 -20px 16px;
    padding: 0 20px;
    font-size: 10px;
    overflow: hidden;
  }

  .crumbs a,
  .crumbs li:after,
  .crumbs li {
    line-height: 29px;
    font-size: 10px;
    margin: 0;
  }

  .crumbs li:after {
    margin: 0 1px 0 0;
  }

  .address-list {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 15px;
  }

  .address-list li {
    padding: 0 0 0 22px;
    margin: 18px 0 0;
  }

  .address-list li:first-child {
    margin: 0;
  }

  .address-list li:after {
    transform: scale(0.8) translateY(-50%);
  }

  .masthead-contacts_in {
    width: 100%;
    margin: 0 0 6px;
  }

  .masthead-contacts_in li {
    padding: 0;
    margin: 0 0 14px;
  }

  .masthead-contacts_in a {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 22px;
  }

  .masthead-contacts_in a:after {
    transform: scale(0.7) translateY(-50%);
    left: -4px;
  }

  .news-item {
    overflow: hidden;
    padding: 17px 0 0;
    margin: 0 0 11px;
  }

  .news-item a {
    font-size: 13px;
    line-height: 14px;
  }

  .news-item .text {
    height: 54px;
    overflow: hidden;
  }

  .news-item .center {
    overflow: visible;
  }

  .news-item .btn {
    line-height: 29px;
    width: 100%;
    max-width: none;
  }

  .news-item .preview {
    width: 96px;
    margin: 3px 8px 10px 0;
    height: 96px;
  }

  .news-item .name {
    font-size: 18px;
    margin: 0 0 5px;
    line-height: 20px;
  }

  .news-list {
    padding: 0 0 20px;
  }

  .news-list .news-sidebar {
    display: none;
  }

  .news-text .news-sidebar {
    display: none;
  }

  .review-list .link {
    margin: 4px 0 28px;
    font-size: 16px;
  }

  .review-list_in .column {
    width: 100%;
    margin: 0 0 28px;
  }

  .review-list_in .photo {
    width: 58px;
    margin: 0 10px 0 -4px;
    height: 58px;
  }

  .review-list_in .reviews-item {
    padding: 17px 9px 29px;
    font-size: 13px;
    line-height: 16px;
  }

  .review-list_in .name {
    font-size: 13px;
    padding: 7px 0 1px;
  }

  .review-list_in .car {
    font-size: 14px;
  }

  .review-list_in .text {
    margin: 0 0 21px;
    padding: 13px 0 0;
    height: auto;
  }

  .review-list_in .btn {
    margin: 0;
    width: 100%;
    max-width: none;
  }

  .add-review {
    padding: 23px 0 12px;
  }

  .add-review form {
    position: relative;
    padding: 20px 12px 12px 9px;
  }

  .add-review .column {
    width: 100%;
  }

  .add-review label {
    font-size: 13px;
    margin: 0 0 6px;
  }

  .add-review input[type="text"],
  .add-review input[type="email"],
  .add-review input,
  .add-review textarea {
    height: 40px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .add-review textarea {
    height: 120px;
  }

  .add-review .form-item {
    margin: 0 0 16px;
  }

  .add-review .polit {
    margin: 54px 0 0;
  }

  .add-review .polit span {
    font-size: 10px;
  }

  .add-review .add-file-btn {
    height: 39px;
    font-size: 13px;
  }

  .add-review .title-item {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 19px;
  }

  .add-review .btn {
    position: absolute;
    bottom: 56px;
    width: calc(100% - 21px);
    left: 9px;
  }

  .online-masthead_top {
    margin: 0 0 27px;
  }

  .online-masthead_top li {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 20px;
  }

  .online-masthead_top li:after {
    top: 2px;
    left: -5px;
    transform: scale(0.5);
  }

  .online-masthead_form {
    padding: 27px 10px 9px;
  }

  .online-masthead_form label {
    display: block !important;
    height: auto !important;
    margin: 0 0 5px;
    padding: 0 !important;
  }

  .online-masthead_form .column {
    width: 100%;
  }

  .online-masthead_form .form-item {
    margin: 0 0 16px;
  }

  .online-masthead_form .add-file-btn {
    text-align: left;
    height: 41px;
    padding: 12px 10px;
    font-size: 13px;
  }

  .online-masthead_form input[type="text"],
  .online-masthead_form input[type="email"] {
    height: 40px;
    font-size: 13px;
    padding: 12px 10px;
  }

  .online-masthead_form textarea {
    font-size: 13px;
    padding: 12px 10px;
  }

  .online-masthead_form .polit {
    margin: 68px 0 0;
  }

  .online-masthead_form .polit span {
    font-size: 10px;
  }

  .online-masthead_form .btn {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 18px);
    left: 9px;
  }

  .online-masthead {
    padding: 0 0 13px;
  }

  .online-masthead_bottom {
    margin: 0;
    padding: 32px 0 0;
  }

  .online-masthead_bottom li {
    padding: 0 0 0 55px;
    width: 100%;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 18px;
  }

  .online-masthead_bottom i {
    transform: scale(0.67);
    left: 3px;
    top: -3px;
    transform-origin: left;
  }

  .online-masthead_bottom b {
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 24px;
  }

  .buy-text {
    padding: 21px 0 35px;
    background: #ecf7fe;
  }

  .buy-text .title-item {
    font-size: 24px;
    line-height: 1.3;
  }

  .buy-text .link {
    text-align: center;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 42px;
    left: 0;
  }

  .buy-text .center {
    overflow: visible;
  }

  .buy-text th {
    font-size: 13px;
    color: #3b527c;
    background: #e4f4fe;
  }

  .news-text {
    padding: 0 0 20px;
  }

  .news-text .text-in {
    overflow: visible;
  }

  .text-in {
    font-size: 14px;
    line-height: 18px;
  }

  .text-in img {
    display: block;
    margin: 15px auto !important;
    max-width: 100% !important;
    width: auto;
  }

  .text-in table {
    width: auto !important;
    display: block;
    margin: 30px -20px;
    background: transparent;
    width: auto;
    padding-left: 20px;
    overflow: auto;
  }

  .text-in table:last-child {
    margin-bottom: 0;
  }

  .text-in h2 {
    font-size: 18px;
    margin: 25px 0 11px;
    line-height: 1.25;
    text-align: center;
  }

  .text-in .big {
    font-size: 24px;
    line-height: 1.3;
    margin: 22px 0;
  }

  .text-in ul li {
    padding: 0 0 0 22px;
    margin: 0 0 11px;
  }

  .text-in ul li:after {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
  }

  .text-in ol {
    margin: 0 0 38px;
  }

  .text-in ol li {
    padding: 0 0 0 22px;
    margin: 0 0 11px;
  }

  .text-in ol li:after {
    left: 1px;
    top: -7px;
    font-size: 16px;
  }

  .news-sidebar_form {
    padding: 27px 22px 34px;
  }

  .news-sidebar_form p {
    font-size: 22px;
  }

  .news-sidebar_form .title {
    margin: 3px -10px -5px;
    font-size: 30px !important;
  }

  .news-sidebar_form .subtitle {
    margin: 0 0 15px;
  }

  .news-sidebar_form .form-item {
    margin: 0 0 12px;
  }

  .news-sidebar_form .polit {
    margin: -9px 0 0;
  }

  .news-sidebar_form label {
    margin: 0 0 5px;
  }

  .news-sidebar_form input[type="text"],
  .news-sidebar_form input[type="email"] {
    height: 40px;
  }

  .masthead-inner {
    margin-top: 0 !important;
  }

  .masthead-inner .subtitle {
    margin-bottom: 0;
    position: static;
    top: 0;
  }

  .masthead-inner .masthead_carousel {
    padding: 0;
    display: block !important;
  }

  .masthead-inner .masthead_carousel_img {
    display: block !important;
    margin-top: 20px;
  }

  .masthead-inner .reverse1-lg {
    display: block;
  }

  .masthead-inner .subtitle li {
    padding: 0 0 0 20px;
  }

  .masthead-inner .subtitle li:after {
    margin: 0 0 0 8px;
    top: 4px;
  }

  .masthead_carousel .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .catalog-carousel_in .preview img {
    object-position: top center;
  }

  .catalog-carousel_in .preview {
    height: 200px;
  }

  .content-bottom .title-section {
    margin-left: auto;
    margin-right: auto;
  }

  .product-popup {
    width: 280px;
    padding: 0 0 20px;
  }

  .product-popup .name {
    font-size: 20px;
    padding: 0 20px;
    line-height: 1.25;
  }

  .product-popup .slick-arrow {
    margin: 0 5px !important;
  }

  .product-popup ul {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    display: block;
  }

  .product-popup .cash span {
    float: right;
  }

  .product-popup .cash li,
  .product-popup li {
    width: 100%;
    text-align: left;
  }

  .text-item img {
    max-width: 100%;
  }

  .text-group {
    padding-top: 27px;
  }

  .text-group .link {
    font-size: 14px;
  }

  .text-in [align="left"],
  .text-in [align="right"] {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
    float: none;
  }

  .masthead_bottom-list {
    padding: 40px 0 25px 10px;
  }

  .masthead_bottom-list i {
    display: block;
    float: none;
    margin: 0 0 10px;
  }

  .js-mobile .header_right {
    display: block;
    float: none;
    width: 100%;
    padding: 12px 0 10px;
    position: static;
  }

  .masthead-inner .masthead_carousel {
    clear: both;
  }

    .header_social p{
        display: none;
    }
    .header_social{
        margin: 6px -4px 0 0;
        display: block;
    }
    .header_social a{
        width: 25px;
        height: 25px;
    }
    .header_right span{
        display: none;
    }
    .header_right a {
        font-size: 15px;
    }
    .header_right{
        display: block;
        top: 11px;
        left: 130px;
        right: 50px;
    }
}

@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none !important;
  }


}
