.scheme {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.scheme .wrapper{
  display: flex;
  justify-content: space-around;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.scheme .wrapper .wrapper-half{
  padding: 0 15px;
}
.scheme h3 {
  text-align: center;
  font-size: 16px;
}
.scheme .wrapper .text {
  max-width: 350px;
  text-align: center;
  margin: 20px auto;
}
.scheme .wrapper .button {
  min-width: 200px;
  margin: 0 auto;
}



.scheme .wrapper .block .item {
  margin: 0 auto;
  position: relative;
  width: 220px;
  height: 120px;
}
.scheme .wrapper .block .item:first-child,
.scheme .wrapper .block .item:last-child {
  height: 110px;
}

.scheme .wrapper .block .item .card {
  background-color: #eeeaea;
  position: absolute;
  top: 20px;
  margin: auto;
  width: 270px;
  height: 90px;
  box-sizing: border-box;
  padding: 0 9px;
  display: flex;
  font-size: 11px;
  line-height: 1.4em;
}
.scheme .wrapper .block .item .card>div {
  margin-top: auto;
  margin-bottom: auto;
}
.scheme .wrapper .block .item:first-child .card{
  top: 10px;
}


.scheme .wrapper .block .item .icon-wrap{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  border-radius: 50%;
}
.scheme .wrapper .block .item:first-child .icon-wrap{
  top: 0px;
}


.scheme .wrapper-half:first-child .block .item:nth-child(even),
.scheme .wrapper-half:last-child .block .item:nth-child(odd) {
  border-right: 3px dashed #c5c5c5;
}
.scheme .wrapper-half:first-child .block .item:nth-child(odd),
.scheme .wrapper-half:last-child .block .item:nth-child(even) {
  border-left: 3px dashed #c5c5c5;
}
.scheme .wrapper-half .block .item:nth-child(2) {
  border-top: 3px dashed #c5c5c5;
  border-bottom: 3px dashed #c5c5c5;
}
.scheme .wrapper-half:first-child .block .item:nth-child(even) .card,
.scheme .wrapper-half:last-child .block .item:nth-child(odd) .card {
  left: -50px;
  padding-right: 60px;
}
.scheme .wrapper-half:first-child .block .item:nth-child(odd) .card,
.scheme .wrapper-half:last-child .block .item:nth-child(even) .card {
  right: -50px;
  padding-left: 60px;
}
.scheme .wrapper-half:first-child .block .item:nth-child(odd) .icon-wrap,
.scheme .wrapper-half:last-child .block .item:nth-child(even) .icon-wrap {
  left: -50px;
}
.scheme .wrapper-half:first-child .block .item:nth-child(even) .icon-wrap,
.scheme .wrapper-half:last-child .block .item:nth-child(odd) .icon-wrap {
  right: -50px;
}


.scheme .wrapper .block .item .icon-wrap {
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #5fa6b7;
}
.scheme .wrapper-half:first-child .block .item:first-child .icon-wrap{
  background-image: url('../img/gphone.png');
}
.scheme .wrapper-half:first-child .block .item:nth-child(2) .icon-wrap{
  background-image: url('../img/gmeeting.png');
}
.scheme .wrapper-half:first-child .block .item:last-child .icon-wrap{
  background-image: url('../img/gshield.png');
}
.scheme .wrapper-half:last-child .block .item .icon-wrap{
  background-image: url('../img/g-close-button.png');
  background-color: #cf2727;
}
.dogovor {
    min-width: 200px;
    margin: 0 auto;
    cursor: pointer;
    color: #ffffff;
    background-color: #563232;
    padding: 6px 0;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    max-width: 205px;
    border: 0px;
    display: block;
}
@media (max-width: 750px) {
  .scheme .wrapper {
    flex-direction: column;
  }
}

.scheme .item a {
  text-decoration: underline;
  font-weight: bold;
}

.scheme .item a:hover {
  text-decoration: none;
}