*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: Arial, sans-serif;
    color: black;
    user-select: none;  
}
#Background{
    width: 100%;
    height: 100%;
    background-image: url(../assets/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: -1;
}
#Header{
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 50px;
    background-color: transparent;
    transition: 0.5s ease-in;
    z-index: 1;
}
#Header .logo{
    
}
#Header .logo h2{
    text-transform: uppercase;
    color: #3b00ff;
    font-size: 2.5rem;
    letter-spacing: .1rem;
    text-shadow: 0px 0px 5px #fff;
}

.transparent{
    background-color: transparent !important;
    transition: 0.5s ease;
}
.d-none{
    display: none !important;
}

.translate_on{
    transform: translateX(0%) !important;
}
.menu_on .line:nth-child(1){
    transform: translateY(10px) rotate(45deg);
}

.menu_on .line:nth-child(2){
    opacity: 0;
}
.menu_on .line:nth-child(3){
    transform: translateY(-10px) rotate(-45deg);
}


/*---------------Main---------------*/
#Main{
}
#Main #First_section{
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8% 0;
    overflow: hidden;
    margin-left: 50%;
}


/*------------------First_section------------------*/

#First_section .background_Main_section{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: scroll;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#First_section .text_side{
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: end;
}
#First_section .text_side h2{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ff006c;
    text-shadow: 0 0 4px #fff;
}
#First_section .text_side p{
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f3f4f6;
}

/*button*/

#First_section .text_side .custom-btn,
#Ten_section .text_side .custom-btn{
  width: 180px;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
#First_section .text_side .btn-11,
#Ten_section .text_side .btn-11{
  border: none;
  background: #fc0;
    background: linear-gradient(0deg, #ff006c 0%, #3b00ff 100%);
    color: #fff;
    overflow: hidden;
}
#First_section .text_side .btn-11:hover,
#Ten_section .text_side .btn-11:hover{
    text-decoration: none;
    color: #fff;
}
#First_section .text_side .btn-11:before,
#Ten_section .text_side .btn-11:before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
#First_section .text_side .btn-11:hover,
#Ten_section .text_side .btn-11:hover{    
  transform: scale(1.2);
}
#First_section .text_side .btn-11:active,
#Ten_section .text_side .btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*button*/

#First_section .img_side{
    width: 80%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#First_section .img_side img{
    width: 100%;
    height: auto;
    transform: translateX(10%);
}

/*------------------Second_section------------------*/

#Second_section, 
#Third_section, 
#Fourth_section, 
#Fifth_section, 
#Sixth_section, 
#Seventh_section, 
#Eigth_section, 
#Nine_section, 
#Ten_section{
    width: 100%;
    display: flex;
    justify-content: center;
}
#Second_section .section_case, 
#Sixth_section .section_case,
#Seventh_section .section_case,
#Eigth_section .section_case,
#Nine_section .section_case, 
#Ten_section .section_case
{
    width: 100%;
    background-color: white;
    margin: 50px auto;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#Second_section .section_case .img_side,
#Third_section .section_case .img_side,
#Fourth_section .section_case .img_side,
#Fifth_section .section_case .img_side,
#Ten_section .section_case .img_side{
    width: 40%;
    height: 100%;
}
#Second_section .section_case .img_side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#Second_section .section_case .text_side{
    width: 62%;
}
#Second_section .section_case .text_side .text_case,
#Sixth_section .section_case .text_side .text_case,
#Eigth_section .section_case .text_side .text_case{
    text-align: center;
    padding: 20px;
}

#Second_section .section_case .text_side .text_case h3,
#Sixth_section .section_case .text_side .text_case h3,
#Eigth_section .section_case .text_side .text_case h3{
    color: #1a237e;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
}
#Second_section .section_case .text_side .text_case p,
#Sixth_section .section_case .text_side .text_case p,
#Eigth_section .section_case .text_side .text_case .table_case .row .card p,
#Nine_section .section_case .right_side .case p,
#Nine_section .section_case .left_side p{
    font-size: 1.2rem;
    color: #333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
    padding: 0 15px;
}

/*------------------Third section------------------*/


#Third_section .section_case,
#Fourth_section .section_case,
#Fifth_section .section_case,
#Ten_section .section_case{
    width: 100%;
    background-color: white;
    margin-bottom: 50px;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Third_section .section_case .img_side img,
