.main_slider{
    padding-top: 50px;
    background-color: #FFFFFF;
    width: 100%;
    max-width: unset;
}
.main_slider_container{
    min-height: inherit;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
}
.main_slider_card:nth-child(3n+1){
    padding-left: 0;
}
.main_slider_card:nth-child(3n+3){
    padding-right: 0;
}
.main_slider_card:nth-child(3n+2){
    border-left: 1px solid rgba(26, 48, 99, 0.3);
}
.main_slider_card:nth-child(3n+3){
    border-left: 1px solid rgba(26, 48, 99, 0.3);
}
.main_slider_card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* box-sizing: unset; */
    padding: 0 25px;
    /* width: auto; */
    /* width: 33%; */
    height: 650px;
    /* max-width: 377px; */
    /* border-right: 1px solid rgba(26, 48, 99, 0.3); */
    text-decoration: none;
}
.main_slider_card_subtitle{
    padding-top: 10px;
    max-width: 239px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #1A3063;
    border-top: 1px solid rgba(26, 48, 99, 0.3);
}
.main_slider_card_title{
    margin-top: 39px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1A3063;
}

.main_slider_card_text{
    margin-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #1A3063;
}
.main_slider_card_img{
    margin-top: 30px;
    padding-bottom: 91%;
}
.main_slider_link{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1A3063;
}
.main_slider_link > a{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1A3063;
}
.main_slider_link_arrow{
    margin: -2px;
    display: inline-block;
    margin-left: 20px;
    width: 29px;
    height: 20px;
    background: #1A3063;
    mask: center/cover no-repeat url("../images/4.svg");
    -webkit-mask: center/ 100% no-repeat url("../images/4.svg");
}
.slider_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-bottom: 50px;
}
.slider_buttons{
    margin-right: 18px;
    height: 20px;
    display: flex;
    justify-content: space-between;
}
.slider_button{
    box-sizing: unset;
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #1A3063;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider_button::after{
    position: absolute;
    box-sizing: unset;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50px;
}
.slider_button.enable::after{
    background: #1A3063;
}

.slider_dots{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.slider_dots > .owl-dot:first-child{
    order: 1;
}

.owl-stage-outer {
    height: 700px;
}
.owl-dot{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: unset;
    position: relative;
    margin-left: 20px;
    width: 16px;
    height: 16px;
    border: 2px solid #1A3063;
    border-radius: 50px;
    background-color: #FFFFFF;
}
.owl-dot::after{
    position: absolute;
    box-sizing: unset;
    margin: auto;
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50px;
    transition-duration: 0.2s;
}
.owl-dot.active::after{
    background: #1A3063;
}

.owl-item{
    border-right: 1px solid rgba(26, 48, 99, 0.3);
    box-sizing: unset;
}

@media (max-width: 1100px) {
    .owl-carousel
    {
        margin: auto;
        max-width: 377px;   
    }

    .slider_dots > .owl-dot:first-child{
        order: unset;
    }

    .owl-item{
        border-right: unset;
        box-sizing: border-box;
    }

    .owl-stage-outer {
        height: auto;
    }
    .owl-dot{
        margin-left: 10px;
        width: 8px;
        height: 8px;
        border: 1px solid #1A3063;
    }
    .owl-dot::after{
        width: 4px;
        height: 4px;
    }
    .main_slider_card{
        height: auto;
    }
    
    .main_slider_card:nth-child(n+2){
        display: none;
    }

    .main_slider_container{
        margin: 0 auto;
        padding: 0 25px;
    }

    .main_slider{
        padding-top: 40px;
    }

    .main_slider_card:nth-child(3n+1){
        padding: unset;
        border: unset;
    }
    
    .main_slider_card:nth-child(3n+3){
        padding: unset;
        border: unset;
    }
    
    .main_slider_card:nth-child(3n+2){
        border: unset;
        border: unset;
    }
    
    .main_slider_card:nth-child(3n+3){
        border: unset;
        border: unset;
    }

    .main_slider_card_subtitle{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 100%;
        letter-spacing: 0.05em;
    }
    .main_slider_card_title{
        margin-top: 15px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .main_slider_card_text{
        margin-top: 15px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 120%;
        letter-spacing: 0.05em;
    }
    .main_slider_card_img{
        margin-top: 15px;
    }

    .slider_buttons{
        /* width: 50px; */
    }

    .slider_button{
        box-sizing: unset;
        position: relative;
        width: 8px;
        height: 8px;
    
        border: 1px solid #1A3063;
        border-radius: 50px;
    
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .slider_button::after{
        position: absolute;
        box-sizing: unset;
        margin: auto;
        content: '';
        width: 4px;
        height: 4px;
        background: transparent;
        border-radius: 50px;
    }
    
    .slider_button.enable::after{
        background: #1A3063;
    }

    .main_slider_link{

        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .main_slider_link > a{
    
        text-decoration: none;

        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        
        color: #1A3063;
    }

    .main_slider_link_arrow{
        margin: -2px;
        display: inline-block;
        margin-left: 10px;
        width: 20px;
        height: 14px;
        background: #1A3063;
        mask: center/cover no-repeat url("../images/4.svg");
        -webkit-mask: center/ 100% no-repeat url("../images/4.svg");
    }
    
    .slider_footer{
        max-width: 377px;
        margin: auto;
        margin-top: 15px;
        padding-bottom: 40px;
    }
}