body {
    font-family: Arial, sans-serif;
    max-width: 1400px;
    /* padding: 100px; */
    background-color:#e2e6ea;
    
}
li{list-style: none;}

span{
  font-weight: bold;
}

.task-section {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    background-color:#ccc;
}

.task-header {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    /* margin-bottom: 10px; */
}

.titel-ders{
  font-size: 60px;
  color: rgb(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 30px 30px 30px;
}
.text-description{
  /* background-color: aquamarine; */
  width: 800px;
  font-size: 20px;
  line-height:1.5;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* .trainer-button{
  margin-left: auto;
  margin-right: auto;
} */
.section-wrapper{
    width: 1200px;
    /* background-color: red; */
    
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
}
.section-download{
 
  flex-direction: column;
}
.title-audio{
display: flex;
justify-content: center;
font-weight: bold;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
width:1000px;
}
.icon-headphones{
  margin-left: 400px;
  width: 100px;
}

.link-download{
  width: 600px;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius:5px;
  background-color:rgb(221, 245, 168);
}

.ders1-video{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/* .task-content {
  display: flex;
} */

.task-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: flex-start; */
  position: relative;
  margin-top: 20px;
}
/* .task8{
  flex-direction:row;
} */

/* .white{
  display: flex;
  flex-direction: column;
} */

.task-more-marerial{
  background-color:beige;
}
.write-container{
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: baseline;
  padding: 15px 40px 15px 40px;
  /* Поле сверху 10px, справа 15px, снизу 20px, слева 25px */
}
.answer-select{
  width: 250px;
  height: 30px;
  background-color:rgb(204, 215, 227);
  border-radius:5px;
  margin: 5px;
  border: none;
}

.answer-textDialog{
  padding: 15px 200px 0 100px;
}

.hidden {
  display: none;
}
.slide {
  display: none;
  /* По умолчанию скрыто */
}

.slide:first-child {
  display: flex;
  /* Показывать первый слайд по умолчанию */
}

.image-container {
    display: flex;
    flex-direction:column;
    width: 270px;
    padding: 4px;
    margin: 5px;
  border: 1px solid rgb(134, 237, 65);
  /* background-color: bisque; */

}

.answer-select {
    margin-top: 10px;
    /* padding: 5px; */
}

.short{
    
    width: 50px;
}



.correct {
    background-color: green;
    color: white;
}

.incorrect {
    background-color: red;
    color: white;
}

/* /////////////////стили для слайдера алфавита/////////////// */

.slider {
  position: relative;
  max-width: 70%;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 70%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  vertical-align: middle;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 3px 3px 0;
  transition: 0.6s ease;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}





/* ///////// */
/* body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f0f0f0;
} */

.container {
  text-align: center;
}

.card {
  width: 1200px;
  height: 450px;
  border: 1px solid #ccc;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  background-color: #ccc;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.word,
.translation,
.image {
  font-size: 24px;
  padding: 20px;
}



.controls {
  /* margin-top: 20px; */
  display: flex;
  justify-content: center;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: #5a9ce3;
  color: #fff;
  margin: 20px;
}

button:hover {
  background-color: #f32f2f;
}
button.active {
  background-color: #8b2cb6;
}

.inline {
  display: flex;
  align-items: center;
  margin: 30px;
}

input{
  background-color:#ccc;
  border:none;
  border-bottom: 1.5px solid black;
  border-radius:5px;
  margin: 10px;
  padding: 5px;
}

.icon-at-home{
  margin-top: 20px;
  margin-left: 70px;
  display: block;
}

.nav-list{
  display: flex;
  flex-direction: row;
  background-color:rgb(244, 209, 217);
  justify-content: center;
margin-bottom: 50px;
}



/* /////////ders2-task12 img///////////////// */
.container-items {
  display: flex;
  flex-direction: column;
}
.container-items10{
  display: flex;
    flex-direction: row;
    
}


.item-task12 {
  display: flex;
  justify-content: center;
  margin: 20px;

}

.select-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

select {
  margin: 5px 0;
}
.item-list10{
  margin: 20px;
}
.item-text{
  margin: 8px;
}

.img-ders2-task1{
  position: absolute;
 right: 10px;
 top: 20px;
}
/* /////////ders3-2-task3///////// */
 #text-form-4,
 #text-form-12{
  display: flex;
  flex-wrap: wrap;
 }
 /* #text-form-12{
  flex-direction: row;
 } */

 .labelInline{
  display: flex;
  align-items: center;
 }
 .inputLabelInline{
  width: 75px;
  margin: 30px 4px 30px 3px;
    padding: 2px;
 }
 .inputLabelInline-short {
   width: 30px;
   margin: 30px 4px 30px 3px;
   padding: 2px;
 }

 #text-form-6{
  display: flex;
  flex-wrap: wrap;
 }

 .all-line {
margin: 15px 5px 5px 5px;
  
 }