
*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
html, body{width:100%; height:100%; margin:0}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important
}

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

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

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0
}

abbr[data-original-title] -webkit-text-decoration underline dotted,
abbr[title] -webkit-text-decoration underline dotted {
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

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

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

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

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

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}



* {
    box-sizing: inherit;
    font-family: Montserrat Regular
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

:disabled,
[aria-disabled=true],
[disabled] {
    cursor: not-allowed
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink
}

.visuallyhidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.svg-sprite {
    display: none
}



/*@font-face {
    font-family: Acme;
    font-style: normal;
    font-weight: 400;
    src: local("Acme"), local("Acme-Regular"), url(https://themes.googleusercontent.com/static/fonts/acme/v2/h0STFiiHJJuefGZJAxrSiA.ttf) format("truetype")
}*/

.input-reg {
    border: 1px solid #434343;
    width: 100%;
    padding: 10px 10px 8px;
    font-size: 12px
}

.header__controls .btn,.product__panel .btn  {
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    outline: none !important;
    position: relative
}

.btn img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.btn.active,
.btn:hover {
    background: #1fc4f4
}

.btn.activef,
.btn.click:active {
    background: #efefef
}

.btn.favorite {
    cursor: pointer;
    width: 50px;
    height: 48px;
    background-color: #000;
    border: none;
    outline: none;
    background-image: url(../images/likebtn.png);
    background-position: 50%;
    background-repeat: no-repeat
}

.btn.addToCart {
    width: 265px;
    height: 48px;
    cursor: pointer;
}

.btn.addToCart,
.btn.register {
    border: none;
    outline: none;
    background: #1fc4f4;
    /*font-size: 9px;*/
	font-size: 12px;
    font-family: Montserrat Bold;
    letter-spacing: .3em
}

.btn.register {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #000
}

.btn.next {
    background: #e8ebec
}

.btn.look,
.btn.next {
    width: 165px;
    height: 48px;
    border: none;
    outline: none;
    font-size: 11px;
    font-family: Montserrat Bold
}

.btn.look {
    background: #1fc4f4
}

.btn--text {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: none;
    border: none;
    white-space: nowrap;
    font-size: 9px;
    line-height: 20px;
    width: 120px;
    height: 20px;
    cursor: pointer
}

.btn--text img {
    margin-right: 10px
}

.btn--text:hover {
    opacity: .6
}

.btn .cart {
    font-family: Acme;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #1fc4f4;
    color: #000;
    font-size: 9px;
    border-radius: 50%;
    right: 13px;
    top: 15px;
    padding-left: 6px;
    padding-top: 2px
}

.btn-outline {
    background: #fff;
    border: 1px solid #dadada;
    padding: 5px 9px;
    outline: none !important;
    cursor: pointer
}

.btn-outline.active {
    background: #1fc4f4
}

.btn-outline:hover {
    opacity: .6
}
  .footer__card-mob {
        display: none;
    }
.btn-item {
    width: 125px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    font-family: Montserrat Bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
   
    cursor: pointer
}

.btn-item:hover {
    background: #1fc4f4;
    color: #000
}
.btn-item2 {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    font-size: 15px;
    font-family: Montserrat Bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    
    cursor: pointer;
}
.btn-item2:hover {
    background: #1fc4f4;
    color: #000;
}
.btn-close {
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #dadada;
    position: relative;
    cursor: pointer;
    background: url(../images/xicon.png) no-repeat 50%
}

.link-vk {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/vkicon.png) no-repeat 50%
}

.link-vk--white {
    width: 32px;
    height: 32px;
    background: url(../images/vkicon2.png) no-repeat 50%
}

.link-instagram {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/instaicon.png) no-repeat 50%
}

.link-instagram--white {
    width: 32px;
    height: 32px;
    background: url(../images/instaicon2.png) no-repeat 50%
}

.link-vk-top {
    background: url(../images/vk-ico.png) no-repeat 50%
}

.link-instagram-top,
.link-vk-top {
    display: block;
    width: 33px;
    height: 33px
}

.link-instagram-top {
    background: url(../images/insta-ico.png) no-repeat 50%
}

.search {
    border: none;
    background: none;
    width: 100%;
    color: #000;
    font-size: 10px;
    line-height: 13px;
    outline: none
}

input[type=search]::-webkit-input-placeholder {
    color: #000
}

input[type=search]:-ms-input-placeholder,
input[type=search]::-ms-input-placeholder {
    color: #000
}

input[type=search]::placeholder {
    color: #000
}

.search-container {
    display: none
}

@media only screen and (min-width:992px) {
    input {
        outline: none
    }

    #search2 {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%
    }

    input::-webkit-search-cancel-button,
    input::-webkit-search-decoration {
        display: none
    }

#search2 {
        background: #000 url(../images/zoom2.png) no-repeat 9px;
        padding: 12px 10px 9px 32px;
        width: 55px;
        border-radius: 10em;
        transition: all .5s
    }

#search2:focus {
        border-color: #6dcff6;
        box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    }

    input:-moz-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder {
        color: #999;
    }

    #search2 {
        width: 15px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
    }


/*     #search2:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto
} */
 .search-open {
     width: 130px!important;
    padding-left: 32px!important;
    color: #000!important;
    background-color: #fff!important;
    cursor: auto!important;
 }


    input:-moz-placeholder {
        color: transparent;
    }

    input::-webkit-input-placeholder {
        color: transparent;
    }

    .search-container {
        display: block;
        position: absolute;
        top: 10px;
        right: 130px;
    }
}

.popular__back-popular {
    background: #f3f3f3;
    padding-bottom: 70px;
}
.popular__back-popular .slide{
min-height: 300px;

max-width: 250px;
}
.slick-slider {
    width: 80%;
    margin: 0 auto;
}

.slide {
    width: 160px;
    height: auto;
    padding: 10px;
    
    background: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-right: 5px;
}

.slide--new:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/newicon_slide.png);
    right: 13px;
    top: 34px;
}

.slide:hover .slide__hover {
    opacity: 1;
}

.slide__hover {
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: rgba(0, 0, 0, .8);
    z-index: 2;
}

.slide__btn-wrap {
    display: -ms-flexbox;
    display: flex;

   /*justify-content: space-around;*/
    justify-content: center;
    margin-top: 14px
}



.slide__card,
.slide__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: flex-end;
}

