.slide_block__inner {
  width: 100%;
  padding: 0 80px;
}
.text-welcome {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
}
.text-welcome,
.title-color {
  color: #006ef1;
}
.text-covid {
  font-size: 18px;
  line-height: 24px;
  color: #006ef1;
  font-weight: 600;
  padding-top: 34px;
}

.text-ophthalmology {
  font-weight: 800;
  font-size: 48px;
  line-height: 62.4px;
  color: #152c60;
}
.title-covid,
.title-ophthalmology {
  font-weight: 800;
  font-size: 48px;
  line-height: 62.4px;
  color: #006ef1;
}
.slide-content {
  display: flex;

  height: 651px;
  justify-content: space-between;
}
.slide-right {
  align-self: center;
}
.slide-left {
 /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
}
.slide-header {
  margin-top: 22px;
}
.slide-footer {
  position: relative;
  top: 40px;
  /*margin:94px;*/
}
.link-learn,
.link-learn-mini {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 21.5px 37px;

  background-color: #e50e19;
  border-radius: 4px;
}
.link-learn-mini {
  display: none;
}
.main_block_rus,
.main_block_ophthalmology {
  /* background-image: url(ophthalmology.png);
		background-position: 90% center;
    	background-repeat: no-repeat; */
  border-bottom: 1px solid #e3e8ed;
  display: block;
  width: 100%;
  height: 651px;
}
.slide-logo {
  width: 300px;
  height: 94.5;
  margin-bottom: 26.5px;
}
.slide-logo-mini {
  display: none;
}

/* General styles */
.sim-slider {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  height: 550px;
}

.sim-slider-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.sim-slider-inner {
  width: 100%;
}
.sim-slider-element {
  width: 100%;

  transition: opacity 1s ease-in;
  transition: display 1s ease-in;
  opacity: 0;
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

/* Navigation item styles */
div.sim-slider-arrow-left,
div.sim-slider-arrow-right {
  width: 22px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
  z-index: 4;
}

div.sim-slider-arrow-left {
  left: 10px;
  top: 40%;
  display: block;
  background: url("sim-arrow-left.png") no-repeat;
}

div.sim-slider-arrow-right {
  right: 10px;
  top: 40%;
  display: block;
  background: url("sim-arrow-right.png") no-repeat;
}

div.sim-slider-arrow-left:hover {
  opacity: 1;
}

div.sim-slider-arrow-right:hover {
  opacity: 1;
}

div.sim-slider-dots {
  width: 100%;
  height: auto;
  position: absolute;
  left: 80px;
  bottom: 33px;
  z-index: 3;
}

span.sim-dot {
  width: 24px;
  height: 3px;

  padding: 0;
  display: inline-block;
  background-color: red;

  cursor: pointer;
}
span.sim-dot:first-child {
  margin-right: 5px;
}

@media (max-width: 1200px) {
	img.slide-image {
	    max-height: 400px;
	}
}
@media (max-width: 768px) {
  .slide_block__inner,
  .slide_block__inner_rush {
    padding: 0 50px;
  }
  .text-welcome,
  .text-covid {
    text-align: center;
  }
  .text-welcome {
    font-weight: 800;
    margin-bottom: 20px;
  }
  .text-covid {
    padding-top: 20px;
  }
  .slide-logo {
    display: none;
  }
  /*.slide-logo-mini {
    width: 200px;
    height: 75.5;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }*/
  .slide-content {
    flex-direction: column;
  }
  .slide-right {
    width: 100%;
    -webkit-order: 1;
    order: 1;
  }
  .slide-left,
  .slide-right {
    /*display: flex;*/
    flex-direction: column;
  }
  .slide-header {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .slide-footer {
    margin-bottom: 45px;
  }

  .slide-left {
    order: 2;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
  }
  .slide-image {
    max-width: 360px;
    align-self: center;
  }
  .title-covid,
  .title-ophthalmology,
  .text-ophthalmology {
    text-align: center;
    font-size: 38.4px;
    line-height: 49.6px;
  }
  .link-learn {
    display: none;
  }
  .link-learn-mini {
    display: block;
    padding: 14.5px 24.6px;
    font-size: 18.6px;
    margin-top: 5px;
    text-align: center;
  }
  .sim-slider,
  .slide-content,
  .main_block_rus,
  .main_block_ophthalmology {
    min-height: 824px;
    height: 100%;
  }
  div.sim-slider-dots {
    left: 0;
    bottom: 15px;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .slide_block__inner,
  .slide_block__inner_rush {
    padding: 0 20px;
  }
  .slide-footer {
    width: 100%;
  }
  .sim-slider,
  .slide-content,
  .main_block_rus,
  .main_block_ophthalmology {
    min-height: 694px;
    height: 100%;
  }

/*  .slide-logo-mini {
    width: 160px;
    height: 35;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }*/
  .title-covid,
  .title-ophthalmology,
  .text-ophthalmology {
    font-size: 24px;
    line-height: 31px;
  }
  .text-covid {
    font-size: 11px;
    line-height: 15px;
  }
  .text-welcome {
    font-size: 16px;
    line-height: 20px;
  }
  .link-learn-mini {
    font-size: 14px;
    padding: 30px 5px;
  }

  .slide-image {
    max-width: 280px;
    align-self: center;
  }
}

.d-none {
  display: none!important;
}

.d-none {
  display: none!important;
}