:root{
    --one: "Onest", sans-serif;
    --roboto: "Roboto", sans-serif;
}

body{
    font-family: var(--one);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: .3px;
}

.tupp{
    text-transform: uppercase;
}

.tlc{
    text-transform: lowercase;
}

html::-webkit-scrollbar{
    width: 10px;
}

html::-webkit-scrollbar-track{
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb{
    background: var(--title);
    border-radius: 15px;
}

a{
    text-decoration: none;
    color: #000;
}

hr{
    max-width: 100%;
    opacity: 100%;
    -webkit-opacity: 100%;
}

.sectitle{
    max-width: 100%;
    text-transform: uppercase;
    color: var(--title);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: .3px;
}

.sectitle strong{
    color: var(--main);
    font-weight: inherit;
}

.subtitle{
    text-transform: uppercase;
    max-width: 100%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.14;
}

.text{
    max-width: 100%;
    color: var(--text);
}

.text p:not(:last-child){
    margin-bottom: 1rem;
}

.text hr{
    width: 100%;
    height: 2px;
    background-color: var(--main);
    margin: 0 auto 1rem;
}

.w{
    color: var(--white);
}

.telp,
.mailp{
    display: block;
}

.mailp{
    word-break: break-word;
}

.dbtn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 5px;
    width: fit-content;
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    background-color: var(--main);
    padding: 0 12px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn:hover{
    color: var(--white);
    background-color: var(--footer1);
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px !important;
    top: 105%;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.separator{
    width: 100%;
    height: 89px;
    background: url(../../assets/img/separator.svg) repeat-x left center/auto 100%;
}

.form{
    width: 675px;
    max-width: 100%;
    background-color: var(--white);
    box-shadow: 0 8px 30px #00000063;
    border-radius: 23px;
}

.form .top{
    background-color: var(--black);
    padding: 31px 45px;
}

.form .title{
    width: 489px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.07;
}

.form .text{
    width: 455px;
    margin-top: 17px;
}

.form .bottom{
    padding: 49px 37px 60px;
}

.form .ftitle{
    color: var(--main);
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.form hr{
    height: 2px;
    background: #676767;
    margin: 8px auto 36px;
}

.form .row{
    grid-gap: 27px 0;
    margin: 0;
}

.form .row>*{
    padding: 0 7px;
}

.form .lb{
    color: var(--title);
    font-weight: 300;
}

.form .ipts{
    color: var(--title);
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #676767;
    padding: 5px 10px;
}

.form textarea.ipts{
    height: 133px;
    border-radius: 12px;
    border: 2px solid var(--black);
    resize: none;
}

.form .tlb{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
}

.form button{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: 1rem;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    border-radius: 8px;
    background-color: #919294;
    padding: 14px 18px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.form button::after{
    content: url('data:image/svg+xml;utf8,<svg width="50" height="12" viewBox="0 0 50 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.72266H45.4" stroke="white" stroke-width="4" stroke-linecap="round"/><path d="M38.6758 0L44.4018 5.723L38.6758 11.446H43.5348L49.2578 5.723L43.5348 0H38.6758Z" fill="white"/></svg>');
    height: 12px;
}

.form button:hover{
    background-color: var(--black);
}

section.ban{
    position: relative;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
	min-height: 580px;
/*     min-height: 945px; */
    padding: 4rem 0;
}

section.ban .container>img{
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

section.ban .title{
	max-width: 100%;
    text-transform: uppercase;
    color: var(--white);
    font-size: 60px;
    font-weight: 900;
    line-height: .96;
}

section.ban .title strong{
    display: block;
    display: -webkit-block;
    color: var(--black);
}

section.ban .subtit{
    width: 463px;
    max-width: 100%;
    color: var(--white);
    font-size: 31.5px;
    font-weight: 200;
    line-height: .952;
}

section.ban .box{
    position: relative;
    width: 398px;
    margin-top: 2rem;
    padding: 19px 34px 11px;
}

section.ban .box::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--main);
    mix-blend-mode: multiply;
}

.pathbox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 2rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 8px 0;
}

.pathbox .back{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
    color: #0E143A;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.536px;
    background: none;
}

.pathbox .back::before{
    content: url('data:image/svg+xml;utf8,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 12L2 6.5L8 1" stroke="rgb(14,20,58)" stroke-width="2"/></svg>');
}

.pathbox .path,
.pathbox .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
}

.pathbox .path{
    border-left: 1px solid var(--line);
    padding: 8px 0 8px 2rem;
}

.pathbox .path>*{
    color: #626F7C;
}

.pathbox .path>*:not(:last-child)::after{
    content: '/';
}

.pathbox .path>*:last-child{
    color: var(--main);
    font-weight: 700;
}

.pagination{
}

.pagination>*{
}

.pagination>*:not(:first-child):not(:last-child):hover,
.pagination>*:not(:first-child):not(:last-child).active{
}

.pagination>*:first-child,
.pagination>*:last-child{
}

.loader{
    position: fixed;
    inset: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: var(--white);
}

.loader::before{
    content: '';
    position: absolute;
    width: 50px;
    aspect-ratio: 1/1;
    border: 3px solid var(--main);
    border-radius: 50%;
    clip-path: polygon(0 0,70% 0,70% 50%,100% 50%,100% 100%,0 100%);
    -webkit-clip-path: polygon(0 0,70% 0,70% 50%,100% 50%,100% 100%,0 100%);
    animation: 1s linear infinite forwards rotate;
    -webkit-animation: 1s linear infinite forwards rotate;
    -moz-animation: 1s linear infinite forwards rotate;
    -ms-animation: 1s linear infinite forwards rotate;
    -o-animation: 1s linear infinite forwards rotate;
}

@keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-webkit-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-moz-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-ms-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}
@-o-keyframes rotate{from{transform: rotateZ(0);-webkit-transform: rotateZ(0);-moz-transform: rotateZ(0);-ms-transform: rotateZ(0);-o-transform: rotateZ(0);}to{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);}}

@media(max-width:992px){
    section.ban{
        min-height: unset;
    }
    section.ban .title{
        margin-bottom: 1rem;
    }
    section.ban .subtit,
    section.ban .box{
        width: 100%;
    }
}

@media(max-width:768px){
    .pathbox,
    .pathbox .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}

@media(max-width:575px){
    .sectitle,
    section.ban .title,
	.sol-title .title{
        font-size: clamp(32px,7vw,36px) !important;
    }
    .dbtn{
        width: 100%;
    }
    .separator{
        height: 44px;
        background-size: auto;
    }
}