.slide__card {
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.slide__price {
    font-family: Oswald Regular;
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    position: relative;
        margin: 0;
        color: #212529;
}

.price-old{
    
    font-family: Oswald Regular;
    position: absolute;
    color: #e2635a;
    font-size: 14px;
    text-decoration: line-through;
    left: -45px;
    top: 2px
}

.slide__body {
    
    margin-bottom: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.slide__text {
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    margin-bottom: 16px;
   
}
.popular__back-popular .slide__text {
     height: 45px;
}
.slide__text--like:before {
    content: "";
    width: 9px;
    height: 8px;
    position: absolute;
    background: url(../images/like.png);
    left: 11px
}

.banner {
    width: 325px;
    height: 129px;
    background: url(../images/banner.jpg) no-repeat 50%;
    background-size: cover;
    position: relative;
    padding: 7px 8px
}

.banner__closed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.banner__text {
    font-size: 6px;
    margin-right: 5px
}

.pagination__wrapper {
    margin: 0 auto;
    width: 280px;
    height: 40px;
    display: -ms-flexbox;
    display: flex
}

.pagination__wrapper button+button {
    margin-left: -1px
}

.btn-pagination {
    width: 40px;
    height: 40px;
    border: 1px solid #dadada;
    background: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
    background: #fff;
    font-size: 12px
}

.btn-pagination:hover {
    opacity: .6
}

.btn-pagination.active {
    color: #fff;
    background: #000
}

.btn-pagination.next,
.btn-pagination.prev {
    background-image: url(../images/arrowicon.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.btn-pagination.next {
    transform: scaleX(-1)
}

.slick-dots li button:before {
    font-size: 25px !important
}

.slick-dots li.slick-active button:before {
    color: #1fc4f4 !important
}

.slick-next:before,
.slick-prev:before {
    color: #000 !important
}

.slick-prev {
    left: -32px !important;
    top: 110px !important
}

.slick-next {
    right: -25px !important;
    top: 110px !important
}

.slick-next:before,
.slick-prev:before {
    content: "" !important;
    background: url(../images/arrprev.png) !important;
    width: 9px !important;
    height: 18px !important;
    position: absolute !important
}

.slick-next:before {
    transform: rotate(180deg) !important
}

.slick-dots li {
    margin: 0 !important
}

.reg-accord__input-wrap+.reg-accord__input-wrap {
    margin-top: 20px
}

.reg-accord__btn-wrap-body {
    margin-top: 20px;
    width: 165px;
    margin-left: auto
}

.reg-accord__body {
    padding-top: 15px;
    padding-bottom: 15px;zoo
    display: none
}

.reg-accord__title {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat Regular;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
    padding-left: 20px;
    position: relative
}

.reg-accord__title+.reg-accord__title {
    margin-top: -1px
}

.reg-accord__title:before {
    content: "-";
    position: absolute;
    left: 0
}

.reg-accord__title.active {
    color: #1fc4f4
}

.reg-accord__title.active:before {
    content: "+"
}

@media only screen and (min-width:320px) {
    .broad h1 {
        margin: 0;
        padding: 0;
        font-family: Montserrat Bold;
        line-height: 29px;
        padding-left: 50px;
        padding-top: 10px
    }

    .broad,
    .broad h1 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) {
    .banner {
        margin: 0 auto;
        width: 432px;
        height: 160px
    }

    #filters,
    .filter__title {
        display: none
    }

    .broad li:first-child {
        padding-top: 5px
    }

    .broad li:first-child a {
        font-size: 14px;
        padding-top: 15px
    }

    .broad li:not(:first-child):after {
        left: 15px;
        top: 15px;
        position: absolute;
        content: "";
        width: 11px;
        height: 20px;
        background: url(../images/previcon.png) no-repeat 50%
    }

    .filter__controls .btn.click {
        display: none
    }

    .link-vk {
        background: url(../images/vkicon3.png) no-repeat 50%
    }

    .link-instagram,
    .link-vk {
        display: block;
        width: 25px;
        height: 25px
    }

    .link-instagram {
        background: url(../images/instaicon3.png) no-repeat 50%
    }
}

@media only screen and (min-width:992px) {
    .popular__discount {
        background: #fff;
        padding: 30px 20px 20px !important
    }

    .slide {
        margin: 20px !important;
    }

    .slick-list,
    .slick-slider {
        padding-bottom: 5px !important;
        background: #f3f3f3 !important
    }

    .slick-prev:before {
        background: url(../images/scrollBtn2.png) !important;
        background-size: cover
    }

    .slick-next:before,
    .slick-prev:before {
        content: "";
        width: 75px !important;
        height: 75px !important
    }

    .slick-next:before {
        background: url(../images/scrollBtn.png) !important;
        background-size: cover;
        transform: rotate(0deg) !important
    }

    .slick-prev {
        left: -95px !important;
        top: 110px !important
    }

    .popular__title {
		padding-top:1em;
		padding-bottom:1em;
        font-size: 24px
    }

    .slide {
        width: 235px;
       
        padding: 10px;
        background: #fff;
        border: 1px solid #e5e5e5;
        position: relative;
        margin-right: 5px
    }

    .slide__text {
        font-size: 14px;
        line-height: 15px;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .slide__text--like:before {
        display: none
    }

    .slide__price {
        font-size: 20px
    }

    .slide__price--new:before {
        font-size: 14px;
        left: -45px
    }
}

.faq__panel {
    display: -ms-flexbox;
    display: flex
}

.faq__panel-info {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 15px
}

.faq__panel-title {
    font-family: Montserrat Bold;
    font-size: 18px;
    line-height: 14px;
    line-height: 22px;
    color: #000
}

.faq__subtitle {
    font-size: 11px;
    line-height: 24px;
    color: #979797
}

.faq__body {
    padding: 25px 55px 40px 75px
}

.faq__navigation {
    margin-bottom: 36px
}

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

.faq__list-item+.faq__list-item {
    margin-top: -6px
}

.faq__link {
    font-size: 11px;
    line-height: 18px;
    color: #979797
}

.faq__link:active,
.faq__link:hover {
    color: #1fc4f4;
    text-decoration: none
}

.faq__block {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.faq__block+.faq__block {
    margin-top: 47px
}

.faq__info {
    width: 75px;
    position: absolute;
    transform: rotate(-90deg);
    left: -75px;
    top: 25px
}

.faq__info--order {
    top: 190px
}

.faq__info-title {
    font-size: 20px;
    line-height: 24px;
    color: #dadada;
    white-space: nowrap
}

.faq__text {
    font-size: 14px;
    line-height: 24px
}

.faq__text+.faq__text {
    margin-top: 24px
}

.filter {
    position: relative
}

.filter__container {
    padding: 20px 20px 5px
}

.filter__controls {
    background: #1fc4f4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.filter__title {
    font-size: 20px;
    color: #101010;
    font-family: Montserrat Bold
}

.filter__menu {
    background: #efefef;
    display: none
}

.filter__reset {
    width: 100px;
    margin-left: auto
}

.filter__name {
    font-size: 9px;
    font-family: Montserrat Bold;
    margin-bottom: 6px
}

.filter__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.filter__buttons button {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 9px
}

.broad {
    display: -ms-flexbox;
    display: flex
}

.broad li a {
    color: #000
}

.footer {
    background-color: #000;
    background-image: url(../images/footerback.jpg);
    padding-top: 29px;
    padding-bottom: 30px
}

.footer__logo {
    width: 30px;
    height: 38px;
    margin: 0 auto;
    margin-bottom: 22px
}

.footer__logo img {
    width: 100%
}

.footer__list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 21px
}

.footer__list-item {
    line-height: 1
}

.footer__list-item+.footer__list-item {
    margin-top: 17px
}

.footer__link {
    font-family: Montserrat Bold;
    text-decoration: none;
    color: #979797;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px
}

.footer__social a+a {
    margin-left: 12px
}

.footer__rights {
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.footer__right-text {
    font-size: 10px;
    color: #979797
}

.footer__cards {
    display: -ms-flexbox;
    display: flex
}

.footer__card+.footer__card {
    margin-left: 10px
}

@media only screen and (min-width:320px) {

    .footer__list-big,
    .footer__right-text2 {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .footer__list {
        display: none
    }

    .footer__list-big {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .footer__list-big p {
        color: #fff;
        font-style: normal;
        font-weight: 400;
        font-size: 13px
    }

    .footer__list-big:first-child .footer__dop {
        padding-left: 30px
    }

    .footer__link {
        color: #fff !important;
        font-weight: 700;
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 20px
    }

    .footer {
        position: relative;
        background-color: #000;
        background-image: url(../images/bgFooter.png);
        padding-top: 100px;
        padding-bottom: 80px
    }

    .footer__social {
        -ms-flex-pack: start;
        justify-content: start;
        position: relative;
        left: 10%;
        bottom: 10px;
        width: 400px
    }

    .footer__logo {
        display: none
    }

    .footer__dop {
        padding: 0;
        padding-top: 20px;
        position: relative
    }

    .footer__dop span {
        color: #1fc4f4
    }

    .footer__cards {
        position: relative;
        -ms-flex-pack: end;
        justify-content: end;
        bottom: 70px
    }

    .footer__right-text {
        display: none
    }

    .footer__right-text2 {
        display: block;
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        background: #0d0d0d;
        color: #fff;
        padding-left: 85px
    }

    .footer__rights {
        position: relative;
        top: 117px;
        height: 20px;
        background: #0d0d0d;
        padding-bottom: 20px
    }

    .footer__mail:before {
        background: url(../images/mailicon.png) no-repeat;
        background-size: 100%;
        top: 3px;
    }

    .footer__adress:before,
    .footer__mail:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        left: 3px
    }

    .footer__adress:before {
        background: url(../images/gpsicon.png) no-repeat
    }

    .footer__adress,
    .footer__mail {
        position: relative;
        padding-left: 30px
    }
}

@media only screen and (min-width:1400px) {
    .footer__right-text2 {
        padding-left: 16%
    }

    .footer__rights {
        top: 122px;
        height: 23px
    }

    .footer__list-big {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 80%;
        margin: 0 auto
    }

    .footer__social {
        -ms-flex-pack: start;
        justify-content: start;
        position: relative;
        left: 19%;
        bottom: 0
    }
}

.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    padding: 0 0 0 15px;
    position: relative
}

.header__logo {
    width: 36px;
    height: 45px
}

.header__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 180px
}

.mob-menu {
    display: none;
    padding-bottom: 30px;
    height: auto;
    background: #fff;
    padding-top: 40px;
    z-index: 3
}

.mob-menu,
.mob-menu before {
    width: 100%;
    position: absolute
}

.mob-menu before {
    content: "";
    height: 4px;
    top: 0;
    left: 0;
    background: #1fc4f4
}

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

.mob-menu__list-item {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
    line-height: 4
}

.mob-menu__list-item--new:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/newicon_slide.png);
    left: 10px;
    top: 8px
}

.mob-menu__list-item--new a before {
    content: ""
}

.mob-menu__list-item--sale:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/saleicon.png);
    left: 10px;
    top: 8px
}

.mob-menu__list-item--sale a:before {
    content: ""
}

.mob-menu__list-item--like:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/likeicon.png);
    left: 10px;
    top: 7px
}

