/*strefa plastyki*/


.art-top{
    margin-bottom: 86px;
}
.art-top .inner{
    display: flex;
    gap: 48px;
    align-items: center;
}
.art-top h1{
    background: linear-gradient(-85deg, #3da0e4, #97d5fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    margin-bottom: 13px;
}
.art-top p{
    line-height: 33px;
}


.art-first{
    margin-bottom: 80px
}
.art-first .inner{
    display: flex;
    gap: 30px;
}
.art-first .inner div{
    flex: 1;
    overflow: hidden;
}
.art-first h3{
    font-size: 38px;
    line-height: 50px;
    max-width: 530px;
    margin-bottom: 17px;
}
.art-first em{
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: var(--grey-third);
    position: relative;
}
.art-first em:after {
    content: '';
    position: absolute;
    left: 170px;
    top: 50%;
    transform: translateY(-50%);
    width: 304px;
    height: 10px;
    background-image: url('../img/art-first-line.webp');
    background-size: contain;
    background-repeat: no-repeat;
}
.art-first p strong{
    font-size: 19px;
    line-height: 29px;
    color: #000;
    display: block;
}
.art-first p{
    font-size: 18px;
    line-height: 30px;
}

.art-second{
    margin-bottom: 80px
}
.art-second .inner{
    display: flex;
    gap: 30px;
}
.art-second .inner div{
    flex: 1;
}
.art-second h3{
    margin-bottom: 10px;
}
.art-second p strong{
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.art-second p{
    font-size: 16px;
    line-height: 28px;
}
.art-second .second{
    display: flex;
    justify-content: center;
    align-items: center;
}

.art-third{
    text-align: center;
    margin-bottom: 70px
}
.art-third h3{
    font-size: 38px;
    margin-bottom: 16px;
}
.art-third p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    max-width: 1060px;
}

.art-fourth{
    margin-bottom: 80px
}
.art-fourth .inner{
    display: flex;
    gap: 60px;
}
.art-fourth .inner div{
    flex: 1;
    border-radius: 15px;
    padding: 36px 42px 40px;
}
.art-fourth .inner .first{
    background: var(--blue);
}
.art-fourth .inner .second{
    background: var(--light-black);
}
.art-fourth h3{
    font-size: 38px;
    color: #fff;
    margin-bottom: 12px;
}
.art-fourth p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
}

.art-fifth{
    margin-bottom: 101px;
}
.art-fifth .inner{
    display: flex;
    gap: 30px;
    align-items: center;
}
.art-fifth .inner div{
    flex: 1;
}
.art-fifth h3{
    font-size: 38px;
    margin-bottom: 10px;
}
.art-fifth p strong{
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.art-fifth p{
    font-size: 16px;
    line-height: 28px;
}

@media (max-width:576px){

}
@media (min-width: 577px) {

}
@media (min-width: 577px) and (max-width:768px){

}
@media (max-width: 768px){
    .art-top {
        margin-bottom: 60px;
    }
    .art-top .inner {
        display: block;
        text-align: center;
    }
    .art-top h1{
        margin-top: 30px;
    }

    .art-first {
        margin-bottom: 60px;
    }
    .art-first .inner {
        display: block;
    }
    .art-first h3 {
        font-size: 30px;
        line-height: 40px;
        max-width: none;
    }
    .art-first .inner .first{
        margin-bottom: 30px;
    }

    .art-second {
        margin-bottom: 60px;
    }
    .art-second .inner {
        display: block;
    }
    .art-second .inner .first{
        margin-bottom: 30px;
    }

    .art-third {
        text-align: left;
        margin-bottom: 60px;
    }

    .art-fourth {
        margin-bottom: 60px;
    }
    .art-fourth .inner {
        display: block;
    }
    .art-fourth .inner div{
        padding: 30px;
    }
    .art-fourth .inner .first {
        margin-bottom: 30px;
    }
    .art-fifth {
        margin-bottom: 60px;
    }
    .art-fifth .inner{
        display: block;
    }
    .art-fifth .inner .first{
        margin-bottom: 30px;
        text-align: center;
    }

}
@media (min-width: 769px){

}
@media (min-width: 769px) and (max-width:991px){
}

@media (min-width: 992px) and (max-width:1200px){

}
@media (min-width: 1201px) and (max-width:1440px){

}
@media (min-width: 1441px){

}