@font-face {
  font-family: Segoeui Regular;
  src: url('../fonts/segoeui.ttf');
  font-weight: 200;
}

@font-face {
  font-family: Segoeui Bold;
  src: url('../fonts/segoeuib.ttf');
  font-weight: 300;
}

@font-face {
  font-family: Segoeui Lite;
  src: url('../fonts/segoeuil.ttf');
  font-weight: 400;
}

@font-face {
  font-family: Segoeui Semilight;
  src: url('../fonts/segoeuisl.ttf');
  font-weight: 700;
}

@font-face {
  font-family: Segoeui Semibold;
  src: url('../fonts/seguisb.ttf');
  font-weight: 700;
}

@font-face {
  font-family: arimo-regular;
  src: url('../fonts/Arimo-Regular.ttf');
  font-weight: 700;
}

@font-face {
  font-family: arimo-bolditalic;
  src: url('../fonts/Arimo-Bolditalic.ttf');
  font-weight: 700;
}

@font-face {
  font-family: arimo-bold;
  src: url('../fonts/Arimo-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: arimo-italic;
  src: url('../fonts/Arimo-italic.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.ttf');
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.svg');
  src: url('../fonts/icomoon.woff');
  font-weight: 700;
}

html {
    height: 100%;
}

body {
    font-family: "arimo-regular";
    color: #000;
    font-size: 16px;
    background-color: #FFF;
    position: relative;
    width: 100%;
    padding: 0;
}

header {
    width: 100%;
    position: relative;
    z-index: 11;
}

h1 {
    font-family: "arimo-regular";
    font-size: 24px;
    color: #000;
    margin: 0;
    line-height: 1;
}

h2 {
    font-family: "arimo-regular";
    font-size: 24px;
    color: #000;
    margin: 0;
    line-height: 1;
}

h3 {
    font-family: "arimo-regular";
    font-size: 20px;
    color: #000;
}

h4 {
    font-family: "arimo-regular";
    font-size: 16px;
    color: #000;
}

a {
    outline: none !important;
    color: inherit;
}

a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none !important;
}

img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto !important;
}

#string > a {
    color: red;
    position: relative;
    font-size: 24pt;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

#string > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 240px;
    height: 98px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .0)), color-stop(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .0))) no-repeat -2em 0%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)) no-repeat -2em 0%;
    background: -o-linear-gradient(right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)) no-repeat -2em 0%;
    background: linear-gradient(to left, rgba(255, 255, 255, .0), rgba(255, 255, 255, .9), rgba(255, 255, 255, .0)) no-repeat -2em 0%;
    background-position-x: -2em;
    background-position-y: 0%;
    background-size: auto auto;
    background-size: 2em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg) translateX(-50%);
        transform: skewX(-50deg) translateX(-50%);
}

#string > a.blink_on:after {
    -webkit-transition: 1.5s linear;
    -o-transition: 1.5s linear;
    transition: 1.5s linear;
    background-position: 130% 0%;
}
#faceless_items {
    display: none;
}
.error {
    color: red;
    font-size: 16px;
}

.scrolloff {
    pointer-events: none;
}

strong {
    font-family: arimo-bold;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #b9a6c7;
}

.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.offset-top1 {
    margin-top: 10px;
}

.offset-top2 {
    margin-top: 20px;
}

.offset-top3 {
    margin-top: 30px;
}

.offset-top4 {
    margin-top: 40px;
}

.offset-top5 {
    margin-top: 50px;
}

.offset-bottom1 {
    margin-bottom: 10px;
}

.offset-bottom2 {
    margin-bottom: 20px;
}

.offset-bottom3 {
    margin-bottom: 30px;
}

.offset-bottom4 {
    margin-bottom: 40px;
}

.offset-bottom5 {
    margin-bottom: 50px;
}

#up_button {
    display: none;
    bottom: 120px;
    font-size: 32px;
    margin-right: 0 !important;
    padding: 0px;
    position: fixed;
    right: 39px;
    text-align: center;
    text-decoration: none;
    width: 52px;
    color: #da2627;
    height: 54px;
    z-index: 105;
    border: 1px solid #da2627;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#up_button:hover {
    opacity: 0.8;
    color: #801630;
}

.row-centered {
    text-align: center;
    font-size: 0;
}

.col-centered {
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.no_padding {
    padding: 0 !important;
}

.no_margin {
    margin: 0 !important;
}

.top_navigate {
    margin: 20px 0 10px;
}

.top_navigate a, .top_navigate i {
    font-size: 14px;
}

.top_navigate .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.top_navigate .breadcrumbs > div {
    margin-right: 5px;
}

.btn-tenko {
    display: inline-block;
    margin: 20px;
    padding: 8px 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #f00;
    background-color: #fff;
    text-align: center;
    border: 1px solid #f00;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.btn-tenko:hover, .btn-tenko:focus, .btn-tenko:active {
    background-color: #f00;
    color: #fff;
}

label.error {
    font-weight: 300;
    font-size: 14px;
    color: red;
}

.centering {
    margin: 0 auto;
}

.ckeditor_text {
    margin-top: 20px;
    margin-bottom: 50px;
}

header {
    position: relative;
}

.pagination-holder {
    text-align: center;
}

.pagination-holder .pagination > li > a, .pagination > li > span {
    color: #da2627;
}

.pagination-holder .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #da2627;
    border-color: #da2627;
    color: #fff;
}

.pagination-holder .pagination a, .pagination-holder .pagination span {
    border-radius: 0 !important;
}

.main-about-us {
    background-color: #f2f2f2;
    position: relative;
    padding: 30px 0 30px;
}

.block.block-m {
    margin-top: 0;
}

footer {
    -webkit-box-shadow: 0px -1px 6px 0px #BBB;
            box-shadow: 0px -1px 6px 0px #BBB;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

footer a, footer li > span {
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-size: 14px;

}

footer a:hover, footer li > span:hover {
    color: #da2627;
}

.modal-content {
    border-radius: 0;
    margin-top: 80px;
}

.modal-footer, .modal-header {
    border: none;
    text-align: left;
}

.modal-header p {
    text-align: center;
    margin-bottom: 2px;
    font-size: 24px;
}

.modal-header .good-article {
    font-size: 16px;
}

.modal_close {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: -17px;
    right: -17px;
}

.modal-content .form-control {
    border-radius: 0;
    margin-top: 15px;
}

.modal-content .form-contro:first-child {
    margin-top: 0;
}

.modal-content .alert-success {
    margin-top: 15px;
    display: none;
    margin-bottom: 0;
}

.modal-content .btn-valure {
    margin: 0 0 10px 0;
}

.modal .cart-img-mobile {
    border: 1px solid #a7a7a7;
}

.modal .modal-body .title {
    font-size: 24px;
    border-bottom: 1px solid #a7324f;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 5px;
}

#good_order_modal .modal-footer, #good_order_modal .modal-header {
    border-top: 1px solid #e5e5e5;
    text-align: right;
}

#good_order_info img {
    max-height: 100px;
}

#good_order .modal-body {
    padding: 0 15px;
}

#good_order_info .good-name, #good_order_info .good-price, #good_order .modal-title {
    font-family: arimo-bold;
}

#good_order_info .good-name {
    color: #000;
}

#good_order_info .good-price {
    color: #2cc121;
    font-size: 26px;
    margin: 10px 0 0 0;
}

#good_order_info .good-price > span {
    color: #000;
    font-size: 14px;;
}

#good_order_info .good-article-modal {
    color: #A2A2A2;
    margin-bottom: 0;
    font-size: 14px;
}

