@font-face {
  font-family: ALSRubl;
  src: url('fonts/rouble.ttf');
}


@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Medium'), local('PTRootUI-Medium'), url('fonts/Ptrootuimedium.woff2') format('woff2'), url('fonts/Ptrootuimedium.woff') format('woff'), url('fonts/Ptrootuimedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Light'), local('PTRootUI-Light'), url('fonts/Ptrootuilight.woff2') format('woff2'), url('fonts/Ptrootuilight.woff') format('woff'), url('fonts/Ptrootuilight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI'), local('PTRootUI-Regular'), url('fonts/Ptrootui.woff2') format('woff2'), url('fonts/Ptrootui.woff') format('woff'), url('fonts/Ptrootui.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PT Root UI';
  src: local('PT Root UI Bold'), local('PTRootUI-Bold'), url('fonts/Ptrootuibold.woff2') format('woff2'), url('fonts/Ptrootuibold.woff') format('woff'), url('fonts/Ptrootuibold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/*
@font-face {
  font-family: 'Graphik LCG';
  src: local('Graphik LCG Regular'), local('Graphik-LCG-Regular'),
      url('fonts/GraphikLCG-Regular.woff2') format('woff2'),
      url('fonts/GraphikLCG-Regular.woff') format('woff'),
      url('fonts/GraphikLCG-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
*/

@font-face {
  font-family: 'Graphik LCG';
  src: local('Graphik LCG Bold'), local('Graphik-LCG-Bold'),
      url('fonts/GraphikLCG-Bold.woff2') format('woff2'),
      url('fonts/GraphikLCG-Bold.woff') format('woff'),
      url('fonts/GraphikLCG-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Graphik LCG';
  src: local('Graphik LCG Super'), local('Graphik-LCG-Super'),
      url('fonts/GraphikLCG-Super.woff2') format('woff2'),
      url('fonts/GraphikLCG-Super.woff') format('woff'),
      url('fonts/GraphikLCG-Super.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


::selection { background:#333; color:#fff; }
::-moz-selection { background:#333; color:#fff; }
::-webkit-selection { background:#333; color:#fff; }

html {
  -ms-touch-action: none;
  height: 100%;
}
body {
  color: #000;
  font-family: 'PT Root UI', tahoma, arial;
  font-size: 14px;
  font-weight: 300;
  height: 100%;
  min-width: 740px;
  background-color: #fff;
}

body.page-security {
  background-color: #F5F5F7;
}

body.wait,
body.wait * {
  cursor: wait !important;
}
body.hidden {
  overflow: hidden;
}
.content .hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}
.grecaptcha-badge {
  display: none !important;
}
h1,
.h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  padding: 12px 0 13px;
}
h2,
.h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  padding: 12px 0 30px;
}
h2 span,
.h2 span {
  font-weight: 100;
  opacity: 0.5;
}
h3,
.h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  padding: 5px 0 6px;
  margin-bottom:20px
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 3px 0 4px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Graphik LCG';
}

.rouble {
  font-family: ALSRubl;
}
.hover-opacity {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.hover-opacity:hover {
  opacity: 0.8;
}
.content h2 a {
  border-bottom: 1px solid rgba(0,0,0,0.3) !important;
}
.content h2 a:hover {
  border-bottom: 1px solid rgba(0,0,0,1) !important;
}
.wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0;
  position: relative;
}
.yandex-rating {
  margin-top: 20px;
}
.yandex-rating iframe {
  border-radius: 4px;
}

.text-gray {
  opacity: .3;
  font-weight: 600;
}

.button {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  height: 30px;
  background-color: rgba(167, 201, 69, 1);
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  padding: 0 20px;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.button:hover {
  background-color: rgba(167, 201, 69, 0.6);
}
.button.tpl-z {
  border: 0 none;
  font-size: 15px;
  height: 40px;
  text-transform: lowercase;
  padding-left: 40px;
  padding-right: 40px;
}
.button.tpl-z:hover {
  background-color: #6abff4;
}
.ibutton-link {
  border-bottom-color: #000 !important;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
}
.ibutton-link:hover {
  border-bottom-color: transparent !important;
}

.ibutton {
  background-color: #6abff4;
  border: 0 none;
  border-radius: 3px;
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  height: 30px;
  padding: 0 20px;
  opacity: 1;
  position: relative;
  transition: all .2s ease !important;
}

.ibutton.product-list {
  width: 100%;
}

.ibutton:hover {
  opacity: .5;
}
.ibutton.icon {
  border-left: 30px solid #6abff4 !important;
  font-size: 15px;
  line-height: 26px;
}
.ibutton.icon .icon-pdf {
  height: 25px;
  left: -27px;
  position: absolute;
  top: 0;
  width: 25px;
}
.ibutton.yellow {
  background-color: #ffde00;
  border-color: #ffde00 !important;
}
.ibutton.invert {
  background-color: #6abff4;
  color: #000 !important;
}
.ibutton.invert:hover {
  opacity: .6;
}
.ibutton.white {
  background-color: rgba(255, 255, 255, .8);
  color: #000 !important;
  border-color: transparent !important;
}
.ibutton.white:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #000 !important;
}

input.theme[type=text],
input.theme[type=password],
input.theme[type=button],
input.theme[type=submit],
textarea.theme {
  border: 0 none;
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  color: #555;
  border-radius: 3px;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
input.theme.search {
  height: 35px;
  line-height: 35px;
}
input.theme[type=text]:focus,
input.theme[type=password]:focus,
input.theme[type=button]:focus,
input.theme[type=submit]:focus,
textarea.theme:focus {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
textarea.theme {
  height: 100px;
  line-height: 26px;
  padding-top: 8px;
  display: block;
}
input.theme[type=button],
input.theme[type=submit] {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  text-transform: lowercase;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
input.theme[type=button]:hover,
input.theme[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
input.theme[type=button]:focus,
input.theme[type=submit]:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
textarea.theme.tpl-z {
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
textarea.theme.tpl-z:focus {
  border-color: #6abff4;
}
.mobile-mode,
.mobile-menu {
  display: none;
}
.table-wrap {
  overflow: auto;
}

.table-wrap-no-overflow .table-wrap {
  overflow: visible;
}

.table-shum td {
  vertical-align: middle;
  text-align: center;
}

.table-shum tr td:nth-child(1) {
  width: 80px;
  min-width: 80px;
  color: rgba(0,0,0,0.5);
}

.table-comment {
  text-align: right;
  font-style: italic;
}
.video-wrapper {
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  width: 20px;
  cursor: pointer;
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 32px;
  opacity: 1;
  text-align: center;
  z-index: 10;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.popup-close:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.quote {
  background-color: transparent;
  border: 2px solid rgb(53, 128, 185);
  border-radius: 2px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  height: auto;
  padding: 16px 20px;
  text-align: center;
  width: 100%;
}
.iquote {
  border: 2px solid transparent;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 200;
  line-height: 1.3;
  text-align: center;
}
.iquote .q-big {
  width: 50%;
  float: left;
  padding: 10px 20px;
  background-color: #6abff4;
  color: #fff;
}
.iquote .q-text {
  background-color: #f0f0f0;
  padding: 10px 20px;
}
.iquote big {
  font-weight: 600;
}
@media only screen and (max-width:767px) {
  .iquote .q-big {
    width: 100%;
    float: none;
  }
  .iquote .q-text {
    text-align: center;
  }
}
.images-works-detail {
  padding: 25px 0 0;
}
.images-works-detail img {
  display: block;
  margin-bottom: 1px;
}

.santa-gifts {
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 1;
}

.santa-image {
  width: 70px;
  max-width: 70px;
  cursor: pointer;
}

.gifts-list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  left: 70px;
  top: 5px;
  width: 340px;
  color: #fff;
  background-image: url(images/christmas_wallpapers.jpg);
  background-position: left center;
  background-size: contain;
  border-radius: 3px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, .25);
  padding: 20px 25px 20px 25px;
  font-size: 14px;
  transition: all .2s ease-in-out;
}

.santa-gifts.hover .gifts-list {
  opacity: 1;
  visibility: visible;
}

.santa-gifts.hover .santa-image {
  animation-play-state: paused !important;
}

.gifts-list .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 13px;
}

.gifts-list .buttons {
  margin: 20px 0 15px;
}

.gifts-list .ibutton {
  width: 100%;
  font-size: 15px;
}

.gifts-list .comment {
  font-size: 13px;
  opacity: .6;
  line-height: 1.3;
}

.bold-word {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
  opacity: 0.3;
}
.form-style {
  background-color: #a7c945;
  border-radius: 2px;
  display: inline-block;
  margin: 0;
  width: 60%;
}
.form-style .indent {
  padding: 12px 15px 0;
}
.form-style .caption {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
}
.form-style .label {
  color: #fff;
  text-transform: uppercase;
}
.form-style input,
.form-style textarea {
  margin-bottom: 15px;
}

.ibanner {
  height: 400px;
  background-color: #191919;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.ibanner .move-image {
  width: 100%;
  top: -30px;
  position: relative;
  opacity: 0;
  transition: opacity .7s ease-out;
}

.ibanner .move-image.js-step-1 {
  opacity: 1;
}

.ibanner .move-image.js-step-2 {
  transition: all 1.5s ease-in-out;
}

.ibanner .description {
  position: absolute;
  left: 50px;
  top: 100%;
  margin-top: -110px;
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all .8s ease-out;
  opacity: 0;
}

.ibanner .description .catalog-sections {
  margin-bottom: 0;
}

.ibanner .description .catalog-sections .items {
  padding-bottom: 0;
}

.ibanner .description.js-step-3 {
  top: 50%;
  opacity: 1;
}

.ibanner .move-image.js-step-2:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.tabs-link {
  margin-bottom: 35px;
}
.tabs-link .item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
  border-bottom-style: solid !important;
}
.tabs-link.css-for-mobile {
  display: none;
}

.icon-star {
  display: inline-block;
  background-image: url(images/star.svg);
  width: 18px;
  height: 17px;
}

.icon-star.gray {
  background-image: url(images/star_gray.svg);
}

.icon-question {
  display: inline-block;
  /* background-image: url(images/question.svg); */
  width: 18px;
  height: 18px;
  /* line-height: 1; */
  background-color: #6abff4;
  border-radius: 50%;
  position: relative;
}

.icon-question:after {
  content: '?';
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.button-check {
  background-color: #F6F6F6;
  border-radius: 3px;
  font-size: 17px;
  text-align: center;
  position: relative;
  line-height: 1.1;
  height: 59px;
  padding: 0 20px;
  cursor: pointer;
  transition: all .2s ease;
  
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.button-check.high {
  height: 100px;
  line-height: 1.3;
}

.button-check:hover {
  background-color: #ededed;
}

.button-check.checked {
  background-color: #6abff4;
  font-weight: 500;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
}

.button-check.blocked {
  background-color: #ededed;
  color: #000;
  font-weight: 400;
  box-shadow: none;
  opacity: .3;
  cursor: default;
}

select.button-check {
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(images/arrow_down.svg);
  background-position: calc(100% - 21px) calc(50% - 1px);
  background-repeat: no-repeat;
}

.button-check .tip {
  position: absolute;
  right: 5px;
  top: 5px;
}

.button-check .tip.icon-question {
  top: auto;
  bottom: 5px;
}

.tip-wrapper .info,
.price-comment .info,
.button-check .info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 37px;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: 280px;
  margin-left: -130px;
  text-align: left;
  padding: 20px 10px 20px 20px;
  transition: all .2s ease;
}

.price-comment .info {
  width: 300px !important;
  white-space: normal;
}

.tip-wrapper .info {
  margin-left: 0;
  width: auto;
  left: -35px;
  right: -35px;
  line-height: 1.3;
}

.tip-wrapper .tip:hover .info,
.price-comment .tip:hover .info,
.button-check .tip:hover .info {
  opacity: 1;
  visibility: visible;
}

.tip-wrapper .info:after,
.price-comment .info:after,
.button-check .info:after {
  content: '';
  position: absolute;
  left: 130px;
  bottom: -19px;
  border: 10px solid transparent;
  border-top: 9px solid #fff;
}

.tip-wrapper .info:after {
  left: 34px;
}

.button-check .info .c-wrap {
  overflow: hidden;
}

.button-check .info .chance {
  margin-bottom: 15px;
}

.price-comment .info .chance {
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'PT Root UI';
  line-height: 1.3;
}

.price-comment .info .chance.bottom-0,
.button-check .info .chance.bottom-0 {
  margin-bottom: 0;
}

.button-check .info .price {
  white-space: nowrap;
}

.button-check .info .solid {
  font-weight: 600;
  border-bottom-style: solid !important;
}

.button-check .info .chance .icon-star {
  vertical-align: top;
  margin-left: 3px;
}

.button-check .tip .info.trunk {
  padding: 0 5px 7px 0;
  width: 132px;
  margin-left: -100px;
}

.button-check .tip .info.trunk:after {
  left: 99px;
}

.button-check .tip .info.trunk img {
  margin-left: -3px;
}

.button-check .tip .info.wrap-image {
  padding: 0 5px 7px 0;
  width: 132px;
  margin-left: -100px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.button-check .tip .info.wrap-image:after {
  left: 99px;
}

.button-check .tip .info.wrap-image .c-wrap {
  margin: 0 -8px -10px 0;
}

.button-check .tip .info.wrap-image img {
  border-radius: 3px;
}

.button-check .number {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  transition: all .2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

.tip-link {
  position: relative;
  display: inline-block;
}

.tip-link-name {
  cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.tip-link-popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 33px;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 25%), 0 0 0 5px #e5e5e5 inset;
  z-index: 2;
  width: 280px;
  margin-left: -80px;
  text-align: left;
  padding: 20px 10px 20px 20px;
  transition: all .2s ease;
}

.tip-link-popup:after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  bottom: -19px;
  border: 10px solid transparent;
  border-top: 9px solid #e5e5e5;
}

.tip-link:hover .tip-link-popup {
  opacity: 1;
  visibility: visible;
}

.tip-link-popup .image {
  height: 70px;
  margin-right: 10px;
  opacity: 1;
  transition: all .2s ease;
}

.tip-link-popup .image:hover {
  opacity: .5;
}

.tip-link-popup p {
  padding: 10px 0 0 !important;
  line-height: 1.5;
  color: #333;
}

.table-shum td:nth-last-child(1) .tip-link-popup {
  left: -70px;
}

.table-shum td:nth-last-child(1) .tip-link-popup:after {
  left: auto;
  right: 70px;
}

.antigravity .car-wrap {
  margin-top: -7px;
  margin-bottom: 8px;
}

.antigravity.sound .car-wrap {
  margin-top: 0;
}

.antigravity .car {
  position: relative;
}

.antigravity .car .detail {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .2s ease;
}

.antigravity .car .detail.active {
  opacity: 1;
  visibility: visible;
}

.antigravity.sound .car .image-car {
  position: relative;
}

.antigravity.sound .car.car-standart .detail {
  opacity: .5;
}

.antigravity.sound .car.car-optimal .detail {
  opacity: .6;
}

.antigravity.sound .car.car-premium .detail {
  opacity: .8;
}

.antigravity.sound .car.car-ultra .detail {
  opacity: 1;
}

.antigravity-signup {
  display: flex;
  justify-content: space-between;
}

.antigravity-signup p {
  margin-right: 30px;
}

.antigravity-signup .ibutton {
  min-width: 211px;
}

.antigravity .controls {
  margin-left: -3.5px;
  margin-right: -3.5px;
  margin-bottom: 37px;
  
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.antigravity .section-toners {
  position: relative;
}

.antigravity .section-toners .controls {
  margin-bottom: 0;
}

.antigravity .section-toners .controls .added-row {
  display: none;
}

.antigravity .section-toners .controls .remove-row {
  display: block;
}

.antigravity .section-toners .controls:nth-last-child(1) {
  margin-bottom: 37px;
}

.antigravity .section-toners .controls:nth-last-child(1) .added-row {
  display: block;
}

.antigravity .section-toners .controls:nth-last-child(1) .remove-row {
  display: none;
}

.antigravity .section-blocked {
  position: relative;
}

.antigravity .section-blocked .section-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.5);
  z-index: 1;
}

.antigravity .section-blocked:after {
  content: '';
  width: 100%;
  height: 70px;
  background-color: rgba(255,255,255, .7);
  position: absolute;
  left: 0;
  top: -70px;
}

.antigravity .section-blocked.section-blocked-desc:after {
  height: 135px;
  top: -135px;
}

.antigravity .controls-auto .button-check,
.antigravity .controls-three .button-check,
.antigravity .controls-details .button-check {
  width: calc(25% - 7px);
  margin-left: 3.5px;
  margin-right: 3.5px;
  margin-bottom: 7px;
  float: left;
}

.antigravity .controls-two .button-check {
  width: calc(50% - 7px);
}

.antigravity .controls-films {
  position: relative;
  padding-top: 43px;
}

.antigravity .controls-kits .button-check,
.antigravity .controls-films .button-check {
  width: calc(20% - 7px);
  margin-left: 3.5px;
  margin-right: 3.5px;
  margin-bottom: 7px;
}

.antigravity .controls-films .button-check {
  width: calc(16.6% - 7px);
}

.antigravity .wrap-buttons-width-100 {
  width: 100%;
  padding-top: 63px;
  position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

.antigravity .wrap-buttons-width-100 h3 {
  top: 20px !important;
}

.antigravity .wrap-buttons-width-100 .button-check {
  width: calc(50% - 7px) !important;
}

.antigravity .controls-films h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0 0 0 3px;
  margin: 0;
  color: rgba(0,0,0,0.7);
}

.antigravity .controls-three .button-check,
.antigravity.toner .controls-details .button-check,
.antigravity.toner .controls-auto .button-check,
.antigravity.sound .controls-auto .button-check {
  width: calc(33.33% - 7px);
}

.antigravity.sound .controls-plans .button-check:after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: -33px;
  border: 20px solid transparent;
  border-top: 14px solid #6abff4;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}

.antigravity.sound .controls-plans .button-check.checked:after {
  opacity: 1;
  visibility: visible;
}

.antigravity select.button-check option:disabled {
  color: rgba(0,0,0,.25);
}

.antigravity select.button-check.checked option:disabled {
  color: rgba(255,255,255,.25);
}

.antigravity .controls-auto .current {
  font-size: 17px;
  line-height: 59px;
  padding: 0 0 0 30px;
  color: #A8A8A8;
}

.antigravity .controls-auto .current .ratio {
  display: none;
}

.antigravity .controls-auto .current.two {
  line-height: 30px;
}

.antigravity .controls-auto .current.two .ratio {
  display: block;
}

.antigravity .controls-auto .added-row {
  font-size: 17px;
  line-height: 59px;
  padding: 0 0 0 30px;
}

.antigravity .controls-auto .added-row span {
  cursor: pointer;
  border-bottom: 1px solid #000;
  transition: all .2s ease;
  position: relative;
}

.antigravity .controls-auto .added-row span:hover {
  border-bottom-color: transparent;
}

.antigravity .controls-auto .remove-row {
  display: none;
  font-size: 17px;
  line-height: 59px;
  padding: 0 0 0 30px;
  color: #A8A8A8;
}

.antigravity .controls-auto .remove-row span {
  cursor: pointer;
  border-bottom: 1px solid #A8A8A8;
  transition: all .2s ease;
  position: relative;
}

.antigravity .controls-auto .remove-row span:hover {
  border-bottom-color: transparent;
}

.antigravity .controls-films .button-check .image {
  display: block;
  max-height: 26px;
}

.antigravity .controls-films .button-check .image.active {
  display: none;
}

.antigravity .controls-films .button-check.checked .image {
  display: none;
}

.antigravity .controls-films .button-check.checked .image.active {
  display: block;
}

.antigravity .button-check.bg-image {
  background-position: center center;
  background-size: cover;
  color: #fff;
  justify-content: start;
}

.antigravity .button-check.bg-image .image {
  max-height: 22px !important;
  opacity: 1;
  transition: all .2s ease;
}

.antigravity .button-check.bg-image .image-name {
  font-weight: 600;
  padding-left: 15px;
  padding-top: 4px;
  opacity: 1;
  transition: all .2s ease;
}

.antigravity .button-check.bg-image-1 {
  background-image: url(images/ppf/DYNO_matte_crop.png);
}

.antigravity .button-check.bg-image-2 {
  background-image: url(images/ppf/DYNO_black_crop.png);
}

.antigravity .button-check.bg-image-3 {
  background-image: url(images/ppf/DYNO_carbon_crop.png);
}

.antigravity .button-check.bg-image-4 {
  background-image: url(images/ppf/DYNO_red_crop.png);
}

.antigravity .button-check.bg-image:hover .image,
.antigravity .button-check.bg-image:hover .image-name {
  opacity: .5;
}

.antigravity .button-check.bg-image.checked {
  box-shadow: 0 0 0px 1px #000 inset, 0 0 0px 4px #fff inset;
}

.antigravity .section-cost {
  border-top: 1px solid #EAEAEA;
  margin-bottom: 59px;
}

.antigravity .section-cost .h2 {
  text-align: center;
  padding-top: 31px;
  padding-bottom: 11px;
}

.antigravity .section-cost .hide-for-empty-price {
  display: none !important;
}

.antigravity .section-cost .h2 .price {
  font-weight: inherit;
  opacity: inherit;
  white-space: nowrap;
  position: relative;
}

.antigravity .section-cost .h2 .price.sale:after {
  content: '-10%';
  position: absolute;
  right: -115px;
  top: -25px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #e3170a;
  background-color: #e3170a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.antigravity .section-cost .h2 .price-wrap {
  position: relative;
  font-weight: inherit;
  opacity: inherit;
}

.antigravity .section-cost .h2 .price-wrap .discount {
  display: none;
  position: absolute;
  right: -115px;
  top: -15px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #e3170a;
  background-color: #e3170a;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  opacity: inherit;
}

.antigravity .section-cost .h2 .price-wrap.discount .discount {
  display: block;
}

.antigravity .section-cost .info {
  text-align: center;
  color: #A8A8A8;
  font-size: 13px;
  line-height: 1.65;
}

.antigravity .section-cost .info .text-matte {
  display: none;
  color: #222;
}

.antigravity .section-cost .info .text-matte.active {
  display: block;
}
.antigravity .section-cost .info .text-black { 
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}

.antigravity .section-cost .info .text-black.gift-block {
  border: 1px solid #f00;
  border-radius: 3px;
  padding: 5px 10px 3px 30px;
  position: relative;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 10px;
}

.antigravity .section-cost .info .text-black.gift-block .gift-icon {
  width: 22px;
  position: absolute;
  background-color: #fff;
  left: -1px;
  top: -1px;
}

.antigravity .section-cost .info .text-black.gift-block .price-old {
  text-decoration: line-through;
  color: #f00;
  padding-left: 8px;
}

.antigravity .section-cost .ibutton {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  height: 59px;
  line-height: 59px;
  margin-top: 18px;
}

.antigravity .section-cost .ibutton.remove-calc {
  background-color: #F6F6F6;
}

.antigravity .section-cost .ibutton.remove-calc:hover {
  background-color: #ededed;
  opacity: 1;
}

.antigravity .section-video {
  margin-bottom: 59px;
}

.antigravity .section-video .item iframe {
  display: block;
  height: 290px;
}

.antigravity .bx-controls-direction {
  display: block;
}

.antigravity .bx-controls-direction .bx-prev, 
.antigravity .bx-controls-direction .bx-next {
  font-size: 0;
  height: 47px;
  width: 47px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  left: -23px;
  top: 50%;
  margin-top: -24px;
  background-size: 19%;
  background-position: 18px center;
  transition: all .2s ease !important;
}

.antigravity .bx-controls-direction .bx-next {
  left: auto;
  right: -23px;
  background-position: 21px center;
}

.anchor-complex-subs {
  position: absolute;
  top: -50px;
}

.table-plans {
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
  position: relative;
}

.table-plans.active {
  overflow: visible;
}

.table-plans .table-shum {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.table-plans .table-shum.active {
  opacity: 1;
  visibility: visible;
}

.table-plans .table-shum th,
.table-plans .table-shum td {
  font-size: 13px;
  padding: 8px 10px !important;
  line-height: 1.5;
}

.table-plans .table-shum th {
  font-size: 15px !important;
  background-color: #F6F6F6 !important;
}

.table-plans .table-shum td {
  width: 25%;
}

.table-plans .table-shum-ultra td {
  width: 20%;
}

.table-sputnik {
  margin-bottom: 80px;
  margin-top: 20px;
}

.table-sputnik h2 {
  position: relative;
}

.table-sputnik .indent {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

#table-compare {
  display: none;
  margin-bottom: 50px;
}

#table-compare th {
  background-color: transparent !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

#table-compare.open {
  display: table;
}

.table-sputnik tr td:nth-child(1) {
  width: 230px;
}

.table-sputnik .cols {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.table-sputnik .col.complex-id-4 {
  display: none;
}

.table-sputnik .col {
  position: relative;
  width: calc(33.33% - 30px);
/*  width: calc(25% - 30px);*/
  margin: 0 15px 30px;
}

.table-sputnik .col-items {
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all .3s ease;
  position: relative;
}

.table-sputnik .col:hover .col-items {
  background-color: #edeef0;
}

.table-sputnik .col .number {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #edeef0;
  color: #b5b5b5;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  transition: all .2s ease;
}

.table-sputnik .col.active .col-items {
  background-color: #edeef0;
  box-shadow: 0 0 0 5px #6abff4, 0px 4px 4px 5px rgba(0, 0, 0, 0.14);
}

.table-sputnik .col.active .number {
  background-color: #6abff4;
  color: #000;
}

.table-sputnik .col .image {
  margin-bottom: 5px;
}

.table-sputnik .col .image img {
  width: 100%;
  display: block;
  border-radius: 50%;
  border: 5px solid #edeef0;
  background-color: #edeef0;
}

.table-sputnik .col .caption {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(0,0,0,.5);
}

.table-sputnik .col .label {
  margin-bottom: 0;
  margin-top: -23px;
  position: relative;
}

.table-sputnik .col .label .tip {
  margin-bottom: -3px;
  margin-right: 2px;
}

.table-sputnik .col .label a {
  border-bottom: 0 none !important;
  font-weight: 600;
  opacity: 1;
  transition: all .2s ease !important;
}

.table-sputnik .col .label a:hover {
  opacity: .5;
}

.table-sputnik .col .label.no-active a {
  cursor: text;
}

.table-sputnik .col .label.no-active a:hover {
  opacity: 1;
}

.table-sputnik .col .label.no-top {
  margin-top: 0;
}

.table-sputnik .col .split {
  height: 25px;
}

.table-sputnik .col .ios-toggles {
  margin-bottom: 30px;
}

.table-sputnik .cost-comlex {
  margin-bottom: 15px;
}

.table-sputnik .cost-comlex a {
  font-size: 16px;
  position: relative;
}

.table-sputnik .cost-comlex .label {
  display: inline-block;
}

.table-sputnik .cost-comlex .discount {
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #e3170a;
  border-radius: 50%;
  border: 1px solid #e3170a;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 10px;
  margin-top: 5px;
}

.table-sputnik .cost-comlex .label .silver {
  font-size: 14px;
  opacity: .5;
  line-height: 1;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
  text-decoration: line-through;
}

.table-sputnik .cost-comlex .label .silver:hover {
  opacity: .5 !important;
}

.table-sputnik .col .change-item-true {
  display: none;
}

.tarifs-sputnik {
  margin-left: -15px;
  margin-right: -15px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.tarifs-sputnik .col {
  width: 50%;
}

.tarifs-sputnik .title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tarifs-sputnik .title .cost {
  font-weight: 600;
}

.table-inner-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;
}

.table-inner-cols .col-50 {
  width: 50%;
  text-align: center;
}

.table-inner-cols .col-50:nth-child(1) {
  border-right: 1px solid #edeef0;
}

.items-modesta {
  margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.items-modesta .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
}

.items-modesta .item .image {
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.items-modesta .item .model {
  position: absolute;
  top: 205px;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 10px rgba(255,255,255,.5);
  transition: all .2s ease-out;
}

.items-modesta .item .name {
  line-height: 1.3;
  padding-right: 30px;
}

.items-modesta .item .description {
  position: absolute;
  top: 0;
  overflow: hidden;
  background-color: #222;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 100%;
  padding: 15px 20px;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 5px 20px rgba(0,0,0,.25);
  transition: all .2s ease-out;
}

.items-modesta .item:hover .description {
  opacity: 1; 
  z-index: 201;
}

.items-modesta .item:hover .model {
  top: -24px;
}

.modesta-select-class {
  margin-bottom: 30px;
  background-color: #f0f0f0;
  padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.modesta-select-class .name {
  text-align: right;
  line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.modesta-select-class .field {
  margin-left: 20px;
}

.modesta-select-class .field select {
  background-color: #6abff4;
  border: 0;
  color: #000;
  width: 180px;
  line-height: 40px;
  height: 40px;
  border-radius: 2px;
  padding: 0 17px;
  font-size: 15px;
  -webkit-appearance: none;
}

.table-modesta-class.class-1 tr td {
  background-color: transparent;
  color: #000;
  transition: all .2s ease !important;
}
.table-modesta-class.class-1 tr td:not([colspan='6']):nth-child(1),
.table-modesta-class.class-2 tr td:not([colspan='6']):nth-child(2),
.table-modesta-class.class-3 tr td:not([colspan='6']):nth-child(3),
.table-modesta-class.class-4 tr td:not([colspan='6']):nth-child(4),
.table-modesta-class.class-5 tr td:not([colspan='6']):nth-child(5),
.table-modesta-class.class-6 tr td:not([colspan='6']):nth-child(6){
  background-color: #52aa5e;
  color: #fff;
}

.advantages h2 {
  margin-bottom: 17px;
}

.advantages .items {
  display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
}

.advantages .item {
  width: calc(33.33% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.advantages .item .image {
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.advantages .item .name {
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
  line-height: 1.3;
}

.advantages .item .desc {
  text-align: center;
  line-height: 1.3;
  opacity: .5;
}



.grid-icons {
  margin: 10px 0 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.grid-icons .item {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  border-left: 1px solid #edeef0;
  border-top: 1px solid #edeef0;
  padding: 20px;
}

.grid-icons .item:nth-child(1),
.grid-icons .item:nth-child(5n + 1) {
  border-left: 0 none;
}

.grid-icons .item:nth-child(1),
.grid-icons .item:nth-child(2),
.grid-icons .item:nth-child(3),
.grid-icons .item:nth-child(4),
.grid-icons .item:nth-child(5) {
  border-top: 0 none;
}

.grid-icons .item .icon {
  width: 70px;
  height: 70px;
  background-image: url(images/icons-pandora-sputnik.png);
  background-repeat: no-repeat;
  background-size: 130%;
  opacity: 1;
  transition: all .2s ease;
}

.grid-icons .item .icon-1 { background-position: center -19px; }
.grid-icons .item .icon-2 { background-position: center -340px; }
.grid-icons .item .icon-3 { background-position: center -767px; }
.grid-icons .item .icon-4 { background-position: center -1193px; }
.grid-icons .item .icon-5 { background-position: center -125px; }
.grid-icons .item .icon-6 { background-position: center -445px; }
.grid-icons .item .icon-7 { background-position: center -1299px; }
.grid-icons .item .icon-8 { background-position: center -232px; }
.grid-icons .item .icon-9 { background-position: center -552px; }
.grid-icons .item .icon-10 { background-position: center -980px; }
.grid-icons .item .icon-11 { background-position: center -1406px; }
.grid-icons .item .icon-12 { background-position: center -1086px; }
.grid-icons .item .icon-13 { background-position: center -871px; }
.grid-icons .item .icon-14 { background-position: center -660px; }
.grid-icons .item .icon-15 { background-position: center -1615px; }
.grid-icons .item .icon-16 { background-position: center -1510px; }
.grid-icons .item .icon-17 { background-position: center -1724px; }
.grid-icons .item .icon-18 { background-position: center -1808px; }
.grid-icons .item .icon-19 { background-position: center -1879px; }

.grid-icons .item .name {
  font-size: 15px;
  color: #3076AD;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  opacity: 1;
  transition: all .2s ease;
}

.tip-info {
  opacity: 0;
  visibility: hidden;
  white-space: normal;
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: 120px;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  width: auto;
  text-align: left;
  padding: 20px 10px 20px 20px;
  transition: all .2s ease;
}

.tip-info:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -19px;
  border: 10px solid transparent;
  border-top: 9px solid #fff;
}

.grid-icons .item:hover .icon,
.grid-icons .item:hover .name {
  opacity: .6;
}

.grid-icons .item:hover .tip-info {
  opacity: 1;
  visibility: visible;
}

.image-block-inset {
  position: relative;
  color: #fff;
  border-radius: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #444;
}

.image-block-inset:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 42, 50, 0.9);
}

.image-block-inset.style-1 {
  background-image: url(//pandora-sputnik.ru/img/1024_1440/4.jpg);
}

.image-block-inset.style-2 {
  background-image: url(//pandora-sputnik.ru/img/1024_1440/5.jpg);
}

.image-block-inset.style-3 {
  background-image: url(//pandora-sputnik.ru/img/1024_1440/7.jpg);
}

.image-block-inset.style-4 {
  background-image: url(//pandora-sputnik.ru/img/1024_1440/6.jpg);
}

.image-block-inset .indent-flex {
  position: relative;
  padding: 25px 0;
  z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.image-block-inset .icon {
  width: 100px;
  height: 100px;
  background-image: url(images/icons-pandora-sputnik.png);
  background-repeat: no-repeat;
  background-size: 150%;
  margin: 15px;
  filter: invert(100%) grayscale(100%) contrast(1000%);
}

.image-block-inset.style-1 .icon {
  background-position: center -39px;
}

.image-block-inset.style-2 .icon {
  background-position: center -214px;
}

.image-block-inset.style-3 .icon {
  background-position: center -2327px;
}

.image-block-inset.style-4 .icon {
  background-position: center -918px;
}

.image-block-inset .info {
  width: calc(100% - 130px);
  padding-right: 25px;
  padding-bottom: 15px;
}

.image-block-inset .h2 {
  padding: 23px 0;
}

.image-block-inset p {
  padding-bottom: 10px !important;
  line-height: 1.3;
}

.check-in-table {
  display: block;
  width: 24px;
}

.gray-section {
  background-color: #edeef0;
  padding: 38px 0 30px;
  margin-bottom: 50px;
}

.gray-section .image-1 {
  width: 320px;
  margin-right: 20px;
}

.gray-block .wrap-gray-block {
  background-color: #edeef0;
  padding: 14px 0 16px 50px;
  margin-bottom: 50px;
}
.gray-block .items {
  float: left;
  width: 50%;
}
.gray-block .items .link {
  display: block;
  font-size: 20px;
  line-height: 25px;
  padding: 5px 0 5px 50px;
}
.banners-wrap a img {
  border: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px 0;
  width: 440px;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.banners-wrap a img:hover {
  opacity: 0.6;
}
.banners-wrap a:nth-last-child(2n) img {
  float: right;
}
@media only screen and (max-width: 1280px) {
  .banners-wrap a img {
    max-width: 49% !important;
  }
}
@media only screen and (max-width: 480px) {
  .banners-wrap a img {
    max-width: 100% !important;
  }
}
.dop_title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  padding: 12px 0 13px;
}

.cars-main-list {
  margin-bottom: 50px;
}
.cars-main-list .item {
  border-radius: 50%;
  float: left;
  margin: 0 0 0 0;
  padding: 5px;
  transition: opacity .2s ease;
}
.cars-main-list .item:hover {
  opacity: 0.6;
}
.cars-main-list .item a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 none !important;
}
.cars-main-list .item.active a:before {
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background-color: rgba(0,0,0,0.1);
  content: '';
  border-radius: 3px;
}
.cars-main-list.cars-filter {
  margin-bottom: 70px;
}

.cars-main-list.cars-filter .items {
  height: 70px !important;
  overflow: hidden;
  opacity: 0;
}
.cars-main-list.cars-filter .item {
  height: 70px;
}
.cars-main-list.cars-filter .item .indent {
  padding-top: 5px;
}
.cars-filter-bar {
  margin-top: 20px;
  border-top: 2px solid rgba(0,0,0,0.1);
  width: 100%;
}
.cars-filter-bar .current {
  padding: 13px 0 0;
  float: left;
}
.cars-filter-bar .current .name {
  float: left;
  font-weight: 600;
  opacity: 0.3;
  margin: 8px 10px 0 0;
}
.cars-filter-bar .current .item {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-bottom: 0 none !important;
  margin-right: 5px;
  position: relative;
  transition: opacity .2s ease !important;
}
.cars-filter-bar .current .item:hover {
  opacity: 1 !important;
}
.cars-filter-bar .current .item:after {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(53,128,185,0.9);
  content: 'X';
  color: #fff;
  text-align: center;
  font-weight: 100;
  line-height: 40px;
  font-size: 20px;
  transition: opacity .2s ease !important;
}
.cars-filter-bar .current .item:hover:after {
  opacity: 1;
}
.cars-filter-bar .current .item .indent {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
}
.cars-filter-bar .all {
  float: right;
  padding: 22px 0 0;
}
.cars-filter-bar .all a {
  font-weight: 600;
  border-bottom: 0 none !important;
  transition: opacity .2s ease !important;
}
.cars-filter-bar .all a:hover {
  opacity: 0.6;
}
.bx-wrapper {
  position: relative;
}
.bx-controls-direction {
  display: none;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  border: 0 none !important;
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 50px;
  background: url('images/arrow_prev_30.png') no-repeat center center rgba(0, 0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.bx-controls-direction .bx-prev:hover,
.bx-controls-direction .bx-next:hover {
  opacity: 0.6;
}
.bx-controls-direction .bx-next {
  left: auto;
  right: -50px;
  background-image: url('images/arrow_next_30.png');
}
@media only screen and (max-width: 1100px) {

  .bx-controls-direction .bx-next,
  .bx-controls-direction .bx-prev {
    display: none;
  }

}
#body-container {
  background-color: #fff;
  min-height: 100%;
  height: auto !important;
  position: relative;
}
#bx-composite-banner {
  float: left;
  margin: 24px 0 0 10px;
}
#area-left {
  background-color: #222;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 50%;
  overflow: hidden;
}
#area-left video {
  height: 100%;
}
#area-header {
  display: none;
  background-color: transparent;
  height: 80px;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
#area-footer {
  display: none;
  background-color: transparent;
  height: 80px;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 50%;
}
#bar-bg {
  box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.5) inset;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 260px;
  background-color: #222;
}
#bar {
  float: left;
  position: relative;
  width: 260px;
  min-height: 100%;
  z-index: 120;
}
#bar .indent {
  position: static;
  left: 0;
  top: 0;
  margin: 0 0 18px 20px;
  width: 240px;
}
#bar .logo {
  margin: 25px 59px 0 0;
  width: 181px;
  height: 35px;
}
#bar .logo-pandora {
  margin: 40px 0 0 0;
  width: calc(100% - 24px);
}
#bar .logo-pandora-desc {
  color: #367fb8;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 5px;
  line-height: 14px;
  margin-top: 11px;
  text-transform: uppercase;
}

#bar .prestige-link {
  margin-top: 35px;
}

#bar .prestige-link a {
  color: #597688;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  transition: color .2s ease;
}

#bar .menu {
  margin: 40px 0 25px 0;
}
#bar .menu .item {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  position: relative;
  transition: color .2s ease;
}

#bar .menu .item:hover,
#bar .menu .item.active {
  color: #6abff4;
}

#bar .menu .item .icon-wrap {
  float: left;
  width: 30px;
  margin-right: 7px;
  margin-top: 2px;
  height: 25px;
  opacity: 1;
  transition: all .2s ease;
}

