@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Parkinsans:wght@300..800&display=swap');

/*

Чорний: #222
Білий: #fff

Другий віддтінок білого (фон): #e9e9e9 + #f3f3f3 (для блоку на цьому фоні)
Другий відтінок чорного (фон + текст): #b3b3b3

Обводка + лінії: #bbb6b6
*/

/* default */
:root {
    --main-theme-color: #0070ff;
    --white-color: #fff;
    --black-color: #222;
    --main-border: #bbb6b6;
}
body{
    font-family: 'Parkinsans', sans-serif!important;
}
*{
    transition:0.3s linear;
}
:hover{
    transition:0.3s linear;
}
ul, ol{
    padding: 0;
    list-style: none;
    margin: 0;
}
section{
    position: relative;
    margin: auto;
    width: 100%;
    display: flex;
    padding: 60px 0;
    z-index: 3;
    overflow: hidden;
}
a{
    text-decoration: none;
}
button{
    box-shadow: none;
    outline: none;
    border: 0;
}
.container{
        max-width: 1680px;
}

/* main button */
.mainButton{
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: flex;
    width: max-content;
    position: relative;
    z-index: 2;
    background: var(--main-theme-color);
    transition: color .9s ease;
    overflow: hidden;
    border: 2px solid var(--main-theme-color);
}
.mainButtonTwo{
    background: #fff;
    color: var(--main-theme-color);
    border: 0;
}
.mainButton::after{
    content: '';

    position: absolute;

    width: 0;
    height: 0;

    background: #fff;
    border-radius: 50%;

    left: var(--x);
    top: var(--y);

    transform: translate(-50%, -50%);
    transition:
        width .9s ease,
        height .9s ease;

    z-index: -1;
}
.mainButtonTwo::after{
    background: #3a86e7;
}
.mainButton:hover{
    color: #222;
}
.mainButtonTwo:hover{
    color: #fff;
}

.mainButton:hover::after{
    width: 500px;
    height: 500px;
}

.mainButton:hover{
    
}
.paddingForHeader{
    padding-top: 80px;
}

/* others styles */
.sectionHeading{
    padding-bottom: 40px;
}
.sectionHeading h2{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
    max-width: 900px;
}


/* header */

header{
    position: fixed;
    width: 100%;
    padding: 10px 0;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
        display: flex;
    align-items: center;
}
.headerWrap{
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    align-items: center;
}
.headerLogo img{
    width: 100%;
    height: 60px;
}
.headerLogo span{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #222;
    display: flex;
    align-items: flex-start;
}
.headerLogo span span{
    color: var(--main-theme-color);
    padding-left: 5px;
    font-size: 16px;
    line-height: 16px;
}

.headerNav{
    
}
.headerNav nav{
    
}
.headerNav ul{
        padding: 0;
    list-style: none;
    margin: 0;
    grid-gap: 20px;
    display: flex;
}
.headerNav ul li{
    
}
.headerNav ul li a{
        font-size: 16px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}
.headerNav ul li a:hover{
    
} 

.headerLang{
        display: flex;
    grid-gap: 5px;
}
.headerLang li:not(:first-child):before{
    content: "•";
    margin-right: 5px;
}

.headerLang a{
        color: #222;
    font-size: 18px;
    text-transform: uppercase;
}
.headerLang a:hover{
    
}
/* footer */


/* home banner */
.homeBanner{
    background: url(/assets/img/homeBanner.jpg) no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
        padding-bottom: 350px;
}
.homeBanner:after{
    content: "";
    position: absolute;
    z-index: 1;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}
.homeBContent{
    position: relative;
    z-index: 10;
}
.homeBContent h1{
    color: #fff;
    font-size: 56px;
    width: 100%;
    max-width: 900px;
    line-height: 56px;
    margin-bottom: 30px;
}
.homeBContent p{
    color: #c7c7c7;
    font-size: 24px;
    width: 100%;
    max-width: 700px;
    margin-bottom: 60px;
}
.homeBCBtns{
        display: flex;
    grid-gap: 10px 20px;
    flex-wrap: wrap;
}

/* home direction */

.homeDirection{
    margin-top: -300px;
}
.homeDirection .container{
    max-width: 100%;
    padding-right: 0;
}
  
