*, *::before, *::after {
    box-sizing: border-box;
    background: 0 0;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

a, a:visited {
    text-decoration: underline
}

img {
    max-width: 100%
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 20px;
}

p {
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}

input, select {
    font-family: halcyon, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #4b3a3f;
    background-color: #fff;
    font-weight: 400;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, .25);
    outline: none;
    width: 100%;
    margin: 0;
    padding: 16px 17px 14px
}

input:focus {
    border: 1px solid rgba(0, 0, 0, .5);
    background-color: #fff
}

button, input[type=submit] {
    display: inline-block;
    background-color: #da0f10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 16px 35px;
    cursor: pointer
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

b {
    font-weight: bolder
}
.o-cmr a.bold,
a.bold {
    font-weight: 700;
}
a {
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

a:focus {
    outline: none
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: top;
    border-style: none;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

a, button, [role=button], input:not([type=range]), label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

label {
    display: inline-block;
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
}

input, button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

button, html [type=button], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=date], input[type=time] {
    -webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: inline-block
}

a {
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

.red {
    color: red;
}

.blue {
    color: #0054a0;
}

.main-title {
    line-height: 1.3;
    font-size: 26px;
    margin-top: 15px;
    display: block;
    font-weight: bold;
    color: #333;
}

.darkred {
    color: darkred;
}

.ruletka-p {
    text-indent: 0;
    color: #333;
    text-align: center;
    margin: 0 15px 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}


.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
    text-align: center !important
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.wheel img {
    max-width: 100%;
    margin-bottom: 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.timer-title {
    display: block;
    margin: 6px 0;
}

.timer {
    margin-top: 10px;
}

.time_remains_title {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    font-size: 22px
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 12px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(-50%, -50%);
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff
}

.order-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block h3 {
    margin-bottom: 20px;
    font: bold 18px Arial;
    line-height: 1.3;
    background: 0 0
}

.prod-img.order-prod {
    margin: 0 50px 0 0;
}

.input-form {
    margin-bottom: 19px;
    border-radius: 10px;
    max-width: 350px;
    line-height: 1.1;
    font-size: 16px;
}

select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none!important;
background-image: url(../img/select.png);
  background-repeat:no-repeat;
  background-position: 96% 50%;
}

.btn2.sub2 {
    max-width: 350px;
    width: 100%;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
}

.price > div {
    padding: 0 20px
}

.price-old {
    font-size: 24px;

    color: #aaa
}

.price-old .price-wrap {
    text-decoration: line-through;
}

.price-new {
    font-size: 36px;
    font-weight: 700;
    color: #f7c3c5
}

.price .price-wrap {
    margin: 0;
    line-height: 1;
    text-align: center;
}

.price-name {
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    text-align: center;
}

.price-new .price-wrap span,
.price-new .price-name {
    color: #d31812;
}

.price-new .price-wrap span {
    font-weight: 700;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    padding: 70px 10px 20px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-text {
    text-align: center;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../img/cross.svg");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.comTitle {
    padding: 5px 10px;
    margin: 50px 0 25px;
    color: #333;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-size: 27px;
    text-align: center
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-button {
    display: block;
    max-width: 250px;
    margin: 0 auto;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff;
    border: medium none;
    cursor: pointer;
    outline: medium none
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 25px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.ruletka-p h2 {
    margin-top: 0 !important
}

.lt64 {
    margin-bottom: 20px;
    text-align: center;
}

#mainform {
    padding-top: 30px
}

.orderFormBorder {
    margin-left: 25px;
    max-width: 400px;
    padding: 15px;
    border: 3px solid #509901;
    border-radius: 10px;
}

@media all and (min-width: 1020px) {
    .header {
        height: 80px;
        pointer-events: auto;
        font-size: 14px
    }
}

.header .controller {

    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    flex-wrap: wrap;
    background-color: transparent
}

@media all and (min-width: 1020px) {
    .header .controller {
        max-width: 1185px
    }
}

@media all and (max-width: 520px) {
    .wheel {
        width: 280px !important
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important
    }

    .close-popup {
        right: 0
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 250px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 8px !important
    }

    .order_block img {
        width: 100%
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1890deg);
        transform: rotate(1890deg)
    }

    100% {
        -webkit-transform: rotate(1870deg);
        transform: rotate(1870deg)
    }
}

@media screen and (max-width: 768px) {
    .header .controller {
        justify-content: center;
    }

    #mainform {
        padding-top: 17px
    }

    .comTitle {
        margin-top: 25px;
        font-size: 20px;
    }

    body {
        border-top: 25px solid #333;
    }

    .time_remains_title {
        font-size: 18px;
    }
    .orderFormBorder {
        margin-left: 0;
    }
}

.text-center,
.text-center p {
    text-align: center
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: outside none none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a,
.nav .no-active {
    display: block;
    padding: 9px 12px
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.nav-tabs {
    border-bottom: 1px solid transparent
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a,
.nav .no-active {
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs > li > a:hover {
    border-color: #f5f5f5 #f5f5f5 transparent
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #666;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: default
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.container::after,
.container::before,
.nav::after,
.nav::before {
    content: "";
    display: table
}

.container::after,
.nav::after {
    clear: both
}


.nav-tabs > li > a,
.nav .no-active {
    border-width: 0 1px !important;
    color: #666;
    background: #e2e2e2 none repeat scroll 0 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-left: 9px;
    padding-right: 9px
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    background: rgba(226, 226, 226, .5) none repeat scroll 0 0;
    border-right-color: rgba(226, 226, 226, .5)
}

.nav-tabs > li.active > a {
    color: #333
}

.nav-tabs > li + li > a {
    border-left-color: #f5f5f5
}

.nav-tabs.u-flex-justify-x > li > a {
    margin-right: 0;
    text-align: center
}

body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

a,
button {
    transition: all .3s ease 0s;
    outline: 0 none !important
}

h1,
h2 {
    margin-top: 33px;
    margin-bottom: 20px
}

p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}

figcaption {
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.6
}

figcaption > span {
    display: block;
}

.o-cmr figcaption {
    margin: 0 auto;
    max-width: 450px;
    color: #666;
    font-style: italic;
}

.o-wrap {
    padding-left: 54px;
    padding-right: 54px
}

.o-row-flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.o-col-flex {
    padding-left: 15px;
    padding-right: 15px
}

.o-row-sm-flex {
    margin-left: -7px;
    margin-right: -7px
}

.o-row-sm-flex .o-col-flex {
    padding-left: 7px;
    padding-right: 7px
}

.c-cmr-img {
    clear: both
}

.c-cmr-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.c-cmr-img figure {
    display: table;
    margin: 0 auto;
    width: 100%
}

.c-cmr-img figcaption {
    background-color: #eee
}

.o-cmr .c-cmr-img {
    margin-bottom: 22px
}

.c-banner {
    position: relative;
    padding-bottom: 40px;
    line-height: 1.4
}

.c-entry-frame {
    position: relative;
    height: 0;
    overflow: hidden
}

.c-entry-frame .c-post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-entry-frame .c-post-title {
    overflow: hidden
}

.c-entry-frame-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden
}

.c-entry-frame-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto
}

.c-post .c-main > :last-child {
    margin-bottom: 0
}

.c-post-meta {
    background-color: #fff
}

.c-post-title {
    font-size: 16px;
    font-weight: 700
}

.c-post-meta .c-post-title {
    margin: 0
}

.c-post-title,
.c-post-title > * {
    color: inherit
}

.c-post-title > * {
    pointer-events: all
}

.c-post-title a {
    display: block;
    max-width: 100%;
    text-decoration: none
}

.c-post-title a:focus,
.c-post-title a:hover {
    color: inherit
}

.c-post-tag,
.c-post-time {
    display: inline-block;
    font-size: 12px
}

.c-post-tag:not(:last-child) {
    margin-right: 8px
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    float: left
}

.c-post-tag {
    color: #666;
    font-weight: 700
}

.c-post-time {
    color: #a8abbf
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    font-size: 10px
}


.c-sidebar {
    padding: 0 0 0 20px;
}

.c-sidebar .nav-tabs > li > a,
.nav .no-active {
    padding-top: 14px;
    padding-bottom: 12px
}

.nav .no-active {
    text-align: center;
    background: transparent;
}

.c-sidebar article:focus a .c-post-img,
.c-sidebar article:hover a .c-post-img {
    transform: scale(1.1)
}

.c-sidebar .c-post-img {
    transition: transform 3s ease 0s
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.c-sidebar-unit:last-child {
    border-bottom: 0 none
}

.c-sidebar-entry {
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 0
}

.c-sidebar-entry .c-entry-frame {
    margin-top: 5px
}

.c-sidebar-entry .c-post-title {
    color: #333
}

.c-sidebar-entry .c-post-info {
    margin: 5px 0 0
}

.c-sidebar-entry:focus .c-post-title a,
.c-sidebar-entry:hover .c-post-title a {
    text-decoration: underline
}

.c-sidebar-entry .c-post-tag,
.c-sidebar-entry .c-post-time {
    color: #a0a0a0
}

.c-sidebar-entry .c-post-tag {
    font-weight: 400
}

.s-entry-video .c-post-title {
    line-height: 1.33333;
    font-size: 15px;
    min-height: 48px;
    max-height: 68px
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
    padding-top: 57.143%
}

.s-entry-video .c-post-title a {
    padding-top: 8px;
    padding-bottom: 5px
}

.s-entry-video .c-entry-frame {
    padding-bottom: 69px
}

.c-comments-head {
    padding-bottom: 1px
}

.c-comments-login {
    width: 100%
}

.u-content-read {
    max-width: 940px;
}

.u-pos-r {
    position: relative
}


.u-text-lady {
    color: #f65757
}

.u-flex-justify-x {
    display: flex
}

.u-flex-justify-x > * {
    flex-grow: 1;
    flex-basis: 0px
}

.c-si-main {
    position: relative;
    z-index: 9;
    background: #fff none repeat scroll 0 0;
    transition: opacity 1.2s ease 0s
}

.c-si-pages {
    position: relative
}

.c-si-pages .c-si-page {
    position: relative;
    z-index: 8;
    background: #fff none repeat scroll 0 0
}

.c-si-pages .c-si-active {
    z-index: 7
}


.o-affix-el {
    position: relative
}


.photo {
    float: left;
    margin-right: 10px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50px;
}

.photo-people {
    width: 100%;
    height: 100%;
    
    object-fit: cover;
}

.com-txt {
    padding-left: 90px;
    text-align: left;
    color: #333;
    line-height: 1.4;
}

.commit-text {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.commit-text.ev-answer {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


.clear {
    clear: both
}

.news-img {
    margin-bottom: 20px;
    height: auto;
}

input {
    outline: 0 none
}

a:active,
a:hover {
    outline: 0 none
}

b {
    font-weight: 700
}

h1 {
    margin: .67em 0
}

img {
    border: 0 none;
    vertical-align: middle
}


button {
    overflow: visible;
    cursor: pointer
}


input {
    line-height: normal
}

@media print {

    *,
    ::after,
    ::before {
        background: transparent none repeat scroll 0 0 !important;
        color: #333 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.border-block {
    margin: 20px 0 20px 20px;
    padding: 10px 20px;
    border-left: 4px solid #0054a0;
    color: #0054a0;
    line-height: 1.4;
}


button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    background-color: transparent;
    text-decoration: none
}


@media (min-width: 320px) {
    .container {
        width: 100%
    }
}


@media (min-width: 1280px) {
    .container {
        width: 1255px
    }
}


.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav::after,
.nav::before {
    content: "";
    display: table
}

.nav::after {
    clear: both
}


.c-post-info::after,
.c-post-info::before,
.o-cmr::after,
.o-cmr::before,
.o-row::after,
.o-row::before {
    content: "";
    display: table
}


.c-post-info::after,
.o-cmr::after,
.o-row-sm::after,
.o-row::after {
    clear: both
}


.o-wrap {
    padding-left: 54px;
    padding-right: 54px
}

.o-row-flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px
}

.o-col-flex {
    padding-left: 15px;
    padding-right: 15px
}

.o-row-sm-flex {
    margin-left: -7px;
    margin-right: -7px
}

.o-row-sm-flex .o-col-flex {
    padding-left: 7px;
    padding-right: 7px
}

.c-sidebar-wrap {
    max-width: 380px;
    width: 30%;
}

.c-main {
    padding-top: 20px;
    max-width: 850px;
    width: 70%;
}

@media (max-width: 1365px) {
    .o-wrap {
        padding-left: 35px;
        padding-right: 35px;
        margin: 0 auto;
    }

    .c-main {
        max-width: 830px;
    }

}


@media (max-width: 1023px) {

    .c-sidebar-wrap {
        display: none
    }
}


.o-cmr a {
    font-weight: 400
}

@media (min-width: 1024px) {

    .com-txt,
    .o-cmr {
        font-size: 18px
    }

    .img-caption {
        font-size: 20px;
    }
}

@media (min-width: 1280px) {
    
    .o-cmr {
        font-size: 20px;
        line-height: 1.6;
    }
}


@media (max-width: 1023px) {
    .c-banner {
        padding-bottom: 42px
    }
}

.c-entry-frame {
    position: relative;
    height: 0;
    overflow: hidden
}

.c-entry-frame .c-post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.c-entry-frame .c-post-title {
    overflow: hidden
}

.c-entry-frame-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden
}

.c-entry-frame-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: auto
}

.c-post {
    margin-bottom: 30px
}

.c-post .c-main > :last-child {
    margin-bottom: 0
}

.c-post-meta {
    background-color: #fff
}

.c-post-title {
    font-size: 16px;
    font-weight: 700
}

.c-post-meta .c-post-title {
    margin: 0
}

.c-post-title,
.c-post-title > * {
    color: inherit
}

.c-post-title > * {
    pointer-events: all
}

.c-post-title a {
    display: block;
    max-width: 100%;
    text-decoration: none
}

.c-post-title a:focus,
.c-post-title a:hover {
    color: inherit
}

@media (max-width: 1023px) {
    .c-post-title {
        font-size: 12px
    }
}

@media (min-width: 1366px) {
    .c-post-title {
        font-size: 20px
    }
}

@media (min-width: 1600px) {
    .c-post-title {
        font-size: 22px
    }
}

.c-post-tag,
.c-post-time {
    display: inline-block;
    font-size: 12px
}

.c-post-tag:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 1023px) {

    .c-post-tag,
    .c-post-time {
        font-size: 10px
    }

    .c-post-tag:not(:last-child) {
        margin-right: 6px
    }
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    float: left
}

.c-post-tag {
    color: #666;
    font-weight: 700
}

.c-post-time {
    color: #a8abbf
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    font-size: 10px
}

@media (max-width: 1365px) {

    .c-post-info-sm .c-post-tag,
    .c-post-info-sm .c-post-time {
        margin-right: 7px
    }
}

@media (max-width: 1023px) {

    .c-post-info-sm .c-post-tag,
    .c-post-info-sm .c-post-time {
        font-size: 8px
    }
}


@media (max-width: 1023px) {
    .c-sidebar {
        padding: 0 15px
    }

    .c-sidebar .nav-tabs > li > a {
        padding-top: 15px;
        padding-bottom: 13px
    }

    .c-sidebar .c-post-title {
        font-size: 12px
    }
}

@media (min-width: 1280px) {
    .c-sidebar .nav-tabs > li > a {
        font-size: 11px;
        padding-top: 12px;
        padding-bottom: 11px
    }
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

@media (max-width: 1023px) {

    .c-sidebar-entry .c-post-title,
    .c-sidebar-unit .c-post-title {
        font-size: 12px
    }
}

.c-comments-head {
    padding-bottom: 1px
}

.c-comments-login {
    width: 100%
}


.u-pos-r {
    position: relative
}


.u-text-lady {
    color: #f65757
}

.u-flex-justify-x {
    display: flex
}

.u-flex-justify-x > * {
    flex-grow: 1;
    flex-basis: 0px
}

.c-si-main {
    position: relative;
    z-index: 9;
    background: #fff none repeat scroll 0 0;
    transition: opacity 1.2s ease 0s;
}

.c-si-main .c-post > .o-row-sm {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}


.c-si-pages {
    position: relative
}

.c-si-pages .c-si-page {
    position: relative;
    z-index: 8;
    background: #fff none repeat scroll 0 0
}

.c-si-pages .c-si-active {
    z-index: 7
}


.o-affix-el {
    position: relative
}

@media print {


    .c-banner,
    .h-feed {
        display: none !important
    }

    .c-post-meta {
        position: relative !important;
        padding-bottom: 0 !important
    }

    .c-post-title {
        color: #333 !important;
        margin: 22px 0 0 !important
    }

    .c-main {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important
    }
}

.prod-img {
    margin: 0 auto 20px;
    display: block;
    max-width: 250px;
    width: 100%
}

.img-caption {
    max-width: 500px;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    background: #eee;
    padding: 10px;
}

input {
    outline: 0
}

.c-main {
    background-color: #FFF;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
    padding: 15px 20px 25px;

}

.tab-content {
    background-color: #FFF;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

@media (min-width: 759px) and (max-width: 1024px) {
    .c-main .u-content-read {
        font-size: 20px
    }

    .com-txt {
        font-size: 19px
    }
}

.o-wrap.c-si-main .container:before,
.o-wrap.c-si-main .container:after {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sidebar__product {
        display: none;
    }

    .c-main {
        padding: 15px 20px;
        width: 100%;
        max-width: none;
    }

    .u-content-read {
        max-width: none;
        padding: 0;
    }

    .o-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media (max-width: 759px) {

    body,
    html {
        width: 100%;
    }

    #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
        width: 100%
    }

    .container {
        margin: 0;
        padding: 0;
    }

    .container.c-banner.o-wrap.has-nav-sub {
        width: 100%
    }

    .c-sidebar-wrap ~ .c-main {
        width: 100%
    }

    .c-main .u-content-read {
        margin-left: 0;
        font-size: 20px;
        line-height: 1.5
    }

    .com-txt {
        padding-left: 85px;
        font-size: 16px
    }

    h1 {
        font-size: 20px
    }

    .c-post-title {
        font-size: 17px
    }
}

@media (max-width: 768px) {
    .c-post {
        margin-bottom: 0;
        box-shadow: none;
    }

    .c-main {
        padding-bottom: 30px;
        box-shadow: none;
    }

    p, ul {
        margin-bottom: 15px;
        text-align: left;
        font-size: 19px;
    }

    .c-banner {
        padding-bottom: 25px;
    }

    .prod-img {
        max-width: 220px;
    }

    .main-title {
        font-size: 24px;
    }

    .c-main .u-content-read {
        font-size: 18px
    }


    h1,
    h2 {
        margin-top: 0;
        line-height: 1.5;
    }

    .order-wrap {
        flex-direction: column;
    }

    .prod-img.order-prod {
        margin: 0 0 25px;
    }

    .ruletka-p h2 {
        font-size: 22px;
    }

    .lt64 {
        margin-bottom: 15px;
    }
}

input:invalid {
    box-shadow: none;
}

form {
    position: relative;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

.price_main {
    font-size: 25px;
    color: #d31812;
}

.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important
}


@media screen and (max-width: 380px) {
    h2 {
        font-size: 23px;
    }

    body {
        padding: 0;
    }
}


.like {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover {
    text-decoration: underline
}

.like:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

@media all and (max-width: 720px) {
    main {
        width: 100%
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.preview__img {
    width: 100%;
    max-width: 500px;
    margin: 0;
}


form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

footer {
    margin: 0;
    padding: 15px 0;
    background: #0054a0;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 800px) {

    .c-sidebar-wrap ~ .c-main {
        width: 100%;
    }
}


@keyframes licurici {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

::selection {
    background: #5aac01;
    color: #fff;
    text-shadow: none
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}


@media all and (min-width: 700px) {
    body {
        border-top: 65px solid #333
    }
}

@media all and (min-width: 1020px) {
    body {
        border-top: 80px solid #333
    }
}

.controller {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    background-color: #fff
}

@media all and (min-width: 700px) {
    .controller {
        max-width: 500px
    }
}

@media all and (min-width: 1020px) {
    .controller {
        max-width: 1020px;
        width: 100%
    }
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

i {
    font-style: normal
}

h1 {
    font-size: 26px;
    letter-spacing: -.4px;
    line-height: 1.125;
    margin: 0 0 12px
}

@media all and (min-width: 700px) {
    h1 {
        font-size: 28px;
    }
}

@media (hover: hover) {
    h1 a:hover {
        color: #da0f10
    }
}

button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus {
    outline: none;
    background-color: #b90d0e
}

.type-none {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tablet-and-desktop-only {
    display: none
}

@media all and (min-width: 639px) {
    .tablet-and-desktop-only {
        display: block
    }

    .img-caption {
        font-size: 18px;
    }

}

.desktop-only {
    display: none
}

@media all and (min-width: 1020px) {
    .desktop-only {
        display: block
    }
}

.header {
    padding: 5px 15px;
    background: #0054a0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.header ul {
    font-size: 12px;
}

@media screen and (max-width: 639px) {
    body {
        border-top: 0;
    }

    .header {
        position: relative;
    }
}

@media all and (min-width: 700px) {
    .header {
        padding: 0 15px;
        font-size: 12px;
        background-color: #0054a0;
        height: 80px
    }
}


.main-menu {
    position: relative;
    z-index: 5;
    width: 100%;
    background-color: #0054a0;
    pointer-events: auto
}

@media all and (min-width: 700px) {
    .main-menu {
        width: auto;
        height: 80px;
        background-color: #0054a0;
    }
}

@media all and (min-width: 1020px) {
    .main-menu {
        display: block;
        margin-right: 15px;
        background-color: transparent;
        height: auto
    }
}

.main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media all and (min-width: 1020px) {
    .main-menu ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.main-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    text-align: center;
    color: #fff;
}

@media all and (min-width: 700px) {
    .main-menu ul li a {
        width: 100px;
        height: 80px
    }
}

@media all and (min-width: 1020px) {
    .main-menu ul li a {
        height: 80px;
        width: 110px
    }
}

.main-menu ul li a img {
    margin-top: 5px;
    width: 18px
}

@media all and (min-width: 700px) {
    .main-menu ul li a img {
        width: 24px;
        margin-top: 7px
    }
}

@media all and (min-width: 1020px) {
    .main-menu ul li a img {
        width: 36px;
        height: 34px
    }
}

.main-menu ul li a span {
    display: block;
    margin-top: 7px;
    position: relative;
    color: #fff;
}

.main-menu ul li a span .licurici-live {
    margin: 0;
    background-color: #da0f10;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: -8px;
    -webkit-animation-name: licurici;
    animation-name: licurici;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media all and (min-width: 700px) {
    .main-menu ul li a span .licurici-live {
        top: 3px;
        left: -10px;
        width: 6px;
        height: 6px
    }
}

@media all and (min-width: 1020px) {
    .main-menu ul li a span .licurici-live {
        top: 4px;
        left: -13px;
        width: 8px;
        height: 8px
    }
}

.main-menu ul li a.link-antenaplay {
    background-color: #333;
    width: 18vw
}

@media all and (min-width: 700px) {
    .main-menu ul li a.link-antenaplay {
        width: 100px
    }
}

@media all and (min-width: 1020px) {
    .main-menu ul li a.link-antenaplay {
        width: 110px
    }
}

.main-menu ul li:hover {
    background-color: rgba(255, 255, 255, .2)
}

.related .controller {
    padding: 30px 0
}

@media all and (min-width: 1020px) {
    .related .controller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px
    }
}

footer {
    text-align: center
}


footer p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px
}

.comment-foto {
    margin-top: 10px;
    width: 50%;
}

@media (max-width: 650px) {
    .comment-foto {
        width: 100%;
    }
}


/*Reset*/
input::-ms-clear {
    display: none;
}

/*End reset*/

/*Comment styles*/
.ev-answer--hidden {
    display: none;
}


.ev-answer__img {
    display: block;
    max-width: 450px;
    width: 100%;
    margin-top: 10px;
}

.ev-answer__name, .ev-answer__town, .ev-answer__comment {
    word-break: break-all;
}

/*IE fix*/
.ev-answer__comment {
    display: block;
    width: 100%;
}

/*End comment styles*/

/*Color | Choose styles for feedback form*/
.ev-feedback {
    font-family: sans-serif;
    background: #f2f3f7;
    border: none;
    border-radius: 15px;
}

.ev-feedback__title {
    color: #333333;
    border-bottom: 0;
    padding-bottom: 0;
}

.ev-feedback__field {
    color: #333333;
    border: 1px solid #ececed;
    border-radius: 10px;
}

.ev-feedback__field:focus {
    border-color: #0054a0;
}

.ev-feedback__field--comment::-webkit-scrollbar {
    width: 5px;
    background: none;
}

.ev-feedback__field--comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0054a0;
    opacity: .5;
}

.ev-feedback__svg {
    fill: #0054a0;
    transition: all .3s ease-in-out;
}

.ev-feedback__comment {
    border-radius: 15px;
}

.ev-feedback__file {
    color: #0054a0;
    border: 1px solid #0054a0;
    border-radius: 10px;
}

.ev-feedback__file:hover {
    color: white;
    background: #0054a0;
}

.ev-feedback__file:hover span {
    color: #fff;
}

.ev-feedback__file:hover .ev-feedback__svg {
    fill: white;
}

.ev-feedback__profile--error .ev-feedback__field {
    border-color: red;
}

.ev-feedback__profile--error .ev-feedback__field:focus {
    border-color: red;
}

.ev-feedback__profile--error .ev-feedback__svg {
    fill: red;
}

.ev-feedback__file--loaded {
    background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 0 0;
    border-color: #57cf02;
}

.ev-feedback__file--loaded span {
    color: #fff;
}

.ev-feedback__file--loaded:hover {
    color: white;
    background: #57cf02;
}

.ev-feedback__file--error {
    background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 0 0;
    color: #fff;
    border-color: red;
}

.ev-feedback__file--error:hover {
    color: white;
    background: red;
    border-color: red;
}

.ev-feedback__file--loaded .ev-feedback__svg,
.ev-feedback__file--error .ev-feedback__svg {
    fill: white;
}

.ev-feedback__btn {
    color: white;
    border: none;
    border-radius: 10px;
    background: #0054a0;
}

.ev-feedback__btn:hover {
    background: #004481;
}

.ev-modal {
    background: rgba(0, 0, 0, .5);
}

.ev-modal__wrapper {
    background: #fff;
    border-radius: 8px;
}

.ev-modal__close::before, .ev-modal__close::after {
    background: #474646;
}

.ev-modal__close:hover::before, .ev-modal__close:hover::after {
    background-color: #0054a0;
}

.ev-modal__title, .ev-modal__subtitle {
    color: #333;
}

.ev-modal__btn {
    color: white;
    background: #0054a0;
    border: none;
    border-radius: 5px;
}

.ev-modal__btn:hover {
    background: #34909b;
}

/*Color | End | Choose styles for feedback form*/

/*Default | Keyframes*/
@keyframes fileLoaded {
    0% {
        background: white linear-gradient(to left, transparent, transparent 50%, #57cf02 50%, #57cf02) 100% 0;
        background-size: 200% 100%;
    }

    100% {
        background-position: 0 0;
        color: #fff;
    }
}

@keyframes fileError {
    0% {
        background: white linear-gradient(to left, transparent, transparent 50%, red 50%, red) 100% 0;
        background-size: 200% 100%;
    }

    100% {
        background-position: 0 0;
        color: #fff;
    }
}

/*Default | End keyframes*/

/*Default | Feedback styles*/
.ev-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    padding: 30px;
    max-width: 650px;
}

.ev-feedback__title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.ev-feedback__section {
    display: flex;
    width: 100%;
}

.ev-feedback__section--data {
    margin-bottom: 15px;
}

.ev-feedback__section--files {
    margin-bottom: 30px;
}

.ev-feedback__profile {
    position: relative;
    width: calc(100% / 1);
}

.ev-feedback__profile:not(:last-of-type) {
    margin: 0 15px 0 0;
}

.ev-feedback__comment {
    position: relative;
    width: 100%;
    margin: 0 0 15px 0;
}

.ev-feedback__field {
    display: block;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    resize: none;
    transition: all .25s ease-in-out;
    width: 100%;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
}

.ev-feedback__field--comment {
    background-color: #fff;
    min-height: 80px;
    -ms-overflow-style: none; /*hide scrollbar IE*/
    scrollbar-width: none; /*hide scrollbar FF*/
    overflow: auto;
    border-radius: 15px;
}

.ev-feedback__svg {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.ev-feedback__svg--comment {
    top: 12px;
}

.ev-feedback__svg--file {
    position: static;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}

.ev-feedback__file {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 50%;
    padding: 10px;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.ev-feedback__file:not(:last-of-type) {
    margin-right: 15px;
}

.ev-feedback__file--loaded {
    background-size: 200% 100%;
    animation: fileLoaded .5s ease-in;
}

.ev-feedback__file--loaded:hover {
    transition: none;
}

.ev-feedback__file--error {
    background-size: 200% 100%;
    animation: fileError .5s ease-in;
}

.ev-feedback__file--error:hover {
    transition: none;
}

.ev-feedback__file--loaded .ev-feedback__svg--file,
.ev-feedback__file--error .ev-feedback__svg--file {
    fill: white;
}

.ev-feedback__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.ev-feedback__chooser {
    display: none;
}

.ev-feedback__btn {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: all .3s ease-in;
    max-width: 100%;
    width: 200px;
    padding: 13px;
}

/*Default | End feedback styles*/

/*Default | JS feedback styles*/
.ev-feedback__section--two .ev-feedback__profile {
    width: 50%;
}

.ev-feedback__section--one .ev-feedback__profile {
    width: 100%;
}

.ev-feedback__section--one .ev-feedback__file {
    width: 80%;
}

.ev-feedback__section--full .ev-feedback__file {
    width: 100%;
}

.ev-feedback--structure .ev-feedback__title {
    order: -1;
}

.ev-feedback--structure .ev-feedback__section {
    order: -1;
    margin-bottom: 15px;
}

.ev-feedback--structure .ev-feedback__comment {
    margin-bottom: 30px;
}

/*Default | End JS feedback styles*/

/*Default | Modal*/
.ev-modal {
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.ev-modal--active {
    display: flex
}

.ev-modal__wrapper {
    position: relative;
    cursor: auto;
    padding: 40px 30px 30px;
    margin: 0 auto 20px;
    max-width: 450px;
}

.ev-modal__close {
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ev-modal__close::before, .ev-modal__close::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 2px;
    transition: background-color .3s ease-in-out;
}

.ev-modal__close::before {
    transform-origin: left;
    transform: rotate(45deg);
    left: 2px;
}

.ev-modal__close::after {
    transform-origin: right;
    transform: rotate(-45deg);
    right: 4px;
}

.ev-modal__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px
}

.ev-modal__subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}

.ev-modal__btn {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 130px;
    width: 100%;
    word-break: break-all;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0 auto;
    transition: all .25s ease-in-out
}

.breadcrumbs {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    color: #767676;
}

.breadcrumbs svg {
    width: 15px;
    height: 15px;
    fill: #767676;
    transition: 0.3s;
}

.breadcrumbs a {
    color: #767676;
    display: block;
    padding: 0 8px;
    font-size: 16px;
}

.breadcrumbs a:hover,
.breadcrumbs svg:hover {
    fill: #4e5e69;
    color: #333;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .home-link {
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumbs span {
    font-size: 16px;
    display: block;
    padding: 0 8px;
    color: #333;
}


.tags {
    margin: 20px 0;
    color: #767676;
    position: relative;
    padding-left: 25px;
}

.tags:before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 18px;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/bookmark.png) no-repeat 0 50%;
    background-size: contain;
}

.tags__link {
    padding: 3px 0;
    color: #767676;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.3;
}

.notes {
    margin-top: 20px;
}

.notes .note {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #919191;
}

.notes .note:last-of-type {
    margin-bottom: 0;
}

/*Default | End modal*/

/*Default | Feedback media queries*/
@media (max-width: 639px) {
    p, ul {
        font-size: 16px;
        line-height: 1.4;
    }

    .border-block {
        font-size: 20px;
    }

    .prod-img {
        max-width: 200px;
    }

    body, html {
        padding: 0px;
    }

    .c-main {
        padding-top: 0;
    }

    .c-banner {
        padding-bottom: 15px;
    }

    .main-title {
        font-size: 22px;
    }

    .breadcrumbs {
        display: none;
    }

    .tags__link:nth-last-of-type(-n+2),
    .tags .comma:nth-last-of-type(-n+2) {
        display: none;
    }

    .photo {
        width: 60px;
        height: 60px;
    }

    .ruletka-p {
        margin-left: 0;
        margin-right: 0;
    }

    .com-txt {
        padding-left: 70px;
    }

    .ruletka-p h2 {
        font-size: 20px;
    }

    .ev-feedback {
        padding: 20px;
    }

    .ev-feedback__title {
        font-size: 21px;
    }

    .ev-feedback__title, .ev-feedback__section--files {
        margin-bottom: 20px;
    }

    .ev-feedback--structure .ev-feedback__comment {
        margin-bottom: 20px;
    }

    .pop-up-window {
        padding-top: 40px;
    }

    .pop-up-heading {
        font-size: 32px;
    }

    .pop-up-window::before {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .pop-up-window::after {
        width: 40px;
        height: 15px;
        top: -12px;
    }
}

@media (max-width: 479px) {

    .prod-img {
        max-width: 180px;
    }

    .main-title {
        font-size: 20px;
    }
    
    .border-block,
    h2 {
        font-size: 18px;
    }

    .c-main {
        padding: 0 15px 25px;
    }

    .time_remains_title,
    .c-main .u-content-read,
    .ev-modal__subtitle {
        font-size: 16px;
        line-height: 1.3;
    }

    .tags {
        padding-left: 20px;
        margin: 15px 0;
    }

    .tags:before {
        width: 15px;
        height: 15px;
        top: 10px;
    }

    .tags__link {
        font-size: 14px;
    }


    .price > div {
        padding: 0 15px;
    }

    .price_main {
        font-size: 22px;
    }
    
    .ev-modal__title,
    .price-old {
        font-size: 20px;
    }
    .ev-feedback {
        margin: 25px 0;
    }
    .ev-feedback__section--data, .ev-feedback__section--files {
        flex-direction: column;
    }

    .ev-feedback__section--data {
        margin-bottom: 10px;
    }

    .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__file {
        width: 100%;
    }

    .ev-feedback__file:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__comment {
        margin-bottom: 10px;
    }

    .ev-feedback__section--two {
        flex-direction: column;
    }

    .ev-feedback__section--two .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__section--two .ev-feedback__profile:not(:last-of-type) {
        margin: 0 0 10px 0;
    }

    .ev-feedback__section--one .ev-feedback__profile {
        width: 100%;
    }

    .ev-feedback__section--one .ev-feedback__file {
        width: 100%;
    }

    .ev-modal__wrapper {
        padding: 30px 20px 20px
    }

    .border-block {
        margin-left: 0;
        padding: 5px 15px;
    }
}

/*Default | End feedback media queries*/

/*Errors*/
.ev-input-error {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: white;
    border: 1px solid #0054a0;
    border-radius: 5px;
    padding: 5px;
}

.ev-input-error::before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    border-top: 1px solid #0054a0;
    border-right: 1px solid #0054a0;
    transform: rotate(-45deg);
}

.ev-input-error--hidden {
    display: none;
}

/*End error*/

.sidebar__product {
    padding: 15px 20px;
    transition: none;
}

.sidebar__product-title {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center;
}


.sidebar__product.active {
    margin-top: 85px;
    background-color: #fff;
    padding: 20px;
    transition: none;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
    max-width: 340px;
    width: 25%;
}

@media screen and (max-width: 1220px) {
    .sidebar__product.active {
        right: 35px;
        width: 26%;
    }

    .sidebar__product-title,
    .sidebar__product .btn2 {
        font-size: 20px;
    }

    .sidebar__product .btn2 {
        padding: 15px 10px;
    }
}

.sidebar__product img {
    display: block;
    max-width: 170px;
    margin: 0 auto 15px;
}


.btn2 {
    margin: 0 auto;
    border-radius: 5px;
    max-width: 400px;
    box-shadow: 0 5px 10px rgba(102, 102, 102, 0.44);
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 22px;
    background: #5aac01;
    text-align: center;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.btn2:hover {
    text-decoration: none;
    color: #fff;
    background-color: #468601;
}

@media screen and (max-width: 379px) {
    .main-title {
        font-size: 19px;
    }
}


@media (min-width: 1366px) {
    .container {
        width: 1341px
    }

    .sidebar__product.active {
        max-width: 360px;
        width: 24.5%;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1405px
    }
    .header .controller {
        max-width: 1250px;
    }
}
@media (max-width: 991px) {
  .commit-text:not(:nth-last-child(-n+8)) {
    display: none;
  }
}