#bar .menu .item:hover .icon-wrap {
  opacity: .8;
}

#bar .menu .item .arrow {
  opacity: 0;
  height: 11px;
  position: absolute;
  right: -34px;
  top: 13px;
  width: 18px;
  transition: opacity .2s ease;
}
#bar .menu .item:hover .arrow,
#bar .menu .item.active .arrow {
  opacity: 1;
  transition: opacity .2s ease;
}

#bar .menu .item-wrap {
  position: relative;
}

#bar .menu .item-wrap .childs {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 230px;
  top: -15px;
  padding: 15px 0;
  border-radius: 0 2px 2px 0;
  background-color: #222;
  box-shadow: 0 0 0 rgb(0 0 0 / 0%);
  transition: all .4s ease;
}

#bar .menu .item-wrap .childs .item {
  white-space: nowrap;
  padding: 6px 30px;
  font-weight: 400;
}

#bar .menu .item-wrap:hover .childs {
  opacity: 1;
  visibility: visible;
  left: 240px;
}

#bar .menu .item-wrap.is-sale.level-1:after {
  content: '%';
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  color: #e3170a;
  width: 25px;
  height: 25px;
  background-color: #fff;
}

#bar .menu .split-populars {
  height: 0;
}
/*#bar .menu .item:not(.popular) {
  color: rgba(255,255,255,.7);
}
#bar .menu .item:not(.popular):hover {
  color: rgba(255,255,255,.4);
}*/
#bar .buttons {
  padding: 25px 0 0;
  margin: 0 24px 0 0;
  text-align: left;
}
#bar .buttons .button {
  background-color: #6abff4;
  padding: 0;
  text-align: center;
  line-height: 24px;
  width: 105px;
  color: #000;
  border: 2px solid #6abff4;
  margin-top: 6px;
  transition: all .2s ease;
}
#bar .buttons .button:nth-child(2n) {
  float: right;
}
#bar .buttons .button:hover {
  opacity: .5;
}
#bar .buttons .button.long {
  margin: 6px 0 0;
  width: 100%;
}
#bar .buttons .button.red {
  background-color: #ba190e;
  border-color: transparent;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#bar .buttons .button.red:hover {
  opacity: 0.6;
}
.search-serial-wrap {
  padding-top: 20px;
}
.search-serial-wrap .search-serial {
  display: block;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 3px;
  color: #fff;
  height: 40px;
  line-height: 15px;
  padding-left: 56px;
  padding-top: 4px;
  position: relative;
  text-decoration: none;
  transition: opacity .2s ease;
}
.search-serial-wrap .search-serial:hover {
  opacity: 0.6;
}
.search-serial-wrap .search-serial span {
  font-size: 13px;
  opacity: 0.5;
}
.search-serial-wrap .icon {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
}

