/* Start:/local/templates/main/css/slick.css?17178628031345*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* End */

/* Start:/local/templates/main/css/main.css?173972338697001*/
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,
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%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  color: #000;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: salt on;
}
h1,
.h1 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
  padding: 0;
  font-size: 35px;
  line-height: 40px;
  color: #242424;
  text-decoration: none;
}
h2,
.h2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  color: #242424;
  text-decoration: none;
}
h3,
.h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #242424;
  text-decoration: none;
}
h4,
.h4 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #242424;
  text-decoration: none;
}
p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #242424;
}
ul,
ol {
  margin: 0 0 20px 20px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #242424;
}
strong {
  font-weight: 700;
}
a,
a:link,
a:hover,
a:visited {
  color: #000;
}
ul.oneColumn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.oneColumn li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
ul.twoColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.twoColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
}
ul.twoColumns li:nth-child(2n) {
  margin: 0 0 20px;
}
ul.threeColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.threeColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  height: auto;
  margin: 0 1.5% 20px 0;
  padding: 0;
}
ul.threeColumns li:nth-child(3n) {
  margin: 0 0 20px;
}
ul.fourColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.fourColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  height: auto;
  margin: 0 1.333% 20px 0;
  padding: 0;
}
ul.fourColumns li:nth-child(4n) {
  margin: 0 0 20px;
}
ul.fiveColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.fiveColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 19%;
  height: auto;
  margin: 0 1.25% 20px 0;
  padding: 0;
}
ul.fiveColumns li:nth-child(5n) {
  margin: 0 0 20px;
}
ul.sixColumns {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.sixColumns li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 15.5%;
  height: auto;
  margin: 0 1.4% 20px 0;
  padding: 0;
}
ul.sixColumns li:nth-child(6n) {
  margin: 0 0 20px;
}
.wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.wrapper.admin {
  padding-top: 40px;
}
.dumb {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  padding-top: env(safe-area-inset-top);
}
.wrap {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0 5%;
}
.flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.top {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  padding-top: calc(20px + env(safe-area-inset-top));
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#00000000',GradientType=0);
  z-index: 99;
}
.wrapper.admin .top {
  top: 40px;
}
.top.white {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
}
.top .logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -4px;
  width: calc(17% - 10px);
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.top .logo img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0;
  padding: 0;
}
.top .nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(73% - 10px);
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: right;
}
.top .nav ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top .nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 18px;
  padding: 0;
}
.top .nav ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 0;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}
.top.white .nav ul li a {
  color: #000;
}
.top .nav ul li a .searchIcon {
  position: relative;
  display: block;
  width: 24px;
  height: auto;
  margin: 0;
  padding: 0;
}
.top .menuTop {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(73% - 10px);
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
}
.top .menuTop ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top .menuTop ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.top .menuTop ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 5px;
  color: #242424;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.top .menuTop ul li a:hover,
.top .menuTop ul li a.active {
  background: #f25b5b;
  color: #fff;
}
.top .searchForm {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(73% - 60px);
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: right;
}
.top .favouritesIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.top .favouritesIcon img {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  padding: 0;
}
.top .favouritesIconOld {
  margin-right: 20px;
}
.top .favouritesIcon .num {
  position: absolute;
  top: -6px;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  background: #f25b5b;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.top .searchForm form {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  border-radius: 50px;
}
.top .searchForm form ul.fourColumns li {
  box-sizing: border-box;
  margin-bottom: 0;
  text-align: center;
}
.top .searchForm ul.fourColumns li {
  width: 26%;
}
.top .searchForm ul.fourColumns li:nth-child(3n) {
  border: 0;
}
.top .searchForm ul.fourColumns li:nth-child(4n) {
  width: 18%;
  border: 0;
}
.top .searchForm form .icon {
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 10px;
  vertical-align: middle;
  width: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 9;
}
.top .searchForm form .icon img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.top .searchForm form input[type="text"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
  height: auto;
  margin: 0;
  padding: 8px 15px 8px 30px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
  background: #efefef;
  color: #000;
}
.top .searchForm form input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}
.top .searchForm form input[type="text"]::-ms-input-placeholder {
  color: #000;
}
.top .searchForm form select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 15px 8px 30px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #efefef
    url(/local/templates/main/css/../images/icons/icon.angle.down.svg) right
    12px top 12px no-repeat;
  background-size: 15px;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
}
.top .searchForm form button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.top .searchForm form button:hover {
  width: 105%;
}
.top .user {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
}
.top .user a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}
.top .exitLink {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 0 5px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
}
.top .exitLink img {
  width: 12px;
}
.top.white .user a {
  color: #000;
}
.top .user a.exitLink {
  opacity: 0.7;
}
.top .user img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.top .user .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efefef;
  border-radius: 12px;
  z-index: 2;
}
.top .user .icon img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.top .burger {
  position: relative;
  display: none;
  vertical-align: middle;
  width: 35px;
  height: auto;
  margin: 0 0 0 5px;
  padding: 0;
  cursor: pointer;
}
.top .burger img {
  position: relative;
  display: block;
  top: -1px;
  width: 24px;
  height: auto;
  margin: 0 0 0 auto;
  padding: 0;
}
.top .burger.active img {
  transform: rotateZ(180deg);
}
.top.white .menuTop {
  text-align: left;
}
.top.white .nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 0 20px;
  padding: 10px 15px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: left;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.top.white .nav:hover {
  padding: 10px 18px;
}
.top.white .nav img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 20px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
.header {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-top: calc(110px + env(safe-area-inset-top));
}
.headerBlog {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
}
.header .breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  list-style-type: none;
}
.header .breadcrumbs li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.header .breadcrumbs li a {
  color: #999;
  text-decoration: none;
}
.header .utils,
.headerBlog .utils {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 5%;
  bottom: 0;
  width: auto;
  height: auto;
  margin: 0 0 0 5px;
  text-align: right;
  padding: 0;
}
.headerBlog .utils {
  right: 0;
}
.header .utils .favourites,
.share,
.headerBlog .utils .favourites {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 0 10px;
  padding: 0;
}
.header .utils .share,
.headerBlog .utils .share {
  border-radius: 6px;
  border: 1px solid #f25b5b;
}
.author .share {
  position: absolute;
  right: 0;
  top: -2px;
  border-radius: 6px;
  border: 1px solid #f25b5b;
}
.header .favourites img {
  position: relative;
  display: block;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0;
}
.header .statusBlock,
.headerBlog .statusBlock {
  position: relative;
  display: block;
  width: calc(100% - 65px);
  height: auto;
  max-height: 23px;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}
.header .statusBlock .item,
.headerBlog .statusBlock .item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 10px 3px 0;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
  color: #242424;
  border: 1px solid #999;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.header .statusBlock a.item:hover,
