.app-header {
  font-family: "LatoWeb";
  font-weight: normal;
  height: 72px;
  padding: 0 26px 0 29px;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .app-header {
    height: 92px;
    padding: 0;
  }
}
.app-header__content {
  max-width: 1530px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .app-header__content {
    width: 80%;
  }
}
.app-header__logo {
  height: 21px;
}
@media (min-width: 992px) {
  .app-header__logo {
    height: 29px;
  }
}
.app-header__link, .app-header__button {
  text-transform: uppercase;
  font-size: 15px;
}
.app-header__link {
  font-size: 15px;
  line-height: 18px;
  margin-right: 60px;
  color: #ffffff;
}
.app-header__link:hover {
  color: #ffffff;
}
.app-header__link--orange {
  color: #FF7051;
}
.app-header__link--orange:hover {
  color: #FF7051;
}
.app-header__link:last-child {
  margin-right: 43px;
}
.app-header__button {
  color: #ffffff;
  height: 39px;
  width: 111px;
  background-color: #FF7354;
  box-shadow: 0 2px 4px 0 rgba(167, 95, 95, 0.09);
  border: none;
  outline: none;
}
.app-header__menu {
  width: 24px;
  cursor: pointer;
}

.app-header--dark .app-header {
  font-family: "LatoWebMedium";
  font-weight: normal;
  background: #FCFCFC;
}
@media (min-width: 992px) {
  .app-header--dark .app-header {
    height: 75px;
  }
}
.app-header--dark .app-header__link {
  color: rgba(0, 0, 0, 0.6);
}

.dark-background {
  background-color: #212121;
}

.nav-mobile {
  width: 266px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 999;
  transition: all 0.3s;
  display: grid;
  grid-template-rows: minmax(40px, 87px) auto 157px;
}
.nav-mobile.is-hidden {
  left: -200%;
}
.nav-mobile__content {
  padding-left: 43px;
}
.nav-mobile__links-list {
  margin-top: 30px;
  list-style-type: none;
  padding: 0;
}
.nav-mobile__item {
  margin-bottom: 24px;
  display: block;
}
.nav-mobile__link {
  font-family: "LatoWebMedium";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: rgba(55, 55, 55, 0.3) !important;
}
.nav-mobile__link:hover {
  text-decoration: none;
  opacity: 1;
}
.nav-mobile__link:active, .nav-mobile__link:focus {
  color: #373737;
}
.nav-mobile__link.is-active {
  color: #373737;
}
.nav-mobile__close {
  background: none;
  border: none;
  position: absolute;
  top: 18px;
  left: 29px;
  opacity: 0.4;
}
.nav-mobile__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.nav-mobile-auth {
  height: 1px;
  width: 198px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  margin-left: 25px;
  padding: 18px 0 0 23px;
}
.nav-mobile-auth .nav-mobile__link {
  margin-bottom: 24px;
}

.nav-mobile-profile {
  color: #292C2F;
}
.nav-mobile-profile__avatar-wrapper {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-left: 19px;
  overflow: hidden;
}
.nav-mobile-profile__avatar {
  width: 100%;
  height: 100%;
}
.nav-mobile-profile__content {
  margin-top: 35px;
}
.nav-mobile-profile__name {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}
.nav-mobile-profile__plan {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 8px;
}
.nav-mobile-profile__signup-date {
  font-family: "LatoWeb";
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

.nav-dashboard {
  width: 266px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  z-index: 999;
  transition: left 0.3s;
}
.nav-dashboard.hidden {
  left: -200%;
}
.nav-dashboard__links {
  margin-top: 30px;
  padding-left: 42px;
  list-style-type: none;
}
.nav-dashboard__links li {
  margin-bottom: 23px;
  display: block;
}
.nav-dashboard__links a {
  font-family: "LatoWebMedium";
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #373737;
  opacity: 0.3;
}
.nav-dashboard__links a:hover {
  text-decoration: none;
  opacity: 1;
}
.nav-dashboard__links a.active {
  opacity: 1;
}
.nav-dashboard__close {
  background: none;
  border: none;
  position: absolute;
  top: 17px;
  left: 27px;
  opacity: 0.4;
}
.nav-dashboard__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}
.nav-dashboard__profile {
  margin-top: 87px;
  margin-right: 10px;
  text-align: center;
}
.nav-dashboard__profile img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav-dashboard__user-data {
  padding-left: 43px;
}
.nav-dashboard__user-name {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 25px;
  margin-top: 36px;
  margin-bottom: 0;
  color: #000000;
  line-height: 30px;
}
.nav-dashboard__plan {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 19px;
  margin-top: 11px;
  margin-bottom: 0;
  color: #000000;
  line-height: 22px;
}
.nav-dashboard__join-date {
  font-family: "LatoWeb";
  font-weight: normal;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 0;
  color: #000000;
  line-height: 16px;
}
.nav-dashboard hr {
  margin-top: 46px;
  margin-bottom: 25px;
  margin-left: -17px;
  width: 198px;
  border-top: 1px solid #979797;
  opacity: 0.3;
}