.lastviewed {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  color: rgb(255 255 255 / 70%);
  font-size: 15px;
  font-weight: 400;
}

.lastviewed .catalog-items {
  margin: 0 -16px -8px 0;
  width: calc(100% + 16px);
  padding: 20px 0 0;
}

.lastviewed .catalog-items .element {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 16px 16px 0;
  background-color: transparent;
  z-index: 301;
}

.lastviewed .catalog-items .element .image {
  width: 100px;
  height: 100px;
  margin: 0;
  filter: grayscale(1);
}

.lastviewed .catalog-items .element:hover .image {
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.5) inset;
  filter: grayscale(0);
}

.lastviewed .catalog-items .element .effect {
  left: 5px;
  top: 5px;
  width: 90px;
  height: 90px;
}

.lastviewed .catalog-items .element:hover .effect {
  border-width: 5px;
}

#bar .lastviewed .catalog-items .element .indent {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.space-price-block {
  height: 100px;
}

.fixed-price-block-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 70px;
  z-index: 200;
  transition: visibility .2s ease, opacity .2s ease;
}

.fixed-price-block-wrap.active {
  visibility: visible;
  opacity: 1;
}

.fixed-price-block-wrap.position-bottom .fixed-price-block {
  border-radius: 0px 3px 3px 0px;
}


