.clicktocall-page-first .landing-description-container {
    margin-right:15.625vw;
}

@media (max-width:768px) {
    .clicktocall-page-first .landing-description-container {
        margin-right:unset;
    }
}


.clicktocall-page-first .landing-description-container img {
    max-width: 83px;
}

.clicktocall-page-first .landing-description-container h2 {
    color:white !important;
}

.clicktocall-page-first .landing-description-container p {
    color:white !important;
    font-size:17px;
}

.clicktocall-page-first .landing-description-container a {
    border: 1px solid white;
    color:white;
    background-color: transparent;
    padding:17px;
    display: block;
    text-align: center;
    max-width: 300px;
    margin-block:42px;
    text-decoration: none;
}

.clicktocall-page-first.outerContainer.threeD {
    gap: 20px;
}

.clicktocall-page-first.outerContainer.threeD .threeDimg {
    margin-left: 100px;
    transform: translateX(0);
}

@media (max-width:768px) {
    .clicktocall-page-first.outerContainer.threeD {
        gap: 0;
    }

    .clicktocall-page-first.outerContainer.threeD .threeDimg {
        margin-left: 0;
    }
}

.clicktocall-page-second {
    max-width: 1700px !important;
}

.clicktocall-page-second.bigpayment {
    justify-content: space-around;
} 

.clicktocall-page-second .job-list-block{
    text-align: center;
    padding: 60px 42px !important;
}

.clicktocall-page-second .job-list-block .icons-img-container {
    justify-content: center;
}

section {
    min-height: unset!important;
}

#first, #second {
    min-height: 100vh!important;
    
}

#second, #fourth {
    background-color: transparent;
}

.stores.payment section:nth-child(3) {
    height: unset;
    background-color: #efeeee;
}

.job-list-block.payment {
    margin-bottom: unset;
    margin-block: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media (max-width:768px) {
    .job-list-block.payment {
    margin-block: 25px;
    }
}

#second .green-bg {
    background-color: #16b89d !important;
    max-width: 380px;
    padding: 20px 10px;
    margin-top:120px;
}

#second .green-bg p {
    color:white;
}

#second .green-bg span {
    font-size: 9px;
}

.slide-title p{
    color:#313c77 !important;
    font-size:13px ;
}

#fourth .mybut:after {
    /* background-image: url(../img/button-arrow-black.png) !important; */
    color: #000;
}

#fourth .mybut:hover:after {
    color: #971117;
}

.ctc-ena-image {
    position: absolute;
    top:Min(250px, calc(250/1920*100vw));;
    left:Min(600px, calc(600/1920*100vw));;
}

.min-height-lines {
    height: 50%;
}

.min-height-title {
    top:0;
}

@media (max-width:768px) {
    .min-height-title {
        bottom: unset !important;
        right: 180px !important;
        top: -100px !important;
        max-width: unset !important;
        width: unset !important;
    }
}

section#fourth {
    padding-top: unset !important;
    padding-bottom: unset !important;
}

#response-message p {
    margin-top: 150px;
    font-size: 24px;
    color: #313c77;
    line-height: 1.35;
    width: 350px;
}

.radios-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
    width: 100%;
}

.customRadio {
    display: block;
    position: relative;
    height: 20px;
    padding-left: 55px;
    margin-right: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.customRadio .radio-dot {
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #313c77;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customRadio input:checked ~ .radio-dot::after {
    display: block;
}

.customRadio .radio-dot::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #313c77;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.job-form-section .opened {
    height: unset !important;
}

@media (max-width:768px) {
    .radios-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .radios-wrapper .customRadio {
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .job-form-section .input-block input[type="text"],
    .job-form-section .input-block input[type="tel"] {
        height: 24px;
    }
}