@font-face {
	font-family: 'english';
	src: url('/assets/template/fonts/english.otf');
	font-weight: 400;
}

header.home:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.5)
}

header.home .container {
    z-index:999;
    position:relative;
}

.heros {
    position:relative;
}

.heros .owl-dots{
    position:absolute;
    right:3%;
    bottom:45%;
    display:flex;
    align-items: center;
    justify-content: end;
    gap:15px;
}

.heros .owl-dot{
    width:15px;
    border-radius:100px;
    height:15px;    
}

.heros .owl-dot:not(.active){
    background:#fff !important;
}

.heros .owl-dot.active{
    background:#999;
}

.heros .owl-nav button{
    bottom:0px !important
}
.heros .owl-nav {
    position: absolute;
    bottom: 100px;
    width: 100px;
    right: 0px;
    bottom: 55%;
}

@media (max-width: 768px) {

    .heros .owl-nav {
        position: absolute;
        bottom: 100px;
        width: 100px;
        right: 60px;
        bottom: 260px;
        display: flex;
        gap: 15px;
    }

    .heros .owl-dots{
        bottom:30%;
    }

    .heros {        
        background:#333;
    }

    .footer__bottom-right {
        flex-wrap:wrap;
    }

    .our-advantage__list .col-lg-6 {
        width:100% !important
    }

    .service h1 {
        color: #3A54A3;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display:block;
        margin-bottom:30px;
    }
    
    .service .sub_head {
        color: #52535A;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom:20px;
    }

    .img2 {
        margin-bottom:30px;
    }
        
    .serv_block {
        border-radius: 12px;
        background: #3A54A3;
    /* плашка */
        box-shadow: -5px -5px 10px 0px #F8F8F8, 5px 5px 30px 0px #EAEEF3;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding:30px 20px;
        height:185px;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        width:100%;
        max-width:375px;
        margin-left:auto;
        margin-right:auto;
    }

        
    small.snos {
        color: #52535A;
        text-align: center;
        font-family: Roboto;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .service {
        margin-bottom:30px;
    }

    .service h2 {
        color: #3A54A3;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display:block;
        margin-bottom:20px;
    }

    body {
        color: #52535A;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    body {
        color: #52535A;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .service h2 {
        color: #3A54A3;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display:block;
        margin-bottom:20px;
    }

    .service {
        margin-bottom:50px;
    }

    .service h1 {
        color: #3A54A3;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display:block;
        margin-bottom:30px;
    }    

    .service .sub_head {
        color: #52535A;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom:30px;
    }

        
    .serv_block {
        border-radius: 12px;
        background: #3A54A3;
    /* плашка */
        height:185px;
        box-shadow: -5px -5px 10px 0px #F8F8F8, 5px 5px 30px 0px #EAEEF3;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding:30px 20px;
        height:100%;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
    }

        
    small.snos {
        color: #52535A;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

}

.serv_wrap {
    margin-bottom:30px;
}

.img_wrap {
    height:60px;
}

.img_wrap img{
    width:auto !important;
    height:100%;
}

.img_text {
    height:45px;
    margin-top:20px;
}

.service ul{
    padding:0;
    margin:0;
}

.service ul li:before{
    content:'';
    position:absolute;
    background: #52535A;
    width:2px;
    height:2px;
    position:absolute;
    left:10px;
    top:50%;
    margin-top:-1px;
}

.service ul li{
    padding-left:30px;
    position:relative;
    list-style-type: none;
}

.plain a {
    text-decoration: none;
    color: #3A54A3;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.plain strong {
    color: #3A54A3;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn1 {
    border-radius: 6px;
    background: #3A54A3;
    padding:20px 0px;
    width:225px;
    text-decoration:none;
    display:inline-block;
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media (max-width: 768px) {
    
    .header21 {
        background:url(../images/header-template.png) top center no-repeat;
        background-size: auto 100%;
        padding-top:30px;
        margin-bottom: 30px;
    }

    .md-img {
        max-width:100%;
    }
    
    .btn_heads {
        display:flex;
        flex-direction:column;
        gap:15px;
    }

    .btn_head {
        text-decoration: none;
        display:inline-block;
        padding:20px 0;
        border-radius: 6px;
        background: #E43033;
        text-align: center;
        width:100%;
        color: #FFF;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    
    .header21 ul{
        padding:0;
        margin:0;
        padding-top:15px;
        padding-bottom:30px;
    }

}

@media (min-width: 768px) {
    .header21 .row, .header21 .container {
        height:100%;
    }

    .header21 .row {
        align-items: center;
    }

    .header21 {
        background:url(../images/header-template.png) top center no-repeat;
        background-size:cover;
        height:800px;        
        margin-bottom: 120px;
    }
        
    .btn_heads {
        display:flex;
        gap:64px;
    }

    .btn_head {
        text-decoration: none;
        display:inline-block;
        padding:20px 0;
        border-radius: 6px;
        background: #E43033;
        text-align: center;
        width:220px;
        color: #FFF;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

        
    .header21 ul{
        padding:0;
        margin:0;
        padding-top:30px;
        padding-bottom:60px;
    }

}

.header21 h1 {
    color: #3A54A3;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header21 ul li:before{
    content:'';
    width:2px;
    height:2px;
    background: #52535A;
    border-radius:100px;
    position:absolute;
    left:10px;
    top:50%;
    margin-top:-1px;
}

.header21 ul li{
    position:relative;
    color: #52535A;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left:30px;
    list-style-type: none;
}

.plashkas .col-lg-4{
    padding-bottom:30px;
}

.plash {
    height:100%;
    min-height:150px;
    display:flex;
    gap:10px;
    padding:20px;
    align-items:center;
}

.plash1 {
    border-radius: 12px;
    background: #3A54A3;
    box-shadow: -5px -5px 10px 0px #F8F8F8, 5px 5px 30px 0px #EAEEF3;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.plash1 strong{
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display:block;
    margin-bottom:10px;
}


.plash2 {
    border-radius: 12px;
    background: #FFF;
    box-shadow: -5px -5px 10px 0px #F8F8F8, 5px 5px 30px 0px #EAEEF3;
    overflow: hidden;
    color: var(--3, #282E42);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.plash2 strong{
    color: #3A54A3;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display:block;
    margin-bottom:10px;
}

.pl_img {
    flex:0 0 auto;
    width:60px;
}

.plash1 ul li:before{
    content:'';
    position:absolute;
    background: #fff;
    width:2px;
    height:2px;
    position:absolute;
    left:10px;
    top:50%;
    margin-top:-1px;
}


.plash2 ul li:before{
    content:'';
    position:absolute;
    background: #282E42;
    width:2px;
    height:2px;
    position:absolute;
    left:10px;
    top:50%;
    margin-top:-1px;
}

.custom-btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px;
    border: none;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #E43033;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.flag {
    text-align: center;
    color:#fff;
    font-family: 'english';
    font-weight: 400;
    font-size:40px;
    padding-top:8px;
    padding-bottom:8px;
    margin-bottom:15px;
    background:url(/assets/template/img/flag2.jpg);
    background-size:auto 100%;
    position:relative;
}

.flag:before {
    content:'';
    position:absolute;
    z-index:3;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.35);
}

.flag div{
    position:relative;
    z-index:4;
}

/*header.home:not(.fixed) .flag {    
    color:#fff;
}*/

/*.flag img{
    max-width:50px;
}

/*header:not(.home) .flag, header.home.fixed .flag{
    color:#52535A;
}*/

.our-advantage__ico img {
	max-width:80px;
}

@media (min-width: 1200px) {
    .owl-nav {
        display:flex;
        gap:15px;
        position:relative;
        transform:translateX(-60px);
        width:calc(100% + 120px);
        justify-content: space-between;
    }

    .diploms2 .owl-nav {
        display:flex;
        position:relative;
        transform:translateX(0px);
        width:calc(100%);
        justify-content: space-between;
    }

    .owl-nav button {
        position:absolute;        
        bottom:175px;
    }

    .diploms2 .owl-nav button {
        position: absolute;
        bottom: 80px;
    }

    .owl-prev {
        left:0px;
    }

    .owl-next {
        right:0px;
    }
}

@media (max-width: 768px) {
    .div_wrapper {
        display:none !important;
    }
}

.diploms2 {
    position:relative;
}


.div_wrapper {
    position:fixed;
    z-index:9999;
    bottom:30px;
    left:30px;
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 0px;
    font-size: 14px;
    z-index: 9;
    -webkit-box-shadow: 2px 2px 4px 4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 2px 4px 4px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 2px 4px 4px rgba(34, 60, 80, 0.2);
}    

.svelte-ewoxhx{
    display:none !important;
}



.sub_img {
    width: 100px;
    height: 100px;
    border-radius: 1000px;
    overflow: hidden;
    margin:0 auto;
}

.manager img {
    width:55px;
}

.manager a {
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items:center;
    color:#000;
    font-weight:700;
    text-decoration: none;
    font-size:11px;
}

.manager {
    border-radius:10px;
    overflow:hidden;
    color:#000;
    width:100%;    
    padding:16px;
    font-size:16px;
    /*background:#1e1e1e;*/
    margin:0 auto;
    margin-top:200px;
}


.col-lg-6 {
    flex:0 0 auto;
    width:50%;
    margin-top:15px;    
}

.manager .row {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap:wrap;
}

@media (max-width: 1200px) {
    
    .col-md-6 {
        max-width:100%;
        padding-bottom:16px;
    }
    .manager {
        max-width:375px;
        padding:32px;
        margin-top:150px;
    }
}

.form-control {
    background: rgba(71, 98, 255, 0.08);
    border-radius: 8px;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #979797;
    margin-bottom: 20px;
}

.feed-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #0A53A4;
    border-radius: 8px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 30px;
    text-decoration: none;
}

a.manager {
    display:flex;
    gap:15px;
    align-items: center;
    text-decoration: none;
    margin:0 !important;
}

a.manager .btn{
    margin-top:15px;
}

.mw375 {
    max-width:375px;
}

.nav-link {
    display: block;
    color: rgb(91,91,91);
    font-weight:700;
    font-size:18px;
}

a.manager {
    text-align:left;
}

.container {
    position:relative;
}

.l80 {
    position:absolute;
    top:0;
    left:-100px;
}

.l80 img {
    width:100px;
}

@media (max-width: 768px) {

    .l80 img {
        width:90px;
    }

    .l80 {
        position:fixed;
        top:25%;
        left:15px;
    }
    
}