.headerBlog .statusBlock a.item:hover {
  border: 1px solid #e73c3c;
  background: #e73c3c;
  color: #fff;
}
.header .statusBlock .item.bgred,
.headerBlog .statusBlock .item.bgred {
  border: 1px solid #e73c3c;
  background: #e73c3c;
  color: #fff;
}
.header .statusBlock .item img,
.headerBlog .statusBlock .item img,
.headerBlog .statusBlock .item svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 10px;
  margin-top: 0;
  border-radius: 0;
}
.header .statusBlock a.item:hover svg path {
  fill: #fff;
}
.subMenuTabs {
  position: fixed;
  display: block;
  left: 0;
  top: 77px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  text-align: right;
  background: #f25b5b;
  z-index: 9;
}
.subMenuTabs a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 0 3%;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.subMenuTabs a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.hero {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden;
}
.hero .image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
.hero ul.twoColumns li .image {
  border-radius: 12px 0 0 12px;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(1) .image {
  border-radius: 0;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(2) .image {
  border-radius: 0 12px 0 0;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(3) .image {
  border-radius: 0;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(4) .image {
  border-radius: 0 0 12px 0;
}
.hero .image img,
.hero .image picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.hero .image.aspect img,
.hero .image.aspect picture {
  aspect-ratio: 1 / 0.824;
}
.hero ul.twoColumns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 4px);
  left: -2px;
  overflow: hidden;
}
.hero ul.twoColumns li {
  width: 49.5%;
  margin: 0 auto 1%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.hero ul.twoColumns li:hover {
  opacity: 0.9;
}
.hero ul.twoColumns li img,
.hero ul.twoColumns li picture {
  opacity: 0;
}
.hero ul.twoColumns li ul.twoColumns li {
  width: 48.7%;
  display: none;
}
.hero ul.twoColumns li ul.twoColumns li img,
.hero ul.twoColumns li ul.twoColumns li picture {
  width: 86.8%;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(1) {
  display: inline-block;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(2) {
  display: inline-block;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(3) {
  display: inline-block;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(4) {
  display: inline-block;
}
.hero ul.twoColumns li ul.twoColumns li:nth-child(4) a:after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  content: "Все фото";
  display: block;
  width: 100px;
  height: 32px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  padding: 5px 15px;
  border-radius: 12px;
  background: #f25b5b
    url(/local/templates/main/images/icons/icon.grid3.white.svg) right 15px
    center no-repeat;
  background-size: 20px;
}
.hero ul.twoColumns li ul.twoColumns li .image {
  border-radius: 12px;
}
.cardInfo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cardInfo .wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 90%;
  height: auto;
  margin: 0 5%;
  padding: 0;
}
.cardInfo .main {
  position: relative;
  display: block;
  width: calc(75% - 20px);
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
}
.cardInfo .main .shortDesc {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cardInfo .main .quickParams {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(60% - 60px);
  height: auto;
  margin: 20px 20px 40px 0;
  padding: 10px 20px;
  border-radius: 12px;
  background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
  -webkit-background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
  -moz-background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
  -ms-background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
}
.cardInfo .main .quickParams ul.threeColumns {
  position: relative;
  display: block;
  width: 95%;
  height: auto;
  margin: 0;
  padding: 20px 0 20px 5%;
  list-style-type: none;
}
.cardInfo .main .quickParams ul.threeColumns li {
  vertical-align: middle;
  margin-bottom: 0;
}
.cardInfo .main .quickParams ul.threeColumns li p {
  margin-bottom: 0;
}
.cardInfo .wrap .sidebar {
  position: relative;
  display: block;
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cardInfo .main .partnerInfo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  height: auto;
  margin: 0 0 25px;
  padding: 0;
}
.cardInfo .main .partnerInfo .userpic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #efefef;
  border-radius: 14px;
}
.cardInfo .main .partnerInfo .userpic img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 14px;
}
.cardInfo .main .partnerInfo .caption {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 90px);
  height: auto;
  margin: 0;
  padding: 5px 0;
}
.cardInfo .main .partnerInfo .caption .name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}
.cardInfo .main .partnerInfo .caption .position {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #999;
}
.cardInfo .main .partnerInfo .caption .stats {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.cardInfo .main .partnerInfo .caption ul.stats {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  list-style-type: none;
}
.cardInfo .main .partnerInfo .caption ul.stats li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.cardInfo .main .partnerInfo .caption ul.stats li img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: auto;
  height: auto;
  margin: 0 2px 0 0;
  padding: 0;
}
.cardInfo .main .partnerInfo .caption ul.stats li .link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
ul.tourProgramm.oneColumn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  list-style-type: none;
}
ul.tourProgramm.oneColumn li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #e2e4ec;
}
ul.tourProgramm.oneColumn li ul {
  margin: 0;
}
ul.tourProgramm.oneColumn li ul li {
  border: 0;
  border-radius: 0;
  margin: 0 0 15px;
}
ul.tourProgramm li .head {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  padding: 13px 20px;
  cursor: pointer;
}
ul.tourProgramm li .head .day {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
}
.tourProgramm li .head .title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #00131b;
}
.tourProgramm li .content {
  position: relative;
  display: none;
  vertical-align: middle;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 20px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #00131b;
}
.tourProgramm li.active .content {
  display: block;
}
.tourProgramm li .content img {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 20px;
  padding: 0;
}
.attentionBlock {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 10px 0;
}
.attentionBlock .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -10px;
  width: 120px;
  height: auto;
  margin: 0;
  padding: 0;
}
.attentionBlock .icon img {
  position: relative;
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.attentionBlock .caption {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 130px);
  height: auto;
  margin: 0;
  padding: 0;
}
.attentionBlock .caption p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  color: #9e9e9e;
}
ul.fourColumns.tourGallery {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
ul.fourColumns.tourGallery li {
  margin-bottom: 10px;
  display: none;
}
ul.fourColumns.tourGallery li:nth-child(1),
ul.fourColumns.tourGallery li:nth-child(2),
ul.fourColumns.tourGallery li:nth-child(3),
ul.fourColumns.tourGallery li:nth-child(4),
ul.fourColumns.tourGallery li:nth-child(5),
ul.fourColumns.tourGallery li:nth-child(6),
ul.fourColumns.tourGallery li:nth-child(7),
ul.fourColumns.tourGallery li:nth-child(8) {
  display: inline-block;
}
.tourGallery .image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.tourGallery .image:hover {
  opacity: 0.8;
}
.tourGallery .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 12px;
}
ul.twoColumns.conditionsList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin: 40px 0 20px;
  padding: 0;
  list-style-type: none;
}
ul.twoColumns.conditionsList li {
  width: calc(49% - 43px);
  margin: 0 2% 20px 0;
  padding: 30px 20px 20px;
  border: 1px solid #e2e4ec;
  border-radius: 12px;
}
ul.twoColumns.conditionsList li:nth-child(2n) {
  width: calc(49% - 43px);
  margin: 0 0 20px;
}
ul.twoColumns.conditionsList li h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c8c8c8;
}
ul.twoColumns.conditionsList li ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.twoColumns.conditionsList li ul li,
ul.twoColumns.conditionsList li p {
  position: relative;
  display: block;
  width: calc(100% - 25px);
  height: auto;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  border-radius: 0;
  border: 0;
}
ul.twoColumns.conditionsList li ul li:nth-child(2n) {
  width: calc(100% - 25px);
  height: auto;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
ul.twoColumns.conditionsList li ul li:before,
ul.twoColumns.conditionsList li p:before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #f25b5b;
}
ul.fourColumns.accomodationsList {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
ul.fourColumns.accomodationsList li:nth-child(1) {
  width: calc(49.3111% - 60px);
  margin: 0 1.3555% 20px 0;
  padding: 30px 30px 0;
  background: #ebeff9;
  border-radius: 12px;
}
ul.fourColumns.accomodationsList li:nth-child(3) {
  margin: 0 0 20px;
}
ul.fourColumns.accomodationsList li:nth-child(7) {
  margin: 0 0 20px;
}
ul.fourColumns.accomodationsList li:nth-child(4) {
  margin: 0 1.333% 20px 0;
}
ul.fourColumns.accomodationsList li .caption {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.fourColumns.accomodationsList li .caption .type {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  color: #ababab;
  font-size: 12px;
  line-height: 17px;
}
ul.fourColumns.accomodationsList li .caption .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
}
ul.fourColumns.accomodationsList li .caption .stars {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 6px;
  padding: 0;
}
ul.fourColumns.accomodationsList li .caption .stars img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
ul.fourColumns.accomodationsList li .caption p {
  max-height: 63px;
  overflow: hidden;
}
.accomodationsList .image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.accomodationsList .image:hover {
  opacity: 0.8;
}
.accomodationsList .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
}
ul.oneColumn.faqList {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  list-style-type: none;
}
.faqList li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #e2e4ec;
}
.faqList li .head {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.faqList li .head:after {
  position: absolute;
  right: 20px;
  top: 17px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(/local/templates/main/css/../images/icons/icon.angle.down.svg)
    center no-repeat;
  background-size: 16px;
  transition: all 0.3s ease-in-out;
}
.faqList li.active .head:after {
  transform: rotateX(180deg);
}
.faqList li .head .title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #00131b;
}
.faqList li .content {
  position: relative;
  display: none;
  vertical-align: middle;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 20px;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #00131b;
}
.faqList li.active .content {
  display: block;
  padding: 10px 0;
}
.faqList li .content img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
.cardInfo .main .cardAdvantages {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 20px 40px 0;
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
  -webkit-background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
  -moz-background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
  -ms-background: linear-gradient(86.4deg, #f9ebe1 0%, #fdcfd0 100%);
}
.cardInfo .main .cardAdvantages ul.avantagesList {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 5px;
  list-style-type: none;
}
.cardInfo .main .cardAdvantages ul.avantagesList li {
  vertical-align: top;
  width: calc(32% - 40px);
  padding: 0 0 5px 40px;
  margin-bottom: 0;
}
.cardInfo .main .cardAdvantages ul.avantagesList li img {
  position: absolute;
  display: block;
  left: -35px;
  top: -2px;
  width: auto;
  height: 20px;
}
.cardInfo .main .cardAdvantages ul.avantagesList li .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 700;
}
.cardInfo .main .cardAdvantages ul.avantagesList li p {
  font-size: 14px;
}
.promo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 670px;
}
.promo .slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  aspect-ratio: 1484 / 816;
  background: #efefef;
  overflow: hidden;
}
.promo .slide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #efefef;
}
.promo .slide img,
.promo .slide picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.promo .frame {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.promo .searchForm {
  position: absolute;
  display: block;
  left: 5%;
  top: 370px;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.promo .searchForm form {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 15px 20px 13px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 28px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
}
.promo .searchForm form ul.fourColumns li {
  box-sizing: border-box;
  margin-bottom: 0;
  border-right: 1px solid #eaecf0;
  text-align: center;
}
.promo .searchForm ul.fourColumns li {
  width: 26%;
}
.promo .searchForm ul.fourColumns li:nth-child(3n) {
  border: 0;
}
.promo .searchForm ul.fourColumns li:nth-child(4n) {
  width: 18%;
  border: 0;
}
.promo .searchForm form .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0;
}
.promo .searchForm form .icon img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.promo .searchForm form input[type="text"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  height: auto;
  margin: 0;
  padding: 15px 10px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: transparent;
}
.promo .searchForm form input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}
.promo .searchForm form input[type="text"]::-ms-input-placeholder {
  color: #000;
}
.promo .searchForm form select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  padding: 15px 0;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/local/templates/main/css/../images/icons/icon.angle.down.svg)
    right 10px top 16px no-repeat;
  background-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.promo .searchForm form button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.promo .searchForm form button:hover {
  width: 105%;
}
.filterMenu {
  position: relative;
  display: none;
  vertical-align: middle;
  width: 105px;
  height: auto;
  margin: 0 10px 10px 0;
  padding: 10px 15px 8px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.filterMenu img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 24px;
  height: auto;
  margin: 0 6px 0 0;
  padding: 0;
}
.categories {
  position: relative;
  display: block;
  top: -30px;
  width: 100%;
  height: 70px;
  max-height: 70px;
  margin: 0;
  padding: 30px 0 35px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  overflow: hidden;
}
.categories.filtered {
  top: 0;
  padding: 0 0 20px;
  background: transparent;
  z-index: 0;
  border-radius: 0;
}
.categories .slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.categories .slider .slide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 0;
}
.categories .slider a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.categories .slider svg {
  position: relative;
  display: block;
  top: 0;
  width: auto !important;
  max-width: 45px;
  height: auto !important;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  padding: 0;
  visibility: visible !important;
}
.categories .slider svg path {
  fill: #555;
}
.categories .slider img {
  position: relative;
  display: block;
  top: 0;
  width: auto;
  max-width: 45px;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.categories .slider a:hover img {
  top: -5px;
}
.categories .slider a:hover svg {
  top: -5px;
}
.categories .slick-list {
  max-height: 80px;
}
.categories.filtered .slider .slide.active svg path {
  fill: #f25b5b;
}
.categories .slider .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.categories .slider .title.korporativnye {
  left: -10px;
  width: calc(100% + 10px);
}
.categories .slider .title.gastronomicheskie {
  left: -10px;
  width: calc(100% + 10px);
}
.categories .slider .slick-prev {
  position: absolute;
  display: block;
  left: -20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.left.svg)
    center no-repeat;
  background-size: 20px;
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.categories .slider .slick-prev:hover {
  opacity: 0.8;
}
.categories .slider .slick-next {
  position: absolute;
  display: block;
  right: -20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.right.svg)
    center no-repeat;
  background-size: 20px;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.categories .slider .slick-next:hover {
  opacity: 0.8;
}
.catalog {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 30px;
  background: #fff;
}
.catalog.insideBlog {
  padding: 0;
  margin-top: -15px;
}
.catalog .h3 {
  padding-top: 10px;
  margin-bottom: 30px;
}
.catalog ul li.addElement a.image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 12px;
  text-decoration: none;
  background-color: #fff;
  border: 1px dashed #aaa;
}
.catalog ul li.addElement a.image .caption {
  position: absolute;
  left: 5%;
  top: calc(50% - 25px);
  display: block;
  width: 90%;
  height: 20px;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.3s ease-in-out;
}
.catalog ul li.addElement a.image:hover {
  border: 1px dashed #f25b5b;
  color: #f25b5b;
}
.catalog ul li.addElement a.image .plus {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #f25b5b;
}
.catalog ul {
  transform: perspective(300px);
  overflow: hidden;
}
.catalog ul li {
  padding-bottom: 30px;
}
.catalog a.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.catalog a.btn:hover {
  padding: 8px 25px;
}
.catalog .slick-track {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
.catalog .slick-slide {
  margin: 0 5px;
}
.catalog .slider .slick-prev {
  position: absolute;
  display: block;
  left: -30px;
  top: calc(50% - 80px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.left.svg)
    center no-repeat;
  background-size: 26px;
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.catalog .slider .slick-prev:hover {
  left: -35px;
}
.catalog .slider .slick-next {
  position: absolute;
  display: block;
  right: -30px;
  top: calc(50% - 80px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.right.svg)
    center no-repeat;
  background-size: 26px;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.catalog .slider .slick-next:hover {
  right: -35px;
}
.catalog .image {
height: 210px;
}
.catalog .catalogGrid .image:hover {
  transform: perspective(900px) rotateY(-5deg);
}
.catalog .image img {
  border-radius: 12px;
  height: 210px;
}
.catalog .image picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 12px;
}
.catalog li .label {
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  right: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px 5px;
  border-radius: 5px;
  background: #f25b5b;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.catalog .favourite {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
.catalog .favourite img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.catalog .catalogGrid .caption {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.catalog .direction {
  position: relative;
  display: block;
  width: calc(100% - 50px);
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #ababab;
  white-space: nowrap;
}
.catalog .rating {
  position: absolute;
  display: block;
  right: -2px;
  top: 0;
  width: 38px;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #333;
  text-align: right;
  z-index: 1;
}
.catalog .rating img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 11px;
  height: auto;
  margin: 0;
  padding: 0;
}
.catalog .title {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 0 8px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
.catalog .dates {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  white-space: nowrap;
}
.catalog .dates .closest {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #7c7c7c;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ababab;
  white-space: nowrap;
}
.catalog .dates .total {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 5px 5px 0;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background: #f25b5b;
}
.catalog .price {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 4px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #333;
}
.catalog .nights {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #a5a5a5;
}
.catalog .loadmore {
  position: relative;
  display: block;
  width: 160px;
  height: auto;
  margin: 0 auto 30px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #464646;
  border: 1px solid #adadad;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.catalog .loadmore:hover {
  width: 180px;
}
.banner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.banner.marginbottom {
  margin-bottom: 30px;
}
.banner .bgcoralgrad {
  position: relative;
  display: block;
  width: calc(100% - 80px);
  height: auto;
  margin: 0;
  padding: 15px 40px 10px;
  border-radius: 12px;
}
.banner .bgcoralgrad ul.twoColumns.banners {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-top: 10px;
}
.banner .bgcoralgrad ul.twoColumns li {
  vertical-align: middle;
}
.banner .uptitle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #ababab;
}
.banner .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #333;
}
.banner .title a {
  text-decoration: none;
}
.banner .subtitle {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
}
.banner a.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.banner a.btn:hover {
  padding: 8px 25px;
}
.banner ul.banners li {
  width: calc(48% - 20px);
  margin: 0 4% 0 0;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}
.banner ul.banners li:nth-child(2n) {
  width: calc(48% - 20px);
  margin: 0;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}
.banner ul.banners li .image {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  margin: 0 0 15px;
  padding: 0;
  border-radius: 7px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner ul.banners li .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.banner ul.banners li .bannerTitle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  color: #2f2f2f;
  text-decoration: none;
}
.banner ul.banners li p {
  color: #2f2f2f;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.banner ul.banners li .link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  color: #2f2f2f;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.rules ul.twoColumns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.rulesSection {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 50px 0;
}
.rulesSection .rule {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0 0 30px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #cdcdcd;
}
.rulesSection .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  background: url(/local/templates/main/css/../images/icons/icon.angle.down.svg)
    right 0 center no-repeat;
  background-size: 20px;
  color: #000;
  cursor: pointer;
}
.rulesSection .rule.active .title {
  background: url(/local/templates/main/css/../images/icons/icon.angle.up.svg)
    right 0 center no-repeat;
  background-size: 20px;
}
.rulesSection .desc {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.rulesSection .desc.anons {
  display: block;
}
.rulesSection .rule .desc.detail {
  display: none;
}
.rulesSection .rule.active .desc.detail {
  display: block;
}
.rulesSection .rule .more {
  color: #f03535;
  text-decoration: underline;
  cursor: pointer;
}
.rulesSection .rule a {
  color: #f03535;
}
.rulesSection .rule.active .more {
  display: none;
}
.rulesSection .attention {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  height: auto;
  margin: 30px 0;
  padding: 0 30px;
}
.rulesSection .attention:before {
  position: absolute;
  top: 0;
  left: 5px;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  background-color: #f25b5b;
}
.rulesSection .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff !important;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.rulesSection .btn:hover {
  padding: 8px 25px;
}
.directions {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 40px;
}
.directions.section {
  padding: 10px 0 50px;
}
.directions .h2 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.directions .slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.directions .slider#directions {
  height: 220px;
}
.directions.section .slider {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.directions .slider .slide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 10px;
  padding: 10px 0 0;
}
.directions.section .slider .slide {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
  margin: 0 auto 30px;
}
.directions.section .slider .slide:nth-child(4n) {
  margin: 0 auto 30px;
}
.directions .slider a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.directions.section .slider a.image {
  background-color: #efefef;
}
.directions .slider .last a {
  border: 1px solid #dedede;
}
.directions .slider .last .all {
  position: absolute;
  top: calc(30% - 20px);
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.directions .slider .last .all img {
  position: relative;
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto 5px;
  padding: 0;
  opacity: 1;
}
.directions .slider img,
.directions .slider picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.directions .slider img:hover,
.directions .slider picture:hover {
  border-radius: 20px;
}
.directions .slider .title {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.directions .slider .slick-prev {
  position: absolute;
  display: block;
  left: -30px;
  top: calc(50% - 25px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.left.svg)
    center no-repeat;
  background-size: 26px;
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.directions .slider .slick-prev:hover {
  left: -35px;
}
.directions .slider .slick-next {
  position: absolute;
  display: block;
  right: -30px;
  top: calc(50% - 25px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.right.svg)
    center no-repeat;
  background-size: 26px;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.directions .slider .slick-next:hover {
  right: -35px;
}
.content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 50px;
  padding: 0;
}
.catalogContent h2,
.catalogContent .h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}
.catalogContent h3,
.catalogContent .h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.catalogContent a {
  color: #f25b5b;
}
.blogArticle a {
  color: #f25b5b;
}
.blogArticle table {
  margin-bottom: 30px;
  width: 100%;
}
.blogArticle table thead tr:nth-child(1) td p {
  font-weight: 700;
}
.blogArticle table tr td p {
  margin: 0;
}
.blogArticle iframe {
  display: block;
  aspect-ratio: 720/405;
  height: auto !important;
  overflow: hidden;
  border-radius: 12px;
  margin: 30px auto 30px 0;
}
.catalogContent iframe {
  display: block;
  margin: 30px auto 30px 0;
  aspect-ratio: 720/405;
  height: auto !important;
  overflow: hidden;
  border-radius: 12px;
  max-width: 768px;
}
.rules {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}
.rules ul.twoColumns > li {
  width: calc(49% - 84px);
  padding: 20px 40px 30px;
  border-radius: 12px;
  border: 1px solid #cdcdcd;
}
.authForm ul.twoColumns > li:nth-child(n) {
  margin-bottom: 0 !important;
}
.authForm ul.twoColumns#business li:nth-child(n) {
  margin-bottom: 20px !important;
}
.rules .tinfo {
  display: block;
}
.rules .ainfo {
  display: none;
}
.rules ul.twoColumns li ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.rules ul.twoColumns li ul li {
  position: relative;
  display: block;
  width: calc(100% - 25px);
  height: auto;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  border-radius: 0;
  border: 0;
}
.rules ul.twoColumns li ul li:before {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 6px;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #f25b5b;
}
.rules .uptitle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #ababab;
}
.rules .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #333;
}
.rules .subtitle {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
}
.rules p {
  width: 95%;
  margin-bottom: 20px;
  color: #2f2f2f;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.rules p.note {
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}
.rules .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.rules .btn:hover {
  padding: 8px 25px;
}
.rules .socials {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
}
.rules .socials a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
.rules .socials a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.rules .socials a.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.rules .socials a.btn:hover {
  padding: 8px 25px;
}
.personalMain .authForm .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.personalMain .authForm ul.tabContent {
  display: none;
}
.personalMain .authForm ul.tabContent.active {
  display: block;
}
.rules p.note.copypaste {
  display: inline-block;
  width: auto;
  border-bottom: 1px dashed #f25b5b;
  color: #f25b5b;
  cursor: pointer;
}
.filter {
  position: sticky;
  top: 100px;
  display: block;
  align-self: flex-start;
  vertical-align: top;
  width: calc(28% - 64px);
  height: auto;
  margin: 0 20px 0 0;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e4ec;
  z-index: 1;
}
.filter .filterItem {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}
.filter .filterItem .list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
.filter .filterItem .list::-webkit-scrollbar {
  width: 3px;
}
.filter .filterItem .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.filter .filterItem .list::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #efefef;
  border-radius: 5px;
  outline: 0;
}
.filter .filterItem.hidden {
  display: none !important;
}
.filter .filterItem.last {
  text-align: center;
  margin: 0 auto 15px;
}
.filter .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
  padding: 0;
}
.filter .label {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 14px;
  color: #777;
  z-index: 1;
}
.filter input[type="text"] {
  position: relative;
  display: block;
  width: 90%;
  top: -3px;
  height: auto;
  margin: 0;
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 21px;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  border: 0;
  outline: none;
  z-index: 0;
}
.filter label {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.filter input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 1px;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
  appearance: none;
}
.filter input[type="checkbox"]:checked:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  content: "";
  border-radius: 4px;
  background-color: #f25b5b;
}
.filter label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 0 0 3px;
  padding: 0;
}
.filter .left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 18px);
  height: auto;
  margin: 0;
  padding: 10px 0 5px 15px;
  border-radius: 12px 0 0 12px;
  border: 1px solid #dee1e7;
}
.filter .right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: -1px;
  width: calc(50% - 18px);
  height: auto;
  margin: 0;
  padding: 10px 0 5px 15px;
  border-radius: 0 12px 12px 0;
  border: 1px solid #dee1e7;
}
.filter button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13px 20px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}
.products {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transform: perspective(300px);
}
.partners {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
}
.partners .slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.partners .slider .slick-list {
  border-radius: 20px;
}
.partners .slider .slide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 20px;
  background: #fff;
}
.partners ul.partnersList {
  margin-bottom: 30px;
}
.partners ul.partnersList li {
  vertical-align: top;
  width: calc(32% - 40px);
  margin: 0 1.5% 20px 0;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.partners ul.partnersList li:nth-child(3n) {
  margin: 0 0 20px;
}
.partners ul.partnersList li ul li {
  box-shadow: 0;
}
.partners .slide .userpic {
  background-color: #efefef;
}
.partners .sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 27%;
  height: auto;
  margin: 0;
  padding: 0;
}
.partners .flex {
  align-items: stretch;
}
.partners .main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(73% - 20px);
  height: auto;
  margin: 0 0 0 20px;
  padding: 0;
}
.partners .sidebar .partnerSide {
  position: sticky;
  top: 100px;
  display: block;
  width: calc(90% - 40px);
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dedede;
  text-align: center;
}
.partners .sidebar .partnerSide a.btn {
  position: relative;
  display: block;
  vertical-align: middle;
  width: calc(100% - 40px);
  height: auto;
  margin: 20px auto;
  padding: 14px 20px;
  border: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.partners .sidebar .partnerSide a.btn:hover {
  opacity: 0.8;
}
.partners .userpic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
  padding: 0;
  background-color: #efefef;
  border-radius: 25%;
}
.partners .sidebar .partnerSide .userpic {
  width: 140px;
  height: 140px;
  margin: 0 0 10px;
}
.partners .userpic img,
.partners .userpic picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 25%;
}
.partners .caption {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  height: auto;
  margin: 0;
  padding: 5px 0;
}
.partners .caption .name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}
.partners .caption .position {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
}
.partners .caption .stats {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.partners .caption ul.stats {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  list-style-type: none;
}
.partners .caption ul.stats li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  box-shadow: none;
}
.partners .caption ul.stats li img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: auto;
  height: auto;
  margin: 0 2px 0 0;
  padding: 0;
}
.partners .caption ul.stats li .link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.partners .partnerSide .caption {
  width: 100%;
}
.partners .slider .slick-prev {
  position: absolute;
  display: block;
  left: -30px;
  top: calc(50% - 15px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.left.svg)
    center no-repeat;
  background-size: 26px;
  border: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.partners .slider .slick-prev:hover {
  left: -35px;
}
.partners .slider .slick-next {
  position: absolute;
  display: block;
  right: -30px;
  top: calc(50% - 15px);
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: url(/local/templates/main/css/../images/icons/icon.right.svg)
    center no-repeat;
  background-size: 26px;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 12;
}
.partners .slider .slick-next:hover {
  right: -35px;
}
.partners .official {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
}
.partners .official img {
  position: relative;
  display: block;
  width: 26px;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
}
.advantages {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
}
.advantages .icon {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 30px;
  padding: 0;
}
.advantages .icon img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: 73px;
  margin: 0;
  padding: 0;
}
.advantages .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #373737;
}
.personalSection {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}
.personalSection .personalSide {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
.personalSection .personalSide ul.sectionList {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.personalSection .personalSide ul.sectionList li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
}
.personalSection .personalSide ul.sectionList li a {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  padding: 5px 20px;
  border-radius: 12px;
  background: #efefef;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  color: #242424;
}
.personalSection .personalSide ul.sectionList li a.active {
  background: #f25b5b;
  color: #fff;
}
.personalSection .personalMain {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  margin: 0 0 20px;
  padding: 0;
}
.authForm {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 40px;
}
.personalMain .authForm {
  padding: 0 0 40px;
}
.authForm form {
  position: relative;
  display: block;
  width: 100%;
  max-width: 414px;
  height: auto;
  margin: 0;
  padding: 20px 0 0;
}
.authForm form.wide {
  max-width: 100%;
}
.authForm form .line {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
.authForm form .line.half {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
}
.authForm form .line.half.last {
  margin: 0 0 20px;
}
.authForm form .line img.captchaImg {
  position: relative;
  display: block;
  width: 96%;
  height: 50px;
  margin: 0;
  padding: 0;
}
.authForm form .line .pdf {
  position: relative;
  display: block;
  width: calc(100% - 42px);
  height: auto;
  margin: 0 0 15px;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid #cdcdcd;
}
.authForm form .line .pdf .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
.authForm form .line .pdf .pdfInfo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(95% - 50px);
  height: auto;
  margin: 0;
  padding: 10px 0;
}
.authForm form .line .pdf .pdfInfo a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: underline;
}
.authForm form .line .pdf .pdfInfo .desc {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #555;
}
.authForm form .line label[for="EULA"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 3px;
  width: calc(100% - 25px);
  height: auto;
  margin: 0;
  padding: 0 0 0 5px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
.authForm form .line label[for="EULA"] span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 0 0 3px;
  padding: 0;
}
.authForm form .line .small {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 15px;
  top: 5px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px 0;
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #777;
  z-index: 2;
}
.authForm form .switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #efefef;
  border-radius: 20px;
}
.authForm form .type {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.authForm form label.switch input[type="radio"] {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.authForm form label.switch.switchleft {
  border-radius: 20px 0 0 20px;
}
.authForm form label.switch.switchright {
  border-radius: 0 20px 20px 0;
}
.authForm form label.switch:hover {
  background: rgba(249, 235, 225, 1);
}
.authForm form label.switch.active,
.authForm form label.switch.active:hover {
  background: #f25b5b;
  color: #fff;
}
.authForm form input[type="text"],
.authForm form input[type="password"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: auto;
  margin: 0;
  padding: 20px 15px 15px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 20px;
  background: #efefef;
}
.authForm form .eye {
  position: absolute;
  top: 17px;
  right: 15px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: url(/local/templates/main/css/../images/icons/icon.eye.hidden.svg)
    center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.authForm form .eye.active {
  background: url(/local/templates/main/css/../images/icons/icon.eye.svg) center
    no-repeat;
  background-size: contain;
}
.authForm form input[type="text"]::-webkit-input-placeholder,
.authForm form input[type="text"]::-ms-input-placeholder,
.authForm form input[type="text"]::-moz-input-placeholder,
.authForm form input[type="text"]::placeholder,
.authForm form input[type="password"]::-webkit-input-placeholder,
.authForm form input[type="password"]::-ms-input-placeholder,
.authForm form input[type="password"]::-moz-input-placeholder,
.authForm form input[type="password"]::input-placeholder {
  display: none;
}
.authForm form textarea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: 200px;
  margin: 0;
  padding: 10px 15px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
  background: #efefef;
}
.authForm form select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 15px 15px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #efefef
    url(/local/templates/main/css/../images/icons/icon.angle.down.svg) right
    15px top 20px no-repeat;
  background-size: 18px;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
}
.authForm form input[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 30px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.authForm form input[type="submit"]:hover {
  padding: 10px 35px;
}
.authForm form label.uptitle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.authForm .ck-editor__editable_inline {
  min-height: 200px;
}
.authForm .ck-rounded-corners {
  border-radius: 0 0 12px 12px !important;
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
  display: none !important;
}
.authForm .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: 12px 12px 0 0 !important;
}
.sectionsLinks {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: -10px 0 0;
  padding: 0 0 30px;
  transform: perspective(300px);
}
.sectionsLinks a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  transform: perspective(3000px) rotateY(0);
  border-radius: 16px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.sectionsLinks a:hover {
  transform: perspective(900px) rotateY(-5deg);
}
.sectionsLinks a img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.sectionsLinks a .title {
  position: absolute;
  top: calc(50% - 24px);
  left: 20px;
  display: block;
  width: 100%;
  max-width: 200px;
  height: 48px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  z-index: 1;
}
.blog {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 30px;
  transform: perspective(300px);
}
.blog .h4,
.blog h4 {
  margin-top: 20px;
}
.blog .author {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #aaa;
}
.blog .author img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 0.8;
}
.blog .author img.user {
  width: 13px;
  top: -2px;
}
.blog ul.threeColumns.blogList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row wrap;
  width: calc(100% + 20px);
}
.blog ul.threeColumns.blogList li {
  margin: 0 20px 20px 0;
  flex: 3 1 calc(33.33% - 20px);
}
.blog ul.threeColumns.blogList:not(.normal) li:nth-child(1) {
  flex: 3 1 calc(66.6% - 20px);
}
.blog ul.blogList li .image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  border-radius: 15px;
  background-color: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  transform: perspective(3000px) rotateY(0);
}
.blog ul.blogList li .image:hover {
  transform: perspective(900px) rotateY(-5deg);
}
.blog ul.threeColumns.blogList li:nth-child(1) .image:hover {
  transform: perspective(900px) rotateY(-2deg);
}
.blog ul.blogList li .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.blog ul.blogList li .image picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.blog.blogArticle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}
.blog.blogArticle h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
.blog.blogArticle h3 {
  font-size: 22px;
  line-height: 28px;
}
.blog.blogArticle h4 {
  font-size: 20px;
  line-height: 26px;
}
.blog img {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
}
.blog ul.blogList li .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.blog ul.blogList li p {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  overflow: hidden;
}
.blog ul.blogList li p:after {
  position: absolute;
  display: none;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.reviews {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 80px;
  padding: 0;
}
.reviews .slider {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #ffce00;
}
.reviews.reviewsList .slider {
  border: 0;
  border-radius: 0;
}
.reviews .slider .slide {
  padding: 20px;
}
.reviews.reviewsList .slider .slide {
  border-radius: 12px;
  border: 1px solid #ededed;
  margin: 0 0 20px;
}
.reviews .slider .reviewHead {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
.reviews .slider .userImage {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  background: #efefef;
  color: #aaa;
}
.reviews .slider .userImage img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.reviews .slider .user {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: #000;
}
.reviews .slider .rating {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.reviews .slider .rating img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  width: 14px;
  height: auto;
  margin: 0 1px 0 0;
  padding: 0;
}
.reviews .slider .text {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
}
.searchLine {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0 0;
  padding: 0;
}
.searchLine .search-page {
  position: relative;
  display: block;
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: 0;
  padding: 0;
}
.searchLine .search-page input[type="text"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background: #efefef;
  border-radius: 12px;
  border: 0;
}
.searchLine .search-page input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  border-radius: 50%;
  color: #efefef;
  background: #efefef
    url(/local/templates/main/css/../images/icons/icon.search.svg) center
    no-repeat;
  background-size: 24px;
}
.content table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.content .main {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(70% - 30px);
  height: auto;
  margin: 0 30px 30px 0;
  padding: 0;
}
.content .sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  height: auto;
  margin: 0;
  padding: 0;
}
.content .sidebar img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0;
  padding: 0;
}
.footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  border-radius: 20px 20px 0 0;
}
.footer .logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
.footer .logo img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0;
  padding: 0;
}
.footer .caption {
  position: relative;
  display: block;
  width: calc(100% - 73px);
  height: auto;
  margin: 0 0 20px;
  padding: 0 0 0 73px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}
