/* text-alig mixin */

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

/* text-alig mixin */

/* responsive mixin */

/* responsive mixin */

/* main color */

/* main color */

/* font-family: "ClearSansRegular"; */

@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSansRegular/ClearSansRegular.eot");
  src: url("../fonts/ClearSansRegular/ClearSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansRegular/ClearSansRegular.woff") format("woff"), url("../fonts/ClearSansRegular/ClearSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "ClearSansBold"; */

@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSansBold/ClearSansBold.eot");
  src: url("../fonts/ClearSansBold/ClearSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansBold/ClearSansBold.woff") format("woff"), url("../fonts/ClearSansBold/ClearSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

/* font-family: "ClearSansItalic"; */

@font-face {
  font-family: "ClearSans";
  src: url("../fonts/ClearSansItalic/ClearSansItalic.eot");
  src: url("../fonts/ClearSansItalic/ClearSansItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ClearSansItalic/ClearSansItalic.woff") format("woff"), url("../fonts/ClearSansItalic/ClearSansItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

body {
  font-family: "ClearSans", "Sans Serif";
  background-color: #f1f6f9;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a {
  color: #0d13ab;
  transition: color 0.3s ease-out;
}

a:hover {
  color: #777CFA;
  text-decoration: none;
}

h1 {
  font-size: 28px;
  color: #0d13ab;
  margin: 10px 0 20px 0;
  font-weight: bold;
}

h1.likeH2 {
  font-size: 22px;
  color: #404040;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

.blueButton {
  display: block;
  text-align: center;
  background-color: #777CFA;
  color: #ffffff;
  border-radius: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.blueButton:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d13ab;
  transform: scaleX(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.blueButton:hover {
  color: #ffffff;
}

.blueButton:hover:before {
  transform: scaleX(0);
}

.boxTitle {
  font-weight: bold;
  color: #0d13ab;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.topLine {
  width: 100%;
  color: #ffffff;
  background-color: #0d13ab;
  font-size: 12px;
  position: relative;
  z-index: 1000;
}

.topLine .miniSlogan {
  font-weight: bold;
  white-space: wrap;
  padding: 5px 0;
  line-height: 16px;
  font-size: 18px;
}

.topLine .top-links {
  padding: 12px 0;
}

.topLine .top-links a {
  margin: 0 10px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 18px;
}

.topLine .top-links a:hover {
  text-decoration: underline;
}

.topLine .top-links a:first-child {
  margin: 0 12px 0 0;
}

.topLine .top-links--md {
  padding: 0;
}

.topLine .top-links--md a:first-child {
  margin: 0 12px 0 0;
}

.topLine nav {
  padding: 12px 0;
  display: inline-block;
}

.topLine nav a {
  margin: 0 10px;
  color: #ffffff;
  white-space: nowrap;
  font-size: 18px;
}

.topLine nav a:hover {
  text-decoration: underline;
}

.topLine .search {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 11px;
  padding: 0 11px;
  margin-bottom: 10px;
}

.topLine .search input,
.topLine .search button {
  height: 24px;
  background: none;
  outline: none;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #404040;
}

.topLine .search input {
  width: 85%;
}

.topLine .search button {
  width: 15%;
}

.topLine .search--md {
  display: none;
  margin: 10px 0px;
}

.topLine .search-separator--md {
  margin: 0;
}

header {
  background: url("../images/bgWave_01.png") center bottom no-repeat;
  z-index: 1000;
  position: relative;
  padding-bottom: 32px;
}

header .headerLine {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 12px 0;
}

header .headerLine .logo img {
  max-width: 100%;
}

header .headerLine .address {
  padding: 16px 15px;
}

header .headerLine .address .contact {
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-top: 20px;
}

header .headerLine .address .contact a {
  font-weight: 700;
  color: inherit;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

header .headerLine .address .contact a:hover {
  color: #777CFA;
}

header .headerLine .address .contact.contact-phone a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/images/icons/Phone_Mobile.svg");
  width: 20px;
  height: 16px;
}

header .headerLine .address .contact.contact-email a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  background-image: url("/images/icons/E-mail_Mobile.svg");
}

header .headerLine .address .contact.contact-address {
  position: relative;
  padding-left: 30px;
}

header .headerLine .address .contact.contact-address:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
  width: 20px;
  height: 16px;
  background-image: url("/images/icons/Place_Mobile.svg");
}

header .headerLine .address .orderCall {
  text-decoration: none;
  outline: none;
  margin: 20px 0;
}

header .headerLine .mainMenu {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

header .headerLine .mainMenu .separator {
  background-color: #3ca7f5;
  width: 1px;
  overflow: hidden;
}

header .headerLine .mainMenu a {
  display: block;
  text-align: center;
  margin: 15px 0;
}

header .headerLine .mainMenu .menu-btn {
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fdfefe;
  border-radius: 8px;
  background-color: #3ba7f5;
  padding: 2px 10px 5px;
}

section.content {
  margin-top: -10px;
  position: relative;
  z-index: 1000;
}

section.content big {
  font-size: 18px;
}

section.content ul {
  padding-left: 18px;
}

section.content .breadCrumbs {
  margin-bottom: 20px;
}

section.content .breadCrumbs a {
  color: #404040;
  text-decoration: underline;
}

section.content .breadCrumbs a:hover {
  text-decoration: none;
}

section.content .breadCrumbs .glyphicon {
  font-size: 8px;
  vertical-align: top;
  padding-top: 7px;
}

section.content img {
  max-width: 100%;
}

section.content .contentBox {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

section.content .leftMenu {
  background-color: #ffffff;
  padding: 10px 18px 18px 18px;
  margin-bottom: 20px;
}

section.content .leftMenu .title {
  color: #0d13ab;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section.content .leftMenu .after-link {
  color: #0d13ab;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 10px;
}

section.content .leftMenu ul {
  margin: 0;
  padding: 0 0 0 10px;
}

section.content .leftMenu ul li {
  list-style: none;
  margin: 5px 0;
}

section.content .leftMenu ul li a {
  color: #404040;
}

section.content .leftMenu ul li a:hover {
  text-decoration: underline;
}

section.content .leftMenu ul li.active {
  font-weight: bold;
  position: relative;
}

section.content .leftMenu ul li.active:before {
  content: "";
  display: block;
  background-color: #0d13ab;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: -10px;
}

section.content .leftMenu ul li .submenu {
  font-weight: normal;
  margin: 10px 0;
}

section.content .leftMenu ul li .submenu:before {
  display: none;
}

section.content .leftMenu ul li .submenu li.active:before {
  display: none;
}

section.landContent {
  padding-top: 30px;
  position: relative;
  z-index: 800;
}

section.landContent .linksBox a {
  height: 44px;
  line-height: 44px;
  margin: 10px 0;
}

section.landContent .advantagesBox {
  margin: 60px 0;
}

section.landContent .advantagesBox .image img {
  max-width: 100%;
}

section.landContent .advantagesBox .thesis {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
  line-height: 20px;
  min-height: 40px;
}

section.landContent .advantagesBox .description {
  font-size: 14px;
  margin-bottom: 20px;
}

section.landContent .catalog .catalogItem {
  background-color: #ffffff;
  padding: 26px;
  margin-bottom: 25px;
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.04);
}

section.landContent .catalog .catalogItem .name {
  font-weight: bold;
  color: #0d13ab;
  font-size: 22px;
  margin-bottom: 20px;
}

section.landContent .catalog .catalogItem .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.landContent .catalog .catalogItem .image img {
  max-width: 100%;
  max-height: 100%;
}

section.landContent .catalog .catalogItem .description {
  margin-top: 20px;
}

section.landContent .catalog .catalogItem .description a {
  color: #3ca7f5;
  font-size: 18px;
}

section.landContent .catalog .catalogItem .description a:hover {
  text-decoration: underline;
}

section.article {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 100px;
  z-index: 700;
}

section.article .name {
  color: #0d13ab;
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: bold;
}

section.article .name time {
  color: #404040;
}

section.article .readMore {
  margin-bottom: 20px;
}

section.article .readMore a {
  color: #3ca7f5;
  text-decoration: underline;
}

section.article .readMore a:hover {
  text-decoration: none;
}

section.review {
  padding: 0;
  position: relative;
  z-index: 700;
}

section.review .image {
  margin-bottom: 20px;
}

section.review .image img {
  max-width: 100%;
}

section.review .title {
  font-size: 19px;
  color: #0d13ab;
  margin-bottom: 46px;
}

section.review .title .position {
  font-size: 13px;
}

section.review .anons .readMore {
  margin-bottom: 20px;
}

section.review .anons .readMore a {
  color: #3ca7f5;
  text-decoration: underline;
}

section.review .anons .readMore a:hover {
  text-decoration: none;
}

section.review .slick-arrow {
  position: absolute;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/arrowSprite.png);
  background-repeat: no-repeat;
  height: 61px;
  width: 39px;
  z-index: 100;
  outline: none;
  top: 50%;
  margin-top: -30.5px;
}

section.review .slick-prev {
  background-position: 0 0;
  left: 0;
}

section.review .slick-next {
  background-position: -49px 0;
  right: 0;
}

section.review .slick-slide img {
  display: inline-block;
}

section.formOrder {
  padding: 40px 0 60px 0;
  background: #ffffff url(../images/bgOrder.png) no-repeat center top;
}

section.formOrder .container {
  position: relative;
  z-index: 900;
}

section.formOrder .inputText,
section.formOrder .inputSelect {
  color: #3ca7f5;
  background: #ffffff;
  height: 50px;
  line-height: 45px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  width: 100%;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

section.formOrder .inputText .glyphicon {
  margin-right: 7px;
}

section.formOrder .inputText input {
  outline: none;
  color: #404040;
  background: none;
  border: none;
  width: 80%;
}

section.formOrder .inputSelect {
  padding: 0 10px 0 50px;
}

section.formOrder .inputSelect .glyphicon {
  margin-left: -35px;
  margin-right: 0;
}

section.formOrder .blueButton {
  height: 50px;
  margin-bottom: 20px;
}

section.formOrder .blueButton input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

section.formOrder .wSelect-selected {
  width: 85%;
  margin: 0 35px 0 10px;
}

section.formOrder .wSelect-arrow {
  right: -25px;
}

section.formOrder .wSelect-options-holder {
  top: 31px !important;
  left: -24px !important;
  max-width: none !important;
  width: 240px !important;
}

section.formOrder .wSelect-options-holder .wSelect-options {
  height: 324px !important;
}

section.mapContact {
  position: relative;
  background-color: #ffffff;
}

section.mapContact #yandexMap {
  width: 100%;
  height: 510px;
  top: 0;
  left: 0;
  z-index: 100;
}

section.mapContact .mapContactContainer {
  width: 100%;
}

section.mapContact .container {
  position: relative;
  z-index: 800;
  padding-right: 0px;
  padding-left: 0px;
}

section.mapContact .container .row {
  margin-right: 0;
  margin-left: 0;
}

section.mapContact .container .row > div {
  padding-right: 0px;
  padding-left: 0px;
}

section.mapContact .container .contactBox {
  position: absolute;
  height: 510px;
  padding: 30px;
  font-size: 20px;
  z-index: 200;
  background-color: #fff;
}

section.mapContact .container .contactBox .title {
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #0d13ab;
  text-transform: uppercase;
}

section.mapContact .container .contactBox .selectCity {
  color: #3ca7f5;
  background: #ffffff;
  height: 50px;
  line-height: 45px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  width: 100%;
  padding: 0 20px 0 20px;
  margin-bottom: 20px;
}

section.mapContact .container .contactBox .address {
  margin: 30px 0 14px 0;
}

section.mapContact .container .contactBox .contactList {
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}

section.mapContact .container .contactBox .contactList .glyphicon {
  color: #3ca7f5;
  display: block;
  float: left;
  margin: 6px 0px 0 -35px;
}

section.mapContact .container .contactBox .socIco {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px 30px;
  display: -ms-flexbox;
  display: none;
  width: 100%;
  justify-content: space-between;
}

section.mapContact .container .contactBox .socIco a {
  max-width: 20%;
}

section.mapContact .container .contactBox .socIco a img {
  max-width: 100%;
}

section.mapContact .wSelect-options-holder {
  top: 32px !important;
  left: -8px !important;
  max-width: none !important;
  width: 290px !important;
}

section.mapContact .wSelect-options-holder .wSelect-options {
  overflow: auto;
}

section.question {
  position: relative;
  z-index: 800;
  padding: 30px 15px 45px;
  font-weight: bold;
  font-size: 35px;
}

section.question .method {
  display: inline-block;
  color: #0d13ab;
  border-bottom: 1px dashed #404040;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

section.question .method:hover {
  color: #3ca7f5;
}

footer {
  background-color: #ffffff;
  padding: 30px 0 50px 0;
  position: relative;
  z-index: 700;
}

footer .container {
  position: relative;
  z-index: 750;
}

footer .container .row div {
  padding-top: 20px;
}

footer a {
  color: #3ca7f5;
  text-decoration: none;
}

footer a:hover {
  color: #0d13ab;
}

.popUpDialog .inputText {
  color: #3ca7f5;
  background: #ffffff;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  width: 100%;
  padding: 0 20px 0 50px;
  margin-bottom: 20px;
}

.popUpDialog .inputText .glyphicon {
  float: left;
  margin: 28px 0 0 -30px;
}

.popUpDialog .inputText input {
  width: 100%;
  outline: none;
  color: #404040;
  background: none;
  border: none;
}

.popUpDialog .inputTextArea {
  color: #3ca7f5;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  width: 100%;
  height: 250px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 20px;
}

.popUpDialog .inputTextArea textarea {
  width: 100%;
  height: 100%;
  outline: none;
  color: #404040;
  background: none;
  border: none;
  resize: none;
}

/* magnific popap animation */

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* magnific popap animation */

#headerShadow,
#articleShadow {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 500;
}

#articleShadow {
  display: none;
}

#advantagesWave,
#articleWave,
#reviewWave,
#questwWave,
#footerwWave {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
}

#advantagesWave {
  left: 0;
  width: 100%;
  height: 361px;
  background-image: url(../images/bgWave_02.png);
  background-position: center center;
  z-index: 750;
}

#articleWave {
  width: 499px;
  height: 1001px;
  background-image: url(../images/bgWave_03.png);
  background-position: center center;
  top: auto;
  bottom: 0;
}

#reviewWave {
  width: 100%;
  height: 530px;
  background-image: url(../images/bgWave_04.png);
  background-position: center center;
  z-index: 650;
}

