/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #f7f7f7;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #002d41;
  font-size: 14px;
  line-height: 1.45;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

textarea, button, input {
  -webkit-appearance: none;
  border-radius: 0;
}

.menu-area {
  display: none;
}

.leave-comment {
  cursor: pointer;
}

.leave-comment + .leave-comment-area {
  display: none;
}

.leave-comment span {
  text-decoration: underline;
}

.leave-comment i {
  color: #1fb25a;
}

.input, .select, .textarea {
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  color: #002d41;
  cursor: pointer;
}

button {
  outline: none;
}

hr {
  margin: 15px 0;
}

iframe {
  width: 100%;
  margin: 0 auto;
  display: block;
}

small {
  font-size: 11px;
}

label {
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 500;
  display: block;
  text-align: left;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

li {
  list-style-type: none;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 500;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 35px;
  margin: 0 0 10px;
}

h1 small, .h1 small {
  font-size: 26px;
}

h2, .h2 {
  font-size: 24px;
  margin: 0 0 22px;
}

h3, .h3 {
  font-size: 20px;
  margin: 0 0 14px;
  font-weight: 600;
}

h4, .h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 14px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  text-transform: uppercase;
}

h5 ol {
  margin-top: 10px;
}

h5 li {
  font-weight: 200;
}

strong, .strong {
  font-weight: 600;
}

.inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gray {
  color: #ddd;
}

.social h5 {
  margin-bottom: 15px;
}

.social a {
  font-size: 25px;
  padding: 0 5px;
}

.social .fa-vk {
  color: #4d76a0;
}

.social .fa-facebook {
  color: #3a5897;
}

.social .fa-youtube {
  color: #ff0000;
}

.social .fa-instagram {
  color: #fa2b81;
}

.ribbon {
  position: absolute;
  top: -21px;
  left: -15px;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 15px 3px;
  background: #ef0000;
}

.ribbon.dblue {
  background: #002d41;
}

.ribbon.dblue:before {
  background: rgba(0, 45, 65, 0.5);
}

.ribbon:before {
  width: 15px;
  height: 15px;
  background: rgba(239, 0, 0, 0.5);
  content: '';
  display: block;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 100%;
  left: 0px;
}

.menu-list {
  margin-top: 25px;
  margin-bottom: 50px;
}

.mt-l {
  margin-top: 50px;
}

.mb-m {
  margin-bottom: 30px;
}

.pr-l {
  padding-right: 50px;
}

.question-mark {
  background: url(/img/bg/question-mark.png) no-repeat right top;
  background-size: contain;
}

.exclamation-mark {
  background: url(/img/bg/exclamation-mark.png) no-repeat right top;
  background-size: contain;
}

.tour-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px !important;
}

.tour-icons + img {
  margin-bottom: 40px;
}

.tour-icons li {
  position: relative;
  padding-left: 30px !important;
  width: calc(33.333% - 20px);
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tour-icons li strong {
  font-size: 18px;
}

.tour-icons li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ccc;
  font-size: 20px;
}

.tour-icons li:before {
  display: none !important;
}

.tour-icons li span {
  display: block;
}

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

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}

.columns.align-center {
  allign-items: center;
}

.columns > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.columns > div.is-full {
  min-width: calc(100% - 20px);
}