.footer .socials {
  position: relative;
  display: block;
  width: calc(100% - 73px);
  height: auto;
  margin: 0 0 20px;
  padding: 0 0 0 73px;
}
.footer .socials a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
}
.footer .socials img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.footer .paycards {
  position: relative;
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  padding: 0;
}
.footer .info {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}
.footer .info .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
}
.footer .info .title img {
  position: absolute;
  display: block;
  left: -24px;
  top: 0;
  width: auto;
  height: 18px;
  margin: 0;
  padding: 0;
}
.footer .info p {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
}
.footer .link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #fff;
}
.footer .copyrights {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}
.footer .copyrights a {
  color: #fff;
}
.fog {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(
    to right,
    rgba(249, 235, 225, 1) 0%,
    rgba(253, 207, 208, 1) 100%
  );
  opacity: 0.9;
  z-index: 99;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.fog.active {
  display: block;
}
.fog2 {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(
    to right,
    rgba(249, 235, 225, 1) 0%,
    rgba(253, 207, 208, 1) 100%
  );
  opacity: 0.9;
  z-index: 9;
}
.fog2.active {
  display: block;
}
.error404 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/local/templates/main/css/../images/bg404.png) center
    no-repeat;
  background-size: 100%;
}
.error404 .e404 {
  position: relative;
  display: block;
  width: 80%;
  height: auto;
  margin: 50px auto;
  padding: 0;
  font-size: 26em;
  line-height: 1em;
  font-weight: 900;
  color: #f25b5b;
  text-align: center;
}
.error404 .center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mobileMenu {
  position: fixed;
  display: block;
  left: -380px;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 310px;
  height: calc(100% - 70px);
  padding: 30px 0;
  margin: 0;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
  bo-x-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 999;
}
.mobileMenu.active {
  left: 5px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.2);
}
.mobileMenu .logo {
  position: relative;
  display: block;
  top: 0;
  width: 157px;
  height: auto;
  margin: 0;
  padding: 0;
}
.mobileMenu .logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.mobileMenu .close {
  position: absolute;
  display: block;
  top: -10px;
  right: 10px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 3px;
  cursor: pointer;
}
.mobileMenu .close img {
  position: relative;
  display: block;
  width: 18px;
  height: auto;
  margin: 0;
  padding: 0;
}
.mobileMenu .menu {
  position: absolute;
  display: block;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 90px);
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}
.mobileMenu ul {
  position: relative;
  display: block;
  width: 95%;
  height: auto;
  padding: 0;
  margin: 0 0 0 5%;
  list-style-type: none;
}
.mobileMenu ul li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
}
.mobileMenu ul li ul {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  padding: 0;
  margin: 0 0 20px 5%;
}
.mobileMenu ul li a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.mobileMenu ul li ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}
.navMenu {
  position: fixed;
  display: block;
  left: -380px;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 310px;
  height: calc(100% - 70px);
  padding: 30px 0;
  margin: 0;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
  bo-x-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: 999;
}
.navMenu.active {
  left: 5px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.2);
}
.navMenu .logo {
  position: relative;
  display: block;
  top: 0;
  width: 157px;
  height: auto;
  margin: 0;
  padding: 0;
}
.navMenu .logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.navMenu .close {
  position: absolute;
  display: block;
  top: -10px;
  right: 10px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 3px;
  cursor: pointer;
}
.navMenu .close img {
  position: relative;
  display: block;
  width: 18px;
  height: auto;
  margin: 0;
  padding: 0;
}
.navMenu .menu {
  position: absolute;
  display: block;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 90px);
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}
.navMenu ul {
  position: relative;
  display: block;
  width: 95%;
  height: auto;
  padding: 0;
  margin: 0 0 0 5%;
  list-style-type: none;
}
.navMenu ul li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
}
.navMenu ul li ul {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  padding: 0;
  margin: 0 0 20px 5%;
}
.navMenu ul li a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.navMenu ul li ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
}
.input-file input[type="file"]:focus + .input-file-btn {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-file:hover .input-file-btn {
  background-color: #f25b5b;
}
.input-file:active .input-file-btn {
  background-color: #f25b5b;
}
.input-file input[type="file"]:disabled + .input-file-btn {
  background-color: #eee;
}
.bx-input-file-desc {
  display: none !important;
}
.eula {
  position: fixed;
  display: none;
  bottom: 15px;
  left: 5%;
  width: calc(90% - 60px);
  height: auto;
  margin: 0;
  padding: 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.eula p {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 170px);
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  color: #242424;
}
.eula button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: auto;
  margin: 10px 0;
  padding: 14px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  border: 0;
  background: #f25b5b;
  border-radius: 15px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}
