
#preloader{
    width: 90%;
    height: 90%;
    position: absolute;
    top: -38%;
    left: -41.5%;
}

.preloader-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#Path_1{
    animation: animateOne -0.5s linear 0.8s infinite alternate;
}

#Path_2{
    animation: animateTwo 0.8s linear 0.8s infinite alternate;
}

#Ellipse_1{
    animation: animateThree -0.5s linear 1s infinite alternate;
}

#Ellipse_2{
    animation: animateFour 0.8s linear 1s infinite alternate;
}

@keyframes animateOne {
    0%{
        opacity: 0;
        fill: #ffffff;
    }

    100%{
        opacity: 1;
        fill: #a9a19d;
    }

}

@keyframes animateTwo {

    0%{
        opacity: 0;
        fill: #ffffff;
    }

    100%{
        opacity: 1;
        fill: #ffa600;
    }

}

@keyframes animateThree {

    0%{
        opacity: 0;
        r: 0;
        cx: 10;
        cy: -30;
    }

    50%{
        opacity: 0.5;
        cx: 24.994;
        cy: 24.994;
    }

    100%{
        opacity: 1;
        opacity: 0.5;
        r: 24.994;
        cx: 24.994;
        cy: 24.994;
    }

}

@keyframes animateFour {

    0%{
        opacity: 0;
        r: 0;
        cx: 100;
        cy: -100;
    }

    50%{
        opacity: 0.5;
        cx: 24.994;
        cy: 24.994;
    }

    100%{
        opacity: 1;
        opacity: 0.5;
        r: 24.994;
        cx: 24.994;
        cy: 24.994;
    }

}

body {
    /* background-color: #ff7700; */
    /* background-color: #fff; */
    background-size: cover;
    background-image: url(./image/aaaa.png);
    height: 900px;
    background-repeat: no-repeat;
   
        overflow-x: hidden;
}
.z1 {
    color: rgb(255, 255, 255);
    font-size: 79px;
    width: 110px;
    position: absolute;
    top: 95%;
    left: 9%;
    /* transform: translate(-630%, 90%); */
    text-align: center;
    font-weight: bold;
    color: #fff;

}
.img1 {
    width: 44%;
    object-fit: cover;
    display: inline-block;
    margin-left: 7%;
    height: 190%;
    /* display: block; */
}
.img2 {
    width: 44%;
    object-fit: cover;
    display: inline-block;
    height: 190%;
    /* display: block; */
}
.button {
    background-color: #cccccc;
    color: #ffa200;
    border-color: #d56300;
    padding: 15px;
    /* margin-top: 590px; */
    margin-left: 48%;
    margin-bottom: 2%;
    margin-top: 2%;
}
.imgg {
    height: 580px;
}
.img3 {
    width: 100%;
    object-fit: cover;
    /* display: inline-block; */
    height: 110%;
    /* display: block; */
    border: 5px solid rgb(255, 106, 0);
    filter: grayscale(50%);
   
}
.block {
    width: 15%;
    height: 500px;
    background-color: rgb(255, 106, 0);
    position: relative;
    top: 610px;
    left: 150px;
}
.z2 {
    color: rgb(0, 0, 0);
    font-size: 89px;
    width: 110px;
    position: absolute;
    top: 34%;
    left: 110%;
    /* transform: translate(-630%, 90%); */
    text-align: center;
    font-weight: bold;


}

.z3 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 45px;
    width: 110px;
    /* position: absolute; */
    /* top: 155%;
    left: 26%; */
    /* transform: translate(-630%, 90%); */
    text-align: center;
    font-weight: bold;


}
.b2 {
    width: 24%;
    height: 25pc;
    background-color: rgb(148, 148, 148);
    position: relative;
    display: inline-block;
    /* top: 610px;
    left: 150px; */
}
.b3 {
    width: 24%;
    height: 25pc;
    background-color: rgb(148, 148, 148);
    position: relative;
    display: inline-block;
    /* top: 610px;
    left: 150px; */
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    /* text-transform: capitalize; */
    transition: .2s linear;
}

.container{
    /* background:linear-gradient(45deg, blueviolet, lightgreen); */
    padding:15px 9%;
    padding-bottom: 100px;
    margin-top: 700px;
    margin-bottom: 10%;
}