#good_order_info .good-article-modal > span {
    color: #565656;
}

#good_order_modal .modal-footer .btn-valure-default {
    float: left;
}

#good_order_modal .modal-footer .btn-valure {
    padding: 10px 16px;
}

.good-prefers-wrapper {
    padding: 30px 0 0;
    border-top: 1px solid #bfbfbf;
    font-size: 0;
}

.good-prefers-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.good_qrcode {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
}

.good_qrcode-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.good_qrcode .link-block {
    display: block;
}

.good_qrcode img {
    display: block;
    width: 100px;
    /*float: right;*/
}

#popup_toggle {
    bottom: 200px;
    right: 0px;
    position: fixed;
    z-index: 9999;
}

.img-circle {
    background-color: #A7324F;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #A7324F;
    width: 111px;
    height: 111px;
    bottom: -19px;
    right: 9px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.circle-fill {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #A7324F;
    width: 75px;
    height: 75px;
    bottom: -1px;
    right: 27px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-circle {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 54px;
    height: 54px;
    bottom: 10.5px;
    right: 37px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

.img-circleblock {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 54px;
    height: 54px;
    background-image: url("../images/mini.png");
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circle:hover {
    opacity: 1;
}

.callback_title {
    display: none;
    opacity: 0;
    position: absolute;
    background: #A7324F;
    width: 140px;
    height: auto;
    color: #fff;
    top: -60px;
    right: 110px;
    z-index: 99999999999;
    font-size: 12px;
    padding: 7px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
}

.callback_title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #A7324F;
    border-bottom: 7px solid transparent;
    right: -10px;
    top: 17px;
}

#popup_toggle:hover .callback_title {
    display: block;
    opacity: 1;
}

#callback_success {
    margin-bottom: 10px;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
                transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
                transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
                transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
                transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
                transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
                transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
                transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
                transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@media (max-width: 767px) {
    #popup_toggle {
        display: none;
    }

    #up_button {
        bottom: 10px;
        font-size: 24px;
        width: 42px;
        height: 44px;
    }

    .modal-header p {
        font-size: 20px;
    }

    .modal_close {
        width: 25px;
        height: 25px;
        top: 0px;
        right: 0;
    }

    .modal_close img {
        width: 25px;
        height: 25px;
    }

    .modal .modal-body .title {
        margin-top: 10px;
    }
}

.bold {
    font-family: arimo-bold;
}


/* spoiler */

.spoiler-block {
    background-color: #f2f2f2;
    padding: 50px 0;
}
.spoiler-block h2{
    margin-bottom: 20px;
}
.spolier-content {
    margin: 0 auto;
    max-width: 1090px;
    padding-right: 55px;
    position: relative;
    color: #000;
}

.spoiler-title {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 35px;
}

.spoiler-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.spoiler-toggle:hover {
    background: #e2e2e2;
}

.spoiler-toggle:after, .spoiler-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #da2627;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spoiler-toggle:before {
    width: 12px;
    height: 3px;
    margin: -2px 0 0 -6px;
}

.spoiler-toggle:after {
    width: 3px;
    height: 12px;
    margin: -7px 0 0 -2px;
}

.spoiler-title.active .spoiler-toggle:after {
    opacity: 0;
}


.spoiler-content ul {
    list-style: disc;
    padding-left: 25px;
}
.spoiler-content a {
text-decoration: underline;
}
/* */

ul {
    list-style: none;
    padding: 0;
}

header .up {
    padding: 4px 10%;
}

header .logo a {
    display: block;
    position: relative;
    overflow: hidden;
}

header .basket:before {
    content: url(../images/basket.png);
    margin-right: 8px;
}

header .language-block {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

header .language-block li {
    padding-left: 15px;
}

header .tel {
    font-size: 20px;
}

header .tel .primary-phone {
    cursor: pointer;
    color: #da2627;
}

header .tel .primary-phone i {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #000;
}

header .tel .primary-phone.active i {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}

header .up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

header .up .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

header .up .other .functional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-left: 50px;
    font-size: 16px;
}

header .up .other .functional .basket.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

header .up .other .functional .log-in {
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

header .up .other .functional .log-in #cabinet_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

header .up .other .functional .log-in .registration {
    position: relative;
}

header .up .other .functional .log-in .registration .fa-sign-in,
header .up .other .functional .log-in .registration .fa-sign-out {
    display: none;
}

header .up .other .functional .log-in #cabinet_login::before {
    content: url(../images/log_in.png);
    margin-right: 8px;
}

header .up .other .functional .lang .active {
    color: #db2627;
}

header .up .other .functional .lang {
    margin-left: 20px;
}

header .tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

header .tel .additional-phones a {
    display: block;
    font-size: 16px;
    text-align: center;
}
header .zakaz-h1 {
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	font-size:16px;
	color: #da2627;
}

header .tel .additional-phones {
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 6px;
    border: 2px solid #000;
    right: 0;
}

header .tel .additional-phones.active {
    display: block;
}

header .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    background: #000;
    color: #fff;
    padding: 0px 10%;
}

header .down .catalog {
    width: 15%;
    cursor: pointer;
    margin-right: 15px;
}

header .down nav {
    width: 10%;
}

header .down .search {
    width: 80%;
}

header nav .burger {
    position: relative;
    cursor: pointer;
    z-index: 10;
}

header nav.active .burger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(11px) translateX(5px);
            -ms-transform: rotate(45deg) translateY(11px) translateX(5px);
        transform: rotate(45deg) translateY(11px) translateX(5px);
}

header nav.active .burger span:nth-child(2) {
    -webkit-transform: rotate(45deg) translateY(0) translateX(18px);
            -ms-transform: rotate(45deg) translateY(0) translateX(18px);
        transform: rotate(45deg) translateY(0) translateX(18px);
    width: 0;
}

header nav.active .burger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(4px);
            -ms-transform: rotate(-45deg) translateY(-10px) translateX(4px);
        transform: rotate(-45deg) translateY(-10px) translateX(4px);
}

header nav.active .burger span {
    width: 24px;
}

header nav .burger span {
    width: 35px;
    display: block;
    height: 3px;
    background: #fff;
    margin: 8px;
    border-radius: 40px;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header nav ul.boss li {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0;
}

header nav ul.boss {
    right: 34px;
    text-align: center;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    top: 20%;
    background: rgba(0, 0, 0, 0.9);
    padding: 23px;
    border: 3px solid #fff;
    width: 0;
    height: 0;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    padding-top: 68px;
    z-index: 9;
}

header nav ul.boss li .menu-item:hover {
    background: #999;
}

header nav ul.boss li .menu-item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 10px;
    z-index: 2;
    cursor: pointer;
}

header nav .btn-back {
    text-align: right;
    margin-top: 35px;
    margin-right: 90px;
}

header nav ul.boss .back {
    cursor: pointer;
    padding: 20px;
}

header nav ul.boss li.active ul.under-boss {
    opacity: 1;
    visibility: visible;
}

