.header {
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Proxima", sans-serif;
  background: #222;
  color: #fff;
  font-weight: 300;
  z-index: 3000;
}

.header .container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.header a {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s;
  /*border-bottom: 1px solid rgba(255, 255, 255, .3);*/
}

.header a:hover {
  color: #78ceff;
}

.partner-point li {
  page-break-inside: avoid;
}

.header .logo {
  position: absolute;
  top: 18px;
  left: 28px;
}

.header.fixed .logo {
  top: 0;
  transition: all 0.2s;
}

.header .logo img {
  width: 110px;
  height: 82px;
  transition: all 0.2s;
}

.header.fixed .logo img {
  width: 81px;
  height: 60px;
}

.header .topmenu {
  margin-left: 140px;
  transition: all 0.2s;
}

.header.fixed .topmenu {
  margin-left: 106px;
}

.header .topmenu li {
  padding: 0 16px;
  transition: background 0.2s;
  position: relative;
}

.header .topmenu li:hover {
  background: #0788d3;
  color: #fff;
}

.header .topmenu li:hover a {
  color: #fff;
}

.header .topmenu li a {
  display: block;
  height: 60px;
  padding-top: 20px;
  transition: color 0.2s, background 0.2s;
}

.header .topmenu span {
  position: absolute;
  top: 10px;
  right: 8px;
  font-size: 12px;
  opacity: 0.6;
}

.header .topmenu li.active {
  padding-left: 0;
  padding-right: 0;
}

.header .topmenu li.active a {
  background: #00a2ff;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
}

.header p {
  margin: 0;
}

.header .rgt-coll {
  padding-right: 10px;
}

.header .modal-point {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
}

.search-modal {
  position: absolute;
  top: 10px;
  right: 30px;
  background: #fff;
  padding: 10px;
  padding-left: 20px;
  color: #fff;
  background: #00a2ff;
  width: 800px;
}

.open-anim-1 {
  position: absolute;
  top: -10px;
  opacity: 0;
  pointer-events: none;
  transition: top 0.3s, opacity 0.3s;
}

.open-anim-1.open {
  position: absolute;
  top: 10px;
  opacity: 1;
  pointer-events: auto;
}

.search-modal:after {
  content: "";
  position: absolute;
  right: 125px;
  top: -16px;
  border: 10px solid transparent;
  border-bottom: 10px solid #00a2ff;
}

.search-modal label {
  width: 52px;
}

.search-modal input {
  margin-left: 12px;
  width: calc(100% - 52px);
}

