@charset "UTF-8";.content {
    border-top: 6px solid #067185;
    padding-top: 22px;
    min-height: 500px
}

.double-img-parent {
    cursor: pointer
}

.double-img img {
    display: none;
    margin-bottom: 35px
}

.double-img img:first-child {
    display: block
}

.double-img-parent:hover .double-img img {
    display: block
}

.double-img-parent:hover .double-img img:first-child {
    display: none
}

.double-img-parent>span {
    color: #5c5d5d;
    border-bottom: 1px solid transparent
}

.double-img-parent:hover span {
    color: #067185;
    border-bottom: 1px solid #067185
}

.catalog__left__item {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.catalog__left {
    width: 155px;
    margin-right: 60px
}

.catalog {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.catalog h1 {
    margin-top: 12px;
    width: 100%;
    display: block
}

.catalog__right {
    -ms-flex: 1;
    flex: 1
}

.catalog__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 55px
}

.catalog__item {
    width: calc(100% / 3);
    padding-right: 20px;
    margin-bottom: 65px
}

.catalog__item__head img {
    margin: 0
}

.catalog__item__head {
    height: 160px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.catalog__item__head .double-img {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.catalog__item__head span {
    text-transform: uppercase;
    border-bottom: 1px solid #bfbfbf
}

.catalog__item__head:hover span {
    border-bottom: 1px solid transparent
}

.catalog__item__list {
    padding-left: 15px
}

.catalog__item__list li {
    position: relative;
    margin-bottom: 15px
}

.catalog__item__list li:hover {
    color: #067185;
    text-decoration: underline
}

.catalog__item__list li:before {
    content: "-";
    position: absolute;
    display: block;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .catalog {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .content {
        margin-top: 20px
    }

    .catalog__left {
        width: 100%;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        margin-top: 25px;
        margin-bottom: 50px
    }

    .catalog__left .slick-list {
        margin: 0 65px;
        height: 130px
    }

    .catalog__left__item {
        width: calc(100% / 5);
        text-align: center;
        padding: 10px 5px;
        margin: 0;
        border-bottom: 0;
        position: relative;
        border-right: 1px solid #bfbfbf
    }

    .catalog__left__item img {
        margin: 0 auto;
        height: 50px;
        max-width: 100%
    }

    .catalog__left__item span {
        font-size: 14px;
        position: absolute;
        bottom: -25px;
        padding: 0 5px;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .catalog__item__list li {
        text-decoration: underline
    }
}

@media (max-width: 767px) {
    .catalog__item {
        width:calc(100% / 2)
    }

    .catalog__left .slick-list {
        margin: 0 35px
    }
}

@media (max-width: 559px) {
    .catalog__item {
        width:100%;
        padding-right: 0
    }
}

.catalog__filter {
    border: 1px solid #bfbfbf;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 31px
}

.catalog h1 {
    margin-bottom: 31px
}

.filter__item {
    height: 75px;
    width: calc(100% / 4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.filter__item:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 49px;
    background-color: #bfbfbf
}

.filter__item.up:after {
    display: none
}

.filter__item>span {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px
}

.filter__item a {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    -ms-flex-pack: center;
    justify-content: center
}

.down-ar,.up-ar {
    margin-left: 5px
}

.down-ar {
    position: relative;
    margin-bottom: -10px
}

.up-ar img:last-child {
    display: none
}

.down-ar img:last-child {
    display: none
}

.up .up-ar img {
    display: none
}

.up .up-ar img:last-child {
    display: block
}

.up {
    border: 3px solid #067185
}

.down {
    border: 1px solid #067185
}

.catalog__tovars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -11px
}

.catalog__tovars .tovar-item {
    width: calc(100% / 3 - 22px);
    margin: 0 11px;
    margin-bottom: 22px
}

@media (max-width: 1199px) {
    .catalog__tovars .tovar-item__action {
        padding:0
    }

    .catalog__tovars .tovar-item__action a object {
        margin-right: 10px
    }

    .catalog__tovars .tovar-item__foto {
        height: 140px
    }
}

@media (max-width: 991px) {
    .catalog__tovars .tovar-item {
        width:calc(100% / 2 - 22px)
    }

    .catalog__tovars .tovar-item__action {
        padding: 0 40px
    }

    .catalog__tovars .tovar-item__foto {
        height: 200px
    }

    .catalog__tovars .tovar-item__action a {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767px) {
    .catalog__tovars .tovar-item__action {
        padding:0 0
    }

    .filter__item>span {
        padding: 0 0
    }

    .filter__item {
        height: 60px;
        font-size: 14px;
        width: calc(100% / 3);
        border: 1px solid #bfbfbf
    }

    .filter__item:first-child {
        width: 100%;
        border: 0
    }

    .catalog__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 0
    }

    .up {
        border: 3px solid #067185
    }
}

@media (max-width: 500px) {
    .catalog__tovars .tovar-item {
        width:100%
    }

    .catalog__tovars .tovar-item__foto {
        height: 250px
    }

    .catalog__tovars .tovar-item__action {
        padding: 0 40px
    }

    .down-ar,.up-ar {
        margin-left: 0
    }

    .up-ar {
        margin-left: 5px
    }
}

@media (max-width: 424px) {
    .filter__item {
        width:50%
    }

    .filter__item:last-child {
        width: 100%
    }

    .tovar-item__foto {
        height: 215px
    }
}

.tovar__top {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex
}

.tovar__slider__top {
    margin-bottom: 15px
}

.tovar__top__item {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: zoom-in;
}

.tovar__bot__item {
    height: 60px;
    width: 60px;
     background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tovar__sliders {
    width: 360px;
    margin-right: 50px
}

.tovar__slider__bot {
    padding: 0 60px
}

.tovar__slider__bot .slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    font-size: 0;
    cursor: pointer;
    transition: .3s all
}

.tovar__slider__bot .slick-arrow:hover {
    background-color: #c2c2c2
}

.tovar__slider__bot .slick-prev {
    left: 0;
    top: 0;
    background-image: url(../img/ll.png)
}

.tovar__slider__bot .slick-next {
    right: 0;
    top: 0;
    background-image: url(../img/rr.png)
}

.tovar__bot__item {
    border: 1px solid #c2c2c2
}

.tovar__info {
    margin-top: 25px
}

.tovar__info div {
    margin-bottom: 15px
}

.tovar__info__green {
    color: #05c500;
    text-align: center
}

.tovar__info__red {
    color: #ff0018;
    text-align: center
}

.tovar__info__count {
    text-align: center;
    color: #929292
}

.tovar__about__item {
    margin-bottom: 20px;
    max-width: 520px
}

.tovar__about__title {
    font-weight: 500
}

.tovar__about__item.article {
    color: #ff7239
}

.tovar__action {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 307px;
}
.tovar__buy__btn1click{
    width: 100%;
    background-color: #067185;
    height: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    transition: 0.3s all;
    cursor: pointer;
    margin-top: 10px;
}
.tovar__buy__btn1click:hover{
    box-shadow: 0 0 10px 1px #00000070 inset;
}
.tovar__buy__count {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}
@media(max-width: 559px){
    .tovar__action {
        width: 251px;
    }
    .tovar__buy__btn1click{
        height: 45px;
        line-height: 45px;
    }
}
.tovar__buy__count input {
    height: 55px;
    width: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #bfbfbf
}

.tovar__buy__count button {
    cursor: pointer
}

.tovar__buy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 35px
}

.tovar__price {
    font-size: 34px;
    font-weight: 700;
    margin-right: 25px;
    margin-top: 10px;
}

.count-btn object {
    z-index: -1
}

.tovar__buy__btn {
    flex: 1;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f35c1e;
    transition: .3s all;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.tovar__buy__btn:hover {
    box-shadow: 0 0 10px 1px #00000070 inset
}

.tovar__buy__btn object {
    margin-right: 15px
}

.tovar__top {
    margin-bottom: 38px
}

@media (max-width: 991px) {
    .tovar__top {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .tovar__sliders {
        margin: 0 auto;
        margin-bottom: 50px
    }

    .tovar__buy {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px
    }
}

@media (max-width: 991px) {
    .tovar__buy {
        position:fixed;
        z-index: 2;
        width: 100%;
        bottom: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 5px 15px;
        left: 0;
        background-color: #fff;
        background-color: #fff;
        border-top: 1px solid #bfbfbf
    }

    .footer {
        padding-bottom: 75px
    }
}

@media (max-width: 559px) {
    .tovar__buy__btn {
        width:175px;
        height: 45px
    }

    .tovar__buy__count input {
        height: 45px;
        width: 45px
    }

    .tovar__price {
        font-size: 26px
    }
}

@media (max-width: 450px) {
    .tovar__sliders {
        width:100%;
        margin-bottom: 25px
    }

    .catalog h1 {
        font-size: 26px
    }

    .tovar__about__item {
        margin-bottom: 10px
    }

    .tovar__buy {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 424px) {
    .tovar__buy {
        zoom:.9
    }
}

@media (max-width: 374px) {
    .tovar__buy {
        zoom:.75
    }
}

#tabs {
    margin: 10px 0
}

.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none
}

.tabs-nav a {
    width: 225px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 18px;
    text-decoration: none;
    text-align: center
}

.tabs-nav li {
    margin-right: 10px
}

.tabs-nav a.active {
    border-color: #4a8893;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
    font-weight: 700
}

.tabs-items {
    border-top: 1px solid #4a8893;
    background: #fff;
    margin: -1px 0 0 0
}

.tabs-item {
    padding-top: 35px;
    padding-bottom: 35px
}

.tabs-item table td{
    padding: 5px;
}
#tabs p {
    margin-bottom: 20px
}

#tabs h2 {
    margin-bottom: 20px
}

#tabs .tabs-items ul li {
    position: relative;
    margin-bottom: 15px
}

#tabs .tabs-items ul li:before {
    content: "";
    background-color: #4a8893;
    font-weight: 700;
    display: inline-block;
    width: 5px;
    position: absolute;
    height: 5px;
    left: -15px;
    top: 6px
}

#tabs .tabs-items ul {
    padding-left: 25px;
    margin-bottom: 65px
}

