.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;
border:0px;
}/* 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: 'Manrope' !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, .input__box textarea {
    font-family: 'Manrope' !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 22px;
    color: #000 !important;
    width: 100% !important;
    border: 0px;
}
.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 *//* /section-news */
/* garantia */
.garantia .box-content{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.item-garant{
	padding: 15px 30px 30px;
	background: #FFFFFF;
	border: 1px solid #E3212F;
	border-radius: 3px;
}
.item-garant .title{
	font-weight: 500;
	font-size: 20px;
	line-height: 70px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
}
.item-garant p{
	font-weight: 500;
	font-size: 16px;
	line-height: 160%;
	color: #535353;
}
.garant-title{
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 40px;
}
.input__jqury{
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}
.input__jqury > span{
	font-weight: 600;
	font-size: 16px;
	margin-right: 20px;
	line-height: 22px;
	color: #000000;
	margin-left: 30px;
}
.input__jqury .quantity_basket{
	width: 100px;
}
@media(max-width: 1100px){
	.garantia .box-content{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 900px){
	.garantia .box-content{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width: 700px){
	.garant-title{
		font-size: 16px;
		line-height: 24px;
	}
	.item-garant .title{
		font-size: 14.86px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.item-garant p{
		font-size: 11.888px;
	}
	.input__jqury{
		margin-bottom: 20px;
	}
	.input__jqury > span{
		margin-left: 20px;
		font-size: 14px;
		line-height: 19px;
	}
}
/* /garantia *//* 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: #000000;
    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 */