body.mainpage{
    overflow-x: hidden;
}
body:not(.mainpage) #slider{
    display: none;
}
body:not(.mainpage) #head{
    height: auto !important;
}
#slider {
    width: 100%;
    height: 100vh;
    position: relative;
}
#slider canvas {
    width: 785px !important;
    height: 530px !important;
    position: absolute;
    top: 17%;
    left: 59%;
    transform: translate(-37%, -9%);
    z-index: 2;
}
#slider-content{
    margin-left: 60px;
    position: absolute;
    top: 280px;
    left: 24px;
}

#slider img {
    max-width: 100%;
    position: relative;
    z-index: 0;
    left: 9999px;
}

.slider-inner {
    position: relative;
    width: 100%;
    z-index: 5;
}

#slider-content h2 {
    font-family: 'Montserrat-ExtraBold',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 54px;
    /* identical to box height */
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color:#ffffff;
}
#slider-content span {
    display: none;
}
#slider-content .meta {
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    letter-spacing: 5px;
    color: #88888a;
    text-transform: uppercase;
    position: relative;
}
.slider-inner .right-com{
    position: absolute;
    right: 25px;
    top: 100vh;
    transform: translateY(calc((-1 * 100%) - 280px));
}

.slider-inner .right-com > div{
    display: none;
}
.slider-inner .dt-title{
    display: none;
}
#head .bottom-tel-soc{
    position: absolute;
    width: 78%;
    top: 94%;
}
@media screen and (min-width: 800px) {
    #slider-content .meta {
        font-size: 13px;
    }
}
#slider-content .meta:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: -55px;
    width: 45px;
    height: 2px;
    background-color: #393d40;
}
#head{
    height: 100vh;
}
@media screen and (min-width: 768px) and (max-width: 1450px){
    #slider-content{
        margin-left: 0;
        top: 225px;
    }
    #slider canvas{
        width: 560px !important;
        height: 500px !important;
        top: 12%;
        left: 60%;
    }
    #pagination{
        left: 96%;
    }
    #head .bottom-tel-soc{
        top: 93%;
    }
    /*.slider-inner .right-com{*/
    /*    top: 345px;*/
    /*    right: 75px;*/
    /*}*/
    .right-com .right-com-title .right-ft-title,.right-com .right-com-title .right-sc-title,.right-com .right-com-title .right-td-title{
        font-size: 34px;
    }
}
@media screen and (min-width: 800px) {
    #slider-content #slide-status {
        font-size: 34px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px){
    #slider-content #slide-status{
        margin-top: 25px;
        margin-left: 25px;
    }
    .slider-inner .right-com{
        left: 10%;
        top: 245px;
    }
    #slider canvas{
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        left: 35%;
        top: 2%;
    }
    #slider-content{
        margin-left: 0;
        left: 9%;
        top: 345px;
    }
    #slider-content .com-link{
        text-align: left;
    }
    #slider-content h2{
        font-family: 'Golos-Regular',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-transform: none;
    }
    #slider-content .com-title br{
        display: none;
    }
}
#pagination {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 96%;
    z-index: 6;
}
#pagination button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 14px;
    height: 14px;
    background-color: #B1F1F0;
    border-radius: 100%;
    padding: 0;
    margin: 30px 0;
    cursor: pointer;
    position: relative;
    transition: opacity 0.2s ease-in-out;
    outline: none;
}
#pagination button.active {
    background-color: #016875;
}

.bottom-tel-soc .col-xxl-5{
    margin-left: 53%;
}