.partners_links a {
  color: #000000;
  font-size: 15px;
}
.partners_links a:hover {
  border-bottom: 2px solid #FF7354;
}

.dropdown-item:hover {
  border-bottom: 2px solid #FF7354 !important;
}

.partners_links:hover {
  display: block;
}

.partners_links a:hover {
  text-decoration: none;
}

.partners_link:hover + .partners_links {
  display: block;
}

.dot_group {
  background-image: url("../images/scenes/oakwood/Group 4.png");
  position: absolute;
  right: 40px;
  width: 130px;
  height: 131px;
  z-index: 300;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 576px) {
  .dot_group {
    width: 78px;
    height: 79px;
  }
}

.padding-x {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 576px) {
  .padding-x {
    padding-left: 34px;
    padding-right: 34px;
  }
}

#oakwood-main {
  background-color: white;
}
#oakwood-main .logo_img {
  width: 270px;
  height: 42px;
  z-index: 300;
  position: relative;
}
@media (max-width: 576px) {
  #oakwood-main .logo_img {
    width: 162px;
    height: 25.25px;
  }
}
#oakwood-main .oakwood_logo {
  width: 271px;
  height: 45px;
}
@media (max-width: 576px) {
  #oakwood-main .oakwood_logo {
    width: 162.6px;
    height: 27.06px;
  }
}
@media (max-width: 576px) {
  #oakwood-main .logos_container {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
  }
}
#oakwood-main .at {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 51px;
  line-height: 72px;
}
@media (max-width: 576px) {
  #oakwood-main .at {
    font-size: 30.6px;
    line-height: 43.2px;
  }
}
#oakwood-main .logo {
  background-color: white;
  height: 744px;
}
@media (max-width: 576px) {
  #oakwood-main .logo {
    height: 535px;
  }
}
@media (max-width: 576px) {
  #oakwood-main .greish {
    background-color: #F6F6FB;
    padding-top: 60px;
  }
}
#oakwood-main .greish.offset-md-2 div:first-child {
  padding-left: 0;
}
@media (max-width: 576px) {
  #oakwood-main .greish.offset-md-2 div:first-child {
    padding-left: 31px;
  }
}
@media (max-width: 576px) {
  #oakwood-main .greish.offset-md-2 h1 {
    padding-left: 17px;
  }
}
#oakwood-main .grey {
  background-color: #ececec;
}
#oakwood-main .grey .row {
  overflow: hidden;
  height: 644px;
}
@media (max-width: 576px) {
  #oakwood-main .grey .row {
    height: auto;
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
#oakwood-main .grey .title {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 58px;
}
@media (max-width: 576px) {
  #oakwood-main .grey .title {
    font-size: 26px;
    line-height: 38px;
  }
}
#oakwood-main .grey .descr {
  color: #626d7b;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 576px) {
  #oakwood-main .grey .descr {
    font-size: 15px;
    line-height: 32px;
  }
}
#oakwood-main .grey .group_dots {
  position: absolute;
  left: 30px;
}
@media (min-width: 768px) {
  #oakwood-main .grey .group_dots {
    top: 150px;
  }
}
@media (max-width: 576px) {
  #oakwood-main .grey .group_dots {
    bottom: -42px;
  }
}
#oakwood-main .bubbles {
  background-color: white;
}
@media (min-width: 768px) {
  #oakwood-main .bubbles .text {
    margin-top: 53px;
    padding-left: 135px;
    padding-right: 63px;
  }
}
@media (max-width: 576px) {
  #oakwood-main .bubbles .text {
    margin-top: 44px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
#oakwood-main .bubbles .bubble1 {
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  #oakwood-main .bubbles .bubble1 {
    top: 84px;
    left: 0;
  }
}
@media (max-width: 576px) {
  #oakwood-main .bubbles .bubble1 {
    top: -20px;
    left: -103px;
  }
}
#oakwood-main .bubbles .bubble2 {
  position: absolute;
  z-index: 300;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  #oakwood-main .bubbles .bubble2 {
    top: 500px;
    right: 0;
  }
}
@media (max-width: 576px) {
  #oakwood-main .bubbles .bubble2 {
    right: -114px;
    top: 1050px;
  }
}
#oakwood-main .bubbles .title {
  color: #283a50;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 58px;
}
#oakwood-main .bubbles .descr {
  color: #626d7b;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 40px;
}
#oakwood-main .bubbles .big-title {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 58px;
}
@media (max-width: 576px) {
  #oakwood-main .bubbles .big-title {
    font-size: 26px;
    line-height: 38px;
  }
}
#oakwood-main .form {
  background-color: white;
}
@media (max-width: 576px) {
  #oakwood-main .form {
    text-align: center;
  }
}
#oakwood-main .form .title {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 58px;
}
@media (max-width: 576px) {
  #oakwood-main .form .title {
    font-size: 26px;
    line-height: 38px;
  }
}
#oakwood-main .form .descr {
  color: #626d7b;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 40px;
}
@media (max-width: 576px) {
  #oakwood-main .form .descr {
    font-size: 15px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  #oakwood-main .form form {
    padding-top: 23px;
  }
}
#oakwood-main .form form label.error {
  color: #dc3545;
  position: absolute;
  display: block;
  font-size: 80%;
}
#oakwood-main .form form input {
  padding: 0;
  display: block;
  box-sizing: border-box;
  height: 35px;
  border-bottom: 1px solid #A6BAD3;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  margin-top: 30px;
}
#oakwood-main .form form input::-webkit-input-placeholder {
  color: #7C8897;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