ul.slick-dots {
  position: absolute;
  display: block;
  width: 90%;
  left: 5%;
  bottom: -30px;
  margin: 0;
  text-align: center;
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
ul.slick-dots li.slick-active {
  background: #f25b5b;
  width: 30px;
}
ul.slick-dots li button {
  display: none;
}
.input-file {
  position: relative;
  display: inline-block;
}
.input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #f25b5b;
  border-radius: 15px;
  line-height: 21px;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  transition: background-color 0.2s;
}
.input-file-text {
  padding: 0 10px;
  border-radius: 12px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #777;
}
.input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.authForm .userpic {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.authForm .userpic img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px !important;
  height: 40px !important;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}
.pager {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.pager .current-page {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin: 0 10px;
  padding: 3px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  border-radius: 6px;
  background: #f25b5b;
  color: #fff;
}
.pager .page-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
  margin: 0 10px;
  padding: 3px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}
input,
select,
textarea {
  outline: none;
}
input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  content: "";
  border-radius: 4px;
  background-color: #f25b5b;
}
.bgcoralgrad {
  background: #f9ebe1;
  background: -moz-linear-gradient(
    left,
    rgba(249, 235, 225, 1) 0%,
    rgba(253, 207, 208, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(249, 235, 225, 1) 0%,
    rgba(253, 207, 208, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(249, 235, 225, 1) 0%,
    rgba(253, 207, 208, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9ebe1',endColorstr='#fdcfd0',GradientType=1);
}
.bgblue {
  background: #333564;
  background: -moz-linear-gradient(
    left,
    rgba(51, 53, 100, 1) 0%,
    rgba(14, 51, 123, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(51, 53, 100, 1) 0%,
    rgba(14, 51, 123, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(51, 53, 100, 1) 0%,
    rgba(14, 51, 123, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333564',endColorstr='#0e337b',GradientType=1);
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23E73C3C'/%3E%3C/svg%3E") !important;
}
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item {
  padding: 5px 10px !important;
}
.ya-share2__container_size_s
  .ya-share2__item_more.ya-share2__item_has-pretty-view
  .ya-share2__link_more.ya-share2__link_more-button-type_short {
  background-color: transparent !important;
}
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 12px !important;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
}
.ya-share2__container_size_s .ya-share2__title {
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  font-feature-settings: salt on !important;
}
p.infoSmall {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #999;
}
#panel {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 999;
}
.unactive {
  opacity: 0.5 !important;
}
.madeinrussia {
  position: relative;
  display: block;
  width: calc(100% - 73px);
  max-width: 100px;
  height: auto;
  margin: 0 0 0 73px;
  padding: 0;
  opacity: 0.3;
}
.successContent a.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: auto;
  margin: 0 0 12px;
  padding: 12px 0;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f15b5b;
  text-align: center;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.successContent a.btn:hover {
  opacity: 0.8;
}
.btnClose {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 22px;
  cursor: pointer;
  color: #000;
  z-index: 99;
}
.btnClose img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.popup {
  position: absolute;
  display: none;
  left: 5%;
  top: 50%;
  width: 70%;
  min-width: 320px;
  max-width: 550px;
  height: auto;
  margin: 0;
  padding: 30px 0;
  margin: 0;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  z-index: 999;
}
.popup .close {
  position: absolute;
  display: block;
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 3px;
  cursor: pointer;
}
.popup .close img {
  position: relative;
  display: block;
  width: 18px;
  height: auto;
  margin: 0;
  padding: 0;
}
.popup form {
  position: relative;
  display: block;
  width: 90%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.popup .h3 {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #333;
  z-index: 9;
  font-weight: 700;
}
.popup.successForm p,
.popup.errorForm p {
  position: relative;
  display: block;
  width: calc(90% - 40px);
  height: auto;
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #000;
  z-index: 9;
  font-weight: 400;
}
.popup form .line {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
}
.popup form input[type="text"],
.popup form input[type="email"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: auto;
  margin: 0;
  padding: 20px 15px 15px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 20px;
  background: #efefef;
}
.popup form input[type="checkbox"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s ease-in-out;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.popup form input[type="checkbox"]:checked:after {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  content: "";
  border-radius: 4px;
  background-color: #f25b5b;
}
.popup form textarea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  height: 100px;
  margin: 0;
  padding: 20px 15px 15px;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-radius: 20px;
  background: #efefef;
}
.popup form .line label {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  height: auto;
  margin: 0 0 20px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.popup form .line label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}
.popup form .line label.small {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 15px;
  top: 5px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px 0;
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #777;
  z-index: 2;
}
.popup .button {
  position: relative;
  display: block;
  width: 140px;
  height: auto;
  margin: 0;
  padding: 10px 0;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  background: #f25b5b;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.popup .button:hover {
  width: 150px;
}
.top .searchTop.searchForm form .searchLine {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 20px);
  height: auto;
  margin: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border: none;
  border-radius: 16px;
  font-family: "Montserrat", Roboto, Arial;
}
.top .searchTop.searchForm form .searchSubmit {
  position: absolute;
  top: 8px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: url(/local/templates/main/css/../images/icons/icon.search.svg)
    center no-repeat;
  background-size: contain;
  appearance: none;
  border: 0;
  z-index: 2;
}
.title-search-result {
  position: absolute !important;
  border: 0;
  width: calc(100% - 40px);
  height: auto;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  border-radius: 12px;
  text-align: left;
  overflow: hidden;
}
.title-search-result p {
  position: relative;
  display: block;
  width: calc(98% - 20px) !important;
  height: auto !important;
  margin: 0 auto;
  padding: 10px;
  white-space: nowrap;
}
.title-search-result ul {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  list-style-type: none;
}
.title-search-result ul li {
  position: relative;
  display: block;
  width: calc(98% - 8px) !important;
  height: auto !important;
  margin: 0 auto;
  padding: 4px;
  border-radius: 12px;
}
.title-search-result ul li .image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px !important;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.title-search-result ul li .image img {
  position: relative;
  display: block;
  width: 110% !important;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  border-radius: 12px;
  opacity: 0;
}
.title-search-result ul li .descInfo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(97% - 70px);
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}
.title-search-result ul li .descInfo .title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-decoration: none;
}
.title-search-result ul li .descInfo .price {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  text-decoration: none;
}
.title-search-result .all-result {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  background: #f25b5b;
  color: #fff;
  text-decoration: none;
}
.youtube {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}
.youtube:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  display: block;
  width: 125px;
  height: 24px;
  margin: 0;
  background: #fff url(/local/templates/main/css/../images/logo.black.png)
    center left 13px no-repeat;
  border-radius: 50px;
  background-size: 130px;
  padding: 10px 20px;
  z-index: 1;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  cursor: pointer;
}
#overlay.paused {
  background: transparent
    url(/local/templates/main/css/../images/icons/icon.paused.svg) center
    no-repeat;
  background-size: 50px;
}
#overlay.not-played {
  background: transparent
    url(/local/templates/main/css/../images/icons/icon.play.svg) center
    no-repeat;
  background-size: 70px;
}
.catalog-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
  padding: 0;
}
.catalog-section .catalog-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 5px 8px 0;
  padding: 0;
}
.catalog-section .catalog-item a {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  height: auto;
  margin: 0;
  padding: 5px 10px;
  border-radius: 12px;
  border: 1px solid #cdcdcd;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.catalog-section .catalog-item a:hover {
  background-color: #f25b5b;
  color: #fff;
  border: 1px solid #f25b5b;
}
.youtube iframe {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 30px;
  padding: 0;
  border-radius: 16px;
}
.floatIcon {
  position: fixed;
  bottom: 30px;
  right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  z-index: 99;
  cursor: pointer;
}
.floatIcon img {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.floatIcon img:hover {
  top: -10px;
}
.bordered {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  height: auto;
  margin: 0;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #cdcdcd;
}
.orderForm .promocoupon {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
}
.orderForm .promocoupon label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border-bottom: 1px dashed #000;
  cursor: pointer;
  color: #000;
}
.orderForm .promocoupon .coupon-input {
  position: relative;
  display: none;
  width: calc(100% - 30px);
  height: auto;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 21px;
  background: #fff;
  outline: none;
  border-radius: 12px;
  border: 1px dashed #ccc;
  font-family: "Montserrat", sans-serif;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 0;
}
.orderForm .promocoupon.active .coupon-input {
  display: block;
}
.orderForm .promocoupon.error .coupon-input {
  border: 1px dashed #f25b5b;
}
.orderForm .promocoupon .enterCode {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.orderForm .promocoupon .enterCode:hover {
  right: 3px;
}
.orderForm .promocoupon.active .enterCode {
  display: block;
}
.orderForm .promocoupon .enterCode img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.sitemap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.sitemap ul.oneColumn {
  margin: 15px 0;
}
.sitemap ul.oneColumn li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  padding: 0;
}
.sitemap ul.oneColumn li ul li:before {
  position: absolute;
  top: 13px;
  left: -16px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
  background-color: #f25b5b;
  border-radius: 50%;
}
.sitemap ul.oneColumn li a {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.sitemap ul.oneColumn li a:hover {
  text-decoration: underline;
}
.sitemap ul.oneColumn li ul li a {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.catalog .flex .filter form::-webkit-scrollbar {
  width: 7px;
}
.catalog .flex .filter form::-webkit-scrollbar-track {
  background: #efefef;
}
.catalog .flex .filter form::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}
.catalog .flex .filter form::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.errorInfo {
  position: relative;
  display: block;
  width: calc(100% - 60px);
  color: #fff;
  background: #f25b5b;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
.errorInfo.lefted {
  text-align: left;
  margin: 0 0 -10px;
}
.errorInfo p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
}
.errorInfo.lefted p {
  text-align: left;
  width: calc(100% - 200px);
}
ul.threeColumns.gallery {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0 20px;
  padding: 0;
}
.errorInfo .btn {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 10px;
  top: 10px;
  width: 140px;
  height: auto;
  margin: 0;
  padding: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  border: 0;
  background: #fff;
  border-radius: 15px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}
.price .old {
  text-decoration: line-through;
  color: gray;
  font-size: 14px;
  font-weight: 300;
}
.reviews .slider ul.reviewPhotos li {
  display: none;
}
.reviews ul.reviewPhotos li:nth-child(1) {
  display: inline-block;
}
.reviews ul.reviewPhotos li:nth-child(2) {
  display: inline-block;
}
.reviews ul.reviewPhotos li:nth-child(3) {
  display: inline-block;
}
.reviews ul.reviewPhotos li:nth-child(4) {
  display: inline-block;
}
.reviews ul.reviewPhotos li .image {
  min-height: 300px;
}
.reviews ul.reviewPhotos li .image img,
.reviews ul.reviewPhotos li .image picture {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.reviews ul.reviewPhotos li .image img:hover,
.reviews ul.reviewPhotos li .image picture:hover {
  opacity: 0.9;
}
.yandexMap {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
}
.userSubmenu {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  width: 220px;
  height: auto;
  margin: 0;
  padding: 15px 20px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.top .user:hover .userSubmenu {
  display: block;
}
.top .userSubmenu {
  text-align: left;
}
.top .userSubmenu a.h3 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}
.userSubmenu ul.sectionList {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.userSubmenu ul.sectionList li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
.userSubmenu ul.sectionList li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #000;
}
.userSubmenu ul.sectionList li a img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  width: 26px;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.userSubmenu ul.sectionList li:nth-child(3) a img {
  width: 24px;
  margin-right: 12px;
}
.userSubmenu ul.sectionList li:nth-child(5) a img {
  width: 24px;
  margin-right: 6px;
  margin-left: 4px;
}
.userSubmenu ul.sectionList li a:hover img {
  margin: 0 12px 0 0;
}
.userSubmenu ul.sectionList li:nth-child(3) a:hover img {
  margin: 0 14px 0 0;
}
.userSubmenu ul.sectionList li:nth-child(4) a:hover .favouritesIcon {
  margin: 0 7px 0 0;
}
.userSubmenu ul.sectionList li:nth-child(5) a:hover img {
  margin: 0 8px 0 4px;
}
.userSubmenu ul.sectionList2 li:nth-child(n) a img {
  width: 26px;
  margin: 0 10px 0 0;
}
.userSubmenu ul.sectionList2 li:nth-child(2) a img {
  width: 22px;
  margin-left: 2px;
  margin-right: 12px;
}
.userSubmenu ul.sectionList2 li:nth-child(4) a img {
  width: 24px;
  margin-right: 12px;
}
.userSubmenu ul.sectionList2 li:nth-child(6) a img {
  width: 24px;
  margin-right: 6px;
  margin-left: 4px;
}
.userSubmenu ul.sectionList2 li:nth-child(n) a:hover img {
  margin: 0 12px 0 0;
}
.userSubmenu ul.sectionList2 li:nth-child(2) a:hover img {
  margin: 0 14px 0 2px;
}
.userSubmenu ul.sectionList2 li:nth-child(4) a:hover img {
  margin: 0 14px 0 0;
}
.userSubmenu ul.sectionList2 li:nth-child(6) a:hover img {
  margin: 0 8px 0 4px;
}
/* End */

/* Start:/local/templates/main/css/air-datepicker.css?170620481521621*/
.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  font-weight: 400;
}
.air-datepicker-cell.-day-.-other-month- {
  color: #6a5c87;
  font-weight: 400;
}
.air-datepicker-cell.-year-.-other-decade-:hover {
  color: #fff;
  font-weight: 400;
}
.air-datepicker-cell.-day-.-other-month-:hover {
  color: #ccc;
  font-weight: 400;
}
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}
.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}
.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}
.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}
.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 1px;
  font-weight: 400;
  z-index: 1;
}
.air-datepicker-cell.-focus- {
  background: rgba(255, 255, 255, 0.1);
}
.air-datepicker-cell.-current- {
  color: #fff;
  background: #8283bc;
}
.air-datepicker-cell.-current-.-focus- {
  color: #fff;
}
.air-datepicker-cell.-current-.-in-range- {
  color: #fff;
}
.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}
.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}
.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}
.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}
.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}
.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}
.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}
.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.air-datepicker-body {
  //transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}
.air-datepicker-body.-hidden- {
  display: none;
}
.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 3px 0 3px;
}
.air-datepicker-body--day-name {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  font-weight: 700;
}
.air-datepicker-body--cells {
  display: grid;
}
.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}
.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}
.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  min-height: var(--adp-nav-height);
  padding: 7px 15px 0;
  box-sizing: content-box;
}
.-only-timepicker- .air-datepicker-nav {
  display: none;
}
.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}
.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}
.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}
.air-datepicker-nav--title {
  padding: 0 8px;
  color: #fff;
  font-weight: 600;
}
.air-datepicker-nav--title i {
  font-style: normal;
  color: #fff;
  margin-left: 0.3em;
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.air-datepicker-button {
  display: inline-flex;
  color: #fff;
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: #f55f5f;
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}
.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}
.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}
.-only-timepicker- .air-datepicker-time {
  border-top: none;
}
.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial;
  position: relative;
  z-index: 1;
}
.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}
.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    )
    left 50%/100% 1px no-repeat;
}
.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}
.air-datepicker-time--row input[type="range"] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.air-datepicker-time--row input[type="range"]::-ms-tooltip {
  display: none;
}
.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}
.air-datepicker-time--row input[type="range"]:focus {
  outline: none;
}
.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
  background: #fff;
  border-radius: 50%;
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
  background: #fff;
  border-radius: 50%;
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
  background: #fff;
  border-radius: 50%;
  border-color: var(--adp-cell-background-color-selected);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}