#Fourth_section .section_case .img_side img,
#Fifth_section .section_case .img_side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: 50%;
}

#Third_section .section_case .text_side,
#Fourth_section .section_case .text_side,
#Fifth_section .section_case .text_side,
#Ten_section .section_case .text_side{
    width: 60%;
    padding: 20px;
    margin-left: 20px;
}
#Third_section .section_case .text_side .text_case,
#Fourth_section .section_case .text_side .text_case,
#Fifth_section .section_case .text_side .text_case{
    text-align: left;
}

#Third_section .section_case .text_side .text_case h3{
    color: #1a237e;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 15px 0 0;
}
#Third_section .section_case .text_side .text_case ul{
    padding: 20px;
}
#Third_section .section_case .text_side .text_case ul li{
    font-size: 1.2rem;
    color: #333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
    padding: 0 0 0 15px;
}
#Third_section .section_case .text_side img{
    width: 100%;
    overflow: hidden;
}

/*------------------Fourth section------------------*/


#Fourth_section .section_case .img_side img{
    object-position: 25%;
}

#Fourth_section .section_case .text_side{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Fourth_section .section_case .text_side .text_case h3{
    color: #1a237e;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 15px 0 0;
}
#Fourth_section .section_case .text_side .text_case p{
    font-size: 1.2rem;
    color: #333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
    padding: 0 15px 0 0;
}
#Fourth_section .section_case .text_side img{
    width: 60%;
    overflow: hidden;
}


/*------------------Fifth_section section------------------*/


#Fifth_section .section_case .img_side img{
    object-position: 75%;
}

#Fifth_section .section_case .text_side .text_case h3{
    color: #1a237e;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 15px 0 0;
}
#Fifth_section .section_case .text_side .text_case .card_case{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
}
#Fifth_section .section_case .text_side .text_case .card_case .card{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
#Fifth_section .section_case .text_side .text_case .card_case .card img{
    width: 100px;
    height: auto;
}
#Fifth_section .section_case .text_side .text_case .card_case .card p{
    margin-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}
#Fifth_section .section_case .text_side .text_case .card_case card span{
    
}
#time_20::before{
    content: "20 мин";
    display: block;
    position: relative;
    top: 25px;
    left: 60px;
    width: 60px;
    height: 20px;
    color: deepskyblue;
    z-index: 0;
}
#date_24::before{
    content: "24 часа";
    display: block;
    position: relative;
    top: 25px;
    left: 60px;
    width: 60px;
    height: 20px;
    color: deepskyblue;
    z-index: 0;
}


/*------------------Sixth_section section------------------*/


#Sixth_section .section_case .img_side{
    width: 42%;
    height: 100%;
    display: flex;
    align-items: center;
}
#Sixth_section .section_case .img_side img{
    width: 100%;
    height: 65%;
    object-fit: cover;
    border-radius: 10px;
    object-position: 25%;
}

#Sixth_section .section_case .text_side{
    width: 58%;
}


/*------------------Seventh_section ------------------*/

#Seventh_section .section_case{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.synergy-table {
    width: 100%;
    border-collapse: collapse;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #808080;
    border-style: solid;
    border-width: 0;
}
.synergy-table th {
    background-color: #e6f2f2;
    font-weight: 700;
}
.synergy-table .highlighted {
    color: red;
}
.synergy-table th {
    background-color: #e6f2f2;
    font-weight: 700;
}
.synergy-table th, .synergy-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 1.1rem;
    color: #333;
}
.synergy-table td:nth-child(2) {
    font-weight: 700;
}
#Seventh_section .section_case h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a237e;
    margin-bottom: 20px;
    text-align: center;
}

/*------------------Eigth_section ------------------*/


#Eigth_section .section_case .text_side{
    width: 100%;
}

#Eigth_section .section_case .text_side .text_case .table_case{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#Eigth_section .section_case .text_side .text_case .table_case .row{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}
#Eigth_section .section_case .text_side .text_case .table_case .row .card{
    width: 45%;
    padding: 20px;
    border: 2px solid #1a237e;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#Eigth_section .section_case .text_side .text_case .table_case .row .card h4{
    text-align: center;
    font-size: 1.1rem;
    color: #333;
    line-height: 2;
}
#Eigth_section .section_case .text_side .text_case .table_case .row .center_card h4{
    font-weight: 700;
    color: #1a237e;
    font-size: 1.4rem;
}
#Eigth_section .section_case .text_side .text_case .table_case .row .card p{
    
    font-weight: 500;
}

