
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}
::-ms-clear {
    display: none;
  }
  
  * {
    -webkit-tap-highlight-color: transparent;
  }
  
  #comebacker_main_div {
    display: none !important;
    height: 0px !important;
  }
  
  html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  select:-moz-focusring,
  a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  
  *:focus,
  *:visited,
  *:active,
  *:hover {
    outline: 0 !important;
  }
  
  a,
  a:focus,
  a:visited,
  a:active,
  a:hover {
    outline: 0 !important;
  }
  
  *::-moz-focus-inner {
    border: 0;
    outline: none;
  }
  
  select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://179523.selcdn.ru/public/layout-images/select-triangle.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
  }
  
  select:hover {
    background-size: 10px 10px;
    background-position: right 10px center;
  }
  
  select:focus {
    outline: none !important;
    outline-color: transparent;
    outline-width: 0;
  }
  
  select::-ms-expand {
    display: none !important;
    background: none !important;
    position: fixed;
    border: none !important;
    outline: none !important;
  }
  
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  select::-moz-focus-inner,
  option::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
  }
  
  *:not(#fake) {
    outline: none;
  }
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }

  input[type='number']::-webkit-outer-spin-button,
  input[type='number']::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  input[type='number'] {
      -moz-appearance: textfield;
  }

  input:invalid {
    box-shadow: none;
  }
body {
    font-family: Arial, sans-serif;
    background: #fafafa
}

a {
    color: #23527c;
    text-decoration: underline
}

a:hover {
    color: #b0493b
}

.sidebar a {
    text-decoration: none;
    color: #333
}

.container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    position: relative
}

.logo {
    color: #0B2161;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 15px auto 0;
    margin-bottom: 15px;
    display: block;
    font-size: 60px
}

.logo:hover {
    color: #0B2161
}

.nav {
    background: #38688a;
    line-height: 40px
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 9px
}

.nav li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s
}

.nav li a:hover {
    color: #0B2161;
    -webkit-transition: .3s;
    transition: .3s
}

.social {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.social li .facebook {
    color: #3b5998
}

.social li .youtube {
    color: #d8362a
}

.social li .twitter {
    color: #55bfee
}

.content {
    display: inline-block;
    width: 100%;
    padding-right: 2%;
    background: #fff;
    padding: 25px 20px
}

.soc_crumbs {
    font-size: 0;
    background: #eee;
    padding: 5px;
    margin-bottom: 10px
}

.soc_crumbs .soc_img {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.content .soc_crumbs .soc_img img {
    width: auto;
    margin-bottom: 0
}

.soc_crumbs span {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 13px;
    text-align: right
}

.content h1 {
    text-align: center;
    margin-bottom: 16px
}

.content h2 {
    font-size: 19px;
    border-bottom: 3px solid #168de2;
    padding-bottom: 15px
}

.content .photo_block {
    font-size: 0;
    text-align: center;
    width: 100%;
    max-width: 100%
}

.content .photo_block img {
    display: inline-block;
    vertical-align: top;
    width: 50%
}

.btn {
    background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    border-radius: 28px;
    font-family: Arial;
    color: rgb(255, 255, 255);
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 310px;
    max-width: 90%;
    margin: 20px auto
}

.btn:hover {
    background: rgb(60, 176, 253) -webkit-gradient(linear, left top, left bottom, from(rgb(60, 176, 253)), to(rgb(52, 152, 219))) repeat scroll 0% 0%;
    background: rgb(60, 176, 253) linear-gradient(to bottom, rgb(60, 176, 253), rgb(52, 152, 219)) repeat scroll 0% 0%;
    text-decoration: none;
    color: #fff
}

.content p,
.content h1,
.content h2 {
    margin-bottom: 16px
}

.content p {
    line-height: 1.5625;
    text-align: justify;
}
.img-sub_text{
    text-align: center !important;
}
img {
    margin: auto;
    display: block;
    width: 61%;
    max-width: 100%;
}

.content .prod {
    width: 365px;
    max-width: 90%;
    margin: 0 auto 16px
}

.content .list {
    margin-bottom: 16px
}

.content .list p {
    margin-bottom: 0
}

.social_block {
    border: 2px solid #e6e6e6;
    padding: 20px;
    margin-bottom: 20px
}

.content .social_block span {
    font-weight: 700;
    display: block;
    margin-bottom: 16px
}

.content .social_block img {
    width: auto;
    margin: 0
}

.quantity {
    color: #45688e;
    font-weight: 700;
    padding: 2px 3px 1px;
    background: #dae2e8;
    margin-bottom: 20px
}

.comment {
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.avatar {
    width: 48px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    max-width: 48px;
}
.comment.ml {
    margin-left: 60px;
}
.comm_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 65px)
}

.content .comm_text .user_name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0
}