.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.air-datepicker-time--row input[type="range"]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.air-datepicker-time--row input[type="range"]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
  background: transparent;
}
.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family:
    "Montserrat", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 266px;
  --adp-z-index: 100;
  --adp-padding: 10px 15px 20px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: rgba(45, 26, 68, 0.96);
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 12px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 8px;
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}
.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  //transition:
    opacity var(--adp-transition-duration) var(--adp-transition-ease),
    transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}
.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}
.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}
.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}
.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}
.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}
.air-datepicker.-active-.-custom-position- {
  transition: none;
}
.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}
.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}
.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}
.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}
.air-datepicker.-custom-position- {
  transition: none;
}
.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}
.air-datepicker--pointer {
  display: none;
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}
.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}
.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}
.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}
.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}
.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}
.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}
.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}
.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}
.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}
.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}
.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}
.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}
.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}
.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}
.air-datepicker--navigation {
  grid-area: nav;
}
.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}
.-only-timepicker- .air-datepicker--content {
  display: none;
}
.air-datepicker--time {
  grid-area: timepicker;
}
.air-datepicker--buttons {
  grid-area: buttons;
}
.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
}
.air-datepicker--buttons {
  background: rgba(45, 26, 68, 0.96);
  border-radius: 0 0 12px 12px;
}
.air-datepicker--time {
  border: 0;
  background: rgb(80, 50, 112);
}
.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition:
    opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    left 0s,
    height 0s,
    width 0s;
  transition-delay:
    0s, var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}
