/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.5rem;
  font-family: 'HelveticaNeueCyr',sans-serif;
  color: #3a3f46;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  background: #fff;
  padding-top: 16px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  text-decoration: none;
  color: #3a3f46;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #3a3f46;
}
/*#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #3a3f46;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #3a3f46;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}*/
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  border-top: 2px solid #009dff;
  background: #fff;
  /*border-radius: 8px !important;
  border-bottom: 2px solid rgba(0,0,0,.15);*/
  -webkit-box-shadow: 0 6px 12px rgba(79,83,103,.175);
  box-shadow: 0 6px 12px rgba(79,83,103,.175),0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: -2px;
  z-index: 1;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #3a3f46;
  font-weight: 400;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #009dff;
  padding-left:18px;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #bfbfbf;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #bfbfbf;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
    background: #000;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #3a3f46;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #3a3f46;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    font-size: 0px;
    cursor:pointer;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #3a3f46;
    border-bottom: 2px solid #3a3f46;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #3a3f46;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #3a3f46;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #3a3f46;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #000;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
#cssmenu ul ul {
    border-top: 0px solid #009dff;
}
.nosmart {
    display:none !important;
}
.top-mail {
    text-align: center !important;
}
.top-left {
    float: none !important;
}
#cssmenu ul {
    box-shadow: 0 6px 12px rgba(79,83,103,.175),0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
    margin-top: 30px;
}
#cssmenu ul ul {
    box-shadow: none !important;
    border-bottom: none !important;
}
#cssmenu ul ul li a {
  color: #a6afbb !important;
}
#cssmenu ul ul li a:hover {
  color: #009dff !important;
}
#cssmenu > ul > li > a {
    color: #fff !important;
}
.top-cart {
    right: 6rem !important;
}
}

.top-cart {
    position: absolute;
    display: block;
    right: 15px;
    top: 18px;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-cart:hover {
    -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
          -o-transform: scale(1.07);
          transform: scale(1.07);
}
.top-cart span {
    content: "";
    width: auto;
    height: 20px;
    padding: 0 5.6px;
    border-radius: 11px;
    background: white;
    border: 1.9px solid #009dff;
    position: absolute;
    display: block;
    right: -4.9px;
    top: 8.7px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #76c8fb;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(0, 157, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 157, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #76c8fb;
    box-shadow: 0 0 0 0 #76c8fb;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(0, 157, 255, 0);
      box-shadow: 0 0 0 10px rgba(0, 157, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 157, 255, 0);
      box-shadow: 0 0 0 0 rgba(0, 157, 255, 0);
  }
}


/* --------------------------------

header

-------------------------------- */
.nosmart {
    display:block;
}
#top-head {
    position: relative;
        z-index: 50;
        display: block;
        top: 0;
        left: 0;
        right: 0;
}

#top-head #langvich {
    font-size: 13px;
    position: relative;
    text-decoration: none;
}

#top-head #langvich:hover .langvich-item {
    top: 40px;
    display: block;
    opacity: 1;
}

#top-head #langvich .langvich-title {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 100px;
    color: rgba(247,247,247,.7);
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#top-head #langvich .langvich-title:hover {
    background-color: #009dff;
    color: #fff;
    text-decoration: none;
}

#top-head #langvich .langvich-title:hover i {
    color: #f7f7f7;
}

#top-head #langvich .langvich-title i {
    color: #009dff;
}
#top-head #langvich .langvich-title img {
    vertical-align: middle;
}

#top-head #langvich .langvich-item {
    display: hidden;
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: #303030;
    overflow: hidden;
    margin-top: 0px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#top-head #langvich .langvich-item a {
    display: block;
    line-height: 38px;
    border-top: 1px solid rgba(0,180,200,.3);
    text-align: left;
    text-indent: 15px;
    width: 100px;
    vertical-align: middle;
    text-decoration: none;
    color: rgba(247,247,247,.7);
}

#top-head #langvich .langvich-item a:hover {
    background-color: #009dff;
    color: #fff;
    text-decoration: none;
}

#top-head #langvich .langvich-item a:hover i {
    color: #f7f7f7;
    text-decoration: none;
}