#questwWave {
  left: auto;
  right: 0;
  width: 414px;
  height: 1237px;
  background-image: url(../images/bgWave_05.png);
  background-position: center center;
  z-index: 650;
}

#footerwWave {
  top: auto;
  bottom: 0;
  height: 267px;
  width: 100%;
  background-image: url(../images/bgWave_06.png);
  background-position: center center;
  z-index: 700;
}

/* contentCSS */

.newsList .newsItem {
  margin-bottom: 22px;
}

.newsList .newsItem .name {
  font-weight: bold;
}

.newsList .newsItem .readMore a {
  color: #3ca7f5;
}

.newsList .newsItem .readMore a:hover {
  text-decoration: underline;
}

.reviewList {
  margin-bottom: 5%;
}

.reviewList .reviewItem {
  margin-bottom: 24px;
}

.reviewList .reviewItem .image {
  text-align: center;
}

.reviewList .reviewItem .name {
  font-weight: bold;
}

.reviewList .reviewItem .readMore a {
  color: #3ca7f5;
}

.reviewList .reviewItem .readMore a:hover {
  text-decoration: underline;
}

.faqList {
  margin-bottom: 60px;
}

.faqList .faqItem {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
}

.faqList .faqItem:first-child {
  border-top: none;
}

.faqList .faqItem .question {
  font-weight: bold;
  color: #0d13ab;
}