.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition:
    opacity var(--adp-overlay-transition-duration)
      var(--adp-overlay-transition-ease),
    height 0s,
    width 0s;
}

/* End */

/* Start:/local/templates/main/css/notification.center.css?1736243622986*/
@charset "UTF-8";
.notification-area {
  position: fixed;
  display: block;
  right: -300px;
  top: 100px;
  max-width: 280px;
  height: auto;
  max-height: calc(100% - 100px);
  margin: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
  z-index: 999999;
}
.notification-area li {
  position: relative;
  display: block;
  background-color: #f25b5b;
  width: 200px;
  height: auto;
  min-height: 30px;
  margin: 10px 20px;
  padding: 20px 40px 20px 20px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
  border-radius: 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.notification-area li a {
  color: #fff;
  text-decoration: none;
}
.notification-area .btn_close {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 10px 10px 0 0;
}
.notification-area .btn_close img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.notification-area li.collapsed {
  margin: -70px 20px 20px;
}
.notification-area li.collapsed:nth-child(1) {
  margin: 0 20px 20px;
}
.notification-area:hover li.collapsed {
  margin: 10px 20px;
}
/* End */

/* Start:/local/templates/main/css/responsive.css?174068176721751*/
@media only screen and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
  }
  .top .searchForm form button {
    padding: 8px 10px;
  }
  .orderForm {
    top: 90px;
  }
  .orderForm form .price {
    font-size: 18px;
    top: 0;
  }
  .orderForm form .title {
    font-size: 17px;
  }
  .orderForm form label {
    font-size: 13px;
  }
  .orderForm form label .info {
    right: -15px;
  }
  .orderForm form .text {
    margin: 0 0 20px;
  }
  .banner .title {
    font-size: 28px;
    line-height: 34px;
  }
  .rules .title {
    font-size: 28px;
    line-height: 34px;
  }
  .footer .socials a {
    width: 26px;
  }
  .rules .socials a {
    width: 32px;
  }
  .cardInfo .main {
    width: calc(73% - 20px);
  }
  .cardInfo .wrap .sidebar {
    width: 27%;
  }
  .footer .logo img {
    max-width: 160px;
  }
  .authForm.rules h3 {
    padding-top: 20px;
  }
  .partners .slide .userpic {
    width: 80px;
    height: 80px;
  }
  .partners .slide .caption {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1024px) {
  .promo .searchForm {
    top: 300px;
  }
  ul.fourColumns.accomodationsList li {
    margin: 0 1.333% 10px 0;
  }
  ul.fourColumns.accomodationsList li:nth-child(3) {
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(7) {
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(1) {
    padding: 15px 20px 0;
    width: calc(49.3111% - 40px);
    margin: 0 1.3555% 10px 0;
  }
  ul.fourColumns.accomodationsList li .caption p {
    max-height: 60px;
  }
  .directions .slider#directions {
    height: 210px;
  }
}
@media only screen and (max-width: 960px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .top .nav ul li {
    margin: 0 10px;
  }
  .top .logo img {
    width: 130%;
    max-width: 170px;
  }
  .top .searchForm form ul.fourColumns li {
    width: 36%;
  }
  .top .searchForm form ul.fourColumns li:nth-child(3) {
    display: none;
  }
  .top .searchForm ul.fourColumns li:nth-child(4n) {
    width: 22%;
  }
  .top.white .nav {
    margin: 0 0 0 50px;
    padding: 8px 15px;
  }
  .top.white .nav:hover {
    padding: 8px 18px;
  }
  .top.white .nav img {
    width: 18px;
  }
  .promo .searchForm {
    top: 230px;
  }
  .banner .title {
    font-size: 22px;
    line-height: 28px;
  }
  .rules .title {
    font-size: 22px;
    line-height: 28px;
  }
  .catalog .direction {
    font-size: 11px;
    line-height: 14px;
  }
  .banner .subtitle {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner ul.twoColumns ul.twoColumns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .banner ul.twoColumns li {
    width: 100%;
    margin: 0 0 20px;
  }
  .banner ul.twoColumns li ul.twoColumns li {
    width: calc(49% - 20px);
    margin: 0 2% 20px 0;
  }
  .banner ul.twoColumns li ul.twoColumns li:nth-child(2n) {
    width: calc(49% - 20px);
    margin: 0 0 20px;
  }
  .banner .bgcoralgrad {
    padding: 0 40px;
  }
  .directions .slider .title {
    font-size: 14px !important;
    line-height: 18px;
  }
  .directions .slider#directions {
    height: 208px;
  }
  .top .searchForm form button {
    padding: 8px 5px;
  }
  .filter {
    width: calc(32% - 62px);
  }
  .products {
    width: 100%;
  }
  .sectionsLinks a .title {
    top: calc(50% - 20px);
    max-width: 140px;
    height: 40px;
  }
  .catalog ul.threeColumns li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .catalog ul.threeColumns li:nth-child(3n) {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .catalog ul.threeColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px;
  }
  .cardInfo .main {
    width: calc(68% - 20px);
  }
  .cardInfo .wrap .sidebar {
    width: 32%;
  }
  .orderForm form .title {
    font-size: 16px;
  }
  .cardInfo .main .quickParams {
    width: calc(50% - 60px);
    padding: 0 20px;
  }
  .cardInfo .main .partnerInfo {
    width: 50%;
  }
  .cardInfo .main .partnerInfo .userpic {
    width: 70px;
    height: 70px;
  }
  .cardInfo .main .partnerInfo .caption .name {
    line-height: 18px;
    margin: 0 0 5px;
  }
  .cardInfo .main .quickParams ul.threeColumns {
    width: 100%;
    padding: 20px 0;
  }
  .cardInfo .main .quickParams ul.threeColumns li {
    width: 100%;
    margin: 0 0 10px;
  }
  .cardInfo .main .quickParams ul.threeColumns li p {
    margin: 0 0 10px;
    line-height: 18px;
  }
  .cardInfo .main .cardAdvantages ul.avantagesList li {
    width: calc(32% - 10px);
    padding: 0 0 5px 10px;
  }
  .cardInfo .main .cardAdvantages ul.avantagesList li .title {
    line-height: 18px;
  }
  .cardInfo .main .cardAdvantages ul.avantagesList li img {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
  ul.tourProgramm li .head .day {
    width: 50px;
    font-size: 14px;
  }
  .tourProgramm li .head .title {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 80px);
  }
  ul.fourColumns.accomodationsList li:nth-child(2) {
    width: 49.3111%;
    margin: 0 0 10px;
  }
  .accomodationsList li:nth-child(2) .image img {
    width: 60%;
  }
  ul.fourColumns.accomodationsList li:nth-child(3) {
    margin: 0 1.333% 10px 0;
  }
  ul.fourColumns.accomodationsList li:nth-child(6) {
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(7) {
    display: none;
  }
  .personalSection .personalSide ul.sectionList li {
    margin: 0 5px 10px 0;
  }
  .directions .slider .last .all {
    font-size: 14px !important;
  }
  .directions .slider .last .all img {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  .top .logo {
    width: calc(25% - 10px);
  }
  .top .logo img {
    width: 110%;
  }
  .top.white .logo {
    top: -1px;
  }
  .top .nav {
    width: calc(55% - 50px);
  }
  .top .menuTop {
    width: calc(55% - 50px);
  }
  .top .searchForm {
    width: calc(55% - 100px);
  }
  .top .searchForm form {
    display: none;
  }
  .top .searchForm.searchTop form {
    display: block;
  }
  .top .nav ul {
    display: none;
  }
  .top .menuTop ul {
    display: none;
  }
  .top .user {
    width: 20%;
  }
  .top.white {
    padding: 10px 0;
    padding-top: calc(10px + env(safe-area-inset-top));
  }
  .top .menuTop ul {
    display: none;
  }
  .header {
    padding-top: 120px;
  }
  .top .burger {
    display: inline-block;
  }
  .rules {
    margin: 0 0 20px;
  }
  .advantages {
    padding: 20px 0 40px;
  }
  .promo .slider {
    aspect-ratio: 1200 / 816;
  }
  .promo .searchForm {
    top: 200px;
  }
  .promo .searchForm form ul.fourColumns li {
    width: 36%;
  }
  .promo .searchForm form ul.fourColumns li:nth-child(3n) {
    display: none;
  }
  .promo .searchForm form ul.fourColumns li:nth-child(4) {
    width: 24%;
  }
  .promo .searchForm form button,
  .promo .searchForm form button:hover {
    width: 105%;
  }
  .catalog ul.fourColumns li {
    width: 32%;
    margin: 0 1.5% 20px 0;
  }
  .catalog ul.fourColumns li:nth-child(4n) {
    width: 32%;
    margin: 0 1.5% 20px 0;
  }
  .catalog ul.fourColumns li:nth-child(3n) {
    width: 32%;
    margin: 0 0 20px;
  }
  .banner .bgcoralgrad {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  .directions .slider .slick-prev,
  .directions .slider .slick-prev:hover {
    left: -22px;
  }
  .directions .slider .slick-next,
  .directions .slider .slick-next:hover {
    right: -22px;
  }
  .partners .slider .slick-prev,
  .partners .slider .slick-prev:hover {
    left: -22px;
  }
  .partners .slider .slick-next,
  .partners .slider .slick-next:hover {
    right: -22px;
  }
  .directions.section .slider .slide {
    width: 32%;
    margin: 0 1.5% 30px 0;
  }
  .directions.section .slider .slide:nth-child(4n) {
    width: 32%;
    margin: 0 1.5% 30px 0;
  }
  .directions.section .slider .slide:nth-child(3n) {
    width: 32%;
    margin: 0 0 30px;
  }
  .rules ul.twoColumns li {
    padding: 10px 30px 30px;
    width: calc(100% - 62px);
    margin: 0 auto 20px;
  }
  .promo .searchForm form ul.fourColumns li:nth-child(1) .icon {
    left: -5px;
  }
  .advantages ul.fourColumns li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .advantages ul.fourColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px;
  }
  .footer ul.fourColumns {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: 7%;
  }
  .footer ul.fourColumns li:nth-child(1) {
    width: 49%;
    margin: 0 2% 20px 0;
    order: 3;
  }
  .footer ul.fourColumns li:nth-child(2) {
    width: 47%;
    margin: 0 0 20px 4%;
    order: 1;
  }
  .footer ul.fourColumns li:nth-child(3) {
    width: 49%;
    margin: 0 0 20px;
    order: 2;
  }
  .footer ul.fourColumns li:nth-child(4) {
    width: 49%;
    margin: 0 0 20px;
    order: 4;
  }
  .footer .copyrights {
    text-align: center;
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .sectionsLinks ul.threeColumns li:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .sectionsLinks ul.threeColumns li:nth-child(3) {
    width: 49%;
    margin: 0 0 20px 0;
  }
  .sectionsLinks ul.threeColumns li:nth-child(1) a {
    max-height: 150px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(1) a img {
    top: -30px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(1) a .title {
    max-width: 200px;
  }
  .catalog .flex {
    display: block;
  }
  .catalog .flex .filter {
    position: fixed;
    display: none;
    left: 10px;
    top: 3040px;
    margin: 0 0 20px;
    width: calc(100% - 57px);
    height: calc(100% - 115px);
    border: 0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
  }
  .catalog .flex .filter.active {
    display: block;
    top: 65px;
    z-index: 8;
  }
  .catalog .flex .filter form {
    position: absolute;
    top: 40px;
    left: 30px;
    bottom: 90px;
    right: 10px;
    display: block;
    width: calc(100% - 60px);
    height: calc(100% - 110px);
    margin: 0;
    padding: 0 20px 0 0;
    overflow-y: scroll;
  }
  .filterMenu {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: -140px;
    width: 24px;
    padding: 10px 10px 8px;
    font-size: 0;
    border: 1px solid #dedede;
    z-index: 9;
  }
  .filterMenu.active {
    position: fixed;
    top: 79px;
  }
  .filter .filterItem .list {
    overflow: initial;
    max-height: 100%;
  }
  .filter .filterItem.last {
    position: fixed;
    left: 30px;
    bottom: 20px;
    width: calc(100% - 64px);
  }
  .categories.filtered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 0 5px;
    margin: 0 0 10px;
    top: 0;
    border-radius: 12px;
  }
  .categories.notoppadding {
    padding: 0 0 10px;
  }
  .products {
    width: 100%;
  }
  .header .breadcrumbs {
    margin: 0 0 2px;
  }
  .catalog ul.threeColumns li {
    width: 32%;
    margin: 0 1.5% 20px 0;
  }
  .catalog ul.threeColumns li:nth-child(2n) {
    width: 32%;
    margin: 0 1.5% 20px 0;
  }
  .catalog ul.threeColumns li:nth-child(3n) {
    width: 32%;
    margin: 0 0 20px;
  }
  .cardInfo .wrap {
    flex-wrap: wrap;
  }
  .cardInfo .wrap .main {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .cardInfo .wrap .sidebar {
    width: 100%;
    margin: 0 0 20px;
    order: 1;
  }
  .cardInfo .wrap .sidebar .orderForm {
    position: relative;
    top: auto;
    margin: 15px 0 0;
  }
  .authForm form {
    max-width: 100%;
  }
  .orderForm form label .info {
    right: 0;
  }
  .dashboard ul.threeColumns.dashboardList li {
    width: calc(49% - 60px) !important;
    margin: 0 2% 20px 0 !important;
  }
  .dashboard ul.threeColumns.dashboardList li:nth-child(3n) {
    width: calc(49% - 60px) !important;
    margin: 0 2% 20px 0 !important;
  }
  .dashboard ul.threeColumns.dashboardList li:nth-child(2n) {
    width: calc(49% - 60px) !important;
    margin: 0 0 20px !important;
  }
  .statsBlock {
    padding: 20px 30px;
  }
  .statsBlock ul.fourColumns li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .statsBlock ul.fourColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px;
  }
  .statsBlock ul.fourColumns li:nth-child(3) {
    margin: 0;
  }
  .statsBlock ul.fourColumns li:nth-child(4) {
    margin: 0;
  }
  .statsBlock .uptitle {
    font-size: 12px;
  }
  .statsBlock .data {
    font-size: 24px;
  }
  .error404 .e404 {
    font-size: 20em;
  }
  .error404 .e404:before {
    display: none;
  }
  .categories .slider .title {
    line-height: 12px;
  }
  .categories {
    padding: 30px 0 5px;
  }
  .catalog .catalogGrid .caption {
    width: calc(100% - 15px);
    margin: 0 0 0 5px;
  }
  .header .utils {
    vertical-align: top;
  }
  .header .statusBlock {
    width: calc(100% - 70px);
    vertical-align: top;
    margin: 0 0 10px;
  }
  .header .statusBlock .item {
    margin: 0 5px 5px 0;
  }
  .hero {
    min-height: 200px;
  }
  .partners .sidebar {
    width: 100%;
    margin: 0;
  }
  .partners .main {
    width: 100%;
    margin: 0;
  }
  .partners .sidebar .partnerSide {
    width: calc(100% - 40px);
  }
  .header .statusBlock {
    max-height: 23px;
    overflow: hidden;
  }
  .dashboard ul.threeColumns.firstToDo li:nth-child(n) {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .top .logo {
    width: calc(45% - 10px);
  }
  .top .nav {
    width: calc(30% - 50px);
  }
  .top .menuTop {
    width: calc(40% - 50px);
  }
  .top .burger {
    margin: 0 0 0 85px;
  }
  .top.white .menuTop {
    width: calc(40% - 50px);
  }
  .top.white.author .menuTop {
    width: calc(30% - 50px);
  }
  .top .searchForm {
    width: calc(20% - 50px);
  }
  .top.white .searchForm {
    width: calc(20% - 50px);
  }
  .top.white.customer .searchForm {
    width: calc(20% - 50px);
  }
  .top .user {
    width: calc(30% - 50px);
  }
  .top.white .nav {
    margin: 0 0 0 10px;
    padding: 8px 10px 7px;
  }
  .top.white .nav span {
    display: none;
  }
  .top.white .nav:hover {
    padding: 8px 10px 7px;
  }
  .top.white .nav img {
    width: 18px;
    margin: 0 auto;
  }
  .promo .slider {
    aspect-ratio: 568 / 816;
  }
  .promo .searchForm {
    top: 240px;
  }
  .promo .searchForm form ul.fourColumns li {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid #eaecf0;
  }
  .promo .searchForm form ul.fourColumns li:nth-child(3n) {
    display: none;
  }
  .promo .searchForm form ul.fourColumns li:nth-child(4) {
    width: 100%;
    padding-top: 15px;
  }
  .promo .searchForm form button,
  .promo .searchForm form button:hover {
    width: 100%;
  }
  .header h1 {
    width: calc(100% - 40px);
  }
  .catalog ul.fourColumns li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .catalog ul.fourColumns li:nth-child(3n) {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .catalog ul.fourColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px;
  }
  .categories .slider .slide {
    margin: 0 10px;
  }
  .categories .slider .title {
    font-size: 11px;
  }
  .banner ul.twoColumns li ul.twoColumns li {
    width: calc(100% - 20px);
    margin: 0 0 20px;
  }
  .banner ul.twoColumns li ul.twoColumns li:nth-child(2n) {
    width: calc(100% - 20px);
    margin: 0 0 20px;
  }
  .filterMenu {
    right: 1%;
  }
  .filterMenu.active {
    top: 79px;
  }
  .catalog .flex .filter form {
    position: absolute;
    top: 40px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) a {
    max-height: 150px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) a img {
    top: -30px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) a .title {
    max-width: 200px;
  }
  .directions .slider#directions {
    height: 215px;
  }
  .directions .slider .slide {
    font-size: 13px !important;
    line-height: 18px;
  }
  .directions .slider .last .all img {
    width: 60px;
  }
  .directions .slider a.title.normal {
    font-size: 13px !important;
    line-height: 13px;
  }
  .promo .searchForm form select {
    background: url(/local/templates/main/css/../images/icons/icon.angle.down.svg)
      right 0 top 16px no-repeat;
    background-size: 18px;
  }
  .directions.section .slider .slide {
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .directions.section .slider .slide:nth-child(3n) {
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .directions.section .slider .slide:nth-child(2n) {
    width: 49%;
    margin: 0 0 30px;
  }
  .rules .uptitle {
    padding: 10px 0;
  }
  .rules p {
    width: 100%;
  }
  .partners .slide .userpic {
    display: block;
  }
  .partners .slide .caption {
    width: 100%;
  }
  .partners .slide .caption ul.stats li {
    margin: 0 5px 0 0;
  }
  .catalog ul.threeColumns li {
    width: 100%;
    margin: 0 2% 20px 0;
  }
  .catalog ul.threeColumns li:nth-child(3n) {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .catalog ul.threeColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px;
  }
  .hero ul.twoColumns li {
    width: 100%;
    margin: 0 auto 5px;
  }
  .hero .image img {
    width: 100%;
  }
  .hero ul.twoColumns li ul.twoColumns li img {
    width: 70%;
  }
  .orderForm form .btn {
    padding: 15px 0;
  }
  .cardInfo .main .partnerInfo .userpic {
    display: block;
  }
  .cardInfo .main .partnerInfo .caption {
    width: 100%;
  }
  .blog ul.threeColumns.blogList {
    display: block;
    width: 100%;
  }
  .blog ul.threeColumns.blogList li:nth-child(n) {
    width: calc(49% - 2px);
    margin: 0 2% 10px 0;
  }
  .blog ul.threeColumns.blogList li:nth-child(3n) {
    width: calc(49% - 2px);
    margin: 0 2% 10px 0;
  }
  .blog ul.threeColumns.blogList li:nth-child(2n) {
    width: calc(49% - 2px);
    margin: 0 0 10px;
  }
  .blog ul.blogList li p {
    max-height: 130px;
  }
  .blog ul.blogList li p:after {
    display: block;
  }
  ul.twoColumns.conditionsList li:nth-child(n) {
    width: calc(100% - 40px);
    margin: 0 auto 10px;
  }
  .error404 .e404 {
    font-size: 15em;
  }
  ul.fourColumns.accomodationsList li:nth-child(n) {
    width: 24%;
    margin: 0 1.3333% 10px 0;
  }
  ul.fourColumns.accomodationsList li:nth-child(1) {
    padding: 15px 20px 10px;
    width: calc(100% - 40px);
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(5) {
    width: 24%;
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(6) {
    display: none;
  }
  .accomodationsList li:nth-child(2) .image img {
    width: 100%;
  }
  .footer .caption {
    width: 100%;
    padding: 0;
  }
  .footer .caption br {
    display: none;
  }
  .eula {
    width: calc(90% - 40px);
    padding: 20px 20px 5px;
  }
  .eula p {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 17px;
  }
  .eula button {
    width: 100%;
  }
  .statsBlock .uptitle {
    font-size: 11px;
  }
  .statsBlock .data {
    font-size: 22px;
  }
  .dashboard ul.threeColumns.dashboardList li:nth-child(n) {
    width: calc(100% - 60px) !important;
    margin: 0 0 20px !important;
  }
  .advantages {
    width: 90%;
    margin-left: 5%;
  }
  .categories .slider .slick-prev {
    left: -10px;
  }
  .categories .slider .slick-next {
    right: -10px;
  }
  .hero ul.twoColumns li {
    display: none;
  }
  .hero ul.twoColumns li:nth-child(1) {
    display: block;
  }
  .hero ul.twoColumns li:nth-child(1) .image {
    border-radius: 12px;
  }
  .personalSection .personalSide ul.sectionList li a {
    width: calc(100% - 20px);
    padding: 5px 10px;
  }
  .partners {
    padding: 20px 0 60px;
  }
  .sitemap ul.threeColumns li {
    width: 100%;
    margin: 0 0 5px;
  }
  .partners .slide .userpic {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .partners .caption .position {
    width: 110%;
  }
  .catalogContent ul.twoColumns li:nth-child(n) {
    width: 100%;
    margin: 0 auto;
  }
  .catalogContent ul.twoColumns li:nth-child(2n) {
    width: 100%;
    margin: -30px auto 0;
  }

  .statsBlock ul.fiveColumns li {
    width: 32%;
    margin: 0 1.5% 20px 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(4) {
    width: 32%;
    margin: 0 1.5% 0 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(5) {
    width: 32%;
    margin: 0 1.5% 0 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(3) {
    width: 32%;
    margin: 0 0 20px 0;
  }
  .bordered {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .error404 .e404 {
    font-size: 100px;
    margin: 20px auto 20px;
  }
  .error404 .content {
    width: 70%;
    margin: 0 auto 50px;
  }
  .error404 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 454px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 30px;
  }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .top .nav {
    width: calc(25% - 50px);
  }
  .top .user {
    width: calc(40% - 50px);
  }
  .top .searchForm.searchTop form {
    display: none;
  }
  .top.white .logo {
    top: -2px;
    width: calc(35% - 10px);
  }
  .top.white.author .menuTop {
    width: calc(31% - 50px);
  }
  .top.white.customer .searchForm {
    width: calc(20% - 50px);
  }
  .promo .searchForm {
    top: 190px;
  }
  .partners {
    padding: 20px 0 60px;
  }
  .footer .socials {
    width: 100%;
    padding: 0;
  }
  .cardInfo .main .quickParams {
    width: calc(100% - 40px);
  }
  .cardInfo .main .quickParams ul.threeColumns li {
    width: 49%;
    margin: 0 2% 0 0;
  }
  .cardInfo .main .quickParams ul.threeColumns li:nth-child(3n) {
    width: 100%;
    margin: 0;
  }
  .cardInfo .main .quickParams ul.threeColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 0 0;
  }
  .cardInfo .main .partnerInfo {
    width: 100%;
  }
  .cardInfo .main .partnerInfo .userpic {
    display: inline-block;
  }
  .cardInfo .main .partnerInfo .caption {
    width: calc(100% - 90px);
  }
  .cardInfo .main .cardAdvantages ul.avantagesList li {
    width: 100%;
    padding: 0 0 10px;
  }
  ul.fourColumns.tourGallery li {
    width: 32%;
    margin: 0 1.5% 10px 0;
  }
  ul.fourColumns.tourGallery li:nth-child(4n) {
    width: 32%;
    margin: 0 1.5% 10px 0;
  }
  ul.fourColumns.tourGallery li:nth-child(3n) {
    width: 32%;
    margin: 0 0 10px;
  }
  ul.fourColumns.tourGallery li:nth-child(7) {
    display: none;
  }
  ul.fourColumns.tourGallery li:nth-child(8) {
    display: none;
  }
  .advantages ul.fourColumns li:nth-child(n) {
    width: 100%;
    margin: 0 auto 20px;
  }
  .rules ul.twoColumns li {
    padding: 10px 20px 30px;
    width: calc(100% - 42px);
  }
  ul.fourColumns.accomodationsList li:nth-child(n) {
    width: 32%;
    margin: 0 1.5% 10px 0;
  }
  ul.fourColumns.accomodationsList li:nth-child(1) {
    width: calc(100% - 40px);
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(4) {
    width: 32%;
    margin: 0 0 10px;
  }
  ul.fourColumns.accomodationsList li:nth-child(5) {
    display: none;
  }
  ul.fourColumns.accomodationsList li .caption .title {
    font-size: 18px;
  }
  .footer ul.fourColumns li:nth-child(1) {
    width: 100%;
    margin: 0 0 20px;
    order: 4;
    text-align: center;
  }
  .footer ul.fourColumns li:nth-child(2) {
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
    order: 1;
    display: none;
  }
  .footer ul.fourColumns li:nth-child(3) {
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
    order: 2;
    display: none;
  }
  .footer ul.fourColumns li:nth-child(4) {
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
    order: 3;
    display: none;
  }
  .footer .link {
    display: block;
  }
  .footer .info .title img {
    left: -27px;
  }
  .footer .logo {
    width: auto;
    display: none;
  }
  .footer .caption {
    display: none;
  }
  .blog {
    padding: 0 0 30px;
  }
  .blog ul.threeColumns.blogList li:nth-child(n) {
    width: 100%;
    margin: 0 0 10px;
  }
  .blog ul.blogList li .title {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
  .blog ul.blogList li p {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .blog img.floatRight {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .blog img.fourColumns {
    width: calc(49% - 4px);
    margin: 0 2% 20px 0;
  }
  .banner .title br {
    display: none;
  }
  .categories .slider .title {
    font-size: 10px;
  }
  .filterMenu.active {
    top: 76.3px;
  }
  .madeinrussia {
    margin: 0 auto;
  }
  .directions .slider#directions {
    height: 195px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) a {
    max-height: 120px;
  }
  .sectionsLinks ul.threeColumns li:nth-child(n) a img {
    top: -20px;
  }
  .sectionsLinks a .title {
    top: calc(50% - 24px);
  }
}
@media only screen and (max-width: 385px) {
  .mobileMenu .logo {
    width: 137px;
  }
  .top.white .menuTop {
    width: calc(40% - 50px);
  }
  .top.white .searchForm {
    width: calc(20% - 50px);
  }
  .top.white.customer .searchForm {
    width: calc(20% - 50px);
  }
  .top.white.author .menuTop {
    width: calc(31% - 35px);
  }
  .catalog ul.fourColumns li {
    width: 100%;
    margin: 0 0 20px;
  }
  .catalog ul.fourColumns li:nth-child(3n) {
    width: 100%;
    margin: 0 0 20px;
  }
  .catalog ul.fourColumns li:nth-child(2n) {
    width: 100%;
    margin: 0 0 20px;
  }
  .catalog .image img {
    width: 100%;
  }
  .advantages ul.fourColumns li:nth-child(n) {
    width: 100%;
    margin: 0 auto 20px;
  }
  .catalog ul.threeColumns li:nth-child(n) {
    width: 100%;
    margin: 0 auto 20px;
  }
  .catalog ul.twoColumns li:nth-child(n) {
    width: 100%;
    margin: 0 auto 20px;
  }
  .banner .bgcoralgrad {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .promo .searchForm {
    top: 220px;
  }
  .air-datepicker.-active-:not(.-custom-position-) {
    left: 0 !important;
  }
  .catalog .title {
    height: auto;
  }
  .categories .slider .title {
    font-size: 9px;
  }
  .categories .slider img {
    max-width: 40px;
  }
  .directions .slider#directions {
    height: 188px;
  }
  .statsBlock ul.fiveColumns li {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(2n) {
    width: 49%;
    margin: 0 0 20px 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(3) {
    width: 49%;
    margin: 0 0 20px 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(4) {
    width: 49%;
    margin: 0 0 0 0;
  }
  .statsBlock ul.fiveColumns li:nth-child(5) {
    width: 49%;
    margin: 0 1.5% 0 0;
  }
  .banner a.btn,
  .banner a.btn:hover {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 0;
  }
  .catalog a.btn,
  .catalog a.btn:hover {
    padding: 10px 0;
    width: 100%;
  }
  .hero {
    min-height: 170px;
  }
}
@media only screen and (max-width: 340px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 30px;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 28px;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .error404 .e404 {
    font-size: 80px;
    margin: 40px auto 20px;
  }
  .categories .slider .title {
    font-size: 8px;
  }
  .directions .slider#directions {
    height: 170px;
  }
}
/* End */
/* /local/templates/main/css/slick.css?17178628031345 */
/* /local/templates/main/css/main.css?173972338697001 */
/* /local/templates/main/css/air-datepicker.css?170620481521621 */
/* /local/templates/main/css/notification.center.css?1736243622986 */
/* /local/templates/main/css/responsive.css?174068176721751 */
