@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
}

ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Montserrat", sans-serif;
}

.center{
    width: 90%;
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 29px 0;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header__item{
    width: fit-content;
    height: auto;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item-logo img{
    width: 127px;
    height: auto;
    float: left;
    object-fit: cover;
    object-position: center;
}
.header__item ul{
    width: fit-content;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #2e2e2e;
    transition: .2s;
}
.header__item ul > li > a:hover{
    color: #e22312;
    transition: .2s;
}
.header__box{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 13px;
}
.header__block {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
.header__block-phone{
    width: fit-content;
    height: auto;
    color: #0a121f;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 600;
}
.header__block-phone i {
    color: #e22312;
    margin: 0 5px 0 0;
}
.header__block span,
.header__block-email{
    width: fit-content;
    height: auto;
    color: #0a121f;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 3px 0 0;
}
.header__block-cart,
.header__block-bar{
    width: 38px;
    height: 38px;
    background-color: #e22312;
    border-radius: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: unset;
}
.header__block-cart i,
.header__block-bar i{
    color: #FFFFFF;
    font-size: 20px;
}
.header__block-bar{
    display: none;
}
/* HEADER */

/* HERO */
.hero{
    width: 100%;
    height: auto;
    float: left;
}
.hero__row{
    width: 100%;
    height: auto;
    float: left;
}
.hero__item{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 100px;
    box-sizing: border-box;
}
.hero__item-poster{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.hero__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 35px;
	  line-height: 44px;
	  letter-spacing: 0.04em;
	  font-weight: 700;
}
.hero__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin: 24px 0 0 0;
}
.hero__button{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
    margin: 38px 0 0 0;
}
.hero__button a{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    transition: .2s;
}
.hero__button a:hover{
    background-color: #d01707;
    transition: .2s;
}
.hero__button a:nth-child(2){
    background-color: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff;
}
.hero .owl-dots{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: -25px 0 0 0;
    position: relative;
}
.hero .owl-dots > .owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #ffffff !important;
}
.hero .owl-dots .owl-dot.active{
    background-color: #e22312 !important;
}
.hero .owl-nav{
    width: calc(100% + 40px);
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10005;
}
.hero .owl-nav > button{
    width: 40px;
    height: 40px;
    background-color: #ffffff !important;
    border-radius: 100px;
    box-shadow: 0px 0px 6px 4px rgba(217, 217, 217, 0.3);
}
.hero .owl-nav > button > i{
    color: #e22312;
    font-size: 20px;
}
/* HERO */

/* NUMBERS */
.numbers{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.numbers__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.numbers__item{
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
}
.numbers__item b{
    width: 100%;
    height: auto;
    float: left;
    color: #e33530;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.numbers__item p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #626262;
    text-align: center;
    font-weight: 300;
    margin: 8px 0 0 0;
}
/* NUMBERS */

/* PRODUCTS */
.products{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.products-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.products-description{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 17px 0 0 0;
}
.products-more{
    width: fit-content;
    height: auto;
    float: right;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    margin: -70px 0 0 0;
    transition: .2s;
}
.products-more:hover{
    background-color: #d01707;
    transition: .2s;
}
.products__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
    margin: 40px 0 0 0;
    gap: 10px;
}
.products__item{
    width: calc(25% - 10px);
    height: auto;
    border: 1px solid #f0f2f3;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0 0 15px;
    overflow: hidden;
    position: relative;
}
.products__item-poster{
    width: 100%;
    height: 190px;
    float: left;
    object-fit: cover;
    object-position: center;
}
.products__item-tag{
    width: fit-content;
    height: auto;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 100px;
    backdrop-filter: blur(5px);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 400;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 6px 16px 7px;
}
.products__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 600;
    padding: 15px 15px 0;
    box-sizing: border-box;
}
.products__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #939393;
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    margin: 10px 0 0 0;
    padding: 0 15px 0;
    box-sizing: border-box;
}
.products__bottom{
    width: calc(100% - 38px);
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 26px 19px 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #f0f2f3;
    align-content: center;
    align-items: center;
}
.products__bottom p{
    width: fit-content;
    height: auto;
    color: #0a121f;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.products__bottom button{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 7px 17px;
    cursor: pointer;
    transition: .2s;
}
.products__bottom button:hover{
    background-color: #d01707;
    transition: .2s;
}
/* PRODUCTS */