.mob-menu__list-item--like a:before {
    content: ""
}

.mob-menu__list-item.color:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    background: #f5b28e;
    left: -35px
}

.mob-menu__link {
    font-family: Montserrat Bold;
    font-size: 16px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #3f1d15;
    display: block;
    position: relative
}

.mob-menu__link.last {
    font-size: 16px;
    font-family: Montserrat Regular
}

.mob-menu__link.last:before {
    content: ""
}

.mob-menu__link.active:before {
    content: "-";
    font-weight: 700
}

.mob-menu__link:before {
    content: "+";
    font-weight: 700;
    position: absolute;
    left: -15px;
    top: 0;
    color: #3f1d15;
    z-index: 1
}

.mob-menu__link:hover {
    text-decoration: none;
    color: #3f1d15
}

.mob-menu__link:hover:active ul {
    display: block
}

.mob-menu__search {
    position: relative;
    width: 100px;
    margin-left: auto;
    margin-bottom: 30px;
    transition: all .3s ease;
    border-bottom: 2px solid #fff
}



.mob-menu__search-container {
    padding-left: 40px;
    padding-right: 20px
}

.mob-menu__dop-list {
    display: none;
    list-style: none
}

.mob-menu__dop-list-item a {
    text-transform: capitalize
}

.mob-menu__dop-list-item {
    position: relative
}

.mob-menu__dop-list-item.color after {
    content: "";
    position: absolute;
    width: 80px;
    height: 100%;
    background: #facaa9;
    left: -80px;
    top: 0
}

.mob-menu__dop-list--extra {
    background: #facba9
}

.mob-menu__social {
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 40px
}

.mob-menu__adress {
    padding-right: 23px;
    margin-top: 19px;
    margin-left: auto;
    width: 247px
}

.mob-menu__adress-text {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-align: right
}

.mob-menu__adress-text+.mob-menu__adress-text {
    margin-top: 10px
}

.mob-menu__adress-site {
    margin-top: 10px;
    background: #177fab;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    width: 106px;
    margin-left: auto
}

.full-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 350px
}

.example {
    background: #fff url(../images/clouds-in-blue-sky.jpg);
    width: 770px;
    height: 570px;
    margin: 20px auto;
    padding: 15px
}

#nav {
    display: inline-block;
    display: -webkit-box;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 9999;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
}

#nav li {
  /*  float: left;
    position: relative;*/
    list-style: none
}
.full-menu__link {
    text-transform: uppercase;
}
.kraska {
   max-height: 1000px;
    overflow: auto;
}
#nav a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 18px;
    cursor: pointer
}

#nav .current,
.full-menu__list-item a:hover {
    background: #1fc4f4
}

#nav li:hover li a,
#nav ul li hover a {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .2em;
    text-transform: uppercase
}

#nav ul li a:hover {
    color: #1fc4f4
}

#nav li:hover>ul {
    opacity: 1;
    visibility: visible
}

#nav ul {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    width: 235px;
    position: absolute;
    background-color: #fff;
    color: #000;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    z-index: 9999
}

#nav ul li {
    float: none;
    margin: 0
}

#nav ul a {
    font-weight: 400;
    background-color: #fff;
    color: #000
}

#nav ul ul {
    left: 235px;
    top: 0
}