.user_name a {
    text-decoration: none
}

.content .comm_text .text {
    font-size: 15px;
    margin-bottom: 0;
}

.content .comm_text .time {
    color: #23527c;
    margin-bottom: 0
}

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    background: #fff;
    padding: 25px 0 0
}

.sidebar img {
    width: 100%;
    margin-bottom: 16px
}

.sidebar p {
    font-weight: 700;
    margin-bottom: 16px
}

.footer {
    padding: 20px 1.5%;
    margin: 0 auto;
    background: #ebebeb none repeat scroll 0% 0%;
    text-align: center
}

.burg {
    display: none
}

.popup {
    position: fixed;
    z-index: 25;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 781px;
    height: 460px;
    background: #380B61;
    border: 5px solid #ddd;
    padding: 30px;
    display: none
}

.popup h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 25px
}

.popup img {
    width: 240px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle
}

.popup .text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 270px)
}

.popup .text p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px
}

.popup .popup_btn {
    display: block;
    max-width: 345px;
    margin: 10px auto;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px 15px !important;
    margin-top: 25px;
    -webkit-transition: .3s;
    transition: .3s
}

.popup .popup_btn:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    color: #658fc4
}

.close {
    position: absolute;
    top: -39px;
    right: -43px;
    border: 3px solid #ddd;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #380B61;
    cursor: pointer
}
.burg img {
    margin-left: 0;
}
@media all and (max-width:1000px) {

    .social,
    .soc_crumbs,
    .sidebar,
    .social_block,
    .nav li {
        display: none
    }

    .nav {
        line-height: 0
    }

    .content {
        width: 100%
    }

    .logo {
        font-size: 44px;
        margin: 5px auto
    }

    .content h1 {
        font-size: 22px
    }

    .btn {
        font-size: 18px
    }

    .burg {
        display: block;
        margin: 0 auto;
        padding: 0 20px
    }

    .burg img {
        width: 40px !important
    }

    .popup {
        width: 315px;
        height: auto;
        padding: 10px
    }

    .popup img {
        width: 170px;
        margin: 0 auto;
        display: block
    }

    .popup .text {
        width: 100%
    }

    .popup h1 {
        margin-bottom: 16px;
        font-size: 20px
    }

    .popup .text p {
        font-size: 15px;
        margin-bottom: 10px
    }

    .popup .popup_btn {
        font-size: 16px
    }
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000
}

.ac_footer a {
    color: #A12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

@media (max-width:1000px) {
    .mob-pad {
        position: relative;
        z-index: 1;
        margin: -50px auto -35px !important
    }

    .mob-pad-btn {
        position: relative;
        z-index: 5
    }

    img {
        max-width: 460px
    }

    .content img {
        margin-left: auto;
        margin-right: auto
    }

    .content .photo_block img {
        width: 100%
    }
}

@media (max-width:479px) {
    .content .prod {
        width: 280px
    }

    .close {
        right: 0
    }
}

/* --------order_block-------- */
* {
    outline: none;
}

.order_block {
    text-align: center;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    /* padding-bottom: 41px; */
}

.order_block .product {
    margin-bottom: 50px;
}

.order_block .prod_img_wrapper {
    max-width: 350px;
    margin: 15px auto;
    position: relative;
    margin-bottom: 30px;
}

.order_block .product img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 639px) {
    .order_block .product img {
        max-width: 170px
    }
}
.order_block .priceс {
    position: absolute;
    font-family: Arial, sans-serif;
    right: 0px;
    bottom: 0px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 165px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    text-align: center !important;
    margin: -25px auto 0px;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 19%;
    padding: 5px !important;
}

