* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  overflow-x: hidden !important;
  display: block;
  background-color: #12141D;
}

html {
  overflow-x: hidden !important;
  display: block;
}

.top-section {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 0px 30px;
  display: grid;
  grid-template-columns: 44% 27% 14% 15%;
  justify-content: space-between;
  align-items: center;
}
.top-section img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.top-section-item {
  display: flex;
  flex-direction: column;
}
.top-section-item:nth-child(4) {
  align-items: flex-end;
}
.top-section-item p {
  font-family: "Gilroy";
  font-size: calc(16px + 4 * (100vw - 770px) / 730);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.top-section-item a {
  font-family: "Gilroy";
  font-size: calc(16px + 4 * (100vw - 770px) / 730);
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  text-decoration: none;
  padding: 8px 0px 0px 0px;
}

.top-section-item:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-section-item p:nth-child(2) {
  color: #fff;
  font-size: calc(16px + 4 * (100vw - 770px) / 730);
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding: 12px 0px 0px 0px;
  max-width: 350px;
}

.top-section-item a:nth-child(1) {
  font-family: "Gilroy";
  font-size: calc(16px + 4 * (100vw - 770px) / 730);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  letter-spacing: 0.7px;
}
.top-section-item a:nth-child(1):hover {
  color: #FF664F;
  text-decoration: underline;
}

.top-section-p {
  font-family: "Gilroy";
  font-size: calc(16px + 4 * (100vw - 770px) / 730);
  font-weight: 700 !important;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 30px;
  color: #BEBEBE;
}

.modal-link-button {
  font-family: "Gilroy";
  font-size: calc(16px + 4 * (100vw - 770px) / 730);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline;
  color: #FF664F;
  background-color: transparent;
  cursor: pointer;
  margin-top: 8px;
}
.modal-link-button:hover {
  color: #fff;
}

.top-section-contact {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 30px 0px 30px;
}
.top-section-contact a {
  font-family: "ElMessiri-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #090303;
  text-decoration: underline;
  padding-right: 32px;
  transition: all 0.3s 0.1s ease;
}
.top-section-contact a:nth-child(3) {
  float: right;
  text-decoration: none;
  padding-right: 0px;
}
.top-section-contact a:hover {
  color: #A6314E;
  transition: all 0.3s 0.1s ease;
}

.menu-section {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
}

@media (min-width: 800px) {
  .menu-active {
    position: relative;
  }
  .menu-active:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 10px;
    background: #FF664F;
    bottom: -20px;
    left: 0px;
    border-radius: 40px 40px 0px 0px;
  }
  .header-section-p {
    display: none;
  }
  .menu-contact-row, .menu-contact-top-row {
    display: none;
  }
  .header {
    width: 100%;
    padding: 24px 0px 24px 0px;
    background: #1E2029;
    border-radius: 40px;
    margin-top: 40px;
  }
  .header ul {
    display: flex;
    justify-content: space-evenly;
  }
  .header ul li {
    list-style: none;
    display: inline;
  }
  .header ul li a {
    font-family: "Gilroy";
    font-size: calc(16px + 4 * (100vw - 770px) / 730);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding-right: 10px;
    color: #fff;
    text-decoration: none;
  }
  .header ul li a:hover {
    color: #FF664F;
  }
  .menu-btn, .menu-icon, .logo_image_burger, .header-section-contact, .logo-1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-section-p {
    display: none;
  }
  .top-section {
    grid-template-columns: 19% 38% 19% 19%;
  }
}
@media (max-width: 800px) {
  .top-section {
    display: none;
  }
  .header-section-p {
    font-family: "Gilroy-Medium";
    display: block;
    color: #fff;
    font-size: calc(16px + 4 * (100vw - 770px) / 730);
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    padding: 10px 0px 10px 20px;
    max-width: 350px;
  }
  .menu-contact-row {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
  }
  .menu-contact-item p {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    color: #F0F0EE;
  }
  .menu-contact-item p:nth-child(1) {
    padding: 0px 30px 8px 0px;
    font-weight: 700;
  }
  .menu-contact-item p:nth-child(2) {
    padding: 0px 30px 24px 0px;
    font-weight: 400;
  }
  .menu-contact-top-row {
    display: flex;
    flex-direction: column;
  }
  .menu-contact-top-row a {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    color: #F0F0EE;
    padding: 32px 30px 10px 0px;
    text-decoration: none;
  }
  .modal-link-button {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: right;
    width: 100%;
    color: #F0F0EE;
    padding: 0px 30px 16px 0px;
    margin-top: 0px;
  }
  .header-section-contact-row {
    display: flex;
    align-items: center;
  }
  .menu-section {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
  }
  .top-section-item:first-child {
    display: none;
  }
  .logo_image_burger {
    width: 120px;
    margin-left: 30px;
    margin-top: 20px;
  }
  .top-section-contact {
    display: none;
  }
  .header {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .logo-1 {
    max-width: 120px;
    height: auto;
    margin: 24px 0px 0px 30px;
    padding-bottom: 20px;
  }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  .header li a {
    display: block;
    padding: 16px 30px 16px 0px;
    text-decoration: none;
    font-family: "Gilroy";
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: right;
    color: #FDF9F9;
    text-decoration: none;
    transition: all 0.3s 0.1s ease;
  }
  .header li:first-child a {
    margin-top: 10px;
  }
  .header li:last-child a {
    margin-bottom: 10px;
  }
  .header .logo {
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 30px 30px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-top: 7px;
    transition: width 0.2s 0.1s ease;
  }
  .header .menu-icon .navicon {
    background: #FF664F;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 22px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #FF664F;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .header .menu-icon .navicon:before {
    top: 7px;
  }
  .header .menu-icon .navicon:after {
    top: -7px;
  }
  .header .menu-btn {
    display: none;
  }
  .header .menu-btn:checked ~ .menu {
    max-height: 665px;
    background: #FF664F;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  .logo {
    display: none;
  }
}
@media (max-width: 500px) {
  .menu-section {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
  }
  .top-section {
    grid-template-columns: 100%;
  }
  .top-section {
    padding: 20px 30px 0px 30px;
  }
  .top-section-item p {
    font-size: 20px;
    text-align: center;
  }
  .top-section-item a {
    font-size: 18px;
    padding: 6px 0px 0px 0px;
    text-align: center;
  }
  .top-section-item p:nth-child(2) {
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .top-section-item a:nth-child(1) {
    font-size: 18px;
    text-align: center;
  }
  .top-section-item:nth-child(2) {
    margin-bottom: 20px;
  }
  .top-section-item:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .logo-1 {
    width: 75px;
    height: auto;
    margin: 24px 0px 15px 30px;
  }
  .header-section-p {
    font-family: "Gilroy";
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    padding: 5px 0px 20px 8px;
    max-width: 350px;
  }
}
@media (max-width: 340px) {
  .header-section-contact-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-1 {
    width: 120px;
    height: auto;
    margin: 24px 0px 15px 30px;
  }
  .header-section-p {
    font-family: "Gilroy";
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0px 0px 20px 30px;
    max-width: 350px;
    margin-top: -20px;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 20, 29, 0.9);
  overflow: auto;
  z-index: 999;
  transition: 0.4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
}

.modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
  box-sizing: inherit;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 64px 64px 64px 64px;
  transition: 0.4s all;
  transform: translate(0, 20%);
  background: #1E2029;
  border-radius: 40px;
  cursor: auto;
}
.modal h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 0px 0px 24px 0px;
}
.modal p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #bebebe;
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 0px 36px 0px;
}

