
/*--------------------------------------------------------------
# MODAL GENERAL
--------------------------------------------------------------*/


.modal-btn-close {
    position: absolute;
    right:10px;
    top:10px;
    z-index: 999;
} 

.modal-btn-close i{
    color:var(--color-main);
    font-size: 36px;
}

.modal-black {
    background: rgba(0, 0, 0, 0.75);
    
}


/*
    MODAL COMOFFER
*/

 

.modal-comoffer ul li{
    list-style-type: none; 
    position: relative;
    line-height: 30px;
}
  
.modal-comoffer ul li::before {
    top: 0px;
    position: absolute;
    padding-top: 10px;
    line-height: 10px;
    content: "•";
    font-size: 30px;
    color: var(--color-main);
    display: inline-block;
    width: 10px;
    margin-left: -1em;
}
  

.modal-comoffer .row1 {
    background: linear-gradient(180deg, #101216 0%, #282828 100%);
}

.modal-comoffer .row2 {
    background-color: white;
}

.modal-comoffer .row1 h3 {
    font-size: 42px;
    color:white;
}

.modal-comoffer .row1 ul li {
    color:white;
}

.modal-comoffer .row2 img {
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.40); 
    position: absolute;      
    bottom:90px;
    right:90px;
    max-width: 400px;
}

@media (max-width:1199px) {
    .modal-comoffer .row2 img {
        max-width: 350px;
        bottom:70px;
        right:50px;        
    }
}

@media (max-width:990px) {

    .modal-comoffer .row1 h3 {
        font-size: 30px;
        color:white;
    }

    
    .modal-comoffer .row2 img {
        max-width: 250px;
        bottom:70px;
        right:50px;        
    }
}


.modal-comoffer form input[type="text"] {
    width: calc(100% - 100px);
    padding: 30px 0px 10px 0px;
    margin : 0px 50px;
    border: none;  
    border-bottom: 1px solid black;  
    background-color: white;
    outline: none;  
}



/* Загальні стилі для чекбокса */
.modal-comoffer form input[type="checkbox"] {
    margin-top: 3px;
    width: 20px;  
    height: 20px;  
    border: 1px solid black;  
    appearance: none;  
    outline: none;  
    cursor: pointer;  
   
    
}
  
  /* Галочка чекбокса */
.modal-comoffer form  input[type="checkbox"]:checked::before {
    margin: -5px 0px 0px 1px;
    font-size: 20px;
    font-weight: 900;    
    content: '\2713'; 
    display: block;
    position: absolute;
    color: var(--color-main); 
}


.modal-comoffer form input[type="button"],
.modal-comoffer form input[type="submit"] {
    margin : 0px 50px;  
    border: 1px solid #F18104;
    background: #F18104;
    color:white;
    font-weight: 700;
    width: 200px;
    height: 50px;
    flex-shrink: 0; 
}



.modal-comoffer form div.check {
    display: flex;
    width: calc(100% - 100px);
    margin : 30px 50px;  
}

.modal-comoffer form {
    margin-top: 40px; 
}



/*
    THANKS MODAL FORM
*/

.modal-comoffer-thanks a{
    color:#000 !important
}

.modal-comoffer-thanks .fillimg {
    background-image: url('../img/modal01-02.jpg');
    background-size: cover;
    background-position: center;  
    background-repeat: no-repeat;
    min-height: 100%;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.30);
}


.modal-comoffer-thanks div.top {
    width:100%; 
    height: 100px;
    border-bottom:1px solid rgba(0,0,0,0.3);
}

.modal-comoffer-thanks div.body {
    flex-grow: 1;
}

.modal-comoffer-thanks div.foot {
    width:100%; 
    height: 100px;
    border-top:1px solid rgba(0,0,0,0.3);
}

.modal-comoffer-thanks div.top .logo {
    max-height: 40px;
}

@media (max-width:768px) {
    .modal-comoffer-thanks div.top .logo {
        max-height: 30px;
    }    
}

.modal-comoffer-thanks div.body h3{
    font-size: 60px;
    text-transform: uppercase;
}


.modal-comoffer-thanks div.body h4{
    font-size: 24px;
    text-transform: uppercase;
}

.modal-comoffer-thanks div.body a {
    background-color: var(--color-main);
    color: white !important;
    padding: 12px 20px;    
    font-size: 20px;
    font-weight: 700;
}


.modal-comoffer.crm h3{
    text-transform: uppercase;
    position: relative;
    padding-left:15px;
    height: fit-content;
}

@media (max-width:768px) {
.modal-comoffer.crm p {
    font-size: 14px;
}

.modal-comoffer.crm .modal-content {
    display: contents;
}
}

.modal-comoffer.plans h3:before,
.modal-comoffer.crm h3:before {
    content: "";
    position: absolute;
    height: calc(100% - 15px);
    width:3px;
    left:0px;
    top:6px;
    background-color: var(--color-main);
}


.modal-comoffer.compet h3,
.modal-comoffer.plans h3{
    text-transform: uppercase;
    position: relative;
    padding-left:15px;
    height: fit-content;
    color:#000;
}

 
.modal-comoffer.plans .fillimg {
    background: url('../img/modals/plans.jpg'), lightgray 50%; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
}



.modal-comoffer.compet .container{
    max-width:800px;
    border-left: 3px solid var(--color-main);
}


.modal-comoffer.compet  ul {
    list-style: unset;

    list-style-type: disc; /* Задає тип маркера, у цьому випадку - кругла крапочка */
}

.modal-comoffer.compet ul li::before {
    color:#000;
}
  
.modal-comoffer.compet li {
    color:#000;
    line-height: 24px;
    margin-bottom: 0px;
}

.modal-comoffer.compet img {
    opacity: 0.1;
}