/*reset*/
@import "flexslider.css";
@import "../js/photoswipe/photoswipe.css";
@import "../js/photoswipe/default-skin/default-skin.css";
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

*:focus {
  outline: none;
}

input,
textarea,
select {
  font-family: "Roboto", Arial, sans-serif;
  box-shadow: none;
  padding: 0;
}

a {
  color: #111;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-weight: 300;
  font-family: "Roboto", Arial, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

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

.ov-hidden {
  overflow: hidden;
}

.btn {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  background: #d2085f;
  transition: all 200ms linear;
  border-radius: 26px;
  border: none;
}
.btn:hover {
  background: #ff006e;
}
.btn_white {
  background: #ffffff;
  color: #d2085f;
}
.btn_white:hover {
  color: #ffffff;
}

.form__input {
  display: block;
  width: 100%;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  box-sizing: border-box;
}

.container {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .container {
    padding-top: 60px;
  }
}

.block {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .block {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .block {
    width: 320px;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header .block {
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .block {
    height: 60px;
  }
}
.header__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  padding-left: 80px;
  background: url(../images/logo.png) left center no-repeat;
}
@media (max-width: 767px) {
  .header__logo {
    flex: 0 0 260px;
    padding-left: 60px;
    font-size: 12px;
    background-size: auto 50px;
  }
}
@media (max-width: 400px) {
  .header__logo {
    flex: 0 0 100%;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 11px;
  }
}
.header__logo strong {
  display: block;
  margin: 0 0 3px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .header__logo strong {
    font-size: 16px;
  }
}
.header__phone {
  position: relative;
  margin: 0 0 0 180px;
  padding: 0 0 0 34px;
  background: url(../images/icon_phone.png) left 2px no-repeat;
}
@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}
.header__phone .phone__lnk {
  display: block;
  margin: 0 0 2px;
  font-weight: 700;
  font-size: 19px;
}
.header__phone .phone__mail {
  font-weight: 300;
  font-size: 17px;
}
.header__time {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0 0 0 34px;
  background: url(../images/icon_time.png) left 2px no-repeat;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header__time {
    display: none;
  }
}
.header .btn {
  margin-left: auto;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .btn {
    font-size: 0;
  }
  .header .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/phone_white_22x22.svg) center no-repeat;
    pointer-events: none;
    background-size: 30px;
  }
}
@media (max-width: 400px) {
  .header .btn {
    display: none;
  }
}

