.about-company .section-top .offer_wrapper {
    gap: 30px;
}
@media screen and (max-width: 1199px) {
    .about-company .section-top .offer_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-company .section-top .offer-description_wrapper {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.about-company .section-top .offer-description_wrapper > * {
    max-width: 540px;
}
@media screen and (max-width: 1199px) {
    .about-company .section-top .offer-description_wrapper {
        text-align: center;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}
@media screen {
    .about-company .section-top .offer-description_wrapper > * {
        max-width: none;
        width: 100%;
    }
    .about-company .section-top .offer-description_wrapper h1 {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .section-top .offer-description_wrapper {
        padding-top: 0;
    }
}
.about-company .section-top .offer-img_wrapper {
    border-radius: 15px;
    overflow: hidden;
    width: 540px;
}
@media screen and (max-width: 1199px) {
    .about-company .section-top .offer-img_wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .about-company .section-top .offer-img_wrapper {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.about-company .company-info {
    gap: 30px;
}
.about-company .company-info > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
@media screen and (max-width: 1199px) {
    .about-company .company-info > * {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}
.about-company .company-info_digits {
    margin-top: 30px;
    gap: 10px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-info_digits {
        padding: 0 80px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-info_digits {
        padding: 0;
        width: 100%;
    }
}
.about-company .company-info_digit {
    width: calc(33.3% - 6.5px);
    min-height: 160px;
    background: #f5f5f9;
    border-radius: 15px;
    padding: 24px;
}
.about-company .company-info_digit .h1 {
    padding-bottom: 8px;
}
.about-company .company-info_digit .text {
    color: rgba(72, 73, 77, 0.7);
}
@media screen and (max-width: 767px) {
    .about-company .company-info_digit {
        width: calc(50% - 5px);
        padding: 15px;
    }
    .about-company .company-info_digit .h1 {
        font-size: 25px;
    }
}
.about-company .company-info_today {
    margin-top: 100px;
}
.about-company .company-info_today h2 {
    padding-bottom: 24px;
}
.about-company .company-info_today .bg-wrapper {
    padding: 24px;
    border-radius: 15px;
    background: #f5f5f9;
}
@media screen and (max-width: 767px) {
    .about-company .company-info_today .bg-wrapper {
        padding: 15px;
    }
}
.about-company .company-info_today .list li {
    font-size: 18px;
}
.about-company .company-info_today .list li + li {
    margin-top: 16px;
}
.about-company .company-info_today .list + .semibold {
    margin-top: 30px;
    font-size: 20px;
    line-height: 150%;
}
.about-company .company-info_right .heading_black {
    padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-info_right .heading_black {
        text-align: center;
    }
}
.about-company .company-info_chronos {
    padding: 24px;
    border-radius: 15px;
    background: #f5f5f9;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .about-company .company-info_chronos {
        padding: 15px 10px;
    }
}
.about-company .company-info_chronos .list li {
    gap: 16px;
}
@media screen and (max-width: 767px) {
    .about-company .company-info_chronos .list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3px;
        padding-left: 26px;
        position: relative;
    }
}
.about-company .company-info_chronos .list li:before {
    content: attr(data-before);
    width: 140px;
    font-size: 20px;
    line-height: 130%;
    color: #0049b7;
    font-family: "Proxima Nova Semibold";
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .about-company .company-info_chronos .list li:before {
        font-size: 16px;
    }
}
.about-company .company-info_chronos .list li > span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (min-width: 768px) {
    .about-company .company-info_chronos .list li > span {
        position: relative;
        padding-left: 26px;
    }
}
.about-company .company-info_chronos .list li > span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 2px;
    height: 100%;
    background: #0049b7;
}
.about-company .company-info_chronos .list li > span:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0049b7;
}
.about-company .company-info_chronos .list li:not(:last-child) > span {
    padding-bottom: 16px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-info_chronos .list li:not(:last-child) > span {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-info_chronos .list li:not(:last-child) > span {
        padding-bottom: 10px;
    }
}
.about-company .company-info_chronos .list li:last-child > span:before {
    height: calc(100% - 5px);
}
.about-company .company-awards {
    padding: 30px;
    border-radius: 15px;
    background: #f5f5f9;
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards {
        padding: 30px 21px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-awards {
        padding: 15px;
    }
}
.about-company .company-awards .h1 {
    padding-bottom: 24px;
}
.about-company .company-awards_slider {
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_slider {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-company .company-awards_slider + .company-awards_slider {
    margin-top: 30px;
}
.about-company .company-awards_slider h2 {
    width: 87%;
    max-width: 916px;
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_slider h2 {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 15px;
    }
}
.about-company .company-awards_slider .swiper-container {
    margin: 0 -30px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_slider .swiper-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 -15px;
        padding: 0 15px;
        margin-top: 30px;
    }
}
.about-company .company-awards_slider .swiper-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-company .company-awards_slider .swiper-navigation {
    position: absolute;
    top: 30px;
    right: 30px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards_slider .swiper-navigation {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_slider .swiper-navigation {
        position: relative;
        top: auto;
        right: auto;
        gap: 20px;
        margin-left: auto;
    }
}
.about-company .company-awards_slider .swiper-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.about-company .company-awards_slider .swiper-arrow > img {
    width: 9px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
}
.about-company .company-awards_slider .swiper-arrow * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.about-company .company-awards_slider .swiper-arrow.disabled {
    cursor: default;
}
.about-company .company-awards_slider .swiper-arrow.disabled > img {
    opacity: 0.5;
}
.about-company .company-awards_slider .swiper-slide {
    max-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #f5f5f9;
    border-radius: 15px;
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_slider .swiper-slide {
        max-width: none;
    }
}
.about-company .company-awards_slider .swiper-slide.--big {
    max-width: 410px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.about-company .company-awards_slider .swiper-slide.--big .img-wrapper {
    border-radius: 15px;
    overflow: hidden;
}
.about-company .company-awards_slider .swiper-slide img {
    display: block;
    width: 100%;
}
.about-company .company-awards_slider .swiper-slide .list {
    list-style: decimal;
    padding-left: 18px;
}
.about-company .company-awards_slider .swiper-slide .list li + li {
    margin-top: 8px;
}
.about-company .company-awards_bottom {
    margin-top: 30px;
    gap: 30px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-company .company-awards_yagis {
    width: 570px;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards_yagis {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_yagis {
        padding: 15px;
    }
}
.about-company .company-awards_yagis h2 {
    width: 100%;
}
.about-company .company-awards_yagis .company-awards_items {
    padding: 0 30px;
    gap: 30px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards_yagis .company-awards_items {
        padding: 0;
        max-width: 72%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_yagis .company-awards_items {
        max-width: none;
        padding: 0 5px;
        width: 100%;
    }
}
.about-company .company-awards_yagis .company-awards_item {
    width: calc(50% - 15px);
    border: 1px solid #f5f5f9;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_yagis .company-awards_item {
        padding: 10px;
    }
}
.about-company .company-awards_digits {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_digits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-company .company-awards_digits .company-awards_digit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 15px;
    padding: 24px;
    background: #ffffff;
    width: calc(50% - 15px);
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards_digits .company-awards_digit {
        width: calc(33.3% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_digits .company-awards_digit {
        width: 100%;
    }
}
.about-company .company-awards_digits .company-awards_digit:last-child {
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .about-company .company-awards_digits .company-awards_digit:last-child {
        width: calc(33.3% - 20px);
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-awards_digits .company-awards_digit:last-child {
        width: 100%;
    }
}
.about-company .company-awards_digits .company-awards_digit .title {
    margin-top: 48px;
    font-size: 20px;
    line-height: 130%;
}
.about-company .company-awards_digits .company-awards_digit .text {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(72, 73, 77, 0.7);
}
.about-company .company-awards_thanks {
    margin-top: 48px !important;
    padding-bottom: 0;
}
.about-company .company-values {
    position: relative;
}
@media screen and (max-width: 767px) {
    .about-company .company-values {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-company .company-values .h1 {
    max-width: 88%;
}
@media screen and (max-width: 767px) {
    .about-company .company-values .h1 {
        max-width: none;
        width: 100%;
        padding-bottom: 15px;
    }
}
.about-company .company-values > a {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .about-company .company-values > a {
        color: #2EA5FF;
        border-bottom: 1px solid rgba(46, 165, 255, 0.2);
        font-family: "Proxima Nova";
        font-weight: normal;
    }
    .about-company .company-values > a > img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-values > a {
        position: relative;
        margin-left: auto;
        top: auto;
        right: auto;
    }
}
.about-company .company-values_items {
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .about-company .company-values_items {
        margin-top: 30px;
    }
}
.about-company .company-values_item {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #dfe3e9;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3% - 20px);
}
@media screen and (max-width: 1199px) {
    .about-company .company-values_item {
        width: 100%;
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-values_item {
        padding: 15px;
    }
}
.about-company .company-values_item:first-child {
    width: calc(60% - 15px);
}
@media screen and (max-width: 1199px) {
    .about-company .company-values_item:first-child {
        width: 100%;
    }
}
.about-company .company-values_item img {
    position: absolute;
    top: 15px;
    right: 15px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-values_item img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-values_item img {
        top: 15px;
        right: 15px;
        width: 40px;
        -webkit-transform: none;
        transform: none;
    }
}
.about-company .company-values_item:nth-child(2) {
    width: calc(40% - 15px);
}
@media screen and (max-width: 1199px) {
    .about-company .company-values_item:nth-child(2) {
        width: 100%;
    }
}
.about-company .company-values_item .title {
    font-size: 25px;
    line-height: 128%;
    max-width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
    .about-company .company-values_item .title {
        font-size: 20px;
    }
}
.about-company .company-values_item .text {
    max-width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
    .about-company .company-values_item .text {
        width: 100%;
        max-width: none;
    }
}
.about-company .company-contacts {
    padding: 30px;
    padding-top: 50px;
    background: #f5f5f9;
    border-radius: 32px;
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts {
        padding: 20px 10px;
        padding-bottom: 10px;
    }
}
.about-company .company-contacts > .h1 {
    padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts > .h1 {
        font-size: 25px;
    }
}
.about-company .company-contacts .subtitle {
    padding-bottom: 32px;
}
.about-company .company-contacts_columns {
    gap: 30px;
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
.about-company .company-contacts_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-contacts_column {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column {
        width: 100%;
        padding: 24px 16px;
    }
    .about-company .company-contacts_column > * {
        text-align: center;
    }
}
.about-company .company-contacts_column:first-child {
    width: 340px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-contacts_column:first-child {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column:first-child {
        width: 100%;
    }
}
.about-company .company-contacts_column:nth-child(2) {
    max-width: 440px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-contacts_column:nth-child(2) {
        width: calc(50% - 15px);
        max-width: none;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column:nth-child(2) {
        width: 100%;
        max-width: none;
    }
}
.about-company .company-contacts_column:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0;
    gap: 30px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-contacts_column:last-child {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .about-company .company-contacts_column:last-child > * {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column:last-child {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-company .company-contacts_column:last-child > * {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}
.about-company .company-contacts_column:last-child > a {
    padding: 24px;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.about-company .company-contacts_column:last-child > a .img-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #efeff3;
    border-radius: 10px;
}
.about-company .company-contacts_column:last-child > a span {
    font-size: 20px;
    line-height: 130%;
    color: #48494d;
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column:last-child > a span {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column:last-child > a {
        padding: 16px;
    }
}
.about-company .company-contacts_column > .title {
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 16px;
}
.about-company .company-contacts_column .link-phone {
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column .link-phone {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.about-company .company-contacts_column .link-phone .img-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #efeff3;
    border-radius: 10px;
}
.about-company .company-contacts_column .link-phone span {
    font-size: 20px;
    line-height: 130%;
    color: #0049b7;
}
.about-company .company-contacts_column .link-phone + .text {
    margin-top: 16px;
    color: rgba(72, 73, 77, 0.7);
}
.about-company .company-contacts_column:last-child {
    background: transparent;
}
.about-company .company-contacts_column .company-socials {
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-company .company-contacts_column .company-socials .company-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #efeff3;
    border-radius: 10px;
}
.about-company .company-contacts_column .company-socials + form {
    margin-top: 32px;
}
.about-company .company-contacts_column form {
    gap: 10px;
}
.about-company .company-contacts_column form .title {
    width: 100%;
}
.about-company .company-contacts_column form .default-input_wrapper {
    width: 210px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-contacts_column form .default-input_wrapper {
        width: 100%;
    }
}
.about-company .company-contacts_column form .default-input_wrapper > input {
    border-radius: 10px;
}
.about-company .company-contacts_column form .default-input_wrapper + button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    border-radius: 10px;
}
@media screen and (max-width: 1199px) {
    .about-company .company-contacts_column form .default-input_wrapper + button {
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    .about-company .company-contacts_column form .default-input_wrapper + button {
        width: 100%;
    }
}

.contuct-us_wrapper {
    /* margin-top: 100px; */
    background: #f5f5f9;
    border-radius: 15px;
    padding: 40px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contuct-us-desc {
    margin-right: 80px;
}

.contuct-us-desc--title {
    font-size: 20px;
    line-height: 170%;
    padding-bottom: 10px;
}

.contuct-us-desc--text {
    font-size: 14px;
    line-height: 17px;
}

.contuct-us-btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contuct-us-btn {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1px solid #0049B7;
    border-radius: 5px;
    color: #0049B7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contuct-us-btn:hover,
.contuct-us-btn:active {
    color: #ffffff;
    background: #0049B7;
}

.contuct-us-btn + .contuct-us-btn {
    margin-left: 20px;
}

.contuct-us-btn > span {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    padding-left: 30px;
}

.contuct-us-btn > span:before,
.contuct-us-btn > span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.contuct-us-btn:hover > span:before,
.contuct-us-btn > span:after {
    opacity: 0;
}

.contuct-us-btn:hover > span:after {
    opacity: 1;
}

.contuct-us-btn.btn--phone > span:before {
    background-image: url(../media/mobapp/icons/phone.svg);
}

.contuct-us-btn.btn--phone > span:after {
    background-image: url(../media/mobapp/icons/phone-hover.svg);
}

.contuct-us-btn.btn--chat > span:before {
    background-image: url(../media/mobapp/icons/chat.svg);
}

.contuct-us-btn.btn--chat > span:after {
    background-image: url(../media/mobapp/icons/chat-hover.svg);
}

@media screen and (max-width: 1199px) {
    .contuct-us_wrapper {
        margin-top: 0;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contuct-us-desc {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .contuct-us_wrapper {
        margin: 0 auto;
        /* margin-top: 60px; */
        padding: 30px 20px;
        text-align: center;
        /*   max-width: 280px; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contuct-us-desc--title {
        font-size: 18px;
        line-height: 22px;
        /* identical to box height */
        letter-spacing: -0.02em;
    }
    .contuct-us-desc--text {
        font-size: 17px;
        line-height: 150%;
    }
    .contuct-us-btn.btn--phone > span:before,
    .contuct-us-btn.btn--phone > span:after {
        content: none;
    }
    .contuct-us-btn.btn--phone {
        min-width: 180px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .contuct-us-btn.btn--phone > span {
        padding-left: 0;
    }
    .contuct-us-btn.btn--chat {
        padding: 0 12px;
        max-width: 43px;
        height: 43px;
    }
    /*
    .mob-app_notwork-btn.btn--chat>span:after {
        top: 49%;
    } */
    .contuct-us-btn.btn--chat > span {
        padding-left: 20px;
    }
    .contuct-us-btn.btn--chat > span span {
        display: none;
    }
    .contuct-us-btn + .contuct-us-btn {
        margin-left: 15px;
    }
}/*# sourceMappingURL=about-company2.css.map */