* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*fonts*/

@font-face {
    font-family: "Arial";
    src: url("../fonts/ArialRegular.eot");
    src: url("../fonts/ArialRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/ArialRegular.woff") format("woff"),
        url("../fonts/ArialRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

:root {
    --main-color: #333333;
    --second-color: #33cccc;
    --third-color: #666666;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-color);
}

#toTop {
    width: 100px;
    transform: rotate(-90deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    padding: 5px;
    position: fixed;
    bottom: 30px;
    right: -27px;
    cursor: pointer;
    display: none;
    color: #333;
    transition: .7s;
}

#toTop:hover {
    color: var(--second-color);
}

.pad {
    padding-right: 60px;
}

.bg-grey {
    background: #eaeaea;
}

.bg-black {
    background: #000;
}

.bg-sc {
    background: var(--second-color);
}

.fs-20 {
    font-size: 20px;
    line-height: 24px;
}

.fs-25 {
    font-size: 25px;
    line-height: 27px;
}

.fs-14 {
    font-size: 14px;
    line-height: 18px;
}

.fs-16 {
    font-size: 16px;
    line-height: 18px;
}

.fs-18 {
    font-size: 18px;
    line-height: 20px;
}

.fs-35 {
    font-size: 35px;
    line-height: 38px;
}

.fs-30 {
    font-size: 30px;
    line-height: 32px;
}

.fs-45 {
    font-size: 45px;
    line-height: 48px;
}

.bld {
    font-weight: bold;
}

.wht {
    color: #fff;
}

.marg {
    margin-top: 50px;
}

.big-marg {
    margin-top: 45px;
    border-left: 1px solid #979797;
}

.btn-morecat {
    float: right;
    background: transparent;
    border: 0;
    color: #222;
    cursor: pointer;
}

.subcats {
    font-size: 14px;
    display: block;
    margin-left: 28px !important;
}

.under {
    border-bottom: 4px solid var(--second-color);
    padding-bottom: 2px;
}

.under-white {
    border-bottom: 4px solid #fff;
    padding-bottom: 2px;
}

.let {
    letter-spacing: 4px;
}


.noa,
.noa:hover,
.noa:active {
    text-decoration: none;
    color: inherit;
    z-index: 3;
}

/*header*/

header a:active,
header a:hover,
header a {
    text-decoration: none;
    color: var(--third-color);
    transition: .7s;
}

header a:hover {
    color: var(--second-color);
}

header .top-nav {
    min-height: 90px;
}

.top-nav-text,
.top-nav-tel {
    text-align: center;
    font-size: 14px;
    /*text-transform: uppercase;*/
    color: var(--third-color);
    cursor: pointer;

}

.top-nav-text {
    /*color: #b9b9b9;*/
}

.top-nav-tel {
    font-size: 15px;
    font-family: Arial;
    position: relative;
    z-index: 2;
}

.top-nav-tel span,
.top-nav-tel i {
    position: relative;
    z-index: 2;
}

.active-lang {
    border-bottom: 2px solid var(--third-color);
}

.top-nav-tel-drop {
    position: absolute;
    text-transform: none;
    background: #d4dfe2;
    padding-top: 60px;
    padding-bottom: 10px;
    top: -40px;
    left: 0px;
    width: 100%;
    z-index: 1;
    display: none;
}

.top-nav img {
    width: 100%;
    max-width: 240px;
}

.drop-tel {
    margin-top: 20px;
}

header .btn {
    border: none;
    border-bottom: 2px solid #fff;
    padding: 2px;
}

.up {
    color: var(--second-color);
}

.top-nav-tel i.down {
    position: absolute;
}

.bot-nav {
    background: #201f1d;
    min-height: 65px;

}

header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:active {
    color: var(--second-color);
}

.dropdown-toggle::after {
    display: none;
}

.badge-light {
    color: #ffffff;
    background-color: #33cccc;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #33cccc;
}

.tooltip-inner {
    background-color: #33cccc;
}

.ship {
    font-size: 12px;
    position: absolute;
    right: -80px;
    top: -1px;
    line-height: 20px;
}

.ship .badge {
    font-size: 16px;
    padding: 0px 5px;
    font-weight: 600;
}

.first-bar .nav-item {
    margin-left: 50px;
}

.second-bar .nav-item {
    margin-left: 15px;
}

.first-bar .nav-item:hover .dropdown-menu {
    display: block;
}

@media(max-width: 560px) {
    .first-bar .nav-item:hover .dropdown-menu {
        display: none;
    }
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    border: 0;
    background: transparent;
}

.zamanyxa {
    background: #e10034;
    width: 100%;
    max-width: 1500px;
    padding: 50px 70px;
    color: #fff;
}

.zamanyxa .butka {
    margin-top: 0;
    padding: 15px 80px;
    max-width: 250px;
    color: #000;
}

.zamanyxa-hka {
    font-size: 36px;
}

.zamanyxa-text {
    font-size: 18px;
    margin-top: 20px;
}

/*slider*/

.slider-wrap img {
    width: 100%;
}

.slider-wind {
    background: #ffffffbf;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25%;
}

.second-color {
    color: var(--second-color);
}

.slider-wind-hka {
    font-size: 36px;
    font-weight: bold;
    max-width: 480px;
    line-height: 40px;
    text-align: center;
}

.slider-wind-link {
    z-index: 10;
}

.slider-wind-link a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 5px solid var(--second-color);
    letter-spacing: 2px;
    padding-bottom: 2px;
    transition: .7s;
}

