/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');*/
:root {
  --header-height: 65px;
  --landing-family: "PF DinText Pro", sans-serif;
  --blue-color: #5695b0;
  --tiffany-color: #5695b0; /*#50c6db;*/
  --pink-color: #ed82ad;
  --orange-color: #f77d57;
  --violet-color: #9e8cc2;
  --gray-color: #7e7e7e;
  --anim-trans-back: background-color 0.5s ease-in-out;
  --anim-trans-fcolor: color 0.5s ease-in-out;
  --anim-trans-border: border-color 0.5s;
  --anim-trans-fill: fill 0.5s ease-in-out;
  --anim-trans-stroke: stroke 0.5s ease-in-out;
  scroll-padding-top: var(--header-height);
}

@font-face {
  font-family: "PF DinText Pro";
  src: url(../fonts/pfdintextpro-light.woff2) format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PF DinText Pro";
  src: url(../fonts/pfdintextpro-regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

* {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

*:focus {
  outline: none !important;
}

.videoheader {
  width: 100%;
  position: relative;
}

.videoheader video {
  width: 100%;
  object-fit: cover;
}

.recommended .rating-wrapper.likerate {
  text-align: center;
}

.fairy-box {
  width: calc(25% - 22px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dadada;
  overflow: hidden;
  border-radius: 8px;
}

.docrec-box {
  width: calc(33.3333333%);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 8px;
}

.fairy-box:hover {
  border: 1px solid var(--tiffany-color);
}

.author-photo {
  float: left;
  margin: 25px 20px 20px 0;
}

.author-photo img {
  width: 75px;
}

.fairy-box img {
  border-bottom: 1px solid #dadada;
  display: block;
}

.docrec-box img {
  display: block;
  width: 100%;
}

.fairy-box:hover img {
  border-bottom: 1px solid var(--tiffany-color);
}

.fairy-box a {
  display: block;
  margin: 15px 15px 0 15px;
  text-transform: uppercase;
  font-size: 20px;
  min-height: 55px;
  line-height: 120%;
}

.docrec-box a {
  color: #b0b0b0;

  text-align: center !important;
}

.modal-popup .modal-content {
  border-radius: 0;
  border: none;
}

.modal-dialog.modal-popup {
  width: 400px;
}

.modal-dialog.modal-popup .modal-header {
  display: none;
}

.modal-dialog.modal-popup .modal-body {
  padding: 0;
}

.popup-head {
  padding: 10px 20px 10px 20px;
  background: #67c5d9;
}

.popup-head-logo {
  width: 84px;
  height: 47px;
  background-image: url(../img/logo-popup.png);
  background-size: 100%;
  margin: 25px auto;
}

.pr15 {
  width: 57px;
  height: 57px;
  background-image: url(../img/15pr.png);
  position: absolute;
  right: 45px;
  top: 30px;
}

.popup-head * {
  color: #fff;
  text-align: center;
}

.popup-head h2 strong {
  font-weight: 400;
}

.popup-head h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

.modal-dialog.modal-popup .modal-body #action-form {
  padding: 20px 60px;
}

.modal-dialog.modal-popup .modal-body .success-result {
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

.modal-dialog.modal-popup .modal-body #feedback-email {
  width: calc(100% - 26px);
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #67c5d9;
  box-shadow: none;
}

.popup-footer {
  padding: 0 20px 20px 20px;
}

.popup-footer p {
  font-size: 10px;
  text-align: center;
}

.modal-dialog.modal-popup .modal-body .btn {
  width: calc(100% - 26px);
  background: #c3cf4f;
  font-size: 22px;
  border: 1px solid #c3cf4f;
  text-transform: uppercase;
}

.modal-dialog.modal-popup .close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
  font-weight: 400;
  opacity: 0.7;
  font-size: 30px;
}

.fairy-box a:hover,
.fairy-box a:focus,
.docrec-box a:hover,
.docrec-box a:focus,
.docrec-box:hover a,
.docrec-box:focus a {
  color: var(--tiffany-color);
  text-decoration: none;
}

.dzen-row {
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 25px 30px 30px 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  color: #424242;
}

.dzen-row * {
  color: #424242;
}

.dzen-img .paddingright {
  padding-right: 30px;
}

.dzen-img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.dzen-white {
  position: relative;
  z-index: 3;
  height: 300px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  margin-top: -270px;
}

.dzen-img img {
  border-radius: 8px;
}

.dzen-link {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.dzen-link strong {
  color: #424242;
  font-size: 22px;
  position: relative;
  margin-top: -10px;
  display: block;
  font-weight: 600;
}

.dzen-roxy-logo span {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 36px;
  height: 36px;
  background-image: url(../img/rec-roxy.png);
  background-size: 100%;
  vertical-align: middle;
}

.dzen-roxy-logo {
  margin-bottom: 20px;
  font-size: 22px;
}

.dzen-white a {
  display: block;
}

.dzen-white a img {
  display: block;
  margin: 0 auto;
  padding-top: 190px;
  width: 400px;
}

.skaz-box p {
  color: #000 !important;
  font-size: 18px;
  line-height: 170%;
}

.skaz-box .info {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/skaz-info.png) 0 0 no-repeat;
  padding: 0;
  border: none;
  margin: 0 0 -6px 10px;
}

.skaz100 {
  max-width: 100%;
}

.skaz-floatleft {
  float: left;
}

.skaz-floatright {
  float: right;
}

.skaz-floatright,
.skaz-floatleft {
  max-width: 40% !important;
}

.skaz-redpoint {
  display: block;
  margin: 40px auto;
  width: 10px;
  height: 10px;
  background: #e52321;
  border-radius: 50%;
}

.skaz-space {
  display: block;
  clear: both;
  height: 30px;
}

.skaz-game {
  border: 2px dotted #e52321;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.skaz-violet {
  color: #aa3c8c;
}

.skaz-blue {
  color: #008bd2;
}

.skaz-green {
  color: #008bd2;
}

.skaz-red {
  color: #e52321;
}

.skaz-yellow {
  color: #f9ae00;
}

.skaz-pink {
  color: #f088b6;
}

.skaz-desc {
  background: #ffed00;
  border-radius: 12px;
  font-style: normal;
  padding: 0 5px 3px 5px;
}

.red-right,
.red-left,
.red-center {
  background: #e31f22;
  padding-top: 6px;
  display: block;
  font-weight: 600;
  padding-bottom: 8px;
  width: 240px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}

.clear {
  clear: both;
}

.red-right {
  float: right;
  margin: 7px 0 20px 30px;
  border-radius: 8px 0 0 8px;
  padding-left: 25px;
}

.red-left {
  float: left;
  margin: 7px 20px 30px 0;
  border-radius: 0 8px 8px 0;
  padding-right: 25px;
  text-align: right;
}

.red-center {
  display: block;
  margin: 10px auto 10px auto;
  text-align: center;
  border-radius: 8px;
}

.skaz-box h3 {
  text-align: center;
  text-transform: uppercase;
  color: #e31f22;
  font-weight: 400;
}

.fairy-download a {
  color: #898b8e;
  font-size: 14px;
  min-height: auto;
  margin-bottom: 20px;
  margin-top: 10px;
  background: url(../img/f-diwnload.png) 0 2px no-repeat;
  padding-left: 25px;
}

.fairy-box a span {
  display: block;
  text-transform: none;
  font-size: 14px;
}

.downloadtales .modal-lg {
  width: 600px !important;
}

.downloadtales .modal-lg .modal-header {
  display: none !important;
}

.downloadtales .modal-lg .fairy-box a {
  margin: 0 !important;
}

.downloadtales .modal-lg .fairy-box {
  width: calc(50% - 22px) !important;
  border: 0;
  border-radius: 0;
}

.downloadtales .fairytales {
  padding-top: 20px;
}

.downloadtales .modal-lg .fairy-box a {
  border: 1px solid #ccc;
}

.downloadtales .modal-lg .fairy-box img {
  border: none !important;
}

.downloadtales .modal-lg .fairy-box .fairy-download a {
  border: none;
}

.downloadtales .modal-lg .box {
  padding: 0 !important;
}

.fairy-row,
.docrec-row {
  margin-left: -10px;
  margin-right: -10px;
}

.instahtam.top-blog {
  padding: 30px 0;
}

.instagram.top-blog .ig-username {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  margin: 0;
  padding-top: 40%;
  text-align: center;
}

.skaz-download-file {
  margin: 50px auto !important;
  text-transform: uppercase;
  display: block;
  width: 130px;
  color: #fff;
}

.downloadtales .fairy-download.popup a {
  margin: 20px auto !important;
  background: var(--blue-color);
  border-color: var(--blue-color);
  padding: 10px 0;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 130px;
  color: #fff;
}

.ig-link:hover .ig-username {
  display: block;
}

#ig-slider div.slick-slide > div > div > a,
#ig-slider div.slick-slide > div > div,
#ig-slider div.slick-slide > div,
#ig-slider div.slick-slide {
  position: relative;
  display: block;
  overflow: hidden;
}

.instahtam.top-blog div.slick-slide:hover .ig-username {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  background: #fff;
  font-size: 14px;
}

body,
html,
p,
table,
input,
button {
  font-family: "Open Sans", sans-serif;
}

a {
  color: var(--tiffany-color);
  text-decoration: none;
}

.awards-slider .slick-next.slick-arrow,
.instagram.top-blog .slick-next {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px 0 !important;
  opacity: 0.1;
  z-index: 111;
  position: absolute;
  right: -50px;
  left: auto;
  top: 50%;
  padding: 0px;
  transform: translate(0px, -50%);
  cursor: pointer;
  width: 30px;
  text-align: right;
}

.awards-slider .slick-prev.slick-arrow,
.instagram.top-blog .slick-prev {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -130px 0 !important;
  opacity: 0.1;
  z-index: 111;
  position: absolute;
  left: -30px;
  right: auto;
  top: 50%;
  padding: 0px;
  transform: translate(0px, -50%);
  cursor: pointer;
  width: 30px;
  text-align: right;
}

.instagram.top-blog .slick-prev,
.instagram.top-blog .slick-next {
  margin-top: 0px;
}

.awards-slider .slick-slide img {
  margin: 0 auto 20px auto;
}

li.next {
  margin-bottom: 20px;
}

.awards-shadow {
  padding: 50px;
}

.awards-slider {
  margin: 50px;
}

.awards-slider .slick-slide {
  position: relative;
  z-index: 999999;
  text-align: center;
  color: #6c6c6c;
}

.awards-slider .slick-slide {
}

.awards-slider .slick-list:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.awards-text {
  visibility: hidden;
}

.awards-slider .slick-list:hover .awards-text {
  visibility: visible;
}

.awards-slider .slick-slide {
  padding: 50px;
}

.tm-border {
  position: relative;
  left: -20px;
  padding-left: 20px;
  border-top: 1px solid #dadada;
  padding-top: 20px;
}

.tm-box {
  overflow: hidden;
  padding-bottom: 20px;
}

.tm-box i {
  float: left;
  width: 242px;
  height: 186px;
  display: block;
  margin-top: 5px;
}

.tm-box p {
  margin-left: 280px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.tm-i1 {
  background: url(../img/newlogo.png) 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ebebeb;
  border-radius: 2px;
  background-position-y: center;
}

.tm-i5 {
  background: url(../img/logopets.png) 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ebebeb;
  border-radius: 2px;
  background-position-y: center;
}

.tm-i2 {
  background: url(../img/about-sprite.png) -250px -360px;
}

.tm-i3 {
  background: url(../img/about-sprite.png) -500px -360px;
}

.tm-i4 {
  background: url(../img/about-sprite.png) 0px -550px;
}

.conc-box {
  overflow: hidden;
}

.conc-box i {
  float: left;
  width: 78px;
  height: 78px;
  display: block;
  margin-top: 5px;
}

.conc-box p {
  margin-left: 100px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.conc-i1 {
  background: url(../img/about-sprite.png) 0 0;
}

.conc-i2 {
  background: url(../img/about-sprite.png) -80px 0;
}

.conc-i3 {
  background: url(../img/about-sprite.png) -160px 0;
}

.conc-i4 {
  background: url(../img/about-sprite.png) -240px 0;
}

.hist-box {
  width: 450px;
  margin: 0 auto;
}

.hist-text,
.hist-icon {
  width: 215px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.hist-text p {
  font-size: 13px;
  line-height: 120%;
  padding: 0 25px;
  font-weight: 300;
}

.hist-icon i {
  width: 128px;
  height: 128px;
  display: block;
  margin: 0 auto;
}

.i2010 i {
  background: url(../img/about-sprite.png) 0 -100px;
}

.i2011 i {
  background: url(../img/about-sprite.png) -130px -100px;
}

.i2012 i {
  background: url(../img/about-sprite.png) -260px -100px;
}

.i2013 i {
  background: url(../img/about-sprite.png) -390px -100px;
}

.i2014 i {
  background: url(../img/about-sprite.png) -520px -100px;
}

.i2015 i {
  background: url(../img/about-sprite.png) -650px -100px;
}

.i2016 i {
  background: url(../img/about-sprite.png) -780px -100px;
}

.i20161 i {
  background: url(../img/about-sprite.png) 0px -230px;
}

.i2017 i {
  background: url(../img/about-sprite.png) -130px -230px;
}

.i2018 i {
  background: url(../img/about-sprite.png) -260px -230px;
}

.i2019 i {
  background: url(../img/about-sprite.png) -390px -230px;
}

.i20191 i {
  background: url(../img/about-sprite.png) -520px -230px;
}

.i2020 i {
  background: url(../img/about-sprite.png) -650px -230px;
}

.hist-top {
  border-radius: 10px 10px 0 0;
}

.hist-bottom {
  border-radius: 0 0 10px 10px;
}

.hist-text {
  text-align: center;
}

.hist-text strong {
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 15px;
  display: block;
  color: #6e6e6e;
}

.hist-blue .hist-text strong {
  color: var(--tiffany-color);
}

.hist-blue span {
  width: 14px;
  height: 20px;
  background: url(../img/l-corn.png) 0 0;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.hist-gray span {
  width: 14px;
  height: 20px;
  background: url(../img/r-corn.png) 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.hist-blue,
.hist-gray {
  margin: 5px 0;
}

.hist-border {
  height: 180px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.hist-blue .hist-border {
  background: var(--tiffany-color);
}

.hist-gray .hist-border {
  background: #6e6e6e;
}

.b-top .list-view .items .logolist .logo-box {
  min-height: 120px;
}

.b-top .list-view .items .logolist .logo-box {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.b-top .pagination .next a {
  color: #6c6c6c;
  font-size: 16px;
}

.vac-banner {
  background: var(--tiffany-color);
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
}

.vac-left {
  float: left;
  width: calc(45% - 40px);
  padding: 20px;
  height: 354px;
  position: relative;
}

.vac-left h2 {
  text-transform: none;
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 13px;
  margin-top: 20px !important;
  line-height: 130%;
  padding: 0;
}

.vac-left h3 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 24px;
  margin-top: 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.vac-right {
  float: right;
  width: calc(55% - 1px);
  border-left: 1px solid #fff;
}

.vac h3 {
  /*margin-top: 60px;*/
  font-size: 30px;
  color: var(--tiffany-color);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
}

.vac h3.vac-h {
  margin-top: 0;
}

.vac-item-box {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 140px;
  position: relative;
}

.vac-item-box a.vac-more {
  width: 110px;
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 6px;
  border-left: 1px solid #dadada;
}

.vac-send,
.vac-hh {
  background: var(--blue-color);
  color: #fff;
  border: 1px solid var(--blue-color);
  font-size: 16px;
  width: 230px;
  text-align: center;
  padding: 14px 0;
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}

.vac-send:hover,
.vac-hh:hover {
  background: #fff;
  color: var(--blue-color);
  text-decoration: none;
}

.vac-hh:hover i {
  background: url(../img/hh1.png) 0 0;
}

.vac-hh {
  margin-left: 20px;
  padding: 5px 0;
  position: relative;
  top: -1px;
}

.vac-hh i {
  width: 41px;
  height: 41px;
  background: url(../img/hh.png) 0 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.vac-hh span {
  display: inline-block;
  vertical-align: middle;
}

.vac-item-box a.vac-more i {
  width: 22px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/about-sprite.png) -824px 0;
  margin-left: -11px;
  margin-top: -11.5px;
}

.vac-item-box a.vac-more.active i {
  width: 22px;
  height: 3px;
  background: var(--tiffany-color);
  margin-left: -11px;
  margin-top: -1.5px;
}

.vac-city,
.vac-comp {
  display: inline-block;
  padding-right: 30px;
  margin-top: 10px;
}

.vac-city i {
  width: 19px;
  height: 24px;
  display: inline-block;
  background: url(../img/about-sprite.png) -772px 0;
  margin-right: 10px;
  vertical-align: middle;
}

.vac-comp i {
  width: 23px;
  height: 21px;
  display: inline-block;
  background: url(../img/about-sprite.png) -797px 0;
  margin-right: 10px;
  vertical-align: middle;
  opacity: 0.3;
}

.vac-city span,
.vac-comp span {
  display: inline-block;
  vertical-align: middle;
  color: var(--tiffany-color);
}

.vac-item-box strong {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.vac .col50 .vac-icon .i-1 {
  width: 63px;
  display: block;
  height: 69px;
  background: url(../img/about-sprite.png) -400px 0;
}

.vac .col50 .vac-icon .i-2 {
  width: 63px;
  display: block;
  height: 69px;
  background: url(../img/about-sprite.png) -600px 0;
}

.vac .col50 .vac-icon .i-3 {
  width: 63px;
  display: block;
  height: 69px;
  background: url(../img/about-sprite.png) -500px 0;
}

.vac .col50 .vac-icon .i-4 {
  width: 63px;
  display: block;
  height: 69px;
  background: url(../img/about-sprite.png) -700px 0;
}

.vac-icon {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 50px;
}

.vac-desc {
  display: inline-block;
  width: calc(75% - 40px);
  vertical-align: top;
  margin-bottom: 50px;
}

.vac-desc h4 {
  font-weight: 300;
  text-transform: uppercase;
  color: #6c6c6c;
}

.vac-item-box strong {
  color: #6c6c6c;
}

.vac-img {
  width: 100%;
  height: 394px;
  background: url(../img/about-vacancy.jpg) center center;
}

.norkin-banner {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 35px 65px 35px 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.norkin {
  float: left;
  width: 302px;
  height: 301px;
  background: url(../img/norkin.jpg) 0 0;
}

.norkin-right {
  float: right;
  text-align: right;
  margin-top: 70px;
}

.b-top {
  position: relative;
  /*left: -20px;
    padding-left: 20px;*/
  border-top: 1px solid #dadada;
  padding-top: 25px;
}

.b-top p {
  color: #6c6c6c;
  font-weight: 300;
}

.about-align-right {
  text-align: right;
  font-weight: 400 !important;
  margin-top: 20px;
}

.norkin-right h2 {
  text-transform: none;
  font-weight: 400;
  font-size: 50px;
  color: #6c6c6c;
  letter-spacing: 0;
  margin-bottom: 13px;
  line-height: 100%;
  padding: 0;
}

.norkin-status {
  margin-top: 14px;
  line-height: 100%;
  color: #6c6c6c;
}

.norkin-line {
  display: block;
  width: 85%;
  height: 2px;
  background: var(--tiffany-color);
  margin-left: 15%;
}

.logosonline #filter-form {
  margin-left: 10px;
}

.left-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-menu li a {
  background: var(--tiffany-color);
  color: #fff;
  border: 1px solid var(--tiffany-color);
  font-size: 16px;
  max-width: 285px;
  text-align: center;
  padding: 10px 0;
  display: block;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  border-radius: 4px;
}

.left-menu li a:hover {
  background: #fff;
  color: var(--tiffany-color);
  text-decoration: none;
}

.left-menu li {
  display: block;
}

.left-menu li.active a {
  background: #fff;
  color: var(--blue-color);
  text-decoration: none;
}

.w400 {
  font-weight: 400;
}

.breadcrumb > li + li::before {
  padding: 3px;
}

.idt-line {
  border-top: 1px solid #d0d0d0;
}

.idt.row {
  position: relative;
  left: -20px;
  width: calc(100% + 20px);
}

.idt-box {
  padding: 0 0 0 20px;
}

.idt-box .col33 img {
  display: block;
  width: calc(100% - 20px);
  margin: 0 20px 0 0;
}

.idt-logo-box {
  position: relative;
  right: -20px;
  margin-left: -20px;
}

.idt-box h3 {
  margin-bottom: 30px;
}

.news-photo .slick-prev {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -130px 0;
  opacity: 0.1;
  margin-top: -20px;
  left: -25px;
  z-index: 111;
  position: absolute;
  top: 50%;
}

.news-photo .slick-prev:hover {
  background: url(../img/sprite.png) -130px 0;
  opacity: 0.6;
}

.news-photo .slick-next {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px 0 !important;
  opacity: 0.1;
  margin-top: -20px;
  right: -25px;
  z-index: 111;
  left: auto !important;
  position: absolute;
  top: 50%;
}

.open-news .news-photo .slick-next,
.open-news .news-photo .slick-prev {
  opacity: 0.5 !important;
}

.slick-lightbox .slick-next,
.slick-lightbox .slick-prev {
  text-indent: -1000000000px !important;
}

.news-photo .slick-next:hover {
  background: url(../img/sprite.png) -160px 0;
  opacity: 0.9;
}

.news-photo .slick-slide img {
  margin: 0 auto;
  display: block;
}

#notify-alert {
  display: none;
  position: fixed;
  right: 50px !important;
  left: auto !important;
  bottom: 50px !important;
  top: auto !important;
  z-index: 9999;
  box-shadow: 0 0 10px #ccc;
  width: 250px;
  text-align: center;
}

.favorites-page {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.favorites-page .colitems {
  width: 25%;
}

.favorites-page .colitems .border {
  border: none;
  padding: 0;
  position: relative;
}

.favorites-page .colitems .border .text-center {
  color: #6c6c6c;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
}

.favorites-page .colitems .border .graylink {
  margin: 0 0 5px;
  min-height: 65px;
}

.favorites-page .colitems .border .rating span.star {
  font-size: 16px;
  font-weight: 900;
}

.favorites-page .colitems .border .rating-wrapper {
  color: var(--blue-color);
  font-size: 14px;
}

.favorites-page .colitems .border .rate {
  display: inline-block;
}

.favorites-page .colitems .border .share-link {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../img/sprite-item.png) 0 -50px;
  margin-right: 5px;
  text-indent: -100000000px;
  margin-left: 10px;
  position: relative;
}

.favorites-page .colitems .border .share-link:hover {
  text-indent: 0;
}

.favorites-page .colitems .border .share-link:hover .sharebox {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  width: 110px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.favorites-page .colitems .item-price {
  text-align: right;
  color: #747578;
  font-size: 16px;
}

.favorites-page .colitems .item-price sup a {
  color: #747578 !important;
}

.favorites.done {
  width: 36px;
  height: 36px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  z-index: 2;
}

.favorites.done::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  color: #ff3b80;
}

.item-box .favorites::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}

.item-box .favorites {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  min-width: 120px;
  font-weight: 400;
  bottom: -2px;
}

.recommended .rate {
  text-align: center;
}

.item-box .favorites.done::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  color: #ff3b80;
}

.item-box .favorites.done {
  height: auto !important;
  z-index: 1;
  position: relative;
  top: auto;
}

.item-box .favorites:hover,
.item-box .favorites:focus,
.item-box .favorites:active {
  color: var(--tiffany-color);
}

.has-favorites span {
  display: inline-block;
  color: #ff3b80;
  margin-left: 5px;
}

.ya-share2__container_size_m .ya-share2__item {
  margin: 2px !important;
}

.favorites-page .colitems .border .flexbuttons a {
  display: block;
  text-align: center;
  line-height: 120%;
  padding: 10px 0;
  border: 2px solid var(--blue-color);
  background: #fff;
  color: var(--blue-color);
  font-size: 16px;
  margin: 10px 0;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  width: 130px;
}

.favorites-page .colitems .border .flexbuttons a:hover {
  text-decoration: none;
}

.favorites-page .colitems .border .flexbuttons a:first-child {
  background: var(--blue-color);
  color: #fff;
  width: 160px;
}

.favorites-page .colitems .border .share-link:hover .sharebox ul {
  display: inline-block;
}

.favorites-page .colitems .border .rating span.star-hover::before {
  color: #f4d35c !important;
}

.favorites-page .colitems .border .imageSwap {
  max-width: 100%;
}

.unread {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 11px;
  background: var(--blue-color);
  width: 20px;
  padding-top: 2px;
  height: 18px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
}

.product-marker {
  border: 3px solid #ffffff !important;
  border-radius: 14px;
  z-index: 999;
  right: 15px;
}

.cataloglist h1 {
}

.cataloglist .product-marker {
  z-index: 2;
  margin-right: -83px !important;
  top: 5px !important;
}

.redmarker li .product-marker {
  top: 3px;
  right: 50%;
  width: 20px;
  text-align: center;
  margin-right: -92px;
}

.black-slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s linear;
}

.slider-link:hover .black-slider {
  opacity: 1;
  transition: all 0.5s linear;
}

.instagram-view #ig-slider div.slick-slide {
  padding: 0 !important;
}

.instagram-view #ig-slider .slick-slide img {
  margin: 0;
  max-width: 100%;
}

.instagram-view #ig-slider .slick-slide div {
  display: none;
}

.instagram-view #ig-slider .slick-slide:hover div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}

.instagram-view #ig-slider .slick-slide:hover div a {
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 100px;
  text-decoration: none;
}

.slider-text {
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  right: 0;
}

.slider-text a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.slider-text a:hover {
  text-decoration: none;
  background: #ccc;
  color: #fff;
}

.loadfile {
  border: none;
  box-shadow: none;
  padding: 10px 0 !important;
}

.markimg {
  position: absolute;
  right: -35px;
  top: -35px;
  background: none;
  z-index: 2;
  width: 64px;
  height: 64px;
}

.main-image .markimg {
  right: 0;
  top: 0;
}

.field-feedback-text {
  display: inline-block;
}

.videorow img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.catalogitem a div {
  position: relative;
}

.main-image {
  position: relative;
}

.catalogitem.border a div img {
  max-width: 100%;
}

.catalogitem.border a > div {
  height: auto !important;
}

.col40 {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}

.col40 + button {
  clear: both;
  display: block;
}

#filter-form {
  margin: 0 10px 15px 0;
}