#oakwood-main .form form input::-moz-placeholder {
  color: #7C8897;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
#oakwood-main .form form input:-ms-input-placeholder {
  color: #7C8897;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
#oakwood-main .form form input::-ms-input-placeholder {
  color: #7C8897;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
#oakwood-main .form form input::placeholder {
  color: #7C8897;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
#oakwood-main .form form input:focus {
  box-sizing: border-box;
  height: 35px;
  border-bottom: 1px solid #4F68C6;
  color: #4F68C6;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
}
#oakwood-main .form form input:focus::-webkit-input-placeholder {
  color: #4F68C6;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
#oakwood-main .form form .submit {
  height: 54px;
  width: 406px;
  border-radius: 2px;
  background-color: #ff7354;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 58px;
  border: none;
  margin-top: 45px;
}
#oakwood-main #reviews {
  z-index: 200;
  position: relative;
}
@media (max-width: 576px) {
  #oakwood-main #reviews .jcarousel-control-prev,
#oakwood-main #reviews .jcarousel-control-next {
    bottom: 50px !important;
  }
}
@media (max-width: 576px) {
  #oakwood-main #reviews .jcarousel-wrapper {
    padding-bottom: 138px !important;
  }
}
#oakwood-main #reviews .wrapper {
  padding-top: 60px;
}
@media (max-width: 576px) {
  #oakwood-main #reviews .wrapper {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #oakwood-main #reviews {
    margin-top: 40px;
  }
}
#oakwood-main #reviews i {
  color: #FF7354;
  margin-bottom: 20px;
}
#oakwood-main #reviews .title {
  color: #373737;
  font-family: "Lato", sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 58px;
  z-index: 200;
  position: relative;
}
@media (max-width: 576px) {
  #oakwood-main #reviews .title {
    font-size: 26px;
    line-height: 38px;
  }
}
#oakwood-main #reviews .jcarousel li {
  width: 400px !important;
}
@media (max-width: 576px) {
  #oakwood-main #reviews .jcarousel li {
    width: 100vw !important;
  }
}
#oakwood-main .review-box {
  padding: 30px 22px 55px 23px;
  border-radius: 22px;
  background-color: #F6F6FB;
  box-shadow: 0 2px 19px 0 rgba(177, 177, 194, 0.22);
  height: 312px;
  width: 350px;
}
@media (max-width: 576px) {
  #oakwood-main .review-box {
    width: 305px;
    margin: 0 auto;
  }
}
#oakwood-main .review-box .name {
  color: #4F68C6;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
}
#oakwood-main .review-box .descr {
  color: #626D7B;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 33px;
}