.slider-wind-link a:hover {
    color: var(--second-color);
    border-bottom: 5px solid #fff;
}

.slider-nav-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    bottom: 11%;
    right: 0;
    max-width: 950px;
    height: 45px;

}

.ss-qq.dropdown-menu {
    min-width: 40rem;

    justify-content: space-between;
}

.ss-qq.dropdown-menu.show {
    display: flex;
}

.slider-nav-cont .owl-prev,
.slider-nav-cont .owl-next {
    background: transparent;
    border: none;
    position: absolute;
    top: 40%;
    left: 20px;
    cursor: pointer;
    border: 2px solid var(--second-color);
    border-radius: 50%;
    padding: 8px 13px;
    font-size: 22px;
}

.slider-nav-cont .owl-next {
    right: 20px;
    left: auto;
}

.slider-next {
    left: 95%;
}

.adva,
.week-product {
    padding: 30px 0 40px 0;
}

.adva-hka {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.main-catalog .adva-hka {
    padding: 40px;
}

.adva-block {
    text-align: center;
    margin-top: 60px;
}

.adva-block img {
    height: 85px;
}

.adva-block .first-text {
    font-size: 18px;
    font-weight: 800;
    margin: auto;
    margin-top: 50px;
    line-height: 22px;
}

.adva-block .second-text {
    font-size: 16px;
    max-width: 340px;
    margin: auto;
    margin-top: 25px;
}

.adva-block .coma {
    font-size: 50px;
}

.butka,
.butka a {
    border: 2px solid #000;
    padding: 20px 65px;
    max-width: 265px;
    margin: 70px auto 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 2px;
    transition: .7s;
    color: var(--main-color);
}

.butka:hover,
.butka a:hover {
    background: var(--second-color);
    color: #fff;
    text-decoration: none;
}

.week-product {
    text-align: center;
}

.old-price {
    color: #959595;
    text-decoration: line-through;
}

.percent-price {
    color: red;
    background-color: rgba(254, 254, 254, 0.68);
    font-size: 20px;
    font-weight: 700;
}

.block-percent-price {
    display: inline-grid;
}

.news .first-text {
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    z-index: 2;
}

.news .second-text {
    max-width: 400px;
    margin: 50px auto 30px auto;
}

.date,
.second-date {
    position: absolute;
    height: 115px;
    width: 115px;
    background: #eaeaea;
    top: -50px;
    left: 110px;
    text-align: left;
    padding: 25px 45px 25px 30px;
    color: #fff;
}

.second-date {
    top: 10px;
    left: auto;
    right: 30px;
    height: 48px;
    width: 90px;
    padding: 15px;
    color: #000;
    text-align: center;

}

.date .day {
    font-size: 40px;
    font-weight: bold;
}

.date .month,
.date .year {
    font-size: 21px;
    margin-top: 10px;
    text-align: center;

}

.date .year {
    margin-top: 5px;
}

.second-date .day {
    font-size: 30px;
}

.news-back {
    font-weight: bold;
}

.news-back img {
    height: auto;
    width: 100%;
}

.news-info {
    background: #ffffff9e;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 5%;
    padding: 30px 50px;
    height: 150px;
}

.news-info-hka {
    font-size: 30px;
    line-height: 19px;
}

.news-info-link a {
    text-decoration: none;
    color: inherit;
    transition: .7s;
}

.news-info-link a:hover {
    color: var(--second-color);
}

.news .butka {
    margin-top: 0px;
    margin-bottom: 70px;
}

.readmore {
    font-weight: bold;
    width: 120px;
    margin: auto;
    border-bottom: 4px solid var(--second-color);
    margin-bottom: 30px;
    transition: .7s;
}

.readmore a {
    text-decoration: none;
    color: inherit;
}

.readmore:hover {
    border-bottom: 4px solid #fff;
    color: var(--second-color);
}

.trend a {
    text-decoration: none;
    color: inherit;
}


.trend .news-info {
    height: 100px;
    transition: .7s;
}

.trend .news-info-hka {
    font-size: 18px;
}

.trend a:hover .news-info {
    background: var(--second-color);
}

.brands {
    padding: 0 0 50px 0;
}

.brands .adva-hka {
    text-transform: lowercase;
    letter-spacing: 4px;
}

.brands .nav-tabs {
    margin: auto;
    text-align: center;
}

.brands .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 4px solid var(--second-color);
    background: transparent;

}

.brands .nav-tabs {
    border: none;
}

.pad-b {
    padding-bottom: 100px;
}

.brands a,
.new-product button a {
    color: inherit;
}

.brands a:hover,
.new-product button a:hover {
    border: none;
}

.brands-cont,
.brands-cont-man {
    margin-top: 50px;
}