header nav ul.boss li ul.under-boss {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header nav.active ul.boss {
    border-radius: 4px;
    -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    visibility: visible;
    border-radius: 50%;
    width: 458px;
    height: 458px;
}

header .down form {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

header .down form button {
    height: 100%;
    border: none;
    background: #fff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 10px;
}

header .down form input {
    height: 100%;
    border: none;
    background: #fff;
    width: 100%;
    outline: none;
    color: #000;
    padding-left: 20px;
}

header .down nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
            justify-content: flex-end;
    cursor: default;
    position: relative;
    height: 77px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

header .mobile-holder .tel .additional-phones {
    padding: 0;
    border: 0;
    background: none;
}

header .mobile-holder .tel .additional-phones a {
    line-height: 20px;
}

.muted {
    color: #C01E07;
}

footer {
    background: #000;
    color: #fff;
    padding: 30px 10%;
}

footer .footer-inside {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

footer .footer-inside > div {
    width: 25%;
}

footer .callback {
    margin-bottom: 25px;
}

footer .first .callback span {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 14px;
}

footer .first a.tel {
    font-size: 16px;
    display: block;
    margin: 0;
}

footer .first .miru-mir {
    font-size: 13px;
}

footer .fourth form {
    margin-top: 10px;
}

footer .fourth form button {
    color: #000;
    background: #fff;
    border: none;
    height: 28px;
    width: 36px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    font-size: 14px;
}

footer .fourth form button:hover, footer .fourth form button:focus, footer .fourth form button:active {
    color: #da2627;
}

.footer-logo-holder {
    text-align: center;
}

footer {
    font-size: 14px;
}

.footer-soc {
    padding: 15px 0 0;
    border-top: 1px solid #fff;
    display: inline-block;
}

.footer-soc a {
    display: inline-block;
    font-size: 16px;
}

.footer-soc a:first-of-type, .footer-soc a:nth-child(2) {
    margin-right: 20px;
    position: relative;
}

.footer-soc a:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -13px;
    top: 0;
}

.cont-soc {
    padding: 15px 0 0;

}

.cont-soc a {
    display: inline-block;
}

.cont-soc a:first-of-type {
    margin-right: 30px;
    position: relative;
}

.cont-soc a:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    right: -15px;
    top: 0;
}

footer .fourth form input {
    width: 70%;
}

.miru-mir {
    margin-top: 5px;
}

.miru-mir a {
    font-size: 14px;
    text-transform: uppercase;
}

html {
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
}

*, *:after, *:before {
    -webkit-box-sizing: inherit;
            -moz-box-sizing: inherit;
         box-sizing: inherit;
}

html {
    width: 100%;
    height: 100%;
}

body {
/ / background: #161616;
    width: 100%;
    height: 100%;
    color: #000;
/ / padding: 60 px;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    height: 100%;
}

.main-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
               -moz-box-flex: 1;
            flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
               -moz-box-flex: 0;
            flex: 0 0 auto;
}

.open {
    position: relative;
    width: 155px;
    height: 50px;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    padding-top: 12px;
    font-family: arimo-bold;
}

.open:hover {
/ / opacity: 0.8;
}

.open span.triangle {
    background: transparent;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    top: 12px;
    right: 1px;
}

.open span.triangle:after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: 4px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
}

.open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 11px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: -2px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.open > div {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 11px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    top: -2px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.open span:nth-child(1) {
    margin-top: 8px;
    z-index: 9;
}

/
/
.open span:nth-child(2) {
    margin-top: 22px;
}

.open > div {
    margin-top: 22px;
}

.open span:nth-child(3) {
    margin-top: 40px;
}

.sub-menu {
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(226, 85, 86, 0.74);
    border-radius: 50%;
    z-index: 18;
    overflow: hidden;
}

.sub-menu li {
    display: block;
    float: left;
    clear: both;
    white-space: nowrap;
    height: auto;
    margin-right: -160px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
    margin-top: 90px;
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li:nth-child(6) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li:nth-child(7) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li:nth-child(8) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li:nth-child(9) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li a {
    color: #fff;
    font-size: 17px;
    width: 100%;
    display: block;
    float: left;
    line-height: 26px;
}

.oppenned .sub-menu {
    opacity: 1;
    height: 400px;
    width: 400px;
}

/
/
.oppenned span:nth-child(2) {
    overflow: visible;
}

.oppenned > div {
    overflow: visible;
}

.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(180deg) translateY(12px) translateX(0);
            -ms-transform: rotate(180deg) translateY(12px) translateX(0);
        transform: rotate(180deg) translateY(12px) translateX(0);
}

/
/
.oppenned span:nth-child(2) {
    height: 400px;
    width: 400px;
    left: -126px;
    top: -95px;
    border-radius: 50%;
    background-color: rgba(219, 38, 39, 0.74);
}

.oppenned > div {
    height: 400px;
    width: 400px;
    left: -126px;
    top: -75px;
    border-radius: 50%;
    background-color: rgba(219, 38, 39, 0.74);
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
            -ms-transform: rotate(-45deg) translateY(-10px) translateX(10px);
        transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.oppenned li {
    margin-left: 124px;
}

.main-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 650px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.first-block {
    background-image: url(../images/block1-bg.png);
    margin-top: 40px;
}

.second-block {
    background-image: url(../images/block2-bg.png);
    background-position: left;
    background-size: 50%;
}

.third-block {
    background-image: url(../images/block3-bg.png);
    margin-bottom: 40px;
}

.main-page .desc {
    width: 50%;
}

.main-page .desc .desc-cntr {
    margin-top: 13%;
    padding-left: 25%;
    border-top: 1px solid #000;
}

.second-block .desc .desc-cntr {
    padding: 0 13%;
    width: 100%;
}

.main-page .desc .desc-cntr h2 {
    font-size: 66px;
    font-family: arimo-bold;
    width: 529px;
    margin: 40px 0;
    text-transform: capitalize;
}

.main-page .desc .desc-cntr .about {
    font-size: 16px;
    width: 529px;
    line-height: 2;
}

.main-page .img {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

.main-page .img img {
    max-width: 100%;
    max-height: 100%;
}

.second-block .img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    background-position: left;
    background-size: 50%
}

.main-page .tenko-btn {
    margin-top: 35px;
}

.tenko-btn:hover {
    color: #000;
    border-color: #da2627;
    background: #fff;
}

.tenko-btn {
    width: 221px;
    height: 46px;
    background: #da2627;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    border: 3px solid transparent;
}

.tenko-btn:hover span {
    -webkit-transform: rotate3d(1, 0, 0, 360deg);
            transform: rotate3d(1, 0, 0, 360deg);
}

.tenko-btn span {
    -webkit-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
            transform: rotate3d(1, 0, 0, 0deg);
    display: block;
}

.gradient {
    font-size: 50px;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, color-stop(13%, #da2627), color-stop(88%, #000));
    background: -webkit-linear-gradient(left, #da2627 13%, #000 88%);
    background: -o-linear-gradient(left, #da2627 13%, #000 88%);
    background: linear-gradient(90deg, #da2627 13%, #000 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da2627;
    display: table;
/ / margin: 20 px auto;
}

#contact {
    background: url(../images/fon-contact.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 37%;
}

#contact .contact-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    max-width: 1095px;
    padding: 0 10px;
    margin: 70px auto 100px auto;
}

#contact .contact-cntr .infa {
    width: 365px;
}

#contact .contact-title {
    font-family: arimo-bold;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
}

#contact .contact-cntr .infa .addr, #contact .contact-cntr .infa .phone, #contact .contact-cntr .infa .schedule {
    margin-bottom: 25px;
}

#contact .contact-cntr .infa .email {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

#contact .contact-cntr #map {
    width: 450px;
}

#contact .contact-cntr form label.error {
    position: absolute;
}

#feedback_form {
    position: relative;
}

#feedback_success {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
}

.unit-case.unit-case-Kharkiv {
    display: block;
}

.unit-case {
    display: none;
}

.map-info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.svg-map-holder {
    width: 70%;
    position: relative;
}

#coordinates {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    display: none;
}

.map-info-holdering {
    width: 30%;
    overflow: auto;
}

