header {
    width: 100%;
    position: absolute;
    z-index: 11;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.logo-text {
    padding: 13px 17px;
    background: #313131;
    border-radius: 8px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.div-burger {
    display: none;
}

.hamburger{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    
}

.back-for-burger-menu {
    display: none;
}

.hamburger .line{
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ecf0f1;
    margin-block: 9px;
    border-radius: 4px;
    transition: transform .5s;
    opacity: 1;
}

.hamburger.active .line:nth-child(1){
    transform: translateY(13px) rotate(45deg);
}

.hamburger.active .line:nth-child(2){
    opacity: 0;
}

.hamburger.active .line:nth-child(3){
    transform: translateY(-13px) rotate(-45deg);
}

.mob-nav {
    display: none;
}

.scroll-block {
    overflow: hidden;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 110.68%;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 26px 0;
}

.main-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.main-btns {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
}

.btn-link {
    padding: 16px 0;
    width: 210px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #1A1A1A;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

#btn-call {
    margin-right: 15px;
}

#btn-whatsapp {
    margin-left: 15px;
    background: #5EFA7B;
}

.btn-link:hover {
    background: #FFFFFF;
    color: #1A1A1A;
}

#arow-main-section {
    margin: 230px 0 0 0;
    padding: 0 0 70px 0;
    display: flex;
    justify-content: center;
}

.main-menu ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 16px;
}

.header-number-d a {
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
}

#first-section {
    background: url(/assets/img/punkt-priema-metalloloma-1-e1528348662137.jpg) 0 0/100% auto no-repeat;
}

#first-section::after{
    content: '';
    background: #fff;
    
}

#first-section-content {
    padding-top: 330px;
}

.black-background{
    background: #000000ad;
}

.header-number-d p {
    font-weight: 600;
    color: #fff;
    margin: 0;
    font-size: 16px;
}





.section {
    padding-top: 200px;
}

section {
    position: relative;
}

.gsergser {
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.second-section-picture {
    width: 100%;
}

#m-second-section-picture {
    display: none;
}

.description-second-section {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 110.68%;
    color: #000000;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 110.68%;
    color: #1A1A1A;
}

.benefits-number-company {
    width: 100%;
    height: 114px;
    background: rgba(228, 228, 228, 0.5);
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.number-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 110.68%;
    color: #1A1A1A;
    margin: 0 0 8px 0;
}

.number-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 110.68%;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
}


.price-call {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.info-text-price {
    display: flex;
    align-items: center;
}

.icon-info {
    width: 80px;
    height: 80px;
    background: rgba(228, 228, 228, 0.5);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-text-price p {
    margin: 0 0 0 30px;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 110.68%;
    color: #1A1A1A;
}

.main-btns-price {
    display: flex;
    flex-wrap: wrap;
}

#btn-call-price {
    color: #fff;
    background: #1A1A1A;
}
.btn-link {
    padding: 16px 0;
    width: 210px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #1A1A1A;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

#btn-whatsap-price {
    color: #000;
    background: #5EFA7B;
    margin-left: 15px;
}
.btn-link {
    padding: 16px 0;
    width: 210px;
    border-radius: 4px;
    background: #FFFFFF;
    color: #1A1A1A;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.item-price {
    width: 100%;
    background: #1A1A1A;
    border-radius: 8px;
    margin-bottom: 40px;
}

.description-price {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.description-price h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 110.68%;
    color: #FFFFFF;
    text-align: center;
}

.description-price p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 110.68%;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.item-price {
    width: 100%;
    background: #1A1A1A;
    border-radius: 8px;
    margin-bottom: 40px;
    overflow: hidden;
}

.benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.icon-benefit {
    width: 100px;
    height: 100px;
    background: rgba(228, 228, 228, 0.5);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 110.68%;
    color: #1A1A1A;
    margin: 30px 0 0 0;
    text-align: center;
}

.all-day-benefit {
    display: none;
}

#fifth-section-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.circle-number-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    margin-right: 100px;
}

.circle-number {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 2px solid #1A1A1A;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-from-circle {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
}

.circle-number span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 110.68%;
    color: #1A1A1A;
}



#sixth-section-content {
    width: 100%;
    position: relative;
}

.title-section {
    margin-bottom: 80px;
}

.title-m {
    display: none;
}

.contact-m {
    display: none;
}

.map-m {
    display: none;
}

.info-on-map-text a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.68%;
    color: #1A1A1A;
    text-decoration: none;
}

.social-networks-on-map > div {
   margin: 0 10px; 
}

.info-on-map {
    width: 436px;
    height: 370px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    z-index: 11;
    right: 40px;
    top: 50px;
}

.info-on-map-container {
    padding: 25px 35px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110.68%;
    color: #1A1A1A;
    text-align: center;
}

.info-on-map-text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.68%;
    color: #1A1A1A;
}

.social-networks-on-map {
    display: flex;
    justify-content: center;
}





.to-top{  
    display: inline-block;
    cursor: pointer;
    background: #fff;
    transition: all 0.4s;
    border-radius: 50%;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    z-index: 99999;
    text-align: center;
    width: 58px;
    height: 58px;
    color: #39464f;
    font-size: 48px;
    position: fixed;
    bottom: 30px;
    right: 80px;
}