.faqList .faqItem .answer {
  padding-left: 20px;
}

.paginationCustom .paginationArrow {
  background-color: #0d13ab;
  color: #ffffff;
}

.paginationCustom .paginationArrow:hover {
  box-shadow: 0 0 0 1px #3ca7f5;
}

.paginationCustom .paginationArrow.disable {
  background-color: #d9d9d9;
}

.paginationCustom .paginationArrow.disable:hover {
  box-shadow: 0 0 0 1px #d9d9d9;
}

.paginationCustom .paginationArrow div {
  display: inline;
}

.paginationCustom a,
.paginationCustom span {
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
}

.paginationCustom a {
  color: #404040;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px #f4f4f4;
}

.paginationCustom a:hover {
  background-color: #3ca7f5;
  color: #ffffff;
  box-shadow: 0 0 0 1px #3ca7f5;
}

.paginationCustom span {
  background-color: #3ca7f5;
  color: #ffffff;
  box-shadow: 0 0 0 1px #3ca7f5;
}

.contentForm {
  margin: 7% 0;
}

.contentForm h2 {
  color: #0d13ab;
  font-size: 28px;
  margin-bottom: 5%;
}

.contentForm label {
  display: block;
  font-weight: normal;
}

.contentForm input[type="text"] {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 0 10px;
  outline: none;
  margin-bottom: 10px;
}

.contentForm textarea {
  width: 100%;
  height: 105px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 10px;
  outline: none;
  margin-bottom: 10px;
  resize: none;
}

.contentForm .blueButton {
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  margin: 10px 0;
  min-width: 145px;
}

.contentForm .blueButton input {
  display: block;
  padding: 0;
  margin: auto;
  background: none;
  border: none;
}

.catalogContent {
  background: none;
  padding: 0;
}

.catalogContent h1 {
  margin-top: -6px;
}

.catalogContent .catalogItem {
  border: 1px solid #efefef;
  display: block;
  padding: 15px;
  background-color: #ffffff;
  margin: 1px 1px 26px 1px;
}

.catalogContent .catalogItem .image {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalogContent .catalogItem .name {
  color: #404040;
}

.catalogContent .catalogItem:hover {
  margin: 0px 0px 25px 0px;
  border: 2px solid #3ca7f5;
  box-shadow: 0px 0px 10px rgba(64, 88, 102, 0.13);
}

.catalogContent .catalogItem:hover .name {
  color: #0d13ab;
}

.tagsList {
  padding: 34px 0;
}

.tagsList a {
  color: #404040;
  text-decoration: underline;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 15px;
}

.tagsList a:last-child {
  margin-right: 0;
}

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

.tagsList:before,
.tagsList:after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #dddddd;
  margin: 0 auto;
}

.tagsList:before {
  margin-bottom: 24px;
}

.tagsList:after {
  margin-top: 24px;
}

.sectionText .schemesBlock {
  margin-top: 60px;
}

.catalogElementDetail {
  display: flex;
  flex-direction: column;
}

