/*@import url(reset.css);*/
/* @import url(gilroy/gilroy.css); */
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');


.mobile {
    display: none !important;
}

body,
html {
    font-size: 16px;
    background-color: #1c1e22;
    background-image: url(https://zprohookahs.ru/img/footer.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}


.text-green {
    color: var(--green)
}

.white,
a.white,
p.white a {
    color: white;
}

.gradient-text {
    background-image: linear-gradient(140deg, var(--accent), var(--green));
    background: linear-gradient(140deg, var(--accent), var(--green));
    padding-right: 14px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accent {
    color: var(--accent)
}

.black {
    background: #0e0e0e;
}

.hidden {
    display: none !important;
}

.link {
    text-decoration: underline;
}

input:focus {
    outline: none !important;
}

.content {
    max-width: 1200px;
    min-height: 200px;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tdu {
    text-decoration: underline;
}

.ttu {
    text-transform: uppercase !important;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.capitalize {
    text-transform: capitalize !important;
}


.font0 {
    font-family: 'Carlito';
}

.font2 {
    font-family: 'Russo One';
}


.age {
    z-index: 1;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 50px !important;
    height: 50px !important;
}


span.no-break {
    white-space: nowrap;
    /* Запрещает перенос внутри span */
}



#menu.mobile {
    display: none !important;
}


#menu {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-between;
    z-index: 50;
    background-color: #06071299;
    backdrop-filter: blur(5px);
    padding: 4px 4vw;
    width: 100%;
    box-sizing: border-box;
}



#menu * {
    box-sizing: border-box;
}

#menu .logo {
    max-height: 56px;
    float: left;
    box-sizing: border-box;
    padding: 6px 0;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#menu ul li {
    font-size: .8rem;
    padding: 15px;
    word-wrap: normal;
    font-weight: 600;
}

#menu ul li:hover {
    transition: all .5s;
    color: var(--accent);
    cursor: pointer;
}

#menu #phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-top: 4px;
}

#menu #phone img {
    width: 30px;
    margin-left: 8px;
    padding: 0!important;
}

#menu #phone a.digits {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    padding-left: 5px;
    letter-spacing: -1px;
}

#menu #phone a.digits img {
    width: 20px;
    margin: 0 10px 0 20px;
}



#menu.mobile #phone {
    width: 100vw !important;
    text-align: right;
}

#menu.mobile #logo {
    width: 25vw;
}

#menu.mobile #logo img {
    width: auto;
    height: 50px;
}


#logo.mobile {
    z-index: 4;
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: -40px;
}


.btn.red {
    background: linear-gradient(0deg, #ffe2bc 3%, #de9e07 15%, #873702 90%, #ce7004);
    color: white;
    border: 2px solid #ffb40c;
    box-shadow: none;
    text-shadow: none;
}

.btn.red:hover {
    box-shadow: 0 0 20px #ffb40c;
}

.btn.white {
    background: linear-gradient(0deg, #d5e9e3 3%, #edeeff 90%, #ffffff);
    color: black;
    border: 2px solid #fff;
    box-shadow: none;
    text-shadow: none;
}

#hero.page {
    z-index: 2;
    height: 512px;
    min-height: 480px;
    border-radius: 0 0 20px 20px;
}

#hero.page h1{
    font-size:5rem;
}

#hero.page .bg {
    height: 100vh;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    width: 100%;
    border-radius: 20px;
}


#hero .bg .cover {

    background-repeat: repeat;
    background-size: 3px;
    opacity: .6;
    background-color: rgba(0, 0, 0, .88);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 1;
}

#hero .bg video {
    position: absolute;
    z-index: 0;
    /*background: url(mel.jpg) no-repeat;*/
    background-size: 100% 100%;
    top: 50px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    filter: blur(2px);
}

#hero .toplayer {
    position: absolute;
    z-index: 2;
    padding: 80px 4% 20px 4%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#hero.page .toplayer {
    padding-top: 20px;
}

#hero .name {
    font-size: 5.5rem;
    font-weight: 700;
    font-style: italic;
    font-family: "Russo One";
    text-transform: uppercase;
}


#hero.page .breadcrumbs{
    background-color: rgba(0, 0, 0, .25);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 8px 25px;
}