.search-modal .search button {
  width: 40px;
  height: 36px;
  background-color: #00a2ff;
  background-image: url(../images/ico-search.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  margin-top: 0px;
  border-radius: 0 3px 3px 0px;
  cursor: pointer;
  transition: background-color 0.2s;
  outline: none;
}

.header .contact {
  padding-top: 5px;
  padding-left: 10px;
}

.header .contact .mail {
  font-size: 14px;
}

.header .contact .mail + .mail {
  font-size: 12px;
}

.header .callback {
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 12px;
}

.header .btn {
  transition: all 0.2s linear, border 0.1s;
}

.header .ico-box-01,
.header .ico-box-03 {
  width: 40px;
  height: 40px;
  padding-top: 9px;
  padding-right: 1px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  transition: border 0.2s;
  position: relative;
}

.header .ico-box-01:hover,
.header .ico-box-03:hover {
  border: 1px solid #78ceff;
}

.header .search-top {
  padding: 10px 7px;
  margin-left: 0px;
  position: relative;
}

.header .cart {
  padding: 10px 7px;
  margin-left: 0px;
  position: relative;
}

.header .ico-box-03 {
  display: inline-block;
}

.header .cart a {
  padding-right: 3px;
}

.header .cart span {
  background: #00a2ff;
  color: #fff;
  border-radius: 16px;
  display: block;
  min-width: 16px;
  height: 16px;
  font-size: 12px;
  font-family: "Proxima", sans-serif;
  position: absolute;
  top: -3px;
  right: -3px;
  padding: 3px 3px 0 3px;
}

.header .cart.open {
  background: #00a2ff;
}

.header .open .ico-box-01 {
  background: #00a2ff;
  color: #fff;
  border-color: #fff;
  display: block;
}

.header .login {
  padding: 10px 7px;
  margin-left: 5px;
}

.header .user {
  padding: 10px 7px;
  /*margin-left:5px;*/
}

.header .user.active {
  background: #00a2ff;
}

.header .user .ico-box-01 {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: border 0.2s;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}

.header .user .ico-box-01:hover {
  border: 1px solid #78ceff;
}

.header .user.active .ico-box-01:hover {
  border: 1px solid #fff;
}

.user-minibox {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 272px;
  border: 2px solid #00a4ff;
  background: #fff;
  color: #222;
  padding: 22px;
}

.user-minibox .name {
  font-weight: 600;
}

.user-minibox .mail {
  font-size: 14px;
}

.user-minibox .score-box > * {
  height: 64px;
  padding: 10px;
}

.user-minibox .score-box p {
  line-height: 100%;
  font-size: 10px;
  text-transform: uppercase;
}

.user-minibox .score {
  background: #00a4ff;
  width: 66%;
  color: #fff;
}

.user-minibox .score span {
  display: block;
  font-size: 36px;
  font-weight: 700;
}

.user-minibox a.exit {
  background: #e8e8e8;
  width: calc(34% - 6px);
  margin-left: 6px;
  color: #505050;
  display: block;
}

.user-minibox .exit i {
  font-size: 36px;
  display: block;
  margin-top: 3px;
}

.user-minibox a.exit:hover {
  color: #00a4ff;
}

/* ================================================================



.slider {
    height: 540px;
    background-color: #ff874b;
    } */

.info-plast h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.plast {
  padding: 20px 0;
}

.plast .container > *:first-child {
  margin-top: 0 !important;
}

.plast .container > *:last-child {
  margin-bottom: 0 !important;
}

.plast h2 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

.product-list .block {
  text-align: center;
  width: 33.33333333%;
}

.spec-product {
  position: relative;
  z-index: 1;
}

.spec-product .product-list .block {
  width: 290px;
  margin: 0 auto;
}

.product-list .photo {
  display: table;
  margin: 0 auto;
  min-height: 200px;
  min-width: 200px;
}

.product-list h3 {
  margin: 0 auto;
  line-height: 96%;
  height: 56px;
  margin-top: 20px;
}

.product-list h3 a {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.product-list h3 span {
}

.product-list .price {
  font-size: 18px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 24px;
  position: relative;
}

.product-list .oldprice {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -16px;
  color: #a6a6a6;
}

.front .left-column {
  width: 25%;
  padding: 10px;
}

.front .os-column {
  width: 75%;
  padding: 10px;
}

.os-column h2 {
}

.product-box .product-list {
  margin: 0 -10px;
}

.product-box .block {
  padding: 10px;
}

.product-box .block > div {
  background: #fff;
  padding: 20px;
  height: 464px;
  position: relative;
}

.product-list .bottom {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.product-list .btn,
.spec-product .btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.spec-product .btn {
  margin: 30px auto 0;
  width: 220px;
}

.product-list .btn.lite {
  color: #00a2ff;
}

.product-list .btn.lite:hover {
  color: #dc0000;
  border-color: #dc0000;
}

.product-list .more {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-list .more:hover {
  color: rgba(220, 0, 0, 1);
  border-bottom: 1px solid rgba(220, 0, 0, 0.6);
}

.product-box .product-list .price {
  font-size: 24px;
}

.product-box .block.spec > div {
  background-position: center;
  background-size: cover;
  color: #fff;
}

.product-box .block.spec a {
  color: #fff;
}

.product-box .block.spec h3,
.product-box .block.spec .price {
  color: #fff;
  text-shadow: 0 1px 0 #000, 0 1px 16px #000;
}

.product-box .block.spec h3 span {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  margin-top: 12px;
}

.product-box .block.spec .btn:hover {
  background: #40b9ff;
  border-color: #5cc3ff;
}

.product-list .block.spec .more {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product-list .block.spec .more:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.product-2-list .block {
  margin: 0 -10px;
}

.product-2-list .block > div {
  background: #fff;
  height: auto;
}

.product-2-list .block .photo img {
  max-width: 200px;
}

.product-2-list .block .info {
  width: calc(100% - 350px);
  padding: 20px;
}

.product-2-list .block .info h3 {
  margin: 0;
  margin-bottom: 6px;
}

.product-2-list .block .info p {
  margin: 12px 0;
}

.product-2-list .more {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-2-list .more:hover {
  color: rgba(220, 0, 0, 1);
  border-bottom: 1px solid rgba(220, 0, 0, 0.6);
}

.product-2-list .block .button {
  width: 140px;
  margin-top: 64px;
  padding-right: 10px;
}

.product-2-list .btn {
  width: 100%;
  font-size: 13px;
  padding: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.os-column h2 {
  text-align: left;
  font-size: 28px;
}

.left-column .box {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 24px;
}

.left-column h2 {
  font-size: 22px;
  text-align: left;
}

.left-column .filter h2 {
  font-size: 16px;
}

.cat-rub {
  position: relative;
  /*max-height: 390px;*/
  /*overflow: hidden;*/
  /*transition: max-height 0.5s linear;*/
}

/*.cat-rub.open {*/
/*  max-height: 750px;*/
/*}*/

/*.cat-rub:before {*/
/*  display: block;*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 94px;*/
/*  background: url(../images/bg-fog-01.png);*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 3;*/
/*  pointer-events: none;*/
/*  opacity: 1;*/
/*  transition: opacity 0.3s;*/
/*}*/

/*.cat-rub.open:before {*/
/*  opacity: 0;*/
/*}*/

.more-box-btn {
  position: absolute;
  width: 69px;
  height: 35px;
  background: url(../images/more-box-open-bg.png);
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  z-index: 4;
}

.more-box-btn a {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/more-box-open-ico.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 16px;
  margin-left: 25px;
  transform: rotate(0deg);
  transition: transform 0.3s;
  transition-delay: 0.5s;
  border: 0 !important;
}

.more-box-btn a.rotate {
  transform: rotate(180deg);
}

.cat-rub ul.menu > li {
  margin: 12px 0;
}

.cat-rub ul > li > ul {
  margin: 0 0;
}

.cat-rub ul > li li {
  margin: 14px 0;
  padding-left: 16px;
  position: relative;
}

.cat-rub ul > li li:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #a7a7a7;
  position: absolute;
  top: 10px;
  left: 0;
}

.cat-rub a {
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 400;
}

.tags-ico {
  display: block;
  width: 30px;
  height: 30px;
  background: #ccc;
  border-radius: 50%;
  transition: border 0.2s;
  position: relative;
  margin-right: 12px;
}

.tags-ico.tag-star {
  background: #ffd700 url(../images/ico-tag-star.png);
}

.tags-ico.tag-fire {
  background: #00ff00 url(../images/ico-tag-fire.png);
}

.tags-ico.tag-percent {
  background: #ff0000 url(../images/ico-tag-percent.png);
}

.product-box .tags-ico {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  z-index: 2;
}

.cat-tags .menu a {
  display: block;
  padding-top: 6px;
  border-bottom: 1px solid #e3e3e3;
}

.cat-tags .menu a:hover,
.cat-rub a:hover {
  border-color: #dc0000;
}

.cat-tags .menu > .row {
  margin: 18px 0;
}

.action-box {
  margin-bottom: 12px;
}

.action-box > * {
  margin-right: 36px;
  font-size: 14px;
}

.action-box > *:last-child {
  margin-right: 0;
}

.action-box > * > *:first-child {
  padding-right: 12px;
}

.pagenator {
  margin-top: 16px;
  position: relative;
}

.pagenator ul {
  padding-top: 3px;
}

.pagenator li {
  margin: 0 6px;
  font-size: 13px;
  font-weight: 600;
  padding-top: 4px;
}

.pagenator li.active {
  height: 32px;
  min-width: 32px;
  border-radius: 16px;
  background: #00a2ff;
  color: #fff;
  font-size: 16px;
  padding-top: 6px;
}

.pagenator li a {
  padding: 4px;
  display: block;
  transition: color 0.2s;
}

.pagenator li a:hover {
  color: #00a2ff;
}

.pagenator li span {
  font-size: 16px;
  padding-top: 1px;
  display: block;
}

.pagenator .back,
.pagenator .next {
  float: none;
  display: block;
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
}

.pagenator .back {
  left: 0;
}

.pagenator .next {
  right: 0;
}

.pagenator .back a,
.pagenator .next a {
  display: block;
  height: 36px;
  background: #fff;
  padding: 11px 16px 0 40px;
  border-radius: 3px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
}

.pagenator .next a {
  padding: 11px 40px 0 16px;
}

.pagenator .back a:hover,
.pagenator .next a:hover {
  background: #00a2ff;
  color: #fff;
}

.pagenator .back a:after,
.pagenator .next a:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  background: url(../images/arrow-micro.png);
  background-position-x: left;
  background-position-y: top;
  top: 15px;
}

.pagenator .back a:after {
  left: 20px;
}

.pagenator .next a:after {
  right: 20px;
  background-position-x: right;
}

.pagenator .back a:hover:after,
.pagenator .next a:hover:after {
  background-position-y: bottom;
}

/*slider*/
.slider3d {
  width: auto;
  /*height: 540px;*/
  overflow: hidden;
}

.slider3d .back {
  background-repeat: no-repeat;
  background-position: center center;
  height: 540px;
  position: relative;
}

.slider3d .back .card {
  height: 540px;
}

.slider3d .container {
  max-width: 1180px;
  margin: 0 auto;
  height: 540px;
  position: relative;
}

.slider3d .layer {
  position: absolute;
}

.slider3d .item-1 .layer-1 {
  background: url("../images/slide-1-l-1.png") no-repeat;
  width: 488px;
  height: 433px;
  top: 170px;
  left: 50px;
  -webkit-transform: translateZ(-10px);
  -moz-transform: translateZ(-10px);
  -ms-transform: translateZ(-10px);
  -o-transform: translateZ(-10px);
  transform: translateZ(-10px);
}

.slider3d .item-1 .layer-2 {
  background: url("../images/slide-1-l-2.png") no-repeat;
  width: 555px;
  height: 674px;
  right: 80px;
  top: 20px;
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.slider3d .item-1 .layer-3 {
  background: url("../images/slide-1-l-3.png") no-repeat;
  width: 540px;
  height: 144px;
  top: 70px;
  left: 100px;
  -webkit-transform: translateZ(40px);
  -moz-transform: translateZ(40px);
  -ms-transform: translateZ(40px);
  -o-transform: translateZ(40px);
  transform: translateZ(40px);
}

.slider3d .item-2 .back {
  background-position: 0 0;
}

.slider3d .item-2 .layer-1 {
  background: url("../images/slide-2-l-1.png") no-repeat 100% 0;
  width: 1920px;
  height: 569px;
  bottom: -30px;
}

@media (max-width: 1480px) {
  .slider3d .item-2 .layer-1 {
    background-position: calc(100% + 250px) 0;
    width: 100%;
    right: -90px;
    /*-webkit-transform: translateZ(20px);*/
    /*-moz-transform: translateZ(20px);*/
    /*-ms-transform: translateZ(20px);*/
    /*-o-transform: translateZ(20px);*/
    /*transform: translateZ(20px);*/
  }
}

@media (min-width: 1920px) {
  .slider3d .back {
    -webkit-background-size: cover;
    background-size: cover;
  }

  .slider3d .item-2 .layer-1 {
    right: 0;
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
    bottom: -40px;
  }
}

.hover-in {
  transition: 0.1s ease-out;
}

.hover-out {
  transition: 0.1s ease-in;
}

.slider3d .owl-nav,
.slider3d .owl-dots {
  max-width: 1180px;
  margin: auto;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
}

.slider3d .owl-dots {
  top: auto;
  bottom: 20px;
}

.slider3d .owl-nav div {
  position: absolute;
  background: url("../images/arrows-3d.png") no-repeat 0 0;
  width: 41px;
  height: 80px;
  top: -40px;
  transition: 0.3s ease-in;
  overflow: hidden;
  text-indent: 10000px;
}

.slider3d .owl-nav div:hover {
  opacity: 0.8;
}

.slider3d .owl-nav .owl-prev {
  left: 0;
}

.slider3d .owl-nav .owl-next {
  right: 0;
  background-position: 100% 0;
}

.slider3d .owl-dots {
  /*position: absolute;*/
  /*width: 100%;*/
  text-align: center;
  /*top: -50px;*/
}

.slider3d .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  margin: 0 5px;
  border-radius: 100%;
  background: #ffffff;
  position: relative;
  transition: 0.3s ease-in;
}

.slider3d .owl-dot:after {
  content: " ";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 100%;
  transition: 0.3s ease-in;
  opacity: 0;
}

.slider3d .owl-dot.active:after {
  opacity: 1;
}

.slider3d .owl-dot:hover {
  border-color: #00a2ff;
}

.slider3d .owl-dot.active:hover:after {
  background: #00a2ff;
}

.slider3d .container {
  /*overflow: hidden;*/
}

.slider3d .container.inner {
  position: relative;
  top: -540px;
  color: #ffffff;
  font-size: 20px;
  overflow: auto;
  line-height: 30px;
  font-weight: 300;
  z-index: 100;
}

.slider3d .container.inner p {
  max-width: 560px;
  margin-bottom: 30px;
}

.slider3d .container.inner strong {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  display: block;
  line-height: 48px;
}

.slider3d .container.inner .btn {
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: 6px 30px;
}

.slider3d .container.inner .btn:hover {
  color: #dc0000;
  border-color: #dc0000;
}

.slider3d .item-1 .inner {
  padding: 210px 0 0 80px;
}

.slider3d .item-2 .inner {
  padding: 110px 0 0 360px;
}

.slider3d .item-2 .inner img {
  position: absolute;
  left: 80px;
}

.spec-product .box {
  max-width: 1180px;
}

.spec-product .product-list {
  overflow: hidden;
}

.spec-product .box .block {
  float: left;
}

.spec-product .product-list {
  text-align: center;
}

.spec-product .owl-controls {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  float: none;
  text-align: center;
  display: inline-block;
  padding-right: 8px;
  margin-top: 60px;
}

.spec-product .owl-nav div {
  background: url("../images/slider-spec.png") no-repeat 0 0;
  width: 8px;

  height: 15px;
  transition: 0.3s ease-in;
  display: inline-block;
  overflow: hidden;
  text-indent: 10000px;
}

.spec-product .owl-nav div:hover {
  opacity: 0.8;
}

.spec-product .owl-nav,
.spec-product .owl-dots {
  display: inline-block;
}

.spec-product .owl-dots {
  padding: 0 12px;
}

.spec-product .owl-nav .owl-next {
  right: 0;
  position: absolute;
  background-position: 100% 0;
}

.spec-product .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  /*border:2px solid #000000;*/
  margin: 0 5px;
  border-radius: 11px;
  background: #000;
  position: relative;
  transition: 0.3s ease-in;
  top: -4px;
}

.spec-product .owl-dot.active {
  width: 11px;
  height: 11px;
  top: -2px;
}

.spec-product .owl-dot:hover {
  background: #dc0000;
}

li.fa-long-arrow-down:after,
li.fa-long-arrow-up:after,
.jq-selectbox.fa-long-arrow-down .jq-selectbox__select-text:after,
.jq-selectbox.fa-long-arrow-up .jq-selectbox__select-text:after {
  content: "\f175";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 0 0 7px;
}

li.fa-long-arrow-up:after,
.jq-selectbox.fa-long-arrow-up .jq-selectbox__select-text:after {
  content: "\f176";
}

li.fa-long-arrow-down:before,
li.fa-long-arrow-up:before,
.jq-selectbox.fa-long-arrow-down:before,
.jq-selectbox.fa-long-arrow-up:before {
  content: "";
}

.spec-product h2 {
  margin-bottom: 30px;
}

/*фильтр*/

.left-column .filter input {
  border: 0;
  background: #e8e8e8;
  border-radius: 0;
  padding: 0 10px;
}

.left-column .filter .range label {
  font-size: 14px;
  color: #929292;
  padding-right: 3px;
}

.left-column .filter .range input {
  width: 70px;
}

.left-column .filter .range input + label {
  padding-left: 13px;
}

.left-column .filter .slider-range {
  height: 2px;
  background: #e8e8e8;
  border: 0;
  border-radius: 0;
}

.left-column .filter .slider-range .ui-slider-handle {
  width: 12px;
  height: 12px;
  background: #00a2ff;
  border: 0;
  border-radius: 12px;
  outline: none;
}

.left-column .filter .slider-range .ui-slider-range {
  background: #00a2ff;
}

.left-column .filter .ranger {
  margin-top: 24px;
}

.left-column .filter .section + .section {
  margin-top: 46px;
}

.left-column .filter .check-list label {
  display: block;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}

.left-column .filter .check-list label:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #e8e8e8;
  width: 18px;
  height: 18px;
}

.left-column .filter .check-list input:checked + label:before {
  content: "\f00c";
  display: inline-block;
  color: #222222;
  text-align: center;
  font: normal normal normal 10px/17px FontAwesome;
}

.left-column .filter .check-list label + input + label {
  margin-top: 22px;
}

.left-column .filter .check-list input {
  position: absolute;
  left: -10000px;
}

.left-column .filter .check-list .scroll {
  max-height: 180px;
  overflow: hidden;
}

.jspVerticalBar {
  width: 6px;
  height: 100%;
  background: transparent;
}

.jspTrack {
  background: #e8e8e8;
  width: 2px;
}

.jspDrag {
  width: 6px;
  background: #222222;
  top: 0;
  left: -2px;
  border-radius: 6px;
}

.left-column .filter .jq-selectbox__select {
  padding: 2px 48px 0 16px;
  border: 0;
  border-radius: 0;
  background: #e8e8e8;
  color: #303030;
}

.left-column .filter .jq-selectbox {
  width: 100%;
}

.jspContainer,
.jspScrollable {
  outline: none;
}

.btn.yellow {
  /*background: #ffff00;*/
  /*color: #000;*/
  width: 100%;
  text-align: center;
  display: block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 13px 12px;
}

.btn.yellow:hover {
  background: #000;
  color: #fff;
}

.company {
  background: #151515 url(../images/company-box-bg.jpg);
  background-size: cover;
  background-position: center;
}

.company h2 {
  text-align: left;
  font-size: 38px;
  font-weight: 300;
  text-transform: none;
}

.about-box {
  width: 50%;
  font-size: 18px;
  font-weight: 300;
  padding: 12px;
}

.about-box .autor {
  margin-top: 68px;
  position: relative;
}

.about-box .autor span {
  display: block;
  margin-top: 6px;
}

.about-box .autor:before {
  content: "";
  display: block;
  position: relative;
  width: 126px;
  height: 3px;
  background: #fff;
  top: -16px;
  left: 0;
}

.label-idx-box {
  width: 50%;
  font-size: 18px;
  font-weight: 300;
  padding: 12px;
  padding-left: 60px;
}

.label-idx-box .block-tbl {
  margin-bottom: 20px;
}

.label-idx-box .label {
  padding-right: 20px;
  width: 240px;
}

.label-idx-box .label img {
  display: table;
  margin: 0 auto;
}

.metric-box {
  width: 50%;
  padding: 12px 56px;
}

.metric-box > div {
  padding: 12px;
  width: 50%;
}

.metric-box p {
  font-size: 116px;
  font-weight: 100;
  line-height: 100%;
  margin: 0;
}

.metric-box span {
  font-size: 22px;
  font-weight: 300;
}

.bottom-nav {
  background: #484848;
  font-weight: 300;
}

.bottom-nav .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom-nav .menu {
  padding: 0 12px;
  padding-top: 8px;
}

.bottom-nav ul {
  margin: 0 -16px;
}

.bottom-nav li {
  margin: 0 16px;
}

.bottom-nav .autoriz {
  padding: 0 12px;
}

.bottom-nav .autoriz a {
  display: block;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #fff;
  padding: 7px 42px 0 20px;
  position: relative;
}

.bottom-nav .autoriz a i {
  position: absolute;
  top: 9px;
  right: 16px;
  font-size: 18px;
}

.footer {
  background: #2d2d2d;
  transition: all 0.2s;
}

.footer .container {
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer .left-coll {
  padding: 0 12px;
  padding-top: 12px;
  font-size: 14px;
  font-weight: 300;
}

.footer .left-coll > * {
  padding-right: 18px;
}

.footer .left-coll img {
  margin-top: 1px;
}

.footer .rgt-coll {
  padding: 0 12px;
}

.soc-box a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 22px;
  text-align: center;
  padding-top: 7px;
  margin-left: 18px;
}

.footer a:hover,
.bottom-nav a:hover {
  color: #2db2ff;
  border-color: #2db2ff;
}

.crumbs .container {
  position: relative;
}

.crumbs ul {
  padding: 20px 12px;
  position: relative;
  width: 76%;
}

.crumbs li {
  padding-right: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.crumbs li:after {
  content: "/";
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
}

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

.crumbs li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.crumbs li a:hover {
  color: rgba(220, 0, 0, 1);
  border-color: rgba(220, 0, 0, 0.3);
}

.crumbs + div {
  margin-top: -140px;
  padding-top: 60px;
}

.crumbs .btn {
  position: absolute;
  bottom: 56px;
  right: 30px;
}

.project-box h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}

.project-box > .row {
  margin: 0 -10px;
}

.project-box > .row > div {
  width: 50%;
  padding: 0 10px;
}

.project-box .visual .photo {
  position: relative;
  display: block;
  -webkit-background-size: cover;
  background-position: 50% 50%;
  background-size: cover;
  height: 332px;
}

.project-box .photo > img {
  width: 100%;
}

.project-box .photo .play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #00a2ff;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 23px;
  transition: all 0.2s;
}

.project-box .photo:hover .play-btn {
  background: #40b9ff;
}

.project-box .photo .play-btn img {
  display: inline-block;
  margin-left: 10px;
}

.project-box .info > div {
  background: #fff;
  height: 332px;
  padding: 25px 30px;
  position: relative;
}

.project-box .info p.text {
  line-height: 130%;
  height: 125px;
  overflow: hidden;
  position: relative;
}

.project-box .statis {
  color: #707070;
}

.project-box .statis p {
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 14px;
}

.project-box .statis span {
  font-size: 30px;
  font-weight: 700;
}

.project-box .statis .sum {
  color: #222;
}

.project-box .indicator {
  height: 20px;
  background: #e5e5e5;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12) inset;
  margin: 14px 0 20px 0;
}

.project-box .indicator > div {
  background: #25ec79;
  height: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-top: 2px;
}

.project-box .info2 {
  font-size: 14px;
  color: #707070;
  padding: 5px 0;
}

.project-box .info2 p {
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  margin-right: 8px;
}

.project-box .info2 span {
  font-weight: 700;
  color: #222;
}

.project-box .info2 i.fa {
  margin-right: 7px;
}

.project-box .buttons {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}

.project-box .btn {
  font-size: 16px;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.project-box .btn.green {
  margin-left: 2px;
}

.project-box .show-all {
  padding: 0 30px 0 30px;
  margin-top: -2px;
}

.project-box .show-all a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.project-box .show-all a:hover {
  color: rgba(220, 0, 0, 1);
  border-color: rgba(220, 0, 0, 0.3);
}

.project-awards h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.awards-box .block {
  background: #fff;
  height: 420px;
  position: relative;
  padding: 18px;
}

.awards-box.vertical .block {
  height: auto;
}

.awards-box .title {
  height: 95px;
  margin-top: 12px;
  display: block;
  font-size: 13px;
  line-height: 130%;
  overflow: hidden;
}

.awards-box.vertical .title {
  height: auto;
  font-size: 15px;
}

.awards-box .price {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  position: relative;
}

.awards-box.vertical .price {
  margin-bottom: 48px;
}

.awards-box .oldprice {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 12px;
  color: #a6a6a6;
  display: inline-block;
  margin-left: 12px;
}

.awards-box .buttons {
  position: absolute;
  bottom: 18px;
  left: 18px;
  width: calc(100% - 36px);
}

.awards-box .btn {
  font-size: 16px;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.awards-box .btn i {
  margin-right: 4px;
}

.awards-box .remain {
  font-size: 14px;
  padding-left: 12px;
  color: #707070;
}

.awards-box .remain span {
  font-weight: 700;
  display: block;
}

.awards-box .tag {
  position: absolute;
  padding: 4px 14px;
  background: red;
  top: 40px;
  left: 0;
  display: table;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.tag.popular {
  background: #02e964;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: #00a2ff;
  font-size: 14px;
  font-weight: 300;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
  .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  height: 8px;
  margin-left: -8px;
  width: 16px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
  .tooltipster-arrow {
  height: 16px;
  margin-left: 0;
  margin-top: -8px;
  width: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #00a2ff;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #00a2ff;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #00a2ff;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #00a2ff;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -8px;
}

.mini-cart {
  position: absolute;
  width: 300px;
  padding: 22px;
  border: 2px solid #00a2ff;
  background: #fff;
  left: -192px;
  color: #0f0f0f;
  overflow: auto;
  top: 60px;
  display: none;
}

.mini-cart .inner {
}

.open .mini-cart {
  display: block;
  /*opacity: 0;*/
}

.mini-cart h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.mini-cart a.img {
  display: block;
  padding: 0;
  float: left;
}

.mini-cart .info {
  margin-left: 80px;
  overflow: auto;
}

.mini-cart .info a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin-bottom: 17px;
}

.mini-cart .info a:hover {
  color: #dc0000;
}

.mini-cart .info input {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25);
  width: 30px;
  height: 28px;
  border-radius: 0;
  padding: 0 3px;
  text-align: center;
  border: 1px solid #d4d4d4;
  font-weight: 600;
  font-size: 16px;
}

.mini-cart .qty div {
  cursor: pointer;
  transition: all 0.2s;
}

.mini-cart .minus {
  font-size: 12px;
  color: #c10000;
  padding-right: 3px;
}

.mini-cart .qty div:hover {
  opacity: 0.8;
}

.mini-cart .plus {
  font-size: 12px;
  color: #00d60a;
  padding-left: 3px;
}

.mini-cart .price {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 5px;
}

.mini-cart .cart-item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfe8ff;
}

.mini-cart .trash {
  border-radius: 50%;
  background-color: rgb(255, 0, 0);
  position: absolute;
  width: 21px;
  height: 21px;
  left: -5px;
  top: -5px;
  color: #fff;
  font-size: 13px;
  padding-left: 6px;
  line-height: 21px;
  transition: all 0.2s;
}

.mini-cart .trash:hover {
  color: #ffff00;
  background: #000;
}

.mini-cart .cart-item + .cart-item {
  margin-top: 20px;
}

.mini-cart .mini-total {
  text-align: right;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
}

.mini-cart .mini-total .label {
  padding-right: 20px;
  text-transform: uppercase;
}

.mini-cart .btn {
  font-size: 13px;
  padding: 12px 0;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}

.fancybox-close-small,
.fancybox-close-small:after {
  outline: none !important;
  border: 0 !important;
}

.fancybox-close-small:focus {
  outline: none !important;
}

.fancybox-close-small:after {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  font: 30px/40px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: bold;
  border: 0;
}

.fancybox-slide > * {
  padding: 40px;
  margin: 20px 0;
}

.popup {
  width: 580px;
  display: none;
  color: #222222;
}

.more.popup {
  display: block;
  width: auto;
  border: 0 !important;
}

.more.popup .form-item {
  margin: 0;
}

.popup.wide {
  width: 960px;
}

.popup.robo {
  width: auto;
  margin: 0 auto;
  max-width: 580px;
  padding: 300px 0;
  display: block;
}

.popup h6 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 30px;
}

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

.popup p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 30px;
}

.popup .ico-message {
  font-size: 150px;
  color: rgb(0, 162, 255);
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}

.popup .btn {
  font-size: 13px;
  padding: 12px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  width: 245px;
  display: inline-block;
}

.popup .btn:hover {
  color: #fff;
}

.popup .btn.transparent {
  background: transparent;
  color: #00a2ff;
}

.popup .btn.transparent:hover {
  color: #dc0000;
  border-color: #dc0000;
}

.popup .ico-message.fa-times-circle-o {
  color: #c70202;
}

.fancybox-enabled .header.compensate-for-scrollbar {
  padding-right: 17px;
}

.popup p.nomb {
  margin-bottom: 10px;
}

.popup p strong {
  font-weight: 600;
}

.popup .box-product {
  border: 1px solid #bebebe;
  padding: 10px;
  overflow: auto;
  margin-bottom: 22px;
}

.popup .box-product img {
  float: left;
}

.popup .box-product .inner {
  margin-left: 85px;
}

.popup .box-product .name {
  font-size: 14px;
  padding-top: 7px;
  margin-bottom: 7px;
}

.popup .box-product .price {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}

.popup .btn + .btn {
  margin-left: 5px;
}

.popup input,
.popup textarea {
  width: 245px;
  height: 42px;
  border-radius: 0;
  background-color: rgb(231, 231, 231);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  border: 0;
  font-size: 14px;
}

.popup textarea {
  width: 500px;
  height: 66px;
  padding: 12px;
}

.popup input.error,
.popup textarea.error {
  border: 1px solid #ff0000;
  padding: 0 11px 0 15px;
}

.popup textarea.error {
  padding: 12px 11px;
}

.popup .err {
  position: absolute;
  bottom: -18px;
  color: #ff0000;
  right: 0;
  font-size: 13px;
  font-weight: 600;
}

.popup label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.popup .form-item {
  display: inline-block;
  margin-bottom: 22px;
  position: relative;
}

.popup .form-item + .form-item {
  margin-left: 10px;
}

.popup input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.popup input::-moz-placeholder {
  color: #a6a6a6;
}

/* Firefox 19+ */
.popup input:-moz-placeholder {
  color: #a6a6a6;
}

/* Firefox 18- */
.popup input:-ms-input-placeholder {
  color: #a6a6a6;
}

.popup .jq-selectbox__select {
  padding: 2px 48px 0 16px;
  border: 0;
  border-radius: 0;
  background: #e8e8e8;
  color: #303030;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  height: 42px;
  line-height: 38px;
}

.popup .jq-selectbox {
  width: 245px;
}

.popup .jq-selectbox__trigger {
  width: 42px;
}

.popup .jq-selectbox__trigger-arrow {
  top: 18px;
  right: 15px;
}

.popup .jq-selectbox.focused .jq-selectbox__select {
  border: 0;
}

.popup .form-item + .check {
  margin-right: 14px;
}

.popup .form-item i {
  margin-left: 10px;
}

.popup .checkbox label {
  display: block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.popup .checkbox a {
  margin-left: 30px;
}

a.blue {
  color: #00a2ff;
  border-bottom: 1px solid #cfedff;
}

a.blue:hover {
  color: #dc0000;
  border-color: #dc0000;
}

.datepickers-container {
  z-index: 100000;
}

.popup .checkbox label:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #e8e8e8;
  width: 18px;
  height: 18px;
}

.popup .checkbox input:checked + label:before {
  content: "\f00c";
  display: inline-block;
  color: #222222;
  text-align: center;
  font: normal normal normal 10px/17px FontAwesome;
}

.popup .checkbox input {
  position: absolute;
  left: -10000px;
}

.popup.if input {
  margin-bottom: 24px;
}

.btn-soc {
  color: #fff;
  display: block;
  margin-bottom: 16px;
}

.btn-soc:hover {
  color: #fff;
}

.btn-soc > * {
  padding-top: 12px;
  transition: background 0.2s;
}

.btn-soc i {
  height: 42px;
  width: 44px;
  margin-right: 1px;
  text-align: center;
}

.btn-soc span {
  height: 42px;
  width: 130px;
  text-transform: uppercase;
  padding-left: 21px;
}

.btn-soc.vk > * {
  background: #39739c;
}

.btn-soc.vk:hover > * {
  background: #275e8a;
}

.btn-soc.fb > * {
  background: #23599b;
}

.btn-soc.fb:hover > * {
  background: #154489;
}

.popup .support {
  margin-top: 24px;
}

.popup .support a {
  display: table;
  margin: 14px 0;
}

.popup.if .right-column {
  padding-left: 24px;
}

/* ========================================================= */

.info-plast {
}

.info-plast .info-column {
  width: 75%;
}

.info-plast .rgt-column {
  width: 25%;
}

.project-tabs {
  background: #e8e8e8;
}

.project-tabs .container {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-list-01 ul {
  display: table;
  margin: 0 12px;
}

.tabs-list-01 li {
  padding: 11px 38px 0 38px;
  height: 44px;
  background: #e8e8e8;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-top: 1px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.tabs-list-01 li:last-child {
  border-right: 1px solid #ddd;
}

.tabs-list-01 li.active {
  background: #fff;
  border-color: #e8e8e8;
  height: 45px;
  margin: 0;
  padding-top: 12px;
}

.tabs-list-01 li.active + li {
  border-left: 1px solid #e8e8e8;
}

.tabs-list-01 a {
  pointer-events: none;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  opacity: 0.5;
}

.tabs-list-01 li:hover a {
  opacity: 0.8;
}

.tabs-list-01 li.active a {
  opacity: 1;
  border: none;
}

.tabs-list-01 span {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
  opacity: 0.3;
  width: 34px;
}

.tabs-list-01 li.active span {
  top: 5px;
  opacity: 0.6;
}

.likes-box {
  margin-top: 2px;
  margin-right: 10px;
}

.likes-box .title {
  text-transform: uppercase;
  color: #6a6a6a;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 24px;
  margin-top: 3px;
}

.info-plast .info-column {
  padding-right: 49px;
}

.info-plast .info-column .tab-box {
  display: none;
}

.info-plast .info-column .tab-box.open {
  display: block;
}

.rgt-column .awards-box .block {
  /* border: 2px solid #009df8; */
  box-shadow: 0 0 0 2px #009df8 inset;
  margin-bottom: 40px;
}

.txt-box {
  line-height: 140%;
}

.txt-box img {
  max-width: 100%;
  margin: 30px 0;
}

.txt-box ul {
  padding-left: 16px;
  margin: 28px 0;
}

.txt-box ul li {
  padding-left: 32px;
  margin: 12px 0;
  position: relative;
}

.txt-box ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  top: 10px;
  left: 0;
  background: #222;
}

.txt-box a,
.blue-link {
  color: rgba(0, 147, 234, 1);
  border-bottom: 1px solid rgba(0, 147, 234, 0.2);
}

.txt-box a:hover,
.blue-link:hover {
  color: rgba(226, 6, 6, 1);
  border-bottom: 1px solid rgba(226, 6, 6, 0.2);
}

.track-code-small {
  font-size: 12px;
}

.txt-box h1,
.txt-box h2 {
  font-size: 36px;
}

.txt-box h3 {
  font-size: 28px;
}

.txt-box h4 {
  font-size: 20px;
}

.txt-box h5 {
  font-size: 20px;
}

.txt-box .autor {
  margin: 80px 0;
  font-size: 20px;
  position: relative;
}

.txt-box .autor p {
  margin: 10px 0;
}

.txt-box .autor:before {
  content: "";
  display: block;
  position: relative;
  width: 126px;
  height: 3px;
  background: #00a2ff;
  top: -16px;
  left: 0;
}

.specblock {
  background: #f0f0f0;
  padding: 30px;
  margin: 40px 0 40px 100px;
  border-left: 3px solid #00a4ff;
  position: relative;
}

.specblock i {
  position: absolute;
  top: 0;
  left: -52px;
  color: #e9e9e9;
  font-size: 40px;
}

.specblock p,
.specblock h3,
.specblock h4,
.specblock h5,
.specblock ul {
  margin: 20px 0;
}

.specblock h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.specblock > *:nth-child(2) {
  margin-top: 0;
}

.specblock > *:last-child {
  margin-bottom: 0;
}

.gallery-01 {
  margin: 38px 0;
}

.gallery-01 a {
  border: none;
}

.gallery-01 .big-photo img {
  margin: 0;
  margin-bottom: 10px;
}

.gallery-01 .thumbs {
  margin: 0 -10px;
}

.gallery-01 .thumbs > div {
  width: 16.66666667%;
  padding: 10px;
}

.gallery-01 .thumbs .thumb {
  padding: 6px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
}

.gallery-01 .thumbs .thumb:hover {
  border: 1px solid #00a4ff;
}

.gallery-01 .thumbs img {
  margin: 0;
}

a.video-box {
  position: relative;
  display: block;
  border: none;
}

a.video-box:hover {
  border: none;
}

.video-box > img {
  width: 100%;
}

.video-box .play-btn,
.video-js .vjs-big-play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #00a2ff;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 23px;
  transition: all 0.2s;
}

