
.inform__a {
    margin-bottom: 0;
    padding-top: 35px;
}

.inform__a__img {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.inform__a__img img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}

.inform__a-text {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 42px;
}

.inform__a-text__title {
    font-size: 96px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0 auto 52px;
    color: #2e2e2e;
}

.inform__a-text__title:after {
    position: absolute;
    bottom: -30px;
    left: 0;

    display: block;

    width: 100%;
    height: 23px;

    content: '';

    border-radius: 4px;
    box-shadow: 2.1px 9.8px 29px rgba(46, 46, 46, .18);
}

.inform__a-text__title-1:after {
    background-color: #d62818;
}

.inform__a-text__title-2:after {
    background-color: #008e62;
}

.inform__a-text__description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;

    width: 100%;
    margin: 0 auto;

    text-align: center;
    text-transform: uppercase;

    color: #2e2e2e;
}
.inform__a-banners .deals-item-div{
    padding: 0 !important;
    flex: 1;
    width: 100%;
    max-width: 100%;
}
.inform__a-banners .deals-item-div img{
    width: 100%;
    height: auto;
}

.inform__a-banners__wrap {
    position: relative;
    height: 390px;
    margin-bottom: 35px;
    background-size: cover;
}

@media (max-width: 1199px) {
    .inform__a-banners__wrap {
        display: none;
    }
}

.inform__a-banners__wrap:last-child {
    margin-bottom: 0;
}

.inform__a-banners__wrap-1 {
    position: relative;
    background: url('images/bg-1.png');
    background-size: cover;
}

.inform__a-banners__wrap-2 {
    position: relative;
    background: url('images/bg-2.png');
    background-size: cover;
}
.inform__a-wrap {
    display: block;
    margin-top: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .inform__a-wrap {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
        order: 0;
    }
}

.inform__a {

}
.inform__a p.last{
    margin-top: 5px;
}
.inform__a p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.inform__a p a {
    color: #038057;
    border-bottom: 1px dashed #038057;
    transition: .3s;
}
.inform__a p a:hover {
    border-bottom: 1px dashed transparent;
}
@media (max-width: 767px) {
    .inform__a {
        padding-top: 0;
        margin-bottom: 0;

    }
    .inform__a p {
        top: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.inform__a__title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333;
}

@media (max-width: 767px) {
    .inform__a__title {
        margin-bottom: 0;
    }
}

.inform__a__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;

    margin-bottom: 5px;

    color: #333;
}
.inform__a__desc .question {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    height: 16px;
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #038057;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    margin: 0;
    margin-left: 2px;
    text-align: left;
    overflow: unset;
    color: #038057;
    transition: all .25s;
    background-image: unset;
}
.inform__a__desc .question:hover {
    border-color: #ce0c36;
    color: #ce0c36;
}
.inform__a__desc .hint {
    position: absolute;
    z-index: 9;
    left: 25px;
    top: -19px;
    width: 241px;
    height: 130px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    font-weight: normal;
    padding-top: 18px;
    padding-left: 20px;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .25s;
}
.inform__a__desc .question:hover .hint {
    opacity: 1;
    visibility: visible;
    display: block;
}
.inform__a__desc .hint::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 19px;
    border: 6px solid transparent;
    border-right: 6px solid #d8d8d8;
}
.inform__a__desc .hint::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    border: 5px solid transparent;
    border-right: 5px solid #ffffff;
}
.inform__a__desc {
    position: relative;
}
.inform__a__desc .hint p {
    margin-bottom: 8px;
}
.inform__a__desc .hint p:last-child {
    margin-bottom: 0;
}
.inform__a__desc .hint a {
    color: #038057;
    text-decoration: underline !important;
}
.inform__a__desc:last-child {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .inform__a__desc:last-child {
        margin-top: 0;
    }
}

.inform__a__desc em {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;

    color: #038057;
}