.topmenu {
  background: #10afd2;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .topmenu {
    display: none;
  }
}
.topmenu li {
  display: inline-block;
  margin: 0 30px;
}
.topmenu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.topmenu li a:hover {
  text-decoration: underline;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: cover;
}
.banner .block {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .banner .block {
    height: 500px;
  }
}
@media (max-width: 400px) {
  .banner .block {
    height: 500px;
  }
}
.banner__gibdd {
  position: absolute;
  top: 200px;
  z-index: 50;
  margin: auto;
  right: -240px;
  width: 300px;
  height: 60px;
  font-size: 16px;
  line-height: 19px;
  background: #ffffff;
  padding: 10px 15px 10px 75px;
  box-sizing: border-box;
  transition: all 200ms linear;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner__gibdd {
    top: 0;
    right: 0;
    left: 0;
    width: auto;
  }
}
.banner__gibdd .gibdd__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #f69a2c;
  transition: all 200ms linear;
}
.banner__gibdd .gibdd__icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../images/gibdd.svg) no-repeat;
}
.banner__gibdd:hover .gibdd__icon {
  opacity: 0.7;
}
.banner__gibdd.opened {
  right: 0;
}
.banner__text {
  position: relative;
  border-radius: 150px;
  width: 720px;
  text-align: center;
  padding: 35px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .banner__text {
    width: auto;
    padding: 15px;
    border-radius: 20px;
  }
}
.banner__text:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px dashed #f69a2c;
  border-radius: 150px;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .banner__text:before {
    content: none;
  }
}
.banner__title {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 24px;
  }
}
.banner__title strong {
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .banner__title {
    font-size: 18px;
  }
}
.banner__subtitle {
  z-index: 10;
  width: 583px;
  height: 45px;
  font-size: 20px;
  margin: auto;
  color: #ffffff;
  line-height: 45px;
  background: url(../images/1.png) center no-repeat;
}
@media (max-width: 767px) {
  .banner__subtitle {
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 14px;
    padding: 10px;
    background-size: cover;
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  .banner__subtitle {
    line-height: 16px;
  }
}
.banner__cloud {
  position: absolute;
  top: 30px;
  right: 0;
  background: url(../images/cloud.svg) center no-repeat;
  width: 259px;
  height: 162px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  box-sizing: border-box;
  padding: 45px 10px 20px;
}
@media (max-width: 767px) {
  .banner__cloud {
    display: none;
  }
}
.banner__cloud strong {
  font-weight: 700;
  text-transform: uppercase;
}
.banner__cloud span {
  text-transform: uppercase;
}
.banner__form {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  display: flex;
  align-items: center;
  width: 580px;
  text-align: left;
  padding: 10px 30px 10px 50px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .banner__form {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .banner__form br {
    display: none;
  }
}
@media (max-width: 400px) {
  .banner__form {
    padding: 20px;
    border-radius: 0;
  }
}
.banner__form .btn {
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .banner__form .btn {
    margin: 10px auto 0;
  }
}

.features {
  position: relative;
  z-index: 1;
  padding: 80px 0 20px;
}
@media (max-width: 767px) {
  .features {
    padding-top: 100px;
  }
}
@media (max-width: 400px) {
  .features {
    padding-top: 150px;
  }
}
.features:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 14px;
  background: url(../images/divider_1.png) left top repeat-x;
}
.features__list {
  display: flex;
  flex-wrap: wrap;
}
.features__entry {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
  padding: 30px;
  font-size: 19px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .features__entry {
    width: 50%;
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }
  .features__entry br {
    display: none;
  }
}
@media (max-width: 400px) {
  .features__entry {
    width: 100%;
  }
}
.features__entry img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .features__entry img {
    margin: 0 0 10px;
  }
}

.video {
  padding: 40px 0;
}
.video__container {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video__container iframe {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.cats {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cats {
    padding: 30px 0;
  }
}
.cats__title {
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cats__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cats__title br {
    display: none;
  }
}
.cats__subtitle {
  margin: 0 0 30px;
  font-size: 19px;
}
.cats__list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media (max-width: 767px) {
  .cats__list {
    margin: -10px;
  }
}
@media (max-width: 400px) {
  .cats__list {
    margin: 0;
  }
}
.cats__entry {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(20% - 10px);
  margin: 5px;
  color: #ffffff;
  padding: 20px 3px 3px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cats__entry {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 400px) {
  .cats__entry {
    width: 100%;
    margin: 0 0 15px;
  }
}
.cats__entry:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/dot.png) repeat-y;
}
.cats__entry:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/dot.png) repeat-y;
}
.cats__entry:first-child {
  background: #f8d24f;
}
.cats__entry:nth-child(2) {
  background: #f8b64f;
}
.cats__entry:nth-child(3) {
  background: #f69e15;
}
.cats__entry:nth-child(4) {
  background: #f78464;
}
.cats__entry:nth-child(5) {
  background: #f55a30;
}
.cats__entry .entry__num {
  font-size: 35px;
  font-weight: 700;
}
.cats__entry .entry__num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot2.png) repeat-x;
}
.cats__entry .entry__num:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../images/dot2.png) repeat-x;
}
.cats__entry .entry__title {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 700;
}
.cats__entry ul {
  align-self: flex-start;
  margin: 0 20px 20px 30px;
}
.cats__entry li {
  list-style: circle;
  text-align: left;
  line-height: 22px;
}
.cats__entry li a {
  font-weight: 500;
  font-size: 12px;
}
.cats__entry li a:hover {
  text-decoration: underline;
}
.cats__entry img {
  display: block;
  width: 100%;
  margin: auto auto 1px;
}