#video {
    background: rgba(19, 18, 18, 1);
    background-image: url(https://zprohookahs.ru/img/cinema2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}



.btn.small:disabled {
    background: grey !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #313131
}

.btn.added {
    background: linear-gradient(0deg, #44d337 3%, var(--accent)15%, #03660e 90%, #1a9502);
}


.extra-btn {
    /*border-radius: 10px;*/
    /*background: #1c7c92;*/
    border: 2px solid rgb(7, 222, 197);
    border-radius: 6px;

    box-shadow: rgb(7, 222, 197) 0px 0px 6px 0px;
    background: linear-gradient(0deg, rgb(188, 249, 255) 3%, rgb(7, 222, 197) 15%, rgb(2, 124, 135) 90%, rgb(4, 176, 206));
    padding: 10px 20px;
    color: #fff;
    margin: 8px auto;
    width: 88%;
    max-width: 450px;
    box-sizing: border-box;
    font-family: 'Carlito';
}

.extra-btn:hover {
    color: #fff;
    background: var(--accent);
}


#benefits {
    background-image: url(../img/d1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 70vh;
    padding-bottom: 10px;
}


#benefits h2 {
    font-size: 9em;
    text-transform: capitalize;
    letter-spacing: -1px;
    padding-bottom: 40px;
}

#benefits .items {
    display: flex;
    flex-direction: column;
}


#benefits .items>.item {
    display: flex;
    flex-direction: row;
    width: 56%;
    margin-top: 40px;
    min-height: 140px;
}

#benefits .items>.item .right {
    box-sizing: border-box;
    padding: 10px 5px 10px 20px;
    width: 60%;
}

#benefits .items>.item .right h5 {
    font-size: 3.5em;
    padding-bottom: 20px;
    color: #fff;
    font-family: inherit;
}

#benefits .items>.item .right p {
    font-family: "Carlito";
    font-size: 1.55em;
    text-align: left;
    line-height: 133%;
}

#benefits .items>.item .left {
    border-right: 3px solid var(--green);
    width: 40%;
    text-align: right;
    background: linear-gradient(270deg, #02abd162, transparent 80%);
}

#benefits .items>.item .left p.big {
    font-size: 8rem;
    font-weight: 200;
    line-height: 10rem;
    letter-spacing: -8px;
    text-align: center;
}

#benefits .items>.item .left .units {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 1px;
    opacity: .5;
    text-align: center;
    margin-top: -10px;
}


.bextra {
    box-sizing: border-box;
    padding: 10px;
    padding-top: 50px;
    margin-bottom: 60px;
}


.bextra .item {
    text-align: center;
    max-width: 400px;
    width: 31%;
    padding: 20px 2%;
    box-sizing: border-box;
    font-size: .8em;
    /* background: linear-gradient(-45deg, black, #b0b0b040);*/
    margin: 4px;
    border-radius: 23px;
    border: 2px solid var(--accent);
}

.bextra .item:nth-child(2n) {
    /* background:linear-gradient(45deg, black, #b0b0b040);*/
}

.bextra h3 {
    font-weight: 600;
    font-size: 2.3em;
    padding-top: 7px;
    letter-spacing: 1px;
}

.bextra p {
    font-family: 'Carlito';
    font-size: 2em;
    line-height: 1.1em;
    padding: 4px;
}

.bextra .icon {
    width: 100%;
}

.bextra img {
    width: 50%;
    max-width: 140px;
}


#cert {
    background: url("../img/d5.jpg") no-repeat center;
    background-size: cover;
}

#buy {
    background: url("../img/d4.jpg") no-repeat top;
}

#buy h2 {
    font-size: 6em;
}

#shop .sidebar {
    position: relative;
}

#shop .sidebar .inner {
    /* position: fixed; */
}

/* 
#shop .items .item {
    width: 90%;
    height: 250px;
    margin-bottom: 55px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    background: linear-gradient(0deg, rgba(24, 26, 29, 1) 1%, rgba(66, 66, 66, 1) 100%);
}

#shop .items .item .desc {
    box-sizing: border-box;
    padding: 5px 20px;

}

#shop .items .item .desc h4 {
    font-family: 'Carlito';
    text-align: center;
    width: 100%;
    display: block;
    font-size: 2.5em;
    padding: 9px 0 10px;
    color: var(--accent)
}

#shop .items .item .desc h4.accent,
#shop .items .item .desc .price.accent {
    color: #0effb0;
}

#shop .items .item .desc .price {
    min-width: 50%;
    text-align: center;
    font-size: 2.3em;
    font-weight: bold;
    padding-top: 8px;
    color: var(--accent)
}


#shop .items .item .desc p {
    min-height: 100px;
    border-bottom: 2px solid #313131;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-family: "Carlito";
    line-height: 1.3em;
}

#shop .items .item img {
    border-radius: 10px 0 0 10px;
}

#shop .itog {
    font-size: 2.4em;
}

#shop #total {
    color: var(--gold);
} */


