
{% load static %}
html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
header
{
   border-bottom: 1px solid transparent;
  background-image:
    linear-gradient(to right, transparent 10%, #cccccc 30%, #ffffff 70%, transparent 90%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 3px;
  box-shadow: inset 0 -10px 10px -10px rgb(46, 255, 233);
}
#navig{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;

}
#img1{
    margin-left: 6%;
}
#menu{
  display:flex;
  flex-direction: row;
    margin-right: 16%;
justify-content: space-between;

}
#menu > a{
  font-weight: 900;
  text-align: center;
padding-top: 17px;
  width: 100px;
  transition: 0.2s;
}
#menu > a:hover{
  font-size: 20px;
color: yellow;
transition: 0.2s;

}
#main_txt{
width: 90%;
max-width: 700px;
font-weight: 1000;
font-size: 56px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-top: 60px;
}
#mai{justify-content: center; }

@media (max-width: 540px){
  #flag{
    height: 180px;
    width: 300px;
  }
}
.menuicon {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  margin-top: 9px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
border-radius: 2px;
  background-color: lime;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  background-color: rgb(255, 84, 84);
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
  background-color: rgb(255, 84, 84);
}
#request1{
    height: 100px;
    border-radius: 4px;
    max-width: 600px; transition: 0.3s;
    width: 100%;
    text-align: center;
    font-size: 40px;
    background-color: cyan;
    border: 0.5px solid white;
    font-family: "Lucida Blackletter", sans-serif;
    filter: drop-shadow(0 0 20px cyan);
}
#request1:hover{
    background-color:rgb(255, 255, 255);
    transition: 0.3s;
    filter: drop-shadow(0 0 20px rgb(0, 174, 255));
    text-shadow: 0 0 2px rgb(0, 255, 255);
}
#fm1{
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 95%;
    max-width: 700px;
    min-width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
    background: #111111;
    border-radius: 60px;
}
#fm1 h1{
    text-align: center;
    color: white;

}
.el_fm1{
    background: #212121;
    height: 50px;
    color: white;
    width: 80%;
    margin-top:60px;
    border-radius: 20px;
border: 0.7px solid rgba(66, 66, 66, 0.94);
font-weight: 900;
    border-radius: 30px;
font-size: larger;
font-family: Arial, Helvetica, sans-serif;
}

#request2{
    height: 60px;
    margin-bottom: 20px;
    width: 80%;
    border-radius: 30px;
    text-align: center;
    font-size: 40px;
    color: white;
background: radial-gradient(circle, rgba(255, 107, 107, 1) 0%, rgba(255, 112, 10, 1) 51%, rgba(237, 221, 83, 1) 100%);

    font-family: "Lucida Blackletter", sans-serif;
}
#request2:hover{
    transform: scale(1.1);
transition: 0.5s;
}
.buttr{
  display: flex;;
  width: 100%;
  align-items: center;
}
.fade-in {
    animation: fadeInAnimation 1s ease-in;
    position: fixed;
  }
  
#v1{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-radius: 30px;
    border: white solid 4px;
    height: 500px;
}



#memories{
  width: 100%;
  text-align: center;
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: whitesmoke;
    font-size: 64px;
}
#v{
display: flex;
margin-top: 100px;
flex-direction: column;
justify-content: center;
}

footer{
	position: relative;
}
.text-s{
color:#999999;
	margin-top:20px;
}
.footer{
  display:flex;
  float: left;
 flex-direction: column;
	width:100%;

}
.footer1{
 display:flex;
justify-content: space-around;
}
ins{
	color:white;
}
h5{
	color:#999999;
}
.cont{
	  display:flex;

}
.elem-form{
	border:4px inset black;
 background:black;	 
  color:white;
  width: 80%;
  max-width: 300px;
}
.ppp {
 color:white;
}
#send1 {
 border:2px inset #ff5722;
	border-radius:44px; 
  width: 100%;
 background:#FF5722;	 
 max-width:500px;
 height:50px;
 margin-bottom:50px;
 color: #0051ff;
font-weight:1000;
}
#send1:hover {
transition: .2s;
 background: none;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked+label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active+label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-checkbox:focus:not(:checked)+label::before {
  border-color: #80bdff;
}

.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}


.photos1 > img{
  width: 500px;
  height: 399px;
}
.p_menu{
  display: none;
 color: rgb(255, 255, 255); 
 margin-top: 2px;
 font: 16px sans-serif;
 
 }
 #menu > div{
 border: 2px solid rgb(143, 143, 143);
border-radius: 10px;
text-align: center;
height: 20px;

width: 80px;
margin-left: 20px;

}
a{
  text-decoration: none;
}
#menu > div:hover{
  background: white;
  border: #0051ff solid 2px;
  transition: 0.2s;
}