.economy {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border: 2px dotted #e95b2d;
}
.economy:before {
  content: "";
  position: absolute;
  left: 50px;
  top: -10px;
  width: 22px;
  height: 16px;
  background: url(../images/scissors.png) no-repeat;
}
.economy + p {
  margin: 20px 0 0;
  font-size: 19px;
  color: #333;
}

.organize {
  margin: 0 0 60px;
  padding: 0 0 60px;
  font-size: 35px;
  font-weight: 700;
  border-bottom: 1px solid #a4c6d1;
}
@media (max-width: 767px) {
  .organize {
    margin: 20px 0;
    padding: 30px 0;
    font-size: 24px;
  }
}
.organize p {
  margin: 10px 0 25px;
  font-size: 19px;
  line-height: 44px;
  font-weight: 300;
}
.organize .btn {
  margin: 30px 0 0;
}
.organize a:not(.btn) {
  font-size: 35px;
  font-weight: 400;
}
.organize a:not(.btn):hover {
  color: #10AFD2;
}

.abonements .block {
  padding-top: 50px;
  border-top: 1px solid #a4c6d1;
}
.abonements__title {
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .abonements__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.abonements__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 19px;
  line-height: 44px;
  text-align: center;
}
.abonements__subtitle + .abonements__subtitle {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .abonements__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.abonements__phone {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.abonements__entry {
  width: 1100px;
  margin: 30px auto;
  color: #ffffff;
  padding: 30px 40px 30px 45%;
  box-sizing: border-box;
  background-size: cover !important;
}
.abonements__entry:first-child {
  background: url(../images/8-22.png) no-repeat;
}
.abonements__entry:last-child {
  background: url(../images/8-23.png) no-repeat;
}
@media (max-width: 767px) {
  .abonements__entry {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #10afd2 !important;
  }
}
@media (max-width: 400px) {
  .abonements__entry {
    padding: 15px;
  }
}
.abonements__entry .entry__title {
  font-size: 23px;
  margin: 0 0 15px;
}
.abonements__entry .entry__age {
  width: 142px;
  height: 34px;
  margin: 0 0 15px;
  padding-left: 35px;
  line-height: 34px;
  color: #7f4f1b;
  background: url(../images/9.png) no-repeat;
  box-sizing: border-box;
}
.abonements__entry .entry__list {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
}
.abonements__entry ul {
  width: 50%;
}
.abonements__entry ul li {
  margin: 7px 0;
}
.abonements__entry ul a {
  color: #ffffff;
  text-decoration: underline;
}
.abonements__entry ul a:hover {
  text-decoration: none;
}

#lg ul li {
  width: 32%;
}
@media (max-width: 400px) {
  #lg ul li {
    width: 49%;
  }
}

