.home-header {
  margin-bottom: 125px;
}
.intro-content {
  height: 469px;
  margin-top: 78px;
}
.intro-content_body {
  margin-bottom: 60px;
}
.intro-social-text {
  margin-bottom: 16px;
}
.intro-social-text img {
  margin-top: 0;
}


.facebook_ico {
  margin-right: 8px;
}
.intro-content_social {
  color: #FFFFFF;
}
.auth-form {
  border-radius: 16px;
  background: #FFFFFF;
}

.auth-block-wrapper {
  padding-bottom: 294px;
}

.auth-form .sign-up-link,
.auth-form .log-in {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.link-color-gray {
  color: #42526B !important;
  text-decoration: underline;
  transition: all 0.3s ease;
  text-underline-offset: 3px;
}

.link-color-gray:hover {
  color: #009D97 !important;
}

.form-header {
  display: flex;
  justify-content: space-between;
}
.form-header h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.012em;
  text-align: left;
  margin: 33px 66px 32px 37px;
}
.form-header a {
  font-family: 'Lexend', sans-serif;
  color: #009D97;
  font-size: 17px;
  font-weight: 500;
  line-height: 56px;
  text-align: right;
  margin-top: 21px;
  margin-right: 37px;
  margin-bottom: 20px;
}
.form-body {
  display: flex;
  flex-direction: column;
  margin-right: 37px;
  margin-left: 37px;
}
.form-field {
  margin-bottom: 16px;
  border: 1px solid #E6E8EC;
  border-radius: 2px;
  padding-bottom: 15px;
  padding-top: 15px;
  height: 48px;
  padding-left: 18px;
  color: #838E9E;
}

.form-field::placeholder {
  color: #838E9E;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.form-checkItems {
  flex-direction: column;
  justify-content: start;
  display: flex;
  gap: 5px;
}

.form-checkItem {
  display: flex;
  gap: 5px;
}

.form-checkItem label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.terms {
  margin-bottom: 12px;
}
.years {
  margin-bottom: 28px;
}
.submit {
  font-size: 17px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  color: #FFFFFF;
  width: 326px;
  height: 56px;
  top: 692px;
  left: 1257px;
  padding: 0px 71.5px 0px 69.5px;
  gap: 12px;
  border: 0;
  background: #FE6726;
  border-radius: 7px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit:hover {
  opacity: 0.7;
}

.submit .icon {
  display: inline-block;
  background-image: url('/content/redesign/img/ArrowRight.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  margin-left: 10px;
  vertical-align: middle;
}

.form-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #838E9E;

}
.form-footer p {
  margin-right: 17px;
  margin-top: 10px;
  margin-bottom: 34px;
  vertical-align: center;
}
.form-footer img {
  vertical-align: center;
}
.content_body {
  background: white;
}
footer .content_body {
  background: #006965;
}
.team-gallery {
  margin-top: 57px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 102px;
}
.member-item {
  display: flex;
  flex-direction: column;
  margin-right: 63px;
  align-items: center;
  text-align: center;
}

.member-item a div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 165px;
  height: 165px;
  border-radius: 50%;
}

.member-item img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
}

.member-item .name {
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 8px;
}

.member-item:last-child{
  margin-right: 0px;
}
.item-location {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  color: #6A778B;
}
.about-section {
  display: flex;
  margin-bottom: 140px;
}
.about-content {
  width: 536px;
  margin-right: 136px;
}
.about-content_title {
  margin-top: 44px;
  margin-right: 136px;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -0.015em;
  text-align: left;
  margin-bottom: 24px;
  color: #061C3D;
}
.about-content_body {
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #42526B;

  @media (min-width: 769px) {
    max-width: 383px;
  }
}

.about-content_footer {
  background-color: #FFF9EE;
  padding: 22px 32px 26px;
  border-radius: 16px;
}

.about-content_footer .border {
  height: 1px;
  width: 100%;
  background-color: #061C3D;
  opacity: 0.12;
  margin: 32px 0;
}

.about-content_footer-describe {
  font-family: Lexend, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: rgba(66, 82, 107, 1);
  margin-bottom: 7px;
}

.about-content_footer-item {
  display: flex;
  align-items: flex-start;
  margin-top: 2px;
}

.about-content_footer-item-img {
  margin-right: 20px;
  padding-top: 7px;
}

h4 {
  color: rgba(66, 82, 107, 1);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  margin-bottom: 2px;
}
.about-content_footer-item .item-body p {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  color: #42526B;
}
.about-image {
  display: flex;
  align-items: center;
  @media (min-width: 1221px) {
    align-items: flex-end;
  }
}
.about-image img {
  width: 648px;
  height: 648px;
}
.latest-news-container {
  background: linear-gradient(-90deg, #FFFFFF 0%, #F5F6F7 40.63%, #F5F6F7 100%);
}
.latest-news {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  margin-bottom: 92px;
}
.latest-news_gallery {
  display: flex;
  gap: 23px;
}
.latest-news_gallery .gallery_item {
  margin-right: 0;
}
.latest-news_header {
  margin-top: 112px;
  display: flex;
  margin-bottom: 72px;
  align-items: center;
  justify-content: space-between;

}
.latest-news_title {
  color: #061C3D;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.015em;
  text-align: center;
  margin-left: 99px;
  width: 100%;
}
/*.gallery-arrows-left {*/
/*  margin-right: 12px;*/
/*}*/

.gallery-arrows,
.blog-arrows {
  display: flex;
}
.latest-news_gallery {
  margin-bottom: 72px;
}

.item-header .item-type {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-right: 16px;
  padding: 6px;
  border: 0;
  border-radius: 100px;
  background: #FE6726;
  width: 71px;
}
.item-header .calendar_ico {
  margin-right: 6px;
  vertical-align: center;
}
.item-header .item_date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;

  margin-right: 6px;
  vertical-align: center;
}