.brands button,
.new-product button {
    background: none;
    border: 2px solid #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    transition: .7s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands button:hover,
.new-product button:hover {
    background: var(--second-color);
    border: 2px solid var(--second-color);
}

.about {
    padding-top: 50px;
}

.about img {
    width: 100%;
}

.about .adva-hka {
    margin-top: 30px;
}

.about-text {
    margin: 50px 0;
    line-height: 22px;
}

.new-products-wrap {
    margin-left: 20px !important;
}
.new-products-wrap .thumbnails:hover img {
    transform: translate3d(0px,0,0);  
    transition-property: transform;
    transition: 0.3s;
    transform: scale(1.1);
}

.sp-car-wrap {
    padding-left: 60px;
}

.new-single-product img {
    width: 100%;
    height: 100%;
}

.colors {
    display: inline-block;
}

.colors>label>input[type="radio"] {
    display: none !important;
}

.colors>label>div {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 15px 5px;
    cursor: pointer;
}

.table-wr table {
    width: 100%;
}

.table-wr table th {}

.table-wr table tr:first-child td {
    /*border: none;
    background: #2bc6d3;*/
}

.table-wr table td {
    border: 1px solid #000000;
    padding: 5px;
}

.table-bordered td, .table-bordered th{
    border: 1px solid #979797;
}

.colors.z>div {
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 15px 5px;
    cursor: pointer;
}

.kart {
    font-size: 24px;
    background: var(--second-color);
    padding: 9px 14px;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
    border: 1px solid var(--second-color);
    transition: .7s;
}

.kart:hover {
    color: var(--second-color);
    background: #fff;
    border: 1px solid #000;
}

.white-round {
    background: #fff;
}

.green-round {
    background: green;
}

.yellow-round {
    background: #dfc200;
}

.blue-round {
    background: #1984bb;
}

.new-product button {
    height: 40px;
    width: 40px;
}

.new-product button:first-child {
    margin-right: 5px;
}

.new-product a {
    color: inherit;
    text-decoration: none;
}

.clothe img {
    height: 100%;
}

.clothe>div {
    overflow: hidden;
}

.clothe-text {
    padding: 100px 0px 100px 50px;
}

.clothe-txt {
    /*  height: 250px; */
    height: 330px;
    padding-right: 50px;
}

.bg-blue {
    background: #2bc6d3;
}

.forma-wrap {
    padding: 50px 0 30px 0;
}

.forma-wrap>div {
    text-align: center;
}

.inp {
    background: none;
    border: none;
    outline: none;
    border-bottom: 5px solid #fff;
    padding-bottom: 15px;
    width: 100%;
}

.inp::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.forma-wrap .butka {
    margin-top: 0px;
    padding: 10px 0px;
}

.soc img {
    vertical-align: -8px;
}

.soc a {
    font-size: 26px;
    color: inherit;
    text-decoration: none;
    transition: .7s;
}

.soc a:not(:first-child) {
    margin-left: 40px;
}

.soc a:hover {
    color: #fff;
}

.soc a:hover img {
    fill: #fff;
}

.pointer {

    cursor: pointer;
}

footer {
    background: #000;
    min-height: 300px;
    padding: 50px;
    color: #eaeaea;
    font-size: 18px;
}

.slog {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.foot-hka {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.foot-list {
    list-style: none;
}

.foot-list li {
    margin-top: 8px;
}

.foot-list a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    transition: .7s;
}

.foot-list a:hover {
    color: var(--second-color);
}

.q {
    color: inherit;
    text-decoration: none;
    border-bottom: 5px solid var(--second-color);
    padding-bottom: 3px;
    transition: .7s;
}

.q:hover {
    color: var(--second-color);
    border-bottom: 5px solid #000;
    text-decoration: none;

}

.breadcrumps {
    padding: 15px 0 30px 60px;
}

.breadcrumps a,
.bread {
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    transition: .7s;
    letter-spacing: 2px;
}

.bread:after {
    content: "/";
    margin: 0 15px;
}

.bread:last-child:after {
    display: none;
}

.bread a:hover {
    color: var(--second-color);
}

.bread:last-child a:hover {
    color: inherit;
}

.prd {
    width: 270px;
    margin-left: 30px;
}

.prd a,
#woman-filter a {
    text-decoration: none;
    color: inherit;
}

#woman-filter {
    border: none;
}

#woman-filter img {
    height: 25px;
    margin-right: 10px;

}

#woman-filter label {
    display: block;
    margin: 15px 0px 15px 35px;
}

.cat-product {
    position: relative;
}

.cat-product a .z {
    position: relative;
    z-index: 100 !important;
}

.hvr {
    position: absolute;
    top: 367px;
    background: #fff;
    z-index: 10;
    height: 0px;
    overflow: hidden;
    padding-top: 0px;
    width: 100%;
    transition: .7s;
}

.prd:hover .hvr {
    padding-top: 125px;
    height: 250px;
}


.blc>div {
    height: 35px;
    width: 35px;
    background: #eaeaea;
    margin-right: 2px;


}

.sort {
    margin-bottom: 30px;
}

.sort a {
    text-decoration: none;
    color: inherit;
    margin-left: 10px;
    border-bottom: 5px solid #fff;
    padding-bottom: 2px;
    transition: .7s;
}

