#modal_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #514f4f;
  opacity: 0.55;
  z-index: 99;
}
#modal_mask.modal_show {
  display: block;
}

.modal {
  display: none;
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.modal.modal_show {
  display: flex;
}

.modal .content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 25px;
  margin: auto auto auto auto;
  z-index: 9999;
  width: 800px;
  max-height: 90%;
  max-width: 90%;
}

.compare {
  max-width: 900px;
  margin: 0 auto;
  display: none;
}

.compare .wrapper {
  margin: 15px 15px 30px 30px;
  display: flex;
  flex-direction: column;
}

.compare .row-title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.compare .row-title,
.compare .row {
  display: flex;
  min-height: 35px;
  padding: 6px 0;
}
.compare .separate {
  width: 100%;
  height: 2px;
  background-color: #eeeaea;
  margin: 8px 0;
}

.compare .descr,
.compare .row-title >div:first-child {
  margin: auto auto auto 0;
  font-size: 16px;
  line-height: 1.2em;
}

.compare .row-title >div:not(:first-child),
.compare .icon {
  min-width: 110px;
  width: 110px;
}

.compare .icon {
  background-image: url('../img/unchecked.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.compare .icon.checked {
  background-image: url('../img/checked.png');
}

.compare .row-title >div:not(:first-child) {
  background-color: #eeeaea;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
}

.compare .row-title >div:not(:first-child) img {
  display: none;
  max-width: 70%;
  vertical-align: bottom;
}


@media (max-width: 780px)  {
  .compare .row-title >div:not(:first-child) {
    font-size: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }

  .compare .row-title >div:nth-of-type(2) {
    border-left: none;
  }

  .compare .row-title >div:not(:first-child) img {
    display: inline-block;
  }

  /* .compare .row-title >div:not(:first-child)::first-letter {
    font-size: 14px;
  } */

  .compare .table {
    margin-top: 15px;
  }
  .compare .icon, .compare .row-title >div:not(:first-child) {
    min-width: 60px;
    width: 60px;
  }
}

@media (max-width: 600px)  {
  .compare .icon, .compare .row-title >div:not(:first-child) {
    min-width: 30px;
    width: 30px;
  }
}

.modaler--form {
  max-width: 450px;
}

.modaler--policy {
  text-align: left;
}

.modaler__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}

.modaler__close:hover {
  opacity: 0.75;
}

.modaler__form .button {
  margin: 20px auto 0;
}

.rc-anchor-pt {
  transform: translateX(-70%);
}

.g-recaptcha {
  max-width: 210px;
  margin: 10px auto 0;
  max-height: 60px;
  overflow: hidden;
  transform: translateX(5px);
}

.g-recaptcha iframe {
  max-width: 210px;
}

.modaler__form .g-recaptcha {
  max-width: 305px;
}

.remodal {
  margin-bottom: 15vh;
}