h1.title {
    font-size: 48px;
    font-weight: bold;
        padding-top: 80px;
}

.subtitle {
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.preimuschestva {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 40px;

}

.preim-item {
    padding-left: 40px;
    position: relative;
    max-width: 240px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;

}
.collections-container{
    /* margin-top: 30px; */
}
.preim-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--main-color);
}

h2.line {
    
    font-size: 24px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;

}

h2.line::after,
h2.line::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--main-color);
    flex: 1 0 0;
}

h2.line::after {
    margin-left: 30px;
}

h2.line::before {
    margin-right: 30px;

}

.choise-btn {
    background: url(/images/choise_btn.svg) no-repeat top center;
    background-size: cover;
    width: 240px;
    height: 160px;
    display: inline-block;
    transition: none;
    margin-top: 20px;
}

.choise-btn:hover {
    background-position: bottom center;
}

.container.column-2 {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 200px;
    margin-bottom: 140px;
    /* flex-wrap: wrap; */
}

.container.column-2 .column {
    text-align: center;

}

.container.column-2 h2 {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
}
.about-company__wrapper .container.column-2{
    margin-top: 60px;
}
.container.mb-60{
    margin-bottom: 60px;
}
.address{
    background-color: transparent;
}
.ymaps3x0--map-container{
    border-radius: 30px;
}
@media screen and (max-width: 1200px) {
   .container.column-2{
    flex-direction: column;
   } 
   .container.column-2 img{
    max-width: 100%;
   }
}

@media screen and (max-width: 768px) {
    .container.column-2 h2{
        font-size: 30px;
    }
}