*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* fonts */
@font-face {
  font-family: 'Mulish';
  src: url('../fonts/Mulish-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSerif';
  src: url('../fonts/SourceSerif.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* root */
html{
    scroll-behavior: smooth;
}
body{
    font-family: var(--font-body);
    background: var(--bg);
}
.overflow{
    overflow: hidden;
}
.top_page{
    padding-top: 140px;
}
:root{
    --text-dark-title: #FFFFFF;
    --text-dark: #D9D9D9;
    --text-title: #000000;
    --text: #444444;
    --bg: #FFFFFF;
    --dark-bg: #142C43;
    --main: #EF7C0F;
    --border-line: #D4D4D4;
    --dark-border-line: #949494;
    --max-container-width: 1420px;
    --max-container-small: 1120px;
    --font-body: 'Mulish';
    --font-title: 'SourceSerif';
}
section{
    padding-top: 120px;
}
.dark_section_last{
    padding-bottom: 120px;
}
.dark_section_margin_top{
    margin-top: 120px;
}
.dark_section{
    position: relative;
    background: var(--dark-bg);
    z-index: 2;
    overflow: hidden;
}
.dark_section_top{
    background-image: url('../img/dark_section_top.svg');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.dark_section p, .dark_section .title p,
.dark_section .title p::before, .dark_section li{
    color: var(--text-dark);
}
.dark_section h2, .dark_section .title h2,
.dark_section h3{
    color: var(--text-dark-title);
}
.dark_section .swiper-navigation img{
    filter: invert();
    -webkit-filter: invert();
}
.container{
    width: 100%;
    max-width: var(--max-container-width);
    margin-left: auto;
    margin-right: auto;
}
.container_small{
    width: 100%;
    max-width: var(--max-container-small-width);
    margin-left: auto;
    margin-right: auto;
}
a{
    text-decoration: none;
    color: #000;
    transition: .3s;
}
a:hover{
    color: var(--main);
}
p, li{
    line-height: 1.3;
    color: var(--text);
}
.caption{
    font-size: 18px !important;
    font-family: var(--font-title);
}
.caption b{
    font-weight: 400;
}
.btn_main, a.btn_main{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 20px;
    font-size: 16px;
    color: #fff;
    background: var(--main);
    border: 1px solid var(--main);
    font-family: var(--font-body);
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    line-height: 1.2;
}
.btn_main img{
    height: 16px;
}
.btn_main:hover{
    box-shadow: 0px 4px 10px rgb(242, 100, 34, .4);
}
.btn_main_white, a.btn_main.btn_main_white{
    background: #fff;
    color: var(--main);
}
.btn_main_white:hover{
box-shadow: 0px 4px 10px rgb(242, 100, 34, .4);
}
input:focus{
    outline: none;
}
input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    width: auto !important;
    aspect-ratio: 1/1;
    padding: 0;
    border: 1px solid var(--main);
    border-radius: 0.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    transition: .3s;
}
input[type="checkbox"]:checked{
    border-color: var(--main);
    background-color: var(--main);
    background-image: url('../img/icons/checkbox.svg');
    background-size: cover;
    background-position: center;
}
input[type="checkbox"]:active {
    filter: brightness(90%);
}
input[type="checkbox"]:hover:not(:disabled) {
    border-color: var(--main);
}
input[type="checkbox"]:focus {
    border-color: var(--main);
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(225, 137, 65, 0.3);
}
.form_check label{
    font-size: 14px;
    color: var(--gray);
}
.form_check label a{
    font-size: 14px;
}
.dark_section .form_check label{
    color: var(--border-line);
}
.form_check label a{
    text-decoration: underline;
    color: var(--main);
    transition: .3s;
}
.form_check label a:hover{
    color: var(--main);
}
.form_check{
    margin: 10px 0px;
}
h1{
    font-family: var(--font-title);
    font-size: 48px;
    color: var(--text-dark-title);
    font-weight: 400;
    margin-bottom: 60px;
    letter-spacing: -1px;
}
h1.dark_h1{
    color: var(--text-title);
}
h3{
    font-size: 20px;
    font-family: var(--font-title);
    font-weight: 400;
    color: var(--text-title);
    letter-spacing: -0.5px;
}
/* img {
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
    pointer-events:none
} */
.bg_image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 60px;
}
.title p{
    display: flex;
    color: var(--text);
}
.title p::before{
    content: "—";
    display: block;
    font-size: 16px;
    color: var(--text);
    margin-right: 5px;
}
.title h2{
    font-size: 36px;
    font-weight: 400;
    text-align: left;
    color: var(--text-title);
    font-family: var(--font-title);
    letter-spacing: -1px;
}
button{
    outline: none;
    border: 0px;
}
.rank-math-breadcrumb{
    margin-bottom: 20px;
}
.dark_section .rank-math-breadcrumb .separator, 
.dark_section .rank-math-breadcrumb a, .dark_section .rank-math-breadcrumb,
#main .rank-math-breadcrumb .separator, #main .rank-math-breadcrumb a, 
#main .rank-math-breadcrumb{
    color: var(--text-dark);
}
.rank-math-breadcrumb .separator, .rank-math-breadcrumb a,
.rank-math-breadcrumb{
    color: var(--text);
    font-size: 14px;
}
.last{
    color: #878787;
}
#main .last{
    color: var(--border-line);
}
.rank-math-breadcrumb a:hover{
    color: var(--main);
}

/* swiper */
.swiper{
    position: relative;
}
.swiper-navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    gap: 20px;
}
.swiper-navigation.hidden{
    display: none;
}
.swiper-navigation button{
    width: 50px;
    border: 0px;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.swiper-navigation button img{
    width: 100%;
    height: auto;
}
.swiper-navigation button.disabled img{
    opacity: .5;
}
.swiper-pagination{
    position: relative;
    top: auto;
    margin-top: 40px;
    gap: 20px;
}
.swiper-pagination-bullet{
    height: 8px;
    width: 8px;
    background: var(--gray);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: 30px;
    height: 8px;
    background: var(--main);
    border-radius: 5px;
}
#form input:-webkit-autofill,
#form input:-webkit-autofill:hover,
#form input:-webkit-autofill:focus,
#form textarea:-webkit-autofill,
#form textarea:-webkit-autofill:hover,
#form textarea:-webkit-autofill:focus,
#form select:-webkit-autofill,
#form select:-webkit-autofill:hover,
#form select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
#form.dark_section input:-webkit-autofill,
#form.dark_section input:-webkit-autofill:hover,
#form.dark_section input:-webkit-autofill:focus,
#form.dark_section textarea:-webkit-autofill,
#form.dark_section textarea:-webkit-autofill:hover,
#form.dark_section textarea:-webkit-autofill:focus,
#form.dark_section select:-webkit-autofill,
#form.dark_section select:-webkit-autofill:hover,
#form.dark_section select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* custom_classes */
.flex{
    display: flex;
}
.wrap{
    flex-wrap: wrap;
}
.row{
    flex-direction: row;
}
.column{
    flex-direction: column;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.items-start{
    align-items: start;
}
.items-end{
    align-items: end;
}
.justify-start{
    justify-content: start;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-end{
    justify-content: end;
}
.gap-5{
    gap: 5px;
}
.gap-10{
    gap: 10px;
}
.gap-15{
    gap: 15px;
}
.gap-20{
    gap: 20px;
}
.gap-30{
    gap: 30px;
}
.gap-40{
    gap: 40px;
}
.gap-60{
    gap: 60px;
}