.columns > div.is-third {
  min-width: calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.columns > div.is-half {
  min-width: calc(50% - 20px);
  width: calc(50% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.columns > div.is-fourth {
  min-width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  width: calc(25% - 20px);
}

.columns > div.auto {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.ir {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ir.with-icon .input {
  padding-left: 30px;
}

.ir.with-icon i {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
  color: #ddd;
}

.image {
  position: relative;
  cursor: pointer;
}

.image img {
  margin-bottom: 0 !important;
}

.image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.image .overlay small {
  color: #b4b4b4;
  display: block;
}

.input {
  font-size: 15px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd;
  outline: 0;
  background: #fff;
}

.textarea {
  font-size: 15px;
  width: 100%;
  min-height: 80px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  line-height: 1.1;
  outline: 0;
  background: #fff;
}

.error-field {
  border-color: #ef0000 !important;
}

.select {
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 15px;
  cursor: pointer;
  background: #fff;
  min-height: 22px;
  color: #9b9b9b;
  padding: 0 28px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  padding: 0 15px;
  background-color: #092a5e;
  font-size: 11px;
  font-weight: 500 !important;
  color: #fff !important;
  text-transform: uppercase;
  border: 0 !important;
  line-height: 32px;
  height: 32px;
  min-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.btn i {
  font-size: 12px;
  margin-left: 5px;
}

.btn.big {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.btn.border {
  color: #092a5e !important;
  border: 1px solid #092a5e !important;
  background: #fff;
}

.btn.border-orange {
  color: #faaf00 !important;
  border: 1px solid #faaf00 !important;
  background: none !important;
}

.btn.border-white {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: none !important;
}

.btn.long {
  min-width: 240px;
}

.btn.black {
  background: #000;
}

.btn.orange {
  background: #faaf00;
}

.btn.green {
  background: #1fb25a;
}

.btn.solid {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.btn.yellow {
  background: #FFE100;
  color: #002d41;
}

.btn.red {
  background: #f00001;
}

.btn.light-blue {
  background: #466d8b;
}

.fa-star {
  color: #faaf00;
}

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

.nowrap-links a {
  white-space: nowrap;
}

.content {
  margin-top: 25px;
}

.content p {
  margin-bottom: 15px;
}

.content iframe, .content img {
  width: 100%;
  margin: 0 0 20px;
  display: block;
}

.content iframe {
  max-width: 600px;
  margin: 0 auto 20px;
}

.content h2 {
  padding-top: 25px;
}

.content ul {
  margin-left: 15px;
}

.content ul li {
  position: relative;
  padding: 0 15px 15px;
}

.content ul li:before {
  position: absolute;
  left: -15px;
  top: -1px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 18px;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: 900;
  color: #fff195;
}

.content ol {
  counter-reset: a;
  list-style: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: default !important;
  margin-left: 15px;
}

.content ol li {
  position: relative;
  padding: 0 15px 15px;
}

.content ol li:before {
  content: counter(a);
  counter-increment: a;
  position: absolute;
  left: -15px;
  top: -2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #fff195));
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff195 0);
  background-image: -o-linear-gradient(left, transparent 50%, #fff195 0);
  background-image: linear-gradient(90deg, transparent 50%, #fff195 0);
  height: 25px;
  width: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-weight: 400;
}

.content a {
  color: #2576b4;
}

.content .all-link {
  margin-bottom: 15px;
  margin-left: 10px;
}

.content .all-link a {
  display: inline-block;
}

.content .all-link a:before {
  content: "\F111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  color: #000;
  font-size: 6px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.error-field + .error {
  display: block !important;
}

.error {
  position: absolute;
  right: -10px;
  bottom: -15px;
  z-index: 2;
  display: none;
  padding: 3px 5px;
  background: #ef0000;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
}

.badge {
  display: inline-block;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 13px;
  color: #fff;
  background: #ef0000;
  border: 1px solid #ef0000;
}

.round {
  border-radius: 50%;
  border: 4px solid #fff;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phone {
  text-align: right;
  color: #002d41;
  position: relative;
}

.phone .dropdown {
  right: 30px;
  width: 280px;
}

.phone .top {
  cursor: pointer;
}

.phone .top:hover .dropdown {
  display: block;
}

.phone .note {
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  position: relative;
  top: 2px;
  padding: 0 12px 0 3px;
  text-align: left;
}

.phone .fa-angle-down {
  line-height: 0;
  position: relative;
  bottom: -4px;
  left: -8px;
  font-size: 11px;
}

.phone i {
  color: #ddd;
  margin-right: 3px;
}

.phone .num {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
}

.phone .bottom {
  margin-top: 5px;
}

.phone .bottom a + a {
  margin-left: 20px;
}

.phone .bottom a span {
  color: #ef0000;
}

.dropdown {
  position: absolute;
  background: #ffffff;
  z-index: 999;
  border: 1px solid #ddeffb;
  padding: 20px 15px 0;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  display: none;
}

.dropdown .triangle {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 18;
  top: -26px;
}

.dropdown .list a {
  display: block;
  font-size: 23px;
  color: #000;
}

.dropdown .list + a {
  text-decoration: underline;
  color: #2576b4;
  margin: 10px 0;
  display: inline-block;
}

.dropdown .list + a + div {
  color: #999;
  font-size: 14px;
  text-transform: lowercase;
}

.dropdown .list + a + div + a {
  margin-top: 15px;
  margin-bottom: 10px;
}

nav li {
  position: relative;
}

nav li:hover .dropdown {
  display: block;
}

nav .dropdown {
  display: block;
  margin-top: 1px;
  left: -20px;
  border-top: 0;
  padding: 0;
  display: none;
}

nav .dropdown .list {
  text-align: left;
}

.rassrochka-img a {
  position: relative;
  display: block;
}

.rassrochka-img .btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.countr {
  width: 670px;
}

.countr > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countr .menu {
  min-width: 120px;
  width: 120px;
  border-right: 1px solid #ddeffb;
  display: block;
  padding: 20px;
}

.countr .menu ul {
  display: block;
  margin-top: -3px;
}

.countr .menu li {
  margin: 3px 0;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}

.countr .menu li.active {
  color: #01864d;
  border-bottom: 1px solid #01864d;
}

.countr .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 20px;
}

.countr .data .item {
  display: none;
}

.countr .data .item.active {
  display: block !important;
}

.countr .data ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 500px;
  -webkit-column-count: 3;
          column-count: 3;
}

.countr .data li {
  padding-left: 23px;
  position: relative;
}

.countr .data li i {
  height: 11px !important;
  width: 19px !important;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 15px;
  text-align: center;
}

.countr .data li a {
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  padding: 8px 0;
  font-weight: normal;
}

.countr .data a.all {
  font-size: 12px;
  color: #2576b4;
  padding: 0;
  margin-top: 15px;
}

.information {
  margin-bottom: 50px;
}

.information .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.information img {
  margin-bottom: 14px;
}

.about-list {
  padding: 100px  0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.with-left-icons.large-pad li {
  padding-left: 95px;
}

ul.with-left-icons li {
  padding: 0 0 15px 65px;
  position: relative;
  font-size: 18px;
}

ul.with-left-icons li span {
  font-weight: bold;
}

ul.with-left-icons li span .orange {
  color: #f26327;
}

ul.with-left-icons li em {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 27px;
  background: #ffffff;
  color: #f26327;
  width: 80px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
}

ul.with-left-icons li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 35px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

ul.with-left-icons + ul {
  margin-left: 40px;
}

ul.with-round-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  margin-left: 0;
}

ul.with-round-icons li {
  width: calc(25% - 50px);
  margin-right: 50px;
  margin-bottom: 30px;
  text-align: center;
}

ul.with-round-icons li:before {
  display: none;
}

.text-wrap {
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.slider {
  position: relative;
  z-index: 0;
  margin-top: -115px;
  max-width: 100%;
  overflow: hidden;
}

.slider .owl-dots {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  position: absolute;
  width: 100%;
}

.slider .owl-dots .owl-dot:before {
  border: solid 2px #fff;
  color: #fff;
}

.slider .slide {
  min-height: 480px;
}

.slider .slide .btn {
  line-height: 40px;
}

.slider button {
  margin-top: -25px;
}

.slider .container {
  padding: 190px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.slider .container .h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 33px;
}

.slider .h1 + div {
  margin: 20px 0;
  font-size: 20px;
}

.content:empty {
  display: none;
  margin: 0;
}

ul.two-columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.box-blogsubscribe {
  background-image: url(/img/bg/blog.jpg);
  background-size: cover;
  padding: 100px 0;
  background-size: cover;
  background-position: 50%  50%;
  color: #fff;
  text-align: center;
}

.box-blogsubscribe form {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  width: 100%;
}

.box-blogsubscribe h2 {
  color: #fff;
}

.box-blogsubscribe form {
  margin-top: 20px;
}

.box-new a {
  position: relative;
  display: block;
}

.box-new .btn {
  text-transform: none;
  height: 25px;
  line-height: 25px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 150px;
}

.box-new .btn i {
  font-size: 14px;
}

.box-new .text {
  position: absolute;
  background: #ef0000;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  left: 20px;
  bottom: 50px;
}

.box-new .text .title {
  -webkit-transform: translate(-50%, -50%) rotateZ(-10deg);
      -ms-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotateZ(-10deg);
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
}

.box-new .text i {
  position: absolute;
  top: -20px;
  right: 30px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #ef0000;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.box-new .text .in {
  position: relative;
  width: 100%;
  height: 100%;
}

.box-split {
  padding-bottom: 50px;
}

.box-split a {
  position: relative;
  display: block;
  color: #fff;
}

.box-split .text {
  position: absolute;
  top: 20px;
  left: 20px;
}

.box-split img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-split .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.box-split .title + div {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

.box-split .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  min-width: 190px;
}

.box-split .btn i {
  font-size: 16px;
}

.box-whengo {
  padding: 150px 0;
  background-image: url(/img/bg/kalendar.jpg);
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.box-whengo .block {
  position: relative;
  max-width: 450px;
  padding-left: 140px;
  margin: 0 auto;
}

.box-whengo .block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

.box-whengo h2 {
  color: #fff;
  text-transform: uppercase;
}

.box-whengo .h4 {
  color: #fff;
}

.box-logos {
  padding: 50px 0;
  background: #f4f4f5;
}

.box-logos .owl-carousel .owl-item img {
  width: auto;
  padding: 15px;
  max-width: 100%;
}

.box-logos .text {
  margin-top: 55px;
}

.box-logos .shaddow {
  display: block;
  position: relative;
  height: 100px;
  background: #fff;
  border-radius: 5px;
  font-size: 0;
  line-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.box-letters .h4 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #fff195));
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff195 0);
  background-image: -o-linear-gradient(left, transparent 50%, #fff195 0);
  background-image: linear-gradient(90deg, transparent 50%, #fff195 0);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
  left: -8px;
}

.box-letters .items {
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}

.box-letters .row + .h4 {
  margin-top: 15px;
}

.box-letters .row + .row {
  margin-top: 10px;
}

.box-mini-standup a {
  display: block;
  position: relative;
  color: #002d41;
  padding: 20px;
}

.box-mini-standup a .in {
  position: relative;
  z-index: 1;
  padding-left: 50%;
}

.box-mini-standup a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
}

.box-mini-standup a + a {
  margin-top: 20px;
}

.box-mini-standup a .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-weather-summary .columns .column {
  padding-right: 40px;
}

.box-weather-summary .row {
  font-size: 16px;
}

.box-weather-summary .row div + div {
  font-size: 16px;
}

.wi .weather-icon {
  height: 30px;
  width: auto !important;
  display: inline-block;
  margin: 0 5px !important;
  display: inline-block;
}

.img {
  position: relative;
  overflow: hidden;
}

.img img {
  margin: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

.img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.img .wi {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: right;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.box-whyus {
  background-image: url(/img/bg/advantages.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #ffffff;
  padding: 50px 0;
}

.box-whyus .title {
  color: #faaf00;
  font-weight: bold;
}

.box-whyus.with-list .items {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.box-whyus.with-list .items > div {
  position: relative;
  padding-left: 70px;
}

.box-whyus.with-list .items > div .icon {
  position: absolute;
  top: -3px;
  left: 0;
  width: 45px;
  height: 45px;
  min-width: 45px;
  line-height: 45px;
}

.box-whyus.with-list .items > div + div {
  margin-top: 15px;
}

.box-whyus.with-flex .icon {
  margin-bottom: 0;
  margin-right: 20px;
}

.box-whyus.with-flex .icon + .text {
  margin-top: 15px;
}

.box-whyus.with-flex .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-whyus.with-flex li {
  font-size: 12px;
}

.box-whyus .header {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #f26327;
}

.box-whyus .item {
  padding: 0 20px 20px 0;
}

.home-page .box-vid {
  padding: 50px 0;
  background: #f4f4f5;
}

.box-vid span {
  text-align: center;
  display: block;
  margin: 10px 0 0;
}

.box-green {
  background: #64b85f url(https://goldtravel.by/assets/img/pattern.png) repeat -20px -5px;
  padding: 20px;
}

.box-standup {
  padding: 30px 20px 30px;
  margin-bottom: 20px;
  background-color: #f9f6ed;
  -webkit-box-shadow: 0 2px 8px 0 #ddd;
          box-shadow: 0 2px 8px 0 #ddd;
  font-size: 16px;
}

.box-standup .note {
  font-size: 13px;
  margin-top: 5px;
}

.box-standup .card {
  border: 0;
  padding: 0;
}

.box-standup .card h5 {
  font-size: 19px;
}

.box-standup > h2 {
  padding-top: 0;
}

.x-things__number + span {
  padding-left: 20px;
}

.box-faq h5 {
  position: relative;
  padding-left: 40px;
}

.box-faq h5 i {
  position: absolute;
  top: -2px;
  left: 0;
  color: #ddd;
  font-size: 22px;
}

.box-advice h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.text-white {
  color: #fff;
}

.text-white h3, .text-white .h3 {
  color: #fff;
}

.note {
  color: rgba(0, 45, 65, 0.7);
}

.iam-box {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  margin-bottom: 20px;
}

.iam-box img {
  display: block;
  margin: 30px auto 10px;
}

.iam-box small {
  margin: 15px auto;
  text-align: center;
  display: block;
}

.box-blockquote {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 49px 30px 51px;
  margin: 43px 0 41px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.box-blockquote:after, .box-blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath fill='none' stroke='%23d9d9d9' stroke-miterlimit='10' d='M20.406 9.6L10 .8-.406 9.6'/%3E%3C/svg%3E") repeat-x;
}

.box-blockquote:after {
  bottom: 0;
}

.box-blockquote:before {
  top: 0;
}

.weather-cont {
  position: relative;
  padding-left: 90px;
}

.weather-cont .image {
  position: absolute;
  top: 0;
  left: 0;
}

.weather-cont .image img {
  width: 80px;
}

.weather-cont .status {
  font-weight: 700;
  padding-bottom: 2px;
}

.weather-cont .temp {
  font-size: 22px;
  line-height: 22px;
}

.weather-cont .temp span {
  font-size: 13px;
}

.weather-cont .temp.temp-night {
  color: #999;
}

.box-list .img .h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  padding: 0;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 10px 8px 10px;
  color: #002d41;
  background: rgba(255, 255, 255, 0.6);
}

.box-list .list {
  margin-top: 5px;
}

.box-list .list a {
  color: #2576b4;
  display: inline-block;
  margin: 0 7px 2px 0;
}

.box-with-info {
  overflow: hidden;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
}

.box-with-info img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-with-info .data {
  max-width: 390px;
  min-height: 300px;
  margin: 20px;
  padding: 20px 20px 15px;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.price-bars {
  margin-bottom: 50px;
}

.price-bars h2 {
  margin-bottom: 20px;
}

.price-bars .columns {
  margin-bottom: -10px;
}

.price-bars .price {
  min-width: 80px;
  max-width: 80px;
}

.price-bars .month {
  text-align: right;
  padding-right: 10px;
  max-width: 80px;
  min-width: 80px;
}

.price-bars .month + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 80px;
}

.price-bars .month + div .line {
  background: #faaf00;
  top: 0;
  left: 0;
  bottom: 0;
}

.price-bars .month + div .line .price {
  position: relative;
  left: 100%;
  margin-left: 5px;
}

.information-callback {
  background: #ffeeab;
  padding: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.information-callback img {
  min-width: 80px;
  min-height: 80px;
  margin-bottom: 0;
}

.information-helpfind {
  background: #fffee5;
  padding: 20px;
  text-align: center;
}

.information-helpfind .btn {
  width: 300px;
  max-width: 100%;
}

.findtour {
  padding: 20px;
  background: #fff195;
  position: relative;
}

.findtour .addon {
  text-align: center;
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.5);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.findtour .addon i {
  color: gray;
}

.findtour .addon span {
  color: #ef0000;
  font-size: 120%;
}

.findtour .info-text {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 107px;
  height: 108px;
  background: url(/img/icons/ribbon.png) no-repeat 50% 50%;
}

.findtour .info-text div {
  -webkit-transform: rotateZ(45deg) translate(-50%, -51%);
      -ms-transform: rotate(45deg) translate(-50%, -51%);
          transform: rotateZ(45deg) translate(-50%, -51%);
  color: #fff;
  text-shadow: 1px 1px 2px black, 0 0 3px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  line-height: 1.1;
  padding-top: 2px;
}

.findtour .info-text div span {
  display: block;
  font-size: 12px;
}

.findtour .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.findtour img {
  min-width: 120px;
  min-height: 120px;
  margin-bottom: 0;
}

.steps-nav {
  color: #444;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  border: 1px solid #ddd;
  border-bottom-color: #fff;
  overflow: hidden;
}

.steps-nav + form {
  padding: 20px;
  border: 1px solid #ddd;
  border: 1px solid #d7eefc;
  border-top: 0;
}

.steps-nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.steps-nav ul li {
  padding: 0;
  width: 33.333%;
}

.steps-nav ul li:before {
  display: none;
}

.steps-nav a {
  position: relative;
  outline: none;
  padding: 0 1.5em 0 2.75em;
  height: 3.5em;
  line-height: 3.5em;
  text-decoration: none;
  color: #5e5e5e;
  background: #ddd;
  width: 100%;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}

.steps-nav li:first-child a {
  padding-left: 1.75em;
}

.steps-nav a:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -2em;
  margin-right: 0;
  margin-top: -.125em;
  border-width: 2em 1em;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ddd;
}

.steps-nav a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -2em;
  margin-right: 0;
  margin-top: -.125em;
  border-width: 2em 1em;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ddd;
  margin-right: -1px;
  border-left-color: #aaa;
}

.steps-nav .counter {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5 !important;
  text-align: center;
  color: #cc2a18;
  border: 1px solid #cc2a18;
  border-radius: 10em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.steps-nav li.is-active a {
  padding-right: 3.5em;
  background: #fff;
  color: #3f9dcc;
  font-weight: bold;
  cursor: default;
}

.steps-nav li.is-active a:after {
  border-left-color: #fff;
}

.steps-nav li.is-active .counter {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.steps-content {
  background: #fff;
}

.steps-content .ir {
  margin-bottom: 20px;
}

.steps-content .step {
  display: none;
}

.steps-content .step.is-active {
  display: block;
}

header + .box-popular {
  margin-top: 50px;
}

.hero {
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero .form {
  background-color: rgba(112, 203, 244, 0.8);
  padding: 15px 0;
}

.hero .form .columns {
  position: relative;
  z-index: 1;
}

.hero .form .columns + .flex {
  margin-top: 10px;
  position: relative;
  z-index: 0;
}

.hero .form .columns + .flex > div {
  min-width: 100px;
  margin-right: 20px;
}

.hero .form .columns + .flex > div .drop {
  min-width: 160px;
}

.filter input[type="checkbox"] {
  display: none;
}

.pt0 {
  padding-top: 0 !important;
}

#tour-popup {
  overflow: visible !important;
  padding: 0 !important;
  width: 600px;
  max-width: calc(100% - 40px);
}

#tour-popup .findtour {
  padding: 20px;
}

#tour-popup .text-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.findtour {
  padding: 0 20px;
}

.findtour .columns {
  margin-bottom: 0;
}

.findtour .columns > div {
  margin-bottom: 0;
}

.findtour .columns > div + div {
  padding: 20px 0;
}

.findtour .addon, .findtour .h3 {
  margin-bottom: 0;
}

.collthing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.collthing .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

.collthing .fa-calculator {
  font-size: 60px;
  margin-right: 25px;
}

.collthing .fa-dollar-sign {
  position: absolute;
  margin: 16px 0 0 34px;
  color: orange;
  font-size: 20px;
  background: #ef0000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  -webkit-animation: circle-animation 1s infinite ease-in-out !important;
          animation: circle-animation 1s infinite ease-in-out !important;
}

.form {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  verflow-x: hidden;
}

.form .slider-area {
  padding-bottom: 15px;
}

.form .slider-area input {
  min-width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form .slider-area .flex {
  margin: 10px 0 15px;
}

.form .slider-area .split {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin: 0 5px;
}

.form .group {
  position: relative;
}

.form .drop {
  display: none;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  width: 100%;
}

.form .drop.opened {
  display: block;
}

.form .drop {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
}

.form .highlight {
  margin: 0;
  width: 100%;
}

.form .highlight li {
  padding-left: 10px;
  padding-right: 10px;
}

.form .highlight li:hover {
  background: #f2eddc;
}

.form .nights {
  padding-left: 20px;
}

.form .ppl .added div {
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
  position: relative;
  padding: 2px;
  margin-top: 10px;
}

.form .ppl .added div i {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

.form .ppl .highlight {
  display: none;
  margin-top: 10px;
}

.form .ppl .add-child {
  margin: 10px 0;
  font-size: 10px;
}

.form .ppl .add-child .btn {
  width: 100%;
}

.form ul {
  max-height: 150px;
  overflow: auto;
}

.form .list input[type=checkbox] {
  margin: 0 5px 0 0;
}

.form .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  white-space: nowrap;
}

.form .list .half-size li {
  max-width: 48%;
  min-width: 48%;
  display: inline-block;
}

.form .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  max-width: 1800px;
  margin: 0 auto;
}

.form .bg:before, .form .bg:after {
  width: 200px;
  height: 100%;
  position: absolute;
  content: '';
}

.form .bg:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.85)), color-stop(85%, rgba(255, 255, 255, 0.96)), color-stop(99%, white));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.96) 85%, white 99%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.96) 85%, white 99%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.96) 85%, white 99%);
}

.form .bg:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0.85)), color-stop(85%, rgba(255, 255, 255, 0.96)), color-stop(99%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.96) 85%, white 99%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.96) 85%, white 99%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.96) 85%, white 99%);
}