#menu > div:hover .p_menu{
  color: orangered;
  transition: 0.2s;
}
 .video-container {
            position: relative;

        margin-top: 100px;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            overflow: hidden;
        }

        .video-background {
            position: absolute;
            width: 100%;
            height: 100%;
    object-fit: cover;
            z-index: 1;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .title-container {
            background-color: rgba(50, 50, 50, 0.7);
            padding: 20px 40px;
            border-radius: 5px;
            width: 100%;
            text-align: center;
        }

        .main-title {
            color: white;
            font-size: 4rem;
            font-weight: bold;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
                        opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        .main-title.visible {
            opacity: 1;
            transform: translateY(0);
        }

.shade{
    position: absolute;
        width: 100%;
        height: 100%;
        z-index: 3;
        box-shadow: inset 0 0 500px 200px rgba(0, 0, 0, 0.9);
    }

#levels{
display: flex;
flex-wrap: wrap;
padding:30px;
justify-content: space-evenly;
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.4);

    margin-left: auto;
margin-right: auto;
}
#levels div{
 z-index: 1;
}
        #intermediate {
            text-align: center;
            color: #00ffff;
        }

        #intermediate h1 {
            margin-bottom: 20px;
            text-shadow: 0 0 10px rgba(0, 255, 255, 0.8);
        }

        #intermediatelist {
            list-style-type: none;
            padding: 0;
        }

        #intermediatelist li {
            background-color: #1e1e1e;
            margin: 10px 0;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 255, 255, 0.8),
                        0 0 20px rgba(0, 255, 255, 0.6);
            color: #00ffff;
            font-size: 20px;
            transition: transform 0.2s;
        }

          #intermediatelist li:hover {
            transform: scale(1.05);
            box-shadow: 0 0 20px rgba(0, 255, 255, 1),
                        0 0 30px rgba(0, 255, 255, 0.8);
        }



#elementary {
    text-align: center;
    color: #00ff00;
}

#elementary h1 {
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.8); }

#elementarylist {
    list-style-type: none;
    padding: 0;
}

#elementarylist li {
    background-color: #1e1e1e;
    margin: 10px 0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.8),
                0 0 20px rgba(0, 255, 0, 0.6);
    color: #00ff00;
    font-size: 20px;
    transition: transform 0.2s;
}

#elementarylist li:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 255, 0, 1),
                0 0 30px rgba(0, 255, 0, 0.8);
}


#advanced {
    text-align: center;
    color: #ffd700;
}

#advanced h1 {
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

#advancedlist {
    list-style-type: none;
    padding: 0;
}

#advancedlist li {
    background-color: #1e1e1e;
    margin: 10px 0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8),
                0 0 20px rgba(255, 215, 0, 0.6);
    color: #ffd700;
    font-size: 20px;
    transition: transform 0.2s;
}

#advancedlist li:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 215, 0, 1),
                0 0 30px rgba(255, 215, 0, 0.8);
}

.uuu1 > h1{

  font-family: 'Italianno', cursive;
}
.uuu{
  display: flex;
  flex-direction: row;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.uuu1{
  list-style-type: none;
  overflow: hidden;
  margin-top: 20px;
  padding: 10px;
}
.uuu1>img{
  width: 80%;
}
.tarif{
  border: white solid 4px;
  max-width: 450px;
  width: 95%;
  background-color: #000;
  border-radius: 25px; 
   margin-top: 50px;
}
.tarif1{
  margin-top: 16px;
}
.tarif1 > li{
color: white;
font-size: 22px;
margin-top: 35px;
}
.tarif1 > li {
  position: relative;
  padding-left: 20px;
}

.tarif1 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: orange;
}

#request23{
  height: 70px;
  border-radius: 50px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  background: white;
  margin-top:80px;
  margin-bottom: 50px;
  font-family: "Lucida Blackletter", sans-serif;
}
#request23:hover{
  background: none;
border: #fff solid 2px;
color: white;
  transition: 0.3s;
}
#request3{
  height: 70px;
  color: white;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  background: black;
  margin-top:80px;
  margin-bottom: 50px;
  font-family: "Lucida Blackletter", sans-serif;
}
#request3:hover{
  background: none;