#filter-form .field-title label {
  display: block;
}

#filter-form button {
  display: inline-block;
  background: transparent;
  box-shadow: none;
  border: transparent;
  position: relative;
  left: -10px;
}

#filter-form button i {
  position: relative;
  left: 15px;
}

#filter-form button:focus,
#filter-form button:active,
#filter-form button:focus i,
#filter-form button:active i {
  border: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

#filter-form .field-title input {
  width: 300px;
}

#filter-form .field-title {
  width: 300px;
  display: inline-block;
}

.slick-lightbox-slick-caption {
  display: none;
}

.slick-current .slick-lightbox-slick-caption {
  display: block;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  color: #fff;
}

label.required:after {
  content: "*";
  color: red;
  display: inline-block;
  padding: 0 0 0 5px;
  font-weight: 700;
}

#order-file {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

.btn-loading {
  margin-top: 2px !important;
}

.sp-form .sp-button:hover {
  top: 0px !important;
  transition: all 0 ease-in-out 0 !important;
}

.sp-message {
  position: relative;
  left: -10px;
}

.sp-message.sp-message-success > p:first-child {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 24px;
}

.sp-form b,
.sp-form strong {
  font-weight: 300 !important;
}

.sp-form .sp-field,
.sp-form {
  padding: 0 !important;
}

