.oformlenia,
svg:not(:root) {
    overflow: hidden
}

.clear,
.clearboth {
    clear: both
}

.cart-button-large {
    display: inline-block;
    float: right;
    border: 1px solid #ddd;
    padding: 10px;
    color: #565656;
    border-radius: 5px;
    height: 40px;
    margin-top: 12px;
    margin-left: 5px;
    box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
  	-webkit-box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
  	background-color: white;
}

@font-face {
    font-family: glober-book;
    src: url(../fonts/glober_book-webfont.eot);
    src: url(../fonts/glober_book-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_book-webfont.woff2) format('woff2'), url(../fonts/glober_book-webfont.woff) format('woff'), url(../fonts/glober_book-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_regular-webfont.eot);
    src: url(../fonts/glober_regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_regular-webfont.woff2) format('woff2'), url(../fonts/glober_regular-webfont.woff) format('woff'), url(../fonts/glober_regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_light-webfont.eot);
    src: url(../fonts/glober_light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_light-webfont.woff2) format('woff2'), url(../fonts/glober_light-webfont.woff) format('woff'), url(../fonts/glober_light-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_semibold-webfont.eot);
    src: url(../fonts/glober_semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_semibold-webfont.woff2) format('woff2'), url(../fonts/glober_semibold-webfont.woff) format('woff'), url(../fonts/glober_semibold-webfont.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_bold-webfont.eot);
    src: url(../fonts/glober_bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_bold-webfont.woff2) format('woff2'), url(../fonts/glober_bold-webfont.woff) format('woff'), url(../fonts/glober_bold-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

#popup-product .modal-dialog {
    width: 860px
}

#popup-product .modal-body {
    padding: 0;
    margin-left: 35px;
    margin-right: 35px
}

#popup-product .product-images {
    width: 286px;
    float: left
}

#popup-product .product-details-info {
    float: left;
    width: 500px;
    padding-left: 45px
}

#popup-product .product-details-info .product-details-info-price {
    float: left
}

#popup-product .product-details-info .product-details-info-btns {
    float: right
}

#popup-product .product-images img {
    max-width: 100%;
    max-height: 100%
}

#popup-product .product-details-info .product-details-info-price span:first-child {
    font-size: 18px;
    color: #989898;
    text-decoration: line-through;
    margin-right: 40px;
    display: block
}

#popup-product .product-details-info .product-details-info-price span:last-child {
    font-size: 24px;
    color: #008DE6;
    display: block
}

#popup-product .product-details-info .product-details-info-price-btns {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px
}

#popup-product .product-details-info .product-details-info-price-btns .btn-favorites {
    height: 55px;
    font-size: 14px
}

#popup-product .product-details-info-btns-box button:first-child {
    font-size: 18px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 10px 15px 8px 20px;
    background-color: #fff;
    outline: 0;
    margin-right: 30px
}

#popup-product .product-details-info-btns-box button:first-child img {
    position: relative;
    left: -5px;
    top: 2px
}

#popup-product .product-details-info-btns-box button:last-child {
    font-size: 18px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 5px 20px 8px 30px;
    background-color: #fff;
    outline: 0;
    float: right
}

#popup-product .product-details-info-btns-box button:last-child img {
    position: relative;
    left: -13px;
    top: 2px
}

#popup-product .product-details-info-btns-box {
    border-bottom: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px
}

#popup-product .product-details-param ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 303px;
    position: relative
}

#popup-product .product-details-param ul li {
    margin-bottom: 8px;
    font-size: 14px
}

#popup-product .product-details-param ul li span:first-child {
    text-align: left
}

.product-details-param ul li span:last-child {
    text-align: right;
    display: block;
    float: right
}

#popup-product .product-details-param p {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-top: 15px
}

#popup-product .product-details-param ul li span.jet {
    color: #008DE6
}

#popup-product .product-details-desc {
    border-top: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 20px
}

#popup-product .product-details-desc p:first-child {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

#popup-product .text-center {
    text-align: center
}

#popup-product .call-btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 10px 20px 10px 35px;
    background-color: #fff;
    outline: 0;
    margin-bottom: 5px;
    margin-top: 10px
}

#popup-product .call-btn img {
    position: relative;
    left: -17px;
    top: 3px
}

#popup-product .modal-header {
    padding: 0;
    border: none
}

#popup-product .close {
    background-color: transparent;
    outline: 0;
    border: #ffdead;
    font-size: 35px;
    color: #CCC;
    float: right;
    margin-right: 12px;
    margin-bottom: 5px;
    margin-top: 5px
}

.oformlenia {
    border: 1px solid #DDD;
    border-radius: 1%;
    margin: 0;
    padding: 0 100px
}

.post-header-text {
    text-align: center!important;
    margin: 50px 0;
    padding: 0
}

.oformlenia .post-content-text {
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 1px solid #DDD;
    font-size: 14px
}

.oformlenia .post-content-text a {
    text-decoration: underline;
    color: #008DE6
}

.oformlenia .post-content-text span,
.oformlenia .post-content-text-two span {
    font-size: 18px;
    color: #565656
}

.oformlenia .post-content-text-two {
    text-align: center;
    margin: 0;
    padding: 30px 0 50px;
    font-size: 14px
}

.oformlenia b {
    color: #565656
}

.service-section-item:hover {
    border: 2px solid #008DE6
}