.modal-form-row {
  display: flex;
  justify-content: space-between;
}
.modal-form-row input {
  width: 100%;
  background: #12141D;
  border-radius: 40px;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 24px;
  margin: 12px 0px 12px 0px;
}
.modal-form-row textarea {
  background: #12141D;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  border-radius: 40px;
  width: 100%;
  height: 90%;
  resize: none;
  color: #bebebe;
  padding: 20px 0px 0px 20px;
  margin: 8px 0px 8px 0px;
}

.modal-item:nth-child(1) {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.modal-item:nth-child(2) {
  width: 48%;
}

.modal-form-send {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #FDFDF9;
  background-color: #FF664F;
  border: solid 3px #FF664F;
  width: 100%;
  padding: 24px;
  border-radius: 40px;
  cursor: pointer;
  margin-top: 80px;
}
.modal-form-send:hover {
  background-color: transparent;
  border: solid 3px #FF664F;
  color: #fff;
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__close {
  position: absolute;
  right: 40px;
  top: 30px;
  transition: 0.4s all;
  cursor: pointer;
  font-family: "ElMessiri-Regular";
  font-size: 24px;
  font-weight: 900;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  background-color: transparent;
}

@media (max-width: 768px) {
  .modal-table-cell {
    padding: 0px 30px 0px 30px;
    top: 80px;
  }
  .modal {
    padding: 32px 16px 40px 16px;
  }
  .modal h2 {
    font-size: 32px;
    line-height: 48px;
    padding: 0px 0px 24px 0px;
  }
  .modal p {
    font-size: 20px;
    padding: 0px 0px 36px 0px;
  }
  .modal-form-row {
    flex-direction: column;
  }
  .modal-form-row input {
    padding: 20px;
    margin: 12px 0px 12px 0px;
  }
  .modal-form-row textarea {
    padding: 20px 0px 0px 20px;
    margin: 8px 0px 8px 0px;
    height: 200px;
  }
  .modal-item:nth-child(1) {
    width: 100%;
  }
  .modal-item:nth-child(2) {
    width: 100%;
  }
  .modal-form-send {
    margin-top: 48px;
    padding: 20px;
  }
  .modal__close {
    right: 0px;
    top: -40px;
    color: #FDFDF9;
    font-weight: 400;
  }
}
.slider_section-one {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 30px 90px 30px;
}

.slider_item h1 {
  font-family: "Gilroy-Medium";
  font-size: 56px;
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 24px 0px 24px 0px;
}
.slider_item p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #BEBEBE;
}

.slide-one-a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #FF664F !important;
  text-decoration: none;
  background: #fff;
  border-radius: 40px;
  padding: 16px;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.slider_item-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px 0px 0px;
}

.slider_item-row-a1 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #FF664F;
  border-radius: 40px;
  padding: 20px 48px;
  border: 2px solid #FF664F;
  cursor: pointer;
}
.slider_item-row-a1:hover {
  color: #FF664F;
  background-color: transparent;
  border: 2px solid #FF664F;
}

.slider_item-row-a2 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #FF664F;
  text-decoration: none;
  margin-left: 40px;
}
.slider_item-row-a2:hover {
  text-decoration: underline;
  color: #fff;
}

.slide-one .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-one .owl-nav button.owl-next:hover {
  background-color: #FF664F;
}
.slide-one .owl-nav button.owl-next:hover span {
  color: #fff;
}
.slide-one .owl-nav button.owl-next span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-one .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-one .owl-nav button.owl-prev:hover {
  background-color: #FF664F;
}
.slide-one .owl-nav button.owl-prev:hover span {
  color: #fff;
}
.slide-one .owl-nav button.owl-prev span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-one .owl-dots {
  padding-top: 55px;
}
.slide-one .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #1E2029;
  margin: 0 3px;
}
.slide-one .owl-dots button.owl-dot.active {
  background-color: #FF664F;
}
.slide-one .owl-dots button.owl-dot:focus {
  outline: none;
}
.slide-one span {
  font-size: 70px;
  position: relative;
}
.slide-one .owl-nav button:focus {
  outline: none;
}

@media (max-width: 800px) {
  .slider_section-one {
    padding: 190px 30px 60px 30px;
  }
}
@media (max-width: 550px) {
  .slider_section-one-img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 56px;
    border-radius: 40px;
  }
}
@media (min-width: 550px) {
  .slider_section-one-img {
    width: 100%;
    min-height: 10vmax;
    margin-top: 56px;
    border-radius: 40px;
  }
}
.ellipse-1 {
  width: 100%;
  max-width: 580px;
  height: 580px;
  position: absolute;
  bottom: -100px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.ellipse-2 {
  width: 100%;
  max-width: 580px;
  height: 580px;
  position: absolute;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  text-align: center;
}

.ellipse-3 {
  width: 100%;
  max-width: 580px;
  height: 580px;
  position: absolute;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  right: -250px;
  text-align: center;
}

.ellipse-4 {
  width: 100%;
  max-width: 580px;
  height: 580px;
  position: absolute;
  top: 150px;
  margin-left: auto;
  margin-right: auto;
  left: 100px;
  text-align: center;
}

@media (max-width: 550px) {
  .slide-one .owl-dots {
    padding-top: 55px;
    max-width: 40%;
  }
  .slider_section-one {
    padding: 220px 30px 30px 30px;
  }
  .slider_item-row {
    display: flex;
    align-items: center;
    padding: 40px 0px 0px 0px;
  }
  .slider_item-row-a1 {
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #FF664F;
    border-radius: 40px;
    padding: 18px 32px 18px 32px;
    border: 2px solid #FF664F;
  }
  .slider_item-row-a2 {
    margin-top: 0px;
    margin-left: 14px;
    font-size: 16px;
  }
  .slider_item h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 24px 0px 24px 0px;
  }
  .slider_item p {
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #4D4C4A;
  }
  .slide-one .owl-nav button.owl-next {
    right: 0;
    top: -130px;
    width: 45px;
    height: 45px;
  }
  .slide-one .owl-nav button.owl-next span {
    font-size: 28px;
    margin-top: -5px;
  }
  .slide-one .owl-nav button.owl-prev {
    top: -130px;
    right: 70px;
    width: 45px;
    height: 45px;
  }
  .slide-one .owl-nav button.owl-prev span {
    font-size: 28px;
    margin-top: -5px;
  }
  .slide-one .owl-dots {
    position: absolute;
    top: -130px;
  }
}
.company {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 30px 90px 30px;
}