.sp-form .sp-field {
  margin-top: 15px;
}

.sp-form {
  border-radius: 5px !important;
  font-family: inherit !important;
}

.sp-form .sp-form-control {
  border: none !important;
}

.modal-lg {
  max-width: 1200px !important;
  width: auto;
  height: 100vh;
}

.modal-lg .page-content,
.modal-lg .modal-body {
  padding-top: 0;
}

.file-modal {
  overflow-y: none !important;
}

.file-modal .modal-dialog {
  width: 50% !important;
  position: absolute;
  top: 0;
  right: 1px;
  margin: 0;
}

.file-modal .modal-dialog .modal-content {
  height: 100vh;
}

.file-modal .modal-dialog .modal-body {
  padding: 0;
}

.file-modal .modal-dialog .modal-header {
  height: 0;
  padding: 0;
  margin: 0;
}

.file-modal .modal-dialog .modal-header h4 {
  display: none;
}

.file-modal .modal-dialog .close {
  position: absolute;
  top: 30px;
  left: -50px;
  background-color: #fff;
  border: none;
  color: #323639;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
  font-size: 11px;
  opacity: 0.7;
}

footer .logos {
  text-align: center;
  display: inline-block;
}

footer .logos a {
  margin-bottom: 10px;
  opacity: 0.8;
}

footer .logos a:hover {
  opacity: 1;
}

footer .logos .roxykids {
  background: url(../img/logo-home-white.svg) 0 0;
  width: 99px;
  height: 43px;
  display: block;
  background-size: cover;
}

footer .logos .flipper {
  background: url(../img/item2.png) 0 0;
  width: 86px;
  height: 52px;
  display: block;
}

footer .logos .handypotty {
  background: url(../img/item3.png) 0 0;
  width: 99px;
  height: 43px;
  display: block;
}

