@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* remove the blue background of my button on click */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* делаем рабочими ссылки с svg объектами */
object[type="image/svg+xml"] {
  pointer-events: none;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Regular.eot");
  src: local("Geometria Regular"), local("Geometria-Regular"), url("../font/Geometria-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Regular.woff2") format("woff2"), url("../font/Geometria-Regular.woff") format("woff"), url("../font/Geometria-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Italic.eot");
  src: local("Geometria Italic"), local("Geometria-Italic"), url("../font/Geometria-Italic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Italic.woff2") format("woff2"), url("../font/Geometria-Italic.woff") format("woff"), url("../font/Geometria-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-ExtraBoldItalic.eot");
  src: local("Geometria ExtraBold Italic"), local("Geometria-ExtraBoldItalic"), url("../font/Geometria-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-ExtraBoldItalic.woff2") format("woff2"), url("../font/Geometria-ExtraBoldItalic.woff") format("woff"), url("../font/Geometria-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-ExtraLightItalic.eot");
  src: local("Geometria ExtraLight Italic"), local("Geometria-ExtraLightItalic"), url("../font/Geometria-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-ExtraLightItalic.woff2") format("woff2"), url("../font/Geometria-ExtraLightItalic.woff") format("woff"), url("../font/Geometria-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Medium.eot");
  src: local("Geometria Medium"), local("Geometria-Medium"), url("../font/Geometria-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Medium.woff2") format("woff2"), url("../font/Geometria-Medium.woff") format("woff"), url("../font/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Light.eot");
  src: local("Geometria Light"), local("Geometria-Light"), url("../font/Geometria-Light.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Light.woff2") format("woff2"), url("../font/Geometria-Light.woff") format("woff"), url("../font/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-HeavyItalic.eot");
  src: local("Geometria Heavy Italic"), local("Geometria-HeavyItalic"), url("../font/Geometria-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-HeavyItalic.woff2") format("woff2"), url("../font/Geometria-HeavyItalic.woff") format("woff"), url("../font/Geometria-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-BoldItalic.eot");
  src: local("Geometria Bold Italic"), local("Geometria-BoldItalic"), url("../font/Geometria-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-BoldItalic.woff2") format("woff2"), url("../font/Geometria-BoldItalic.woff") format("woff"), url("../font/Geometria-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Bold.eot");
  src: local("Geometria Bold"), local("Geometria-Bold"), url("../font/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Bold.woff2") format("woff2"), url("../font/Geometria-Bold.woff") format("woff"), url("../font/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-LightItalic.eot");
  src: local("Geometria Light Italic"), local("Geometria-LightItalic"), url("../font/Geometria-LightItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-LightItalic.woff2") format("woff2"), url("../font/Geometria-LightItalic.woff") format("woff"), url("../font/Geometria-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-ExtraBold.eot");
  src: local("Geometria ExtraBold"), local("Geometria-ExtraBold"), url("../font/Geometria-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-ExtraBold.woff2") format("woff2"), url("../font/Geometria-ExtraBold.woff") format("woff"), url("../font/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-MediumItalic.eot");
  src: local("Geometria Medium Italic"), local("Geometria-MediumItalic"), url("../font/Geometria-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-MediumItalic.woff2") format("woff2"), url("../font/Geometria-MediumItalic.woff") format("woff"), url("../font/Geometria-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-ExtraLight.eot");
  src: local("Geometria ExtraLight"), local("Geometria-ExtraLight"), url("../font/Geometria-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-ExtraLight.woff2") format("woff2"), url("../font/Geometria-ExtraLight.woff") format("woff"), url("../font/Geometria-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Heavy.eot");
  src: local("Geometria Heavy"), local("Geometria-Heavy"), url("../font/Geometria-Heavy.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Heavy.woff2") format("woff2"), url("../font/Geometria-Heavy.woff") format("woff"), url("../font/Geometria-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-ThinItalic.eot");
  src: local("Geometria Thin Italic"), local("Geometria-ThinItalic"), url("../font/Geometria-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-ThinItalic.woff2") format("woff2"), url("../font/Geometria-ThinItalic.woff") format("woff"), url("../font/Geometria-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Geometria';
  src: url("../font/Geometria-Thin.eot");
  src: local("Geometria Thin"), local("Geometria-Thin"), url("../font/Geometria-Thin.eot?#iefix") format("embedded-opentype"), url("../font/Geometria-Thin.woff2") format("woff2"), url("../font/Geometria-Thin.woff") format("woff"), url("../font/Geometria-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: 'Geometria', sans-serif;
  font-size: 18px;
  color: #000;
}

@media (max-width: 960px) {
  body.lock {
    overflow: hidden;
  }
}

.main-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 120px;
}

.main-frame .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1200px) {
  .main-frame {
    padding-top: 0;
  }
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.pink {
  color: #E71C51;
}

.akcent {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #3E348A;
}

p {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  color: #565555;
}

ul {
  margin: 0;
  /*list-style: none;*/
}

ul li {
  position: relative;
  font-size: 20px;
  line-height: 160.3%;
  color: #565555;
}
/*
ul li:before {
  content: ".";
  position: absolute;
  font-size: 51px;
  bottom: 15px;
  left: -23px;
}*/

.btn {
  min-width: 231px;
  height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 5px 31px 7px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #565555;
  border: 1px solid #E71C51;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn.btn-pink {
  background: #E71C51;
  color: #fff;
}

.btn.btn-blue {
  background: #3E348A;
  border: 1px solid #3E348A;
  color: #fff;
}

.btn.btn-white {
  background: #fff;
  color: #565555;
}

.btn.btn-request, .btn.btn-request-submit {
  padding: 5px 19px 7px;
}

.btn.btn-price {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 70px;
  font-weight: bold;
}

@media (max-width: 1250px) {
  .btn {
    font-size: 17px;
    line-height: 20px;
    min-width: 185px;
    height: 40px;
    padding: 7px 8px 7px;
  }
  .btn img {
    max-width: 24px;
  }
  .btn.btn-request, .btn.btn-request-submit {
    padding: 7px 8px 7px;
  }
  .btn.btn-price {
    height: 55px;
  }
  .btn.btn-price img {
    max-width: 40px;
  }
}

@media (max-width: 960px) {
  .btn {
    width: 150px;
    height: 40px;
    font-size: 12px;
    line-height: 14px;
  }
  .btn.btn-light {
    width: 148px;
    height: 33px;
  }
  .btn img {
    max-height: 22px;
  }
  .btn.btn-wide {
    width: auto;
  }
  .btn.btn-wide:before, .btn.btn-wide:after {
    width: auto;
  }
  .btn.btn-price {
    width: auto;
  }
}

input[type="text"] {
  background: #F9F9F9;
  height: 44px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
}

input[type="text"]::-webkit-input-placeholder {
  /* Chrome */
  color: #383838;
}

input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #383838;
}

