article {
  line-height: 1.6;
}
article p,
article ul,
article ol,
article table {
  margin-bottom: 10px;
}
article ul,
article ol {
  padding-left: 40px;
}
article ul {
  list-style-type: disc;
}
article ul ul,
article ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
article ol {
  list-style-type: decimal;
}
article ol ol,
article ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
article code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
article pre code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
article p {
  margin-top: 0;
  font-size: 1rem;
}
article img {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
article a {
  color: #1eaedb;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out 0.05s;
  transition: all 0.25s ease-in-out 0.05s;
}
article a:hover {
  color: #0fa0ce;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
article table {
  width: 100%;
}
article table td,
article table th {
  border: 1px solid #555;
  padding: 0.5rem;
  text-align: left;
}
article table td:last-child,
article table th:last-child {
  padding-right: 0;
}
article table th {
  font-weight: bold;
}
article hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
article blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
}
article h1 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
article h2 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
article h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
article h4 {
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
article h5 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
article h6 {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
/*
@font-face {
  font-family: 'Muller-Regular';
  src: url("../fonts/muller-regular.eot");
  src: url("../fonts/muller-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/muller-regular.woff2") format('woff2'), url("../fonts/muller-regular.woff") format('woff'), url("../fonts/muller-regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muller-Medium';
  src: url("../fonts/muller-medium.eot");
  src: url("../fonts/muller-medium.eot?#iefix") format('embedded-opentype'), url("../fonts/muller-medium.woff2") format('woff2'), url("../fonts/muller-medium.woff") format('woff'), url("../fonts/muller-medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
@media (min-width: 320px) {
  .container,
  .page__wr {
    width: 100%;
  }
}
@media (min-width: 370px) {
  .container,
  .page__wr {
    width: 100%;
  }
}
@media (min-width: 410px) {
  .container,
  .page__wr {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .container,
  .page__wr {
    width: 100%;
  }
}
@media (min-width: 560px) {
  .container,
  .page__wr {
    width: 100%;
  }
}
@media (min-width: 620px) {
  .container,
  .page__wr {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .container,
  .page__wr {
    width: 880px;
  }
}
@media (min-width: 1280px) {
  .container,
  .page__wr {
    width: 1260px;
  }
}
@media (min-width: 1680px) {
  .container,
  .page__wr {
    width: 1302px;
  }
}
@media (min-width: 1920px) {
  .container,
  .page__wr {
    width: 1302px;
  }
}
html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page__wr {
  margin: 0 auto;
  height: 100%;
}
input,
textarea,
button {
  box-sizing: border-box;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
textarea {
  resize: vertical;
}
button {
  border: none;
  background: none;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:focus {
  outline: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.overflow {
  overflow: hidden;
  position: relative;
}
.ps.ps:hover .ps__rail-y {
  opacity: 1 !important;
}
.ps.ps .ps__rail-y {
  opacity: 1;
  display: block;
  width: 6px;
  background: #e8ecf2;
  border-radius: 27px;
}
.ps.ps .ps__rail-y:hover .ps__thumb-y {
  width: 6px;
  background: #ea610e;
}
.ps.ps .ps__thumb-y {
  width: 6px;
  background: #ea610e;
  border-radius: 27px;
  right: 0;
}
.BlocksContactsBasic001Mobile__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}
.BlocksContactsBasic001Mobile__contacts-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) and (min-height: 600px) {
  .BlocksContactsBasic001Mobile__contacts-items {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
.BlocksContactsBasic001Mobile__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.BlocksContactsBasic001Mobile__contacts-item-title {
  font-family: 'Muller-Medium', Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  color: #363636;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
.BlocksContactsBasic001Mobile__contacts-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.BlocksContactsBasic001Mobile__contacts-item-row:last-child {
  margin-bottom: 0;
}
.BlocksContactsBasic001Mobile__contacts-item-row--vertical-align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.BlocksContactsBasic001Mobile__contacts-item-ico {
  color: #4481eb;
  margin-right: 8px;
}
.BlocksContactsBasic001Mobile__contacts-item-ico--margin-top-5 {
  margin-top: 5px;
}
.BlocksContactsBasic001Mobile__contacts-item-phone {
  font-family: 'Muller-Regular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #5a5a5a;
  letter-spacing: 0.03em;
  line-height: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.BlocksContactsBasic001Mobile__contacts-item-phone:hover {
  color: #4481eb;
}
.BlocksContactsBasic001Mobile__contacts-item-recall {
  background-image: -webkit-linear-gradient(343deg, #0795ff 0%, #0fcbef 100%);
  background-image: linear-gradient(-253deg, #0795ff 0%, #0fcbef 100%);
  border-radius: 24px;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-family: 'Muller-Regular', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-top: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.BlocksContactsBasic001Mobile__contacts-item-recall:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.BlocksContactsBasic001Mobile__contacts-item-address {
  font-family: 'Muller-Regular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #5a5a5a;
  letter-spacing: 0.03em;
  line-height: 24px;
  width: 100%;
}
.BlocksContactsBasic001Mobile__contacts-item-time-row {
  font-family: 'Muller-Regular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #5a5a5a;
  letter-spacing: 0.03em;
  line-height: 24px;
  width: 100%;
}
.BlocksContactsBasic001Mobile__contacts-item-email {
  font-family: 'Muller-Regular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #4481eb;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.BlocksContactsBasic001Mobile__contacts-item-email:hover {
  text-decoration: underline;
  color: #4481eb;
  opacity: 0.8;
}
.BlocksContactsBasic001Mobile__contacts-map {
  height: 332px;
  border: 5px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.12);
  margin: 16px 0;
  position: relative;
}
.BlocksContactsBasic001Mobile__contacts-map:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.BlocksContactsBasic001Mobile__contacts-map-link {
  font-family: 'Muller-Regular', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
  color: #4481eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.BlocksContactsBasic001Mobile__contacts-map-link:hover {
  color: #4481eb;
  text-decoration: none;
  opacity: 0.8;
}
.BlocksContactsBasic001Mobile__contacts-map-link-ico {
  color: #4481eb;
  margin-left: 8px;
}
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/*# sourceMappingURL=main.css.map */