.container .heading{
    text-align: center;
    padding-bottom: 15px;
    color:#fff;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 50px;
}

.container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
}

.container .box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #d4d4d4;
    text-align: center;
    padding:14px 10px 10px 10px;
}

.container .box-container .box .im{
    height: 90px;
}

.container .box-container .box h3{
    color:#444;
    font-size: 30px;
    padding:10px 0;
    text-transform: uppercase;
}

.container .box-container .box p{
    color:#777;
    font-size: 12px;
    line-height: 1.8;
}

.container .box-container .box .btn{
    margin-top: 10px;
    display: inline-block;
    background:#333;
    color:#fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 25px;
    text-transform: uppercase;
}

.container .box-container .box .btn:hover{
    letter-spacing: 1px;
}

.container .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}
.im1, .im2, .im3 {
    width: 90%;
    height: 270px;
    
}

@media (max-width:768px){
    .container{
        padding:20px;
    }
}

.bbb {
    width: 100%;
    height: 100px;
    /* background-color: #d84100; */
    background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
    /* margin-top: 6%; */
}
#calendar {
    margin-left: 33%;
    margin-top: -170px;

}
table {
    border-collapse: collapse;
    background-color: #ebebeb;
  }
  
  th,
  td {
    border: 2px solid black;
    padding: 5px;
    text-align: center;
  }
  
  td.today {
    background-color: #b2b2b2;
  }
  
  td.weekend {
    background-color: #ff7300;
  }
  td .weekdayNames {
    background-color: #8e8e8e;
  }
/* .box {
    flex-direction: row;
    display: flex;
} */
/* .imm {
    display: inline-block;
   
} */


*{
    box-sizing: border-box;
}
/* body {
    background-image: url(./image/pexelsphoto911738.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    overflow: hidden;
} */
.ooo {

    background-image: url(./image/pexelsphoto911738.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 150px 0 0 0 ;
    overflow: hidden;
}
.h11 {
    /* font-weight: normal; */
    font-size: 55px;
    color: #313131;
    margin: -60px 0 40px;
}
.h22 {
    margin-top: 90px;
    font-size: 55px;
    text-transform: uppercase;
}
.countdown {
    display: flex;
    transform: scale(2);
}
.time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px;
}
.time h2 {
    font-weight: bold;
    font-size: 48px;
    /* line-height: 1; */
    margin: 0 0 5px;
}
@media(max-width: 500px) {
    h1 {
        font-size: 45px;
    }
    .time {
        margin: 5px;
    }
    .time h2 {
        font-size: 12px;
    }
    .time small {
        font-size: 10px;

    }
}


.container9 {
    background-color: #ff6200;
    width: 100%;
    height: 60%;
    margin-top: 2%;
    /* display: inline-block; */
}
.con5 {
    background-image: url(./image/ph2.jpg);
    width: 40%;
    height: 70%;
    margin-left: 8%;
    display: inline-block;
    margin-top: 90px;
}
.con6 {
    width: 34%;
    height: 48%;
    margin-left: 11%;
    /* margin: auto; */
    margin-top:150px ;
    background-color: #ff6200;
    position: absolute;
}
.img5 {
    /* padding-left:68%; */
    width:40%;
    height: 70%;
    object-fit: cover;
    margin-top: 0%;
    transition: all 1s ease;
    margin-left: 5%;
	/* margin: 30px; */
}
.img5:hover {
    filter: blur(5px);
}
.p7 {
    font-family: sans-serif;
    font-size: 16px;
    width: 90%;
    padding-left: 29px;
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
}

#title6 {
    font-family:  sans-serif;
    font-size: 25px;
    padding-left: 29px;
    color: rgb(255, 255, 255);
    padding-top: 15px;
}



.zagolovok {
    width: 100%;
    height: 15%;
    background-color:  #ff6a00;
    margin-top: 5%;
    padding-top: 1%;

}
.zag1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 5px;
   text-align: center;
    /* padding-top: -30%; */
}
.zag2 {
    color: #ffffff;
    font-size: 50px;
    margin-top: 3%;
   text-align: center;
    font-weight: 100;
    letter-spacing: 5px;
    text-transform: uppercase;
    /* padding-top: -30%; */
}