.to-top i{
    transition: all 0.4s;
    display: block;
    margin-top: 5px;
}

.to-top:hover i{
    color:#000;
    margin-top: 0;
}


footer {
    margin-top: 200px;
    width: 100%;
    background: #1A1A1A;
}

.footer-content {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.title-foter {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 110.68%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-content ul {
    list-style-type: none;
    padding: 0;
}

.footer-content .contacts li {
    display: flex;
    align-items: center;
}

.footer-content li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.68%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer-content li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.68%;
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.footer-content li p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110.68%;
    color: #FFFFFF;
    margin: 0;
    text-decoration: none;
}

.footer-icon {
    margin-right: 8px;
}





@media (max-width: 991px){
    
    .circle-number-with-text {
        margin-right: 50px;
    }
    
    .header-number-d {
        display: none;
    }
    
    
    .back-for-burger-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000000;
        opacity: 0;
        z-index: 11;
    }
    
    .activ-bg {
        display: block;
        opacity: 0.5;
    }
    
    .mob-nav li a {
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        padding: 4px 16px;
        font-size: 24px;
        margin: 16px 0;
    }
    
    .mob-nav a {
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        padding: 4px 16px;
        font-size: 24px;
    }

    .mob-nav ul {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .mob-nav li {
        margin: 4px 0;
    }
    
    .mob-nav {
        display: block;
        position: absolute;
        padding: 50px 0 0 0;
        top: 0;
        left: -600px;
        background: #1A1A1A;
        width: 400px;
        height: 100vh;
        transition: all 0.8s 0.1s ease;
        z-index: 12;
    }
    
    .mob-nav.active {
        left: 0;
        transition: all 0.8s 0.1s ease;
        display: block;
    }
    
    .main-menu {
        display: none;
    }
    
    .div-burger {
        display: block;
        z-index: 111;
    }
    
    #first-section {
        background: url(/assets/img/punkt-priema-metalloloma-1-e1528348662137.jpg) no-repeat center;
    }
    
    .left-section-picture {
        display: none;
    }
    
    #m-second-section-picture {
        display: block;
        margin: 10px 0 20px 0;
    }
    
    .benefit {
        width: 33.33%;
        margin-bottom: 40px;
    }

}

@media (max-width: 768px){
    
    .arrow-from-circle {
        display: none;
    }
    
    .arrow-from-circle-m {
        position: absolute;
        top: 20px;
        left: 37px;
        content: '';
        width: 5px;
        height: 350px;
        background: #1A1A1A;
    }
    
    .circle-number-with-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        z-index: 3;
        margin: 20px 0 0 0;
        width: 100%;
    }
    
    .circle-number-with-text p {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 110.68%;
        color: #1A1A1A;
        margin: 0 0 0 20px;
    }

    h1 {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 110.68%;
        color: #FFFFFF;
        text-align: center;
        margin: 0 0 26px 0;
    }
    
    .main-description {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        color: #FFFFFF;
    }

    .title-m {
        display: block;
    }
    
    .contact-m {
        display: block;
    }
    
    .info-on-map {
        display: none;
    }
    
    .title-d {
        display: none;
    }
    
    .social-networks-on-map {
        display: flex;
        justify-content: start;
        margin: 0 0 30px 0;
    }
    
    .info-text-price p {
        font-size: 24px;
    }
    
    .info-text-price p {
        margin: 0;
    }
    
    .info-text-price {
        margin-bottom: 28px;
    }
    
    .icon-info {
        display: none;
    }
    
}

@media (max-width: 576px){
    
    .mob-nav {
        width: 100%;
    }

    .map-d {
        display: none;
    }
    
    .map-m {
        display: block;
    }
    
    .title-section {
        margin-bottom: 40px;
    }
    
    .title-about-company {
        margin-bottom: 40px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    .logo-text {
        padding: 8px 12px;
        font-size: 18px;
    }
    
    .number-title {
        font-size: 28px;
        text-align: center;
    }
    
    h1 {
        font-size: 32px;
    }
    
    #first-section {
        height: 100%;
        background-size: cover;
    }
    
    .section {
        padding-top: 100px;
    }
    
    #first-section-content {
        padding-top: 200px;
    }
    
    #btn-call {
        margin: 0;
    }
    
    .main-btns {
        flex-direction: column;
        align-items: center;
    }
    
    #btn-whatsapp {
        margin: 20px 0 0 0;
    }
    
    #arow-main-section {
        margin-top: 100px;
        padding: 0 0 50px 0;
    }
    
    footer {
        margin-top: 100px;
    }
    
    .footer-content > div {
        margin: 0 0 0 20px;
        margin-block: 15px;
    }
    
    .description-price h3 {
        font-size: 24px;
    }

    .description-price p {
        font-size: 18px;
    }
    
    .benefit p {
        font-size: 18px;
    }
    
    .benefit {
        width: 50%;
    }
}

@media (max-width: 480px){

    .btn-link, .main-btns-price{
        width: 100%;
    }
     
     #btn-whatsap-price {
        margin: 10px 0 0 0;
    }

    .all-day-benefit {
        display: block;
    }
    
    .text-24-benefit {
        display: none;
    }
}