.sort a:hover {
    border-bottom: 5px solid var(--second-color);
    color: var(--second-color);
}

.sort a.chosen:hover {
    border-bottom: none;
    font-weight: bold;
    color: inherit;
}

.sort a.chosen {
    border-bottom: none;
    font-weight: bold;
}

.filter .hka {
    padding: 40px;
}

.hvr .butka {
    margin-top: 0px;
    padding: 10px 30px;
    width: 100%;
    margin: 0 15px;

}

.look {
    padding: 0 0 35px 60px;
}

.brd img {
    margin-top: 60px;
    width: 100%;
}

.look .hka {
    font-size: 45px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

.look p {
    margin: 40px 80px;
    font-size: 16px;
    line-height: 24px;
}

.pioner {
    background: #fff;
    padding: 60px 15px 0 60px;
}

.butka.collect {
    max-width: 600px;
    padding: 10px 15px;
}

.all-look .hka {
    padding: 30px 0;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
}

.look-nav {
    padding: 20px 0;
}

.look-nav .butka {
    margin-top: 0;
    padding: 15px 60px;
    margin: 0;
}

.q-prev,
.q-next {
    font-size: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .7s;
}

.q-next:hover,
.q-prev:hover {
    border: 2px solid var(--second-color);
    background: var(--second-color);
    color: #fff;
}

.page {
    height: 20px;
    width: 20px;
    background: #fff;
    padding: 20px;
    margin: 0 5px;
    font-size: 18px;
    transition: .7s;
}

.page:hover {
    background: var(--second-color);
}

.page.active {
    color: var(--second-color);
    background: transparent;
}

.q-hka {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;

}

.sh-fil {
    padding: 40px;
}

.shop,
.act {
    margin-left: 20px;
    font-weight: bold;
    border-bottom: 4px solid var(--second-color);
}

.shop {
    cursor: pointer;
}

.shop.active {
    font-weight: 100;
    border-bottom: 4px solid transparent;
}

.city-shop img {
    max-width: 100%;
}

.city-shop .about {
    padding: 0 50px;
}

.qvad {
    height: 40px;
    width: 40px;
    font-size: 34px;
}

.shop-block {
    margin: 15px 0;
}

.pad-shop {
    padding: 60px 0;
}

.blog-state img {
    width: 100%;
}

.blog-text .hka {
    letter-spacing: 3px;
}

.more-blog:hover {
    border-bottom: 4px solid transparent;
    color: var(--second-color);
}

.white-form .inp {
    border-bottom: 4px solid #eaeaea;

}

.white-form .soc a:hover {
    color: var(--second-color);
}

.magaz {
    padding: 50px 0;
    border-left: 3px solid #eaeaea;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.magaz-city {
    position: relative;
    z-index: 2;
}

.magaz-hvr {
    background: #d4dfe2;
    position: absolute;
    height: 250px;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 120px 0px 50px 20px;
    text-align: left;
    transition: .7s;
    opacity: 0;
    cursor: pointer;

}

.magaz:hover .magaz-hvr {
    opacity: 1;

}

.magaz-adres i {
    font-size: 34px;
    color: var(--second-color);
    margin-right: 10px;
}

.owl-dots {
    height: calc(100% - 28px);
}

.owl-dot {
    cursor: pointer;
}

.owl-dot img {
    width: 100%;
}

.kvad {
    height: 40px;
    width: 40px;
    background: #fff;
    position: relative;
}

.kvad input[type="radio"] {
    display: none;
}

.kvad.yes {
    background: var(--second-color);
    color: #fff;
}

.kvad.no {
    background: transparent;
    color: #fff;
}

.prod-butka {
    background: var(--second-color);
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    width: auto;
    border: 0;
}

.rezerv {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.rez {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0px;
    padding: 30px;
    background: #d4dfe2;
    display: none;
    z-index: 3;
}

.raz .kvad {
    background: #000;
    color: #fff;
}

.zarez {
    font-weight: bold;
    border: 2px solid #000;
    padding: 8px 20px;
    cursor: pointer;
}

.srch {
    position: absolute;
    top: 0;
    left: -80px;
    display: none;
}

#search button {
    background: #fff;
    box-shadow: none;
    border-radius: 0px !important;
    padding: 2px;
    padding-right: 10px;
    border-left: none;
}

#search .form-control {
    border: none;
}

#search .fa-search {
    color: var(--second-color);
    font-size: 18px;
}

.srch-but {
    cursor: pointer;
}

#xd_zvonok_modalCenter {
    z-index: 100;
}

header .btn-primary,
header .btn-primary:hover,
header .btn-primary:focus,
header .btn-primary:active {
    background: none;
    border: none;
    color: inherit;
    border-bottom: 2px solid #fff;
    outline-offset: 0;
    outline: none;
    transition: .7s;
}

header .btn-primary:hover {
    border-bottom: 2px solid transparent;
    color: var(--second-color);
}

#xd_zvonok_modal .modal-header,
#aaqModal .modal-header {
    border-bottom: none;
    padding: 0px;
    padding-bottom: 5px;
}

#xd_zvonok_modal .modal-content,
#aaqModal .modal-content {
    background: transparent;
    border: none;
}

