/* Navbar */
.fhn-navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .fhn-navbar {
    padding: 13px;
  }
}
.fhn-navbar .img-logo {
  display: block;
}
.fhn-navbar .img-logo img {
  height: 70px;
}
@media (max-width: 768px) {
  .fhn-navbar .img-logo img {
    height: 50px;
  }
}
.fhn-navbar .menu-icon {
  display: block;
  transition: 0.2s;
}
.fhn-navbar .menu-icon.active {
  transform: rotate(-45deg);
}
.fhn-navbar .menu-icon img {
  height: 42px;
}
@media (max-width: 768px) {
  .fhn-navbar .menu-icon img {
    height: 27px;
  }
}
.fhn-navbar .icon-dark, .fhn-navbar .logo-dark {
  display: none;
}
.fhn-navbar .page-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  font-weight: 300;
  color: #00315A;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .fhn-navbar .page-name {
    display: none;
  }
}
.fhn-navbar.page-name-white:not(.sticky) .page-name {
  color: #fff;
}
.fhn-navbar.sticky, .fhn-navbar.light {
  background-color: #fff;
}
.fhn-navbar.sticky img:not(.logo-dark), .fhn-navbar.sticky img:not(.icon-dark), .fhn-navbar.light img:not(.logo-dark), .fhn-navbar.light img:not(.icon-dark) {
  display: none;
}
.fhn-navbar.sticky .logo-dark, .fhn-navbar.sticky .icon-dark, .fhn-navbar.light .logo-dark, .fhn-navbar.light .icon-dark {
  display: block !important;
}
.fhn-navbar.active {
  background-color: transparent !important;
}
.fhn-navbar.active img:not(.logo-dark), .fhn-navbar.active img:not(.icon-dark) {
  display: block;
}
.fhn-navbar.active .logo-dark, .fhn-navbar.active .icon-dark, .fhn-navbar.active .page-name {
  display: none !important;
}

.page-space {
  height: 140px;
}
@media (max-width: 768px) {
  .page-space {
    height: 51px;
  }
}