.guides {
  padding: 120px 0 50px;
}
@media (max-width: 767px) {
  .guides {
    padding: 40px 0;
  }
}
.guides__title {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .guides__title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .guides__title {
    font-size: 24px;
  }
}
.guides__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.guides__entry {
  position: relative;
  width: 25%;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .guides__entry {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .guides__entry {
    width: 100%;
  }
}
.guides__entry .entry__photo {
  position: relative;
  margin: 0 auto 25px;
  width: 190px;
  height: 190px;
}
.guides__entry .entry__photo img {
  display: block;
  border-radius: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.guides__entry .entry__photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 190px;
  height: 190px;
}
.guides__entry:nth-child(odd) .entry__photo:before {
  left: 15px;
  background: url(../images/guide_round.png) center no-repeat;
}
.guides__entry:nth-child(even) .entry__photo:before {
  top: 15px;
  background: url(../images/guide_round_2.png) center no-repeat;
}
.guides__entry:nth-child(9) .entry__photo:before {
  bottom: 15px;
}
.guides__entry:nth-child(10) .entry__photo:before, .guides__entry:nth-child(11) .entry__photo:before {
  top: 0;
  left: 0;
  right: 15px;
  bottom: 15px;
}
.guides__entry .entry__tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  padding: 15px;
  background: #fcfdfd;
  border: 2px solid #abc8e2;
  border-radius: 4px;
}
.guides__entry .entry__tooltip strong {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
}
.guides__entry .entry__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  height: 23px;
  font-weight: 400;
  cursor: pointer;
  line-height: 23px;
  transition: all 200ms linear;
  border-bottom: 1px dashed #43add2;
}
.guides__entry:hover .entry__name {
  color: #43add2;
}
@media (max-width: 767px) {
  .guides__entry:nth-child(even) .entry__tooltip {
    right: 0;
    left: auto;
    transform: translate(0);
  }
  .guides__entry:nth-child(odd) .entry__tooltip {
    right: auto;
    left: 0;
    transform: translate(0);
  }
}
@media (max-width: 400px) {
  .guides__entry .entry__tooltip {
    width: auto;
    right: 0 !important;
    left: 0 !important;
  }
}