#xd_zvonok_modal .modal-body,
#xd_zvonok_modal .modal-footer,
#aaqModal .modal-body,
#aaqModal .modal-footer {
    background: #ebeae8;
}

#xd_zvonok_modal .close,
#aaqModal .close {
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    font-weight: 100;
    line-height: normal;
    border-bottom: 2px solid #fff;
    margin: 0rem 0rem 0rem auto;
    padding: 0;
    padding-bottom: 2px;

}

#xd_zvonok_modal input,
#aaqModal input {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    width: 90%;
    max-width: 340px;
    margin: 10px 0 30px;
}

#xd_zvonok_modal .modal-body input::placeholder,
#aaqModal .modal-body input::placeholder {
    font-weight: bold;
    color: #000;
}

#xd_zvonok_modal .modal-body,
#aaqModal .modal-body {
    padding: 60px;
}

.bg-sc img {
    position: absolute;
    height: 80%;
    top: 10%;
    left: -60%;
}

#xd_zvonok_modal .form-sub button,
#aaqModal .form-sub button {
    border: none;
    padding: 10px 0;
    text-align: center;
    background: var(--second-color);
    width: 70%;
    font-weight: bold;
    margin-left: 15%;
    cursor: pointer;
}

#aaqModal .bg-sc img {
    position: absolute;
    height: auto;
    top: 10%;
    left: -60%;
    width: 100%;
}

#aaqModal2 .bg-sc img {
    position: absolute;
    height: auto;
    top: 10%;
    left: -60%;
    width: 100%;
}

.checkbox {
    display: none;
}

.checkbox-custom {
    position: relative;
    width: 15px;
    height: 15px;
    background: #eaeaea;
    margin-right: 5px;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.label {
    margin-left: 8px;
}

.checkbox:checked+.checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: var(--second-color);
    border-radius: 50%;
}



#prod .radio {
    display: none !important;
}

/*.simplecheckout-cart .options {*/
/*display: none !important;*/
/*}*/

.simplecheckout-cart td.quantity .input-group {
    flex-wrap: nowrap;
}

.radio-custom {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 5px;
    /* text-align: center; */
    line-height: 40px;
}

.radio-custom,
.label {
    display: inline-block;
    vertical-align: middle;
}

.radio:checked+.radio-custom {
    content: "";
    display: block;
    position: absolute;
    background: var(--second-color);
    color: #fff;
}





.stick {
    position: absolute;
    z-index: 100;
    top: 0;
}

.stick.out {
    left: -10px;
}

.cat-product .button-group.discount-price {
    position: absolute;
    top: 3px;
    left: 10px;
}

.wish {
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    display: none;
}

.wish button {
    background: none;
    border: none;
    outline: none;
    font-size: 22px;
    color: var(--second-color);
    cursor: pointer;
    transition: .7s;
}

.wish button:hover {
    color: #000;
}

.prd:hover .wish {
    display: block;
}

.o-tovare {
    padding: 0 20px 0 80px;
}

.zad {
    margin-left: 60px;
}

.asd {
    height: 120px;
}

.pad-C {
    padding: 50px;
}

.alf-wr {
    position: relative;
    margin: 20px 0 50px;
}

.alf-wr:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 30px;
    z-index: 0;
}

.link-brand-page {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.name-brand-page {
    color: #201f1d;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.link-brand-page a {
    color: #201f1d;
    font-size: 16px;
}

.link-brand-page a:hover {
    color: #2bc6d3;
}

.alf-wr a {
    display: block;
    margin: 0 15px;
    padding-bottom: 10px;
    color: #201f1d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    position: relative;
    z-index: 2;
}

.alf-wr a:hover {
    color: #02b3c2;
    text-decoration: none;
    border-color: #02b3c2;
}

.search-column {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

#search-column {
    margin: 0 0 30px 0;
}

#search-column .input-lg {
    height: auto;
    line-height: 20px;
    padding: 10px;
    border: none;
    font-size: 14px;
    border-radius: 0;
}

#search-column .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    background: none;
    position: absolute;
    top: 2px;
    right: -5px;
    border: none;
}

.manuf-gr-btn {
    margin-bottom: 30px;
}

.manuf-gr-btn a {
    text-decoration: none;
    color: #201f1d;
    font-size: 16px;
    border-bottom: 4px solid transparent;
    transition: 3s;
    margin: 0 20px;
}

.manuf-gr-btn a:hover {
    font-weight: 700;
    border-bottom: 4px solid #02b3c2;
}

.manuf-gr-btn a.active {
    color: #201f1d;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 4px solid #02b3c2;
}

.btn-primary {
    color: var(--main-color);
    background-color: transparent;
    border-color: #000;
}

.btn-primary:hover {
    background-color: var(--second-color);
    color: #fff;
    border-color: var(--second-color);
}