/*-----------------------------------------*/


#Nine_section .section_case{

}
#Nine_section .section_case .left_side{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
#Nine_section .section_case .left_side .case{
    border: 2px solid #1a237e;
    border-radius: 10px;
    padding: 20px;
    text-align: justify;
    width: 75%;
    margin: auto auto;
    display: flex;
    flex-direction: column;
}
#Nine_section .section_case .left_side h2{
    align-self: start;
    color: #1a237e;
    font-size: 2.5rem;
    margin-left: 30px;
}
#Nine_section .section_case .left_side h3{
    text-align: center;
    font-size: 2rem;
    margin: 10px 0;
    color: #1a237e;
}
#Nine_section .section_case .left_side p{
    line-height: 2rem;
}
#Nine_section .section_case .left_side p span{
    font-weight: 700;
}
#Nine_section .section_case .right_side{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Nine_section .section_case .right_side .case{
    width: 80%;
    border: 2px solid #1a237e;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px;
    text-align: justify;
}
#Nine_section .section_case .right_side .case p{

}
#Nine_section .section_case .right_side .case a{
    font-weight: 700;
    color: #1a237e;
}
#Nine_section .section_case .right_side .case a:hover{
    cursor: pointer;
}
#Nine_section .section_case .right_side .case .small{
    margin: 10px 0;
    font-size: 0.9rem;
}
#Nine_section .section_case .right_side .case p a{
    word-break: break-all;
    text-decoration: none;
    font-weight: 700;
}

/*-----------------------------------------*/

#Ten_section .section_case .img_side{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Ten_section .section_case .img_side img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

#Ten_section .section_case .text_side{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#Ten_section .section_case .text_side p{
    width: 80%;
    font-weight: 700;
    color: #1a237e;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    text-align: justify;
}
#Ten_section .section_case .text_side p .start{
    text-align: left;
    transform: translateX(-30px);
}
#Ten_section .section_case .text_side p .end{
    text-align: right;
    transform: translateX(30px);
}
#Ten_section .section_case .text_side .btn-11{
    margin-top: 20px;
}
/*-----------------------------------------*/

.pop_up_shadow{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0008;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 12;
    transform: translateY(-100%);
    transition: 0.3s ease-in;
}
#Pop_up{
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#Pop_up h4{
    align-items: flex-start;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
#Pop_up .close_btn{
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff4b4b;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#Pop_up .case{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#Pop_up .case .card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 250px;
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px #0000001a;
    margin: 20px;
}
#Pop_up .case .card img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}
#Pop_up .case .card button{
    padding: 10px 20px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: auto;
}


/*-----------------------------------------*/


#Footer{
    background-color: #333;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
#Footer .column{
    width: 300px;
    margin: 0 50px;
}
#Footer .column h3{
    font-size: 20px;
    margin-bottom: 15px;
}
#Footer .column p{
    margin: 10px 0;
}
#Footer .column a{
    color: white;
    margin: 15px;
}
    