.fixed-price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-left: 260px;
  padding: 5px 20px 5px 50px;
  max-width: 1000px;
  border-radius: 0px 3px 0 0;
  background-color: rgb(11 11 11 / 90%);
}

.fixed-price-block > div {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fixed-price-block .price {
  color: #fff;
  font-size: 30px;
  font-family: 'Graphik LCG';
  line-height: 1;
  padding-top: 5px;
}

.fixed-price-block .text {
  margin-left: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.fixed-price-block .sale {
  display: none;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #ff3b2e;
  background-color: #e3170a;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  margin-left: 20px;
} 

.fixed-price-block .sale.active {
  display: block;
}

.fixed-price-block .wrap-buttons {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.fixed-price-block .ibutton {
  margin-bottom: 0;
}

.fixed-price-block .ibutton.remove-calc {
  margin-top: 10px;
  background-color: #F6F6F6;
}

.fixed-price-block .ibutton.remove-calc:hover {
  background-color: #ededed;
}


.fixed-price-block .text .muted {
  opacity: .3;
}

.fixed-desk-block-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  min-height: 70px;
  z-index: 300;
  transition: visibility .2s ease, opacity .2s ease;
  pointer-events: none;
}

.fixed-desk-block-wrap.active,
.lastviewed .catalog-items .element:hover .fixed-desk-block-wrap {
  visibility: visible;
  opacity: 1;
}

.fixed-desk-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  width: 100%;
  min-height: 70px;
  margin-left: 290px;
  padding: 12px 20px 15px;
  max-width: 970px;
  border-radius: 3px;
  background-color: #222;
}

.fixed-desk-block .item-head {
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.fixed-desk-block .item-text {
  font-size: 15px;
  line-height: 20px;
}

.catalog-items .element .fixed-desk-block .price {
  margin-top: 17px;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
}

.catalog-items .element .fixed-desk-block .price .rouble {
  font-size: 40px;
}

.fixed-desk-block .price-text {
  margin-top: 4px;
}
.fixed-desk-block .muted {
  margin-top: 3px;
  opacity: .3;
}
.fixed-desk-block .left-side {
  width: calc(100% - 260px);
}
.fixed-desk-block .right-side {
  width: 260px;
  text-align: right;
}

.finding {
  margin-top: 20px;
  position: relative;
}
.finding input.search {
  background-color: rgb(255 255 255 / 10%);
  padding-right: 41px;
  border: 0px solid #337dbe;
  color: #fff;
}
.finding input.search:focus {
  background-color: rgb(255 255 255 / 50%) !important;
}
.finding input.search.search-query {
  border: 1px solid #999;
  color: #000;
}
.finding input[type=submit] {
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
  background-color: transparent;
}
.finding input[type=submit]:hover {
  background-color: transparent;
}
.finding .icon {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.finding .split {
  position: absolute;
  right: 40px;
  top: 7px;
  width: 1px;
  height: 21px;
  background-color: rgb(255 255 255 / 30%);
  opacity: 1;
  transition: opacity .2s ease;
}
.finding:hover .split,
.finding:hover .icon {
  opacity: 0.6;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.finding.for-page input.search {
  border: 1px solid #999;
  color: #000;
}

.body {
  background-color: #FFF;
  margin-left: 260px;
  position: relative;
}

.page-security .body {
  background-color: #F5F5F7;
}

#body {
  z-index: 100;
}
#body .header {
  height: 80px;
  background-color: transparent;
  position: relative;
}
.border-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.border-wrap .border {
  border-top: 1px solid #ddd;
}
#body .header .menu {
  padding: 0 0 0 25px;
  float: left;
}
#body .header .menu a {
  color: #000;
  display: block;
  white-space: nowrap;
}
#body .header .menu .sub a {
  color: #fff;
}
#body .header .menu .item {
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 62px;
  margin: 10px 0 0;
  text-transform: uppercase;
  position: relative;
  height: 70px;
  z-index: 10;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
#body .header .menu .item a {
  padding: 0 20px;
}
#body .header .menu .item.parent a .title {
  display: inline-block;
  float: left;
  height: 49px;
}
#body .header .menu .item .arrow {
  position: relative;
  float: right;
  margin: 26px 0 0 8px;
  width: 12px;
  height: 7px;
}
#body .header .menu .item .arrow img {
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#body .header .menu .item .arrow img.hover {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#body .header .menu .item.hover .arrow img.hover {
  opacity: 1;
}
#body .header .menu .item.active {
  background-color: transparent;
  border-radius: 2px 2px 0 0;
}
#body .header .menu .item.active a {
  color: #010000;
}
#body .header .menu .item a .line {
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#body .header .menu .item.active .line {
  border-bottom-color: #6abff4;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#body .header .menu .item:not(.active) a:hover .line {
  border-bottom-color: #6abff4;
}
#body .header .menu .item.parent {
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}
/*#body .header .menu .item.parent.hover {
  background-color: #333;
  border-radius: 2px 2px 0 0;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}*/
#body .header .menu .item.parent.hover .title.line {
  border-bottom-color: transparent;
}
#body .header .menu .item.parent .sub {
  background-color: rgb(0 11 18 / 95%);
  border-radius: 0 2px 2px;
  cursor: default;
  display: none;
  left: 0;
  padding: 17px 0 13px;
  position: absolute;
  top: 70px;
  z-index: 100;
}
#body .header .menu .item.parent .sub a:not(.sub-a-parent) {
  padding: 0;
}
#body .header .menu .item.parent.hover a {
  color: #fff;
}
#body .header .menu .item .sub .sub-item-parent {
  background-color: rgb(0 11 18 / 95%);
  border-radius: 2px 2px 0 0;
  left: 0;
  position: absolute;
  top: -80px;
}
#body .header .menu .item.parent .sub .row {
  font-size: 11px;
  padding: 0 25px;
  line-height: 30px;
  white-space: nowrap;
  background-color: inherit;
  transition: all .2s ease;
}
#body .header .menu .item.parent .sub .row:hover {
  background-color: #6abff4;
}
#body .header .menu .item.parent .sub .row.active {
  color: #797979;
  background-color: #484848;
}

