.start {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.start .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  min-height: 220px;
  position: relative;
}

.start .image img {
  opacity: 0;
  visibility: hidden;
}

.start-block {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  z-index: 1;
  /*background: linear-gradient(314.29deg, #E3E5EA 20.45%, #F2F4F8 85.26%);*/
  background: #192551 url(../img/group1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  overflow: hidden;
}
.page .start-block h2 {
    font-size: clamp(2rem, 3.2vw, 4rem);
	color: #fff;
}

/*.start-block::after {
  content: url(../img/img8.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  z-index: -1;
}*/
.plus_list
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.plus_list > div
{
	display: none;
}
.plus_list a
{
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	color: #000;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	position: absolute;
}
.plus_list a:hover
{
	background: #0E2156;
	color: #fff;
}
.plus_list a.plus_a
{
	top: 49%;
	left: 36%;
	-webkit-transform: translateX(-68%);
	-moz-transform: translateX(-68%);
	-o-transform: translateX(-68%);
	transform: translateX(-68%);
}
.plus_list a.plus_b
{
	top: 47%;
	left: 55%;
	-webkit-transform: translateX(-68%);
	-moz-transform: translateX(-68%);
	-o-transform: translateX(-68%);
	transform: translateX(-68%);
}
.plus_list a.plus_c
{
	top: 68%;
	left: 62%;
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}

@media (min-width: 680px) {
  .start-block {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  /*.start-block::after {
    content: url(../img/img7.png);
    right: 0;
  }*/
}

@media (min-width: 768px) {
  .start {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .start-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px)
{	
	.plus_list a.plus_b
	{
		top: 49%;
		left: 55%;
	}
}
@media (min-width: 1280px) {
 /* .start-block::after {
    right: 5%;
  }*/
}