#contact .contact-cntr form input {
    margin-top: 20px;
    height: 39px;
    border: 1px solid #000;
    background: transparent;
}

#contact .contact-cntr form textarea {
    resize: none;
    margin-top: 20px;
    height: 165px;
    border: 1px solid #000;
    background: transparent;
}

#contact .contact-cntr form .tenko-btn:hover, #news .news-cntr .tenko-btn:hover {
    background: #da2627;
    border-color: transparent;
    color: #fff;
}

#contact .contact-cntr form .tenko-btn {
    width: 181px;
    height: 44px;
    margin-left: auto;
    margin-top: 25px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    margin-bottom: 20px;
}

#contact .contact-cntr .phone a {
    display: block;
}

#contact .contact-cntr #map iframe {
    width: 100%;
    height: 571px;
}

.bg-img img {
    max-width: 100%;
}

.bg-img {
    width: 100%;
    position: relative;
}

.bg-img .name {
    position: absolute;
    top: 40%;
    left: 22%;
}

.bg-img .name h1 {
    color: #fff;
    font-size: 55px;
    font-family: arimo-bold;
}

#news {
    background: url(../images/news-bg.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 37%;
    background-position-x: right;
}

#news .news-cntr {
    max-width: 1200px;
    margin: 75px auto;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
}

#news .news-cntr a {
    width: 50%;
    display: block;
    padding: 20px;
}

#news .news-cntr a h2 {
    font-family: arimo-bold;
    margin-bottom: 10px;
}

#news .news-cntr .tenko-btn {
    width: 126px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    margin-top: 16px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

#news-simple {
    padding: 5px;
    padding: 4px 10%;
}

#news-simple h1 {
    font-family: arimo-bold;
    font-size: 30px;
    margin-bottom: 30px;
}

#how-to-buy {
    background: url(../images/htb-bg.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 68%;
    background-position-x: right;
}

#how-to-buy .how-to-buy-cntr .short-desc {
    margin-bottom: 35px;
}

#how-to-buy .how-to-buy-cntr .about {
    width: 45%;
}

#how-to-buy .map-info-holder {
}

#how-to-buy .how-to-buy-cntr {
    max-width: 1430px;
    padding: 0 20px;
    margin: 28px auto 0px auto;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
}

#goods_list, #cats-list {
    max-width: 1200px;
    margin: 50px auto;
    padding: 10px;
}

.has-good {
    color: #2cc121;
}

.change_lang:hover {
    color: red;
}

#subscription input {
    padding: 0 15px;
}

#good .img-container .img-nav .cont-nav img {
    cursor: pointer;
}

.goods-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    border: solid #efefef;
    border-width: 0 0 0 2px;
    margin: 20px 0;
}

.one-good .name-article h2 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.2;
    padding-left: 10px;
}

.one-good .name-article .article {
    font-size: 13px;
    padding: 0 10px;
}

.one-good {
    width: 33.33%;
    padding: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    border: solid #efefef;
    border-width: 0 2px 2px 0;
    position: relative;
    background-color: transparent;
    z-index: 2;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
}

.one-good::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 2px;
    background-color: #efefef;
    z-index: -2;
}

.one-good .good-image {
    padding: 10px;
    margin: 0 auto;
    display: block;
    height: 265px;
    line-height: 265px;
    text-align: center;
}

.one-good .good-image img {
    max-width: 100%;
    display: inline-block;
    height: auto;
    max-height: 90%;
}

.one-good::before {
    content: "";
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid rgba(226, 85, 86, 0.74);
    background-color: #f8f8f8;
    z-index: -1; /*transition:all .3s ease-in-out;*/
}

.one-good:hover {
    border-color: transparent;
    z-index: 10;
    background-color: #f8f8f8;
}

.one-good .good-name {
    padding: 0 10px;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            -webkit-flex: 1 0 auto;
               -moz-box-flex: 1;
            flex: 1 0 auto;
}

.one-good .good-name h2 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}

.one-good .good-price {
    padding: 0 10px;
    font-size: 13px;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            -webkit-flex: 0 0 auto;
               -moz-box-flex: 0;
            flex: 0 0 auto;
}

.one-good .new-top-good {
    position: absolute;
    top: 10px;
    left: 10px;
}

.one-good .short-desc {
    display: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
}

.one-good:hover .short-desc {
    display: block;
}

.one-good .new-top-good .new-good, .one-good .new-top-good .top-good {
    text-transform: uppercase;
    color: #fff;
    padding: 2px;
}

.one-good .new-top-good .new-good {
    background: #009d00;
}

.one-good .new-top-good .top-good {
    background: #ff6b18;
}

.one-good a:last-child {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding-bottom: 15px;
}

.view-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.view-goods .view {
    cursor: pointer;
    color: #000;
    background: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.view-goods div.view-active {
    color: #fff;
    background: rgba(226, 85, 86, 0.94);
}

.goods-container.goods-liner {
    display: block;
    max-width: 1000px;
    margin: auto;
}

.goods-container.goods-liner .one-good {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
}

.goods-container.goods-liner .one-good .image-and-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
}

.goods-container.goods-liner .one-good .good-image {
    width: 40px;
    height: auto;
    line-height: normal;
    padding: 0;
}

.goods-container.goods-liner .one-good .name-article .article {
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.top_navigate {
    color: #000;
    font-size: 15px;
    padding: 18px 15px;
    border-bottom: 1px solid #ddd;
    padding: 9px 10%;
}

.one-good .delay-chars-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;

}

.one-good:hover .delay-chars-block {
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.one-good .delay-chars-block + .good-image + .delay-chars-link {
    position: relative;
    -webkit-transition: color 0.2s ease-in-out 0.2s;
    -o-transition: color 0.2s ease-in-out 0.2s;
    transition: color 0.2s ease-in-out 0.2s;
}

.one-good:hover .delay-chars-block + .good-image + .delay-chars-link {
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out 0.2s;
    -o-transition: color 0.2s ease-in-out 0.2s;
    transition: color 0.2s ease-in-out 0.2s;
    z-index: 2;

}

.one-good:hover .delay-chars-block::before {
    height: 100%;
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;

}

.one-good:hover .delay-chars-block::after {
    height: 100%;
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;

}

.one-good .delay-chars-block::before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.one-good .delay-chars-block::after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.delay-chars-block .delay-chars-list {
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 15px 0 0 25px;
    margin: 0;
    list-style: none;
}

.one-good .delay-chars-block .delay-chars-list li {
    display: block;
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
       transition-delay: .5s;
    color: #FFF;
    position: relative;
    left: 100%;
}

.one-good:hover .delay-chars-block .delay-chars-list li {
    opacity: 1;
    left: 0;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
       transition-delay: .5s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(1) {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
       transition-delay: .5s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(2) {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
       transition-delay: .55s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(3) {
    -webkit-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
       transition-delay: .6s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(4) {
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transition-delay: .65s;
    -o-transition-delay: .65s;
       transition-delay: .65s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(5) {
    -webkit-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
       transition-delay: .7s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(6) {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
       transition-delay: .75s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(7) {
    -webkit-transition: all .65s ease-out;
    -o-transition: all .65s ease-out;
    transition: all .65s ease-out;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
       transition-delay: .8s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(8) {
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
       transition-delay: .85s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(9) {
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
       transition-delay: .9s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(10) {
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
       transition-delay: .95s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(11) {
    -webkit-transition: all .85s ease-out;
    -o-transition: all .85s ease-out;
    transition: all .85s ease-out;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
       transition-delay: 1s;
}

.one-good .delay-chars-block .delay-chars-list li:nth-of-type(12) {
    -webkit-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
       transition-delay: 1.05s;
}

#good .one-good {
    width: 22%;
}

#good {
    padding: 0 20px;;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 54%;
}

#good .first-info {
    max-width: 1200px;
    margin: 0 auto;
}

#good .carusel-block {
    /* padding: 0 10%; */
    max-width: 1200px;
    margin: 45px auto 0;
    /* padding: 0 20px; */
}

#good .about {
    padding: 0 50px;
}

#good .first-info .name-article {
    width: 100%;
    margin-bottom: 30px;
}

#good .carusel-block > h2 {
    font-size: 25px;
    font-family: arimo-bold;
}

#good .first-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

#good .first-info .img-container {
    width: 50%;
    position: relative;
}

.three-d-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 20;
}

.watch-three-d {
    display: block;
}

.watch-three-d img {
    display: block;
    width: 100%;
    height: auto;
}

#good .first-info .about {
    width: 50%;
    position: relative;
}

#good .img-container .img-for {
    margin-bottom: 15px;
}

#good .img-container .img-for .cont-for {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

#good .img-container .img-for .cont-for img {
    max-height: 90%
}