/*#body .header .phone-icon {
  cursor: inherit;
  float: left;
  height: 30px;
  margin: -1px 8px 0 0;
  padding: 0;
  position: relative;
  width: 30px;
}*/
#body .header .wrap-strs {
  color: rgba(0,0,0,.8);
  position: relative;
  opacity: 1;
  font-family: Graphik LCG;
  transition: all .2s ease;
}

#body .header .wrap-strs:hover {
  opacity: .6;
}

#body .header .wrap-strs:after {
  display: none;
  
  content: '';
  position: absolute;
  left: -27px;
  top: 50%;
  width: 16px;
  height: 16px;
  opacity: .3;
  background-image: url(images/phone_icon_black.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

#body .header .phone-icon {
  background-color: transparent;
  border: 2px solid #6abff4;
  color: #000000;
  cursor: inherit;
  float: left;
  font-size: 15px;
  height: auto;
  line-height: 23px;
  margin: 2px 8px 0 0;
  padding: 0 10px;
  position: relative;
}
#body .header .phone-icon img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 7px 0 0 7px;
}
#body .header .feedback {
  display: none;
  position: absolute;
  left: 0;
  top: 2px;
  width: 273px;
  border-radius: 2px;
  background-color: #6abff4;
  z-index: 100;
}
#body .header .feedback .indent {
  margin: 0 10px 10px;
}
#body .header .feedback .caption {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
}
#body .header .feedback input[name=phone] {
  margin-bottom: 5px;
}
#body .header .feedback input[name=name] {
  margin-bottom: 10px;
}
#body .header .feedback .success-message {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 20px 10px;
  font-weight: 300;
}

#body .header .contact {
  float: right;
  color: #000;
  text-align: right;
}

#body .header .contact .phone {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 9px 0 0;
}

#body .header .contact .phone .operating-mode {
  text-align: right;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(0,0,0,1);
  text-transform: uppercase;
  opacity: 1;
  margin-top: 2px;
}

#body .header .contact .address {
  font-size: 15px;
}
#body .header .contact .wrap-contacts {
  padding-top: 3px;
}
#body .header .contact .wrap-contacts .item {
  float: right;
  font-size: 11px;
  color: rgba(0,0,0,1);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,.2);
  opacity: 1;
  transition: all .2s ease;
}

#body .header .contact .wrap-contacts .item.address {
  margin-left: 20px;
}

#body .header .contact .wrap-contacts .item:hover {
  border-bottom-color: transparent;
}

#area-submenu {
  
    display: none;
  
  background-color: #6abff4;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.admin #area-submenu {
  top: 39px;
}
.header-sub {
  position: relative;
  height: 45px;
}
.header-sub .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-sub .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menu-sub {
  
}
.menu-sub .items {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-sub .items .item {

}
.menu-sub .items .item:nth-last-child(2) {
  margin-right: 0;
}
.menu-sub .items .item a {
  color: rgba(0,0,0,1);
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  opacity: 1;
  transition: all .2s ease;
}
.menu-sub .items .item a:hover,
.menu-sub .items .item a.active {
  opacity: 0.6;
}
.menu-sub .mobile-menu {
  margin: 0;
  z-index: 1;
}

.menu-sub .mobile-menu .m-menu {
  margin: 0;
  font-size: 12px;
}

.menu-sub .c-indent {
  padding: 15px 0;
}

/*
.menu-sub .items .item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6abff4;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu-sub .items .item a:hover:before {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}*/


#body .content {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

#body .content a {
  border-bottom: 1px solid #6abff4;
  color: #6abff4;
  transition: border .2s ease;
}

#body .content a.black {
  color: #000;
  border-bottom-color: #000;
}

#body .content a:hover {
  border-bottom-color: transparent;
}

#body .content a.no-link {
  color: #000;
  text-decoration: none;
  border-bottom: 0;
}
#body .content a.image,
#body .content a.resizer2fancy,
#body .content a[rel=lightbox],
#body .content a[href$=".jpg"],
#body .content a[href$=".png"],
#body .content a[href$=".gif"] {
  border: 0 none;
}
#body .content a[href^="#"] {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
#body .content h1 a,
#body .content h2 a,
#body .content h3 a,
#body .content h4 a {
  color: #000;
}

#body .content h1 a:nth-child(1),
#body .content h2 a:nth-child(1) {
  margin-right: 30px;
}

#body .content h1 .more,
#body .content h2 .more {
  font-size: 15px;
  font-weight: 700;
  font-family: 'PT Root UI';
  margin: 0 0 0 0;
  opacity: .7;
  display: inline-block;
  line-height: 1.3;
  vertical-align: bottom;
}

#body .content ul,
#body .content ol {
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 0 16px;
}
#body .content ul li,
#body .content ol li {
  display: list-item;
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 4px;
}
#body .content ol li {
  list-style-type: decimal;
}
#body .content ul li {
  list-style-type: disc;
}
#body .content li ul,
#body .content li ol {
  padding: 4px 0 8px 8px;
}
#body .content ul li ul li,
#body .content ol li ol li {
  list-style-type: circle;
}
#body .content img {
  max-width: 100%;
}
#body .content table img {
  max-width: inherit;
}
#body .content img[align=left] {
  margin: 10px 30px 10px 0;
}
#body .content img[align=right] {
  margin: 10px 0 10px 30px;
}
#body .content table th,
#body .content table td {
  border: 1px solid #edeef0;
  padding: 10px 16px;
}
#body .content table th {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #edeef0;
  vertical-align: middle;
}
#body .content p {
  padding: 0 0 20px;
}
#body .content blockquote {
  font-size: 15px;
  line-height: 20px;
  padding: 20px 30px;
  margin: 0 0 25px;
  background-color: #edeef0;
}
#body .content .wrap {
  float: left;
  width: 100%;
}
#body .content .font-red {
  color: #f00;
}
#body .content .font-opacity {
  opacity: 0.6;
}
#body .content-top {
  float: left;
  width: 100%;
  padding-bottom: 24px;
}
#body .content-top .indent {
  height: 39px;
}
#body .content-bottom-indent {
  height: 274px;
}

#body .running-line {
  margin-top: -39px;
  margin-bottom: 0;
  opacity: 1;
}

#body .running-line.initial-end {
  opacity: 0;
}

#body .running-line .item {
  padding: 39px 0;
  font-weight: 500;
}

#body .running-line .item a {
  color: #000;
  border-bottom-color: #000;
}

#body .running-line .item.tns-slide-active {

}

#body .breadcrumb {
  min-height: 24px;
}

#body .breadcrumb > * {
  display: inline-block;
  vertical-align: top;
}

#body .breadcrumb .main {
  display: inline-block;
  height: 24px;
  width: 20px;
  border: 0 none;
}
#body .breadcrumb .main img {
  height: 16px;
  display: block;
  margin: 4px 0 0 0;
  width: 16px;
}
#body .breadcrumb .split {
  display: inline-block;
  height: 24px;
}
#body .breadcrumb .split img {
  display: block;
  width: 6px;
  height: 9px;
  margin: 8px 8px 0;
}
#body .breadcrumb .item {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
  margin: 6px 1px 0;
  border-bottom: none;
  vertical-align: top;
}

#body .breadcrumb .item span {
  border-bottom: 1px solid #000;
  -webkit-transition: border .2s ease;
  -moz-transition: border .2s ease;
  -o-transition: border .2s ease;
  transition: border .2s ease;
}

#body .breadcrumb .item:hover span {
  border-bottom-color: transparent;
  -webkit-transition: border .2s ease;
  -moz-transition: border .2s ease;
  -o-transition: border .2s ease;
  transition: border .2s ease;
}
#body .breadcrumb .item.current {
  border-bottom-color: transparent;
  color: #777;
  cursor: default;
}
#body .social-likes {
  float: right;
}
.c-indent {
  padding-left: 50px;
}
.c-indent-back {
  margin-left: -50px;
}

#footer {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
  z-index: 110;
}
#footer .body {
  height: 80px;
}
#footer .border {
  border-top: 1px solid #ddd;
}
#footer .social-groups {
  float: left;
  padding: 26px 0 0;
}
#footer .social-groups img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#footer .social-groups img:hover {
  opacity: 0.6;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#footer .copyright {
  float: right;
  color: #000;
  line-height: 20px;
  margin: 20px 0 0;
  text-align: right;
}

.pull-left {
  float: left !important;
  text-align: left !important;
}

