.site-wrap {
    width: 1470px;
    margin:0 auto;
}
.top-header {
    float:left;
    width:100%;
    background: #efefef;
}
.top-header-info {
    display:flex;
    justify-content: space-between;
    align-content: center;

    
}
.right-top-header-info .flag-box{
    width:30px;
    float:left;
}
.right-top-header-info .flag-box img{
    width:100%;
   
}
.left-top-header-info{
    display:flex;
    gap:20px;
}
.right-top-header-info {
    display:flex;
    gap:10px;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    padding:0 0.5rem;
}
.is-index {
    width:100%;
    margin-top:30px;
}
.is-index .title {
    color:#B468D3;
    text-align:center;
}
.body {
    background-color:#F8FAF9 !important;
}
.is-index-projects {
    padding:60px 20px 20px 20px;
    box-sizing:border-box;
    background: #fff;
    position:relative;
}
.is-index-projects:before {
    position: absolute;
    content:"";
    top:10px;
    left: 10px;
    width:85px;
    height: 50px;
    background: url("../img/new-l.png") no-repeat center;
    background-size:100%;
}
.is-index-projects:hover {
    background: #FFF;
box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.15);
}
.btns {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
}
.is-index-projects {
    width:32% !important;
}
.is-index-projects-wrap {
    gap:10px;
    display: flex;
    justify-content: center;
    position:relative;
}
.is-index-projects-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: -85px;
    width: 244px;
    height: 400px;
    background: url(../img/1м.svg) no-repeat center;
    background-size: contain;
}
.is-index-projects-wrap:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -203px;
    width: 315px;
    height: 400px;
    background: url(../img/2м.svg) no-repeat center;
}
.button1 {
    background: red;
}
.button2 {
    background: green;
}