.fhn-menu {
  background-color: #00315A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}
.fhn-menu .content {
  width: 100%;
  padding: 0 calc(7vw + 50px);
  position: absolute;
  top: 23%;
  /*transform: translateY(-50%);*/
}
@media (max-width: 768px) {
  .fhn-menu .content {
    padding: 0 5vw;
    top: 100px;
    transform: inherit;
  }
}
.fhn-menu .content .list .link {
  font-size: 64px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .fhn-menu .content .list .link {
    font-size: 28px;
  }
}
.fhn-menu .content .list .link:hover, .fhn-menu .content .list .link.active {
  color: #DCCAA4;
}
.fhn-menu .content .list .link.dropdown:hover {
  color: #fff;
}
.fhn-menu .content .list .link.dropdown::after {
  content: "";
  display: block;
  width: 43px;
  height: 42px;
  background-image: url("../img/img-new/menu-open.svg");
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media (max-width: 768px) {
  .fhn-menu .content .list .link.dropdown::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    right: -30px;
  }
}
.fhn-menu .content .list .link.dropdown.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.fhn-menu .content .list .link:hover.dropdown::after {
  transform: translateY(-50%) rotate(-45deg);
}
.fhn-menu .content .list .dropdown-area {
  margin: 10px 0;
  display: none;
}
.fhn-menu .content .list .dropdown-area .link-dropdown {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  opacity: 0.85;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .fhn-menu .content .list .dropdown-area .link-dropdown {
    display: block;
    font-size: 18px;
  }
}
.fhn-menu .content .list .dropdown-area .link-dropdown.active, .fhn-menu .content .list .dropdown-area .link-dropdown:hover {
  color: #DCCAA4;
}

/* Collections */
.fhn-page-head {
  position: relative;
  height: 100vh;
  width: 100%;
}
.fhn-page-head .fhn-ph-video, .fhn-page-head .fhn-ph-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fhn-page-head .fhn-ph-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fhn-page-head .fhn-ph-content .title {
  font-size: calc(7vw + 20px);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .fhn-page-order-mobile {
    display: flex;
    flex-direction: column;
  }
  .fhn-page-order-mobile > section:first-child {
    order: 2;
  }
}

.fht-products-banners-blue {
  background-color: #9EC1E0;
  padding: calc(24vw + 80px) 0 80px 0;
  margin-top: -24vw;
}
@media (max-width: 768px) {
  .fht-products-banners-blue {
    padding: calc(110vw + 20px) 0 60px 0;
    margin-top: -110vw;
  }
}
.fht-products-banners-blue.manifesto-alt {
  padding: 80px 0;
  margin-top: -1px;
}
@media (max-width: 768px) {
  .fht-products-banners-blue.manifesto-alt {
    padding: 50px 0;
  }
}
.fht-products-banners-blue.larger {
  padding: calc(24vw + 100px) 0 calc(24vw + 100px) 0;
  margin-bottom: -24vw;
}
@media (max-width: 768px) {
  .fht-products-banners-blue.larger {
    padding: calc(110vw + 20px) 0 calc(110vw + 40px) 0;
    margin-top: -110vw;
    margin-bottom: -110vw;
  }
}
.fht-products-banners-blue .center {
  max-width: 1133px;
  padding: 0 20px;
  margin: auto;
}
.fht-products-banners-blue .center h4 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fht-products-banners-blue .center h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.fht-products-banners-blue .center p.text {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fht-products-banners-blue .center p.text {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .fht-products-banners-blue.mobile-middle {
    padding: calc(110vw + 20px) 0 calc(110vw + 40px) 0 !important;
    margin: -110vw 0 !important;
    background-color: #9EC1E0 !important;
  }
}
@media (max-width: 768px) {
  .fht-products-banners-blue.mobile-white {
    background-color: #fff !important;
  }
}

.fht-faq-item {
  border-top: 2px solid #00315A;
}
.fht-faq-item:last-child {
  border-bottom: 2px solid #00315A;
}
.fht-faq-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .fht-faq-item .head {
    padding: 5px 0;
  }
}
.fht-faq-item .head .icon {
  transition: 0.2s;
}
@media (max-width: 768px) {
  .fht-faq-item .head .icon {
    height: 16px;
  }
}
.fht-faq-item .head .icon.active {
  transform: rotate(-45deg);
}
.fht-faq-item .head .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .fht-faq-item .head .title {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
  }
  .fht-faq-item p{
    font-size: 12px;
    font-weight: 400;
  }
}
.fht-faq-item .content {
  display: none;
}

.texts-bg-blue {
  padding: 100px 0;
  background-color: #9EC1E0;
}
@media (max-width: 768px) {
  .texts-bg-blue {
    padding: 40px 0;
  }
}
.texts-bg-blue .texts {
  margin: 0 !important;
}

/* Home */
.fhn-link {
  color: #00315A;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}
.fhn-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #00315A;
  margin-top: 2px;
  transition: 0.2s;
}

.elli_link::after {
  width: 50%;
}


.fht-products-banners .collection_text{
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  padding-top: 4vw;
}

.fhn-link:hover {
  color: #00315A;
}
.fhn-link:hover::after {
  width: 100%;
}
.fhn-link.white {
  color: #fff;
}
.fhn-link.white::after {
  background-color: #fff;
}

.fhn-brands-slider {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  animation: slide-left 150s linear infinite;
}
.fhn-brands-slider.to-right {
  animation: slide-right 150s linear infinite;
}
.fhn-brands-slider .item {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
}
.fhn-brands-slider .item .img {
  padding-bottom: 100%;
  position: relative;
}
.fhn-brands-slider .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.fhn-brands-slider .item .name {
  text-align: center;
  font-size: 12px;
}