.brands ul {
    display: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.news h3 {
    text-align: center;
        font-size: 32px;
        font-family: Montserrat Bold;
}
.news a {
    color: #212529;
}
.news .row {
        display: flex;
    justify-content: space-around;
        margin-bottom: 50px;
}

.news .product-layout {
    width: 30%;
}
.news_block_link {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.news_block_title {
    font-family: 'Montserrat Semibold';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.news_block_img {
    overflow: hidden;
    height: 200px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.news-list a {
     color: #212529;
}
.news-list .product-layout {
    width: 45%;
    text-align: center;
}
li {
    list-style-type: none;
}
#content li {
    list-style-type: inherit;
}
    #content .contact-button li{
    list-style-type: none!important;
    }
@media only screen and (max-width:992px) {
    .main-content {
    padding-bottom: 0!important;
}
.news .product-layout {
    width: 90%;
}
#content h1 {
    /*line-height: 32px;*/
	line-height: 2.7rem;
	text-align:center;
}
.information-news-info .thumbnail img {
    width: 300px;
}
.news-list .image img {
    width: 300px;
}
.news-list .product-layout {
    width: 98%;
}
.news-list .col-xs-12{
    padding: 0!important;
}

.information-news-info .col-sm-4 {
       text-align: center; 
}
}    
@media only screen and (min-width:992px) {

    .brands ul {
        display: -ms-flexbox;
        display: flex
    }

    #burger {
        display: none
    }

    .header__controls {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .mob-menu {
        display: none
    }

    .full-menu {
        display: block
    }
}

@media only screen and (min-width:1200px) {
    .brands ul {
        padding-top: 150px
    }

    .header {
        width: 80%;
        margin: 0 auto
    }

    .container2 {
        background-color: #000
    }

    .header__controls {
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media only screen and (min-width:1600px) {
    .header__controls {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.main-content__container {
    padding: 24px 25px 0
}

.main-content__container-stock {
    padding: 24px 25px 80px
}

.main-content__category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.main-content__item {
    width: 160px;
    height: 208px;
    margin-bottom: 5px;
    cursor: pointer
}

.main-content__item:hover {
    opacity: .9
}

.main-content__item:nth-child(2n) {
    margin-left: 5px
}

.main-content__item--color {
    background: url(../images/color.png)
}

.main-content__item--marker {
    background: url(../images/marker.png)
}

.main-content__item--clothes {
    background: url(../images/photo46.jpg);
        background-size: auto;

}

.main-content__item--books {
    background: url(../images/books.png)
}

.main-content__item-head {
    height: 48px;
    padding: 6px 10px;
    background: rgba(6, 6, 6, .8)
}

.main-content__item-text {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: Montserrat Bold;
    letter-spacing: .3px
}

.stock__item {
    width: 100%;
    height: 120px;
    padding-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.stock__item+.stock__item {
    margin-top: 5px
}

.stock__item--red {
    background: #e2635a
}

.stock__item--blue {
    background: #1fc4f4
}

.stock__title {
    font-family: Montserrat Bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 5px
}

.stock__icon {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    margin-bottom: 10px
}

.stock__text {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    width: 245px
}
 .main-content {
           padding-bottom: 60px;
    }
@media only screen and (max-width:1550px) {
    .container {
        width: 90%
    }
}

@media only screen and (min-width:768px) {
    .main-content {
        width: 90%;
        margin: 0 auto
    }

    .main-content__item {
        height: 350px;
        width: 213px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute
    }

    .main-content__container {
        padding: 0;
        padding-top: 50px;
        position: relative;
        min-height: 900px
    }

    .main-content__category {
        display: block;
        position: relative
    }

    .main-content__category,
    .main-content__container-stock {
        width: 689px;
        margin: 0 auto
    }

    .main-content__item--marker {
        left: 475px;
        top: 370px
    }

    .main-content__item--books {
        top: 370px
    }

    .main-content__item--clothes {
        left: 240px;
        top: 198px;
    }

    .main-content__container-stock {
        position: relative
    }

    .main-content__item:nth-child(2n) {
        margin: 0
    }

    .stock__item {
        position: absolute;
        height: 160px
    }

    .stock__item--red {
            bottom: 828px;
    left: 265px;
    width: 448px;
    }

    .stock__item--blue {
      bottom: 655px;
    width: 213px;
    left: 500px;
    height: 135px;
    }
}

@media only screen and (min-width:1200px) {
    .stock__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 22px;
        padding-top: 30px
    }

    .stock__text {
        font-size: 14px;
        width: 350px;
        font-weight: 700;
        line-height: 15px
    }

    .main-content__item {
        height: 500px;
        width: 307px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute
    }

    .main-content__container {
        padding: 0;
        padding-top: 50px;
        position: relative;
        min-height: 900px
    }

    .main-content__category {
        display: block;
        position: relative;
        width: 981px;
        margin: 0 auto
    }

    .main-content__container-stock {
        width: 759px;
        margin: 0 auto
    }

    .main-content__item--marker {
        left: 673px;
        top: 526px
    }

    .main-content__item--color {
        left: 0
    }

    .main-content__item--books {
        top: 526px
    }

    .main-content__item--clothes {
        left: 335px;
        top: 286px
    }

    .main-content__container-stock {
        position: relative
    }

    .main-content__item:nth-child(2n) {
        margin: 0
    }

    .stock__item {
        position: absolute;
        height: 240px
    }

    .stock__item--red {
       bottom: 748px;
        left: 249px;
        width: 645px
    }

    .stock__item--blue {
          bottom: 505px;
    width: 307px;
    left: 587px;
    height: 197px;
    }

    .main-content__item-text {
        font-size: 18px;
        line-height: 22px
    }

    .main-content__item-head {
        height: 80px;
        padding-top: 20px
    }

    .main-content__item--color {
        background: url(../images/color-big.jpg) no-repeat
    }

    .main-content__item--marker {
        background: url(../images/marker-big.jpg) no-repeat
    }

    .main-content__item--clothes {
        background: url(../images/photo46.jpg) no-repeat
    }

    .main-content__item--books {
        background: url(../images/books-big.jpg) no-repeat
    }

    .popular {
        padding-top: 150px
    }
}
.popular__slider,.popular__slider2 {
	    max-height: 350px;
}
.brands li img{
	
}
.brands li:nth-child(4) img {
    padding-top: 16px;
}

.brands li:nth-child(3) img {
    
}

.brands li:first-child img {
    width: 250px;
padding-top: 20px;
}
.brands li:last-child img {
    width: 250px;
padding-top: 16px;
}
.main-slider {
    width: 100%;
    height: 234px
}

.main-slider__slide {
    width: 100%;
    height: 206px !important;
    z-index: -9999;
    position: relative;
}
.new-slide {
  color: black;
  border-width: 2px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  position: absolute;
  left:60%;
  top:85%;
  padding: 10px 30px;
  font-weight: 600;
  cursor: pointer;
}
.new-slide a{
    color: black;
}
.new-slide:hover{
    background-color: #1fc4f4;
}

@media only screen and (max-width:500px) {
.main-slider__slide:nth-child(4) {
        background-position: -83px 0;
}
.main-slider__slide:nth-child(2) {
 background-position-x: -130px;
}
   
.new-slide {
        font-size: 12px;
left: 250px;
top:250px;
  padding: 5px 15px;
}
}
.main-slider__slide {}
.main-slider__slide,
.main-slider__text {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider__text {
    width: 159px;
    height: 102px;
    position: absolute;
    left: 41px;
    top: 49px
}

.main-slider__ads {
    font-size: 12px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    background: #1fc4f4;
    text-align: center;
    /*padding: 6px*/
	padding:15px;
	margin-bottom:15px;
}
@media only screen and (min-width:320px) {

    .main-contact ul,
    .main-slider__ads2 {
        display: none
    }
}

@media only screen and (min-width:768px) {
    .main-contact ul {
        margin: 0;
        padding: 0;
        padding: 20px 0;
        display: -ms-flexbox;
        display: flex;
        width: 770px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 auto
    }

    .main-contact li {
        border-right: 1px solid #c4c4c4;
        padding: 0 10px
    }

    .main-contact li:last-child {
        border: none;
        padding-top: 7px
    }

    .main-contact span {
        color: #1fc4f4;
        font-family: Montserrat Semibold
    }

    .main-contact h1 {
        font-family: Montserrat Bold;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: .2em
    }

    .main-contact p {
        margin: 0;
        padding: 0;
        font-size: 13px
    }

    .main-contact__soc {
        display: -ms-flexbox;
        display: flex;
        width: 150px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-top: 10px
    }

    .blue {
        border-bottom: 1px dashed #1fc4f4
    }

    .main-slider {
        height: 454px
    }

    .main-slider__slide {
        height: 450px !important
    }

    .main-slider__text {
        width: 450px;
        height: 300px !important
    }
}

@media only screen and (min-width:992px) {
    .main-slider__ads {
        display: none
    }

    .main-slider__ads2 {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 140%;
        color: #000;
        background: #1fc4f4;
        text-align: left;
        padding: 6px 0;
        padding-left: 14%
    }

    .main-contact ul {
        width: 950px
    }

    .full-menu {
        right: 300px
    }

    .main-slider__text {
        left: 20%;
        top: 73px
    }
}

@media only screen and (min-width:1200px) {
    .main-contact ul {
        width: 1100px
    }

    .full-menu {
        right: 350px
    }

    .main-slider,
    .main-slider__slide {
        height: 500px !important
    }

    .main-slider__text {
        width: 700px !important;
        height: 450px !important;
        background-size: auto
    }
}

@media only screen and (min-width:1400px) {
    .main-contact ul {
        width: 80%
    }

    .main-contact p {
        font-size: 15px
    }

    .main-slider,
    .main-slider__slide {
        height: 550px !important
    }

    .main-contact ul li:nth-child(2) {
        border: none
    }

    .main-contact__soc {
        border-left: 1px solid #c4c4c4
    }
}

.popular {
    padding-bottom: 470px
}

.popular__container {
    padding: 0 20px
}

.popular__discount {
    padding: 61px 20px 6px
}

.popular__title {
	padding-bottom:1em;
	padding-top:1em;
    font-family: Montserrat Bold;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-left: 8px;
    letter-spacing: -.2px
}

.popular__head {
	padding-top:1em;
	padding-bottom:1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline
}

.popular__link {
    font-size: 9px;
    line-height: 11px
}

.popular__slider {
    margin-top: 10px;
    background-color: #f8f8f8;
    padding: 3px 0
}

.popular {
    padding-bottom: 70px
}

@media only screen and (min-width:992px) {
    .popular__link {
        font-size: 12px
    }

    .popular__title {
		padding-bottom:1em;
		padding-top:2em;
        font-size: 24px
    }
}

.product__panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product__title {
    color: #434343;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.product__zoom {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    background: url(../images/zoom_in.png) no-repeat 50%;
    position: absolute;
    outline: none;
    right: 26px;
    cursor: pointer;
    z-index: 50
}

.product__zoom.active {
    background: url(../images/zoom_out.png) no-repeat 50%
	}

.product__slider {
    width: 280px;
    height: 280px;
    margin: 0 auto
}

.product__slide2 img,
.product__slide img {
    width: 100%
}

.product__price {
    font-family: Montserrat Regular;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    background: #fdffa5;
        width: max-content;
            margin-bottom: 20px;
/*    display: block;
    width: 90px;
    padding-left: 5px;
    position: relative;
    margin-left: auto;
    margin-right: 33px;
    margin-bottom: 20px*/
}

.product__options {
    padding: 25px
}

.product__options-title {
    font-size: 18px;
    font-family: Montserrat Bold;
    margin-bottom: 10px
}

.product__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px
}

.product__colors-wrap {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px
}

.product__color-text {
    font-size: 11px;
    line-height: 11px;
    position: relative
}

.product__color-text:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -29px;
    top: -6px
}

.product__color-text--brown:before {
    background: #916c5f
}

.product__color-text--siris:before {
    background: #897653
}

.product__color-text--lightblue:before {
    background: #8cc7ec
}

.product__color-text--brick:before {
    background: #993423
}

.product__color-text--energy-blue:before {
    background: #03b2bf
}

.product__calc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product__calc button {
    background: none;
    border: none;
    outline: none;
    color: #c4c4c4;
    font-size: 20px
}

.product__calc-text {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    line-height: 11px;
    color: #000
}

#product+.product__total {
    
       padding-bottom: 50px;
   
    padding-top: 75px;
    padding-right: 14%
}
.product__total .form-control {
  
}

.product__total-text {
    font-size: 10px
}

.product__total-text span {
    font-size: 18px;
    font-family: Montserrat Bold;
    position: relative;
    margin-left: 7px
}

.product__total-text span:after {
    content: "";
    width: 9px;
    height: 11px;
    background: url(../images/rubles2.png);
    background-size: cover;
    position: absolute;
    right: -10px;
    bottom: 4px
}

.product__btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
	justify-content: center;
    padding: 40px 25px 50px
}
.product__accord ul li{
   list-style-type: disc!important; 
}

.product__accord {
    padding: 0 25px;
    margin-bottom: 30px
}

.product__accord-title {
    cursor: pointer;
    letter-spacing: 1.5px;
    font-size: 11px;
    font-weight: 600;
    font-family: Montserrat Regular!important; 
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
    padding-left: 29px;
    position: relative
}

.product__accord-title+.product__accord-title {
    margin-top: -1px
}

.product__accord-title:before {
    content: "-";
    position: absolute;
    left: 0
}

.product__accord-title.active {
    color: #1fc4f4
}

.product__accord-title.active:before {
    content: "+"
}

.product__accord-text {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Montserrat Regular!important; 
	/* добавил */
	text-align:justify;
}

.slick-list,
.slick-slider {
    background: none !important
}

@media only screen and (min-width:320px) {
    .filter {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .filter {
        display: block
    }

    .product {
        padding-top: 77px;
        margin: 0 auto
    }

    .product__panel .btn {
        margin-left: 6%
    }

    .product__panel .product__title {
        font-weight: 400;
        font-size: 26px;
        line-height: 150%
    }



    .product__slider-wrapper {
        width: 55%
    }

    .product__options {
        margin: 0;
        width: 500px;
        position: absolute;
        left: 510px;
        top: 290px;
        margin-bottom: 10px
    }

    .product__btn-wrapper {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0;
        position: relative;
        top: -70px;
        padding-bottom: 0
    }

    .product__btn-wrapper button {
        margin-left: 10px
    }

    .product__color-text {
        font-size: 14px;
        line-height: 28px
    }

    .btn.addToCart,
    .btn.register {
        font-size: 12px
    }

    .product__zoom {
        left: 70px
    }

    .product__total-text {
        font-size: 14px;
        line-height: 17px
    }

    .product__total-text span {
        font-size: 36px;
        line-height: 44px
    }

    .product__title {
        left: 40%
    }

    .product__options-title {
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px
    }

    .product__colors-wrap {
        padding-top: 15px;
        overflow-y: auto;
        height: 500px
    }
}

.products__container {
    padding: 25px;
        display: flex;
    justify-content: space-around;
}
.category-pod {
    color: #1fc4f4;
    
    padding: 15px;
    background-color: #e6e6e6;
 
    border-radius: 10px;
}
.category-pod a{
color: #1fc4f4;
    font-weight: 600;
}
.products__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.products__banner,
.products__items .slide {
    margin-bottom: 5px
}

.products__pagin-wrap {
    margin-top: 45px
}

.profile__head {
    color: #000;
    font-size: 20px;
    font-family: Montserrat Bold;
    text-align: center;
    background: #1fc4f4;
    padding-top: 15px;
    padding-bottom: 15px
}

.profile__img {
    width: 220px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 45px
}

.profile__container {
    width: 230px;
    margin: 0 auto
}

.profile__title {
    text-align: center;
    font-size: 18px;
    font-family: Montserrat Bold;
    margin-bottom: 25px
}

.profile__text {
    font-size: 12px;
    text-align: center
}

.profile__btn-wrap {
    margin: 0 auto;
    width: 260px;
    margin-top: 20px;
    margin-bottom: 70px
}

.profile__title-reg {
    font-size: 18px;
    font-family: Montserrat Bold;
    text-align: center;
    color: #000;
    margin-top: 60px;
    margin-bottom: 20px
}

.profile__tip {
    margin: 0 auto;
    width: 325px;
    font-size: 12px;
    padding: 11px 15px 12px 50px;
    color: #000;
    background: #e7fdec;
    border: 1px solid #d3eed9;
    position: relative
}

.profile__tip:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 27px;
    background: url(../images/tip.png);
    left: 12px
}

.profile__accord-wrap {
    margin-top: 20px;
    padding: 0 25px
}

.register__head {
    color: #000;
    font-size: 20px;
    font-family: Montserrat Bold;
    text-align: center;
    background: #1fc4f4;
    padding-top: 15px;
    padding-bottom: 15px
}

.register__register {
    background: #e8ebec;
    position: relative
}

.register__register-text {
    color: #000;
    font-size: 14px;
    font-family: Montserrat Bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.register__tips {
    width: 255px;
    text-align: center;
    font-size: 12px;
    color: #000;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 25px
}

.register__accord-wrap {
    width: 100%;
    padding: 0 25px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}


.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

@import "cookcodesmenu.min.css";

.button1 {
    padding: 5px 20px;
    margin-right: 15px;
    color: #000;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.button1:hover {
    color: #fff;

    background: #000;
    border: 2px solid #000000;
}

.map {
    display: none;
}

.active-button {
    display: block;
    color: #fff;

    background: #000;
    border: 2px solid #000000;
}

.post {
    display: flex;
    background: #FAFAFA;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-text {
    width: 80%;
    padding-top: 40px;
}

.post img {
    margin: 30px;
    width: 149.06px;
    height: 149.04px;
}

.post h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
}

.container3 {
    width: 100%;
    margin: 0 auto;
}



.products__filter {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.form-group label {
    margin: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px;
    position: relative;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 13px;
    line-height: 1.42857;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #14628c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: black;
    border-color: black;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: black;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 9px 18px;
    font-size: 15px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center;
}

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

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

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.product__colors-wrap {
    height: 400px;
}

.product__slider-wrapper {
    padding-bottom: 150px;
}


.hide-block {
    display: none;
}

.slide__text a {
    color: #000;
    height: 40px;
    display: block;
}

.banner {
    display: none;
}

.input-group input {
    background: none;
    border: none
}

.input-group {
    position: relative;
    margin: auto 0;
    display: flex;

}

.product__row {
    width: 100%;
    margin-left: 0;
}

.product__row label input {
    padding: 0;
    margin: 0;
}

.product__row label {

    margin-bottom: 0;
    display: flex;
    position: relative;
    justify-content: space-between;

}

.product__row label p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin: auto 0;
}

.product__row label input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}


.input-group input[type="button"]::-webkit-input-placeholder {
    color: #000;
}

.input-group input[type="number"]::-webkit-input-placeholder {
    color: #000;
}

.input-group input[type="number"]::-moz-placeholder {
    color: #000;
}

.input-group input[type="button"]::-moz-placeholder {
    color: #000;
}

input[type="button"] {
    color: #000;
    font-size: 25px;


    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 50%;
    text-align: center;

}

.input-group input[type="text"] {
    color: #000;
    font-size: 25px;
    width: 50px;
    text-align: center;

}

.input-group input[type="button"]:hover {
    opacity: 0.7;
}

.input-group input[type="button"]:focus {
    outline: none;
    text-decoration: none;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    display: flex;
    
}
.list-unstyled li{
    padding: 10px;
    
}
.product__price .list-unstyled li{
	    list-style-type: none!important;
}
.btn.addToCart {
    margin-left: 10px;
    padding-top: 14px;
}

#nav ul {
    z-index: 9999;
}

