.contact-banner {
    width: 100%;
    height: 480px;
    background: url("../static/contactUs/contact-banner.png") no-repeat;
    color: #ffffff;
}

.is-disable {
    background: #999999 !important;
}

a:hover,a {
    color: #8F8F8F !important;
    cursor: pointer;
}


@media (min-width: 1200px) {
    .contact-banner-title {
        padding-top: 240px !important;
    }

    .contact-banner-title>h1 {
        font-weight: bold;
        font-size: 52px;
        color: #FFFFFF;
    }

    .contact-banner-title>h2 {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        padding-top: 20px;
    }
    
    .breadcrumb {
        padding-top: 38px !important;
        margin-bottom: 20px !important;
        background-color: #f7f7f7 !important;
    }

    .nav-ul {
        display: flex;
        align-items: center;
    }

    .nav-check,.nav-ul a:hover {
        color: #2A2A2A !important;
        font-weight: bold;
        border-bottom: 2px solid #C30D23 !important;
        padding: 24px 0 22px !important;
    }

    .nav-ul a {
        flex: 1;
        text-align: center;
        padding: 24px 0;
        border-bottom: 1px solid #E3E3E3;
        cursor: pointer;
    }
    

    .contact-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 70px 0 100px !important;
    }

    .contact-form > h1 {
        font-weight: 400;
        font-size: 24px;
        color: #000000;
    }

    .contact-form-main {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 50px;
    }

    .contact-form-block {
        width: 600px;
    }

    .form-group > label {
        font-weight: 400;
        font-size: 18px;
        color: #000000;
    }

    .form-group > label::after {
        content: "*";
        color: #FF0000;
    }

    .form-control {
        border-radius: 0;
        display: flex;
    }

    .form-submit {
        width: 600px;
        height: 48px;
        background: #173C96;
        text-align: center;
        line-height: 48px;
        color: #FFFFFF;
        border: none !important;
        margin-top: 16px;
    }

    .contact-form-block-right {
        width: 480px;
    }

    .contact-form-block-right-title {
        font-weight: 400;
        font-size: 18px;
        color: #173C96;
        margin-bottom: 20px;
    }

    .contact-form-block-right-qrCode {
        height: 160px;
        width: 100%;
        background: #173C96;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px 0 32px;
        box-sizing: border-box;
    }

    .contact-form-block-right-qrCode > img {
        width: 115px;
        height: 115px;
    }

    .form-link-block {
        padding: 30px 0 72px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .form-link-block img {
        width: 30px;
        height: 30px;
    }

    .sub-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        color: #173C96;
    }

    .sub-form {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 18px;
    }

    .sub-form > .form-control {
        width: 360px;
        height: 48px;
        border: 1px solid #ced4da;
    }

    .sub-button {
        width: 100px;
        height: 48px;
        background: #173C96;
        color: #FFFFFF;
        border: none !important;
    }

    .sub-checkbox {
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 12px;
        color: #525252;
        margin-top: 20px;
        gap: 10px;
    }

    .phone-block {
        width: 480px;
        height: 100px;
        background: #173C96;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 54px 0 34px;
        margin-top: 34px;
    }

    .phone-block img {
        width: 62px;
        height: 62px;
    }

    .phone-block span {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 22px;
    }

    .base-list {
        margin-top: 68px;
    }

    .base-list h1 {
        font-weight: 400;
        font-size: 24px;
        color: #010101;
    }

    .base-list-block {
        margin-top: 38px;
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(3,392px);
    }
    
    .base-item {
        margin-bottom: 20px;
    }
    
    .base-item:hover {
        box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .base-image {
        width: 392px;
        height: 257px;
    }

    .base-info {
        width: 100%;
    }

    .base-info-name {
        font-weight: 400;
        font-size: 18px;
        color: #010101;
        line-height: 18px;
        margin-top: 24px;
        margin-bottom: 13px;
        padding: 0 20px;
    }

    .base-info-block {
        height: 40px;
        font-weight: 400;
        font-size: 12px;
        color: #010101;
        padding: 0 20px;
    }

    .base-info-block p {
        margin: 0;
        line-height: 20px;
    }
    .base-info-block span {
        padding-right: 10px;
    }

    .office-list-block {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-row-gap: 58px;
        margin-top: 70px;
    }

    .office-item {
        display: flex;
        align-items: flex-start;
    }

    .office-item img {
        width: 26px;
        height: 18px;
    }

    .office-item-right {
        margin-left: 30px;
    }

    .office-item-name {
        font-weight: 400;
        font-size: 18px;
        color: #010101;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .office-item-info {
        font-weight: 400;
        font-size: 12px;
        color: #010101;
        line-height: 20px;
        height: 60px;
    }

    .office-item-info p {
        margin-bottom: 6px;
    }

    .office-list {
        padding-bottom: 110px !important;
    }

    .contacter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 70px 0 100px!important;
    }

    .contacter img {
        width: 800px;
        height: 286px;
        border-radius: 20px;
    }

    .contacter-right {
        width: 352px;
    }

    .contacter-title {
        font-weight: bold;
        padding-bottom: 26px;
        border-bottom: 1px solid #e5e5e5;
    }

    .contacter-info {
        margin-top: 20px;
    }

    .contacter-info p {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
    }

    .service {
        padding: 70px 0 100px !important;
        display: grid;
        grid-template-columns: repeat(3,434px);
    }

    .service-item {
        display: flex;
        
    }

    .service-image {
        background: #254088;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .service-info {
        width: 260px;
        margin-left: 14px;
    }

    .service-info a {
        color: #000000 !important;
        font-size: 26px;
        font-weight: 400;
        cursor: pointer;
    }

    .service-info p {
        color: #666666;
        font-size: 18px;
        margin-top: 10px;
        line-height: 24px;
    }

    .screen-top {
        width: 100%;
        padding: 20px;
        background-color: #FFFFFF;
        border-radius: 12px;
    }

    .screen-search-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 30px;
        border-bottom: 1px solid #eeeeee;
    }

    .screen-keywords {
        display: flex;
        align-items: center;
        font-size: 18px;

    }

    .screen-input-block {
        width: 450px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
        padding: 0 20px 0 4px;
        box-sizing: border-box;
    }
    
    .screen-input-block img {
        width: 24px;
        height: 24px;
    }

    .screen-input-block input {
        border: none !important;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    .screen-keywords label {
        width: 110px;
    }

    .screen-type-block {
        padding: 30px 0 10px;
    }

    .offerList {
        width: 100%;
        background-color: #FFFFFF;
        margin-top: 40px;
        border-radius: 5px;
        overflow: hidden;
    }

    .offerTable {
        width: 100%;
    }

    .offerTableHeader {
        width: 100%;
        height: 72px;
        background-color: #005EBA;
        color: #FFFFFF;
    }

    .table-block {
        padding: 0 45px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        font-size: 18px;
        height: 72px;
        align-items: center;
    }

    .table-header {
        background-color: #173C96;
        color: #FFFFFF;
    }

    .table-body {
        border-bottom: 1px solid #EEEEEE;
    }
    
    .table-body > a {
        color: #000000 !important;
    }
    
    .table-body > div {
        color: #8F8F8F !important;
    }

    .table-body:last-child {
        border-bottom: none !important;
    }

    
    .page-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 56px 0 86px;
    }
}