#amount {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    backdrop-filter: blur(4px);
}

#amount .inner {
    width: 44%;
    min-height: 400px;
    box-sizing: border-box;
    padding: 40px;
    padding-bottom: 60px;
    text-align: center;
    border-radius: 20px;
    color: #000;
    box-shadow: 0 0 70px 0px var(--accent);
}



.prices .price {
    font-size: 6em;

}

#countdown {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    width: 310px;
    font-size: 4em;
    color: #ff9b00;
    text-align: center;
    box-sizing: border-box;
}

#countdown div {
    margin: 3px;
    padding: 5px;
    min-width: 55px;
    border: 2px solid #ff9b00;
    border-radius: 10px;
    backdrop-filter: blur(7px);
    background: rgba(0, 0, 0, .3);
}


#countdown i {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
}

#buy sup {
    font-size: 34px;
}




del {
    text-decoration: line-through;
    text-decoration-color: rgba(228, 37, 37, .7);
}

#kontacts .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#kontacts .item {
    width: 48%;
    margin-bottom: 55px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: left;
    background: linear-gradient(0deg, rgba(24, 26, 29, .5) 1%, rgba(66, 66, 66, .33) 100%);
    padding: 10px 20px;
    font-family: "Inter Tight";
}

#kontacts .item h3 {
    color: var(--accent);
    font-weight: bold;
    margin: 4px;
    border-bottom: 2px solid var(--accent);
}

#kontacts .item .name {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 2em;
    font-weight: bold;
}

#kontacts .item .phone {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.2em;
    font-weight: bold;
    color: var(--accent);
}


#dealers,
#leaders {
    background-color: var(--accent2);
    padding: 20px;
    padding-left: 40px;
}

#leaders {
    background: linear-gradient(90deg, rgb(4, 137, 145) 0%, rgb(83, 237, 237));
}

#leaders {
    padding: 20px;
}

#dealers .info {
    background: rgba(255, 255, 255, .4)
}

#dealers h3 {
    font-size: 1.9vw;
    color: black;
    text-transform: uppercase;
}

#dealers h3 b.extreme {
    font-size: 4.3vw
}

#dealers h3 sel {
    background: black;
    color: var(--accent2);
    display: inline-block;
    padding: 6px;
    border-radius: 5px
}

#dealers sup {
    font-size: 15px;
    color: white
}

#dealers .extra-text {
    font-size: 1.66vw;
    padding-bottom: 5px;
    color: black;
}

#dealers p {
    color: black;
}

#dealers .utp {
    overflow: visible
}

#dealers .utp p {
    font-size: 18px;
    color: black;
    line-height: 22px;
    padding-bottom: 5px
}

#dealers .text h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

#dealers .text ul {
    padding-left: 20px;
    font-size: 22px;
}

#dealers .text ul>li {
    color: black;
    padding-bottom: 10px
}

#dealers .text ul>li s {
    color: black;
    opacity: .5;
}

#leaders h3 {
    color: rgba(0, 0, 0, .8);
    line-height: 23px;
    margin-bottom: 10px;
    font-size: 1.7rem;
    font-family: "Carlito";
}

#leaders p {
    margin: 5px auto;
    max-width: 70vw;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 16px;
    margin-bottom: 10px;
    background: #1f697a;
    padding: 10px;
    border-radius: 10px;
    font-family: "Carlito";
}



#credits {
    padding: 50px;
    padding-right: 10vw;
    box-sizing: border-box;
}


.video {
    width: 100%;
    height: 600px;
    margin: 0 auto 0px auto;
    box-sizing: border-box;

}

/* FEEDBACK */
#feedback .content {
    max-width: 1000px;
}

#feedback button.owlbtn {
    color: var(--accent);
    font-size: 70px;
    background: transparent;
    padding: 30px;
    cursor: pointer;
}