.reviews {
  background: url(../images/head4.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .reviews {
    padding: 30px 0;
  }
}
.reviews__title {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .reviews__title {
    font-size: 26px;
  }
}
.reviews li {
  padding: 0 100px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .reviews li {
    padding: 0 30px;
  }
}
.reviews li > img {
  display: block;
  margin: 0 auto 20px;
  width: 100px !important;
  border-radius: 50%;
  border: 2px solid #abc8e2;
}
.reviews li .entry__name {
  margin: 0 0 25px;
}
.reviews li .entry__name a {
  display: inline-block !important;
}
.reviews li .entry__name a img {
  display: block;
  width: 20px !important;
}
.reviews .flex-direction-nav li {
  font-size: 0;
}
.reviews .flex-direction-nav li a {
  background: url(../images/review_arr.png) no-repeat;
  width: 28px;
  height: 28px;
}
.reviews .flex-direction-nav li a:before {
  content: none;
}
.reviews .flex-direction-nav li.flex-nav-next a {
  transform: scale(-1, 1);
}

.certificates {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .certificates {
    padding: 30px 0;
  }
}
.certificates:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 14px;
  background: url(../images/divider_1.png) left top repeat-x;
}
.certificates__title {
  margin: 0 0 60px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .certificates__title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .certificates__title {
    font-size: 24px;
  }
}
.certificates__entry img {
  display: block;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.certificates .flex-direction-nav li {
  font-size: 0;
}
.certificates .flex-direction-nav li a {
  background: url(../images/review_arr.png) no-repeat;
  width: 28px;
  height: 28px;
}
.certificates .flex-direction-nav li a:before {
  content: none;
}
.certificates .flex-direction-nav li.flex-nav-next a {
  transform: scale(-1, 1);
}

.present {
  padding: 100px 0;
  height: 500px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  background: url(../images/present_bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.present__title {
  display: inline-block;
  padding: 10px 50px;
  margin: 0 0 10px;
  border: 1px dashed #fff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 400px) {
  .present__title {
    padding: 10px;
  }
}

.comfort {
  padding: 40px 0 80px;
  background: url(../images/bus.jpg) left bottom no-repeat;
}
@media (max-width: 1500px) {
  .comfort {
    background-size: 550px auto;
    background-position: left 85%;
  }
}
@media (max-width: 767px) {
  .comfort {
    background: none;
    padding: 50px 0;
  }
}
.comfort__title {
  position: relative;
  margin: 0 0 60px;
  padding-top: 100px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .comfort__title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .comfort__title {
    font-size: 24px;
  }
}
.comfort__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 82px;
  height: 57px;
  background: url(../images/comfort_icon.png) no-repeat;
}
.comfort__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comfort__entry {
  position: relative;
  width: 25%;
  padding: 30px 30px 0;
  font-size: 19px;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #ffa500;
}
@media (max-width: 767px) {
  .comfort__entry {
    width: 50%;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 30px;
  }
}
@media (max-width: 400px) {
  .comfort__entry {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .comfort__entry {
    font-size: 16px;
  }
}
.comfort__entry:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  margin: auto;
  width: 33px;
  height: 24px;
  background: url(../images/comfort_check.png) no-repeat;
}
.comfort__entry:first-child {
  border: none;
}
.comfort__entry strong {
  font-size: 35px;
}
@media (max-width: 767px) {
  .comfort__entry strong {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .comfort__entry strong {
    font-size: 24px;
  }
}
.comfort ul {
  margin: 150px 0 0 50%;
}
@media (max-width: 767px) {
  .comfort ul {
    margin: 0;
  }
}
.comfort ul li {
  list-style: disc inside;
  margin: 0 0 20px;
  font-size: 17px;
}

.order__form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 740px;
  text-align: left;
  padding: 20px 50px;
  height: 120px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .order__form {
    position: static;
    margin: 25px 0 0;
    width: 100%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
.order__form .form__label {
  width: 45%;
}
@media (max-width: 767px) {
  .order__form .form__label {
    width: 100%;
  }
}
.order__form .form__label a {
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 400px) {
  .order__form .form__label a {
    font-size: 10px;
  }
}
.order__form .form__label a:hover {
  text-decoration: none;
}
.order__form .form__input {
  display: block;
  width: 100%;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  box-sizing: border-box;
}
.order__form .btn {
  width: 45%;
  font-size: 16px;
  font-weight: 300;
  margin-left: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .order__form .btn {
    margin: 20px auto;
    width: 100%;
  }
}
.order__form .form__success {
  display: none;
  margin: 4px 0 0 auto;
  width: 45%;
  text-align: center;
  font-size: 14px;
  color: green;
}
.order__form .form__error {
  width: 45%;
  margin: 10px 0 0 auto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ff0000;
  display: block;
}
.order__hint {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 400px) {
  .order__hint {
    position: static;
    line-height: 12px;
  }
}

.steps {
  text-align: center;
}
.steps img {
  display: block;
  margin: auto;
  width: 100%;
}
.steps__title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .steps__title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .steps__title {
    font-size: 24px;
  }
}
.steps__list {
  display: flex;
  flex-wrap: wrap;
}
.steps__entry {
  position: relative;
  padding: 75px 10px 0;
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .steps__entry {
    width: 50%;
    margin: 0 0 20px;
  }
}
@media (max-width: 400px) {
  .steps__entry {
    width: 100%;
    font-size: 13px;
  }
}
.steps__entry:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 90%;
  width: 36px;
  height: 36px;
  background: url(../images/review_arr.png) center no-repeat;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .steps__entry:after {
    content: none;
  }
}
.steps__entry:last-child:after {
  content: none;
}
.steps__entry:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.steps__entry:first-child:before {
  background: url(../images/steps_01.png) center top no-repeat;
}
.steps__entry:nth-child(2):before {
  background: url(../images/steps_02.png) center top no-repeat;
}
.steps__entry:nth-child(3):before {
  background: url(../images/steps_03.png) center top no-repeat;
}
.steps__entry:nth-child(4):before {
  background: url(../images/steps_04.png) center top no-repeat;
}
.steps__entry:nth-child(5):before {
  background: url(../images/steps_05.png) center top no-repeat;
}

.gift {
  position: relative;
  padding: 40px 0 70px;
  text-align: center;
  background: #faba44;
}
.gift:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: url(../images/gift.jpg) center repeat-x;
}
.gift .gift__title {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .gift .gift__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.gift .gift__title strong {
  display: inline-block;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  border: 1px dashed #fff;
}
@media (max-width: 767px) {
  .gift .gift__title strong {
    display: inline;
    height: auto;
    padding: 0;
    line-height: 30px;
    border: none;
  }
}
.gift p {
  font-size: 19px;
}

.quest {
  position: relative;
  background: #10afd2;
  text-align: center;
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .quest {
    padding-bottom: 30px;
  }
}
.quest .banner__form {
  top: auto;
  bottom: -60px;
  width: 740px;
}
@media (max-width: 767px) {
  .quest .banner__form {
    width: auto;
    position: static;
    margin: 30px 10px 0;
    padding: 20px;
    border-radius: 15px;
  }
}
.quest .banner__form form {
  display: flex;
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .quest .banner__form form {
    flex-direction: column;
  }
}
.quest .banner__form .form__left {
  display: inline-block;
  vertical-align: top;
  width: 55%;
}
@media (max-width: 767px) {
  .quest .banner__form .form__left {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
.quest .banner__form .form__left a {
  font-size: 14px;
}
.quest .banner__form .form__error {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  text-align: center;
  color: red;
}
.quest .banner__form .form__error:first-letter {
  text-transform: uppercase;
}
.quest .banner__form .form__success {
  display: none;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  text-align: center;
  color: green;
}
.quest .banner__form .form__hint {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .quest .banner__form .form__hint {
    position: static;
    font-size: 12px;
    margin: 15px 0 0;
  }
}
.quest__title {
  color: #ffffff;
  margin: 0 0 80px;
  font-size: 30px;
  font-weight: 700;
}
.quest__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: -10px;
}
.quest__entry {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px 10px 60px;
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .quest__entry {
    width: calc(50% - 20px);
  }
}
.quest__entry:hover {
  z-index: 10;
}
.quest__entry:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  width: 27px;
  height: 27px;
  margin: auto;
  background: url(../images/20.png);
}
.quest__entry img {
  display: block;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.quest__entry .entry__title {
  display: inline;
  border-bottom: 1px dashed #fff;
}
.quest__entry .entry__title i {
  display: block;
  margin: 4px 0 0;
  font-size: 14px;
}
.quest__entry .entry__tooltip {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 100%;
  width: 350px;
  text-align: left;
  padding: 15px;
  color: #111111;
  background: #fcfdfd;
  border: 2px solid #abc8e2;
  border-radius: 4px;
}
.quest__entry .entry__tooltip strong {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
}
@media (max-width: 400px) {
  .quest__entry .entry__tooltip {
    width: 260px;
    font-size: 12px;
  }
}
@media (max-width: 1500px) {
  .quest__entry:nth-child(5) .entry__tooltip, .quest__entry:nth-child(10) .entry__tooltip {
    left: auto;
    right: 0;
    transform: translate(0);
  }
  .quest__entry:first-child .entry__tooltip, .quest__entry:nth-child(6) .entry__tooltip {
    right: auto;
    left: 0;
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .quest__entry:nth-child(even) .entry__tooltip {
    right: 0;
    left: auto;
    transform: translate(0);
  }
  .quest__entry:nth-child(odd) .entry__tooltip {
    right: auto;
    left: 0;
    transform: translate(0);
  }
}
.quest__hint {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.excursions__hint {
  font-weight: 700;
  margin-top: 10px;
}
.excursions__leftside {
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 390px;
  background: #10aed2;
  box-sizing: border-box;
}
.excursions__leftside .leftside__title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
.excursions__leftside .leftside__subtitle {
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.excursions__leftside .leftside__price {
  margin: 0 0 20px;
}
.excursions__leftside .leftside__price .price__title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  background: #c80060;
}
.excursions__leftside .leftside__price table {
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
}
.excursions__leftside .leftside__price table th {
  padding: 5px 3px;
  font-size: 12px;
  font-weight: normal;
  background: #f5f5f5;
  border-left: 1px solid #fff;
}
.excursions__leftside .leftside__price table th strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.excursions__leftside .leftside__price table th:first-child {
  border-left: none;
}
.excursions__leftside .leftside__price table td {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.excursions__leftside .leftside__price table td:first-child {
  border-left: none;
}
.excursions__leftside .leftside__price table tr:last-child td {
  border-bottom: none;
}
.excursions__leftside .leftside__img {
  display: block;
  width: 100%;
  margin-bottom: auto;
  border-radius: 30px;
}
.excursions__leftside .leftside__btn-container {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.excursions__leftside .leftside__btn-container .btn {
  flex-grow: 1;
  padding: 0 10px;
  font-size: 14px;
  margin: 0;
}
.excursions__leftside .leftside__btn-container .btn:first-child {
  margin-right: 10px;
}
.excursions__list {
  width: 770px;
  flex-grow: 1;
  padding: 20px;
  box-sizing: border-box;
  counter-reset: exc;
  background: #fafafa;
}
.excursions__entry {
  position: relative;
  margin: 10px 0 0;
  padding: 12px 20px;
  border: 1px solid #10aed2;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}
.excursions__entry:after {
  counter-increment: exc;
  content: counter(exc);
  position: absolute;
  left: 89%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 115px;
  font-weight: 700;
  font-size: 200px;
  line-height: 135px;
  color: #eae9e9;
  text-align: right;
}
.excursions__entry * {
  position: relative;
  z-index: 2;
}
.excursions__entry:first-child {
  margin: 0;
}
.excursions__entry[data-type=bus] .entry__title:after {
  width: 35px;
  height: 19px;
  background: url(../images/bus.svg) no-repeat;
  background-size: contain;
}
.excursions__entry[data-type=foot] .entry__title:after {
  width: 14px;
  height: 25px;
  background: url(../images/foot.svg) no-repeat;
  background-size: contain;
}
.excursions__entry[data-type=school] .entry__title:after {
  width: 25px;
  height: 25px;
  background: url(../images/school.svg) no-repeat;
  background-size: contain;
}
.excursions__entry .entry__title {
  position: relative;
  display: ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.excursions__entry .entry__title:after {
  content: "";
  margin: 0 0 0 10px;
}
.excursions__entry p {
  font-size: 12px;
  line-height: 20px;
}

#popup-abonements .popup__block {
  width: 400px;
  display: flex;
  flex-direction: column;
}

#popup-excursions .popup__block {
  width: 1100px;
  padding: 0;
  display: flex;
}
#popup-excursions .popup__prev,
#popup-excursions .popup__next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 40px;
}
#popup-excursions .popup__prev:before,
#popup-excursions .popup__next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 27px;
  height: 52px;
  background: url(../images/arr.svg);
}
#popup-excursions .popup__prev:hover,
#popup-excursions .popup__next:hover {
  opacity: 0.4;
}
#popup-excursions .popup__prev {
  left: -45px;
}
#popup-excursions .popup__prev:before {
  transform: scale(-1, 1);
}
#popup-excursions .popup__next {
  right: -45px;
}

.loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1120;
  background: rgba(255, 255, 255, 0.6);
}

