#bk15w2 {
    background-color: #66C2CB;
    padding: 30px 0 50px;
    margin-bottom: 50px;
}
#bk15w {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}
#b15h2 {
    font-weight: bold ;
    text-shadow: none;
    color: white;
    margin-bottom: 30px;
    font-size: 24px;
}
#b15_B {
    padding: 40px 15px;
    box-sizing: border-box;
    background-color: white;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
}
#b15_B1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}
#b15_B2 {
    display: flex;
    gap: 12px;
}
#vr2 {
    background-image: var(--viber);
}
#wa2 {
    background-image: var(--whatsapp);
}
#tm2 {
    background-image: var(--telegram);
    background-position: 25% 70% !important;
}
#b15_B3b {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #0096A5;
    font-size: 16px;
}
#b15_B3b:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
#b15_B3b::before {
    content: '';
    min-width: 24px;
    aspect-ratio: 1;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#b15_B3b::before {
	background-image: var(--mail);
}
#b15_D1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    color: #fff;
    text-align: center;
}
#b15_D2 {
    display: flex;
    gap: 30px;
}
#b15_D2 input:not(#b15_D9) {
    color: #C6C6CE;
    font-size: 20px;
    line-height: 1;
    border-radius: 10px;
    padding: 10px;
    outline: none;
    border: none;
}
#b15_D2 input:not(#b15_D9)::placeholder {
    color: #C6C6CE;
}
#b15_D3 {
    max-width: 172px;
}
#b15_D4 {
    max-width: 212px;
}
#b15_D5 {
    max-width: 212px;
}
#b15_D6 {
    max-width: 180px;
}
#b15_D9 {
    line-height: 1;
    border: none;
    outline: none;
    background-color: #C8102E;
    color: white;
    cursor: pointer;
}
#b15_D9:hover {
    background-color: #8b0a1f;
}
@media (max-width: 1400px) {
#bk15w2 {
    padding: 25px 0 15px;
}
#bk15w {
    max-width: 1098px;
    padding: 0 20px;
}
#b15h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
#b15_B {
    gap: 20px;
    padding: 40px 10px;
    justify-content: center;
}
#b15_B1 {
    font-size: 20px;
    line-height: 24px;
}
#b15_B3b {
    font-size: 20px;
    line-height: 24px;
}
#b15_D2 {
    flex-direction: column;
    max-width: 360px;
    margin: 0 auto;
    gap: 15px;
    align-items: center;
}
#b15_D2 input:not(#b15_D9) {
    max-width: 100%;
    width: 100%;
}
}
@media (max-width: 767px) {
#bk15w2 {
    padding: 10px 0 30px;
    margin-bottom: 30px;
}
#bk15w {
    padding: 0 5px;
}
#b15h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}
#b15_B {
    padding: 15px;
    flex-direction: column;
    gap: 15px;
    margin: 0 -5px;
    border-radius: 0;
}
#b15_B1 {
    font-size: 18px;
    line-height: 22px;
}
#b15_D1 {
    font-size: 20px;
    line-height: 24px;
}
#b15_D9 {
    margin-top: 10px;
}
}