#tabs .tabs-items img {
    max-width: 100%;
    float: left;
    margin-right: 22px;
    margin-bottom: 10px
}

.frame_blc {
    overflow: hidden;
    position: relative;
    padding-bottom: 41.25%;
    padding-top: 30px;
    height: 0;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 906px
}

.frame_blc iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.tovar-section h2 {
    margin-bottom: 55px;
    color: inherit
}

@media (max-width: 767px) {
    #tabs .tabs-items img {
        width:100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .tabs-nav a {
        width:185px
    }
}

@media (max-width: 767px) {
    .tabs-nav a {
        width:160px
    }
}

@media (max-width: 559px) {
    .tabs-nav {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs-nav li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .tabs-nav a {
        width: 250px;
        border-bottom: 1px solid #ccc
    }

    .tabs-nav a.active {
        border-bottom: 1px solid #4a8893
    }
}

.tovar {
    width: 100%
}

.otzivi__write {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.otzivi__write button {
    font-size: 16px;
    position: relative;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
    color: #067185;
    font-weight: 600;
    transition: .3s all
}

.otzivi__write button:hover {
    color: #4a8893
}

.rating-result {
    margin-right: 10px
}

.rating-result span {
    padding: 0;
    font-size: 36px;
    line-height: 1;
    color: #c2c2c2;
    text-shadow: 1px 1px #c2c2c2
}

.rating-result>span:before {
    content: '★'
}

.rating-result>span.active {
    color: #ff7239;
    text-shadow: 1px 1px #ff7239
}

.otzivi__item__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.otzivi__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.otzivi__item__name {
    font-weight: 700
}

.otzivi__time {
    font-size: 12px
}

.otzivi__item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

.otzivi__wrap {
    margin-top: 50px
}

.otzivi__item__top {
    margin-bottom: 20px
}

.rating-area {
    overflow: hidden;
    width: 175px;
    margin-top: 10px
}

.rating-area:not(:checked)>input {
    display: none
}

.rating-area:not(:checked)>label {
    float: right;
    width: 35px;
    padding: 0;
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    color: #d3d3d3;
    text-shadow: 1px 1px #bbb
}

.rating-area:not(:checked)>label:before {
    content: '★'
}

.rating-area>input:checked~label {
    color: #ff7239;
    text-shadow: 1px 1px #c60
}

.rating-area:not(:checked)>label:hover,.rating-area:not(:checked)>label:hover~label {
    color: #ff7239
}

.rating-area>input:checked+label:hover,.rating-area>input:checked+label:hover~label,.rating-area>input:checked~label:hover,.rating-area>input:checked~label:hover~label,.rating-area>label:hover~input:checked~label {
    color: #ff7239;
    text-shadow: 1px 1px #ff7239
}

.rate-area>label:active {
    position: relative
}

.tabs__form {
    margin: 0 auto;
    width: 500px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs__form__name {
    width: 100%;
    height: 45px;
    padding: 15px;
    border: 1px solid #5c5d5d;
    margin-bottom: 20px;
    font-size: 17px
}

.tabs__form textarea {
    border: 1px solid #5c5d5d;
    resize: none;
    height: 200px;
    width: 100%;
    padding: 15px;
    font-size: 17px
}

textarea:focus {
    outline: 0
}

.tabs__form__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs__form__btn input {
    width: 250px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f35c1e;
    transition: .3s all;
    color: #fff;
    font-size: 18px;
    cursor: pointer
}

.tabs__form__btn input:hover {
    box-shadow: 0 0 10px 1px #00000070 inset
}

.open2 {
    display: none
}

.open2__wrap {
    display: none
}

.otzive__more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 20px
}

.otzive__more a {
    height: 30px;
    width: 299px;
    border: 1px solid #8a8b8b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #8a8b8b;
    transition: .3s all
}

.otzive__more a:hover {
    color: #4e4e4e;
    border: 1px solid #4e4e4e
}

@media (max-width: 559px) {
    .otzivi__item__top {
        -ms-flex-direction:column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .otzivi__item__name {
        margin-bottom: 10px
    }

    .tabs__form {
        width: 100%
    }

    .otzive__more {
        margin-top: 20px
    }

    .otzivi__wrap {
        margin-top: 30px
    }
}

.otveti__item {
    border: 1px solid #bfbfbf;
    margin-bottom: 20px
}

.otveti__voprose__name {
    font-weight: 700;
    margin-bottom: 20px
}

.otveti__voprose {
    padding: 15px;
    padding-top: 20px;
    padding-left: 45px;
    padding-bottom: 35px;
    position: relative
}

.otveti__voprose:before {
    content: "";
    width: 30px;
    left: 7px;
    position: absolute;
    display: block;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/voprose.png)
}

.otveti__otvet {
    padding: 15px;
    padding-top: 20px;
    padding-left: 45px;
    padding-bottom: 35px;
    position: relative;
    border-top: 1px solid #bfbfbf;
    background-color: #fbfbfb
}

.otveti__otvet:before {
    content: "";
    width: 30px;
    left: 7px;
    position: absolute;
    display: block;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/otvet.png)
}

.otveti__otvet:after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-color: #fbfbfb;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    position: absolute;
    top: -14px;
    left: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.otveti {
    margin-top: 50px
}

@media (max-width: 374px) {
    .otveti__otvet {
        font-size:15px
    }

    .otveti__voprose {
        font-size: 15px
    }
}

.catalog__wraper {
    width: 100%
}

.catalog__wraper .catalog__tovars .tovar-item {
    width: calc(100% / 4 - 22px)
}

.catalog__wraper .tovar-item__action a {
    font-size: 17px
}

@media (max-width: 1199px) {
    .catalog__wraper .catalog__tovars .tovar-item {
        width:calc(100% / 3 - 22px)
    }

    .catalog__wraper .catalog__tovars .tovar-item__action {
        padding: 0 30px
    }
}

@media (max-width: 991px) {
    .catalog__wraper .catalog__tovars .tovar-item {
        width:calc(100% / 2 - 22px)
    }

    .catalog__wraper .catalog__tovars .tovar-item__action {
        padding: 0 40px
    }

    .catalog__wraper .tovar-item__action a {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .catalog__wraper .catalog__tovars .tovar-item__action {
        padding:0
    }
}

@media (max-width: 559px) {
    .catalog__wraper .catalog__tovars .tovar-item {
        width:100%
    }

    .catalog__wraper .catalog__tovars .tovar-item__action {
        padding: 0 40px
    }
}

.akcii__item {
    padding: 2.2%;
    width: 100%;
    background-size: cover
}

.akcii__slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px
}

.akcii__slider .arrow {
    z-index: 2;
    background-color: rgba(0,0,0,.3);
    transition: .3s all;
    border: 0
}

.akcii__slider .arrow:hover {
    background-color: rgba(0,0,0,.5)
}

.akcii__slider .arrow-left {
    left: 20px
}

.akcii__slider .arrow-right {
    right: 20px
}

.akcii__slider .slick-dots {
    bottom: 25px
}

@media (max-width: 767px) {
    .akcii__slider .arrow-left {
        left:0
    }

    .akcii__slider .arrow-right {
        right: 0
    }
}

.tovar__buy__btn > svg{
    margin-right: 10px;
}