@media only screen and (max-width: 1200px) {
    #First_section .text_side h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    #First_section .text_side p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 22px;
    }
    #Second_section .section_case .text_side .text_case p, #Sixth_section .section_case .text_side .text_case p, 
    #Eigth_section .section_case .text_side .text_case .table_case .row .card p,
    #Fourth_section .section_case .text_side .text_case h3,
    #Nine_section .section_case .right_side .case p {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    #Second_section .section_case .text_side .text_case h3, #Sixth_section .section_case .text_side .text_case h3, #Eigth_section .section_case .text_side .text_case h3,
    #Third_section .section_case .text_side .text_case h3,
    #Fourth_section .section_case .text_side .text_case h3,
    #Fifth_section .section_case .text_side .text_case h3,
    #Seventh_section .section_case h2 {
        font-size: 1.5rem;
    }
    #Nine_section .section_case .left_side h2 {
        font-size: 2rem;
    }
    
    #Third_section .section_case .text_side .text_case ul li {
    font-size: 1rem;
    line-height: 1.5;
    }
    #Fourth_section .section_case .text_side .text_case p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 800px) {


    
    #Footer {
        flex-direction: column;
        align-items: center;
    }
    
     #Header .logo h2 {
        display: none;
    }
    
    #Main #First_section{
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #First_section .text_side {
        width: 80%;
        align-items: center;
        text-align: center;
    }
    #First_section .img_side img{
        left: 0;  
    }
    
    #Nine_section .section_case .left_side{
        
    }
    #Nine_section .section_case .left_side h2 {
        margin-left: 0;
        text-align: center;
        align-self: center;
        margin-bottom: 50px;
    }
    #Nine_section .section_case .left_side .case,
    #Nine_section .section_case .right_side ,
    #Nine_section .section_case .right_side .case,
    #Ten_section .section_case .text_side {
        width: 100%;
    }

    #Ten_section .section_case .text_side {
        margin-left: 0;
    }
    #Ten_section .section_case .text_side p {
        font-size: 1.2rem;
    }

        #Third_section .section_case .text_side .text_case,
        #Fourth_section .section_case .text_side .text_case,
        #Fifth_section .section_case .text_side .text_case {
            text-align: center !important;
        }
    
    #Second_section .section_case, 
    #Sixth_section .section_case, 
    #Eigth_section .section_case, 
    #Seventh_section .section_case,
    #Third_section .section_case, 
    #Fourth_section .section_case, 
    #Fifth_section .section_case,
    #Nine_section .section_case,
    #Ten_section .section_case {
    width: 90%;
    flex-direction: column;
    }
    
    #Second_section .section_case .img_side, 
    #Third_section .section_case .img_side, 
    #Fourth_section .section_case .img_side, 
    #Fifth_section .section_case .img_side,
    #Nine_section .section_case .left_side,
    #Ten_section .section_case .img_side{
        width: 100%;
    }
    
    #Second_section .section_case .text_side {
        width: 100%;
    }
    
    #Third_section .section_case .text_side, 
    #Fourth_section .section_case .text_side, 
    #Fifth_section .section_case .text_side {
        width: 90%;
        padding: 20px 0;
    }
    #Sixth_section .section_case .img_side {
        width: 100%;
    }
    #Sixth_section .section_case .text_side {
        width: 100%;
    }
    #Pop_up {
        padding: 20px;
    }
    #Pop_up .case {
        flex-direction: column;
    }
    #Pop_up .case .card img {
        height: 25px;
        object-fit: cover;
    }
    #Pop_up h4 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    
    #Main #First_section {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    
    #First_section .text_side {
        width: 80%;
        height: 50%;
        text-align: center;
        padding-top: 15%;
        align-items: center;
    }
    #First_section .img_side {
        width: 100%;
        height: 50%;
    }
    
    #First_section .img_side img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }
    
    #Eigth_section .section_case .text_side .text_case .table_case .row .card {
        width: 100%;
        margin-bottom: 20px;
    }
    #Eigth_section .section_case .text_side .text_case .table_case .row {
        flex-direction: column;
    }
    .synergy-table th, .synergy-table td {
        padding: 6px;
        font-size: 0.6rem;
    }
    #Seventh_section .section_case {
        overflow: scroll;
    }
    #Footer {
        flex-direction: column;
        align-items: center;
    }
    #Header .logo h2 {
        display: none;
    }
        #Third_section .section_case .text_side .text_case,
        #Fourth_section .section_case .text_side .text_case,
        #Fifth_section .section_case .text_side .text_case {
            text-align: center !important;
    }

        #Third_section .section_case .text_side .text_case,
        #Fourth_section .section_case .text_side .text_case,
        #Fifth_section .section_case .text_side .text_case {
            text-align: center !important;
        }
    
     #Pop_up .case .card {
        width: 250px;
    }
    #time_20::before{
        left: 40px;
    }
    #date_24::before{
        left: 40px;
    }
    
}

@media only screen and (max-height: 650px) {
    #First_section .img_side {
        height: 40%;
    }
    #First_section .text_side {
        padding-top: 20%;
    }
}

@media only screen and (max-height: 620px) {
    #First_section .img_side {
        height: 30%;
    }
    #First_section .text_side {
        padding-top: 15%;
    }
}