.form .btn {
  line-height: 32px;
}

.drop-with-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.daterangepicker {
  z-index: 111111;
}

.input-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.input-line .increment {
  margin-top: 0 !important;
}

.input-line > div + div {
  margin-left: 50px;
}

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

.increment .i {
  border: 0;
  background: none;
}

.increment span + i {
  margin-left: 5px;
}

.increment input {
  border: 0;
  text-align: center;
  outline: none;
  background: none;
  width: 25px;
  font-size: 16px;
}

.increment + .increment {
  margin-top: 10px;
}

.increment i {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #1fb25a;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}

.increment i.disabled {
  background: #ccc;
  opacity: .5;
  cursor: default;
}

.header-wrap {
  max-width: 600px;
  margin: 30px 0 30px;
  display: inline-block;
  padding: 15px 20px;
  background: -webkit-linear-gradient(50deg, rgba(0, 167, 230, 0.75), rgba(112, 203, 244, 0.75)) no-repeat;
  background: -o-linear-gradient(50deg, rgba(0, 167, 230, 0.75), rgba(112, 203, 244, 0.75)) no-repeat;
  background: linear-gradient(40deg, rgba(0, 167, 230, 0.75), rgba(112, 203, 244, 0.75)) no-repeat;
}

.header-wrap .intro {
  color: #fff;
  max-width: 600px;
  margin-top: 30px;
}

.meta h1 {
  color: #fff;
  font-size: 31px;
  line-height: 1;
  margin: 0;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav ul a {
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

nav ul a i {
  color: #ddd;
}

.nav-line {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.countries {
  padding: 10px 0;
  position: relative;
  z-index: 10;
}

.countries a {
  display: block;
}

.countries ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.countries li {
  font-size: 13px;
}

.no-line-calc .line-calc {
  display: none;
}

.line-calc {
  background: #fee375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding: 0 10px 0 20px;
  font-size: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.line-calc i.close {
  cursor: pointer;
  padding: 10px;
}

.top-line {
  padding: 20px 0;
  position: relative;
  z-index: 11;
}

.show-sticky {
  display: none;
}

.top-line.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 111;
  padding: 5px 0 5px;
  border-bottom: 1px solid #ddeffb;
}

.top-line.sticky .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-line.sticky .phone .top {
  margin-right: 10px;
}

.top-line.sticky .phone .note, .top-line.sticky .phone .fa-angle-down {
  display: none;
}

.top-line.sticky .num {
  font-size: 20px;
  padding-bottom: 5px;
}

.top-line.sticky .show-sticky {
  display: block;
}

.top-line.sticky .hide-sticky {
  display: none !important;
}

.top-line.sticky + .line-calc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 111;
}

.flag {
  display: inline-block;
  width: 23px;
  height: 14px;
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.flag-tailand {
  background-image: url(/img/flags/tailand.png);
}

.flag-kipr {
  background-image: url(/img/flags/kipr.png);
}

.flag-oae {
  background-image: url(/img/flags/oae.png);
}

.flag-bolgariya {
  background-image: url(/img/flags/bolgariya.png);
}

.flag-chernogoriya {
  background-image: url(/img/flags/chernogoriya.png);
}

.flag-dominikana {
  background-image: url(/img/flags/dominikana.png);
}

.flag-egipet {
  background-image: url(/img/flags/egipet.png);
}

.flag-greciya {
  background-image: url(/img/flags/greciya.png);
}

.flag-indiya {
  background-image: url(/img/flags/indiya.png);
}

.flag-kuba {
  background-image: url(/img/flags/kuba.png);
}

.flag-shri-lanka {
  background-image: url(/img/flags/shri-lanka.png);
}

.flag-tunis {
  background-image: url(/img/flags/tunis.png);
}

.flag-turciya {
  background-image: url(/img/flags/turciya.png);
}

.flag-vetnam {
  background-image: url(/img/flags/vetnam.png);
}

.flag-albaniya {
  background-image: url(/img/flags/albaniya.png);
}

.flag-gruziya {
  background-image: url(/img/flags/gruziya.png);
}

.flag-indoneziya {
  background-image: url(/img/flags/indoneziya.png);
}

.flag-ispaniya {
  background-image: url(/img/flags/ispaniya.png);
}

.flag-italiya {
  background-image: url(/img/flags/italiya.png);
}

.flag-kitaj {
  background-image: url(/img/flags/kitaj.png);
}

.flag-maldivy {
  background-image: url(/img/flags/maldivy.png);
}

.flag-marokko {
  background-image: url(/img/flags/marokko.png);
}

.flag-meksika {
  background-image: url(/img/flags/meksika.png);
}

.flag-portugaliya {
  background-image: url(/img/flags/portugaliya.png);
}

.flag-sejshely {
  background-image: url(/img/flags/sejshely.png);
}

.flag-sloveniya {
  background-image: url(/img/flags/sloveniya.png);
}

.flag-horvatiya {
  background-image: url(/img/flags/horvatiya.png);
}

.flag-chekhiya {
  background-image: url(/img/flags/chekhiya.png);
}

.advice-box {
  position: relative;
  padding: 20px 0;
}

.advice-box .item {
  height: 100%;
  position: relative;
  padding: 20px;
  text-align: center;
}

.advice-box .column:first-child .item {
  background: #fff195;
}

.advice-box .column:first-child .h2 {
  text-transform: uppercase;
  font-size: 18px;
}

.advice-box .column:first-child a {
  color: #002d41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.advice-box .container {
  position: relative;
}

.advice-box .container:before {
  position: absolute;
  top: 40px;
  z-index: 3;
  left: -203px;
  background: url(/img/icons/calculator-arrow.png) no-repeat 0 0;
  display: inline-block;
  height: 277px;
  width: 178px;
  content: '';
}

.advice-box .pro {
  overflow: hidden;
}

.advice-box .pro a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.advice-box .pro img {
  width: 50%;
  margin-right: 30px;
  max-width: 100px;
  margin-bottom: 0;
}

.advice-box .pro div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.advice-box .pro .btn {
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
}

.advice-box .pro span {
  display: block;
  margin-bottom: 5px;
}

.advice-box .pro span span {
  display: inline;
  font-size: 10px;
}

.advice-box .pro .a {
  color: #faaf00;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.advice-box .pro .badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 84px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: left;
}

footer {
  padding-top: 50px;
}

footer a {
  color: #70cbf4;
}

footer ul {
  margin-left: 20px;
  margin-top: 10px;
}

footer .copyright {
  border-top: 1px solid #ddd;
  margin-top: 50px;
  padding: 15px;
  text-align: center;
}

.tabs {
  margin-bottom: 20px;
}

.tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs ul li {
  background: #092a5e;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}

.tabs ul li.is-active a {
  background: #fff;
  color: #092a5e;
}

.tabs ul li.is-active a:after {
  display: none;
}

.tabs ul li i {
  margin-right: 5px;
}

.tabs ul li a {
  color: #ffffff;
  padding: 7px 20px;
  text-align: center;
  display: block;
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs ul li a:after {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 5px;
  bottom: 5px;
  border-right: 1px solid #fff;
}

.rel {
  position: relative;
}

.hot-links {
  min-width: 230px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 !important;
          flex: 0 !important;
  padding: 0 20px 0 0;
}

.hot-links .all {
  margin: 0 0 0 5px;
  display: block;
  text-decoration: underline;
  display: inline-block;
}

.hot-links .is-active {
  color: #64b85f;
}

.hot-links form {
  background: #f2eddc;
  padding-bottom: 0;
}

.hot-links .h6 {
  background-color: #f2eddc;
  padding: 0 20px;
}

.hot-links .h6 {
  color: #64b85f;
}

.hot-links .h6 .active {
  padding-left: 28px;
  margin-top: 4px;
  font-size: 12px;
  color: #777;
  font-weight: normal;
  display: none;
}

.hot-links .h6 i {
  margin-right: 4px;
  width: 20px;
}

.hot-links .filters {
  margin-top: 25px;
  background: #fbf9f2;
}

.hot-links .filters .h6 {
  padding: 8px 8px;
  text-transform: none;
  font-size: 16px;
  background: #f2eddc;
  position: relative;
  cursor: pointer;
}

.hot-links .filters .h6.opened {
  border-bottom: 1px solid #fff;
}

.hot-links .filters .h6.opened:after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  border-bottom: 1px solid #fff;
  border-left: 0;
  right: 1px;
  width: 8px;
}

.hot-links .filters .h6.opened + ul {
  display: none;
}

.hot-links .filters .h6:after {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #fff;
  padding-left: 5px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
}

.hot-links .filters .filter {
  background: #fbf9f2;
  padding: 7px 0;
}

.hot-links .filters .filter li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 8px;
  border-bottom: 0;
}

.hot-links .filters .filter li i {
  font-size: 12px;
  margin-right: 3px;
}

.hot-links .filters .filter li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hot-links .filters .filter li input {
  margin-right: 5px;
}

.hot-links .filters .filter li input[type=checkbox]:checked + span i {
  display: none;
}

.hot-links ul {
  background: #f2eddc;
  padding: 0;
}

.hot-links ul li {
  border-bottom: 1px solid #fff;
  position: relative;
}

.hot-links ul a {
  display: block;
}

.hot-links ul.icons li {
  text-transform: uppercase;
  font-weight: bold;
}

.hot-links ul.icons a {
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 38px;
  font-weight: 500;
}

.hot-links ul.icons a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  font-size: 15px;
  padding-right: 5px;
  border-right: 1px solid #fff;
  height: 30px;
  width: 24px;
  text-align: center;
  line-height: 30px;
}

.hot-links ul.icons a:after {
  display: none !important;
}

.hot-links ul.icons small {
  text-transform: lowercase;
  font-weight: normal;
  display: block;
  margin-top: -4px;
}

.hot-links ul.countries li {
  text-transform: uppercase;
  font-weight: bold;
}

.hot-links ul.countries li a {
  padding: 6px 10px 6px 20px;
  font-size: 11px;
  display: block;
  font-weight: 600;
  position: relative;
}

.hot-links ul.countries li a span {
  color: #ef0000;
  float: right;
  padding-left: 5px;
  text-transform: lowercase;
  font-weight: normal;
}

.hot-links ul.countries li a:after {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid #fff;
  padding-right: 5px;
  height: 12px;
  font-size: 8px;
  line-height: 12px;
}

.hot-links .btn {
  margin: 20px 20px 0;
  display: block;
  min-width: auto;
  width: calc(100% - 40px);
}

.box-popular {
  margin-bottom: 20px;
}

.box-popular h2 {
  text-align: center;
}

.box-popular .column {
  min-width: calc(25% - 20px);
}

.box-popular a {
  position: relative;
  display: block;
}

.box-popular .a {
  position: relative;
}

.box-popular .a .osen {
  color: orange;
}

.box-popular .a .leto {
  color: red;
}

.box-popular .a .zima {
  color: #092a5e;
}

.box-popular .a .vesna {
  color: green;
}

.box-popular .a a {
  color: #002d41;
}

.box-popular .a .list a {
  font-size: 14px;
}

.box-popular img {
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.box-popular .bottom {
  font-size: 24px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 6px 10px 10px 10px;
  color: #002d41;
  background: rgba(255, 255, 255, 0.6);
}

.box-popular .btn {
  text-transform: lowercase;
  text-align: center;
  position: relative;
}

.box-popular .btn i {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.box-calendar .a {
  padding: 10px;
}

.box-calendar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-calendar .bottom {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.popup .subtitle {
  margin-bottom: 30px;
}

.popup .ir {
  margin-bottom: 15px;
}

.popup .popup-content {
  text-align: center;
}

.viber {
  background: #dbf2fc;
  padding: 20px 0;
  color: #092a5e;
}

.viber .container {
  position: relative;
}

.viber .container:after {
  background: url(/img/icons/viber-arrow.png) no-repeat;
  position: absolute;
  width: 222px;
  height: 214px;
  right: -230px;
  top: -160px;
  content: "";
}

.viber ul {
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.viber li {
  position: relative;
  padding-left: 15px;
}

.viber li:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 10px;
}

.viber h2 {
  color: #092a5e;
  nargin-top: 20px;
}

.viber .padded {
  position: relative;
  padding-left: 100px;
  min-height: 165px;
}

.viber .padded img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.viber .padded img:last-child {
  position: absolute;
  bottom: -20px;
  right: 20px;
  height: 250px;
}

.contacts {
  background: #092a5e;
  color: #ffffff;
  padding: 40px 0;
}

.contacts .container {
  max-width: 900px;
}

.contacts .columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts .column {
  padding-left: 100px;
  position: relative;
}

.contacts .column .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #70cbf4;
}

.contacts .text {
  color: #70cbf4;
  margin: 5px 0 10px;
}

.contacts .num a {
  color: #fff;
  display: block;
  font-size: 25px;
  line-height: 1.3;
}

.contacts .btn {
  border: 1px solid #fff !important;
}

.contacts .phone {
  text-align: center;
  margin-bottom: 10px;
}

.contacts .phone + div {
  text-align: center;
}

.more-phone-list {
  display: none;
}

.more-phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.more-phone-link.opened i:before {
  content: '\f106';
}

.more-phone-link.opened + .more-phone-list {
  display: block;
}

.more-phone-link i {
  color: #ddd;
  margin-left: 2px;
  font-size: 15px;
  position: relative;
  top: 1px;
  padding: 5px;
  cursor: pointer;
}

.subscribe {
  background: #143b6e;
  color: #fff;
  padding: 30px 0;
}

.subscribe .columns + div {
  margin-top: 5px;
}

.subscribe label {
  font-size: 25px !important;
  white-space: nowrap;
}

.breadcrumb {
  padding: 15px 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:after {
  content: '/';
  margin: 0 5px;
  color: #ddd;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a, .breadcrumb span {
  color: #9b9b9b;
  display: inline-block;
  font-size: 13px;
}

.temperature-box text {
  font-size: 12px;
}

.temperature-box p .day {
  display: inline-block;
  background: #f5f5f5;
  font-weight: 700;
  padding: 0 7px;
  margin-right: 7px;
}

.temperature-box p .water {
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.5' height='17.6' viewBox='0 0 38.5 17.6'%3E%3Cpath fill='none' stroke='%23C0E8F9' stroke-width='2' stroke-miterlimit='10' d='M0 1c4.812 0 4.812 4.6 9.624 4.6 4.81 0 4.81-4.6 9.62-4.6 4.814 0 4.814 4.6 9.628 4.6S33.687 1 38.5 1M0 6.5c4.812 0 4.812 4.6 9.624 4.6 4.81 0 4.81-4.6 9.62-4.6 4.814 0 4.814 4.6 9.628 4.6s4.814-4.6 9.627-4.6M0 12c4.812 0 4.812 4.6 9.624 4.6 4.81 0 4.81-4.6 9.62-4.6 4.814 0 4.814 4.6 9.628 4.6S33.687 12 38.5 12'/%3E%3C/svg%3E") center left no-repeat;
  padding: 0 7px;
}

.temperature-box .bg .describe .descr {
  min-height: 22px;
}

.temperature-box .describe {
  min-width: 200px;
  max-width: 200px;
}

.temperature-box .describe .descr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 45px;
  position: relative;
  font-weight: bold;
  text-align: left;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.temperature-box .describe .descr i {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 22px;
}

.temperature-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e3eff8;
  border-left: 0;
  border-top: 0;
  color: #082a5e;
  margin: 0;
}

.temperature-box ul.nobb {
  border-bottom: 0;
}

.temperature-box ul.bg {
  background: #e3eff8;
}

.temperature-box ul li {
  width: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #e3eff8;
  border-right: 0;
  border-bottom: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
  padding: 0 !important;
}

.temperature-box ul li div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.temperature-box ul li div.night, .temperature-box ul li div.water {
  color: rgba(99, 99, 99, 0.7);
}

.temperature-box ul li div + div {
  border-top: 1px solid #e3eff8;
}

.temperature-box ul li .name span {
  display: none;
}

.temperature-box ul li:before {
  display: none;
}

.chart {
  background: white;
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.box {
  margin-bottom: 50px;
}

.box-404 {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 200px 0 280px;
}

.box-404 .h3 {
  margin-bottom: 40px;
}

.box-404 .btn {
  margin-top: 20px;
}

.box-share {
  margin-bottom: 20px;
  margin-left: auto;
}

.box-share ul {
  margin-left: 0;
}

.box-share ul li {
  padding: 0;
}

.box-share ul li:before {
  display: none;
}

.rassrochka {
  color: #ff1d6b;
  padding-left: 30px;
  position: relative;
}

.rassrochka:before {
  content: '';
  background: url(/img/icons/wallet.png);
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  background-size: cover;
  top: 12px;
  left: 0;
}

.box-map {
  position: relative;
  margin-top: -115px;
  z-index: -1;
  text-align: center;
  width: 100%;
}

.box-map .mainphone {
  font-size: 24px;
  color: #002d41;
  border-bottom: 0;
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.box-map .mainphone + .mainphone {
  font-size: 20px;
  font-weight: 500;
}

.box-map a {
  color: #2576b4;
  border-bottom: 1px solid rgba(46, 107, 169, 0.3);
}

.box-map h1 {
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.box-map h3 {
  font-weight: 500;
}

.box-map .map-info {
  width: 100%;
  max-width: 960px;
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.box-map .map-info strong {
  color: #002d41;
}

.box-map .map-info .inside {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 100;
}

.box-map .map-info .column div {
  color: #777;
  margin-bottom: 15px;
}

.map-inline {
  width: 100%;
  height: 400px;
}

.map {
  width: 100%;
  height: 700px;
  position: relative;
}

.tour-results {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.tour-results iframe {
  max-width: 100%;
}

.logo {
  max-width: 180px;
  position: relative;
  z-index: 100;
}

.logo img {
  width: 100%;
  display: block;
}

.promo {
  border: 1px dashed #000;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
}

.promo .flower {
  background: url(/img/flower.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

.promo .palm {
  background: url(/img/palm.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

.card {
  border: 1px solid #ddeffb;
  padding: 20px;
}

.card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card hr {
  margin-right: -20px;
  margin-left: -20px;
  height: 1px;
  background: #ddeffb;
  border: 0;
}

.card + .card {
  margin-top: 20px;
}

.popover-weather {
  padding: 5px 10px 10px;
  background: #fff;
  width: 140px;
  position: relative;
  padding-left: 40px;
  font-size: 10px;
  line-height: 1.2;
}

.popover-weather img {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 40px;
  height: auto;
}

.popover-weather i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ddd;
  font-size: 20px;
  width: 40px;
  height: 40px;
}

.popover-weather .title {
  font-weight: bold;
  color: #555;
}

.popover-weather .temp {
  font-size: 18px;
  color: #333;
}

.popover-weather .water {
  color: blue;
}

.popover .close {
  position: absolute;
  top: 5px;
  right: 5px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  padding: 10px;
}

.owl-nav button i {
  font-size: 20px;
}

.owl-nav button.owl-prev {
  left: 20px;
}

.owl-nav button.owl-next {
  right: 20px;
}

.owl-wrap {
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  padding: 20px 20px 0;
}

.owl-wrap .owl-stage-outer {
  overflow: visible !important;
}

.owl-item:not(.active) .shaddow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-dots .owl-dot {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.owl-dots .owl-dot.active:before {
  background: #0056ad;
}

.owl-dots .owl-dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: solid 2px #0056ad;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  border-radius: 50%;
}

.shaddow {
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.meta {
  margin-bottom: 15px;
}

.meta .fa-calendar-alt {
  margin-left: 20px;
}

.stick-it {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  padding: 30px 0 50px;
  margin: 0;
}

.blog-columns .hot-links, .country-columns .hot-links {
  padding-right: 0;
}

.filter-links-colntrol {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ddeffb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none;
}

.filter-links-colntrol .operate {
  margin-left: auto;
}

.filter-links-colntrol .filter {
  margin-right: 15px;
}

.filter-links-colntrol.opened .operate:before {
  content: '\f077';
}

.filter-links-colntrol.opened + .data {
  display: block;
}

.share-links {
  width: 40px;
  max-width: 40px;
}

.share-links small {
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 10px;
  display: block;
}

.share-links .ya-share2__item {
  margin-top: 10px !important;
}

.tags {
  margin-bottom: 10px;
}

.tags a {
  background-color: #9d9d9d;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  margin-right: 7px;
  margin-bottom: 7px;
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 2px 8px;
  text-decoration: none;
}

figure {
  position: relative;
}

figure figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  background-color: #9d9d9d;
  padding: 2px 8px;
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.load-more {
  margin-top: 50px;
}

.box-news + .box-news {
  margin-top: 20px;
}

.box-news .owl-wrap {
  padding-bottom: 20px !important;
}

.box-news .details {
  padding: 20px;
  position: relative;
}

.box-news .views {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ddd;
}

.box-news .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-news .item {
  height: 100%;
}

.box-news .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-news .text {
  margin-bottom: 10px;
}

.box-news .link {
  margin-top: auto;
  color: #faaf00;
}

.box-news h3 {
  color: #70cbf4;
}

.box-podbor {
  background: #fff195;
  position: relative;
}

.box-podbor a {
  position: relative;
  z-index: 10;
}

.box-podbor h2 {
  position: relative;
  z-index: 3;
}

.box-podbor:before {
  content: '';
  display: none;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(27, 157, 211, 0.7)), to(rgba(27, 157, 211, 0)));
  background-image: -webkit-linear-gradient(right, rgba(27, 157, 211, 0.7), rgba(27, 157, 211, 0));
  background-image: -o-linear-gradient(right, rgba(27, 157, 211, 0.7), rgba(27, 157, 211, 0));
  background-image: linear-gradient(to left, rgba(27, 157, 211, 0.7), rgba(27, 157, 211, 0));
  background-image: url(/img/bg/callback-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.box-podbor .container {
  padding: 50px 20px;
  height: 100%;
  position: relative;
  background-image: url(/img/bg/callback-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.box-podbor .container:before {
  content: '';
  display: block;
  height: 100%;
  background: url(/img/bg/callback-manager.png) no-repeat right top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.box-warantee .container {
  overflow: hidden;
}

.box-warantee .icon {
  border: 1px solid #faaf00 !important;
  color: #faaf00;
  margin: 0 auto 20px;
}

.box-team {
  background: url(/img/bg/company.jpg) no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.box-team i {
  font-size: 80px;
  color: #faaf00;
  margin: 20px 0 40px;
}

.box-team .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.box-team h2 {
  color: #fff;
}

.box-reviews {
  background: #f4f4f5;
  padding: 50px 0;
}

.box-reviews.with-bg {
  background: #e2e4e1;
  position: relative;
  margin-bottom: 0;
}

.box-reviews.with-bg:before {
  position: absolute;
  width: 100%;
  height: 513px;
  content: '';
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(85%, rgba(226, 228, 225, 0.9)), to(#e2e4e1));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(226, 228, 225, 0.9) 85%, #e2e4e1 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(226, 228, 225, 0.9) 85%, #e2e4e1 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(226, 228, 225, 0.9) 85%, #e2e4e1 100%);
}

.box-reviews.with-bg .bg {
  height: 513px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
}

.box-reviews.with-bg h2 {
  font-size: 32px;
  font-weight: normal !important;
  padding: 100px 0 300px;
  position: relative;
  z-index: 2;
}

.box-reviews .owl-wrap + .text-center {
  margin-top: 50px;
}

.box-reviews .item {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  backgorund: #fff;
}

.box-reviews .item img {
  height: 100%;
  width: auto;
}

.box-reviews .details {
  width: 250px;
  padding: 10px 15px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.box-reviews .details .name {
  font-size: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.box-reviews .details .added {
  font-size: 12px;
  color: #93979b;
  line-height: 18px;
}

.box-reviews .details .text {
  position: relative;
  padding-top: 15px;
  margin-top: 13px;
  margin-bottom: 10px;
}

.box-reviews .details .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 2px;
  background-color: #2b3641;
}

.box-reviews .details a {
  color: #faaf00;
  margin-top: auto;
}

.box-reviews-list {
  background: none;
  padding: 0;
}

.box-reviews-list .details {
  width: 100%;
}

.box-reviews-list .item {
  height: auto;
}

.box-reviews-list .item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-reviews-list .item img {
  max-width: 200px;
  height: auto;
  margin-right: 20px;
}

.box-reviews-list .item + .item {
  margin-top: 20px;
}

.swingable .item:hover .icon i {
  -webkit-animation: swing-animation 1s;
          animation: swing-animation 1s;
}

.icon {
  font-size: 25px;
  border: 1px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
}

.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
}

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px !important;
  position: relative;
  top: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  padding: 0 !important;
  margin: 0 3px;
}

.pagination li.active {
  color: #faaf00;
}

.pagination li .page-link {
  padding: 5px;
  display: block;
}

.pagination li .page-link[rel=next], .pagination li .page-link[rel=prev] {
  color: #092a5e;
  border: solid 1px #092a5e;
  width: 32px;
  height: 32px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  padding: 0;
}

.pagination li:before {
  display: none !important;
}

@-webkit-keyframes swing-animation {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) scale(1.2);
            transform: rotate3d(0, 0, 1, 20deg) scale(1.2);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg) scale(1.15);
            transform: rotate3d(0, 0, 1, -15deg) scale(1.15);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 7deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 7deg) scale(1.1);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg) scale(1.05);
            transform: rotate3d(0, 0, 1, -7deg) scale(1.05);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
}

@keyframes swing-animation {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) scale(1.2);
            transform: rotate3d(0, 0, 1, 20deg) scale(1.2);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg) scale(1.15);
            transform: rotate3d(0, 0, 1, -15deg) scale(1.15);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 7deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 7deg) scale(1.1);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg) scale(1.05);
            transform: rotate3d(0, 0, 1, -7deg) scale(1.05);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
}

@-webkit-keyframes circle-animation {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50%, to {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes circle-animation {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
            transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
            transform: rotate(25deg) scale(1) skew(1deg);
  }
  50%, to {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.fancybox-caption__body .name {
  font-size: 18px;
}

.fancybox-caption__body .added {
  font-size: 12px;
  margin: 5px 0;
}

.fancybox-caption__body .text {
  font-size: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.svg-calLoader {
  width: 230px;
  height: 230px;
  -webkit-transform-origin: 115px 115px;
      -ms-transform-origin: 115px 115px;
          transform-origin: 115px 115px;
  -webkit-animation: 1.4s linear infinite loader-spin;
          animation: 1.4s linear infinite loader-spin;
}

.cal-loader__plane {
  fill: #FFA500;
}

.cal-loader__path {
  stroke: #FFFFFF;
  -webkit-animation: 1.4s ease-in-out infinite loader-path;
          animation: 1.4s ease-in-out infinite loader-path;
}

@-webkit-keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

.sider .owl-nav i {
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
}

.show-sm {
  display: none;
}

.show-xxs {
  display: none;
}

.hideme {
  display: none !important;
}

.showme {
  display: block !important;
}

.podbor i {
  color: #ef0000;
  display: none;
}

li.podbor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
}

.pulsate {
  -webkit-animation: pulsate 1.5s infinite alternate;
          animation: pulsate 1.5s infinite alternate;
}

.box-countries .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-countries img {
  margin-bottom: 5px;
}

.box-countries a {
  margin: 0 20px 20px 0;
  max-width: 100px;
  text-align: center;
}

.box-rassrochka-bron small {
  display: inline-block;
  line-height: 1.6;
}

.box-rassrochka-bron ul {
  text-align: left;
  margin-bottom: 30px;
}

.box-rassrochka-bron ul li {
  font-size: 14px;
  padding-bottom: 2px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-base .noUi-connect {
  background-color: #1fb25a;
}

.noUi-base .noUi-handle {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19);
  width: 16px;
  height: 16px;
  left: -8px;
  right: -8px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.noUi-base .noUi-handle:before, .noUi-base .noUi-handle:after {
  display: none;
}

.daterangepicker .drp-buttons {
  display: none !important;
}

.daterangepicker, .start-date, .end-date {
  border-radius: 0 !important;
}

.price {
  color: #e30514;
  font-weight: bold;
}

.found-items {
  color: #787878;
}

.found-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #d7eefc;
  padding: 20px 20px 15px;
}

.found-items .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.found-items .text a {
  text-decoration: underline;
}

.found-items .text .line {
  border-top: 2px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.found-items .title {
  color: #2576b4;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}

.found-items .when {
  color: #1f1f1f;
  font-size: 15px;
}

.found-items .image {
  margin-right: 20px;
  max-width: 150px;
  width: 100%;
}

.found-items .image small {
  color: #6c6c6c;
  text-decoration: underline;
  display: inline-block;
  padding-top: 5px;
}

.found-items .price {
  font-size: 19px;
  margin-top: 5px;
}

.rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rates > div {
  padding: 3px 5px;
  cursor: pointer;
}

.rates > div.active {
  background: #ffeeab;
}

.select-holder {
  position: relative;
}

.search-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.search-history span {
  font-size: 11px;
}

.search-history .container {
  width: 100%;
}

.search-history .col {
  position: relative;
  display: none;
}

.search-history .col:nth-of-type(4), .search-history .col:nth-of-type(2), .search-history .col:nth-of-type(3) {
  display: block;
}

.search-history .title i {
  color: red;
  margin-right: 5px;
}

.search-history .title a {
  text-decoration: underline;
}

.search-history .item {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px -1px #aaa;
          box-shadow: 0 1px 2px -1px #aaa;
  padding: 10px;
}

.search-history .item .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  color: gray;
}

.search-history .columns {
  width: calc(100% + 20px);
}

.search-history .columns > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc((100% - 170px) / 3 - 20px);
  margin-right: 20px;
}

.search-history .columns > div.info {
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.found-items .finder {
  width: 30px;
  height: 30px;
  display: block;
  background: url(/img/icons/finder.png) no-repeat 50% 50%;
}

.found-items .yoursave i {
  color: pink;
  font-size: 40px;
}

.found-items .yoursave .h4 {
  max-width: 400px;
}

.found-items .when {
  font-weight: bold;
  margin: 10px 0;
}

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

.found-items .up .c1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.found-items .down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.found-items .down .price {
  text-align: center;
}

.found-items .amenities i {
  background: #599f54;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 9px;
}

.found-items .amenities i + i {
  margin-left: 3px;
}

.found-items .down .price span {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 3px;
}

.found-items .down .price .button {
  display: inline-block;
  background: #ffad2d;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffad2d), to(#ff970c));
  background: -webkit-linear-gradient(bottom, #ffad2d, #ff970c);
  background: -o-linear-gradient(bottom, #ffad2d, #ff970c);
  background: linear-gradient(to top, #ffad2d, #ff970c);
  border-radius: 40px;
  position: relative;
  -webkit-box-shadow: 0 0px 0px 1px #de8547;
          box-shadow: 0 0px 0px 1px #de8547;
  border: 2px solid #ffbd56;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  padding: 3px 10px;
}

.found-items .stars {
  margin-left: 5px;
  font-size: 12px;
}

.found-items .stars i + i {
  margin-left: 2px;
}

.found-items .progress {
  height: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0 2px #eaeaea;
          box-shadow: inset 0 0px 0 2px #eaeaea;
}

.progress-cont img {
  width: auto !important;
  margin: 0 auto;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #e52529;
  border: solid 2px #e52529;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.progress-bar.active {
  opacity: 1;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 52%, rgba(255, 255, 255, 0.15) 52%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 52%, rgba(255, 255, 255, 0.15) 52%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 52%, rgba(255, 255, 255, 0.15) 52%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 12px 12px;
}

.progress-hint {
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
}

.progress-hint span {
  display: block;
  text-align: center;
}

.progress-hint .p-percent {
  color: #f17132;
  font-size: 30px;
}

.t-arr-cont {
  text-align: center;
  vertical-align: top;
  height: 15px;
}

.t-arr-cont > div {
  background: url(/img/icons/t-arr.png) no-repeat 50% 50%;
  width: 23px;
  height: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.progress-pin-cont {
  text-align: center;
  vertical-align: top;
  height: 36px;
}

.progress-pin {
  width: 36px;
  height: 36px;
  line-height: 38px;
  background-color: #574da5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #312782;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
}

.progress-pin img {
  margin-top: 5px;
}

.progress-value {
  position: absolute;
  top: -7px;
}

.progress-cont {
  position: relative;
  z-index: 1;
}

.found-items .information-callback {
  margin-bottom: 20px;
  background: #ffde5c;
}

.found-items .information-callback .h3 {
  color: #000;
}

.found-items .yoursave {
  border: 1px solid #d7eefc;
  margin-bottom: 20px;
}

.found-items .yoursave .columns {
  margin-bottom: -40px;
}

.found-items .border {
  border: 1px solid #d7eefc;
  margin-bottom: 20px;
  padding: 20px;
}

.found-items .border .h3 {
  color: #000;
}

.ics {
  text-align: center;
}

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

.ics-its .ic {
  margin: 10px 10px 10px;
  width: calc(33.333% - 20px);
}

.ics-its .ic i {
  display: block;
  font-size: 35px;
  margin-bottom: 10px;
  color: #ffad2d;
}

.ics-its.ics-its-green i {
  color: #599f54;
}

.yoursave {
  border: 1px solid #f4f4f5;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.yoursave .columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yoursave .columns > div {
  max-width: 300px;
}

.yoursave i {
  font-size: 40px;
  color: pink;
}

.yoursave .h4 {
  text-transform: none;
  max-width: 400px;
}

.drop {
  display: none;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 !important;
  max-height: 200px;
  overflow: auto;
  z-index: 2;
}

.drop.opened {
  display: block;
}

.drop li {
  display: block;
  padding: 5px 10px !important;
  cursor: pointer;
}

.drop ul {
  margin-left: 0;
}

.drop ul li:hover {
  background: #fbf9f2;
}

.drop ul li:before {
  display: none;
}

.act-control-center .act-control {
  float: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.act-control {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.act-control .share {
  position: relative;
}

.act-control .share .dropdown {
  width: 170px;
  padding: 5px 10px 10px;
  right: -10px;
}

.act-control .share .triangle {
  top: -11px;
}

.act-control .share:hover .dropdown {
  display: block;
}

.act-control > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #73afdc;
  font-size: 13px;
  cursor: pointer;
  position: relative;
}

.act-control > div:hover .dropdown {
  display: block;
}

.act-control > div .dropdown {
  padding-bottom: 20px;
  top: 25px;
  width: 150px;
  right: 0;
}

.act-control > div + div {
  margin-left: 30px;
}

.act-control > div > span {
  color: #73afdc;
  margin-left: 5px;
}

.top-control {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-control .status {
  color: #000;
  margin-top: 10px;
  text-align: center;
}

.top-control .city {
  padding: 5px 10px;
}

.top-control .city span {
  border-bottom: 1px dotted;
  margin-left: 5px;
}

.top-control .city i {
  color: #c2c2c2;
  position: relative;
  top: 3px;
  left: 5px;
}

.top-control > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-control > div + div {
  margin-left: auto;
}

.top-control .controls .ddown-trgger {
  position: relative;
}

.top-control .controls .ddown-trgger:hover {
  background: #fffee5;
}

.top-control .controls .ddown-trgger:hover .ddown {
  display: block;
}

.top-control .controls > div {
  border-left: 1px solid #e8e8e8;
  color: #c2c2c2;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}

.top-control .controls > div .ddown {
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fffee5;
  width: 200px;
  padding: 15px;
  position: absolute;
  top: 30px;
  display: none;
  font-size: 12px;
  z-index: 111;
  line-height: 1.25;
}

.top-control .controls > div .ddown .ir {
  margin-bottom: 10px;
}

.top-control .controls > div .ddown .tabform {
  text-align: left;
}

.top-control .controls > div .ddown .note {
  margin-bottom: 8px;
}

.top-control .controls > div .ddown .myform-act {
  text-align: left;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-control .controls > div .ddown .myform-act .btn {
  min-width: 70px;
  margin-left: auto;
}

.top-control .controls > div .ddown .myform-act .a {
  text-decoration: underline;
}

.top-control .controls > div .ddown .myform-act .a + .a {
  martin-top: 5px;
}

.top-control .controls > div .ddown.w1 {
  left: 0;
}

.top-control .controls > div .ddown.w2 {
  left: -40px;
}

.top-control .controls > div .ddown.w3 {
  left: -80px;
}

.top-control .controls .lc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0 10px;
  color: #393939;
  width: 120px;
}

.top-control .controls .lc i {
  color: #ef0000;
}

.top-control .controls .lc span {
  white-space: nowrap;
  font-size: 10px;
  border-bottom: 1px dotted #393939;
  line-height: 1;
  margin-left: 5px;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  padding-right: 50px;
}

.input-icon > i {
  position: absolute;
  color: #ccc;
  right: 9px;
  top: 9px;
}

.like-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-holder {
  margin-right: 10px;
}

.c-rating button {
  display: inline-block;
  float: left;
  width: 1.25em;
  height: 1.25em;
  border: 0;
  text-indent: -9999px;
  outline: none;
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
  cursor: pointer;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.c-rating button:hover {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}

.c-rating button:hover ~ button {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}

.c-rating:hover button {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22grey%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}

.c-rating[data-rating-value="0"] button:nth-child(-n+0) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.25"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.25"] button:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.75"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.75"] button:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.25"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.25"] button:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.75"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.75"] button:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.25"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.25"] button:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.75"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.75"] button:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.25"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.25"] button:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.75"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.75"] button:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.25"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.25"] button:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.75"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.75"] button:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating--small {
  font-size: 50%;
}

.c-rating--big {
  font-size: 150%;
}

@-webkit-keyframes pulsate {
  0% {
    color: #ff1d6b;
  }
  100% {
    color: #002d41;
  }
}

@keyframes pulsate {
  0% {
    color: #ff1d6b;
  }
  100% {
    color: #002d41;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 36px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 36px 0;
  }
  to {
    background-position: 0 0;
  }
}

@media only screen and (max-width: 1700px) {
  .viber .container:after, .advice-box:before {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .phone .num {
    font-size: 21px;
    line-height: 25px;
  }
  .share-links small {
    margin-left: -10px;
    white-space: nowrap;
  }
  header .top-line .column:last-child {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .rassrochka:before {
    top: 8px;
  }
  #l-menu {
    display: none;
  }
  nav ul a {
    font-size: 12px;
  }
  header .top-line.sticky .btn.border {
    display: none;
  }
  header .top-line.sticky a + a {
    display: none;
  }
  .viber .padded img:last-child {
    height: 200px;
  }
  .subscribe {
    text-align: center;
  }
  .subscribe form {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscribe label {
    text-align: center;
    white-space: normal;
  }
  .subscribe .columns > div.auto {
    min-width: calc(100% - 20px);
  }
  .subscribe .columns + div {
    margin-top: 20px;
  }
  .columns > div.md-is-full {
    min-width: calc(100% - 20px);
  }
  .columns > div.md-is-half {
    min-width: calc(50% - 20px);
  }
  .advice-box .pro img {
    max-width: 80px;
    margin-right: 20px;
  }
  .advice-box .column:first-child .h2 {
    font-size: 14px !important;
  }
  .collthing .fa-calculator {
    font-size: 50px;
  }
  li.podbor {
    padding-left: 0;
  }
  nav ul a {
    font-size: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .top-line {
    padding: 10px 0;
  }
  .box-split .column {
    min-width: calc(100% - 20px);
  }
  .box-split .column .title {
    font-size: 25px;
  }
  .box-split .column img {
    min-height: 200px;
  }
  .rassrochka:before {
    top: -3px;
  }
  .filter-links-colntrol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-links-colntrol + .data {
    display: none;
  }
  .hot-filter-links {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
    padding-right: 20px !important;
  }
  .hot-filter-links h6 .active {
    display: block;
  }
  .hot-filter-links .iam-box {
    display: none !important;
  }
  .hero .bg:before, .hero .bg:after {
    display: none;
  }
  .home-page .slider {
    margin-bottom: 0;
  }
  .home-page .ipa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-page .countries {
    display: block;
    margin-top: 20px;
    border-top: 0;
  }
  .home-page .countries li {
    width: 25%;
  }
  .blog-columns .hot-links {
    padding-right: 20px;
  }
  .slider {
    margin-top: 0;
  }
  .about-list {
    padding: 50px 20px;
    background-image: url(/img/bg/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .box-map .mainphone {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  .podbor i {
    display: inline-block;
  }
  .top-line {
    border-bottom: 1px solid #ddeffb;
  }
  .countries {
    display: none;
  }
  .form + .container {
    width: 100%;
  }
  .form .columns > div {
    min-width: calc(100% - 20px);
    margin-bottom: 10px;
    padding-right: 0;
  }
  .form .toggle {
    display: none !important;
  }
  .form .columns {
    margin-bottom: 0;
  }
  .l-menu {
    display: none !important;
  }
  .contacts .phone + div > div {
    min-width: 100%;
    margin: 0;
  }
  .contacts .column {
    padding-left: 70px;
  }
  .contacts .column .icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    line-height: 50px;
  }
  .hero {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero .bg:not(.yesbg) {
    background: none !important;
  }
  .header-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: none;
    padding: 15px 0 5px;
  }
  h1, .h1 {
    font-size: 24px;
  }
  .menu-area {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 1003;
    overflow: hidden;
  }
  .menu-area .return-panel {
    width: 40px;
    min-height: 100vh;
    background: rgba(97, 97, 97, 0.8);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 10px;
    text-align: center;
  }
  .menu-area .return-panel i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
  }
  .menu-area .menu-panel {
    width: calc(100% - 40px);
    background: #fff;
  }
  .menu-area .menu-panel .details {
    overflow: auto;
    max-height: calc(100% - 40px);
  }
  .menu-area .menu-panel .msg {
    margin-top: 15px;
    display: none;
  }
  .menu-area .menu-panel .ir {
    margin: 10px 0 15px;
  }
  .menu-area .menu-panel input[type=submit] {
    width: 100%;
  }
  .menu-area .menu-panel .head {
    background: #ddeffb;
    padding: 13px 10px 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-area .menu-panel .head .close {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
  }
  .menu-area .menu-panel .mainphone {
    font-size: 20px;
    font-weight: bold;
    display: block;
  }
  .menu-area .menu-panel .item, .menu-area .menu-panel .msg {
    padding: 15px 20px;
  }
  .menu-area .menu-panel .item + .item, .menu-area .menu-panel .item + .msg, .menu-area .menu-panel .msg + .item, .menu-area .menu-panel .msg + .msg {
    border-top: 1px solid #ddeffb;
    display: none;
  }
  .menu-area .menu-panel .callback {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dashed;
    color: #2576b4;
  }
  .menu-area .menu-panel ul li {
    padding: 15px 20px;
    cursor: pointer;
    border-top: 1px solid #ddeffb;
  }
  .menu-area .menu-panel ul li:last-child {
    border-bottom: 1px solid #ddeffb;
  }
  .menu-area .menu-panel ul + ul {
    display: none;
  }
  .menu-area .menu-panel ul + ul + ul li i {
    color: #ddd;
    margin-right: 5px;
  }
  .show-sm {
    display: block;
  }
  header .mobi-stuff {
    text-align: right;
  }
  header .mobi-stuff i {
    font-size: 20px;
  }
  header .mobi-stuff i.fa-phone {
    color: #f5464b;
    -webkit-animation: circle-animation 1s infinite ease-in-out !important;
            animation: circle-animation 1s infinite ease-in-out !important;
  }
  header .mobi-stuff i.fa-phone:hover {
    color: #002d41;
  }
  header .mobi-stuff #menu {
    padding: 10px;
    margin-right: -10px;
    margin-left: 15px;
    cursor: pointer;
  }
  header .nav-line {
    display: none;
  }
  header .top-line .column:nth-child(2) {
    display: none;
  }
  header .top-line .column:nth-child(3) .phone {
    display: none;
  }
  header .top-line .column:nth-child(3) .mobi {
    display: block;
  }
  header .box-map {
    margin-top: 0;
  }
  header .countries {
    border-top: 1px solid #ddeffb;
  }
  header .countries ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .countries li {
    width: 25%;
    margin-bottom: 10px;
  }
  header .countries li:last-child {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  header .countries li:last-child a {
    text-decoration: underline;
    color: #8e8e8e;
  }
  .temperature-box {
    font-size: 10px;
  }
  .temperature-box text {
    font-size: 18px;
    -webkit-transform: translate(-7px, -3px);
        -ms-transform: translate(-7px, -3px);
            transform: translate(-7px, -3px);
  }
  .temperature-box .describe {
    min-width: 40px;
    max-width: 40px;
  }
  .hide-sm {
    display: none;
  }
  .tour-icons li {
    width: calc(50% - 20px);
  }
  .viber {
    padding-bottom: 0;
  }
  .viber .padded img:last-child {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .iam-box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .box-blockquote {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .hot-links {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    min-width: 100%;
  }
  footer ul {
    margin-left: 0;
  }
  .columns > div.sm-is-half {
    min-width: calc(50% - 20px);
  }
  .columns > div.sm-is-full {
    min-width: calc(100% - 20px);
  }
  .columns > div.sm-is-third {
    min-width: calc(33.333% - 20px);
  }
  .box-weather-summary .columns .column {
    padding-right: 0;
  }
  .advice-box .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advice-box .column:first-child {
    min-width: calc(100% - 20px);
  }
  .findtour .info-text {
    display: none;
  }
  .findtour .h2 br {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  .act-control {
    float: none;
    padding-bottom: 0;
  }
  .found-items .image {
    max-width: 100px;
  }
  .contacts .columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contacts .phone {
    text-align: left;
  }
  .contacts .phone .num {
    line-height: 1;
    padding-bottom: 0;
  }
  .contacts .phone + div {
    text-align: left;
    margin-bottom: 10px;
  }
  .contacts .text-center {
    text-align: left;
  }
  .contacts .container {
    max-width: 400px;
  }
  .contacts .column {
    min-width: calc(100% - 20px) !important;
  }
  .about-list {
    display: block;
    background-image: url(/img/bg/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .about-list ul.with-left-icons + ul {
    margin-top: 30px;
    margin-left: 30px;
  }
  .about-list ul.with-left-icons + ul i {
    left: -15px;
  }
  .box-map {
    margin-bottom: 0 !important;
  }
  .box-map .map-info {
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .map-info .column {
    min-width: calc(100% - 20px);
  }
  .tabs ul li a {
    font-size: 10px;
    padding: 7px 5px;
  }
  ul.with-round-icons li {
    width: calc(50% - 50px) !important;
  }
  .columns > div.xs-is-half {
    min-width: calc(50% - 20px);
  }
  .columns > div.xs-is-full {
    min-width: calc(100% - 20px);
  }
  .box-whengo {
    padding: 50px 0;
  }
  .box-whengo .block {
    text-align: center;
    padding-left: 0;
  }
  .box-whengo .block img {
    position: static;
    margin-bottom: 20px;
    width: 80px;
  }
  .advice-box .column {
    display: none;
  }
  .advice-box .column:first-child {
    display: block;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  .rassrochka-img a {
    text-align: center;
  }
  .rassrochka-img .btn {
    margin: 0 auto;
    position: static;
  }
  .menu-area .menu-panel .head {
    padding: 5px 10px 5px 20px;
  }
  .line-calc {
    height: 50px;
  }
  .home-page .countries li {
    width: 50%;
  }
  .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
  }
  .box-letters .items {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
  .information-callback img {
    min-width: 50px;
    min-height: 50px;
    margin-top: -10px;
  }
  .information .h3 {
    font-size: 14px;
  }
  .information .columns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information .columns .columns {
    margin-left: -70px;
  }
  .logo {
    max-width: 160px;
  }
  .blog-columns .item {
    min-width: 100%;
    margin-right: 0;
  }
  .top-line {
    padding: 5px 0;
  }
  .box-whyus .item {
    padding: 0 20px 20px;
  }
  ul.with-round-icons {
    margin-right: -20px;
  }
  ul.with-round-icons li {
    width: calc(50% - 20px) !important;
    margin-right: 20px;
    padding: 0;
  }
  .findtour .h2, .findtour .h3 {
    font-size: 16px;
  }
  .weather-cont {
    padding-left: 60px;
  }
  .weather-cont .image img {
    width: 50px;
  }
  figure figcaption {
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }
  .box-podbor {
    text-align: center;
  }
  .viber {
    text-align: center;
  }
  .viber li {
    display: inline-block;
  }
  .viber .padded {
    padding-left: 0;
  }
  .viber .padded img:first-child {
    position: static;
    display: inline-block;
    margin-bottom: 20px;
  }
  .viber .padded img:last-child {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
  }
  .box-blogsubscribe form {
    padding: 0;
  }
  .tabs ul a .show-xxs {
    display: inline-block;
  }
  .hide-xxs {
    display: none;
  }
  .show-xxs {
    display: block;
  }
  ul.two-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .box-reviews.with-bg .bg {
    height: 400px;
  }
  .box-reviews.with-bg h2 {
    padding: 0 0 200px;
  }
  .box-reviews-list .details {
    padding: 10px 0 0;
  }
  .box-reviews-list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-reviews-list .item img {
    max-width: 100%;
  }
  .box-letters .items {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .box-podbor .container:before {
    display: none;
  }
  .box-whyus .column {
    text-align: center;
  }
  .box-whyus .icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .columns > div.xxs-is-full {
    min-width: calc(100% - 20px);
  }
  .columns > div.xxs-is-half {
    min-width: calc(50% - 20px);
  }
  footer .columns > div {
    min-width: calc(100% - 20px);
  }
  footer .columns > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .columns > div li {
    margin: 0 10px 5px 0;
  }
  .ics-its .ic {
    width: calc(50% - 20px);
  }
  .steps h3, .steps .h3 {
    font-size: 14px;
  }
  .steps .step .columns > div {
    min-width: calc(100% - 20px);
  }
  .steps .step .btn {
    width: 100%;
  }
  .findtour .addon {
    display: none;
  }
  .findtour .h3 {
    display: none;
  }
  .information-callback form {
    padding-top: 10px;
  }
  .information-callback form .columns > div {
    min-width: calc(100% - 20px);
  }
  .information-callback form .btn {
    width: 100%;
  }
  .findtour img {
    min-width: 50px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 400px) {
  .contacts .num a {
    font-size: 20px;
  }
  .box-letters .items {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .findtour .h2 {
    margin-bottom: 2px;
  }
  .findtour img {
    min-width: 80px;
    min-height: 80px;
  }
  .findtour .text p {
    display: none;
  }
  .tabs ul li i {
    display: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .box-letters .items {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .box-map h1 {
    margin-bottom: 20px;
  }
  .top-line .column:nth-child(3) {
    position: absolute;
    top: 12px;
    right: -7px;
  }
  .card .card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card .box-share {
    width: 100%;
  }
  .box-advice h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-advice .x-things__number {
    margin: 0 0 10px;
  }
  .box-advice .x-things__number + span {
    padding-left: 0;
  }
  .tour-icons li {
    width: calc(100% - 20px);
  }
  .column {
    min-width: calc(100% - 20px) !important;
  }
  .share-links {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .share-links .box-share {
    margin-bottom: 0;
  }
  .share-links small {
    margin-left: 0;
    margin-bottom: 0;
  }
  .share-links small br {
    display: none;
  }
  .share-links .stick-it {
    padding: 0;
    position: static;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .line-calc {
    display: none !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .box-whengo h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .box-whengo .h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
