.slider{
    max-width: 100%;
    position: relative;

    height: auto;
  display: table;
    margin-bottom: 130px;
    margin: auto;
}
.slider .item {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.bigelem1 .prev, .bigelem3 .next {
    cursor: pointer;
    position: relative;
    top: 46%;
    width: auto;
/*    margin-top: -22px;*/
    padding: 15%;
    color: #00BFFF;
    font-weight: bold;
    font-size: 36px;
    transition: 0.6s ease;
    border-radius: 50% 50% 50% 50%;
}

.bigelem1 .prev {
  float: right;
}

.bigelem3 .next {
  float: left;
}

/*.bigelem3 .next {
   right: 0;
    border-radius: 50% 50% 50% 50%;
}*/


/*
.bigelem1 .prev:hover,
.bigelem3 .next:hover {
    background-color: #E0E0E0;
}*/


/* Заголовок слайда */
/*.slideText {
    position: absolute;
    color: #fff;
    font-size: 35px;*/
    /* Выравнивание текста по горизонтали и по вертикали*/
/*    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    /* Тень*/
/*    text-shadow: 1px 1px 1px #000, 0 0 1em #000;
}*/

.slider-dots {
  text-align: center;

}
.slider-dots_item{
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 10px 2px;
    background-color: #E0E0E0;
/*    border-radius: 50%;*/
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.slider-dots_item:hover {
    background-color: #35BDFD;
}

.slider .item {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


.container {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  /*  grid-template-rows: repeat(3, 300px);*/
  grid-auto-flow: row;
  grid-auto-rows: 450px;
  /*  grid-gap: 5px;*/
  float: left;
}

.content {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: 0.5px solid #E0E0E0;
}

.namerev {
  width: 80%;
  height: 80%;
  font-family: Muller;
  position: relative;
  float: left;
  left: 10%;
  top: 15%;
}

.edu {
  width: 80%;
  height: 100%;
  float: left;
  left: 10%;
  font-family: Muller;
  position: relative;
}

.desc {
  width: 90%;
  height: 70%;
  float: left;
  right: 10%;
  font-family: Muller;
  left: 5%;
  top: 10%;
  right: 5%;
  position: relative;
}

.photo {
  width: 150px;
  float: right;
  position: relative;
  right: 10%;
  top: 5%;
}

p.educ {
  font-size: 15px;
  color: #828282;
  margin: 0px;
  font-style: normal;
  font-family: Muller;
}

p.names {
  font-size: 18px;
  font-style: normal;
  font-family: Muller;
  color: #000000;
}

p.descript {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  margin: 0px;
  font-style: normal;
  font-family: Muller;
  color: #000000;
}

p.descript2 {
  font-size: 8px;
  width: 100%;
  margin: 0px;
  font-style: normal;
  font-family: Muller;
  color: #000000;
}

p.descript3 {
  font-size: 11.3px;
  width: 100%;
  margin: 0px;
  font-style: normal;
  font-family: Muller;
  color: #000000;
}

.wrapper {
  display: grid;
  width: 100%;
  position: relative;
  height: 100%;
  grid-template-rows: 50% 50%;
}

.half1 {
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  float: top;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.half2 {
  grid-row-start: 2;
  grid-row-end: 3;
  position: relative;
  height: 100%;
  float: top;
  width: 100%;
  display: inline-block;
}

.wrapper2 {
  display: grid;
  width: 100%;
  position: relative;
  height: 100%;
  grid-template-columns: 50% 50%;
  grid-template-rows: 20% 80%;
}

.item1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  height: 100%;
}

.item2 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  position: relative;
  height: 100%;
}

.item3 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  height: 100%;
}

.biggrid {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: 8% 84% 8%;
  float: left;
}

.bigelem1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  height: 100%;
  width: 100%;
}

.bigelem2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  height: 100%;
  width: 100%;
}

.bigelem3 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  position: relative;
  height: 100%;
  width: 100%;
}

.main {
  max-width: 93rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: auto;
  display: table;
  margin-bottom: 20px;
}

.mmbgmeet {
  background-color: #FFED00;
  position: relative;
  padding-top: 18px;
  padding-bottom: 14px;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 120rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0 !important;
}

.titleaboutmm {
  width: 100%;
  left: 0;
  position: relative;
  grid-column-start: 1;
  grid-column-end: 2;
}

.linkdownmm {
  width: 100%;
  position: relative;
  grid-column-start: 2;
  grid-column-end: 3;
  top: 4px;
  float: right;
}

p.linkdownmmtext {
  position: relative;
  right: 0;
  float: right;
  font-size: 14px !important;
  color: #00BFFF !important;
}

.arrowlinkdown {
  position: relative;
  right: 0;
  float: right;
  margin-right: 5px;
  top: -2px;
}

.bigmm {
  width: 100%;
  height: auto;
  position: relative;
  display: grid;
  grid-template-columns: 40% 60%;
  /*  grid-template-rows: repeat(3, 300px);*/
  /*  grid-gap: 5px;*/
  float: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
.prev {
  display: none;
}
}

@media screen and (max-width: 600px) {
.next {
  display: none;
}

