/*  #region ModaWindows */
.modal-wrapper,
#words,
#recomends,
#recomends_2,
#recomends_3{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.34);
}

.modal_main {
  position: relative;
  top: 30px;
  max-width: 80%;
  height: 80%;
  padding: 30px;
  background-color: #fefefe;
  display: block;
  margin: auto;
  overflow: auto;
  border: 4px solid var(--third-item);
  border-radius: 15px;
  font-family: "text";
}

.modal_main1 {
  position: relative;
  top: 110px;
  max-width: 80%;
  height: 70%;
  padding: 30px;
  background-color: #fefefe;
  display: block;
  margin: auto;
  overflow: auto;
  border: 4px solid var(--third-item);
  border-radius: 15px;
  font-family: "text";
}

.slaid{
   overflow: hidden;
  /*padding: 10px; */
  
}

/* Редактор прокрутки модального окна */
.modal_main1::-webkit-scrollbar {
  width: 10px;
  border-radius: 30px;
}
.modal_main1::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: var(--head-line-color);
}
.modal_main1::-webkit-scrollbar-track {
  border-radius: 90px;
  background-color: #d5d5d5;
}

modal_main1::-webkit-scrollbar {
  width: 10px;
  border-radius: 30px;
}
.modal_main1::-webkit-scrollbar-thumb {
  border-radius: 90px;
  background-color: var(--head-line-color);
}
.modal_main1::-webkit-scrollbar-track {
  border-radius: 90px;
  background-color: #d5d5d5;
}

.modal__close {
  background-color: var(--third-item);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 95px;
  right: 7.3%;
  cursor: pointer;
  line-height: 0px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: white;
}

.modal__close:hover {
  color: var(--main-bg-color);
}
.modal__title {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "title";
  color: var(--third-item);
    
}
.modal_text {
  font-size: 21px;
}
/* #endregion */