#footer .site-map {
  border-bottom: 1px solid;
  float: left;
  margin: 4px 0 0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .site-map:hover {
  border-bottom-color: transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .developed {
  float: right;
  text-align: right;
  margin: 1px 0 25px;
}
#footer .developed a {
  display: inline-block;
  margin-top: 4px;
  line-height: 20px;
  color: inherit;
  border-bottom: 1px solid;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .developed a:hover {
  border-bottom-color: transparent;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer .second-info {
  color: #000;
  font-size: 15px;
  line-height: 20px;
}
#footer .third-info {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  margin-left: 15px;
  margin-bottom: 20px;
}

.footer-site {
  
}

.footer-site .body {
  height: auto !important;
}

.menu-footer-wrap {
  padding: 14px 0;
  position: relative;
}

.menu-footer-wrap:after,
.menu-footer-wrap:before {
  content: '';
  border-top: 1px solid #ddd;
  position: absolute;
  left: 50px;
  top: 0;
  right: 0;
}

.menu-footer-wrap:before {
  top: auto;
  bottom: 0;
}

.menu-footer .items {
  float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.menu-footer .items .item {
  color: rgba(0,0,0,0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  opacity: 1;
  transition: all .2s ease;
  padding: 0 10px;
}

.menu-footer .items .item:nth-child(1) {
  padding-left: 0;
}

.menu-footer .items .item:nth-last-child(1) {
  padding-right: 0;
}

.menu-footer .items .item:hover {
  opacity: .6;
}

.footer-site .socials {
  float: right;
}

.footer-site .socials img {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 5px;
  opacity: 1;
  border-radius: 50%;
  transition: all .2s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.footer-site .socials img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer-info {
  margin: 25px 0;
  line-height: 1.3;
  color: rgba(0,0,0,.65);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.footer-info a {
  color: inherit;
  opacity: 1;
  transition: all .2s ease;
}

.footer-info a:hover {
  opacity: .5;
}

.footer-info-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

.footer-info-left .icon {
  display: none;
  
  height: 56px;
  opacity: .2;
  margin-right: 20px;
  
}

.footer-info-left .phone .whatsapp {
  position: relative;
  margin-left: 5px;
}

.footer-info-left .phone .whatsapp:before {
  content: '';
  position: absolute;
  right: -20px;
  top: -5px;
  width: 15px;
  height: 15px;
  background-image: url(images/logo_whatsapp.png);
  background-size: contain;
}

.footer-info-right {
  text-align: right;
}

.footer-info .app-links {
  margin-bottom: 8px;
}

.footer-info .app-links .app-link img {
  height: 30px;
  display: block;
  float: right;
  opacity: 1;
  transition: opacity .2s ease;
}

.footer-info .app-links .app-link img:hover {
  opacity: .6;
}

.footer-info .app-links .app-link:nth-child(1) img {
  margin-left: 10px;
}

.footer-info .mail a,
.footer-info .author {
  border-bottom: 1px solid;
  transition: all .2s ease;
}

.footer-info .mail a:hover,
.footer-info .author:hover {
  border-bottom-color: transparent;
}

.footer-bottom {
  color: rgba(0,0,0,.4);
  margin-bottom: 30px;
  text-align: center;
}


.div_h1 {
	font-weight: 600;
	font-size: 19px;
}

.cols-three {
  overflow: hidden;
  padding: 0 0 40px;
}
.cols-three .col {
  float: left;
  width: 33%;
}
.cols-three .col .caption {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.cols-three .col .text {
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0 0;
}
.cols-three .col .text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
.cols-three .col .text a:hover {
  border-bottom-color: transparent;
}
.cols-three.contacts-flag a.icon-whatsapp,
.cols-three.contacts-flag a.icon-telegram {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  margin: 5px 0 0;
}
.cols-three.contacts-flag a.icon-whatsapp img,
.cols-three.contacts-flag a.icon-telegram img {
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}

.cols-three.contacts-flag a.icon-telegram img {
  top: 1px;
  left: 1px;
  width: 20px;
}

.complectation-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.complectation-block ul {
  margin: 0 !important;
}

.complectation-block h4 {
  margin-bottom: 18px;
}

.complectation-block ul li {
  position: relative;
  list-style-type: none !important;
  padding-left: 30px !important;
  line-height: 20px;
  margin-bottom: 10px !important;
}

.complectation-block ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 15px;
  height: 3px;
  border-radius: 2px;
}

.complectation-block ul.positive li:before {
  background-color: #52aa5e;
}

.complectation-block ul.negative li:before {
  background-color: #e4170c;
}

.complectation-block ul.blue li:before {
  background-color: #6abff4;
}

.complectation-block .block {
  width: calc(50% - 25px);
}

.complectation-block .block + .block {
  margin-left: 40px;
}

.catalog-section-list .description {
  margin: 0 0 16px;
}
.catalog-section-list .items {
  background-color: #edeef0;
  padding: 24px 0 10px 50px;
  margin-bottom: 50px;
}
.catalog-section-list .items .item {
  display: inline-block;
  margin: 0 4% 20px 0;
  vertical-align: top;
  line-height: 20px;
  width: 30%;
}
.catalog-section-list .items .item:nth-child(3n) {
  margin-right: 0;
}
.catalog-section-list .items .item a {
  border-bottom: 1px solid;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.catalog-section-list .items .item a:hover {
  border-bottom-color: transparent;
}
.catalog-section-list .split-50 {
  float: left;
  width: 50%;
}
.catalog-section-list .split-50 .item {
  display: block;
  width: 100%;
}
.catalog-section-list .split-50 .item a {
  margin: 0 0 0 50px;
  position: relative;
}
.catalog-section-list .item .icon {
  width: 25px;
  position: absolute;
  left: -50px;
  top: -2px;
  opacity: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.catalog-section-list .split-50 .item a:hover .icon {
  opacity: 0.6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.section-intro-video-wrap {
  margin-bottom: 50px;
  position: relative;
}

.section-intro-video-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(106 191 244 / 30%);
}

.section-intro-video {
  width: 100%;
  display: block;
}



.catalog-sections {
  margin-bottom: 50px;
}

.catalog-sections .bg-image {
  background-image: url(images/tmp/banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.catalog-sections .c-indent {
  background-color: rgba(53, 128, 185, 0.9);
}

.catalog-sections .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 30px 50px 15px;
  background-color: #fff;
  border-radius: 25px;
}

.catalog-sections .items .item {
  margin: 0 0 20px 0;
  width: 50%;
  color: #000 !important;
  border-bottom: 0 none !important;
  opacity: 1;
  font-weight: 500;
  font-size: 17px;
  font-family: "Graphik LCG", Arial;
}

.catalog-sections .items .item span {
  border-bottom: 1px solid rgba(0,0,0,.3);
  transition: all .2s ease;
  display: inline-block;
}

.catalog-sections .items .item:hover span {
  border-bottom: 1px solid rgba(0,0,0,1);
}

.catalog-sections h1 {
  color: #fff;
  padding-top: 45px;
  padding-bottom: 0;
}

.section-more-button-wrap {
  width: 100%;
}
.section-more-button-wrap .ibutton {
  width: 100%;
  font-size: 15px;
}
.section-more-button-wrap h2 {
  padding: 0;
}

.catalog-items {
  margin-left: -4.166%;
  width: calc(100% + 8.333%);
  padding: 50px 0;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.catalog-items .element {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 100px;
  margin-right: 4.166%;
  margin-left: 4.166%;
  opacity: 1;
  position: relative;
  vertical-align: top;
  width: 25%;
  word-spacing: normal;
}

.catalog-items .element .indent {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.catalog-items .element .indent .image-link {
  width: 100%;
}

.catalog-items .element .indent .ibutton.product-list {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.catalog-items .element .indent .popular {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.catalog-items .element .indent .action {
  position: absolute;
  top: 160px;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.catalog-items .element .indent .gift {
  position: absolute;
  top: 164px;
  right: 4px;
  width: 35px;
  z-index: 10;
}

.catalog-items .element .indent .gifts {
  position: absolute;
  top: -25px;
  right: 60px;
  width: 35px;
  z-index: 10;
}

.catalog-items .element .effect {
  display: none;
  
  border: 1px solid #fff;
  border-radius: 3px;
  height: 190px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 190px;
  -webkit-transition: all .2s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all .2s cubic-bezier(0, 0, 0, 1);
  -o-transition: all .2s cubic-bezier(0, 0, 0, 1);
  transition: all .2s cubic-bezier(0, 0, 0, 1);
}
.catalog-items .element .image {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0) inset;
  margin: 0 0 14px;
  height: 210px;
  line-height: 210px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  transition: all .2s ease-in-out;
}
.catalog-items .element .image-link {
  border: 0 none !important;
}
.catalog-items .element .name a {
  border: 0 none !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #111 !important;
  padding: 10px 0;
  display: inline-block;
}
.catalog-items .element:hover .image {
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.5) inset;
}
.catalog-items .element:hover .effect {
  background-color: rgba(255,255,255,0);
  border-width: 10px;
  transition: all .2s cubic-bezier(0, 0, 0, 1);
}
.catalog-items .element .price {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 20px;
  text-align: right;
  white-space: nowrap;
  min-height: 32px;
}
.catalog-items .element .price .alternate {
  text-transform: lowercase;
  white-space: normal;
}
.catalog-items .element .price .rouble {
  font-size: 15px;
}
.catalog-items .element .price label {
  color: #777;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.catalog-items .element .price label span {
  color: #777 !important;
}
.catalog-items .element .price.action-date span {
  color: #b2b2b2;
}
.catalog-items .element .price.action-date .action-new,
.catalog-items .element .price.action-date .action-new * {
  color: #e3170a;
}
.catalog-items .element .price.action-date .action-new {
  margin-left: 10px;
}
.catalog-items .element .price.action-date .is-action-hide-1280 {
  text-decoration: line-through;
}

.catalog-items.presentational {
  margin-left: -1.66%;
  width: calc(100% + 3.33%);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.catalog-items.presentational .element {
  width: 30%;
  margin-right: 1.66%;
  margin-left: 1.66%;
  margin-bottom: 40px;
  box-shadow: 0 0 35px rgb(0 0 0 / 0%);
  padding: 30px;
  border-radius: 25px;
  transition: all .3s ease;
}

.catalog-items.presentational .element:hover {
  box-shadow: 0 10px 35px rgb(0 0 0 / 15%);
}

.catalog-items.presentational .element:hover .image {
  box-shadow: none;
}

.catalog-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.catalog-price .wrap-price {
  margin-bottom: 33px;
}
.catalog-price.section-price {
  padding-top: 0;
}
.catalog-price label {
  font-weight: 300;
}
.catalog-price .rouble {
  font-size: 22px;
}
.guarantee {
  position: absolute;
  top: -40px;
  right: 0;
  max-width: 95px;
  font-weight: 700;
}

.guarantee.guarantee-mobile {
  display: none;
}

.guarantee img {
  width: 95px;
}
.guarantee .num {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  line-height: 95px;
  text-align: center;
  font-size: 25px;
}
.catalog-price.action-date .wrap-price .price {
  opacity: 0.3;
  text-decoration: line-through;
}
.catalog-price .wrap-action-date {
  margin: -27px 0 25px;
}
.catalog-price .wrap-action-date .for-action-price {
  font-weight: 400;
  color: #e3170a;
  margin-bottom: 19px;
}
.catalog-price .wrap-action-date .for-action-price .price {
  font-weight: 600;
  margin-left: 10px;
}
.catalog-price .wrap-action-date .timer {
  position: relative;
  padding-left: 67px;
}
.catalog-price .wrap-action-date .timer .icon {
  position: absolute;
  left: 3px;
  top: 0;
  width: 52px;
  height: 52px;
  opacity: 0.3;
  background-image: url(images/icon_action_time.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.catalog-price .wrap-action-date .timer .icon .arrow {
  position: absolute;
  width: 8px;
  height: 31px;
  left: 22px;
  top: 10px;

  -webkit-animation-name: spin;
  -webkit-animation-duration: 10000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 10000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 10000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
.catalog-price .wrap-action-date .timer .caption {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.3;
}
.catalog-price .wrap-action-date .timer .time {
  font-size: 20px;
  font-weight: 600;
}


.cost-install {
  border-radius: 4px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 0 10px;
  float: left;
  width: 50%;
}
.cost-install .caption-cost {
  font-weight: 300;
  margin: 0 0 24px;
}
.cost-install .cost {
  margin: 0 0 5px 5px;
  font-size: 18px;
  line-height: 20px;
}
.cost-install .cost .tips {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
}
.cost-install .cost .tips .icon {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  width: 18px;
  font-style: italic;
  font-family: helvetika;
}
.cost-install .cost .tips .hint {
  display: none;
  opacity: 0;
  background-color: #222;
  border-radius: 2px;
  bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  left: 10px;
  min-width: 260px;
  padding: 10px 14px;
  position: absolute;
  text-align: left;
  z-index: 10;
  font-size: 15px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.cost-install .cost .tips:hover .hint {
  display: block;
  opacity: 1;
}
.cost-install .cost .type {
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
}
.cost-install .cost .price {
  font-weight: 600;
}
.cost-install .rouble {
  font-size: 18px;
}
.block-cost .wrap-buttons {
  float: right;
  width: 50%;
  text-align: right;
}
.block-cost .wrap-buttons .ibutton {
  width: 214px;
  margin-bottom: 10px;
}
.block-cost .wrap-buttons.cost-with-install {
  padding-top: 46px;
}

.block-warranty {
  background-color: #f0f0f0;
  font-size: 20px;
  font-weight: 300;
  margin-top: 50px;
  padding: 30px 20px 30px 0;
  text-align: center;
}

.section-bottom-panel {
  text-align: left;
}

.info-list .item {
  margin: 0 0 25px;
}
.info-list .item .image {
  float: left;
  width: 170px;
  height: 170px;
  background-color: transparent;
  background-position: center 6px;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 3px;
  filter: grayscale(60%) opacity(90%);
  transition: all .2s ease;
}
.info-list .item .image:hover {
  -webkit-filter: grayscale(0%) opacity(100%);
  -moz-filter: grayscale(0%) opacity(100%);
  -ms-filter: grayscale(0%) opacity(100%);
  -o-filter: grayscale(0%) opacity(100%);
  filter: grayscale(0%) opacity(100%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.info-list .item .info {
  margin: 0 0 0 220px;
  position: relative;
}
.info-list .item .info .caption {
  border-bottom-color: #000 !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
}
.info-list .item .info .caption:hover {
  border-bottom-color: transparent !important;
}
.info-list .item .info .date {
  display: none;
  color: #aaa;
  float: right;
  font-size: 16px;
  font-weight: 100;
}
.info-list .item .info .preview-text {
  padding: 10px 0 0;
}

.review-qr-links {
  margin-bottom: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.review-qr-links .desc {
  background-color: #f0f0f0;
  border-radius: 2px;
  margin: 3px 0 3px 0;
}
.review-qr-links .desc .wrap-text {
  padding: 20px 30px;
  font-size: 18px;
}
.review-qr-links .qr-code {
  float: right;
  min-width: 390px;
}
.review-qr-links .qr-code .item {
  float: right;
  padding: 0 10px;
  position: relative;
}
.review-qr-links .qr-code .item:nth-child(1) {
  padding-right: 0;
}
.review-qr-links .qr-code .item img {
  width: 170px;
  display: block;
}
.review-qr-links .tick {
  position: absolute;
  left: 0;
  top: -23px;
  right: 0;
  text-align: center;
  opacity: .3;
}

.opinions-position {
  
  position: fixed;
  top: 300px;
  right: 0;
  width: 40px;
  z-index: 1000;
  background-color: #6abff4;
  border-radius: 4px 0 0 4px;
  
  display: none;
/*  
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: center;*/
}

.button-opinion {
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s ease;
}
.button-opinion:hover {
  opacity: 0.6;
}

.button-opinion.o-sale * {
  transition: all .3s ease;
}
.button-opinion.o-sale.open {
  width: 56px;
}
.button-opinion .name {
  position: absolute;
  bottom: 80px;
  right: -56px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  -webkit-transform: rotate(-90deg); //Chrome, Safari
  -moz-transform: rotate(-90deg); //Firefox
  -o-transform: rotate(-90deg); //Opera
  -ms-transform: rotate(-90deg); //IE
  transform: rotate(-90deg); //Р В±РЎР‚Р В°РЎС“Р В·Р ВµРЎР‚РЎвЂ№ Р В±Р ВµР В· Р С—РЎР‚Р ВµРЎвЂћР ВµР С”РЎРѓР С•Р Р†
}
.button-opinion.o-bad .name {
  bottom: 118px;
}
.button-opinion.o-sale .name {
  bottom: 118px;
  visibility: visible;
  opacity: 1;
}
.button-opinion.o-sale .name-open {
  visibility: hidden;
  opacity: 0;
  bottom: 110px;
  right: -48px;
}
.button-opinion.o-sale.open .name-open {
  visibility: visible;
  opacity: 1;
}
.button-opinion.o-sale.open .name-close {
  visibility: hidden;
  opacity: 0;
}
.button-opinion .icon {
  width: 22px;
  height: 23px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 8px;
}
.button-opinion.o-good .icon {
  background-image: url(images/icon_good.png);
}
.button-opinion.o-bad .icon {
  background-image: url(images/icon_bad.png);
  top: auto;
  bottom: 14px;
}
.button-opinion.o-sale .icon {
  background-image: url(images/icon_sale.png);
  top: auto;
  bottom: 14px;
}
.button-opinion.o-sale.open .icon {
  right: 15px;
}

  .button-opinion .name {
    display: none;
  }
  
  .button-opinion.o-good {
    height: 55px;
  }
  
  .button-opinion.o-bad {
    height: 55px;
  }
  
  .button-opinion.o-sale {
    height: 55px;
  }

.button-opinion.o-santa {
  top: 348px;
  width: 70px;
  transform: rotate(-45deg);
  right: -20px;
  transition: all .2s ease-in-out;
}

.button-opinion.o-santa:hover {
  opacity: 1;
  right: -23px;
  transform: rotate(-40deg);
}
  

.styled-checkbox {
  display: none;
  visibility: hidden;
}

.styled-checkbox + label {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 23px;
  user-select: none;
}

.styled-checkbox + label:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: -2px 7px 0 -23px;
  vertical-align: middle;
  content: '';
  background: url(images/check.png) 0 0 no-repeat;
  opacity: 0.8;
}

input.styled-checkbox:checked + label:before {
  background-position: 0 -15px;
  opacity: 1;
}

.window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
}
.window .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.window .form {
  display: none;
  margin: 0 auto;
  max-width: 270px;
  padding: 0;
  position: relative;
}
.window .caption {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  padding: 18px 0 17px;
}
.window input,
.window textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  opacity: 1;
  transition: all .2s ease;
}
.window input.theme:not(.button):focus,
.window textarea.theme:not(.button):focus {
  border: 0 none;
  background-color: rgba(255, 255, 255, 1);
  transition: background .2s ease;
}
.window input.theme[type="button"],
.window input.theme[type="submit"] {
  background-color: #6abff4;
}
.window input.theme[type="button"]:hover,
.window input.theme[type="submit"]:hover {
  opacity: .6;
}
.window .description {
  color: #fff;
  padding: 0 0 20px;
  font-size: 15px;
  opacity: 0.8;
  line-height: 20px;
}
.window .description a {
  color: #fff;
}
.window .links {
  text-align: right;
  padding: 30px 0 0;
}
.window .links a {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.window .checkbox-wrap {

}
.window .checkbox-wrap .label-caption {
  opacity: 0.5;
}
.window .checkbox-wrap .field {

}
.window .checkbox-wrap .field input {
  float: left;
  margin-bottom: 0;
  margin-top: 2px;
  width: auto;
}
.window .checkbox-wrap .field .label {
  display: block;
  margin-left: 25px;
  cursor: pointer;
}
.window .checkbox-wrap .field.field-noclick {
  position: relative;
}
.window .checkbox-wrap .field.field-noclick:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  bottom: 0;
}
.window .checkbox-wrap .field.field-noclick input {
  opacity: 0.5;
}

.window .field label a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #fff;
  transition: all .2s ease;
}

.window .field label a:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.style-close {
  background-color: #6abff4;
  border-radius: 50%;
  color: #000;
  line-height: 32px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 200;
  height: 30px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -30px;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 10;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.style-close:hover {
  opacity: 0.8;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.message {
  display: none;
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  background-color: #5b9a00;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  z-index: 1010;
}
.message.error {
  background-color: #c00000;
}
.message .close {
  padding: 10px;
  right: 40px;
  top: 10px;
  color: #fff;
  font-size: 50px;
  font-weight: 200;
  line-height: 40px;
  background-color: transparent;
}
.message .text {
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  padding: 17px 0 18px;
  text-align: center;
}
#scroll-up {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("images/arrow_up.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 2px 2px 0 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 70px;
  position: fixed;
  right: 200px;
  width: 70px;
  z-index: 1000;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
#scroll-up:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

a.disabled {
  border-bottom: none !important;
  color: #000 !important;
}


@media only screen and (max-width: 1540px) {

  #scroll-up {
    bottom: 110px;
  }
  
  .button-check .tip .info {
    left: auto;
    right: -15px;
    margin-left: 0;
  }
  
  .button-check .tip .info:after {
    left: auto;
    right: 15px;
  }
  
}

@media only screen and (max-width: 1400px) {

  #scroll-up {
    display: none !important;
  }

}

@media only screen and (max-width: 1300px) {

  #bar .menu .icon-popular {
    display: none;
  }

}

@media only screen and (max-width: 1280px) {

  .hide-1280 {
    display: none;
  }
  body {
    min-width: 980px;
  }
  .menu-sub {
    padding-right: 0;
  }
  #body .header .contact {
    margin-right: 30px;
  }
  #body .header .contact .address {
    font-size: 12px;
  }
  #body .header .menu .item a {
    padding-left: 14px;
    padding-right: 14px;
  }
  #body .header .menu {
    padding-left: 15px;
  }
  .c-indent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu-footer-wrap:after, 
  .menu-footer-wrap:before {
    left: 30px;
    right: 30px;
  }
  #body .header .menu .item.parent .sub {
    padding: 7px 0;
  }
  #body .header .menu .item.parent .sub .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-indent-back {
    margin-left: -30px;
    margin-right: -30px;
  }
  .catalog-section-list .items {
    padding-left: 30px;
  }
  
  .fixed-price-block,
  .fixed-desk-block {
    margin-left: 260px;
    width: calc(100% - 260px);
    border-radius: 0 !important;
    padding-left: 30px;
  }
  
}


@media only screen and (max-width: 1240px) {
  
  .review-qr-links .desc .wrap-text {
    font-size: 15px;
  }
  
  .antigravity .controls-kits .button-check, 
  .antigravity .controls-films .button-check {
    width: calc(25% - 7px);
  }
  
  .button-check .tip .info {
    width: calc((100vw - 260px) / 4);
  }
  
  .button-check .tip .info .stars-indent {
    display: block;
    padding-top: 5px;
  }
  
  .button-check .tip .info .stars-indent .icon-star {
    margin-left: 0;
    margin-right: 3px;
  }
  
}


@media only screen and (max-width: 1175px) {
  
  .fixed-price-block .text {
    width: 100%;
    order: 3;
    margin-left: 0;
  }

  .fixed-price-block .text div {
    display: inline-block;
  }

  .fixed-price-block .text div + div {
    float: right;
  }

  .fixed-price-block .price {
    order: 1;
  }

  .fixed-price-block .wrap-buttons {
    order: 2;
  }
  
}


@media only screen and (max-width: 1080px) {
  #body .header .contact .phone {
    font-size: 23px;
  }
  #body .header .phone-icon {
    float: right;
    line-height: 20px;
    margin: -24px 0 0;
  }
  #body .header .feedback {
    left: auto;
    right: 0;
    top: -24px;
  }
  #body .header .contact .wrap-contacts .item.address {
    display: none;
  }
  .callback{
    clear: both;  
  }
  .antigravity .bx-controls-direction .bx-next, 
  .antigravity .bx-controls-direction .bx-prev {
    display: block;
    height: 30px;
    width: 30px;
    left: -15px;
    margin-top: -15px;
    background-position: 11px center;
  }
  .antigravity .bx-controls-direction .bx-next {
    left: auto;
    right: -15px;
    background-position: 13px center;
  }
  .antigravity .section-video .item iframe {
    height: 210px;
  }
}

@media only screen and (max-width: 980px) {

  body,
  #body,
  .wrapper {
    min-width: 320px;
  }
  .body {
    margin-left: 0;
  }

  #area-left,
  #bar,
  #bar-bg,
  .social-likes,
  #body .header .menu {
    display: none;
  }
  #body .header {
    height: auto;
  }
  .mobile-mode {
    display: block;
  }
  .mobile-mode.pandora-logo {
    display: none;
  }
  .header .wrap .logo {
    width: 181px;
    height: 35px;
    float: left;
    margin: 20px 0 0 30px;
  }
  .mobile-menu:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .mobile-menu {
    display: block;
  }

  .menu-sub .mobile-menu {
    display: none;
  }

  .mobile-mode.pandora-logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 48px;
  }

  .header .wrap .mobile-mode.pandora-logo .logo {
    width: 100px;
    height: auto;
    padding: 0;
    margin: -30px 0 0;
  }
  
  .mobile-menu .m-menu {
    cursor: pointer;
    font-weight: 400;
    margin: 28px 0 30px;
  }
  .mobile-menu .m-categories {
    float: left;
  }
  .mobile-menu .m-categories img {
    float: right;
    display: block;
    margin: 4px 0 0 9px;
    width: 12px;
    height: 7px;
  }
  .mobile-menu .m-topmenu {
    float: left;
    margin-left: 30px;
  }
  .mobile-menu .m-topmenu img {
    float: right;
    display: block;
    margin: 3px 0 0 9px;
    width: 12px;
    height: 7px;
  }
  h1 {
    font-size: 25px;
    line-height: 25px;
  }
  #bar.mobile-open .popup-close {
    display: block;
  }
  #bar.mobile-open {
    display: block;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(34 34 34 / 98%);
  }
  #bar.mobile-open .logo,
  #bar.mobile-open .logo-pandora,
  #bar.mobile-open .logo-pandora-desc,
  #bar.mobile-open .indent > a br,
  #bar.mobile-open .menu .item .arrow {
    display: none;
  }
  #bar.mobile-open .menu .item {
    color: #fff;
    text-align: left !important;
    margin-right: 0 !important;
  }
  #bar.mobile-open .menu,
  #bar.mobile-open .buttons {
    margin-right: 0;
  }
  #bar.mobile-open .buttons .button {
    color: #fff;
  }
  #bar.mobile-open .menu {
    text-align: left;
    margin-top: 50px;
  }
  #bar.mobile-open .indent {
    margin: 0 auto 40px;
    width: 216px;
  }
  #bar .menu .childs.mobile-open {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-bottom: 0;
    background-color: transparent !important;
    padding-left: 15px;
  }
  #bar .menu .childs.mobile-open .item {
    white-space: normal;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 15px 9px;
  }
  #bar .menu .childs:not(.mobile-open) {
    display: none !important;
  }
  #bar.mobile-open .lastviewed {
    color: #fff;
  }
  .bold-word {
    font-size: 20px;
    line-height: 20px;
  }
  #body .content-top .indent {
    height: 24px;
  }
  #body .header .menu.mobile-open {
    background-color: #222;
    color: #fff;
    display: block !important;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 20px 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  #body .header .menu.mobile-open .popup-close {
    display: block;
  }
  #body .header .menu.mobile-open .indent {
    margin: 0 auto 40px;
    width: 216px;
  }
  #body .header .menu.mobile-open .item {
    float: none;
    height: auto;
    line-height: 40px;
  }
  #body .header .menu.mobile-open .item a {
    color: #fff;
    padding: 0;
  }
  #body .header .menu.mobile-open .item.parent a .title {
    height: 39px;
  }
  #body .header .menu.mobile-open .item .arrow {
    margin-top: 16px;
  }
  #body .header .menu.mobile-open .item.parent .sub {
    background-color: transparent;
    display: block;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 55px;
    position: static;
    width: 100%;
  }
  #body .header .menu.mobile-open .item .sub .sub-item-parent {
    display: none;
  }
  .wrap-canvas {
    margin-top: 0;
  }
  .button-check .tip .info {
    width: 25vw;
  }
  .fixed-price-block {
    padding-left: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}