.broad {
    padding-left: 120px;
    background-color: #1fc4f4;
}

.broad li {
    position: relative;
}


.broad li:not(:first-child) {
    padding-left: 45px;
    padding-top: 6px;

}

.broad li:last-child {
    font-weight: bold;
}

.container {
    margin: 0 auto;
    width: 90%;
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 992px) {
    .broad {
        padding: 0;
    }

    .broad li a {
        font-size: 16px;
    }

}

@media only screen and (max-width: 480px) {

    .popup,
    .popup2 {
        width: auto;
    }

    .slick-dotted.slick-slider {

        padding: 0;
    }

    .product__row label {
        width: 100%;
    }

    .broad {
        display: none;
    }

    #input-sort {
        width: 160px
    }

    .product__options {
        padding: 0;
    }

    .product__colors-wrap {
        overflow-y: auto;
    }
}

@media only screen and (min-width: 992px) {
    .product__row label {
        width: 400px;
    }

    .product {
        padding-top: 0;
    }

    .product__options {
        left: auto;
        right: 10%;
        top: 200px;
    }

    .product__btn-wrapper {
        padding-right: 12%;
        top: 0;
    }
}

input,
textarea {
    padding: 5px 8px;
    display: block;
    color: #000;
    font: 12px/18px;
}

