h1.h1 {
    font-size: 24px;
}
.underline {
    text-decoration: underline;
}
.relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.bold {
    font-weight: bold;
}
.silver-line {
    background-color: silver;
}
.bg_silver {
    background-color: #f9f9f9;
}
.green {
    color: #3ea092;
}
.red {
    color: red;
}
.price {
    color: #3d9f92;
    font-size: 16px;
}
.border-top {
    border-top: 2px solid #e3e3e3;
}
.border-right {
    border-right: 2px solid #e3e3e3;
}
.border-left {
    border-left: 2px solid #e3e3e3;
}
.border-bottom {
    border-bottom: 2px solid #e3e3e3;
}
.reg_button_first,
.reg_button {
    display: block;
    padding: 10px 15px;
    background-color: #9b2d30;
    border-radius: 10px;
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.5s ease-in-out;
}
.reg_button_first:hover,
.reg_button:hover {
    background-color: #338caa;
}
.reg_button_first {
    display: inline-block;
    margin: 20px auto;
}
.forms_el {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #36b29b;
    border-radius: 15px;
}
.forms_el p:last-child {
    margin-bottom: 0;
}
.block_header {
    color: #3ea092;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.forms_slide {
    padding: 5px 0;
}
.forms_slide p:last-child {
    margin-bottom: 0;
}
.forms_slide_header {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    margin: 0 auto;
    text-decoration: none;
    background: #3ea092;
    border: 1px solid #115067;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.5s ease-in-out, border-color 0.5s;
}
.forms_slide_header:hover,
.forms_slide_header.active {
    background: #115067;
    border: 1px solid #3ea092;
}
.forms_slide_content {
    margin-top: 10px;
    display: none;
    padding: 15px;
    border-left: 1px solid #36b29b;
    border-right: 1px solid #36b29b;
    border-bottom: 1px solid #36b29b;
    border-top: 1px dashed #36b29b;
    border-radius: 5px;
}
@media(max-width: 768px){
    .header {
        height: 60px !important;
    }
}
@media(min-width:769px) and (max-width: 1400px){

}