/* #good .img-container .img-nav{border-top:} */
.bordered {
    border-bottom: 1px solid #bfbfbf;
}

#good .img-container .img-nav .cont-nav {
    height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    outline: none;
}

#good .img-container .img-nav .cont-nav img {
    max-height: 90%
}

#good .file a {
    display: block;
}

#good .article {
    color: #A2A2A2;
    margin-bottom: 0;
    font-size: 14px;
}

#good .article > span {
    color: #565656;
}

#good .file a:before {
    content: url(../images/pdf.png);
    margin-right: 20px;
}

#good .one-char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px;
}

#good .one-char .left {
    width: 66%;
}

#good .one-char .right {
    width: 33%;
}

#good .one-char:nth-child(2n+2) {
    background: #F2F2F2;
}

#good .delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 30px;
}

#good .delivery .delivery-desc p {
    margin: 0;
}

#good .delivery .icon-delivery {
    margin-right: 15px;
}

#good .delivery .icon-delivery:before {
    content: url(../images/delivery.png);
}

#good .price {
    font-size: 20px;
    margin-bottom: 20px;
}

#good .add-good {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #2eb025;
    margin: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(44, 193, 33, 1)), to(rgba(47, 166, 38, 1)));
    background: -webkit-linear-gradient(top, rgba(44, 193, 33, 1) 0, rgba(47, 166, 38, 1) 100%);
    background: -o-linear-gradient(top, rgba(44, 193, 33, 1) 0, rgba(47, 166, 38, 1) 100%);
    background: linear-gradient(to bottom, rgba(44, 193, 33, 1) 0, rgba(47, 166, 38, 1) 100%);
    color: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#good .add-good:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(76, 209, 67, 1)), to(rgba(62, 184, 53, 1)));
    background: -webkit-linear-gradient(top, rgba(76, 209, 67, 1) 0, rgba(62, 184, 53, 1) 100%);
    background: -o-linear-gradient(top, rgba(76, 209, 67, 1) 0, rgba(62, 184, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(76, 209, 67, 1) 0, rgba(62, 184, 53, 1) 100%);
}

#good .left-infa .file a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

#good .left-infa .file {
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
}

#good .left-infa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
}

#good .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

#good .buttons .funny-btn {
    width: 220px;
    height: 55px;
    line-height: 55px;
    color: #FC0500;
    text-align: center;
    border: 1px solid #FC0500;
    margin: 10px;
}

.manager-call__manager {
    padding: 10px;
}

#good .tabs {
    margin-top: 50px;
    width: 100%;
}

#good .tabs .tab-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

#good .tabs .tab1.active, #good .tabs .tab2.active {
    border-bottom: 2px solid #FC0500;
}

#good .tabs .tab1 {
    padding-bottom: 10px;
    padding-right: 20px;
    cursor: pointer;
    font-family: arimo-bold;
}

#good .tabs .tab2 {
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left: 50px;
    cursor: pointer;
    font-family: arimo-bold;
}

#good .desc-char {
    margin-top: 25px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 20px;
}

#good #char.hide, #good #desc.hide {
    display: none;
}

#good .size_b, #good .color_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

#good .size_b {
    height: 61px;
}

#good .size_b .size_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    min-width: 54px;
    width: auto;
    min-height: 54px;
    background: #fff;
    color: #000;
    padding: 0 15px;
    margin-right: 10px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

#good .size_b .size_a:hover {
    background: #ccc;
    color: #fff;
    min-width: 61px;
    min-height: 61px;
    width: auto;
    cursor: pointer;
}

#good .size_b .size_a.active, #good .size_b .size_a input:checked, input:checked+label {
    background: #000;
    color: #fff;
    min-width: 61px;
    min-height: 61px;
    width: auto;
    cursor: default;
    pointer-events: none;
}

#good .material, #good .color_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

#good .color_b {
  width: 90%;
}

#good .material {
    height: 61px;
}

#good .material .material_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    width: 125px;
    height: 54px;
    background: #fff;
    color: #000;
    margin-right: 10px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

#good .material .material_a:hover {
    background: #ccc;
    color: #fff;
    width: 130px;
    height: 61px;
    cursor: pointer;
}

#good .material .material_a.active {
    background: #000;
    color: #fff;
    width: 130px;
    height: 61px;
    cursor: default;
}

#good .color_b .color_a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    min-width: 44px;
    min-height: 44px;
    width: auto;
    padding: 0 5px;
    background: #C01E07;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 0.7;
    border: 2px solid transparent;
    cursor: default;
    display: flex;
}
#good .color_b .color_a:hover {
    background: #ccc;
    color: #fff;
    cursor: pointer;
}

#good .color_b .color_a.active {
    opacity: 1;
    cursor: pointer;
    border: 2px solid #C01E07;
    color: #fff;
    background: #C01E07;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

#good .color_b .color_a.pointer {
    pointer-events: none;
}

#good .color_b .colora_a.preload {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-animation: tossing 1s infinite ease-in-out;
        animation: tossing 1s infinite ease-in-out;
}


#good .color_b .color_a.active.current {
    cursor: default;
    opacity: 1;
    background: #C01E07;
    pointer-events: none;
}

#good .color_b .color_a.active:hover {
    opacity: 1;
}

#good .color_b1 .color_a1 {
    opacity: .4;
    border: 1px solid #000;
    color: #000;
}

#good_order .modal-footer {
    text-align: inherit;
}

#good_order .good-footer #close_modal {
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    color: #000;
}

#news-simple iframe {
    width: 100%;
    max-width: 560px;
}

a[href$=".pdf"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

.ofert::before {
    content: none!important;
    margin-right: 0 !important;
}

a[href$=".pdf"]:before {
    content: url(../images/pdf.png);
    margin-right: 20px;
}
#contact .ofert-info{
  margin-top: 17px;
}
#corder_form .ofert-info{
  margin-top: 25px;
}
.ofert-info label.error {
  position: absolute;
    bottom: -20px !important;
    left: 0px !important;
}
.ofert-info {
  margin-top: 5px;
  position: relative;
}
.ofert-info .form-control{
  height: auto !important;
  margin-top: 4px !important;
  width: initial;
  float: left;
  margin-right: 5px;
}
.ofert-info .ofert-link {
  margin-top: 5px;
}
.ofert-info .ofert-link:hover {
  text-decoration: underline;
  color: #da2627;
}
.ofert-info .ofert-link:before {
  content: none;
}
.footer-inside .footer-form-holder{

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
}
.footer-inside .ofert-info{
  margin-top: 35px;
  max-width: 220px;
  display: none;
}
.footer-inside .ofert-info .ofert-link{
  color: #fff;
  font-size: 10px;
  color: #fff;
}