.company-row {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 0px 0px;
}

.company-item {
  width: 48%;
}
.company-item img {
  width: 100%;
  max-height: 300px;
  border-radius: 40px;
}
.company-item h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 0px 0px 24px 0px;
}
.company-item p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  padding: 12px 0px 12px 0px;
}

@media (max-width: 400px) {
  .slider_item-row {
    display: flex;
    align-items: center;
    padding: 40px 0px 0px 0px;
  }
  .slider_item-row-a1 {
    font-size: 15px;
    line-height: 24px;
    padding: 12px 20px 12px 20px;
  }
  .slider_item-row-a2 {
    margin-top: 0px;
    margin-left: 14px;
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .slider_section-one {
    padding: 180px 30px 30px 30px;
  }
  .slide-one .owl-nav button.owl-next {
    right: 0;
    top: -100px;
    width: 45px;
    height: 45px;
  }
  .slide-one .owl-nav button.owl-next span {
    font-size: 28px;
    margin-top: -5px;
  }
  .slide-one .owl-nav button.owl-prev {
    top: -100px;
    right: 70px;
    width: 45px;
    height: 45px;
  }
  .slide-one .owl-nav button.owl-prev span {
    font-size: 28px;
    margin-top: -5px;
  }
  .slide-one .owl-dots {
    position: absolute;
    top: -110px;
    margin-bottom: 50px;
  }
  .slide-one-a {
    margin-top: 30px;
  }
}
@media (max-width: 340px) {
  .slider_section-one {
    padding: 220px 30px 30px 30px;
  }
  .slide-one .owl-nav button.owl-next {
    right: 0;
    top: -100px;
    width: 45px;
    height: 45px;
  }
  .slide-one .owl-nav button.owl-next span {
    font-size: 28px;
    margin-top: -5px;
  }
  .slide-one .owl-nav button.owl-prev {
    top: -100px;
    right: 70px;
    width: 45px;
    height: 45px;
  }
  .slide-one .owl-nav button.owl-prev span {
    font-size: 28px;
    margin-top: -5px;
  }
  .slide-one .owl-dots {
    position: absolute;
    top: -110px;
    margin-bottom: 50px;
  }
  .slide-one-a {
    margin-top: 30px;
  }
}
.company-row:nth-child(2n) {
  align-items: center;
}

@media (max-width: 768px) {
  .company {
    padding: 50px 30px 20px 30px;
  }
  .company-row {
    flex-direction: column-reverse;
    padding: 0px 0px 0px 0px;
  }
  .company-row:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .company-row:nth-child(2n) img {
    display: none;
  }
  .company-item {
    width: 100%;
  }
  .company-item img {
    width: 100%;
    margin-top: 24px;
  }
  .company-item h2 {
    font-family: "Gilroy-Medium";
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 8px 0px;
  }
}
@media (max-width: 768px) {
  .company-item-img {
    width: 100%;
    min-height: 200px;
    border-radius: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 550px) {
  .company-item-img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .company-item-img {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 24px;
  }
}
.advantages {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 90px 30px;
  position: relative;
}

.advantages-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0px 0px 0px;
}

.advantages-item {
  width: 30%;
  background: #FF664F;
  border-radius: 40px;
  padding: 32px 32px 32px 32px;
  margin: 20px 0px 20px 0px;
}
.advantages-item h2 {
  font-family: "Gilroy-Medium";
  font-size: calc(38px + 8 * (100vw - 768px) / 732);
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 0px 0px 24px 0px;
}
.advantages-item h3 {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #FDFDF9;
  padding: 24px 0px 0px 0px;
}
.advantages-item p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #FDFDF9;
  padding: 16px 0px 0px 0px;
}
.advantages-item ol {
  height: 64px;
  width: 64px;
  font-family: "Gilroy";
  font-size: 30px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advantages-item:nth-child(1) {
  background: transparent;
  border-radius: 0px;
  padding: 0px 0px 0px 0px;
}
.advantages-item:nth-child(1) p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  padding: 0px 0px 0px 0px;
}

@media (max-width: 1024px) {
  .advantages-item {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .advantages {
    padding: 0px 30px 60px 30px;
  }
  .advantages-item {
    width: 100%;
  }
  .advantages-item h2 {
    text-align: center;
    line-height: 48px;
  }
}
@media (max-width: 550px) {
  .advantages {
    padding: 0px 30px 30px 30px;
  }
  .advantages-item {
    width: 100%;
  }
  .advantages-item:nth-child(1) p {
    text-align: center;
  }
}
.services {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 90px 30px;
}
.services h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 0px 0px 48px 0px;
}

.slider_item-two {
  max-width: 500px;
  width: 100%;
  border-radius: 40px;
  background: #1E2029;
  border-top: solid 40px #FF664F;
  padding: 32px 24px 32px 24px;
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 500px;
}
.slider_item-two h3 {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.slider_item-two p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  padding: 16px 0px 32px 0px;
  width: 80%;
}
.slider_item-two a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  text-decoration: none;
}
.slider_item-two a:hover {
  text-decoration: underline;
  color: #fff;
}

.slide-two .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-two .owl-nav button.owl-next:hover {
  background-color: #FF664F;
}
.slide-two .owl-nav button.owl-next:hover span {
  color: #fff;
}
.slide-two .owl-nav button.owl-next span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-two .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-two .owl-nav button.owl-prev:hover {
  background-color: #FF664F;
}
.slide-two .owl-nav button.owl-prev:hover span {
  color: #fff;
}
.slide-two .owl-nav button.owl-prev span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-two .owl-dots {
  padding-top: 55px;
}
.slide-two .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #1E2029;
  margin: 0 10px;
}
.slide-two .owl-dots button.owl-dot.active {
  background-color: #FF664F;
}
.slide-two .owl-dots button.owl-dot:focus {
  outline: none;
}
.slide-two span {
  font-size: 70px;
  position: relative;
}
.slide-two .owl-nav button:focus {
  outline: none;
}

