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

Primary style

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

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

  .nosmart {
      display:none !important;
  }
  .top-mail {
      text-align: center !important;
  }
  .top-left {
      float: none !important;
  }
  .top-cart {
      right: 7rem !important;
  }
  }
  
  
  
  /* ===========  верхнее меню  =============== */
  
  .top-header {
    position:fixed;
    z-index:4;
    top:0;
    left:0;
    width:100%;
    height:60px;
    background-color:#fff;
    box-shadow:0 8px 30px rgb(0,0,0,.05);
    transform:translateZ(0);
    will-change:transform;
    transition:transform .5s
   }
   .top-header::after {
    clear:both;
    content:"";
    display:block
   }
   .top-header.is-hidden {
    transform:translateY(-100%)
   }
   @media only screen and (min-width:1024px) {
    .top-header {
     height:80px
    }
   }
   .top-header .logo,
   .top-header .nav-trigger {
    position:absolute;
    top:50%;
    bottom:auto;
    transform:translateY(-50%)
   }
   .top-header .logo {
    left:5%
   }
   .top-header .logo a {
    display:block;
    font-size:2.3rem;
    font-weight:400;
    padding:5px 8px 10px;
    color:#464646;
    text-shadow:0 .15em 0 rgb(0,0,0,.05)
   }
   .logo img {
    width:20px!important;
    display:block;
    position:relative;
    float:left;
    margin-top:0!important;
    margin-right:5px!important
   }
  
  
  
  
  .top-header .nav-trigger {
    display:table;
    height:100%;
    padding:0 1em;
    font-size:1.2rem;
    text-transform:uppercase;
    color:#25283d;
    font-weight:700;
    right:0;
    border-left:1px solid #f2f2f2
   }
   .top-header .nav-trigger span {
    display:table-cell;
    vertical-align:middle
   }
   .top-header .nav-trigger em,
   .top-header .nav-trigger em::after,
   .top-header .nav-trigger em::before {
    display:block;
    position:relative;
    height:2px;
    width:22px;
    background-color:#25283d;
    backface-visibility:hidden
   }
   .top-header .nav-trigger em {
    margin:6px auto 14px;
    transition:background-color .2s
   }
   .top-header .nav-trigger em::before,
   .top-header .nav-trigger em::after {
    position:absolute;
    content:'';
    left:0;
    transition:transform .2s
   }
   .top-header .nav-trigger em::before {
    transform:translateY(-6px)
   }
   .top-header .nav-trigger em::after {
    transform:translateY(6px)
   }
   @media only screen and (min-width:1024px) {
    .top-header .nav-trigger {
     display:none
    }
   }
   .top-header.nav-open .nav-trigger em {
    background-color:rgb(255,255,255,0)
   }
   .top-header.nav-open .nav-trigger em::before {
    transform:rotate(-45deg)
   }
   .top-header.nav-open .nav-trigger em::after {
    transform:rotate(45deg)
   }
   .top-nav {
    display:inline-block;
    /*float:right;*/
    height:100%;
    padding-right:5%
   }
   .top-nav>ul {
    position:absolute;
    z-index:2;
    top:60px;
    left:0;
    width:100%;
    background-color:#fff;
    display:none;
    box-shadow:0 14px 20px rgb(0,0,0,.2)
   }
   .top-nav>ul a {
    display:block;
    height:50px;
    line-height:50px;
    padding-left:5%;
    color:#25283d;
    font-size:1.7rem;
    border-top:1px solid #f2f2f2
   }
   .top-nav>ul a:hover,
   .top-nav>ul a.active {
    color:#009dff
   }
   .h-menu .signap a {
    height:42px;
    line-height:42px;
    padding:0 24px;
    border:rgb(0,157,255,.7) solid 1px;
    color:#009dff;
    border-radius:7px;
    display:flex;
    align-items:center;
    transition:.2s linear
   }
   .h-menu .signap a:hover {
    border-color:#009dff;
    background:#009dff;
    color:#fff
   }
  
  @media only screen and (min-width:1024px) {
    .top-nav {
     display:table
    }
    .top-nav>ul {
     display:table-cell;
     vertical-align:middle;
     position:relative;
     width:auto;
     top:0;
     padding:0;
     background-color:transparent;
     box-shadow:none
    }
    .top-nav>ul::after {
     clear:both;
     content:"";
     display:block
    }
    .top-nav>ul li {
     display:inline-block;
     float:left;
     margin-right:1.5em;
     margin-top:10px
    }
    .top-nav>ul li:last-of-type {
     margin-right:0
    }
    .top-nav>ul a {
     height:auto;
     line-height:normal;
     padding:0;
     border:none;
     padding-right:20px;
     border-right:1px solid #f2f2f2
    }
   }
   .nav-open .top-nav ul,
   .top-nav ul:target {
    display:block
   }
   @media only screen and (min-width:1024px) {
    .nav-open .top-nav ul,
    .top-nav ul:target {
     display:table-cell
    }
    .str-out {
      content: '';
      color: #009dff;
      border-style: solid;
      top: 1.2em;
      border-width: .11em .11em 0 0;
      height: .55em;
      position: relative;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: middle;
      width: .55em;
      margin-right: 0px;
      float: right;
      margin-left: 10px;
    }
   }
   @media(max-width:1000px) {
    .h-menu .signap a {
     border-color:#009dff;
     background:#009dff;
     color:#fff!important;
     border-radius:0!important;
     margin-top:0;
     height:50px;
     line-height:50px
    }
    .str-out {
      content:'';
      color:#f0f0f0;
      border-style:solid;
      top:-.2em;
      border-width:.11em .11em 0 0;
      height:.52em;
      left:.4em;
      position:relative;
      display:inline-block;
      -webkit-transform:rotate(135deg);
      transform:rotate(135deg);
      vertical-align:middle;
      width:.55em;
      margin-right:8px
     }
   }
  
  .h-menu * {
    transition:all linear .2s;
    -moz-transition:all linear .2s;
    -webkit-transition:all linear .2s;
    -o-transition:all linear .2s
   }
   .h-menu {
    padding-top: 18px;
    position: relative;
    display: inline-block;
   }
   .h-menu-button {
    display:none
   }
   .h-menu-button div {
    position:relative;
    width:34px;
    height:21px;
    top:18px
   }
   .hm1,
   .hm2,
   .hm3 {
    display:inline-block;
    width:100%;
    height:3px;
    background:#5e5a5a;
    position:absolute;
    left:0
   }
   .hm1 {
    top:0
   }
   .hm2 {
    top:9px
   }
   .hm3 {
    bottom:0
   }
   .h-menu ul,
   .h-menu li {
    margin:0;
    padding:0;
    list-style-type:none
   }
   .h-menu ul {
    display:inline-block;
    border-collapse:collapse
   }
   .h-menu li {
    display:inline-block;
    position:relative
   }
   .h-menu li:last-child {
    border-right:0
   }
   .h-menu li a {
    display:block;
    line-height:44px;
    padding:0 15px 0 10px;
    text-align:center;
    color:#25283d;
    font-size:1.45rem;
    text-decoration:none;
    text-transform: uppercase;
    border-right:1px solid #f2f2f2
   }
   .h-menu li a:hover {
    color:#009dff;
    line-height:44px
   }
   .h-menu li:hover>ul {
    visibility:visible;
    opacity:1;
    top:55px
   }
   .h-menu li li:hover>ul {
    top:0
   }
   .h-menu li ul {
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:60px;
    left:0;
    display:block;
    white-space:nowrap;
    background:#fff;
    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 20px 0 rgba(0,0,0,.16);
    z-index:9
   }
   .h-menu li ul li {
    display:block
   }
   .h-menu li ul li a,
   .h-menu li ul li a:hover {
    line-height:44px;
    text-align:left;
    text-transform:none;
    color:#555;
    border-bottom:1px solid #f0f0f0;
    min-width: 180px;
   }
   .h-menu li ul li a:hover {
    background:rgba(61,60,60,.1);
    color:#000
   }
   .h-menu li li ul {
    top:-20px;
    left:100%
   }
   .h-menu li ul li a i {
    color: #009dff !important;
    width: 15px;
    font-size: 1.3rem;
    margin-right: 3px;
   }
   .fa-tiktok {
    margin-right: -2px !important;
   }
   .h-menu .uWithSubmenu {
    padding-right:10px
   }
   .h-menu li a img {
    display:inline-block;
    position:relative;
    padding:0!important;
    vertical-align:middle;
    height:22px;
    margin-top:-3px!important
   }
   .h-menu .uWithSubmenu:after {
    content:'';
    position:absolute;
    right:12px;
    top:32px;
    display:inline-block;
    width:0;
    height:0;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-top:3px solid rgba(255,255,255,.3)
   }
   .h-menu li .uWithSubmenu:after {
    display:none
   }
   .h-logo,
   .h-logo:hover,
   .h-menu a,
   .h-menu a:hover {
    line-height:64px
   }
   .header-fixed {
    padding:5px 0
   }
   .tp-over {
    display:table;
    width:100%
   }
   .tp-1,
   .tp-2,
   .tp-3 {
    display:table-cell;
    vertical-align:top;
    text-align:right
   }
   .tp-1 {
    text-align:left
   }
   .tp-3 {
    width:20%
   }
   .queryField2 {
    margin-left:10px!important;
    max-width:120px!important;
    background:0 0!important;
    border:none!important;
    color:#fff!important;
    line-height:26px!important
   }
   @media only screen and (max-width:1180px) {
    .h-menu-button {
     display:inline-block!important;
     float:right;
     position:relative;
     margin-top:10px;
     cursor:pointer;
     font-size:24px;
     color:#b9d1e4
    }
    .h-menu {
     display:none;
     background:#3f475c;
     line-height:normal!important;
     height:761px;
     z-index:9;
     position:absolute;
     top:72px;
     left:0;
     right:0;
     padding-top: 0px;
     overflow:auto
    }
    .top-nav {
     float:right;
     padding-right:1%
     }
    .h-menu li ul {
     opacity:1
    }
    .h-menu * {
     line-height:normal!important;
     text-align:left!important
    }
    .h-menu ul,
    .h-menu li {
     display:block;
     padding:0!important;
     margin:0!important
    }
    .h-menu li {
     border-top:1px solid rgba(255,255,255,.1)
    }
    .h-menu ul {
     position:static!important;
     opacity:1;
     background:0 0!important;
     box-shadow:none!important
    }
    .h-menu li ul {
     visibility:visible
    }
    .h-menu ul ul li {
     padding-left:30px!important
    }
    .h-menu .uWithSubmenu:after {
     display:none!important
    }
    .h-menu li a,
    .h-menu li a:hover {
     color:#fff!important;
     padding:15px 20px!important;
     display:block;
     background:0 0!important
    }
    .headpoisk {
     display:none!important
    }
    .h-menu li ul li a,
    .h-menu li ul li a:hover {
     border-bottom:0 solid #f0f0f0
    }
    header .contain {
     margin-right:10px
    }
   }
   @media screen and (max-width:1180px) {
    .str-us {
     color:#009dff!important
    }
    }
   .str-us {
    content:'';
    color:#bdbdc2;
    border-style:solid;
    top:-.22em;
    border-width:.11em .11em 0 0;
    height:.52em;
    left:.4em;
    position:relative;
    display:inline-block;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    vertical-align:middle;
    width:.55em;
    margin-right:8px
   }
  /* ===========  верхнее меню  =============== */
  
  
  
  
  
  .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: 1000px;
}
.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: 73px;
    /*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);
    text-align: left;
    color: #3a3f46;
}

.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;
    margin-bottom: 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, blockquote {
    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);
}
blockquote > p > .quote_text, .bs-callout-info > p {
  color: #007132 !important;
  font-family: Georgia;
  font-style: italic;
}
.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;
    max-width: 1000px;
}
.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, .article-content a:active{
    text-decoration: none;

    opacity: .9;
}

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: 10;
}
.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: 10px;
}
.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: 600;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 8%;
}

.product > .header-title > .instagram,
.modal-cart .instagram,
.cart-table .instagram {
    /*background: url(../img/instagram.svg) no-repeat center 50%;*/
    width: 2.5rem;
    display: inline-block;
    height: 1.6rem;
    position: relative;
    background-size: 1.6rem;
    margin-bottom: -2px;
    margin-top: -2px;
    margin-right: 20px;
    font-size: 1.8rem;
    width: 30px;
}
.product > .header-title > .instagram::before,
.modal-cart .instagram::before,
.cart-table .instagram::before {
  content: "\f05a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;
-moz-osx-font-smoothing: grayscale;
color: #009dff !important;
}
.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;
    width: 30px;
}
.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;
    width: 30px;
}
.product > .header-title > .odnoklassniki,
.modal-cart .odnoklassniki,
.cart-table .odnoklassniki {
    background: url(../img/odnoklassniki.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;
    width: 30px;
}
.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;
    width: 30px;
}
.product > .header-title > .facebook,
.modal-cart .facebook,
.cart-table .facebook, 
.cart-table .address-book {
    /*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: -2px;
    margin-right: 20px;
    font-size: 1.6rem;
    width: 30px;
}
.product > .header-title > .facebook::before,
.modal-cart .facebook::before,
.cart-table .facebook::before, 
.cart-table .address-book::before {
  content: "\f2b9";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
font-size: inherit;
text-rendering: auto;
-moz-osx-font-smoothing: grayscale;
color: #009dff !important;
}

.product > .header-title > .telegram,
.modal-cart .telegram,
.cart-table .telegram {
    background: url(../img/telegram.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;
    width: 30px;
}

.product > .header-title > .vk,
.modal-cart .vk,
.cart-table .vk {
    background: url(../img/vk.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;
    width: 30px;
}

.product .pod-title {
    color: rgb(98, 98, 98);
    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: 0;
    font-weight: 500;
}
.product .list-description {
    text-align: left;
    padding: 0 20px;
    margin-top: 20px;
}
.product .list-description ul, .card_product_name ul {
  list-style-type: none;
  padding-left: 0px;
}
.product .list-description ul li, .card_product_name ul li {
  line-height: 32px;
  border-top: 1px solid #e8e8e8;
}
.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: 400;
}
.product .list-description p::after {
    content: '';
    color: #009dff;
    font-size: 1.3rem;
    border-style: solid;
    top: .67em;
    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: 2px 20px 10px 20px;
    padding: 0 20px;
    border-top: 1px solid #e8e8e8;
}
.product .product-cart .cart-button {
    border: 1px solid rgba(0, 157, 255, 0.6);
    background : #fff url(../img/cart.svg) no-repeat center 50%;
    background-size: 20px;
    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%;
    background-size: 20px;
    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:"Недоступно";
    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: 50px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0, 157, 255, 0.9);
  padding: 15px;
  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;
  text-decoration:none !important;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  z-index:10000000;
}
.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 {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.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: 100%;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    color: white !important;
    text-transform: uppercase;
    text-align: center;
  }
}

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

Отзывы

-------------------------------- */
.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: 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: 60px;
    border: 1px solid rgba(48,48,48,.12);
    border-radius: 3px;
}
@media (max-width: 780px) {
.reviews-box textarea.form-control {
  height: 90px !important;
}
}
.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: 900px) {
    .cart-table th,.cart-table td {
        text-align: left;
    }
    .cart-table th, .cart-table td {
        padding: 10px 20px !important;
        width: 100%;
    }
}