@media only screen and (max-width: 899px) {

  #footer .copyright {
    text-align: right;
    margin-top: 15px;
  }
  
  .table-shum tr .col-layer {
    display: none;
  }
  
  .catalog-items.presentational {
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .catalog-items.presentational .element {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  
  .catalog-sections .items .item {
    width: 100%;
  }
}


@media only screen and (max-width: 767px) {

  #body .header .phone-icon {
    display: none;
  }

  .mobile-menu .m-menu {
    margin-top: 17px;
    margin-bottom: 19px;
  }

  .c-indent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-indent-back {
    margin-left: -20px;
    margin-right: -20px;
  }
  .menu-footer-wrap:after, 
  .menu-footer-wrap:before {
    left: 20px;
    right: 20px;
  }
  #ut-animation-canvas {
    display: none;
  }
  .header .wrap .logo {
    margin-left: 20px;
  }
  .wrap-canvas {
    height: 300px;
  }
  .wrap-canvas .banner {
    opacity: 0.3;
  }
  .wrap-canvas .word-1 {
    top: 20px;
  }
  .wrap-canvas .word-2 {
    bottom: 20px;
  }
  .wrap-canvas .word-3 {
    top: 100px;
  }
  .cols-three .col {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
  .form-style.contact {
    width: 100%;
    right: 0;
  }
  .catalog-section-list .split-50 {
    float: none;
    width: 100%;
  }
  .catalog-section-list .items {
    padding-left: 20px;
  }
  .catalog-section-list .items .item {
    white-space: normal;
    width: 45%;
  }
  .catalog-section-list .items .item:nth-child(3n) {
    margin-right: 4%;
  }
  
  .catalog-items .element {
    margin-bottom: 70px;
  }
  
  .catalog-detail .image,
  .catalog-detail .info {
    width: 100%;
  }
  .catalog-detail .image .indent {
    margin: 0 0 20px;
  }

  .guarantee:not(.guarantee-mobile) {
    display: none;
  }

  .guarantee.guarantee-mobile {
    display: block;
    top: 10px;
  }

  .block-cost .wrap-buttons {
    width: auto;
  }
  .reviews-block .sections .item {
    width: 49%;
  }
  .reviews-block .sections .item:nth-child(2n),
  .reviews-block .sections .item:nth-child(4n) {
    margin-right: 0;
  }
  .reviews-block .comments .info {
    float: none;
    width: 100%;
  }
  .reviews-block .comments .indent {
    padding: 10px 0 0;
  }
  .reviews-block .comments .text::after {
    display: none;
  }
  #body .header .contact {
    margin-right: 15px;
  }
  #body .content-bottom-indent {
    height: 368px;
  }
  #block-map {
    /* display: none; */
  }
  .form-style.contact {
    position: relative;
    top: 0;
  }
  .form-style.contact .indent {
    padding: 0;
  }
  #footer .copyright {
    font-size: 15px;
    margin-top: 20px;
  }
  #footer .site-map {
    display: none;
  }

  .review-qr-links {
    display: block;
  }
  .review-qr-links .desc {
    margin-bottom: 35px;
  }
  .footer-info-left,
  .footer-info-right {
    width: 100%;
    text-align: center;
  }
  .footer-info-left {
    display: block;
    margin-bottom: 25px;
  }
  .footer-info-left .icon {
    display: none;
  }
  .footer-info .app-links .app-link img {
    display: inline-block;
    float: none;
  }
  .footer-info .app-links {
    margin-bottom: 0;
  }
  .footer-info .app-links .app-link:nth-child(1) img {
    margin-left: 0;
  }
  .menu-footer .items {
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu-footer .items .item {
    padding: 0 15px 0 0;
  }
  .footer-site .socials {
    display: none;
  }
  
  .items-modesta .item {
    width: 50%;
  }
  
  .ibanner {
    height: 300px;
  }
  
  .ibanner .description {
    font-size: 30px;
    line-height: 1.3;
    margin-top: -60px;
  }
  
  .ibanner .description .catalog-sections {
    display: none;
  }
  
  .tabs-link.css-for-mobile {
    display: block;
  }

  .antigravity .controls-kits .button-check, 
  .antigravity .controls-films .button-check,
  .antigravity .controls-details .button-check {
    width: calc(33.33% - 7px);
  }
  
  .antigravity.sound .controls-plans .button-check:after {
    display: none;
  }
  
  .antigravity .section-cost .h2 .price.sale:after {
    right: -105px;
    top: 3px;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  
  .button-check .tip .info {
    width: 33.33vw;
  }
  
  .space-price-block {
    display: none !important;
  }

  .fixed-price-block-wrap {
    display: none !important;
  }
  
  .grid-icons .item {
    width: 25%;
    border: 0 none !important;
    padding: 10px;
  }
  
  .grid-icons .item .name {
    font-weight: 400;
  }
  
  #body .content blockquote {
    padding: 15px 25px;
  }
  
  .table-sputnik .cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .table-sputnik .col {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .table-sputnik .col-items {
    box-shadow: 0 0 0 1px #edeef0;
  }
  
  .table-sputnik .col .image img {
    width: 50%;
  }
  
  .table-sputnik .col .label {
    margin-bottom: 5px;
    margin-top: -15px;
    line-height: 1;
    font-size: 14px;
  }
  
  .table-sputnik .col .caption {
    font-size: 12px;
    line-height: 1;
  }

  .antigravity-signup {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .antigravity-signup p {
    margin-right: 0;
    text-align: left;
  }
  
}


@media only screen and (max-width: 670px) {
  
  .menu-sub .items .item:not(.mobile-menu) {
    display: none;
  }

  .menu-sub .mobile-menu {
    display: block;
  }

  .header-sub {
    display: none;
  }

  #bx-composite-banner {
    float: none;
    margin: 42px 0 0 0px;
  }
  
  .antigravity .controls-films h3 {
    font-size: 17px;
    line-height: 17px;
  }
  
  .antigravity .controls-three .button-check,
  .antigravity .controls-auto .button-check,
  .antigravity .controls-films .button-check,
  .antigravity.toner .controls-details .button-check,
  .antigravity.toner .controls-auto .button-check,
  .antigravity.sound .controls-auto .button-check {
    width: calc(50% - 7px);
  }
  
  .antigravity .wrap-buttons-width-100 .button-check {
    width: calc(100% - 7px) !important;
  }
  
  .antigravity .controls-auto .current {
    line-height: 29px;
    padding: 15px 0 0 22px;
  }
  
  .advantages .item {
    width: calc(50% - 10px);
  }
  
  .advantages .item .image {
    height: 60px;
  }
  
}

@media (max-width: 650px) {
  
  .complectation-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .complectation-block .block {
    width: 100%;
    margin: 0 0 20px !important;
  }
}

@media only screen and (max-width: 620px) {

  .catalog-price .wrap-price {
    margin-bottom: 10px;
  }
  /*.guarantee {
    position: relative;
    top: 0;
    width: 95px;
    margin-bottom: 10px;
  }*/
  .catalog-price .wrap-action-date {
    margin-top: 0;
  }

  #footer .copyright,
  #footer .second-info,
  #footer .social-groups {
    width: 100%;
    text-align: center !important;
  }

  #footer .social-groups img {
    float: none;
  }
  
  .modesta-select-class {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  
  .modesta-select-class .name {
    text-align: left;
    margin-bottom: 10px;
  }
  
  .modesta-select-class .field {
    margin-left: 0;
    margin-bottom: 10px;
  }
  
  .modesta-select-class .field select {
    width: 100%;
  }
  
  .button-check {
    font-size: 15px;
    height: 49px;
    padding: 0 10px;
  }
  
  .antigravity .section-cost .ibutton {
    height: 49px;
    line-height: 46px;
  }

  .antigravity .controls-auto .current,
  .antigravity .controls-three .current,
  .antigravity.toner .controls-auto .current,
  .antigravity.sound .controls-auto .current {
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0 0 7px;
  }
  
  .antigravity .controls-auto .current.two {
    line-height: 20px;
  }
  
  .antigravity .controls-auto .added-row,
  .antigravity .controls-auto .remove-row {
    font-size: 15px;
    line-height: 20px;
    padding: 6px 0 12px 7px;
  }
  
}