.homeDTop{
        display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    max-width: 1680px;
    margin: auto;
    padding-right: 12px;
}
.homeDTop h3{
        color: #fff;
    font-size: 28px;
}
.homeDTop a{
        font-size: 20px;
}
.homeDCard{
    display: grid;
    width: 100%;
    background: #e9e9e9;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.homeDCTop{
        display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.homeDCTop h4{
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.homeDCTop img{
    width: 40px;
    height: 30px;
    object-fit: cover;
}
.homeDCMiddle{
        color: #636363;
}
.homeDCCar{
    
}
.homeDCCar img{
    width: 100%;
}
.homeDCMeta{
        display: grid;
    grid-template-columns: repeat(3, 33.3%);
    margin: 0 -5px;
    padding-bottom: 15px;
}
.homeDCMBlock{
        margin: 0 5px;
}
.homeDCMBlock svg{
        color: #222;
    width: 22px;
    height: 22px;
}
.homeDCMBlock span{
        color: #636363;
}
.homeDCAction{
        display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.homeDCAPrice{
        color: #222;
    font-size: 22px;
    font-weight: 600;
}
.homeDCAPrice span{
    font-size: 14px;
     color: #636363;
}
.homeDCAction .mainButton{
    padding: 8px 16px;
    font-size: 14px;
}

/* home categories */
.homeDCategories{
        padding-top: 0;
}
.homeDCats{
        display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: center;
}
.homeDCats a{
        background: #e9e9e9;
    padding: 8px 20px;
    color: #222;
    border-radius: 10px;
    display: flex;
}
.homeDCats a:hover{
    background: var(--main-theme-color);
    color: #fff;
}

/* home adv */
.homeAdv{
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    margin: 0 -10px;
    grid-gap:20px 0;
}
.homeABlock{
    background: #e9e9e9;
    margin: 0 10px;
    border-radius: 20px;
    padding: 20px;
    position: relative;
        overflow: hidden;
}
.homeABlock:after{
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: -45px;
    background: #0070ff;
    z-index: 1;
}
.homeABTop{
        display: flex;
    grid-gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}
.homeABTop div{
        background: #222;
    border-radius: 10px;
    padding: 15px;
}
.homeABTop div svg{
        color: var(--main-theme-color);
    width: 36px;
    height: 36px;
}
.homeABTop h6{
        font-size: 20px;
    font-weight: 600;
    color: #222;
    position: relative;
    z-index: 2;
        margin: 0;
}
.homeABlock p{
        font-size: 16px;
    color: #636363;
    position: relative;
    z-index: 2;
}

/* home steps */
.homeStepsTop{
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding-bottom: 30px;
    justify-content: space-between;
}
.homeStepsTop h2{
    width: 100%;
    max-width: 400px;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
}
.homeStepsTop div{
width: 40%;
    display: grid;
    grid-gap: 20px;
}
.homeStepsTop div p{
    margin: 0;
    font-size: 16px;
}
.homeStepsTop div button{
    
}
.homeSteps{
    display: grid;
}
.homeSBlock{
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 20px;
    border-top: 1px solid #bbb6b6;
    padding: 20px 0;
    align-items: center;
}
.homeSBlock:last-child{
    border-bottom: 1px solid #bbb6b6;
}
.homeSBlock > span{
    font-size: 30px;
    color: #c7c7c7;
}
.homeSBContent{
    
}
.homeSBContent h6{
color: #222;
    font-size: 24px;
    font-weight: 600;
}
.homeSBContent p{
    color: #636363;
}
.homeSBLines{
        display: flex;
    grid-gap: 8px;
    margin-left: auto;
}
.homeSBLines span{
        transform: skewX(-10deg);
    width: 2px;
    height: 16px;
    background: #b3b3b3;
    display: block;
    transition: all 0.3s;
}
.homeSBLines span.open {
    background: #222;
        height: 24px;
}

/* home faq */

.homeServAccordion .accordion-item {
    border: 0;
    border-top: 1px solid var(--main-border);
    border-radius: 0;
}
.homeServAccordion h2 button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #222 !important;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
    display: flex;
    grid-gap: 20px;
}
.homeServArrow {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' stroke-width='1.5' d='M5.75 12.75v5.5h5.5m1.5-12.5h5.5v5.5'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    color: #b3b3b3;
    font-weight: 400;
}
.homeServAccordion .accordion-body {
    padding: 0 !important;
    padding-bottom: 20px !important;
}