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

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

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

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

h1 {
  font-size: 28px;
  color: #0d13ab;
}

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

h2 {
  font-size: 22px;
}

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

.topLine .miniSlogan {
  font-weight: bold;
  white-space: nowrap;
  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%;
  text-align: right;
}

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

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

header {
  background-color: #ffffff;
  z-index: 1000;
  position: relative;
  padding-bottom: 20px;
}

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 {
  margin: 20px 0;
  text-decoration: none;
  outline: none;
}

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

header .headSlider .slideItem {
  margin: 20px 0;
}

header .headSlider .slideItem .container {
  position: relative;
}

header .headSlider .slideItem .container .textBox {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
}

header .headSlider .slideItem .container .textBox .readMore {
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
  padding: 0 33px;
  height: 35px;
  line-height: 35px;
}

header .headSlider .slideItem .container .textBox .text {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  color: #0d13ab;
  font-size: 34px;
  padding: 20px 10px 20px 0;
  line-height: 44px;
}

header .headSlider .slideItem .container .textBox .text .textGray {
  color: #404040;
  font-size: 42px;
}

header .headSlider .slideItem .container .textBox .text:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 300px;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: -300px;
}

header .headSlider .slideItem .container .image {
  width: 100%;
}

header .headSlider .slideItem .container .image img {
  display: inline-block;
}

header .headSlider2 .slide {
  display: flex;
  padding: 50px 0 30px;
  margin: 0 auto;
  max-width: 1190px;
}

header .headSlider2 .slide .image {
  flex-basis: 40%;
}

header .headSlider2 .slide .image img {
  max-width: 100%;
}

header .headSlider2 .slide .textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
  padding-left: 50px;
}

header .headSlider2 .slide .textBox .text .title {
  padding-right: 30px;
  color: #d0021b;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
}

header .headSlider2 .slide .textBox .text .textGray {
  color: #3b3b3b;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding: 10px 30px 10px 0px;
}

header .headSlider2 .slide .textBox a.readMore {
  background-image: url("../images/forward-right-arrow-button.svg");
  width: 183px;
  height: 104px;
  padding-top: 38px;
  color: white;
  padding-left: 38px;
  font-size: 18px;
  font-weight: normal;
  align-self: flex-end;
}

header .headSlider2 .slide .textBox a.readMore:hover,
header .headSlider2 .slide .textBox a.readMore:active {
  background-image: url("../images/forward-right-arrow-button_hover-active.svg");
}

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

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

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

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

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

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

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

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

section.content .catalog .catalogItem .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

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

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

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

section.article {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 100px;
  margin-top: 160px;
  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 .name a {
  border-bottom: 1px solid transparent;
  transition-property: color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

section.article .name a:hover {
  border-color: #777CFA;
}

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

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

#articleShadow {
  display: none;
}

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

#headerWave {
  right: 0;
  width: 100%;
  max-width: 1761px;
  height: 1264px;
  background-image: url(../images/bgWave_01.png);
  background-position: center top;
  z-index: 750;
}

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

.readMoreBut {
  text-align: right;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* end css */

#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) {
  .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 .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;
  }

  #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.content .catalog .catalogItem .name {
    font-size: 32px;
  }

  section.mapContact .mapContactContainer {
    position: absolute;
  }

  #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: 20px;
margin-top: 0;
margin-bottom:0;
  }

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

  section.content .catalog .catalogItem .name {
    font-size: 35px;
    margin-bottom: 50px;
  }

  #advantagesWave {
    margin-top: 60px;
  }

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

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

@media (max-width: 1199px) {
  header .headSlider2 .slide {
    max-width: none;
    padding: 50px 30px 30px;
  }

  header .headSlider2 .slide .textBox {
    padding-left: 30px;
    flex-basis: 60%;
  }

  section.formOrder .wSelect-options-holder {
    left: -48px !important;
  }

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

@media (max-width: 991px) {
  header .headSlider2 .slide {
    padding: 50px 30px 0px;
  }

  header .headSlider2 .slide .textBox .text .title {
    font-size: 19px;
  }

  header .headSlider2 .slide .textBox .text .textGray {
    font-size: 13px;
    line-height: 19px;
  }

  header .headSlider2 .slide .textBox a.readMore {
    width: 150px;
    height: 85px;
    font-size: 14px;
    background-size: cover;
    padding-top: 30px;
    padding-left: 30px;
  }

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

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

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

@media (max-width: 500px) {
  header .headSlider2 .slide {
    flex-direction: column;
    padding: 50px 15px 10px;
  }

  header .headSlider2 .slide .textBox {
    padding: 30px 0 0 0;
  }
}