.sliderss {
    margin: 0;
    padding: 0;
    height: 150vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9c3f;
    margin-bottom: 280px;
}
.slider {
    width: 800px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
}
.slides {
    width: 500%;
    height: 600px;
    display: flex;

}
.slides input {
    display: none;

}
.slide {
    width: 20%;
    transition: 2s;
}
.slide img {
    width: 800px;
    height: 600px;
    object-fit: cover;
    
}

.navigation-manual {
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;


}
.manual-btn {
    border: 2px solid #ff5500;
    padding: 5px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child) {
    margin-right: 40px;

}
.manual-btn:hover {
    background: #dc4600;
}
#radio1:checked ~ .first {
    margin-left: 0;

}
#radio2:checked ~ .first {
    margin-left: -20%;

}
#radio3:checked ~ .first {
    margin-left: -40%;

}
#radio4:checked ~ .first {
    margin-left: -60%;

}

.navigation-auto {
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
    
}
/* .navigation-auto div {
    border: 2px #dc4600;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
} */
.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1 {
    background: #ff5500;

}
#radio2:checked ~ .navigation-auto .auto-btn1 {
    background: #ff5500;

}
#radio3:checked ~ .navigation-auto .auto-btn1 {
    background: #ff5500;

}
#radio4:checked ~ .navigation-auto .auto-btn1 {
    background: #ff5500;

}





button.convert {
    background-color: #ff7700;
    padding: 1px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    color: #d56300;
    font-weight: bold;
    height: 50px;
  }
  input::placeholder {
    font-size: 15px;
    color: #515151;
  }
  
  input {
    border-radius: 5px;
    border: none;
    background-color: #ff7700;
    margin: 10px 10px 10px -50px;
    height: 50px;
    width: 300px;
  
  }
  input[type="text"],[type="email"],[type="tel"] {
    font-size: 20px;
    font-weight: bold;
    background-color: #cacaca;
    
  }
  
  #converter {
    position: relative;
    display: inline-block;
    width: 400px;
    top: -100px;
    left: 200px;
    margin-bottom: 50px;
  }

  .imgg2 {
    display: inline-block;
    height: 60%;
    left: 650px;
    position: absolute;
    margin-top: -15%;

  }

  .game {
    margin-left: 36%;
    margin-top: -20%;
  }

  #answ {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ff6a00;
  }
  .try {
    color: #ff6600;
    text-transform: uppercase;

  }
  #guessButton {
    background-color: #ff9b31;
    padding: 15px;
    border-radius: 5px;
  }

  .body {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 60vh;

} 
footer {
    position: relative;
    width: 100%;
    background: #ff7b00;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .social_icon,footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}
footer .social_icon li {
    list-style: none;

}
footer .menu li {
    list-style: none;
}
footer .social_icon li a{
    font-size: 2em;
    color: rgb(255, 255, 255);
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}
  footer .social_icon li a:hover {
    transform: translateY(-10px);
  }
  footer .menu li a{
    font-size: 1.2em;
    color: rgb(255, 255, 255);
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}
footer .menu li a:hover {
    opacity: 1;
}
footer p {
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

@media (min-width: 320px) and (max-width: 400px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 32%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 127%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 7%;
        height: 80%;
        /* display: block; */
    }
    .img2 {
        width: 127%;
        object-fit: cover;
        /* display: inline-block; */
        height: 80%;
        margin-left: 23px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 127%;
        object-fit: cover;
        margin-left: 23px;
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 20%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 420px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 10%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 500px;
        margin-bottom: 10%;
        margin-left: 75px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 24%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 140%;
    }
    .container9 {
        background-color: #ff6200;
        width: 140%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 41%;
        height: 52%;
        margin-left: 19%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 11px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 140%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 140%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 450px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 401px) and (max-width: 500px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 32%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 127%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 3%;
        height: 80%;
        /* display: block; */
    }
    .img2 {
        width: 127%;
        object-fit: cover;
        /* display: inline-block; */
        height: 80%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 127%;
        object-fit: cover;
        margin-left: 13px;
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 20%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 420px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 10%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 500px;
        margin-bottom: 10%;
        margin-left: 75px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 20%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 120%;
    }
    .container9 {
        background-color: #ff6200;
        width: 140%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 41%;
        height: 52%;
        margin-left: 19%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 11px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 140%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 140%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 450px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 501px) and (max-width: 600px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 32%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 100%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 2%;
        height: 80%;
        /* display: block; */
    }
    .img2 {
        width: 100%;
        object-fit: cover;
        /* display: inline-block; */
        height: 80%;
        margin-left: 10px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        margin-left: 10px;
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 15%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 420px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 60%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 500px;
        margin-bottom: 10%;
        margin-left: -30px;
    }
    .bbb {
        width: 102%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 13%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 91%;
    }
    .time h2 {
        font-weight: bold;
        font-size: 28px;
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .h11 {
        /* font-weight: normal; */
        font-size: 45px;
        color: #313131;
        margin: -60px 0 40px;
    }
    .h22 {
        margin-top: 90px;
        font-size: 45px;
        text-transform: uppercase;
    }
    
    .container9 {
        background-color: #ff6200;
        width: 91%;
        height: 60%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 60%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 31%;
        height: 35%;
        margin-left: 10%;
        /* margin: auto; */
        margin-top:106px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 60%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 11px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 91.5%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height:80vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 91.5%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 510px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 601px) and (max-width: 700px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 32%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 100%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 2%;
        height: 80%;
        /* display: block; */
    }
    .img2 {
        width: 100%;
        object-fit: cover;
        /* display: inline-block; */
        height: 80%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        margin-left: 13px;
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 20%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 420px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 10%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 500px;
        margin-bottom: 10%;
        margin-left: 75px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 24%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 590px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 701px) and (max-width: 800px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 32%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 80%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 80%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 15%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 1px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 50px;
        margin-bottom: 10%;
        margin-left: 75px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 24%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 590px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 801px) and (max-width: 900px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 32%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 90%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 90%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 15%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 1px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 50px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 27%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 590px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 901px) and (max-width: 1000px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 50px;
        width: 110px;
        position: absolute;
        top: 49%;
        left: 9%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 99%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 99%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 11%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 34px;
        left: 90px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 90px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 30%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 600px;
        height: 400px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 600px;
        height: 400px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 590px;
        margin-top: -40px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 1001px) and (max-width: 1100px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 70px;
        width: 110px;
        position: absolute;
        top: 56%;
        left: 6%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 118%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 118%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 11%;
        height: 200px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 160px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        position: absolute;
        top: 16%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 190px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
    .bbb {
        width: 170%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 30%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 800px;
        height: 600px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 800px;
        height: 600px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 780px;
        margin-top: 145px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 1101px) and (max-width: 1200px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 70px;
        width: 110px;
        position: absolute;
        top: 56%;
        left: 6%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 129%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 129%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 9%;
        height: 220px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 230px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 59px;
        width: 110px;
        position: absolute;
        top: 10%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 270px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
    .bbb {
        width: 100%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 32%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 800px;
        height: 600px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 800px;
        height: 600px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 780px;
        margin-top: 145px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 70px;
        margin-bottom: 100px;
      }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 70px;
        width: 110px;
        position: absolute;
        top: 56%;
        left: 6%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 129%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 129%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 60%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 9%;
        height: 220px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 230px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 59px;
        width: 110px;
        position: absolute;
        top: 10%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 270px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
    .bbb {
        width: 100%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 34%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 800px;
        height: 600px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 800px;
        height: 600px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 780px;
        margin-top: 145px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 420px;
        margin-bottom: 100px;
      }
}
@media (min-width: 1301px) and (max-width: 1400px) {
    body {
        /* background-color: #ff7700; */
        /* background-color: #fff; */
        background-size: cover;
        background-image: url(./images1/—Pngtree—creative\ abstract\ wave\ design_5759740.png);
        height: 900px;
        background-repeat: no-repeat;
       
            overflow-x: hidden;
    }
    .z1 {
        color: rgb(255, 255, 255);
        font-size: 80px;
        width: 110px;
        position: absolute;
        top: 75%;
        left: 6%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
        color: #fff;
    
    }
    .img1 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        margin-left: 1.5%;
        height: 180%;
        /* display: block; */
    }
    .img2 {
        width: 47%;
        object-fit: cover;
        /* display: inline-block; */
        height: 180%;
        margin-left: 13px;
        /* display: block; */
    }
    .imgg {
        height: 580px;
    }
    .img3 {
        width: 100%;
        object-fit: cover;
        /* margin-left: 10px; */
        /* display: inline-block; */
        height: 80%;
        /* display: block; */
        border: 5px solid rgb(255, 106, 0);
        filter: grayscale(50%);
       
    }
    .block {
        width: 9%;
        height: 290px;
        background-color: rgb(255, 106, 0);
        position: relative;
        top: 550px;
        left: 60px;
    }
    .z2 {
        color: rgb(0, 0, 0);
        font-size: 76px;
        width: 110px;
        position: absolute;
        top: 10%;
        left: 59%;
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    
    .z3 {
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 45px;
        width: 110px;
        /* position: absolute; */
        /* top: 155%;
        left: 26%; */
        /* transform: translate(-630%, 90%); */
        text-align: center;
        font-weight: bold;
    
    
    }
    .container{
        /* background:linear-gradient(45deg, blueviolet, lightgreen); */
        padding:15px 9%;
        padding-bottom: 100px;
        margin-top: 590px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
    .bbb {
        width: 100%;
        height: 100px;
        /* background-color: #d84100; */
        background-image: linear-gradient(to right, rgb(255, 68, 0) , rgb(215, 215, 215),  rgb(255, 68, 0) );
        /* margin-top: 6%; */
    }
    #calendar {
        margin-left: 36%;
        margin-top: -170px;
    
    }
    .ooo {

        background-image: url(./image/pexelsphoto911738.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 50px 0 0 0 ;
        overflow: hidden;
        width: 100%;
    }
    .time h2 {
        font-weight: bold;
        /* font-size: 48px; */
        /* line-height: 1; */
        margin: 0 0 5px;
    }
    .container9 {
        background-color: #ff6200;
        width: 100%;
        height: 77%;
        margin-top: 2%;
        /* display: inline-block; */
    }
    .con5 {
        background-image: url(./image/ph2.jpg);
        width: 40%;
        height: 70%;
        margin-left: 8%;
        display: inline-block;
        margin-top: 90px;
    }
    .con6 {
        width: 35%;
        height: 52%;
        margin-left: 11%;
        /* margin: auto; */
        margin-top:120px ;
        background-color: #ff6200;
        position: absolute;
    }
    .img5 {
        /* padding-left:68%; */
        width:40%;
        height: 70%;
        object-fit: cover;
        margin-top: 0%;
        transition: all 1s ease;
        margin-left: 5%;
        /* margin: 30px; */
    }
    .img5:hover {
        filter: blur(5px);
    }
    .p7 {
        font-family: sans-serif;
        font-size: 15px;
        width: 90%;
        padding-left: 16px;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        margin-bottom: 20px;
    }
    
    #title6 {
        font-family:  sans-serif;
        font-size: 20px;
        padding-left: 16px;
        color: rgb(255, 255, 255);
        padding-top: 15px;
    }
    .zagolovok {
        width: 100%;
        height: 15%;
        background-color:  #ff6a00;
        margin-top: 5%;
        padding-top: 1%;
    
    }
    .zag1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 5px;
       text-align: center;
        /* padding-top: -30%; */
    }
    .zag2 {
        color: #ffffff;
        font-size: 30px;
        margin-top: 3%;
       text-align: center;
        font-weight: 100;
        letter-spacing: 5px;
        text-transform: uppercase;
        /* padding-top: -30%; */
    }
    .sliderss {
        margin: 0;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ff9c3f;
        margin-bottom: 280px;
        width: 100%;
    }
    .slider {
        width: 800px;
        height: 600px;
        border-radius: 10px;
        overflow: hidden;
    }
    .slides {
        width: 500%;
        height: 400px;
        display: flex;
    
    }
    .slides input {
        display: none;
    
    }
    .slide {
        width: 20%;
        transition: 2s;
    }
    .slide img {
        width: 800px;
        height: 600px;
        object-fit: cover;
        
    }
    .navigation-manual {
        position: absolute;
        width: 780px;
        margin-top: 145px;
        display: flex;
        justify-content: center;
    
    
    }

    #converter {
        position: relative;
        display: inline-block;
        width: 400px;
        top: -200px;
        left: 420px;
        margin-bottom: 100px;
      }
}