footer .col20:last-child {
  text-align: right;
}

.user-login-page {
  width: 300px;
  margin: 0 auto;
}

.user-login-page h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
}

/*.subscrform {
    background: #fff;
    width: 80%;
    height: 38px;
    margin-top: 15px;
    border-radius: 8px;
    position: relative;
}*/
.officeitem {
  padding: 20px 0;
  overflow: hidden;
}

.page-content .officeitem h2 {
  margin-top: 0;
}

.page-content .officeitem p {
  padding: 0;
  margin: 0;
}

.officeitem br {
  height: 0;
  display: none;
}

.officeitem img {
  float: left;
  width: 40%;
  margin-right: 30px;
}

#subscriber-email {
  border: 0;
  padding-top: 2px;
  width: 400px;
}

/*.subscrform button {
    background: none;
    border: 0;
    width: 9px;
    height: 18px;
    background: url(../img/sprite.png) -190px -0;
    padding: 0;
    margin: 0 0 0;
    position: absolute;
    right: 10px;
    top:10px;
}*/
.shopslist {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

.shopslist strong {
  display: block;
}

.cookie-agree {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 200px 10px 20px;
  font-size: 12px;
  color: #fff;
  min-height: 30px;
}

.cookie-agree-close {
  position: absolute;
  right: 80px;
  top: 10px;
  background: var(--blue-color);
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
}

.cookie-agree-close:hover {
  text-decoration: none;
  color: #fff;
  background: #ccc;
}

.location-select h1 {
  margin-top: 20px !important;
}

#city-form input {
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  width: 350px;
}

.modal-body {
  padding: 0 30px;
}

/* TOP NAV */
.box {
  margin: 0 auto;
  min-width: 260px;
  max-width: 1200px;
  padding: 0 5%;
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
}

/*.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,0.5);
}*/
.videohead {
  text-align: center;
  position: absolute;
  top: 60%;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
}

.videoheader {
  position: relative;
  top: -20px;
}

#video-gallery {
  margin: 0 80px;
}

.doc-slide a:last-child {
  text-align: center;
}

#video-gallery .slick-prev.slick-arrow,
#insta-reviews .slick-prev.slick-arrow,
.doc-slide .slick-prev.slick-arrow {
  left: 0;
  background: url(../img/sprite.png) -130px 0;
  width: 20px;
  height: 33px;
  top: 50%;
  margin: 0 0 -16px -70px;
  opacity: 0.5;
}

.rec-rec {
  padding: 60px 0 30px 0;
}

.new-products a img {
  display: block;
  margin: 0 auto;
}

.doc-rec {
  padding-top: 20px;
}

#video-gallery .slick-next.slick-arrow,
#insta-reviews .slick-next.slick-arrow,
.doc-slide .slick-next.slick-arrow,
.rec-rec .slick-next.slick-arrow {
  right: 0;
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px 0 !important;
  left: auto;
  top: 50%;
  margin: 0 -70px -16px 0;
  opacity: 0.5;
}

#insta-reviews .slick-next.slick-arrow,
#insta-reviews .slick-prev.slick-arrow {
  top: 20%;
}

.colorblue,
.recommended h3,
.recommended .vac-h {
  color: var(--tiffany-color);
  margin: 60px 0 50px 0 !important;
  font-size: 26px;
  font-weight: 300;
}

.recommended .new-products {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.recommended .doc-rec-icons {
  padding-top: 0;
}

.recommended .vac {
  padding-bottom: 1px;
}

.doc-rec h2 {
  color: var(--tiffany-color);
  margin: 60px 0 50px 0 !important;
}

.new-products.doc-slide.rec-slide-bottom {
  position: relative;
  margin-top: -10px;
}

.recommended h3.vac-h {
  margin: 60px 0 50px 0 !important;
}

.doc-rec .slick-slide img {
  border: 10px solid var(--tiffany-color);
}

.recommended .vac {
  margin-top: -60px;
  position: relative;
  z-index: 20;
}

.doc-rec .slick-slide.slick-active a {
  width: 100%;
}

.doc-rec .slick-slide.slick-active a img {
  width: calc(100% - 80px);
  display: block;
  margin: 0 auto;
}

#insta-reviews {
  margin: 0 80px;
}

.doc-rec #insta-reviews .slick-slide img {
  border: none;
}

.doc-rec #insta-reviews .slick-slide.slick-active {
}

.doc-rec #insta-reviews .slick-slide.slick-active a {
  width: auto;
  color: #6c6c6c;
  font-weight: 700;
}

.doc-rec #insta-reviews .slick-slide .insta-header {
  color: #6c6c6c;
  font-weight: 600;
  font-size: 18px;
  padding: 35px 0 5px 0;
  display: block;
}

.doc-rec-doc {
  position: relative;
  padding: 0 0 0 35px;
}

.doc-rec-text {
  position: relative;
  padding: 0 0 0 35px;
  margin-top: 15px;
  clear: both;
}

.doc-rec-doc:first-letter {
  text-transform: uppercase;
}

.doc-rec-doc span {
  display: none;
  width: 20px;
  height: 25px;
  background-image: url(../img/rec-person.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.doc-rec-text span {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/rec-ig.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.doc-rec #insta-reviews .slick-slide.slick-active a img {
  margin: inherit;
  max-width: 100%;
  width: inherit;
}

.doc-rec #insta-reviews .slick-slide > div {
  padding: 0 20px;
}

.doc-rec #certificates {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

.doc-rec1,
.doc-rec2,
.doc-rec3,
.doc-rec4 {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
  background-size: 100%;
}

.doc-rec1 {
  background-image: url(../img/rec-icon1.png);
}

.doc-rec2 {
  background-image: url(../img/rec-icon2.png);
}

.doc-rec3 {
  background-image: url(../img/rec-icon3.png);
}

.doc-rec4 {
  background-image: url(../img/rec-icon4.png);
}

.doc-rec-icons p {
  padding: 20px 30px 0 30px;
  text-align: center;
}

.grayline {
  background: #e6e6e6;
  height: 70px;
  padding-top: 5px;
  margin-top: 40px;
}

.grayline .graybgr {
  background-image: url(../img/grline.jpg);
  width: 300px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px auto 0 auto;
}

.arrowdown {
  width: 86px;
  height: 86px;
  background: url(../img/arrow-down.png);
  margin: 0 auto;
  margin-top: 45px;
  display: block;
}

.topnav {
  background: #fff;
  height: 47px;
  position: relative;
  text-align: center;
}

.topnavbox {
  padding-top: 13px;
  float: left;
}

.toprightbox {
  float: right;
  padding-top: 13px;
}

.topgeo {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-right: 40px;

  margin-right: 13px;
}

.topnavbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topnavbox ul li {
  list-style: none;
  display: inline-block;
  line-height: 120%;
}

.topnav ul li a {
  color: #919293;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 8px;
}

.topnav ul li a:hover {
  color: var(--tiffany-color);
}

.topnavbox ul li {
  padding: 1px 10px;
  /*border-left: 1px solid #919293;*/
  position: relative;
}

.topnavbox ul li ul {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 0 !important;
  top: 20px;
  opacity: 0;
  width: 150px;
  padding: 0 20px 10px 20px;
}

.topnavbox ul li:hover ul {
  top: 20px;
  left: 0;
  background: #fff;
  margin: 0;
  padding: 0 20px 15px 20px;
  border-radius: 4px;
  z-index: 9999;
  text-align: left;
  width: 160px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  border: 0 !important;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  height: auto !important;
  opacity: 1;
}

.topnavbox ul li:hover ul li a {
  opacity: 1;
  border: 0 !important;
  height: 25px;
  background: #fff;
  word-break: break-all;
}

.topnavbox ul li:hover ul li {
  border-left: none;
  padding-left: 0;
  padding: 5px 0;
  border-left: none !important;
  background: #fff;
}

.topnavbox ul li ul a {
  display: block;
  width: 160px;
  line-height: 50px !important;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.topnavbox ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.topnavbox ul li a i {
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(../img/sprite.png) -90px -80px;
  margin-left: 3px;
  opacity: 0.5;
}

.topgeo a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}

.topgeo a i {
  display: inline-block;
  width: 15px;
  height: 23px;
  background: url(../img/map-point.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

.toprightbox .search {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) -60px -80px;
  opacity: 0.5;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: 1px;
}

.toprightbox .lang {
  list-style: none;
  margin: 1px 0 0 0;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  /*border-left: 1px solid #919293;*/
  position: relative;
}

.toprightbox .lang li {
  list-style: none;
  margin: 2px 0;
  background: #fff;
}

.toprightbox .lang li a {
  background: #fff;
}

.toprightbox .lang li a.ru {
  background: #fff url(../img/sprite.png) 0 -110px;
  width: 24px;
  height: 14px;
  display: block;
}

.toprightbox .lang li ul {
  opacity: 0;
  top: 16px;
  left: 0;
  height: 0;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  padding: 10px 20px 5px 20px;
}

.toprightbox .lang li:hover ul {
  position: absolute;
  top: 16px;
  left: 0;
  background: #fff;
  margin: 0;
  padding: 10px 20px 5px 20px;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  height: auto;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  height: auto !important;
  opacity: 1;
}

.toprightbox .lang li:hover ul li {
  padding: 5px 0;
  display: block;
}

.toprightbox .lang li ul li a.en,
.toprightbox .lang li a.en {
  background: url(../img/sprite.png) -24px -110px;
  width: 24px;
  height: 14px;
  display: block;
}

.toprightbox .lang li ul li a.ge {
  background: url(../img/sprite.png) -48px -110px;
  width: 24px;
  height: 14px;
  display: block;
}

.search-div-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 150px;
  z-index: 9999;
}

.search-div-form .btn {
  border: 0;
  opacity: 0.5;
  z-index: 99999;
}

.search-div-form .btn:hover {
  background: none;
}

.search-div-form .form-control {
  border-radius: 4px !important;
}

.form-control {
  padding: 1px 12px;
  position: relative;
}

label {
  margin-bottom: 8px;
}

.fa-search::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) -60px -80px;
  opacity: 0.5;
  position: relative;
  right: 20px;
  top: 2px;
  display: block;
}

