.textareamy{width:100%}.quantity_basket input {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #0E0E0E;
    border: 0px;
}.input__box input, .input__box textarea {
    font-family: "Onest", sans-serif!important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #000 !important;
    width: 100% !important;
    border: 0px;
}.label-caption{
	max-width: 300px;
}

.pickup_point{
	padding-bottom: 40px;
}

.select_sdek{
	height: 48px;
	background-color: #fff !important;
	border-color: #fff;
	border: 0px;
	font-size: 12px;
	color: #1e1e30;
	width: 300px;
	margin-left: 40px;
}.modal__menu{
	background: #FFFFFF;
	position: relative;
	top: -74px;
	padding-top: 134px;
}
.list-card, .list-menu{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}
.catagory__item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EFEFEF;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
.catagory__item .right{
	display: flex;
	padding: 25px;
	flex-direction: column;
}
.catagory__item .right img{
	margin-bottom: 20px;
	max-width: 130px;
}
.catagory__item > .left{
	align-items: center;
	padding-right: 25px;
	display: flex;
	position: relative;
    height: 100%;
}
.catagory__item > .left:before{
	background: var(--color_bg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20px;
	content: '';
	z-index: 1;
}
.catagory__item > .left img{
	position: relative;
	z-index: 2;
	width: 115px;
	height: 115px;
	object-fit: cover;
}
.list-menu{
	padding: 60px 0;
}
.list-menu > div{
	padding: 0 55px 0 25px;
}
.list-menu > div:not(:last-child){
	border-right: 2px solid #EFEFEF;
}
.list-menu .title{
	margin-bottom: 30px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #000000;
}
.list-menu ul li:not(:last-child){
	margin-bottom: 20px;
}
.list-menu ul li a{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	align-items: center;
	position: relative;
}
.list-menu ul li a svg{
	transition: .4s;
}
.list-menu ul li a:hover span:before{
	width: 100%;
}
.list-menu ul li a:hover svg{
	transform: translateX(10px);
}

.list-menu-subitem {
	display: flex;
	gap: 10px;
}

.list-menu-subitem img {
	max-width: 32px;
	height: auto;
	width: 100%;
}
/* mobile */
.header__mobile{
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__mobile .right > *:not(:last-child){
	margin-right: 15px;
}

.header__mobile-basket {
	position: relative;
}

.header__mobile-count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 14px;
	height: 15px;
	display: flex;
	background-color: #E3212F;
	color: white;
	border-radius: 4px;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}

.header__mobile a{
	display: flex;
}
.header__mobile .right{
	display: flex;
	align-items: center;
}
.header__bugrer{
	width: 25px;
	height: 14px;
	position: relative;
}
.header__bugrer.active span:first-child{
	transform: rotate(45deg);
	top: 6px;
}
.header__bugrer.active span:last-child{
	transform: rotate(-45deg);
	bottom: 6px;
}
.header__bugrer span{
	transition: .4s;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #E3212F;
	display: block;
}
.header__bugrer span:first-child{
	top: 0;
}
.header__bugrer span:last-child{
	bottom: 0;
}
.header__mobile-burger{
	position: fixed;
	z-index: 9000;
	top: 67px;
	right: 0;
	left: 0;
	height: calc(100vh - 67px);
	background: #fff;
}
.header__mobile-burger > *{
	display: flex;
	padding: 12px;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
} 
.header__mobile-burger > div > nav{
	max-height: 55vh;
    overflow: auto;
}
.header__mobile-burger ul{
	display: flex;
	flex-direction: column;
}
.header__mobile-burger ul li:not(:last-child){
	margin-bottom: 25px;
}
.header__mobile-burger ul li a{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000;
}
.header__contact{
	display: flex;
	flex-direction: column;
}
.header__contact > *:not(:last-child){
	margin-bottom: 15px;
}
.header__contact a{
	display: flex;
	align-items: center;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	color: #E3212F;
	text-transform: uppercase;
}
.header__contact a span{
	margin-left: 15px;
}
.header__mobile-burger__submenu{
	transition: .4s;
	z-index: 9900;
	position: fixed;
	top: 67px;
	right: 0;
	width: 0;
	height: calc(100vh - 91px);
	background: #fff;
	overflow: hidden;
}
.header__mobile-burger__submenu.animation__null{
    transition: .4s;
    padding: 12px;
    width: calc(100% - 24px) !important;
}
.header__mobile-burger__submenu > div > .title{
	font-family: 'Manrope';
	margin: 30px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000000;
}
.header__mobile-burger__submenu > div > .title svg{
	margin-right: 20px;
}
.header__section > *:not(:last-child){
	margin-bottom: 25px;
}
.header__mobile-burger__submenu > div{
	max-height: calc(100vh - 67px);
	overflow: auto;
}
.header__mobile-burger__submenu nav .title{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	display: block;
	color: #000000;
}
.header__mobile-burger__submenu nav{
	padding-bottom: 30px;
	margin-top: 50px;
}
.header__mobile-burger__submenu nav ul li:not(:last-child){
	margin-bottom: 20px;
}
.header__mobile-burger__submenu nav ul li a{
	width: 100%;
	display: flex;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	justify-content: space-between;
	align-items: center;
}
.header__mobile-burger, .header__mobile, .modal__menu, .header__mobile-burger__submenu{
	display: none;
}
/* Basket */
.basket__box{
	position: fixed;
	top: 0;
	right: 0;
	display: none;
	bottom: 0;
	padding: 160px 70px 50px;
	z-index: 1000;
	background: #FFFFFF;
}
.basket__box > div{
	display: flex;
	flex-direction: column;
/*	justify-content: space-evenly;*/
    height: 90%;
}
.basket__box > div .close{
	display: flex;
	transition: .4s;
	justify-content: flex-end;
}
.basket__box > div .close:hover{
	transform: scale(1.1);
}
.basket__box .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.basket__box .title h3{
	font-weight: 800;
	margin-right: 15px;
	font-size: 42px;
	line-height: 57px;
	color: #0E0E0E;
}
.basket__box .title span{
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #252525;
}
.list-basket > *:not(:last-child){
	margin-bottom: 20px;
}
.list-basket{
	max-height: 50vh;
	overflow-y: auto;
	padding-right: 15px;
}
.list-basket::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}
.list-basket::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 8px;
}
.list-basket::-webkit-scrollbar-thumb {
    background: #E94C3C;
    border-radius: 8px;
}
.basket-item{
	display: grid;
	grid-template-columns: 72px 1fr 100px 90px;
	grid-column-gap: 25px;
	align-items: center;
	padding: 25px 0;
	position: relative;
}
.basket-item .cost{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #0E0E0E;
}
.quantity_basket{
	display: flex;
	height: 48px;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px;
}
.quantity_basket span{
	cursor: pointer;
}
.quantity_basket input{
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #0E0E0E;
}
.basket-item .error{
	display: none;
}
.basket-item .error.active{
	margin-top: 10px;
	display: block;
	color: red;
	max-width: 300px;
}
.basket-item .delete{
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 0;
	right: 0;
	transition: .4s;
}
.basket-item .name{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #000000;
}
.basket-item .name h4{
	font-weight: 800;
}
.basket-item .delete:hover{
	transform: scale(1.1);
}
.basket-item figure{
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket-item figure img{
	max-width: 100%;
	max-height: 72px;
}
.basket__box > div > *:not(:last-child){
	margin-top: 40px;
}
.basket__box > div .total{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: auto;
	border-top: 1px solid #CECECE;
	margin:0 -70px;
	padding: 35px 70px 0;
	margin-top: auto;
}
.basket__box > div .total .allcost{
	font-weight: 800;
	font-size: 20px;
	line-height: 27px;
	color: #0E0E0E;
}
.basket__box > div .total .button_buy{
	width: 280px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background: #E3212F;
	border-radius: 4px;
	color: #FFFFFF;
	transition: .4s;
}
.basket__box > div .total .button_buy:hover{
	box-shadow: 0px 4px 36px rgb(227 33 47 / 52%);
}
.search__box {
    position: sticky;
    z-index: 900;
    top: 0px;
    right: 0;
    display: none;
    left: 0;
    height: fit-content;
    background: #fff;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.search__box .search{
	width: calc(100% - 70px);
	margin: 0 auto;
}
/* /Basket */
@media(min-width: 1100px) and (max-height: 780px){
	.basket__box > div .total{
		margin: 0 -30px;
		padding: 15px 30px 0;
	}
	.basket__box{
		padding: 60px 30px 0px;
		max-width: 600px;
	}
	.basket__box > div{
		height: 95%;
	}
	.basket__box > div > *:not(:last-child){
		margin-top: 25px;
	}
}


@media(max-width: 1100px){
	.catagory__item .right{
		padding: 10px;
	}
	.catagory__item > .left{
		padding-right: 10px;
	}
	.list-menu > div{
		padding: 0 30px 0 10px;
	}
}
@media(max-width: 1170px){
	.basket__box{
		z-index: 1200;
		padding: 30px 15px;
		left: 0;
	}
	.basket__box > div{
		justify-content: space-between;
	}
	.basket__box > div .close svg{
		width: 21px;
		height: auto;
	}
	.basket__box > div .close path{
		stroke: #E3212F;
	}
	body{
		padding-top: 0px;
	}
	.catagory__item > .left{
		padding-right: 20px;
		padding: 40px 20px 40px 0;
	}
	.catagory__item .right{
		padding: 30px 0;
	}
	.catagory__item .right img{
		width: 110px;
		margin-bottom: 20px;
	}
	.catagory__item .right p{
		font-size: 12px;
		line-height: 140%;
	}
	.header__top, .header__bottom{
		display: none;
	}
	.header__mobile, .header__mobile-burger__submenu{
		display: flex;
	}
}
@media(max-width: 700px){
	.basket__box .title h3{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.basket__box .title{
		flex-direction: column;
		align-items: flex-start;
	}
	.basket-item .name{
		font-size: 14px;
		line-height: 19px;
	}
	.basket-item{
		padding: 10px 0;
		display: flex;
		flex-wrap: wrap;
	}
	.basket-item figure{
		width: 60px;
		margin-bottom: 20px;
	}
	.basket-item .name{
		width: calc(100% - 100px);
	}
	.quantity_basket{
		width: 100px;
	}
	.basket__box > div .total .allcost{
		margin-bottom: 30px;
	}
	.list-basket{
		max-height: 60vh;
	}
	.basket__box > div .total{
		flex-direction: column;
	}
}

.search-block {
	padding: 0;
	margin-bottom: 20px;
	display: block;
}.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: #E3212F;
}
.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: 'Manrope';
    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: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    color: #E3212F;
}
.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: 'Manrope';
    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: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1.60606px;
    color: #E3212F;
}


.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: #E3212F;
}
/* 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: #E3212F;
    border-bottom-color: #E3212F;
}
.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: #E3212F;
}
.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!important;
    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;
}
.navigation > a.active{
    border-bottom: 3px solid #E3212F;
}
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: #E3212F;
  background-color: #E3212F;
  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: #E3212F;
    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: #E3212F;
}
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: #E3212F;
}
.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: #E3212F;
    border-radius: 50%;
    margin-right: 0.5em;
}
.form__box.lk .pol label input:checked+span{
    color: #E3212F;
}
.form__box.lk .pol label input:checked+span::after{
    opacity: 1;
}
.form__box.lk .pol label input:checked+span::before {
    border-color: #E3212F;
}
.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: #E3212F;
}
.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: #E3212F;
    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: #E3212F;
    }
    .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;
}

