@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    scroll-behavior: auto !important;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.4;
  font-size: 22px;
  min-width: 380px;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 21px;
    line-height: 1.3;
  }
}

h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

p {
  margin-bottom: 0;
}

p,
li,
a {
  font-size: 22px;
  line-height: 1.4;
  text-decoration: none;
}
a {
	color:#c51c1e;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  p,
  li,
  a {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  p,
  li,
  a {
    font-size: 16px;
    line-height: 1.2;
  }
}

small, .small,
small *, .small * {font-size: 13px; line-height: 16px;}

.color-gray {color: #5C5C5C;}

.sub-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .sub-text {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  .sub-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.container {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 990px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

section > .container > h2,
.about-title h2,
.brands-title,
.contact-us-description h2 {
	text-transform: uppercase;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(197, 28, 30) 50%, rgb(197, 28, 30) 100%);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .header {
    background: #fff;
  }
}
.header .container {
  background-color: #fff;
  position: relative;
}
@media (max-width: 1280px) {
  .header .container {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 95%, rgb(197, 28, 30) 95%, rgb(197, 28, 30) 100%);
  }
}
@media (max-width: 1023px) {
  .header .container {
    background: #fff;
  }
}
.header .header-logo {
  width: 322px;
  height: 52px;
	margin-right: 40px;
}
.header .header-logo .header-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 1280px) {
  .header .header-logo {
    width: 248px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-logo {
    width: 160px;
    height: 25px;
  }
}
.header .home-btn {
  background-color: #c51c1e;
  display: flex;
  width: 80px;
  height: 70px;
cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .header .home-btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .header .home-btn {
    display: none;
  }
}
.header .header-navbar {
  margin-right: 25px;
  margin-left: 25px;
}
@media screen and (max-width: 1280px) {
  .header .header-navbar {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .header .header-navbar {
    display: none;
  }
}
.header .header-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
	align-items: center;
}
@media screen and (max-width: 1280px) {
  .header .header-nav-list {
    gap: 20px;
  }
}
.header .header-nav-item {
  text-align: center;
	line-height: 1;
}
.header .header-nav-item a {
	font-size: 20px;
	line-height: 1;
}
@media screen and (max-width: 1280px) {
  .header .header-nav-item a {
	font-size: 15px;
	}
}
.header .header-nav-link {
  color: rgb(81, 81, 81);
  text-decoration: none;
  transition: 150ms;
}
.header .header-nav-link:hover {
  color: #c51c1e;
}
.header .custom-dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
.header .custom-dropdown-label {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1280px) {
  .header .custom-dropdown-label {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .header .custom-dropdown {
    position: relative;
    order: 10;
    left: 0;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 1023px) {
  .header .custom-dropdown {
    height: 40px;
    order: 2;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header .navbar-toggler {
  display: none;
  order: 3;
  margin-right: 15px;
  padding: 8px 15px;
  margin-left: 25px;
}
@media (max-width: 1023px) {
  .header .navbar-toggler {
    display: block;
  }
}

.custom-dropdown {
  padding: 20px;
  cursor: pointer;
  position: relative;
  background-color: rgb(197, 28, 30);
}
.custom-dropdown-label {
  font-size: 26px;
}
.custom-dropdown-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgb(197, 28, 30);
  border-top: none;
  z-index: 10;
}
.custom-dropdown-options.open {
  display: block;
}
.custom-dropdown-option {
  padding: 10px;
  cursor: pointer;
  color: white;
  text-align: center;
  font-size: 18px;
	display: block;
}
.custom-dropdown-option:hover {
  background-color: rgb(185, 77, 79);
}

.main-wrapper {
  padding-top: 70px;
}
@media (max-width: 1280px) {
  .main-wrapper {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .main-wrapper {
    padding-top: 40px;
  }
}

.main-section {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 180px;
  min-height: 100vh;
}
@media (max-width: 1440px) {
  .main-section {
    min-height: 740px;
  }
}
@media (max-width: 1280px) {
  .main-section {
    min-height: 620px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .main-section {
    min-height: 540px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .main-section {
    min-height: 60vh;
    margin-bottom: 45px;
  }
}

.main-section > .container {
	padding-bottom: 40px;
}

.main-section .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.3);
}
@media (max-width: 1440px) {
  .main-section .background-video {
    transform: scale(1);
    object-position: right center;
  }
}
@media (max-width: 1280px) {
  .main-section .background-video {
    transform: scale(1);
    object-position: right center;
  }
}
@media (max-width: 1023px) {
  .main-section .background-video {
    object-position: 80% center;
  }
}
@media (max-width: 767px) {
  .main-section .background-video {
    object-position: 73% center;
  }
}
@media (max-width: 480px) {
  .main-section .background-video {
    object-position: 67% center;
  }
}
@media (max-width: 1023px) {
  .main-section .container {
    max-width: 600px;
  }
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-content {
  max-width: 560px;
}
@media (max-width: 1280px) {
  .main-content {
    max-width: 460px;
  }
}
@media (max-width: 1023px) {
  .main-content {
    max-width: 250px;
  }
}

.main-title {
  margin: 134px 0 60px 0;
}
@media (max-width: 1280px) {
  .main-title {
    margin: 100px 0 55px 0;
  }
}
@media (max-width: 1023px) {
  .main-title {
    margin: 41px 0 22px 0;
    width: 240px;
  }
}

.main-primary-text {
  margin-bottom: 97px;
  color: rgb(81, 81, 81);
}
@media (max-width: 1280px) {
  .main-primary-text {
    margin-bottom: 67px;
  }
}
@media (max-width: 1023px) {
  .main-primary-text {
    max-width: 250px;
    line-height: 1.1;
    margin-right: 10px;
    margin-bottom: 22px;
  }
}

.main-secondary-text {
  color: rgb(81, 81, 81);
  margin-bottom: 55px;
}
@media (max-width: 1280px) {
  .main-secondary-text {
    margin-bottom: 38px;
  }
}
@media (max-width: 1023px) {
  .main-secondary-text {
    line-height: 1.1;
    margin-bottom: 5px;
    max-width: 358px;
    margin-right: 10px;
  }
}

.brands {
  margin-bottom: 70px;
}
.brands h2 {
  margin-bottom: 50px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .brands h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .brands h2 {
    margin-bottom: 14px;
  }
}
.brands p {
  color: rgb(81, 81, 81);
  margin-bottom: 26px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .brands p {
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .brands p {
    margin-bottom: 20px;
  }
}

.about-us {
  overflow: hidden;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .about-us {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .about-us {
    margin-bottom: 20px;
  }
}
.about-us p {
  color: rgb(81, 81, 81);
}
.about-us p:last-child {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .about-us p:first-child {
    margin: 20px 0;
  }
}
.about-us .about-left {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}
.about-us .about-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-us .right-side-img {
    height: 100%;
    width: auto;
    /* max-height: 470px; */
    object-fit: cover;
    object-position: left center;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
  .about-us .right-side-img {
    
  }
}
.about-us .about-content {
  text-align: center;
  background-color: #c51c1e;
  padding: 5px 45px;
  margin-bottom: 20px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 1280px) {
  .about-us .about-content {
    margin-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media (max-width: 1023px) {
  .about-us .about-content {
    margin-bottom: 8px;
    padding: 9px 16px;
  }
}
@media (max-width: 767px) {
  .about-us .about-content {
    height: 60px;
    gap: 2px;
  }
}
.about-us .about-content .about-content-text {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.about-us .about-content .about-content-text-border {
  height: 2px;
  min-height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  .about-us .about-content .about-content-text {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .about-us .about-content .about-content-text {
    font-size: 16px;
    line-height: 1.2;
  }
  .about-us .about-content .about-content-text_big {
    font-weight: 700;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .about-us .about-content .about-content-text_big {
    font-size: 21px;
  }
}
.about-us .about-wrapper {
  display: grid;
  grid-template-columns: 460px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "about-title about-grid" "about-description about-grid";
  column-gap: 40px;
}
@media (max-width: 1280px) {
  .about-us .about-wrapper {
    grid-template-columns: 360px 1fr;
    column-gap: 40px;
  }
}
@media (max-width: 1023px) {
  .about-us .about-wrapper {
	display: flex;
    flex-direction: column;
    align-items: baseline;
	
    /*
	  grid-template-columns: 1fr;
    grid-template-rows: auto;
    place-items: center;
    grid-template-areas: "about-title " "about-grid" "about-description ";
	  */
  }
}
@media (max-width: 480px) {
  .about-us .about-wrapper {
    
  }
}
.about-us .about-title {
  grid-area: about-title;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .about-us .about-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  .about-us .about-title {
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .about-us .about-title {
    order: 1;
  }
}
.about-us .about-description {
  grid-area: about-description;
  max-width: 460px;
}
@media (max-width: 1023px) {
  .about-us .about-description {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .about-us .about-description {
    order: 3;
  }
}
.about-us .about-images {
  grid-area: about-grid;
  display: grid;
  grid-template-columns: 260px 1fr;
  height: 100%;
  align-items: stretch;
  column-gap: 20px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .about-us .about-images {
    grid-template-columns: 200px 1fr;
    column-gap: 10px;
  }
}
@media (max-width: 1023px) {
  .about-us .about-images {
    grid-template-columns: 140px 1fr;
    row-gap: 8px;
    column-gap: 8px;
	margin: 30px 0 0 0;
  }
}
@media (max-width: 480px) {
  .about-us .about-images {
    order: 2;
	margin: 0 0 0px 0;
  }
  .about-us .right-side-img {
  	
  }
}
.about-us .about-left-side {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-us .about-right {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media (max-width: 1023px) {
	.about-us .about-right {
		width: calc(100vw - 140px);
	}
	.about-us .right-side-img {
		width: 100%;
	}
}

.prolife {
  overflow: hidden;
  margin-bottom: 70px;
}
.prolife p {
  color: rgb(81, 81, 81);
	margin-bottom: 20px;
}
.prolife li {
  color: rgb(81, 81, 81);
  margin-bottom: 22px;
}
.prolife li:first-child {
  margin-top: 22px;
}

.prolife-wrapper {
  display: grid;
  grid-template-columns: 460px 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-areas: "prolife-logo  prolife-top-text" "prolife-description-wrapper  prolife-bottom-right";
}
@media (max-width: 1280px) {
  .prolife-wrapper {
    grid-template-columns: 360px 1fr;
    grid-row-gap: 20px;
  }
}
@media (max-width: 1023px) {
  .prolife-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 116px auto;
    grid-template-areas: "prolife-logo" "prolife-top-text" "prolife-bottom-right" "prolife-description-wrapper";
  }
}

.prolife-logo {
  width: 390px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: prolife-logo;
}
.prolife-logo .prolife-logo-img {
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .prolife-logo {
    width: 300px;
    height: 175px;
  }
}
@media (max-width: 1023px) {
  .prolife-logo {
    width: 200px;
    height: 116px;
  }
}

.prolife-description-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: prolife-description-wrapper;
}

.prolife-description {
  margin-bottom: 144px;
}
@media (max-width: 1280px) {
  .prolife-description {
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .prolife-description {
    margin-bottom: 14px;
  }
}

.prolife-top-text {
  max-width: 660px;
  grid-area: prolife-top-text;
}
@media (max-width: 1280px) {
  .prolife-top-text {
    max-width: 560px;
  }
}
@media (max-width: 1023px) {
  .prolife-top-text {
    max-width: 100%;
  }
}

.prolife-bottom-right {
  grid-area: prolife-bottom-right;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
}
.prolife-bottom-right .prolife-bottom-right-img {
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1280px) {
  .prolife-bottom-right .prolife-bottom-right-img {
    width: 600px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .prolife-bottom-right .prolife-bottom-right-img {
    width: 100%;
  }
}

.footer-social {
  display: flex;
  justify-content:flex-start;
  align-items: center;
}

.footer-social-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 10px;
  transition: opacity 0.3s ease;
}
.footer-social-logo-link:hover {
  opacity: 0.8;
}

.footer-social-logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-social-logo-svg {
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 1280px) {
  .footer-social-logo-svg {
    width: 30px;
    height: 30px;
  }
}
.footer-social-logo-svg:hover {
  opacity: 0.8;
}

.footer-logo-text {
  font-size: 22px;
  line-height: 1.4;
  color: rgb(81, 81, 81);
}
@media (max-width: 1280px) {
  .footer-logo-text {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (max-width: 1023px) {
  .footer-logo-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

.footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 40px;
  display: flex;
}

.footer-social-item {
  margin-left: 19px;
}
@media (max-width: 1280px) {
  .footer-social-item {
    margin-left: 10px;
  }
}
.footer-social-item:first-child {
  margin-left: 0;
}
.footer-social-item .social-link {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .footer-social-item .social-link {
    width: 30px;
    height: 30px;
  }
}

.team {
  margin-bottom: 180px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .team {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .team {
    margin-bottom: 40px;
  }
}
.team h2 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .team h2 {
    margin-bottom: 26px;
  }
}
@media (max-width: 1023px) {
  .team h2 {
    margin-bottom: 20px;
  }
}
.team h3 {
  margin-bottom: 10px;
  color: rgb(81, 81, 81);
}
.team p {
  margin-bottom: 30px;
  color: rgb(81, 81, 81);
}
@media (max-width: 1023px) {
  .team p {
    margin-bottom: 10px;
  }
}

.team-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .team-wrapper {
    flex-direction: column;
  }
}

.team-image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-image-wrapper .team-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .team-image-wrapper {
    margin-bottom: 10px;
  }
}

.team-right {
  margin-left: 40px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .team-right {
    margin-left: 38px;
  }
}
@media (max-width: 1023px) {
  .team-right {
    margin-left: 0;
  }
}

.news {
  margin-bottom: 180px;
  overflow: hidden;
}
.news h2 {
  margin-bottom: 50px;
}
.news .column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .news .column {
    gap: 5px;
  }
}
@media (min-width: 768px) {
  .news .column {
    gap: 5px;
  }
}
@media (min-width: 1024px) {
  .news .column {
    gap: 5px;
  }
}
.news .news-cell {
  background-color: #c51c1e;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  padding: 30px 38px;
}
.news .sub-text {
  font-size: 18px;
  line-height: 1.3;
}
.news .news-cell-img-wrapper {
  display: flex;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.news .news-cell-img-wrapper .news-cell-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.news .news-description {
	flex: 1 1 50%;
}

.news .column:nth-child(odd) {
	flex-direction: column-reverse;
}

.news .column:nth-child(even) .news-description {
	flex: 1 1 55%; !important;
}
.news .column:nth-child(even) .news-cell-img-wrapper {
	height: 45% !important;
}

.news .column:nth-child(4n+3) .news-description {
	flex: 1 1 60%; !important;
}
.news .column:nth-child(4n+3) .news-cell-img-wrapper {
	height: 40% !important;
}


/* Desktop (≥ 1024px) */
@media (min-width: 1024px) {
  .news .news-cell {
    padding: 30px 30px;
  }
  .news .news-cell-1a,
  .news .news-cell-1b {
    height: 270px;
  }
  .news .news-cell-2a {
    height: 200px;
  }
  .news .news-cell-2b {
    height: 340px;
  }
  .news .news-cell-3a {
    height: 340px;
  }
  .news .news-cell-3b {
    height: 200px;
  }
  .news .news-cell-4a {
    height: 300px;
  }
  .news .news-cell-4b {
    height: 240px;
  }
  .news .grid-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 1279px) {
  .news .news-cell {
    padding: 20px 20px;
  }
}

/* Tablet (768–1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .news {
    margin-bottom: 120px;
  }
  .news .sub-text {
    font-size: 13px;
    line-height: 1.3;
  }
  .news .news-cell {
    padding: 15px 15px;
  }
  .news .news-cell-1a,
  .news .news-cell-1b,
  .news .news-cell-4a,
  .news .news-cell-4b {
    height: 230px;
  }
  .news .news-cell-2a {
    height: 150px;
  }
  .news .news-cell-2b {
    height: 310px;
  }
  .news .news-cell-3a {
    height: 310px;
  }
  .news .news-cell-3b {
    height: 150px;
  }
  .news .grid-wrapper {
    margin-bottom: 10px;
  }
}
/* Mobile (< 768px) */
@media (max-width: 767px) {
  .news {
    margin-bottom: 40px;
  }
  .news h2 {
    margin-bottom: 25px;
  }
  .news .news-cell {
    padding: 10px;
  }
  .news .sub-text {
    font-size: 13px;
    line-height: 1.3;
  }
  .news .news-cell-1a,
  .news .news-cell-3a {
    height: 212px;
  }
  .news .news-cell-1b,
  .news .news-cell-2a,
  .news .news-cell-3b,
  .news .news-cell-4a {
    height: 140px;
  }
  .news .news-cell-2b,
  .news .news-cell-4b {
    height: 212px;
    margin-bottom: 8px;
  }
  .news .column-1 {
    order: 3;
  }
  .news .column-2 {
    order: 2;
  }
  .news .column-3 {
    order: 1;
  }
  .news .column-4 {
    order: 4;
  }
}
.contact-us {
  margin-bottom: 180px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .contact-us {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .contact-us {
    margin-bottom: 20px;
  }
}
.contact-us p {
  color: rgb(81, 81, 81);
  margin-bottom: 28px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .contact-us p {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .contact-us p {
    margin-bottom: 10px;
  }
  .contact-us p:last-child {
    margin-bottom: 20px;
  }
}

.contact-us .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .contact-us .container {
    flex-direction: column;
	 margin-bottom: 50px;
  }
}

.contact-us-form {
  flex: 0 0 50%;
}
.contact-us-description {
  flex: 0 0 50%;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .contact-us-form {
	flex: 0 0 100%;
    margin-left: 0;
  }
  .contact-us-description {
  	flex: 0 0 100%;
	  padding-right: 0px;
	}
}

.btn-form {
  font-size: 32px;
  line-height: 1;
  background-color: #c51c1e;
  border: none;
  padding: 28px 87px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .btn-form {
    padding: 18px 87px;
  }
}
@media (max-width: 1023px) {
  .btn-form {
    font-size: 26px;
    line-height: 1.2;
    padding: 12px 51px;
  }
}

.form-input {
  font-size: 26px;
  line-height: 1.2;
  width: 100%;
  padding: 20px;
  border: 1px solid #c51c1e;
  margin-bottom: 30px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .form-input {
    font-size: 24px;
    line-height: 1.3;
    padding: 17px 20px;
    margin-bottom: 26px;
  }
}
@media (max-width: 1023px) {
  .form-input {
    font-size: 21px;
    line-height: 1.2;
    padding: 12px 10px;
    margin-bottom: 26px;
  }
}

.form-text-area {
  resize: none;
}
@media (max-width: 1023px) {
  .form-text-area {
    min-height: 100px;
    max-height: 150px;
    height: 150px;
  }
}

.map {
  margin-bottom: 130px;
}
.map .map-container {
  display: flex;
  justify-content: space-between;
}
.map .map-title {
  margin-bottom: 22px;
}
.map .map-text {
  color: rgb(81, 81, 81);
}
.map .map-text:last-child {
  margin-top: 22px;
}
.map .map-wrapper {
  width: 760px;
  height: 460px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .map {
    margin-bottom: 72px;
  }
  .map .map-wrapper {
    width: 660px;
    height: 360px;
  }
}
@media (max-width: 1023px) {
  .map {
    margin-bottom: 40px;
  }
  .map .map-container {
    flex-direction: column;
  }
  .map .map-title {
    margin-bottom: 10px;
  }
  .map .map-wrapper {
    width: 100%;
    height: 200px;
    margin: 14px 0 40px 0;
  }
  .map .map-text:last-child {
    margin-top: 10px;
  }
}

.arrow-wrapper {
  text-align: end;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .arrow-wrapper {
    display: none;
  }
}

.footer-top {
  background-color: rgb(219, 219, 219);
  padding: 35px 0 19px 0;
}
.footer-top .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer-top {
    padding: 18px 0;
  }
}
@media (max-width: 1023px) {
  .footer-top {
    padding: 7px 0;
  }
}

.navbar-logo {
  width: 40px;
  height: 40px;
  margin-right: 60px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .navbar-logo {
    width: 30px;
    height: 30px;
    margin-right: 30px;
  }
}
.navbar-logo-icon {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.navbar-logo:hover {
  color: black;
}
.navbar-logo:hover .navbar-logo-icon {
  opacity: 0.8;
}

.footer-logo {
  width: 125px;
  height: 50px;
}
.footer-logo .footer-logo-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer-logo {
    width: 100px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .footer-logo {
    width: 60px;
    height: 23px;
  }
}

.footer-navbar {
  flex-wrap: wrap;
}
.footer-navbar-list {
  row-gap: 8px;
}
@media (max-width: 767px) {
  .footer-navbar-list {
    padding-left: 0;
  }
}
.footer-navbar-item {
  list-style: none;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .footer-navbar-item {
    font-size: 12px;
    margin-right: 20px;
  }
}
.footer-navbar-link {
  color: rgb(81, 81, 81);
  line-height: 1;
  transition: all 0.3s ease;
}
.footer-navbar-link:hover {
  color: #c51c1e;
}

.footer-bottom {
  background-color: #c51c1e;
  padding: 19px 0;
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bottom .footer-bottom-wrapper .footer-bottom-policy {
  font-size: 16px;
  line-height: 1.9;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
.footer-bottom .footer-bottom-wrapper .footer-bottom-policy:last-child {
  margin-left: 26px;
}
@media (max-width: 1023px) {
  .footer-bottom .footer-bottom-wrapper .footer-bottom-policy:last-child {
    margin-left: 8px;
  }
}
.footer-bottom .footer-bottom-wrapper a.footer-bottom-policy:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer-bottom .footer-bottom-wrapper .footer-bottom-policy {
    font-size: 14px;
    line-height: 2.1;
  }
}
@media (max-width: 1023px) {
  .footer-bottom .footer-bottom-wrapper .footer-bottom-policy {
    font-size: 9px;
    line-height: 1.8;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .footer-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 1023px) {
  .footer-bottom {
    padding: 9px 0;
  }
}

.competences {
  background: #fff;
  margin-bottom: 180px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(197, 28, 30) 50%, rgb(197, 28, 30) 100%);
}
.competences .competences-wrapper {
  background: rgb(197, 28, 30) 100%;
  padding: 50px 0 50px 100px;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .competences .competences-wrapper {
    padding: 40px 0 40px 100px;
  }
}
@media (max-width: 1023px) {
  .competences .competences-wrapper {
    padding: 40px 10px;
  }
}
.competences h2 {
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .competences h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .competences h2 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .competences {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .competences {
    margin-bottom: 40px;
  }
}
.competences .competences-container {
  display: flex;
  gap: 60px;
}
@media (max-width: 1280px) {
  .competences .competences-container {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .competences .competences-container {
    justify-content: center;
    gap: 10px;
  }
}
.competences .competences-border {
  width: 2px;
  min-width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.competences .competences-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1280px) {
  .competences .competences-list {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .competences .competences-list {
    width: 50%;
    gap: 0px;
  }
}
.competences .competences-list_last {
  width: 50%;
}
@media (max-width: 1280px) {
  .competences .competences-list_last {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .competences .competences-list_last {
    width: 50%;
  }
}
.competences .competences-item {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: white;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 1280px) {
  .competences .competences-item {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .competences .competences-item {
    font-size: 15px;
    border-top: none;
  }
  .competences .competences-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
	.competences .competences-item {
    	font-size: 12px;
	}
}

.agu {
  overflow: hidden;
  margin-bottom: 180px;
}
@media (max-width: 1280px) {
  .agu {
    margin-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .agu {
    margin-bottom: 40px;
  }
}
.agu .agu-wrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  .agu .agu-wrapper {
    display: block;
    gap: 0;
  }
}
.agu .agu-left {
  flex-basis: 460px;
  min-width: 460px;
}
@media (max-width: 1280px) {
  .agu .agu-left {
    flex-basis: 360px;
    min-width: 360px;
  }
}
@media (max-width: 1023px) {
  .agu .agu-left {
    margin-bottom: 20px;
    min-width: 0px;
    width: 100%;
  }
}
.agu .agu-right {
  flex-basis: 660px;
  min-width: 660px;
}
@media (max-width: 1280px) {
  .agu .agu-right {
    flex-basis: 560px;
    min-width: 560px;
  }
}
@media (max-width: 1023px) {
  .agu .agu-right {
    display: flex;
    flex-direction: column;
    min-width: 0px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .agu .agu-right .footer-social {
    order: 3;
  }
}
.agu .store-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  gap: 7px;
  padding-left: 178px;
}

@media (max-width: 1280px) {
	.agu .store-buttons {
    	padding-left: 20px;
	}
}
@media (max-width: 1024px) {
    .agu .store-buttons {
        padding-left: 0;
        margin-left: -2%;
    }
}

.agu .store-buttons .google-store-button {
  display: block;
}

.agu .store-buttons .app-store-button {
  display: block;
}
.agu .store-buttons .google-store-button img,
.agu .store-buttons .app-store-button img {
	height: 30px;
}



.agu h3 {
  color: rgb(81, 81, 81);
  font-weight: 400;
  margin: 30px 0 22px;
}
@media (max-width: 1280px) {
  .agu h3 {
    margin: 30px 0 16px;
  }
}
@media (max-width: 1023px) {
  .agu h3 {
    margin: 20px 0 10px;
  }
}
.agu p {
  color: rgb(81, 81, 81);
  margin-bottom: 22px;
}
@media (max-width: 1023px) {
  .agu p {
    margin-bottom: 10px;
  }
  .agu p:last-child {
    margin-bottom: 0;
  }
}
.agu .agu-img-bg {
  width: 100%;
}
.agu .agu-description {
  margin-bottom: 68px;
}
@media (max-width: 1280px) {
  .agu .agu-description {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .agu .agu-description {
    order: 1;
    margin-bottom: 20px;
  }
}

.left-agu-logo {
  display: inline-block;
}
@media (max-width: 1280px) {
  .left-agu-logo {
    width: 200px;
    height: 54px;
  }
}

.agu-header {
  display: flex;
  justify-content: space-between;
}

.left-store-buttons {
  display: flex;
  flex-direction: column;
}

.left-google-store-button {
  margin-bottom: 10px;
}

.left-google-store-button img,
.left-app-store-button img {
	height: 30px;
}

.agu-store {
  margin-bottom: 30px;
}
.agu-store .agu-store-img {
	max-height: 243px;
}
@media (max-width: 1280px) {
  .agu-store {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .agu-store {
    order: 2;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .agu-store-img {
    width: 600px;
  }
}
@media (max-width: 1023px) {
  .agu-store-img {
    width: 100%;
  }
}


.milestones {
  margin-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .milestones {
    margin-bottom: 10px;
  }
}
.milestones .milestones-item {
  position: relative;
  width: 300px;
}
.milestones .milestones-item:nth-child(1) {
  order: 1;
}
.milestones .milestones-item:nth-child(2) {
  order: 2;
}
.milestones .milestones-item:nth-child(3) {
  order: 3;
}
.milestones .milestones-item:nth-child(4) {
  order: 6;
}
.milestones .milestones-item:nth-child(5) {
  order: 5;
}
.milestones .milestones-item:nth-child(6) {
  order: 4;
}
.milestones .milestones-item:nth-child(7) {
  order: 7;
}
.milestones .milestones-item:nth-child(8) {
  order: 8;
}
.milestones .milestones-item:nth-child(9) {
  order: 9;
}
.milestones .milestones-item-title {
  position: relative;
  height: 40px;
  background-color: #c51c1e;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-item-title {
    height: 30px;
    width: 50%;
  }
  .milestones .milestones-item-title:before {
    display: none !important;
  }
}
.milestones .milestones-item:nth-child(1) .milestones-item-title:before, .milestones .milestones-item:nth-child(2) .milestones-item-title:before, .milestones .milestones-item:nth-child(7) .milestones-item-title:before, .milestones .milestones-item:nth-child(8) .milestones-item-title:before {
  content: "";
  width: 130px;
  height: 16px;
  display: block;
  background: url(../img/m-arr-right.svg) center center;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-item:nth-child(1) .milestones-item-title:before, .milestones .milestones-item:nth-child(2) .milestones-item-title:before, .milestones .milestones-item:nth-child(7) .milestones-item-title:before, .milestones .milestones-item:nth-child(8) .milestones-item-title:before {
    width: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-item:nth-child(1) .milestones-item-title:before, .milestones .milestones-item:nth-child(2) .milestones-item-title:before, .milestones .milestones-item:nth-child(7) .milestones-item-title:before, .milestones .milestones-item:nth-child(8) .milestones-item-title:before {
    display: none;
  }
}
.milestones .milestones-item:nth-child(4) .milestones-item-title:before, .milestones .milestones-item:nth-child(5) .milestones-item-title:before {
  content: " ";
  width: 130px;
  height: 16px;
  display: block;
  background: url(../img/m-arr-left.svg) center center;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-item:nth-child(4) .milestones-item-title:before, .milestones .milestones-item:nth-child(5) .milestones-item-title:before {
    width: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-item:nth-child(4) .milestones-item-title:before, .milestones .milestones-item:nth-child(5) .milestones-item-title:before {
    display: none;
  }
}


.milestones .milestones-item:nth-child(3):before {
  content: " ";
  width: 50vw;
  height: calc(100% + 10px);
  display: block;
  background: url(../img/m-circle-right.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 100%;
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-item:nth-child(3):before {
    width: 50vw;
    height: calc(100% + 10px);
  }
}


.milestones .milestones-item:nth-child(6):before {
  content: " ";
  width: 50vw;
  height: calc(100% + 10px);
  display: block;
  background: url(../img/m-circle-left.svg) right center no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 100%;
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-item:nth-child(6):before {
	width: 50vw;
    height: calc(100% + 10px);
  }
}
.milestones .milestones-item:nth-child(9):before {
  content: " ";
  width: 400%;
  height: 4px;
  display: block;
  background-color: #c51c1e;
  position: absolute;
  top: 20px;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-item {
    width: 240px;
  }
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-item {
    width: 100%;
    display: flex;
    margin-bottom: 35px;
  }
  .milestones .milestones-item:before {
    display: none !important;
  }
  .milestones .milestones-item:after {
    content: " ";
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/m-arr-bottom.png);
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
  }
  .milestones .milestones-item:nth-child(4) {
    order: 4;
  }
  .milestones .milestones-item:nth-child(6) {
    order: 6;
  }
  .milestones .milestones-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .milestones .milestones-item:nth-child(2n) .milestones-content-inner {
    padding-right: 15px;
  }
  .milestones .milestones-item:nth-child(2n+1) .milestones-content-inner {
    padding-left: 15px;
  }
  .milestones .milestones-item:last-child {
    margin-bottom: 10px;
  }
  .milestones .milestones-item:last-child:after {
    display: none;
  }
}
.milestones .milestones-year {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-year {
    line-height: 30px;
  }
}
.milestones .milestones-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-container {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.milestones .milestones-content {
  padding-top: 5px;
  padding-bottom: 15px;
}
.milestones .milestones-content-inner {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2;
  color: #515151;
}
.milestones .milestones-content-inner p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.milestones .milestones-content-inner ul {
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.milestones .milestones-content-inner li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-content-inner {
    font-size: 14px;
    min-height: 50px;
  }
  .milestones .milestones-content-inner p,
  .milestones .milestones-content-inner li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-content-inner {
    height: auto;
  }
  .milestones .milestones-content-inner p,
  .milestones .milestones-content-inner li {
    font-size: 12px;
  }
  .milestones .milestones-content-inner ul {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .milestones .milestones-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .milestones .milestones-content {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .milestones .milestones-content:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #c51c1e;
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    transform: translateX(-1px);
  }
}

.milestones-text {
  font-size: 16px;
  color: rgb(81, 81, 81);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .milestones-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .milestones-text {
    font-size: 14px;
    padding: 0 21px;
  }
}

.modal-menu {
  position: fixed;
  right: 0;
  transform: translateX(100%);
  top: 0;
  background-color: #fff;
  z-index: 10001;
  width: 220px;
  padding: 10px 50px 15px;
  opacity: 0;
  transition: 150ms;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.modal-menu.active {
  transform: translateX(0%);
  opacity: 1;
}
.modal-menu-nav-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.modal-menu-nav-item {
  list-style: none;
  border-bottom: 2px solid #c51c1e;
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal-menu-nav-item:last-child {
  border-bottom: none;
}
.modal-menu-close-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.modal-menu-close-btn {
  transition: 300ms;
  cursor: pointer;
}
.modal-menu-close-btn:hover {
  transform: rotate(180deg);
}
.modal-menu-nav-link {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #515151;
  transition: 150ms;
}
.modal-menu-nav-link:hover {
  color: #c51c1e;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/*# sourceMappingURL=styles.css.map */