input[type="submit"] {
    color: #000;
    
    font-size: 14px;
    margin-top: 6px;
    
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
}

input[type="submit"]:disabled {
    opacity: .3;
}

.open_modal a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.open_modal p {
    background: #ee7156;
    border-radius: 5px;
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.popup,
.popup2 {

    width: 400px;
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup form {

    border-radius: 5px;
    padding: 10px 10px 20px;
    right: 0;
    background: #1fc4f4;
}

.popup2 .window {
    right: 0;
    width: 300px;
    background: #fff;
    padding: 0 27px 27px;

}

.popup form input {
    width: 80%;
    margin: 0 auto;
    margin-top: 0.8em;
    border: 1px solid #000;
    color: #000;
}

.popup form input[name="txtname"] {
    margin-top: 20px;
    color: #000;
}

.popup form textarea {
    margin: 0 auto;
    margin-top: 1em;
    width: 80%;
    height: 5em;
    resize: none;
    border: 1px solid #000;
    color: #000;
}

.popup form input[type="submit"] {
    background: #1b1919;
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    border: 1px solid #1b1919;
    color: #fff;
}

.popup form h5 {
    font-size: 1em;
    padding: 1em;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.popup .close_modal {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    color: #000;
    font-family: 'tahoma', sans-serif;
    text-align: center;
    font-size: 1.6em;
}

.popup2 .close_modal {
    position: absolute;
    top: 0px;
    right: -45px;
    cursor: pointer;
    color: #000;
    font-family: 'tahoma', sans-serif;
    text-align: center;
    font-size: 1.1em;
}

.popup2 h5 {
    padding: 1em 0.5em;
    text-align: center;
    font-size: 1.5em;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.popup2 p {

    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.popup2 p strong {
    font-size: 1em;
    line-height: 30px;
    font-weight: normal;
    display: block;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #000;
}

/*Firefox 18- */
:-ms-input-placeholder {
    color: #000;
}

.popup form input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #000;
}

.popup form input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #000;
}

.popup form input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #000;
}

.popup form input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #000;
}

.popup form input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.popup form textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.popup form textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.popup form textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.popup form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.table-responsive table {
    margin: 0 auto;
    font-size: 12px;
}
.form-horizontal div{
padding: 3px 0;
}
.table-responsive table .price{
     font-size: 14px;
}
.table-responsive table .total{
     font-size: 14px;
}
.table-responsive tbody tr{
    background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;

padding: 20px;
}
.table-responsive tbody {

}
.table-responsive table .text-left{

font-style: normal;

font-size: 14px;
line-height: 17px;

color: #000000;
}
.buttons {
display: flex;
    padding-bottom: 50px;
    padding-top: 20px;
    justify-content: flex-end;
}
.buttons div{
margin: 10px;
}
.buttons a{
    font-family: Montserrat Semibold;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 11px;
/* identical to box height */

text-align: center;


color: #000000;
background: #1FC4F4;
padding:  15px 40px;
}
.table-responsive table .text-left a{
   font-family: Montserrat Semibold;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;

color: #000000;  
}
.itog {
    padding-right: 15px;
        text-align: end;
       font-size: 22px; 
}
.itog span{
    padding-left: 15px;
    font-weight: 600;
font-size: 36px;
line-height: 44px;
}
.delete {
    position: relative;
    right: -33px;
    top: -9px;
}
.delete:before {
       content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/clos.png);
 top: -13px;
    left: -8px;
    z-index: 9999;
    cursor: pointer;
}
.delete:hover {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}
.brands li:nth-child(2) img {
   margin-top: -12px;
}
.product {
    display: flex;
    padding-top: 77px;
}
#product {
        width: 45%;
            padding-bottom: 50px;
                min-width: 470px;
                display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.owq-option{
    
    overflow-y: auto;
    max-height: 485px;
}
.product__panel  {
        position: absolute;
    top: 140px;
}
.product__title {
left: 500px;
    }

