*{
	padding: 0;
	margin: 0;
}
a { 
    text-decoration: none !important;
}
li{
	list-style-type: none;
}

body,input, button, textarea, div, span, td, th{
    font-family: "Onest", sans-serif;
    font-style: normal;
}

body:before{
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    z-index: -10;
    transition: .4s;
    content: '';
}
body.background:before, body.background_basket:before{
    z-index: 100;
    opacity: 1;
}
input,button,textarea{
	box-sizing:border-box;
	padding:0;
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: 0;
}
ul.slick-dots li button{
    opacity: 0;
    font-size: 0;
    width: 0;
    height: 0;
}

.btn {
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    transition: .4s;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;

    background-color: #d0112b;
    color: #fff;
    border-color: #d0112b;
}

.btn:hover, .btn:active, .btn:focus {
    opacity: 0.9;
    background-color: #d0112b;
}
.cursor-pointer{
    cursor: pointer;
}
.flex{
    display: flex;
}
.aling-center{
    align-items: center;
}
.justify-between{
    justify-content: space-between;
}
.box-content{
    width: min(100% - 30px, 1200px);
    margin-inline: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hover_line{
    position: relative;
    width: fit-content;
}
.hover_line:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    transition: .4s;
    content: '';
    background: #000;
    width: 0;
}
.hover_line.red:before{
    background: var(--color-black);
}
.hover_line:hover:before{
    width: 100%;
}
section{
    margin-bottom: 90px;
}
.section-title{
    display: flex;
    align-items: center;
}
.section-title-h1{
    margin: 0 0 60px;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #000000;
}
.section-title h3{
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 34px;
    color: #000000;
}
.section-title span{
    margin: 0 20px;
    height: 27px;
    width: 2px;
    background: #DEDEDE;
}
.section-title a{
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: var(--color-black);
}
.slider__four .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.slider__four-list{
    margin: 0 -15px;
    position: relative;
}
.slider__four-list:before{
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 150px;
    background: linear-gradient(269.56deg, #FFFFFF 0.26%, rgba(255, 255, 255, 0) 99.5%);
    z-index: 1;
}
.slider__four .arrow svg{
    cursor: pointer;
}
.slider__four .arrow{
    display: flex;
    align-items: center;
}
.slider__four .arrow svg:first-child{
    margin-right: 40px;
}
.slider__four .arrow svg path{
    transition: .4s;
}
.slider__four .arrow svg:hover path{
    stroke: black;
}
.itemProductOne{
    min-height: 400px;
    display: flex !important;
    padding: 20px;
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    transition: .4s;
    border-radius: 8px;
    flex-direction: column;
}
.slider__four-list a{
    margin: 15px;
}
.itemProductOne:hover{
    box-shadow: 0px 4px 20px rgb(227 33 47 / 30%);
}
.itemProductOne figure{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemProductOne figure img{
    max-width: 225px;
    max-height: 225px;
    width: 100%;
    height: 100%;
}
.itemProductOne .section, .itemProductOne h4{
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.itemProductOne .section{
    font-weight: 600;
}
.itemProductOne h4{
    font-weight: 800;
}
.itemProductOne .cost{
    display: block;
    margin-top: auto;
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1.60606px;
    color: var(--color-black);
}


.controller__liner{
    margin-top: 30px;
    display: none;
}
.controller__liner ul{
    display: flex;
}
.controller__liner ul li{
    transition: .4s;
    width: 100%;
    height: 2px;
    background: #EFEFEF;
}
.controller__liner ul li.slick-active{
    background: var(--color-black);
}
/* itemNewsOne */
.itemNewsOne{
    display: flex;
    height: 400px;
    border-radius: 3px;
    position: relative;
    transition: .4s;
}
.itemNewsOne img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itemNewsOne:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    z-index: 1;
    transition: .4s;
}
.itemNewsOne:after{
    border: 15px solid transparent; 
    border-right: 15px solid #FFFFFF; 
    border-bottom: 15px solid #FFFFFF;
    content: '';
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    transition: .4s;
}
.itemNewsOne:hover:after{
    border-right-color: var(--color-black);
    border-bottom-color: var(--color-black);
}
.itemNewsOne:hover:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(227, 33, 47, 0.7) 100%);
}
.itemNewsOne:hover{
    box-shadow: 0px 4px 36px rgba(227, 33, 47, 0.12);
}
.itemNewsOne .text{
    z-index: 2;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.itemNewsOne h5{
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 19.1941px;
    line-height: 26px;
    color: #FFFFFF;
}
.itemNewsOne .line{
    height: .7px;
    width: 100%;
    display: block;
    background: #FFFFFF;
}
.itemNewsOne .number{
    font-weight: 700;
    margin-top: 20px;
    font-size: 77.9759px;
    line-height: 74px;
    color: #FFFFFF;
    display: block;
    text-align: left;
}
.itemNewsOne .data{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
    display: block;
    text-align: left;
}
/* /itemNewsOne */
/* breadcrumbs */
.breadcrumbs{
    margin: 110px 0 40px;
    padding: 0 50px;
}
.breadcrumbs *{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #A9A9A9;
}
/* /breadcrumbs */
/* product__cart */
.product__cart{
    position: relative;
    padding: 20px;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    transition: .4s;
    flex-direction: column;
}
.product__cart:hover{
    box-shadow: 0px 4px 36px rgba(227, 33, 47, 0.12);
}
.product__cart figure{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__cart figure img{
    max-height: 190px;
    max-width: 190px;
    width: 100%;
}
.product__cart .section{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #828282;
}
.product__cart h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 15px;
}
.product__cart .cost{
    font-weight: 800;
    font-size: 20px;
    margin-top: auto;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: var(--color-black);
}
.price-box{
    display: flex;
    margin-top: auto;
}
.price-box .old{
    text-decoration: line-through;
    color: #959595 !important;
    margin-left: 5px;
}

.mobile__button .price-box{
    flex-direction: column;
}
/* /product__cart */
/* Input */
.input__box{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    height: auto;
}
.input__box:not(:last-child){
    margin-bottom: 20px;
}
.input__box input, .input__box textarea{
    font-family: "Onest", sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #000 !important;
    width: 100% !important;
}
.input__box textarea{
    min-width: 100%;
    min-height: 150px;
    max-width: 100%;
    max-height: 300px;
}
.input__box input::placeholder, .input__box textarea::placeholder{
    color: rgba(0, 0, 0, 0.4);
}
.form .two{
    display: flex;
    justify-content: space-between;
}
.form .two > *{
    margin-bottom: 0;
}
.form .two{
    margin-bottom: 20px;
}
.form .two > *{
    width: calc(50% - 70px);
}
/* /Inpuut */
/* list-inform */
.list-inform{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
}
.list-inform:not(:last-child){
    margin-bottom: 40px;
}
@media(min-width: 900px){
    .list-inform.left > *:nth-child(3){ 
        grid-area: 1 / 3 / 2 / 5;; 
    }
    .list-inform.center > *:nth-child(2){ 
        grid-area: 1 / 2 / 2 / 4; 
    }
    .list-inform.right > *:nth-child(1){
        grid-area: 1 / 1 / 2 / 3; 
    }
}
/* /list-inform */

/* form__box */
.form__box.auth, .form__box.register{
    margin: 20vh 0;
}
.form__box .box-content .box{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
}
.form__box.lk .box-content .box{
    padding: 40px 0;
}
.form__box .box-content .box:not(:last-child){
    margin-bottom: 40px;
}
.navigation{
    display: flex;
    justify-content: center;
}
.navigation > a{
    width: 290px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #000000;
    text-decoration: none;
}
.navigation > a.active{
    border-bottom: 3px solid var(--color-black);
}
form.form{
    max-width: 500px;
    margin: 60px auto;
}
form.form .checkbox
form.form .checkbox{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
}
form.form .checkbox span:last-child{
    margin-left: 5px;
}
form.form .checkbox input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
form.form .checkbox input+span {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-weight: 600;
  cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    color: #797575;
}
form.form .checkbox input+span::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
form.form .checkbox input:checked+span::before {
  border-color: var(--color-black);
  background-color: var(--color-black);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
form.form .checkbox a{
    display: none;
}
form.form button{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    background: var(--color-black);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
}
form.form .bottom{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
form.form .bottom a{
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-black);
}
form.form button:hover{
    box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
.form__box.auth form.form button{
    width: 70%;
}
form.form p{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto 40px;
    color: #3C3C3C;
}
form.form p span{
    color: var(--color-black);
}
.form__box.lk .navigation{
    width: 100%;
    margin-bottom: 70px;
}
.form__box.lk .navigation > a{
    width: 25%;
}
.form__box.lk h2{
    font-size: 20px;
    line-height: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.form__box.lk p{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
}
.form__box.lk .info{
    margin-bottom: 70px;
}
.form__box.lk .pol label span{
    transition: .4s;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    line-height: 22px;
    color: #707070;
}
.form__box.lk .pol label input+span::before {
    content: '';
    display: inline-flex;
    width: 21px;
    height: 21px;
    transition: .4s;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 0.5em;
}
.form__box.lk .pol label input+span::after{
    content: '';
    opacity: 0;
    display: inline-flex;
    width: 11px;
    height: 11px;
    transition: .4s;
    position: absolute;
    left: 6px;
    background: var(--color-black);
    border-radius: 50%;
    margin-right: 0.5em;
}
.form__box.lk .pol label input:checked+span{
    color: var(--color-black);
}
.form__box.lk .pol label input:checked+span::after{
    opacity: 1;
}
.form__box.lk .pol label input:checked+span::before {
    border-color: var(--color-black);
}
.form__box.lk .pol label input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form__box.lk .pol {
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.form__box.lk .pol .title{
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.form__box.lk .pol > *:not(:last-child){
    margin-right: 35px;
}
.form__box.lk .social .links{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    align-items: center;
}
.form__box.lk .social .links > *:not(:last-child){
    margin-right: 40px;
}
/* /form__box */
/* modal__popup */
.modal__popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 3000;
}
.modal__popup .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
}
.modal__popup .modal__box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}
.modal__popup .modal__box .popup-container{
    padding: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    max-width: 600px;
}
.modal__popup .modal__box .popup-container .close{
    position: absolute;
    transition: .4s;
    top: 20px;
    cursor: pointer;
    right: 20px;
}
.modal__popup .modal__box .popup-container .close:hover{
    transform: scale(1.1);
}
.modal__popup .modal__box .popup-container h4{
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 70px;
    letter-spacing: 1px;
    color: var(--color-black);
}
.modal__popup .modal__box .popup-container .file{
    display: flex;
    margin-bottom: 45px;
}
.modal__popup .modal__box .popup-container .file .title{
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.modal__popup .modal__box .popup-container p{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #5A5A5A;
}
.modal__popup .modal__box .popup-container button{
    background: var(--color-black);
    border-radius: 3px;
    height: 50px;
    width: 230px;
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    margin-top: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 0.416961px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.modal__popup .modal__box .popup-container button:hover{
    box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
/* /modal__popup */
@media(max-width: 900px){
    .form__box.lk{
        margin: 0 0 30px;
    }
    .list-inform{
        grid-template-columns: repeat(3, 1fr);
    }
    .breadcrumbs{
        margin: 40px 0 20px;
        padding: 0 12px;
    }
    .breadcrumbs *{
        font-size: 12px;
    }
}
@media(max-width: 700px){
    .modal__popup .modal__box .popup-container{
        padding: 50px 18px 18px;
        width: 90%;
    }
    .modal__popup .modal__box .popup-container h4{
        font-size: 15px;
        line-height: 70px;
        margin-bottom: 0;
    }
    .modal__popup .modal__box .popup-container p{
        line-height: 160%;
        font-size: 12px;
    }
    .modal__popup .modal__box .popup-container button{
        width: 100%;
    }
    .form__box.lk .box-content .box{
        padding: 0;
    }
    .form__box.lk .pol{
        flex-wrap: wrap;
    }
    .form__box.lk .pol .title{
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .form__box.lk .pol label span{
        font-size: 14px;
        line-height: 19px;
    }
    form.form{
        margin-left: 0;
        margin-top: 30px;
    }
    .form__box.lk .social .links{
        justify-content: flex-start;
        margin-top: 35px;
    }
    .form__box.lk h2{
        font-size: 16px;
        margin-bottom: 0;
        text-align: left;
        line-height: 70px;
    }
    .form__box.lk .info{
        margin-bottom: 20px;
    }
    .form__box.lk p{
        text-align: left;
        font-size: 14px;
    }
    .form__box.lk .navigation{
        flex-wrap: wrap;
    }
    .form__box.lk .navigation > a{
        width: 50%;
        margin-bottom: 10px;
    }
    .form__box .box-content .box{
        padding: 0;
    }
    form.form p{
        margin-bottom: 20px;
        max-width: 100%;
        text-align: left;
        font-size: 12px;
    }
    .form__box .box-content .box{
        border: 0;
    }
    .form__box {
        margin: 5vh 0;
    }
    .navigation > a{
        width: 50%;
        height: 32px;
        font-weight: 700;
        font-size: 13.37px;
        line-height: 15px;
        letter-spacing: 0.2325px;
        color: #000000;
    }
    form.form .bottom a{
        display: none;
    }
    .form__box.auth form.form button{
        width: 100%;
    }
    form.form .checkbox{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    form.form .checkbox a{
        display: block;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        color: var(--color-black);
    }
    .list-inform{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px;
    }
    .input__box{
        padding: 20px;
    }
    .form .two{
        flex-direction: column;
    }
    .form .two > *{
        width: 100%;
    }
    .form .two > *:first-child{
        margin-bottom: 10px;
    }
    .form .two{
        margin-bottom: 10px;
    }
    .input__box input, .input__box textarea{
        font-size: 12px;
        line-height: 16px;
    }
    .section-title-h1{
        font-size: 18px !important;
        line-height: 40px;
    }
    .itemNewsOne{
        height: 300px;
    }
    .itemProductOne{
        padding: 15px;
    }
    .itemNewsOne h5{
        font-size: 14.75px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .itemNewsOne .number{
        font-size: 59.9219px;
        line-height: 60px;
        margin-top: 15px;
    }
    .itemNewsOne .data{
        font-size: 12.2955px;
        line-height: 17px;
    }
    .itemNewsOne:after{
        border-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
    }
    .itemProductOne figure img{
        max-width: 145px;
        max-height: 145px;
    }
    .itemProductOne figure{
        margin-bottom: 20px;
    }
    .itemProductOne .section, .itemProductOne h4{
        font-size: 10px;
        line-height: 14px;
    }
    .slider__four-list{
        margin: 0 -6px;
    }
    .slider__four-list a{
        margin: 0 6px;
    }

    .itemProductOne {
        min-height: 240px;
    }
    
    .itemProductOne .cost{
        font-size: 16px;
        line-height: 22px;
        margin-top: auto;
    }
    section{
        overflow: hidden;
    }
    .slider__four-list:before, .slider__four .arrow{
        display: none;
    }
    .controller__liner{
        display: block;
    }
    .adaptive_mobile-slider .slick-slider{
        width: 80%;
    }
    .adaptive_mobile-slider .slick-slider .slick-list{
        overflow: inherit;
    }
    .section-title h3{
        font-size: 17.9004px;
        line-height: 20px;
    }
    .section-title span{
        height: 15px;
        margin: 0 10px;
    }
    .section-title a{
        font-size: 8.95019px;
        line-height: 11px;
    }
    .slider__four .top{
        margin-bottom: 20px;
    }
    .product__cart .section{
        font-size: 7.8522px;
        line-height: 12px;
    }
    .product__cart h4{
        font-size: 10.0957px;
        line-height: 12px;
        margin-bottom: 10px;
    }
    .product__cart .cost{
        font-size: 14px;
        line-height: 12px;
    }
    .product__cart figure img{
        max-width: 130px;
        max-height: 130px;
    }
    .product__cart{
        padding: 5px 5px 15px;
    }
}


.collapse:not(.show) {
    display: none;
}

pf-widget {
    position: relative;
    z-index: 8 !important;
}

.card-img-top {
    width: 100%;
}

.video-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.video-wrap video {
    max-width: 800px;
}