.video-box:hover .play-btn,
.video-js:hover .vjs-big-play-button {
  background: #40b9ff;
}

.video-box .play-btn img {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}

.video-js .vjs-big-play-button {
  font-size: 60px;
  border: 0;
  line-height: 80px;
}

.news .block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}

.news .block:last-child {
  border-bottom: none;
}

.news .date {
  width: 14%;
  padding-top: 16px;
}

.news .info {
  width: 86%;
}

.news .date span {
  font-size: 64px;
  font-weight: 700;
  display: block;
}

.news .date p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  line-height: 140%;
}

.news h3 {
  font-weight: 300;
  font-size: 24px;
}

.news .btn {
  padding: 11px 56px 0 56px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  height: 44px;
  margin-top: 20px;
}

.sponsors .block {
  width: 33.33333333%;
  padding-right: 16px;
  margin-bottom: 32px;
}

.sponsors .photo {
  width: 96px;
}

.sponsors .photo img {
  border-radius: 50% !important;
  border: 1px solid #d3d3d3;
  margin: 0;
}

.product {
  background: #f1f1f1;
}

.product .os-col {
  width: 78%;
}

.product .rgt-col {
  width: 22%;
}

.gallery-product {
  width: 54%;
  margin-top: 12px;
  position: relative;
}