.group-a {
    height: auto!important;
    display: flex;
} 
.btn.addToCart {
    padding-top: 0;
}
.common-home #cart-total {
    display: none;
}
#cart-total { 
    right: -102px;
    padding-left: 30px;
        border-left: 1px solid #979797;   
    position: absolute;
    width: max-content;
        top: 65px;
    color: #000;
    z-index: 9999;
    font-size: 14px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome!important;;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
  
.fa-refresh:before {
    content: "\f021"!important;
    font-family: "FontAwesome"!important;
}
.btn-primary {
      background: #1FC4F4;
      border: none; 
          padding: 5px 10px;
    margin-left: -40px; 
 } 
 .btn-primary2 {
      background: #1FC4F4;
      border: none; 
          padding: 5px 10px;
    margin-left: -40px; 
 } 
.container {
    min-height: 268px;
    
}
.buttons2 {
   
    padding-bottom: 50px;
    padding-top: 20px;
    
}
.buttons2 a {
    font-family: Montserrat Semibold;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    color: #000000;
    background: #1FC4F4;
    padding: 15px 40px;
}
.pull-right {
    float: left!important;
        padding-left: 41px
}
.account-login  .control-label {
    margin: 0 auto;
font-weight: bold;
font-size: 18px;
line-height: 22px;
    margin-bottom: 30px;
    }
.account-login h2 {
    padding-top: 20px;
}
.list-group {
    
    display: flex;
    flex-flow: column;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    position: initial;
    
    top: 150px;

    
}
.list-group a {
    color: #000;
   border: 1px solid #1fc4f4;
   padding: 5px;
}
.col-sm-3 .hidden-xs {
    width: 25%;
}
#content {
   	min-height: 400px;
   
    margin: 0 auto;
}

#product .form-group{
	    min-width: min-content;
}
#product .form-group table tr td:nth-child(2){
	    white-space: initial;
}
.col-quantity {
	    white-space: nowrap;
}
.account-account #content {
    width: 75%;
}
.account-account #content li {
    background: #1fc4f4;
}
.account-account #content a{
        color: #000;
    
    
}
#column-right {
    margin-bottom: 195px;
}
.account-login .btn-primary {
   margin-left: 0;
       color: #000;
    }
.account-register .form-group{
    display: flex;
justify-content: space-between;
}
.account-register #content {

    margin: 0 auto; }
.account-register .buttons a
{
    padding: 0;
}
.slick-dots {
        left: 22px;
}
.slick-dots li {
    padding-right: 25px;
    
}
.checkout-checkout #content .btn{
    width: auto;
    height: auto;
}
.checkout-checkout #content input,.product-search #content input{
    border-radius: 0;
}
.checkout-checkout #content .btn-primary, .product-search #content .btn-primary{
    margin-left: 0;
}
/* /zakaz
 */