@media only screen and (max-width: 500px) {

  #body .content {
    font-size: 15px;
    line-height: 20px;
  }
  .header .wrap .logo {
    height: initial;
    width: 35%;
  }
  #body .header .contact .phone {
    font-size: 20px;
  }
  #body .header .wrap-strs:after {
    display: none;
  }
  .wrap-canvas .word {
    font-size: 20px;
    line-height: 20px;
    right: 20px;
  }
  .wrap-canvas .word-3 {
    top: 75px;
  }
  .info-list .item {
    margin: 0 0 20px;
  }
  .info-list .item .image {
    width: 60px;
    height: 60px;
  }
  .info-list .item .info {
    margin-left: 80px;
  }
  .info-list .item .info .caption {
    font-size: 18px;
    line-height: 20px;
  }
  .info-list .item .info .date {
    float: none;
    font-size: 13px;
    left: -80px;
    position: absolute;
    top: 80px;
  }
  h2 {
    font-size: 24px;
    line-height: 26px;
    padding: 12px 0 20px;
  }
  
  .catalog-sections .items {
    padding: 20px 25px 5px;
  }
  
  .catalog-sections .items .item {
    font-size: 15px;
    margin-bottom: 15px;
  }
  
  .catalog-sections .items .item span {
    display: inline;
  }

  .catalog-items {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  
  .catalog-items .element {
    width: 41.6%;
  }
  
  .catalog-items .element .indent .gift {
    width: 23px;
  }
  
  .catalog-items .element .indent .gifts {
    top: -17px;
    right: 35px;
    width: 25px;
  }
  
  .catalog-items.presentational .element {
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
  
  .catalog-section-list .items .item {
    margin: 10px 0 10px 0;
    display: block;
    width: auto;
  }
  
  .catalog-section-list .items .item:nth-child(3n) {
    margin-right: 0;
  }
  .catalog-section-list .items .item a {
    line-height: 25px;
  }
  .reviews-block .comments .source a {
    display: inline-block;
    float: right;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
  }
  .sertificates .image {
    height: 130px;
    margin-right: 15px;
    width: 130px;
  }
  .sertificates a:nth-child(2n) .image {
    margin-right: 0;
  }
  .partners-section .item {
    width: 100%;
    margin-right: 0;
  }

  #footer .copyright {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
  #bx-composite-banner {
    float: right;
    margin: 0 0 0 0;
    width: 150px;
    overflow: hidden;
  }

  .grid-icons .item {
    width: 33.33%;
  }
  
  .grid-icons .item .name {
    font-size: 12px;
  }
  
  .tip-info { 
    left: -10px;
    right: -10px;
    font-size: 12px;
    padding: 8px 10px;
  }
  
  .image-block-i  nset .icon {
    width: 50px;
    height: 50px;
    margin-top: 25px;
  }
  
  .image-block-inset.style-1 .icon {
    background-position: center -20px;
  }
  
  .image-block-inset.style-2 .icon {
    background-position: center -108px;
  }
  
  .image-block-inset.style-3 .icon {
    background-position: center -1163px;
  }
  
  .image-block-inset.style-4 .icon {
    background-position: center -458px;
  }

  .image-block-inset .h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}


@media only screen and (max-width: 480px) {

  .ibanner {
    height: 200px;
  }
  
  .ibanner .description {
    font-size: 24px;
    margin-top: -47px;
    left: 20px;
  }
  
  .antigravity .controls-kits .button-check,
  .antigravity .controls-kits .button-check, 
  .antigravity .controls-details .button-check {
    width: calc(50% - 7px);
  }
  
  .button-check .tip .info {
    width: 50vw;
    padding: 15px 10px 15px 15px;
  }
}

  
@media only screen and (max-width: 450px) {
  
  #body .content-bottom-indent {
    height: 345px;
  }

  #footer .developed a {
    display: inline;
    line-height: 25px;
  }
  #body .content-bottom-indent {
    height: 408px;
  }
  
  .items-modesta .item .image {
    height: 190px;
  }
  
  .items-modesta .item .model {
    top: 155px;
    font-size: 24px;
  }
  
  .items-modesta .item:hover .model {
    top: -18px;
  }
  
  .santa-gifts {
    left: 0;
    top: -5px;
    width: 100%;
  }
  
  .santa-image {
    width: 70px !important;
    max-width: 70px !important;
  }

  .santa-gifts .gifts-list {
    width: calc(100% - 80px);
    top: 15px;
  }
  
}


@media only screen and (max-width: 400px) {
  
  #body .header .contact .phone {
    margin-top: 15px;
  }
  
  .mobile-menu .m-topmenu {
    float: right;
  }

  .header .wrap .logo {
    height: initial;
    width: 90px;
  }

  .review-qr-links .qr-code {
    min-width: 100%;
  }
  .review-qr-links .qr-code .item {
    width: 50%;
    padding: 0;
  }
  
  .santa-gifts .gifts-list {
    width: calc(100% - 20px);
    left: 10px;
  }

}


@media only screen and (max-width: 374px) {
  
  .price-comment .info {
    margin-left: -80px;
  }
  
  .price-comment .info:after {
    left: 80px;
  }
  
}