* {
  font-family: 'Open Sans', sans-serif;
  outline: none !important;
}
body {
  background: #f7f7f8;
  font-size: 14px;
}
.light {
  font-weight: 100 !important;
}
a {
  color: #0078d7;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flex {
  display: flex;
}
.nopad {
  padding: 0 !important;
}
.btn[disabled] {
  pointer-events: none;
  cursor: default;
}
.bg {
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
header.header {
  background: #0078d7;
  z-index: 2;
  position: relative;
}
header.header .navbar {
  height: 80px;
  background-color: transparent !important;
  position: relative;
}
header.header .navbar .navbar-brand {
  position: relative;
  padding: 6px 0 0 !important;
}
header.header .navbar .navbar-brand .sup {
  display: none;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 2px 0 0;
}
header.header .navbar .navbar-brand .sup strong {
  color: #000000;
  text-transform: none;
}
header.header .navbar .navbar-brand .sub {
  display: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 100;
  color: #000000;
}
header.header .navbar .navbar-nav {
  font-size: 15px;
  font-weight: 100;
  margin: 2px 0 0;
}
header.header .navbar .navbar-nav .nav-item {
  position: relative;
}
header.header .navbar .navbar-nav .nav-item:hover:after,
header.header .navbar .navbar-nav .nav-item.active:after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ff9e00;
}
header.header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
header.header .navbar .navbar-nav .nav-item .nav-link .heart {
  top: -1px;
  margin-right: 5px;
}
header.header .navbar .navbar-nav .nav-item .nav-link .badge {
  display: block;
  float: right;
  position: relative;
  top: -3px;
  width: 31px;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin: 0 0 0 6px;
}
header.header .navbar .navbar-nav .nav-item .nav-link .badge.badge-dark {
  background-color: #000000;
}
header.header .navbar:after {
  left: 10px;
  right: 10px;
  bottom: -1px;
  content: '';
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
header.header .sliderbox {
  padding: 21px 0 19px 0;
  overflow: hidden;
}
header.header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.11;
  background: url("/templates/topkod/img/shadow_00.png") repeat-x;
  height: 10px;
}
header.header:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background: url("/templates/topkod/img/bg_4.png") repeat-x;
  height: 13px;
}
header.header.not-storemenu .navbar .navbar-nav .nav-item:hover:after,
header.header.not-storemenu .navbar .navbar-nav .nav-item.active:after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ff9e00;
}
header.header.not-storemenu:after {
  height: 4px;
}
.feedback .header:after {
  display: none;
}
.error_404 .navbar-nav:after {
  display: none;
}
@media only screen and (max-width: 375px) {
  .error_404 .innerPage {
    max-width: 80% !important;
  }
  .error_404 .innerPage .pageError .text .links .btn {
    display: block;
  }
}
.formBox {
  padding: 30px;
}
.formBox.maxheight {
  min-height: calc(97.8%);
  margin: 0 0 10px 0;
}
.formBox .captcha img {
  max-width: 100%;
}
.breadcrumb {
  position: relative;
  z-index: 3;
  background: none;
  font-size: 14px;
  padding: 0 10px;
  margin: 12px 0 7px;
}
.breadcrumb-item.active {
  color: #625f5c;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #625f5c;
  content: "›";
}
/* INFOBLOCK */
.infBlock {
  position: relative;
  z-index: 1;
  margin: 0 0 28px;
  padding: 0 0 7px;
  background: #ffffff;
}
.infBlock:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  background: url("/templates/topkod/img/bg_3.png") repeat-x;
  height: 13px;
}
.infBlock .inf_block_c {
  padding: 43px 13px;
  position: relative;
  z-index: 12;
  counter-reset: lis;
}
.infBlock:not(.hides) .close {
  text-indent: -9999px;
  background: url("/templates/topkod/img/close.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  opacity: 1;
}
.infBlock:not(.hides) .close:hover {
  opacity: 0.8;
}
.infBlock.hides .inf_block_c {
  display: none;
}
.infBlock.hides .close {
  display: none;
}
.infBlock .choose {
  position: relative;
  counter-increment: lis;
}
.infBlock .choose .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.infBlock .choose .rounded-circle {
  width: 101px;
  height: 101px;
  border: 1px solid #0078d7;
  float: left;
  position: relative;
  counter-increment: list;
}
.infBlock .choose .rounded-circle img {
  position: relative;
}
.infBlock .choose .text {
  overflow: hidden !important;
  padding: 0 20px;
  font-size: 14px;
  max-width: 250px;
  font-weight: 100;
  color: #000000;
}
.infBlock .choose .text h4,
.infBlock .choose .text .h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 11px;
}
.infBlock .choose:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  background: url("/templates/topkod/img/arrow.png") no-repeat 0 center;
  width: 18px;
}
.infBlock .choose:last-child {
  padding: 0 0 0 20px;
}
.infBlock .choose:last-child:after {
  display: none;
}
.infBlock .btnsection {
  position: relative;
}
.infBlock .btnsection:not(.no_btn):before {
  z-index: 9;
  content: '';
  position: absolute;
  right: 0;
  bottom: -54px;
  background: url("/templates/topkod/img/btn.bg.png?v2") no-repeat;
  height: 77px;
  width: 300px;
}
.infBlock .btnsection .flap {
  bottom: -45px;
  position: absolute;
  z-index: 19;
  right: 40px;
  height: 38px;
  width: 220px;
  line-height: 26px;
  font-size: 15px;
  cursor: pointer;
  color: #000000;
  text-align: center;
}
.innerPage {
  padding: 0 0 40px;
}
.innerPage .pageError {
  padding: 137px 0;
}
.innerPage .pageError img {
  margin: 0 0 -12px;
}
.innerPage .pageError h1,
.innerPage .pageError .h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  padding: 0;
  margin: 0 0 32px;
}
.innerPage .pageError .text {
  padding: 35px 0 0 0;
}
.innerPage .pageError .text strong {
  font-size: 20px;
  font-weight: 600;
}
.innerPage .pageError .text .links {
  padding: 13px 0 14px;
}
.innerPage .pageError .text .links .btn {
  background-color: #0078d7;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 35px;
  border: none !important;
}
.innerPage .pageError .text .links .btn .siteIco {
  margin-left: -9px;
  margin-right: 5px;
}
.innerPage .pageError .text .back {
  display: inline-block;
  font-weight: 100;
  font-size: 15px;
  color: #7a7672;
  line-height: 28px;
  padding: 0 0 0 30px;
  background: url("/templates/topkod/img/arrow_2.png") no-repeat 0 3px;
}
.pageHeader {
  margin-top: 12px;
  padding-bottom: 15px;
}
.pageHeader .title {
  margin: auto !important;
  font-size: 40px;
  font-weight: 100;
  color: #000000;
}
.pageHeader .title.min {
  font-size: 30px;
  margin-bottom: 15px;
}
.pageHeader2 {
  margin: 0;
  padding: 0px 0 10px 8px;
}
.pageHeader2 .title {
  margin: auto !important;
  font-size: 40px;
  font-weight: 100;
  color: #000000;
}
.pageHeader2 .title.min {
  font-size: 30px;
  margin-bottom: 15px;
}
.pageHeader2 .title .n-sort-btn span {
  display: block;
  top: 140px;
  right: 10px;
}
.sort {
  margin: 0 8px 0;
  padding-bottom: 23px;
}
.word-1-bold span.word1 {
  font-weight: 600;
}
.word-2-bold span.word2 {
  font-weight: 600;
}
.word-3-bold span.word3 {
  font-weight: 600;
}
.word-4-bold span.word4 {
  font-weight: 600;
}
.word-5-bold span.word5 {
  font-weight: 600;
}
.word-6-bold span.word6 {
  font-weight: 600;
}
.box .header {
  line-height: 1.1;
  padding: 24px 30px;
  font-weight: 600;
  font-size: 30px;
}
.box .header span {
  color: #0078d7;
}
.categoryBox {
  position: relative;
}
.categoryBox .icon {
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.categoryBox .icon:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: -6px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 50%, #0078d7 50%);
  background-size: 1px 12px, 1px 100%;
}
.categoryBox .icon .promo-item {
  min-width: 300px;
}
.categoryBox .icon .sepTop:after {
  left: -6px !important;
}
.categoryBox .text {
  font-size: 15px;
  line-height: 25px;
  padding: 24px 30px 24px 29px;
}
.categoryBox.full {
  margin-bottom: 7px;
}
.categoryBox.full .text {
  color: #000000;
  font-size: 15px;
  line-height: 25px;
}
[data-link],
[data-store] {
  cursor: pointer;
}
.promo {
  padding: 15px 10px 15px 171px;
  position: relative;
  min-height: 178px;
}
.promo .moder {
  position: absolute;
  right: 30px;
  top: 5px;
  color: #000;
}
.promo.full {
  padding: 0;
}
.promo.full .right {
  padding-left: 27px;
}
.promo.full .amount {
  position: relative;
  padding-right: 21px;
}
.promo.full .amount .bag {
  margin-bottom: 14px;
}
.promo.full .amount:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: -6px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 50%, #0078d7 50%);
  background-size: 1px 12px, 1px 100%;
}
.promo.full .infoBox {
  margin: 0 0 0 -10px;
  padding: 15px 0 25px 0;
  position: relative;
}
.promo.full .infoBox .rating {
  display: inline-block;
  margin: 0;
}
.promo.full .infoBox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -24px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, #0078d7 50%);
  background-size: 12px 1px, 100% 1px;
}
.promo.full .textBox {
  padding: 10px 10px 5px 0;
  color: #7a7672;
  font-size: 15px !important;
  line-height: 28px;
  font-weight: 100;
}
.promo.full .textBox p {
  font-size: 15px !important;
}
.promo.full .textBox strong {
  font-weight: 600;
}
.promo.full .textBox h2,
.promo.full .textBox h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin: 16px 0;
}
.promo.full .textBox ul {
  font-size: 15px;
  line-height: 31px;
  padding: 0 0 0 23px;
  list-style-image: url("/templates/topkod/img/list-style.png");
}
.promo.full .textBox ul:last-of-type {
  margin: 0;
}
.promo .amount {
  position: absolute;
  padding: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
.promo .amount > div {
  text-align: center;
  background: #0078d7;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.14);
  font-size: 60px;
  width: 141px !important;
  height: 141px !important;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
}
.promo .amount > div a {
  color: inherit;
}
.promo .amount > div > span {
  color: inherit;
}
.promo .amount > div .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.promo .amount > div img {
  display: inline-block;
}
.promo .amount > div img.radius {
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.promo .amount > div a span,
.promo .amount > div span span {
  font-size: 40px;
  color: #000000;
}
.promo .amount > div.with-gift {
  padding: 20px;
}
.promo .amount > div.with-gift .flex {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.promo .amount > div.with-gift .flex:after {
  content: '';
  position: absolute;
  bottom: 1px;
  background: url("/templates/topkod/img/shape.png") no-repeat center;
  left: 0;
  right: 0;
  height: 55px;
}
.promo .amount > div.with-img {
  padding: 7px;
}
.promo .amount > div.with-img .flex {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
.promo .headBox {
  padding: 10px 0 0 0;
}
.promo .headBox .title {
  font-size: 20px;
  font-weight: 600;
}
.promo .headBox .title a,
.promo .headBox .title span {
  color: #000000;
  cursor: pointer;
}
.promo .headBox .title a:hover,
.promo .headBox .title span:hover {
  color: #0078d7;
}
.promo .headBox .rSide {
  padding: 3px 30px 0 0;
}
.promo .headBox .addFavorite {
  cursor: pointer;
  color: #0078d7;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 22px;
  background: url("/templates/topkod/img/fav_on.png") no-repeat left center;
}
.promo:not(.full) .textBox .text {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.promo .textBox {
  padding: 6px 0;
}
.promo .textBox .text {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.promo .textBox .text p:last-child {
  margin: 0;
}
.promo .textBox .btnSet {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  padding-right: 0;
  right: -4px;
  position: relative;
}
.promo .textBox .btnSet .btn {
  margin: 0 !important;
  background-color: #fff;
}
.promo .infoBox {
  font-size: 14px;
  color: #625f5c;
  padding: 5px 0 0;
}
.promo .infoBox .left {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.promo .infoBox .left .siteIco {
  margin-right: 3px;
}
.promo .infoBox .rating {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 2px 0 10px;
}
.promo .infoBox .cr_vote_n {
  display: inline-block;
}
.promo .infoBox .timeout {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.promo .infoBox span:not(.btn-label) {
  color: #000000;
  padding-left: 5px;
}
.subHeader {
  margin: 0 0 33px;
  padding: 13px 0 0 0;
  overflow: hidden;
}
.subHeader .h2,
.subHeader h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin: 0;
}
.subHeader .h2 span,
.subHeader h2 span {
  color: #0078d7;
}
.subHeader .link {
  padding-right: 30px;
}
.shops + .navigation {
  margin: -10px 0 20px;
}
.navigation .more {
  display: block;
  cursor: pointer;
  height: 51px;
  color: #0078d7;
  line-height: 51px;
}
.navigation .more .arrow_0 {
  margin-right: 6px;
}
.navigation .more a {
  color: #0078d7;
}
.navigation .more:hover {
  color: #7a7672;
}
.navigation .more:hover .arrow_0 {
  background: url("/templates/topkod/img/arrow_00.png") no-repeat;
}
.navigation .more + .navBox {
  border-top: 1px solid #E1E0DE;
}
.navigation .navBox {
  font-size: 15px;
  border-top: 1px solid #ffffff;
  padding: 20px 30px 0;
  background: #fdfcfb;
}
.navigation .navBox .btn-link {
  color: #0078d7;
}
.navigation .navBox .btn-link:hover {
  text-decoration: none;
}
.navigation .navBox .icon {
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  background-color: #0078d7;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/templates/topkod/img/arrow_4.png");
}
.navigation .navBox .icon.next {
  background-image: url("/templates/topkod/img/arrow_5.png");
}
.navigation .navBox .side a:hover,
.navigation .navBox .side .page-item.disabled {
  color: #7a7672;
}
.navigation .navBox .side a:hover .btn-link,
.navigation .navBox .side .page-item.disabled .btn-link {
  color: #7a7672;
}
.navigation .navBox .side a:hover .icon,
.navigation .navBox .side .page-item.disabled .icon {
  background-color: #7a7672;
}
.navigation .navBox .pagesCont .page-item {
  margin: 0 5px;
}
.navigation .navBox .pagesCont .page-item .page-link {
  font-weight: 100;
  color: #7a7672;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border: none;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 11px 0 12px !important;
  width: 41px;
  text-align: center;
}
.navigation .navBox .pagesCont .page-item span.page-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.navigation .navBox .pagesCont .page-item.active .page-link {
  font-weight: 700;
  color: #0078d7;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #0078d7, 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 2px #0078d7, 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
}
.navigation .navBox .pagesCont .page-item:hover .page-link {
  color: #ffffff;
  font-weight: 100;
  background: #0078d7;
  -webkit-box-shadow: inset 0 0 0 2px #0078d7, 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 2px #0078d7, 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
}
.navigation .navBox .pagesCont .page-item:hover span.page-link {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.error_msg {
  padding: 75px 30px;
  font-size: 15px;
  font-weight: 100;
}
.error_msg a {
  color: #0078d7;
}
.error_msg strong {
  font-weight: 600;
}
.error_msg h4,
.error_msg .h4 {
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 600;
}
.error_msg p:last-of-type {
  margin: 0;
}
.sortBox {
  font-size: 15px;
  color: #0078d7;
  padding: 0 0 0 25px;
  margin: 3px 0 3px;
  background: url("/templates/topkod/img/filter.png") no-repeat left 9px;
}
.sortBox span {
  font-weight: bold;
  padding: 0px 9px 0 0;
}
.sortBox ul {
  display: inline-block;
  padding: 0 0 0 16px;
}
.sortBox ul li {
  font-weight: 100;
  margin: 0 9px;
  display: inline-block;
}
.sortBox ul li a {
  padding: 5px 0;
  display: inline-block;
  color: inherit;
}
.sortBox ul li a:hover {
  color: #ff9e00;
}
.sortBox ul li.active a {
  border-bottom: 2px solid #0078d7;
}
.sortBox.fullside {
  margin: 14px 0 3px;
  padding: 0 0 0 25px;
}
.sortBox.fullside ul {
  padding: 0;
}
.sortBox .asc,
.sortBox .desc {
  background: url("/templates/topkod/img/arrow_1.png") no-repeat 0 -9px;
  width: 11px;
  height: 9px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 2.5px;
}
.sortBox .desc {
  background-position: -11px -9px;
}
.sortBox .desc.active,
.sortBox .desc:hover {
  background-position: 0 0;
}
.sortBox .asc {
  background-position: 0 -9px;
}
.sortBox .asc.active,
.sortBox .asc:hover {
  background-position: -11px 0;
}
.btn {
  cursor: pointer;
}
.btn.btn-full {
  width: 100%;
}
.btn.mini_btn {
  padding: 0 !important;
  width: 39px;
  line-height: 37px;
  height: 39px;
  position: relative;
  top: 3px;
  margin-left: 18px;
}
.btn.btn-white {
  text-align: center;
  background: #ffffff;
  color: #0078d7;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  padding: 15px 0.75rem;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:hover .siteIco.mail,
.btn.btn-white:active .siteIco.mail,
.btn.btn-white:focus .siteIco.mail {
  background: url("/templates/topkod/img/mail_01.png") no-repeat;
}
.btn.btn-danger {
  background-color: #0078d7;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 35px;
  border: none !important;
}
.btn.btn-danger:hover,
.btn.btn-danger:active {
  opacity: 0.8;
}
.btn.btn-sm {
  padding: 11px 35px;
}
.form-control {
  font-size: 15px;
  color: #7a7672;
  padding: 0.65rem 0.76rem 0.7rem;
  border: 1px solid #0078d7;
}
.form-control:focus {
  outline: none;
  border-color: inherit;
}
.form-group {
  margin-bottom: 20px;
}
.btn-promo {
  position: relative;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  height: 51px;
  width: 100% !important;
  cursor: pointer;
  display: block;
  border: 1px solid #0078d7;
  font-size: 15px;
  font-weight: 700;
}
.btn-promo:before {
  content: '';
  position: absolute;
  background: #0078d7;
  left: 18px;
  right: 0;
  top: 0;
  text-align: center;
  height: 100%;
  z-index: 2;
  display: block;
  transition: left .2s, transform .2s;
}
.btn-promo .btn-label {
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  text-transform: uppercase;
}
.btn-promo:not(.no):after {
  content: '';
  background-size: 100% auto;
  position: absolute;
  z-index: 15;
  height: 56px;
  left: 3px;
  width: 34px;
  bottom: 0;
  transition: left 0.2s, transform 0.2s;
}
.btn-promo .in {
  position: absolute;
  top: 0;
  left: 0 !important;
  text-align: left;
  padding: 0 11px;
  width: 100%;
  height: 100%;
  line-height: 50px;
  z-index: 1;
  color: #000000;
}
.btn-promo .in:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -1px;
  width: 4px;
  height: 4px;
}
.btn-promo:not(.no):hover {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.btn-promo:not(.no):hover:before {
  left: 37px;
}
.btn-promo:not(.no):hover:after {
  left: 22px;
}
.btn-promo.no:before {
  left: 0;
}
.btn-promo.no:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -1px;
  width: 4px;
  height: 4px;
}
.btn-promo.no:hover .btn-label {
  background: #016fc6;
}
.radio_stars {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 4px;
}
.radio_star {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin: 0;
  background: url("/templates/topkod/img/rating@2x.png") no-repeat;
}
.radio_star.empty {
  display: inline-block;
  margin: 0;
  background: url("/templates/topkod/img/rating@2x.png") no-repeat 0 -17px;
}
.rating {
  width: 75px;
  height: 14px;
  font-size: 0.9em;
}
.unit-rating {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 75px;
  height: 14px;
  line-height: 0;
  font-size: 0;
  position: relative;
  background: url("/templates/topkod/img/rating.png") repeat-x 0 -14px;
}
.unit-rating li {
  text-indent: -90000px;
  padding: 0;
  margin: 0;
  float: left;
}
.unit-rating li span {
  display: block;
  width: 15px;
  height: 14px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  padding: 0;
}
.unit-rating li span:hover {
  background: url("/templates/topkod/img/rating.png") 0 0;
  z-index: 2;
  left: 0 !important;
}
.unit-rating li span.r1-unit {
  left: 0;
}
.unit-rating li span.r1-unit:hover {
  width: 15px;
}
.unit-rating li span.r2-unit {
  left: 15px;
}
.unit-rating li span.r2-unit:hover {
  width: 30px;
}
.unit-rating li span.r3-unit {
  left: 30px;
}
.unit-rating li span.r3-unit:hover {
  width: 45px;
}
.unit-rating li span.r4-unit {
  left: 45px;
}
.unit-rating li span.r4-unit:hover {
  width: 60px;
}
.unit-rating li span.r5-unit {
  left: 60px;
}
.unit-rating li span.r5-unit:hover {
  width: 75px;
}
.unit-rating li.current-rating {
  background: url("/templates/topkod/img/rating.png") 0 0;
  position: absolute;
  height: 14px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
}
.discounts {
  list-style: none;
  padding: 0 15px 30px;
  margin: 0;
  font-size: 15px;
  font-weight: 100;
}
.discounts strong {
  font-weight: 700;
}
.discounts li a {
  display: block;
  position: relative;
  color: #0078d7;
  line-height: 41px;
}
.discounts li a:hover {
  color: #7a7672;
}
.discounts li a:hover .siteIco.shop_0 {
  background: url("/templates/topkod/img/shop_0.png") no-repeat;
}
.discounts li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -9px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 80%, #0078d7 80%);
  background-size: 12px 1px, 100% 1px;
}
.seobox .content {
  padding: 20px 30px 30px;
}
.seobox .content p {
  font-size: 15px;
  font-weight: 100;
  color: #000000;
}
.seobox .content small {
  font-size: 14px;
  color: #7a7672;
}
.seobox .content img[align="left"] {
  margin: 0 30px 0 0;
}
.seobox .content h2 {
  line-height: 1.1;
  font-weight: 600;
  font-size: 30px;
  padding: 15px 0px 12px 0;
}
.overflow-hidden {
  overflow: hidden;
}
.sepBottom {
  position: relative;
}
.sepBottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -6px;
  right: 0;
  height: 1px;
}
.sepTop {
  position: relative;
}
.sepTop:after {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, #0078d7 50%);
  background-size: 12px 1px, 100% 1px;
}
.voteresult {
  overflow: hidden;
  margin-bottom: 15px;
}
.voteresult .vote {
  color: #7a7672;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 5px;
}
.voteresult:last-of-type {
  margin-bottom: -5px;
}
.voteprogress {
  overflow: hidden;
  height: 3px;
  margin: 0 0 5px;
  position: relative;
  top: 3px;
  background-color: #e6e4e1;
}
.voteprogress span {
  float: left;
  width: 0%;
  height: 3px;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #0078d7;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  text-indent: -9999px;
}
.filter {
  padding: 30px 30px 10px;
}
.filter .btn {
  padding: 11px 35px 12px;
}
.filter .form-control {
  font-size: 15px;
  color: #7a7672;
  padding: 0.65rem 14px 0.65rem;
}
.filter select.form-control:not([size]):not([multiple]) {
  height: calc(2.55rem);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalogList {
  border-bottom: 1px solid #e1e0de;
  padding: 4px 23px 5px;
}
.catalogList li {
  display: inline-block;
}
.catalogList li a {
  display: block;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  padding: 10px 7px;
}
.catalogList li a:hover {
  color: #0078d7;
}
.catalogList li.active a {
  color: #0078d7;
}
.catalogList:last-of-type {
  border: none;
}
.block .title {
  padding: 25px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.block .title h2,
.block .title .h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.block .large {
  padding: 23px 30px 24px !important;
  margin-bottom: 0;
}
.block .large .link {
  padding: 0;
}
.block .large .title {
  padding: 0;
}
.block .textBox {
  padding: 14px 30px 22px;
  color: #000000;
  font-size: 15px !important;
  line-height: 25px;
  font-weight: 100;
}
.block .textBox iframe {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
  .block .textBox iframe {
    min-height: 320px !important;
  }
}
@media (max-width: 767px) {
  .block .textBox iframe {
    min-height: 180px !important;
  }
}
.block .textBox p {
  font-size: 15px !important;
}
.block .textBox p:last-of-type {
  margin: 0;
}
.block .textBox strong {
  font-weight: 600;
}
.block .textBox h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  margin: 20px 0 20px;
}
.block .textBox h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin: 16px 0 0;
}
.block .textBox h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin: 16px 0;
}
.block .textBox img {
  max-width: 100%;
  margin: 7px 0 20px;
}
.block .textBox ul {
  font-size: 15px;
  line-height: 31px;
  padding: 0 0 0 23px;
  list-style-image: url("/templates/topkod/img/list-style.png");
}
.block .textBox ul:last-of-type {
  margin: 20px 0 20px;
}
.block .voteBox #dle-vote {
  padding: 25px 30px;
}
.block .voteBox #dle-vote .percent {
  overflow: hidden;
  font-size: 14px;
  vertical-align: top;
  color: #0078d7;
  position: relative;
  top: -5px;
  padding-right: 10px;
}
.block .voteBox #dle-vote .voteprogress {
  overflow: hidden !important;
  margin: 0;
}
.block .voteBox .btn-block {
  padding: 30px 30px;
  font-size: 14px;
}
.block .voteBox .btn-block button + a {
  display: inline-block;
  margin: 14px 0 -7px;
}
.block .content.tags {
  margin: -5px 0 0 0;
  padding: 0px 27px 25px;
}
.block .content.tags a {
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 5px 3px;
  color: #0078d7;
  font-size: 14px;
}
.block .content.tags a:hover {
  color: #454545;
}
.block .content.form {
  padding: 0 30px 30px;
}
.block .content.form .form-control {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.block .content.form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.block .content.form .form-control::-moz-placeholder {
  color: #ffffff;
}
.block .content.form .form-control:-moz-placeholder {
  color: #ffffff;
}
.block .content.form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.block .content.form .form-check {
  margin-bottom: 11px;
}
.block .content.form .form-check .form-check-label {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.block .content.form .form-check .form-check-label span {
  display: inline-block;
  position: relative;
}
.block .content.form .form-group:nth-last-of-type(2) {
  margin-bottom: -3px !important;
}
.block .promo-item {
  padding: 30px 30px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.block .promo-item .description_short {
  padding: 25px 0;
  font-size: 15px;
  color: #000000;
  text-align: left;
  font-weight: 400;
}
.block .promo-item .description_short h3 {
  padding: 30px 0 5px;
  font-size: 18px;
  color: #0078d7;
  font-weight: 600;
}
.block .promo-item .description_short ul {
  padding: 0 20px;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 1.7;
  list-style-image: url("/templates/topkod/img/list-style.png");
}
.block .promo-item .cr_vote_n {
  display: inline-block;
  color: #625f5c;
  margin-right: 10px;
}
.block .promo-item .cr_vote_n span {
  color: #0078d7;
}
.block .promo-item .rating {
  display: inline-block;
  width: 90px;
  height: 17px;
}
.block .promo-item .unit-rating {
  width: 90px;
  height: 17px;
  background: url("/templates/topkod/img/rating@2x.png") repeat-x 0 -17px;
}
.block .promo-item .unit-rating li span {
  width: 18px;
  height: 17px;
}
.block .promo-item .unit-rating li span:hover {
  background: url("/templates/topkod/img/rating@2x.png") 0 0;
}
.block .promo-item .unit-rating li span.r1-unit {
  left: 0;
}
.block .promo-item .unit-rating li span.r1-unit:hover {
  width: 18px;
}
.block .promo-item .unit-rating li span.r2-unit {
  left: 18px;
}
.block .promo-item .unit-rating li span.r2-unit:hover {
  width: 36px;
}
.block .promo-item .unit-rating li span.r3-unit {
  left: 36px;
}
.block .promo-item .unit-rating li span.r3-unit:hover {
  width: 54px;
}
.block .promo-item .unit-rating li span.r4-unit {
  left: 54px;
}
.block .promo-item .unit-rating li span.r4-unit:hover {
  width: 72px;
}
.block .promo-item .unit-rating li span.r5-unit {
  left: 72px;
}
.block .promo-item .unit-rating li span.r5-unit:hover {
  width: 90px;
}
.block .promo-item .unit-rating li.current-rating {
  background: url("/templates/topkod/img/rating@2x.png") 0 0;
  height: 17px;
}
.block .promo-item .logo {
  height: 80px;
  vertical-align: middle;
}
.block .promo-item .logo .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.block .promo-item .logo img {
  display: inline-block;
  max-width: 240px;
}
.block .promo-item .btn-block {
  margin: 15px 0;
}
.block .promo-item p {
  margin: 0;
  line-height: 21px;
}
.block .all_btn {
  display: block;
  padding: 25px 15px;
}
.block .all_btn.white .siteIco.favorites {
  background: url("/templates/topkod/img/fav_on_white.png") no-repeat;
}
.block .all_btn.white .siteIco.favorites.active {
  background: url("/templates/topkod/img/fav_of_white.png") no-repeat;
}
.block .related {
  padding: 20px 20px 10px;
}
.block .related .store .item {
  cursor: pointer;
  text-align: center;
  padding-bottom: 15px;
}
.block .related .store .item .logo {
  display: inline-block;
  background: #ffffff;
  width: 120px;
  height: 120px;
  padding: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 1px #0078d7;
  box-shadow: inset 0 0 0 1px #0078d7;
}
.block .related .store .item .logo .onImage {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.block .related .store .item .logo .flex {
  height: 100%;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.block .related .store .item .logo .count {
  position: absolute;
  background: #0078d7;
  right: 3px;
  bottom: 3px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #ffffff;
  z-index: 3;
  font-size: 14px;
}
.block .related .store .item .logo .btn_fav {
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -14px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: #0078d7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.21);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/templates/topkod/img/heart_white.png");
}
.block .related .store .item .logo .btn_fav.del {
  background-image: url("/templates/topkod/img/close_sm_white.png");
}
.block .related .store .item .logo .btn_fav:not(.del) {
  display: none;
}
.block .related .store .item .logo .btn_fav:hover {
  opacity: 0.8;
  display: block;
}
.block .related .store .item .logo img {
  display: inline-block;
  max-width: 110px;
}
.block .related .store .item .item-title {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #0078d7;
}
.block .related .store .item:hover .btn_fav {
  display: block !important;
}
.block .helper {
  font-size: 15px;
  overflow: hidden;
}
.block .helper li {
  position: relative;
  padding: 26px 30px;
}
.block .helper li p:last-child {
  margin: 0;
}
.block .helper li img {
  max-width: 100%;
}
.block .helper li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -9px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, #0078d7 50%);
  background-size: 12px 1px, 100% 1px;
}
.block .helper li:last-child:after {
  display: none;
}
.block .newsBlock {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding: 24px 30px 25px;
  color: #625f5c;
}
.block .newsBlock a {
  color: #000000;
}
.block .newsBlock a:hover {
  color: #0078d7;
}
.block .newsBlock p {
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}
.block .newsBlock span {
  color: #000000;
}
.block .newsBlock:last-child:after {
  display: none;
}
.block .minReview {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  padding: 15px 30px;
  color: #625f5c;
}
@media only screen and (min-width: 767px) {
  .block .minReview {
    color: #7a7672;
  }
}
.block .minReview::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -6px;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, #0078d7 50%);
  background-size: 12px 1px, 100% 1px;
}
.block .minReview:last-child:before {
  display: none;
}
.block .minReview .header {
  padding: 0 0 19px;
  overflow: hidden;
}
.block .minReview .text {
  line-height: 22px;
  font-size: 15px;
  color: #000000;
  margin-bottom: 1rem;
}
.block .minReview .text p {
  margin: 0;
}
.block .minReview .rateNum {
  color: #0078d7;
}
.block .minReview .rating {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.block .minReview:last-child:after {
  display: none;
}
.block .calList {
  padding: 15px 25px;
  font-size: 15px;
}
.block .calList li {
  line-height: 40px;
  position: relative;
}
.block .calList li .catIco {
  margin-right: 17px;
}
.block .calList li a {
  color: #000000;
}
.block .calList li a:hover {
  color: #0078d7;
}
.block .calList li.active a,
.block .calList li.active:hover a {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.block .calList li.active:before {
  position: absolute;
  content: '';
  background: #0078d7;
  left: -25px;
  top: -4px;
  right: -25px;
  bottom: -4px;
  z-index: 1;
}
.siteIco {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  top: -2px;
  position: relative;
}
.siteIco.arrow_0 {
  background: url("/templates/topkod/img/arrow_0.png") no-repeat;
  width: 16px;
  height: 9px;
}
.siteIco.views {
  background: url("/templates/topkod/img/views.png") no-repeat;
  width: 17px;
  height: 11px;
  top: 0;
}
.siteIco.user {
  background: url("/templates/topkod/img/ico_user.png") no-repeat;
  width: 20px;
  height: 14px;
}
.siteIco.time {
  background: url("/templates/topkod/img/ico_time.png") no-repeat;
  width: 15px;
  height: 15px;
}
.siteIco.heart {
  background: url("/templates/topkod/img/heart.png") no-repeat;
  width: 15px;
  height: 14px;
}
.siteIco.mail {
  background: url("/templates/topkod/img/mail.png") no-repeat;
  width: 17px;
  height: 13px;
  top: 0;
}
.siteIco.favorites {
  background: url("/templates/topkod/img/fav_on.png") no-repeat;
  width: 15px;
  height: 14px;
  top: 0;
}
.siteIco.link {
  background: url("/templates/topkod/img/shop_02.png") no-repeat;
  width: 17px;
  height: 17px;
  top: 0;
}
.siteIco.link_promo {
  background: url("/templates/topkod/img/shop_02.png") no-repeat;
  width: 17px;
  height: 17px;
  top: 0;
  padding: 0 11px;
}
.siteIco.favorites.white {
  background: url("/templates/topkod/img/fav_on_white.png") no-repeat;
  width: 15px;
  height: 14px;
  top: 0;
}
.siteIco.favorites.white.active {
  background: url("/templates/topkod/img/fav_of_white.png") no-repeat;
  width: 15px;
  height: 14px;
  top: 0;
}
.siteIco.home {
  background: url("/templates/topkod/img/home.png") no-repeat;
  width: 16px;
  height: 16px;
}
.siteIco.shop {
  background: url("/templates/topkod/img/shop.png") no-repeat;
  width: 16px;
  height: 16px;
}
.siteIco.shop_0 {
  background: url("/templates/topkod/img/shop_00.png") no-repeat;
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
}
.siteIco.close_sm {
  background: url("/templates/topkod/img/close_sm.png") no-repeat;
  width: 13px;
  height: 13px;
  top: -1px;
}
.siteIco.stats {
  background: url("/templates/topkod/img/stats.png") no-repeat;
  width: 14px;
  height: 15px;
  margin: 0 5px 0;
}
.siteIco.addcomm {
  background: url("/templates/topkod/img/addcomm.png") no-repeat;
  width: 17px;
  height: 17px;
}
.siteIco.external {
  background: url("/templates/topkod/img/external.png") no-repeat;
  width: 17px;
  height: 17px;
}
.footer {
  padding: 50px 0;
  background: #0078d7;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
  }
  .footer .container .n-contact {
    margin: 0;
  }
}
.pageCatList {
  margin: 0 -2px 19px;
}
.pageCatList li {
  display: inline-block;
  margin: 5px 3px;
}
.pageCatList li a,
.pageCatList li span {
  background: #ffffff;
  -webkit-box-shadow: inset 1px 1px 0 0 #ffffff, 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 1px 1px 0 0 #ffffff, 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  color: #000000;
  display: block;
  padding: 9px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pageCatList li a:hover,
.pageCatList li span:hover {
  color: #0078d7;
}
.pageCatList li.active a,
.pageCatList li.active span {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #0078d7;
  color: #ffffff;
}
@media (max-width: 1024px) {
  #toTop {
    display: none !important;
  }
}
.promoModal {
  position: relative;
}
.promoModal .close {
  background: url("/templates/topkod/img/close_white.png") no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -23px;
  top: -23px;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
}
.promoModal .close:hover {
  opacity: 0.8;
}
.promoModal .content {
  position: relative;
}
.promoModal .content .close {
  background: url("/templates/topkod/img/close_sm.png") no-repeat;
  right: 10px;
  top: 10px;
}
.promoModal .content .close:hover {
  opacity: 0.8;
}
.promoModal .head {
  padding: 28px 30px;
}
.promoModal .head #couponVal {
  height: 100% !important;
  border-color: #0078d7;
  background: #ffffff;
  text-align: center;
  font-weight: 600;
  color: #000000;
}
.promoModal .head .title {
  font-size: 29px;
  color: #000000;
  margin-bottom: 29px;
}
.promoModal .head .title strong {
  font-weight: 600;
}
.promoModal .head .text {
  padding: 34px 10px 0;
  font-size: 15px;
  color: #000000;
  line-height: 19px;
}
.promoModal .bottom {
  overflow: hidden;
  margin: 12px 0 0;
  padding: 40px 40px 33px;
}
.promoModal .col-8 {
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}
@media (min-width: 992px) {
  .promoModal .col-lg-8 {
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    max-width: 650px;
  }
  .promoModal .col-lg-4 {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 320px) {
  .promoModal .text {
    font-size: 14px;
  }
  .sortBox span {
    display: none;
  }
}
.notifyjs-corner {
  top: auto !important;
  bottom: 0 !important;
}
.notifyjs-foo-base {
  width: 240px;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.notifyjs-foo-success {
  color: #ffffff;
  background-color: #1BC98E;
  border-color: #1BC98E;
}
.notifyjs-foo-error {
  color: #ffffff;
  background-color: #0078d7;
  border-color: #0078d7;
}
.notifyjs-foo-warning {
  color: #111;
  background-color: #E4D836;
  border-color: #E4D836;
}
form .form-group,
form .form-check {
  position: relative;
}
form .errorInfo {
  display: none;
  position: absolute;
  right: -10px;
  top: -13px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 10px 3px;
  font-size: 12px;
}
form .errorInfo.active {
  display: block;
}
form .form-check .errorInfo {
  top: auto;
  bottom: 0;
}
.captcha .errorInfo {
  left: 20px;
  right: auto !important;
}
/* General Menu Styles */
#flexMenu {
  display: inline-block;
}
#flexMenu > li {
  float: left;
}
#flexMenu > li:first-child {
  margin-left: 0;
}
.flex-multi {
  float: left;
  width: 45%;
  margin-bottom: 100px;
}
.flex-multi + .flex-multi {
  float: right;
}
/* flexMenu styles */
.flexMenu-viewMore > a {
  background-color: #FF9640;
}
.flexMenu-viewMore.active > a,
.flexMenu-viewMore > a:hover {
  background-color: #FF7400;
}
#dropdownMenuButton {
  border: none;
  background: none;
  outline: none;
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
}
.dropdown-menu {
  border-radius: 0;
  border: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler {
  border: none;
  color: #fff;
}
header.header .navbar .navbar-nav .dropdown-menu .nav-item .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  cursor: pointer;
  border: 0;
}
header.header .navbar .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
  color: #0078d7;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1100px) AND (max-width: 1199px) {
  .container {
    max-width: 1040px !important;
  }
}
@media (min-width: 1024px) AND (max-width: 1099px) {
  .container {
    max-width: 1000px !important;
  }
}
@media (min-width: 992px) AND (max-width: 1023px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 489px) AND (max-width: 991px) {
  #navbarNav .navbar-nav.favoritesBar {
    display: inline-block !important;
  }
}
@media (min-width: 338px) AND (max-width: 991px) {
  #navbarNav {
    flex-basis: unset;
  }
}
@media (max-width: 1199px) {
  .promo .headBox .addFavorite {
    height: 22px;
  }
  .promo .headBox .addFavorite span {
    display: none;
  }
  .promo .btn-promo .btn-label {
    line-height: 47px;
  }
  .promo .btn-promo.no .btn-label {
    line-height: 47px;
    overflow: hidden;
  }
}
/*
   ##Device = Laptops, Desktops
   ##Screen = B/w 1025px to 1280px
 */