.item-body .body-text{
  width: 360px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.latest-news_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.latest-news_footer .view_all_btn {
  display: flex;
  width: 167px;
  border: 2px solid #FE6726;
  border-radius: 7px;
}
.item-footer .footer-text {
  margin-right: 6px;
}
.view_all_btn .btn_label {
  margin: 16px 12px 16px 32px;
  color: #FE6726;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
.latest-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-blog_title {
  color: #061C3D;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.015em;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 124px;
}
.latest-blog .header-body {
  display: flex;
  margin-left: 336px;
}
.header-body {
  margin-bottom: 72px;
}
.header-body p{
  margin-right: 226px;
  text-align: center;
  width: 648px;
  color: #42526B;
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.latest-blog_gallery {
  display: flex;
  margin-bottom: 80px;
  gap: 23px;
}

.latest-blog_gallery .gallery-item {
  margin-left: 1px;
}

.latest-blog_gallery .gallery-item:first-child {
  margin-left: 0;
}

.gallery-arrows-right {
  width: 24px;
}

.content-header .like-img {
  margin-right: 6px;
}
.content-header .comments-img {
  margin-right: 6px;
}
.content-header .like-counter {
  color: #061C3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-right: 2px;
}
.content-header .like-text {
  color: #061C3D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-right: 20px;

}
.content-header .comments-counter {
  color: #061C3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-right: 2px;
}
.content-header .comments-text {
  color: #061C3D;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-right: 20px;

}


.latest-blog_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content-artist_img {
  margin-right: 16px;
}
.content-artist .min_read {
  color: #42526B;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;

}
.content-artist_name {
  color: #061C3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 4px;

}
.latest-blog_footer .view_all_btn {
  display: flex;
  width: 167px;
  border: 2px solid #FE6726;
  border-radius: 7px;
  margin-bottom: 88px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view_all_btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.view_all_btn a {
  display: flex;
  width: 167px;
}

.view_all_btn:hover {
  opacity: 0.7;
}

.view_all_btn:active {
  transform: scale(0.98);
}

.blog-arrows,
.latest-news_header {
  cursor: pointer;
  transition: all 0.3s ease;
}

.clients-feed-header {
  margin-top: 20px !important;
}

/*.blog-arrows:hover,*/
/*.latest-news_header:hover {*/
/*  opacity: 0.7;*/
/*}*/

#sign-in-form {
  flex-direction: column;
  min-height: 450px;
}

#sign-in-form .form-body {
  flex: 1
}

#sign-in-form .form-body div {
  flex-grow: 1;
  display: flex;
}

#sign-in-form .form-body .submit {
  align-self: flex-end;
  text-align: center;
}

.auth-form {
  display: none;
  scroll-padding-top: 360px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}

#sign-up-form {
  min-height: 560px !important;
}

#sign-in-form {
  min-height: 460px !important;
}

#forgot-password-form {
  min-height: 262px;
}

#forgot-password-form h3 {
  margin-right: 33px !important;
}

#sign-up-form,
#sign-in-form,
#forgot-password-form {
  display: none;
  max-width: 402px;
  height: fit-content;
}

#sign-up-form:target ~ #sign-in-form,
#sign-up-form:target ~ #forgot-password-form,
#sign-in-form:target ~ #sign-up-form,
#sign-in-form:target ~ #forgot-password-form,
#forgot-password-form:target ~ #sign-up-form,
#forgot-password-form:target ~ #sign-in-form {
  display: none;
}

body:not(:has(:target)) #sign-up-form {
  display: block;
  scroll-margin-top: 60px;
}

#sign-up-form:target,
#sign-in-form:target,
#forgot-password-form:target {
  display: block;
  scroll-margin-top: 60px;
}

.error-message {
  color: red;
  margin-top: 5px;
  margin-bottom: 10px;
}

.signin-password-errors {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .homepage-main {
    margin-top: 125px;
  }
}

.date-of-birth-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.date-of-birth-container select {
    flex: 1;
    background: white;
    height: 48px;
    border-radius: 2px;
    border: 1px solid #e0e2eb;
    padding-left: 16px;
    color: #374e6c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    appearance: none;
}

.date-of-birth-container select:focus {
    border: 2px solid black;
    outline: none;
}

.date-of-birth-container select option[disabled][selected] {
    color: #bfc5d2;
}

.date-of-birth-container select::-ms-expand {
    display: none;
}

.date-of-birth-container select[name="user_day"],
.date-of-birth-container select[name="user_month"],
.date-of-birth-container select[name="user_year"] {
    min-width: 80px;
    max-width: 120px;
}

@media (max-width: 480px) {
    .date-of-birth-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
    .date-of-birth-container select {
        width: 100%;
        min-width: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .date-of-birth-container select {
        width: 95px !important;
        border-radius: 0;
        appearance: auto;
    }
} 