#top-head #langvich .langvich-item a i {
    color: #009dff;
    text-decoration: none;
}
#top-head #langvich .langvich-item img {
    vertical-align: middle;
}
.pull-right {
    float: right !important;
}
.top-leer {
    width: 100%;
    background-color: rgba(0, 157, 255,.9);
    position: relative;
    display: inline-block;
}
.container {
    position: relative;
    max-width: 1170px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.top-left {
    float: left;
}
.top-mail {
    line-height: 40px;
    color: rgba(255,255,255,.5);
    text-align: right;
    font-size: 14px;
}
.top-mail a {
    color: rgba(255,255,255,.9);
    text-decoration: none;
}
.top-data p {
    line-height: 40px;
    color: rgba(255,255,255,.9);
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.head-main {
    height: 80px;
    /*border-bottom: 2px solid rgba(0,0,0,.15);*/
    -webkit-box-shadow: 0 6px 12px rgba(79,83,103,.175);
    /*box-shadow: 0 6px 12px rgba(79,83,103,.175),0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);*/
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease;
}

.h1-head {
    background-color: #f7f7f7;
}
.h1-head {
    position: relative;
    padding: 20px 0;
    /*border-top: 1px solid rgba(0,0,0,.07);*/
    border-bottom: 1px solid rgba(0,0,0,.07);
}
.h1-head h1 {
    margin: 0;
    line-height: 30px;
    font-size: 26px;
    color: rgba(48,48,48,.7);
    padding-bottom: 5px;
    text-align: center;
}

a.navbar-brand {
    padding: 0;
    height: 30px;
}
.bar-logo {
    float: left;
    height: 20px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
}
a.bar-logo h5 {
    font-family: 'Andantino script';
    font-size: 36px;
    color: #3d4853;
    margin-right: 30px;
    margin-top: 6px;
    text-shadow: 0px 0.03em 0px rgba(0, 0, 0, 0.2), 0px 0.15em 0.11em rgba(0, 0, 0, 0.15), 0px 0.25em 0.02em rgba(0, 0, 0, 0.1), 0px 0.32em 0.32em rgba(0, 0, 0, 0.1);
}
a.bar-logo h5 span {
    color: #009dff;
}
section {
    display: block;
}

/* --------------------------------

Content

-------------------------------- */
.podzag {
    font-weight: 500;
    font-size: 1.9rem !important;
    text-transform: uppercase;
    margin-top:25px;
    position: relative;
    display: block;
    margin-left: 25px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 2px dotted rgba(80, 82, 96, .4);
}
.podzag::after {
    content: '';
    color: #009dff;
    border-style: solid;
    top: .1em;
    border-width: .2em .2em 0 0;
    height: .55em;
    left: -1.1em;
    position: absolute;
    display: block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    width: .85em;
    margin-right: 8px;
}
.article-content img {
    border: 1px solid rgba(48,48,48,.1);
    box-shadow: 0 8px 18px rgb(65,85,108,.1) !important;
    border-radius: 3px;
    background-color: #fff;
    max-width: 100%;
    margin-top: 15px;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.article-content img:hover {
    border-color: rgba(48,48,48,.2);
    -webkit-box-shadow: 0 8px 18px rgb(65,85,108,.3) !important;
    box-shadow: 0 8px 18px rgb(65,85,108,.3) !important;
}
.bs-callout-info {
    background-color: rgba(15, 255, 131, .1);
    border: 2px solid #0fff83;
    padding: 20px 20px 20px 20px;
    margin-top:20px;
    margin-bottom:20px;
    box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
}
.bs-callout-warning {
    background-color: rgba(255, 209, 56, 0.15);
    border: 2px solid rgb(236, 214, 179);
    padding: 20px 20px 20px 20px;
    margin-top:20px;
    margin-bottom:20px;
    box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
}
.bs-callout-danger {
    color: #a94442;
    background-color: #f2dede;
    border: 2px solid #ebccd1;
    padding: 20px 20px 20px 20px;
    margin-top:20px;
    margin-bottom:20px;
    box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
}
.bs-callout-danger p {
    color: #a94442 !important;
}
span.dropcap {
    font-size: 40px;
    float: left;
    line-height: 1;
    padding-right: 14px;
    color: #009dff;
    font-family: 'Andantino script';
    text-shadow: 0px 0.03em 0px rgba(0, 0, 0, 0.2), 0px 0.15em 0.11em rgba(0, 0, 0, 0.15), 0px 0.25em 0.02em rgba(0, 0, 0, 0.1), 0px 0.32em 0.32em rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.article-content h2, .article-content h3, .article-content h4 {
    font-weight: 400;
    color: #009dff;
    text-align: center;
    font-size: 30px;
}
img, video, svg {
    max-width: 100%;
}
.content {
    padding-top: 20px;
    background: white;
    position: relative;
    display: block;
}
.content p, .content li {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.content h1, .content h2, .content h3, .content h4 {
    max-width: 1024px;
    line-height: 1;
    margin: 0.4em auto;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
}
.article-content a{
    color: #009dff;
    text-decoration: underline;
}
.article-content a:hover{
    text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  line-height: 26px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.article-content ol li::marker, .article-content ul li::marker {
    color: #009dff !important;
    font-weight: 500;
}
.description-1 {
    text-align: center !important;
    padding-bottom: 10px;
    margin-top: 0px;
}
.btn-blue {
    margin-bottom:0px;
    width: 100%; color: #009dff;
    border:1px solid #009dff;
    background: #fff;
    border-radius:30px;
    font-size: 1.15rem;
    color: #009dff;
    padding: 12px 1px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-blue:hover {
    color: #fff !important;
    background: #009dff;
    text-decoration: none !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
}
.btn-red {
    cursor: pointer;
    margin-bottom:0px;
    width: 100%;
    color: red !important;
    border:1px solid red;
    padding: 12px 1px;
    display: inline-block;
    background: #fff;
    border-radius:30px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.15rem;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-red:hover {
    background: red;
    border:1px solid red;
    text-decoration: none !important;
    color: #fff !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
}
.cart-button {
    border: 1px solid #4bb7fb;
    color:#009dff;
    background : #fff;
    display : block;
    width: 13rem;
    padding: 0.7em 1em;
    text-align : center;
    text-transform : uppercase;
    text-decoration: none;
    font-weight : 300;
    position : relative;
    margin : 0 auto;
    border-radius : 4px;
    margin-bottom: 5px !important;
    margin-top: 13px;
    padding-top: 13px;
    transition : 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.cart-button:hover {
    border : #009dff solid 1px;
    color:#fff;
    background : #009dff;
    transform : translateY(-3px);
}
hr {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 1024px) {
    .product {
        margin-top: 60px !important;
    }
}

/* Unopened CSS Modal */
.cssmodal {
    display: flex;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: top 0s .5s, opacity .5s 0s;
    transition: top 0s .5s, opacity .5s 0s;
    z-index: 3;
}
.cssmodal:target {
    top: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.cssmodal figure {
    width: 95%;
    max-width: 600px;
    position: relative;
    padding: 1.5em;
    opacity: 0;
    background-color: white;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.cssmodal.dialog figure {
    background: white;
    border-radius: 5px;
    padding-top: 10px;
    box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1),0 8px 78px rgba(0,0,0,.2);
}
.cssmodal.dialog figure h5 {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-size: 2.5rem;
    font-weight: 400;
}
.cssmodal.dialog figure p {
    padding-bottom: 5px;
    font-size: 1.5rem;
}
.cssmodal:target figure {
    opacity: 1;
}
.cssmodal.dialog .smallclose {
    text-decoration: none;
    position: absolute;
    right: 6px;
    top: 0px;
    font-size: 36px;
    color: red;
}
.cssmodal .veil {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    content: "";
    cursor: default;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.cssmodal:target .veil {
    visibility: visible;
}
.modal-cart {
    display: flex;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #00000014;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.modal-cart div {
    padding-right: 20px;
}
.modal-cart .smallclose {
    text-decoration: none !important;
    position: relative !important;
    display: block;
    font-size: 2.3rem !important;
    color: #64646482 !important;
    margin-top: -5px;
}
.itog {
    margin-top: 20px;
}
.itog > p > span {
    color: #009dff;
    font-weight: 500;
    font-size: 1.6rem;
}
/* --------------------------------

Usluga - Service

-------------------------------- */
.product {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 20px;
    margin-bottom: 20px !important;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    padding: 4px;
    -webkit-box-shadow: 0 8px 38px rgba(65,85,108,.1);
    box-shadow: 0 8px 28px rgba(65,85,108,.1);
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product:hover {
    border-color: rgba(48,48,48,.2);
    -webkit-box-shadow: 0 8px 18px rgb(65,85,108,.3);
    box-shadow: 0 8px 18px rgb(65,85,108,.3);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
}
.product .header-title {
    font-size: 1.8rem;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}

.product > .header-title > .instagram,
.modal-cart .instagram {
    background: url(../img/instagram.svg) no-repeat center 50%;
    width: 1.6rem;
    display: inline-block;
    height: 1.6rem;
    position: relative;
    background-size: 1.6rem;
    margin-bottom: -2px;
    margin-top: -1px;
    margin-right: 20px;
}
.product > .header-title > .youtube,
.modal-cart .youtube,
.cart-table .youtube {
    background: url(../img/youtube.svg) no-repeat center 50%;
    width: 1.9rem;
    display: inline-block;
    height: 1.5rem;
    position: relative;
    background-size: 1.9rem;
    margin-bottom: -2px;
    margin-top: -1px;
    margin-right: 20px;
}
.product > .header-title > .twitter,
.modal-cart .twitter,
.cart-table .twitter {
    background: url(../img/twitter.svg) no-repeat center 50%;
    width: 1.6rem;
    display: inline-block;
    height: 1.6rem;
    position: relative;
    background-size: 1.6rem;
    margin-bottom: -2px;
    margin-top: -1px;
    margin-right: 20px;
}
.product > .header-title > .tik-tok,
.modal-cart .tik-tok,
.cart-table .tik-tok {
    background: url(../img/tik-tok.svg) no-repeat center 50%;
    width: 1.5rem;
    display: inline-block;
    height: 1.6rem;
    position: relative;
    background-size: 1.6rem;
    margin-bottom: -2px;
    margin-top: -1px;
    margin-right: 20px;
}
.product > .header-title > .facebook,
.modal-cart .facebook,
.cart-table .facebook {
    background: url(../img/facebook.svg) no-repeat center 50%;
    width: 1.5rem;
    display: inline-block;
    height: 1.6rem;
    position: relative;
    background-size: 1.6rem;
    margin-bottom: -2px;
    margin-top: -1px;
    margin-right: 20px;
}
.product .pod-title {
    color: rgba(51, 51, 51, .6);
    margin-top: -15px;
    font-weight: 300;
    text-align: center;
}
.product .top-price {
    font-size: 5.5rem;
    margin-top: 20px;
    font-weight: bold;
    color: #009dff !important;
    text-align: center;
    text-shadow: 0px 0.01em 0px rgba(0, 0, 0, 0.3), 0px 0.15em 0.11em rgba(0, 0, 0, 0.01), 0px 0.25em 0.02em rgba(0, 0, 0, 0.06), 0px 0.32em 0.32em rgba(0, 0, 0, 0.03);
}
.product .top-price span {
    font-size: 3.5rem;
    color: #009dff;
    margin-left: 0px;
}
.product .list-description {
    text-align: left;
    padding: 0 20px;
    margin-top: 20px;
}
.product .list-description p {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 1.4rem;
    line-height: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 17px;
    font-weight: 300;
}
.product .list-description p::after {
    content: '';
    color: #009dff;
    font-size: 1.3rem;
    border-style: solid;
    top: .6em;
    border-width: .2em .2em 0 0;
    height: .55em;
    left: 0em;
    position: absolute;
    display: block;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    width: .85em;
    margin-right: 5px;
    opacity: .7;
}
.product .product-cart {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 1px 20px 10px 20px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 0 20px;
}
.product .product-cart .cart-button {
    border: 1px solid rgba(0, 157, 255, 0.6);
    background : #fff url(../img/cart.svg) no-repeat center 50%;
    display : block;
    width: 5.2rem;
    height: 4.2rem;
    text-align : center;
    position : relative;
    margin : 0 auto;
    border-radius : 4px;
    margin-bottom: 5px !important;
    margin-top: 13px;
    transition : 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product .product-cart .cart-button:hover {
    border : #009dff solid 1px;
    background : #009dff  url(../img/cart-white.svg) no-repeat center 50%;;
    transform : translateY(-3px);
}
.product .not-available1 {
    position: absolute;
    font-size: 1.3rem;
    font-weight: 500;
    z-index: 5;
    height: 30px;
    text-align: center;
    line-height: 29px;
    right: -7px;
    top: -5px;
    color: #fff;
    border-top-right-radius: 3px;
    background-color: red;
    width: 100px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product .not-available1:after {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #a5010d;
    border-left: 0t;
    right: 0;
    bottom: -8px;
    z-index: 1;
}
.product .not-available1 .nadpis-not-available1:before {
    content:"Not available";
    clear:both;
    display:block;
}
.product .not-available .nadpis-not-available {
    display:none;
}
.product .top1 {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    z-index: 5;
    height: 30px;
    text-align: center;
    right: -7px;
    top: -5px;
    color: #fff;
    border-top-right-radius: 3px;
    background-color: #32CD32;
    width: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .top1:after {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #006400;
    border-left: 0t;
    right: 0;
    bottom: -8px;
    z-index: 1;
}
.product .top1 .nadpis-top1:before {
    content:"TOP";
    clear:both;
    display:block;
}
.product .top1 .nadpis-top {
    display:none;
}


.none-link1 {
  pointer-events: none !important;
  cursor: not-allowed !important;
  color: #aaaaaa !important;
}
.none-color1 {
  pointer-events: none !important;
  cursor: not-allowed !important;
  background-color: #f2f2f2 !important;
  border-color: #e9e9e9 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #cdcdcd !important;
  fill: #cdcdcd !important;
}

/* --------------------------------

 cd-top

-------------------------------- */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 157, 255, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #009dff;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* --------------------------------

Отзывы

-------------------------------- */
.reviews-container {
  position: relative;
}
.reviews-container ul {
  list-style-type: none;
  padding: 0;
}
.reviews-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.reviews-container ul li {
  width: 100%;
  height: auto;
  float:left;
}
.reviews-container ul li:nth-child(1n + 21) {
  max-height: 0;
  opacity: 0;
  transition: 0.1s ease-in;
}
.reviews-container .more-btn {
  width: 30%;
  line-height: 40px;
  border-radius: 2px;
  margin: 0 auto;
  display: flow-root;
  background: #009dff;
  color: #fff;
  cursor: pointer;
  text-align: center;
  position:relative;
  z-index:100;
}
.reviews-container .more-btn:hover {
    background: rgba(0,157,255, .6);
}
.reviews-container .more-btn .loaded {
  display: none;
}
.reviews-container #load-more {
  display: none;
}
.reviews-container #load-more:checked ~ ul li:nth-child(1n + 21) {
  max-height: 999px;
  opacity: 1;
  transition: 0.2s ease-in;
}
.reviews-container #load-more:checked ~ .more-btn .loaded {
  display: block;
}
.reviews-container #load-more:checked ~ .more-btn .unloaded {
  display: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
.review-send {background-color: #009dff; border: 1px solid #009dff; color: #fff !important;margin-left:16px;}
.review-zag {color: #009dff; font-size: 30px;text-align:center !important;}
.review-textaria {margin-top:-30px;margin-bottom:20px;}
.review-avatar {box-shadow:0px 0px 1px rgba(0,0,0,0.4) !important;}
.review-data {color:rgba(0,0,0,0.4) !important;font-size: 1.7rem !important;}
.review-hr {border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(0,0,0,0.2) !important;}

.name-review span {
    font-family: 'Andantino script';
    font-size: 22px;
    color:#009dff;
}
.reviews-top {
    display: flex;
}
.reviews-top img {
    width: 80px !important;
    height: 80px !important;
}
.reviews-top em {
    margin-top: 10px;
    margin-left: 15px;
}
.reviews-container ul li h5 {
    margin-left: 90px;
    margin-top: 0px;
}


/* --------------------------------

Форма отправки отзыва

-------------------------------- */
.reviews-box {
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid rgba(48,48,48,.1);
    -webkit-box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
    box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
    border-radius: 3px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 600px;
}
.reviews-box h4 {
    margin: 20px 30px;
    color: #191919 !important;
    text-decoration: none !important;
}
.reviews-box p {
    color: rgba(48,48,48,.7);
}
.reviews-box textarea.form-control {
    height: 100px;
    border: 1px solid rgba(48,48,48,.12);
    border-radius: 3px;
}
.reviews-box label {
    margin: 10px 0 0;
    color: rgba(48,48,48,.7);
    font-weight: 400;
}
.reviews-box .form-control {
    height: 40px;
    border-radius: 3px;
    box-shadow: inset 0 3px 18px rgba(65, 85, 108, 0.2);
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(48,48,48,.12);
}
.reviews-box .form-control:focus {
    outline-style: none;
    border-color: #009dff;
    box-shadow: none;
}
.reviews-send {
    background-color: #009dff;
    border: 1px solid #009dff;
    color: #fff !important;
    margin-left: 16px;
    padding: 9px 20px;
    transition: all .3s ease;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: 20px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:last-child { margin-bottom: 0; }
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #009dff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*radio styles*/
input[type="radio"] { display: none; }
input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Tahoma', Arial, sans-serif;
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="radio"] + label:last-child { margin-bottom: 0; }
input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #009dff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="radio"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-bottom-line {
    display: block;
    height: 1px;
    margin-bottom:20px;
    background-image: -moz-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -o-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
}

.cart-table {
    min-width: 300px;
    margin-bottom: 40px;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid rgba(48,48,48,.1);
    -webkit-box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
    box-shadow: 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    overflow: hidden;
}
.cart-table th:first-child, .cart-table td:first-child {
    padding-left: 0;
}
.cart-table .card_product_image {
    width: 40px;
}
.cart-table thead > tr > th {
    border-bottom: 1px solid rgba(48,48,48,.1);
}
.cart-table th, .cart-table td {
    padding: 1em !important;
}
.cart-table th, .cart-table td {
    display: table-cell;
    padding: .25em .5em;
}
.cart-table th, .cart-table td {
    vertical-align: middle !important;
}
th {
    text-align: left;
}
.cart-table .smallclose {
    text-decoration: none;
    position: relative;
    top: 0px;
    font-size: 30px;
    color: red;
}
.cart-table.compare .card_product_image {
    background: 0;
}

.cart-table.compare tr td:nth-child(even) {
    background-color: #f9f9f9;
}

.cart-table.compare .product-price {
    color: #4b1c14;
    font-size: 18px;
}

.cart-table {
    min-width: 300px;
    min-height: 268px;
    margin-bottom: 10px;
    background-color: rgba(247,247,247,.3);
    overflow: hidden;
}
.border-tab {
    border-top: none !important;
}
.cart-table .one-td:before {
    display: none !important;
}
.cart-table textarea {
    border-radius: 3px;
    border: 1px solid rgba(48,48,48,.3);
}
.cart-table a {
    text-decoration: none;
    color: #303030;
}

.cart-table a:hover {
    color: #009dff;
}

.cart-table th {
    display: none;
}

.cart-table thead>tr>th {
    border-bottom: 1px solid rgba(48,48,48,.1);
    font-weight: 600;
}

.cart-table td {
    display: block;
}

.cart-table td:first-child {
    padding-top: .5em;
}

.cart-table td:last-child {
    padding-bottom: .5em;
}

.cart-table td:before {
    content: attr(data-th) ":";
    font-weight: 700;
    width: 120px;
    display: inline-block;
}

@media (min-width: 680px) {
    .cart-table td:before {
        display: none;
    }
}

.cart-table th,.cart-table td {
    vertical-align: middle!important;
}

.cart-table th img,.cart-table td img {
    border-radius: 3px;
}

@media (min-width: 680px) {
    .cart-table th,.cart-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .cart-table th:first-child,.cart-table td:first-child {
        padding-left: 0;
    }

    .cart-table th:last-child,.cart-table td:last-child {
        padding-right: 0;
    }
}

@media (min-width: 680px) {
    .cart-table th,.cart-table td {
        padding: 1em!important;
    }
}

@media (max-width: 680px) {
    .cart-table th,.cart-table td {
        text-align: left;
    }
    .cart-table th, .cart-table td {
        padding: 10px 20px !important;
    }
}

.cart-table th,.cart-table td:before {
    color: #303030;
}

.cart-table .card_product_quantity input {
    width: 50px;
    border-radius: 3px;
    border: 1px solid rgba(48,48,48,.3);
    padding: 8px 0 8px 15px;
}
.total-price {
    background-color: #009dff;
    color: #fff;
    padding: 5px 6px 3px 3px;
    border-radius: 3px;
}
.cart-table h4 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #4f4f4f;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 40px;
}

.list-unstyled span {
    float: right;
    color: #009dff;
    font-weight: 600;
}
.btn-default {
    border: 1px solid rgba(48,48,48,.3);
    color: rgba(48,48,48,.7) !important;
    padding: 12px 20px;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none !important;
}

.btn-default:hover {
    text-decoration: none !important;
    background-color: #009dff;
    color: #fff !important;
    border-color: #009dff;
}

.btn-default:focus {
    text-decoration: none;
}

.btn-default.active {
    border: 1px solid rgba(0, 157, 255, 0.6);
    color: #009dff;
    background-color: transparent;
}

.btn-default.active:hover {
    background-color: #009dff;
    color: #fff;
    border-color: #009dff;
}
.ver-mag{
    background-color: #b4c800;
    border: 1px solid #b4c800;
    color: #fff !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
.of-zakaz{
    background-color: #009dff;
    border: 1px solid #009dff;
    color: #fff !important;
    margin-bottom: 20px;
    margin-top: 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
/* --------------------------------

Footer

-------------------------------- */
#Footer {
    background-color: #1f2225;
    color: rgba(255, 255, 255, .5);
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 40px;
    font-size:1.3rem;
}

#Footer .row {
    margin-bottom: 20px;
}

#Footer .info{
    text-align: justify;
    color: rgba(255,255,255,.5);
}
#Footer .info p{
    text-align: left;
    line-height: 1.3;
}

#Footer ul {
    padding-left: 15px;
    line-height: 1.7;
}

#Footer ul li::marker {
    color: rgba(255, 255, 255, .2);
}

#Footer h5 {
    margin: 0 0 20px;
    font-family: 'Andantino script';
    font-size:32px;
    color:#e2ded5 !important;
    text-shadow: 0px 0.03em 0px rgba(0, 0, 0, 0.2), 0px 0.15em 0.11em rgba(0, 0, 0, 0.15), 0px 0.25em 0.02em rgba(0, 0, 0, 0.1), 0px 0.32em 0.32em rgba(0, 0, 0, 0.1);
}

#Footer h5 span {
    color:#009dff;
}
#Footer a {
 color:#d2d1d1;
 text-decoration:none;
 font-size:1.3rem;
 border-bottom:1px dotted rgb(210,209,209,.4);
 transition:0.5s
}
#Footer a:hover,
#Footer a:focus {
 text-decoration:none;
 color:#fff;
 border-bottom:1px dotted #fff;
 margin-left:-4px
}

#Footer .second-bar {
    text-align: center;
    background-color: #1f2225;
    border-top: 1px solid rgba(255,255,255, .1);
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 68px;
    padding:25px;
}

#Footer .second-bar a {
    color: rgba(255,255,255,.5);
    border-bottom: 1px dotted;
}

#Footer .second-bar a:hover {
    text-decoration: none;
}

#Footer .social-icons {
    float:right;
}
#Footer{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
    #Footer {
        text-align: center;
    }
    #Footer ul li::marker {
        color: rgba(255, 255, 255, .0000);
    }
    #Footer .row {
        margin-top: 30px;
    }
    #Footer .info{
        text-align: center;
    }
}