.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 {
    color: #009dff;
}
.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 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}






.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;
    list-style: none;
}

#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-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;
}



.login-form-sp {
  text-align:center
 }
 .login-form-sp .sw-b {
  display:flex;
  margin-bottom:3rem!important;
  box-shadow:0 0 8px rgba(0,0,0,.1)!important
 }
 .login-form-sp .sw-b a {
  text-decoration: none !important;
}
 .sp-pill {
  border-radius:50rem!important;
  margin-left:auto!important;
  margin-right:auto!important;
  border-radius:50rem!important;
  background:#fff;
  width:280px!important
 }
 .login-form-sp .sw-b span {
  flex:1 1 auto
 }
 .login-form-sp .sw-b span {
  flex:1 1 auto
 }
 .btn-sp {
  color:#fff;
  background-color:#009dff;
  border-color:#009dff;
  padding:20px 30px;
  width:110px!important
 }
 .text-nowrap {
  white-space:nowrap!important;
  padding:2rem!important;
  flex:1 1 auto
 }
 .order-url-note {
  font-size:1.3rem;
  display:inherit;
  color:rgba(58,63,70,.7);
  padding-top:10px;
  margin-left:1px
 }

.raz {
    font-size: 40px;
    color: #009dff !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

input.roznica {
    border: 1px solid rgba(0, 157, 255, 0.6);
    border-radius: 4px;
    padding: 1rem;
    height: 4.2rem;
    width: 65px;
    background: #fff;
}

.stap-op {
  margin-top: 30px;
  padding: 30px;
  background-color: #f8f8f8;
  border: 1px solid #009dff45;
  border-left: 4px solid #009dff45;
  line-height: 1.3;
}
.stap-op > span {
    color: red;
}

.submit-op {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #337bf3;
    color: #337bf3;
    background: #fff;
    display: inline-block;
    padding: 1em 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    width:145px;
    margin: 0.6rem auto 1.2rem auto;
}
.submit-op:hover {
    color: #fff;
    background: #009dff;
}
.text-instagram, .text-info-circle {
  color: #009dff !important;
}
.text-vk {
  color: #009dff !important;
}
.text-youtube, .text-youtube-play {
  color: #009dff !important;
}
.text-send {
  color: #009dff !important;
}
.text-facebook, .text-address-book {
  color: #009dff !important;
}
.text-odnoklassniki {
  color: #009dff !important;
}
.text-twitter {
  color: #009dff !important;
}
.text-tiktok {
  color: #009dff !important;
}
[data-tooltip] {
    cursor:help;
        position: relative;
            z-index: 1005;
            }
            
            /* Positioning and visibility settings of the tooltip */
            [data-tooltip]:before,
            [data-tooltip]:after {
            position: absolute;
            visibility: hidden;
            opacity: 0;
            left: 50%;
            bottom: calc(100% + 5px);
            pointer-events: none;
            transition: 0.2s;
            will-change: transform;
            }
            /* The actual tooltip with a dynamic width */
            [data-tooltip]:before {
            content: attr(data-tooltip);
            padding: 10px 18px;
            min-width: 50px;
            max-width: 280px;
            width: max-content;
            width: -moz-max-content;
            border-radius: 6px;
            font-size: 14px;
            background-color: rgb(255,255,255);
            box-shadow: 0px 0px 54px rgba(0, 0, 0, 0.5);
            color: #000;
            text-align: center;
            white-space: pre-wrap;
            transform: translate(-50%, -5px) scale(0.5);
            }
                                                                                            
            /* Tooltip arrow */
	    [data-tooltip]:after {
            content: '';
    	    border-style: solid;
            border-width: 5px 5px 0px 5px;
            border-color: rgb(255,255,255) transparent transparent transparent;
            transition-duration: 0s; /* If the mouse leaves the element,
              the transition effects for the
            tooltip arrow are "turned off" */
            transform-origin: top;   /* Orientation setting for the
             slide-down effect */
             transform: translateX(-50%) scaleY(0);
             }
                                                                                                                                                                                                                          
                  /* Tooltip becomes visible at hover */
             [data-tooltip]:hover:before,
             [data-tooltip]:hover:after {
             visibility: visible;
             opacity: 1;
              }
             /* Scales from 0.5 to 1 -> grow effect */
             [data-tooltip]:hover:before {
             transition-delay: 0.3s;
             transform: translate(-50%, -5px) scale(1);
             }
             /* Slide down effect only on mouseenter (NOT on mouseleave) */
             [data-tooltip]:hover:after {
             transition-delay: 0.5s; /* Starting after the grow effect */
             transition-duration: 0.2s;
             transform: translateX(-50%) scaleY(1);
             }
                          
.list-description > p > span {
              color: #3a4250;
              text-decoration: none;
              padding: 0;
              border-bottom: 1px dotted #3a4250;
              cursor: help;
	      z-index: 0;
            }
.list-description > p > span:hover {
              color: #009dff;
              border-bottom: 1px dotted #009dff;
            }
.jcarousel-wrapper {
     margin-top: -20px; 
    } 
@media (max-width: 768px) { .jcarousel-wrapper {   margin-top: -50px; } }

@media (max-width: 768px) {
    .cart-table {
    min-height: 68px;
}
}

.opis-butt {
  text-align:center;
  margin-top:10px;
  padding: 20px;
  background: rgba(0,0,0,.05);
  border-radius: 5px;
  min-height: 100px;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.btn--primary {
  background-color:#009dff;
  color:#fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 }
 .btn--subtle {
  background-color: #00b300;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
 .btn--primary,  .btn--subtle {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
 }
 .fool {width: 100%;padding: 10px !important;}
 .text-xxxl p {
  font-size: 2.5rem !important;
  font-weight: 500;
  position: relative;
  display: block;
  max-width: 800px !important;
  margin: 0.4em auto !important;
}

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

Оплата прошла успешно

-------------------------------- */
.op-good {
  width: 90px;
  height: 90px;
  position: relative;
  display: block;
  margin: 0 auto;
  background: #00b300;
  border-radius: 50px;
  }
  .op-good i {
    color: #fff;
    position: relative;
    display: block;
    font-size: 5.5rem;
    z-index: 1;
    line-height: 5.5rem;
    text-align: center;
    padding-top: 15px;
  }
  .op-err {
  width: 90px;
  height: 90px;
  position: relative;
  display: block;
  margin: 0 auto;
  background: #c52024;
  border-radius: 50px;
  }
  .op-err i {
    color: #fff;
    position: relative;
    display: block;
    font-size: 5.5rem;
    z-index: 1;
    line-height: 5.5rem;
    text-align: center;
    padding-top: 15px;
  }

/*! =========== FAQ ============= */

.accordion-wrapper {
    overflow: hidden;
    width: 100%;
    margin:0 auto;
}
.accordion {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #dedfdf;
    transition-duration: .3s;
}

.accordion:hover {
  border: 1px solid #009dff;
}
.accordion:last-child{
    margin-bottom: 0;
}
.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background: white;
    cursor: pointer !important;
    font-size: 1.5rem !important;
    transition-duration: .3s;
}
.accordion-label:hover {
    background: #009dff;
    color: white;
}
.accordion-label::after {
    content: "\276F";
    width: 5px !important;
    height: 16px !important;
    text-align: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 10px;
    top: 17px;
}
.accordion-content {
    max-height: 0;
    padding: 0 0px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.accordion-content p {
    margin: 0;
    line-height: 2rem;
    padding: 0 14px 8px;
    text-align: justify;
}
.accordion input:checked + .accordion-label {
    background: white;
    color: #009dff;
    transition-duration: .9s;
}
.accordion input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion input[type="checkbox"] + label::before {
  display: none !important;
}
.accordion input:checked ~ .accordion-content {
    max-height: 100vh;
    /*! padding: 16px; */
}
.accordion input[type="checkbox"] + label {
  padding-left: 15px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 1.4rem !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.errors {
    margin-top:15px;
}