/* Новые стили элементов подчеркиваня */
.line_color{
    position: relative;
    display: inline-block;
    color: #3D0ACD;
    font-weight: 600;
  }
  .line_color::before{
    content: '';
    position: absolute;
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    bottom: calc(-100% + 0px);
    width: 100%;
    height: 100%;
    
  }
.ellipse-color{
  margin-top: 10px;
  position: relative;
  display: flex!important;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 600px;
  font-weight: 600;
  height: 140px;
  text-decoration: none!important;
  padding: 0 45px;
}
.ellipse-color::before{
  content: '';
  position: absolute;
  background-image: url(../images/ellipse-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 150px;
  
}
.underline-arrow{
  margin-top:10px;
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
 
}

.underline-arrow::before{
  content: '';
  position: absolute;
  background-image: url(../images/underline-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  bottom: -75px;
  width: 320px;
  height: 70px;
  
}
.underline-arrow._revers::before{
	transform: scale(-1, 1);
  	width: 270px;
}
.undeline-cub{
  margin: 40px 0 0 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: blueviolet;
  padding-left: 20px;
}
.undeline-cub::before{
  content: '';
  position: absolute;
  background-image: url(../images/undeline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 38px;
  right: 0px;
  top: -22px;
  width: calc(100% + 10px);
  height: 100%;
  
}
.undeline-cub-2{
  margin: 40px 0 10px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: blueviolet;
    padding: 16px;
    padding-left: 20px;
    overflow: hidden;
  }
  .undeline-cub-2::before{
    content: '';
    position: absolute;
    background-image: url(../images/undeline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    
    left: -100px;
    top: 0px;
    width: 100%;
    height: 100%;
    
  }
.line-left{
  position: relative;
  padding-left: 15px;
}
.line-left::before{
  content: '';
  position: absolute;
  background-image: url(../images/line-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
  top: -75px;
  width: 10px;
  height: calc(100% + 75px);
  
}
.die-bg{
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
}
.underline{
    color: #3D0ACD;
    font-weight: 600;
  text-decoration: underline #3D0ACD 2px;
  text-underline-offset: 5px;
}
.stamp__hiddens{
  color: #3D0ACD;
    text-decoration: underline;
    cursor: pointer;
}
.underline-arrow._mb::before{
    display: none;
  }
@media(max-width: 1160px){
    .underline-arrow._hid{
        margin: 0;
    }
  .underline-arrow._hid::before{
    display: none;
  }
  .underline-arrow._mb::before{
    display: block;
  }
  .ellipse-color{
    display: flex!important;
  }
  .undeline-cub{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: blueviolet;
    padding-left: 15px;
  }
  .line-left{
    position: relative;
    padding-left: 15px;
  }
  .line-left::before{
    content: '';
    position: absolute;
    background-image: url(../images/line-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: -75px;
    width: calc(100% + 10px);
    height: calc(100% + 75px);
    
  }
}

@media(max-width: 680px){
  .ellipse-color::before{
    display: none;
  }
  .ellipse-color{
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: auto;
    font-weight: 600;
    height: 140px;
    text-decoration: none!important;
    padding: 0;
    height: auto;
    margin-top: 20px;
  }
}
.ellipse{
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    
  }
  .ellipse::before{
    content: '';
    position: absolute;
    background-image: url(../images/ellipse2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    left: 0px;
    top: 15px;
    width: calc(100% + 10px);
    height: 100%;
    
  }
.ellipse_t{
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    
  }
  .ellipse_t::before{
    content: '';
    position: absolute;
    background-image: url(../images/elip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    left: -42px;
    top: 0px;
    width: calc(125% + 10px);
    height: 125%;
    
  }
  .ellipse_3{
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    text-align: center;
  }
  .ellipse_3::before{
    content: '';
    position: absolute;
    background-image: url(../images/ellipse3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    left: 0px;
    top:-20px;
    width: calc(100% + 10px);
    height: 200%;
  }
 
  @media(max-width:1480px){
    .ellipse::before{
      top: 0;
    }
    .ellipse_t::before{
    content: '';
    position: absolute;
    background-image: url(../images/elip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    left: -22px;
    top: -4px;
    width: calc(125% + 10px);
    height: 130%;
    
  }
  }
  @media(max-width:1160px){
    .ellipse::before{
      top: 15px;
      left: -5px;
    }
    .ellipse_t{
    	padding-left: 25px;
    }
    .ellipse_t::before{
    content: '';
    position: absolute;
    background-image: url(../images/elip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    left: 0px;
    top: 10px;
    width: calc(105% + 10px);
    height: 110%;
    
  }
  }
  @media(max-width:480px){
    .ellipse_3::before{
      content: '';
      position: absolute;
      background-image: url(../images/ellipse3.svg);
      background-repeat: no-repeat;
      background-size: contain;
      padding: 10px;
      left: 0px;
      top: -10px;
      width: calc(100% + 10px);
      height: 200%;
    }
    
  }
  @media(max-width:380px){
    .ellipse_3::before{
      content: '';
      position: absolute;
      background-image: url(../images/ellipse3.svg);
      background-repeat: no-repeat;
      background-size: contain;
      padding: 10px;
      left: 0px;
      top: 0px;
      width: calc(100% + 10px);
      height: 200%;
    }
  }
 .line_big{
    position: relative;
    display: inline-block;
    color: #3D0ACD;
    font-weight: 600;
  }
  .line_big::before{
    content: '';
    position: absolute;
    background-image: url(../images/line-big.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    bottom: calc(-100% + 0px);
    width: 100%;
    height: 100%;
    
  }
  
  .line{
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }
  .line::before{
    content: '';
    position: absolute;
    background-image: url(../images/line2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    bottom: calc(-100% + 0px);
    width: 100%;
    height: 100%;
    
  }
  .line_2 a{
	text-decoration: underline;
	}
  .line_2{
    cursor: auto!important;
    position: relative;
    display: inline-block!important;
    color: #3D0ACD;
    font-weight: 600;
   text-decoration: none!important;
  }
 
	.line_2._link::before{
		bottom: calc(-90% + 0px);
	}
  .line_2::before{
    content: '';
    position: absolute;
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    bottom: calc(-100% + 0px);
    width: 100%;
    height: 100%;
    
  }
  .sign{
    position: relative;
    display: inline-flex;
  }
  .sign::after{
    content: '';
    display: inline-block;
    background-image: url(../images/sign.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-bottom: 25px;
  }
  .arrow-line{
    position: relative;
    display: inline-block!important;
    color: #3D0ACD;
    font-weight: 600;
   text-decoration: none!important;
    padding-left: 3px;
  }
  .arrow-line::before{
    content: '';
    position: absolute;
    background-image: url(../images/arrow-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    bottom: calc(-140% + 0px);
    width: 100%;
    width: 100%;
    height: 150%;
    
  }
._fw300{
	font-weight: 300;
}
._fw400{
	font-weight: 400;
}
@media(max-width: 500px){
	.line_big._req::before {
    content: '';
    position: absolute;
    background-image: url(../images/line-big.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    bottom: -30px;
    width: 100%;
    height: 30px;
	}
}