@keyframes slide-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-1920px, 0);
  }
}
@keyframes slide-left {
  0% {
    transform: translate(-1920px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fhn-brands-area {
  padding: 40px 0;
}

.fhn-brands {
  padding: 40px 0;
}
.fhn-brands h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .fhn-brands h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}

/* Blog */
.fht-blogs-grid {
  padding: 40px 0 90px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 4px;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .fht-blogs-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 10px;
  }
}

.fht-blog-item .img {
  padding-bottom: 56.25%;
  position: relative;
}
.fht-blog-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fht-blog-item .content {
  padding: 30px 30px;
}
.fht-blog-item .content .date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.fht-blog-item .content .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: calc(1vw + 4px);
  line-height: calc(1vw + 14px);
}

.text-latest {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 30px;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .text-latest {
    padding-left: 20px;
    font-size: 18px;
  }
}

/* Footer Contact */
.fhn-footer-contact {
  background-color: #D9D9D9;
  padding: 20px 0 80px 0;
}
@media (max-width: 768px) {
  .fhn-footer-contact {
    padding: 15px 0 80px 0;
  }
}
.fhn-footer-contact .head {
  margin: 60px 0 30px 0;
}
.fhn-footer-contact .head .subtitle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.fhn-footer-contact .head .title {
  font-size: 84px;
  line-height: 60px;
  color: #00315A;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .fhn-footer-contact .head .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 992px) {
  .fhn-footer-contact .head .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .fhn-footer-contact .head .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.fhn-footer-contact .row {
  margin-bottom: 40px;
  --bs-gutter-x: 24px !important;
}
@media (max-width: 768px) {
  .fhn-footer-contact .row {
    margin-bottom: 0;
  }
}
.fhn-footer-contact .form-area .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .flex {
    margin-top: 20px;
    display: block;
  }
}
.fhn-footer-contact .form-area .flex .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 700px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .flex .left {
    width: 100%;
  }
}
.fhn-footer-contact .form-area .flex .btn {
  border-width: 2px;
  width: 240px;
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .flex .right .btn {
    width: 45%;
    height: 45px;
    margin-top: 20px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .flex .text {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .form-floating {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .form-select-area {
    height: 58px;
    display: flex;
    align-content: flex-end;
  }
}
@media (max-width: 768px) {
  .fhn-footer-contact .form-area .textarea {
    margin-top: 18px;
  }
}
.fhn-footer-contact .form-area .checks {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .form-check {
    height: 2em;
    margin-bottom: 15px !important;
  }
}

.form-check-input {
  border: 2px solid #00315A;
  border-radius: 0 !important;
  background-color: transparent;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .form-check-input {
    height: 1.3em;
    width: 1.3em;
  }
}

@media (max-width: 768px) {
  .form-check-label {
    position: relative;
    top: 1px;
    left: 5px;
    font-size: 11px;
    font-weight: 500;
  }
}

.fht-contacts-area {
  padding: 120px 30px;
  background-color: #DCCAA4;
}
@media (max-width: 768px) {
  .fht-contacts-area {
    padding: 40px 13px;
  }
}
.fht-contacts-area .title {
  font-size: 56px;
  line-height: 60px;
  color: #00315A;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contact_mail{
  color: #00315A;
  text-decoration: underline;
}

.contact_mail:hover{
  color: #fff;
}

@media (max-width: 1200px) {
  .fht-contacts-area .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 992px) {
  .fht-contacts-area .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .fht-contacts-area .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.fht-contacts-area .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 50px;
}
@media (max-width: 1200px) {
  .fht-contacts-area .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .fht-contacts-area .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .fht-contacts-area .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 50px;
  }
}

.fht-contacts-info .key {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fht-contacts-info .key {
    font-size: 14px;
  }
}
.fht-contacts-info .value {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fht-contacts-info .value {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.fht-contacts-info .address {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .fht-contacts-info .address {
    font-size: 12px;
    line-height: 20px;
  }
}

/* General */
h1 {
  font-size: calc(7vw + 20px);
  color: #fff;
}

.fhn-center {
  max-width: 1238px;
  padding: 0 20px;
  margin: auto;
}

.form-floating > label {
  padding: 0;
  height: auto;
  transform: translateY(1.5rem);
}
.form-floating .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #00315A;
  border-radius: 0;
  background-color: transparent;
  padding: 3px 0 !important;
  box-shadow: none !important;
}
.form-floating.textarea label {
  font-size: 16px;
  transform: inherit !important;
  color: #00315A !important;
  opacity: 1 !important;
}
.form-floating.textarea textarea {
  padding-top: 30px !important;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0);
  padding: 0;
}

.fht-products-texts .texts.gray {
  background-image: url("../img/img-new/line-gray.png");
}
@media (max-width: 1400px) {
  .fht-products-texts .texts.gray {
    background-size: 50px 50px;
  }
}
@media (max-width: 768px) {
  .fht-products-texts .texts.gray {
    background-size: 40px 40px;
  }
}

textarea.form-control {
  min-height: auto !important;
  height: auto !important;
}

.form-select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #00315A;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
  padding: 7px 0 !important;
}

/*# sourceMappingURL=style-new.css.map */


.fht-faq-item .head_home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0 20px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .fht-faq-item .head_home {
    padding: 10px 0;
  }
}
.fht-faq-item .head_home .icon {
  transition: 0.2s;
}
@media (max-width: 768px) {
  .fht-faq-item .head_home .icon {
    height: 16px;
  }
  .tire_small{
    height: auto !important;
  }
}
.fht-faq-item .head_home .icon.active {
  transform: rotate(-180deg);
  content: url(/assets/img/img-new/menu_closed_v2.svg);
}
.fht-faq-item .head_home .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .fht-faq-item .head_home .title {
    font-size: 14px;
    line-height: 20px;
  }
}