.gallery-product .os-photo {
  width: 345px;
  position: relative;
}

.gallery-product .os-photo img {
  max-width: 100%;
}

.gallery-product .os-photo i {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: #00a4ff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 6px;
  padding-left: 1px;
  pointer-events: none;
  transition: background 0.2s;
}

.gallery-product .os-photo:hover i {
  background: #0082cc;
}

.gallery-product .thumb-list .scroll {
  width: 122px;
  height: 345px;
  overflow: hidden;
}

.gallery-product .jspTrack {
  background: #a8a8a8;
}

.gallery-product .thumbs {
  padding-left: 20px;
}

.gallery-product .thumbs a {
  display: block;
  margin: 10px 0;
}

.os-info {
  width: 46%;
  padding-right: 50px;
}

.os-info .info-01 > div > div {
  float: left;
  width: 50%;
  padding: 4px 0;
  margin: 6px 0;
}

.os-info .info-01 i {
  width: 26px;
}

.os-info .info-01 i {
  width: 26px;
}

.os-info .tags-micro > div:nth-child(1) {
  width: 23%;
}

.os-info .tags-micro > div:nth-child(2) {
  width: 77%;
  padding-top: 4px;
}

.tags-micro a {
  float: left;
  font-size: 12px;
  background: #fff;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.creator-info {
  margin: 0 -6px;
}

.creator-info > div {
  width: 28%;
  padding: 0 6px;
}

.creator-info > div > div {
  height: 64px;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #c4c4c4;
}

.creator-info > .logo {
  width: 44%;
}

.creator-info p {
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 2px;
}

.creator-info img {
  max-width: 100%;
  margin: 0 auto;
}

.creator-info span {
  font-size: 30px;
  font-weight: 700;
}


.creator-info.preorder_text > div {
  width: 100%;
  padding: 12px 6px 20px;
}

.creator-info.preorder_text span {
    font-size: 24px;
    font-weight: 700;
}