@media (max-width: 768px) {
  .slide-two .owl-dots {
    max-width: 40%;
    padding-top: 55px;
  }
  .services {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 90px 30px;
  }
  .services h2 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 32px 0px;
  }
  .slider_item-two {
    margin: 0 auto;
  }
  .slider_item-two p {
    width: 100%;
  }
  .slide-two .owl-dots button.owl-dot {
    margin: 0 4px;
  }
}
@media (max-width: 550px) {
  .services {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 40px 30px;
  }
  .services h2 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 12px 0px;
  }
}
.gallery {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 90px 30px;
}
.gallery h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 0px 0px 48px 0px;
}

.gallery-a {
  margin: 0 auto;
  display: block;
  width: 260px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  margin-top: 48px;
  border-radius: 40px;
  border: solid 3px #FF664F;
  background-color: #FF664F;
  cursor: pointer;
}
.gallery-a:hover {
  background-color: transparent;
  color: #FF664F;
}
.gallery-a:hover a {
  background-color: transparent;
  color: #FF664F;
}
.gallery-a a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #FF664F;
}

.gallery-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-row a {
  margin: 20px 0px 20px 0px;
}
.gallery-row a:nth-child(6n+1) {
  width: 48%;
}
.gallery-row a:nth-child(6n+2) {
  width: 24%;
}
.gallery-row a:nth-child(6n+3) {
  width: 24%;
}
.gallery-row a:nth-child(6n+4) {
  width: 24%;
}
.gallery-row a:nth-child(6n+5) {
  width: 24%;
}
.gallery-row a:nth-child(6n+6) {
  width: 48%;
}
.gallery-row img {
  width: 100%;
  max-height: 300px;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
}
.gallery-row img:hover {
  filter: brightness(70%);
  transition: all 1s ease;
}

@media (max-width: 768px) {
  .gallery {
    padding: 40px 30px 40px 30px;
  }
  .gallery h2 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 12px 0px;
  }
  .gallery-row a {
    height: 240px;
    margin: 20px 0px 20px 0px;
  }
  .gallery-row a:nth-child(6n+1) {
    width: 100%;
  }
  .gallery-row a:nth-child(6n+2) {
    width: 48%;
  }
  .gallery-row a:nth-child(6n+3) {
    width: 48%;
  }
  .gallery-row a:nth-child(6n+4) {
    width: 48%;
  }
  .gallery-row a:nth-child(6n+5) {
    width: 48%;
  }
  .gallery-row a:nth-child(6n+6) {
    width: 100%;
  }
  .gallery-row img {
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 40px;
  }
}
@media (max-width: 550px) {
  .gallery-slider {
    display: block;
    margin: 24px 0px 0px 0px;
  }
  .gallery-slider a {
    overflow: hidden;
  }
  .gallery-slider img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: revert;
       object-position: revert;
    border-radius: 40px;
  }
  .gallery-row {
    display: none;
  }
  .slide-three .owl-nav button.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 40px;
    background-color: #1E2029;
  }
  .slide-three .owl-nav button.owl-next:hover {
    background-color: #FF664F;
  }
  .slide-three .owl-nav button.owl-next:hover span {
    color: #fff;
  }
  .slide-three .owl-nav button.owl-next span {
    font-size: 32px;
    margin-top: -5px;
  }
  .slide-three .owl-nav button.owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 40px;
    background-color: #1E2029;
  }
  .slide-three .owl-nav button.owl-prev:hover {
    background-color: #FF664F;
  }
  .slide-three .owl-nav button.owl-prev:hover span {
    color: #fff;
  }
  .slide-three .owl-nav button.owl-prev span {
    font-size: 32px;
    margin-top: -5px;
  }
  .slide-three .owl-dots {
    padding-top: 55px;
    max-width: 40%;
  }
  .slide-three .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #1E2029;
    margin: 0 3px;
  }
  .slide-three .owl-dots button.owl-dot.active {
    background-color: #FF664F;
  }
  .slide-three .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .slide-three span {
    font-size: 70px;
    position: relative;
  }
  .slide-three .owl-nav button:focus {
    outline: none;
  }
  .gallery-a {
    margin-top: 48px;
    padding: 18px 20px;
  }
}
@media (min-width: 550px) {
  .gallery-slider {
    display: none;
  }
}
.last-news {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 90px 30px;
}
.last-news h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 0px 0px 48px 0px;
}

.last-news-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.last-news-item {
  width: 48%;
  background: #1E2029;
  border-radius: 40px;
  padding-bottom: 48px;
  margin: 20px 0px 20px 0px;
}
.last-news-item img {
  width: 100%;
  max-height: 300px;
  border-radius: 40px 40px 0px 0px;
}
.last-news-item h3 {
  font-family: "Gilroy-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 32px 24px 32px 24px;
  max-width: 600px;
}
.last-news-item p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  padding: 0px 24px 32px 24px;
  width: 90%;
}
.last-news-item a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  padding: 0px 24px 32px 24px;
  text-decoration: none;
}
.last-news-item a:hover {
  text-decoration: underline;
  color: #fff;
}

@media (max-width: 550px) {
  .last-news-item img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .last-news {
    padding: 40px 30px 60px 30px;
  }
  .last-news h2 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 20px 0px;
  }
  .last-news-row {
    flex-direction: column;
    margin-bottom: -24px;
  }
  .last-news-item {
    width: 100%;
    border-radius: 40px;
    padding-bottom: 48px;
    margin: 24px 0px 24px 0px;
  }
  .last-news-item h3 {
    font-size: 24px;
    line-height: 32px;
    padding: 32px 24px 32px 24px;
  }
  .last-news-item p {
    padding: 0px 24px 32px 24px;
    width: 100%;
  }
  .last-news-item a {
    padding: 0px 24px 32px 24px;
  }
}
.parters {
  width: 100%;
  background-color: #1E2029;
}

.parters-slider {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}
.parters-slider h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 0px 0px 48px 0px;
}

.slider_item-four {
  background: #12141D;
  border-radius: 40px;
  max-width: 200px;
  height: auto;
  padding: 20px;
  margin: 0 auto;
}
.slider_item-four img {
  width: 100%;
  border-radius: 40px;
}

.slide-four .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #12141D;
}
.slide-four .owl-nav button.owl-next:hover {
  background-color: #FF664F;
}
.slide-four .owl-nav button.owl-next:hover span {
  color: #fff;
}
.slide-four .owl-nav button.owl-next span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-four .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #12141D;
}
.slide-four .owl-nav button.owl-prev:hover {
  background-color: #FF664F;
}
.slide-four .owl-nav button.owl-prev:hover span {
  color: #fff;
}
.slide-four .owl-nav button.owl-prev span {
  font-size: 32px;
  margin-top: -5px;
  color: #1E2029;
}
.slide-four .owl-dots {
  padding-top: 55px;
}
.slide-four .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #12141D;
  margin: 0 3px;
}
.slide-four .owl-dots button.owl-dot.active {
  background-color: #FF664F;
}
.slide-four .owl-dots button.owl-dot:focus {
  outline: none;
}
.slide-four span {
  font-size: 70px;
  position: relative;
  color: #1E2029;
}
.slide-four .owl-nav button:focus {
  outline: none;
}