#good_order .good-footer .funny-btn {
    border: 1px solid red;
    background: #fff;
    color: red;
    border-radius: 0;
}

#good_order .good-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
    padding: 7px 0px;
    border-top: 1px solid #ccc;
    margin-top: 13px;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

#good_order .good-footer .funny-btn {
    margin: 10px;
    width: auto;
    min-width: 155px;
}

#cart .funny-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

#cart-ordering .funny-btn {
    margin-left: auto;
}

#cart-ordering label.error {
    position: absolute;
    font-size: 12px;
    color: red;
}

#cart-ordering .form-control {
    margin-top: 28px;
}

#cart .funny-btn, #cart-ordering .funny-btn {
    color: red;
    border: 1px solid red;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.cart-article {
    color: #A2A2A2;
    margin-bottom: 0;
    font-size: 14px;
}

.cart-article > span {
    color: #565656;
}

#search-page {
    max-width: 1200px;
    margin: 30px auto;
}

#search-page h1 {
    margin: 30px;
}

.subscription_succsess {
    color: #0f0;
    display: none;
}

.subscription_succsess_2 {
    color: #0f0;
    display: none;
}

#subscription label.error {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: 220px;
    line-height: 1;
}
#subscription.ofert-info label.error {
  position: absolute;
    bottom: -20px !important;
    left: 0px !important;
}
#subscription {
    color: #000;
    position: relative;
    margin-bottom: 25px;
}

#video-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
}

#video-cntr .one-video {
    width: 50%;
    padding: 20px;
}

.with-out-bg {
    padding: 4px 10%;
}

#news.support .news-cntr, #news.partner .news-cntr {
    padding: 4px 10%;
    max-width: 100%;
    margin: 0;
}

#subscription input {
    height: 28px;
}

footer .sub-menu-footer {
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 2px 7px 2px 0;
    background: #000;
}

footer .under-boss-footer {
    position: relative;
    bottom: 10px;
    border-radius: 5px;
    background: #000;
    padding: 10px;
    display: none;
    border: 2px solid;
    width: 90%;
}

.goods-container.goods-liner .one-good .name-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    padding-top: 26px;
}

.goods-container.goods-liner .one-good {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
}

#img-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

#img-cntr .img-item {
    width: 25%;
    padding: 10px;
    text-align: center;
}

#img-cntr .img-item img {
    max-width: 100%;
}

/* -------------------------------------------------------------------------------- */
#google_market_modal .btn-google_market {
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #2cc121;
    color: #fff;
    text-align: center;
    border: 1px solid #2cc121;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#google_market_modal .btn-google_market:hover {
  color: #2cc121;
  background-color: #fff;
}
#google_market_modal .modal-header{
      padding-bottom: 0;
}
#google_market_modal .modal-footer{
      text-align: center;
}

.pre-order-price{
  padding: 10px;
  background-color: #eae7e7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
          justify-content: center;
  text-align: center;
  width: 190px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pre-order-price .pre-order-price-title{
  margin-bottom: 0;
  color: red;
  font-size: 16px;
  line-height: 24px;
  margin-right: 13px;
}
.pre-order-price .good-price{
  margin-top: 0 !important;
  color: inherit !important;
  font-size: 18px !important;
}
#cart .pre-order-price-title, #step_1 .pre-order-price-title{
  color: red;
  font-size: 16px;
  font-family: arimo-bold;
}

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

@media (max-width: 1365px) {
    .main-page .desc .desc-cntr h2 {
        font-size: 45px;
        width: 450px;
    }

    .main-page .desc .desc-cntr .about {
        width: 450px;
    }
}

@media (max-width: 1200px) {
    .miru-mir {
        text-align: center;
    }

    footer {
        padding: 50px 20px 30px 20px;
    }

    footer .first {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                -webkit-order: 1;
                   -moz-box-ordinal-group: 2;
                order: 1;
    }

    footer .footer-inside > div {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    header .up {
        padding: 4px 20px;
    }

    header .down {
        padding: 0 20px;
    }

    header .down .catalog {
        width: 27%;
    }

    .main-page .desc .desc-cntr .about {
        width: 100%;
    }

    .main-page .desc .desc-cntr h2 {
        width: 100%;
    }

    .main-page .img {
        padding: 5px;
    }

    .main-page .desc .desc-cntr {
        padding-left: 10%;
    }

    .bg-img .name {
        top: 16%;
    }

    .top_navigate {
        padding: 4px 20px;
    }

    #news-simple, #how-to-buy .map-info-holder {
        padding: 4px 20px 50px;
    }

    footer .under-boss-footer {
        width: 100%;
    }

    footer .sub-menu-footer {
        padding: 2px 7px;
    }
    /* #good .power,
    .about .article {
        padding-right: 90px;
    } */
    .good_qrcode{
        margin: 0 -15px;
        margin-top: 20px;
        text-align: center;
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .good_qrcode-item  {
        padding:  0 15px;
    }
    .good_qrcode-item:first-child {
        margin-top: -5px;
    }
    .good_qrcode img{
        max-width: 85px;
    }
    .oferta a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                   -moz-box-pack: center;
                justify-content: center;
    }
    .footer-inside a[href$=".pdf"]{
      display: initial;
    }
    .footer-inside .footer-form-holder{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              -webkit-flex-direction: column;
                 -moz-box-orient: vertical;
                 -moz-box-direction: normal;
              flex-direction: column;
    }
    .footer-inside .ofert-info{
      margin: 30px auto;
    }
    #subscription label.error {
        position: absolute;
        width: 100%;
        top: 25px;
        left: 50%;
        -webkit-transform: translate(-50%);
                -ms-transform: translate(-50%);
            transform: translate(-50%);
    }
    #subscription .ofert-info label.error {
        left: 50% !important;
        bottom: -30px !important;
        -webkit-transform: translate(-50%);
                -ms-transform: translate(-50%);
            transform: translate(-50%);
    }
}

@media (max-width: 992px) {
    header .up .other .functional {
        margin-left: 60px;
    }

    header .tel {
        font-size: 19px;
    }

    .main-page .desc .desc-cntr {
        padding: 0 20px;
    }

    .main-page {
        height: 580px;
    }

    #contact .contact-cntr .infa {
        width: 45%;
    }

    #contact .contact-cntr #map {
        width: 45%;
    }

    #news .news-cntr a {
        width: 100%;
        padding: 10px 10px;
    }

    #good .carusel-block .name-article h2 {
        font-size: 22px;
    }

    #good .one-good {
        width: 50%;
    }

    .delay-chars-block .delay-chars-list {
        font-size: 11.5px;
    }
}