.creator-info.preorder_text > div > div {
   padding: 12px;
  text-align: left;
      color: #e20000;
  border: 5px solid rgba(226, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.product-info2 .price {
  font-size: 48px;
  font-weight: 700;
  display: table;
  position: relative;
  margin: 0;

  margin-bottom: 28px;
}

.product-info2 .price span {
  font-size: 30px;
}

.product-info2 span.oldprice {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -20px;
  color: #a6a6a6;
}

.product-info2 .addtocart {
  margin: 28px 0;
}

.addtocart input {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 44px;
  padding: 0 4px;
  text-align: center;
  border: 1px solid #d4d4d4;
  font-weight: 600;
  font-size: 16px;
}

.addtocart .fa {
  font-size: 14px;
  cursor: pointer;
}

.addtocart .minus {
  color: #e20000;
}

.addtocart .plus {
  color: #00d700;
}

.addtocart .plumi {
  width: 39%;
}

.addtocart button {
  width: 61%;
  height: 44px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-info2 .buy a {
  color: rgba(226, 0, 0, 1);
  font-size: 14px;
}

.product-info2 .buy a span {
  border-bottom: 1px solid rgba(226, 0, 0, 0.3);
  margin-top: 6px;
  transition: color 0.2s, border-color 0.2s;
}

.product-info2 .buy i {
  box-shadow: 0 0 0 1px rgba(226, 0, 0, 1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
  padding-left: 1px;
  margin-right: 12px;
  transition: box-shadow 0.2s, color 0.2s;
}

.product-info2 .buy a:hover span {
  color: rgba(34, 34, 34, 1);
  border-color: rgba(34, 34, 34, 0.3);
}

.product-info2 .buy a:hover i {
  color: rgba(34, 34, 34, 1);
  box-shadow: 0 0 0 1px rgba(34, 34, 34, 1);
}

/*.product-info2 .buy:hover i {
    color: rgba(34,34,34,1);
    box-shadow: 0 0 0 1px rgba(34,34,34,1);
    }*/

.indicator-3 {
  width: 25px;
  height: 17px;
  position: relative;
  /*margin-top: 6px;*/
  display: inline;
  margin-left: 15px;
}

.indicator-3 div {
  width: 4px;
  background: #a8a8a8;
  height: 7px;
  position: absolute;
  bottom: 0;
}

.indicator-3 div:nth-child(1) {
  height: 7px;
  left: 0;
}

.indicator-3 div:nth-child(2) {
  height: 10px;
  left: 7px;
}

.indicator-3 div:nth-child(3) {
  height: 13px;
  left: 14px;
}

.indicator-3 div:nth-child(4) {
  height: 17px;
  left: 21px;
}

.indicator-3.d1 div:nth-child(1) {
  background: #e20000;
}

.indicator-3.d2 div:nth-child(1),
.indicator-3.d2 div:nth-child(2) {
  background: #ff8a00;
}

.indicator-3.d3 div:nth-child(1),
.indicator-3.d3 div:nth-child(2),
.indicator-3.d3 div:nth-child(3) {
  background: #00d700;
}

.indicator-3.d4 div {
  background: #00d700;
}

.client-info {
  margin: 24px 0;
}

.client-info a {
  color: #00a4ff;
  border-bottom: 1px solid rgba(0, 164, 255, 0.2);
  margin: 6px 0;
  display: inline;
}

.client-info a:hover {
  color: rgba(226, 0, 0, 1);
  border-color: rgba(226, 0, 0, 0.2);
}

.product-info2 .likes-box {
  margin: 32px 0;
}

.likes-box h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.full-info {
  width: 96%;
  padding-top: 32px;
}

.tabs-03 {
  padding: 0 10px;
  position: relative;
}

.tabs-03:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #00a4ff;
  left: 0;
  bottom: 0;
}

.tabs-03 li {
  padding: 2px 1px;
  position: relative;
  margin-bottom: 2px;
  cursor: pointer;
}

.tabs-03 li a {
  padding: 0 32px;
  background: #00a4ff;
  height: 42px;
  display: block;
  padding-top: 12px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: color 0.2s, background 0.2s, border 0.2s;
  pointer-events: none;
  border: 2px solid #00a4ff;
  border-bottom: none;
}

.tabs-03 li:hover a {
  background: #0082cc;
  border-color: #0082cc;
}

.tabs-03 li.active {
  padding: 0 1px;
  top: 2px;
}

.tabs-03 li.active a {
  height: 46px;
  background: #f1f1f1;
  color: #222;
  cursor: default;
}

.full-info .boxes .box {
  display: none;
}

.full-info .boxes .box.open {
  display: block;
}

.full-info .boxes .box .col-left {
  width: 46%;
}

.full-info .boxes .box .col-rgt {
  width: 54%;
  padding-left: 40px;
}

.full-info .specbox-02 {
  border: 1px solid #a8a8a8;
  padding: 20px 0 28px;
  padding-left: 64px;
  margin: 24px 0;
  position: relative;
}

.full-info .specbox-02 i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 22px;
  display: block;
}

.full-info .size-info > * {
  margin: 24px 0;
}

.full-info .size-info > * > *:nth-child(2) {
  font-weight: 600;
}

.moreprojects {
  padding-left: 64px;
  margin: 28px 0;
}

.moreprojects .title-ico {
  margin-left: -40px;
}

.video-list {
  margin: 0 -20px;
}

.video-list .block {
  width: 50%;
  padding: 20px;
}

.video-list .title {
  margin-bottom: 12px;
}

.video-list h4 {
  line-height: 120%;
  height: 48px;
  vertical-align: bottom;
}

.video-list .video-box {
  position: relative;
  display: block;
  border: none;
}

.video-list .video-box:hover {
  border: none;
}

.video-list .video-box > img {
  width: 100%;
  margin: 0;
}

.video-list .video-box .play-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #00a2ff;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  padding-top: 11px;
  transition: all 0.2s;
}

.video-list .video-box:hover .play-btn {
  background: #40b9ff;
}

.video-list .video-box .play-btn img {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
  width: 15px;
  height: 17px;
}

.full-info .specblock {
  background: #fff;
  margin: 40px 0 40px 54px;
}

.full-info .specblock i {
  color: #00a2ff;
}

.title-ico i {
  display: block;
  margin-right: 24px;
  font-size: 22px;
}

.title-ico h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.moreprojects ul {
  padding-left: 0;
  margin: 10px 0;
}

.dop-poduct {
  margin-bottom: 20px;
}

.dop-poduct h2 {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-page {
  background: #e5e5e5;
}

.cart-page h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}

.cart-plast {
  min-height: 760px;
}

.cart-list .label {
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: -12px;
}

.cart-list .block {
  background: #fff;
  margin: 16px 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.cart-list > div > div {
  padding: 8px;
}

.cart-list > div > div:nth-child(1) {
  width: 104px;
}

.cart-list > div > div:nth-child(2) {
  width: 38%;
}

.cart-list > div > div:nth-child(3) {
  width: 16%;
}

.cart-list > div > div:nth-child(4) {
  width: 15%;
}

.cart-list > div > div:nth-child(5) {
  width: 15%;
}

.cart-list h3,
.cart-list p {
  margin: 0;
}

.cart-list h3 {
  font-size: 24px;
  font-weight: 300;
}

.cart-list p {
  font-size: 14px;
  color: #b0b0b0;
  font-weight: 300;
}

.cart-list .price {
  font-weight: 700;
  font-size: 14px;
}

.cart-list .price span {
  font-size: 24px;
}

.cart-calc input {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
  width: 76px;
  height: 44px;
  padding: 0 4px;
  text-align: center;
  border: 1px solid #d4d4d4;
  font-weight: 600;
  font-size: 24px;
  margin: 0 12px;
}

.cart-calc .fa {
  font-size: 14px;
  cursor: pointer;
}

.cart-calc .minus {
  color: #e20000;
}

.cart-calc .plus {
  color: #00d700;
}

.cart-list .delete {
  font-size: 18px;
  color: rgba(266, 4, 4, 1);
  display: block;
  height: 38px;
  width: 38px;
  box-shadow: 0 0 0 1px rgba(266, 4, 4, 1);
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.cart-list .delete:hover {
  opacity: 1;
}

.cart-page .go-box {
  margin: 50px 0;
}

.promocode {
  font-size: 18px;
}

.promocode + .promocode {
  margin-top: 30px;
}

.promocode .title {
  padding-right: 16px;
  min-width: 210px;
}

.promocode input {
  font-size: 18px;
  height: 44px;
  width: 214px;
  text-align: center;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.15);
  margin-right: 2px;
}

.promocode button {
  font-size: 18px;
  height: 44px;
  width: 46px;
  text-align: center;
  padding: 0;
}

.itog-box > div {
  width: 240px;
  font-size: 18px;
  color: #616161;
  font-weight: 600;
}

.itog-box .left-col {
  margin-right: 70px;
  text-align: right;
}

.itog-box p {
  margin: 14px 0;
}

.itog-box .itogo {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
}

.itog-box .btn {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}

.order {
}

.order .cart-list > div > div:nth-child(2) {
  width: auto;
}

.order .cart-list > div > div:nth-child(3) {
  width: 12%;
}

.order .cart-list .number {
  font-size: 24px;
  font-weight: 700;
}

.order .itog-box > div {
  width: auto;
}

.order .itog-box .left-col {
  margin-right: 20px;
  text-align: right;
}

.order .go-box > div:nth-child(1) {
  width: 70%;
}

.order .go-box > div:nth-child(2) {
  width: 30%;
}

.order .jq-selectbox {
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.order .form-box {
  margin: 0 -16px;
}

.order .form-box > div {
  padding: 16px;
}

.order .form-box > hr {
  width: calc(100% - 32px);
  margin: 20px 0;
  margin-left: 16px;
}

.order .form-box label {
  display: block;
  margin-bottom: 8px;
}

.order .form-box input {
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.order .form-box textarea {
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.order .form-box button {
  padding: 16px;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.verify label {
  font-weight: 600;
}

.form-box p {
  margin: 0;
}

.lk-page {
  background: #f1f1f1;
}

.lk-page h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}

.order-plast {
  min-height: 760px;
}

.order-list .label {
  color: #979797;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: -12px;
}

.order-list .block {
  background: #fff;
  margin: 16px 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.order-list > div > div {
  padding: 8px;
}

.order-list > div > div:nth-child(1) {
  width: 13%;
  padding-right: 20px;
}

.order-list > div > div:nth-child(2) {
  width: auto;
}

.order-list > div > div:nth-child(3) {
  width: 14%;
}

.order-list > div > div:nth-child(4) {
  width: 14%;
}

.order-list > div > div:nth-child(5) {
  width: 21%;
}

.order-list h3,
.order-list p {
  margin: 0;
}

.order-list .num-order {
  font-size: 18px;
  font-weight: 600;
  padding-left: 16px;
}

.order-list .products > div {
  margin: 8px 0;
  padding-right: 20px;
}

.order-list .products p {
  display: inline;
  padding: 2px;
  margin-right: 8px;
}

.order-list .products p:after {
  /*content: ',';*/
}

.order-list .products p:nth-child(4):after {
  content: "";
}

.order-list .status {
  font-weight: 600;
  font-size: 16px;
}

.order-list .price {
  font-weight: 700;
  font-size: 14px;
}

.order-list .price span {
  font-size: 24px;
}

.order-list .btn {
  float: right;
  margin: 12px 12px 12px 0;
}

.lk .container {
  position: relative;
}

.lk-info {
  margin: 0 -16px;
  width: 64%;
}

.lk-info > div {
  padding: 16px;
}

.lk-info > hr {
  width: calc(100% - 32px);
  margin: 20px 0;
  margin-left: 16px;
}

.lk-info label {
  display: block;
  margin-bottom: 8px;
}

.lk-info input {
  width: 100%;
}

.lk-info textarea {
  width: 100%;
}

.lk-info button {
  padding: 16px;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.lk-info label {
  font-weight: 600;
}

.lk-info p,
.lk-info h3 {
  margin: 0;
}

.lk-info .name {
  font-size: 24px;
  font-weight: 700;
}

.lk-info .name span {
  font-weight: 300;
  font-size: 18px;
  margin-left: 12px;
}

.lk .score {
  width: 36%;
  padding-top: 16px;
  text-align: right;
}

.lk .score h3 {
  text-transform: uppercase;
  margin: 12px 0;
}

.lk .score span {
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
  color: #00a2ff;
}

.avatar {
  position: absolute;
  top: 10px;
  right: 30px;
}

.avatar img {
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin: 0;
}

.avatar-edit {
  width: 36%;
  display: block;
}

.password-edit {
  width: 64%;
}

.password-edit .password > * {
  width: calc(50% - 16px);
}

.avatar-edit h3 {
  margin: 0;
}

.avatar-edit .photo {
  padding-right: 16px;
}

.avatar-edit .photo img {
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin: 0;
}

.jq-file {
  border-radius: 0;
  box-shadow: none;
  cursor: pointer !important;
}

.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  font: 14px/32px "Proxima", Arial;
  color: #222;
  cursor: pointer;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border: none;
  border-left: none;
  border-radius: 0;
  background: #00a2ff;
  box-shadow: none;
  font: 14px/32px "Proxima", Arial;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
}

.jq-file:hover .jq-file__browse {
  background: #0082cc;
}

.jq-file:active .jq-file__browse {
  background: #0082cc;
  box-shadow: none;
}

.user-minibox {
  display: none;
}

.actions-page {
  background: #f1f1f1;
}

.promo-box .block {
  margin-bottom: 40px;
}

.promo-box img {
  margin-bottom: 28px;
}

.promo-box h3 {
  font-size: 20px;
}

.promo-box .title p {
  color: rgba(0, 0, 0, 0.5);
}

.promo-box p.description {
  margin-top: 0;
}

.promo-box.chi-col-2 {
  margin: 0 -20px;
}

.promo-box.chi-col-2 > * {
  padding: 0 20px;
}

.promo-box.chi-col-2 > div:nth-child(2n + 3) {
  clear: left;
}

.button-top {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  text-align: center;
  bottom: 60px;
  right: 60px;
  color: #fff;
  font-size: 32px;
  padding-top: 11px;
  background: #00a2ff;
  transition: background 0.2s, opacity 1s;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

.button-top.open {
  opacity: 0.5;
  pointer-events: auto;
  transition: opacity 0.5s;
}

.button-top:hover,
.button-top.open:hover {
  background: #0082cc;
  color: #fff;
  opacity: 1;
}

.form-box .consent label {
  margin: 0 !important;
  margin-top: 8px !important;
}

.p404 {
  background: #000 url("../images/company-box-bg.jpg") no-repeat 50%;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100%;
}

.p404 .company {
  background: transparent;
}

.p404 .about-box {
  width: auto;
}

.p404 h1 {
  font-size: 122px;
}

.timer-25.is-countdown {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  width: 320px;
  padding-top: 5px;
  height: 70px;
  display: block;
}

.timer-25 .countdown-amount {
  font-weight: 800;
}

.crumbs {
  z-index: 0;
  position: relative;
}

.project-box {
  position: relative;
  z-index: 1;
}

.partners-points p {
  margin: 12px 0;
}

.partners-points .rus-points {
  width: 67%;
}

.partners-points .sng-points {
  width: 33%;
  padding-left: 20px;
}

.list-3 p {
  padding: 6px 0;
  margin: 0;
  padding-right: 40px;
}

.partners-points .list-3 {
  font-size: 16px;
  line-height: 120%;
}

.game-room {
  margin: 30px 0;
}

.game-room .tile {
  float: left;
  width: 22.2%;
  margin: 1.4%;
}

.game-room .tile img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.game-room {
  perspective: 1000px;
  position: relative;
}

.overlay-game {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.game-room .tile.open {
  transform: rotateY(180deg);
}

.game-room .tile:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
}

.game-room .tile {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

.game-room .tile .front,
.game-room .tile .back {
  backface-visibility: hidden;
}

.game-room .tile .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-room .tile .front {
  z-index: 2;
  transform: rotateY(0deg);
}

.game-room .tile .back {
  transform: rotateY(180deg);
}

.result-text-game {
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  top: 100px;
  width: 300px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 15px;
  border: 2px solid #c70202;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
  z-index: 100000000;
  display: none;
}

.result-text-game.red {
  border: 2px solid #c70202;
}

.result-text-game.yellow {
  border: 2px solid #feff00;
}

.result-text-game.green,
.result-text-game.success {
  border: 2px solid #1bff00;
}

.result-text-game .text {
  margin-bottom: 25px;
}

.result-text-game.open {
  display: block;
}

.modal-01 {
  width: 100%;
  max-width: 800px;
  display: none;
  padding: 60px 40px;
}

.block-list-01 .block {
  border-top: 1px solid #eee;
  padding-top: 32px;
  margin-top: 32px;
}

.block-list-01 p {
  margin: 16px 0;
}

.block-list-01 .block:nth-child(odd) .info {
  padding-left: 20px;
}

.block-list-01 .block:nth-child(even) .photo {
  float: right;
}

.block-list-01 .block:nth-child(even) .info {
  padding-right: 20px;
}

.robot {
  position: fixed;
  right: -280px;
  background: url("../images/robot.png") no-repeat;
  top: 50%;
  margin-top: -100px;
  width: 480px;
  height: 200px;
  z-index: 100;
  display: none;
}

.robot.show {
  display: block;
}

.global-search {
  background: #fff;
  padding: 50px 50px 30px;
  text-align: center;
}

.ui-autocomplete {
  z-index: 10000;
}

.add-to-favor,
.trash-favor {
  /*background: #00a2ff;*/
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.trash-favor {
  background: #00a2ff;
}

.add-to-favor span {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 161, 255, 0.15);
  color: rgba(0, 161, 255, 0.35);
  border-radius: 26px;
  text-align: center;
  line-height: 26px;
  padding-right: 1px;
  padding-top: 1px;
  display: inline-block;
}

.trash-favor span {
  padding: 5px 7px;
}

.add-to-favor:hover span {
  background: #fff;
  color: #00a2ff;
  border-color: #00a2ff;
}

.add-to-favor.active span:before {
  content: "\f004";
  color: #00a2ff;
}

.add-to-favor:hover span.fa-heart-o:before {
  content: "\f004";
}

.comments-box ul {
  padding-left: 0;
  margin: 0;
}

.comments-box > ul {
  margin-bottom: 30px;
}

.comments-box ul li {
  padding-left: 0;
  margin: 20px 0;
}

.comments-box ul ul {
  padding-left: 52px;
  margin: 0;
  margin-bottom: 16px;
}

.comments-box ul ul ul {
  padding-left: 0;
}

.comments-box ul ul:last-child,
.comments-box ul ul li:last-child {
  margin-bottom: 0;
}

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

.comments-box .user-photo {
  width: 52px;
}

.comments-box .comment-block {
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 130%;
}

.comments-box img {
  margin: 0;
}

.comments-box .user-photo a {
  display: table;
  box-shadow: 0 0 0 1px #e8e8e8;
  border-radius: 50%;
  overflow: hidden;
  border: none;
}

.comments-box .info {
  line-height: 100%;
  color: #999;
  display: block;
  margin-bottom: 4px;
}

.comments-box .user-name {
  display: inline-block;
  margin-right: 8px;
}

.comments-box .date {
  font-size: 12px;
  display: inline-block;
  padding-top: 1px;
}

.comments-box .addcomment {
  color: #777;
  display: inline-block;
  position: relative;
  border-color: rgba(255, 255, 255, 0);
  line-height: 100%;
  display: table;
  margin-top: 3px;
}

.comments-box h3 {
  font-size: 18px;
}

.comments-box textarea {
  width: 100%;
  display: block;
  height: 94px;
  padding-right: 120px;
}

.comments-box .add-comment-box {
  position: relative;
  height: 94px;
}

.comments-box .btn {
  position: absolute;
  right: 20px;
  top: 20px;
  height: calc(100% - 40px);
  color: #fff;
  border: none;
  padding-top: 14px;
}

.comments-box .btn:hover {
  color: #fff;
  border: none;
}

.slider-olen {
  height: 540px;
  position: relative;
  background: url("images/bg-k.jpg") no-repeat 100% 50%;
  -webkit-background-size: cover;
  background-size: cover;

  background-position: 50% 50%;
  overflow: hidden;

  /*-webkit-animation-name: MOVE-BG2;*/
  /*-webkit-animation-duration: 10s;*/
  /*-webkit-animation-timing-function: linear;*/
  /*-webkit-animation-iteration-count: infinite;*/
}

.slider .item-4 {
  position: relative;
}

.slider3d .item-4 .container.inner {
  position: relative;
  top: 0px;
  color: #000;
  padding: 0;
  padding-top: 80px;
  text-align: center;
}

.slider3d .item-4 .container.inner > * {
  margin: 0 auto;
}

.slider .info-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 333;
}

.slider .item-4 .container.inner h3 {
  color: #812a22;
  margin-bottom: 16px;
}

.slider3d .item-4 .container.inner .btn {
  border: 2px solid #d53400;
  color: #d53400;
}

.slider3d .item-4 .container.inner .btn:hover {
  border: 2px solid #7c141d;
  color: #fff;
  background: #cf4937;
}

.slider3d .item-4 .container.inner .logo-canagava {
  margin-bottom: 16px;
}

.slider3d .item-4 .container.inner p {
  margin-bottom: 16px;
}

.slider3d .item-4 .container.inner .countdown-amount {
  color: #d04937;
}

.slider3d .item-4 .timer-25.is-countdown {
  background: rgba(0, 0, 0, 0);
  border: 0;
  width: 280px;
  padding-top: 5px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

.slider .item-4 .bg {
  width: 3200px;
  position: absolute;
  left: 50%;
  /*display: none;*/
  margin-left: -1600px;
  top: 0;
  height: 540px;
  z-index: 0;
  background: url("../images/bg-k.jpg") no-repeat 100% 50%;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 30s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;

  -webkit-background-size: cover;
  background-size: cover;
}

.slider .item-4 .olen {
  position: absolute;
  background: url("../images/olen.png") no-repeat;
  width: 576px;
  height: 540px;
  left: 0;
  top: 0;
  z-index: 1;
  animation-name: OLEN;
  animation-duration: 30s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@-webkit-keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(-400px);
  }
  51% {
    -webkit-transform: translateX(-400px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes OLEN {
  0% {
    -webkit-transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(-50%);
  }
  51% {
    -webkit-transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes OLEN-M {
  0% {
    -webkit-transform: translateX(-80%);
  }
  49% {
    -webkit-transform: translateX(-75%);
  }
  51% {
    -webkit-transform: translateX(-75%);
  }
  100% {
    -webkit-transform: translateX(-80%);
  }
}

.slider .item-3 .container {
  top: 200px;
  left: 270px;
  color: #000;
  text-shadow: 0 0 4px #fff5bb, 0 0 8px #fff5bb, 0 0 16px #fff5bb;
}

.select-awards-box {
  margin: 0 -5px;
}

.select-awards-box > .item {
  width: 33.3333333%;
  padding: 15px;
}

.select-awards-box .block {
  background-color: #fff;
  padding: 15px;
  padding-bottom: 0;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.select-awards-box .top-block .photos {
  width: 64px;
}

.select-awards-box .top-block .info {
  width: calc(100% - 64px);
  padding-left: 12px;
}

.select-awards-box .top-block .info .title {
  font-size: 18px;
  height: 40px;
}

.select-awards-box .top-block .statistic-box {
  margin: 15px 0 12px 0;
}

.select-awards-box .top-block .statistic-box > * {
  width: 50%;
}

.select-awards-box .top-block .statistic-box label {
  color: #8f8f8f;
  font-size: 11px;
  text-transform: uppercase;
}

.select-awards-box .top-block .statistic-box .value {
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.select-awards-box .top-block .statistic-box .availablenum .value {
  color: #717171;
}

.select-awards-box .top-block .info .annotation {
  color: #b0b0b0;
  font-size: 11px;
  line-height: 130%;
  height: 63px;
}

.select-awards-box .list-box .title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.select-awards-box .list-box .list {
  margin: 10px -15px 0 -15px;
}

.select-awards-box .list-box .item {
  background-color: #f0f0f0;
  height: 44px;
}

.select-awards-box .list-box .item:nth-child(even) {
  background-color: #fff;
  height: 44px;
}

.select-awards-box .list-box .name {
  font-size: 12px;
  padding-left: 15px;
}

.select-awards-box .list-box .price {
  font-size: 15px;
  font-weight: 700;
  width: 96px;
  text-align: right;
  padding-right: 15px;
}

.select-awards-box .list-box .price span {
  font-size: 9px;
  font-weight: 700;
}

.select-awards-box .list-box .button {
  width: 82px;
}

.btn.mini-buy {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 6px;
  padding-top: 4px;
}

.select-awards-box .list-box .label {
  width: 48px;
  padding-left: 15px;
}

.select-awards-box2 {
  width: 100%;
}

.select-awards-box2 > .item2 {
  width: 33.3333333%;
  padding: 15px;
}

.select-awards-box2 .block2 {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  height: 106px;
}

.select-awards-box2 .photo2 {
  width: 72px;
  vertical-align: top !important;
  padding-right: 10px;
}

.select-awards-box2 .name2 {
  font-size: 13px;
  font-weight: 700;
  height: 32px;
}

.select-awards-box2 .price2 {
  font-size: 25px;
  font-weight: 700;
}

.select-awards-box2 .price2 span {
  font-size: 15px;
}

.select-awards-box2 .availablenum2 {
  font-size: 10px;
  vertical-align: bottom;
  padding: 0 0 5px 8px;
  text-transform: uppercase;
}

.select-awards-box2 .annotation2 {
  font-size: 12px;
  color: #b0b0b0;
}

.select-awards-box2 .button2 {
  width: 40px;
}

.btn.mini-buy.round {
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 8px 0 0 0;
  text-align: center;
}

.btn.mini-buy.round span {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
  margin-left: -2px;
}

.btn.mini-buy.round i {
  margin-left: -2px;
}

.pills {
  background: transparent;
  width: 502px;
  overflow: auto;
  margin: 20px auto 50px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 3px;
}

.pills a {
  display: block;
  width: 250px;
  font-size: 15px;
  color: #fff;
  padding: 5px 0;
  float: left;
  border: 0;
}

.pills a:hover {
  color: #000;
  border: 0;
}

.pills a.active {
  background: #fff;
  color: #000;
}

.tab-area {
  display: none;
}

.tab-area.open {
  display: block;
}

.slider .item-5 {
  background: url("../images/bloodborne-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.slider .item-5 .inner {
  background: url("../images/bloodborne-hunter02.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
}

.item-5 .container.inner .btn {
  margin: 0 auto;
  position: relative;
  top: 380px;
  border-color: #000;
  color: #000;
}

.slider .item-6 {
  background: url("../images/banner_charter.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-6 .container.inner .btn {
  margin: 0 auto;
  position: relative;
  top: 380px;
  border-color: #000;
  color: #000;
}

.bl-lot-75 {
  margin-left: auto;
  margin-right: auto;
  float: none;
  clear: both;
}

.slider .item-6 .inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
}

.select-awards-box2 > .item2.lot-width-wide {
  width: 100%;
}

.select-awards-box2 > .item2.lot-width-half {
  width: 50%;
}

.select-awards-box2 > .item2.bl-lot-67 {
  width: 100%;
}

.select-awards-box2 > .item2.bl-lot-512,
.select-awards-box2 > .item2.bl-lot-513,
.select-awards-box2 > .item2.bl-lot-515,
.select-awards-box2 > .item2.bl-lot-516,
.select-awards-box2 > .item2.bl-lot-466,
.select-awards-box2 > .item2.bl-lot-479,
.select-awards-box2 > .item2.bl-lot-470,
.select-awards-box2 > .item2.bl-lot-473,
.select-awards-box2 > .item2.bl-lot-467,
.select-awards-box2 > .item2.bl-lot-475,
.select-awards-box2 > .item2.bl-lot-476,
.select-awards-box2 > .item2.bl-lot-477,
.select-awards-box2 > .item2.bl-lot-478,
.select-awards-box2 > .item2.bl-lot-447,
.select-awards-box2 > .item2.bl-lot-448,
.select-awards-box2 > .item2.bl-lot-450,
.select-awards-box2 > .item2.bl-lot-451,
.select-awards-box2 > .item2.bl-lot-432,
.select-awards-box2 > .item2.bl-lot-433,
.select-awards-box2 > .item2.bl-lot-434,
.select-awards-box2 > .item2.bl-lot-408,
.select-awards-box2 > .item2.bl-lot-407,
.select-awards-box2 > .item2.bl-lot-406,
.select-awards-box2 > .item2.bl-lot-229,
.select-awards-box2 > .item2.bl-lot-230,
.select-awards-box2 > .item2.bl-lot-231,
.select-awards-box2 > .item2.bl-lot-232,
.select-awards-box2 > .item2.bl-lot-225,
.select-awards-box2 > .item2.bl-lot-226,
.select-awards-box2 > .item2.bl-lot-227,
.select-awards-box2 > .item2.bl-lot-228,
.select-awards-box2 > .item2.bl-lot-211,
.select-awards-box2 > .item2.bl-lot-214,
.select-awards-box2 > .item2.bl-lot-215,
.select-awards-box2 > .item2.bl-lot-216,
.select-awards-box2 > .item2.bl-lot-208,
.select-awards-box2 > .item2.bl-lot-209,
.select-awards-box2 > .item2.bl-lot-207,
.select-awards-box2 > .item2.bl-lot-200,
.select-awards-box2 > .item2.bl-lot-202,
.select-awards-box2 > .item2.bl-lot-201,
.select-awards-box2 > .item2.bl-lot-203,
.select-awards-box2 > .item2.bl-lot-204,
.select-awards-box2 > .item2.bl-lot-205,
.select-awards-box2 > .item2.bl-lot-185,
.select-awards-box2 > .item2.bl-lot-186,
.select-awards-box2 > .item2.bl-lot-187,
.select-awards-box2 > .item2.bl-lot-188,
.select-awards-box2 > .item2.bl-lot-157,
.select-awards-box2 > .item2.bl-lot-158,
.select-awards-box2 > .item2.bl-lot-159,
.select-awards-box2 > .item2.bl-lot-160,
.select-awards-box2 > .item2.bl-lot-134,
.select-awards-box2 > .item2.bl-lot-140,
.select-awards-box2 > .item2.bl-lot-141,
.select-awards-box2 > .item2.bl-lot-142,
.select-awards-box2 > .item2.bl-lot-143,
.select-awards-box2 > .item2.bl-lot-135,
.select-awards-box2 > .item2.bl-lot-129,
.select-awards-box2 > .item2.bl-lot-130,
.select-awards-box2 > .item2.bl-lot-124,
.select-awards-box2 > .item2.bl-lot-125,
.select-awards-box2 > .item2.bl-lot-95,
.select-awards-box2 > .item2.bl-lot-96,
.select-awards-box2 > .item2.bl-lot-97,
.select-awards-box2 > .item2.bl-lot-98,
.select-awards-box2 > .item2.bl-lot-99,
.select-awards-box2 > .item2.bl-lot-100,
.select-awards-box2 > .item2.bl-lot-86,
#projects-lot-11 .select-awards-box2 > .item2.bl-lot-87,
.select-awards-box2 > .item2.bl-lot-91,
.select-awards-box2 > .item2.bl-lot-82,
.select-awards-box2 > .item2.bl-lot-83,
.select-awards-box2 > .item2.bl-lot-84,
.select-awards-box2 > .item2.bl-lot-85 {
  width: 50%;
}

.slider .item-7 {
  background: url("../images/bgs-sher.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-7 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #00a2ff;
  background: #00a2ff;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-7 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-7 .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/sherif-slider.png") no-repeat left center;
}

.slider .item-7 .inner img {
  margin: 0 auto;
  display: none;
}

.date-to {
  background: #00a2ff;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 0 5px;
}

.order-list-v2 .head-block .title .date-to {
  font-size: 13px;
  line-height: 1.2;

}

.date_warehouse {
  /*position: absolute;*/
  bottom: 0;
  display: block;
}

.select-awards-box2.end-time > .item2 {
  width: 100%;
}

.select-awards-box2.end-time .fa {
  font-size: 90px;
  color: #c9c9c9;
}

.select-awards-box2.end-time .name2 {
  height: auto;
  font-weight: 300;
  font-size: 24px;
  padding-left: 20px;
}

.select-awards-box2.end-time .name2 span {
  font-weight: 400;
}

.select-awards-box2.end-time a:hover {
  color: rgba(226, 6, 6, 1);
  border-bottom: 1px solid rgba(226, 6, 6, 0.2);
}

.select-awards-box2.end-time a {
  color: rgba(0, 147, 234, 1);
  border-bottom: 1px solid rgba(0, 147, 234, 0.2);
}

.slider .item-8 {
  background: url("../images/viti-bg.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-8 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #00a2ff;
  background: #00a2ff;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-8 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-8 .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/viti-slider.png") no-repeat center center;
}

.slider .item-8 .inner img {
  margin: 0 auto;
  display: none;
}

.red-alert {
  color: #7a0f00 !important;
  margin-top: 10px !important;
  font-size: 11px;
}

.slider .item-9 {
  background: url("../images/deepsea.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-9 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-9 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-9 .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/deepsea-img.png") no-repeat center center;
}

.slider .item-9 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-10 {
  background: url("../images/flammerouge-banner-1920x540.jpg") no-repeat center
    center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-10 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-10 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-10 .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/flamme-img.png") no-repeat center center;
}

.slider .item-10 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-11 {
  background: url("../images/eth-banner.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-11 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-11 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-11 .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/eth-img.png") no-repeat center center;
}

.slider .item-11 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-12 {
  background: url("../images/gz-banner.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-12 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-12 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-12 .inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/gz-img.png") no-repeat center center;
}

.slider .item-12 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-13 {
  background: url("../images/viral1.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-13 .container.inner .btn {
  position: absolute;
  top: 480px;
  border-color: #000;
  display: none;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-13 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-13 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/viral2.png") no-repeat center center;
}

.slider .item-13 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-14 {
  background: url("../images/bloody-bg.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-14 .container.inner .btn {
  position: absolute;
  top: 480px;
  border-color: #000;
  display: none;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-14 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-14 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/bloody-img.png") no-repeat center center;
}

.slider .item-14 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-15 {
  background: url("../images/wow-bg.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-15 .container.inner .btn {
  position: absolute;
  top: 480px;
  border-color: #000;
  display: none;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-15 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-15 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/wow-logo.png") no-repeat center center;
}

.slider .item-15 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-20 {
  background: url("../images/bad-bg.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-20 .container.inner .btn {
  position: absolute;
  top: 480px;
  border-color: #000;
  display: none;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-20 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-20 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/logo-bad.png") no-repeat center center;
}

.slider .item-20 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-21 {
  background: url("../images/decoder.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-21 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-21 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-21 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/decoder-logo.png") no-repeat center center;
}

.slider .item-21 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-22 {
  background: url("../images/rejkholt.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-22 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-22 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-22 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/rejkholt-logo.png") no-repeat center center;
}

.slider .item-22 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-23 {
  background: url("../images/klank-bg.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-23 .container.inner .btn {
  position: absolute;
  top: 420px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-23 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-23 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/klank-logo.png") no-repeat center center;
}

.slider .item-23 .inner img {
  margin: 0 auto;
  display: none;
}

.bg-info {
  background: url("../images/bg-test.jpg") no-repeat center;
  background-size: cover;
  min-height: 250px;
  position: relative;
}

.bg-info .box {
  position: absolute;
  left: 20px;
  top: 20px;
}

/*#project-21 .statis, #project-21 .indicator, #project-21 .info2, #project-top-21 .statis, #project-top-21 .indicator, #project-top-21 .info2 {*/
/*display: none;*/
/*}*/

/*#project-21 .project-box .info p.text, #project-top-21.project-box .info p.text {*/
/*line-height: 140%;*/
/*height: auto;*/
/*overflow: hidden;*/
/*}*/

#project-21.info-plast .info-column {
  width: 100%;
  padding: 10px;
}

#project-21.info-plast .info-column {
  max-width: none;
}

#project-21 .txt-box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider .item-16 {
  background: url("../images/loh-bg.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
}

.item-16 .container.inner .btn {
  position: absolute;
  top: 410px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-16 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-16 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
}

.slider .item-16 .inner img {
  margin: 0 auto;
  display: none;
}

.slider .item-17 {
  background: url("../images/bloodborne-back.jpg") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
  -webkit-background-size: cover;
  background-size: cover;
}

.item-17 .container.inner .btn {
  position: absolute;
  top: 410px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-17 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-18 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  /*background: url("../images/mk-b.png") no-repeat center center;*/
}

.slider .item-18 {
  background: url("../images/mk-b.png") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
  -webkit-background-size: cover;
  background-size: cover;
}

.item-18 .container.inner .btn {
  position: absolute;
  top: 410px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-18 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-19 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  /*background: url("../images/mk-b.png") no-repeat center center;*/
}

.slider .item-19 {
  background: url("../images/fr-b.png") no-repeat center center;
  position: relative;
  cursor: pointer;
  height: 540px;
  -webkit-background-size: cover;
  background-size: cover;
}

.item-19 .container.inner .btn {
  position: absolute;
  top: 410px;
  border-color: #000;
  background: #000;
  color: #fff;
  left: 50%;
  margin-left: -100px;
}

.item-19 .container.inner .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.slider .item-17 .inner {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  height: 540px;
  background: url("../images/bloodborne-hunter.png") no-repeat center center;
}

.slider .item-17 .inner img {
  margin: 0 auto;
  display: none;
}

#block-lots-21 .buynum {
  display: none;
}

#block-lots-21 .top-block .info .annotation {
  height: auto;
  margin-bottom: 15px;
  color: #000;
}

.slider3d .item a img {
  width: 100%;
  height: auto;
}

.slider3d .mob-img {
  display: none;
}

.attempt-promo {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

.attempt-promo strong {
  color: #71000a;
}

.mass-campaign .product-list .block {
  width: 25%;
}

.categories-blocks .item2 {
  cursor: pointer;
}

.select-awards-box2.categories-blocks .photo2 {
  width: auto;
  vertical-align: middle !important;
}

.select-awards-box2.categories-blocks .item2 {
  width: auto;
}

.select-awards-box2.categories-blocks .name2 {
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding-left: 20px;
}

#project-top-34 .statis,
#project-top-34 .indicator,
#project-top-34 .info2.chi-50 > *:first-child {
  display: none !important;
}

.CDEK-widget__popup-mask {
  z-index: 9999999999;
}

.staff-comment {
  margin-left: 45px !important;
  box-shadow: 0 0 2px 0px inset;
}

button:disabled {
  position: relative;
}

.load_bounce {
  width: 8em;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load_bounce .sk-child {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: load_bounce 1.4s ease-in-out 0s infinite both;
  animation: load_bounce 1.4s ease-in-out 0s infinite both;
}

.load_bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.load_bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

a.btn.pre_order-btn {
  min-width: 150px;
  margin: 20px 0;
}

.bg-info a.btn.pre_order-btn {
  position: absolute;
  right: 60px;
  top: 80px;
}

@-webkit-keyframes load_bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes load_bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.order-list-v2 .item + .item {
  margin-top: 16px;
}

.order-list-v2 .block {
  background: #fff;
  margin: 8px 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.order-list-v2 .head-block {
  border-bottom: 1px solid #00a2ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  padding: 12px 16px;
}

.order-list-v2 .body-block > * {
  padding: 8px 16px;
}

.order-list-v2 .product-labels-box .labels-list {
  display: flex;
  font-size: 14px;
  color: #999;
}

.order-list-v2 .product-labels-box {
  padding-bottom: 4px;
}

.order-list-v2 .head-block .title {
  font-weight: 700;
  margin-right: 16px;
  font-size: 24px;
}

.order-list-v2 .body-block {
  padding: 8px 0;
}

.order-list-v2 .product-block .product-title-box {
  display: flex;
  font-weight: 700;
  padding-bottom: 4px;
}

.order-list-v2 .project-block .product-title {
  flex-grow: 1;
}

.order-list-v2 .project-block .order-num {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  text-decoration: underline;
}

.order-list-v2 .project-block .order-num:hover {
  color: #00a2ff;
}

.order-list-v2 .project-block .pay-list-box .pay-box .date {
  flex-grow: 1;
}

.order-list-v2 .project-block .product-title-box .status span {
  font-weight: 400;
}

.order-list-v2 .project-block .pay-list-box .pay-box {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
}

.order-list-v2 .project-block .pay-list-box ul {
  padding-left: 22px;
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;

}

.order-list-v2 .project-block .pay-list-box ul + .pay-box {
  border-top: 1px solid #ccc;
  padding-top: 7px;
}

.order-list-v2 .project-block .pay-list-box ul li {
  padding-left: 18px;
  margin: 0 0 4px;
  position: relative;
}

.order-list-v2 .project-block .pay-list-box ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  top: 7px;
  left: 0;
  background: #999;
}


.order-list-v2 .project-block .price {
  width: 140px;
  flex-shrink: 0;
}

.order-list-v2 .project-block .pay-btn {
  width: 120px;
  flex-shrink: 0;
}

.order-list-v2 .project-block .pay-btn a {
  color: #00a2ff;
}

.order-list-v2 .project-block .status {
  width: 32%;
  flex-shrink: 0;
}

.order-list-v2 .product-order-list + .product-order-list {
  padding-top: 0;
}

.page-title-box .tabs-box {
  margin-left: 0;
  border-bottom: 1px solid #00a2ff;
  margin-bottom: 32px;
}

.page-title-box .tabs-box .tab a {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 12px 20px;
  background-color: #fff;
}

.page-title-box .tabs-box .tab a:not(.active) {
  color: #00a2ff;
}

.page-title-box .tabs-box .tab a.active {
  background-color: #00a2ff;
  color: #fff;
  cursor: default;
  position: relative;
}

.pay-informer-box {
  margin-bottom: 32px;
}

.pay-informer-box .box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pay-informer-list .item + .item {
  margin-top: 4px;
}

.pay-informer-list .pay-informer-block {
  display: flex;
}

.pay-informer-list .pay-informer-block > * + * {
  margin-left: 12px;
}

.pay-informer-list .pay-informer-block .project-name {
  font-weight: 700;
}

.pay-informer-list .pay-informer-block .product-name {
  font-weight: 600;
  margin-left: 6px;
}

.pay-informer-list .pay-informer-block .pay-link a {
  color: #00a2ff;
}

.alert-block {
  border: 2px solid #0082cc;
  padding: 10px 20px;
}

.alert-block span {
  font-size: 33px;
  color: #c10a0a;
  border: 3px #c10a0a solid;
  border-radius: 50px;
  padding: 4px 14px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.promocodes-list {
  display: flex;
  flex-wrap: wrap;
}

.promocodes-list .promocode-block {
  display: flex;
  background-color: #ccc;
  font-weight: 700;
  margin: 0 12px 12px 0;
}

.promocodes-list .promocode-block > * {
  padding: 4px 12px;
}

.promocodes-list .promocode-block .sale {
  color: #fff;
  background-color: #00a2ff;
}

.lottery-block {
  background-color: #00a2ff;
  width: 160px;
  height: 280px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-image: url(../images/lottery-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.lottery-block .title {
  padding: 16px;
  font-size: 12px;
  background-color: #3e3e3e;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lottery-block.lottery-win .title {
  background-color: #ff004c;
  font-size: 20px;
  font-weight: 700;
}

.lottery-block .num {
  padding: 12px 16px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 16px;
  text-shadow: 0 2px 0 #006faf;
}

.lottery-list {
  display: flex;
  flex-wrap: wrap;
}

.lottery-list > * {
  margin: 0 20px 20px 0;
}

.product-info2 .installments-buy {
  line-height: 1.4;
  margin-top: -20px !important;
}

@media (max-width: 1120px) {
  .product-info2 .installments-buy {
    margin-bottom: 20px !important;
  }
}

.installments-buy span {
  display: inline-block;
  padding: 0 4px;
  background-color: #00a2ff;
  color: #fff;
}

.installments-buy .logo-dolyame {
  width: 82px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.icotext {
  display: flex;
  align-items: center;
}

.icotext > *:first-child {
  margin-right: 8px;
}

.icotext img {
  max-width: none;
}

.moretext {
  margin-top: 8px;
  font-size: 14px;
}

.moretext .icotext {
  display: inline-flex;
  cursor: pointer;
  color: inherit;
  transition: color 0.2s;
}

.moretext .icotext:hover {
  color: #00a2ff;
}

.moretext .icotext .ico {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.moretext .icotext.opened .ico {
  transform: rotate(180deg);
}
.moretext .ico img {
  width: 8px;
}

.moretext-open {
  display: none;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 6px;
}

.product-box .installments-buy {
  font-size: 12px;
}

.product-box .installments-buy .logo-dolyame {
  width: 60px;
}



.product-box .photo-block {
  display: flex;
  margin: -20px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.product-box .hoverview-photo-list {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: all .3s;
}

.product-box .product-list .block > *:hover .hoverview-photo-list {
  opacity: 1;
}

.product-box .photo-block .photo {
  padding-top: 20px;
}

.hide-phone {
  display: none !important;
}


img.cover {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.product-box .hoverview-photo-list * {
  height: 100%;
}

.product-box .block > div {
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0);
  transform: translateY(0);
  transition: all .3s;
}

.product-box .block > div:hover {
  box-shadow: 0 16px 16px -8px rgba(0,0,0,.1);
  transform: translateY(-6px);
}

.product-box .hoverview-photo-list .owl-item {
  background: #FFF;
}









.info-pay {
  font-size: 13px !important;
  padding: 15px;
  color: #000 !important;
  font-weight: 400 !important;
  margin: 15px 0 0 50px;
  text-align: right;
  background: #ffeba073;
  border: 1px solid #c8dde8;
}

.lk_menu {
	background: #00a2ff;
	color: #FFF;
	height: 45px;
  padding: 0;
  margin: 0 11px 15px;
}
.lk_menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
.lk_menu ul {
	width: 100%;

}
.lk_menu li {
	float: left;
	display: inline;
	position: relative;
}
.lk_menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}

.lk_menu li a:hover, .lk_menu li a.selected {
	color: #00a2ff;
	background: #F2F2F2;
}




.second_level {
  background: #00a2ff;
  color: #FFF;
  height: 45px;
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
  top: -32px;
}
.second_level li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
    float: left;
	display: inline;
	position: relative;
}


.second_level a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

.second_level li a:hover, .second_level li a.selected {
	color: #00a2ff;
	background: #F2F2F2;
}

@media screen and (max-width: 960px){
	.lk_menu {
      display: none;
    }
}


.cart-list.subscribe-prod > div > div:nth-child(2) {
    width: 86%;
}

.cart-list.subscribe-prod > div > div:nth-child(3) {
    width: 6%;
}


.balls_history.select-awards-box > .item {
    width: 100%;
    padding: 6px;
}

.balls_history.select-awards-box .list-box .label {
    width: 26px;
    padding-left: 15px;
}

.balls_history.select-awards-box .list-box .date {
    width: 140px;
  font-size: 12px;
    padding-left: 15px;
}

.balls_history.select-awards-box .block {
}


.balls_history.select-awards-box .list-box .list {
    margin: -15px -15px 0 -15px;
}


.project-title .toggle {
  position: absolute;
  right: 18px;
  top: 18px;
}

.head-block {
  position: relative;
}


#pochta-widget {
  width: 960px;

}

.product-list .photo-block .photo {
  background: url("../images/loader.gif") no-repeat center center;
}

.product-list .photo-block .photo.hide_bg {
  background: none;
}

.product-list .photo-block .photo img {
  opacity: 0;
  transition: opacity .3s ease-in;
}

.scroll-search {
  position: relative; left: 0; width: 100%; padding: 8px; margin-bottom: 10px; border: 1px solid #ddd; border-radius: 4px;

}

.scroll-search:focus {
  outline: none;
  border-color: #00a2ff;
}

.scroll-search::placeholder {
  color: #00a2ff;
}