/* PARTNERS */
.partners{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.partners-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.partners-description{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 17px 0 0 0;
}
.partners__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 40px 0 0 0;
}
.partners-logo{
    width: 127px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
/* PARTNERS */

/* ADVANTAGES */
.advantages{
    width: 100%;
    height: auto;
    float: left;
    background-color: #f9f9f9;
}
.advantages__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantages__item:nth-child(1){
    width: 60%;
    height: auto;
    padding: 60px 0;
}
.advantages__item:nth-child(2){
    width: 35%;
    height: auto;
}
.advantages__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.advantages__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 17px 0 0 0;
}
.advantages__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0 0 0;
    gap: 15px;
}
.advantages__block{
    width: calc(50% - 8px);
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #f0f2f3;
    padding: 20px;
    box-sizing: border-box;
}
.advantages__block p{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.advantages__block p > i{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(244, 20, 0, 0.6);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.advantages__block span{
    width: 100%;
    height: auto;
    float: left;
    color: #939393;
    text-align: left;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.01em;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.advantages__item-button{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    margin: 40px 0 0 0;
    transition: .2s;
}
.advantages__item-button:hover{
    background-color: #d01707;
    transition: .2s;
}
.advantages__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
}
/* ADVANTAGES */

/* COMPANY */
.company{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.company__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.company__item{
    width: calc(50% - 25px);
    height: auto;
}
.company__item-poster{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}
.company__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.company__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 35px 0 0 0;
}
.company__button{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
    margin: 35px 0 0 0;
}
.company__button a{
    width: fit-content;
    height: auto;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    transition: .2s;
}
.company__button a:hover{
    background-color: #d01707;
    transition: .2s;
}
.company__button a:nth-child(2){
    background-color: #ffffff;
    color: #e22312;
}
/* COMPANY */

/* METHOD WORK */
.methodwork{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.methodwork-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.methodwork-description{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 17px 0 0 0;
}
.methodwork__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    gap: 13px;
}
.methodwork__item{
    width: calc(25% - 10px);
    height: auto;
}
.methodwork__item b{
    width: 60px;
    height: 60px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #e22312;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.methodwork__item p{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 0 0;
}
.methodwork__item span{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin: 12px 0 0 0;
}
/* METHOD WORK */

/* CONTACTS */
.contacts{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
}
.contactspage{
    padding: 30px 0 60px;
}
.contacts-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin: 0 0 30px;
}
.contacts__requisites{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
    padding: 25px;
    box-sizing: border-box;
    margin: 0 0 30px;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #f4f5f6;
}
.contacts__requisites__box{
    width: 23%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.contacts__requisites__box:last-child{
    width: calc(46% + 33px);
}
.contacts__requisites__box b{
    width: fit-content;
    height: auto;
    color: #0a121f;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.contacts__requisites__box span{
    width: fit-content;
    height: auto;
    color: #0a121f;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}
.contacts__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}
.contacts__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}
.contactspage .contacts__item:nth-child(1){
    width: 70%;
    height: auto;
}
.contactspage .contacts__item:nth-child(2){
    width: calc(30% - 25px);
    height: auto;
}
.contactspage .contacts__box{
    width: 100%;
}
.contacts__item iframe{
    width: 100%;
    height: 450px;
    float: left;
    border-radius: 15px;
}
.contactspage .contacts__item > iframe{
    height: 100%;
}
.contacts__box{
    width: calc(25% - 19px);
    height: auto;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #f4f5f6;
    padding: 22px;
    box-sizing: border-box;
}
.contacts__box i{
    width: fit-content;
    height: auto;
    float: left;
    color: #E22312;
    font-size: 30px;
}
.contacts__box p,
.contacts__box a{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
}
.contacts__box:nth-child(3) p{
    font-size: 14px;
    margin: 9px 0 0;
    line-height: 20px;
}
.contacts__box span{
    width: 100%;
    height: auto;
    float: left;
    color: #939393;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin: 25px 0 0;
}
/* CONTACTS */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 70px;
    background-color: #0A121F;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
}
.footer__item{
    width: stretch;
    height: auto;
    max-width: fit-content;
}
.footer__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.footer__item-logo img{
    width: 100px;
    height: auto;
    float: left;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(337deg) brightness(107%) contrast(107%);
}
.footer__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.footer__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.09em;
    font-weight: 600;
}
.footer__item ul{
    width: fit-content;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    flex-direction: column;
}
.footer__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.footer__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
    letter-spacing: 0.05em;
    font-weight: 400;
    transition: .2s;
}
.footer__item ul > li > i{
    color: #e22312;
    font-size: 18px;
    margin: 3px 10px 0 0;
}
.footer__item ul > li > a:hover{
    color: #e22312;
    transition: .2s;
}
.footer__item form{
    width: 100%;
    height: auto;
    float: left;
    margin: 22px 0 0 0;
    position: relative;
}
.footer__item form input{
    width: calc(100% - 60px);
    height: auto;
    float: left;
    border: unset;
    background-color: #1e2634;
    padding: 13px 15px 13px;
    box-sizing: border-box;
    border-radius: 5px;
}
.footer__item form > button{
    width: 50px;
    height: 42px;
    background-color: #e22312;
    border: unset;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    border-radius: 5px;
    font-size: 20px;
    position: absolute;
    right: 0;
}
.footer__item form > em{
    width: 100%;
    height: auto;
    float: left;
    color: rgba(255, 255, 255, 0.85);
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0 0 0;
}
.footer__item-network{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 16px 0 0 0;
    gap: 20px;
}
.footer__item-network a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 25px;
}
/* FOOTER */

