.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    max-width: 1320px;
}
@media (min-width: 768px) {
    .container {
        padding: 0 20px;
    }
}
@media (min-width: 1170px) {
    .container {
        padding: 0 60px;
    }
}
.btn-secondary, .btn-primary {
    background-color: #c91540;
    text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #9b092b;
}
.btn-secondary {
    line-height: 1;
}
.spacy-top {
    position: relative;
    padding-bottom: 20px;
}
.spacy-top-bg {
    background: url(../../img/top_bg.png) center center/cover no-repeat;
}
.spacy-top-bg, .spacy-top__container {
    height: 100%;
}
.spacy-top__container {
    position: relative;
    z-index: 9;
}
.site-title .line {
    margin-left: -15px;
}
body .go-down {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40px;
}
body .go-down::after {
    content: "";
    width: 55px;
    height: 59px;
    border: 3px solid #fff;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 5px;
    background: #ebecec url(../../img/go_down_arrow.png) no-repeat center center;
}
.front-about__img img {
    max-width: 70%;
}
.arrows-type-1 .slick-arrow.slick-prev, .arrows-type-1 .slick-arrow.prev {
    left: -10px;
}
.arrows-type-1 .slick-arrow.slick-next, .arrows-type-1 .slick-arrow.next {
    right: -10px;
}
.latest-news__content {
    text-align: center;
}
.video-cont{
    position: relative;
}
.latest-news__img .video-cont{
    height: 100%;
}
.latest-news__img .video-cont video{
    height: 100%;
    object-fit: cover;
}
.latest-news__content{
    display: flex;
    align-items: center;
}
@media (min-width: 768px) {
    .site-title .line {
        margin-left: -70px;
    }
    .front-about .line {
        top: 53%;
    }
    .front-about {
        bottom: 20px;
    }
    .front-about h3 {
        padding: 25px 0;
    }
    .title__canvas-wrap {
        align-items: center;
    }
    .title-light-2:before {
        content: attr(data-title);
    }
    .eco-ldcp:before {
        top: 12%;
    }
    .latest-news__wrap .latest-news__content {
        height: 74px;
        overflow: hidden;
        text-align: center;
    }
}

@media (min-width: 1170px) {
    h1 {
        font-size: 48px;
    }
    .site-title .line {
        margin-left: -160px;
    }
    .front-about .line {
        top: 52%;
    }
    .latest-news__wrap .latest-news__content {
        height: 90px;
    }
}
@media (min-width: 1200px) {
    .news-triangle .latest-news__img {
        height: 136px;
    }
}
@media (min-width: 1300px) {
    .spacy-top {
        margin: 0 40px 0 40px;
    }
    .site-title__large .line {
        position: absolute;
        margin: 0;
        left: -490px;
        top: 110px;
        z-index: 9;
    }
}
.advantage-i-1 {
    background-image: url(../../img/advantage_i_1.png);
}
.advantage-i-2 {
    background-image: url(../../img/advantage_i_2.png);
}
.advantage-i-3 {
    background-image: url(../../img/advantage_i_3.png);
}
@media (min-width: 768px) {
    .latest-item-triangle:after {
        background-image: url(../../img/front_latest_bg.png);
    }
    .eco-triangle:after {
        background-image: url(../../img/eco_ldcp_bg.png);
        top: 40px;
    }
    .news-triangle:after {
        background-image: url(../../img/latest_news_bg.png);
        top: 95px;
    }
}
.iframe {
    display: block;
    height: 700px;
}
@media (min-width: 1170px) {
    .iframe {
        display: block;
        height: 920px;
    }
}
