.phone-request-modal {
    padding-right: 0!important;
    &.modal {
        z-index: 2222;
        .modal-dialog {
            max-width: 1050px;
            min-height: 742px;
            @media screen and (max-width: 1100px){
                margin-right: 18px;
                margin-left: 18px;
                height: auto;
            }
            @media screen and (max-width: 768px){
                margin-top: 30px;
                margin-bottom: 30px;
            }
        }
    }
    .modal-content {
        box-shadow: 0 4px 23px rgb(0 0 0 / 9%);
        border-radius: 6px;
        background-color: #fff;
        border: none;
    }
    .modal-footer {
        height: auto;
        padding: 40px 30px;
        justify-content: center;
        border-top: 1px solid #E2E2E2;
        @media screen and (max-width: 575px){
            padding-left: 14px;
            padding-right: 14px;
        }
    }
    .contact-list {
        display: flex;
        justify-content: space-between;
        max-width: 836px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        @media screen and (max-width: 768px){
            max-width: 595px;
            justify-content: space-between;
        }
        @media screen and (max-width: 575px){
            flex-direction: column;
            justify-content: flex-start;
        }
        li {
            margin-right: 20px;
            @media screen and (max-width: 768px){
                flex: 0 0 33%;
                margin-right: 0;
            }
            &:not(:last-child) {
                @media screen and (max-width: 575px){
                    margin-bottom: 40px;
                }
            }
        }
        .icon-box {
            margin-right: 12px;
            @media screen and (max-width: 768px){
                margin-right: 0;
            }
            img {
                max-width: 64px;
            }
        }
        .text-box{
            font-family: "Mardoto-Medium";
            font-size: 16px;
            color: #656B74;
            @media screen and (max-width: 768px){
                margin-top: 23px;
            }

            .info {
                font-family: "Mardoto-Bold";
                margin-bottom: 10px;
                display: block;
                width: 100%;
                color: #272727;
                text-transform: uppercase;
            }
        }
    }
    .contact-item--inner,
    .contact-link {
        display: flex;
        @media screen and (max-width: 768px){
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center
        }
    }
    .close-btn {
        position: absolute;
        top: 25px;
        right: 25px;
        padding: 0;
        cursor: pointer;
    }

    .call-request-form {
        flex: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 50px 60px;
        @media screen and (max-width: 575px){
            padding-left: 14px;
            padding-right: 14px;
        }
        .notification-section {
            width: 80%;
            margin: auto;
            p {
                color: #fff;
            }
        }

        &--inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            @media screen and (max-width: 768px){
                max-width: 566px;
                margin-left: auto;
                margin-right: auto;
                flex-direction: column;
            }
        }
    }
    .img-box {
        flex: 1;
        @media screen and (max-width: 768px){
            flex: auto;
            margin-bottom: 40px;
        }
        @media screen and (max-width: 575px){
            margin-bottom: 14px;
        }
        .image {
            max-width: 440px;
            @media screen and (max-width: 768px){
               max-width: 400px;
            }
            @media screen and (max-width: 575px){
                max-width: 240px;
            }
        }
    }
    .form-box {
        flex: 0 1 440px;
        @media screen and (max-width: 768px){
            flex: auto;
        }

        .title-box {
            font-family: "Mardoto-Medium";
            margin-bottom: 50px;
        }
        .form-title {
            font-family: "Mardoto-Medium";
            font-size: 28px;
            margin-bottom: 10px;
            color: #252525;
            @media screen and (max-width: 768px){
                font-size: 24px;
            }
            @media screen and (max-width: 768px){
                font-size: 22px;
            }
        }
        .form-subtitle {
            font-size: 18px;
            line-height: 1.5;
            color: #707070;
            @media screen and (max-width: 768px){
                font-family: "Mardoto-Regular";
                font-size: 16px;
            }
        }
        .form-group {
            margin-bottom: 30px;
            max-width: 100%;
        }
        .form-label {
            font-family: "Mardoto-Regular";
            font-size: 16px;
            margin-bottom: 8px;
            .star {
                color: #DA2A2E;
            }
        }
        .form-input {
            border: 1px solid rgba(0, 102, 153, 0.5);
            border-radius: 10px;
            padding: 14px;
            min-height: 47px;
            margin-bottom: 0;
            color: #252525;
            font-size: 16px;
            line-height: 1;
            @include placeholder {
                line-height: 1;
                color: #666;
                font-family: Mardoto-Regular;
            }
        }
        .input-group {
            .form-input {
                padding-left: 74px;
                padding-right: 40px;
            }
            .input-img {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);

                &.input-img-flag {
                    left: 14px;
                    width: 20px;
                    height: 20px;
                }
                &.input-img-check {
                    right: 14px;
                    width: 16px;
                    height: 16px;
                    display: none;
                }
            }
            .input-label-num {
                font-size: 16px;
                position: absolute;
                display: inline-block;
                top: 50%;
                transform: translateY(-50%);
                left: 37px;
                margin-bottom: 0;
                color: #666;
                line-height: 1;
            }
        }
        .btn-submit {
            font-family: "Mardoto-Bold";
            font-weight: normal;
            width: 100%;
            background-color: #006699;
            color: #fff;
            font-size: 14px;
            padding: 4px 10px;
            border-radius: 10px;
            min-height: 50px;
            border: none;
        }
        .error-text {
            font-family: 'Mardoto-Regular';
            font-size: 14px;
            margin-top: 8px;
            color: #DA2A2E;
            display: none;
        }
        .form-group-error {
            .error-text {
                display: inline-block;
            }
            .form-input {
                border-color: #DA2A2E;
                @include placeholder {
                    color: #DA2A2E;
                }
            }
        }
        .form-group-success {
            .input-group {
                .form-input {
                    background-color: #E7F3F9;
                }
                .input-img {
                    display: block;
                }
            }
        }
    }
    .send-again {
        margin-bottom: 30px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        .img-check {
            width: 46px;
            height: 46px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 16px;
        }
        .info {
            font-family: "Mardoto-Medium";
            color: #272727;
            font-size: 14px;
            margin-bottom: 0;
        }
    }
}