#feedback .left,
#feedback .right {
    display: block;
    height: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 80px;
}

#feedback.yellow {
    background: rgba(0, 0, 0, .33);
    padding-bottom: 20px;
}

#feedback .content {
    padding-left: 0;
    padding-right: 0;
}


.slideshow {
    width: 100%;
}

.slideshow .item {
    overflow: hidden;
    display: flex;
    position: relative;
    min-height: 330px;
}

.slideshow .item img {
    box-sizing: border-box;
    height: auto;
    border-radius: 10px;
    margin: 5px;
}

.slideshow .item .text {
    text-align: left;
    padding: 20px;
    color: var(--green);
}


.slideshow .item h5 {
    font-size: 2em;
    margin-bottom: 11px;
    color: var(--accent);
}

.slideshow .item p {
    padding-top: 10px;
    font-size: 1.5em;

}

/* KIT */
#kit {}

#kit img {
    margin: 0px;
    height: 400px;
    width: 500px;
    object-fit: cover;
}

#kit ul {
    text-align: left;
}

#kit li {
    list-style: none;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: normal;
}

#kit .text {
    text-align: center;
    background: rgba(0, 0, 0, .25);
}

/* FAQ */

#faq {
    background-size: 100%;
    background-attachment: scroll;
    color: black;
}

#faq .q {
    width: 70%;
    margin: 20px auto;
    /*border: 3px solid var(--accent);*/
    /*box-shadow: 0 0 15px #0ae7cd99;*/
    border-radius: 9px;
    padding: 20px 40px;
    padding-right: 80px;
    box-sizing: border-box;
    cursor: pointer;
    background: url(../img/down.png) no-repeat 103% 0%, white;
    background-size: 30px;
    background-position: top right -50px;
    transition: height .5s;
}

#faq .q.active {
    background: url(../img/down2.png) no-repeat 103% 100%, white;
    background-size: 30px;
}

#faq .q.active div {
    display: block;
    padding: 20px 0;
    padding-bottom: 10px;
    color: white;
    transition: all .5s;
    max-height: 50em;
    height: auto;

}

#faq .q div {
    max-height: 0em;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

#faq .q h4 {
    color: var(--orange);
    font-size: 2em;
    font-family: 'Carlito';
}

#faq .q p {
    line-height: 1.3em;
    font-size: 1.5em;
    color: black;
}



#main_menu {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(5px);
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999;
    padding-top: 110px;
    font-size: 2em;
    transform: translateY(-100vh);
    transition: transform .5s ease-out;
}

#main_menu.visible {
    transform: translateY(0vh);
}

#main_menu .wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    justify-content: center;
}

#main_menu ul {
    list-style-type: none;
    padding-top: 20px;

}

#main_menu ul>li a {
    color: var(--accent2);
    transition: all .25s;
    background: transparent;
    padding: 3px 10px;
    margin-top: 15px;
    display: block;
    letter-spacing: 1px;
    font-size: 1.25rem;
    font-weight: 300;
}


#main_menu ul>li a:hover {
    background: var(--red2);
    color: white;
}


#main_menu .close {
    position: absolute;
    top: 60px;
    right: 40px;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
}

#main_menu .bottom {
    position: absolute;
    bottom: 15vh;
    width: 100%;
    text-align: center;
    font-size: .7em;
}

.noborder {
    border: 0px !important;
}

/*ARTICLES*/
#article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

#hero .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Заполняет весь блок, сохраняя пропорции */
    object-position: center;
    /* Центрируем изображение */
    filter: blur(3px);
}

#article img {
    width: 50%;
    height: auto;
    margin-right: 20px;
    margin-top: 30px;
    border-radius: 10px;
    float: left;
}

#article p {
    margin-top: 20px;
}

#article h3 {
    margin-top: 32px;
    color: var(--accent);
}

#article h4 {
    margin-top: 26px;
    color: var(--accent);
}

#article a {
    color: var(--accent);
}

#article li p,
#article li {
    margin-top: 10px;
    font-family: 'Carlito';
}

#article ul,
#article ol {
    padding-left: 20px;
    box-sizing: border-box
}

#article p.date {
    display: block;
    text-align: center;
    width: 120px;
    color: var(--accent);
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: bold;
    margin: 0;

}


#blog-grid {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