.checkout-success #content .btn{
width: auto;
    height: auto;

}
.account-register #content .btn, .account-success #content .btn {
width: auto;
    height: auto;

}
.account-register .list-group,.account-success .list-group, .account-account .list-group{
    right: auto;
    width: 100%;
}
.account-success .list-group, .account-account .list-group {
        position: initial;
}
#input-sort {
    border-color: #1fc4f4;
}
.slide__icon {
   color: #212529;
    width:40px; 
    height:40px;
    background-size: cover;
    font-size: 15px;
    position: absolute;
    left: 10px;
}
.slide__icon:before {
    background: url(../images/itemicon.png) center  no-repeat;
    width:40px; 
    height:40px;
    content: '';
    background-size: cover;
    position: absolute;
}
.slide__icon p{
    text-align: center;
   margin: 0;
   padding: 0;
   position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
} 
#search3 {
    border: none;
    background: none;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    outline: none;
}

.search-container #btn-search {
    display:none;
        background: none;
    border: none;
   bottom: 6px;
    position: absolute;
    cursor: pointer;
}
.mob-menu__search #btn-search2 {
        background: none;
    border: none;
    position: absolute;
    cursor: pointer;
}
.mob-menu__search #btn-search2:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/zoom.png);
    left: -25px;
    top: -20px
}
.common-home .slick-dots {
    left: auto;
}
.button-open {
    display: block!important;
}
@media only screen and (max-width : 1200px) {
	.product__panel {
		    top: 108px;
	}
	.broad {
		padding-left: 10px;
		font-size: 20px;
	}
        #cart-total {
            right: 0;
  

        }
        .product__title {
	font-size: 18px!important;
}

}
@media only screen and (max-width : 1500px) {
.popular__container .slick-slider {
    width: 90%;}
.product__title {
	font-size: 18px!important;
}
#product {
    width: 50%;
    min-width: 500px;
    white-space: nowrap;
}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
    .product {
    display: block;
    padding-top: 0;
  } 
    #product {
   width: 100%;
    min-width: auto;
   margin: 0;
}
	.product__zoom {
		right: auto;
	}
.container3 {
    width: 95%;
}
.product__panel {
	top: 124px;
	left: 0;
}

.product__title {
	transform: none;
	left: auto;
   padding-left: 70px;
   
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #product {
        min-width: auto;
    }
    .owq-option table tr td:nth-child(2) {
       white-space: normal;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.news .row {
		flex-wrap: wrap;
	}
    .footer__card {
        display: none;
    }
    .footer__card-mob {
        display: block;
    }
	.slick-dots {
		left: auto;
	}
	.product__title {
		position: relative;
		padding-left: 0;
	}
	.main-contact__soc {
		display: flex!important;
	}
	.main-contact__soc a{
		    margin-left: 10px;
	}
	#content iframe {
		height: 500px;
	}
	#content .contact-button{
		    position: inherit!important;
    left: auto!important;
	}

	#content .contact{
		flex-direction: column!important;
	}
	#content .info-contact {
		    border-right: none!important;
		    padding-right: 0!important;
	}
	#content {
    width: 100%;
}

	#content p{
        /*text-align: left!important;*/
	text-align: justify!important;	
	margin-left:10px;
	margin-right:18px;
}
.owq-option {
  max-height: 435px;
  
}

    #content h1 {
            padding-top: 20px;
    }
#btn-search2 img{
 display: none;
}

    .checkout-checkout td{
    white-space: normal;
    }
    .products__items .slide {
width: 48%;
    }
     .products__items .slide__text {
            font-size: 16px;
    line-height: 18px;
     }
.checkout-cart  .col-sm-12 {
            padding-right: 5px!important;
    padding-left: 5px!important;
    }
    .checkout-checkout h1 {
font-size: 32px;
    }
   .checkout-cart .table-responsive tbody tr {
       display: grid; 
       padding: 5px;
    }
/* .table-responsive table .text-right{
        white-space: nowrap;
    padding: 5px!important;
    }*/
   /*  .table-responsive table .text-right:last-child{
       display: flex;
   flex-direction: column;
   }  */
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
       padding: 1px!important;

    }
    .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;
    }
    .table-responsive {
        font-size: 11px!important;
        line-height: 12px!important;
    }
    .table-responsive table .text-left {
   font-size: 11px!important;
    line-height: 14px!important;
    margin: 0 auto;
    }
    .input-group input[type="text"] {
        width: 35px;
    }
    .buttons div {
        margin: 10px auto;
        padding: 9px;
    }
.row {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
     font-size: 16px!important;
      /*  line-height: 20px!important;*/
	line-height: 1.5!important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
      padding-right: 5px!important;
    padding-left: 5px!important;
}

    .btn-primary {
margin: 0;
    }
    .delete {
   top: -40px;
    right: -52%;
    }

    .buttons {
            flex-direction: column;
    }
    .table-responsive td{
        text-align: center;
        padding: 0;
            position: relative;
    }
    .account-login .control-label {
        margin-bottom: 10px;
    }
.login-block {
    width: 100%!important;
    flex-direction: column;

}
.login-block .col-sm-6 {
    width: 95%!important;
    margin: 0 auto;
        text-align: justify;
}
    .row1 {
           display: none;
    }
    .post-title{
        text-align: center;
        margin: 20px 0;
    }
    .container3 {
    width: 90%;
}
    .post {
        display: none;
    }
    .main-content__item-text {
        font-size: 12px;
    }
    .main-content__container {
           padding: 10px 0 0; 
    }
    .main-content__item {
    width: 150px;
    height: 200px;
    }
    .form-group{
 font-size: 13px;   
}
.owq-quantity {
    width: 55px;
}
  .owq-quantity > span {
    font-size: 18px!important;
  }
  .owq-option input[type="text"] {
    width: 25px;
  }
  .btn.addToCart {
    width: 150px;
    
  }
  .owq-option table td {
    padding: 0!important;
  }
  #input-option230 {
    font-size: 14px;
  }
  .product__slider-wrapper {
    padding-bottom: 0;
  }
  .container {
    /*width: 99%;*/
	width: 94%;
  }

  .product__title {
    
    transform: none;
    white-space: normal;
  }
  .product__price {
        width: max-content;
        top: auto;
        margin-right: 0;
  }
  .product__panel {
    position: relative;
    justify-content: space-between;
    top: auto;
    left: -2px;
  }
 .product__accord  {
    padding: 0 5px;
 }
    .slide__btn-wrap {
          width: 95%;
    margin: 0 auto;  
    }
    .popular__back-popular .slide{
min-height: 300px;

max-width: 100%;
}
.products__container {
    padding-left: 0;
    padding-right: 0
}
.products__banner, .products__items .slide {
    margin-right: 0;
}
.slide__body img{
    width: 158px;
}
.products__container .slide__btn-wrap {
    padding: 0;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 350px) {
.slick-prev {
    left: -27px !important;
    top: 110px !important
}

.slick-next {
    right: -20px !important;
    top: 110px !important
}
}
.descrip li{
    list-style-type: circle;
}

.descrip p{
margin-left:1rem;
margin-right:1rem;	
}

.account-order .text-right a{
 
}
.checkout-simplecheckout .quantity div span{
    display: none;
}
.simplecheckout-block-content p{
        margin-top: 15px;
    margin-bottom: 5px;

}
.checkout-simplecheckout input[type="button"] {
    border-radius: 0;
    padding: 10px;
}