body{
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: 'Museo Sans Cyrl';
    font-weight: 300;
    line-height: 1.4;
}
.content-wrap {
    max-width: 400px;
    margin: 0 auto;
}
.img-wrap{}
.img-wrap img{
    display: block;
    width: 100%;
}

.s1{
    height: 100vh;
    padding: 0 30px;
}
.s1 .content-wrap {
    max-width: unset;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.s1 .logo{
    margin-bottom: 9vh;
    /*margin-top: 3vh;*/
}
.s1 .logo img{
    display: block;
    width: 100%;
    height: 56vh;
}
.s1 .btns-wrap{
    display: flex;
}
.s1 .btns-wrap a{
    display: block;
    margin: 0 15px;
}
.s1 .btns-wrap a:hover{
    opacity: 0.8;
}
.s1 .btns-wrap a img{
    display: block;
    width: 100%;
    height: 9.5vh;
}
@media (orientation: portrait) {
    .s1 .logo img{
        height: auto;
    }
    .s1 .btns-wrap a img{
        height: auto;
    }
}
@media screen and (max-width: 500px){
    .s1{
        height: auto;
        padding:60px 24px 20px;
    }
    .s1 .content-wrap {
        height: auto;
    }
    .s1 .logo {
        max-width: 205px;
        margin-bottom: 52px;
        /*margin-top: 4vh;*/
    }
    .s1 .btns-wrap{
        justify-content: space-between;
    }
    .s1 .btns-wrap a{
        margin: 0;
        width: 47%;
    }
}

.s2{
    background-image: url(images/s2-bg2.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 139px 0 50px;
}
.s2 .content-wrap{}
.s2 .item{    
    background-image: url(images/s2-item-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 45px;
}
.s2 .item .img-wrap{}
.s2 .item .desc{}
.s2 .item .desc ul{
    padding: 0 19px 0 0;
    list-style: none;
}
.s2 .item .desc ul li{
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    line-height: 2.7;
    font-weight: 700;
}
.s2 .item .desc ul li:before{
    content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #fff;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.s2 .title{
    text-align: center;
    font-size: 25px;
}
.s2 .sub-title{
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 3px;
}
.s2 .list{
    padding: 15px 25px 15px 38px;
}
.s2 .list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.s2 .list ul li{
    font-size: 9px;
    line-height: 2.9;
    padding-left: 13px;
    letter-spacing: -0.1px;
    position: relative;
}
.s2 .list ul li:before{
    content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #fff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.s2 .note{
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 2.1;
    margin-bottom: 20px;
}
.s2 .btns-wrap{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.s2 .btns-wrap a{
    display: block;
    margin: 0;
    width: 47%;
}
.s2 .btns-wrap a:hover{
    opacity: 0.8;
}
.s2 .btns-wrap a img{
    display: block;
    width: 100%;
    height: auto;
}

.s3{    
    background-image: url(images/s4-item-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0;
    overflow: hidden;
}
.s3 .item{
    position: relative;
}
.s3 .item .item-main{
    max-width: 187px;
    margin: 0 auto;
}
.s3 .item .item-additional{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.s3 .item .item-additional.item-before{
    transform: translateX(-50%);
    left: calc(50% - 150px);
}
.s3 .item .item-additional.item-after{
    transform: translateX(50%);
    right: calc(50% - 150px);
}

.s4{}
.s4 .title{
    margin-top: 44px;
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 23px;
}
.s4 .title:after{
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 115px;
    height: 1px;
    background-color: #fff;
}
.s4 .desc{
    text-align: center;
    font-size: 18px;
    margin-bottom: 85px;
    line-height: 1.55;
    letter-spacing: -0.5px;
}
.s4 .desc span{
    font-weight: 900;
}
.s4 .desc a{
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}
.s4 .map-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.s4 .map-wrap:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 200px;
    background-color: #000;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 10%);
}
.s4 .map-wrap iframe{
    width: 100%;
    border: 0;
    display: block;
}
















