a {
  text-decoration: none;
  color: inherit;
}
.inside-full {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.inside {
  width: 1744px;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin: 0 auto;
}
body {
  font-family: 'DIN Pro';
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
}
.languages-wrapper ul,
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.languages-wrapper ul {
   justify-content: center; 
}
.languages-wrapper ul li {
    margin: 0 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.languages-wrapper ul li.current-lang {
    color: #a0c9d9;
}
.header .nav li.lang-item {
    font-weight: 400;
    margin-left: 10px;
}
.header .nav .languages-wrapper {
    margin-left: 40px;
}
.header .nav li.lang-item:first-child {
    border-right-color: #000 ;
    padding-right: 14px;
}
.languages-wrapper ul li:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.mobile-navigation .languages-wrapper {
    margin-top: 20px;
}
.cover video {
    object-fit: cover;
  height: 100%;
}
.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contain video,
.contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-c {
  justify-content: center;
}
.flex-r {
  justify-content: flex-end;
}
.flex-l {
  justify-content: flex-start;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-vertical {
  flex-direction: revert;
}
.slider-main {
    position: relative;
}
.slider-main .mob-image {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.slider-main .pc-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
body {
  padding-top: 100px;
}
.header {
  padding: 22px 0;
  background-color: #fff;
  font-weight: 400;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 4;
}
.header.fixed {
  position: fixed;
  transition: all 0.5s ease 0s;
  padding: 6px 0;
  
}
.header .hours {
  margin-left: 66px;
}
.header .hours span {
  color: #4d748c;
}
.header .nav {
  font-size: 19px;
}
.header .nav li {
  margin-left: 48px;
  text-transform: uppercase;
  font-weight: 700;
}
.header .nav li a {
  transition: all 0.3s ease 0s;
}
.header .nav li a:hover {
  color: #4d748c;
  transition: all 0.3s ease 0s;
}
.header .nav-open .toggler {
  background: #fff;
}
.header .nav-open .toggler .menu-btn .line {
  background: #4d748c;
}
.toggler {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #4d748c;
  margin-left: 50px;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
.toggler .menu-btn {
  position: absolute;
  top: 11px;
  right: 9px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  z-index: 2;
}
.toggler .menu-btn .line {
  padding: 0;
  width: 24px;
  background: #fff;
  height: 3px;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}
.toggler .menu-btn .line.line--1 {
  width: 28px;
  transform: rotate(0) translateY(0);
}
.toggler .menu-btn .line.line--1.line-cross {
  width: 30px;
  transform: rotate(45deg) translateY(6px) translateX(5px);
}
.toggler .menu-btn .line.line--2 {
  width: 28px;
  transform: translateX(0);
}
.toggler .menu-btn .line.line--2.line-fade-out {
  width: 28px;
  transform: translate(10px);
  opacity: 0;
}
.toggler .menu-btn .line.line--3 {
  width: 28px;
  transform: rotate(0) translateY(0);
}
.toggler .bottom-header-line .navigation {
  display: none;
}
.toggler .menu-btn .line.line--3.line-cross {
  width: 30px;
  transform: rotate(-45deg) translateY(-6px) translateX(5px);
}
.main {
  position: relative;
}
.main .soc {
  position: absolute;
  right: 90px;
  top: 66px;
  z-index: 1;
}
.main .soc li {
  margin-bottom: 20px;
}
.main .soc li a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #84b8cd;
  text-align: center;
  line-height: 38px;
  display: block;
}
.main .soc li a img {
  display: inline-block;
  vertical-align: middle;
}
.main .slide {
  background-repeat: no-repeat ;
  background-position: center;
  padding: 150px 0 166px 0;
  color: #fff;
  text-align: center;
  position: relative;
  height: 500px;
  box-sizing: border-box;
}
.main .slide.dark:after {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.main .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}
.main .slick-dots button {
  background: #bdbcbc;
  padding: 0;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  border: none;
  cursor: pointer;
  color: transparent;
  font-size: 0;
}
.main .slick-dots .slick-active button {
  background: #fff;
}
.main .slick-arrow {
  width: 25px;
  height: 41px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: none;
  z-index: 1;
}
.main .slick-prev {
  left: 90px;
  background-image: url(../images/prev.png);
}
.main .slick-next {
  right: 90px;
  background-image: url(../images/next.png);
}
.main .inside {
  position: relative;
  z-index: 1;
}
.main .title-h1,
.main h1 {
  margin-bottom: 10px;
  font-size: 40px;
}
.main h1 strong {
  text-transform: uppercase;
  font-size: 130px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.services {
  padding: 24px 0 126px;
}
.services .services-list {
  width: 1264px;
}
.services .services-list .item {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  padding: 26px 10px 26px 104px;
  position: relative;
  display: block;
  width: 400px;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.services .services-list .item svg {
  transition: all 0.3s ease 0s;
}
.services .services-list .item svg .st0 {
  fill: #4D748C;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:before {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
}
.services .services-list .item:hover {
  transition: all 0.3s ease 0s;
}
.services .services-list .item:hover:before {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:hover svg {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.services .services-list .item:nth-child(1):hover {
  background: #f8f0f2;
}
.services .services-list .item:nth-child(1):hover:before {
  background: #e73863;
}
.services .services-list .item:nth-child(1):hover svg .st0 {
  fill: #e73863;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:nth-child(2):hover {
  background: #f7f5ed;
}
.services .services-list .item:nth-child(2):hover:before {
  background: #fdc50b;
}
.services .services-list .item:nth-child(2):hover svg .st0 {
  fill: #fdc50b;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:nth-child(3):hover {
  background: #f1e9f4;
}
.services .services-list .item:nth-child(3):hover:before {
  background: #a848cb;
}
.services .services-list .item:nth-child(3):hover svg .st0 {
  fill: #a848cb;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:nth-child(4):hover {
  background: #f2f8eb;
}
.services .services-list .item:nth-child(4):hover:before {
  background: #7cc428;
}
.services .services-list .item:nth-child(4):hover svg .st0 {
  fill: #7cc428;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:nth-child(5):hover {
  background: #ecf7f8;
}
.services .services-list .item:nth-child(5):hover:before {
  background: #14b5c3;
}
.services .services-list .item:nth-child(5):hover svg .st0 {
  fill: #14b5c3;
  transition: all 0.3s ease 0s;
}
.services .services-list .item:nth-child(6):hover {
  background: #f8f0f2;
}
.services .services-list .item:nth-child(6):hover:before {
  background: #e677b6;
}
.services .services-list .item:nth-child(6):hover svg .st0 {
  fill: #e677b6;
  transition: all 0.3s ease 0s;
}
.services .services-list .item svg {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 66px;
}
.services .services-list .item h2 {
  font-weight: 700;
  color: #4d748c;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.services .services-list .item:nth-child(1),
.services .services-list .item:nth-child(2),
.services .services-list .item:nth-child(3) {
  margin-bottom: 20px;
}
.services .rent {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.services .rent:before {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background: #4d748c;
}
.services .rent:hover:before {
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.services .rent:hover .top span:before {
  height: 90px;
}
.services .rent:hover .top span:after {
  width: 104px;
}
.services .rent .top {
  width: 430px;
  box-sizing: border-box;
  padding: 34px 20px 20px 166px;
  display: block;
  position: relative;
  height: 164px;
  font-size: 18px;
  line-height: 1.1;
}
.services .rent .top span {
  width: 108px;
  height: 94px;
  border: 2px solid #4d748c;
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 34px;
  top: 34px;
}
.services .rent .top span:before {
  height: 30px;
  width: 9px;
  background: #ffffff url(../images/arrow-up.svg) no-repeat 0 3px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  transition: all 0.3s ease 0s;
}
.services .rent .top span:after {
  width: 30px;
  height: 8px;
  background: #ffffff url(../images/arrow-left.svg) no-repeat 3px center;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  transition: all 0.3s ease 0s;
}
.services .rent .top svg {
  position: absolute;
  left: 50%;
  margin-top: -18px;
  margin-left: -22px;
  top: 50%;
  fill: #4D748C;
}
.services .rent .top .link {
  font-weight: 700;
  color: #4d748c;
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  margin-bottom: 16px;
}
.services .rent .phones {
  font-weight: 500;
  font-size: 18px;
  padding-left: 34px;
}
.services .rent .phones a {
  transition: all 0.3s ease 0s;
}
.services .rent .phones a:hover {
  color: #4d748c;
  transition: all 0.3s ease 0s;
}
.poster {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}
.poster .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.poster .video video {
  width: 100%;
}
.poster .cover {
    background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.poster .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  
}
.poster .inside {
  position: relative;
  z-index: 1;
  width: 860px;
}
.poster h3 {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.poster .sign {
  margin-bottom: 10px;
}
.poster .sign span {
  display: inline-block;
  position: relative;
}
.poster .sign span:before {
  position: absolute;
  background: #fff;
  height: 1px;
  width: 80px;
  content: "";
  top: 10px;
  left: -90px;
}
.poster .sign span:after {
  position: absolute;
  background: #fff;
  height: 1px;
  width: 80px;
  content: "";
  top: 10px;
  right: -90px;
}
.poster:after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.butik-slider {
  padding-top: 38px;
  margin-bottom: 100px;
  
  position: relative;
}
.butik-slider > .flex.flex-c {
    margin-bottom: 30px;
}
.butik-slider.butik-slider-1 .ui-slider-handle {
  background: #14b5c3;
}
.butik-slider.butik-slider-2 .ui-slider-handle {
  background: #fdc50b;
}
.butik-slider.butik-slider-3 .ui-slider-handle {
  background: #e73863;
}
.butik-slider .ui-slider .ui-slider-handle {
  width: 6.4%;
  height: 5px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.butik-slider .ui-slider-horizontal {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.butik-slider > .flex.flex-c .item {
    max-width: 49%;
    padding: 0 1%;
    box-sizing: border-box;
}
.butik-slider > .flex.flex-c .item a {
    max-width: 100%;
    margin: 0 auto;
}
.butik-slider .button {
  text-align: center;
}
.butik-slider .slick-slider {
    margin-bottom: 30px;
}
.butik-slider .button a {
  width: 236px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  color: #4d748c;
  border: 2px solid #4d748c;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.butik-slider .button a:hover {
  background: #4d748c;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.butik-slider .item {
  padding: 6px 0;
}
.butik-slider .item a {
  width: 170px;
  margin: 0 8px;
  height: 116px;
  box-sizing: border-box;
  border: 2px solid transparent;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  position: relative;
}
.butik-slider .item a span {
  background: #e73863;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px 4px;
}
.butik-slider .item a:hover {
  border: 2px solid #4d748c;
  transition: all 0.3s ease 0s;
}
.about {
  position: relative;
  padding: 96px 0;
}
.about .swiper-scrollbar {
  position: absolute;
  height: 6px;
  bottom: -10px;
  width: 100%;
}
.about .swiper-scrollbar span {
  background: #4d748c;
  width: 12.6%;
  height: 6px;
  position: absolute;
}
.about:after {
  width: 50%;
  height: 100%;
  background: #4d748c;
  content: "";
  top: 0;
  right: 0;
  z-index: 0;
  position: absolute;
}
.about .count {
  color: #fff;
  font-size: 28px;
  right: 90px;
  bottom: 30px;
  position: absolute;
  z-index: 1;
}
.about .count span {
  font-size: 36px;
  font-weight: 700;
}
.about .slick-prev {
  position: absolute;
  right: 300px;
  bottom: -70px;
  width: 25px;
  height: 41px;
  background: url(../images/prev.png) no-repeat center;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 36px;
  background-size: 22px auto;
}
.about .slick-next {
  position: absolute;
  right: 220px;
  bottom: -70px;
  width: 25px;
  height: 41px;
  background: url(../images/next.png) no-repeat center;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 36px;
  background-size: 22px auto;
}
.about .list {
  padding-left: 342px;
  position: relative;
  z-index: 1;
}
.about .list .slick-slide > div {
  padding: 0 36px 0 0;
}
.about .text {
  width: 710px;
  padding: 42px 120px 60px 90px;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 140px;
  left: 0;
  font-size: 18px;
  line-height: 1.7;
  z-index: 2;
  max-width: 100%;
  box-sizing: border-box;
}
.about .text strong {
    font-weight: 700;
}
.about .text .title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #4d748c;
  margin-left: -4px;
}
.about .text .button {
  margin-top: 48px;
}
.about .text .button a {
  width: 236px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  color: #4d748c;
  border: 2px solid #4d748c;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.about .text .button a:hover {
  background: #4d748c;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.subscribe {
  padding: 52px 0 100px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.subscribe .form {
  display: none;
}
.subscribe .form .label {
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin-top: 40px;
}
.subscribe .form .label strong {
  font-weight: 500;
}
.subscribe .form .group {
  margin-bottom: 20px;
}
.subscribe .form .field {
  text-align: left;
}
.subscribe .form .field.full {
  margin-bottom: 20px;
}
.subscribe .form .field input {
  width: 580px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  transition: all 0.3s ease 0s;
  height: 54px;
  background: none;
  color: #757575;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 400;
}
.subscribe .form .field input:focus {
  transition: all 0.3s ease 0s;
  border-bottom-color: #4d748c;
}
.subscribe .form .checkboxes {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
}
.subscribe .form .checkboxes li {
  width: 320px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.subscribe .form .checkboxes li label {
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.subscribe .form .checkboxes li label input {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 0;
  left: 0;
  top: 8px;
}
.subscribe .form .checkboxes li label input + span {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eaeaea;
  border-radius: 2px;
  left: 0;
  top: 8px;
}
.subscribe .form .checkboxes li label input:checked + span:after {
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  content: "";
  background: url(../images/check.png) no-repeat center;
  position: absolute;
}
.subscribe .title {
  margin-bottom: 28px;
  font-weight: 900;
  color: #4d748c;
  font-size: 44px;
  text-transform: uppercase;
}
.subscribe .inside {
  width: 1310px;
}
.subscribe .button {
  margin-top: 46px;
}
.subscribe .button a,
.subscribe .button button {
  width: 330px;
  max-width: 100%;
  height: 50px;
  line-height: 44px;
  display: inline-block;
  color: #4d748c;
  border: 2px solid #4d748c;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
}
.subscribe .button a:hover,
.subscribe .button button:hover {
  background: #4d748c;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.subscribe .button button {
  line-height: normal;
}
.insta-feed {
  padding-top: 100px;
}

.insta-feed .insta-header {
  margin-bottom: 44px;
}
.insta-feed .insta-header .ttl {
  color: #1a1a18;
  padding-right: 40px;
  border-right: 2px solid #4d748c;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.insta-feed .insta-header .ttl p {
  font-size: 30px;
  margin-bottom: 6px;
}
.insta-feed .insta-header .ttl strong {
  font-size: 60px;
  font-weight: 700;
  color: #4d748c;
  text-transform: uppercase;
}
.insta-feed .insta-header .name {
  color: #1a1a18;
  font-size: 30px;
}
.insta-feed .insta-header .name span {
  display: inline-block;
  margin-right: 16px;
  color: #4d748c;
  font-family: Arial;
}
.insta-feed .insta-list .item div {
  padding: 0 10px;
}
.insta-feed .insta-list .item div img {
  max-width: 100%;
}
.footer {
  padding: 74px 0 38px 0;
  margin-top: -4px;
  z-index: 1;
  position: relative;
  background: #1a1a18;
  color: #fff;
}
.footer .logo {
  width: 370px;
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px;
}
.footer .logo p:last-child {
    margin-top: 16px;
    font-size: 14px;
    color: #999
}
.footer .logo .textwidget {
  margin-top: 28px;
}
.footer .logo .slogan {
  margin-bottom: 22px;
  font-weight: 500;
}
.footer .logo p:first-child {
  margin-bottom: 22px;
}
.footer .logo strong {
  font-weight: 500;
}
.footer .coll-2 {
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px;
}
.footer .coll-2 a {
  transition: all 0.3s ease 0s;
}
.footer .coll-2 a:hover {
  color: #84b8cd;
  transition: all 0.3s ease 0s;
}
.footer .coll-2 li {
  margin-bottom: 10px;
}
.footer .coll-3 {
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px;
  width: 234px;
}
.footer .coll-3 a {
  transition: all 0.3s ease 0s;
}
.footer .coll-3 a:hover {
  color: #84b8cd;
  transition: all 0.3s ease 0s;
}
.footer .coll-3 p {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .coll-3 li {
  margin-bottom: 10px;
  padding-left: 33px;
  position: relative;
}
.footer .coll-3 li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}
.footer .coll-3 li.s1:before {
  background-image: url(../images/s1.png);
  top: 4px;
}
.footer .coll-3 li.s2:before {
  background-image: url(../images/s2.png);
  top: 6px;
}
.footer .coll-4 {
  width: 525px;
  height: 320px;
}
.copy {
  padding: 24px 0;
  text-align: center;
  color: #1a1a18;
  font-size: 18px;
}
.mobile-navigation {
  position: fixed;
  right: -1000px;
  width: 960px;
  max-width: 100vw;
  z-index: 4;
  height: 100vh;
  transition: all 0.6s ease 0s;
  top: 0;
}
.mobile-navigation .toggler {
  position: absolute;
  right: 30px;
  top: 20px;
  border: 2px solid #fff;
}
.mobile-navigation .mob {
  display: none;
}
.mobile-navigation .overlay {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transition: all 0.6s ease 0s;
}
.mobile-navigation.opened {
  right: 0;
  transition: all 0.6s ease 0s;
}
.mobile-navigation.opened .overlay {
  transition: all 0.6s ease 0s;
  right: 0;
}
.mobile-navigation .top-part {
  text-align: center;
  color: #fff;
  background: #4d748c;
  height: 55vh;
  width: 100%;
  line-height: 1.7;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 40px;
  box-sizing: border-box;
}
.mobile-navigation .top-part .hours {
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 20px;
}
.mobile-navigation .top-part .hours span {
  color: #cef1ff;
}
.mobile-navigation .top-part .nav a {
  transition: all 0.3s ease 0s;
}
.mobile-navigation .top-part .nav a:hover {
  transition: all 0.3s ease 0s;
  color: #cef1ff;
}
.mobile-navigation .top-part .soc {
  margin-top: 20px;
}
.mobile-navigation .top-part .soc li {
  margin: 0 14px;
}
.mobile-navigation .top-part .soc li a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  background: #779fb3;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.mobile-navigation .top-part .soc li a:hover {
  background: #a0c9d9;
  transition: all 0.3s ease 0s;
}
.mobile-navigation .bottom-part {
  color: #1a1a18;
  background: #fff;
  height: 45vh;
  width: 100%;
  padding-left: 100px;
  box-sizing: border-box;
}
.mobile-navigation .bottom-part .el {
  margin-bottom: 30px;
  color: #1a1a18;
  line-height: 1.4;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.mobile-navigation .bottom-part .el:before {
  position: absolute;
  width: 36px;
  height: 44px;
  content: "";
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.mobile-navigation .bottom-part .el strong {
  color: #4d748c;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.mobile-navigation .bottom-part .coll-1 {
  width: 280px;
  margin-right: 70px;
  box-sizing: border-box;
}
.mobile-navigation .bottom-part .coll-1 .el-1:before {
  background-image: url(../images/i1.png);
}
.mobile-navigation .bottom-part .coll-1 .el-2:before {
  background-image: url(../images/i2.png);
}
.mobile-navigation .bottom-part .coll-1 .el-3:before {
  background-image: url(../images/i3.png);
}
.mobile-navigation .bottom-part .coll-2 {
  box-sizing: border-box;
  width: 380px;
}
.mobile-navigation .bottom-part .coll-2 .el-1:before {
  background-image: url(../images/i4.png);
}
.mobile-navigation .bottom-part .coll-2 .el-2:before {
  background-image: url(../images/i5.png);
}
.mobile-navigation .bottom-part .coll-2 .el-3:before {
  background-image: url(../images/i6.png);
}
.page-header {
  background: #4d748c;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
  color: #fff;
}
.page-header.simple h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-header span {
  color: #a0c9d9;
}
.page-header h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.breadcrumbs {
  color: #1a1a18;
  padding: 15px 0;
  background: #e4e4e4;
}
.breadcrumbs li {
  font-size: 18px;
  font-weight: 500;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 2px solid #999;
}
.breadcrumbs li a {
  padding-bottom: 1px;
  display: block;
}
.breadcrumbs span {
  color: #858585;
  font-weight: 300;
  padding-bottom: 1px;
  display: block;
}
.categories-filter-main {
  padding-top: 10px;
}
.categories-filter-main .categories {
  margin-bottom: 10px;
}
.categories-filter-main .categories .inside {
  padding-left: 0;
  padding-right: 20px;
}
.categories-filter-main .categories .mCSB_container {
    padding: 20px 0;
}
.categories-filter-main .categories ul.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
}
.categories-filter-main .categories ul.menu li {
  margin: 0 8px;
}
.categories-filter-main .categories li a {
  display: block;
  min-width: 210px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid transparent;
  color: #4d748c;
  font-size: 17px;
  background: #fff;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 46px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 900;
}
.categories-filter-main .categories li a:hover {
  border-color: #4d748c;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.categories-filter-main .categories .current-stores-ancestor a,
.categories-filter-main .categories .current-menu-item a {
  border-color: #4d748c;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.categories-filter-main .filters {
  margin-bottom: 30px;
}
.categories-filter-main .filters .left button {
  font-weight: 700;
  color: #4d748c;
  text-transform: uppercase;
  font-size: 22px;
  border: none;
  background: none;
  padding: 0;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.categories-filter-main .filters .left button:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background: url(../images/f3.png) no-repeat center;
  left: 0px;
  top: 1px;
}
.categories-filter-main .filters .right button span,
.categories-filter-main .filters .right button a {
    padding-left: 50px;
}
.categories-filter-main .filters .right button {
  font-weight: 400;
  color: #1a1a18;
  font-size: 18px;
  border: none;
  background: none;
  padding: 0;
  
  position: relative;
  cursor: pointer;
}
.categories-filter-main .filters .right button:after {
  width: 1px;
  height: 30px;
  content: "";
  left: -18px;
  position: absolute;
  background: #b7b7b7;
  top: -4px;
}
.categories-filter-main .filters .right button:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  left: 10px;
  top: 1px;
  z-index: -1;
}
.categories-filter-main .filters .right .reset:before {
  background: url(../images/f2.png) no-repeat center;
}
.categories-filter-main .filters .right .hide {
  margin-left: 40px;
  display: none;
}
.categories-filter-main .filters .right .hide:before {
  background: url(../images/f3.png) no-repeat center;
}
.categories-filter-main .filters-body {
  background: #4d748c;
  padding: 24px;
  border-top: 2px solid #e4e4e4;
  margin-bottom: 30px;
}
.categories-filter-main .filters-body .search {
    position: relative;
}
.categories-filter-main .filters-body .search button {
    position: absolute;
    right: 7px;
    height: 34px;
    width: 34px;
    border-radius: 36px;
    border: none;
    transform: rotate(90deg);
    top: 6px;
    cursor: pointer;
    background: #fdfdfd;
}
.categories-filter-main .filters-body input {
  width: 380px;
  height: 46px;
  background: #ffffff url(../images/search.png) no-repeat 12px center;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 0;
  border: none;
}
.categories-filter-main .filters-body input[type="search"] {
    width: 100%;
}
.categories-filter-main .filters-body input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 400;
}
.categories-filter-main .filters-body input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 400;
}
.categories-filter-main .filters-body input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 400;
}
.categories-filter-main .filters-body input:-moz-placeholder {
  /* Firefox 18- */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 400;
}
.categories-filter-main .filters-body select {
  outline: none !important;
}
.categories-filter-main .filters-body .jq-selectbox__select-text {
  width: 380px;
  height: 46px;
  background: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  border: none;
  font-size: 18px;
  color: #1a1a18;
  line-height: 46px;
  cursor: pointer;
  padding-right: 50px;
}
.categories-filter-main .filters-body .jq-selectbox__dropdown {
  background: #e4e4e4;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.categories-filter-main .filters-body .jq-selectbox__dropdown li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  color: #1a1a18;
  transition: all 0.3s ease 0s;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.categories-filter-main .filters-body .jq-selectbox__dropdown li:not(.sel):hover {
  color: #4d748c;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.categories-filter-main .filters-body .jq-selectbox__dropdown .sel {
  background: #84b8cd;
  color: #fff;
}
.categories-filter-main .filters-body .jq-selectbox__trigger {
  padding-left: 13px;
  border-left: 1px solid #d7d7d7;
  position: absolute;
  top: 8px;
  right: 13px;
  height: 30px;
}
.categories-filter-main .filters-body .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  margin-top: 3px;
  border: 2px solid #4d748c;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.category-list .store {
  width: 400px;
  height: 400px;
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
  transform-style: preserve-3d;
}
.category-list .store .logo .bold {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  padding: 0 6px;
}
.category-list .store.hidden {
  visibility: hidden;
  height: auto;
}
.category-list .store .front {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: scale(0);
}
.category-list .store .front .close {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  top: 10px;
  right: 10px;
  position: absolute;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.2);
}
.category-list .store .front .inner .front-header .icons li img {
    width: 22px
}
.category-list .store .front .close:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 9px;
  height: 2px;
  width: 14px;
  transform: rotate(-45deg);
  background: #4d748c;
}
.category-list .store .front .close:after {
  position: absolute;
  content: "";
  right: 3px;
  bottom: 9px;
  height: 2px;
  width: 14px;
  transform: rotate(45deg);
  background: #4d748c;
}
.category-list .store .front .inner {
  background: #fff;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
}
.category-list .store .front .inner .front-header {
  padding-bottom: 16px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}
.category-list .store .front .inner .front-header .name {
  font-weight: 900;
  color: #1a1a18;
  text-transform: uppercase;  
  width: calc(100% - 116px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.category-list .store .front .inner .front-header .icons li {
  margin-left: 6px;
}
.category-list .store .front .inner .front-header .icons li a {
  display: block;
}
.category-list .store .front .inner .front-body {
  color: #1a1a18;
  line-height: 1.4;
  font-weight: 300;
  height: 230px;
  overflow: auto;
}
.category-list .store .front .inner .front-body .hours {
  font-size: 18px;
  margin-bottom: 14px;
}
.category-list .store .front .inner .front-body .hours span {
  color: #4d748c;
}
.category-list .store .front .inner .front-body strong {
  font-weight: 500;
}
.category-list .store .front .inner .front-body p {
  margin-bottom: 14px;
}
.category-list .store .front .inner .front-footer {
  padding-top: 12px;
}
.category-list .store .front .inner .front-footer a {
  padding-left: 26px;
  position: relative;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
}
.category-list .store .front .inner .front-footer a:before {
  position: absolute;
  width: 22px;
  height: 20px;
  background: url(../images/s1.png) no-repeat center;
  content: "";
  left: 0;
  top: 0;
}
.category-list .store .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.category-list .store .slick-dots li {
  margin: 0 6px;
  display: inline-block;
}
.category-list .store .slick-dots li button {
  background: #fff;
  border: none;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  padding: 0;
  color: transparent;
  font-size: 0;
}
.category-list .store .slick-dots .slick-active button {
  opacity: 1;
}
.category-list .store .item {
  position: relative;
  width: 400px;
  height: 400px;
  background-size: cover;
}
.category-list .store .item .logo {
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.category-list .store .item .logo:hover {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.category-list .store .item.has-blur:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(231, 56, 99, 0.6);
  display: none;
}
.category-list .store.store-id-6 .item:after {background: rgba(231, 56, 99, 0.6);}
.category-list .store.store-id-21 .item:after {background: rgba(253, 197, 11, 0.6);}
.category-list .store.store-id-22 .item:after {background: rgba(20, 181, 195, 0.6);}
.category-list .store.store-id-23 .item:after {background: rgba(124, 196, 40, 0.6);}
.category-list .store.store-id-24 .item:after {background: rgba(168, 72, 203, 0.6);}
.category-list .store.store-id-25 .item:after {background: rgba(230, 119, 182, 0.6);}


.category-list .store.opened .front {
  transition: all 0.5s ease 0s;
  transform: scale(1);
  opacity: 1;
}
.pagination {
  margin-top: 8px;
}
.pagination i {
  display: none;
}
.pagination li {
  margin-right: 3px;
}
.pagination a {
  height: 48px;
  line-height: 48px;
  background: #eaeaea;
  min-width: 48px;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 300;
  margin: 0 3px;
}
.pagination .prev {
  margin-right: 20px;
  width: 166px;
  display: inline-block;
}
.pagination .prev a {
  width: 166px;
}
.pagination .next {
  margin-left: 20px;
  width: 166px;
  display: inline-block;
}
.pagination .next a {
  width: 166px;
}
.pagination .prev a,
.pagination .next a,
.pagination .current a {
  color: #fff;
  background: #4d748c;
  font-weight: 700;
}
.pagination span.current {
  height: 48px;
  line-height: 48px;
  min-width: 48px;
  background: #4d748c;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 22px;
}
.main-inner-screen {
  padding: 220px 0 340px 0;
  color: #fff;
  position: relative;
  background: url(../images/main2.jpg) no-repeat center;
  margin-bottom: 140px;
}
.main-inner-screen:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.main-inner-screen .inside {
  position: relative;
  z-index: 1;
}
.main-inner-screen h1 {
  line-height: 1.3;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 900;
}
.main-inner-screen .form {
  background: rgba(77, 116, 140, 0.9);
  text-align: center;
  padding: 60px 60px;
  box-sizing: border-box;
  position: absolute;
  width: 578px;
  top: -100px;
  right: 150px;
}
.main-inner-screen .form h3 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 32px;
}
.main-inner-screen .form p {
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 34px;
  font-weight: 300;
}
.main-inner-screen .form .phones {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 46px;
}
.main-inner-screen .form .phones > div {
  margin-bottom: 18px;
}
.main-inner-screen .form .phones a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.main-inner-screen .form .phones a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 29px;
  height: 28px;
  top: 4px;
  background: url(../images/phone-icon.png) no-repeat center;
}
.main-inner-screen .form .email {
  margin-bottom: 34px;
}
.main-inner-screen .form .email a {
  width: 312px;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: 500;
}
.main-inner-screen .form .email a span {
  display: inline-block;
  padding-left: 48px;
  background: url(../images/01.png) no-repeat 0 center;
}
.main-inner-screen .form .fill-offer a {
  width: 312px;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  border: 1px solid #a0c9d9;
  display: inline-block;
  background: #a0c9d9;
  font-weight: 500;
}
.main-inner-screen .form .fill-offer a span {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/offer-icon.png) no-repeat 0 center;
}
.butik-slider h2 {
  font-size: 60px;
  font-weight: 900;
  margin-bottom: 66px;
  text-transform: uppercase;
  color: #4d748c;
  text-align: center;
}
.offer-services .inner {
  width: 1920px;
  margin: 0 auto;
  max-width: 100%;
  height: 780px;
}
.offer-services .left {
  background: #eaeaea;
  width: 1350px;
  box-sizing: border-box;
  padding: 100px 0 50px 100px;
  position: relative;
  height: 600px;
}
.offer-services .left .counter {
  font-weight: 900;
  font-size: 208px;
  position: absolute;
  bottom: -16px;
  color: rgba(255, 255, 255, 0.5);
}
.offer-services .left .slider {
  z-index: 2;
}
.offer-services .left:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  content: "";
  background: #fff;
}
.offer-services .left .item {
  height: 490px;
  position: relative;
  line-height: 1.2;
}
.offer-services .left .item .caption {
  width: 580px;
  padding-top: 6px;
}
.offer-services .left .item h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #4d748c;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: -15px;
}
.offer-services .left .item h3 {
  font-size: 24px;
  font-weight: 300;
  color: #1a1a18;
  line-height: 1.45;
}
.offer-services .left .item .image {
  position: absolute;
  right: 0px;
  top: 0;
}
.offer-services .left .slick-arrow {
  bottom: -100px;
}
.offer-services .left .slick-arrow.slick-prev {
  background: #eaeaea;
  left: 0px;
}
.offer-services .left .slick-arrow.slick-next {
  background: #eaeaea;
  left: 50px;
}
.offer-services .right {
  right: 120px;
  padding-top: 100px;
  position: relative;
}
.offer-services .right:after {
  position: absolute;
  width: 420px;
  background: #fdc50b;
  height: 690px;
  content: "";
  right: -40px;
  top: 44px;
  z-index: 0;
}
.offer-services .right .item {
  position: relative;
  z-index: 1;
}
.offer-services .right .item .capt {
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 20px;
    bottom: 20px;
}
.offer-services .right .item-1 {
  margin-bottom: 30px;
}
.our-projects {
  margin-top: 100px;
}
.our-projects .left {
  padding-left: 100px;
  width: 960px;
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
}
.our-projects .left .item a:after {
    position: absolute;
    content:"";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);    
}
.our-projects .left .item {
  height: 500px;
  position: relative;
}
.our-projects .left .item a {
    display: block;
    position: relative;
}
.our-projects .left .item .caption {
    position: absolute;
    bottom: 66px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}
.our-projects .left:before {
  position: absolute;
  z-index: 0;
  width: 860px;
  bottom: -50px;
  left: 50px;
  background: #4d748c;
  height: 250px;
  content: "";
}
.our-projects .left .slick-arrow {
  bottom: 54px;
  transition: all 0.3s ease 0s;
}
.our-projects .left .slick-arrow.slick-prev {
  background: #fff;
  right: 100px;
}
.our-projects .left .slick-arrow.slick-next {
  background: #fff;
  right: 50px;
}
.our-projects .right {
  padding-right: 160px;
  width: 886px;
  box-sizing: border-box;
  color: #1a1a18;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.55;
}
.our-projects .right strong {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.our-projects .right p {
  margin-bottom: 32px;
}
.our-projects .right h3 {
  margin-bottom: 32px;
}
.our-projects .right h3 strong {
  color: #4d748c;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.our-projects .right .heading {
  font-size: 30px;
  margin-bottom: 30px;
}
.our-projects .right .body-desc {
  margin-bottom: 48px;
}
.our-projects .right .button a {
  width: 244px;
  height: 50px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  color: #4d748c;
  box-sizing: border-box;
  border: 2px solid #4d748c;
  font-size: 20px;
  font-weight: 500;
}
.our-location {
  margin-top: 100px;
  margin-bottom: 80px;
}
.our-location .left {
  padding-left: 100px;
  width: 840px;
  box-sizing: border-box;
  color: #1a1a18;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.55;
  padding-top: 0px;
}
.our-location .left strong {
  font-weight: 700;
}
.our-location .left p {
  margin-bottom: 20px;
}
.our-location .left h3 {
  color: #4d748c;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
  line-height: 1;
}
.our-location .left .heading {
  font-size: 30px;
  margin-bottom: 30px;
}
.our-location .right {
  padding-right: 100px;
  width: 960px;
  box-sizing: border-box;
  position: relative;
}
.our-location .right .locmap {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 400px;
  max-height: 100%;
}
.our-location .right .locmap iframe {
  width: 100%;
  height: 400px;
  position: relative;
  max-height: 100%;
  z-index: 1;
}
.our-location .right:before {
  position: absolute;
  z-index: 0;
  width: 860px;
  bottom: -50px;
  right: 50px;
  background: #4d748c;
  height: 250px;
  content: "";
}
.offer-form .right {
  width: 50%;
}
.offer-form .right img {
  display: block;
}
.offer-form .form-inner {
  max-width: 100%;
}
.offer-form .form {
  background: rgba(77, 116, 140, 0.9);
  text-align: center;
  padding: 60px 240px;
  box-sizing: border-box;
  color: #fff;
  width: 50%;
}
.offer-form .form h3 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 32px;
}
.offer-form .form p {
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 34px;
  font-weight: 300;
}
.offer-form .form .phones {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 46px;
}
.offer-form .form .phones > div {
  margin-bottom: 18px;
}
.offer-form .form .phones a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.offer-form .form .phones a:before {
  position: absolute;
  content: "";
  left: 0;
  width: 29px;
  height: 28px;
  top: 4px;
  background: url(../images/phone-icon.png) no-repeat center;
}
.offer-form .form .email {
  margin-bottom: 34px;
}
.offer-form .form .email a {
  width: 312px;
  height: 56px;
  max-width: 100%;
  line-height: 56px;
  font-size: 22px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: 500;
}
.offer-form .form .email a span {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/email-icon.png) no-repeat 0 center;
}
.offer-form .form .fill-offer a {
  width: 312px;
  max-width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  border: 1px solid #a0c9d9;
  display: inline-block;
  background: #a0c9d9;
  font-weight: 500;
}
.offer-form .form .fill-offer a span {
  display: inline-block;
  padding-left: 40px;
  background: url(../images/offer-icon.png) no-repeat 0 center;
}
.rent-form {
  padding: 52px 0 70px;
}
.rent-form .inside {
  width: 886px;
  font-size: 18px;
  font-weight: 300;
}
.rent-form .checkboxes li {
  width: 49%;
  margin-bottom: 24px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
}
.rent-form .checkboxes li label {
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.rent-form .checkboxes li label input {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 0;
  opacity: 0;
  left: 0;
  top: 8px;
}
.rent-form .checkboxes li label input + span {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #eaeaea;
  border-radius: 2px;
  left: 0;
  top: 4px;
}
.rent-form .checkboxes li label input:checked + span:after {
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  content: "";
  background: url(../images/check.png) no-repeat center;
  position: absolute;
}
.rent-form .heading {
  line-height: 1.65;
  margin-bottom: 36px;
}
.rent-form .form .label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.rent-form .form > .field {
  margin-bottom: 6px;
}
.rent-form .form .groupe {
  margin-bottom: 16px;
}
.rent-form .form .list .field {
  width: 48%;
}
.rent-form .form .button-upload {
  margin-bottom: 20px;
}
.rent-form .form .button-upload > p {
  position: relative;
}
.rent-form .form .button-upload .wpcf7-form-control-wrap {
  width: 216px;
  height: 46px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.rent-form .form .button-upload .jq-file__browse {
    opacity: 0;
}
.jq-file {
    padding-right: 160px;
    padding-bottom: 30px;
}
.rent-form .form .button-upload .wpcf7-form-control-wrap .jq-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.rent-form .form .button-upload .wpcf7-form-control-wrap .jq-file__name {
    position: absolute;
    left: 0px;
    bottom: 6px;
    font-size: 14px;
    padding-bottom: 6px;
}
.rent-form .form .button-upload button {
  width: 216px;
  height: 46px;
  border: 2px solid #4d748c;
  border-radius: 0;
  color: #4d748c;
  background: none;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  box-sizing: border-box;
}
.rent-form .form .button-upload button:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 22px;
  background: url(../images/tight.png) no-repeat center;
  left: 16px;
  top: 10px;
}
.rent-form .form .button-send {
  margin-top: 50px;
  margin-bottom: 30px;
}
.rent-form .form .button-send button {
  width: 216px;
  height: 46px;
  border: 2px solid #4d748c;
  border-radius: 0;
  color: #fff;
  background: #4d748c;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.rent-form .required-text {
  font-weight: 300;
  font-size: 18px;
}
.rent-form .padding-top {
  padding-top: 40px;
}
.rent-form .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 300;
}
.rent-form .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 300;
}
.rent-form .field :-ms-input-placeholder {
  /* IE 10+ */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 300;
}
.rent-form .field :-moz-placeholder {
  /* Firefox 18- */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 300;
}
.rent-form .field input {
  width: 100%;
  height: 52px;
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  border: none;
  border-bottom: 2px solid #d2d2d2;
  transition: all 0.3s ease 0s;
}
.rent-form .field input:hover {
  transition: all 0.3s ease 0s;
  border-bottom-color: #4d748c;
}
.about-us {
  padding: 96px 0;
}
.about-us.about-us-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.about-us .row {
  padding: 0 130px 0 100px;
}
.about-us .row .text {
  width: 800px;
}
.about-us .row .image {
  width: 800px;
}
.about-us .row .image img {
  display: block;
}
.about-us .row h1 {
  font-weight: 900;
  font-size: 50px;
  color: #4d748c;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.about-us .row p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
.about-us .row p strong {
  font-weight: 500;
}
.about-us .row-1 {
  margin-bottom: 100px;
}
.about-creator.about-creator-0 {
    margin-bottom: 100px;
}
.about-us .row-1 .image {
  position: relative;
}
.about-us.about-us-3 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
}
.about-us .row-1 .image img {
  position: relative;
  z-index: 1;
}
.about-us .row-1 .image:after {
  background: #4d748c;
  width: 800px;
  height: 200px;
  content: "";
  right: -40px;
  position: absolute;
  bottom: -40px;
}
.about-us .slider .slick-prev.slick-arrow {
  right: 90px;
  bottom: 40px;
}
.about-us .slider .slick-next.slick-arrow {
  right: 40px;
  bottom: 40px;
}
.about-us .row-2 .text {
  padding-top: 40px;
  position: relative;
}
.about-us .row-2 .text:before {
  width: 170px;
  height: 5px;
  background: #06acaf;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}
.about-us .row-3 .desc-small {
  color: #fff;
  background: #4d748c;
  width: 800px;
  box-sizing: border-box;
  padding: 50px 20px;
}
.about-us .row-3 .desc-small .inner {
  width: 720px;
  line-height: 1.4;
  max-width: 100%;
}
.about-us .row-3 .desc-small .inner p {
  line-height: 1.5;
}
.about-us .row-3 .text {
  padding-top: 40px;
  position: relative;
}
.about-us .row-3 .text p {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 300;
}
.about-us .row-3 .text p strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.about-us .row-3 .text:before {
  width: 170px;
  height: 5px;
  background: #06acaf;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
}
.slider-styled .slick-arrow {
  width: 50px;
  height: 50px;
  background: ;
  position: absolute;
  bottom: 54px;
  border: none;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.slider-styled .slick-arrow.slick-prev {
  background: #fff;
  right: 150px;
  z-index: 3;
}
.slider-styled .slick-arrow.slick-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/prev-dark.png) no-repeat center;
}
.slider-styled .slick-arrow.slick-prev:hover {
  background-color: #4d748c;
  transition: all 0.3s ease 0s;
}
.slider-styled .slick-arrow.slick-prev:hover:after {
  transition: all 0.3s ease 0s;
  filter: grayscale(1) invert(1);
  cursor: pointer;
}
.slider-styled .slick-arrow.slick-next {
  background: #fff;
  right: 100px;
  z-index: 3;
}
.slider-styled .slick-arrow.slick-next:hover:after {
  transition: all 0.3s ease 0s;
  filter: grayscale(1) invert(1);
  cursor: pointer;
}
.slider-styled .slick-arrow.slick-next:hover {
  background-color: #4d748c;
  transition: all 0.3s ease 0s;
}
.slider-styled .slick-arrow.slick-next:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/next-dark.png) no-repeat center;
}
.creator {
  padding: 0 100px;
}
.creator .inner {
  background: #4d748c;
  color: #fff;
  line-height: 1.4;
  padding: 54px 160px;
}
.creator .description {
  width: 1000px;
  font-size: 20px;
}
.page-id-5 strong {
    font-weight: 700;
}
.page-id-5 em {
    font-style: italic;
}
.page-id-5 u {
    text-decoration: underline;
}
.creator h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 44px;
  margin-bottom: 44px;
  position: relative;
}
.creator h3:after {
  position: absolute;
  content: "";
  width: 170px;
  height: 5px;
  background: #fdc50a;
  bottom: 0;
  left: 0;
}
.about-creator {
  background: #e4e4e4;
  margin-top: 100px;
  margin-bottom: 0px;
}
.about-creator .text {
  padding: 20px 0px 20px 100px;
  width: 900px;
  box-sizing: border-box;
}
.about-creator .text p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
}
.about-creator .text p strong {
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
}
.about-creator .image {
  width: 930px;
}
.square-list {
  padding: 60px 0 100px;
}
.square-list .next-events {
  margin-bottom: 30px;
}
.square-list h2 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #4d748c;
  font-weight: 500;
  text-transform: uppercase;
}
.square-list .item {
  background: #e4e4e4;
  margin-bottom: 20px;
  width: 418px;
  transition: all 0.3s ease 0s;
}
.square-list .item.hidden {
  visibility: hidden;
}
.square-list .item .caption {
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.square-list .item .caption h3 {
  margin-bottom: 12px;
  color: #4d748c;
  font-size: 20px;
  font-weight: 700;
}
.square-list .item a {
  position: relative;
}
.square-list .item a.cover {
  height: 410px;
}

.square-list .item a span {
  position: absolute;
  background: rgba(77, 116, 140, 0.8);
  display: inline-block;
  padding: 13px 36px 13px 13px;
  color: #fff;
  font-size: 17px;
  top: 20px;
  right: 20px;
}
.square-list .item a span:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  background: url(../images/zoom.png) no-repeat center;
  top: 14px;
  right: 10px;
}
.square-list .item a img {
  display: block;
}
.event-detail {
  padding: 96px 0 60px;
}
.event-detail .image {
  width: 480px;
}
.event-detail .image .icons {
  margin-top: 40px;
}
.event-detail .image .icons .flex li {
  margin: 0 20px;
}
.event-detail .description {
  font-size: 18px;
  line-height: 1.8;
  width: calc(100% - 530px);
}
.event-detail .description strong,
.event-detail .description b {
  font-weight: 700;
}
.event-detail .description em,
.event-detail .description i {
  font-style: italic;
}
.event-detail .description ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}
.event-detail .description ul li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  left: 0;
  top: 13px;
  background: #4d748c;
  border-radius: 10px;
}
.event-detail .description p {
  margin-bottom: 30px;
}
.event-detail .description h1 {
  font-weight: 700;
  color: #4d748c;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1;
}
.mobile-event-header {
    display: none;
}
.event-detail .description .date {
  margin-bottom: 20px;
  color: #858585;
  font-size: 18px;
  margin-bottom: 30px;
}
.event-gallery {
  margin-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
}
.event-gallery .item a {
  margin: 0 auto;
  width: 400px;
  height: 400px;
  max-width: 98%;
}
.event-gallery .slick-dots {
  margin-top: 40px;
  text-align: center;
  max-width: 100%;
  position: absolute;
  width: 100%;
}
.event-gallery .slick-dots li {
  margin: 0 6px;
  display: inline-block;
}
.event-gallery .slick-dots button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #d9d9d9;
  font-size: 0;
  border: none;
}
.event-gallery .slick-dots .slick-active button {
  background: #4d748c;
}
.event-gallery .slick-arrow {
  width: 25px;
  height: 40px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.event-gallery .slick-prev {
  left: -30px;
  background: url(../images/gal-prev.png) no-repeat center;
}
.event-gallery .slick-next {
  right: -30px;
  background: url(../images/gal-next.png) no-repeat center;
}
.events {
  padding: 60px 0 100px;
}
.contact-form {
  padding: 100px 0;
}
.contact-form .inside {
  width: 620px;
}
.contact-form .heding {
  font-size: 40px;
  font-weight: 700;
  color: #4d748c;
  text-transform: uppercase;
  margin-bottom: 36px;
  text-align: center;
}
.contact-form .heding .soc {
  margin-top: 38px;
}
.contact-form .heding .soc li {
  margin: 0 10px;
}
.contact-form .heding .soc li a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #84b8cd;
  text-align: center;
  line-height: 28px;
  display: block;
}
.contact-form .field {
  margin-bottom: 34px;
}
.contact-form .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 300;
}
.contact-form .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 300;
}
.contact-form .field :-ms-input-placeholder {
  /* IE 10+ */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 300;
}
.contact-form .field :-moz-placeholder {
  /* Firefox 18- */
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 300;
}
.contact-form .field input {
  width: 100%;
  height: 52px;
  color: #1a1a18;
  opacity: 1;
  font-family: 'DIN Pro';
  font-size: 22px;
  font-weight: 300;
  padding: 0;
  border: none;
  border-bottom: 2px solid #d2d2d2;
  transition: all 0.3s ease 0s;
}
.contact-form .field input:hover {
  transition: all 0.3s ease 0s;
  border-bottom-color: #4d748c;
}
.contact-form .button {
  margin-top: 60px;
  text-align: center;
}
.contact-form .button button {
  width: 240px;
  height: 50px;
  font-size: 22px;
  color: #4d748c;
  border: 2px solid #4d748c;
  cursor: pointer;
  background: none;
  font-weight: 500;
  font-family: 'DIN Pro';
  transition: all 0.3s ease 0s;
}
.contact-form .button button:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  background: #4d748c;
}
.map {
  background: #e8eaed;
  padding: 90px 0;
  position: relative;
}
.map .inside {
  position: relative;
  z-index: 1;
}
.map .gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .caption {
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  padding: 72px 20px 44px 56px;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.map .caption .el {
  margin-bottom: 40px;
  color: #1a1a18;
  line-height: 1.4;
  position: relative;
  padding-left: 52px;
  box-sizing: border-box;
  font-size: 20px;
}
.map .caption .el:before {
  position: absolute;
  width: 36px;
  height: 44px;
  content: "";
  left: 0;
  background-position: 0;
  background-repeat: no-repeat;
}
.map .caption .el p {
  line-height: 1.4;
}
.map .caption .el strong {
  color: #4d748c;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.map .caption .coll-1 {
  width: 320px;
  margin-right: 36px;
  box-sizing: border-box;
}
.map .caption .coll-1 .el-1:before {
  background-image: url(../images/i1.png);
}
.map .caption .coll-1 .el-2:before {
  background-image: url(../images/i2.png);
}
.map .caption .coll-1 .el-3:before {
  background-image: url(../images/i3.png);
}
.map .caption .coll-2 {
  box-sizing: border-box;
  width: 410px;
}
.map .caption .coll-2 .el-1:before {
  background-image: url(../images/i4.png);
}
.map .caption .coll-2 .el-2:before {
  background-image: url(../images/i5.png);
}
.map .caption .coll-2 .el-3:before {
  background-image: url(../images/i6.png);
}
.contact-info {
  padding: 60px 0;
}
.contact-info .contact-list {
  width: 1136px;
}
.contact-info .contact-list .item {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding: 44px 10px 44px 148px;
  position: relative;
  display: block;
  width: 550px;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.contact-info .contact-list .item:before {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  transition: all 0.3s ease 0s;
}
.contact-info .contact-list .item:hover:before {
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.contact-info .contact-list .item:hover svg {
  transition: all 0.3s ease 0s;
}
.contact-info .contact-list .item:nth-child(1):hover {
  background: #f8f0f2;
}
.contact-info .contact-list .item:nth-child(1):hover:before {
  background: #e73863;
}
.contact-info .contact-list .item:nth-child(1):hover svg {
  fill: #e73863;
}
.contact-info .contact-list .item:nth-child(2):hover {
  background: #f7f5ed;
}
.contact-info .contact-list .item:nth-child(2):hover:before {
  background: #fdc50b;
}
.contact-info .contact-list .item:nth-child(2):hover svg {
  fill: #fdc50b;
}
.contact-info .contact-list .item:nth-child(3):hover {
  background: #f2f8eb;
}
.contact-info .contact-list .item:nth-child(3):hover:before {
  background: #7cc428;
}
.contact-info .contact-list .item:nth-child(3):hover svg {
  fill: #7cc428;
}
.contact-info .contact-list .item:nth-child(4) {
  padding: 26px 10px 26px 148px;
}
.contact-info .contact-list .item:nth-child(4):hover {
  background: #ecf7f8;
}
.contact-info .contact-list .item:nth-child(4):hover:before {
  background: #14b5c3;
}
.contact-info .contact-list .item:nth-child(4):hover svg {
  fill: #14b5c3;
}
.contact-info .contact-list .item:nth-child(4) p:last-child {
  margin-top: 6px;
}
.contact-info .contact-list .item:nth-child(4) svg {
  top: 48px;
}
.contact-info .contact-list .item svg {
  position: absolute;
  left: 52px;
  top: 34px;
  width: 66px;
  transition: all 0.3s ease 0s;
  fill: #4d748c;
}
.contact-info .contact-list .item strong {
  font-weight: 300;
  color: #1a1a18;
  display: block;
  margin-bottom: 10px;
}
.contact-info .contact-list .item p a {
  color: #4d748c;
  font-size: 24px;
  font-weight: 700;
}
.contact-info .contact-list .item:nth-child(1),
.contact-info .contact-list .item:nth-child(2) {
  margin-bottom: 34px;
}
.contact-info .rent {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 20px 20px 58px;
  box-sizing: border-box;
  width: 550px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease 0s;
}
.contact-info .rent svg {
  position: absolute;
  top: 26px;
  left: 6px;
  width: 100px;
  fill: #4d748c;
  transition: all 0.3s ease 0s;
}
.contact-info .rent:before {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.contact-info .rent:hover {
  background: #f1e9f4;
  transition: all 0.3s ease 0s;
}
.contact-info .rent:hover:before {
  background: #a848cb;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.contact-info .rent:hover .top span:before {
  background-color: #f1e9f4;
  height: 90px;
  transition: all 0.3s ease 0s;
}
.contact-info .rent:hover .top span:after {
  width: 104px;
  transition: all 0.3s ease 0s;
  background-color: #f1e9f4;
}
.contact-info .rent .top {
  padding-left: 134px;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}
.contact-info .rent .top > span {
  width: 108px;
  height: 94px;
  border: 2px solid #4d748c;
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: -6px;
  top: -6px;
}
.contact-info .rent .top > span:before {
  height: 30px;
  width: 9px;
  background: #ffffff url(../images/arrow-up.svg) no-repeat 0 3px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  transition: all 0.3s ease 0s;
}
.contact-info .rent .top > span:after {
  width: 30px;
  height: 8px;
  background: #ffffff url(../images/arrow-left.svg) no-repeat 3px center;
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  transition: all 0.3s ease 0s;
}
.contact-info .rent .link {
  margin-bottom: 20px;
  padding-left: 16px;
}
.contact-info .rent .link span {
  font-size: 18px;
}
.contact-info .rent .phones {
  padding-left: 16px;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-info .rent .phones p {
  margin-bottom: 5px;
}
.contact-info .rent .phones a {
  transition: all 0.3s ease 0s;
  color: #4d748c;
}
.contact-info .rent .phones a:hover {
  color: #4d748c;
  transition: all 0.3s ease 0s;
}
.contact-info .rent .button a {
  width: 236px;
  height: 46px;
  border: 2px solid #4d748c;
  display: block;
  line-height: 42px;
  color: #4d748c;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.contact-info .rent .button a:hover {
  transition: all 0.3s ease 0s;
  color: #fff;
  background: #4d748c;
}
.interactive-map {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.interactive-map .zoom {
  position: absolute;
  top: 100px;
  width: 40px;
  right: 12px;
  z-index: 3;
}
.interactive-map .zoom button {
  margin-bottom: 14px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: none;
  background: #84b8cd;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.interactive-map .zoom button:hover {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
}
.interactive-map .zoom button.minus:before {
  width: 18px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 11px;
  content: "";
  margin-top: -1px;
  position: absolute;
}
.interactive-map .zoom button.plus:before {
  width: 18px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 11px;
  margin-top: -1px;
  content: "";
  position: absolute;
}
.interactive-map .zoom button.plus:after {
  width: 2px;
  height: 18px;
  background: #fff;
  top: 11px;
  left: 50%;
  margin-left: -1px;
  content: "";
  position: absolute;
}
.interactive-map .inside-1 {
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 130px;
  transition: all 0.3s ease 0s;
}
.interactive-map .inside-1.fixed {
    top: 90px;
    transition: all 0.3s ease 0s;
}
.interactive-map .inside-1 .inside {
  position: relative;
  height: 0;
}
.interactive-map .inside-2 {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 0;
}
.interactive-map .inside-2 .im-map {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1750px;
  transition: all 0.3s ease 0s;
  margin: 60px auto 0;
}
.interactive-map .categories-inner {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  width: 250px;
  box-sizing: border-box;
  padding: 14px;
  padding-right: 4px;
  padding-bottom: 10px;
  position: relative;  
  margin-top: 10px;
}
.interactive-map .categories .list {
    max-height: 50vh;
}
.interactive-map .categories.categories-1 {
  margin-bottom: 34px;
}
.interactive-map .categories .close {
  top: 4px;
  border: 1px solid #4d748c;
  right: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background: #fff;
}
.interactive-map .categories .close:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 2px;
  background: #4d748c;
  transform: rotate(-45deg);
  top: 8px;
}
.categories .mCSB_scrollTools .mCSB_draggerContainer {
    margin-right: -10px;
}
.interactive-map .categories .close:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 2px;
  background: #4d748c;
  transform: rotate(45deg);
  top: 8px;
}
.interactive-map .categories li {    
  margin-bottom: 6px;
}
.interactive-map .categories button {
  width: 100%;
  height: auto;
  padding: 7px 4px 5px 38px;
  border: 2px solid transparent;
  background: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  color: #4d748c;
  text-align: left;
  font-size: 16px;
  position: relative;
}
.interactive-map .categories button span.ico {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 3px;
}
.interactive-map .categories button.active {
      transition: all 0.3s ease 0s;
      border-color: #4d748c;
      color: #fff;
      background: #4d748c;
    }

.interactive-map .categories button.active img {
    filter: grayscale(1) brightness(0) invert(1)
}
.interactive-map .buttons button {
  width: auto;
  padding: 0 30px 4px;
  border-radius: 0;
  height: 38px;
  color: #4d748c;
  border: none;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  font-family: 'DIN Pro';
  transition: all 0.3s ease 0s;
  font-size: 16px;
}

.interactive-map .buttons button.active {
  transition: all 0.3s ease 0s;
  color: #fff;
  background: #4d748c;
}
.cat-groups {
  width: 520px;
  margin-top: 44px;
}
.cat-groups .togg { 
  position: relative;
  top: 0;
  left: 0;
  color: #4d748c;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 10px 44px;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  width: 186px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.cat-groups .togg.show {
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.cat-groups .togg:before {
  position: absolute;
  left: 6px;
  top: 8px;
  content: "";
  width: 30px;
  height: 20px;
  background: url(../images/toggler.png) no-repeat center;
}
.im-map {
  
  position: relative;
  margin: 0 auto;  
}

.im-map text {
  font-weight: 500;
}
.svg-icon {
    filter: drop-shadow(-2px 2px 4px rgba(0,0,0,0.3))
}
.svg-icon image {
    width: 29px;
}
.svg-icon.size-4 text {
    transform: translate(0px, -4px)
}
.svg-icon.size-5 text {
    transform: translate(-5px, -4px)
}
.svg-icon.size-6 text {
    transform: translate(-8px, -4px)
}
.svg-icon.size-7 text {
    transform: translate(-12px, -4px)
}
.svg-icon.size-8 text {
    transform: translate(-15px, -4px)
}
.svg-icon text {
    display: none;
}
.svg-icon:hover text {
    display: block;
}
.im-map svg path.activated.passive {
    opacity: 0.2;
}
.text-bg {
    filter: drop-shadow(-2px 2px 4px rgba(0,0,0,0.3))
}
.svg-text {
    display: none;
}
.im-map svg {
  display: block;
  background-size: 1750px;
  background-repeat: no-repeat;
  background-position: 0;
  overflow: visible;  
}
.im-map svg path {
  transition: all 0.6s ease 0s;
}
.im-map svg path[onclick] {
    cursor: pointer;
}
.main .slick-dots li {
  width: 36px;
  height: 34px;
  margin: 50px auto;
  position: relative;
  display: inline-block;
  margin: 0 2px;
}
.main .slick-dots li .circle__wrapper {
  width: 18px;
  height: 32px;
  position: absolute;
  top: -2px;
  overflow: hidden;
}
.main .slick-dots li .circle__wrapper--right {
  right: 0px;
}
.main .slick-dots li .circle__wrapper--left {
  left: 0px;
}
.main .slick-dots li .circle__wrapper:before {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
  content: "";
}
.main .slick-dots li.slick-active .circle__wrapper--right:before {
  
  right: 2px;
  animation: circleRight 5s linear forwards;
}
.main .slick-dots li.slick-active .circle__wrapper--left:before {
  
  left: 2px;
  animation: circleLeft 5s linear forwards;
}

.main .slick-dots li:nth-child(1).slick-active .circle__wrapper--left:before,
.main .slick-dots li:nth-child(7).slick-active .circle__wrapper--left:before {
  border-bottom: 1px solid #d83761;  border-left: 1px solid #d83761;
}
.main .slick-dots li:nth-child(1).slick-active .circle__wrapper--right:before,
.main .slick-dots li:nth-child(7).slick-active .circle__wrapper--right:before {
  border-top: 1px solid #d83761;  border-right: 1px solid #d83761;
}

.main .slick-dots li:nth-child(2).slick-active .circle__wrapper--left:before,
.main .slick-dots li:nth-child(8).slick-active .circle__wrapper--left:before {
  border-bottom: 1px solid #fdc50b;  border-left: 1px solid #fdc50b;
}
.main .slick-dots li:nth-child(2).slick-active .circle__wrapper--right:before,
.main .slick-dots li:nth-child(8).slick-active .circle__wrapper--right:before {
  border-top: 1px solid #fdc50b;  border-right: 1px solid #fdc50b;
}

.main .slick-dots li:nth-child(3).slick-active .circle__wrapper--left:before,
.main .slick-dots li:nth-child(9).slick-active .circle__wrapper--left:before {
  border-bottom: 1px solid #a848cb;  border-left: 1px solid #a848cb;
}
.main .slick-dots li:nth-child(3).slick-active .circle__wrapper--right:before,
.main .slick-dots li:nth-child(9).slick-active .circle__wrapper--right:before {
  border-top: 1px solid #a848cb;  border-right: 1px solid #a848cb;
}

.main .slick-dots li:nth-child(4).slick-active .circle__wrapper--left:before,
.main .slick-dots li:nth-child(10).slick-active .circle__wrapper--left:before {
  border-bottom: 1px solid #7cc428;  border-left: 1px solid #7cc428;
}

.main .slick-dots li:nth-child(4).slick-active .circle__wrapper--right:before,
.main .slick-dots li:nth-child(10).slick-active .circle__wrapper--right:before {
  border-top: 1px solid #7cc428;  border-right: 1px solid #7cc428;
}
.main .slick-dots li:nth-child(5).slick-active .circle__wrapper--left:before,
.main .slick-dots li:nth-child(11).slick-active .circle__wrapper--left:before {
  border-bottom: 1px solid #14b5c3;  border-left: 1px solid #14b5c3;
}
.main .slick-dots li:nth-child(5).slick-active .circle__wrapper--right:before ,
.main .slick-dots li:nth-child(11).slick-active .circle__wrapper--right:before {
  border-top: 1px solid #14b5c3;  border-right: 1px solid #14b5c3;
}
.main .slick-dots li:nth-child(6).slick-active .circle__wrapper--left:before,
.main .slick-dots li:nth-child(12).slick-active .circle__wrapper--left:before {
  border-bottom: 1px solid #e677b6;  border-left: 1px solid #e677b6;
}
.main .slick-dots li:nth-child(6).slick-active .circle__wrapper--right:before,
.main .slick-dots li:nth-child(12).slick-active .circle__wrapper--right:before {
  border-top: 1px solid #e677b6;  border-right: 1px solid #e677b6;
}



.svg-icon .tooltip {
    position: absolute;
    left: -64px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -2px 2px 3px rgba(0,0,0,0.5);
    top: 0px;
    padding: 6px;
    width: 160px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    visibility: hidden;
    transition: all 0.2s ease 0s;
}
.svg-icon .tooltip:after {
    position: absolute;
    left: 50%;
    bottom: -6px;  
    margin-left: -5px;  
    filter: drop-shadow(-1px 5px 3px rgba(0,0,0,0.6));
    content:"";    
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;  
    border-top: 6px solid #fff;
}
.svg-icon:hover .tooltip {
    transition: all 0.2s ease 0s;
    visibility: visible;
    top: -38px;
}

.svg-wrapper, .svg-icon {
    position: absolute;                        
}                    
.svg-icon {
    z-index: 3;
    box-shadow: -2px 3px 2px rgba(0,0,0,0.3);
    border-radius: 50%;
}
.svg-icon:hover {
    z-index: 9;
}
.svg-icon img {
    display: block;
}
.cat-groups .togglers {
    height: 40px;
    margin-bottom: 16px;
}
/*.circle__whole {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}
.circle__right {
  border-top: 1px solid #d83761;
  border-right: 1px solid #d83761;
  right: 2px;
  animation: circleRight 5s linear infinite;
}
.circle__left {
  border-bottom: 1px solid #d83761;
  border-left: 1px solid #d83761;
  left: 2px;
  animation: circleLeft 5s linear infinite;
}*/
@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  50%,
  100% {
    transform: rotate(45deg);
  }
}
@keyframes circleLeft {
  0%,
  50% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
}
.wpcf7-response-output {
  padding: 6px 10px !important;
  line-height: 1.3 !important;
  text-align: center !important;
  font-size: 18px;
  font-weight: 300;
}
.page-404 {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 40px;
}
.page-404 strong {
  font-size: 80px;
  font-weight: 900;
  display: block;
  margin-bottom: 40px;
}
.page-404 p {
  font-size: 20px;
}
.ai {
  background-color: #4d748c;
  height: 860px;
}
.ai .ai-inner {
  height: 100%;
}
.ai .flex-horisontal {
  background: url(../images/ai-bg-rec.png) center repeat-x;
  height: 860px;
}
.ai .flex-horisontal .small {
  width: 100%;
  padding: 0 150px;
  box-sizing: border-box;
  height: 100px;
  margin-bottom: 90px;
}
.ai .flex-horisontal .item {
  width: 860px;
  height: 860px;
}
.ai .flex-horisontal .item .image-wr {
  width: 100%;
  margin-bottom: 86px;
  position: relative;
}
.ai .flex-horisontal .item .image-wr .prev-big {
    position: absolute;
    top: 0;
    left: 0;
    width: 91px;
    height: 100%;
    cursor: pointer;
    opacity: 0.5;
    background: url(../images/prev-big.png) no-repeat center;
}
.ai .flex-horisontal .item .image-wr .next-big {
    position: absolute;
    top: 0;
    right: 0;
    width: 91px;
    height: 100%;
    cursor: pointer;
    opacity: 0.5;
    background: url(../images/next-big.png) no-repeat center;
    
}
.ai .flex-horisontal .item .image-wr .prev-big {
    animation: aiBlink 4s linear infinite;
    animation-delay: 2s;
}
.ai .flex-horisontal .item .image-wr .next-big {
    animation: aiBlink 4s linear infinite;
}
.ai .flex-horisontal .item .image-wr .prev-big:hover,
.ai .flex-horisontal .item .image-wr .next-big:hover {
    opacity: 1 !important;
}

.ai .flex-horisontal .item .img {
  width: 182px;
  height: 182px;
  transform: rotate(45deg);
  overflow: hidden;
  margin-top: -40px;
  cursor: pointer;
}

.ai .flex-horisontal .item .img.animated {
  animation: aiAnimSmall 0.3s linear forwards;
}
.ai .flex-horisontal .item .image {
  width: 480px;
  height: 480px;
  transform: rotate(45deg);
  overflow: hidden;
  cursor: pointer;
}
.ai .flex-horisontal .item .image.animated {
  animation: aiAnim 0.5s linear forwards;
}
.video-conteiner {
    width: 702px;
    height: 702px;
    transform: rotate(-45deg);
    transform-origin: 218px 294px;
    position: relative;
    background-size: 702px auto;
}
.slick-slide .video-conteiner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center/20%;
    transform: rotate(125deg);
    content:"";
}
.video-conteiner video {
    height: 702px;
}
.ai .flex-horisontal .item .image-container {
    width: 266px;
    height: 266px;
    transform: rotate(-45deg);
    transform-origin: 64px 162px;
}
.scrollable .viewport {
    padding: 16px 0;
}

.categories-filter-main .select {
    position: relative;
    z-index: 2;
}
.categories-filter-main .select.disabled:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content:"";
    z-index: 2;
}
.categories-filter-main .select.disabled .default {
    opacity: 0.8;
}
.ai-inner .slick-arrow {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.name-title {
    text-align: center;
    position: absolute;
    left: 0;
    top: 44%;
    width: 100%;
    color: #fff;
    z-index: 2;
    font-size: 46px;
    font-weight: 700;
    transform: rotate(-45deg);
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.im-top {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease 0s;
    z-index: 2;
  }
.im-top.fixed {
    top: 86px;
    transition: all 0.3s ease 0s;
}
.about-us-2a {
    padding-bottom: 0;
}
.about-us .row-1 .slick-list {
    position: relative;
    z-index: 2;
}
@keyframes aiAnim {
  0% {
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
  100% {
    border-radius: 0%;
    transition: all 0.5s ease 0s;
  }
}
@keyframes aiAnim {
  0% {
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
  100% {
    border-radius: 0%;
    transition: all 0.5s ease 0s;
  }
}
@keyframes aiAnimSmall {
  0% {
    transform: rotate(0deg);
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
  100% {
    border-radius: 0%;
    transition: all 0.5s ease 0s;
    transform: rotate(45deg);
  }
}
@keyframes aiAnimSmall {
  0% {
    transform: rotate(0deg);
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
  100% {
    border-radius: 0%;
    transition: all 0.5s ease 0s;
    transform: rotate(45deg);
  }
}

@keyframes aiBlink {
  0% {
    border-radius: 50%;
    transition: all 0.5s ease 0s;
  }
  100% {
    border-radius: 0%;
    transition: all 0.5s ease 0s;
  }
}
@keyframes aiBlink {
  20% {
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  50% {
    opacity: 0.5;
    transition: all 0.5s ease 0s;
  }
  85% {
    opacity: 1;
    transition: all 0.5s ease 0s;
  }
}



@keyframes pl {
  0% {
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
  }
  20% {
    transform: scale(0.6);
    transition: all 0.5s ease 0s;
  }
  40% {
    transform: scale(0.7);
    transition: all 0.5s ease 0s;
  }
  60% {
    transform: scale(0.6);
    transition: all 0.5s ease 0s;
  }
  80% {
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
  }
}
.goup img {
    width: 40px;
}
.goup {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 3;
    display: none;
    opacity: 0.6;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
    background: #fff;
}
.preloader img {
    width: 200px;
    animation: pl 2s linear infinite;
}
.store-detail {
    padding: 60px 0;
    
}
.store-detail .description {
    line-height: 1.6;
    width: calc(100% - 400px);
}
.store-detail h2 {
    margin-bottom: 30px;
    color:#4d748c;
    font-size: 40px;
    font-weight: 700;
    
}
.store-detail .logo-slider {
    width: 360px;
}
.store-detail .logo-slider .image {
    margin-bottom: 40px;
}
.store-detail .logo-slider .icons img {
    width: 24px;
}
.store-detail .logo-slider .icons li {
    margin: 0 14px;
}
.store-detail .front-footer li {
    margin-right: 20px;
}
.store-detail .front-footer {
    margin-top: 20px;
    
}
.store-detail .store-footer {
    margin-top: 30px;
}
.store-detail .front-footer a {
    position: relative;
    padding-left: 30px;
}
.store-detail .store-footer p {
    margin-top: 20px;
}
.store-detail .front-footer a:before {
    position: absolute;
    width: 22px;
    height: 20px;
    background: url(../images/s1.png) no-repeat center;
    content: "";
    left: 0;
    top: 0;
}
.slider-in-single .flex {
    width: 360px;
    height: 360px;
    max-width: 100%;
}
.slider-in-single img {
    max-width: 100%;
}
.slider-in-single .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.slider-in-single .slick-dots li {
    margin: 0 6px;
    display: inline-block;
}
.slider-in-single .slick-dots button {
    background: #4d748c;
    border: none;
    border-radius: 8px;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    padding: 0;
    color: transparent;
    font-size: 0;
}
.in-single .title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.location-page {
    padding: 70px 0;
}
.location-page .maps {
    width: 580px;
    height: 580px;
    background: #fdfdfd;
    margin-top: 6px;
}
.location-page .locations {
    width: calc(100% - 620px);
}
.location-page .list .coll label {
    color: #4d748c;
    line-height: 1.8;
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 8px;
}
.location-page .list .coll label span {
    margin-right: 10px;
}
.location-page .list .coll {
    width: 48%;
}
.location-page .list {
    margin-right: 10px;
}
.location-page .locations .short-description {
    margin-bottom: 36px;
    line-height: 1.8;
    font-size: 20px;
    color: #4d748c;
    font-weight: 700;
}
.location-page .locations label span, 
.location-page .locations label img {
    display: block;
}
.location-page .locations .group {
    margin-bottom: 30px;
}
.location-page .list .detailed-text {
    display: none;
    padding-bottom: 20px;
}
.location-page .list .coll li:first-child {
    border-top: 1px solid #b7b7b7;
}
.location-page .list .coll li {
    border-bottom: 1px solid #b7b7b7;
    color: #1a1a18;    
    line-height: 1.6;
    padding-left: 8px;    
}
.location-page .list .coll li .name:before {
    position: absolute;
    right: 11px;
    top: 14px;
    content:"";
    width: 2px;
    height: 12px;
    background: #4d748c;
}
.location-page .list .coll li .name:after {
    position: absolute;
    right: 6px;
    top: 19px;
    content:"";
    width: 12px;
    height: 2px;
    background: #4d748c;
}
.location-page .list .coll li.opened .name:before {
    display: none;
}
.location-page .list .coll li .name {
    display: block;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 0;
    position: relative;
    padding-right: 30px;
    font-weight: 300;
    color: #1a1a18;
}
.location-page .list .coll li .name:hover {
    color: #4d748c;
}
.location-page .list .coll li .name b {    
    color: #4d748c;
    font-weight: 500;
}
.slider-in-wr {
    max-width: 100%;
}
.slide .slider-in {
    max-width: 100%;
    width: 860px;
}
.slide .slider-in-sm {
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 10px;
}
.slide img {
    max-width: 100%;
}
.slider-in-sm span {
    cursor: pointer;
}

.services-new {
    margin-bottom: 200px;
}
.services-new .slider {
    padding: 0px 94px ;
    position: relative;
}

.services-new .slider:before {
    background: #eaeaea;
    position: absolute;
    top: 30px;
    left: 0;
    width: calc(100% - 660px);
    height: 100%;
    content:"";
    z-index: 0;
}
.services-new .slider:after {
    background: #fdc50b;
    position: absolute;
    top: -30px;
    right: 60px;
    width: 440px;
    height: 120%;
    content:"";
    z-index: 0;
}
.services-new .slider .services-slider {
    position: relative;
    z-index: 2;
}

.services-new .slider-in-sm .slick-slide span {
    padding: 10px 0;
    margin: 0 5px;
    display: block;
    position: relative;
}
.services-new .slider-in-sm .slick-slide.slick-current span:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 6px;
    content:"";
    background: #4d748c;
    bottom: 4px
}
.services-new h2 {
    color: #4d748c;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.services-new .desc {
    font-size: 24px;
    font-weight: 300;
    color: #1a1a18;
    line-height: 1.5;
    width: 700px;
    overflow: auto;
    max-height: 400px;
}
.services-new .desc .caption {
    padding-bottom: 40px;
}
.services-new .counter {
    font-weight: 900;
    font-size: 208px;
    position: absolute;
    bottom: -46px;
    color: rgba(255, 255, 255, 0.5);
}
.services-new .slick-arrow {
    width: 50px;
    height: 50px;
    bottom: -100px;
    position: absolute;
    bottom: -120px;
    border: none;
    z-index: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.services-new .slick-arrow.slick-prev {
    background: #eaeaea;
    left: 104px;
}
.services-new .slick-arrow.slick-next {
    background: #eaeaea;
    left: 174px;
}
.services-new .slick-arrow.slick-prev:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/prev-dark.png) no-repeat center;
}
.services-new .slick-arrow.slick-next:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/next-dark.png) no-repeat center;
}
.services-new .slick-arrow.slick-next:hover {
    background-color: #4d748c;
    transition: all 0.3s ease 0s;
}
.services-new .slick-arrow.slick-prev:hover {
    background-color: #4d748c;
    transition: all 0.3s ease 0s;
}
.services-new .slick-arrow.slick-prev:hover:after {
    transition: all 0.3s ease 0s;
    filter: grayscale(1) invert(1);
    cursor: pointer;
}
.services-new .slick-arrow.slick-next:hover:after {
    transition: all 0.3s ease 0s;
    filter: grayscale(1) invert(1);
    cursor: pointer;
}
.services-new .slick-arrow.slick-prev:before {
    content:"попередня пропозиція";
    width: 100px;
    left: -110px;
    position: absolute;
    top: 4px;
    text-align: right;
    font-size: 18px;
}
.services-new .slick-arrow.slick-next:before {
    content:"наступна пропозиція";
    width: 100px;
    right: -110px;
    position: absolute;
    top: 4px;
    font-size: 18px;
    text-align: left;
}
.get-consultation {
    width: 620px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.get-consultation h2 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #d2d2d2;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}
.get-consultation h2 strong {    
    font-size: 40px;
    display: block;
    font-weight: 700;
    color: #4d748c;
    margin-bottom: 18px;
}
.get-consultation .copyright {
    color: #d2d2d2;
    font-size: 14px;
    text-align: center;
} 
.get-consultation .field input {
    width: 100%;
    height: 52px;
    color: #1a1a18;
    opacity: 1;
    font-family: 'DIN Pro';
    font-size: 22px;
    font-weight: 300;
    padding: 0;
    border: none;
    border-bottom: 2px solid #d2d2d2;
    transition: all 0.3s ease 0s;    
}
.get-consultation .field {
    margin-bottom: 34px;   
}
.get-consultation .button {
    margin-bottom: 20px;
    text-align: center;
}
.get-consultation .button button {
    width: 240px;
    height: 50px;
    font-size: 22px;
    color: #4d748c;
    border: 2px solid #4d748c;
    cursor: pointer;
    background: none;
    font-weight: 500;
    font-family: 'DIN Pro';
    transition: all 0.3s ease 0s;
}
.get-consultation .button button:hover {
    transition: all 0.3s ease 0s;
    color: #fff;
    background: #4d748c;
}

.categories-filter-main .select.subcategory {
    z-index: 3;
}
.categories-filter-main .select.category {
    z-index: 4;
}


/*******************************/



.page-template-template-look-up .header,
.page-template-template-look-up .mobile-navigation,
.page-template-template-look-up .footer,
.page-template-template-look-up .copy {
    display: none;
}
.page-template-template-look-up {
    padding-top: 0;
}
.links-list {
  background: #4d748c url(../images/bg-lp.svg) no-repeat center;
  padding: 50px 0;
  color: #fff;
  background-attachment: fixed;
}
.look-up-header {
    padding: 12px 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.links-list * {
    box-sizing: border-box;
}
.links-list .links-list-heading {
  margin-bottom: 38px;
}
.links-list .links-list-heading h1 {
  text-align: center;
  line-height: 1.2;
}
.links-list .group-name {
    margin-left: 10px;
}
.links-list .group-name span {
    font-weight: 300;
}
.inside.inside-slim {
  width: 644px;
}
.links-list .list-item .list-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.links-list .dropdown-list {
    position: absolute;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    z-index: 2;
    display: none;
    left: 0
}
.links-list .dropdown-list:empty {
    border: none
}
.links-list .item-group:hover .dropdown-list {
    
}
.links-list .dropdown-list.passive {
    display: none !important;
}
.links-list .dropdown-list li:hover {
    background: #DDD;
}
.links-list .dropdown-list li {
    padding: 10px 20px;
    cursor: pointer;
}

.links-list .dropdown-list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.dropdown-list li {
    color: #333;
    font-size: 16px;
}
.links-list .list-group {
  margin-bottom: 40px;
}
.links-list .list-group .item-el ul {
    display: none;
}
.links-list .list-group .item-el ul.ul-list a {
    display: block;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    height: 40px;
}
.links-list .list-group .item-el ul a:hover {
    background: #ccebff;
}
div div.links-list .list-group .item-el a {
    background: #fff;
    
}
div.links-list .list-group.left .item-el > span,
div.links-list .list-group.right .item-el > a {
    padding-left: 30px;
    display: inline-block;
    position: relative;
}

div.links-list .list-group .item-el > span,
div.links-list .list-group .item-el > a {
    height: 44px;
    box-shadow: none !important;
}
.links-list .list-group .item-el {
    position: relative;
    width: 49%;
}
div.links-list .list-group .item-el {
    text-align: center;
    background: #DDD;
}
div.links-list .list-group .item-el > span,
div.links-list .list-group .item-el > a {
    padding: 12px;
    padding-left: 40px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 500;
    max-width: 100%;
    width: auto;
}
div.links-list .list-group .item-el > a,
div.links-list .list-group .item-el > span {
    position: relative;
    
    
}
div.links-list .list-group .item-group.left > span,
div.links-list .list-group .item-group.left > a,
div.links-list .list-group .item-group.right > span,
div.links-list .list-group .item-group.right > a {
    position: relative;
    height: 40px;
        width: auto !important;
    line-height: 40px;
    padding-left: 36px;
}

div.links-list .list-group .item-group.left > span:after,
div.links-list .list-group .item-group.left > a:after {
    left: 6px;
    top:0px;
    height: 100%;
    content:"";
    width: 28px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.1816 7.82427H17.708L14.7312 0L13.0495 0.629539L15.7475 7.82427H9.36215L12.0602 0.629539L10.4593 0L7.47353 7.82427H0V9.62296H1.01626L2.69803 21.4403C2.72857 21.6564 2.83664 21.854 3.00211 21.9963C3.16758 22.1386 3.37914 22.2159 3.59737 22.2137H21.5842C21.8024 22.2159 22.014 22.1386 22.1795 21.9963C22.3449 21.854 22.453 21.6564 22.4835 21.4403L24.1653 9.62296H25.1816V7.82427ZM20.8018 20.4151H4.3798L2.83293 9.62296H22.3486L20.8018 20.4151Z' fill='%234D748C'%3E%3C/path%3E%3C/svg%3E");
}
div.links-list .list-group .item-group.right > span:after,
div.links-list .list-group .item-group.right > a:after {
    left: 10px;
    top: 0px;
    content:"";
    width: 21px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='27' viewBox='0 0 21 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3607 26.8825C10.0001 26.8794 9.6441 26.801 9.31556 26.6523C8.98702 26.5037 8.69315 26.288 8.45275 26.0192C5.30171 22.566 0.00104244 15.9963 0.00104244 11.6539C-0.0381793 8.86574 1.03078 6.17598 2.97316 4.17533C4.91554 2.17468 7.57254 1.02671 10.3607 0.983521C13.1488 1.02671 15.8058 2.17468 17.7481 4.17533C19.6905 6.17598 20.7595 8.86574 20.7203 11.6539C20.7203 15.9704 15.4196 22.5229 12.2685 26.0279C12.0274 26.2951 11.7332 26.5091 11.4047 26.6563C11.0762 26.8034 10.7206 26.8805 10.3607 26.8825ZM10.3607 2.71012C8.03119 2.75551 5.81466 3.72226 4.19655 5.39862C2.57844 7.07498 1.69065 9.3243 1.72764 11.6539C1.72764 14.3647 4.7233 19.3028 9.73907 24.871C9.8196 24.9546 9.91616 25.0211 10.023 25.0665C10.1298 25.1118 10.2446 25.1352 10.3607 25.1352C10.4767 25.1352 10.5915 25.1118 10.6983 25.0665C10.8051 25.0211 10.9017 24.9546 10.9822 24.871C15.998 19.3028 18.9937 14.3647 18.9937 11.6539C19.0306 9.3243 18.1429 7.07498 16.5248 5.39862C14.9066 3.72226 12.6901 2.75551 10.3607 2.71012Z' fill='%234D748C'%3E%3C/path%3E%3Cpath d='M10.3607 16.5229C9.33618 16.5229 8.33472 16.2191 7.48291 15.65C6.63109 15.0808 5.96719 14.2718 5.57514 13.3254C5.18309 12.3789 5.08051 11.3374 5.28038 10.3326C5.48024 9.32782 5.97357 8.40487 6.69798 7.68046C7.42239 6.95605 8.34534 6.46272 9.35012 6.26286C10.3549 6.063 11.3964 6.16557 12.3429 6.55762C13.2894 6.94967 14.0983 7.61358 14.6675 8.46539C15.2367 9.31721 15.5405 10.3187 15.5405 11.3431C15.5405 12.7169 14.9947 14.0344 14.0233 15.0058C13.0519 15.9772 11.7344 16.5229 10.3607 16.5229ZM10.3607 7.88993C9.67767 7.88993 9.01003 8.09246 8.44216 8.4719C7.87428 8.85135 7.43167 9.39066 7.17031 10.0217C6.90894 10.6526 6.84056 11.347 6.9738 12.0168C7.10705 12.6867 7.43593 13.302 7.91887 13.7849C8.40181 14.2679 9.01711 14.5967 9.68697 14.73C10.3568 14.8632 11.0511 14.7948 11.6821 14.5335C12.3131 14.2721 12.8524 13.8295 13.2319 13.2616C13.6113 12.6938 13.8139 12.0261 13.8139 11.3431C13.8139 10.4273 13.45 9.54895 12.8024 8.90135C12.1548 8.25375 11.2765 7.88993 10.3607 7.88993Z' fill='%234D748C'%3E%3C/path%3E%3C/svg%3E");
}

div.links-list .list-group .item-el-1 > a:after,
div.links-list .list-group .item-el-1 > span:after {
    left: 6px;
    top:0px;
    height: 100%;
    content:"";
    width: 28px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.1816 7.82427H17.708L14.7312 0L13.0495 0.629539L15.7475 7.82427H9.36215L12.0602 0.629539L10.4593 0L7.47353 7.82427H0V9.62296H1.01626L2.69803 21.4403C2.72857 21.6564 2.83664 21.854 3.00211 21.9963C3.16758 22.1386 3.37914 22.2159 3.59737 22.2137H21.5842C21.8024 22.2159 22.014 22.1386 22.1795 21.9963C22.3449 21.854 22.453 21.6564 22.4835 21.4403L24.1653 9.62296H25.1816V7.82427ZM20.8018 20.4151H4.3798L2.83293 9.62296H22.3486L20.8018 20.4151Z' fill='%234D748C'%3E%3C/path%3E%3C/svg%3E");
}
div.links-list .list-group .item-el-2 > a:after,
div.links-list .list-group .item-el-2 > span:after {
    left: 10px;
    top: 0px;
    content:"";
    width: 21px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='27' viewBox='0 0 21 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3607 26.8825C10.0001 26.8794 9.6441 26.801 9.31556 26.6523C8.98702 26.5037 8.69315 26.288 8.45275 26.0192C5.30171 22.566 0.00104244 15.9963 0.00104244 11.6539C-0.0381793 8.86574 1.03078 6.17598 2.97316 4.17533C4.91554 2.17468 7.57254 1.02671 10.3607 0.983521C13.1488 1.02671 15.8058 2.17468 17.7481 4.17533C19.6905 6.17598 20.7595 8.86574 20.7203 11.6539C20.7203 15.9704 15.4196 22.5229 12.2685 26.0279C12.0274 26.2951 11.7332 26.5091 11.4047 26.6563C11.0762 26.8034 10.7206 26.8805 10.3607 26.8825ZM10.3607 2.71012C8.03119 2.75551 5.81466 3.72226 4.19655 5.39862C2.57844 7.07498 1.69065 9.3243 1.72764 11.6539C1.72764 14.3647 4.7233 19.3028 9.73907 24.871C9.8196 24.9546 9.91616 25.0211 10.023 25.0665C10.1298 25.1118 10.2446 25.1352 10.3607 25.1352C10.4767 25.1352 10.5915 25.1118 10.6983 25.0665C10.8051 25.0211 10.9017 24.9546 10.9822 24.871C15.998 19.3028 18.9937 14.3647 18.9937 11.6539C19.0306 9.3243 18.1429 7.07498 16.5248 5.39862C14.9066 3.72226 12.6901 2.75551 10.3607 2.71012Z' fill='%234D748C'%3E%3C/path%3E%3Cpath d='M10.3607 16.5229C9.33618 16.5229 8.33472 16.2191 7.48291 15.65C6.63109 15.0808 5.96719 14.2718 5.57514 13.3254C5.18309 12.3789 5.08051 11.3374 5.28038 10.3326C5.48024 9.32782 5.97357 8.40487 6.69798 7.68046C7.42239 6.95605 8.34534 6.46272 9.35012 6.26286C10.3549 6.063 11.3964 6.16557 12.3429 6.55762C13.2894 6.94967 14.0983 7.61358 14.6675 8.46539C15.2367 9.31721 15.5405 10.3187 15.5405 11.3431C15.5405 12.7169 14.9947 14.0344 14.0233 15.0058C13.0519 15.9772 11.7344 16.5229 10.3607 16.5229ZM10.3607 7.88993C9.67767 7.88993 9.01003 8.09246 8.44216 8.4719C7.87428 8.85135 7.43167 9.39066 7.17031 10.0217C6.90894 10.6526 6.84056 11.347 6.9738 12.0168C7.10705 12.6867 7.43593 13.302 7.91887 13.7849C8.40181 14.2679 9.01711 14.5967 9.68697 14.73C10.3568 14.8632 11.0511 14.7948 11.6821 14.5335C12.3131 14.2721 12.8524 13.8295 13.2319 13.2616C13.6113 12.6938 13.8139 12.0261 13.8139 11.3431C13.8139 10.4273 13.45 9.54895 12.8024 8.90135C12.1548 8.25375 11.2765 7.88993 10.3607 7.88993Z' fill='%234D748C'%3E%3C/path%3E%3C/svg%3E");
}
.place-holder-for-buttons {
    margin-top: 20px;
}
.links-list .list-group .item-el ul.ul-list {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 2;
    left: 0;
}
.links-list .list-group .item-el a,
.links-list .list-group .item-el span,
.links-list .list-group .item-group {
  transition: all 0.3s ease 0s;
  background: #DDD;
  position: relative;
  cursor: pointer;
  color: #1A1A18;
  width: 300px;
  padding: 0 20px;
  height: 46px;
  font-size: 20px;
  margin: 0 auto;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  max-width: 49%;
}
.links-list .list-group a {
    cursor: pointer;
}
.list-item .item-group-ways {
    opacity: 0.4;
}
.links-list .list-group .dropdown-list li {
    padding: 0;
}
.links-list .list-group .dropdown-list a {
    display: block;
    padding: 10px 20px;
}
.links-list .list-group .item-group .name {
    color: #1A1A18;
    display: block;
    font-weight: 500;
    cursor: pointer;
    margin-left: 0;
    width: 100%;
    text-align: center;
    
}
.links-list .list-group .item-group {
    position: relative;
}
.links-list .list-group .item-group:after {
    position: absolute;
    content:"";
    width: 18px;
    height: 12px;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 10L9 2L1 10' stroke='%234D748C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
}
.links-list .list-group .item-group:hover {
    background: #fff;
    transition: all 0.3s ease 0s;
}
.links-list svg {
  display: block;
}
.look-up-header .soc li {
    margin-left: 14px;
}
.has-ways.active {
    background: #DDD;
}
.look-up-header .soc a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    background: #4D748C;
    transition: all 0.3s ease 0s;
    text-align: center;
}