.anons-sicrey {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  height: 380px;
  -webkit-box-shadow: 0 8px 28px rgba(65,85,108,.1), 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
  box-shadow: 0 8px 28px rgba(65,85,108,.1), 0 1.7px 1.6px -17px rgba(0,0,0,.024),0 3.8px 3.6px -17px rgba(0,0,0,.035),0 6.7px 6.3px -17px rgba(0,0,0,.043),0 10.6px 10px -17px rgba(0,0,0,.05),0 16.4px 15.5px -17px rgba(0,0,0,.057),0 25.6px 24.1px -17px rgba(0,0,0,.065),0 42.5px 40px -17px rgba(0,0,0,.076),0 85px 80px -17px rgba(0,0,0,.1);
  transition: 0.5s linear;
}
.anons-sicrey:hover {
  border-color: rgba(48,48,48,.15);
  -webkit-box-shadow: 0 8px 18px rgb(65,85,108,.3);
  box-shadow: 0 8px 38px rgb(65,85,108,.5);
  -webkit-transform: scale(1.03);
   transform: scale(1.03);
}
.anons-sicrey .anons-sicrey-img {
  position: relative;
  padding: 4px;
  border: 0px solid rgba(48,48,48,.1);
  border-radius: 0;
  margin: 0;
}
.anons-sicrey .anons-sicrey-img img {
  border-radius: 0px;
  margin: 0;
}
.anons-sicrey .post-date {
  position: relative;
  border-radius: 3px;
  width: 50px;
  overflow: hidden;
  background-color: #f7f7f7;
  top: 14px;
  float: left;
  margin-right: 14px;
  margin-bottom: 50px;
  margin-left: 14px;
}
.anons-sicrey .post-date span {
  display: block;
  text-align: center;
}
.anons-sicrey .post-date .day {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
}
.anons-sicrey .post-date .month {
  font-size: .7em;
  padding: 5px 5px 7px;
  color: #fff;
  background-color: #009dff;
}
.anons-sicrey .post-title {
  line-height: 24px;
  color: rgba(48,48,48,.7);
  font-family: 'OpenSans',sans-serif;
  font-size: 18px;
  margin: 10px 0;
  display: block;
  text-decoration: none;
}
.anons-sicrey .post-title:hover {
  text-decoration: none !important;
}
.anons-sicrey p {
  color: rgba(48,48,48,.5);
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}
.anons-sicrey p::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-image: linear-gradient(to right, rgb(255 255 255 / 0), rgb(255 255 255 / 1));
}
.anons-sicrey .post-icons {
  display: block;
}
.anons-sicrey .post-icons .smlinks {
  float: right;
  display: inline-block;
  color: rgba(48,48,48,.4);
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  padding: 3px 5px 2px;
  margin-left: 3px;
  margin-top: 5px;
  text-decoration: none;
}
.anons-sicrey .post-icons .smlinks:hover {
  background-color: #009dff;
  color: #fff;
  border-color: #009dff;
}
.anons-sicrey h4 {
  line-height: 1;
  margin: 0.4em auto;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: black;
}
.blog-sicret ol li::marker,
.blog-sicret ul li::marker,
.blog-sicret-blog ol li::marker,
.blog-sicret-blog ul li::marker {
    color: #009dff !important;
    font-weight: bold;
}
.blog-sicret img, .blog-sicret-blog img {
    border: 1px solid rgba(48,48,48,.1);
    box-shadow: 0 8px 18px rgb(65,85,108,.1) !important;
    border-radius: 3px;
    background-color: #fff;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-sicret .product-st img, .blog-sicret-blog .product-st img {
    border: none !important;
    background-color: rgba(255,255,255, 0.00000001) !important;
    box-shadow: 0 0px 0px rgb(65,85,108,.1) !important;
}
.blog-sicret .product-st img:hover, .blog-sicret-blog .product-st img:hover {
    border: none !important;
    background-color: rgba(255,255,255, 0.00000001) !important;
    box-shadow: 0 0px 0px rgb(65,85,108,.1) !important;
}
.blog-sicret img:hover, .blog-sicret-blog img:hover {
    border-color: rgba(48,48,48,.2);
    -webkit-box-shadow: 0 8px 18px rgb(65,85,108,.3) !important;
    box-shadow: 0 8px 18px rgb(65,85,108,.3) !important;
}
.blog-sicret .podzag, .blog-sicret .podzag-red {
    font-weight: 400;
    font-size: large;
    text-transform: uppercase;
}
.blog-sicret .podzag, .blog-sicret .podzag-red {
    font-size: 1.9rem !important;
    text-transform: uppercase;
    margin-top:25px;
    position: relative;
    color:black;
    display: block;
    margin-left: 25px;
    position: relative;
    margin-bottom: 10px;
}
.blog-sicret .podzag::after {
    content: '\f046';
    color: #009dff;
    font: normal normal normal 19px/1 FontAwesome;
    top: .05em;
    left: -1.1em;
    position: absolute;
    display: block;
    vertical-align: middle;
    margin-right: 8px;
}
.blog-sicret .podzag-red::after {
    color: #ff6600;
    content: '\f046';
    font: normal normal normal 19px/1 FontAwesome;
    top: .05em;
    left: -1.1em;
    position: absolute;
    display: block;
    vertical-align: middle;
    margin-right: 8px;
}
.blog-sicret h2, .blog-sicret h3 {
    font-family: 'Roboto Condensed', PT Sans Narrow, sans-serif;
    font-weight: 400;
    color: #009dff;
    text-align: center; 
    font-size: 30px;   
} 
.blog-sicret .stati {
    font-family: 'Roboto Condensed', PT Sans Narrow, sans-serif; 
    font-weight: 400; 
    color: #009dff;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.blog-sicret a{
    color: #009dff;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-sicret a:hover{
    text-decoration: none;
}
.blog-sicret-blog h2, .blog-sicret-blog h3 {
    font-family: 'Roboto Condensed', PT Sans Narrow, sans-serif;
    font-weight: 400;
    color: #009dff;
    text-align: center;
} 
.blog-sicret-blog .stati {
    font-family: 'Roboto Condensed', PT Sans Narrow, sans-serif; 
    font-weight: 400; 
    color: #009dff;
    font-size: 30px;
    text-align: center;
}