.catalogElementDetail .image .bigImage {
  height: 450px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.catalogElementDetail .image .bigImage img {
  max-width: 100%;
  max-height: 100%;
}

.catalogElementDetail .image .thumbImageListBox {
  overflow: hidden;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList {
  position: relative;
  margin-top: -12px;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-arrow {
  position: absolute;
  z-index: 1000;
  background: url(../images/arrowSprite.png);
  width: 39px;
  height: 61px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  opacity: 0.1;
  outline: none;
  transition: opacity .2s ease-out;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-arrow:hover {
  opacity: 1;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-prev {
  top: 50%;
  left: 15px;
  margin-top: -30.5px;
  margin-left: 0;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-next {
  background-position: -49px 0;
  bottom: 50%;
  right: 15px;
  margin-bottom: -30.5px;
  margin-right: 0;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList .thumbImage {
  margin: 12px 12px 12px 0;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  outline: none;
  cursor: pointer;
}

.catalogElementDetail .image .thumbImageListBox .thumbImageList .thumbImage img {
  max-width: 100%;
  max-height: 100%;
}

.catalogElementDetail .itemCharact {
  margin-bottom: 20px;
}

.catalogElementDetail .itemCharact .tabnames {
  margin: 30px 0;
}

.catalogElementDetail .itemCharact .tabnames .tabname {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  margin: 0 15px;
  padding-bottom: 2px;
  cursor: pointer;
}

.catalogElementDetail .itemCharact .tabnames .tabname:before {
  content: "|";
  font-weight: normal;
  color: #cccccc;
  background: #cccccc;
  width: 1px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-right: 24px;
  vertical-align: middle;
}

.catalogElementDetail .itemCharact .tabnames .tabname:first-child:before {
  display: none;
}

.catalogElementDetail .itemCharact .tabnames .tabname:hover span,
.catalogElementDetail .itemCharact .tabnames .tabname.active span {
  color: #3ca7f5;
  border-bottom: 2px solid #3ca7f5;
}

.catalogElementDetail .itemCharact .tab {
  display: none;
}

.catalogElementDetail .itemCharact .active {
  display: block;
}

.catalogElementDetail .itemCharact .spectialText {
  font-style: italic;
  padding-left: 70px;
}

.catalogElementDetail .itemCharact .itemCharactEl {
  background-color: #E1F1FB;
  padding: 0 15px;
}

.catalogElementDetail .itemCharact .itemCharactEl:first-child {
  background-color: inherit;
  padding: 0 30px 0 0;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements {
  line-height: 22px;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propElement {
  margin-bottom: 15px;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propElement div {
  margin-bottom: 8px;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propElement ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propElement ul li {
  margin-bottom: 6px;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propTitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 22px;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propTitle:first-child {
  margin-top: 0;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propElementValue--bold {
  font-weight: bold;
}

.catalogElementDetail .itemCharact .itemCharactEl .propElements .propElementTitle {
  font-weight: bold;
}

.catalogElementDetail .itemCharact .itemCharactEl--price {
  padding-top: 17px;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.catalogElementDetail .itemCharact .itemCharactEl--form {
  padding-top: 20px;
  padding-bottom: 25px;
}

.catalogElementDetail .itemCharact .itemCharactEl .itemPrice {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #FF0000;
}

.catalogElementDetail .itemCharact .itemCharactEl .itemPriceDescr {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.catalogElementDetail .itemCharact .itemCharactEl .itemPriceDescrAll {
  font-size: 16px;
  line-height: 22px;
  color: #FF0000;
}

.catalogElementDetail .itemCharact .itemCharactEl .formTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
}

.catalogElementDetail .itemCharact .itemCharactEl__btn {
  display: block;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  font-size: 16px;
}

.catalogElementDetail .itemCharact .itemCharactEl__btn input {
  width: 100%;
  line-height: 40px;
}

.catalogElementDetail .itemCharact .itemCharactEl .catalogContentForm input[type="text"],
.catalogElementDetail .itemCharact .itemCharactEl .catalogContentForm textarea {
  border: 1px solid #E4E4E4;
  border-radius: 5px;
}

.catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 45px;
}

.catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label a {
  color: inherit;
  text-decoration: underline;
}

.catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  background-color: #ffffff;
  margin: 0;
}

.catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-color: #0D13AB;
  border-radius: 2px;
  opacity: 0;
}

.catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.lastView {
  background-color: #ffffff;
  padding: 25px 0;
}

.lastView .lastViewItem {
  display: block;
  border: 1px solid #efefef;
  padding: 14px;
  margin-bottom: 25px;
}

.lastView .lastViewItem .image {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lastView .lastViewItem .image img {
  max-width: 100%;
  max-height: 100%;
}

.lastView .lastViewItem .name {
  color: #404040;
}

.lastView .lastViewItem:hover {
  border-color: #0d13ab;
}

.lastView .lastViewItem:hover .name {
  color: #0d13ab;
}

.map-holder {
  max-width: 500px;
  height: 400px;
}

.inf-table {
  width: 100%;
  font-size: 1em;
}

.inf-table table {
  width: 100%;
}

.inf-table tr,
.inf-table td {
  border: 1px solid black;
  text-align: center;
}

.inf-table table {
  border: 2px solid black;
}

.inf-table .type1 td {
  border-right: 2px black solid;
  vertical-align: middle;
}

.inf-table .type1 td:nth-child(1) {
  text-align: left;
}

.inf-table .type1 tr:nth-child(1) td {
  text-align: center;
  border: 2px solid black;
}

.inf-table .type1 table,
.inf-table .type1 tr,
.inf-table .type1 td {
  padding: 3px 10px;
}

.inf-table .type2 tr:nth-child(2n) {
  background: #e4f2fb;
}

.inf-table .type2 tr:nth-child(1) td {
  background: #a6d3f2;
  border: 2px solid black;
}

.inf-table .type2 td:nth-child(1) {
  text-align: left;
}

.inf-table .type2 td:nth-child(1) {
  width: 250px;
}

.inf-table .type2 td {
  padding: 0 10px;
}

.inf-table .type3 td {
  border-right: 2px black solid;
  vertical-align: middle;
  padding: 0 10px;
}

.inf-table .type3 tr:nth-child(1) td {
  background: #cdffff;
  border: 2px solid black;
  font-size: 20px;
  padding-bottom: 15px;
}

.inf-table .type3 tr:nth-child(2),
.inf-table .type3 td:nth-child(1) {
  text-align: left;
}

.inf-table .type4 {
  border: none;
}

.inf-table .type4 tr:nth-child(2n-1) {
  height: 18px;
  background: #e4f1fb;
}

.inf-table .type4 tr:nth-child(1) {
  background: #a6d3f1;
}

.inf-table .type4 tr,
.inf-table .type4 td {
  text-align: left;
  border: none;
  padding: 0;
}

.inf-table .type4 td:nth-child(1) {
  width: 40%;
}

.clear-water__heading {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3b3b3b;
}

.clear-water__danger {
  color: #3b3b3b;
  margin-top: 73px;
}

.clear-water__danger::after {
  content: '';
  display: block;
  clear: both;
}

.clear-water__danger .danger-heading {
  border-left: 6px solid #d0021b;
  padding: 64px 40px;
}

.clear-water__danger .danger-heading__title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #0d13ab;
  font-weight: bold;
}

.clear-water__danger .danger-heading p {
  margin: 15px 0 0 0;
}

.clear-water__danger .danger-sources__source .source-heading {
  font-size: 18px;
  font-weight: bold;
}

.clear-water__danger .danger-sources__source .source-list {
  padding: 25px 0 0 75px;
  margin-bottom: 55px;
}

.clear-water__danger .danger-sources__source .source-list__item {
  display: flex;
  margin-bottom: 10px;
}

.clear-water__danger .danger-sources__source .source-list__item span {
  display: flex;
  align-items: center;
  max-width: 400px;
  padding-left: 16px;
}

.clear-water__danger .danger-sources__source .source-list__item img {
  vertical-align: top;
}

.clear-water__repair {
  text-align: center;
}

.clear-water__repair p {
  margin: 0;
}

.clear-water__repair .repair-heading {
  font-size: 24px;
  color: #0d13ab;
  font-weight: bold;
  text-transform: uppercase;
}

.clear-water__repair .repair-text {
  max-width: 600px;
  margin: 10px auto 0px;
}

.clear-water__repair .repair-line {
  background-color: #d0021b;
  width: 95px;
  height: 1px;
  display: inline-block;
}

.clear-water__repair .repair-subtext {
  margin: 10px 0 0;
  font-size: 18px;
  color: #404040;
  font-weight: bold;
}

.clear-water__equipment {
  clear: both;
  background-color: #ffffff;
  margin: 30px 0;
  box-shadow: 0 2px 15px 0 rgba(64, 64, 64, 0.13);
}

.clear-water__equipment .equipment-content .content-heading {
  color: #0d13ab;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
}

.clear-water__equipment .equipment-content .content-list {
  padding-top: 20px;
  list-style-type: none;
}

.clear-water__equipment .equipment-content .content-list li {
  position: relative;
  margin-bottom: 10px;
}

.clear-water__equipment .equipment-content .content-list li::before {
  content: '';
  display: block;
  background-color: #d0021b;
  width: 16px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: -30px;
}

.clear-water__equipment-row {
  padding: 36px;
  display: flex;
  align-items: center;
}

.clear-water__equipment-row .equipment-image {
  flex-basis: 40%;
}

.clear-water__equipment-row .equipment-content {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
}

.clear-water__equipment-row .equipment-content .content-list {
  padding-left: 90px;
}

.clear-water__equipment-row .equipment-content-left {
  margin-left: 0px;
}

.clear-water__equipment-column {
  margin: 30px auto;
  min-height: 650px;
}

.clear-water__equipment-column .equipment-content {
  padding: 36px;
}

.clear-water__equipment-md-row.equipment-lampa {
  align-items: stretch;
  padding: 20px 0;
}

.clear-water__equipment-md-row.equipment-lampa .equipment-image {
  order: 0;
}

.clear-water__equipment-md-row.equipment-lampa .equipment-content {
  padding: 25px 0 0 80px;
}

.clear-water__equipment-form2 {
  background-image: url("../images/form_2.svg");
  background-position: -15px -40px;
}

.clear-water__equipment-form2,
.clear-water__equipment-form3,
.clear-water__equipment-form4 {
  background-color: transparent;
  background-size: 370px 100%;
  background-repeat: no-repeat;
  box-shadow: none;
}

.clear-water__equipment-form3 {
  background-image: url("../images/form_3.svg");
  background-position: -15px -125px;
}

.clear-water__equipment-form4 {
  background-image: url("../images/form_4.svg");
  background-position: -15px -170px;
}

.clear-water__form {
  margin-top: 90px;
  margin-bottom: 60px;
  border-left: solid 6px #d0021b;
  padding: 20px 70px;
}

.clear-water__form .form-heading {
  color: #0d13ab;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

.clear-water__form .form-text {
  font-size: 16px;
  color: #3b3b3b;
  margin-bottom: 56px;
}

.clear-water__form .inputText {
  color: #3ca7f5;
  background: #ffffff;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  width: 100%;
  padding: 0 20px 0 20px;
}

.clear-water__form .inputText input {
  outline: none;
  color: #404040;
  background: none;
  border: none;
  padding-left: 7px;
  width: 80%;
}

.clear-water__form .blueButton {
  height: 70px;
  margin-bottom: 20px;
}

.clear-water__form .blueButton input {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

.clear-water__form .policy-checkbox-block {
  text-align: left;
  color: #404040;
}

.clear-water__form .policy-checkbox-block label {
  font-weight: normal;
}

.clear-water__form .policy-checkbox-block a {
  color: #404040;
}

.clear-water__form .policy-checkbox-block .policyMessageBox {
  margin-top: 15px;
}

.col-md-4.water-eq {
  padding-left: 25px;
  padding-right: 25px;
}

.clear-water-wave1 {
  position: absolute;
  top: 1010px;
  left: 0px;
  width: 100%;
}

.clear-water-wave2 {
  position: absolute;
  top: 3200px;
  left: 0px;
  width: 100%;
}

.clear-water-wave3 {
  position: absolute;
  top: 3870px;
  left: 0px;
  width: 100%;
}

.col-xs-12.water-repair {
  background-image: url("../images/form_1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 170px 0 60px;
  margin: -85px 0 0;
}

.contacts-page-item {
  background: #fff;
  padding: 0 15px;
  border-radius: 12px;
  border: solid 1px #f0f6f9;
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
}

.contacts-page-item:after {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  right: 19px;
  width: 9px;
  height: 16px;
  background-image: url("../images/icon_arrow_close_up.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.contacts-page-item:hover {
  border: 2px solid #C7D8F4;
  padding: 0 14px;
}

.contacts-page-item:hover .contacts-page-item__title {
  padding: 7px 0;
}

.contacts-page-item:hover:after {
  background-position: top;
}

.contacts-page-item__title {
  padding: 8px 0;
}

.contacts-page-item__detail {
  display: none;
  padding: 0;
}

.contacts-page-item__detail.d-block {
  display: block;
}

.contacts-page-item__info {
  margin-bottom: 8px;
  color: #333333;
}

.contacts-page-item__info a {
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

.contacts-page-item__email {
  color: #0d12ab;
  margin-bottom: 15px;
}

.contacts-page-item__btn {
  margin-bottom: 30px;
  background-color: #0d12ab;
  color: #fff;
  font-size: 16px;
  text-align: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
}

.contacts-page-item.active {
  font-size: 18px;
  background-color: #f0f6f9;
}

.contacts-page-item.active:hover {
  border: solid 1px #f0f6f9;
  padding: 0 15px;
}

.contacts-page-item.active:hover .contacts-page-item__title {
  padding: 8px 0;
}

.contacts-page-item.active:after {
  background-image: url("../images/icon_arrow_close.svg");
  top: 16px;
  right: 15px;
  width: 16px;
  height: 9px;
  background-position: top;
}

.contacts-page-item.active .contacts-page-item__title {
  font-weight: bold;
  color: #0d12ab;
}

.contacts-page-map {
  display: none;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

.contacts-page-map-mobile {
  height: 400px;
}

.partners-contacts {
  margin-top: 25px;
}

.partners-contacts__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.partners-contacts-item {
  margin-bottom: 15px;
}

.partners-contacts-item__title {
  font-size: 16px;
  font-weight: bold;
  color: #0d12ab;
}

.partners-contacts-item__title a {
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

.partners-contacts-item__info {
  font-size: 16px;
}

.partners-contacts-item__info span {
  display: inline;
  margin-right: 5px;
}

.partners-contacts-item__info a {
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

.where-buy-btn {
  display: inline-block;
}

.contacts-block {
  margin-bottom: 35px;
}

.contacts-block p {
  margin-bottom: 3px;
}

.contacts-partners {
  padding: 0 0 10px;
}

.contacts-partners__city {
  color: #0D13AB;
  margin: 0 0 20px;
}

.contacts-partners__wrapper {
  width: 100%;
}

.contacts-partners__content {
  padding-top: 15px;
}

.contacts-partners__content--small {
  height: 100%;
}

.contacts-partners__item {
  padding-bottom: 20px;
}

.contacts-partners-item__bottom-content {
  margin-top: 8px;
}

.contacts-partners-item__name {
  font-weight: 700;
}

.contacts-partners-item__phone a {
  color: #333333;
  text-decoration: none;
}

.contacts-partners-item__phone a:hover,
.contacts-partners-item__phone a:active,
.contacts-partners-item__phone a:focus {
  color: #7777CC;
  text-decoration: underline;
}

.contacts-partners-item__fax a {
  color: #333333;
  text-decoration: none;
}

.contacts-partners-item__fax a:hover,
.contacts-partners-item__fax a:active,
.contacts-partners-item__fax a:focus {
  color: #7777CC;
  text-decoration: underline;
}

.contacts-partners-item__links {
  font-weight: 700;
}

.contacts-partners-item__links a {
  color: #333333;
  text-decoration: none;
}

.contacts-partners-item__links a:hover,
.contacts-partners-item__links a:active,
.contacts-partners-item__links a:focus {
  color: #7777CC;
  text-decoration: underline;
}

#advantagesWave {
  margin-top: 70px;
}

.advantages-list {
  position: relative;
  margin: 60px 0 40px;
}

.advantages-list__slider {
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #ffffff;
}

.advantages-list__slider.active {
  transition: opacity .3s;
  opacity: 1;
  z-index: 1;
}

.advantages-list-item {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-gap: 20px;
  align-items: center;
}

.advantages-list-item__top {
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-gap: 20px;
  align-items: center;
}

.advantages-list-item__picture img {
  width: 100%;
}

.advantages-list-item__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.advantages-list-item__plus {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
  box-shadow: none;
  border: none;
  background-color: #ffffff;
  border-radius: 50px;
  outline: none;
  border-color: #fff;
  transition: all 0.15s linear;
}

.advantages-list-item__plus:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/images/icons/Plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.advantages-list-item__plus:before {
  transition: all 0.15s linear;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #3CA7F5;
  top: 50%;
  transform: translate(-50%, -50%);
}

.advantages-list-item__plus:hover:before,
.advantages-list-item__plus:focus-visible:before {
  transition: all 0.15s linear;
  width: 46px;
  height: 46px;
}

.advantages-slider {
  position: relative;
  padding: 16px 20px 84px;
}

.advantages-slider .slick-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  outline: none;
  background-color: transparent;
  background-size: 14px 26px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  border: none;
  z-index: 1;
  bottom: 24px;
}

.advantages-slider .slick-arrow.slick-prev {
  background-image: url("/images/icons/Arrow_Previous.svg");
  left: 50%;
  margin-left: -48px;
}

.advantages-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -48px;
  background-image: url("/images/icons/Arrow_Next.svg");
}

.advantages-slider__close {
  position: absolute;
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 50px;
  outline: none;
  border-color: #fff;
  transition: all 0.15s linear;
  right: 20px;
  top: -20px;
}

.advantages-slider__close:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/images/icons/Cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.advantages-slider__close:before {
  transition: all 0.15s linear;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #3CA7F5;
  top: 50%;
  transform: translate(-50%, -50%);
}

.advantages-slider__close:hover:before,
.advantages-slider__close:focus-visible:before {
  transition: all 0.15s linear;
  width: 46px;
  height: 46px;
}

.advantages-slider-item__wrapper {
  display: flex;
  align-items: center;
}

.advantages-slider-item__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}

.advantages-slider-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.advantages-slider-item__picture-wrapper {
  display: none;
}

.reviews-slider {
  padding: 48px 0 60px;
}

.reviews-slider__heading {
  font-style: 35px;
  line-height: 1.43;
  margin-bottom: 30px;
}

.reviews-slider__list {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 84px;
  padding-right: 84px;
}

.reviews-slider__list.slick-initialized {
  display: block;
}

.reviews-slider__list.slick-initialized .reviews-slider__item {
  display: block;
}

.reviews-slider__list .slick-track {
  display: flex;
  align-items: center;
}

.reviews-slider__list.slick-slider .slick-arrow {
  width: 34px;
  height: 60px;
  display: inline-block;
  position: absolute;
  outline: none;
  background-color: transparent;
  background-size: 34px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  border: none;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
}

.reviews-slider__list.slick-slider .slick-arrow.slick-prev {
  background-image: url("/images/icons/Arrow_Previous-Element.svg");
  left: 0;
}

.reviews-slider__list.slick-slider .slick-arrow.slick-next {
  right: 0;
  background-image: url("/images/icons/Arrow_Next-Element.svg");
}

.reviews-slider__list.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default !important;
}

.reviews-slider__list.slick-slider .slick-arrow:hover,
.reviews-slider__list.slick-slider .slick-arrow:active,
.reviews-slider__list.slick-slider .slick-arrow:focus {
  background-position: 0 100%;
}

.reviews-slider__item {
  display: none;
}

.reviews-slider__item:first-child {
  display: block;
}

.reviews-slider-item__wrapper--picture .reviews-slider-item__name {
  margin-bottom: 25px;
}

.reviews-slider-item__picture {
  text-align: center;
  margin-bottom: 40px;
}

.reviews-slider-item__picture img {
  max-width: 200px;
}

.reviews-slider-item__name {
  text-align: right;
  font-size: 13px;
  line-height: 1.46;
  color: #0d13ab;
  margin-bottom: 40px;
}

.reviews-slider-item__dscr {
  font-size: 16px;
  line-height: 1.44;
  margin-bottom: 15px;
}

.reviews-slider-item__more {
  font-size: 16px;
  line-height: 1.44;
  text-align: right;
}

.reviews-slider-item__more a {
  color: #3ca7f5;
  text-decoration: underline;
}

.reviews-slider-item__more a:hover,
.reviews-slider-item__more a:active,
.reviews-slider-item__more a:focus {
  text-decoration: none;
}

@media (min-width: 576px) {
  .catalogElementDetail .image .thumbImageListBox .thumbImageList .thumbImage {
    height: 85px;
    margin: 12px 15px 12px 0;
  }

  .catalogElementDetail .itemCharact .itemCharactEl {
    padding-right: 20px;
    padding-left: 20px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .propElements .propElement {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .propElements .propElement div {
    margin-bottom: 0;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .propElements .propElementValue {
    width: 55%;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .propElements .propElementTitle {
    width: 210px;
    margin-right: 15px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .propElements .propElementName {
    width: 210px;
    margin-right: 15px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl--price {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl__btn {
    width: 245px;
  }

  .advantages-list {
    margin: 60px 0;
  }

  .advantages-list__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -15px;
  }

  .advantages-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 0 15px 50px;
    grid-gap: 24px;
  }

  .advantages-list-item__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 16px;
  }

  .advantages-list-item__picture {
    max-width: 103px;
  }

  .advantages-list-item__name {
    padding: 0 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }

  .boxTitle {
    font-size: 35px;
  }

  .topLine .miniSlogan {
    font-size: 12px;
  }

  .topLine .top-links a {
    font-size: 12px;
    margin: 0 12px;
  }

  .topLine .top-links--md a {
    margin: 0 12px;
  }

  .topLine nav a {
    font-size: 12px;
  }

  .topLine .search {
    display: none;
    margin-bottom: 0;
  }

  .topLine .search--md {
    display: inline-block;
  }

  header .headerLine .address .contact {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin-right: 24px;
  }

  header .headerLine .address .contact.contact-phone a {
    padding-left: 26px;
  }

  header .headerLine .address .contact.contact-phone a:before {
    background-image: url("/images/icons/Phone_Desktop-n-Tablet.svg");
  }

  header .headerLine .address .contact.contact-email a:before {
    background-image: url("/images/icons/E-mail_Desktop-n-Tablet.svg");
  }

  header .headerLine .address .contact.contact-address {
    padding-left: 22px;
  }

  header .headerLine .address .contact.contact-address:before {
    width: 12px;
    height: 16px;
    background-image: url("/images/icons/Place_Desktop-n-Tablet.svg");
  }

  header .headerLine .address .orderCall {
    margin: 0 0 5px 0;
  }

  section.content .contentBox {
    padding: 10px 90px 30px 90px;
  }

  section.landContent .catalog .catalogItem .name {
    font-size: 28px;
  }

  section.mapContact .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  section.mapContact .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  section.mapContact .container .row > div {
    padding-right: 15px;
    padding-left: 15px;
  }

  .reviewList .reviewItem .image {
    float: left;
    text-align: left;
    width: 100px;
  }

  .reviewList .reviewItem .image + .reviewText {
    margin-left: 100px;
  }

  .catalogElementDetail .image .thumbImageListBox .thumbImageList .thumbImage {
    height: 135px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl__btn {
    width: 100%;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label {
    padding-left: 35px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label:before {
    width: 25px;
    height: 25px;
  }

  .catalogElementDetail .itemCharact .itemCharactEl .policy-block input[type="checkbox"] + label:after {
    width: 15px;
    height: 15px;
  }

  .contacts-page-item__email {
    margin-bottom: 30px;
  }

  .contacts-page-item__btn {
    display: none;
  }

  .contacts-page-map {
    display: block;
    height: 400px;
  }

  .partners-contacts {
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #f0f6f9;
    padding: 16px 30px;
  }

  .partners-contacts__title {
    font-size: 24px;
  }

  .partners-contacts-item__title {
    font-size: 18px;
  }

  .partners-contacts-item__info {
    font-size: 18px;
  }

  .contacts-partners {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 0 25px;
  }

  .contacts-partners__city {
    margin: 0 0 25px;
  }

  .contacts-partners__wrapper {
    padding: 0 15px;
  }

  .contacts-partners__wrapper--small {
    width: 50%;
  }

  .contacts-partners__content--small {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .contacts-partners__items-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .contacts-partners__items-wrapper--full {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .contacts-partners__item {
    padding: 0 15px 25px;
    width: 50%;
  }

  .contacts-partners__item--full {
    padding: 0 0 25px;
    width: 100%;
    height: 100%;
  }

  .contacts-partners-item__wrapper {
    height: 100%;
    background-color: #F2F6F9;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .contacts-partners-item__bottom-content {
    margin-top: 15px;
  }

  .contacts-partners-item__address {
    margin-top: 5px;
  }

  .contacts-partners-item__name {
    margin-bottom: 5px;
  }

  .contacts-partners-item__phone {
    margin-top: 5px;
  }

  .contacts-partners-item__fax {
    margin-top: 5px;
  }

  .contacts-partners-item__schedule {
    margin-top: 5px;
  }

  .contacts-partners-item__links {
    margin-top: 5px;
  }

  #advantagesWave {
    margin-top: 210px;
  }

  .advantages-list__slider {
    margin-left: -15px;
    margin-right: -15px;
  }

  .advantages-slider {
    padding: 64px 90px;
  }

  .advantages-slider .slick-track {
    display: flex;
    align-items: center;
  }

  .advantages-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    margin-top: -20px;
  }

  .advantages-slider .slick-arrow.slick-prev {
    left: 30px;
    margin-left: 0;
  }

  .advantages-slider .slick-arrow.slick-next {
    right: 30px;
    margin-right: 0;
  }

  .advantages-slider__close {
    right: 30px;
    top: 20px;
  }

  .advantages-slider-item__content {
    padding-right: 20px;
  }

  .advantages-slider-item__picture-wrapper {
    display: block;
    min-width: 103px;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }

  .topLine .top-links a {
    margin: 0 10px;
  }

  .topLine .top-links--md a {
    margin: 0 10px;
  }

  .topLine .search {
    display: inline-block;
  }

  .topLine .search--md {
    display: none;
  }

  header .headerLine .address .contact {
    margin-right: 32px;
    display: block;
    float: right;
    margin-top: 11px;
  }

  header .headerLine .address .contact.contact-phone {
    margin-right: 0;
  }

  header .headerLine .mainMenu {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-size: 19px;
  }

  section.landContent .catalog .catalogItem .name {
    font-size: 32px;
  }

  section.mapContact .mapContactContainer {
    position: absolute;
  }

  .contentForm .blueButton {
    margin: 0;
  }

  .catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-arrow {
    background: url(../images/arrowSpriteVertical.png);
    width: 61px;
    height: 39px;
  }

  .catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-prev {
    top: 15px;
    left: 50%;
    margin-left: -30.5px;
    margin-top: 0;
  }

  .catalogElementDetail .image .thumbImageListBox .thumbImageList .slick-next {
    background-position: 0 -49px;
    bottom: 15px;
    right: 50%;
    margin-right: -30.5px;
    margin-bottom: 0;
  }

  .catalogElementDetail .image .thumbImageListBox .thumbImageList .thumbImage {
    margin: 12px 0;
  }

  .partners-contacts__list .row {
    display: flex;
    flex-wrap: wrap;
  }

  #advantagesWave {
    margin-top: 160px;
  }

  .advantages-list-item {
    width: 25%;
  }

  .advantages-list-item__name {
    padding: 0;
  }

  .advantages-slider {
    padding: 80px 159px;
  }

  .advantages-slider .slick-arrow.slick-prev {
    left: 55px;
  }

  .advantages-slider .slick-arrow.slick-next {
    right: 55px;
  }

  .advantages-slider__close {
    right: 55px;
  }

  .advantages-slider-item__content {
    padding-right: 40px;
  }

  .reviews-slider {
    padding: 48px 0 75px;
  }

  .reviews-slider-item__wrapper--picture {
    display: grid;
    align-items: center;
    grid-template-columns: 260px 1fr;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .reviews-slider-item__wrapper--picture .reviews-slider-item__name {
    margin-bottom: 40px;
  }

  .reviews-slider-item__picture {
    margin-bottom: 0;
  }

  .reviews-slider-item__picture img {
    max-width: 260px;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }

  header .headerLine .address .contact {
    margin: 9px 28px 9px 0;
  }

  header .headerLine .address .contact.contact-phone {
    margin-right: 28px;
  }

  header .headerLine .address .orderCall {
    float: right;
    margin: 3px 0;
  }

  section.landContent .catalog .catalogItem .name {
    font-size: 35px;
  }

  #advantagesWave {
    margin-top: 60px;
  }

  .advantages-slider {
    padding: 96px 159px;
  }

  .reviews-slider__list {
    padding-left: 98px;
    padding-right: 98px;
  }
}

@media (max-width: 1199px) {
  section.formOrder .wSelect-options-holder {
    left: -48px !important;
  }

  section.mapContact .wSelect-options-holder {
    width: 300px !important;
  }

  .clear-water__repair {
    background-image: none;
    background-color: #ffffff;
    margin: 0;
    padding: 60px 0;
  }

  .clear-water__equipment {
    box-shadow: none;
  }

  .clear-water__equipment-column {
    min-height: 680px;
  }

  .clear-water__equipment-form2,
  .clear-water__equipment-form3,
  .clear-water__equipment-form4 {
    background-image: none;
    background-color: #ffffff;
    min-height: 580px;
  }

  .col-md-4.water-eq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clear-water-wave1 {
    display: none;
  }

  .clear-water-wave2 {
    display: none;
  }

  .clear-water-wave3 {
    display: none;
  }

  .col-xs-12.water-repair {
    background-image: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  section.formOrder .wSelect-selected {
    width: 93%;
  }

  section.formOrder .wSelect-options-holder {
    left: -22px !important;
    width: 692px !important;
  }

  section.mapContact .container .contactBox {
    position: relative;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  section.mapContact .container .contactBox .title {
    font-size: 25px;
  }

  section.mapContact .wSelect-arrow {
    right: -30px;
  }

  section.mapContact .wSelect-options-holder {
    width: 690px !important;
  }

  .clear-water__danger {
    margin-top: 40px;
    border-left: 6px solid #d0021b;
  }

  .clear-water__danger .danger-heading {
    border-left: none;
  }

  .clear-water__danger .danger-sources {
    padding-left: 50px;
  }

  .clear-water__repair {
    padding: 30px 0;
  }

  .clear-water__equipment {
    margin: 30px 0 0;
  }

  .clear-water__equipment .equipment-content .content-heading {
    font-size: 20px;
  }

  .clear-water__equipment .equipment-content .content-list {
    font-size: 13px;
    line-height: 16px;
  }

  .clear-water__equipment-row {
    padding: 23px;
    align-items: stretch;
  }

  .clear-water__equipment-row.row-preobrazovatel {
    padding: 23px 0;
    align-items: center;
  }

  .clear-water__equipment-row .equipment-content {
    margin-left: 60px;
    justify-content: flex-start;
  }

  .clear-water__equipment-row .equipment-content .content-list {
    padding-left: 30px;
  }

  .clear-water__equipment-column .equipment-content .content-list li {
    margin-bottom: 15px;
  }

  .clear-water__equipment-column {
    min-height: 570px;
  }

  .clear-water__equipment-md-row {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .clear-water__equipment-md-row .equipment-image {
    order: 1;
    flex-basis: 35%;
  }

  .clear-water__equipment-md-row .equipment-content {
    flex-basis: 60%;
    padding: 30px 0px 15px 35px;
  }

  .clear-water__equipment-md-column {
    flex-direction: column;
    padding: 23px 23px 0 23px;
  }

  .clear-water__equipment-md-column .equipment-content {
    margin: 0;
    padding: 30px 15px;
  }

  .clear-water__equipment-md-column .equipment-image img {
    max-height: 200px;
  }

  .clear-water__equipment-form2,
  .clear-water__equipment-form3,
  .clear-water__equipment-form4 {
    min-height: 610px;
  }

  .clear-water__equipment-form3 {
    min-height: 0px;
  }

  .clear-water__equipment-form4 {
    min-height: 0px;
  }

  .clear-water__form .form-heading {
    font-size: 20px;
  }

  .clear-water__form .form-text {
    margin-bottom: 40px;
    font-size: 13px;
  }

  .clear-water__form .inputText {
    margin-bottom: 20px;
  }

  .clear-water__form .blueButton {
    margin-bottom: 40px;
  }

  .clear-water__form {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  section.formOrder {
    padding: 40px 0 25px 0;
  }

  section.formOrder .wSelect-options-holder {
    width: 518px !important;
  }

  section.mapContact #yandexMap {
    display: none;
  }

  section.mapContact .container .contactBox {
    padding: 30px 15px;
    font-size: 16px;
    height: auto;
  }

  section.mapContact .wSelect-options-holder {
    width: 518px !important;
  }

  section.question {
    font-size: 25px;
    padding: 25px 15px 30px;
  }

  section.question .quest {
    margin-bottom: 5px;
  }

  .clear-water__heading {
    font-size: 16px;
  }

  .clear-water__top-text {
    font-size: 14px;
    line-height: 19px;
  }

  .clear-water__danger {
    margin-top: 10px;
    border-left: none;
  }

  .clear-water__danger .danger-heading__title {
    font-size: 20px;
    line-height: 24px;
  }

  .clear-water__danger .danger-heading {
    padding: 0;
  }

  .clear-water__danger .danger-heading p {
    margin: 5px 0 0 0;
    font-size: 14px;
  }

  .clear-water__danger .danger-sources {
    padding: 35px 0 0 0;
  }

  .clear-water__danger .danger-sources__source {
    margin-bottom: 37px;
  }

  .clear-water__danger .danger-sources__source .source-list {
    padding: 26px 0 0 0;
    margin: 0;
  }

  .clear-water__danger .danger-sources__source .source-list__item {
    height: 60px;
    margin-bottom: 25px;
  }

  .clear-water__repair {
    padding: 25px;
    text-align: left;
  }

  .clear-water__repair .repair-heading {
    font-size: 20px;
  }

  .clear-water__repair .repair-text {
    font-size: 14px;
    line-height: 19px;
  }

  .clear-water__repair .repair-subtext {
    font-size: 16px;
  }

  .clear-water__equipment {
    background: none;
    display: block;
    margin: 50px 0 0 0;
    padding: 0;
    min-height: 0;
  }

  .clear-water__equipment .equipment-image {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .clear-water__equipment .equipment-image img {
    max-height: none;
  }

  .clear-water__equipment .equipment-content {
    display: block;
    margin: 0;
    padding: 20px 0 0 0;
  }

  .clear-water__equipment .equipment-content .content-list {
    padding-left: 30px;
  }

  .clear-water__equipment.row-preobrazovatel {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .clear-water__equipment.row-preobrazovatel div {
    padding-left: 0;
    padding-right: 0;
  }

  .clear-water__equipment.row-preobrazovatel .col-preobrazovatel {
    order: 1;
  }

  .clear-water__form {
    border-left: none;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  section.formOrder .wSelect-options-holder {
    width: 262px !important;
  }

  section.mapContact .wSelect-arrow {
    right: -23px;
  }

  section.mapContact .wSelect-options-holder {
    width: 262px !important;
  }
}