#services-block {
  margin-bottom: 50px;
}
#services-block .block__title {
  font-size: 36px;
  line-height: 39px;
  color: #3B84CE;
  font-family: 'Playfair', sans-serif;
  margin-bottom: 50px;
  font-weight: 600;
}
#services-block .services__holder {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
#services-block .btns__holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-right: 2px solid #3B84CE;
  padding-right: 20px;
}
#services-block .tab__btn {
  margin-bottom: 20px;
  width: 100%;
}
#services-block .tab__btn .btn__title {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: color .3s ease-in;
  text-align: left;
  color: #3B84CE;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  width: 100%;
}
#services-block .tab__btn .btn__title .flag {
  transition: all .3s ease-in;
}
#services-block .tab__btn .btn__title .flag svg path {
  fill: #3B84CE;
}
#services-block .tab__btn .variants__holder {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#services-block .tab__btn .variants__holder label {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
#services-block .tab__btn .variants__holder label input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: contents;
}
#services-block .tab__btn .variants__holder label input:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #3B84CE;
}
#services-block .tab__btn .variants__holder label span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  color: #3B84CE;
  font-weight: 400;
  padding-left: 30px;
}
#services-block .tab__btn.active .btn__title, #services-block .tab__btn:hover .btn__title {
  color: #BED7F2;
}
#services-block .tab__btn.active .btn__title .flag {
  transform: scale(-1);
}
#services-block .tabs__holder {
  width: 100%;
  height: auto;
}
#services-block .tab {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 20px;
  display: none;
}
#services-block .tab.active {
  display: flex;
}
#services-block .tab .left__side {
  width: 60%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#services-block .tab .tab__title {
  font-size: 36px;
  line-height: 47px;
  color: #3B84CE;
  font-family: 'Playfair', sans-serif;
  margin-bottom: 15px;
}
#services-block .tab .tab__desc {
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 40px;
}
#services-block .tab .price__holder {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  grid-row-gap: 10px;
}
#services-block .tab .price__holder button.btn {
  margin-right: 30px;
}
#services-block .tab .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 36px;
  line-height: 47px;
  color: #3B84CE;
  font-weight: 600;
  font-family: 'Playfair', sans-serif;
}
#services-block .tab .price span {
  font-family: inherit;
  color: inherit;
  font-size: 20px;
  line-height: 26px;
}
#services-block .tab .right__side {
  width: 40%;
}
#services-block .tab .tab__image {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 1025px) {
  #services-block .btns__holder .tab__btn .btn__title {
    font-size: 16px;
    line-height: 20px;
  }
  #services-block .btns__holder .tab__btn .variants__holder label span {
    font-size: 14px;
    line-height: 18px;
  }
  #services-block .tab .tab__title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 769px) {
  #services-block .block__title {
    margin-bottom: 30px;
  }
  #services-block .services__holder {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 498px) {
  #services-block .block__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #services-block .tab {
    flex-direction: column-reverse;
  }
  #services-block .tab .side {
    width: 100%;
  }
}

/*# sourceMappingURL=block.css.map */