.news-detail-title{
  font-size: 84px !important;
  font-weight: 400 !important;
  line-height: 90px !important;
}


.fht-news-detail .center {
  max-width: 1238px;
  padding: 0 15px;
  margin: auto;
}
.fht-news-detail .center h4 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fht-news-detail .center h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.fht-news-detail .center p.text {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fht-news-detail .center p.text {
    font-size: 14px;
    line-height: 20px;
  }
}


.fht-news-detail .texts {
  font-size: 24px !important;
}

.fht-news-detail .texts p {
  font-size: 24px !important;
}

.fht-news-detail {
  padding: 0 0 60px 0 !important;
}

.collection_logo{
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) and (max-width: 1450px){
  .fht-products-banners .collection_text{
    font-size: 55px !important;
    line-height: 55px !important;
  }
}

.form-check-label{
  font-size: 14px;
}

.form-area .text{
  font-size: 14px;
}

.btn-outline-dark{
  border-color: #00315A;
  color: #00315A;
}

.btn-outline-dark:hover{
  background-color: #00315A;
  color: #ffffff;
}

.news_texts{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}

.news_mb{
  margin-bottom: 50px;
}

.warm_up img{
  width: 41%;
}

.pt1{
  padding-top: 1rem !important;
}

.pad600{
  padding: 60px 0;
}

.news_page_logo{
  width: 19%;
  top: 46% !important;
}

.contact_page_logo{
  width: 14%;
  top: 46% !important;
}

.fht-news-detail video{
  max-width: 100%;
}

.width50{
  max-width: 50% !important;
}


.fhn_link_news_detail {
  color: #00315A;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}
.fhn_link_news_detail::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #00315A;
  margin-top: 2px;
  transition: 0.2s;
}

.fhn_link_news_detail:hover {
  color: #00315A;
}
.fhn_link_news_detail:hover::after {
  width: 100%;
}
.fhn_link_news_detail.white {
  color: #fff;
}
.fhn_link_news_detail.white::after {
  background-color: #fff;
}