@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic");
@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Regular.woff2") format('woff2'), url("../fonts/Panton-Regular.woff") format('woff'), url("../fonts/Panton-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Light.woff2") format('woff2'), url("../fonts/Panton-Light.woff") format('woff'), url("../fonts/Panton-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-ExtraBold.woff2") format('woff2'), url("../fonts/Panton-ExtraBold.woff") format('woff'), url("../fonts/Panton-ExtraBold.ttf") format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Bold.woff2") format('woff2'), url("../fonts/Panton-Bold.woff") format('woff'), url("../fonts/Panton-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-SemiBold.woff2") format('woff2'), url("../fonts/Panton-SemiBold.woff") format('woff'), url("../fonts/Panton-SemiBold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?87055527");
  src: url("../fonts/fontello/fontello.eot?87055527#iefix") format('embedded-opentype'), url("../fonts/fontello/fontello.woff2?87055527") format('woff2'), url("../fonts/fontello/fontello.woff?87055527") format('woff'), url("../fonts/fontello/fontello.ttf?87055527") format('truetype'), url("../fonts/fontello/fontello.svg?87055527#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}

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


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  color: #313140;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.wrapper {
  width: 100%;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
}
.container {
  max-width: 960px;
  min-width: 320px;
  margin: auto;
}
.container-full {
  max-width: 100%;
  min-width: 320px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.list {
  margin: 0;
  padding: 0;
}
.list__item {
  list-style: none;
}
.img {
  display: block;
  max-width: 100%;
}
.hidden {
  display: none;
}
.link {
  color: #000;
}
.link:hover {
  text-decoration: none;
}
.flex-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-inst:before {
  content: '\f16d';
}
.icon-vk:before {
  content: '\f189';
}
.icon-ok:before {
  content: '\f264';
}
.icon-tw:before {
  content: '\f304';
}
.icon-fb:before {
  content: '\f308';
}
.btn {
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #f37320;
  cursor: pointer;
  background-color: #ffcb00;
  color: #000;
  padding: 15px 45px;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  min-width: 220px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.btn:focus {
  outline: 0;
}
.btn:active {
  border-bottom: 0;
  position: relative;
  border-top: 2px solid #ffcb00;
}
.btn:hover {
  background-color: #f8e71c;
}
.input {
  display: block;
  width: 100%;
  padding: 19px;
  font-size: 18px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid transparent;
}
.input:focus {
  outline: none;
}
.input.error {
  border: 1px solid #f00;
}
.main-header {
  position: relative;
}
.main-header__top {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
@media screen and (max-width: 1000px) {
  .main-header__top {
    display: none;
  }
}
.main-header__top-left {
  float: left;
}
.main-header__top-right {
  float: right;
  padding: 11px 0;
}
.main-header__middle {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e5f4fe));
  background-image: -webkit-linear-gradient(bottom, #fff, #e5f4fe);
  background-image: linear-gradient(to top, #fff, #e5f4fe);
  padding: 30px 0 20px 0;
}
.main-header__bottom {
  background-color: #0078be;
}
.main-header__logo {
  display: block;
  text-decoration: none;
  margin-top: -12px;
}
@media screen and (max-width: 880px) {
  .main-header__logo {
    margin: -12px auto 0;
  }
}
.main-header__contacts-phone {
  font-family: 'Panton', sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.main-header__contacts-call {
  text-align: center;
  margin-top: 3px;
}
.main-header__contacts-call-link {
  color: #0078be;
  text-decoration: none;
  border-bottom: 1px dashed;
  font-size: 14px;
}
.main-header__contacts-call-link:hover {
  border-bottom: 0;
}
.main-header__contacts-call-link:focus {
  outline: none;
}
@media screen and (max-width: 880px) {
  .main-header__contacts {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .main-header__btn {
    display: none;
  }
}
.top-menu__link {
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  color: inherit;
  padding: 11px 0 9px 0;
  /*border-bottom: 2px solid transparent;*/
}
.top-menu__link:last-child {
  padding-right: 0;
}
.top-menu__link:hover {
  color: #0078be;
  border-color: #0078be;
}
.list-city__ttl {
  padding-right: 10px;
}
.list-city__item {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .main-menu__nav {
    max-height: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
  }
}
.main-menu__item {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .main-menu__item {
    display: block;
  }
}
.main-menu__item:last-child .main-menu__link {
  color: #00fff6;
}
.main-menu__item:last-child .main-menu__link:hover {
  color: #fff;
}
.main-menu__link {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Panton', sans-serif;
  color: #9de8ff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 17px 0;
  border-bottom: 3px solid transparent;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .main-menu__link {
    display: inline-block;
  }
}
.main-menu__link:last-child {
  margin-right: 0;
}
.main-menu__link:hover {
  color: #fff;
}
.main-menu__link_active {
  border-color: #fff;
}
.main-menu__mobile-icon {
  display: none;
  color: #fff;
  font-family: 'Panton', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer;
}
.main-menu__mobile-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ1OSA0NTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1OSA0NTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ibWVudSI+CgkJPHBhdGggZD0iTTAsMzgyLjVoNDU5di01MUgwVjM4Mi41eiBNMCwyNTVoNDU5di01MUgwVjI1NXogTTAsNzYuNXY1MWg0NTl2LTUxSDB6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") no-repeat center;
  background-size: contain;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.main-menu__mobile-icon_active +.main-menu__nav {
  max-height: 800px;
}
@media screen and (max-width: 1000px) {
  .main-menu__mobile-icon {
    display: inline-block;
  }
}
@media screen and (max-width: 880px) {
  .main-menu__phone-icon {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: url("./img/phone-mobile.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 108px;
    right: 20px;
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-menu__phone-icon {
    right: 10px;
  }
}
.section-slider {
  margin: 0 auto;
  position: relative;
}

.section-slider__item:nth-of-type(n) {
  display: none;
}

.section-slider__item:first-of-type {
  display: block;
}
.section-slider__item {
  position: relative;
  max-width: 1360px;
}
.section-slider__item.slick-slide {
  min-height: 450px;
}
@media screen and (max-width: 720px) {
  .section-slider__item.slick-slide {
    min-height: 420px;
  }
}
.section-slider__item.slick-center .section-slider__item-content {
  background-color: rgba(0,195,255,0.3);
}
.section-slider__item-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(49,49,64,0.5);
}
@media screen and (max-width: 1360px) {
  .section-slider__item-content {
    background-color: rgba(0,195,255,0.3);
  }
}
.section-slider__item-content-box {
  margin: auto;
  text-align: center;
}
.section-slider__item-ttl {
  font-family: 'Panton', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 720px) {
  .section-slider__item-ttl {
    font-size: 36px;
  }
}
.section-slider__item-text {
  color: #fff;
  font-family: 'Panton', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 45px;
}
@media screen and (max-width: 720px) {
  .section-slider__item-text {
    font-size: 20px;
  }
}
.section-slider__nav-item {
  position: absolute;
  width: 21px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .section-slider__nav-item {
    width: 11px;
    height: 20px;
  }
}
.section-slider__nav-item_left {
  left: 10%;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}
@media screen and (max-width: 1360px) {
  .section-slider__nav-item_left {
    left: 50px;
  }
}
@media screen and (max-width: 720px) {
  .section-slider__nav-item_left {
    left: 10px;
    top: inherit;
    bottom: 10px;
  }
}
.section-slider__nav-item_right {
  right: 10%;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}
@media screen and (max-width: 1360px) {
  .section-slider__nav-item_right {
    right: 50px;
  }
}
@media screen and (max-width: 720px) {
  .section-slider__nav-item_right {
    right: 10px;
    top: inherit;
    bottom: 10px;
  }
}
.section-slider__dots {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
.section-slider__dots li {
  display: inline-block;
  margin: 0 3px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #fff;
}
.section-slider__dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  color: transparent;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: transparent;
}
.section-slider__dots .slick-active {
  background-color: transparent;
}
.section-partners {
  font-family: 'Panton', sans-serif;
  padding: 25px 0 40px 0;
}
@media screen and (max-width: 720px) {
  .section-partners {
    padding: 40px 0;
  }
}
.section-partners__ttl {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: bold;
}
.section-partners__ttl-pick {
  color: #f37320;
}
@media screen and (max-width: 720px) {
  .section-partners__ttl-pick {
    display: block;
  }
}
.section-partners__item {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .section-partners__item:last-child {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .section-partners__item {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .section-partners__item {
    width: 50%;
    margin: 0 0 25px 0;
  }
  .section-partners__item:nth-child(n+5) {
    margin: 0;
  }
}
.section-partners__img {
  display: block;
}
@media screen and (max-width: 1000px) {
  .section-partners__img {
    max-width: 95px;
  }
}
@media screen and (max-width: 720px) {
  .section-partners__img {
    max-width: 100%;
    margin: auto;
  }
}
.section-search {
  background-color: #f5f9ff;
  padding: 50px 0;
}
.section-search__module {
  margin-bottom: 30px;
}
.section-search__btn-box {
  text-align: center;
}
.section-reasons {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-reasons {
    padding: 25px 0;
  }
}
.section-reasons__container {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1190px) {
  .section-reasons__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-reasons__container {
    padding: 0 10px;
  }
}
.section-reasons__ttl {
  font-size: 36px;
  font-family: 'Panton', sans-serif;
  margin: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-reasons__ttl {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}
.section-reasons__item {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section-reasons__item {
    width: 50%;
  }
  .section-reasons__item:nth-child(-n+2) {
    margin-bottom: 40px;
  }
}
.section-reasons__item-img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .section-reasons__item-img {
    margin: auto;
  }
}
.section-reasons__item-img-box {
  height: 44px;
  margin-bottom: 2px;
}
.section-reasons__item-val {
  font-family: 'Panton', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #00c3ff;
  font-weight: 800;
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .section-reasons__item-val {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section-reasons__item-val {
    font-size: 36px;
  }
}
.section-reasons__item-val-text {
  font-size: 14px;
  display: block;
}
.section-reasons__item-val-rub {
  display: inline-block;
  position: relative;
  margin-left: 6px;
}
.section-reasons__item-text {
  font-size: 14px;
  line-height: 1.4;
}
.section-reasons__dots {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.section-reasons__dots li {
  display: inline-block;
  margin: 0 3px;
  background-color: #0078be;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #0078be;
}
.section-reasons__dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  color: transparent;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-color: transparent;
}
.section-reasons__dots .slick-active {
  background-color: transparent;
}
.section-reasons__nav-item {
  position: absolute;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 20px;
  cursor: pointer;
}
.section-reasons__nav-item_left {
  left: 10px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjMDA3OGJlIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}
.section-reasons__nav-item_right {
  right: 10px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjMDA3OGJlIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==");
}
.section-recommend {
  position: relative;
  padding: 48px 0 95px 0;
      margin-top: -5px;
}
@media screen and (max-width: 480px) {
  .section-recommend {
    padding: 35px 0 35px 0;
  }
}
.section-recommend:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e5f4fe));
  background-image: -webkit-linear-gradient(bottom, #fff, #e5f4fe);
  background-image: linear-gradient(to top, #fff, #e5f4fe);
}
.section-recommend__ttl {
  font-size: 36px;
  font-family: 'Panton', sans-serif;
  margin: 0 0 40px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-recommend__ttl {
    font-size: 24px;
  }
}
.section-recommend__item {
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  max-width: 300px;
}
@media screen and (max-width: 1000px) {
  .section-recommend__item {
    width: 33%;
  }
}
@media screen and (max-width: 480px) {
  .section-recommend__item {
    margin: 0 auto 10px;
    width: 100%;
  }
}
.section-recommend__item-link {
  text-decoration: none;
  display: block;
  position: relative;
}
.section-recommend__item-link:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,64,0.5);
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-recommend__item-link:hover .section-recommend__item-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.section-recommend__item-link:hover:before {
  background-color: rgba(49,49,64,0.7);
}
.section-recommend__item-img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-recommend__item-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -27px;
  width: 100%;
  z-index: 2;
}
.section-recommend__item-ttl {
  font-family: 'Panton', sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) and (min-width: 481px) {
  .section-recommend__item-ttl {
    font-size: 18px;
    font-weight: 600;
  }
}
.section-recommend__item-price {
  font-family: 'Panton', sans-serif;
  font-size: 18px;
  color: #ffcb00;
  font-weight: bold;
}
.section-recommend__more {
  display: none;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .section-recommend__more {
    display: block;
  }
}
.section-recommend__more-link {
  font-family: 'Panton', sans-serif;
  font-weight: 600;
  color: #0078be;
  font-size: 16px;
}
.section-recommend__module {
  margin-top: 40px;
}
.section-why-we {
  padding: 130px 0 78px 0;
  background: url("./img/whywe.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .section-why-we {
    background: #eef0ef;
    padding: 30px 0 50px 0;
  }
}
.section-why-we__container {
  width: 510px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section-why-we__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 510px) {
  .section-why-we__container {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .section-why-we__container {
    padding: 0 10px;
  }
}
.section-why-we__ttl {
  font-size: 36px;
  font-family: 'Panton', sans-serif;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 480px) {
  .section-why-we__ttl {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
}
.section-why-we__sub-ttl {
  font-size: 18px;
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
  .section-why-we__sub-ttl br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .section-why-we__sub-ttl {
    font-weight: 600;
  }
}
.section-why-we__content {
  line-height: 1.4;
  margin: 30px 0 52px 0;
  color: #777;
}
@media screen and (max-width: 480px) {
  .section-why-we__content {
    margin: 30px 0 30px 0;
  }
}
.section-why-we__content-item {
  margin-bottom: 25px;
}
.section-why-we__content-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .section-why-we__content-item br {
    display: none;
  }
}
.section-why-we__slogan {
  display: inline-block;
  text-transform: uppercase;
  color: #f37320;
  font-family: 'Panton', sans-serif;
  font-weight: 900;
  font-size: 24px;
  background: url("./img/slr.png") no-repeat center;
  background-size: contain;
  padding: 37px 46px;
}
@media screen and (max-width: 480px) {
  .section-why-we__slogan {
    font-size: 18px;
    padding: 30px 45px;
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
.section-consultation {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#009dde), to(#0078be));
  background-image: -webkit-linear-gradient(bottom, #009dde, #0078be);
  background-image: linear-gradient(to top, #009dde, #0078be);
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 480px) {
  .section-consultation {
    padding: 20px 0 50px 0;
  }
}
.section-consultation__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .section-consultation__header {
    margin-bottom: 25px;
  }
}
.section-consultation__ttl {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 106px;
}
@media screen and (max-width: 480px) {
  .section-consultation__ttl {
    padding: 60px 0 0 0;
    text-align: center;
  }
}
.section-consultation__ttl:before {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 0;
  top: -7px;
  background: url("./img/phone.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .section-consultation__ttl:before {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 0;
    margin-left: -25px;
  }
}
.section-consultation__ttl-h2 {
  color: #fff;
  font-family: 'Panton', sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 480px) {
  .section-consultation__ttl-h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}
.section-consultation__ttl-sub {
  font-size: 18px;
  color: #98e7ff;
}
@media screen and (max-width: 480px) {
  .section-consultation__ttl-sub {
    font-size: 14px;
  }
}
.section-consultation__form-input {
  max-width: 310px;
}
@media screen and (max-width: 1000px) {
  .section-consultation__form-input {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section-consultation__form-input {
    margin-bottom: 10px;
  }
}
.section-consultation__form-btn {
  width: 300px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .section-consultation__form-btn {
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .section-consultation__form-btn {
    margin: 10px auto 0;
  }
}
.main-footer {
  background-color: #313140;
  padding: 60px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .main-footer {
    padding: 35px 0;
  }
}
.main-footer__left {
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
  .main-footer__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 720px) {
  .main-footer__right {
    margin: 10px 0 17px 0;
  }
}
.main-footer__phone {
  font-family: 'Panton', sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.main-footer__email{
    font-family: 'Panton', sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.main-footer__email a{
  text-decoration: none; 
    color: white; 
}

.main-footer__email a:hover {
  color: #ffcb00;
}
.main-footer__phone a{
  text-decoration: none; 
    color: white; 
}

.main-footer__phone a:hover {
  color: #ffcb00;
}


@media screen and (max-width: 720px) {
  .main-footer .flex-justify {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.social-icons {
  text-align: right;
}
@media screen and (max-width: 720px) {
  .social-icons {
    text-align: center;
  }
}
.social-icons__text {
  margin-bottom: 5px;
}
.social-icons__item {
  display: inline-block;
}
.social-icons__link {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-icons__link:hover {
  color: #ffcb00;
}
.callback {
  max-width: 660px;
  padding: 45px 72px 35px;
  background-color: #fff;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .callback {
    padding: 20px;
  }
}
.callback__ttl {
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .callback__ttl {
    font-size: 24px;
  }
}
.callback__text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #9b9b9b;
}
@media screen and (max-width: 480px) {
  .callback__text {
    font-size: 14px;
  }
}
.callback__form {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.callback__form-input {
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.callback__form-btn {
  margin: 30px 0 40px 0;
  width: 100%;
  display: block;
  padding: 20px 45px;
}
.callback__alert {
  font-size: 14px;
  text-align: center;
  color: #9b9b9b;
}
@media screen and (max-width: 480px) {
  .callback__alert {
    font-size: 12px;
  }
}
.callback .mfp-close {
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjExMiAzMS4xMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjExMiAzMS4xMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBvbHlnb24gcG9pbnRzPSIzMS4xMTIsMS40MTQgMjkuNjk4LDAgMTUuNTU2LDE0LjE0MiAxLjQxNCwwIDAsMS40MTQgMTQuMTQyLDE1LjU1NiAwLDI5LjY5OCAxLjQxNCwzMS4xMTIgMTUuNTU2LDE2Ljk3ICAgMjkuNjk4LDMxLjExMiAzMS4xMTIsMjkuNjk4IDE2Ljk3LDE1LjU1NiAiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==") no-repeat center;
  right: -47px;
  top: -39px;
}
@media screen and (max-width: 480px) {
  .callback .mfp-close {
    right: 0;
  }
}
.callback .mfp-close:after {
  content: 'Закрыть';
  display: block;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -7px 16px 0 0;
  line-height: 1;
}
.section-content-page {
  padding: 30px 0 65px 0;
}

.section-content-page_fw {
  padding: 30px 0 0px 0;
}

.section-content-page__ttl {
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  .section-content-page__ttl {
    font-size: 24px;
  }
}
.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item:before {
  content: '-';
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs__item:first-child:before {
  display: none;
}
.breadcrumbs__link {
  text-decoration: none;
  font-size: 12px;
  color: #9b9b9b;
}
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
 /* height: 424px;*/
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
          box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
          box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.rub {
    /* font-family: arial; */
    /* vertical-align: middle; */
    border-bottom: 3px solid;
    line-height: 11px;
    display: inline-block;
    width: 0.4em;
    font-family: 'PT Sans', serif;
}



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


.news-list { overflow: hidden; }
.news-list .row{
	overflow: hidden;

	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news-list .item {
	float: left;
	margin-right: 2%;
}
.news-list .item:nth-child(2n) { margin-right: 0; }
.news-list .item img{
	float: left;
	margin-right: 15px;
	max-width: 180px;
	max-height: 140px;
}
.news-list .item .date{
	color: #8f8f8f;
	font: 400 14px  Arial,sans-serif;
}
.news-list .item h4{
	color: #191919;
	font: 700 17px 'Panton', sans-serif;
  margin-top: -2px;
}
.news-list .item p{
    color: #646464;
    font: 400 15px 'Open Sans',sans-serif;
    padding: 0;
    margin-bottom: 23px;
}
.news-list .item a{
    color: #166aa4;
    font: 400 15px 'Open Sans',sans-serif;
    display: block;
    text-decoration: unset;
}

.news-list .item .readmore {
text-decoration: underline;
}


.uslugi { 
  overflow: hidden; 
      padding-top: 40px;
}
.uslugi .row{
	overflow: hidden;

	padding-bottom: 30px;
	margin-bottom: 30px;
}
.uslugi .item {
	margin-right: 2%;

}
.uslugi .item:nth-child(2n) { margin-right: 0; }
.uslugi .item img{
	float: left;
    margin-right: 35px;
	max-width: 180px;
	max-height: 140px;
}

.uslugi .item h4{
    color: #313140;
    font: 700 18px 'Panton', sans-serif;
    margin-top: 1px;
}
.uslugi .item p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    color: #313140;
}


.where {
      display: -webkit-box;
}

.where h4{
    color: #3abdeb;
}

.where li span {
      font: 400 16px 'Panton', sans-serif;
    width: 415px;
     color:#313140;
}

.where li {
 color:#ffcb00;
}

.adress {
      margin-right: 74px;
}


.separator {
    overflow: hidden;
    border-bottom: 1px solid #c5c9cd;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.yamap {
    margin-top: 21px;
}

.how h4{
      color: #313140;
    font: 700 18px 'Panton', sans-serif;

  
}

.how h4 span{
      color: #ffcb00;
}

.how p {
  margin-top: -10px;
}
/*--------------------------*/
.que_text{
	font-size:16px;
	margin-bottom:43px;
	line-height:30px;
}
.new_que{
	margin-bottom:40px;
	line-height:30px;
	font-size:16px;
}
.new_que .que_que{
	font-family: 'Panton', sans-serif;
	font-weight: bold;
	font-size:21px;
}
.que_form{
	background:#007bc1;
	padding-top:70px;
	text-align:center;
	padding-bottom:83px;
}
.que_form .que_form_zag{
	font-weight:bold;
	color:#ffffff;
	font-size:37px;
	font-family: 'Panton', sans-serif;
	margin-bottom:25px;
}
.que_form .que_form_text{
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	margin-bottom:35px;
}
.que_form textarea{
	width:100%;
	height:214px;
	border-radius:3px;
	padding:25px 20px;
	margin-bottom:40px;
	box-sizing:border-box;
	border:none;
}
.que_form input[type=text]{
	line-height:60px;
	height:60px;
	width:310px;
	margin-right:20px;
	border:none;
	border-radius:3px;
	float:left;
	display:block;
	padding:0 20px;
	box-sizing:border-box;
}
.que_form input[type=submit]{
	float:left;
	line-height:60px;
	height:60px;
	float:left;
	display:block;
	box-sizing:border-box;
	width:299px;
	background:#ffcb05;
	color:#313145;
	font-size:19px;
	border:none;
	border-radius:3px;
}

.poisk li span {
     color:#313140;
}

.poisk li {
 color:#ffcb00;
}

@media (min-width: 1360px) {

.way-of-rest {
    background-image: none;
}
}

.way-of-rest {
    background-color: #ecece0;
}

@media (min-width: 1360px) {

.way-of-rest__wrapper {
    background: url(img/recreation-planning-1360.png) no-repeat bottom;
}
}

.way-of-rest__wrapper {
    max-width: 1295px;
    background: url(img/recreation-planning-1360.png) no-repeat bottom;
    padding: 70px 0 0;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    height: 700px;
}

.way-of-rest__title {
    color: #252431;
    font-family: Panton;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.way-of-rest__subtitle {
    color: #313140;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
}

#with-sletat, #yourself, .way-of-rest__illustration, .way-of-rest__with-sletat, .way-of-rest__yourself {
    display: none;
}


.select-wrapper {
      position: relative;
    width: 133px;
    border: 1px solid #6C7231;
    border-radius: 3px;
    display: -webkit-inline-box;
}

.select-wrapper:hover {
  box-shadow: 0px 0px 3px gray;
}

.select-wrapper select {
    width: 133px;
    height: 20px;
    padding: 1px 0px 0 7px;
  background: transparent;
  border: 0;
  appearance: none;            /* remove arrow        */
-webkit-appearance: menulist-button;    /* remove arrow FF     */
}
.select-wrapper select::-ms-expand{
    display: none;             /* remove arrow IE     */
}

/* 
 * Style #1 
 * todo: try to change arrow DIV to pseudo :after
*/

.select-arrow-1 {
    position: absolute;
    z-index: -9999;
    right: 4px;
    bottom: 5px;
    border: 8px solid;
    border-color: white white #6C7231 white;
    border-right: 0;
}


.select-arrow-3 {
  position: absolute;
  z-index: -9999;
  border: 8px solid transparent; 
  border-bottom: 0;
  right: 6px;
}
.select-arrow-3:nth-child(1) {
  top: 11px;
  border-top-color: #6C7231;
}
.select-arrow-3:nth-child(2) {
  top: 8px;
  border-top-color: #FFF;
}
.pagination-akcii{
      margin-top: 30px;
    text-align: center;
}

.pagination-akcii li{
 list-style: none;
    display: inline-block;
    margin-left:10px;
}