input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #383838;
  opacity: 1;
}

input[type="text"]:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #383838;
  opacity: 1;
}

@media (max-width: 960px) {
  input[type="text"] {
    height: 34px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
  }
}

textarea {
  background: #F9F9F9;
  height: 44px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #383838;
  width: 100%;
  height: 142px;
  resize: none;
}

textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #383838;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #383838;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #383838;
  opacity: 1;
}

textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #383838;
  opacity: 1;
}

input[type="submit"],
button[type="submit"] {
  color: #FFFFFF;
  background: #0E5BA5;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}

select {
  background: #F9F9F9;
  height: 44px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: none;
  padding-left: 10px;
  padding-right: 30px;
}

button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

button.light {
  background-color: transparent;
  border: 1px solid #eee;
  -webkit-transition: .5s ease 0s;
  -o-transition: .5s ease 0s;
  transition: .5s ease 0s;
}

button.light svg {
  margin-right: 10px;
}

button.light:hover {
  background: #eee;
  color: #fff;
}

button.light:hover .svg_obj {
  stroke: #fff;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

.container {
  position: relative;
  max-width: 1490px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.page-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.015em;
  color: #000000;
  padding: 0;
  margin-bottom: 31px;
}

@media (max-width: 960px) {
  .page-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .hide-in-mobile {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .hide-in-desktop {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
}

.two-col > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 18px);
      -ms-flex: 0 0 calc(50% - 18px);
          flex: 0 0 calc(50% - 18px);
}

@media (max-width: 1200px) {
  .two-col > *:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .two-col > *:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

@media (max-width: 900px) {
  .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .two-col > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.page_title {
  text-transform: none !important;
}

.centered {
  text-align: center;
}

.three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.three-column__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(33.333% - 30px);
      -ms-flex: 0 0 calc(33.333% - 30px);
          flex: 0 0 calc(33.333% - 30px);
}

@media (max-width: 900px) {
  .three-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .three-column__column:first-child {
    margin-bottom: 20px;
  }
  .three-column__column:nth-child(2) {
    margin-bottom: 20px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header__firstline {
  background: #3E3489;
  position: relative;
  z-index: 3;
}

.header__firstline .container {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.header__logo {
  position: absolute;
  width: 210px;
  left: 15px;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 0px 0px 3px 3px;
          border-radius: 0px 0px 3px 3px;
}

.header__logo_cityselector {
  font-weight: 500;
  position: relative;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #E8E8E8 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #E8E8E8 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header__logo_cityselector img {
  height: 23px;
  width: 23px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.header__logo_cityselector_dropdown {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.header__logo_cityselector_dropdown a {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  height: 50px;
  min-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #E8E8E8 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #E8E8E8 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #E8E8E8 0%, #FFFFFF 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__logo_cityselector.open img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header__logo_cityselector.open .header__logo_cityselector_dropdown {
  max-height: 200px;
}

.header__logo_img {
  margin: 14px 7px;
}

.header__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 25px;
}

.header__address img {
  height: 34px;
  width: 34px;
}

.header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.header__tel img {
  height: 34px;
  width: 34px;
}

.header__tel .header__tel_2lines {
  display: flex; flex-direction: column;justify-content: center;
}

.header__secondline {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.header__tel .header__tel_number {
  padding: 0;  margin-top: 0px; color:#fff
}

.header__tel .header__tel_text {
  padding: 0;  font-size: 14px; color:#fff; line-height: 15px;
}


.header__secondline_wrapper {
  height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__secondline_dummy {
  width: 205px;
}

.header__secondline_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__secondline_menu a {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
}

.header__secondline_right .header__address,
.header__secondline_right .header__tel {
  display: none;
}

.header__thirdline {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.header__thirdline_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__thirdline_menu {
  position: relative;
  height: 69px;
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 55px;
}

.header__thirdline_menu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 30px;
  border-top-width: 69px;
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.4));
}

.header__thirdline_menu::after {
  content: '';
  position: absolute;
  left: 1px;
  top: 0;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: 1px;
  border: 1px solid #FFFFFF;
  border-color: #E71C51 transparent transparent transparent;
  border-width: 30px;
  border-top-width: 68px;
}

.header__thirdline_menu a {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0 19px 19px;
  gap: 19px;
}

.header__thirdline_menu a::after {
  content: '';
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(49.79%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.79%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.79%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.79%, rgba(255, 255, 255, 0) 100%);
}

.header__thirdline_menu a:last-child {
  padding-right: 19px;
}

.header__thirdline_menu a:last-child::after {
  display: none;
}

.header__burger-wrapper {
  display: none;
}

@media (max-width: 1400px) {
  .header__secondline_menu {
    gap: 25px;
  }
  .header__secondline_menu a {
    font-size: 17px;
    line-height: 20px;
  }
  .header__thirdline_menu {
    padding: 0 30px;
  }
  .header__thirdline_menu a {
    font-size: 17px;
    line-height: 20px;
    padding: 16px 0 16px 16px;
    gap: 16px;
  }
  .header__thirdline_menu a:last-child {
    padding-right: 16px;
  }
}

@media (max-width: 1200px) {
  .header {
    position: relative;
  }
  .header__firstline .container {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 10px 8px;
    gap: 0px;
  }
  .header__firstline .header__logo {
    width: 100%;
    left: 0;
    top: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 10px 8px 10px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
  }
  .header__firstline .header__logo_img {
    max-width: 99px;
    margin: 0;
  }
  .header__firstline .header__logo_cityselector {
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    gap: 10px;
  }
  .header__secondline {
    position: absolute;
    -webkit-transform: translate(0, -700%);
        -ms-transform: translate(0, -700%);
            transform: translate(0, -700%);
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  .header__secondline .container {
    padding: 0;
  }
  .header__secondline_wrapper {
    display: block;
  }
  .header__secondline_menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    background: #fff;
    gap: 0;
  }
  .header__secondline_menu::before, .header__secondline_menu::after {
    display: none;
  }
  .header__secondline_menu a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(96.67%, rgba(245, 245, 245, 0.12)));
    background: -webkit-linear-gradient(top, #EEEEEE 0%, rgba(245, 245, 245, 0.12) 96.67%);
    background: -o-linear-gradient(top, #EEEEEE 0%, rgba(245, 245, 245, 0.12) 96.67%);
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(245, 245, 245, 0.12) 96.67%);
    border: 1px solid #DADADA;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
  }
  .header__secondline_menu a::after {
    display: none;
  }
  .header__secondline_right {
    background: #3E348A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 20px 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__secondline_right .header__address,
  .header__secondline_right .header__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__secondline_right .btn {
    min-width: 183px;
  }
  .header__tel {
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    margin-right: 17px;
    gap: 5px;
  }
  /*.header__tel img {
    height: 20px;
    width: 20px;
  }*/
  .header__address {
    font-size: 14px;
    line-height: 18px;
    gap: 5px;
  }
  /*.header__address img {
    height: 20px;
    width: 20px;
  }*/
  .header__thirdline {
    position: absolute;
    width: 100%;
    -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
            transform: translate(0, -200%);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  .header__thirdline .container {
    padding: 0;
  }
  .header__thirdline_wrapper {
    display: block;
  }
  .header__thirdline_menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    background: #fff;
  }
  .header__thirdline_menu::before, .header__thirdline_menu::after {
    display: none;
  }
  .header__thirdline_menu a {
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(96.67%, rgba(245, 245, 245, 0.12)));
    background: -webkit-linear-gradient(top, #EEEEEE 0%, rgba(245, 245, 245, 0.12) 96.67%);
    background: -o-linear-gradient(top, #EEEEEE 0%, rgba(245, 245, 245, 0.12) 96.67%);
    background: linear-gradient(180deg, #EEEEEE 0%, rgba(245, 245, 245, 0.12) 96.67%);
    border: 1px solid #DADADA;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #E71C51;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__thirdline_menu a::after {
    display: none;
  }
  .header__burger-wrapper {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 10px;
  }
  .header__burger {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .header__burger span, .header__burger:before, .header__burger:after {
    position: absolute;
    left: 4px;
    height: 3px;
    background: #3E348A;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
  }
  .header__burger span {
    width: 25px;
    top: 18px;
  }
  .header__burger:before {
    content: '';
    width: 33px;
    top: 7px;
  }
  .header__burger:after {
    content: '';
    width: 15px;
    top: 29px;
  }
  .header__burger.open span {
    display: none;
  }
  .header__burger.open::before {
    -webkit-transform: rotate(45deg) translate(5px, 10px);
        -ms-transform: rotate(45deg) translate(5px, 10px);
            transform: rotate(45deg) translate(5px, 10px);
  }
  .header__burger.open::after {
    -webkit-transform: rotate(-45deg) translate(5px, -11px);
        -ms-transform: rotate(-45deg) translate(5px, -11px);
            transform: rotate(-45deg) translate(5px, -11px);
    width: 33px;
  }
  .header.open .header__thirdline {
    -webkit-transform: translate(0, 73px);
        -ms-transform: translate(0, 73px);
            transform: translate(0, 73px);
  }
  .header.open .header__secondline {
    -webkit-transform: translate(0, 265px);
        -ms-transform: translate(0, 265px);
            transform: translate(0, 265px);
  }
}

.footer {
  height: 50px;
  background: #3E3489;
}

.footer .container {
  height: 100%;
}

.footer__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_dummy {
  width: 95px;
}

.footer__copyright {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}

@media (max-width: 960px) {
  .footer {
    height: auto;
    padding: 15px 0;
  }
  .footer_dummy {
    display: none;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.section {
  padding: 80px 0;
}

.section__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .section {
    padding: 60px 0;
  }
  .section__title {
    font-size: 25px;
    line-height: 35px;
  }
}

.section-doyouwant {
  position: relative;
  padding: 100px 0 75px 27px;
  overflow: hidden;
}

.section-doyouwant__bg {
  background: url(../img/front/doyouwant-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  border: 3px solid rgba(187, 187, 187, 0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.section-doyouwant__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 49px 0 24px 17px;
}

.section-doyouwant__img {
  max-height: 390px;
}

.section-doyouwant__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 260px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.section-doyouwant__content_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 30px;
}

.section-doyouwant__content_description {
  font-size: 20px;
  line-height: 25px;
  color: #565555;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 30px;
}

.section-doyouwant__content_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .section-doyouwant__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    padding: 46px 0 24px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-doyouwant__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .section-doyouwant__content_title {
    text-align: center;
  }
  .section-doyouwant__content_description {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .section-doyouwant__content_title {
    font-size: 25px;
    line-height: 29px;
  }
  .section-doyouwant__content_description {
    font-size: 16px;
    line-height: 18px;
  }
  .section-doyouwant__content_actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-purchasing {
  padding: 102px 0 100px;
  overflow: hidden;
}

.section-purchasing__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-purchasing__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.section-purchasing__content_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 28px;
}

.section-purchasing__content_description {
  font-size: 20px;
  line-height: 25px;
  color: #565555;
  margin-bottom: 28px;
  min-height: 160px;
}

.section-purchasing__img {
  position: relative;
}
.header__secondline_menu a, .header__thirdline_menu a {
text-decoration:none;
  position:relative;}
.header__secondline_menu a:after {
  content: ' ';
  height:2px;
  width:100%;
  left:0;
  background:#000;
  position:absolute;
  bottom:-1px;
  transition: transform 0.2s;
  transform:scaleX(0);
}

.header__thirdline_menu a:after {
  content: ' ';
  height:2px;
  width:100%;
  left:7px;
  background:#fff;
  position:absolute;
  bottom:18px;
  transition: transform 0.2s;
  transform:scaleX(0);
}


.header__secondline_menu a:hover:after, .header__thirdline_menu a:hover:after {
  transform:scaleX(1);
}

ul.slick-dots li:before {display:none;}

.section-purchasing__img_wrapper {
  position: absolute;
  left: -88px;
  top: -30px;
  height: -webkit-calc(100% + 60px);
  height: calc(100% + 60px);
  width: -webkit-calc(50vw + 240px);
  width: calc(50vw + 240px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-purchasing__img_wrapper img {
  width: auto;
}

@media (max-width: 650px) {
  .section-purchasing {
    padding: 20px 0 20px;
  }
  .section-purchasing__content_title {
    font-size: 25px;
    line-height: 29px;
  }
  .section-purchasing__content_description {
    font-size: 16px;
    line-height: 18px;
  }
  .section-purchasing__content_actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-services {
  padding: 80px 0 40px;
}

@media (max-width: 960px){
    .bl-text__after_map {
        padding: 230px 0 40px;
    }
}

.section-services__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-bottom: 39px;
}

.section-services__list > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(33.3% - 14.66px);
      -ms-flex: 0 0 calc(33.3% - 14.66px);
          flex: 0 0 calc(33.3% - 14.66px);

}

.section-services__list.onpage > *, .section-services__list.twopage > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(25% - 16.66px);
      -ms-flex: 0 0 calc(25% - 16.66px);
          flex: 0 0 calc(25% - 16.66px);
}

.section-services__all {
  text-align: center;
}

@media (max-width: 900px) {
  .section-services__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-bottom: 39px;
  }
  .section-services__list > *, .section-services__list.twopage > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .section-services__list {
    margin-bottom: 25px;
  }
  .section-services__list > *, .section-services__list.twopage > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 550px) {
  .header__firstline a[href="tel:+79130396279"] {
    display: none;
}
}

.service-item {
  padding: 40px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.service-item::before {
  content: '';
  background: #FFFFFF;
  border: 2px solid #3E348A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  opacity: .1;
}

.service-item::after {
  content: '';
  position: absolute;
  width: 384.35px;
  height: 384.35px;
  right: -197px;
  bottom: -141px;
  background: #3E348A;
  opacity: 0.07;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.service-item__img {
  position: relative;
  margin-bottom: 30px;
}

.service-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-item__title {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  color: #565555;
  min-height: 175px;
}

.section-services__list.onpage .service-item__title, .section-services__list.twopage .service-item__title{
    word-break: break-word;
    font-size: 34px;
}

.service-item__more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  gap: 8px;
}

@media (max-width: 1200px) {
  .header__address .header__address_text { display: none;}

  .service-item {
    padding: 20px;
  }
  .service-item::before {
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
  }
  .service-item__img {
    position: relative;
    margin-bottom: 20px;
  }
  .service-item__title {
    position: relative;
    font-size: 25px;
    line-height: 36px;
    color: #565555;
    min-height: 120px;
  }
}

.section-getprice {
  padding: 50px 0 44px;
  margin: 65px 0 50px;
  background: url(../img/front/prices-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
}

.section-getprice__text {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 650px;
}

.section-getprice__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.section-getprice__actions .btn-white img {
  margin-top: 5px;
}

.section-getprice.on-pages {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .section-getprice__text {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 900px) {
  .section-getprice__text {
    font-size: 22px;
    line-height: 30px;
  }
  .section-getprice__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-contacts {
  padding: 0 0 120px;
}

.section-contacts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.section-contacts__list > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(33.3% - 13.333px);
      -ms-flex: 0 0 calc(33.3% - 13.333px);
          flex: 0 0 calc(33.3% - 13.333px);
}

.section-contacts__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-contacts__actions_info {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}

@media (max-width: 900px) {
  .section-contacts {
    padding: 0 0 60px;
  }
  .section-contacts__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    margin-bottom: 39px;
  }
  .section-contacts__list > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .section-contacts {
    padding: 0 0 40px;
  }
  .section-contacts__list {
    margin-bottom: 25px;
  }
  .section-contacts__list > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-contacts__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .section-contacts__actions_info {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-item {
  position: relative;
  background: #3E348A;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  padding: 20px;
  overflow: hidden;
}

.contact-item:before {
  content: '';
  position: absolute;
  width: 384.35px;
  height: 384.35px;
  right: -260px;
  top: -151px;
  background: #FFFFFF;
  opacity: 0.07;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contact-item__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
}

.contact-item__address {
  min-height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 20px;
  line-height: 25px;
}

.contact-item__address img {
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.section-contacts__list .contact-item__address a, .section-contacts__list .contact-item__phone a
{
  color: #ffffff;
  display: flex;
  gap:10px;
  z-index: 2;
}
.section-contacts__list .contact-item__address a:first-of-type
{flex-shrink: 0}

.section-contacts__list .contact-item__address a:last-of-type:hover {
  text-decoration: underline;
}

.contact-item__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 16px;
}

@media (max-width: 1200px) {
  .contact-item__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .contact-item__address {
    min-height: 50px;
    font-size: 17px;
    line-height: 20px;
  }
  .contact-item__phone {
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 960px) {
  .section-map > * {
    max-height: 300px;
  }
  .section-content.prices-page .prices-page__block td span {
    font-size: 16px !important;
  }
}

.section-content {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-content.prices-page .prices-page__block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E0E0E0;
}

.section-content.prices-page .prices-page__block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.section-content.prices-page .prices-page__block .section__title {
  margin-bottom: 15px;
}




.topslider {
  position: relative;
  padding: 0;
}

.topslider .slick-slider {
  position: relative;
  min-width: 0;
  background: #ccc;
  overflow: hidden;
}

.topslider .slick-list {
  overflow: hidden;
}

.topslider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topslider .slick-slide {
  position: relative;
  height: 871px;
}

.topslider .slick-slide .slide__img {
  max-width: 100%;
  height: 100%;
}

.topslider .slick-slide .slide__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topslider .slick-slide > .slide__content {
  position: absolute;
  top: 108px;
  width: 100%;
}

.topslider .slick-slide > .slide__content .slide__content_wrappper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 585px;
  width: 645px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 40px 100px 135px 40px;
}

.topslider .slick-slide > .slide__content .slide__content_wrappper .slide__content_title {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 25px;
}

.topslider .slick-slide > .slide__content .slide__content_wrappper .slide__content_title span {
  font-weight: 800;
}

.topslider .slick-slide > .slide__content .slide__content_wrappper .slide__content_desc {
  font-size: 20px;
  line-height: 25px;
  color: #565555;
  margin-bottom: 40px;
}

.topslider .slick-slide > .slide__content .slide__content_wrappper .btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.topslider .slick-slide > .slide__content .slide__content_wrappper .btn-request {
  display: none;
}

.topslider__nav {
  position: absolute;
  top: 616px;
  width: 100%;
}

.topslider .topslider__label {
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.topslider .topslider__label_wrappper {
  float: right;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  padding: 20px 23px;
}

.topslider .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  list-style: none;
  padding-left: 45px;
  gap: 32px;
}

.topslider .slick-dots button {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #3E348A;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  color: transparent;
  font-size: 0;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.topslider .slick-dots .slick-active button {
  background-color: #3E348A;
}

.topslider .slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: -webkit-calc(50% - 28px);
  bottom: calc(50% - 28px);
  border: none;
  height: 54px;
  width: 54px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background: #c51a1b;
}

.topslider .slick-arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.topslider .slick-prev {
  left: 0px;
}

.topslider .slick-prev:before {
  background-image: url(../img/icons/left-arrow.png);
}

.topslider .slick-prev:hover:before {
  background-image: url(../img/icons/left-arrow-red.png);
}

.topslider .slick-next {
  right: 0px;
}

.topslider .slick-next:before {
  background-image: url(../img/icons/right-arrow.png);
}

.topslider .slick-next:hover:before {
  background-image: url(../img/icons/right-arrow-red.png);
}

.topslider > .container {
  position: absolute;
  top: 108px;
}

.topslider__scroll-down {
  display: none;
}

@media (max-width: 700px) {
  .topslider .slick-slide {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .topslider .slick-slide .container {
    padding: 0;
    height: 100%;
  }
  .topslider .slick-slide .slide__img {
    height: 100%;
  }
  .topslider .slick-slide .slide__content {
    top: 0;
    height: 100%;
  }
  .topslider .slick-slide .slide__content .slide__content_wrappper {
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 103px 10px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topslider .slick-slide .slide__content .slide__content_wrappper .slide__content_title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
  }
  .topslider .slick-slide .slide__content .slide__content_wrappper .slide__content_title span {
    font-weight: 800;
  }
  .topslider .slick-slide .slide__content .slide__content_wrappper .slide__content_desc {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .topslider .slick-slide .slide__content .slide__content_wrappper .btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  .topslider .slick-slide .slide__content .slide__content_wrappper .btn-request {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .topslider .topslider__nav {
    z-index:2;
  /*  top: auto;
    bottom: 65px;*/
  }
  .topslider .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    gap: 20px;
  }
  .topslider .slick-dots button {
    width: 18px;
    height: 18px;
    border: 1px solid #3E348A;
    opacity: 0.2;
    -webkit-transition: background-color .5s ease, opacity .5s ease;
    -o-transition: background-color .5s ease, opacity .5s ease;
    transition: background-color .5s ease, opacity .5s ease;
  }
  .topslider .slick-dots .slick-active button {
    opacity: 1;
  }
  .topslider .topslider__label {
    display: none;
  }/*
  .topslider__scroll-down {
    display: block;
    position: absolute;
    bottom: 10px;
    left: -webkit-calc(50% - 19px);
    left: calc(50% - 19px);
  }*/
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  right: 0;
  z-index: 50;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 232, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(232, 232, 232, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(180deg, rgba(232, 232, 232, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__wrap {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 4px 4px 13px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 13px 2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.popup__close {
  position: absolute;
  right: 48px;
  top: 48px;
  height: 35px;
  width: 35px;
  background: url(../img/icon/close.svg) no-repeat center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.popup__back {
  display: block;
  height: 32px;
  width: 32px;
  background: url(../img/icon/back.svg);
  -webkit-background-size: contain;
          background-size: contain;
}

.popup__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 34px;
}

@media (max-width: 960px) {
  .popup__wrap {
    padding: 0;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    max-width: none !important;
    max-height: none !important;
    width: 100vw !important;
    height: 100vh !important;
  }
  .popup__close {
    -webkit-background-size: cover;
            background-size: cover;
    margin-top: 0;
    width: 28px;
    height: 28px;
    top: 14px;
    right: 15px;
  }
  .popup__back {
    display: none;
  }
  .popup__title {
    padding-right: 30px;
    font-size: 17px;
  }
}

.form__field {
  background: #E4E4E4;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 1px;
  overflow: hidden;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.form__field input[type="text"], .form__field textarea {
  -webkit-border-radius: 9px;
          border-radius: 9px;
  background: #fff;
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A4A4A4;
}

.form__field input[type="text"]::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A4A4A4;
}

.form__field input[type="text"]:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A4A4A4;
}

.form__field input[type="text"]::-ms-input-placeholder, .form__field textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A4A4A4;
}

.form__field input[type="text"]::placeholder, .form__field textarea::placeholder {
  /* Most modern browsers support this now. */
  color: #A4A4A4;
}

.form__field input[type="text"] {
  padding: 4px 20px 0;
}

.form__field textarea {
  padding: 12px 20px;
  resize: none;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
  height: 100px;
}

.form__field.focused {
  background: #E71C51;
}

.checkbox-single {
  margin-bottom: 15px;
}

.checkbox-single label {
  display: block;
  padding: 0px 6px;
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox-single label:before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  top: -webkit-calc(50% - 16px);
  top: calc(50% - 16px);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #E71C51;
}

.checkbox-single label:after {
  content: '';
  position: absolute;
  margin: auto;
  left: 9px;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #E71C51;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.checkbox-single label.checked:after {
  opacity: 1;
}

.checkbox-single label input {
  display: none;
}

.popup-call .popup__wrap {
  padding: 40px;
  width: 915px;
  background: #F8F8F8;
}

.popup-call .popup__close {
  right: 33px;
  top: 33px;
}

.popup-call__content {
  max-width: 620px;
  margin: 0 auto;
}

.popup-call__title {
  font-family: 'Code Pro LC';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.popup-call__text {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #393C42;
  margin-bottom: 40px;
}

.popup-call .two-column {
  margin-bottom: 40px;
}

.popup-call .two-column__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 20px);
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
}

.popup-call .form__policy {
  max-width: 592px;
  margin: 0 auto;
}

.popup-call .form__policy a {
  background: -webkit-gradient(linear, left top, left bottom, from(#EE761B), to(#E31F24));
  background: -webkit-linear-gradient(top, #EE761B 0%, #E31F24 100%);
  background: -o-linear-gradient(top, #EE761B 0%, #E31F24 100%);
  background: linear-gradient(180deg, #EE761B 0%, #E31F24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  border-bottom: 1px solid #E31F24;
}

.popup-call .form__policy .checkbox-single {
  margin-bottom: 40px;
}

.popup-call .form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-request .popup__wrap {
  padding: 40px;
  width: 1060px;
  background: #F8F8F8;
}

.popup-request .popup__close {
  right: 33px;
  top: 33px;
}

.popup-request__content {
  max-width: 980px;
  margin: 0 auto;
}

.popup-request__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 37px;
}

.popup-request__text {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #393C42;
  max-width: 523px;
  margin: 0 auto 40px;
}

.popup-request .three-column {
  margin-bottom: 40px;
}

.popup-request .form__field.comment {
  margin-bottom: 40px;
}

.popup-request .form__policy {
  max-width: 592px;
  margin: 0 auto;
}

.popup-request .form__policy a {
  background: #E71C51;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  border-bottom: 1px solid #E31F24;
}

.popup-request .form__policy .checkbox-single {
  margin-bottom: 40px;
}

.popup-request .form__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .popup-request__content {
    overflow-y: auto;
    max-height: -webkit-calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    padding-right: 30px;
    margin-right: -30px;
  }
}

.popup-request-send .popup__wrap {
  padding: 40px;
  width: 1060px;
  background: #F8F8F8;
}

.popup-request-send .popup__close {
  right: 33px;
  top: 33px;
}

.popup-request-send__content {
  max-width: 980px;
  margin: 0 auto;
}

.popup-request-send__title {
  font-family: 'Code Pro LC';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
  padding: 0 30px;
}

.popup-request-send__text {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #393C42;
  max-width: 523px;
  margin: 0 auto;
}

.breadcrumbs {
  padding: 5px 0 20px;
}

.breadcrumbs > * {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  color: #565555;
}

.breadcrumbs a {
  color: #565555;
  padding-right: 20px;
  margin-right: 6px;
  background: url(../img/icon/bk-arrow.svg) center right no-repeat;
}

.news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.news__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 10px);
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  background: #F8F8F8;
  -webkit-box-shadow: 4px 4px 13px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 13px 2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 30px 5px 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.news__item_img img {
  width: 206px;
  min-width: 206px;
}

.news__item_date {
  font-size: 20px;
  line-height: 25px;
  color: #393C42;
  margin-bottom: 10px;
}

.news__item_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news__item_desc {
  font-size: 20px;
  line-height: 25px;
  color: #393C42;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
}

.news__paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

.news__paging_item, .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #E71C51;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
}

.news__paging_dots {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #E31F24;
  padding: 16px 2px 0;
}

.news__paging_next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #E71C51;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

@media (max-width: 960px) {
  .news__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .news__item_img img {
    width: 160px;
    min-width: 160px;
  }
  .news__item_date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .news__item_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .news__item_desc {
    font-size: 16px;
    line-height: 20px;
  }
}
table.small_table__black td,  table.small_table__black td p {color:#000;}
@media (max-width: 600px) {
  table.small_table td, table.small_table td p {font-size: 14px; width:100%}

  .header__tel .header__tel_number {font-size: 17px;}
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__item_img img {
    width: 160px;
    min-width: 160px;
  }
  .news__item_date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .news__item_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
    overflow: initial;
    -o-text-overflow: initial;
       text-overflow: initial;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
  .news__item_desc {
    font-size: 16px;
    line-height: 20px;
    overflow: initial;
    -o-text-overflow: initial;
       text-overflow: initial;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
  .news__paging {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .news__paging_item, .page-numbers {
    width: 36px;
    height: 36px;
  }
  .news__paging_dots {
    padding: 12px 2px 0;
  }
  .news__paging_next {
    width: 36px;
    height: 36px;
  }
}

/*

    @include adaptive-param('padding-right', 200, 0, 'px');

    @media (min-width: 600px) {
        flex: 0 0 100%;
        padding-right: 0;
    }

*/
.section-content__content a {
  color: #3e348a;
}

.section-map .section-map-item {
  display: none;
}
.section-contacts__actions_info a{
	color: #3e348a;
    position: relative;
    white-space: nowrap;
}
}
.section-contacts__actions_info a:after {
    content: ' ';
    height: 2px;
    width: 100%;
    left: 0px;
    background: #3e348a;
    position: absolute;
    bottom: 0px;
    transition: transform 0.2s;
    transform: scaleX(0);
}
.section-contacts__actions_info a:hover:after {
    transform: scaleX(1);
}
/*extention*/

/**/
.alignleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.section-services.on-page{
    padding: 60px 0 40px;
}

.section-content__content{
    word-break: break-word;
}