.pic-container, .tdc-row, .tdc-row-composer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.pic-anons-blog.pic-container {
}
.pic-container::before, .tdc-row::before, .tdc-row-composer::before, .pic-container::after, .tdc-row::after, .tdc-row-composer::after {
  display: table;
  content: '';
  line-height: 0;
}




.pic-anons-blog-holder {
  position: relative;
  background-color: #444;
  margin-bottom: 36px;
  /*! overflow: hidden; */
  border-radius: 5px;
}
.pic-anons-blog-featured-image {
  position: relative;
}
.pic-anons-blog-gradient::before {
  z-index: 1;
}
.pic-anons-blog-gradient::before {
  bottom: 0;
  content: "";
  display: block;
  height: 80%;
  width: 100%;
  position: absolute;
  border-radius: 3px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.pic-anons-blog-featured-image img {
  margin-bottom: 0;
}
.pic-anons-blog-featured-image img {
  display: block;
  margin-bottom: 26px;
  width: 100%;
}

.td-post-sub-title p {
  color: #fff !important;
  text-shadow: 0 2px rgba(0,0,0,0.2);
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin: 9px 0 14px 0;
}


.pic-post-title {
  position: absolute;
  bottom: 0;
  padding: 0 30px 9px 30px;
  width: 80%;
  z-index: 1;
}
.pic-anons-title {
  font-size: 64px;
  line-height: 68px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .pic-post-title .pic-anons-title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
.td-post-sub-title p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
}
.pic-post-title .pic-anons-title {
  word-wrap: break-word;
  font-size: 64px;
  line-height: 68px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
  text-align: left;
}
.td-gadgets .td-module-meta-info .td-post-date {
  color: #fff !important;
}
.td-module-meta-info {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
}
.pic-post-title .td-post-author-name, .pic-post-title .td-post-author-name a, .pic-post-title .td-post-date, .pic-post-title .td-post-comments a, .pic-post-title .td-post-views {
  color: #fff;
}
.td-post-author-name div {
  display: inline;
  margin-right: 2px;
  color: #fff !important;
}
.td-post-author-name > a {
  color: #009dff !important;
  text-decoration: none !important;
}
.td-post-author-name div {
  display: inline;
  margin-right: 2px;
}
.td-post-date {
  margin-left: 4px;
  color: #fff !important;
}
.td-category {
  margin-bottom: 5px;
}
.td-category {
  list-style: none;
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0px;
  line-height: 1;
}
.td-category li {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #fff;
  background-color: #222222;
  padding: 3px 6px 4px 6px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}
.td-category a {
  color: #fff;
  background-color: #222222;
  padding: 3px 6px 4px 6px;
  white-space: nowrap;
  display: inline-block;
}

.review-body > em > p {
  text-align: justify !important;
}



