#remote .block-title {
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 56px;
  color: #232427;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #remote .block-title {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
/* Hero */
#remote .hero {
  background-color: #F2FAFF;
}
#remote .hero__inner {
  background: url(../assets/images/remote/hero.png) center right no-repeat;
}
#remote .hero__content {
  padding: 90px 0;
  width: 530px;
}
#remote .hero__title {
  font-family: var(--bold-font);
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 52px;
}
#remote .hero__text {
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 36px;
}
@media (max-width: 991px) {
  #remote .hero__content {
    width: 100%;
    max-width: 410px;
  }
  #remote .hero__inner {
    background-size: 40%;
  }
  #remote .hero__title {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
  }
  #remote .hero__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #remote .hero__inner {
    background: #F1F9FE;
  }
}
/* Departments */
#remote .departments {
  padding: 120px 0;
}
#remote .departments__title {
  font-family: var(--bold-font);
  font-size: 32px;
  line-height: 56px;
  margin-bottom: 60px;
}
#remote .departments__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
#remote .departments__block {
  width: calc(33.33% - 60px);
  margin: 30px;
}
#remote .departments__block img {
  height: 38px;
  margin-bottom: 20px;
}
#remote .departments__block p {
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 991px) {
  #remote .departments {
    padding: 70px 0 0;
  }
  #remote .departments__inner {
    margin: -20px;
  }
  #remote .departments__block {
    width: calc(33.33% - 40px);
    margin: 20px;
  }
}
@media (max-width: 768px) {
  #remote .departments__block {
    width: 100%;
  }
}
/* Features */
#remote .features {
  padding: 90px 0;
}
#remote .feature {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
#remote .feature:not(:first-of-type) {
  margin-top: 200px;
}
#remote .feature--revert {
  flex-direction: row-reverse;
}
#remote .feature__inner {
  flex: 0 0 40%;
}
#remote .feature__title {
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 50px;
}
#remote .dot-list {
  margin-left: 0;
}
#remote .dot-list li {
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 36px;
  color: #414D5C;
}
#remote .dot-list li::before {
  top: 12px;
  width: 10px;
  height: 10px;
  background-color: #E1E4E7;
}
#remote .dot-list li + li {
  margin-top: 35px;
}
#remote .feature__photo {
  border-radius: 6px;
}
@media (max-width: 991px) {
  #remote .features {
    padding: 70px 0 0;
  }
  #remote .feature {
    flex-direction: column;
  }
  #remote .feature__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #remote .dot-list li {
    font-size: 18px;
    line-height: 30px;
  }
  #remote .dot-list li + li {
    margin-top: 15px;
  }
  #remote .feature__photo {
    width: 350px;
    max-width: 100%;
    margin-top: 40px;
  }
}
/* Record */
#remote .record {
  padding: 90px 0;
}
#remote .record__form {
  background: #FFF;
  box-shadow: 0 4px 20px rgba(155, 178, 190, .2);
  border-radius: 8px;
  padding: 50px;
  margin: 0 -50px;
}
#remote .record__form hr {
  border: none;
  color: #E1E4E7;
  background-color: #E1E4E7;
  height: 1px;
  margin: 50px 0 40px;
}
#remote .record__selectors {
  margin: 10px 0;
  display: flex;
}
#remote .record__selector {
  padding: 3px;
  display: flex;
  justify-content: space-around;
  background-color: #EDF2F5;
  border-radius: 8px;
  width: 280px;
  margin-right: 35px;
}
#remote .record__selector-option {
  padding: 10px 20px;
  position: relative;
  flex-grow: 1;
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #95A6B3;
  user-select: none;
  transition: background-color .3s, color .3s;
}
#remote .record__selector-option input[type="radio"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin: 0;
}
#remote .record__selector-option--active {
  background-color: #FFF;
  border-radius: 8px;
  color: #232427;
}
#remote .record__specialities {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#remote .record__specialities .base-radiobtn {
  margin: 20px;
  width: calc(25% - 40px);
}
#remote .record__footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
#remote .record__footer .base-btn {
  margin-left: auto;
}
#remote .record__item {
  font-family: var(--regular-font);
  font-size: 16px;
  line-height: 36px;
  color: #7C90A0;
  margin-right: 60px;
}
#remote .record__time {
  margin-top: 10px;
  font-family: var(--medium-font);
  font-size: 16px;
  line-height: 18px;
  color: #232427;
}
#remote .record__time .icon-cabinet-planned {
  margin-right: 10px;
  font-size: 20px;
  color: #C0CAD2;
}
@media (max-width: 1400px) {
  #remote .record__form {
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  #remote .record {
    padding-bottom: 0;
  }
  #remote .record__specialities .base-radiobtn {
    width: calc(33.33% - 40px);
  }
  #remote .record__footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: unset;
  }
  #remote .record__item {
    margin-top: 20px;
    margin-right: unset;
  }
  #remote .record__footer .base-btn {
    margin-top: 40px;
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  #remote .record__selectors {
    flex-direction: column;
  }
  #remote .record__selector {
    margin-right: unset;
    margin-top: 20px;
  }
  #remote .record__specialities .base-radiobtn {
    width: calc(50% - 40px);
  }
}
@media (max-width: 424px) {
  #remote .record__specialities .base-radiobtn {
    width: 100%;
  }
}
/* Faq */
#remote .faq {
  padding-top: 120px;
}
@media (max-width: 991px) {
  #remote .faq {
    padding-top: 70px 0;
  }
}
/* Agreement */
#remote .agreement {
  padding: 80px 0;
  background-color: #F7FCFF;
}
#remote .agreement__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#remote .agreement__content {
  flex: 0 0 50%;
}
#remote .agreement__title {
  font-family: var(--bold-font);
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 30px;
}
#remote .agreement__text {
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 36px;
}
#remote .agreement .base-btn {
  margin-top: 60px
}
@media (max-width: 991px) {
  #remote .agreement__inner {
    flex-direction: column;
  }
  #remote .agreement__text {
    font-size: 18px;
    line-height: 30px;
  }
  #remote .agreement img {
    width: 350px;
    max-width: 100%;
    margin-top: 40px;
  }
}
