:root {
--maincolor: rgba(255, 70, 0, 0.8)
}




* {
  margin: 0px;
  padding: 0px;
}



html {
  width: 100%;
  /* min-width: 570px; */
}

body {
  background-image: url(../img/fon10.jpg);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  /* min-width: 570px; */

}

.mw1200 {
  max-width: 1288px;
  /* min-width: 570px; */
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------- Label visual START ----------------------------------------------*/
.fc3 [data-title] {
  position: relative
}

.fc3 [data-title]:after {
  content: attr(data-title);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  top: 2em;
  left: 15%;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(156, 255, 153, 0.9)), color-stop(1, rgba(80, 133, 78, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -o-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -ms-linear-gradient(top, rgba(156, 255, 153, 0.9)f, rgba(80, 133, 78, 0.9));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1 3 12px rgb(0, 0, 0);
  -webkit-box-shadow: 1 3 12px rgb(0, 0, 0);
  -o-box-shadow: 1 3 12px rgb(0, 0, 0);
  -ms-box-shadow: 1 3 12px rgb(0, 0, 0);
  box-shadow: 1 3 12px rgb(0, 0, 0);
}

.fc3 [data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.2s ease-out 0.5s;
  -webkit-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  -ms-transition: all 0.2s ease-out 0.5s;
  transition: all 0.2s ease-out 0.5s;
  border: var(--maincolor) solid 1px;
  border-radius: 14px;
  box-shadow: 1px 2px 7px 5px var(--maincolor);
  z-index: 1999;
}

.fc1 [data-title] {
  position: relative
}

.fc1 [data-title]:after {
  content: attr(data-title);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  top: 4em;
  left: 20%;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(156, 255, 153, 0.9)), color-stop(1, rgba(80, 133, 78, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -o-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -ms-linear-gradient(top, rgba(156, 255, 153, 0.9)f, rgba(80, 133, 78, 0.9));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1 3 12px rgb(0, 0, 0);
  -webkit-box-shadow: 1 3 12px rgb(0, 0, 0);
  -o-box-shadow: 1 3 12px rgb(0, 0, 0);
  -ms-box-shadow: 1 3 12px rgb(0, 0, 0);
  box-shadow: 1 3 12px rgb(0, 0, 0);
}

.fc1 [data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.2s ease-out 0.5s;
  -webkit-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  -ms-transition: all 0.2s ease-out 0.5s;
  transition: all 0.2s ease-out 0.5s;
  border: var(--maincolor) solid 1px;
  border-radius: 14px;
  box-shadow: 1px 2px 7px 5px var(--maincolor);
  z-index: 1999;
}

.map [data-title] {
  position: relative
}

.map [data-title]:after {
  content: attr(data-title);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  position: absolute;
  top: 1em;
  left: 18%;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  background-image: -moz-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(156, 255, 153, 0.9)), color-stop(1, rgba(80, 133, 78, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -o-linear-gradient(top, rgba(156, 255, 153, 0.9), rgba(80, 133, 78, 0.9));
  background-image: -ms-linear-gradient(top, rgba(156, 255, 153, 0.9)f, rgba(80, 133, 78, 0.9));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1 3 12px rgb(0, 0, 0);
  -webkit-box-shadow: 1 3 12px rgb(0, 0, 0);
  -o-box-shadow: 1 3 12px rgb(0, 0, 0);
  -ms-box-shadow: 1 3 12px rgb(0, 0, 0);
  box-shadow: 1 3 12px rgb(0, 0, 0);
}

.map [data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.2s ease-out 0.5s;
  -webkit-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  -ms-transition: all 0.2s ease-out 0.5s;
  transition: all 0.2s ease-out 0.5s;
  border: var(--maincolor) solid 1px;
  border-radius: 14px;
  box-shadow: 1px 2px 7px 5px var(--maincolor);
  z-index: 1999;
}

/* ------------------------------------------ Label bisual END --------------------------------------------*/


.fc1 {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: onwrap;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  min-width: 570px;

}


.join {
  display: flex;
  width: 140px;
  height: 65px;
  border: var(--maincolor) solid 2px;
  border-radius: 16px;
  margin: 10px;
  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: 10px;
}

.join h2 {
  color: var(--maincolor);
  font-size: 18px;
}

.bbutton {
  display: flex;
  width: 120px;
  height: 40px;
  border: var(--maincolor) solid 2px;
  border-radius: 16px;
  margin: 10px;
  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: 10px;
}

.bbutton h2 {
  color: var(--maincolor);
  font-size: 20px;
}


.fc1 button:hover {
  background-position: center;
  transform: translateY(-2px);
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.5);

}

.fc1 button:active {
  transform: translateY(3px);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  border-color: red;
}

.help {
  display: flex;
  width: 140px;
  height: 65px;
  border: rgb(255, 255, 255) solid 2px;
  border-radius: 16px;
  margin: 10px;
  background-color: red;
  box-shadow: 1px 3px 2px 1px rgba(161, 161, 161, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.help h1 {
  color: rgb(255, 255, 255);
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: bold;
}

.mr {
  font-size: 36px;
}

/* -------------------------------------- Animation "MotoRadar"  START------------------------------ */

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  33% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  border: var(--maincolor) solid 2px;
  border-radius: 14px;
  height: 50px;

  padding: 0 32px;
  color: var(--maincolor);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 30px;

  letter-spacing: 5px;
  text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  will-change: transform;
  margin: auto;
}

.button:hover {
  background: darken(#ff0000ab, 10%);
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
  border: var(--maincolor) solid 2px;
}

.button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 1px, 0);
}

.pulse {
  position: relative;
}

.pulse:before,
.pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}

.pulse:before {
  animation: pulse 1.5s infinite linear;
}

.pulse:after {
  animation: pulse 2s .4s infinite linear;
}

.pulse:hover:before,
.pulse:hover:after {
  display: none;
}

/* -------------------------------------- Animation "MotoRadar"  END ------------------------------ */


.fc2 {
  display: flex;
  flex-direction: row;
  /* padding: 10px 10px 0 10px; */
  min-width: 570px;
  box-sizing: border-box;
  /* margin-left: 10px;
    margin-right: 10px; */
}

.fc21 {
  border: var(--maincolor) solid 2px;
  border-radius: 18px;
  background-image: url(../img/fonbutton.png);
  padding: 10px 20px 15px 20px;
  color: rgb(255, 255, 255);
  font-size: 21px;
  text-align: justify;
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  display: flex;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  text-indent: 35px;
}

@keyframes fc21optic {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fc21 p {
  animation-name: fc21optic;
  animation-duration: 1.4s;
  animation-timing-function: linear;
  animation-delay: .1s;
  animation-play-state: running;
  animation-fill-mode: backwards;

}

@media (max-width: 1242px) {
  p {
    font-size: 20px;
  }
}

@media (max-width: 1184px) {
  p {
    font-size: 19px;
  }
  .mr {
    font-size: 30px;
  }
}

@media (max-width: 1000px) {
  p {
    font-size: 19px;
  }
}

@media (max-width: 952px) {
  p {
    font-size: 18px;
  }
}

@media (max-width: 908px) {
  p {
    font-size: 17px;
  }
}

@media (max-width: 660px) {
  p {
    font-size: 16px;
  }
}

@media (max-width: 736px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 656px) {
  p {
    font-size: 14px;
  }
  .mr {
    font-size: 24px;
  }
}



.centrs {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  min-width: 570px;
}

.fc3 {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  /* min-width: 570px; */
}


.fc3 a {
  text-decoration: none;
}

.d {
  z-index: 0;
}

.d:hover {
  z-index: 1;
}

.fc311 {
  position: relative;
  width: 240px;
  height: 136px;
  /* margin-bottom: 20px; */
}

.fc31 {

  position: absolute;
  display: flex;
  /* width: 100%;
   height: 100%; */
  border: var(--maincolor) solid 2px;
  border-radius: 18px;
  /* padding: 10px; */
  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 0;

  animation-name: fc3run;
  animation-duration: .2s;
  animation-delay: .9s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;

}

.fc322 {
  position: relative;
  width: 240px;
  height: 120px;
  margin-bottom: 20px;
}

.fc32 {
  display: flex;
  width: 100%;
  height: 100%;
  border: var(--maincolor) solid 2px;
  border-radius: 18px;

  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 22px;

  animation-name: fc3run;
  animation-duration: .2s;
  animation-delay: 1.05s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
  z-index: 0;
}

.fc31 h2 {
  color: var(--maincolor);
}

.fc31 #txtfc31 {
  font-size: 26px;
}

.fc3 button:hover {
  opacity: 1;

  background-position: center;
  transform: translateY(-2px);
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.5);

  animation: fc3run paused, drebezg .1s;

}

.fc3 button:active {
  transform: translateY(3px);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  border-color: red;
}

@keyframes drebezg {
  from {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-4deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(1deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.fc32 p {
  color: var(--maincolor);
  font-size: 28px;
  font-weight: bold;
}

.fc333 {
  position: relative;
  width: 240px;
  height: 80px;
  margin-bottom: 20px;
}

.fc33 {
  display: flex;
  width: 100%;
  height: 100%;
  border: var(--maincolor) solid 2px;
  border-radius: 18px;

  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 26px;


  animation-name: fc3run;
  animation-duration: .3s;
  animation-delay: 1.15s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.fc33 h1 {
  color: var(--maincolor);
}

.fc344 {
  position: relative;
  width: 240px;
  height: 110px;
  margin-bottom: 20px;
}

.fc34 {

  display: flex;
  width: 100%;
  height: 100%;
  border: var(--maincolor) solid 2px;
  border-radius: 18px;

  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 22px;


  animation-name: fc3run;
  animation-duration: .4s;
  animation-delay: 1.25s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.fc34 h2 {
  color: var(--maincolor);
}

.fc355 {
  position: relative;
  width: 240px;
  height: 80px;
  margin-bottom: 20px;
}

.fc35 {
  display: flex;
  width: 100%;
  height: 100%;
  border: var(--maincolor) solid 2px;
  border-radius: 18px;

  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 26px;


  animation-name: fc3run;
  animation-duration: .6s;
  animation-delay: 1.4s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.fc35 h2 {
  color: var(--maincolor);
}

.fc366 {
  position: relative;
  width: 240px;
  height: 60px;
  margin-bottom: 20px;
}

.fc36 {
  display: flex;
  width: 100%;
  height: 100%;
  border: var(--maincolor) solid 2px;
  border-radius: 18px;

  background-image: url(../img/fonbuttonmini.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 22px;

  animation-name: fc3run;
  animation-duration: .7s;
  animation-delay: 1.7s;
  animation-timing-function: linear;
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;
}

.fc36 h2 {
  color: var(--maincolor);
  font-size: 38px;
}

@keyframes fc3run {
  from {
    transform: translateX(-300px);
    opacity: 0;
  }

  1% {
    transform: translateX(-300px);
    opacity: .1;
  }

  50% {
    transform: translateX(30px);
    opacity: .3;
  }

  75% {
    transform: translateX(-15px);
    opacity: 1;
  }

  80% {
    transform: translateX(2px);
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.fc36 button title {
  color: rebeccapurple;
}

.fc4 {
  display: flex;
  width: 100%;
  justify-content: stretch;
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 20px;

}

.map {
  display: flex;
  width: inherit;
  flex-direction: column;
  flex-grow: 5;
  margin-top: 10px;
  box-sizing: border-box;
}

.map button {
  height: 40px;
  justify-content: center;
  align-content: flex-end;
  display: flex;
  border: var(--maincolor) solid 2px;
  border-radius: 12px;
  margin: 10px 0 0 0;
  background-image: url(../img/fonbutton.png);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.map button:hover {
  background-position: center;
  transform: translateY(-2px);
  box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.5);
}

.map button:active {
  transform: translateY(3px);
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  border-color: red;
}

.travel h2 {
  color: var(--maincolor);
  font-size: 22px;
  letter-spacing: 10px;
}

.foot {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  min-width: 570px;
}

.footcontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url(../img/fonbutton.png);
  border: var(--maincolor) solid 2px;
  border-radius: 18px;
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  margin: 0 10px 0 10px;
  justify-content: space-around;
}

.footcolum1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px 0 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.footrow1 {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.footrow1 a {
  color: rgba(0, 199, 17, 0.856);
  text-decoration: none;
  font-size: 14px;

}

.ftc1 {
  display: flex;
  flex-shrink: 0;
  width: 225px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border: var(--maincolor) solid 2px;
  border-radius: 16px;
  box-shadow: 1px 3px 2px 1px rgba(133, 133, 133, 0.5);
  justify-content: inherit;
  box-sizing: border-box;
  flex-grow: 1;


}

.ftc2 {
  display: flex;
  width: 100%;
  height: 30px;
  padding: 0 0 0 10px;
  justify-content: space-around;
  justify-content: center;
  align-items: flex-end;

}

#idea {
  color: var(--maincolor);
  margin-bottom: 3px;
}

.ftc1 a:hover {
  color: rgb(9, 255, 0);
  /* zoom: 105%; */
}

.ftc1 a:active {
  color: rgb(156, 255, 153);
  /* zoom: 100%; */
}

@media (max-width: 718px) {
  .fc2 {
    margin-left: auto;
    margin-right: auto;
  }

  .fc3 {
    flex-direction: row;
    color: blue;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 35px;
    /* min-width: 570px; */
    margin-left: auto;
    margin-right: auto;
  }

  .fc4 {
    margin-left: 0;
    height: 500px;
    /* min-width: 570px; */
  }

  .fc311 {
    width: 160px;
    height: 80px;
    margin: 0;
  }

  .fc311 h2 {
    font-size: 14px;
  }

  .fc311 h2 #txtfc31 {
    font-size: 14px;
  }

  .fc311 button {
    width: 160px;
    height: 80px;
  }

  .fc322 {
    width: 160px;
    height: 80px;
    margin: 0;
  }

  .fc322 button p {
    font-size: 14px;
  }

  .fc322 button {
    width: 160px;
    height: 80px;
  }

  .fc333 {
    width: 160px;
    height: 80px;
    margin: 0;
  }

  .fc333 button h1 {
    font-size: 50px;
  }

  .fc333 button {
    width: 160px;
    height: 80px;
  }

  .fc344 {
    width: 160px;
    height: 80px;
    margin: 0;
  }

  .fc344 button h2 {
    font-size: 18px;
  }

  .fc344 button {
    width: 160px;
    height: 80px;
  }

  .fc355 {
    width: 160px;
    height: 80px;
    margin: 0;
  }

  .fc355 button h2 {
    font-size: 22px;
  }

  .fc355 button {
    width: 160px;
    height: 80px;
  }

  .fc366 {
    width: 160px;
    height: 80px;
    margin: 0;
  }

  .fc366 a button h2 {
    font-size: 34px;
  }

  .fc366 button {
    width: 160px;
    height: 80px;
  }

}

@media (max-width: 718px) {
  .centrs {
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-width: 570px;

  }
}