@media (max-width: 768px) {
  .slide-four .owl-dots {
    padding-top: 55px;
    max-width: 40%;
  }
  .parters-slider {
    padding: 60px 30px 80px 30px;
  }
  .parters-slider h2 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 40px 0px;
  }
}
.reviews {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}
.reviews h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 0px 0px 48px 0px;
}

.slider_item-five {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.slider_item-five-rows {
  width: 48%;
  background-color: #1E2029;
  border-radius: 40px;
  position: relative;
  padding: 48px 48px 48px 32px;
}
.slider_item-five-rows img {
  width: 30px;
  height: 23px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.slider_item-five-rows-p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  width: 95%;
}

.slider_item-five-rows-top {
  display: flex;
  justify-content: space-between;
}
.slider_item-five-rows-top p {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.slider_item-five-rows-top h3 {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .reviews {
    padding: 80px 30px 80px 30px;
  }
  .reviews h2 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 12px 0px;
  }
  .slider_item-five {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .slider_item-five-rows-top {
    flex-direction: column;
  }
  .slider_item-five-rows-top p {
    padding-bottom: 24px;
  }
  .slider_item-five-rows-top h3 {
    padding-bottom: 12px;
  }
  .slider_item-five-rows {
    width: 100%;
    margin: 24px 0px 24px 0px;
    padding: 32px 12px 32px 32px;
  }
}
.slide-five .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-five .owl-nav button.owl-next:hover {
  background-color: #FF664F;
}
.slide-five .owl-nav button.owl-next:hover span {
  color: #fff;
}
.slide-five .owl-nav button.owl-next span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-five .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-five .owl-nav button.owl-prev:hover {
  background-color: #FF664F;
}
.slide-five .owl-nav button.owl-prev:hover span {
  color: #fff;
}
.slide-five .owl-nav button.owl-prev span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-five .owl-dots {
  padding-top: 55px;
}
.slide-five .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #1E2029;
  margin: 0 3px;
}
.slide-five .owl-dots button.owl-dot.active {
  background-color: #FF664F;
}
.slide-five .owl-dots button.owl-dot:focus {
  outline: none;
}
.slide-five span {
  font-size: 70px;
  position: relative;
}
.slide-five .owl-nav button:focus {
  outline: none;
}

@media (max-width: 768px) {
  .slide-five .owl-dots {
    padding-top: 55px;
    max-width: 40%;
  }
}
.contact {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
  position: relative;
}

.contact-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact-item {
  background-color: #1E2029;
  border-radius: 40px;
}

.contact-item:nth-child(1) {
  width: 30%;
  padding: 8px 48px 48px 48px;
}
.contact-item:nth-child(1) a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.contact-item:nth-child(1) a:hover {
  text-decoration: underline;
  color: #FF664F;
}

.contact-item-p1 {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 40px 0px 8px 0px;
}

.contact-item-p2 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.contact-item-icons {
  margin: 48px 0px 0px 0px;
}

.contact-item-vk {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  transition: 1s;
}
.contact-item-vk:hover {
  transition: 1s;
  transform: scale(1.15);
}

.contact-item-vg {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  transition: 1s;
}
.contact-item-vg:hover {
  transition: 1s;
  transform: scale(1.15);
}

.contact-item-wa {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  transition: 1s;
}
.contact-item-wa:hover {
  transition: 1s;
  transform: scale(1.15);
}

.contact-item:nth-child(2) {
  width: 65%;
}

.contact-item:nth-child(2) {
  padding: 40px 60px;
}
.contact-item:nth-child(2) h2 {
  font-family: "Gilroy-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding-bottom: 16px;
}

.contact-item-p3 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #BEBEBE;
  padding-bottom: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.form-item {
  width: 48%;
}

.form-row {
  display: flex;
  justify-content: space-between;
}
.form-row input {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  background: #12141D;
  border-radius: 40px;
  width: 100%;
}

.form-item:nth-child(1) {
  display: flex;
  flex-direction: column;
}
.form-item:nth-child(1) input {
  padding: 24px;
  margin: 8px 0px 8px 0px;
}

.form-item:nth-child(2) textarea {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  background: #12141D;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  resize: none;
  color: #4D4C4A;
  padding: 20px 0px 0px 20px;
  margin: 8px 0px 8px 0px;
}
.form-item:nth-child(2) ::-webkit-textarea-placeholder { /* WebKit, Blink, Edge */
  padding: 24px 24px 0px 24px;
}

.contact-item-p4 {
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  padding: 24px 0px 35px 0px;
}

.form-send {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #FF664F;
  border: solid 3px #FF664F;
  width: 100%;
  padding: 24px;
  border-radius: 40px;
  cursor: pointer;
}
.form-send:hover {
  background-color: transparent;
  border: solid 3px #FF664F;
  color: #FF664F;
}

@media (max-width: 1024px) {
  .form-item {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
  .form-item:nth-child(2) textarea {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .contact-row {
    flex-direction: column-reverse;
  }
  .contact-item {
    border-radius: 40px;
  }
  .contact-item:nth-child(1) {
    width: 100%;
    padding: 8px 24px 48px 24px;
  }
  .contact-item:nth-child(2) {
    width: 100%;
    padding: 48px 24px 48px 24px;
    margin-bottom: 40px;
  }
  .contact-item-wa {
    margin-right: 0px;
  }
  .contact {
    padding: 40px 30px 60px 30px;
  }
}
.convenience {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 80px 30px;
}
.convenience h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  padding: 32px 0px 24px 0px;
  color: #FFFFFF;
}
.convenience .convenience-p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
}

@media (min-width: 768px) {
  .item_text, .io_button {
    display: none;
  }
}
@media (max-width: 768px) {
  .convenience {
    padding: 0px 30px 60px 30px;
  }
  .convenience h2 {
    font-family: "Gilroy-Medium";
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    padding: 32px 0px 24px 0px;
    color: #FFFFFF;
  }
  .convenience .convenience-p {
    display: none;
  }
  .item_text {
    width: 100%;
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #BEBEBE;
  }
  .io_item {
    width: 100%;
    padding-bottom: 20px;
  }
  .io_button_wrap {
    text-align: left;
    margin-top: 10px;
  }
  .io_button {
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #FF664F;
    cursor: pointer;
  }
  .io_button:hover {
    text-decoration: underline;
    color: #fff;
  }
  .io_item .btn_close {
    display: none;
  }
  .io_item .btn_open {
    display: inline-block;
    margin-top: 20px;
  }
  .io_item.open .btn_close {
    display: inline-block;
  }
  .io_item.open .btn_open {
    display: none;
  }
  .io_trans {
    width: inherit;
    position: absolute;
    height: 80px;
    bottom: 0;
    pointer-events: none;
    transition: 1s;
  }
  .io_item.open .io_trans {
    height: 0;
    transition: 1s;
  }
  .io_item_wrap {
    position: relative;
    overflow: hidden;
    max-height: 100px;
    width: inherit;
    transition: max-height 0.5;
  }
  .io_item.open .io_item_wrap {
    max-height: 1999px !important;
    transition: max-height 1s;
  }
}
@media (min-width: 550px) {
  .convenience-img {
    width: 100%;
    height: auto;
    border-radius: 40px;
  }
}
@media (max-width: 550px) {
  .convenience-img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }
}
.footer-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
}