.close-search {
  position: absolute;
  right: 0px;
  top: 0px;
}

.search-div-form form {
  padding: 40px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: relative;
}

/* TOP NAV ENDS */

/* HEADER */
.semibold {
  font-weight: 600 !important;
}

header {
  padding: 10px 0 15px 0;
  position: relative;
  height: 50px;
  background: #fff;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
  height: 35px;
  animation: fade-in 0.4s ease;
  z-index: 22;
}

.sticky nav {
  margin-top: 8px;
  height: auto !important;
}

.sticky nav > ul > li > ul {
  top: 60px;
  height: 440px;
}

.sticky nav ul li {
  padding-bottom: 19px;
}

.sticky .logo {
  background: url(../img/logo-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 35px;
}

.sticky nav ul li a i {
  display: none;
}

.sticky nav ul li a br {
  display: none;
}

.sticky .where-li ul {
  top: 33px;
}

.logo {
  display: block;
  width: 114px;
  height: 50px;
  background: url(../img/logo-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

.ge-lang nav {
  float: right;
  margin-top: -20px;
}

nav {
  float: right;
  margin-top: 0px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
  text-align: center;
  padding-bottom: 15px;
}

nav ul li:hover {
}

.slider {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
}

nav ul li a {
  color: #646464;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  width: 140px;
  display: block;
  font-size: 16px;
  border-left: 1px solid #e8e8e8;
  position: relative;
}

nav ul li:first-child a {
  border-left: none;
}

nav ul li .productions i {
  background: url(../img/productions.svg);
  background-size: cover;
  width: 22px;
  height: 22px;
  display: inline-block;
}

nav ul li:hover .productions i {
  background: url(../img/productions-hover.svg);
  background-size: cover;
}

nav ul li .productions.madeinrf i {
  background: url(../img/midrf.svg);
  background-size: cover;
}

nav ul li:hover .productions.madeinrf i {
  background: url(../img/midrf-hover.svg);
  background-size: cover;
}

nav ul li .news i {
  background: url(../img/news.svg);
  background-size: cover;
  width: 24px;
  height: 22px;
  display: inline-block;
}

nav ul li:hover .news i {
  background: url(../img/news-hover.svg);
  background-size: cover;
}

nav ul li .nav-presentations i {
  background: url(../img/sprite.png) -169px -319px;
  width: 25px;
  height: 22px;
  display: inline-block;
}

nav ul li:hover .nav-presentations i {
  background: url(../img/sprite.png) -169px -290px;
}

nav ul li .nav-video i {
  background: url(../img/sprite.png) -209px -320px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

nav ul li:hover .nav-video i {
  background: url(../img/sprite.png) -209px -290px;
}

nav ul li .actions i {
  background: url(../img/sprite.png) -110px -320px;
  width: 21px;
  height: 21px;
  display: inline-block;
}

nav ul li:hover .actions i {
  background: url(../img/sprite.png) -110px -290px;
}

nav ul li .where i {
  background: url(../img/cart.svg);
  background-size: cover;
  width: 24px;
  height: 22px;
  display: inline-block;
}

nav ul li:hover .where i {
  background: url(../img/cart-hover.svg);
  background-size: cover;
}

nav ul li .about i {
  background: url(../img/about.svg);
  background-size: cover;
  width: 22px;
  height: 22px;
  display: inline-block;
}

nav ul li:hover .about i {
  background: url(../img/about-hover.svg);
  background-size: cover;
}

nav ul li a i,
nav ul li a strong {
  display: inline-block;
}

nav ul li a strong {
  font-weight: 400;
}

nav ul li:hover a {
  color: var(--tiffany-color);
  text-decoration: none;
}

nav ul li ul li a:hover,
nav ul li:hover ul li a,
.cataloglist .row ul li a:hover {
  color: #646464;
}

.cataloglist .row ul li a:hover {
  text-decoration: none;
}

nav > ul > li > ul {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background-color: #fff;
  left: 0px;
  top: 75px;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  padding: 30px 0;
  overflow: hidden;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.cataloglist .row ul li {
  display: inline-block;
  text-align: center;
  border: 0;
  width: 20%;
  text-align: center;
  padding-bottom: 20px;
  vertical-align: top;
}

nav > ul > li > ul.prod-li {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

nav ul ul {
  visibility: hidden;
  position: absolute;
}

nav li:hover > ul {
  visibility: visible;
  z-index: 9;
  overflow: hidden;
  height: 550px;
}

nav li:hover > ul.eng {
  visibility: visible;
  z-index: 9;
  overflow: hidden;
  height: 280px;
}

nav ul li ul li {
  display: inline-block;
  text-align: center;
  border: 0;
  width: 20%;
  text-align: center;
  padding-bottom: 20px;
}

nav ul li ul li a {
  text-transform: none;
  border: 0;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  display: inline-block;
}

.cataloglist .row ul li a {
  text-transform: none;
  border: 0;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
}

.cataloglist .row ul li a span {
  display: block;
  margin: 0 auto;
}

nav ul li ul li a img {
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-bottom: 5px;
  border-radius: 4px;
  opacity: 0.8;
}

.cataloglist .row ul li img {
  display: block;
  margin: 0 auto;
  width: 140px;
  margin-bottom: 5px;
  border-radius: 4px;
  opacity: 0.8;
}

nav ul li ul li a:hover img,
.cataloglist .row ul li img:hover {
  opacity: 1;
}

nav ul li ul li:hover {
  border: 0;
}

nav ul li ul li {
  vertical-align: top;
}

nav ul li ul li:hover a {
  color: var(--tiffany-color);
}

.news-list .row {
  margin-bottom: 30px;
}

.where-li {
  position: relative;
}

.where-li ul {
  left: 0;
  top: 51px;
  width: 180px !important;
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  height: 0 !important;
  opacity: 0;
}

.where-li ul li {
  display: block;
  padding: 0 !important;
}

.where-li ul li a {
  text-align: left !important;
  padding: 7px 20px !important;
  font-size: 14px;
}

.where-li:hover ul {
  height: auto;
  opacity: 1;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  height: auto !important;
  border-radius: 4px;
}

/* HEADER ENDS */

/* HEADERS */
h2 {
  color: #666666;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  margin: 0 0 25px 0;
  letter-spacing: 1.5px;
}

h3 {
  color: #666666;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1.5px;
}

.modal-header h4 {
  color: #666666;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  margin: 0;
  letter-spacing: 1.5px;
}

.commentsdiv h4 {
  float: right;
  margin-top: 0;
  margin-bottom: 30px;
  color: #666666;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1.5px;
  width: 280px;
  text-align: left;
}

.likeitem {
  text-align: center;
  margin: 0 0 30px 0;
  background: #fff;
  padding: 20px 0;
  border-radius: 4px;
  border: 1px solid transparent;
  display: inline-block;
  width: 280px;
}

.likeitem img {
  padding-bottom: 10px;
}

.likeitem:hover {
}

.modal-body .list-view {
  padding-top: 30px;
}

.presentations p a {
  background: url(../img/pdficon.png) 0 0 no-repeat;
  padding-left: 40px;
  display: block;
  min-height: 45px;
  font-size: 18px;
  font-weight: 300;
  padding-top: 5px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--tiffany-color);
  opacity: 0.3;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--tiffany-color);
}

.slick-dots li button:before {
  font-size: 10px;
}

/* HEADERS ENDS */

/* COLUMNS SCHEME */
.pagination {
  padding: 30px 0 0 0;
  text-align: center;
  display: block;
}

.pagination li {
  display: inline-block;
}

.fa-long-arrow-right,
.fa-long-arrow-left {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #666;
  height: 20px;
  display: inline-block;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 20px;
  opacity: 0.5;
  padding: 0 8px;
  display: block;
}

.pagination li.next {
  margin-bottom: 0px;
}

.pagination li.next a .fa-long-arrow-right:before {
  content: "\27F6";
}

.pagination li.prev a .fa-long-arrow-left:before {
  content: "\27F5";
}

.pagination > li.active > a {
  border: 1px solid var(--tiffany-color);
  padding: 0 8px;
  display: block;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  opacity: 1;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 40px;
  font-size: inherit;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

blockquote iframe {
}

blockquote b {
  display: block;
  margin-bottom: 10px;
}

.page-content p img,
.page-content img {
  max-width: 100%;
}

.page-content {
  padding: 20px 0;
}

.page-content .row {
  margin-right: 0;
  margin-left: 0;
}

.page-content .row .pageVideoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-content .row .pageVideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content h2 {
  margin-top: 30px;
}

.order-online .col25 {
  text-align: center;
}

.order-online .col25 a {
  display: block;
  text-align: center;
  height: 120px;
  filter: grayscale(100%);
  width: 200px;
  margin: 0 auto;
  opacity: 0.9;
}

.order-online .col25 a:hover {
  background-blend-mode: normal;
  opacity: 1;
  -webkit-filter: brightness(1);
}

.order-online .col25 a img {
  display: none;
  width: 200px;
  height: 120px;
}

.col33 {
  width: 33.333333333%;
  display: inline-block;
  vertical-align: top;
}

.col20 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}

.col21 {
  width: 21%;
  display: inline-block;
  vertical-align: top;
}

.col12 {
  width: 12%;
  display: inline-block;
  vertical-align: top;
}

.col22 {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}

.col16 {
  width: 16.66666%;
  display: inline-block;
  vertical-align: top;
}

.col30 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.col70 {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

.col25 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.col35 {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}

.col65 {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}

.col50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

/* COLUMNS SCHEME ENDS */
/* SUBSCRIBE BOX */
.subscribe {
  background: #7e7e7e;
  padding: 50px 0;
  margin-top: 30px;
}

.subscribe h2 {
  color: #fff;
  margin-bottom: 5px;
}

.subscribe p,
.subscribe a {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

.networks {
  margin-top: 13px;
}

.networks a {
  display: inline-block;
  width: 40px;
  height: 41px;
  margin: 0 12px 0 0;
}

.youtube {
  background: url(../img/sprite.png) -270px -35px;
}

.rutube {
  background: url(../img/icons_site-01.svg) 0px 0px;
  background-repeat: no-repeat;
}
.telegram {
  background: url(../img/icons_site-02.svg) 0px 0px;
  background-repeat: no-repeat;
}

.vk {
  background: url(../img/icons_site-03.svg) 0px 0px;
  background-repeat: no-repeat;
}

.fb {
  background: url(../img/sprite.png) -220px -35px;
}

.ig {
  background: url(../img/sprite.png) -320px -35px;
}

/* SUBSCRIBE BOX ENDS */
.map {
  padding: 50px 0;
}

.c-cities a {
  display: block;
}

.c-cities {
  margin-bottom: 20px;
}

#city {
  width: 200px;
}

.city-form {
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #333;
}

.suggestions-promo {
  display: none !important;
}

.citylistmap {
  margin-bottom: 30px;
}

.citylistmap a {
  display: inline-block;
  width: 31%;
  margin: 8px 2% 5px 0;
  font-weight: 600;
  font-size: 16px;
}

/* FOOTER */
footer {
  background: var(--blue-color);
  padding: 50px 0;
}

footer .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .box ul li a,
footer .box ul li span {
  color: #c1ebf6;
}

footer .box .col20:nth-child(2) ul:nth-child(1),
footer .box .col20:nth-child(3) ul:nth-child(1),
footer .box .col20:nth-child(4) ul:nth-child(1) {
}

footer .box ul li a:hover {
  color: #fff;
}

footer .box ul {
  margin-bottom: 20px;
  margin-right: 20px;
}

footer .box ul li a,
footer .box ul li span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

footer .box ul li ul li a {
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}

.copyrights {
  color: #fff;
  padding: 20px 0;
  background: var(--blue-color);
  text-align: right;
}

.copyrights * {
  color: #fff;
}

/* FOOTER ENDS */

/*GEO SECTION*/
.location-select .hide-li li {
  display: none;
}

.location-select .hide-li li.active {
  display: block;
}

.location-select .country .active a {
  text-decoration: line-through;
}

/*GEO SECTION ENDS*/

.demo-toolbar {
  font-family: Arial;
  position: fixed;
  z-index: 2147483647;
  right: 5px;
  top: 5px;
  background-color: #484848;
  padding: 10px 10px;
  color: #fff;
  opacity: 0.9;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
}

.demo-toolbar:hover,
.demo-toolbar a:hover {
  background-color: #444;
  opacity: 1;
}

.demo-toolbar a {
  color: #fff;
}

.demo-toolbar .nav > li > a {
  padding: 3px 5px;
}

.demo-toolbar a:hover,
.demo-toolbar .nav-pills > li > a:hover {
  text-decoration: underline;
}

.recommended .new-products.doc-slide {
  margin-top: 0;
  padding-top: 0;
}

.demo-toolbar-login {
  text-align: right;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px dashed #fff;
}

.demo-toolbar-login-attention {
  text-align: center;
  margin-top: 10px;
  color: #ffcc33;
  font-size: 16px;
}

#modalContent h1 {
  width: auto;
  color: #666666;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  margin: 0 0 25px 0;
  letter-spacing: 1.5px;
}

#modalContent .container {
  width: 100%;
}

#notify-alert {
  display: none;
  position: fixed;
  right: 20%;
  left: 20%;
  top: 200px;
  z-index: 9999;
  box-shadow: 0 0 10px #ccc;
}

.fa-angle-left:before,
.fa-angle-right:before {
  content: "" !important;
}

.fa-angle-left {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -130px 0;
  opacity: 0.1;
  visibility: hidden;
}

.fa-angle-right {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px 0;
  opacity: 0.1;
  visibility: hidden;
}

.fa-chevron-right {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px -150px;
  opacity: 0.5;
  margin-top: -20px;
  padding: 0 !important;
}

.fa-chevron-right::before,
.fa-chevron-left::before {
  content: "";
}

.fa-chevron-left {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -130px -150px;
  opacity: 0.5;
  margin-top: -20px;
}

#main-slider:hover .fa-angle-left,
#main-slider:hover .fa-angle-right {
  visibility: visible;
}

.fa-angle-left:hover,
.fa-angle-right:hover {
  opacity: 0.4;
}

.presentations .items div {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
}

.presentations .items div a img {
  width: 500px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 4px;
  opacity: 0.8;
  position: relative;
  outline: 3px solid #fff;
  outline-offset: -3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.presentations .items div a img:hover,
.presentations .items div a:hover img {
  opacity: 1;
}

.presentations .items div a:hover {
  text-decoration: none;
}

.presentations .items div a.file-link {
  text-align: center;
  font-size: 13px;
  padding: 10px 20px 0 20px;
  overflow: hidden;
  display: inline-block;
}

.item-box .presentations .items div a {
  border: none;
}

.faq .panel-group .panel {
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.faq .panel-heading h4 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}

.faq .panel-heading h4 a {
  border-bottom: 1px dashed #38adc2;
  text-decoration: none;
  font-weight: 600;
}

.faq .panel-heading h4 a:hover {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dashed #666;
}

.faq .panel-heading {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding: 30px 0 15px 0;
}

.faq .panel-default > .panel-heading {
  color: #38adc2;
  background: none;
  border: none;
}

.comment .commentlogin .ajaxModalPopup {
  background: none;
  display: inline;
  color: var(--blue-color);
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: none;
}

.comment .commentlogin .ajaxModalPopup:hover {
  background: none;
  color: #666;
}

.play {
  position: absolute;
  left: 54%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url(../img/vkvideo.png);
  background-size: cover;
  margin-left: -45px;
  margin-top: -45px;
}

.slick-prev,
#bootstrap-media-lightbox-backward {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -130px -150px;
  opacity: 0.5;
  margin-top: -20px;
  left: 10%;
}

.slick-next,
#bootstrap-media-lightbox-forward {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px -150px !important;
  opacity: 0.5;
  margin-top: -20px;
  padding: 0 !important;
  right: 10%;
}