#blog-grid .item {
    display: block;
    width: 30%;
    margin: 1%;
    position: relative;
    border: 2px solid #0e8da7;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

#blog-grid img {
    float: none;
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
    transition: all .5s;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

#blog-grid .item a.header {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 20px 10px;
    font-family: "Comfortaa";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%);
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

#blog-grid .item:hover a {
    color: var(--accent2);
}

#blog-grid .item:hover img {
    opacity: 1;
    height: 320px;
}

#blog-grid .item p.date {
    z-index: 2;
    position: absolute;
    top: 14px;
    right: 20px;
    color: var(--accent);
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    background-color: rgba(10, 189, 229, 0.33);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 5px 7px;
}

#leadphotos img {
    width: 16%;
    border-radius: 10px;
}


#journal .items {
    flex-wrap: wrap;
}

#journal .items .item {
    display: flex;
    margin: 20px 0;
    width: 46%;
    border-radius: 10px;
    background: radial-gradient(circle, rgba(104, 171, 205, 0.21), transparent 70%);
    border: 1px solid #192b4487
}

#journal .items .item .text {
    display: flex;
    flex-direction: column;
    padding: 14px;
    padding-top: 0;
}

#journal .items .item p {}

#journal .items .item a.link {
    padding: 10px;
    border-radius: 10px;
    bottom: 10px;
    right: 15px;
    position: absolute;
    color: var(--accent);
    text-decoration: none;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(4px);
}

#journal .items .item img {
    height: 250px;
    width: 250px;
    min-width: 250px;
    object-fit: cover;
    border-radius: 10px;
}