.btn {
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #000;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: var(--main-color);
    background-color: transparent;
    border-color: #000;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

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

.blog_post .share i {
    color: #fff;
    display: block;
    padding: 10px;
}

.addthis_toolbox a:hover {
    text-decoration: none;
}

.otz-50 {
    width: 47%;
    margin: 0 20px 40px 20px;
    float: left;
}

.information-shop_rating .new-back {
    background: #201f1d;
    padding: 20px 0 15px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.information-shop_rating .com-forma {
    height: calc(100% - 200px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.information-shop_rating .com-forma .form-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.rate-star,
.rate-star-show.star-change {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    counter-increment: chapter;
    counter-reset: section;
    position: relative;
    transition: all 0.15s ease-out 0s;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 600;
    padding: 0px 5px !important;
    text-align: center;
    outline: none;

}

.rate-star:hover {
    color: #33cccc;
}

.rate-star:hover:after {
    color: #fff;
}

.rate-star:after,
.rate-star-show.star-change:after {
    content: " "counter(chapter, decimal);
    position: absolute;
    color: #fff;
    right: 0;
    left: 0;
    top: 13px;
    margin: auto;
    bottom: 0;
    font-size: 14px;
    font-family: 'Gotham Pro';
}

.rate-star.star-change {
    color: #33cccc;
}

.rate-star.star-change:after {
    content: " "counter(chapter, decimal);
    color: #fff;
}

.otziv-name .rate-star-show {
    font-size: 22px;
    color: #33cccc;
    font-weight: 600;
    padding: 0px 0px !important;
}

.otziv-name .rate-star-show:after {
    top: 8px;
    font-size: 10px;
}

.com-block2 {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border: 1px solid var(--main-color);
    background: #fff;
}

.otziv-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.otziv-data {
    width: 100%;
    margin: 10px 0px;
}

.information-shop_rating .lgrey {
    background: #e9f0f1;
}

.information-shop_rating .diller {
    padding: 30px;
    width: 90%;
    float: right;
    border: none;
}

.rate-star-show.star-change {
    background-position: bottom;
}

.rate-star.star-hover,
.rate-star.star-change {
    background-position: bottom;
}

.questions-tab .nav-link {
    padding: 30px 10px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 0;
    background: var(--second-color);
    text-align: center;
    border-top: 1px solid #2d8484;
    border-bottom: 1px solid transparent;
    color: #fff;
}

.questions-tab .active {
    background: transparent !important;
    color: #000 !important;
    position: relative;
    border-radius: 0;
}

.all-questions .accordion {
    width: 100%;
}

.head-faq {
    padding: 25px 80px 25px 80px;
    color: var(--second-color);
    text-decoration: none;
    position: relative;
}

.card.card-faq {
    padding: 0px 0 0 0;
}

.head-faq:before {
    content: "-";
    position: absolute;
    top: 24px;
    left: 50px;
    font-size: 40px;
    color: var(--second-color);
}

.accordion .collapsed {
    color: #5a5a5a !important;
}

.accordion .collapsed:before {
    content: "+";
    position: absolute;
    top: 24px;
    left: 50px;
    font-size: 40px;
    color: var(--second-color);
}

.tab-pane .card-body {
    padding: 30px 100px 30px 90px;
    line-height: 20px;
}

.all-questions .pag {
    max-width: 100%;
}

.collapse:not(.show) {
    display: none;
}

.sa-button-container {
    display: flex;
    justify-content: center;
}

.sweet-alert button {
    background-color: var(--second-color);
    color: white;
    border: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 16px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

.list-group-item {
    border: none;
}

.ocfilter {
    padding: .75rem 1.25rem;

}

.btn-danger {
    background: #33cccc;
    border: none;
    font-size: 12px;
}

.oc-name {
    font-size: 16px;
    margin-right: 5px;
}



#woman-filter .aktiv a {
    color: #33cccc;
}

.aktiv .checkbox-custom {
    background-color: #33cccc;
}

.prd .options .option input {
    display: none;
}

.prd .options .option label {
    height: 35px;
    width: 35px;
    background: #eaeaea;
    margin-right: 2px;
    cursor: pointer;
}

.prd .options .option input:checked+label {
    background: #33cccc;
}

#ocfilter-content .option-values label {
    display: block;
}

.inln {
    display: inline-block;
    vertical-align: top;
}

.wr-share.share {
    margin-top: 40px;
}

.wr-share.share .fab {
    font-size: 19px;
    padding: 0 10px;
    margin: 0 5px 10px 0;
    color: #f5f5f5;
    height: 36px;
    line-height: 36px;
    width: 120px;
    transition: all 300ms;
}

.wr-share.share .fab:hover {
    opacity: 0.9;
    transition: all 300ms;
}

.wr-share.share .fab:after {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    vertical-align: top;
    margin-left: 10px;
}

.ekko-lightbox.modal .modal-body .close {
    position: absolute;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #0ea8a5;
    text-shadow: none;
    opacity: 1;
    z-index: 10;
    top: 0;
    right: 10px;
}

.mob-only {
    display: none;
}

.wr-share.share .fa-facebook {
    background: #201f1d;
}

.wr-share.share .fa-facebook:after {
    content: "Facebook"
}

.wr-share.share .fa-twitter {
    background: #201f1d;
}

.wr-share.share .fa-twitter:after {
    content: "Twitter"
}

.wr-share.share .fa-google-plus {
    background: #201f1d;
}

.wr-share.share .fa-google-plus:after {
    content: "Google+"
}

.wr-share.share .fa-navicon {
    background: #f1f1f1;
    color: #888888;
    text-align: center;
    font-size: 17px;
}

.wr-share.at15t_compact,
.at16nc.at16t_compact {
    background-position: -9999px -9999px !important;
}












/*RESPONSIVE*/
@media (max-width: 1480px) {
    .slider-nav-cont {
        max-width: 670px;
    }

    .rez {
        left: 0px;
        padding: 10px;
    }

    .zarez {
        padding: 8px 10px;
    }

    .pad-C {
        /* padding: 0;*/
        padding: 30px;
    }

    .product-manufacturer .pad-C {
        padding: 50px;
    }

    .otz-50 {
        margin: 0 10px 40px 10px;
    }

    .alf-wr:after {
        content: '';
        background: #fff;
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: 0;
        top: auto;
        z-index: 0;
    }

    .alf-wr {
        flex-wrap: wrap;
    }

}

@media (max-width: 1380px) {
    .ocfilter {
        padding: 0;
    }

    .filter .hka {
        padding: 20px 0;
    }

    #woman-filter {
        border: none;
        padding: 0;
    }

    #woman-filter label {
        display: block;
        margin: 15px 0px 15px 5px;
        font-size: 14px;
    }

    #option-m {
        padding: .75rem 0rem;
    }

    .fs-35 {
        font-size: 28px;
        line-height: 28px;
    }

    .main-catalog .adva-hka {
        padding: 20px 0 10px;
    }

    .adva-hka {
        font-size: 35px;
        line-height: initial;
        font-weight: bold;
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .second-bar .nav-item,
    .first-bar .nav-item {
        margin-left: 20px;
    }
}
@media (max-width: 1200px) {
    .otz-50 {
        width: 100%;
        padding-right: 10px;

    }

    

    .slider-nav-cont {
        max-width: 505px;
    }

    .adva-block .first-text {
        margin-top: 30px;
    }

    .adva-block .second-text {
        font-size: 14px;
    }

    .about .adva-hka {
        margin-top: 0px;
    }

    .about-text {
        margin: 25px 0;
    }

    .about {
        padding: 30px 0;
    }

    .butka,
    .butka a {
        padding: 15px 30px;

    }

    footer {
        font-size: 16px;
    }

    .blog-text .fs-25 {
        font-size: 20px;
        line-height: 24px;
    }

    .shop-block {
        margin: 15px 0;
    }

    .qvad {
        height: 30px;
        width: 30px;
        font-size: 20px;
    }

    .news-info {
        padding: 0;
    }

    .trend .news-info-hka {
        font-size: 16px;
        line-height: 20px;
    }

    .inp {
        width: 300px;
        margin-top: 20px;
    }

    .forma-wrap .butka {
        margin: 20px 0;
    }

    .ship {
        left: 20px;
        right: auto;
    }
}

@media (max-width: 1000px) {
    .slider-wind {
        width: 70%;
        height: 50%;
    }
}

@media (max-width:787px) {
    .slider-wind {
        position: static;
    }
}

@media (max-width:991px) {
    .cat-drop2 {
        margin-bottom: 15px;
    }

    .mob-only {
        display: inline;
        margin-left: 15px;
    }

    #woman-filter,
    #ocfilter-content {
        display: none;
    }

    .account-wishlist #content {
        overflow-x: scroll;
    }

    .btn-danger {
        margin-top: 15px;
    }

    .city-shop:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .sh-fil {
        padding: 0 0 40px;
    }

    .city-shop:fisrt-child .d-flex {
        display: block !important;
    }

    .city-shop img {
        height: auto;
    }

    .pad-shop {
        padding: 0;
    }

    .clothe img {
        margin-left: -130px;
    }

    .rez {
        padding: 0;
    }

    .butka,
    .butka a {
        padding: 20px 30px;
    }

    .second-bar {
        flex-direction: row;
        justify-content: center;
        padding-right: 75px;
    }

    .second-bar .nav-item {
        margin: 15px 20px;
    }

    .information-shop_rating .com-forma .form-wrap {
        justify-content: center;
    }

    .otz-50 {

        padding-right: 0px;
    }

    .rate-stars {
        margin: 15px 0;
        text-align: center;
    }

    .rate-stars span {
        display: none;
    }

    .vash-com {
        margin-top: 15px;
    }

    .rate-star,
    .rate-star-show.star-change {
        padding: 0;
        font-size: 22px;
    }

    .rate-star:after,
    .rate-star-show.star-change:after {
        font-size: 12px;
        top: 7px;
    }

    .otziv-name .rate-star-show {
        font-size: 8px;
    }

    .com-block2 {
        padding: 15px 5px;
    }

    .alf-wr {
        flex-wrap: wrap;
        justify-content: flex-start !important;

    }

    .alf-wr:after {
        display: none;
    }

    .otz-50 {
        width: 100%;
        margin: 0;
    }

    .alf-wr a {
        margin: 0 10px;
        font-size: 16px;
    }

    .questions-tab {
        justify-content: center;
    }

    .tab-pane .card-body {
        padding: 15px;
    }

    .adva-hka {
        margin-bottom: 0px !important;
    }

    .head-faq,
    .questions-tab .nav-link {
        margin: 15px auto;
    }

    .questions-tab .nav-link {
        width: 290px;
    }

    .pad-C {
        padding: 0px;
    }

    .srch {
        position: static;
        display: block;
    }

    .srch-but {
        display: none;
    }

    .big-marg,
    .marg {
        margin-top: 20px;
    }

    .pad {
        padding: 15px;
    }

    .top-nav-text {
        font-size: 13px;
    }

    .top-nav-tel-drop {
        top: 0px;
        left: 0px;
        padding-top: 20px;
    }

    .ship {

        left: 20px;

    }

    .slider-wind {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .6);
    }

    .slider-wind-hka {
        font-size: 22px;
        line-height: 24px;
    }

    .slider-next,
    .slider-prev {
        padding: 4px 8px;
        font-size: 16px;
    }

    .slider-prev {
        right: 85%;
    }

    .slider-next {
        left: 85%;
    }

    .adva,
    .week-product {
        padding: 20px;
    }

    .date {
        position: static;
        margin: auto;
    }

    .adva-hka {
        font-size: 26px;
        line-height: 30px;
    }

    .zamanyxa {
        justify-content: center !important;
        text-align: center;
        padding: 20px;
    }

    .zamanyxa .butka {

        margin-top: 20px;
    }

    .news-back {
        margin-top: 20px;

    }

    .news-back img {
        position: static;
    }

    .news-info {
        background: rgba(255, 255, 255, .8);
        position: absolute;
        width: 100%;
        height: 100%;
        border-top-right-radius: 200px;
        left: 0%;
        bottom: 0%;
        padding: 30px 50px;
    }

    .brands {
        padding: 70px 30px;
    }

    .brands .nav-tabs {
        margin: 50px 0;
    }

    .brands-cont,
    .brands-cont-man {
        margin-top: 20px;
    }

    .new-products-wrap {
        margin-left: 0px !important;
    }

    .pad-b {
        padding-bottom: 20px;
    }

    .clothe-text {
        padding: 15px;
    }

    .forma-wrap {
        padding: 15px;
    }

    .forma-wrap>div {
        margin-top: 30px;
    }

    footer {
        padding: 15px;
    }

    .prd {
        margin: auto;
    }

    .hvr {
        position: static;
        top: 367px;
        background: #fff;
        z-index: 10;
        height: auto;
        overflow: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        width: 100%;
        transition: .7s;
    }

    .cat-product {
        background: #fff;
        margin: 20px 0;
    }

    .look {
        padding: 0px;
    }

    .look p {
        margin: 20px 0;
    }

    .look .hka {
        font-size: 40px;
        line-height: 42px;
        margin-top: 20px;
    }

    .breadcrumps {
        padding: 15px 0 30px 5px;
    }

    .bread:after {
        margin: 0;
    }

    .pioner {
        padding: 15px;
    }

    .pag {
        margin-top: 20px;
    }

    .fd {
        display: none !important;
    }

    .all-shops {
        flex-direction: column;
    }

    .shop {
        margin: auto;
        margin-top: 15px;
        width: 100px;

    }

    .city-shop .about {
        padding: 15px;
    }

    .magaz {
        padding: 10px;
        border-left: none;
    }

    .magaz-hvr {
        position: static;
        opacity: 1;
        padding: 15px;
        height: auto;
    }

    #carousel-custom-dots {
        display: none !important;
    }

    .rez {
        padding: 5px;

    }

    .zarez {
        padding: 8px 12px;
    }

    .slider-nav-cont {
        height: 10px;
    }

    .slider-nav-cont .owl-prev,
    .slider-nav-cont .owl-next {
        padding: 4px 8px;
    }

    #xd_zvonok_modal .modal-body {
        padding: 30px 15px;
    }

    .look-nav>div {
        justify-content: center !important;
    }

    .sp-car-wrap {
        padding-left: 0px;
    }

    .o-tovare {
        padding: 15px;
    }

    .radio-custom,
    .kvad {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}
@media (max-width: 1160px) {
    .second-bar .nav-item,
    .first-bar .nav-item {
        margin-left: 5px;
    }
}

.brnad_info {
    padding: 20px 50px;
    text-align: center;
    padding-top: 0;
} 

.link_brand {
    margin-top: 10px;
}

.image_brand {
    margin-top: 15px;
    text-align: center;
}
.image_brand img {
    max-width: 185px;
}

@media (max-width: 992px) {
    .brnad_info {
        padding: 20px 10px;
    }
}


.change_videodiv:before {
    
    content: '';
    width: 100%;
    height: 100%;
    background: url(/catalog/view/theme/bogatir/image/play-svg.svg) top center no-repeat;
    display: block;
    cursor: pointer;
        z-index: 9;

    position: absolute;
     left: 0;
    background-size: 25px;
    top: calc(50% - 13px);
}
.change_videodiv {
position: relative;
    overflow: hidden;
}
.change_videodiv  img {
     transform: scale(2.5);

}

.hasvideod {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    position: relative;
}
.hasvideod:before {
     content: '';
    width: 100%;
    height: 100%;
    background: url(/catalog/view/theme/bogatir/image/play-svg.svg) top center no-repeat;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    background-size: 25px;
    top: 0;
}