@media (max-width: 1200px) {
    .contact-banner-title {
        padding-top: 180px !important;
    }

    .contact-banner-title>h1 {
        font-weight: bold;
        font-size: 40px;
        color: #FFFFFF;
    }

    .contact-banner-title>h2 {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        padding-top: 20px;
        line-height: 20px;
    }
    
    .breadcrumb {
        padding-top: 38px !important;
        margin-bottom: 20px !important;
        background-color: #f7f7f7 !important;
    }

    .nav-ul {
        display: flex;
        align-items: center;
    }

    .nav-check {
        color: #2A2A2A !important;
        font-weight: bold;
        border-bottom: 2px solid #C30D23 !important;
    }

    .nav-ul a {
        flex: 1;
        text-align: center;
        height: 58px;
        /* padding: 24px 0; */
        border-bottom: 1px solid #E3E3E3;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4px 0 70px !important;
    }

    .contact-form > h1 {
        font-weight: 400;
        font-size: 24px;
        color: #000000;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .contact-form-main {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .contact-form-block {
        width: 100%;
        padding: 0 16px;
    }

    .form-group > label {
        font-weight: 400;
        font-size: 18px;
        color: #000000;
    }

    .form-group > label::after {
        content: "*";
        color: #FF0000;
    }

    .form-control {
        border-radius: 0;
        display: flex;
        height: 40px;
    }

    .form-submit {
        width: 100%;
        height: 48px;
        background: #173C96;
        text-align: center;
        line-height: 48px;
        color: #FFFFFF;
        border: none !important;
        margin-top: 16px;
    }

    .contact-form-block-right {
        width: 100%;
        padding: 0 16px;
        margin-top: 30px;
    }

    .contact-form-block-right-title {
        font-weight: 400;
        font-size: 18px;
        color: #173C96;
        margin-bottom: 20px;
    }

    .contact-form-block-right-qrCode {
        height: 140px;
        width: 100%;
        background: #173C96;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px 0 22px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .contact-form-block-right-qrCode > img {
        width: 100px;
        height: 100px;
    }

    .form-link-block {
        padding: 30px 0 40px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .sub-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 18px;
        color: #173C96;
    }

    .sub-form {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 18px;
    }

    .sub-form > .form-control {
        width: 300px;
        height: 48px;
        border: 1px solid #ced4da;
    }

    .sub-button {
        width: 100px;
        height: 48px;
        background: #173C96;
        color: #FFFFFF;
        border: none !important;
    }

    .sub-checkbox {
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 12px;
        color: #525252;
        margin-top: 20px;
        gap: 10px;
    }

    .phone-block {
        width: 100%;
        height: 80px;
        background: #173C96;
        display: flex;
        align-items: center;
        padding: 0 20px;
        margin-top: 34px;
    }

    .phone-block img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .phone-block span {
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 22px;
    }

    .base-list {
        margin-top: 30px;
    }

    .base-list h1 {
        font-weight: 400;
        font-size: 24px;
        color: #010101;
    }

    .base-list-block {
        margin-top: 38px;
        display: flex;
        flex-direction: column;
    }

    .base-item {
        width: 100%;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
    }

    .base-image {
        width: 100%;
    }

    .base-info {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .base-info-name {
        font-weight: 400;
        font-size: 18px;
        color: #010101;
        line-height: 18px;
        margin-top: 24px;
        margin-bottom: 13px;
    }

    .base-info-block {
        height: 40px;
        font-weight: 400;
        font-size: 12px;
        color: #010101;
        margin-bottom: 12px;
    }

    .base-info-block p {
        margin: 0;
        line-height: 20px;
    }
    .base-info-block span {
        padding-right: 10px;
    }

    .office-list-block {
        display: flex;
        flex-direction: column;
        margin-top: 38px;
    }

    .office-item {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 20px;
    }

    .office-item img {
        width: 26px;
        height: 18px;
    }

    .office-item-right {
        margin-left: 30px;
    }

    .office-item-name {
        font-weight: 400;
        font-size: 18px;
        color: #010101;
        margin-bottom: 10px;
        line-height: 18px;
    }

    .office-item-info {
        font-weight: 400;
        font-size: 12px;
        color: #010101;
        height: 70px;
    }

    .office-item-info p {
        margin: 0;
        line-height: 20px;
    }

    .office-list {
        padding-bottom: 110px !important;
    }

    .contacter {
        display: flex;
        flex-direction: column;
        padding: 40px 20px 70px!important;
    }

    .contacter img {
        width: 800px;
        height: 286px;
        border-radius: 20px;
        display: none;
    }

    .contacter-right {
        width: 352px;
    }

    .contacter-title {
        font-weight: bold;
        padding-bottom: 26px;
        border-bottom: 1px solid #e5e5e5;
    }

    .contacter-info {
        margin-top: 20px;
    }

    .contacter-info p {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
    }

    .service {
        padding: 40px 20px 70px !important;
        display: flex;
        flex-direction: column;
    }

    .service-item {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #EEEEEE;
    }

    .service-image {
        background: #254088;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .service-info {
        flex: 1;
        margin-left: 14px;
    }

    .service-info a {
        color: #000000 !important;
        font-size: 20px;
        font-weight: 400;
        cursor: pointer;
    }

    .service-info p {
        color: #666666;
        font-size: 14px;
        margin-top: 10px;
        line-height: 24px;
    }

    .screen-top {
        width: 100%;
        padding: 20px;
        background-color: #FFFFFF;
        border-radius: 12px;
    }

    .screen-search-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 30px;
        border-bottom: 1px solid #eeeeee;
    }

    .screen-keywords {
        width: 100%;
        display: flex;
        font-size: 18px;
        flex-direction: column;
    }

    .screen-keywords > div {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    

    .screen-input-block {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
        padding: 0 20px 0 4px;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .screen-input-block input {
        border: none !important;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    .screen-keywords label {
        width: 110px;
    }

    .screen-type-block {
        padding: 30px 0 10px;
    }

    .offerList {
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 5px;
        overflow: hidden;
    }

    .offerTable {
        width: 100%;
    }

    .offerTableHeader {
        width: 100%;
        height: 72px;
        background-color: #005EBA;
        color: #FFFFFF;
    }

    .table-block {
        padding: 0 20px;
        display: grid;
        grid-template-columns: 117px 80px 234px;
        font-size: 16px;
        height: 50px;
        align-items: center;
    }

    .table-header {
        background-color: #005EBA;
        color: #FFFFFF;
    }

    .table-body {
        border-bottom: 1px solid #EEEEEE;
    }

    .table-body:last-child {
        border-bottom: none !important;
    }

    
    .page-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px 0 50px;
    }

    .search-button {
        width: 80px;
        height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }
}