/* MOBILE */
/* -----======== MOBILE ========----- */
@media (orientation: portrait) {

    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }

    #menu .w10 {
        width: 20%;
    }

    #menu .w30 {
        width: 80%;
    }

    .w50 {
        width: 100%;
        display: block;
    }

    .flex.auto {
        flex-direction: column;
    }

    .video {
        max-height: 220px;
    }

    #article .video {
        max-height: 600px !important;
    }

    #credits {
        padding: 30px;
        padding-bottom: 50px;
    }

    #contacts {
        padding-left: 10px;
    }

    #contacts a.link {
        font-size: 2em;
    }

    #contacts a.link img {
        font-size: 1.3em;
    }

    #credits {
        padding-top: 0;
    }

    .content {
        box-sizing: border-box;
        min-width: 100% !important;
        max-width: 100%;
        overflow-x: hidden;
    }

    #benefits {
        background-position: 55% top;
        /*background-size: 166vh;*/
    }

    #benefits .items>.item {
        width: 100%;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(4px);
        box-sizing: border-box;
        border-radius: 15px;
        box-shadow: 0 0 14px #93b7b342;
    }

    #benefits h2 {
        font-size: 4em;
        padding: 10px;
    }

    #benefits .items>.item .right p {
        line-height: 110%;
    }

    #benefits .items>.item .right h5 {
        line-height: 90%;
        font-size: 3em;
        padding-bottom: 14px;
    }

    .bextra.block {
        width: 100%;
        padding: 2%;
        padding-top: 60px;
        margin: 0;
    }

    .bextra>.flex {
        /*lex-direction: column !important;*/
        flex-wrap: wrap !important;
        justify-content: space-around;
    }

    .bextra .item {
        padding: 2%;
        padding-bottom: 10px;
        margin-bottom: 5px;
        flex: 1 1 44%;
        /* Каждый элемент занимает 50% ширины контейнера */
        box-sizing: border-box;
    }

    .bextra .item h3 {
        font-size: 2em;
        letter-spacing: 0px;
        padding: 10px 0;
    }

    .bextra .item p {
        font-size: 1.6em;
        padding: 0;
    }


    /*   .bextra img {
        width: 60%;
    }*/

    #buy {
        background-attachment: scroll;
        max-width: 100vw !important;
        border-radius: 20px;
        margin-top: 50px;
    }

    #faq .q {
        width: 100%;
        padding: 20px;
    }

    #faq .q h4 {
        font-size: 1.8em;
        line-height: 1.1em;
    }

    #buy h2 {
        font-size: 4em !important;
        letter-spacing: 0px;
    }

    footer.flex {
        flex-direction: column;
    }

    #shop .w70,
    #shop .w30 {
        width: 100%;
    }


    #shop .items .item {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding-bottom: 20px;
    }

    #shop .items .item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }

    #shop .btn.small {
        min-width: 150px;
    }

    #shop .items .item .desc p {
        font-size: 1.7em;
    }

    #amount .inner {
        width: 90%;
        padding: 10px;
        padding-bottom: 40px;
    }

    #kit .text {
        width: 100%
    }

    #kit img {
        display: none;
    }

    #kit ul {
        padding: 10px;
        padding-bottom: 30px
    }

    #kit li {
        padding: 8px 2px;
        width: 100%;
        font-size: 14px;
    }

    .form {
        width: 100%;
        box-sizing: border-box;
    }

    #hero.page h1 {
        line-height: 46px;
        font-size: 3.5rem;
    }

    #hero.page #logo {
        max-width: 200px;
        padding-bottom: 20px;
    }

    #hero .bottomlayer {
        bottom: 50px;
        text-align: center;
        margin: 0 auto;
    }


    #dealers .utp {
        box-sizing: border-box;
        padding: 18px;
        /*        text-align:center;*/
    }

    #dealers h3 b.extreme {
        font-size: 44px;
    }

    #dealers h3 {
        font-size: 36px;
        padding-bottom: 0;
    }

    #dealers .extra-text {
        font-size: 17px;
        padding-top: 0;
    }

    #dealers .utp p {
        width: 100%;
        font-size: 16px;
        padding: 5px;
        margin-bottom: 8px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .1);
        border-radius: 5px;
    }

    #dealers .utp p:nth-of-type(odd) {}

    #dealers .info {
        box-sizing: border-box;
        padding: 20px;
    }

    #dealers .info h3 {
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: bold
    }

    #dealers .info ul {
        font-size: 17px;
        margin-bottom: 20px;
    }

    #dealers .info .extra p {
        margin: 20px auto;
        font-size: 10px;
        padding-right: 0 !important
    }


    .slideshow,
    .slideshow .item img {
        width: 97% !important;
        border-radius: 20px;
    }

    .slideshow .item img {
        /* border: 2px solid var(--accent); */
        box-shadow: 0 0px 11px rgba(28, 225, 255, 0.3)
    }


    .slideshow .item {
        flex-direction: column;
        align-items: center;
    }

    .slideshow .item .text {
        display: none;
    }

    #feedback .left,
    #feedback .right {
        padding: 0;
        display: none;
    }


    .mobileready {
        flex-direction: column;
    }

    #manual .w30 {
        width: 100%;
    }

    #manual .inst {
        flex-direction: column-reverse;
    }

    .nopadmobile {
        padding: 0 !important;
    }

    .nopad {
        padding: 0;
    }

    #cert h3 {
        text-align: center;
    }

    #feedback.yellow {
        background: var(--gold);
    }

    .widget__footer {
        display: none !important;
    }

    .mw100 {
        width: 100%;
    }

    /*menu bottom*/
    #bottom_menu {
        padding: 4px 20px;
        font-size: 2em;
        box-sizing: border-box;
        background: var(--accent);
    }

    #bottom_menu ul>li {
        list-style-type: none;
        width: 100%;
        text-align: center
    }

    #bottom_menu ul>li a {
        font-weight: bold;
        color: black;
        transition: all .25s;
        background: transparent;
        padding: 2px;
        margin-top: 5px;
        display: block;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'carlito';
    }


    #article img {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        margin-right: 0px;
        margin-top: 30px;
        border-radius: 10px;
        float: none;
    }

    #article h3 {
        font-size: 2.54em;
    }


    #hero.page h1{
    font-size:2.6rem;
    }
    

    #hero.page video.hidden {
        display: block;
    }

    #hero.page.article {
        height: 550px;
    }

    #hero.page.article .slogan {
        margin-bottom: 30px;
    }

    #blog-grid {
        flex-direction: column;
    }

    #blog-grid .item {
        width: 98%;
        margin-bottom: 30px;
        height: 200px;
    }

    #article #blog-grid img {
        height: 120%;
        margin-top: 0;
    }


    #leadphotos img {
        width: 30%;
        padding-bottom: 15px;
    }

    #journal .items {
        flex-direction: column;
    }

    #journal .items .item {
        width: 94%;
        box-sizing: border-box;
        height: 200px;
    }

    #journal .items .item img {
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: .6;
    }

    #journal .items .text {
        position: absolute;
        z-index: 1;
    }


}