@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;800;900&display=swap');
body,html{
	padding: 0px;
	color: #fff;
	font-size: 18px;
	width: 100%;
	margin: 0 auto;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	scroll-behavior: smooth;
	background: #0f172a;
}
a{
	transition: 0.33s;
	text-decoration: none;
}
input, select, textarea {
    padding: 7px 10px;
    font-size: 14px;
    /*border-radius: 2px;*/
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(100 116 139);
    /*border-radius: 2px;*/
    font-family: "Open Sans", serif;
    font-weight: 400;
    background: #0e1628 !important;
    /*color: rgba(255, 255, 255, 0.87);*/
}
label {
    display: block;
    height: 26px;
    line-height: 26px;
    color: #75757A;
    font-size: 16px;
}
input.btn-form{
  outline: none!important;
  border: none!important;
  font-weight: 600;
  border-radius: 18px;
}
.white-label label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.row{
	max-width: 1420px;
	margin: 0 auto;
}
.header .row{
	padding-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reg-btn{
	background: #4F46E5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	height: 66px;
	color: #fff;
	width: 360px;
	font-size: 18px;
	text-decoration: none;
}
.reg-btn:hover {
    background: #4941d3;
}
.blue-banner{
    width: 100%;
    height: 500px;
    border-radius: 20px;
    background: url(/assets/iwm/img/big-oxy.png) no-repeat;
    background-size: cover;
    margin-top: 20px;
}
.text-b-store{
    font-size: 48px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600;
}
.text-b-store span{
    color: #4F46E5;
}
.block-big-banner{
    padding-top: 80px;
    padding-left: 50px;
}
.product-block{
    width: calc((100% - 60px) / 4); 
    padding: 15px;
    background: #1E293B;
    object-fit: cover;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
    border: 2px solid #1E293B;
    transition: 0.35s;
}
.product-block:hover{
    border: 2px solid #4F46E5;
}
.product-img{
    width: 96%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    background: #1e293b;
    cursor: pointer;
}
.name-product{
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.store-big-btn {
    background: #BBF905;
    width: 400px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #0F172A;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
}
.store-big-btn:hover {
    background: #f9ff00;
}
.text-b-store{
    font-size: 48px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600;
}
.text-b-store span{
    color: #4F46E5;
}
.block-big-banner{
    padding-top: 80px;
    padding-left: 50px;
}
.product-block{
    width: calc((100% - 60px) / 4); 
    padding: 15px;
    background: #1E293B;
    object-fit: cover;
    text-align: center;
    border-radius: 15px;
    box-sizing: border-box;
    border: 2px solid #1E293B;
    transition: 0.35s;
}
.product-block:hover{
    border: 2px solid #4F46E5;
}
.product-img{
    width: 96%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    background: #1e293b;
    cursor: pointer;
}
.name-product{
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.content-store{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.description-product{
    max-width: 210px;
    margin: 0 auto;
    font-size: 14px;
}
.area-store{
    margin-bottom: 100px;
}
.footer-product{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
}
.item-quantity-store{
    padding: 10px;
    border-radius: 15px;
    background: #353e4f;
    display: flex;
    width: 130px;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
}
.item-quantity-store button{
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #4F46E5;
    color: #4F46E5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 28px;
}
.item-quantity-store button:hover{
    background: rgba(0, 0, 0, 0.2);
}
.add-product{
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #BBF905;
    color: #BBF905;
    background: transparent;
    height: 48px;
    cursor: pointer;
    transition: 0.35s;
}
.add-product:hover{
    background: #BBF905;
    color: #0F172A;
}
.cost-product{
    color: #BBF905;
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0 10px 0;
}
.pagination-store{
    margin: 90px 0;
    position: relative;
}
.more-items{
    margin: 0 auto;
    width: 290px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.more-items:hover{
    background: #36445b;
}
.more-items img{
    margin-left: 10px;
}
.page-pagination{
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}
.link-page-store{
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    width: 28px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}
.active-page-store{
    background: #fff!important;
    color: #0f172a;
}
.link-page-store:hover{
    background: rgba(255,255,255,0.2);
}
.filtr-btn img{
    margin-right: 5px;
}
.item-block-store{
    margin-top: 50px;
    display: flex;
}
.item-img-store{
    width: 400px;
}
.item-img-store img{
    max-width: 100%;
    display: block;
}
.product-description-store{
    width: calc(100% - 500px);
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}
.product-description-store .footer-product{
    justify-content: start;
    margin-top: auto;
}
.product-description-store .footer-product .add-product{
    margin-left: 50px;
    width: 300px;
}
.product-description-store .footer-product .add-product img{
    margin-right: 10px;
}
.product-description-store .footer-product .add-product:hover{
    background: rgba(187,249,5,0.1);
    color: #BBF905;
}
.product-description-store .bottom-product{
    justify-content: start;
    margin-top: auto;
}
.product-description-store .item-quantity-store{
    background: #1E293B;
}
.line-block-store{
    margin: 50px 0;
    width: 100%;
    background: #2A3243;
    height: 1px;
}
.titel-are-store{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.footer .row{
	margin-top: 20px;
	padding-top: 30px;
	border-top:1px solid #1E293B;
}
.footer{
	padding-bottom: 10px;
	font-size: 14px;
}
.row-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:50px;
}
.col-footer{
	width: 24%;
}
.big-font-footer{
	font-size: 24px;
}
.center{
	text-align: center;
}
.small-img{
	margin-right: 5px;
}
.flex-img-footer{
	display: flex;
	align-items: center;
}
.email-footer{
	padding-top: 5px;
}
.grey-color{
	color: #8391AB;
	font-size: 10px;
}
.flex-link-footer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-link-footer a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid #fff;
	background: #1E293B;
	width: 100%;
	border-radius: 15px;
	height: 47px;
	margin: 5px 0;
}
.flex-link-footer a.small-link{
	width: 47%;
}
.flex-link-footer a:hover{
	background: #29374f;
}
.top-info-market .row{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: end;
}
.right-top-market{
    font-size: 14px;
    max-width: 350px;
}
.title-text-page{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.text-page{
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 50px;
}
.text-page h3{
    font-weight: 400;
    font-size: 20px;
    padding: 10px 0;
}
.text-page .standard-form{
    width: 450px;
}
.have-account{
    padding-top: 25px;
    padding-bottom: 20px;
}
.have-account a{
    color: #42C8FF;
}
.have-account a:hover{
    color: #2ca1d1;
}
.text-page .standard-form hr{
    margin: 25px 0;
    border-color: #D9D9D9;
    opacity: 0.1;
}
.text-page .date-row{
    width: 100%;
    position: relative;
}
.checkbox-input input{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.checkbox-input{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.date-row input {
    position: relative;
    z-index: 5;
    background: transparent !important;
}
.date-row .fa-calendar-alt {
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 1;
    color: #94a3b8;
    font-size: 18px;
    cursor: pointer;
}
.date-row input::-webkit-calendar-picker-indicator {
  opacity: 0;

}
.standard-form input.big-basket-btn {
    display: flex;
    width: 350px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #BBF905;
    color: #BBF905;
    background: transparent;
    height: 48px;
    cursor: pointer;
    transition: 0.35s;
    line-height: 100%;
    font-weight: 600;
    margin: 30px auto 0 auto;
    background: transparent !important;
}
.standard-form input.big-basket-btn:hover {
    background: #BBF905 !important;
    border: 2px solid #BBF905 !important;
    color: #000;
}
.right-text{
    text-align: right;
}
.right-text a{
    color: #42C8FF;
}
.right-text a:hover{
    color: #2ca1d1;
}
.cookies{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;   
    justify-content: center; 
    z-index: 1000;
}
.body-cookies{
    background: #fff;
    max-width: 568px;
    height: 80px;
    border-radius: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    box-sizing: border-box;
    color: #1E293B;
}
.body-cookies img{
    margin-right: 20px;
}
.btn-accept{
    border: 1px solid #4F46E5;
    color: #4F46E5;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    font-size: 16px;
    border-radius: 15px;
    margin-left: 20px;
}
.btn-accept:hover{
    background: rgba(79, 70, 229, 0.12);
}
.checkbox-input div a{
    color: #a6def3;
}


/*media*/

@media screen and (max-width: 1440px){
	.reg-btn {
        height: 55px;
        width: 300px;
        font-size: 16px;
        margin-right: 10px;
    }
    .blue-banner {
        height: 450px;
    }
    .text-b-store {
        font-size: 42px;
    }
    .store-big-btn {
        background: #BBF905;
        width: 350px;
        height: 65px;
        font-size: 20px;
        margin-top: 60px;
    }
    .footer .row{
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-link-footer a {
        height: 34px;
        margin: 5px 0;
        font-size: 10px;
    }
    .market{
        padding: 0 5px;
    }
    .text-page{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1080px){
    .product-block {
        width: calc((100% - 40px) / 3);
    }
    .blue-banner {
        height: 355px;
    }
    .block-big-banner {
        padding-top: 40px;
    }
    .text-page h3 {
        line-height: 140%;
    }
    .text-page{
        font-size: 12px;
    }
    .text-page h3 {
        font-size: 18px;
    }
    .text-page h1 {
        line-height: 140%;
    }
    .title-text-page{
        font-size: 18px;
    }
}
@media screen and (max-width: 992px){
    .header img{
        height: 50px;
    }
    .reg-btn {
        height: 46px;
        width: 200px;
        font-size: 12px;
    }
    .blue-banner {
        height: 300px;
    }
    .text-b-store {
        font-size: 34px;
    }
    .store-big-btn {
        background: #BBF905;
        width: 300px;
        height: 54px;
        font-size: 18px;
        margin-top: 48px;
    }
    .col-footer img{
        max-height: 50px;
    }
    .big-font-footer {
        font-size: 16px;
    }
    .flex-img-footer{
        font-size: 12px;
    }
    .col-footer {
        width: 30%;
    }
    .right-top-market {
        font-size: 10px;
        max-width: 230px;
    }
}
@media screen and (max-width: 768px){
    .block-big-banner {
        padding-top: 30px;
        padding-left: 30px;
    }
    .blue-banner {
        height: 250px;
    }
    .text-b-store {
        font-size: 28px;
    }
    .store-big-btn {
        background: #BBF905;
        width: 250px;
        height: 50px;
        font-size: 16px;
        margin-top: 31px;
    }
    .product-block {
        width: calc((100% - 20px) / 2);
    }
    .row-footer{
        flex-wrap: wrap;
    }
    .col-footer {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .flex-img-footer{
        justify-content: center;
    }
}
@media screen and (max-width: 550px){
    .blue-banner {
        background: url(/assets/iwm/img/big-oxy.png) center no-repeat;  
    }
    .text-b-store {
        font-size: 28px;
        text-shadow: 0 0 5px #000, 0 0 20px #000, 0 0 50px #000, 0 0 70px #000;
    }
    .header img {
        height: 36px;
    }
    .reg-btn {
        height: 38px;
        width: 130px;
        font-size: 10px;
    }
    .store-big-btn {
        background: #BBF905;
        width: 230px;
        height: 49px;
        font-size: 14px;
        margin-top: 38px;
    }
    .product-block {
        width: 100%;
    }
    .market {
        padding: 0 10px;
    }
    .text-page .standard-form{
        width: 100%;
    }
    .double-fields .row-form {
        width: 100%;
    }
    .standard-form input.big-basket-btn {
        width: 300px;
    }
    .body-cookies {
        font-size: 12px;
        max-width: 95%;
        padding: 0px 10px;
    }
    .body-cookies img {
        margin-right: 10px;
        height: 30px;
    }
    .btn-accept {
        min-width: 80px;
        height: 40px;
        font-size: 14px;
        margin-left: 10px;
    }
}