/* COPYRIGHT */
.copyrigth{
    width: 100%;
    height: auto;
    float: left;
    background-color: #1A222E;
    padding: 30px 0;
}
.copyrigth__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyrigth__item{
    width: fit-content;
    height: auto;
}
.copyrigth__item-txt{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.copyrigth__item ul{
    width: fit-content;
    height: auto;
    float: right;
}
.copyrigth__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 0 0 35px;
}
.copyrigth__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.copyrigth__item ul > li > a:hover{
    text-decoration: underline;
}
/* COPYRIGHT */

/* DOCUMENTS */
.document{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0;
    background-color: #F9F9F9;
}
.document-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.document-description{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 25px 0 0 0;
}
.document-description b{
    color: #0a121f;
    font-weight: 600;
    letter-spacing: 0;
}
/* DOCUMENTS */

/* CATALOG */
.catalog{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 0;
}
.catalog-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.catalog-description{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 35px 0 0 0;
}
.catalog__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 40px 0 0;
    gap: 25px;
}
.catalog__item{
    width: calc(16% - 1px);
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px rgba(244, 245, 246, 0.8);
    border: 1px solid rgba(240, 242, 243, 0.5);
    padding: 15px;
    color: #000000;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 15px;
    transition: .2s;
}
.catalog__item-poster{
    width: 45px;
    height: 55px;
    object-fit: cover;
    object-position: center;
}
.catalog__item:hover{
    border: 1px solid #e22312;
    color: #e22312;
    transition: .2s;
}
/* CATALOG */

/* COMPANY */
.company{
    width: 100%;
    height: auto;
    float: left;
    padding: 60px 0 0;
}
.company .center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.company-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.company-description{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin: 35px 0 0 0;
}
.catalog__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 40px 0 0;
}
.company-poster{
    width: 100%;
    height: 365px;
    float: left;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
    margin: 40px 0 0 0;
}
.company-button{
    width: fit-content;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    margin: 30px auto 0;
    transition: .2s;
}
.company-button:hover{
    background-color: #d01707;
    transition: .2s;
}
/* COMPANY */