.footer-item:nth-child(1) {
  width: 40%;
}
.footer-item:nth-child(1) .footer-logo {
  width: 130px;
  height: auto;
}

.footer-item:nth-child(2) {
  width: 40%;
}

.footer-item:nth-child(3) {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-item:nth-child(3) a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
}
.footer-item:nth-child(3) a:hover {
  color: #FF664F;
  text-decoration: underline;
}
.footer-item:nth-child(3) .modal-footer-button {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: transparent;
}
.footer-item:nth-child(3) .modal-footer-button:hover {
  color: #fff;
}

.footer-row-0 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.footer-row-0 p {
  width: 100%;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-left: 24px;
  max-width: 300px;
}

.footer-row-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.footer-item-1 {
  width: 46%;
}

.footer-item-1-p1 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding: 8px 0px 8px 0px;
}

.footer-item-1-p2 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.footer-vk {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  transition: 1s;
}
.footer-vk:hover {
  transition: 1s;
  transform: scale(1.15);
}

.footer-tg {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  transition: 1s;
}
.footer-tg:hover {
  transition: 1s;
  transform: scale(1.15);
}

.footer-wa {
  width: 46px;
  height: 46px;
  margin-right: 30px;
  transition: 1s;
}
.footer-wa:hover {
  transition: 1s;
  transform: scale(1.15);
}

.footer-row-2 {
  display: flex;
  justify-content: center;
}
.footer-row-2 ul {
  width: 20%;
  margin-top: -16px;
  margin-right: 20px;
}
.footer-row-2 ul li {
  list-style: none;
  padding: 16px 0px 16px 0px;
}
.footer-row-2 ul li a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.footer-row-2 ul li a:hover {
  color: #FF664F;
  text-decoration: underline;
}

footer span {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #bebebe;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-row {
    flex-direction: column;
  }
  .footer-item:nth-child(1) {
    width: 100%;
  }
  .footer-item:nth-child(2) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer-item:nth-child(3) {
    width: 100%;
    align-items: flex-start;
    margin-top: 24px;
  }
  .footer-row-2 ul {
    width: 48%;
    margin-top: 24px;
    margin-right: 50px;
  }
  .footer-row-0 {
    margin-bottom: 24px;
  }
}
@media (max-width: 500px) {
  .footer-row-0 {
    justify-content: flex-end;
    margin-bottom: 24px;
  }
  .footer-row-0 p {
    text-align: left;
    margin-left: 8px;
    font-size: 13px;
    line-height: 16px;
    width: 60%;
  }
  .footer-item:nth-child(1) .footer-logo {
    width: 100px;
    height: auto;
  }
  .footer-row-1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .footer-item-1 {
    width: 100%;
    margin: 12px 0px 12px 0px;
  }
  .footer-item-1-p1 {
    text-align: center;
  }
  .footer-item-1-p2 {
    text-align: center;
  }
  .footer-item:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footer-wa {
    margin-right: 0px;
  }
  .footer-item:nth-child(3) {
    align-items: center;
  }
  .footer-item:nth-child(2) {
    width: 100%;
    display: block;
  }
  .footer-row-2 ul {
    width: auto;
    margin-top: 24px;
    margin-right: 0px;
  }
  .footer-row-2 {
    display: flex;
    justify-content: space-evenly;
  }
  footer span {
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .footer-row {
    padding: 40px 30px 20px 30px;
  }
  .footer-item-1-p1 {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-item-1-p2 {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-row-2 a {
    font-size: 16px !important;
    line-height: 20px;
    font-family: "Gilroy-Medium" !important;
  }
  .footer-item:nth-child(3) a {
    font-size: 18px;
    line-height: 20px;
  }
  .footer-item:nth-child(3) .modal-footer-button {
    font-size: 18px;
    line-height: 20px;
  }
}
.mini-navigate {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 0px 30px;
}
.mini-navigate a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding: 0px 11px 0px 0px;
  text-decoration: none;
}
.mini-navigate a:hover {
  text-decoration: underline;
}
.mini-navigate img {
  width: 18px;
  margin: 0px 11px 3px 0px;
}

.mini-navigate-active {
  color: #bebebe !important;
}

@media (max-width: 800px) {
  .mini-navigate {
    padding: 120px 30px 0px 30px;
  }
}
@media (max-width: 450px) {
  .mini-navigate {
    padding: 100px 30px 0px 30px;
  }
}
@media (max-width: 340px) {
  .mini-navigate {
    padding: 160px 30px 0px 30px;
  }
}
.about-section {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
}

.item-about {
  width: 48%;
}
.item-about img {
  width: 100%;
  border-radius: 40px;
  max-height: 500px;
}
.item-about h1 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.item-about p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 8px 0px 8px 0px;
}

.about-section-p {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 30px 60px 30px;
}
.about-section-p p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 8px 0px 8px 0px;
}

@media (max-width: 768px) {
  .about-section {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 30px 0px 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .item-about {
    width: 100%;
  }
  .item-about h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .item-about img {
    margin: 24px 0px 24px 0px;
  }
}
@media (max-width: 550px) {
  .about-section {
    padding: 20px 30px 0px 30px;
  }
}
.staff-slider {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 30px 140px 30px;
}
.staff-slider h2 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 0px 48px 0px;
}

.slider_item-six img {
  width: 100%;
  border-radius: 40px;
}
.slider_item-six img:hover {
  filter: brightness(70%);
  transition: all 1s ease;
}
.slider_item-six p:nth-child(2) {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 24px 0px 16px 0px;
}
.slider_item-six p:nth-child(3) {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #bebebe;
  margin: 0 auto;
  max-width: 80%;
}