@media only screen and (max-width: 878px) {
    #popup-product .modal-dialog {
        width: 90%
    }
    #popup-product .product-details-info {
        width: 100%;
        padding-left: 0
    }
    #popup-product .product-details-info .product-details-info-btns {
        float: none
    }
    #popup-product .product-details-info .product-details-info-price-btns .btn-favorites {
        ;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 572px) {
    #popup-product .product-images {
        width: 100%
    }
    .product-details-info-btns-box button {
        width: 100%;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 20px
    }
    h2 {
        font-size: 19px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 17px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 15px
    }
    .b-top__logo__header img {
        max-width: 75%
    }
    .b-top__phones {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 22px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .b-top__user {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding: 4px 30px 0 0;
        width: 100%;
        text-align: center
    }
    .b-top__user .ico-user {
        display: inline-block;
        text-align: left
    }
    .nav__ins {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .nav__main-nav {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 5px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .nav__action {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .b-main-slider {
        display: none
    }
    .b-banners-advantages {
        padding: 31px 0
    }
    .b-special-list {
        padding: 25px 38px
    }
    .carousel-goods-item {
        width: 100%;
        max-width: 300px;
        padding: 15px 15px 21px
    }
    .btn-add-basket {
        padding: 0 10px 0 40px
    }
    .btn-add-basket:before {
        left: 13px
    }
    .b-special-list .owl-prev {
        left: -38px;
        width: 30px
    }
    .b-special-list .owl-next {
        right: -38px;
        width: 30px
    }
    .carousel-goods-item__before-price {
        margin-right: 10px;
        margin-left: 10px
    }
    .b-news-list-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-news-list-item__img {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-align: center
    }
    .b-news-list-item__desc {
        width: 100%;
        padding: 0
    }
    .b-callback-form {
        background: url(../img/bg-1.jpg);
        background-size: cover;
        padding: 31px 15px 40px
    }
    .b-callback-form__title-form {
        font-size: 1.6em
    }
    .b-callback-form__ins {
        padding: 0
    }
    .b-video-frame__video {
        height: 300px
    }
    .b-info__phones {
        width: 100%;
        padding: 0 0 0 10px
    }
    .b-info__adress {
        width: 100%;
        text-align: center;
        padding: 0 0 0 5px
    }
    .b-info__payment {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-info__payment-without-cards {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 0 20px
    }
    .b-info__payment-with-cards {
        width: 100%;
        padding: 0;
        text-align: center
    }
    .b-info__payment-with-cards .and {
        margin: 0 0 11px
    }
    .b-footer__nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 10px
    }
    .b-footer__column {
        width: 100%;
        padding: 0;
        margin: 0 0 30px
    }
    .b-footer__column:first-child {
        width: 100%
    }
    .b-footer__column:last-child {
        margin: 0 0 10px
    }
    .b-footer__media {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .b-footer__social-links {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 20px 20px
    }
    .oformlenia {
        padding-right: 0;
        padding-left: 0
    }
}

body,
html {
    height: 100%
}

legend,
td,
th {
    padding: 0
}

img,
legend {
    border: 0
}

@media only screen and (max-width: 768px) {
    .desc-block,
    .title-block {
        text-align: center
    }
    .desc-block {
        float: none
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: normal;
    vertical-align: baseline
}

figure {
    margin: 1em 40px
}

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

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: glober-book;
    src: url(../fonts/glober_book-webfont.eot);
    src: url(../fonts/glober_book-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_book-webfont.woff2) format('woff2'), url(../fonts/glober_book-webfont.woff) format('woff'), url(../fonts/glober_book-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_regular-webfont.eot);
    src: url(../fonts/glober_regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_regular-webfont.woff2) format('woff2'), url(../fonts/glober_regular-webfont.woff) format('woff'), url(../fonts/glober_regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_light-webfont.eot);
    src: url(../fonts/glober_light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_light-webfont.woff2) format('woff2'), url(../fonts/glober_light-webfont.woff) format('woff'), url(../fonts/glober_light-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_semibold-webfont.eot);
    src: url(../fonts/glober_semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_semibold-webfont.woff2) format('woff2'), url(../fonts/glober_semibold-webfont.woff) format('woff'), url(../fonts/glober_semibold-webfont.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: glober;
    src: url(../fonts/glober_bold-webfont.eot);
    src: url(../fonts/glober_bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/glober_bold-webfont.woff2) format('woff2'), url(../fonts/glober_bold-webfont.woff) format('woff'), url(../fonts/glober_bold-webfont.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font: 14px/1.3 glober, Arial;
    background: #fff;
    min-width: 300px
}

.container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 10px
}

input:focus,
textarea:focus {
    outline: 0
}

select:focus {
    outline: 0;
    border: none
}

.upcase {
    text-transform: uppercase
}

a {
    background-color: transparent;
    display: inline-block;
    color: #008de6;
    text-decoration: none;
    max-width: 100%
}

a:hover {
    text-decoration: underline
}

.wrapper {
    overflow: hidden
}

.btn-default {
    height: 42px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    text-transform: uppercase;
    min-width: 202px;
    padding: 0 53px 0 16px;
    color: #565656;
    box-shadow: 0 -2px #008de6 inset;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn-default:after {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -75px -57px;
    width: 15px;
    height: 12px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0
}

.btn-basket,
.btn-favorites {
    height: 42px;
    text-align: right;
    white-space: nowrap;
    vertical-align: top
}

.btn-default:hover {
    text-decoration: none;
    background: #008de6;
    border-color: #008de6;
    color: #fff
}

.btn-default:hover:after {
    background-position: -75px -71px
}

.btn-favorites {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #565656;
    padding: 0 18px 3px 53px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn-favorites:after,
.btn-favorites:before {
    position: absolute;
    font: 24px FontAwesome;
    color: #FFC000;
    top: 50%;
    left: 14px;
    margin: -12px 0 0
}

.btn-favorites:hover {
    text-decoration: none;
    border-color: #FFC000;
    color: #FFC000
}

.btn-favorites:hover:after {
    opacity: 1;
    visibility: visible
}

.btn-favorites:before {
    content: '\f006';
    z-index: 2;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn-favorites:after {
    content: '\f005';
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.btn-basket {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #565656;
    padding: 0 18px 3px 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}

.btn-add-basket,
.text-center {
    text-align: center
}

.btn-basket:hover {
    text-decoration: none;
    border-color: #008de6;
    color: #008de6
}

.btn-basket:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -53px 0;
    width: 20px;
    height: 24px;
    top: 50%;
    left: 14px;
    margin: -12px 0 0
}

.btn-add-basket , button[type=submit].btn-add-basket {
    height: 42px;
    width:202px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 -2px #008de6 inset;
    color: #565656;
    font-size: 1.15em;
    line-height: 40px;
    display: block;
    padding: 0 10px 0 54px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    white-space: nowrap
}

.bg-parallax,
main {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1) inset
}

.btn-add-basket:before,
button[type=submit] span:after {
    position: absolute;
    top: 50%;
    content: ''
}

.btn-add-basket:before {
    background: url(../img/ico/ico-sprite.png) -36px -33px;
    width: 24px;
    height: 19px;
    left: 20px;
    margin: -9.5px 0 0
}

.btn-add-basket:hover, button[type=submit]:hover.btn-add-basket  {
    text-decoration: none;
    background: #008DE6;
    color: #fff;
    border-color: #008DE6
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea {
    width: 100%;
    color: #9a9a9a;
    font-size: 1.125em;
    margin: 0 0 20px;
    box-shadow: 0 -2px #008de6 inset
}

.btn-add-basket:hover:before {
    background-position: -36px -60px
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #DDD;
    padding: 0 10px 0 18px
}

input[type=email].inline,
input[type=password].inline,
input[type=tel].inline,
input[type=text].inline {
    display: inline-block;
    max-width: 222px
}

.b-top__logo__header img,
img {
    max-width: 100%
}

textarea {
    height: 100px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #DDD;
    padding: 6px 19px
}

.error-validation {
    border: 2px solid red!important
}

.allowed-validation {
    border: 2px solid green!important
}

input[type=submit] {
    
}

button[type=submit] {
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    padding: 0 34px 0 0;
    background: 0 0
}

button[type=submit] span {
    position: relative
}

button[type=submit] span:after {
    background: url(../img/ico/ico-sprite.png) -75px -71px;
    width: 15px;
    height: 12px;
    right: -34px;
    margin: -6px 0 0
}

button[type=submit]:hover span {
/*
    text-decoration: underline
*/
}

.b-category-item__link:hover,
.b-top__user a,
.nav__primary__link:hover {
    text-decoration: none
}

label {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 15px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

span {
    display: inline-block
}

p {
    margin: 0 0 10px;
    text-align: justify;
}

.text-right {
    text-align: right
}

.bg-parallax {
    background: url(../img/bg-parallax.jpg) center fixed;
    background-size: cover;
    padding: 0 0 44px
}

main {
    background: url(../img/main-bg.jpg)
}

img[data-src] {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

i.ico-home {
    background: url(../img/ico/ico-sprite.png) -179px -4px no-repeat;
    width: 18px;
    height: 18px;
    display: block
}

.ico-new,
.ico-sale {
    width: 47px;
    height: 48px
}

.ico-new,
.ico-sale,
i.ico-arrow-right {
    display: inline-block
}

.ico-sale {
    background: url(../img/ico/ico-sprite.png) -81px 0
}

.ico-new {
    background: url(../img/ico/ico-sprite.png) -128px 0
}

.ico-phone {
    position: relative;
    margin: 0 0 5px
}

.ico-phone:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -26px 0;
    width: 24px;
    height: 24px;
    top: 6px;
    left: -41px
}

.adress-ico {
    padding: 0 0 0 42px;
    position: relative
}

.adress-ico:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png) -177px -45px;
    width: 22px;
    height: 20px;
    top: 17px;
    left: 0;
    margin: -10px 0 0
}

i.ico-arrow-right {
    width: 15px;
    height: 12px;
    background: url(../img/ico/ico-sprite.png) -75px -57px
}

.chp-ico:before,
.courier-ico:before {
    height: 40px;
    left: 0;
    content: ''
}

.courier-ico {
    position: relative;
    padding: 0 0 0 61px
}

.courier-ico:before {
    position: absolute;
    background: url(../img/ico/ico-sprite.png) -94px -55px;
    width: 41px;
    top: 0
}

.chp-ico {
    position: relative;
    padding: 0 0 0 59px
}

.chp-ico:before {
    position: absolute;
    background: url(../img/ico/ico-sprite.png) -136px -53px;
    width: 40px;
    top: -4px
}

.phone-list-ul {
    list-style: none;
    font: 24px glober-book;
    padding: 0;
    margin: 0
}

.phone-list-ul li {
    list-style: none
}

.social-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.social-link-list li {
    list-style: none;
    width: 33.33%;
    margin: 0 0 10px
}

.social-link-list a {
    border-radius: 100%;
    background: rgba(153, 153, 153, .55);
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.social-link-list a:hover {
    text-decoration: none;
    background: #999
}

.social-link-list i {
    color: #fff;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.color-blue {
    color: #008de6
}

.title-block--border {
    border-bottom: 3px solid #008DE6;
    padding: 0 0 12px
}

.img-center {
    display: block;
    margin: 0 auto
}

.img-right {
    display: block;
    margin: 0 0 0 auto
}

.b-top__ins,
.b-top__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.b-top {
    padding: 0 0 7px
}

.b-top__ins {
    display: flex
}

.b-top__logo {
    width: 25%;
    padding: 29px 0 0;
    min-height: 1px
}

.b-top__social-link {
    width: 12%;
    min-height: 1px;
    padding: 17px 14px 0 8px
}

.b-top__search {
    width: 23%;
    min-height: 1px;
    padding: 29px 24px 0 17px
}

.b-top__user {
    width: 19%;
    min-height: 1px;
    padding: 30px 0 0
}

.b-top__phones {
    width: 21%;
    min-height: 1px
}

.b-top__logo__header {
    margin: 0
}

.b-top__logo__header a {
    display: block
}

.b-search-enter {
    position: relative;
    display: inline-block;
    width: 100%
}

.b-search-enter .b-search-enter__text {
    padding: 0 46px 0 18px;
    margin: 0
}

.b-search-enter__text {
    text-transform: uppercase
}

.b-search-enter .b-search-enter__submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    color: #A4A4A4;
    font-size: 19px;
    width: 42px;
    height: 41px;
    -webkit-transform: rotate(92deg);
    transform: rotate(92deg);
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 10px 4px
}

.b-search-enter .b-search-enter__submit:hover {
    color: #008DE6
}

.b-top__user {
    color: #565656
}

.b-top__user .ico-user {
    padding: 0 0 0 66px;
    position: relative
}

.b-top__user .ico-user:before {
    position: absolute;
    content: '';
    background: url(../img/ico/ico-sprite.png);
    width: 22px;
    height: 24px;
    top: 8px;
    left: 25px
}

.b-top__user a {
    border-bottom: 1px dashed #008de6
}

.b-top__user a:hover {
    border-color: transparent
}

.b-top__phones {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__ins,
.nav__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.nav-wrp {
    min-height: 58px
}

nav {
    border-top: 3px solid #E5E5E5
}

.nav__ins {
    display: flex
}

.nav__main-nav {
    width: 60%
}

.nav__primary {
    margin: 0;
    padding: 0 20px 0 0;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav__primary__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    text-align: center;
    width: 100%
}

.nav__primary__item--home {
    width: 20%;
    margin: 0 4% 0 0;
    position: relative
}

.nav__primary__item--home:before {
    position: absolute;
    content: '';
    background: #008DE6;
    width: 100%;
    height: 3px;
    top: -3px;
    left: 0
}

.nav__primary__link {
    font-size: 1.14em;
    text-transform: uppercase;
    padding: 18px;
    color: #000;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nav__primary__link:hover {
    background: #008DE6;
    color: #fff
}

.nav__primary__link--home {
    padding: 21px 14px 18px
}

.nav__primary__link--home:hover i.ico-home {
    background: url(../img/ico/ico-sprite.png) -179px -25px no-repeat
}

.nav__mobile-menu-trigger {
    display: none;
    width: 40px;
    cursor: pointer;
    vertical-align: top;
    margin: 16px 0 0 2px
}

.nav__mobile-menu-trigger span {
    display: block;
    border-radius: 3px;
    background: #008DE6;
    height: 5px;
    margin: 0 0 5px
}

.search-mobile-trigger {
    display: none;
    vertical-align: top;
    background: #008DE6;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    margin: 6px 0 0 15px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.b-category-item__link,
.b-category-nav__ins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.search-mobile-trigger:hover {
    background: #0279c4
}

.search-mobile-trigger.open {
    background: #0279c4;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .42) inset
}

.nav__action {
    width: 40%;
    text-align: right;
    padding: 8px 0 0
}

.nav__action .btn-favorites {
    margin: 0 0 5px
}

.nav__action .btn-basket {
    margin: 0 0 0 14px
}

.b-category-nav {
    padding-bottom: 35px
}

.b-category-nav__ins {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 44px 0 0;
    margin: 0 -3.5px
}

.b-category-item {
    max-width: 200px;
    width: 14.28%;
    padding: 0 3.5px;
    margin: 0 0 10px
}

.b-category-item__ins {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    height: 171px;
    box-shadow: 0 -2px #008de6 inset;
    padding: 0 0 4px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.b-category-item__ins:hover {
    border-color: #008de6
}

.b-category-item__ins:hover .b-category-item__title {
    color: #008de6
}

.b-category-item__link {
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-category-item__img-wrp {
    height: 75%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px
}

.b-category-item__img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.b-category-item__title {
    margin: 0;
    color: #565656;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.b-banners-advantages-item:after,
.b-main-slider:after {
    content: '';
    height: 25px;
    z-index: 1
}

.b-main-slider {
    padding: 79px 0 0;
    margin: 0 0 80px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.b-main-slider:after {
    position: absolute;
    width: 90%;
    bottom: 6px;
    left: 5%;
    box-shadow: 0 0 35px rgba(0, 0, 0, .85)
}

.b-main-slider a {
    display: block;
    max-width: 100%
}

.b-banners-advantages__ins,
.carousel-goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.b-banners-advantages {
    overflow: hidden;
    padding: 0 0 25px
}

.b-banners-advantages__ins {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px
}

.b-banners-advantages-item {
    border-radius: 5px;
    width: 33.33%;
    max-width: 400px;
    padding: 0 30px;
    margin: 0 0 10px;
    position: relative
}

.b-banners-advantages-item:after {
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 15%;
    box-shadow: 0 0 35px rgba(0, 0, 0, .5)
}

.b-banners-advantages-item:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.b-banners-advantages-item a {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
    z-index: 2
}

.b-banners-advantages-item img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    -webkit-transition: all .2s;
    transition: all .2s
}

.b-banners-advantages-item__title {
    position: absolute;
    top: 17px;
    left: 23px;
    z-index: 1;
    font-size: 1.76em;
    font-weight: 400;
    color: #008de6;
    margin: 0
}

.b-banners-advantages-item__title .font-book {
    font-family: glober-book;
    color: #555
}

.b-banners-advantages-item__title--text-white {
    color: #fff
}

.b-banners-advantages-item__title--text-white .font-book {
    color: inherit
}

.flying-pictures {
    position: relative
}

.flying-pictures .calc-img {
    position: absolute;
    top: -31px;
    left: -184px
}

.flying-pictures .card-visa-img {
    position: absolute;
    bottom: 268px;
    right: -209px
}

.flying-pictures .money-img {
    position: absolute;
    bottom: -180px;
    left: -203px
}

.b-special-list {
    background: -webkit-linear-gradient(top, #daedf7, #bcdff0);
    background: linear-gradient(to bottom, #daedf7, #bcdff0);
    border-radius: 5px;
    padding: 51px 60px;
    margin: 81px 0;
    position: relative
}

.b-special-list:before {
    bottom: 0;
    box-shadow: 0 12px 13px rgba(0, 0, 0, .17);
    content: "";
    height: 11px;
    left: 2.5%;
    position: absolute;
    width: 95%;
    z-index: 1
}

.b-special-list .owl-next,
.b-special-list .owl-prev {
    top: 47%
}

.b-special-list .owl-prev {
    left: -60px
}

.b-special-list .owl-next {
    right: -60px
}

.b-special-list__title-block {
    margin: 0 0 52px
}

.carousel-goods {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.carousel-goods-item,
.carousel-goods-item__img-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.carousel-goods-item {
    width: 260px;
    border-radius: 5px;
    background: #fff;
    padding: 15px 29px 21px;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 20px
}

.carousel-goods-item:after {
    position: absolute;
    content: '';
    width: 88%;
    height: 4px;
    bottom: 0;
    left: 6%;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .25);
    z-index: 1
}

.carousel-goods-item__title {
    text-align: center;
    font-size: 18px;
    margin: 0 0 14px;
    height: 60px;
}

.carousel-goods-item__link {
    margin: 0 0 26px;
    display: block;
    border: 1px solid #E8E8E8;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.carousel-goods-item__link:hover {
    border-color: #008DE6
}

.carousel-goods-item__img-wrp {
    height: 150px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    position: relative;
    overflow: hidden
}

.b-columns-2__ins,
.carousel-goods-item__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.carousel-goods-item__img {
    max-width: 100%;
    max-height: 100%
}

.carousel-goods-item__special-ico {
    position: absolute;
    bottom: 1px;
    right: 4px;
    z-index: 1
}

.carousel-goods-item__special-ico .special-ico {
    margin: 0 0 0 10px
}

.carousel-goods-item__price {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin: 0 0 32px
}

.carousel-goods-item__before-price {
    color: #555;
    font-size: 1.3em;
    text-decoration: line-through;
    margin: 3px 0 0
}

.b-news-list__title-block a:hover,
.b-news-list__title-block:hover {
    text-decoration: none
}

.carousel-goods-item__current-price {
    font-size: 1.71em
}

.carousel-goods-item__current-price .color-blue {
    font-weight: 600
}

.owl-next,
.owl-prev {
    background: #fff;
    font-size: 0;
    height: 70px;
    margin-top: -35px;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 40px;
    z-index: 10
}

.owl-next:before,
.owl-prev:before {
    background: url(../img/ico/ico-sprite.png);
    color: #048fe6;
    content: "";
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 14px;
    z-index: 12
}

.owl-next:hover,
.owl-prev:hover {
    background: #008de6
}

.owl-prev,
.owl-prev:before {
    background-position: 0 -33px
}

.owl-prev {
    border-radius: 0 5px 5px 0;
    left: 0
}

.b-clients-list:after,
.b-news-list-item:after {
    content: '';
    height: 4px;
    bottom: 0;
    left: 2.5%;
    box-shadow: 0 10px 12px rgba(0, 0, 0, .35);
    z-index: 1
}

.owl-prev:before {
    margin: -12px 0 0 -9px
}

.owl-prev:hover:before {
    background-position: 0 -57px
}

.owl-next {
    border-radius: 5px 0 0 5px;
    right: 0
}

.owl-next:before {
    background-position: -14px -33px;
    margin: -12px 0 0 -5px
}

.owl-next:hover:before {
    background-position: -14px -57px
}

.b-clients-list {
    border-radius: 5px;
    padding: 70px 0 80px;
    margin: 0 0 71px;
    background: -webkit-linear-gradient(top, #e6e6e6, #fff);
    background: linear-gradient(to bottom, #e6e6e6, #fff);
    position: relative
}

.b-clients-list:after {
    position: absolute;
    width: 95%
}

.b-clients-list__title-block {
    margin: 0 0 52px;
    text-align: center
}

.b-clients-list-carousel {
    padding: 0 53px
}

.b-clients-list-carousel .owl-wrapper {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-clients-list-carousel img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    opacity: .8;
    -webkit-transition: all .2s;
    transition: all .2s
}

.b-clients-list-carousel img:hover {
    opacity: 1
}

.b-columns-2 {
    overflow: hidden;
    padding: 0 0 20px
}

.b-columns-2__ins {
    display: flex;
    margin: 0 -30px
}

.b-news-list-item,
.b-news-list-item__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.b-columns-2__column {
    width: 50%;
    padding: 0 30px
}

.b-news-list__title-block {
    text-transform: uppercase;
    margin: 0 0 31px
}

.b-news-list__title-block a {
    color: #000
}

.b-news-list-item {
    display: flex;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 30px;
    padding: 14px 18px 22px 20px;
    position: relative
}

.b-news-list-item:after {
    position: absolute;
    width: 95%
}

.b-news-list-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    padding: 5px 0 0
}

.b-news-list-item__desc {
    width: 100%;
    padding: 2px 2px 0 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-callback-form__ins,
.border-top-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.b-news-list-item__date {
    color: #999;
    font-size: .86em
}

.b-news-list-item__title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 6px
}

.b-news-list-item__title a {
    color: inherit;
    -webkit-transition: all .2s;
    transition: all .2s
}

.b-news-list-item__title a:hover {
    color: #008de6;
    text-decoration: none
}

.b-news-list-item__text {
    color: #555;
    line-height: 1.2;
    margin: 0 0 8px
}

.b-news-list-item__permalink {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.b-reception-card {
    text-align: right;
    position: relative
}

.b-reception-card__title-block {
    font-size: 30px;
    line-height: 1.1
}

.b-reception-card__title-block span {
    font-size: 48px;
    color: #008de6
}

.b-reception-card__hand-card-img {
    position: absolute;
    bottom: -531px;
    right: -432px;
    max-width: none
}

.b-callback-form:after,
.b-video-frame__ins:after {
    content: '';
    width: 95%;
    height: 4px;
    bottom: 0;
    left: 2.5%;
    z-index: 1
}

.b-form-and-video {
    margin: 59px 0 0
}

.b-callback-form {
    border-radius: 5px;
    background: url(../img/woman.png) -33px bottom no-repeat, url(../img/bg-1.jpg);
    background-size: auto, cover;
    color: #fff;
    padding: 31px 0 40px 38px;
    position: relative
}

.b-callback-form:after {
    position: absolute;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .35)
}

.b-callback-form input,
.b-callback-form textarea {
    box-shadow: none
}

.b-callback-form button[type=submit] {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.b-callback-form__title-form {
    font-size: 2.14em;
    line-height: 1.1;
    margin: 0 0 24px
}

.b-callback-form__title-form span {
    font-size: 1.6em
}

.b-callback-form__ins {
    padding: 0 41px 0 202px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-video-frame {
    margin: 0 0 29px
}

.b-video-frame__title-block {
    text-transform: uppercase;
    margin: 0 0 31px
}

.b-video-frame__ins {
    padding: 25px 20px 17px;
    background: #fff;
    border-radius: 5px;
    position: relative
}

.b-video-frame__ins:after {
    position: absolute;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .35)
}

.b-video-frame__desc-text {
    font-size: 1.3em;
    text-align: center;
    margin: 0 0 24px
}

.b-video-frame__video {
    width: 100%;
    border: none
}

.border-top-link {
    display: flex;
    border-top: 2px solid #D3D3D3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 19px 0 0
}

.b-info__ins,
.b-info__top-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.b-info {
    background: #fff;
    padding: 28px 0 30px
}

.b-info__ins {
    display: flex
}

.b-info__left {
    width: 73%;
    padding: 25px 0 0
}

.b-info__top-blocks {
    display: flex;
    border-bottom: 3px solid #ddd;
    margin: 0 33px 0 0;
    padding: 0 0 10px;
    min-height: 86px
}

.b-info__logo {
    width: 38%
}

.b-info__phones {
    width: 33%;
    font-size: 1.71em;
    text-align: center;
    padding: 5px 0 0 56px
}

.b-info__phones .phone-list-ul {
    font-family: glober;
    font-weight: 600
}

.b-info__adress {
    width: 29%;
    padding: 6px 0 0 24px;
    font-weight: 600
}

.b-info__bottom-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.b-info__subscription {
    border-right: 1px solid #ddd;
    width: 28%;
    padding: 23px 32px 0 0
}

.b-info__subscription .title-block {
    margin: 0 0 3px;
    font-weight: 600
}

.b-info__subscription .desc-block {
    color: #555;
    margin: 0 0 32px;
    display: block
}

.subscription-form {
    display: inline-block;
    position: relative
}

.b-footer__ins,
.b-info__payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.subscription-form .subscription-form__email {
    margin: 0;
    padding: 0 56px 0 18px
}

button.subscription-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 21px
}

.b-info__payment {
    width: 72%;
    display: flex
}

.b-info__payment-without-cards {
    width: 65%;
    border-right: 1px solid #ddd;
    padding: 23px 0 0 25px;
    font-weight: 600
}

.b-info__payment-without-cards .title-block {
    font-weight: 600;
    margin: 0 0 49px
}

.b-info__payment-without-cards .courier-ico {
    margin: 0 36px 0 0
}

.b-info__payment-with-cards {
    width: 35%;
    padding: 24px 0 0
}

.b-info__payment-with-cards .and {
    color: #555;
    font-size: 24px;
    margin: 0 0 11px 35px
}

.b-info__right {
    width: 27%;
    padding: 2px 0 0 7px
}

.fb-page {
    width: 100%
}

.blog-single-content {
    background-color: #fff
}

.blog-single-content .breadcrumbs-section {
    padding-top: 25px;
    padding-bottom: 20px
}

.blog-single-content .breadcrumbs-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.blog-single-content .breadcrumbs-section ul li {
    float: left;
    margin-bottom: 5px
}

.blog-single-content .breadcrumbs-section ul li a, .blog-single-content .breadcrumbs-section ul li span {
    font-family: glober;
    font-size: 16px;
    color: #565656;
    text-decoration: underline;
    font-weight: 400
}

.blog-single-content .breadcrumbs-section ul li a i {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 12px
}

.blog-single-content .breadcrumbs-section ul li a.active, .blog-single-content .breadcrumbs-section ul li span.active {
    text-decoration: none
}

.blog-single-content .post-single-content .post-content-image {
    float: left;
    width: 607px;
    height: 342px;
    margin-right: 50px;
    margin-bottom: 35px;
    box-shadow: -3px 33px 46px -13px #B4B4B4
}

.blog-single-content .post-single-content .post-content-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.blog-single-content .post-single-content .post-title {
    color: #565656;
    font-size: 24px;
    text-transform: uppercase;
    font-family: glober;
    font-weight: 600
}

.blog-single-content .post-single-content .post-content {
    font-family: glober;
    font-size: 18px;
    color: #565656;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDD
}

.blog-single-content .blog-items .blog-items-title {
    font-size: 24px;
    color: #565656;
    text-transform: uppercase;
    font-family: glober;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px
}

.blog-single-content .blog-items .blog-post-item-img {
    width: 170px;
    height: 141px;
    float: left;
    box-shadow: 0 5px 20px 0 #D6D6D6
}

.blog-single-content .blog-items .blog-post-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.blog-single-content .blog-items .post-item-content {
    margin-left: 50px;
    float: left
}

.blog-single-content .blog-items .post-item-content .post-item-data {
    font-size: 12px;
    color: #999;
    font-family: glober;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
    padding-bottom: 8px
}

.blog-single-content .blog-items .post-item-content .post-item-title {
    margin-bottom: 0;
    padding-bottom: 17px
}

.blog-single-content .blog-items .post-item-content .post-item-title a {
    font-size: 14px;
    color: #565656;
    font-family: glober;
    font-weight: 700;
    text-transform: uppercase
}

.blog-single-content .blog-items .post-item-content .post-item-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #565656;
    margin-bottom: 0;
    max-width: 650px
}

.blog-single-content .blog-items .more-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    bottom: 30px
}

.blog-pagination,
.favorites-items .favorites-item:last-child {
    border-bottom: 1px solid #DDD
}

.blog-single-content .blog-items .blog-post-item {
    border-top: 1px solid #DDD;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative
}

.blog-pagination ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 432px;
    margin: 0 auto
}

.blog-pagination ul li {
    float: left;
    margin-right: 30px
}

.blog-pagination ul li:first-child {
    margin-right: 55px
}

.blog-pagination ul li:first-child i {
    margin-right: 10px
}

.blog-pagination ul li:last-child i {
    margin-left: 10px
}

.blog-pagination ul li:last-child {
    margin-left: 35px;
    margin-right: 0
}

.blog-pagination ul li a {
    font-size: 14px;
    color: #999
}

.blog-pagination ul li a.active {
    color: #008DE6;
    font-weight: 700
}

.blog-pagination {
    padding-top: 30px;
    padding-bottom: 30px
}

.favorites-items .favorites-items-title {
    font-size: 24px;
    color: #565656;
    text-transform: uppercase;
    font-family: glober;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5px
}

.favorites-items .favorites-item {
    border-top: 1px solid #DDD;
    padding-bottom: 30px;
    padding-top: 30px
}

.favorites-items .favorites-item .favorites-item-img {
    width: 284px;
    height: 230px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    float: left
}

.favorites-items .favorites-item .favorites-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.favorites-item-details {
    float: left;
    width: 856px;
    padding-left: 45px
}

.favorites-item-details .favorites-item-details-header {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-left {
    float: left
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-left .favorites-details-title {
    margin-bottom: 0;
    position: relative;
    top: -9px
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-left .favorites-details-title a {
    font-size: 30px;
    color: #242424
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-left .favorites-details-price {
    color: #008DE6;
    font-size: 30px
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-right {
    float: right;
    text-align: right
}

.favorites-item-details .favorites-item-details-text {
    clear: both;
    max-width: 500px;
    font-size: 14px
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-right .cart-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 5px 10px 8px 15px;
    background-color: #fff;
    outline: 0;
    margin-right: 15px
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-right .cart-btn:hover {
    border-bottom: 1px solid #008DE6
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-right .delete-btn:hover {
    border-bottom: 1px solid #EA0000
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-right .delete-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #EA0000;
    border-radius: 8px;
    padding: 10px 15px;
    background-color: #fff;
    outline: 0;
    position: relative;
    top: -2px
}

.favorites-item-details .favorites-item-details-header .favorites-details-header-right .cart-btn img {
    position: relative;
    top: 5px;
    left: -5px
}

.service-section {
    margin-top: 20px;
    border-bottom: 1px solid #DDD
}

.service-section .service-section-item {
    width: 310px;
    border: 2px solid #E5E5E5;
    text-align: center;
    border-radius: 5px;
    margin-right: 105px;
    margin-bottom: 50px;
    cursor: pointer;
    float: left
}

.service-section .service-section-item.active-service {
    border: 2px solid #008DE6
}

.service-section .service-section-item .service-img {
    padding-top: 30px;
    padding-bottom: 25px
}

.service-section .service-section-item .service-title {
    font-size: 14px;
    padding-bottom: 18px
}

.service-section .service-section-item-last {
    margin-right: 0!important
}


.catalog-section {
    margin-top: 20px;
    border-bottom: 1px solid #DDD
}

.catalog-section-item {
    width: 310px;
    float: left;
    border: 2px solid #E5E5E5;
    text-align: center;
    margin-right: 105px;
    margin-bottom: 50px;
    border-radius: 5px;
    cursor: pointer
}

.catalog-section-item.active-catalog,
.service-section-item:hover,
.catalog-section-item:hover {
    border: 2px solid #008DE6
}

.catalog-section-item-last {
    margin-right: 0!important
}

.catalog-section-item .catalog-img {
    width: 198px;
    height: 198px;
    margin: 50px auto 40px;
    text-align: center
}

.catalog-section-item p {
    margin-bottom: 30px;
    text-align: center;
}

.catalog-section-item .catalog-img img {
    max-height: 100%;
    min-height: 100%
}

footer {
    background: #444
}

.b-footer__ins {
    display: flex;
    color: #fff;
    padding: 43px 0 0
}

.b-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    font-size: 16px
}

.b-footer__column {
    width: 33.33%;
    padding: 0 0 40px 100px;
    border-right: 1px solid #636363
}

.b-footer__column:first-child {
    padding: 0;
    width: 26.8%
}

.b-footer__column:last-child {
    border-right: none
}

.b-footer__column ul {
    padding: 0;
    margin: 0
}

.b-footer__column ul li {
    list-style: none;
    margin: 0 0 10px
}

.b-footer__column a {
    color: #fff
}

.b-footer__column .b-footer__title-column {
    margin: 0 0 24px
}

.b-footer__media {
    width: 25%;
    padding: 6px 0 40px;
    text-align: right;
    color: #989898;
    line-height: 1.6
}

.b-footer__social-links {
    max-width: 125px;
    display: inline-block;
    margin: 0 0 34px
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 260px;
    height: 100%;
    z-index: 101;
    background: #fff;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    padding: 40px 0 0
}

.mobile-menu.open {
    left: 0;
    opacity: 1;
    visibility: visible
}

.mobile-menu .nav__primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.mobile-menu .nav__primary__item--home {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    margin: 0
}

.mobile-menu i.ico-home {
    margin: 0 auto
}

.mobile-menu .b-category-nav__ins {
    margin: 0
}

.mobile-menu__close {
    width: 260px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 5px;
    background: #008DE6
}

.mobile-menu__close:before {
    position: absolute;
    content: '\f00d';
    font: 26px FontAwesome;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -10px
}

@media only screen and (max-width: 1160px) {
    .b-info__widget,
    .b-top__social-link {
        display: none
    }
    .container {
        max-width: 1000px
    }
    .b-top__logo {
        width: 27%;
        padding: 12px 0 0
    }
    .b-top__search {
        padding: 21px 5px 0 30px;
        width: 26%
    }
    .b-top__user {
        padding: 21px 0 0;
        width: 26%
    }
    .b-top__phones {
        padding: 7px 0 0
    }
    .nav__main-nav {
        width: 67%
    }
    .nav__primary {
        padding: 0 10px 0 0
    }
    .nav__primary__item--home {
        margin: 0 1% 0 0
    }
    .nav__action {
        width: 33%
    }
    .nav__action .btn-basket {
        margin: 0 0 0 5px
    }
    .b-category-item__ins {
        padding: 0 0 10px
    }
    .bx-wrapper .bx-caption {
        font-size: 22px;
        max-width: 650px;
        padding: 10px 0 10px 50px;
        bottom: 20px
    }
    .bx-wrapper .bx-caption .slide-title {
        font-size: 32px
    }
    .b-callback-form__title-form {
        font-size: 1.8em
    }
    .b-callback-form__ins {
        padding: 0 41px 0 127px
    }
    .b-info__top-blocks {
        margin: 0
    }
    .b-info__logo {
        width: 34%
    }
    .b-info__phones {
        width: 37%;
        padding: 5px 0 0
    }
    .b-info__ins {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-info__left {
        width: 100%
    }
    .b-info__right {
        width: 100%;
        padding: 0
    }
    .b-footer__column {
        padding: 0 0 40px 50px
    }
    .blog-single-content .blog-items .more-btn {
        position: static;
        margin-top: 10px
    }
}

@media only screen and (max-width: 1176px) {
    .favorites-item-details {
        width: 435px!important;
        padding-left: 15px
    }
    .favorites-item-details .favorites-item-details-header .favorites-details-header-right {
        float: left
    }
    .catalog-section .catalog-section-item,
    .service-section .service-section-item {
        width: 29%;
        margin-right: 60px
    }
}

@media only screen and (max-width: 317px) {
    body {
        overflow-x: hidden
    }
}

@media only screen and (max-width: 999px) {
    .b-footer__media,
    .b-info__bottom-blocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse
    }
    .container {
        max-width: 768px
    }
    .b-category-item {
        width: 50%
    }
    header {
        position: relative
    }
    .b-top__logo {
        width: 38%
    }
    .b-top__search {
        position: absolute;
        bottom: -52px;
        left: 5%;
        z-index: 10;
        width: 90%;
        border-radius: 5px;
        padding: 5px;
        background: #78BCE6;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: scale(0);
        transform: scale(0);
        visibility: hidden
    }
    .b-top__search.open {
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
    .b-search-enter input {
        box-shadow: none
    }
    .b-top__user {
        width: 33%
    }
    .b-top__phones {
        width: 29%
    }
    .nav__action,
    .nav__main-nav {
        width: 50%
    }
    .nav__ins {
        padding: 0 0 4px
    }
    .nav__primary {
        display: none
    }
    .nav__mobile-menu-trigger,
    .search-mobile-trigger {
        display: inline-block
    }
    .b-category-nav,
    .b-reception-card {
        display: none
    }
    .b-main-slider {
        margin: 0 0 50px;
        padding: 50px 0 0
    }
    .bx-wrapper .bx-caption {
        font-size: 18px;
        max-width: 463px;
        padding: 10px 0 10px 30px
    }
    .bx-wrapper .bx-caption .slide-title {
        font-size: 24px
    }
    .b-banners-advantages__ins {
        margin: 0 -10px
    }
    .b-banners-advantages-item {
        padding: 0 10px
    }
    .b-columns-2__ins {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-columns-2__column {
        width: 100%
    }
    .b-form-and-video {
        margin: 50px 0 0
    }
    .b-callback-form {
        margin: 0 0 50px
    }
    .b-callback-form__ins {
        padding: 0 41px 0 185px
    }
    .b-video-frame__video {
        height: 350px
    }
    .b-info {
        margin: 50px 0 0
    }
    .b-info__left {
        padding: 0
    }
    .b-info__logo {
        width: 30%
    }
    .b-info__phones {
        width: 41%;
        padding: 5px 0 0 35px
    }
    .b-info__top-blocks {
        min-height: auto
    }
    .b-info__bottom-blocks {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-info__subscription {
        width: 100%;
        border: none;
        padding: 23px 0 0;
        margin: 0 0 15px
    }
    .b-info__subscription .desc-block {
        margin: 0 0 15px
    }
    .b-footer__nav,
    .b-footer__social-links {
        margin: 0 0 20px
    }
    .b-info__payment,
    .subscription-form {
        width: 100%
    }
    .b-info__payment-without-cards {
        width: 60%;
        padding: 10px 0 0
    }
    .b-info__payment-with-cards {
        width: 40%;
        padding: 10px 0 0
    }
    .b-footer__ins {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-footer__nav {
        width: 100%
    }
    .b-footer__column {
        border: none;
        padding: 0 0 20px 50px
    }
    .b-footer__column:first-child {
        width: 32%
    }
    .b-footer__media {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        padding: 6px 0 0
    }
    .blog-single-content .post-single-content .post-content-image {
        width: 100%;
        height: 100%;
        box-shadow: none;
        float: none
    }
    .blog-single-content .blog-items .post-item-content .post-item-text {
        max-width: 400px
    }
    .favorites-item-details {
        width: 100%!important
    }
    .favorites-items .favorites-item {
        text-align: center
    }
    .favorites-item-details .favorites-item-details-header .favorites-details-header-left {
        float: none
    }
    .favorites-item-details .favorites-item-details-header .favorites-details-header-right {
        float: none;
        text-align: center
    }
    .favorites-items .favorites-item .favorites-item-img {
        margin: 0 auto 20px;
        float: none
    }
    .favorites-item-details .favorites-item-details-text {
        max-width: 100%
    }
    .catalog-section .catalog-section-item,
    .service-section .service-section-item {
        width: 49%;
        margin-right: 7px!important
    }
}

@media only screen and (max-width: 656px) {
    .blog-single-content .blog-items .post-item-content {
        margin-left: 0;
        width: 100%
    }
    .blog-single-content .blog-items .post-item-content .post-item-text {
        max-width: 100%
    }
    .blog-single-content .blog-items .blog-post-item-img {
        float: none;
        margin: 0 auto 20px
    }
    .blog-single-content .blog-items .blog-post-item {
        text-align: center
    }
    .blog-pagination ul li:first-child,
    .blog-pagination ul li:last-child {
        display: none
    }
    .blog-pagination ul {
        width: 69px;
        margin: 0 auto
    }
    .blog-pagination ul li {
        margin-right: 10px!important
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 640px
    }
    .b-top__ins {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-top__logo {
        width: 100%;
        text-align: center;
        padding: 5px 0 0
    }
    .b-top__logo__header img {
        max-width: 40%
    }
    .b-top__user {
        width: 50%;
        padding: 13px 0 0
    }
    .b-top__phones {
        width: 50%
    }
    .bx-wrapper .bx-caption {
        bottom: 0
    }
    .b-banners-advantages__ins {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .b-banners-advantages-item {
        width: 100%;
        max-width: 360px;
        margin: 0 0 30px
    }
    .b-banners-advantages-item:last-child {
        margin: 0
    }
    .b-special-list {
        margin: 50px 0;
        padding: 25px 60px
    }
    .carousel-goods-item {
        width: 238px
    }
    .carousel-goods-item__before-price {
        margin: 3px 0 5px
    }
    .carousel-goods-item__price {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 20px
    }
    .b-special-list__title-block {
        margin: 0 0 30px
    }
    .b-clients-list {
        padding: 35px 0 62px
    }
    .b-clients-list__title-block {
        margin: 0 0 40px
    }
    .b-form-and-video,
    .b-info {
        margin: 20px 0 0
    }
    .b-info__top-blocks {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-info__logo {
        width: 100%;
        text-align: center;
        margin: 0 0 20px
    }
    .b-info__phones {
        width: 50%;
        padding: 0
    }
    .b-info__adress {
        width: 50%;
        padding: 0 15px 0 0;
        text-align: right
    }
    .b-info__adress .adress-ico {
        text-align: left
    }
    .b-footer__column {
        padding: 0 0 20px 25px
    }
    .favorites-item-details {
        padding-left: 0;
        width: 100%
    }
    .catalog-section .catalog-section-item,
    .service-section .service-section-item {
        width: 100%;
        margin-right: 0!important
    }
}

@media only screen and (max-width: 639px) {
    .container {
        max-width: 480px
    }
    .bg-parallax {
        padding: 0 0 10px
    }
    .nav__main-nav {
        width: 35%
    }
    .nav__action {
        width: 65%
    }
    .bx-wrapper .bx-caption {
        font-size: 16px;
        padding: 8px 0 0 20px
    }
    .bx-wrapper .bx-caption .slide-title {
        font-size: 20px
    }
    .bx-wrapper .bx-pager {
        display: none
    }
    .b-main-slider {
        margin: 0 0 30px;
        padding: 30px 0 0
    }
    .b-banners-advantages {
        padding: 0 0 34px
    }
    .b-callback-form {
        margin: 0 0 40px
    }
    .b-callback-form__ins {
        padding: 0 41px 0 148px
    }
    .b-video-frame__ins {
        padding: 17px 20px
    }
    .b-info__payment-without-cards .courier-ico,
    .b-info__payment-without-cards .title-block {
        margin: 0 0 20px
    }
    .ico-phone {
        padding: 0 0 0 10px
    }
    .ico-phone:before {
        left: -22px
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 20px
    }
    h2 {
        font-size: 19px
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 17px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 15px
    }
    .b-top__logo__header img {
        max-width: 75%
    }
    .b-top__phones {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 0 0 22px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .b-top__user {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding: 4px 30px 0 0;
        width: 100%;
        text-align: center
    }
    .b-top__user .ico-user {
        display: inline-block;
        text-align: left
    }
    .nav__ins {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .nav__main-nav {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 5px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .nav__action {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .b-main-slider {
        display: none
    }
    .b-banners-advantages {
        padding: 31px 0
    }
    .b-special-list {
        padding: 25px 38px
    }
    .carousel-goods-item {
        width: 100%;
        max-width: 300px;
        padding: 15px 15px 21px
    }
    .btn-add-basket{
        padding: 0 10px 0 40px
    }
    .btn-add-basket:before {
        left: 13px
    }
    .b-special-list .owl-prev {
        left: -38px;
        width: 30px
    }
    .b-special-list .owl-next {
        right: -38px;
        width: 30px
    }
    .carousel-goods-item__before-price {
        margin-right: 10px;
        margin-left: 10px
    }
    .b-news-list-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-news-list-item__img {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        text-align: center
    }
    .b-news-list-item__desc {
        width: 100%;
        padding: 0
    }
    .b-callback-form {
        background: url(../img/bg-1.jpg);
        background-size: cover;
        padding: 31px 15px 40px
    }
    .b-callback-form__title-form {
        font-size: 1.6em
    }
    .b-callback-form__ins {
        padding: 0
    }
    .b-video-frame__video {
        height: 300px
    }
    .b-info__phones {
        width: 100%;
        padding: 0 0 0 10px
    }
    .b-info__adress {
        width: 100%;
        text-align: center;
        padding: 0 0 0 5px
    }
    .b-info__payment {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .b-info__payment-without-cards {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 0 20px
    }
    .b-info__payment-with-cards {
        width: 100%;
        padding: 0;
        text-align: center
    }
    .b-info__payment-with-cards .and {
        margin: 0 0 11px
    }
    .b-footer__nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 10px
    }
    .b-footer__column {
        width: 100%;
        padding: 0;
        margin: 0 0 30px
    }
    .b-footer__column:first-child {
        width: 100%
    }
    .b-footer__column:last-child {
        margin: 0 0 10px
    }
    .b-footer__media {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .b-footer__social-links {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 20px 20px
    }
}

.basket-table td {
    background: #f6f6f6;
    border-left: 1px solid #ddd
}

.basket-table tr:first-child,
.table>tbody>tr:first-child td {
    background: #fff;
    border: 0
}

.basket-table span {
    color: #ccc
}

.basket-table input {
    width: 27px;
    padding: 5px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #ddd
}

.basket-table-image {
    width: 50px;
    height: 50px
}

.table>tbody>tr:first-child td:first-child {
    border: 0;
    text-align: left
}

.table>tbody>tr:first-child td:nth-child(2) {
    text-align: left
}

.dostavka,
.end-order-form h3,
.end-order-form h4,
.end-order-form p,
.first,
.first small {
    text-align: center
}

.table>tbody>tr:nth-child(2) td {
    border-top: 0
}

.table>tbody>tr:nth-child(2) td:first-child,
.table>tbody>tr:nth-child(3) td:first-child {
    border-left: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    text-align: center
}

.image-block {
    background: #fff;
    width: 50px;
    border: 1px solid #eee;
    margin: auto
}

.image-block img {
    display: block;
    margin: auto
}

.collor {
    width: 20px;
    height: 20px;
    margin: auto;
    background: #000
}

.butlast,
.endorder button {
    background: 0 0;
    text-transform: uppercase
}

.endorder {
    float: right;
    width: 300px
}

.endorder p {
    display: block;
    line-height: .5;
    font-size: 1.2em
}

.endorder a {
    display: inline-block;
    border-bottom: 1px dashed #88caf3;
    color: #88caf3
}

.endorder button {
    display: inline-block;
    float: right;
    border: 1px solid #ddd;
    padding: 10px;
    color: #565656;
    border-radius: 5px;
    height: 40px;
    margin-top: -20px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
    box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1)
}

.end-order-form {
    width: 100%;
    min-height: 100px;
    height: auto;
    border: 3px solid #ddd;
    padding: 40px 10px;
    border-radius: 5px
}

.hr60 {
    width: 80%;
    margin: 30px auto;
    border: 1px solid #ddd;
    border-top: 0
}

.hrtop {
    margin: 30px auto auto;
    border: 1px solid #ddd;
    border-top: 0
}

.end-order-form h3 {
    color: #565656;
    font-size: 24px;
    padding-bottom: 20px
}

.end-order-form h4 {
    color: #565656;
    font-size: 18px
}

.end-order-form p {
    line-height: 1.5;
    color: #565656;
    font-size: 14px
}

.end-order-form span {
    color: #565656;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 20px
}

.end-order-form a {
    text-decoration: underline;
    color: #008de6
}

.form1 h3,
.form2 h3,
.form3 h3 {
    font-weight: 700;
    color: #565656;
    font-size: 24px
}

.form2 label,
.form3 label {
    font-weight: 400;
    vertical-align: top
}

.form1 small,
.form2 small,
.form3 small {
    color: #999;
    font-size: 12px
}

.form1 span {
    display: block;
    margin-top: 10px
}

.form2 label {
    display: inline-block;
    min-width: 150px
}

.form2 input {
    width: 240px;
    border: 1px solid #DDD!important;
    border-radius: 5px;
    padding: 5px
}

.form2 textarea {
    width: 240px;
    height: 80px;
    display: inline-block;
    resize: none;
    border-radius: 5px;
    border: 1px solid #DDD!important;
    color: #9a9a9a;
    box-shadow: none;
    margin: 0;
    padding: 5px
}

.form2 span,
.form3 span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.form2 input[type=checkbox] {
    width: auto;
    border: 0;
    border-radius: 0;
    padding: 0 10px 0 0
}

.form2end {
    padding: 20px;
    display: block
}

.right-border {
    border-right: 1px solid #eee
}

.form3 {
    padding-left: 25px
}

.form3 input {
    width: 240px;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 5px;
    display: inline-block
}

.form3 label {
    display: inline-block;
    width: 120px
}

.sposob-oplati {
    padding-left: 25px
}

.sposob-oplati h3 {
    font-weight: 700;
    color: #565656;
    font-size: 24px;
    padding: 0
}

.sposob-oplati p,
.sposob-oplati small {
    color: #999;
    font-size: 12px;
    padding-bottom: 20px;
    display: block
}

.sposob-oplati div span {
    font-size: 14px;
    font-weight: bolder;
    color: #565656
}

.sposob-oplati img {
    display: block;
    margin: auto
}

.sposob-oplati div div {
    height: 60px;
    width: 64px;
    float: left;
    margin-right: 25px
}

.dostavka {
    width: 500px;
    margin: 25px auto
}

.dostavka span {
    font-weight: 700;
    color: #565656;
    font-size: 24px;
    padding: 0
}

.dostavka p {
    color: #999;
    font-size: 12px
}

.first {
    width: 80%;
    margin: 20px auto auto;
    border: 3px solid #eee;
    min-height: 330px
}

.first:hover {
    border: 3px solid #008de6
}

.first img {
    margin: auto;
    display: block
}

.first span {
    color: #565656;
    font-size: 14px
}

.first small {
    color: #565656;
    font-size: 12px;
    display: inline-block;
    min-height: 40px
}

.butlast,
.first p,
.image {
    display: block
}

.first p {
    height: 70px;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: 700
}

.image {
    margin-top: 50px;
    margin-bottom: 10px;
    width: auto;
    height: 80px
}

.butlast {
    width: 250px;
    height: 40px;
    margin: 50px auto 20px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #565656;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1);
    box-shadow: 0 2px 0 0 rgba(0, 141, 230, 1)
}

.butlast span {
    color: #008de6;
    float: right;
    margin-right: 10px
}

.nav__cats{display:none}

@media screen and (max-width: 768px) and (min-width: 640px) {
    .q-text {
        font-size: 12px
    }
}

@media screen and (max-width: 640px) and (min-width: 467px) {
    .q-first-td {
        display: none
    }
    .q-text {
        font-size: 10px
    }
    tr td {
        padding: 5px!important
    }
}

@media screen and (max-width: 467px) and (min-width: 420px) {
    .q-first-td {
        display: none
    }
    .q-text {
        font-size: 10px
    }
    tr td {
        padding: 5px 1px!important
    }
    .collor {
        width: 10px;
        height: 10px
    }
}

@media screen and (max-width: 420px) {
    .q-first-td {
        display: none
    }
    .q-text {
        font-size: 10px
    }
    tr td {
        padding: 4px 1px!important
    }
    .collor {
        width: 10px;
        height: 10px
    }
    .q-title {
        width: 100px
    }
}

@media screen and (min-width: 1180px) {
    .sticky-header .category-nav{display:none}
    .sticky-header header{position:fixed;width:100%;background:#fff;z-index:99999999999;box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);}
    .nav__cats{display:none}
    .sticky-header main{padding-top:320px}
    .sticky-header .nav__primary{display:none}
    .sticky-header .nav__cats{display:block;margin-left:-40px}
    .sticky-header .nav__cats ul{display:table;padding:0 0 0 0;margin:0 0 0 0;list-style:none}
    .sticky-header .nav__cats li{display:table-cell;vertical-align:top;padding:10px 8px 0 0}
    .sticky-header .nav__cats li a{display:table-cell;font-size:12px;color:#565656;border:1px solid #dddddd;height:40px;padding:0 15px;border-radius:5px;text-align:center;vertical-align:middle}
    .sticky-header .nav__cats li a:hover, .sticky-header .nav__cats li.active a{background:#008de6;color:#fff;text-decoration:none}
    .card-features, .card-description{display:none}
    .card-features.visible, .card-description.visible{display:block}
    
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn,
    .q-sec{
        overflow: hidden
    }
    .lbl-left,
    .q-price-btn a, .q-price-btn span {
        text-transform: uppercase
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0;
        border-radius: 5px;
        float: left;
        width: 320px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        background:url(../img/arrows.png) no-repeat 290px -62px;
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-indent: 20px
    }
    #for-first:checked~.lbl-left, #for-second:checked~.lbl-left, #for-third:checked~.lbl-left {background:url(../img/arrows.png) no-repeat 290px 20px;}
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a, .q-price-btn span,
    .sec-blog-head {
        line-height: 30px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px 0;
        float: right;
        width: 800px;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 28px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: right;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        height: auto;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        /*border-bottom: 1px solid #e5e5e5;*/
        height: 65px;
        padding-top: 6px;
    }
    .sec-img {
        width: 200px;
        height: 205px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin: 20px 14px;
    }
    .sec-img img {
        display: block;
        
    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 38px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a, .q-price-btn span {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover, .q-price-btn span:hover {
        background-color: #008de6;
        color: #fff;
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img, .q-price-btn span img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
    .mn {
        margin-right: 0!important
    }
}

@media screen and (max-width: 1180px) and (min-width: 1160px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn,
    .q-sec{
        overflow: hidden
    }
    .lbl-left,
    .q-price-btn a, .q-price-btn span {
        text-transform: uppercase
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0;
        border-radius: 5px;
        float: left;
        width: 320px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a, .q-price-btn span,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px 0;
        float: right;
        width: 780px;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 28px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: right;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        height: auto;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 200px;
        height: 205px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin: 20px auto
    }
    .sec-img img {
        display: block;
 
    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 7px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a, .q-price-btn span {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
}

@media screen and (max-width: 1160px) and (min-width: 1017px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn,
    .q-sec{
        overflow: hidden
    }
    .lbl-left,
    .q-price-btn a {
        text-transform: uppercase
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0;
        border-radius: 5px;
        float: left;
        width: 320px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px 0;
        float: right;
        width: 640px;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 24px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: right;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 200px;
        height: 205px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin: 20px auto
    }
    .sec-img img {
        display: block;

    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 50px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6;
        padding: 7px 20px;
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
}

@media screen and (max-width: 1017px) and (min-width: 999px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn,
    .q-sec{
        overflow: hidden
    }
    .lbl-left,
    .q-price-btn a {
        text-transform: uppercase
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0;
        border-radius: 5px;
        float: left;
        width: 320px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px 0;
        float: right;
        width: 610px;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 24px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: right;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        height: 290px;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 182px;
        height: 102px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin: 20px auto
    }
    .sec-img img {
        display: block;

    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 7px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
}

@media screen and (max-width: 999px) and (min-width: 650px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn,
    .q-sec{
        overflow: hidden
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px auto;
        border-radius: 5px;
        float: none;
        width: 600px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-transform: uppercase;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px auto;
        float: none;
        width: 600px;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 24px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: right;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        height: auto;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 200px;
        height: 205px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin: 20px 15px;
    }
    .sec-img img {
        display: block;
 
    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 50px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6;
        padding: 7px 20px;
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        text-transform: uppercase;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
}

@media screen and (max-width: 650px) and (min-width: 450px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-sec {
        overflow: hidden
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px auto;
        border-radius: 5px;
        float: none;
        width: 400px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-transform: uppercase;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px auto;
        float: none;
        width: 420px;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 22px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: none;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-top: 20px
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 182px;
        height: 102px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px auto
    }
    .sec-img img {
        display: block;

    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 50px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6;
        padding: 7px 20px;
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        text-transform: uppercase;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
}

@media screen and (max-width: 450px) and (min-width: 320px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-sec {
        overflow: hidden
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px auto;
        border-radius: 5px;
        float: none;
        width: 320px;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-transform: uppercase;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a, .q-price-btn span,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px auto;
        float: none;
        width: 320px;
        padding-left: 0
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 22px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: none;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-top: 20px
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        height: auto;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s;
        padding: 0 23px;
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 182px;
        height: 102px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px auto
    }
    .sec-img img {
        display: block;

    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 7px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a, .q-price-btn span {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        text-transform: uppercase;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover, .q-price-btn span:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img, .q-price-btn span img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }

    a.btn-favorites.fav-plugin-product-btn {
    margin-left: 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .q-first-l-menu,
    .q-radio-btn {
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s
    }
    .q-first-l-menu,
    .q-price-left,
    .q-radio-btn {
        -khtml-transition: all .2s;
        -icab-transition: all .2s;
        overflow: hidden
    }
    .q-sec {
        overflow: hidden
    }
    .left-sec {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px auto;
        border-radius: 5px;
        float: none;
        width: 90%;
        box-shadow: 0 3px 12px #bdbdbd;
        border-bottom: 2px solid #008DE6
    }
    .q-inp-1[type=text],
    .q-last-inp[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box
    }
    .lbl-left,
    .q-first-l-menu li a {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 700
    }
    #for-first,
    #for-second,
    #for-third {
        display: none
    }
    .lbl-left {
        cursor: pointer;
        color: #008de6;
        font-size: 14px;
        text-transform: uppercase;
        text-indent: 20px
    }
    .q-first-l-menu {
        margin: 0;
        padding: 0;
        height: 0;
        transition: all .2s
    }
    .q-first-l-menu li {
        list-style-type: none;
        text-indent: 20px
    }
    .q-first-l-menu li a {
        display: block;
        text-decoration: none;
        color: #5B5B5B
    }
    #for-first:checked~.q-first-l-menu {
        height: auto
    }
    .q-radio-btn {
        transition: all .2s;
        height: 0
    }
    input.css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    input.css-checkbox+label.css-label {
        padding-left: 32px;
        height: 17px;
        display: inline-block;
        line-height: 17px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer
    }
    .q-price-btn a, .q-price-btn span,
    .sec-blog-head {
        line-height: 40px;
        font-size: 14px
    }
    input.css-checkbox:checked+label.css-label {
        background-position: 0 -17px
    }
    label.css-label {
        background-image: url(../img/ch.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    #for-second:checked~.q-radio-btn {
        padding: 20px;
        border-bottom: 1px solid #e5e5e5;
        height: auto
    }
    .q-price-left {
        height: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
    #for-third:checked~.q-price-left {
        height: 98px
    }
    .q-last-inp[type=text] {
        box-sizing: border-box;
        width: 120px;
        height: 33px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #DDD;
        color: #bababa;
        font-size: 1.125em;
        margin: 20px 0;
        padding: 0;
        box-shadow: none!important;
        text-align: center
    }
    .q-inp-1[type=text] {
        box-sizing: border-box;
        margin-left: 25px;
        margin-right: 10px
    }
    .q-inp-2[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -icab-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 10px
    }
    .range-inp {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto
    }
    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 8.35px auto
    }
    input[type=range]:focus {
        outline: 0
    }
    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7px
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #008de6
    }
    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: #008de6;
        border-radius: 25px;
        border: .7px solid #dbd58f
    }
    input[type=range]::-moz-range-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer
    }
    input[type=range]::-ms-track {
        width: 100%;
        height: 8px;
        cursor: pointer;
        background: 0 0;
        border-color: transparent;
        color: transparent
    }
    .q-price,
    .sec-blog-head {
        text-align: center;
        font-weight: 700;
        color: #6c6c6c
    }
    input[type=range]::-ms-fill-lower {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-fill-upper {
        background: #008de6;
        border: .7px solid #dbd58f;
        border-radius: 50px
    }
    input[type=range]::-ms-thumb {
        box-shadow: 0 0 5px #bdbdbd, 0 0 0 #cacaca;
        border: 2px solid #fff;
        width: 20px;
        border-radius: 50px;
        background: #008de6;
        cursor: pointer;
        height: 8px
    }
    input[type=range]:focus::-ms-fill-lower {
        background: #008de6
    }
    input[type=range]:focus::-ms-fill-upper {
        background: #008de6
    }
    .right-sec {
        margin: 20px auto;
        float: none;
        width: 90%;
        padding-left: 40px
    }
    .sec-title {
        padding-bottom: 27px;
        border-bottom: 1px solid #ddd
    }
    #q-select,
    .sec-head {
        display: inline-block
    }
    .sec-head {
        font-size: 22px;
        margin: 0;
        padding: 0
    }
    #q-select {
        float: none;
        display: block;
        padding: 10px 20px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-top: 20px
    }
    .sec-cont {
        padding-top: 20px;
        padding-bottom: 30px
    }
    .sec-blogs {
        width: 235px;
        height: auto;
        border: 3px solid #e5e5e5;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        margin-right: 24px;
        margin-bottom: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -icab-transition: all .3s;
        -khtml-transition: all .3s;
        transition: all .3s
    }
    .sec-blogs:hover {
        border: 3px solid #008de6
    }
    .sec-blog-head {
        margin: 0;
        border-bottom: 1px solid #e5e5e5
    }
    .sec-img {
        width: 182px;
        height: 102px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        overflow: hidden;
        margin: 20px auto
    }
    .sec-img img {
        display: block;
 
    }
    .q-price {
        border-top: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        padding-top: 12px
    }
    .q-favo {
        border: 1px solid #e5e5e5;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin-left: 20px;
        margin-top: 12px;
        display: inline-block
    }
    .pr-bt-im,
    .q-price-btn:hover .pr-bt-im {
        left: -7px;
        height: 20px;
        top: 5px;
        position: relative
    }
    .q-favo img {
        display: block;
        margin-top: 7px;
        margin-left: 7px
    }
    .q-price-btn {
        margin-top: 10px;
        margin-left: 7px;
        vertical-align: top;
        border: 0;
        display: inline-block;
        background-color: transparent
    }
    .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop.png)
    }
    .q-price-btn a, .q-price-btn span {
        width: 137px;
        padding: 0 8px;
        text-decoration: none;
        text-transform: uppercase;
        color: #565656;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        border-bottom: 2px solid #008de6
    }
    .q-price-btn a:hover, .q-price-btn span:hover {
        background-color: #008de6;
        color: #fff
    }
    .q-price-btn:hover .pr-bt-im {
        display: inline-block;
        width: 26px;
        background-image: url(../img/shop-h.png)
    }
    .q-price-btn a img, .q-price-btn span img {
        top: 5px;
        position: relative;
        margin-right: 10px
    }
}

@media (max-width: 767px) {
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal!important
    }
    .endorder {
        width: 260px;
    }
    .endorder button {
        position: relative;
        margin-top: 30px;
        float: right;
        right: -120px;
    }
    .endorder {
        text-align: right
    }
    .endorder a {
        float: right
    }
    .vhidden {
        visibility: hidden;
        display: none;
    }
}

.table-mob {
    table-layout: fixed
}

.basket-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.registration .btn-reg {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 0 auto;
    display: block;
}

.btn-reg:focus {
    outline: none;
}

.registration .form2 span {
    margin-top: 15px;
}

.registration .form2 label {
    min-width: 200px;
}

.registration-inspection .col-md-6 {
    padding-left: 77px;
}

.registration-inspection h4 {
    font-size: 14px;
    font-weight: bolder;
    color: #565656;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 10px;
}

.registration-inspection span {
    font-size: 12px;
    display: block;
}

.registration-inspection input {
    width: 125px;
    border: 1px solid #DDD!important;
    border-radius: 5px;
    padding: 5px;
    margin: 15px 0;
}

@media (max-width: 991px) {
    .registration-inspection .col-md-6 {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .col-md-6.right-border {
        border: none;
    }
}

.filial {
    background: url(../img/bg-page.jpg) center top no-repeat;
}

.filial-about {
    background: #fff;
    padding: 25px 30px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.filial-about:after {
    content: '';
    display: block;
    clear: both;
}

.filial-about img {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .filial-about img {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
}

.filial h3 {
    font-size: 30px;
}

.filial-contact {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 35px;
}

.filial-contact-block {
    background: #fff;
    padding: 30px 30px 30px 60px;
    margin-top: 30px;
    border-radius: 4px;
}

.filial-contact-block .col-md-8 {
    text-align: left;
}

.contact-block_1 img {
    float: left;
    margin-right: 20px;
}

.contact-block_1 {
    font-size: 18px;
    margin-bottom: 40px;
}

.consultation_support h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}

.consultation_support .support p {
    font-size: 36px;
    color: #008de6;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .consultation_support .support p {
        padding: 0;
        text-align: center;
    }
}

.consultation_support .support p span {
    color: #989898;
}

.consultation_support .container {
    position: relative;
    min-height: 530px;
}

.consultation_support .container > img {
    position: absolute;
    right: -40px;
    bottom: 0;
}

@media (max-width: 991px) {
    .consultation_support .container > img {
        display: none;
    }
}

.consultation {
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
    border-radius: 4px;
    text-align: center;
}

.consultation:after {
    content: '';
    display: block;
    clear: both;
}

.consultation p {
    line-height: 2em;
    text-align: center;
}

.consultation input,
.consultation select {
    width: 100%;
    max-width: 400px;
    border: 1px solid #DDD!important;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: none;
}

.consultation a {
    text-transform: uppercase;
    color: #565656;
    float: right;
}

.consultation a i {
    margin-left: 10px;
}

.b-info.filial-page {
    background: url(../img/main-bg.jpg) center center no-repeat;
    background-size: cover;
}

.uslugi-block h3 {
    font-size: 30px;
}

.uslugi-block .btn-reg {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    padding: 8px 45px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
}

.card_product .q-price-btn a, .card_product .q-price-btn span {
    width: auto;
}

.card_product-block h3 {
    font-size: 30px;
}

.card_product-item-img {
    text-align: center;
    height: 230px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

.card_product-price p {
    font-size: 24px;
    color: #989898;
    display: inline-block;
}

.card_product-price p span {
    text-decoration: line-through
}

.card_product-price h4 {
    display: inline-block;
    font-size: 30px;
    color: #008de6;
    margin-left: 30px;
}

ul.services-menu {
    padding: 0;
}

ul.services-menu li {
    list-style: none;
    margin: 0;
}

ul.services-menu li a,
ul.services-menu li span {
    color: #000;
    padding: 10px 0;
    position: relative;
}

ul.services-menu li.level1 > a,
ul.services-menu li.level1 > span {
    padding-left: 20px;
    cursor: pointer;
}

ul.services-menu li.level1 > a:before,
ul.services-menu li.level1 > span:before {
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #999;
}

ul.services-menu li.level1 > a:hover:before,
ul.services-menu li.level1 > span:hover:before,
ul.services-menu li.level1.active > a:before,
ul.services-menu li.level1.active > span:before {
    background: #0279c4;
}

ul.services-menu ul.level2 {
    display: none;
    font-size: 12px;
    padding-left: 40px;
}

ul.services-menu li.active ul.level2 {
    display: block;
}


/* Карточка товара */

.card {
    padding: 40px 0;
}

.card-images-main {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.card-images-main img {
    max-width: 100%;
}

.card-images-panel {
    padding: 10px 0;
    margin-right: -15px;
}

.card-images-panel:after {
    content: '';
    display: block;
    clear: both;
}

.card-images-item {
    width: 33%;
    text-align: center;
    float: left;
    padding-right: 10px;
}

.card-images-panel .card-images-item:last-child {
    padding: none;
}

.card-images-item img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.card-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.card-heading h3 {
    font-size: 30px;
}

.card-prices .price1 {
    font-size: 24px;
    color: #989898;
}

.card-prices {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.card-prices  > span {
    padding: 20px;
    vertical-align: middle;
}

.card-prices .price1 em {
    text-decoration: line-through;
    font-style: normal;
}

.card-prices .price2 {
    font-size: 30px;
    color: #008de6;
}

.card-buttons1 {
    
}

.card-buttons1 > * {
    display: inline-block;
    margin: 10px;
    padding: 0;
    margin-left: 0;
}

.card-buttons1 > button a, .card-buttons1 > button span {
    padding: 3px 47px;
}

.card-buttons2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
}

.card-buttons2 .btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 9px 15px;
    margin: 10px;
    margin-left: 0;
}

.card-buttons2 .btn span {
    border-bottom: 1px dashed #ddd;
}

.card-buttons2 > a {
    padding-top: 2px;
    text-transform: uppercase;
    margin: 10px;
}

.card-description {
    padding-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .card-buttons1,
    .card-buttons2 {
        text-align: center;
    }
    .card-buttons1 > button a, .card-buttons1 > button span {
    padding: 3px 15px;
}
}


.card-reviews h3{
    text-transform: uppercase;
}

.card-reviews h4{
    font-size: 18px;
    display: inline-block;
}


.reviews-buttons{
    text-align: right;
}



.reviews-buttons .btn_1{
background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 9px 30px;
    margin: 10px;}

.reviews-buttons .btn_1.btn_2{
box-shadow: 0 -2px #008de6 inset;
}

.reviews-buttons a{
    color:#565656;
    cursor: pointer;
}

.reviews-buttons a:hover{
    text-decoration: none;
}
.reviews-item1 span{
    color: #bcbcbc;
    margin-left: 15px;
}

.card-social-link .social-link-list a{
    width: 47px;
    height: 47px;
}

.card-social-link h3{
    margin-left: 22px;
}

.card-social-link .social-link-list li{
    width: 25.33%;
    margin: 0 0 35px;
}

.card-social-link .social-link-list a i{
    font-size: 26px;
}

.product_bought h3{
    text-transform: uppercase;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.product_bought{
    background: url(../img/main-bg.jpg) center center no-repeat;
    background-size: cover;
}

.p-slider .item{
    text-align: center;
    border-right: 1px solid #ddd;
}

.p-slider .owl-next, .owl-prev{
    background: none;
}

.p-slider .owl-next:hover{
    background: none;
}
.p-slider .owl-prev:hover{
    background: none;
}

.p-slider p{
    font-size: 14px;
    text-align: center;
    height: 30px;
}
.p-slider p>span{
    font-size: 18px;
}

.p-slider .q-price-btn a{
    background: #fff;
    padding: 0 32px;
}

.p-slider .q-price-btn a:hover{
    color: #565656;}

.p-slider .item img{
   padding-bottom: 20px;
}

.p-slider .item .cart-btn{
        font-size: 14px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #008DE6;
    border-radius: 8px;
    background-color: #fff;
    outline: 0;
    padding: 0 32px;
}

.p-slider .item .cart-btn img{
    position: relative;
    top: 7px;
    left: -5px;
}

.p-slider.owl-carousel {
    padding: 0 40px;
}

.item-content{
   /* max-width: 170px; */
    margin: 0px auto;
    background: white;
    padding: 10px 10px;
    height: auto;

}

@media (max-width: 500px) {
    .p-slider .item {
       border-right: none;
    }
}

.p-slider .owl-pagination{
    display: none;
}
.p-slider{
    margin-bottom: 40px;
}


.btn-one-click {
    
}
.btn-one-click input {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    border-bottom: 2px solid #008de6 !important;
    line-height: 40px;
    font-size: 14px;
    padding: 3px 47px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #565656;
    margin-top: 0px;

        
}
.btn-one-click input:hover{
    text-decoration: underline;
    background-color: #008de6;
    color: #fff;
}

.fav-plugin-product-btn {
    margin: 10px 0px;
    text-transform: uppercase;
}

.offers input[type="submit"] {
    margin: 30px;
}
.offers .compare-at-price {
    margin: 0 15px
}
a.fav-plugin-product-btn.remove{

    font-size: 14px;
    text-transform: uppercase;
    color: #616161;
    border: 1px solid #DDD;
    border-bottom: 2px solid #EA0000;
    border-radius: 7px;
    padding: 10px 45px;
    background-color: #fff;
    outline: 0;
    position: relative;
    margin: 10px 9px;
}

.product-list a.btn-favorites.fav-plugin-product-btn.add.inline-link {
    margin-left: 18px;
    }
.product-list {
        height: auto !important;
    }

.catalog-section a {
    display: block;
}

.item-content.sec-blogs .sec-img {
    margin: 0px 3px;
}