.order_block span.discountс {
    font-size: 18px;
}

.order_block .js_old_price {
    text-align: center;
}

.order_block .js_old_price {
    text-decoration: line-through;
}

.order_block .price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 1;
    margin: 0 auto;
}

.order_block .timer {
    font-size: 18px;
    font-weight: normal;
    margin: 90px 0 20px;
    text-align: center;
}

.order_block #clock {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
}

.order_block .order_form {
    max-width: 420px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.order_block form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.order_block .wheel_input,
select {
    display: block;
    margin: 0 auto 20px;
    padding: 0 10px;
    width: 100%;
    min-height: 55px;
    border: 2px solid grey;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.order_block .country_select {
    -webkit-appearance: none;
}

.order_block .data_label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

.order_block form .input-wrapper {
    position: relative;
}

.order_block .main-link,
.main-link {
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 420px;
}
a.main-link {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
a.main-link:hover {
    color: white;
    opacity: 0.8;
}
.order_block .main-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.order_block h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.order_block .red {
    color: #f00;
}

.bg {
    background-color: rgb(242, 203, 203);
    padding: 6px;
    border-radius: 5px;
}
.comment-expert {
    padding: 10px;
}

.expert {
    display: flex;
    border: 1px solid black;
    justify-content: center;
}
.expert > .col:first-child {
    border-right: 1px solid black;
}
.col {
    padding: 10px;
    width: 50%;
}
.expert img {
    width: 100% !important;

}
@media (max-width: 555px) {
    .expert {
        flex-direction: column;
    }
    .col {
        width: 100%;
    }
    .expert > .col:first-child {
        border-right: none;
    }
    .expert_desc {
        margin-bottom: 0 !important;
    }
    .mw555_mt0 {
        margin-top: 10px;
    }
}
.mb0 {
    margin-bottom: 0 !important;
}
.mt15 {
    margin-top: 15px;
}
.text-center {
    text-align: center;
}
.mb {
    margin-bottom: 10px;
}
.cr {
   color: #FF0000;
}
ul li {
    line-height: 1.56;
    margin-bottom: 16px;
}
ul {
    margin-left: 30px;
}
.nav ul li {
    margin-bottom: 0;
}
.logo img {
    max-width: 250px
}
.mb10 {
    margin-bottom: 10px;
}
small i {
    font-size: 15px;
}
.bg span {
    font-size: 18px;
}

@media (max-width: 1000px) {
    .content h1 {
        font-size: 30px !important;
    }
    img {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .content p,
    ul li {
        line-height: 1.3;
        
    }
    .mb10 {
        margin-bottom: 10px;
    }
    .content p{
        text-align: left;
    }
}
@media (max-width: 639px) {
    .order_block .product {
        margin-bottom: 30px;
    }
    .order_block .main-link {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    a.main-link{
        padding: 10px;
    }
    .order_block .main-link, .main-link{
        padding: 10px;
    }
    .content p,
    ul li {
        line-height: 1.2;
    }
    .content h1 {
        font-size: 26px !important;
    }
    .content {
        padding-top: 20px !important;
    }
    .img-sub_text {
        line-height: 1 !important;
    }
    .comment.ml{
        margin-left: 35px;
    }
}
select {
    background: white;
    line-height: 51px;
}
.x_country_select {
    position: relative;
}
.x_country_select:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: white;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    pointer-events: none;
}
@media (max-width: 555px) {
    .expert_desc br {
        display: none;
    }
}
.bg-grey {
    background: #f1f2f4;
}
.red {
    color: red;
}
.mb15 {
    margin-bottom: 15px !important;
}
.hover-add:hover {
    text-decoration: underline;

}