.slide-six .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-six .owl-nav button.owl-next:hover {
  background-color: #FF664F;
}
.slide-six .owl-nav button.owl-next:hover span {
  color: #fff;
}
.slide-six .owl-nav button.owl-next span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-six .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 40px;
  background-color: #1E2029;
}
.slide-six .owl-nav button.owl-prev:hover {
  background-color: #FF664F;
}
.slide-six .owl-nav button.owl-prev:hover span {
  color: #fff;
}
.slide-six .owl-nav button.owl-prev span {
  font-size: 32px;
  margin-top: -5px;
}
.slide-six .owl-dots {
  padding-top: 55px;
}
.slide-six .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #1E2029;
  margin: 0 3px;
}
.slide-six .owl-dots button.owl-dot.active {
  background-color: #FF664F;
}
.slide-six .owl-dots button.owl-dot:focus {
  outline: none;
}
.slide-six span {
  font-size: 70px;
  position: relative;
}
.slide-six .owl-nav button:focus {
  outline: none;
}
@media (max-width: 550px) {
  .slide-six .owl-dots {
    max-width: 40%;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .staff-slider {
    padding: 40px 30px 80px 30px;
  }
  .staff-slider h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.services-page-row {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: -20px 30px 0px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.services-page-item {
  max-width: 500px;
  border-radius: 40px;
  background: #F0F0EE;
  border-top: solid 40px #FF664F;
  padding: 32px 24px 32px 24px;
  width: 30%;
  margin: 20px 0px 20px 0px;
  background-color: #1E2029;
}
.services-page-item h3 {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.services-page-item p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 16px 0px 32px 0px;
  width: 80%;
}
.services-page-item a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  text-decoration: none;
}
.services-page-item a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .services-page-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .services-page-item {
    width: 100%;
    max-width: 100%;
    margin: 20px 0px 20px 0px;
  }
  .services-page-item p {
    padding: 16px 0px 16px 0px;
    width: 100%;
  }
  .services-page-item h3 {
    font-family: "Gilroy-Medium";
    line-height: 32px;
  }
}
.pagination {
  padding: 15px 30px 10px 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.pagination li {
  width: 56px;
  height: 56px;
  font-family: "Gilroy";
  font-size: 32px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
  color: #BEBEBE;
  padding: 10px 10px;
  margin: 0px 12px 0px 12px;
  background-color: #1E2029;
  border-radius: 8px;
  cursor: pointer;
}
.pagination li path {
  fill: #12141D;
}
.pagination li a {
  color: #bebebe;
  text-decoration: none;
}
.pagination li:hover {
  background-color: #FF664F;
}
.pagination li:hover a {
  color: #FFFFFF;
}
.pagination li:hover path {
  fill: #FFFFFF;
}
.pagination li:first-child {
  padding: 5px 17px 2px 16px;
  border-radius: 50%;
  height: 46px;
  width: 46px;
}
.pagination li:first-child svg {
  width: 12px;
  height: 20px;
}
.pagination li:last-child {
  padding: 5px 19px 2px 18px;
  border-radius: 50%;
  height: 46px;
  width: 46px;
}
.pagination li:last-child svg {
  transform-origin: center center;
  width: 12px;
  height: 20px;
}
.pagination .next {
  transform: rotate(180deg);
}

.pagination-active {
  background-color: #FF664F !important;
}
.pagination-active a {
  color: #bebebe !important;
}

@media (max-width: 768px) {
  .pagination {
    padding: 10px 0px 20px 0px;
    text-align: center;
  }
  .pagination li {
    width: 48px;
    height: 48px;
    padding: 8px 16px;
    margin: 15px 8px 15px 8px;
  }
  .pagination li:last-child {
    padding: 5px 19px 2px 18px;
  }
  .pagination li:first-child {
    padding: 5px 17px 2px 16px;
  }
}
@media (max-width: 500px) {
  .pagination {
    padding: 0px 0px 20px 0px;
  }
  .pagination li {
    width: 32px;
    height: 35px;
    padding: 0px 10px 0px 10px;
    margin: 12px 0px 6px 8px;
    font-size: 20px;
  }
  .pagination li:last-child {
    width: 32px;
    height: 32px;
    padding: 0px 16px 0px 13px;
  }
  .pagination li:last-child svg {
    width: 8px;
    height: 12px;
    margin-bottom: 2px;
  }
  .pagination li:first-child {
    width: 32px;
    height: 32px;
    padding: 0px 13px 0px 12px;
  }
  .pagination li:first-child svg {
    width: 8px;
    height: 12px;
    margin-bottom: 2px;
  }
}
.services-content-section {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-content-section-item {
  width: 48%;
}
.services-content-section-item img {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 40px;
  max-height: 720px;
}
.services-content-section-item h1 {
  font-family: "Gilroy-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 32px;
}

.services-content-section-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.services-content-section-item-row p {
  width: 48%;
}

.services-content-section-p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #12141D;
  background: #F0F0EE;
  border-radius: 40px;
  padding: 18px;
  max-width: 260px;
}
.services-content-section-p span {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
}

.services-content-section-p-2 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
}
.services-content-section-p-2 span {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}

.services-content-section-item-p {
  font-family: "Gilroy";
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 12px 0px 12px 0px;
}

.services-text {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  font-family: "Gilroy";
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 12px 30px 12px 30px;
}

.services-text-2 {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  font-family: "Gilroy";
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
  color: #BEBEBE;
  padding: 12px 30px 80px 30px;
}

@media (max-width: 1024px) {
  .services-content-section-item-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .services-content-section-item-row p {
    width: 100%;
  }
  .services-content-section-item-row p:first-child {
    max-width: 260px;
  }
  .services-content-section-p-2 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .services-content-section {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 30px 0px 30px;
    flex-direction: column;
  }
  .services-content-section-item {
    width: 100%;
  }
  .services-content-section-item img {
    width: 100%;
    margin-bottom: 32px;
  }
  .services-text-2 {
    padding: 0px 30px 40px 30px;
  }
}
.gallery-page {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 90px 30px;
}
.gallery-page h1 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 0px 48px 0px;
}

.gallery-row-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-row-page a {
  margin: 20px 0px 20px 0px;
}
.gallery-row-page a:nth-child(6n+1) {
  width: 48%;
}
.gallery-row-page a:nth-child(6n+2) {
  width: 24%;
}
.gallery-row-page a:nth-child(6n+3) {
  width: 24%;
}
.gallery-row-page a:nth-child(6n+4) {
  width: 24%;
}
.gallery-row-page a:nth-child(6n+5) {
  width: 24%;
}
.gallery-row-page a:nth-child(6n+6) {
  width: 48%;
}
.gallery-row-page img {
  width: 100%;
  max-height: 300px;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
}
.gallery-row-page img:hover {
  filter: brightness(70%);
  transition: all 1s ease;
}