.slick-prev:hover,
#bootstrap-media-lightbox-backward:hover {
  background: url(../img/sprite.png) -130px -150px;
  opacity: 0.8;
}

.slick-next:hover,
#bootstrap-media-lightbox-forward:hover {
  background: url(../img/sprite.png) -160px -150px;
  opacity: 0.8;
}

.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {
  content: "";
}

.slick-lightbox .slick-next {
  top: 50%;
  right: 90px;
  margin-top: -16px;
  width: 17px;
  height: 33px;
  opacity: 0.5;
  background: url(../img/sprite.png) -462px 0 !important;
  z-index: 99999;
  left: auto;
}

.slick-lightbox .slick-prev {
  top: 50%;
  left: 90px;
  margin-top: -16px;
  width: 17px;
  height: 33px;
  opacity: 0.5;
  background: url(../img/sprite.png) -430px 0px !important;
  z-index: 99999;
}

#infscr-loading {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#infscr-loading div {
  width: 100%;
}

.videorow {
  width: 47%;
  display: inline-block;
  padding: 0 1.5% 15px 1.5%;
}

.video-item .videoiframe {
  display: inline-block;
  width: calc(50% - 40px);
  padding: 20px;
}

.videoicon {
  position: relative;
  text-align: center;
}

.videorow iframe,
.videorow img {
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
  min-height: 250px;
  margin-bottom: 10px;
}

.video-item div iframe {
  max-width: 100%;
  margin: 0 auto;
}

.video-item {
}

.videorow img {
  display: block;
}

.cataloglist .row {
  margin: 0 auto;
}

.logosonline {
  position: relative;
  left: -10px;
  margin-right: -20px;
}

.logolist {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}

.logolist a {
  margin: 20px 15px;
  display: inline-block;
}

.logolist a img {
  max-width: 100%;
}

.logo-box {
  min-height: 150px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 10px 20px 10px 0;
  background: #fff;
  padding-bottom: 15px;
}

.logo-box a {
  padding: 0;
  margin: 0;
  display: block;
}

.logo-box *,
.logo-box {
  font-size: 12px;
}

.logo-box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.e-link {
  display: block;
  float: right;
  margin-right: 10px;
  width: 20px;
  height: 30px;
}