.loading__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #662d91;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em #662d91, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em #662d91, -1.8em -1.8em 0 0em #662d91;
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em #662d91;
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em #662d91, 1.8em -1.8em 0 0em #662d91, 2.5em 0em 0 0em #662d91, 1.75em 1.75em 0 0em #662d91, 0em 2.5em 0 0em #662d91, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.htmlhidden {
  overflow: hidden;
}

.popup {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.popup .txt-input {
  border-color: #000;
  color: #000;
}

.popup__overlay {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 50px 0 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
}

.popup .popup__overlay > table {
  width: 100%;
  height: 100%;
}

.popup .popup__overlay > table > tbody > tr > td,
.popup .popup__overlay > table > tr > td {
  vertical-align: middle;
}

.popup__dark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 104;
}

.popup__block {
  position: relative;
  z-index: 105;
  margin: auto;
  margin-bottom: 50px;
  width: 600px;
  background: #fff;
  padding: 50px;
}

@media (max-width: 767px) {
  .popup {
    padding: 30px 0;
    box-sizing: border-box;
  }
}
.popup_vis {
  display: flex;
}
.popup__container {
  position: relative;
  width: 350px;
  padding: 30px 20px;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -15px;
  background: url(../images/close.png) center no-repeat;
}
.popup__title {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.popup .btn {
  width: 100%;
  margin: 20px 0;
}
.popup a:not(.btn) {
  font-size: 13px;
}
.popup .form__hint {
  margin: 10px 0 0;
  font-size: 13px;
}
.popup .form__success {
  display: none;
  margin: 20px 0 0;
  text-align: center;
  color: green;
}
.popup .form__error {
  margin: 20px 0 0;
  text-align: center;
  color: #f00;
  font-size: 14px;
}
.popup .form__error:first-letter {
  text-transform: uppercase;
}
.popup .form__error:empty {
  margin: 0;
}

.footer__top {
  background: #ecf8f9;
  border-top: 2px solid #a4c6d1;
}
.footer__top .block {
  display: flex;
  align-items: center;
  height: 120px;
}
.footer__top .btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer__top .btn {
    font-size: 0;
  }
  .footer__top .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/phone_white_22x22.svg) center no-repeat;
    pointer-events: none;
    background-size: 30px;
  }
}
@media (max-width: 400px) {
  .footer__top .btn {
    font-size: 19px;
    width: 100%;
  }
  .footer__top .btn:before {
    content: none;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  padding-left: 80px;
  background: url(../images/logo.png) left center no-repeat;
}
@media (max-width: 767px) {
  .footer__logo {
    flex: 0 0 240px;
    padding-left: 50px;
    font-size: 12px;
    background-size: auto 50px;
  }
}
@media (max-width: 400px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo strong {
  display: block;
  margin: 0 0 3px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .footer__logo strong {
    font-size: 16px;
  }
}
.footer__contacts {
  background: #e3f4f4;
}
.footer__contacts .block {
  display: flex;
  height: 145px;
  padding-top: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer__contacts .block {
    height: auto;
    flex-direction: column;
    padding: 20px;
  }
}
.footer__contacts .contacts__address {
  width: 400px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .footer__contacts .contacts__address {
    width: 100%;
    margin: 0 0 10px;
  }
}
.footer__phone {
  position: relative;
  margin: 0 0 0 60px;
  padding: 0 0 0 34px;
  background: url(../images/icon_phone_2.png) left 2px no-repeat;
}
@media (max-width: 767px) {
  .footer__phone {
    margin: 20px 0;
  }
}
.footer__phone .phone__lnk {
  display: block;
  margin: 0 0 2px;
  font-weight: 700;
  font-size: 19px;
}
.footer__phone .phone__mail {
  font-weight: 300;
  font-size: 17px;
}
.footer__time {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0 0 0 34px;
  background: url(../images/icon_time_2.png) left 2px no-repeat;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__time {
    margin: 0;
  }
}
.footer__policy {
  margin: 25px 0 0 auto;
  font-size: 19px;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px dashed;
}
.footer__policy:hover {
  color: #10afd2;
}
@media (max-width: 767px) {
  .footer__policy {
    margin: 10px auto 0 0;
  }
}
@media (max-width: 400px) {
  .footer__policy {
    font-size: 16px;
  }
}
.footer__bottom {
  background: #43add2; 
  color: #ffffff;
}
.footer__bottom .block {
  display: flex;
  padding: 10px;
}
@media (max-width: 767px) {
  .footer__bottom .block {
    flex-direction: column;
  }
}
.footer__copy, .footer__oferta {
  font-size: 10px;
}
.footer__oferta {
  margin-left: auto;
}

.form__label_error .form__input {
  border-color: #ff0000 !important;
}
.form__label_error a {
  color: #ff0000;
}

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