@media (max-width: 768px) {
  .gallery-page {
    padding: 40px 30px 20px 30px;
  }
  .gallery-page h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 12px 0px;
  }
  .gallery-row-page a {
    height: 240px;
    margin: 20px 0px 20px 0px;
  }
  .gallery-row-page a:nth-child(6n+1) {
    width: 100%;
  }
  .gallery-row-page a:nth-child(6n+2) {
    width: 48%;
  }
  .gallery-row-page a:nth-child(6n+3) {
    width: 48%;
  }
  .gallery-row-page a:nth-child(6n+4) {
    width: 48%;
  }
  .gallery-row-page a:nth-child(6n+5) {
    width: 48%;
  }
  .gallery-row-page a:nth-child(6n+6) {
    width: 100%;
  }
  .gallery-row-page img {
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 40px;
  }
}
@media (max-width: 550px) {
  .gallery-row-page a {
    height: 240px;
    margin: 20px 0px 20px 0px;
  }
  .gallery-row-page a:nth-child(6n+1) {
    width: 100%;
  }
  .gallery-row-page a:nth-child(6n+2) {
    width: 100%;
  }
  .gallery-row-page a:nth-child(6n+3) {
    width: 100%;
  }
  .gallery-row-page a:nth-child(6n+4) {
    width: 100%;
  }
  .gallery-row-page a:nth-child(6n+5) {
    width: 100%;
  }
  .gallery-row-page a:nth-child(6n+6) {
    width: 100%;
  }
  .gallery-row-page img {
    width: 100%;
    max-height: 300px;
    height: 100%;
    border-radius: 40px;
  }
}
.last-news-page {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 48px 30px;
}
.last-news-page h1 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 0px 28px 0px;
}

.last-news-row-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.last-news-item-page {
  width: 48%;
  background: #1E2029;
  border-radius: 40px;
  padding-bottom: 48px;
  margin: 20px 0px 20px 0px;
}
.last-news-item-page img {
  width: 100%;
  max-height: 300px;
  border-radius: 40px 40px 0px 0px;
}
.last-news-item-page h2 {
  font-family: "Gilroy-Medium";
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding: 32px 24px 32px 24px;
  max-width: 600px;
}
.last-news-item-page p {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 0px 24px 32px 24px;
  width: 90%;
}
.last-news-item-page a {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FF664F;
  padding: 0px 24px 32px 24px;
  text-decoration: none;
}
.last-news-item-page a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .last-news-page {
    padding: 80px 30px 0px 30px;
  }
  .last-news-page h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 12px 0px;
  }
  .last-news-row-page {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .last-news-item-page {
    width: 100%;
    border-radius: 40px;
    padding-bottom: 48px;
    margin: 24px 0px 24px 0px;
  }
  .last-news-item-page h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 32px 24px 32px 24px;
  }
  .last-news-item-page p {
    padding: 0px 24px 32px 24px;
    width: 100%;
  }
  .last-news-item-page a {
    padding: 0px 24px 32px 24px;
  }
  .last-news-row-page:last-child {
    margin-bottom: -24px;
  }
}
@media (max-width: 550px) {
  .last-news-item-page img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.reviews-page {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 20px 30px;
}
.reviews-page h1 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 0px 28px 0px;
}

.slider_item-five-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.slider_item-five-rows-page {
  width: 48%;
  background-color: #1E2029;
  border-radius: 40px;
  position: relative;
  padding: 48px 48px 48px 32px;
  margin: 20px 0px 20px 0px;
}
.slider_item-five-rows-page img {
  width: 30px;
  height: 23px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.slider_item-five-rows-p-page {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  width: 95%;
}

.slider_item-five-rows-top-page {
  display: flex;
  justify-content: space-between;
}
.slider_item-five-rows-top-page p {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.slider_item-five-rows-top-page h2 {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .reviews-page {
    padding: 60px 30px 0px 30px;
    margin-bottom: -20px;
  }
  .reviews-page h1 {
    font-size: 32px;
    line-height: 46px;
    padding: 0px 0px 12px 0px;
  }
  .slider_item-five-page {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .slider_item-five-rows-page {
    width: 100%;
    margin: 24px 0px 24px 0px;
    padding: 32px 12px 32px 32px;
  }
  .slider_item-five-rows-top-page {
    flex-direction: column;
  }
  .slider_item-five-rows-top-page p {
    padding-bottom: 24px;
  }
  .slider_item-five-rows-top-page h2 {
    padding-bottom: 12px;
  }
}
.contact-padding {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .contact-padding {
    margin-top: 20px;
  }
}
.contact-page {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 100px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-page-item:nth-child(1) {
  width: 38%;
}
.contact-page-item:nth-child(2) {
  width: 58%;
}
.contact-page-item h1 {
  font-family: "Gilroy-Medium";
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding: 0px 0px 48px 0px;
}
.contact-page-item iframe {
  width: 100%;
  height: 430px;
  border-radius: 40px;
  padding-left: 20px;
}

.contact-page-item-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0px 50px 0px;
}

.contact-page-item-row-item {
  width: 48%;
}
.contact-page-item-row-item p:nth-child(1) {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  padding: 41px 0px 8px 0px;
  color: #FFFFFF;
}
.contact-page-item-row-item p:nth-child(2) {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  padding: 0px 0px 8px 0px;
  max-width: 250px;
}

.contact-page-item-row-item-a1 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  text-decoration: none;
}
.contact-page-item-row-item-a1:hover {
  text-decoration: underline;
  color: #FF664F;
}

.contact-page-item-row-item-a2 {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #bebebe;
  text-decoration: none;
}
.contact-page-item-row-item-a2:hover {
  text-decoration: underline;
  color: #FF664F;
}

@media (max-width: 768px) {
  .contact-page {
    padding: 60px 30px 100px 30px;
    flex-direction: column-reverse;
  }
  .contact-page-item-row {
    flex-direction: column-reverse;
    margin: 0px 0px 32px 0px;
  }
  .contact-page-item {
    width: 100%;
  }
  .contact-page-item:nth-child(1) {
    width: 100%;
    background: #1E2029;
    border-radius: 40px;
    padding: 0px 16px 32px 16px;
    margin-top: 40px;
  }
  .contact-page-item:nth-child(2) {
    width: 100%;
  }
  .contact-page-item h1 {
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    padding: 0px 0px 32px 0px;
  }
  .contact-page-item iframe {
    height: 450px;
    padding-left: 0px;
  }
  .contact-page-item-row-item {
    width: 100%;
  }
  .contact-page-item-row-item p:nth-child(2) {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */