@import "bootstrap.css";
* {
    box-sizing: border-box;
}

@font-face{
    font-family: "Gilroy-Extrabold";
    src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2");
    font-style: normal; 
    font-weight: 400; 
}

@font-face {
    font-family: "Gilroy-Light";
    src: url(../fonts/Gilroy-Light.woff2) format("woff2");
    font-style: normal; 
    font-weight: 400; 
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-style: normal; 
    font-weight: 400; 
}

@font-face {
    font-family: "Montserrat-Semibold";
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-style: normal; 
    font-weight: 400; 
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-style: normal; 
    font-weight: 400; 
}

.container {
    
}

@media (max-width:1399px){
    .container{
        max-width: 1300px;
    }

    .worko-tabs {
        align-content: center;
        max-width: 900px;

    }
}

@media (max-width:992px){
    .container{
        max-width: 750px;
    }
}

@media (max-width:770px){
    .container{
        max-width: 600px;
    }
    body {
        overflow-x:auto;        
    }
}

@media (max-width:420px){
    .container{
        max-width: 400px;
    }
}

@media (max-width:350px){
    .container{
        max-width: 350px;
    }
}


body {
    
    overflow-x: hidden;
    
}

h1 {
    font-family: "Gilroy-Extrabold", sans-serif;
    font-size: 30px;

}

h2 {
    padding-top: 100px;
    padding-bottom: 40px;
    color: #082567;
    font-family: "Gilroy-Extrabold", sans-serif;
    font-size: 40px;
}

h3 {
    font-family: "Montserrat-Semibold", sans-serif;
    
    font-size: 24px;
}

h4 {
    font-family: "Montserrat-Medium";
    font-size: 20px;

}

h5 {
    font-family: "Gilroy-Extrabold", sans-serif;
    font-size: 24px;
}

.big {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 70px;
    color: #082567;
}

h6 {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.h7 {
    padding-top: 30px;
    padding-left: 15px;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 16px;
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
}

.h7_endpage {
    
    font-family: "Gilroy-Light", sans-serif;
    font-size: 24px;
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
}

.h7-about {
    padding: 0px;
    margin: 0px;
    padding-top: 20px;

    text-align: right;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 24px;
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
}

.h7-about b{
    font-family: "Gilroy-Extrabold", sans-serif;
    font-size: 36px;
    color: #082567;
}

a {
    font-family: "Montserrat-Regular", sans-serif;
    text-align: justify;
    font-size: 16px;
    text-decoration: none;
    color:black;
}

p {
    font-family: "Montserrat-Regular", sans-serif;
    text-align: justify;
    font-size: 20px;
}

b {
    font-family: "Montserrat-Semibold", sans-serif;
    color: #082567;
    text-align: justify;
    font-size: 20px;
}

.about{
    font-family: "Gilroy-Extrabold", sans-serif;
    color: #082567;
    text-align: justify;
    font-size: 24px;
}

.button_main {
    
    text-align: center;
    background-color: #082567;
    color: white;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 20px;
    -webkit-text-stroke: 0.7px white;
    text-stroke: 0.7px white;
    width: 209px;
    height: 50px;
    border-radius: 11px;
    border: none;

}

.button_main-for_main {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    text-align: center;
    background-color: #082567;
    color: white;
    font-family: "Gilroy-Light", sans-serif;
    -webkit-text-stroke: 0.7px white;
    text-stroke: 0.7px white;
    width: 209px;
    height: 40px;
    border-radius: 11px;
    border: none;
    font-size: 18px;
}
    
.button_main-for_main:hover {
    background-color: #1150E0;

    transition: all 0.5s;
}
       
    
.button_main:hover {
    
    background-color: #1150E0;

    transition: all 0.5s;
}


.navbar{
    background-color: white;
    padding-top: 2px;
}

.navbar_text {
    color: black;
    
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
}

.navbar_text a{
    font-family: "Gilroy-Light", sans-serif;
    font-size: 18px;
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
}

.navbar_back_button {
    background-color: none;
    font-family: "Gilroy-Light", sans-serif;
    
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 6px;
}

.navbar_back_button:hover {
    background-color: #082567;
    color: white;
    transition: all 0.2s;
    -webkit-text-stroke: 0.7px white;
    text-stroke: 0.7px white;
}

.accent_button {
    background-color: #F1F5FD;
}

.accent_button:hover {
    -webkit-text-stroke: 0.7px white;
    text-stroke: 0.7px white;
}

.second_hover:hover .image_menu  {
    background-color: #082567;
    color: white;
    fill:white;
    
    transition: all 0.5s;
}

.right {
    float: right;
    text-align: left;
    
}

.nav-link {
    color: black;
}

header a{
    text-decoration: none;
    color:black;
}

#menu, #menu li{
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
    text-align: center;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
}

#menu-right, #menu-right li{
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
    text-align: right;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    
}

ul#menu li {
    -webkit-text-stroke: 0.7px black;
    text-stroke: 0.7px black;
    display:inline-block;
    text-align: left;
}

ul#menu-right li {
    display:inline-block;
    text-align: right;
}

.home_main {
    position: relative;
}

#main_background {
    max-width: 1080px;
}

.main_background {
    position: relative;
    padding-top: 10px;
    margin: 0;
    background-image:radial-gradient(circle farthest-corner, black, white);
    background-repeat: no-repeat;
}

.animated_sphere {
    position: absolute;
    z-index: -10;
    text-align: center;
    min-height: 700px;
    background: url(../images/Kazakhstan.png) center no-repeat;
}




canvas {
    margin-left: -90px;
    max-height: 750px;
    max-width: 1500px;
    z-index: -5;
    position: absolute;
    color: none;
    background: url(../images/Kazakhstan.png) center no-repeat;

    
}

.sphere_canv {
    
    position: relative;
    z-index: -6;
    text-align: left;
}

.sphere_logo{
    display: flex;
    width: auto;
    z-index: -1;
    margin-left: -50px;
    text-align: center;
}

.home_page{
    padding-top: 200px;
    margin-top: 70px;

}

.about_us{

}

.about_us_bg{
    min-height: 768px;
    margin-top: 75;
   
    width: 100%;
    background: url(../images/image\ 16\ \(Traced\).png) center no-repeat;
    background-position: center 80%;
}

.about_block{
   
    margin-bottom: 70px;
    text-align: left;
}

.about_block p{
    padding-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

.about_block h5{
    color: #082567;
}

.bg_text {
    width: 570px;
    padding-top: 195px;
    margin-left: -85px;
    margin-right: -500px;
    font-family: "Montserrat-Semibold";
    font-size: 24px;
    text-align: center;
    z-index: -2;
}

.bg_text b{
    font-size: 24px;
    color: #082567;
}

.number_about{
    padding-top: -10px;
    margin-top: -10px;

    vertical-align: top;
    text-align: right;
    margin-right: 0px;
    margin-left: 15spx;
}

.number_about .h7-about{
    font-size: 20px;
    margin-top: -5px;
    margin-bottom: 35px;
}

.rectangle_peregorodka{
    text-align: center;
    margin-top: 70px;
    border: none;
    background-color: #f6f9ff7b;
    border-radius: 5px;
}

.akkordeon {
    margin: 0;
    padding: 0;
    background-color: #F0F5FF;
    border-radius: 16px;
    list-style-type: none;
}

.list_item {
    background-color: #F8FAFF;
    padding-bottom: 10px;

}

.accordion-item {
    font-size: 18px;
    background-color: #F8FAFF;
}

.accordion-button{
    font-size: 20px;
    background-color: #F0F5FF;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #082567;
    fill: white;
}

.accordion-button ::after{
    border: 0px
}

.accordion-button:not(.collapsed):hover {
    background-color: #082567;

}

.accordion-button:hover{

    background-color: #d8e0f0;
}






/* Android 2.3 :checked fix */
@keyframes fake {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
body {  
    animation: fake 1s infinite;
}


.worko-tabs {
    margin: 0px;
  
    .state{
      position: absolute;
      left: -10000px;
    }
  
    .flex-tabs{
      display: flex;
      
      justify-content: space-between;
      flex-wrap: wrap;
        
        .tab{
          flex-grow: 1;
          width: 320px;
          height: 168px;
        }
      
        .panel {
          
          background-color: #F8FAFF;
          background-image: url(../images/bg_servici.png);
          background-repeat: no-repeat;
          background-position: 85% 35%;
          padding: 40px;
          min-height: 825px;
          display: none;
          width: 100%;
          flex-basis: auto;
          border-radius: 6px;
      }
    }

    .tab {
      display: inline-block;
      padding: 10px;
      vertical-align: top;
      background-color: white;
      cursor: hand;
      cursor: pointer;
      border-radius: 6px;
    
    }
    
    .tab:hover {
        background-color: #F2F2F2;
    }

    .tab_ikon {
        margin: 0px;
        padding: 0px;
    }
    
    .tab_text {
        color: black;
        margin: 0px;
        padding: 0px;
        padding-top: 5px;
        padding-left: 20px;
    }

    .second_text {
        padding-top: 0px;
    }
    
}



.p_tabs {
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    color: #ACA9A9;
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label,
#tab-five:checked ~ .tabs #tab-five-label,
#tab-six:checked ~ .tabs #tab-six-label,
#tab-seven:checked ~ .tabs #tab-seven-label,
#tab-eight:checked ~ .tabs #tab-eight-label,
#tab-nine:checked ~ .tabs #tab-nine-label,
#tab-ten:checked ~ .tabs #tab-ten-label,
#tab-eleven:checked ~ .tabs #tab-eleven-label,
#tab-twelve:checked ~ .tabs #tab-twelve-label{

    background-color: #082567;
    color: white;
    cursor: default;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel,
#tab-five:checked ~ .tabs #tab-five-panel,
#tab-six:checked ~ .tabs #tab-six-panel,
#tab-seven:checked ~ .tabs #tab-seven-panel,
#tab-eight:checked ~ .tabs #tab-eight-panel,
#tab-nine:checked ~ .tabs #tab-nine-panel,
#tab-ten:checked ~ .tabs #tab-ten-panel,
#tab-eleven:checked ~ .tabs #tab-eleven-panel,
#tab-twelve:checked ~ .tabs #tab-twelve-panel{
    display: block;
}


  

@media (max-width: 600px){
  .flex-tabs{

    

   
    
    .tab{
      
        width: 500px;
    }
    
    

    
  }
  
    
  
  
}

.bigger {
    font-size: 32px;
}

.tarifi {
    margin-top: 100px;
    background: url(../images/tarifi_bg.png) center no-repeat;
    text-align: center;
    min-height: 2060px;
}

.tarif_plans {
    width: 1300px;
}

.text_center{
    text-align: center;
}


.tarifi_cards {
   
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}


.accordion-flush{
    display:block;
}


.plus_blue,
.minus_blue {
     display: none;
}

.accordion-button-tarifi{
    
    padding-left: -10px;
    text-align: left;
    font-size: 16px;
    background-color: #08256700;
   
    border: none;
}

.accordion-button-tarifi .plus_blue{
    display: flex;
    
}





.accordion-button-tarifi:not(.collapsed){
    background-color: #114fdf0e;
}

.accordion-button-tarifi .purple_bg:not(.collapsed){
    background-color: #114fdf0e;
}


.accordion-button-tarifi:not(.collapsed) .plus_blue{
    display: none;
}

.accordion-button-tarifi:not(.collapsed) .minus_blue{
    display: flex;
}

.accordion-header{
    margin-bottom: -0.91%;
}

.accordion-header-second{
    margin-bottom: -1%;
}

.accordion-body-tarifi{
    
    padding-top: 0px;
    padding-left: 70px;
    font-size: 16px;
    background-color: #114fdf0e
}


.accordion-button-tarifi.purple_bg:not(.collapsed){
    background-color: #8133ff11;
}

.accordion-button-tarifi.green_bg:not(.collapsed){
    background-color: #00a88f10;
}

.accordion-button ::after{

    border: 0px
}

.purple_bg_body {
    background-color:#8133ff11;
}

.green_bg_body {
    background-color:#00a88f10;
}

.rectangle-blue {
    text-align: center;
    padding-top: 23px;
    background-color: #1150E0;
    color: white;
    min-height: 76px;
    border: none;
    border-radius: 16px 0px 0px 0px;
}

.rectangle-green {
    text-align: center;
    padding-top: 23px;
    background-color: #00A88E;
    color: white;
    min-height: 76px;
}

.rectangle-purple {
    text-align: center;
    padding-top: 23px;
    background-color: #8233FF;
    color: white;
    min-height: 76px;
    border: none;
    border-radius: 0px 16px 0px 0px;
}

.rectangle-white {

    text-align: center;
    display: inline-block;
    background-color: white;
    
    width: 100%;
}

.border_right_down {
    border: none;
    border-radius: 0px 0px 16px 0px;
}

.border_left_down {
    border: none;
    border-radius: 0px 0px 0px 16px;
}

.rw_bg {
    text-align: center;
    display: inline-block;
    background-color: white;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.06), rgba(255, 255, 255) 5%);
    
    overflow:visible;
    width: 100%;
}

.br_purple{
    margin-bottom: 200px;
}

.br_green{
    margin-bottom: 27px;
}

.button-tarifi {
    text-align: center;
    margin-top: 50px;
    background-color: #1150E0;
    color: white;
    font-family: "Gilroy-Light", sans-serif;
    font-size: 20px;
    -webkit-text-stroke: 0.7px white;
    text-stroke: 0.7px white;
    width: 234px;
    height: 50px;
    border-radius: 11px;
    border: none;

}

.button-tarifi:hover {

    background-color: #082567;
    transition: all 0.5s;

}

.green {    
    background-color: #00A88E;    

}

.green:hover {

    background-color: #0d6f61;

}

.purple {    
    background-color: #8233FF;    

}

.purple:hover {

    background-color: #4e1c9e;

}

.accordion-flush {
    background-color: #08256700;
    text-align: left;
    display: inline-block;
    border: none;
    border-radius: 16px;
}



.disclaimer {
    color: #BBBBBB;
    font-size: 12px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.spisok {
    text-align: left;
}

.padding_up {
    padding: 20px;
    padding-left: 10px;
}

.left_items_padding {
    padding-left: 6px;
}

.smaller {
    font-size: 16px;
    padding-bottom: 10px;
}

.bg_icon {
    text-align: left;
}

.bg_rectan {
    
    margin-left: 23px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 77px;
    height: 77px;
    background-color: #F3F6FD;
    border-radius: 5px;
}

.bg_rectan_green {
    margin-left: 23px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
    text-align: center;
    width: 77px;
    height: 77px;
    background-color: #F2FAF9;
    border-radius: 5px;
}

.bg_rectan_purple {
    margin-left: 23px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
    text-align: center;
    width: 77px;
    height: 77px;
    background-color: #F8F4FF;
    border-radius: 5px;
}


.cost_lower {
    padding-top: 0px;
    color: black;
}


.slider img {
    padding: 20px;
    max-width: auto;
    max-height: 310px;
}

.slider {
    position: relative;
    padding: 0px 50px;
}

.slider .slick-arrow{
    position: absolute;
    top: 50%;
    font-size: 0px;
    z-index: 10;
    width: 36px;
    height: 37px;
    border: none;
}

.slider .slick-arrow.slick-prev{
    left: 0;
    background: url(../icons/arrowprev.svg) 100%no-repeat;
}

.slider .slick-arrow.slick-next{
    right: 0;
    background: url(../icons/arrownext.svg) 100%no-repeat;
}



#formasvyazi {
    min-height: 768px;
    background-color: white;
}

.map_and_form {
    
}

iframe{
    margin-top: 30px;
    border-radius: 14px;
    border: none;
    margin-bottom: 20px;
}

.uniForm {
    margin-top: 30px;
}

input {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    width: 300px;
    background-color: #114fe010;
    border: none;
    border-radius: 11px;
    padding: 10px;
    margin-bottom: 25px;
}



.input_text{
    text-align:left;
    width: 550px;
    font-size: 15px;
    margin-bottom: 50px;
}

.input_text-second{
    font-family: "Montserrat-Medium", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}



footer {
    margin-top: 0px;
    padding-top: 10px;
    background-color: white;
}

.endpage {

    min-height: 350px;
    margin-top:150px;
}

.rectangle_peregorodka-endpage {
    background-color: #E3E3E3;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.endpage p{
    text-align: left;
    margin: 0;
    padding: 0;
    padding-bottom: 27px;
    padding-left: 10px;
    font-size: 18px;
}


.endpage img {
    text-align: center;
};

.title_up h1{
    position: relative;
    margin-top: 100px;
}

.title_up b{
    margin: 0%;
    padding: 0%;
    color: #082567;
}

.cards {
    min-height: 1000px;
    background-color: #FBFCFF;
}

.card {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
    width: 100%;
    height: 470px;
    border: none;
    border-radius: 16px;
    display: block;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.05);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.05);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.05);
}

.card:hover .card--display {
    display: none;
}

.card--hover{
    align-items: top;
    display: none;
}

.card--hover p{
    margin-right: 5px;
    margin-left: 15px;
    text-align: left;
    font-size: 16px;
}

.card:hover .card--hover {
    display: block;
    transition: all 0.5s;
}

.card img {
    padding-top: 50px;
    width: 226px;
    height: auto;
}

.card .h7 {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
}

.card h5 {
    margin-bottom: 10px;
    margin-left: 15px;
    text-align: left;
    font-size: 28px;
    color: #082567;
}

.card .zag {
    height: 100px;
}

.card .opis {
    height: 290px;
}

.opis p{
    padding-right: 10px;
    text-align: justify;
}

.card .price {
    height: 80px;
    padding-top: 13px;
}

.down{
    
    padding-top: 37px;
}

.navbar_sm {
    display: none;
}

.tarifi_sm {
    display: none;
}

.home_pc {

}

.forma_pc .button_main{
    margin-top: 35px;
}

.home_sm {
    display: none;
}

.about_sm{
    display: none;
}

.forma_sm {
    display: none;
}

.footer_sm {
    display: none;
}

.mobile_gif {
    position: absolute;
    z-index: -40;
    display: none;
}

@media(min-width: 1800px) {
    .sphere_logo{
        width: 400px;

        z-index: -1;
        margin-left: 15px;
        text-align: center;
    }

    .home_page {
        padding-top: 120px;
    }

    

   
    canvas {
        margin-left: -120px;
        max-height: 750px;
        max-width: 1550px;
        color: none;
    }
    
}

@media(max-width: 1800px) {
    .sphere_logo{
        width: 400px;

        z-index: -1;
        margin-left: 15px;
        text-align: center;
    }

    .home_page {
        padding-top: 120px;
    }

    

   
    canvas {        
        max-height: 750px;
        max-width: 1500px;
        color: none;
    }
    
}

@media(max-width: 1400px) {
    .sphere_logo{
        width: 300px;

        z-index: -1;
        margin-left: 40px;
        text-align: center;
    }
    
    canvas {        
        max-height: 650px;
        max-width: 1300px;
        margin-top: -30px;
        color: none;
        margin-left: -25px;
    }

    .home_page {
        padding-top: 90px;
    }

}

@media(max-width: 1000px) {
    
    canvas {        
        max-height: 1000px;
        max-width: 500px;
        margin-top: -200px;
        color: none;
        margin-left: -20px;
    }
    

    .home_pc{
        display: none;
    }

    .home_sm{
        display: block;
    }

    .home_sm p{
        font-size: 18px;
    }
    .home_sm img{
        width: 300px;
        height: auto;
        margin-left: 55px;
        margin-top: -5px;
    }

    .about_pc{
        display: none;
    }

    .about_sm{
        display: block;
    }

    .about_sm p{
        font-size: 18px;
    }
    
    .navbar_sm h2{
        margin-bottom: 50px;
    }

    .navbar_pc {
        display: none;
    }
    .navbar_sm {
        display: block;
        
    }

    .none_button {
        background: none;
        border: none;
    }

    .navbar_sm .container{
        padding: 0px;
    }

    #burger_text_visible{
        display: none;
    }

    

    .card .zag{
        height: 125px;
    }

    .card .h7 {
        font-size: 17px;
        margin-bottom: 13px;
    }

    .opis p{
        font-size: 14px;
    }
    
    .price {
        margin-top: -25px;
    }

    .burger-checkbox {
        position: absolute;
        visibility: hidden;
      }
      .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
      }
      .burger::before,
      .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #fff;
      }
      .burger::before {
        top: 0;
        background: #082567;
        box-shadow: 0 11px 0 #082567;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
      }
      .burger::after {
        bottom: 0;
        background: #082567;
        transition: bottom .3s .15s, transform .3s;
      }
      .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        background: white;
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
      }
      .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        background: white;
        transition: bottom .3s, transform .3s .15s;
      }
      .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        padding: 42px 0;
        margin: 0;
        background: #082567;
        list-style-type: none;
        transform: translateX(100%);
        transition: .3s;
        width: 100%;
      }
      .menu-item {
        background-color: none;
        font-family: "Gilroy-Light", sans-serif;
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        display: block;
        padding: 8px;
        color: white;
        font-size: 18px;
        text-align: left;
        text-decoration: none;
      }
      .menu-item:hover {
        background: rgba(255,255,255,.2)
      }

      .menu-item:checked ~ .menu-list {
        transform: translateX(0);
      }

      .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
      }

    .burger_text {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-color: #082567;
       
    }

    #menu_sm{
        
        display: block;
        padding: 0px;
        margin: 0px;
        text-align: left;
        
    }


    ul#menu_sm li {
        padding-bottom: 20px;
        font-size: 24px;
        list-style: none;
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        
        text-align: left;
    }

    .navbar_back_button{
        color: white;
    }

    .navbar_text a{
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        
        text-align: left;
    }

    .number_about{
        text-align: right;
    }

    .h7-about {
       
        text-align: left;
    }

    .h7-about b{
        padding-top: 0px;
        font-size: 24px;
    }
    .tarifi_pc {
        display:none;
    }

    .tarifi_sm{
        display:block;
    }

    .tarifi_sm .slider{
        padding: 0px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    b {
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    h5 {
        font-size: 24px;
    }

    .big {
        text-align: left;
        padding-top: 15px;
        font-size: 36px;
    }

    .forma_pc {
        display: none;
    }

    .forma_sm {
        display: block;
    }

    .forma_sm .input_text{
        width: auto;
    }

    .footer_pc {
        display: none;
    }

    .footer_sm {
        display: block;
    }
}

@media(max-width: 600px) {
    
    .sphere_canv{
        display: none;
    }
    
    .mobile_gif{
        display: block;
    }

    .mobile_gif img{
        height: auto;
        width: 370px;
        margin-left: 0px;
    }

    .home_pc{
        display: none;
    }

    .home_sm{
        display: block;
    }

    .home_sm p{
        font-size: 18px;
    }
    .home_sm img{
        width: 250px;
        height: auto;
        margin-left: 60px;
        margin-top: -65px;
    }

    .about_pc{
        display: none;
    }

    .about_sm{
        display: block;
    }

    .about_sm p{
        font-size: 18px;
    }
    
    .navbar_sm h2{
        margin-bottom: 50px;
    }

    .navbar_pc {
        display: none;
    }
    .navbar_sm {
        display: block;
        
    }

    .none_button {
        background: none;
        border: none;
    }

    .navbar_sm .container{
        padding: 0px;
    }

    #burger_text_visible{
        display: none;
    }

   


    .burger-checkbox {
        position: absolute;
        visibility: hidden;
      }
      .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
      }
      .burger::before,
      .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #fff;
      }
      .burger::before {
        top: 0;
        background: #082567;
        box-shadow: 0 11px 0 #082567;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
      }
      .burger::after {
        bottom: 0;
        background: #082567;
        transition: bottom .3s .15s, transform .3s;
      }
      .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        background: white;
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
      }
      .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        background: white;
        transition: bottom .3s, transform .3s .15s;
      }
      .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        padding: 42px 0;
        margin: 0;
        background: #082567;
        list-style-type: none;
        transform: translateX(100%);
        transition: .3s;
        width: 100%;
      }
      .menu-item {
        background-color: none;
        font-family: "Gilroy-Light", sans-serif;
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        display: block;
        padding: 8px;
        color: white;
        font-size: 18px;
        text-align: left;
        text-decoration: none;
      }
      .menu-item:hover {
        background: rgba(255,255,255,.2)
      }

      .menu-item:checked ~ .menu-list {
        transform: translateX(0);
      }

      .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
      }

    .burger_text {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-color: #082567;
       
    }

    #menu_sm{
        
        display: block;
        padding: 0px;
        margin: 0px;
        text-align: left;
        
    }


    ul#menu_sm li {
        padding-bottom: 20px;
        font-size: 24px;
        list-style: none;
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        
        text-align: left;
    }

    .navbar_back_button{
        color: white;
    }

    .navbar_text a{
        -webkit-text-stroke: 0.7px white;
        text-stroke: 0.7px white;
        
        text-align: left;
    }

    .number_about{
        text-align: right;
    }

    .h7-about {
       
        text-align: left;
    }

    .h7-about b{
        padding-top: 0px;
        font-size: 24px;
    }
    .tarifi_pc {
        display:none;
    }

    .tarifi_sm{
        display:block;
    }

    .tarifi_sm .slider{
        padding: 0px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    b {
        font-size: 16px;
    }

    h2 {
        font-size: 30px;
    }

    h5 {
        font-size: 24px;
    }

    .big {
        text-align: left;
        padding-top: 15px;
        font-size: 36px;
    }

    .forma_pc {
        display: none;
    }

    .forma_sm {
        display: block;
    }

    .forma_sm .input_text{
        width: auto;
    }

    .footer_pc {
        display: none;
    }

    .footer_sm {
        display: block;
    }
}



@media screen and (device-aspect-ratio: 4/3){
    canvas {
        margin-top: 5px;
        margin-left: -15px;
        max-width: 1300px;
        max-height: 860px;
        color: none;
    }
    .sphere_logo{
        width: 500px;
        z-index: -1;
        margin-left: -55px;
        text-align: center;
    }
    @media(max-width: 1600px) {
        .sphere_logo{
            width: 440px;
            z-index: -1;
            margin-left: -25px;
            margin-top: 0px;
            text-align: center;
        }
        canvas {
            margin-top: 20px;

            color: none;

        }
    }
    @media(max-width: 1280px) {
        .sphere_logo{
            width: 420px;
            z-index: -1;
            margin-left: -12px;
            margin-top: 0px;

            text-align: center;
        }
    }
    
}


@media screen and (device-aspect-ratio: 8/5){
    canvas {
        max-width: 220vw;
        max-height: 120vh;
    }
    
    @media(max-width: 1680px) {
        canvas {
            margin-left: -180px;
            margin-top: 50px;
        }
    }
    @media(max-width: 1280px) {
        canvas {
            margin-left: -15px;
        }
    }
}

@media screen and (device-aspect-ratio: 21/9){
    canvas {
        max-width: 1800px;
        max-height: 750px;
    }
    
    
}