/* COOPERATION */
.cooperation{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 0;
}
.cooperation-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.cooperation__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
    gap: 25px;
}
.cooperation__item:nth-child(1){
    width: calc(35% - 25px);
    height: auto;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #f4f5f6;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.cooperation__item:nth-child(2){
    width: 65%;
    height: auto;
}
.cooperation__item-poster{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.cooperation__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.cooperation__item form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 10px 0;
}
.cooperation__item form > input{
    width: 100%;
    height: auto;
    float: left;
    background-color: #f0f2f3;
    border: unset;
    padding: 18px 25px;
    border-radius: 100px;
}
.cooperation__item form > button{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    cursor: pointer;
    transition: .2s;
}
.cooperation__item form > button:hover{
    background-color: #d01707;
    transition: .2s;
}
.cooperation__item-description,
.cooperation__item-info{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    margin: 12px 0 0 0;
}
/* COOPERATION */

/* CART */
.cart{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 0;
}
.cart-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.cart__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
    gap: 25px;
    align-content: flex-start;
    align-items: flex-start;
}
.cart__item:nth-child(2){
    width: calc(35% - 25px);
    height: auto;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #f4f5f6;
    padding: 30px 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: sticky;
    top: 40px;
}
.cart__item:nth-child(1){
    width: 65%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.cart__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.cart__item form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 10px 0;
}
.cart__item form > input,
.cart__item form > select{
    width: 100%;
    height: auto;
    float: left;
    background-color: #f0f2f3;
    border: unset;
    padding: 18px 25px;
    border-radius: 100px;
}
.cart__item form > button{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    cursor: pointer;
    transition: .2s;
}
.cart__item form > button:hover{
    background-color: #d01707;
    transition: .2s;
}
.cart__item-info{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    margin: 12px 0 0 0;
}
.cart__box{
    width: 100%;
    height: auto;
    float: left;
    padding: 18px 18px 18px 175px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #f4f5f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    position: relative;
}
.cart__block{
    width: fit-content;
    max-width: 50%;
}
.cart__block:nth-child(2){
    display: flex;
    align-content: center;
    align-items: center;
    gap: 15px;
}
.cart__block-poster{
    border-radius: 10px;
    position: absolute;
    left: 18px;
    top: 18px;
    width: 140px;
    height: 86px;
    object-fit: cover;
    object-position: center;
}
.cart__block-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.cart__block-description{
    width: 100%;
    height: auto;
    float: left;
    color: #939393;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin: 4px 0 0 0;
}
.cart__block-price{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 26px 0 0 0;
}
.cart__counter{
    width: fit-content;
    height: auto;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.cart__counter button{
    width: 30px;
    height: 30px;
    background-color: #f0f2f3;
    border-radius: 5px;
    color: #626262;
    font-size: 16px;
    cursor: pointer;
    border: unset;
    transition: .2s;
}
.cart__counter button:hover{
    background-color: #e22312;
    color: #ffffff;
    transition: .2s;
}
.cart__counter input{
    width: 30px;
    height: auto;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    border: unset;
    background-color: unset;
    text-align: center;
}
.cart__counter-delete{
    width: 38px;
    height: 38px;
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #626262;
    font-size: 16px;
    cursor: pointer;
    border: unset;
    transition: .2s;
}
.cart__counter-delete:hover{
    background-color: #e22312;
    color: #ffffff;
    transition: .2s;
}
.cart__total{
    width: 100%;
    height: auto;
    float: left;
    padding: 16px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(217, 217, 217, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart__total p{
    width: fit-content;
    height: auto;
    color: #0a121f;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
/* CART */

/* SHOP */
.shop{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 0;
}
.shop-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 30px;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.shop__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
    gap: 25px;
    align-content: flex-start;
    align-items: flex-start;
}
.shop__item:nth-child(1){
    width: calc(30% - 25px);
    height: auto;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #f4f5f6;
    padding: 25px;
    box-sizing: border-box;
    position: sticky;
    top: 30px;
}
.shop__item:nth-child(2){
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
}
.shop__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.shop__item form{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 10px 0;
}
.shop__item form > input,
.shop__item form > select,
.shop__price > input{
    width: 100%;
    height: auto;
    float: left;
    background-color: #f0f2f3;
    border: unset;
    padding: 18px 25px;
    border-radius: 100px;
    box-sizing: border-box;
}
.shop__item form > button{
    width: 100%;
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    cursor: pointer;
    transition: .2s;
}
.shop__item form > button:hover{
    background-color: #d01707;
    transition: .2s;
}
.shop__item > .products__item {
    width: calc(33.3% - 10px);
}
.shop__price{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.shop__price p{
    font-size: 18px;
}
.shop__price input{
    width: 45%;
    height: auto;
}
.shop__item-reset{
    width: fit-content;
    height: auto;
    color: #939393;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid;
    padding: 0 0 3px;
    cursor: pointer;
}
/* SHOP */

/* CARD */
.card{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 0;
}
.card__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
    align-content: flex-start;
    align-items: flex-start;
}
.card__item:nth-child(1){
    width: 60%;
    height: auto;
}
.card__item:nth-child(2){
    width: calc(40% - 25px);
    height: auto;
    box-shadow: 0px 0px 10px 2px rgba(244, 245, 246, 1);
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #f4f5f6;
    padding: 35px;
    box-sizing: border-box;
}
.card__item-status{
    width: 100%;
    height: auto;
    float: left;
    color: #939393;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}
.card__item-status i{
    color: #E22312;
    font-size: 10px;
}
.card__item-star{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}
.card__item-star i {
    color: #E22312;
    font-size: 20px;
}
.card__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #0a121f;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
.card__item-description{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 15px 0 0 0;
}
.card__buttons{
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.card__buttons-add{
    width: calc(100% - 140px);
    height: auto;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    background-color: #e22312;
    border-radius: 100px;
    font-weight: 500;
    border: 1.5px solid #e22312;
    padding: 15px 45px;
    transition: .2s;
}
.card__buttons-add:hover{
    background-color: #d01707;
    transition: .2s;
}
.card__qa{
    width: 100%;
    height: auto;
    float: left;
    margin: 23px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card__qa p{
    width: fit-content;
    height: auto;
    color: #000000;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.card__qa p > i{
    color: #E22312;
}
.card__qa a{
    width: fit-content;
    height: auto;
    color: rgba(166, 166, 166, 0.89);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid;
}
.card__qa a:hover{
    color: #000000;
}
.card__item:nth-child(3){
    width: 100%;
    height: auto;
    float: left;
}
.card__bio{
    width: 100%;
    height: auto;
    float: left;
}
.card__bio ul{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #f0f2f3;
}
.card__bio ul > li{
    width: fit-content;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.01em;
    font-weight: 500;
    padding: 15px 55px;
    float: left;
    color: #626262;
    cursor: pointer;
}
.card__bio ul > li.active{
    color: #0a121f;
    background-color: #f0f2f3;
}
.card__bio__content{
    width: 100%;
    height: auto;
    float: left;
}
.card__bio__section{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0 0 0;
}
.card__bio__section{
    width: 100%;
    height: auto;
    float: left;
    color: #626262;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
}
.card__buttons__counter{
    width: 130px;
    height: 50px;
    background-color: #f4f5f6;
    border-radius: 100px;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}
.card__buttons__counter button{
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 100px;
    color: #626262;
    font-size: 16px;
    cursor: pointer;
    border: unset;
    transition: .2s;
}
.card__buttons__counter button:hover{
    background-color: #e22312;
    color: #ffffff;
    transition: .2s;
}
.card__buttons__counter input{
    width: 30px;
    height: auto;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    border: unset;
    background-color: unset;
    text-align: center;
}
.card__carousel{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.card__carousel-poster{
    width: 100%;
    height: 500px;
    float: left;
    object-fit: cover;
    object-position: center;
}
.card__carousel .owl-nav{
    width: 95%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10005;
}
.card__carousel .owl-nav > button{
    width: 38px;
    height: 38px;
    background-color: #ffffff !important;
    border-radius: 100px;
    box-shadow: 0px 0px 6px 4px rgba(217, 217, 217, 0.3);
}
.card__carousel .owl-nav > button > i{
    color: #e22312;
    font-size: 18px;
}
.card__partret{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px;
}
.card__partret img{
    width: calc(20% - 10px);
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}
/* CARD */