@media screen and (max-width: 800px) {
html {
  font-family: "font2", Arial, sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  letter-spacing: 0.5px;
/*
  background: url('/media/image/bg-english-words.jpg');
*/
}'
.head {
  width: 30%;
  display: block;
  position: absolute;
  z-index: 5;
  top: 40px;
  height: 100%;
  background-color: rgba(110,70,110,1);
}

.block-0 {
  top: 50px;
  width: 100%;
  height: 490px;
  z-index: 5;
  background-color: rgba(255,255,255,1);
}

.block-0-img {
  z-index: 5;
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  opacity: .9;
  max-width: 90%;
/*
  height: 300px;
*/
}

.block-0-title-1 {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 20;
  top: 260px;
  color: rgba(110,70,110,1);
  font-family: "font2";
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  text-shadow: 4px 0px 5px rgba(255,255,255,1), -4px 0px 5px rgba(255,255,255,1), 0px 4px 5px rgba(255,255,255,1), 0px -4px 5px rgba(255,255,255,1);
}

.block-0-title-2 {
  display: block;
  position: absolute;
  top: 330px;
  right: 0px;
  width: 100%;
  z-index: 20;
  color: rgba(100,80,120,1);
  font-family: "font2";
  font-size: 18px;
  text-align: center;
//  text-shadow: 0px 2px 15px #994444;
}

.head-continue {
  border: 0px;
  top: 440px;
}

.head-continue-image {
  width: 80px;
}

/* content */

.content {
  line-height: 2;
  z-index: 30;
  opacity: 1;
  top: 560px;
  width: 100%;
  color: #666;
/*
  box-shadow: 0px 0px 100px 1px #aaaaaa;
*/
  border: 0px solid rgba(255,255,255,1);
}

.block {
  z-index: 10;
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
  padding: 0px;
  padding-bottom: 50px;
  text-align: center;
  background-color: rgba(109, 132, 150, 0.1);
  opacity: 100%;
//  border-radius: 10px;
}

.block-item {
margin: 0px 0px 0px 0px;
}

.block:hover {
}

.block::before {
  top: 100px;
}

.block-title {
  z-index: 20;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(100,80,120,.8);
  color: #ffffff;
}

.block-subtitle {
  /* width: 90%; */
  z-index: 20;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background-color: rgba(100,80,120,.1);
  color: rgba(100,80,120,1);
}

.block:nth-child(odd) {
  background-color: #ffffff;
}

.block:nth-child(even) {
  background-color: #ffffff;
}

.block-1-img {
  max-width: 80%;
/*
  padding: 20px;
*/
/*
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, .1));
*/
}

/* foot */

.foot {
  z-index: 50;
  top: 550px;
  padding: 20px 0px 20px 0px;
  background-color: rgba(40,20,60,1);
  color: rgba(255,255,255,1);
  font-size: 20px;
}

.foot img{
  width: 50px;
  margin: 10px;
}

.block img {
  max-width: 80%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(10px);
/*
  margin: 20px;
*/
/*
  border-radius: 4px;
*/
}

.foot a{
font-weight: bold;
color: rgba(160,200,250,1);
}

}
