#contactForm .phone-group .code {
    height: auto;
}
.mailings-agreement-left {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color:#565b65;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: left;
    padding-left:4px;
    padding-right: 4px;
}
.m-dark {
    color: #999999;
}

#holiday {
    background: #FFF2EF;
    border: 1px solid #DD745D;
    border-radius: 10px;
    padding: 27px 30px 27px 77px;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
#holiday:after {
    position: absolute;
    top: 25px;
    left: 25px;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    content: "!";
    background: #DD745D;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#holiday a {
    font-weight: bold;
    color: #464646;
    text-decoration: underline;
}
#holiday .title {
    color: #DD745D;
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 12px;
}
#holiday p {
    font-size: 15px;
    line-height: 24px;
    color: #464646;
}