@media (max-width: 849px) {
    header .up .other .functional {
        margin-left: 20px;
    }

    header .up .other .functional .basket .basket-text {
        display: none;
    }

    header .up .other .functional .log-in {
        margin-left: 10px;
    }

    header .up .other .functional .lang {
        margin-left: 10px;
    }

    header .language-block li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    #img-cntr .img-item {
        width: 50%;
    }

    #video-cntr .one-video {
        width: 100%;
    }

    #video-cntr .one-video div {
        text-align: center;
    }

    .map-info-holder {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .svg-map-holder {
        width: 100%;
    }

    .map-info-holdering {
        width: 100%;
    }

    header .up .other {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    footer .footer-inside > div {
        width: 100%;
    }

    .main-page .img {
        width: 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                -webkit-order: -1;
                   -moz-box-ordinal-group: 0;
                order: -1;
    }

    .second-block .img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                -webkit-order: -1;
                   -moz-box-ordinal-group: 0;
                order: -1;
    }

    .main-page .desc {
        width: 100%;
    }

    .main-page .desc .desc-cntr h2 {
        font-size: 38px;
    }

    .main-page {
        height: auto;
        margin-bottom: 30px;
    }

    .main-page .tenko-btn {
        margin: 25px auto;
    }

    .main-page .desc .desc-cntr {
        border: none;
    }

    .second-block {
        background-size: contain;
    }

    #contact .contact-cntr {
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
    }

    #contact .contact-cntr .infa {
        width: 310px;
    }

    #contact .contact-cntr #map {
        width: 310px;
    }

    .bg-img .name {
        left: 20px;
    }

    #how-to-buy .how-to-buy-cntr .about {
        width: 100%;
        margin-bottom: 20px;
    }

    .one-good {
        width: 100%;
    }

    #good .one-good {
        width: 100%;
    }

    .top_navigate .breadcrumbs {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #good {
        padding: 0 15px;
    }

    #good .first-info .img-container {
        width: 100%;
    }

    #good .img-container .img-for .cont-for {
        height: 360px;
    }

    #good .img-container .img-nav .cont-nav {
        width: 87px;
    }

    #good .first-info .about {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    #good .buttons {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                   -moz-box-pack: justify;
                justify-content: space-between;
    }

    #good .tabs .tab-cntr {
        font-size: 19px;
    }

    #good .tabs .tab1 {
        padding-right: 10px;
    }

    #good .tabs .tab2 {
        margin-left: 20px;
        padding-right: 10px;
    }

    #good .buttons {
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
    }

    header nav ul.boss {
        right: -77px;
    }

    .goods-container.goods-liner .one-good {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #good .carusel-block {
        padding: 0;
    }

    #good .carusel-block > h2 {
        font-size: 20px;
    }

    .delay-chars-block .delay-chars-list {
        font-size: 12px;
    }
}

@media (max-width: 540px) {
    .main-page .img img {
        max-width: 150px;
    }

    header nav ul.boss {
        padding-top: 53px;
        margin-left: 100px;
        margin-top: 20px;
    }

    header nav.active ul.boss {
        height: 492px;
    }

    header .tel .additional-phones {
        left: -50px;
        right: 0;
    }

    header .down form {
        width: 50%;
        margin: auto;
    }

    .goods-container.goods-liner .one-good {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .goods-container.goods-liner .one-good .good-price {
        width: 100%;
        font-size: 18px;
    }

    .one-good .name-article h2 {
        font-size: 20px;
    }
}

@media (max-width: 699px) {
    header .down .catalog {
        width: 35%;
    }

    /*header .down .search{width:55%;}*/
    header .down nav {
        width: 10%;
    }

    header .up .other .functional .log-in #cabinet_login .cabinet_login-text {
        display: none;
    }

    header .up .other .functional .log-in .registration .fa-sign-in,
    header .up .other .functional .log-in .registration .fa-sign-out {
        display: inline-block;
        font-size: 26px;
        color: #db2627;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    header .up .other .functional .log-in .registration .a-login-text,
    header .up .other .functional .log-in .registration .a-logout-text {
        display: none;
    }

    header .up .other .functional .log-in .registration .a-login.header-login,
    header .up .other .functional .log-in .registration .a-logout.header-login {
        display: inline-block;
    }

    header .up .other .functional .log-in .registration .fa-sign-in:hover,
    header .up .other .functional .log-in .registration .fa-sign-out:hover {
        color: #000;
    }

    header .down {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                   -moz-box-pack: justify;
                justify-content: space-between;
    }

    .sub-menu li a {
    / / line-height: 26 px;
    }

    /*header .down .search{width:100%;}*/
    .name span {
        white-space: nowrap;
    }

    header .language-block li {
        padding-left: 5px;
    }
}

header .down {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
}

.mobile-holder .primary-phone {
    margin: 0 auto;
}

header .tel .additional-phones {
    min-width: 200px;
	z-index:99;
}

.basket {
    display: none;
}

#price {
    color: #2cc121;
    font-size: 32px;
}

.top_cart_count {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    margin: 0 2px;
}

#slider .tenko-btn:hover {
    border-color: #da2627;
    background: transparent;
    color: #fff;
}

.top_cart_count:before {
    content: "(";
    position: absolute;
    top: 0;
    left: 0;
}

.top_cart_count:after {
    content: ")";
    position: absolute;
    top: 0;
    right: 0;
}

.logo {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-direction: row;
    -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

.slogan {
    margin: 0 0 0 20px;
}

.slogan p {
    margin: 0;
    font-family: arimo-bold;
    font-size: 22px;
    line-height: 28px;
}

.slogan p:last-of-type {
    color: #da2627;
}

.tel > span {
    font-size: 16px;
    margin: 0 10px 0 0;
}

.down-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
            flex-direction: row;
    width: 45%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
            justify-content: flex-end;
}

header .down .down-r .search {
    width: 44%;
    margin-right: 40px;
    height: 36px;
}

header ul.boss .mobile-search .search {
    width: inherit;
    -webkit-transform: translateX(17px);
            -ms-transform: translateX(17px);
        transform: translateX(17px);
}

.good-price-chars {
    position: relative;
}

.good-chars {
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
    -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 0;
    opacity: 0;
    background: #f8f8f8;
    top: calc(100% + 10px);
    height: 0;
    padding: 0;
    color: #747474;
    /*transition: all .33s linear;*/
}

.good-chars:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 2px;
    background: #efefef;
}

.main-hidd-title {
    font-size: 0;
}

.cats-list-title {
    font-family: "arimo-regular";
    font-size: 24px;
    color: #000;
    margin: 0 0 30px 0;
    line-height: 1;
}

.tab {
    cursor: pointer;
    margin: 0 15px 0 0;
    padding: 5px;
    position: relative;
}

.tab:after {
    content: '';
    width: 0;
    height: 3px;
    background: #C01E07;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.tab.active:after {
    width: 100%;
}

.goods-hover-wrap .one-good:before {
    border-bottom: 0;
}

.goods_carousel_outer .good-chars {
    display: none !important;
}

.video-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            -moz-box-orient: horizontal;
            -moz-box-direction: normal;
         flex-direction: row;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.video-list > div {
    width: 45%;
    height: auto;
    margin: 10px 20px 30px 20px;
}

#good .video {
    position:relative;
    padding-bottom:23.25%;
    padding-top:25px;
    height:0;
}

#good .video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.stove {
    background-image: url(../images/block1-bg.png);
    background-position: 100% 10%;
    background-repeat: no-repeat;
}

.tens {
    background-image: url(../images/block2-bg-op.png);
    background-position: 0 10%;
    background-repeat: no-repeat;
}

.gotovye-resheniya {
    background-image: url(../images/block3-bg.png);
    background-position: 100% 10%;
    background-repeat: no-repeat;
}

#advantages ul li {
    padding-left: 45px;
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: default;
    -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
        transform: translateX(0px);
}

#advantages ul li:hover {
    -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
        transform: translateX(20px);
}

#advantages ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 30px;
    background: url(../images/triangle.png);
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

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

.information-list li {
    margin-bottom: 20px;
}

.information-list li span {
    padding-left: 40px;
    position: relative;
    display: block;

}

.information-list li span::before {
    content: '';
    display: inline-block;
    /*width: 5px;*/
    /*height: 1px;*/
    /*background-color: #fff;*/
    position: absolute;
    top: -9px;
    left: 0;
    font-size: 27px;
    font-family: 'icomoon';
}