@media (min-width: 768px) and (max-width: 1024px) {
  .flex-carousel {
    padding: 0;
  }
  .flex-carousel .flex-item {
    width: 100px;
  }
  .flex-carousel .flex-item .title {
    font-size: 14px;
  }
  .flex-carousel .flex-item .logo {
    width: 100px;
    height: 100px;
  }
  .flex-carousel .flex-item .logo img {
    max-width: 90px;
  }
  .flex-carousel .flex-navigation {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .flex-carousel {
    padding: 0;
  }
  .flex-carousel .flex-item {
    width: 100px;
  }
  .flex-carousel .flex-item .title {
    font-size: 14px;
  }
  .flex-carousel .flex-item .logo {
    width: 100px;
    height: 100px;
  }
  .flex-carousel .flex-item .logo img {
    max-width: 90px;
  }
  .flex-carousel .flex-navigation {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .flex-carousel {
    padding: 0;
  }
  .flex-carousel .flex-item {
    width: 80px;
  }
  .flex-carousel .flex-item .title {
    font-size: 14px;
  }
  .flex-carousel .flex-item .logo {
    width: 80px;
    height: 80px;
  }
  .flex-carousel .flex-item .logo img {
    max-width: 70px;
  }
  .flex-carousel .flex-navigation {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .flex-carousel {
    padding: 0;
  }
  .flex-carousel .flex-item {
    width: 80px;
  }
  .flex-carousel .flex-item .title {
    font-size: 14px;
  }
  .flex-carousel .flex-item .logo {
    width: 80px;
    height: 80px;
  }
  .flex-carousel .flex-item .logo img {
    max-width: 70px;
  }
  .flex-carousel .flex-navigation {
    display: none;
  }
}
@media (min-width: 140px) and (max-width: 319px) {
  .flex-carousel {
    padding: 0;
  }
  .flex-carousel .flex-item {
    width: 80px;
  }
  .flex-carousel .flex-item .title {
    font-size: 14px;
  }
  .flex-carousel .flex-item .logo {
    width: 80px;
    height: 80px;
  }
  .flex-carousel .flex-item .logo img {
    max-width: 70px;
  }
  .flex-carousel .flex-navigation {
    display: none;
  }
}
@media (min-width: 992px) AND (max-width: 1100px) {
  .col-lg-3.newCol {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }
}
@media (min-width: 320px) AND (max-width: 468px) {
  .col-xs-6.col-menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sortBox span {
    display: none;
  }
}
@media (min-width: 320px) AND (max-width: 600px) {
  .breadcrumb {
    display: none;
  }
  .categoryBox .flex {
    display: block;
  }
  .categoryBox .icon {
    display: block;
    padding: 30px 30px 0;
  }
  .sortBox {
    padding: 0 !important;
    background: none;
  }
  .sortBox li {
    float: left;
    margin: 9px 0 !important;
    width: 50%;
  }
  .sortBox li a {
    border-bottom: 2px solid transparent;
  }
  .infBlock .btnsection .flap {
    right: 0;
    width: 100%;
  }
  .infBlock .btnsection:not(.no_btn):before {
    width: 100%;
    background-position: center 0;
  }
  .infBlock .choose:after {
    display: none;
  }
  .pageHeader {
    padding-top: 30px;
  }
  .pageHeader .title {
    font-size: 30px;
  }
  .pageHeader2 {
    padding-top: 10px;
  }
  .pageHeader2 .title {
    font-size: 30px;
  }
  .navigation .page-item .btn-link {
    display: none;
  }
  .promo {
    padding-left: 10px;
  }
  .promo .amount > div {
    font-size: 36px;
    width: 100px !important;
    height: 100px !important;
  }
  .promo .amount > div span {
    font-size: 30px;
  }
  .promo .amount > div img {
    max-width: 70px;
    max-height: 70px;
  }
  .promo .amount > div.with-gift {
    padding: 10px;
  }
  .promo .headBox {
    min-height: 100px;
    padding: 0 0 0 120px;
    align-items: center;
  }
  .promo .headBox .title {
    font-size: 17px;
    padding: 0;
  }
  .promo .headBox .rSide {
    position: unset;
  }
  .promo .headBox .rSide .addFavorite {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .promo .textBox {
    position: relative;
    padding-bottom: 55px;
  }
  .promo .textBox .text {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    font-size: 12px;
  }
  .promo .textBox .btnSet {
    position: absolute;
    bottom: -5px;
    right: -10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .promo .infoBox {
    min-height: 95px;
  }
  .promo .infoBox .left {
    order: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .promo .infoBox .n-rating {
    flex-direction: row;
    width: 100%;
    align-items: baseline;
    margin: -5px -3px 10px;
  }
  .promo .infoBox .n-rating .rating {
    float: right;
  }
  .promo .infoBox .n-rating .cr_vote_n {
    display: block;
    float: right;
    margin: 0;
  }
  .promo .infoBox .n-timeout span {
    background: #fff;
    position: absolute;
    left: 39px;
  }
}
@media (min-width: 320px) AND (max-width: 600px) and (min-width: 375px) {
  .promo .infoBox {
    margin-top: -35px;
  }
}
@media (min-width: 320px) AND (max-width: 600px) and (min-width: 375px) {
  .promo .infoBox .n-timeout {
    margin-bottom: 15px;
  }
}
@media (min-width: 200px) AND (max-width: 991px) {
  .footer .footerLinks {
    padding: 0 30px 30px;
  }
}
@media (min-width: 750px) AND (max-width: 991px) {
  .block .calList {
    overflow: hidden;
  }
  .block .calList li {
    width: 33%;
    float: left;
  }
}
@media (min-width: 500px) AND (max-width: 749px) {
  .block .calList {
    overflow: hidden;
  }
  .block .calList li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .feedback div.rightBox {
    -ms-flex: 0 0 270px !important;
    flex: 0 0 270px !important;
    max-width: 270px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .feedback div.rightBox {
    -ms-flex: 0 0 259px !important;
    flex: 0 0 259px !important;
    max-width: 259px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px !important;
  }
  .leftBox {
    -ms-flex: 0 0 680px !important;
    flex: 0 0 680px !important;
    max-width: 680px !important;
  }
  .rightBox {
    -ms-flex: 0 0 300px !important;
    flex: 0 0 300px !important;
    max-width: 300px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }
  .leftBox {
    -ms-flex: 0 0 900px !important;
    flex: 0 0 900px !important;
    max-width: 900px !important;
  }
  .rightBox {
    -ms-flex: 0 0 330px !important;
    flex: 0 0 330px !important;
    max-width: 330px !important;
  }
}
.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzQ0LjMzOSAzNDQuMzM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNDQuMzM5IDM0NC4zMzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHJlY3QgeT0iNDYuMDYiIHdpZHRoPSIzNDQuMzM5IiBoZWlnaHQ9IjI5LjUyIiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJCTxnPgoJCQk8cmVjdCB5PSIxNTYuNTA2IiB3aWR0aD0iMzQ0LjMzOSIgaGVpZ2h0PSIyOS41MiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCQk8Zz4KCQkJPHJlY3QgeT0iMjY4Ljc0OCIgd2lkdGg9IjM0NC4zMzkiIGhlaWdodD0iMjkuNTMxIiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
header.header .navbar .navbar-brand {
  padding-left: 34px;
  margin-right: 0;
}
.n-vote {
  font-size: 16px;
}
.n-sort-btn {
  width: 35px;
  height: 35px;
  background: #0078d7;
  position: relative;
  float: right;
  margin-top: -30px;
  border-radius: 99px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  background-image: url(/templates/topkod/img/filter_white.png);
  -webkit-background-size: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.n-sort-btn:hover {
  opacity: .8;
}
.n-sort-btn_active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0yOC4yMjgsMjMuOTg2TDQ3LjA5Miw1LjEyMmMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBMMjMuOTg2LDE5Ljc0NEw1LjEyMSwwLjg4ICAgYy0xLjE3Mi0xLjE3Mi0zLjA3LTEuMTcyLTQuMjQyLDBjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDJsMTguODY1LDE4Ljg2NEwwLjg3OSw0Mi44NWMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MiAgIEMxLjQ2NSw0Ny42NzcsMi4yMzMsNDcuOTcsMyw0Ny45N3MxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWwxOC44NjUtMTguODY0TDQyLjg1LDQ3LjA5MWMwLjU4NiwwLjU4NiwxLjM1NCwwLjg3OSwyLjEyMSwwLjg3OSAgIHMxLjUzNS0wLjI5MywyLjEyMS0wLjg3OWMxLjE3Mi0xLjE3MSwxLjE3Mi0zLjA3MSwwLTQuMjQyTDI4LjIyOCwyMy45ODZ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.n-v-mobile {
  display: none;
}
.n-s-wrap {
  display: inline-block;
  margin-left: 5px;
}
.toggle-text-btn {
  color: #0078d7;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .15s ease all;
  -o-transition: .15s ease all;
  transition: .15s ease all;
  padding-left: 18px;
  position: relative;
}
.toggle-text-btn b {
  font-weight: 300;
  display: none;
}
.toggle-text-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .25s ease all;
  -o-transition: .25s ease all;
  transition: .25s ease all;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 9px;
  background-image: url(/templates/topkod/img/arrow_1.png);
  background-position: 0 0;
}
.toggle-text-btn.active span {
  display: none;
}
.toggle-text-btn.active b {
  display: inline;
}
.toggle-text-btn.active::before {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.toggle-text-btn:hover {
  opacity: .75;
}
.toggle-category {
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #0078d7;
  font-weight: 300;
  cursor: pointer;
}
.toggle-category b {
  display: none;
}
.toggle-category::before {
  content: '';
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  position: absolute;
  left: -25px;
  width: 16px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url(/templates/topkod/img/arrow_0.png);
}
.toggle-category_active b {
  display: block;
}
.toggle-category_active span {
  display: none;
}
.toggle-category_active::before {
  transform: translateY(-50%);
}
header.header {
  z-index: 999;
}
.close-menu {
  display: none;
}
.navbar-toggler {
  cursor: pointer;
}
body.locked {
  overflow: hidden;
  height: 100%;
}
.promocod {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .promocod {
    flex-flow: column;
  }
}
.promocod__icon {
  padding: 15px;
  padding-right: 18px;
  position: relative;
}
.promocod__icon::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 50%, #0078d7 50%);
  background-size: 1px 12px, 1px 100%;
}
@media only screen and (max-width: 767px) {
  .promocod__icon {
    position: absolute;
  }
}
@media only screen and (max-width: 420px) {
  .promocod__icon {
    padding-bottom: 10px;
  }
}
.promocod__icon .amount > a {
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 420px) {
  .promocod__icon .amount > a span {
    display: none;
  }
}
.promocod__icon .amount > div {
  position: relative;
  z-index: 99;
  margin: auto;
  margin-bottom: 15px;
  text-align: center;
  background: #0078d7;
  box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.14);
  font-size: 60px;
  width: 141px !important;
  height: 141px !important;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .promocod__icon .amount > div {
    width: 82px !important;
    height: 82px !important;
    padding: 5px;
  }
}
@media only screen and (max-width: 420px) {
  .promocod__icon .amount > div {
    margin-bottom: 10px;
  }
}
.promocod__icon .amount > div.with-gift > a {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .promocod__icon .amount > div.with-gift > a img {
    max-width: 36px !important;
  }
}
.promocod__icon .amount > div.with-img {
  padding: 10px;
}
.promocod__icon .amount > div.with-img a {
  background: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .promocod__icon .amount > div.with-img {
    padding: 5px;
  }
  .promocod__icon .amount > div.with-img a img {
    max-width: 70px;
  }
}
.promocod__icon .amount > div:not(.with-gift) a {
  position: relative;
  color: #fff;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.promocod__icon .amount > div:not(.with-gift) a span {
  color: #000;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .promocod__icon .amount > div:not(.with-gift) a {
    font-size: 36px;
  }
  .promocod__icon .amount > div:not(.with-gift) a span {
    font-size: 30px;
  }
}
.promocod__main {
  width: 100%;
}
.promocod__details {
  display: flex;
  position: relative;
}
.promocod__details::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent 50%, #0078d7 50%);
  background-size: 12px 1px, 100% 1px;
}
@media only screen and (max-width: 767px) {
  .promocod__details {
    flex-flow: column;
  }
}
.promocod__details-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .promocod__details-wrap {
    padding: 15px;
    padding-right: 0;
  }
}
.promocod__details-wrap_full {
  width: 100%;
  padding: 40px 50px 35px 25px;
}
@media only screen and (max-width: 1199px) {
  .promocod__details-wrap_full {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  .promocod__details-wrap_full::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #0078d7 50%);
    background-size: 12px 1px, 100% 1px;
  }
}
@media only screen and (max-width: 767px) {
  .promocod__details-wrap_full {
    padding: 0px;
    padding-right: 30px;
    height: 148px;
    padding-left: 175px;
  }
}
@media only screen and (max-width: 420px) {
  .promocod__details-wrap_full {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 138px;
    padding: 20px 0 20px 115px;
  }
}
.promocod__details-wrap .btn-label {
  white-space: normal;
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .promocod__details-wrap .btn-label {
    line-height: normal;
    display: flex;
    align-items: center;
  }
}
.promocod__details-wrap .btn-promo {
  width: 226px !important;
  margin-right: -4px;
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .promocod__details-wrap .btn-promo {
    width: 155px !important;
  }
}
@media only screen and (max-width: 420px) {
  .promocod__details-wrap .btn-promo {
    width: 183px !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .promocod__details-wrap .btn-promo:not(.no) .btn-label {
    padding-left: 34px;
  }
}
.promocod__details-item {
  color: #625f5c;
  font-size: 14px;
}
.promocod__details-item br {
  display: none;
}
.promocod__details-item .cr_vote_n {
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .promocod__details-item_pc {
    display: none;
  }
}
.promocod__details-item_mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .promocod__details-item_mobile {
    display: block;
  }
}
.promocod__details-item span {
  color: #000;
  padding-left: 5px;
}
@media only screen and (max-width: 420px) {
  .promocod__details-item_used {
    position: relative;
  }
  .promocod__details-item_used div {
    padding-left: 25px;
  }
  .promocod__details-item_used i {
    position: absolute;
    top: 2px;
  }
  .promocod__details-item_rating {
    margin-left: -35px;
    display: flex;
    flex-flow: column-reverse;
  }
  .promocod__details-item_rating .cr_vote_n {
    top: 0;
  }
}
.promocod__desc {
  padding: 25px 30px;
  font-size: 15px;
  line-height: 28px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .promocod__desc {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 420px) {
  .promocod__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.n-infoBox {
  display: flex;
  padding-right: 30px !important;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  padding-left: 10px !important;
  margin-top: 10px;
}
@media only screen and (max-width: 600px) {
  .n-infoBox {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 480px) {
  .n-infoBox {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.n-infoBox b {
  font-weight: 300;
}
.n-infoBox .n-rating .rating {
  margin-right: -3px;
}
@media only screen and (max-width: 600px) {
  .n-infoBox .n-rating {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
}
.n-infoBox .cr_vote_n {
  margin-left: 35px;
}
@media only screen and (max-width: 1199px) and (min-width: 600px) {
  .n-infoBox .cr_vote_n {
    display: inline;
  }
  .n-infoBox .cr_vote_n b {
    display: none;
  }
}
.n-infoBox .n-used {
  width: 170px;
}
@media only screen and (max-width: 480px) {
  .n-infoBox .n-used {
    width: auto;
    max-width: 170px;
  }
  .n-infoBox .n-used b {
    display: block;
  }
}
@media (min-width: 860px) {
  .n-infoBox .n-timeout {
    text-align: right;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 600px) {
  .n-infoBox .n-timeout {
    width: 100%;
    text-align: left;
    margin-bottom: 14px;
  }
}
.n-infoBox .n-timeout .b {
  color: inherit !important;
}
@media only screen and (max-width: 1199px) and (min-width: 600px) {
  .n-infoBox .n-timeout .b {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .n-infoBox .n-timeout .b {
    display: block;
  }
}
.remodal-wrapper {
  padding: 30px;
}
@media only screen and (max-width: 480px) {
  .remodal-wrapper {
    padding: 15px;
  }
}
.remodal {
  margin-bottom: 0;
}
.remodal_menu .links-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  margin: 65px 0;
  overflow-y: auto;
  width: 100%;
}
.remodal_menu .links-wrap a {
  font-weight: 300;
  color: #000;
  transition: 0.25s;
  font-size: 20px;
  margin: 12px;
}
.remodal_menu .links-wrap a:hover,
.remodal_menu .links-wrap a:active {
  color: #0078d7;
}
@media only screen and (max-width: 380px) {
  .remodal_menu .links-wrap a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .pagination.pagesCont .page-item:nth-of-type(11),
  .pagination.pagesCont .page-item:nth-of-type(10),
  .pagination.pagesCont .page-item:nth-of-type(9),
  .pagination.pagesCont .page-item:nth-of-type(8) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .pagination.pagesCont .page-item:nth-of-type(7),
  .pagination.pagesCont .page-item:nth-of-type(6),
  .pagination.pagesCont .page-item:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .pagination.pagesCont .page-item:nth-of-type(4) {
    display: none;
  }
}
.close-menu {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: url(/templates/topkod/img/close.png) no-repeat 4px 30px;
  cursor: pointer;
}
.siteIco.time {
  color: transparent;
  margin: 1px 2px 0 0;
}
.n-title {
  padding-right: 50px;
}
.n-contact2 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
}
.n-contact2 li {
  display: inline-block;
  padding: 0 10px 0;
}
.n-contact2 a {
  color: #fff;
}
.n-contact2 a:hover,
.n-contact2 a:active {
  color: #000;
}
.n-contact {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  float: left;
  color: #fff;
  margin: 20px 10px 0;
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
  .n-contact {
    flex-flow: row-reverse;
    text-align: left;
    width: 100%;
    height: auto;
    justify-content: flex-end;
  }
}
.n-contact p {
  font-size: 14px;
}
.n-contact a {
  color: #0078d7;
}
.n-contact a:hover,
.n-contact a:active {
  color: #000;
}
@media only screen and (max-width: 700px) {
  .n-contact {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .n-contact__copyright {
    display: flex;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 700px) {
  .n-contact__copyright {
    flex-flow: column;
    align-items: center;
  }
}
.n-contact__copyright p {
  margin-bottom: 0;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .n-contact__copyright p {
    margin: 0;
  }
}
.n-contact__copyright p a {
  color: #fff;
  transition: 0.25s;
}
.n-contact__copyright p a:hover,
.n-contact__copyright p a:active {
  color: #000;
}
.n-contact__copyright p span {
  display: block;
}
@media only screen and (max-width: 700px) {
  .n-contact__copyright p span {
    display: inline;
  }
}
@media only screen and (max-width: 700px) {
  .n-contact__logo {
    margin-top: 55px;
  }
}
.n-contact__logo p {
  color: #a5a2a2;
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
  .n-contact__logo p {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .n-contact__logo p {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .n-contact__logo {
    width: 50%;
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 700px) {
  .n-contact__logo {
    width: auto;
    flex-flow: column;
    align-items: center;
  }
}
@media only screen and (min-width: 700px) and (max-width: 991px) {
  .n-contact__social {
    width: calc(100% / 3);
  }
  .n-contact__social p {
    display: none;
  }
}
.n-contact__social ul {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .n-contact__social ul {
    text-align: left;
  }
}
.n-contact__social ul li {
  opacity: 0.5;
  display: inline-block;
  margin: 0 10px;
  transition: 0.25s;
}
.n-contact__social ul li:hover {
  opacity: 1;
}
.formBox .radio_stars {
  width: 105px;
  flex-shrink: 0;
}
@media only screen and (min-width: 600px) {
  .promo .amount > div.with-gift .flex:after {
    bottom: -1px;
    height: 65px;
  }
}
@media only screen and (max-width: 480px) {
  .promo .amount > div.with-gift .flex:after {
    bottom: -5px;
    background: url("/templates/topkod/img/shape_m.png") no-repeat center;
  }
}
@media only screen and (max-width: 991px) {
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between {
    display: flex;
  }
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between > div {
    margin-right: -20px;
  }
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between > div a {
    display: block;
  }
}
.promoModal .col-12.title {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .promoModal > .close {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .promoModal .form-check.checkbox {
    padding-left: 14px;
    margin: 20px 0 !important;
  }
  .promoModal .checkbox label {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 570px) {
  .promoModal .promoModal .head #couponVal {
    margin-bottom: 10px;
  }
  .promoModal .promoModal .content .close {
    right: 15px;
    top: 15px;
    z-index: 1;
  }
  .promoModal .row.head .col-lg-6.col-md-6.col-sm-6.col-xs-12:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between a {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .promoModal .row.head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promoModal .btn.btn-danger {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between {
    flex-flow: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between > div:first-of-type {
    padding-left: 23px;
    margin-bottom: 20px;
  }
  .promoModal .row.bottom.sepTop.align-items-center.justify-content-between > div:first-of-type a {
    margin-left: 12px;
  }
}
header.header .navbar .navbar-brand .sub {
  position: relative;
  top: -3px;
  left: 1px;
}
.btn.btn-danger.mini_btn i {
  margin-right: 0;
}
@media (min-width: 701px) AND (max-width: 991px) {
  header.header .navbar .navbar-brand {
    padding: 0 !important;
    margin: -10px 0 0px;
  }
  header.header .navbar .navbar-brand img {
    position: relative;
    top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .title.sepBottom.active::after {
    transition-delay: .3s;
    opacity: 0;
  }
  #subscribeForm .form-check.checkbox {
    margin: 20px 0;
    padding-left: 30px;
  }
  #subscribeForm .form-check.checkbox input {
    display: none;
  }
  #subscribeForm .form-check.checkbox label {
    padding-top: 7px;
  }
  ul#flexMenu {
    position: fixed;
    display: none;
    background: #fff;
    color: #000;
    z-index: 999;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 0;
    height: calc(100vh - 60px);
    align-items: center;
    justify-content: center;
  }
  ul#flexMenu.open {
    display: flex !important;
  }
  ul#flexMenu .close-menu {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 30px;
    background-image: url(/templates/topkod/img/close.png);
    cursor: pointer;
  }
  ul#flexMenu .flexMenu-viewMore {
    position: static !important;
  }
  ul#flexMenu .flexMenu-popup {
    display: flex !important;
    flex-flow: column;
    align-items: center;
    box-shadow: none;
  }
  ul#flexMenu .nav-item {
    position: static !important;
  }
  ul#flexMenu .nav-item:hover::after {
    display: none;
  }
  ul#flexMenu .nav-item .nav-link {
    padding: 15px 0;
    color: #000 !important;
  }
  ul#flexMenu .nav-item .nav-link:hover {
    color: #0078d7 !important;
  }
  ul#flexMenu::before {
    content: '';
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -30px;
    top: -30px;
    border: 30px solid rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .toggle-category {
    display: block;
  }
  .infBlock .inf_block_c {
    padding-bottom: 5px;
  }
  .infBlock .choose::after {
    display: none;
  }
  .infBlock .choose:last-child {
    padding-left: 10px;
  }
  .infBlock .choose .text {
    max-width: none;
    padding-right: 30px;
  }
  .infBlock .choose .rounded-circle {
    margin-bottom: 30px;
  }
}
.promo .headBox .title {
  line-height: 1.1;
  margin: 0;
}
.errorInfo.active {
  z-index: 99;
}
.siteIco.favorites {
  margin-right: 8px;
}
.sort-mobile .sortBox {
  display: none;
}
@media only screen and (max-width: 768px) {
  .formBox .flex.align-items-center.justify-content-end {
    justify-content: flex-start !important;
    margin-top: 8px;
  }
  .formBox .col.justify-content-end.align-items-end.flex {
    justify-content: flex-start !important;
  }
  .infBlock .btnsection .flap {
    font-weight: bold;
  }
  .block .minReview {
    padding-top: 30px;
  }
  .block .minReview p {
    color: #000;
  }
  .block .minReview:last-of-type {
    padding-bottom: 30px;
  }
  .discounts li:nth-of-type(1) a,
  .discounts li:nth-of-type(2) a {
    line-height: 40px;
  }
  .discounts li:nth-of-type(1) a::before,
  .discounts li:nth-of-type(2) a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #0078d7 50%);
    background-size: auto auto;
    background-size: 12px 1px, 100% 1px;
  }
}
@media only screen and (max-width: 600px) {
  .n-category .icon:after {
    display: none;
  }
  .categoryBox .icon::after {
    background: linear-gradient(to right, transparent 50%, #0078d7 50%);
    -webkit-background-size: 12px 1px, 100% 1px;
    background-size: 12px 1px, 100% 1px;
    width: 100%;
    top: auto;
    left: -6px;
    height: 1px;
  }
}
@media only screen and (max-width: 530px) {
  .box_social .ya-share2 {
    padding-left: 0 !important;
  }
  .box_social .ya-share2::before {
    position: static !important;
    font-size: 16px;
  }
  .ya-share2__container_size_m {
    padding-top: 15px;
  }
  .ya-share2__container_size_m .ya-share2__list {
    margin: 0 -5.5px;
  }
  .box_social {
    padding: 26px 20px 21px;
  }
  .box .header {
    padding: 20px;
  }
}
.hidden-l {
  display: none;
}
@media (min-width: 480px) and (max-width: 1200px) {
  .sortBox span {
    display: none;
  }
}
@media (max-width: 480px) {
  .hidden-l {
    display: block;
  }
  .infBlock .inf_block_c {
    padding-bottom: 18px;
  }
  .infBlock .choose .rounded-circle {
    margin-bottom: 15px;
  }
  .infBlock .choose .text {
    font-size: 14px;
  }
  .infBlock .choose .text .h4 {
    font-size: 16px;
  }
  .n-bg {
    background: #FDFCFA;
  }
  .navigation .more {
    font-size: 14px;
  }
  .bg {
    margin-bottom: 10px;
  }
  #subscribeBox .title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    padding: 25px 20px 15px;
  }
  #subscribeBox .title br {
    display: none;
  }
  #subscribeBox .form-check.checkbox {
    margin-bottom: 10px;
  }
  #subscribeBox .btn.btn-white {
    padding-top: 9px;
    padding-bottom: 10px;
  }
  #subscribeBox .block .content.form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo .headBox {
    min-height: 85px;
  }
  .promo:not(.full) .textBox .text p {
    font-size: 14px;
  }
  .promo:not(.full) .textBox .text p:first-of-type {
    margin: 0;
    margin-bottom: 20px;
  }
  .footer {
    padding: 25px 0;
  }
  .footer p {
    font-size: 14px;
  }
  .footer .logo {
    margin-top: 10px;
    margin-bottom: 15px !important;
  }
  .footer .bottom a {
    margin-top: 15px;
    display: block;
  }
  .footer .footerLinks .title {
    margin-right: -5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer .footerLinks li a {
    font-size: 14px;
  }
  .flex-carousel .flex-wrapper-holder {
    overflow: visible;
  }
  .flex-carousel .item .logo .count {
    top: -5px;
    right: -5px;
    bottom: auto;
  }
  .promo .headBox .title {
    font-size: 16px;
    line-height: 20px;
    margin-left: -23px;
  }
  .promo .amount > div {
    width: 82px !important;
    height: 82px !important;
    padding: 5px !important;
  }
  .promo .amount > div img {
    max-width: 60px !important;
    max-height: 60px !important;
  }
  .promo .amount > div.with-gift img {
    max-width: 36px !important;
    max-height: 36px !important;
  }
  ul#flexMenu {
    left: 15px;
    right: 15px;
    top: 15px;
    height: calc(100vh - 30px);
    border-width: 15px;
  }
  ul#flexMenu .close-menu {
    right: 20px;
    top: 20px;
  }
  .pageCatList li span,
  .pageCatList li a {
    padding: 4px 10px;
    font-size: 14px;
  }
  .n-category .icon {
    padding-left: 20px;
  }
  .n-category .icon img {
    width: 45px;
  }
  .n-category .text {
    padding-top: 14px;
  }
  .infBlock .choose .text {
    padding-right: 0;
  }
  .col.captcha {
    margin: 0 0 15px;
    max-width: none;
    display: flex;
    justify-content: center;
  }
  .sortBox {
    margin-bottom: -23px !important;
  }
  .sortBox ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .sortBox ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 50%;
    margin: 6px 0 !important;
  }
  .sortBox ul li a {
    margin-right: 10px;
    font-size: 14px;
  }
  .sortBox ul li .n-s-wrap {
    margin: 0;
    flex-shrink: 0;
    position: relative;
    top: -2px;
  }
  .sortBox ul li .n-s-wrap span {
    margin: 0;
  }
  .n-v-mobile {
    display: block;
  }
  .n-v-pc {
    display: none;
  }
  .n-sort-btn {
    display: block;
    position: absolute;
    top: 60px;
    right: 10px;
  }
  .n-flex-wrap {
    padding: 0 10px;
  }
  .hidden-m {
    display: none;
  }
  .pageHeader .title {
    font-size: 22px;
  }
  .pageHeader .title span {
    font-weight: 600;
  }
  .promo .infoBox .timeout {
    flex-basis: 39%;
    max-width: 39%;
  }
  .promo .textBox .btnSet {
    max-width: 195px;
  }
  .box .header {
    font-size: 22px;
  }
  .seobox .content img[align="left"] {
    display: none;
  }
  .seobox .content {
    padding: 0 20px 20px;
  }
  .seobox .content p {
    font-size: 14px;
  }
  #navbarNav.navbar-collapse {
    flex-basis: unset;
  }
  .footer .footerLinks .title {
    height: 30px;
    line-height: normal;
  }
  .footer .footerLinks {
    padding: 0 10px 30px;
  }
  .promo .textBox .text p:last-child {
    margin-bottom: 1rem;
  }
  .navigation .navBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .n-pageHeader {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 30px 20px;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  .n-pageHeader h1.title {
    padding-right: 30px;
    margin: 0 !important;
    font-size: 25px;
  }
  .n-pageHeader a.btn.btn-danger {
    flex-shrink: 0;
  }
  .n-vote {
    font-size: 14px;
    font-weight: 300;
    color: #625f5c;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-content: center;
  }
  .n-vote div.cr_vote_n.pull-left {
    margin-left: 5px;
  }
  .n-vote div.cr_vote_n.pull-left span {
    color: #000;
  }
  .categoryBox.full .text {
    padding: 24px 20px 24px 20px;
  }
  .categoryBox.full .text p {
    font-size: 14px;
  }
  .block .promo-item {
    padding: 30px 20px;
  }
  .block .promo-item .logo {
    height: auto;
  }
  .block .promo-item .logo img {
    max-width: 125px;
    margin: 5px 0 15px;
  }
  .block .promo-item .btn.btn-sm {
    padding: 9px 35px 8px;
  }
  .title h2,
  .title .h2 {
    font-size: 22px !important;
  }
  .block .textBox,
  .block .large {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .block .textBox p {
    font-size: 13px !important;
  }
  .pageHeader .title.min {
    font-size: 22px;
  }
  .toggle-text.text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .toggle-text.text p {
    height: 118px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }
}
.infBlock .close {
  z-index: 999;
}
.footer .top .social {
  margin-bottom: 30px;
}
@media only screen and (max-width: 390px) {
  #subscribeForm .form-check.checkbox label {
    padding-right: 10px;
    padding-top: 0;
  }
  #subscribeForm .form-check.checkbox {
    margin: 20px 5px 10px 5px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 380px) {
  .n-category .icon img {
    width: 29px;
  }
  .subHeader .link,
  .block .large .link {
    padding-right: 0;
    height: 23px;
    width: 105px;
    overflow: hidden;
  }
  .subHeader.justify-content-between.align-items-center {
    flex-wrap: wrap;
  }
  .subHeader.justify-content-between.align-items-center .title {
    margin-right: 10px;
  }
  .block.shops.bg .radio_star {
    width: 16px;
  }
  .oldListCoupons {
    margin: 35px 0 0;
  }
  .oldListCoupons h3 {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 0 7px;
  }
}
.subHeader .link,
.block .large .link {
  position: relative;
  top: 2px;
}
.subscribeModal .title {
  font-size: 30px;
  line-height: 30px;
  padding: 36px 40px 20px;
}
.subscribeModal .content.form {
  padding: 0 40px 30px;
}
.subscribeModal .content.form p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.subscribeModal .content.form .form-check {
  padding-top: 10px;
}
.subscribeModal .content.form input.styled {
  display: none;
}
@media only screen and (max-width: 767px) {
  .subscribeModal .close {
    display: block;
    right: 20px;
    top: 20px;
    z-index: 2;
  }
  .subscribeModal .title {
    font-size: 20px;
    line-height: 20px;
    padding: 26px 30px 20px;
  }
  .subscribeModal .content.form {
    padding: 0 30px 30px;
  }
  .subscribeModal .content.form p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .subscribeModal .content.form .form-check {
    padding-left: 30px;
    padding: 0 0 0 30px;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
  }
  .subscribeModal .content.form .form-check label {
    padding-top: 0px;
    display: flex;
    height: 29px;
    align-items: center;
  }
}
.animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@media screen and (max-height: 575px) {
  .g-recaptcha {
    margin-left: 60px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.badge_mob {
  border-radius: 13px;
  min-width: 26px;
  text-align: center;
}
.searchBox {
  margin: 2px 0 0 20px;
  position: relative;
  z-index: 4;
}
.searchBox form {
  position: relative;
  z-index: 2;
}
.searchBox input[type="search"] {
  border: none;
  outline: none;
  border-radius: 4px;
  background: #ffffff url("/templates/topkod/img/search_btn.png") no-repeat 13px 13px;
  padding: 0 38px;
  line-height: 41px;
  height: 41px;
  width: 367px;
  font-size: 15px;
  color: #7a7672;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1366px) {
  .searchBox input[type="search"] {
    width: 240px;
  }
}
@media screen and (max-width: 1024px) {
  .searchBox input[type="search"] {
    width: 260px;
  }
}
@media screen and (max-width: 980px) {
  .searchBox input[type="search"] {
    width: 220px;
  }
}
@media screen and (min-width: 768px) AND (max-width: 779px) {
  .searchBox input[type="search"] {
    width: 260px;
  }
}
@media screen and (min-width: 780px) AND (max-width: 789px) {
  .searchBox input[type="search"] {
    width: 280px;
  }
}
@media screen and (min-width: 790px) AND (max-width: 799px) {
  .searchBox input[type="search"] {
    width: 290px;
  }
}
@media screen and (min-width: 800px) AND (max-width: 809px) {
  .searchBox input[type="search"] {
    width: 300px;
  }
}
@media screen and (min-width: 810px) AND (max-width: 819px) {
  .searchBox input[type="search"] {
    width: 310px;
  }
}
@media screen and (min-width: 820px) AND (max-width: 829px) {
  .searchBox input[type="search"] {
    width: 320px;
  }
}
@media screen and (min-width: 830px) AND (max-width: 839px) {
  .searchBox input[type="search"] {
    width: 330px;
  }
}
@media screen and (min-width: 840px) AND (max-width: 849px) {
  .searchBox input[type="search"] {
    width: 330px;
  }
}
@media screen and (min-width: 850px) AND (max-width: 859px) {
  .searchBox input[type="search"] {
    width: 350px;
  }
}
@media screen and (min-width: 860px) AND (max-width: 979px) {
  .searchBox input[type="search"] {
    width: 360px;
  }
}
.searchBox #searchResult {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 25px;
  z-index: 1;
  top: 23px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.searchBox #searchResult .not-founded {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #7a7672;
  padding: 7px 15px 14px;
}
.searchBox #searchResult .searchItem {
  display: block;
  height: 51px;
  line-height: 51px;
  font-size: 15px;
  overflow: hidden;
  color: #000000;
}
.searchBox #searchResult .searchItem .logo {
  display: block;
  width: 104px;
  height: 51px;
  text-align: center;
  float: left;
  overflow: hidden;
}
.searchBox #searchResult .searchItem .logo img {
  max-width: 80px;
  max-height: 40px;
}
.searchBox #searchResult .searchItem .text {
  padding-right: 10px;
  display: block;
  overflow: hidden !important;
}
.searchBox #searchResult .searchItem:not(:last-of-type) {
  border-bottom: 1px solid #0078d7;
}
.searchBox #searchResult .searchItem:hover {
  opacity: 0.5;
}
@media screen and (max-width: 990px) {
  .searchBox:not(.open) {
    float: left;
    margin: 2px 20px 0 0;
  }
}
@media screen and (max-width: 700px) {
  .searchBox {
    display: none !important;
  }
}
.navbar-search {
  display: none;
}
.formClose {
  display: none;
}
@media screen and (max-width: 488px) {
  header.header .navbar .navbar-brand img {
    max-height: 65px;
  }
  header.header .navbar .navbar-brand .sup {
    font-size: 20px;
  }
  .navbar-search {
    display: inline-block;
    background: url("/templates/topkod/img/search_btn_white.png") no-repeat;
    width: 21px;
    height: 21px;
    border: none;
    outline: none;
    top: 32px;
    right: 60px;
    position: absolute;
    cursor: pointer;
  }
  .navbar-search:hover {
    opacity: 0.7;
  }
  .navbar-light .navbar-toggler {
    font-size: inherit;
    top: 29px;
    position: absolute;
    right: 10px;
  }
  .navbar-light .navbar-toggler-icon {
    background: url("/templates/topkod/img/burger_ico.png") no-repeat;
  }
  .navbar {
    padding: 0 0 0;
  }
  .searchBox.open {
    display: block !important;
    position: absolute;
    left: -16px;
    right: 14px;
    top: 20px;
  }
  .searchBox.open input[type="search"] {
    width: 100%;
    background: #ffffff url("/templates/topkod/img/search_btn@2x.png") no-repeat 10px 10px;
  }
  .searchBox.open .formClose {
    display: block;
    background: url("/templates/topkod/img/search_close.png") no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 5;
    right: 8px;
    top: 5px;
  }
  .searchBox.open .formClose:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 330px) {
  .navbar-search {
    right: 55px;
  }
  .navbar-light .navbar-toggler {
    right: 5px;
  }
}
#offerLeave {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(43, 46, 56, 0.9);
}
#offerLeave.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 375px) {
  #offerLeave.active {
    align-items: top;
    padding: 15% 0 0;
  }
}
#offerLeave .promoModal {
  width: 560px;
}
@media only screen and (max-width: 375px) {
  #offerLeave .promoModal {
    width: 300px;
  }
}
#offerLeave .subscribeModal .title {
  font-size: 25px;
  padding: 36px 40px 35px;
}
@media only screen and (max-width: 375px) {
  #offerLeave .subscribeModal .title {
    font-size: 20px;
    text-align: left !important;
    line-height: 25px;
    padding: 25px 30px 26px;
  }
}
#offerLeave .subscribeModal .content {
  padding: 0 70px 40px;
}
@media only screen and (max-width: 375px) {
  #offerLeave .subscribeModal .content {
    padding: 0px 30px 2px;
  }
}
#offerLeave .subscribeModal .content .btn {
  font-weight: 400;
}
@media only screen and (max-width: 375px) {
  #offerLeave .subscribeModal .content .btn {
    margin-bottom: 9px;
  }
}
#offerLeave .subscribeModal .content .btn:hover .siteIco.external {
  filter: brightness(10);
}
#offerLeave .subscribeModal .content .btn-link {
  padding: 15px 0.75rem;
  color: #fff;
  text-decoration: none;
}
#offerLeave .subscribeModal .content .btn-link .siteIco.shop_0 {
  filter: brightness(10);
}
#offerLeave .subscribeModal .content .btn-link:hover {
  opacity: 0.8;
}
.addFavorite .siteIco.favorites {
  top: -1px;
}
@media (max-width: 468px) and (min-width: 320px) {
  .col-xs-6.col-menu:nth-child(1),
  .col-xs-6.col-menu:nth-child(2) {
    margin-bottom: 0px;
  }
}
.related-posts {
  display: flex;
  margin: 0 -5px 30px;
}
@media (max-width: 468px) and (min-width: 320px) {
  .related-posts {
    flex-direction: column;
    margin: 0 0 30px;
  }
}
.related-posts .promo {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  width: 33%;
}
@media (max-width: 468px) and (min-width: 320px) {
  .related-posts .promo {
    width: 100%;
    margin: 0 0 10px;
  }
}
.related-posts .promo .amount {
  position: relative;
  display: flex;
  justify-content: center;
}
.related-posts .promo .headBox {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 468px) and (min-width: 320px) {
  .related-posts .promo .headBox {
    padding: 0 10px;
    min-height: auto;
    display: flex;
    justify-content: center;
  }
  .related-posts .promo .headBox .title {
    margin: 0;
  }
}
@media (max-width: 768px) and (min-width: 469px) {
  .related-posts .promo .headBox {
    padding: 0px;
    min-height: auto;
    display: flex;
    justify-content: center;
  }
  .related-posts .promo .headBox .title {
    margin: 0;
  }
}
.related-posts .promo .btnSet {
  flex: auto;
  max-width: inherit;
  min-width: inherit;
  width: 100%;
  margin: 0;
  right: 0;
}
.related-posts .promo .btnSet .btn {
  border-radius: 4px;
}
.data-after:after {
  content: '%';
}
[data-after]:after {
  content: attr(data-after);
  margin-left: 5px;
}
.oldListCoupons {
  margin: 35px 0 0;
}
.oldListCoupons h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  padding: 0 0 0 7px;
}
.dmca_box {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0078d7;
  z-index: 99;
  padding: 30px 0;
  color: #fff;
}
@media (max-width: 468px) and (min-width: 320px) {
  .dmca_box {
    padding: 20px 0;
  }
}
.dmca_box p:last-of-type {
  margin-bottom: 0;
}
.dmca_box a {
  color: #fff;
}
.dmca_box button {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #0078d7;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  outline: none;
  white-space: nowrap;
  height: fit-content;
  padding: 15px 45px;
  text-align: center;
  margin-left: 80px;
}
.dmca_box button:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.dmca_box .container {
  display: flex;
  align-items: center;
}
@media (max-width: 468px) and (min-width: 320px) {
  .dmca_box .container {
    flex-direction: column;
  }
  .dmca_box .container p {
    font-size: 12px;
  }
  .dmca_box .container button {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
