

/* Start:/local/templates/mayoly2021/css/agree.css?17521487222508*/
.agree {
  margin-top: 30px;
}

.agree__block {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.agree__left {
  padding: 20px 15px;
  line-height: 1.3;
}

.agree__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.42;
}

.agree__description {
  font-size: 16px;
}

.agree__subtitle {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #1AA9B6;
}

.agree__get-info {
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px;
}

.agree__text {
  font-size: 16px;
}

.agree__accept {
  margin-top: 20px;
}

.agree__input {
  display: none;
}

.agree__label {
  display: flex;
  margin-bottom: 20px;
  color: #666;
  cursor: pointer;
}

.agree__label:before {
  content: '';
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 10px;
  /* border: 1px solid #E6E6E6; */
  border: 1px solid #999;
  border-radius: 5px;
  cursor: pointer;
}

.agree__input:checked ~ .agree__label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M13.4392 0.199749C13.1729 -0.0665829 12.7411 -0.0665829 12.4748 0.199749L4.30463 8.36996L1.16417 5.22949C0.897863 4.96316 0.466107 4.96319 0.199749 5.22949C-0.0665829 5.4958 -0.0665829 5.92756 0.199749 6.19389L3.82242 9.81651C4.08865 10.0828 4.52072 10.0826 4.78684 9.81651L13.4392 1.16417C13.7055 0.897863 13.7055 0.46608 13.4392 0.199749Z' fill='%23005B90'/%3E%3C/svg%3E");background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 10px;
  border-color: #005B90;
}

.agree__button {
  display: inline-block;
  width: 100%;
  background-color: #005B90;
  padding: 16px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: .3s;
  cursor: pointer;
}

.agree__button:hover {
  background-color: #0072b5;
}

.agree__right {
  display: none;
}

.agree__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .agree__button {
    min-width: 180px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .agree__left {
    padding: 30px 35px 30px 30px;
  }

  .agree__subtitle {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .agree__left {
    width: 50%;
    max-width: 580px;
    padding: 50px 55px 50px 50px;
  }

  .agree__right {
    display: flex;
    min-width: 50%;
  }
}

/* End */
/* /local/templates/mayoly2021/css/agree.css?17521487222508 */