.information-list li.noisless-work span::before {
    content: '\e907';
}

.information-list li.week-day-programator span::before {
    content: '\e911';
}

.information-list li.wi-fi span::before {
    content: '\e912';
}

.information-list li.auto-ten span::before {
    content: '\e901';
}

.information-list li.nasos-grundfos span::before {
    content: '\e906';
}

.information-list li.thermal-sensor span::before {
    content: '\e90e';
}

.information-list li.thermal-work span::before {
    content: '\e90f';
}

.information-list li.pump-manage span::before {
    content: '\e90c';
}

.information-list li.backup-contactors span::before {
    content: '\e902';
}

.information-list li.original-design span::before {
    content: '\e909';
}

.information-list li.own-production span::before {
    content: '\e90b';
}

.information-list li.accessories-from-italy span::before {
    content: '\e900';
}

.information-list li.thermal-manage span::before {
    content: '\e90d';
}

.information-list li.operation-in-different-systems span::before {
    content: '\e908';
}

.information-list li.individual-equipment span::before {
    content: '\e904';
}

.information-list li.built-in-automaton span::before {
    content: '\e903';
}

.information-list li.thick-metal span::before {
    content: '\e910';
}

.information-list li.made-in-italy span::before {
    content: '\e905';
}

.information-list li.overheat-protection span::before {
    content: '\e90a';
}

.mobile-holder i {
    display: none;
}



.present-new__item:hover  .present-new__text,
.present-new__item:focus .present-new__text{
    color: #C01E07;
}

.present-new__item{
    display: flex;
    max-width: 100%;
    /* flex-wrap: wrap; */
    align-items: center;
    margin:  0 auto;
    margin-top: 15px;
    border:  2px solid  #C01E07;
    padding: 10px;
}

.present-new__icon{
    width: 63px;
    margin:  0 20px;
}

.present-new__img{
    border: 1px solid #bfbfbf;
    height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
}
.present-new__img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.present-new__content{
    width: 70%;
    padding-left: 20px;
}

.present-new__title{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #C01E07;
}

.present-new__text{
    font-size: 14px;
    line-height: 1.3;
}



@media (max-width: 1440px) {
  .footer-inside .ofert-info{
    margin-top: 50px;
  }
  #subscription .ofert-info label.error {
      position: absolute;
      top:initial;
      bottom: -50px !important;
      left: 0px !important;
  }
}
@media (max-width: 1200px){
  #subscription label.error{
    top: 35px;
  }
  #subscription .ofert-info label.error {
      left: 50% !important;
      bottom: -30px !important;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  }
}

@media (max-width: 1070px) {
    .tel > span {
        display: none;
    }

}

@media (max-width: 992px) {
    .slogan p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .video-list > div {
        width: 80%;
    }

    .slogan {
        display: none;
    }

    .video-list {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                -moz-box-orient: vertical;
                -moz-box-direction: normal;
             flex-direction: column;
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
    }

    .good-chars {
        position: static;
        height: auto;
        font-size: 14px;
        width: 100%;
        opacity: 1;
        background: none;
        color: #000;
        padding-left: 10px;
    }

    .goods-container.goods-liner .good-chars {
        padding-left: 50px;
    }

    .good-chars:before {
        display: none;
    }

    .one-good:hover .good-chars {
        border: none;
    }

    .down-r {
        width: 70%;
    }

    .slider-btn-container .tenko-btn {
        margin: auto;
    }

    .goods-container.goods-liner .one-good .image-and-name {
        width: 100%;
    }

    .one-good .good-image {
        margin: 0;
    }

    .goods-container.goods-liner .one-good .good-price {
        width: 100%;
        padding-left: 50px;
    }

    .goods-container.goods-liner .one-good .has-good {
        text-align: left;
        margin-bottom: 0;
    }

    .goods-container.goods-liner .one-good .new-top-good {
        left: auto;
        right: 0;
        top: 0;
    }

    .goods-container.goods-liner .one-good .name-article {
        padding-top: 0;
    }

    .goods-container .one-good .has-good {
        margin-bottom: 0;
    }

    .image-and-name {
        margin-bottom: 10px;
    }
}

@media (max-width: 580px) {

    #good .tabs .tab-cntr {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                -webkit-flex-direction: row;
                   -moz-box-orient: horizontal;
                   -moz-box-direction: normal;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    #good .tabs .tab {
        width: 50%;
        margin: 0 0 20px 0;
        padding: 0 !important;
        -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
             box-sizing: border-box;
        text-align: center;
    }
    #good .video {
        width: 100%;
        margin: 0 0 15px;
        padding-bottom: 50.25%;
    }

}
@media (max-width:420px) {
header .up .other {
    display: block;
}

}
@media (max-width:380px) {
  #google_market_modal .btn-google_market {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
    .information-list li span::before {
        top: 0;
    }

    .search__hidden-xs {
        display: none;
    }
}

@media (min-width: 540px) {
    .search__hidden-md {
        display: none;
    }
}

@media (min-width: 769px) {
    .one-good:hover .good-chars {
        font-size: 16px;
        padding: 10px;
        border: 2px solid rgba(226, 85, 86, 0.74);
        border-top: 0;
        height: auto;
        opacity: 1;
    }

    .one-good:hover::before {
        opacity: 1;
        visibility: visible;
        top: -10px;
        bottom: -10px;
        left: -10px;
        right: -10px;
    }
}















.big {
  font-size: 1.2em;
}


/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.custom-dropdown select {
  cursor:pointer;
  color: #fff;
  font-size: inherit;
  padding: 10px 20px;
  padding-right: 15px;	
  border: 0;
  margin: 0;
  height: auto;
  text-indent: 0.01px;
  text-overflow: '';
}
.size_a input[type=radio],.color_a input[type=radio] {display: none;}














#good .voltage, #good .power {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

#good .voltage {
    height: 61px;
}

#good .voltage .voltage_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    min-width: 54px;
    width: auto;
    min-height: 54px;
    background: #fff;
    color: #000;
    padding: 0 15px;
    margin-right: 10px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
}

#good .voltage .voltage_a:hover {
    background: #ccc;
    color: #fff;
    min-width: 61px;
    min-height: 61px;
    width: auto;
    cursor: pointer;
}

#good .voltage .voltage_a.active {
    background: #000;
    color: #fff;
    min-width: 61px;
    min-height: 61px;
    width: auto;
    cursor: default;
    pointer-events: none;
}

#good .material, #good .power {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}

#good .power {
  width: 90%;
}
#good .power .power_a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    min-width: 44px;
    min-height: 44px;
    width: auto;
    padding: 0 5px;
    background: #C01E07;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 0.7;
    border: 2px solid transparent;
    cursor: default;
    background: transparent;
    display: none;
}


#good .power .power_a.active {
    opacity: .6;
    cursor: pointer;
    border: 2px solid #C01E07;
    color: #fff;
    background: #C01E07;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

#good .power .power_a.pointer {
    pointer-events: none;
}

#good .power .power_a.preload {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-animation: tossing 1s infinite ease-in-out;
        animation: tossing 1s infinite ease-in-out;
}


#good .power .power_a.active.current {
    cursor: default;
    opacity: 1;
    background: #C01E07;
    pointer-events: none;
}

#good .power .power_a.active:hover {
    opacity: 1;
}

#good .power .power_a {
    opacity: .4;
    border: 1px solid #000;
    color: #000;
}
.no-has-good {
    color: rgba(226, 85, 86, 0.94);
    font-size: 14px;
}