@media (min-width: 900px) {
  nav ul li ul .box {
    max-width: 800px;
  }

  .imggalery div a {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-align: center;
  }

  .imggalery div a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .sort-online {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .contactform {
    margin-top: 40px;
  }

  .contactform .form-control,
  .form-group .form-control {
    width: 300px;
  }

  .contactform label,
  .form-group label {
    font-weight: 400;
  }

  .contactform textarea,
  .form-group textarea {
    height: 115px;
  }

  .contactform .btn-primary,
  .page-content .btn-primary {
    background: var(--blue-color);
    border-color: var(--blue-color);
  }

  .contact-anchor:before {
    content: "";
    display: block;
    height: 116px;
    margin: -116px 0 0;
  }

  nav ul li ul.ulabout .box,
  nav ul li ul.ulwhere .box {
    max-width: 1200px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .admin-toolbar {
  }

  .demo-toolbar {
    font-family: Arial;
    position: fixed;
    z-index: 2147483647;
    top: auto !important;
    left: 5px;
    bottom: 5px;
    padding: 10px 10px;
    font-size: 12px;
  }

  .demo-toolbar .nav {
    display: none;
  }

  .demo-toolbar-login {
    text-align: center;
    margin-top: 5px;
    padding-top: 10px;
  }

  .demo-toolbar-login-attention {
    text-align: center;
    margin-top: 5px;
  }
}

.map-content-balloon {
  padding-left: 70px;
  background: url(../img/maplogo.png) no-repeat;
  background-size: 50px 27px;
  background-position-y: 8px;
}

.online-logos {
  text-align: center;
  margin: 0 -5px 10px -10px;
  padding-top: 10px;
}

.online-logos div {
  display: inline-block;
  overflow: hidden;
  font-size: 10px;
  font-weight: 300;
  color: #666;
  text-align: center;
  width: 20%;
  vertical-align: top;
}

.online-logos div div {
  background: #fff;
  display: block;
  width: calc(100% - 20px);
  position: relative;
  margin: 0 10px;
}

.online-logos div div a {
  display: block;
}

.online-logos div div a img {
  width: calc(100% - 2px);
}

.online-logos img {
  border: 1px solid #ccc;
  border-radius: 5px;
}

/*LANDING PAGE*/
.landing-header p,
.landing-header span,
.landing-block,
.landing-block p,
.landing-block span,
.landing-block a {
  font-family: var(--landing-family);
}
.landing-header {
  margin: 100px 0 120px 0;
}
.landing-header_wide {
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 0 120px;
}
.landing-header_wide__inside {
  align-self: center;
}
.landing-header_wide__inside.inside-left {
}

.landing-header_wide__inside.inside-right {
}

.landing-header_wide__inside p {
  font-size: 90px;
  line-height: initial;
  color: var(--blue-color);
  text-transform: uppercase;
  font-weight: 300;
}
.landing-header_wide__inside p span {
  color: var(--gray-color);
  font-weight: 400;
}
.landing-header__image-background {
  width: 640px;
  height: 640px;
  background-color: var(--blue-color);
  border-radius: 48px;
  text-align: center;
}
.landing-header__image-background img {
  margin-top: -50px;
}

.landing-block {
  padding: 120px 0;
}

.landing-facts-blue {
  background-color: var(--blue-color);
}
.landing-block .box {
  max-width: 1320px;
}
.landing-block_conteiner {
  margin: 0 auto;
  min-width: 260px;
  max-width: 1320px;
}
.landing-facts-blue_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  padding: 0;
  height: 560px;
}
.landing-facts-blue .landing-block_element {
  border-radius: 15px;
  display: flex;
  color: #fff;
  font-size: 32px;
  line-height: normal;
  padding: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: var(--anim-trans-back), var(--anim-trans-fcolor);
}

.landing-facts-blue .landing-block_element:hover {
  background-color: #fff;
  color: var(--gray-color);
}

.landing-block_element div strong {
  font-family: var(--landing-family);
}

.landing-block_element div,
.landing-block_element div p {
  font-family: Tahoma;
}

.landing-block_element div:last-child {
  align-self: end;
}
.landing-block_element div {
  width: 100%;
}
.landing-block_element strong {
  font-size: 128px;
}
.landing-block_element.pink {
  background-color: var(--pink-color);
}
.landing-block_element.orange {
  background-color: var(--orange-color);
}
.landing-block_element.violet {
  background-color: var(--violet-color);
}
.landing-block h2 {
  font-size: 96px;
  line-height: initial;
  text-align: center;
  color: var(--gray-color);
  margin: 0 0 48px 0;
  padding: 0;
  font-weight: 300;
}
.landing-block h2 span {
  font-weight: 400;
}
.grey-image_container {
  display: grid;
  grid-template-columns: 312px 312px 312px 312px;
  grid-template-rows: 312px 312px;
  gap: 24px;
  height: auto;
}

.landing-block_element.grey-image,
.landing-block_element.grey-image-left,
.grey-image-3-column .landing-block_element,
.grey-image-4-column .landing-block_element {
  border-radius: 15px;
  border: 1px solid var(--gray-color);
  display: grid;
  padding: 24px;
  transition:
    var(--anim-trans-back), var(--anim-trans-fcolor), var(--anim-trans-border);
}
.landing-block_element.grey-image {
  grid-template-rows: 55% 45%;
}
.landing-block_element.grey-image div:last-child {
  align-self: start;
}
.landing-block_element.grey-image:hover,
.landing-block_element.grey-image-left:hover,
.blue-header .landing-block_element.grey-image-left:hover {
  background-color: var(--blue-color);
  color: #fff;
  border: none;
}
.landing-block_element.grey-image svg rect.filled {
  transition: var(--anim-trans-stroke);
}
.landing-block_element.grey-image svg path.filled,
.landing-block_element.grey-image-left svg path.filled {
  transition: var(--anim-trans-fill);
}
.landing-block_element.grey-image.active svg rect.filled {
  stroke: #fff;
}

.landing-block_element.grey-image.active svg path.filled,
.landing-block_element.grey-image-left.active svg path.filled {
  fill: #fff;
}

.landing-block_element.grey-image-left {
  height: 150px;
  padding: 40px;
}
.landing-block_element.grey-image ol {
  padding: 0 0 0 24px;
  margin: 0;
}
.landing-block_element.grey-image ol li {
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  font-family: var(--landing-family);
}
.landing-block_element.grey-image p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
}
.landing-block_conteiner .slick-slider {
}

.landing-block_conteiner .slick-next {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -160px 0 !important;
  opacity: 0.1;
  margin-top: -20px;
  margin-right: -16px;
  right: -25px;
  left: auto;
  z-index: 111;
  position: absolute;
  top: 50%;
}
.landing-block_conteiner .slick-next:hover {
  opacity: 0.6 !important;
  background: url(../img/sprite.png) -160px 0;
}
.landing-block_conteiner .slick-prev {
  width: 20px;
  height: 33px;
  background: url(../img/sprite.png) -130px 0;
  opacity: 0.1;
  margin-top: -20px;
  left: -25px;
  z-index: 111;
  position: absolute;
  top: 50%;
}
.landing-block_conteiner .slick-prev:hover {
  background: url(../img/sprite.png) -130px 0;
  opacity: 0.6;
}

.pink-image {
  background-color: var(--pink-color);
  color: #fff;
  background-image: url(../img/custom_scheme.jpg);
}
.pink-image h2 {
  color: #fff;
}

.landing-block__image {
}

.landing-block.blue-header h2 {
  color: var(--blue-color);
  text-align: left;
  max-width: 1320px;
  margin: 0 auto 48px auto;
}

.blue-header {
}
.blue-header.grey-image_container {
  display: grid;
  grid-template-columns: 648px 648px;
  grid-template-rows: 273px 273px;
  gap: 24px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px;
  line-height: initial;
  font-weight: 300;
}

.blue-header .landing-block_element.grey-image-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  color: var(--gray-color);
  gap: 30px;
  height: auto;
  padding: 40px;
  transition:
    var(--anim-trans-back), var(--anim-trans-fcolor), var(--anim-trans-border);
}
.blue-header .landing-block_element.grey-image-left div {
  align-self: center;
}
.blue-header .landing-block_element.grey-image-left div:last-child {
  align-self: center;
}
.violet-slider {
  background-color: var(--violet-color);
  color: #fff;
}
.violet-slider .slick-dots li button::before,
.violet-slider .slick-dots li.slide-active {
  color: #fff;
}

.violet-slider h2 {
  color: #fff;
  text-align: left;
  max-width: 1320px;
  margin: 0 auto 48px auto;
}

.landing-form {
  font-size: 26px;
  color: var(--gray-color);
  padding: 120px 0;
}
.landing-form .box {
  margin: 0 auto;
  min-width: 260px;
  max-width: 1320px;
}

.landing-form h3 {
  font-family: var(--landing-family);
  text-align: left;
  color: var(--blue-color);
  font-size: 64px;
  line-height: initial;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.landing-form h3 span {
  font-weight: 400;
}
.landing-form_image-background {
  position: absolute;
  right: 0;
}

.landing-form_text {
  padding-top: 24px;
  padding-bottom: 40px;
  font-size: 40px;
  line-height: initial;
  font-family: var(--landing-family);
  font-weight: 300;
}

.landing-form_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  height: auto;
  font-size: 20px;
}

.landing-form_container .landing-form_column {
  border-radius: 15px;
  display: flex;
  color: #fff;
  font-size: 24px;
  padding: 48px;
  align-items: center;
  flex-wrap: wrap;
}
.landing-form_container div a {
  color: #fff;
  text-decoration: none;
}
.landing-form_column.inside-right {
  background-color: var(--blue-color);
}
.landing-form_column.inside-right p {
  font-size: 32px;
  line-height: initial;
  font-family: var(--landing-family);
  font-weight: 300;
}
.landing-form_column.inside-right p span {
  font-weight: 400;
}
.landing-form_column.inside-left {
  border: #fff;
}

