html {
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
h1 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-shadow: #fff 0 0 10px;
    font-size: 32px;
}
h4 {
    color: rgb(255, 255, 255);
    text-shadow: #fff 0 0 10px;
    font-size: 28px;
    font-weight: 600;
}
h5 {
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
h6 {
    color: #0a58ca;
    font-size: 32px;
    font-weight: 600;
}
@media(max-width: 768px) {
    .form img {
        margin-top: 30px;
    }
}
@media(max-width: 1200px) {
    .desktop-menu {
        display: none !important;
    }
}
.big-red {
    font-weight: 700;
    font-size: 24px;
    color: #0a58ca;
    text-decoration: none;
    transition: 0.3s;
}
.big-red:hover {
    color: #1a65ca;
}
.v-center {
    align-items: center;
    align-content: center;
}
.header {
    background-size: cover;
}
.header-color {
    background-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(196, 196, 196, 0.51) 100%);
}
.header-color {
    padding-top: 20px;
}
.header p {
    color: #FFF;
}
.red-button {
    background-color: #0a58ca;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-color: #0a58ca;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}
.menu-button {
    background: transparent;
    outline: none !important;
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #FFF;
    padding: 5px 10px;
    transition: 0.3s;
}
.menu-button:hover {
    background: #FFF;
    color: #676767;
}
form {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.row.form.mt-4 {
    border: 2px solid rgb(204, 204, 204);
    border-radius: 58px;
    background-color: rgba(0,0,0,0.2);
}
.submit {
    background-color: #0a58ca;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #0a58ca;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 21px;
    color: rgb(255, 255, 255);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
    transition: 0.3s;
}
.form-input {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #ccc;
    outline: none !important;
    transition: 0.3s;
}
.form-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.red-button:hover,
.submit:hover {
    background-color: rgb(255, 255, 255);
    border-color: #0a58ca;
    color: #0a58ca;
}
.form-input::placeholder {
    color: #888;
}
.btn-close {
    box-shadow: none !important;
    transition: 0.2s;
}
.btn-close:hover {
    transform: rotate(360deg);
}
.advantages {
    border: 1px solid #9c9c9c;
    border-radius: 50px;
    padding: 10px;
    background: rgb(255 255 255 / 50%);
}
.p-big-red p {
    font-size: 24px;
    font-weight: 600;
    color: #0a58ca;
}
.p-small-gray p {
    color: #676767;
}
.block-color {
    background-image: radial-gradient(rgba(175, 191, 196, 0.8) 0%, rgba(207, 230, 230, 0.2) 100%);
}
.review {
    margin: 30px 0;
}
.review .review-header p{
    color: #FFF;
    font-size: 24px;
    margin: 0 !important
}
.review .review-p {
    color: #FFF;
    border-radius: 10px;
    border-width: 3px;
    border-style: double;
    border-color: rgb(204, 204, 204);
    padding: 10px;
    margin-top: 20px;
}
.w-20 {
    width: 20%;
}
.w-20 img {
    width: 30px;
}
.h6-dark {
    color: #000;
}
.color-dark-red {
    color: #0a58ca;
}
.left-top {
    position: absolute;
    left: 0;
    top: 0;
}
.right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}
.text-red {
    color: #0a58ca;
    transition: 0.3s;
}
.review-name {
    font-size: 19px;
    font-style: italic;
}
.background-sldier {
    background: rgb(255 255 255 / 50%);
    padding-top: 30px;
    height: 100%;
}
.card-p-header {
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0.1em;
}
.card-p {
    color: #FFF;
}
.checklist li {
    list-style-type: none;
    color: #FFF;
    margin: 10px 0;
}
.checklist li:before {
    content: '✓';
    color: rgb(45, 106, 161);
    margin-right: 15px;
}
.blue-button {
    background-color: rgb(36, 86, 130);
    border-color: rgb(32, 76, 116);
    padding: 15px 55px;
    font-size: 14px;
    border: none !important;
    border-radius: 25px;
    color: rgb(255 255 255 / 60%);
    text-transform: uppercase;
    transition: 0.3s;
}
.blue-button:hover {
    background-color: rgb(41, 95, 145);
    border-color: rgb(99, 158, 211);
    color: rgb(255, 255, 255);
}
strike {
    color: rgb(36, 86, 130);
}
.text-white {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4) !important;
}
.p-footer {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.btn-footer{
    background-color: rgb(240, 240, 240);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(192, 192, 192);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 25%);
    transition: 0.3s;
}
.btn-footer:active {
    background-color: rgb(243, 243, 243);
    border-color: rgb(192, 192, 192);
    border-top-width: 3px;
    border-bottom-width: 1px;
    color: rgb(0, 0, 0);
    box-shadow: inset 0px 2px 5px 0px rgb(0 0 0 / 25%);
}