body {
    min-height: 1084px;
    background: url(../images/into/into-bg.png), #1C1F24;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.header {
    position: absolute;
    width: 100%;
    height: 150px;
}

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 50px;
}

.into-content {
    position: relative;
    width: 100%;
    top: 150px;
}

.breadcrumb-item, .breadcrumb-item a {
    font-family: JOURNALISM;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.into-content .into-image {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.5));
    background: #FFFFFF;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.into-content .into-image img {
    width: 100%;
}

.about-btn:hover {
    cursor: pointer;
}

.into-info h2 {
    font-family: JOURNALISM;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.into-info p {
    font-family: Montserrat;
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 25px;
color: #FFFFFF;
}

.into-about-wrap {
   background: url(../images/into/into-about-bg.png) no-repeat center;
   background-size: cover;
   height: 680px;
   width: 100%;
   display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.into-about-wrap .about-info-text {
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.into-about-wrap .about-info-text h1 {
    font-family: JOURNALISM;
    font-style: normal;
    font-weight: normal;
    font-size: 115px;
    line-height: 100%;
    color: #BEA67C;
}

.into-about-wrap .about-info-text p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 149.5%;
    color: #FFFFFF;
}
.into-btn-watch {
    background: url(../images/into/into-about-watch-btn.png) no-repeat center;
   background-size: cover;
    position: absolute;
    width: 571px;
    height: 638px;
    right: 1.7%;
}
.about-info-btn {
    margin-left: 30px;
    max-width: 323px;
}
.into-btn-watch:hover {
    opacity: 0.5;
}

.fotorama__nav {
    text-align: left;
}

.into-zvonok-btn {
    max-width: 50%;
}
@media(max-width: 1200px) {
    .into-info h2 {
        font-size: 40px;
    }
    .into-info p {
            font-size: 16px;
            line-height: 29px;
    }
    .into-btn-watch {
        height: 640px;
        right: 0%;
        top: 2.5%;
    }
}

@media(max-width: 991px) {
    .into-info {
        margin-top: 50px;
    }
    footer {
    position: relative;
    width: 100%;
    bottom: 0;
    top: 150px;
    padding-bottom: 50px;
}
.into-content .row {
    flex-direction: column;
}
}
@media(max-width: 767px) {
    .into-zvonok-btn {
    max-width: 100%;
}
    .breadcrumb {
        margin-bottom: 0px;
    }
    .into-about-wrap .about-info-text h1 {
        font-size: 60px;
    }
    .into-btn-watch {
        width: 400px;
        height: 458px;
        top: 15%;
    }
}
@media(max-width: 600px) {
    .breadcrumb-item, .breadcrumb-item a {
        font-size: 20px;
    }
}

@media(max-width: 370px) {
    .about-btn p {
        padding: 10px;
    }
}