.shadow-box {
  -webkit-box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.1);
}
.landing-form form {
  width: 100%;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.landing-form .has-error .help-block {
  color: var(--pink-color);
  font-size: 14px;
}

.landing-form form input,
.landing-form form textarea {
  background-color: #ebebeb;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: var(--gray-color);
  padding: 15px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-family: var(--landing-family);
  font-size: 24px;
}

.landing-form form input::placeholder,
.landing-form form textarea::placeholder {
  color: var(--gray-color);
  opacity: 0.4;
}

.landing-form form button.btn-primary {
  background: var(--pink-color);
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-family: var(--landing-family);
  font-size: 24px;
}
.landing-form form .form-group {
  width: 100%;
}

.landing-block_footer .landing-facts-blue_container {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  height: auto;
}

.landing-block_footer .landing-block__image {
  margin: 0 auto 48px auto;
}

.landing-block_footer-text {
  max-width: 1005;
}

.landing-block_footer-text h2,
.landing-block_footer-text p {
  font-size: 48px;
  line-height: initial;
  padding: 0px;
  text-align: center;
  color: #fff;
  margin: 30px 0;
  font-weight: 300;
}
.landing-block_footer-text p strong {
  font-weight: 400;
}

.landing-block_footer ~ div.subscribe {
  margin-top: 0;
}

/*LANDING PAGE ends*/

/* 
@media (min-width: 1800px) and (max-width: 4000px) {
  .landing-header_wide__inside.inside-left {
    margin-left: -200px;
  }
  .landing-header_wide__inside p {
    font-size: 90px;
    line-height: 90px;
  }
  .landing-facts-blue_container {
    height: 500px;
  }
  .landing-facts-blue .landing-block_element {
    font-size: 30px;
  }
  .landing-block_element strong {
    font-size: 80px;
  }
  .landing-block h2 {
    font-size: 90px;
    line-height: 90px;
    margin: 30px -100px auto;
  }
  .landing-block_element.grey-image {
    height: 220px;
    padding: 20px;
  }
  .landing-block_element.grey-image p {
    font-size: 20px;
  }
  .landing-block.blue-header h2,
  .violet-slider h2 {
    margin: 30px 0;
  }
  .blue-header .landing-block_element.grey-image-left {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
  }
}
*/

.landing-header.grey-header {
  background: #f2f6fa;
  border-radius: 0px; /* 0px 48px 48px;*/
  padding-bottom: 120px;
  padding-top: 90px;
  margin-top: -20px;
}

.landing-header.bm-header {
  margin: 120px 0 120px 0;
}

.image-right-pink-button-50-50 {
  grid-template-columns: 50% 50%;
  padding: 0;
  max-width: 1320px;
  margin: 0 auto;
}
.image-right-pink-button-50-50 .landing-header_wide__inside.inside-left {
}

.landing-header__image-background video {
  max-width: 100%;
}

.image-right-pink-button-50-50 .landing-header__image-background {
  background: none;
}

.image-right-pink-button-50-50 h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  color: var(--gray-color);
  margin: 0 0 24px 0;
  letter-spacing: 0;
}

.image-right-pink-button-50-50 h2 span {
  color: var(--blue-color);
}

.image-right-pink-button-50-50 .landing-header_wide__inside p,
.image-right-pink-button-50-50 ul li {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray-color);
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 24px 0;
  text-transform: uppercase;
}

.image-right-pink-button-50-50 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-right-pink-button-50-50 ul li {
  padding-left: 88px;
  margin: 0 0 24px 0;
  min-height: 64px;
  display: flex;
  align-items: center;
}

.image-right-pink-button-50-50 ul li.icon-star {
  background: url("../img/li-icon-star.svg") no-repeat left center;
}
.image-right-pink-button-50-50 ul li.icon-rocket {
  background: url("../img/li-icon-rocket.svg") no-repeat left center;
}

.image-right-pink-button-50-50 button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px 80px;
  gap: 10px;
  background: var(--pink-color);
  border-radius: 40px;
  border: 0;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

button .button-a-link {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}

.image-left-66-33 .inside-left,
.img-l-txt-r .inside-left {
  grid-column-start: 2;
  grid-column-end: 3;
}
.image-left-66-33 .inside-right,
.img-l-txt-r .inside-right {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}
.image-left-66-33 .landing-header__image-background {
  background: none;
  border-radius: 0;
  border: 0;
  width: auto;
  height: auto;
}

.image-left-66-33 .landing-header__image-background img {
  margin: 0;
}

.image-left-66-33 h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  color: var(--blue-color);
  letter-spacing: 0;
}

.image-left-66-33 p {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray-color);
  text-transform: none;
}
.image-left-66-33 p strong {
  color: var(--blue-color);
  font-weight: 900;
}

.image-left-66-33 p.upper-paragraph {
  text-transform: uppercase;
}

.landing-block.grey-image-3-column {
  padding: 0;
  margin-top: 120px;
}

.grey-image-3-column h2,
.grey-slider h2,
h2.h2-blue {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: var(--blue-color);
  letter-spacing: 0;
}

.grey-image-3-column_container {
  display: grid;
  grid-template-columns: 424px 424px 424px;
  grid-template-rows: 424px;
  gap: 24px;
  height: auto;
}

.grey-image-3-column_container .landing-block_element div.row-text {
  padding: 0px;
}

.grey-image-3-column .landing-block_element strong {
  font-family: "PF DinText Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--blue-color);
  letter-spacing: 0;
}

.grey-image-3-column .landing-block_element {
  background: linear-gradient(180deg, #f2f6fa 0%, #ffffff 100%);
  border: 0;
  grid-template-rows: 45% 55%;
}

.grey-image-3-column .landing-block_element div:last-child {
  align-self: start;
}
.grey-image-3-column .landing-block_element p {
  padding: 12px 0;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray-color);
}

.img-l-txt-r {
  column-gap: 24px;
  padding: 120px 0 0 0;
}

.img-l-txt-r .inside-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 60px;
  background: linear-gradient(180deg, #f2f6fa 0%, #ffffff 100%);
  border-radius: 48px;
  height: 100%;
}

.image-right-pink-button-50-50.img-l-txt-r h2 {
  color: var(--blue-color);
  margin: 0;
}

.image-right-pink-button-50-50.img-l-txt-r ol {
  margin: 48px 0;
  padding: 0;
  list-style-position: inside;
}

.image-right-pink-button-50-50.img-l-txt-r ol li {
  padding-bottom: 24px;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;

  color: var(--gray-color);
}

.landing-block.grey-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 0px;
  gap: 48px;

  background: linear-gradient(180deg, #f2f6fa 0%, rgba(242, 246, 250, 0) 100%);
}

.grey-slider h2 {
  margin-bottom: 24px;
}
.landing-block.grey-slider p {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--gray-color);
  min-width: 260px;
  max-width: 1320px;
  margin: 0;
}

.grey-slider .landing-block_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 24px;
  gap: 24px;

  background: #ffffff;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}
.grey-slider .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 24px;
  margin-bottom: 24px;
}
.grey-slider .slick-list {
  margin-left: -12px;
  margin-right: -13px;
  pointer-events: none;
}

.grey-slider {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  color: var(--gray-color);
  text-align: left;
}
.grey-slider strong {
  font-family: "Tahoma";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--gray-color);
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

.grey-slider a {
  display: block;
  font-family: "PF DinText Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: underline;
  color: var(--blue-color);
  padding-bottom: 12px;
}

.landing-block_element div.row-text {
  padding: 24px;
  width: auto;
  text-align: left;
}

.landing-block_element div.row-text p {
  text-align: left;
  min-width: none;
  max-width: 100%;
}

.grey-slider button {
  margin: 24px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
  background: var(--tiffany-color);
  border-radius: 22px;
  border: 0;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;

  color: #ffffff;
}

.landing-block.no-top-padding {
  padding: 0 0 120px 0;
}

.grey-image-4-column_container {
  display: grid;
  grid-template-columns: 312px 312px 312px 312px;
  grid-template-rows: 364px;
  gap: 24px;
}

.grey-image-4-column_container .landing-block_element {
  background: #ffffff;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  border: 0;
}

.grey-slider.grey-image-4-column .landing-block_element {
  display: grid;
  align-items: start;
  padding: 24px;
  grid-template-rows: 80px auto;
}

.grey-image-4-column .landing-block_element div.row-text {
  padding: 0;
  align-self: start;
}

.grey-image-4-column .landing-block_element div.row-text strong {
  font-family: var(--landing-family);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--blue-color);
}

.grey-image-4-column .landing-block_element div.row-text p {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray-color);
}

h2.h2-white {
  font-family: var(--landing-family);
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 42px 0;
}

.landing-block.landing-facts-blue p.subtitle_center {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 42px 0;
}

.landing-block.landing-facts-blue button {
  padding: 24px 80px;
  background: #ffffff;
  border-radius: 40px;
  border: 0;
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: var(--blue-color);
  display: block;
  margin: 0 auto;
}

.landing-block .nav.nav-tabs {
  width: fit-content;
  margin: 0 auto 48px auto;
}

.landing-block .nav.nav-tabs li {
  padding: 12px 40px;
  border-radius: 32px;
  border: 1px solid var(--gray-color);
  color: #ffffff;
  background: none;
  margin-right: 10px;
}

.landing-block .nav.nav-tabs li:last-child {
  margin-right: 0;
}

.landing-block .nav.nav-tabs li.active {
  background: var(--tiffany-color);
  border: 0;
}

.landing-block .nav.nav-tabs li a {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: var(--gray-color);
}

.landing-block .nav.nav-tabs li.active a {
  color: #ffffff;
}

.landing-block .tab-content {
  max-width: 1140px;
  margin: 0 auto;
  background: none;
}
.landing-block .tab-content .tab-pane {
  background: none;
}
.landing-block .panel-group {
  margin-bottom: 0;
}

.landing-block .panel-group .panel {
  padding: 20px 0px;
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin: 0;
}

.landing-block .panel-group .panel::before {
  content: url("../img/arrow-down-small.png");
  right: 0;
  top: 26px;
  position: absolute;
}

.landing-block .panel-default {
  border: none;
}

.landing-block .panel-default > .panel-heading {
  background: none;
  border: 0;
  padding: 0;
}

.landing-block .panel-title {
  text-align: left;
}
.landing-block .panel-title a {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: var(--gray-color);
  text-decoration: none;
  width: 100%;
  display: block;
  z-index: 99;
  position: relative;
}

.landing-block .panel-body p {
  font-family: "Tahoma";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray-color);
}

.landing-form form input,
.landing-form form textarea,
.landing-form form .form-group .form-control {
  width: 100%;
}

.landing-form.no-top-padding .form-group label {
  font-size: 20px;
}

.landing-form.no-top-padding .inside-left .form-group label {
  color: var(--gray-color);
}

#feedback-socialnet {
  display: grid;
  grid-template-columns: 1fr;
}
#feedback-socialnet label input {
  width: 20px;
}

.landing-header .landing-header-mobile-image {
  display: none;
}
.anchor-padding::before {
  content: "";
  display: block;
  padding-top: 65px;
  margin-top: -65px;
  visibility: hidden;
}
.catalog_submenu ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.catalog_submenu ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.catalog_submenu ul li {
  padding-right: 15px;
  display: inline-block;
}

.catalog_submenu ul li a {
  text-decoration: none;
}