border: #000000 solid 2px;
color: rgb(0, 0, 0);
  transition: 0.3s;
}

  .center {
    margin: 0 auto;
    max-width: 1200px;
  }

  .center img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #rewards{
      background: ghostwhite;
      width: 100%;
      margin-top: 200px;
      padding-top: 50px;
      margin-bottom: 100px;
  }
    .slider-container {
        width: 100%;
      padding: 0 20px;
    }
    .image-slider {
      margin: 0 -15px;
    }
    .image-slider .slick-slide {
      padding: 0 15px;
      transition: all 0.3s ease;
    }
    .image-slider .slick-slide div {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .image-slider img {
      width: 100%;
        -webkit-box-shadow: 4px 4px 65px 33px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 65px 33px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 65px 33px rgba(34, 60, 80, 0.2);
        max-width: 500px;
      height: auto;
      display: block;
      object-fit: cover;
      max-height: 500px;
    }
    .image-slider .slick-center {
      transform: scale(1.05);
      z-index: 1;
    }
    .image-slider .slick-slide:not(.slick-center) {
      opacity: 0.4;
        transform: scale(0.7);
    }
    .slick-prev, .slick-next {
      width: 40px;
      height: 40px;
      z-index: 1;
    }
    .slick-prev {
      left: -50px;
    }
    .slick-next {
      right: -50px;
    }
    .slick-prev:before, .slick-next:before {
      font-size: 40px;
      color: #333;
    }
    .slick-dots li button:before {
      font-size: 12px;
    }
    @media(max-width:959px){
    .shade{
                box-shadow: inset 0 0 200px 80px rgba(0, 0, 0, 0.9);
    }
  #request1{
    margin-top: 20px;
  }
  #navig > #menu{
    order: 2;
    width: 100%;
  }

  #navig  > .menuicon{
    order: 1;
  }
  #navig  > #img1{
    order: 0;
}
#menu{
  display:flex;
  flex-direction: column;
margin-right: 0%;
    height: 100%;

}
header{
  position:absolute;
  width: 100%;
  z-index: 10;

  }
  #menu > a{
    margin-left: auto;
    margin-right: auto;
    border: solid 2px white;
    box-shadow: inset 0 0 10px white;
    margin-top: 20px;
    text-align: center;
    padding: 5px;
  }
  #hd{
    margin-top: 100px;
  }
  .footer1 {
    flex-wrap: wrap;
  }
  #send1{
    width: 100%;

  }
}
@media (max-width: 840px){
  #flag{
    height: 300px;
    width: 500px;
  }
  #memories{
    font-size: 32px;
  }
}

    @media (max-width: 768px) {

  .slh {
    flex-direction: column;
    }
   .multiple-items {
    max-width: 90%;
    padding: 10px;
    margin: 10px;

  }
      .slider-container {
        padding: 0 10px;
      }
      .image-slider {
        margin: 0 -10px;
      }
      .image-slider .slick-slide {
        padding: 0 10px;
      }
      .slick-prev {
        left: -30px;
      }

      .slick-next {
        right: -30px;
      }
    }
    @media(max-width: 480px) {
        .shade {
            box-shadow: inset 0 0 50px 40px rgba(0, 0, 0, 0.5);
        }
      .image-slider .slick-slide:not(.slick-center) {
        opacity: 1;
      }
    }
@media (max-width: 450px) {

#main_txt{
  font-size: 32px;
}
}
@media (max-width: 400px) {
#hd{
    font-size: 32px;
  }
  #flag{
    display: none;
    width: 95%;
    height: 150px;
    min-width: 250px;
  }
  .single-item {
    padding: 10px;
    margin: 5px;
   }
  .uuu1{
    width:90%;
    max-width: 320px;
    }
  .slh {
    flex-direction: column;
    }
.uuu1>h1{
  font-size: 20px;
}
  .slh > img {
    height: 60px;
    width: 60px;
    margin-bottom: -8px;
   }

  h2, h3 {
    font-size: 14px;
  }

  h3 {
    margin-top: 20px;
  }
}
@media(max-width:320px){
#mai{
  justify-content: unset;
  margin-left: 10%;}
}


.estimates{
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.estimates .est-yandex, .est-2gis{
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.tarif4{
  margin-top: 16px;
  list-style: none;
}
.tarif4 > li{
font-size: 22px;
margin-top: 35px;
}
.tarif4 > li {
  position: relative;
  padding-left: 20px;
}

.tarif4 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: blue;
}
.multiple-items {
  background: rgb(254, 255, 197);
  border-radius: 40px;
  border: white solid 2px;
  box-shadow: 0 0 50px 10px #2b0064;
  max-width: 60%; 
  padding: 30px;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
}

.slh > img {
  height: 80px;
  width: 80px;
  border-radius: 40px;
}
.slh {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content{
  width: 100%;

}
#flag{
  min-width: 310px; 
}
#hd{
  text-align: center; 
  width: 100%; 
  font-size: 48px; 
  color: white;
}


#navig > #menu{
  order: 1;
}

#navig  > .menuicon{
  order: 2;
}
#navig  > #img1{
  order: 0;
}
input[type="name"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus{
  box-shadow:0 0 10px #1525ff;
}