.image2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 45px;
}
@media (min-width: 768px) {
  .image2 {
    width: 1109px;
    height: 411px;
  }
}
@media (max-width: 576px) {
  .image2 {
    width: 308px;
    height: 411px;
  }
}

#hero_desktop {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  right: 0;
  position: absolute;
  top: 90px;
}
@media (max-width: 576px) {
  #hero_desktop {
    height: 278px;
    right: 0;
    top: 72px;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  #hero_desktop {
    width: 895px;
    height: 654px;
  }
}
@media screen and (min-width: 1500px) {
  #hero_desktop {
    width: 55%;
    height: 654px;
  }
}

#hero_2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  #hero_2 {
    width: 459px;
    height: 644px;
  }
}
@media screen and (min-width: 1500px) {
  #hero_2 {
    height: 644px;
  }
}

@media (min-width: 768px) {
  .form-wrapper {
    padding-bottom: 146px;
    padding-top: 106px;
  }
}
@media (max-width: 576px) {
  .form-wrapper {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .form-wrapper .dots {
    left: -67px;
    bottom: 130px;
  }
}
@media (max-width: 576px) {
  .form-wrapper .dots {
    right: 34px;
    top: 0;
  }
}

.wrapper-grey {
  background-color: #F6F6FB;
}
@media (min-width: 768px) {
  .wrapper-grey {
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) {
  .wrapper-grey .container {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .wrapper-grey .container .greish {
    margin-top: 50px;
  }
}

#img1 {
  background-image: url("../images/scenes/oakwood/1.jpg");
}

#img2 {
  background-image: url("../images/scenes/oakwood/2.jpg");
}

#img3 {
  background-image: url("../images/scenes/oakwood/3.jpg");
}

#img4 {
  background-image: url("../images/scenes/oakwood/4.jpg");
}

#img5 {
  background-image: url("../images/scenes/oakwood/5.jpg");
}

#img6 {
  background-image: url("../images/scenes/oakwood/6.jpg");
}

#img7 {
  background-image: url("../images/scenes/oakwood/7.jpg");
}

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  z-index: 100;
  padding-bottom: 50px;
}
@media (max-width: 576px) {
  .jcarousel-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .jcarousel-wrapper {
    padding-bottom: 118px;
  }
}

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .jcarousel {
    margin-left: 30px;
  }
}

.jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .jcarousel ul {
    padding-top: 57px;
  }
}

.jcarousel li {
  margin-right: 69px;
  width: 342px !important;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 576px) {
  .jcarousel li {
    width: 100vw !important;
  }
}

.jcarousel li .img {
  border-radius: 21px;
  display: block;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 466px !important;
  transition: height 0.25s ease-out;
}
@media (max-width: 576px) {
  .jcarousel li .img {
    max-width: 309px;
    margin: 0 auto;
    max-height: 421px;
  }
}

@media screen and (max-width: 1440px) {
  .jcarousel li.active .img {
    display: block;
    max-width: 100%;
    height: 559px !important;
    transition: height 0.25s ease-in;
  }
}

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  bottom: -45px;
  margin-top: -15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 576px) {
  .jcarousel-control-prev,
.jcarousel-control-next {
    bottom: 74px;
  }
}

.jcarousel-control-prev {
  left: 45%;
  background-image: url("../images/scenes/oakwood/arrow-3.png");
}
@media (max-width: 576px) {
  .jcarousel-control-prev {
    left: 32%;
  }
}

.jcarousel-control-next {
  right: 45%;
  background-image: url("../images/scenes/oakwood/arrow-4.png");
}
@media (max-width: 576px) {
  .jcarousel-control-next {
    right: 32%;
  }
}

.jcarousel-pagination {
  display: none;
}

.rectangle {
  background-image: url("../images/scenes/oakwood/Rectangle.png");
  width: 705px;
  height: 823px;
  position: absolute;
  right: 0;
  top: 167px;
  border-bottom-left-radius: 55px;
  border-top-left-radius: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

@media (max-width: 576px) {
  .padding-xs {
    padding: 0 34px 0 33px;
  }
}

.rectangle2 {
  left: 0;
  top: -60px;
  height: 622px;
  border-radius: 55px;
  width: 610px;
  height: 622px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-image: url("../images/scenes/oakwood/Rectangle2.png");
}

.margin-top {
  margin-top: 200px;
}

pre {
  white-space: normal;
}

@media (min-width: 768px) {
  .pr-md {
    padding-right: 80px;
  }
}