.wrapper1 {
	/*height: 6540px;*/
	font-family: 'Inter', sans-serif;
margin: 0 auto;
max-width: 1440px;
position: absolute;
top: 0;
left: 0;
right: -200px;
}
.color-bloc-one{
position: absolute;
width: 20px;
height: 20px;
background-color:#fff;
top:307px;
right:0;
z-index:9;
}
.svg {
  position: absolute;
  right: 0px;
  top: 317px;
}
textPath{
  fill: black;
}
#menu-none{
  display: none;
}
#aaa{
  position: absolute;
  top: 100px;
  right: 0;
  overflow: hidden;
}
/* Собственно сам слайдер */
img {
  width: 100%;
}
/* General styles */
/****BLOCK ONE****/
.block-one{
position: absolute;
  right: 20px;
  top: 445px;
  transition: .5s;
  width: 200px;
  height: 120px;
  background-color: white;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
  animation: pop .3s;
z-index:999;
display: none;
}
.block-one:hover{
  width: 230px;
  height: 243px;
  transition: .6s;
}
.block-one:hover .text-hover li{
  display: block;
}
.block-one:hover .block-cross{
  display: none;
}
.block-one p{
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.block-cross{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F7A707;
  margin-left: 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-cross span{
  width: 8px;
  height: 2px;
  background-color: white;
  position: relative;
}
.block-cross span:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background-color: white;
  bottom: 0;
  transform: rotate(90deg);
}
.text-hover{
  visibility: hidden;
}
.text-hover ul{
  text-decoration: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 20px;
  overflow: hidden;
}
.text-hover li{
  list-style: none;
  font-size: 14px;
  color: #211B1B;
  position: relative;
  display: none;
margin-bottom: 14px;
}
.text-hover li:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 1.82px;
  background-color: #F7A707;
  top: 8px;
  left: -13px;
}
.block-one:hover .text-hover{
  visibility: visible;
}
@keyframes uptext{
  0%{
    opacity: 0;
  }
  25%{
  opacity: .25;
  }
  50%{
    opacity: 50%;
  }
  75%{
    opacity: .75;
  }
  100%{
    opacity: 1;
  }
}
.li-first{
  transform: translateX(180px);
  transition: .3s;
  margin-left: 13px;
}
.li-second{
  transform: translateX(280px);
  transition: .4s;
  margin-left: 13px;
}
.li-third{
  transform: translateX(380px);
  transition: .5s;
  margin-left: 13px;
}
.li-four{
  transform: translateX(480px);
  transition: .6s;
  margin-left: 13px;
}
.block-one:hover .li{
  visibility: visible;
}
.block-one:hover .li-first{
  transform: translateX(0);
  animation: uptext .3s;
}
.block-one:hover .li-second{
  transform: translateX(0);
  animation: uptext .4s;
}
.block-one:hover .li-third{
  transform: translateX(0);
  animation: uptext .5s;
}
.block-one:hover .li-four{
  transform: translateX(0);
  animation: uptext .6s;
}
@keyframes uptext{
  0%{
    opacity: 0;
  }
  25%{
  opacity: .25;
  }
  50%{
    opacity: .5;
  }
  75%{
    opacity: .75;
  }
  100%{
    opacity: 1;
  }
}
.block-one.active{
  display: block;
  animation: pop .3s;
}
.block-one.active.closed{
  display: none;
  animation: pop .3s;
}
/****BLOCK TWO****/
.block-two{
  display: none;
  position: absolute;
  right: 20px;
  top: 700px;
  width: 200px;
  height: 108px;
  background-color: white;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 12px 0px 0px 12px;
  animation: pop .2s;
  cursor: pointer;
  overflow: hidden;
z-index:999;
}
.block-two:hover{
  width: 230px;
  height: 204px;
  transition: .3s;
}
.block-two:hover .block-cross{
  display: none;
}
.block-two p{
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 14px;
}
.img-block{
  width: 190px;
  height: 100px;
  border-radius: 10px;
  margin: 0 auto;
  visibility: hidden;
  margin-bottom: 10px;
}
.block-two:hover .img-block{
  visibility: visible;
  animation: uptext .3s;
}
.block-two.active{
  display: block;
  animation: pop .2s;
}
.block-two.active.closed{
  display: none;
  animation: popp .2s;
}
/* Собственно сам слайдер */
.slider{
  max-width: 90%;
  position: relative;
  margin: auto;
  height: 300px;
  margin-bottom: 15px;
}
/* Картинка мастабируется по отношению к родительскому элементу */
.slider .item img {
  object-fit: cover;
  width: 100%;
  height: 450px;
  border: none !important;
  box-shadow: none !important;
}
/* Кнопки вперед и назад */
.slider .prev, .slider .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 60%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* При наведении на кнопки добавляем фон кнопок */
.slider .prev:hover,
.slider .next:hover {
  background-color: rgba(148, 147, 147, 0.507);
}
/* Заголовок слайда */
.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 .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
  }
}
/****BLOCK THREE****/
.block-three{
  display: none;
  position: absolute;
  right: 20px;
  top: 1290px;
  transition: .5s;
  width: 200px;
  height: 108px;
  background-color: white;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
z-index:999;
}
.block-three:hover{
  width: 230px;
  height: 184px;
  transition: .3s;
}
.block-three:hover .block-cross{
  display: none;
}
.block-three p{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.img-block-two{
  width: 190px;
  height: 100px;
  border-radius: 10px;
  margin: 0 auto;
  visibility: hidden;
}
.block-three:hover .img-block-two{
  visibility: visible;
  animation: uptext .3s;
}
.block-three.active{
  display: block;
  animation: pop .2s;
}
.block-three.active.closed{
  display: none;
  animation: popp .2s;
}
@keyframes pop{
  0%{
    opacity: 0;
  }
  25%{
    opacity: .25;
  }
  50%{
    opacity: .5;
  }
  75%{
    opacity: .75;
  }
  100%{
    opacity: 1;
  }
}
.slider-two{
  max-width: 90%;
  position: relative;
  margin: auto;
  height: 300px;
  margin-bottom: 15px;
}
/* Картинка мастабируется по отношению к родительскому элементу */
.slider-two .item-two img {
  object-fit: contain;
  width: 100%;
  height: 450px;
  border: none !important;
  box-shadow: none !important;
}
/* Кнопки вперед и назад */
.div-nav-slider{
  width: 110%;
  height: 30px;
  position: absolute;
  top: 60%;
  display: flex;
  justify-content: space-between;
  left: -5%;
}
.slider-two .prev-two, .slider-two .next-two {
  cursor: pointer;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.slider-two .next-two {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* При наведении на кнопки добавляем фон кнопок */
.slider-two .prev-two:hover,
.slider-two .next-two:hover {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: .25;
}
/* Заголовок слайда */
.slideText-two {
  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-two .item-two {
  -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
  }
}
/**** BLOCK FOUR****/
.block-four{
  display: none;
  position: absolute;
  right: 30px;
  top: 2500px;
  transition: .5s;
  width: 200px;
  height: 125px;
  background-color: white;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
z-index:999;
}
.block-four p{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.block-four:hover{
  width: 230px;
  height: 207px;
  transition: .3s;
}
.block-four:hover .block-cross{
  display: none;
}
.img-block-four{
  width: 190px;
  height: 100px;
  border-radius: 10px;
  margin: 0 auto;
  visibility: hidden;
  background-image: url('/local/templates/in/img/Rectangle-31.png');
  position: relative;
}
.block-four:hover .img-block-four{
  visibility: visible;
  animation: uptext .3s;
}
.block-four.active{
  display: block;
  animation: pop .2s;
}
.block-four.active.closed{
  display: none;
  animation: popp .2s;
}
/****BLOCK FIVE****/
.block-five{
  display: none;
  position: absolute;
  right: 30px;
  top: 2960px;
  transition: .5s;
  width: 200px;
  height: 125px;
  background-color: white;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
z-index:999;
}
.block-five p{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.block-five:hover{
  width: 230px;
  height: 207px;
  transition: .3s;
}
.block-five:hover .block-cross{
  display: none;
}
.img-block-five{
  position: relative;
  width: 190px;
  height: 100px;
  border-radius: 10px;
  margin: 0 auto;
  visibility: hidden;
  background-image: url('/local/templates/in/img/Rectangle-30.png');
}
.block-five:hover .img-block-five{
  visibility: visible;
  animation: uptext .3s;
}
.block-five.active{
  display: block;
  animation: pop .2s;
}
.block-five.active.closed{
  display: none;
  animation: popp .2s;
}
/****BLOCK SIX****/
.block-six{
  display: none;
  position: absolute;
  right: 30px;
  top: 3520px;
  transition: .5s;
  width: 200px;
  height: 125px;
  background-color: white;
  box-shadow: 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 12px 0px 0px 12px;
  cursor: pointer;
z-index:999;
}
.block-six p{
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.block-six:hover{
  width: 230px;
  height: 187px;
  transition: .3s;
}
.block-six:hover .block-cross{
  display: none;
}
.img-block-six{
  width: 190px;
  height: 100px;
  border-radius: 10px;
  background-image: url('/local/templates/in/img/Rectangle-29.png');
  margin: 0 auto;
  visibility: hidden;
  position: relative;
}
.block-six:hover .img-block-six{
  visibility: visible;
  animation: uptext .3s;
}
.block-six.active{
  display: block;
  animation: pop .2s;
}
.block-six.active.closed{
  display: none;
  animation: popp .2s;
}
/****MODAL****/
.modal{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 929px;
  height: 564px;
  background-color: #fff;
  z-index: 1001;
  display: none;
  transition: .5s;
}
.modal.active{
  display: block;
  animation: uptext .3s;
}
.modal-overlay {
  z-index: 1000;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #c4c4c4;
  opacity: .25;
  display: none;
  transition: .5s;
}
.modal-overlay.active{
  display: block;
  animation: modalfade .3s;
}
.class-button{
  width: 23.56px;
  height: 23.56px;
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.class-button span{
  width: 33px;
  height: 2px;
  background-color: #696969;
  transform: rotate(45deg);
  position: relative;
}
.class-button span:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #696969;
  transform: rotate(90deg);
  bottom: 0;
  left: 0;
}
.content-modal{
  width: 869px;
  height: 450px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 84px;
}

@keyframes modalfade{
  from{
    opacity: 0;
  }
  to{
    opacity: .25;
  }
}
.block-tema{
  display: block;
  width: 100%;
  height: 959px;
  background-color: #333;
  position: absolute;
  top: 1370px;
}


@media (max-width:1439px){
  .svg{
    display: none;
  }
  .block-one.active,
  .block-two.active,
  .block-three.active,
  .block-four.active,
  .block-five.active,
  .block-six.active{
    display: none;
  }
}