.kontakt-1{
    gap: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 60px;
    border-radius: 99px;
    position: relative;
    margin-top: 50px;
}
.kontakt-border{
    position: absolute;
    top: 15px;
    right: -15px;
    left: -15px;
    bottom: -35px;
    border-radius: 99px;
    border: 2px solid rgba(221, 165, 200, 1);
    pointer-events: none;
}
#butterfly-6{
    position: absolute;
    max-width: 162px;
    top: -96px;
    right: -97px;
}
.kontakt-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 28.96px;
    font-family: Kaisei Opti;
}

.kontakt-row{
    gap: 10px;
    align-items: center;
}
.kontakt-row:hover svg path {
    fill: rgba(186, 84, 148, 1);
}

.kontakt-row:hover svg g path {
    stroke: rgba(186, 84, 148, 1);
}

.kontakt-row:hover span {
    color: rgba(186, 84, 148, 1) !important;
}
.kontakt-1-left{
    gap: 40px;
    width: 61%;
}
.kontakt1-columns{
    gap: 20px;
    width: 100%;
}
.kontakt1-column1{
    gap: 20px;
}
.kontakt1-column2{
    gap: 20px;
}
.kontakt1-column2 span:nth-of-type(2), .kontakt-1-left .phone{
    border-bottom: 1px solid rgba(221, 165, 200, 1);
    width: fit-content;
}
.kontakt1-image{
    width: 34%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px 26px 26px 200px;
    position: relative;
    height: 512px;
}
.kontakt1-image-border{
    position: absolute;
    top: 20px;
    right: 15px;
    bottom: 15px;
    left: -15px;
    border-radius: 26px 26px 26px 200px;
    border: 2px solid rgba(221, 165, 200, 1);
}
@media (max-width: 1500px){
    #butterfly-6{
        display: none;
    }
}
@media (max-width: 1028px){
    .kontakt-text{
        font-size: 19px;
        line-height: 27.56px;
    }
    .kontakt-1{
        flex-direction: column;
        gap: 40px;
        margin-top: 20px;
        border-radius: 60px;
        padding: 40px;
    }
    .kontakt-border{
        top: -5px;
        right: -5px;
        left: -5px;
        bottom: -5px;
        border-radius: 60px;
    }
    .kontakt1-image{
        width: 100%;
        height: 400px;
    }
    .kontakt-1-left{
        width: 100%;
    }

}
@media (max-width: 768px){
    .kontakt-text{
        font-size: 16px;
        line-height: 26.06px;
        text-align: center;
    }
    .kontakt-1{
        margin-top: 0;
        border-radius: 40px;
        padding: 20px;
    }
    .kontakt1-columns{
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }
    .kontakt1-image{
        display: none;
    }
    .kontakt1-column1, .kontakt1-column2{
        align-items: center;
    }
    .kontakt-border{
        top: -5px;
        right: -5px;
        left: -5px;
        bottom: -5px;
        border-radius: 40px;
    }
}
@media (max-width: 425px){
    .kontakt-text{
        font-size: 14px;
        line-height: 26.06px;
        text-align: center;
    }
	 .kontakt-1 {
        margin-top: 0;
        border-radius: 40px;
        padding: 4px;
    }
}
/* карта */
.map{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 726px;
    width: 100%;
}