@font-face {
    font-family: 'NAMU';
    src: local('NAMU-Pro'), local('NAMU-Pro'), url('../fonts/NAMU-Pro.woff2') format('woff2'), url('../fonts/NAMU-Pro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v24-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v24-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v24-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v24-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v24-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v24-latin_cyrillic-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v24-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/montserrat-v24-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v24-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v24-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v24-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v24-latin_cyrillic-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
html{
    font-family: 'Montserrat', sans-serif;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
    color: #171717;
    margin: 0 ;
    padding: 0;
}
p {
    margin: 0 0 20px;
}
.ttl-h1 {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    color: #26335D;
    margin: 0;
}
.ttl-h2 {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 43px;
    line-height: 50px;
    color: #26335D;
    margin: 0;
}
.ttl-h2_blue {
    color: #0B35E9;
    margin: 0 0 30px;
}
.ttl-h2_padding_left {
    padding-left: 35px;
}
.ttl-h3 {
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #0B35E9;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #26335D;
    text-align: center;
    padding: 0 20px;
}
.link {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #0B35E9;
    text-decoration: none;
}
.label {
    display: inline-block;
    font-family: 'NAMU', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 16px 39px 24px 35px;
    background: #0B35E9;
}
.main {
    position: relative;
}
.txt_orange {
    color: #FBAF62;
}
.txt_yellow {
    color: #FFEC00;
}
.txt_blue {
    color: #0B35E9;
}
.txt_white {
    color: #FFFFFF;
}
.background_gray {
    background: #F2F2F2;
}
.mb_35 {
    margin-bottom: 35px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_120 {
    margin-top: 120px;
}
.btn {
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #FFFFFF;
    padding: 10px 30px;
    background: #0B35E9;
    text-decoration: none;
    cursor: pointer;
}
.txt_center {
    text-align: center;
}
.txt_left {
    text-align: left;
}

#sg-filter .btn{
    font-size: 16px;
    display: inline-flex;
    height: 38px;
    position: relative;
    top: -13px;
    bottom: 0;
    border: solid 2px #0B35E9;
    transition: all .3s;
}
#sg-filter .btn:hover{
    background: #fff;
    color: #0B35E9;
}
#sg-filter .input-text{
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    height: 38px;
    position: relative;
    top: -13px;
    margin-right: 10px;
    border-radius: 0;
    padding: 0 20px;
}
#sg-filter .button_reset{
    position: relative;
    top: -13px;
}

@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 767.98px) {
    body{
        font-size: 13px;
     line-height: 25px; 
    }
    p {
        margin: 0 0 15px;
    }
    .ttl-h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .ttl-h2 {
        font-size: 33px;
        line-height: 40px;
    }
    .caption {
        font-size: 10px;
        line-height: 14px;
        padding: 0;
    }
    .link {
        font-size: 10px;
        line-height: 14px;
    }
    .label {
        font-size: 22px;
        line-height: 32px;
        padding: 15px 20px;
    }
    .btn {
        font-size: 13px;
    }
    #sg-filter .btn{
        top: 0;
        width: 100%;
        justify-content: center;
    }
    #sg-filter .input-text{
        width: 50%;
        margin: 0;
        top: 0;
    }
    #sg-filter .selectric-wrapper.selectric-select-population .selectric{
        margin-right: 0;
    }
    #sg-filter .selectric-wrapper{
        width: 50%;
    }
    #sg-filter .sg-filter_wrap{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (max-width: 575.98px){
    .ttl-h2_blue {
        margin: 0 0 20px;
    }
    #sg-filter .input-text,
    #sg-filter .selectric-wrapper{
        width: 100%;
    }
    #sg-filter .btn{
        margin-top: 10px;
    }
    #sg-filter .selectric-wrapper .selectric{
        margin-right: 0;
    }
    #sg-filter .button_reset{
        top: 3px;
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
}