* {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 !important;
  overflow-x: hidden;
}
body {
  font-family: Effra, Arial, Helvetica, sans-serif;
}
.grow-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.content {
  width: 1296px;
}
.main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.content-page {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 0;
}
.content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  color: #0066cc;
  margin: 15px 0;
  font-weight: 400;
}
.content-page p {
  color: #000000;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.heading-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.heading-text::before, .heading-text::after {
  content: "";
  display: block;
  height: 1px;
  background: #D1E3F6;
  flex-grow: 1;
}
.heading-text::before {
  margin: 0 10px 0 0;
}
.heading-text::after {
  margin: 0 0 0 10px;
}
a.btn {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: block;
  background: #FF6A00;
  border-radius: 5px;
}
a.btn div {
  font-family: Poppins, serif;
  padding: 16px 24px;
  color: white;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  position: relative;
  z-index: 1;
}
a.btn:after {
  content: "";
  display: block;
  width: 80px;
  height: 100%;
  background: #FF8833;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: skew(44deg, 0) translate(-50%);
}
.cursor-pointer {
  cursor: pointer;
}
.link-warn {
  color: #BA1A1AFF;
}
.wp-block-button__link {
  text-decoration: none;
  padding: 10px 19px 9px 19px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #2572cd, 0 3px 8px rgba(0, 0, 0, 0.3);
  background: linear-gradient(#2572cd 0, #67a2e1 100%);
}
.wp-block-separator {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0;
  height: 0;
}
.d-flex {
  display: flex;
}
.d-flex--justify-start {
  justify-content: flex-start;
}
.d-flex--justify-center {
  justify-content: center;
}
.d-flex--justify-end {
  justify-content: flex-end;
}
.d-flex--align-start {
  align-items: flex-start;
}
.d-flex--align-center {
  align-items: center;
}
.d-flex--align-end {
  align-items: flex-end;
}
.d-flex--direction-column {
  flex-direction: column;
}
.w-100 {
  width: 100%;
}
.w-100vw {
  width: 100vw;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-0 {
  margin-left: 0;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-0 {
  margin-right: 0;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mh-0 {
  margin-left: 0;
  margin-right: 0;
}
.mh-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mh-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mh-15 {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 960px) {
  .content {
    width: 680px;
  }
}
@media (max-width: 767px) {
  .content {
    width: 360px;
  }
  .d-flex--mobile-wrap {
    flex-wrap: wrap;
  }
}
.header {
  padding: 18px 0;
}
.header-group {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.header-member {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 360px;
}
.header__logo img {
  width: 100%;
}
.header__login {
  margin: 0 0 0 22px;
}
@media (max-width: 960px) {
  .header-member {
    padding: 20px 0;
  }
  .header__logo {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .header-group {
    display: block;
  }
  .header-member {
    display: block;
  }
  .header__logo {
    width: 360px;
  }
  .header__login {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
.footer {
  background: #E8F6FF;
  padding: 32px 0;
}
.footer__rights {
  margin: 16px 0 0;
}
.footer .menu-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  line-height: 24px;
}
.footer .menu-item {
  list-style-type: none;
}
.footer .menu-item a {
  font-weight: 800;
  font-size: 16px;
  text-decoration: underline solid;
  color: #222426;
}
.footer .menu-item a:visited {
  color: #222426;
}
.footer .menu-item:after {
  content: "|";
  margin: 0 15px;
  color: #007AC5;
  font-weight: 800;
}
.footer .menu-item:last-of-type:after {
  content: "";
  margin: 0;
}
.footer .rights {
  color: #878D96;
  letter-spacing: 0.6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.footer .rights__group {
  display: flex;
  justify-content: center;
}
.footer .rights__copyright {
  text-align: center;
}
.footer .rights__text {
  text-align: center;
}
@media (max-width: 767px) {
  .footer .rights__group {
    display: block;
  }
}
.home {
  font-family: Poppins, serif;
  width: 100%;
}
.home .banner {
  display: flex;
  justify-content: center;
  padding: 120px 0;
  background: linear-gradient(180deg, #93D0F6 0%, #E8F6FF 86.87%);
}
.home .banner__wrap {
  display: flex;
  justify-content: space-between;
  gap: 135px;
}
.home .banner .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
.home .banner .info .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home .banner .info .title__line {
  font-weight: 800;
}
.home .banner .info .title__line--first {
  font-size: 56px;
  line-height: 68px;
}
.home .banner .info .title__line--second {
  font-size: 28px;
  line-height: 32px;
}
.home .banner .info .statistic {
  background: linear-gradient(180deg, #E7E7E7 0%, #FFFFFF 100%);
  border-radius: 16px;
  width: 636px;
  height: 180px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 40px;
  box-sizing: border-box;
}
.home .banner .info .statistic__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}
.home .banner .info .statistic__metric {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.home .banner .form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 40px;
  position: relative;
}
.home .banner .form form {
  width: 336px;
}
.home .banner .form form:before {
  content: "";
  position: absolute;
  width: 73px;
  height: 114px;
  top: 0;
  left: -50px;
  background: url(/wp-content/themes/FCR_theme/images/arrowToForm.png);
}
.home .banner .form__title {
  color: #007AC5;
  font-weight: 800;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  margin: 0 0 32px;
}
.home .banner .form__input {
  margin: 24px 0 0;
}
.home .banner .form__input input {
  width: 100%;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #D3CECE;
  margin: 8px 0 0;
  padding: 0 10px;
}
.home .banner .form__placeholder {
  color: #222426;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.home .banner .form__submit {
  margin: 24px 0 0;
}
.home .benefits {
  padding: 120px 0 96px;
  display: flex;
  justify-content: center;
}
.home .benefits__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .benefits__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  text-align: center;
  position: relative;
}
.home .benefits__title:before {
  content: "";
  position: absolute;
  width: 281px;
  height: 85px;
  top: -17px;
  left: -35px;
  background: url(/wp-content/themes/FCR_theme/images/circle.png);
  z-index: -1;
}
.home .benefits__sub-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 32px 0 0;
}
.home .benefits__list {
  margin: 56px 0 0;
}
.home .benefits .list {
  width: 856px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.home .benefits .list__item {
  width: 416px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.home .benefits .list__item:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/FCR_theme/images/check.png);
}
.home .contact-us {
  position: relative;
  padding: 24px;
  background: #FF6A00;
}
.home .contact-us a {
  color: #222426;
}
.home .contact-us a.tel {
  text-decoration: none;
}
.home .contact-us:before {
  content: "";
  display: block;
  width: 80px;
  height: 100%;
  background: #FF8833;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 51%;
  transform: skew(44deg, 0);
}
.home .contact-us__text {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .home .banner__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home .benefits .list {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home .banner .info {
    width: 100%;
  }
  .home .banner .info .statistic {
    width: auto;
    height: auto;
    padding: 40px 40px 0;
    flex-wrap: wrap;
  }
  .home .banner .info .statistic__metric {
    height: auto;
  }
  .home .banner .form form:before {
    display: none;
  }
  .home .benefits__title:before {
    left: 5px;
  }
  .home .contact-us__text {
    display: flex;
    flex-direction: column;
  }
}
