
.page-404--heading {
  position: relative;
}

.page-404--bckgr {
    top: -100px;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0.05;
    text-align: center;
    margin-bottom: -50px;
}

.page-404--heading .page-404--bckgr span {
    font-size: 170px;
}

.page-404--bckgr > :first-child, .page-404--bckgr > :nth-child(3) {
    color: #fe3f7a;
}

.page-404--bckgr > :nth-child(2) { 
    color: #02B5BC;
}


.offer-list > :first-child {
    border: 2px solid #fe3f7a;
    padding: 10px 5px;
    border-radius: 10px;
    display: inline-flex
;
}

.pointing-arrow {
    max-height: 90px;
    position: absolute;
    top: -45px;
}

.con-f-align {
   background: white !important;
}

.offer-list--content a {
    color: #fe3f7a;
    
}


.offer-list--content a:hover {
    cursor: pointer;
    color:  #02B5BC;
}


.not-available-page {
    display: flex;
    gap: 50px;
    padding: 50px 0 50px 0;
    
}    

.offer-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;

}  

body .con-f-align .page-404 .wpdreams_asl_results {
    border-radius: 10px !important;
}

div.asl_m .probox .promagnifier {
    margin: auto;
}

div.asl_m .probox .innericon svg {
    fill: #fe3f7a !important;
}

div.asl_m.asl_w {
        border: 1px solid #02B5BC !important;
}
.asl_w_container {
    margin: auto !important;
    max-width: 500px !important;
}

/*.page-404 {*/
/*    margin-top: 80px;*/
/*}*/

.con-f-align  {
    min-height: 0 !important;
}

.not-available-page--content {
        width: 60%;
        position: relative;
}


.offer-list--item {
    display: flex;
    align-items: center;
    gap: 20px;
}  


.offer-list--item p {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 1.2em;
}

.offer-list--item h3 {
    margin: 0;
}

.offer-list--icon {
    background-color: #fe3f7a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}    

.offer-list > *:nth-child(2n) .offer-list--icon  {
  background-color: #02B5BC;
}

.offer-list > :nth-child(2) .offer-list--icon, .offer-list > :nth-child(3) .offer-list--icon, .offer-list > :nth-child(4) .offer-list--icon   {
  width: 40px;
  height: 40px;
  padding: 5px;
}

h1 {
        text-align: center;
        margin: 0 0 50px 0;
}

h1 span {
    color: #fe3f7a;
} 


.offer-docs--wrapper > :first-child {
  border-radius: 100px 0 100px 0;
}

.offer-docs--wrapper > :nth-child(2) {
  border-radius: 0 100px 0 100px;
}

.offer-docs--wrapper > :nth-child(3) {
  border-radius: 0 100px 0 100px;
}

.offer-docs--wrapper > :nth-child(4) {
  border-radius: 100px 0 100px 0;
}

.offer-doc-blue {
    background-color: #02B5BC;
}

.offer-doc-pink {
    background-color: #FE3F7A;
}

.offer-docs--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  border-radius: 100px;
  overflow: hidden;
  border: 2px dashed #FE3F7A;
  padding: 10px;
  width: 425px;
  height: 425px;
}





.offer-doc {
    max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.offer-doc img {
  height: 200px;
}

.offer-doc h5 {
  margin: 0;
  text-align: center;
}


@media (max-width: 1024px) {
    
    
    .pointing-arrow {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

    .not-available-page {
        flex-direction: column-reverse;
        align-items: center;
    }

    .not-available-page--content {
        width: 100%;
    }

}


@media (max-width: 767px) {
    
  .page-404--bckgr {
      top: -60px;
  }  
    
.page-404--heading .page-404--bckgr span {
    font-size: 100px;
}    
    
    
.offer-list--item p {
    font-size: 12px;
}    
    
    
    
.offer-docs--wrapper {
    width: 300px;
    height: 300px;
}


.offer-doc img {
    height: 130px;
}


.offer-docs--wrapper > :first-child {
  border-radius: 50px 0 50px 0;
}

.offer-docs--wrapper > :nth-child(2) {
  border-radius: 0 50px 0 50px;
}

.offer-docs--wrapper > :nth-child(3) {
  border-radius: 0 50px 0 50px;
}

.offer-docs--wrapper > :nth-child(4) {
  border-radius: 50px 0 50px 0;
}

.offer-docs--wrapper {
    border-radius: 50px;
}


} 


        .con-f-align {
        background: #F7FAFF;	
        }
        
            
        h1 {
            margin: 50px 0;
        }
        
        #primary {
            min-height: 50vh;
        }
        
        
        .page-404__buttons {
            display: flex;
            gap: 20px;
        }
        
        .page-404__buttons a {
            display: flex;
            border-radius: 10px;
            box-shadow: 2px 2px 4px 0px #293B5F;
            text-decoration: none;
            padding: 10px;
            width: 35%;
            justify-content: center;
            transition: transform 0.25s;
        }
        
        .page-404__buttons a:hover {
            
            transform: scale(1.02); 
        }
        
        @media (max-width: 993px) {
            .page-404__buttons {
            flex-direction: column;	
            }
            
             .page-404__buttons a {
            width: auto;	 
            }
            
            
        }
        
        body .container	.page-404 .page-404--heading	div.asl_r.asl_w {
            border-radius: 20px !important;
        }
        
            
