html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
section {
  display: block;
}

body {
  line-height: 1.4;
}

ol {
  padding-left: 0;
  list-style: decimal;
}

ul {
  padding-left: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

/*************************************************/
/******************* fonts **************************/
@font-face {
  font-family: "Open sans";
  src: url(/fonts/OpenSans-ExtraBold.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Open sans";
  src: url(/fonts/OpenSans-SemiBold.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Open sans";
  src: url(/fonts/OpenSans-Regular.woff2) format("woff2");
  font-weight: 400;
}
/******************* fonts **************************/
/******************* blanks **********************/
html {
  height: 100%;
}

body {
  font-family: "Open sans";
  font-size: 1em;
  font-weight: 400;
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 2px 0 2px;
}

.section {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.section-title {
  color: #EF5537;
  font-size: 2.9em;
}

.section-undertitle {
  color: #54387F;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 50px;
}
.no-scroll {
  overflow: hidden;
}


/******************* blanks **********************/
/******************* header *******************/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header--sticky {
  background-color: #f7f7f7;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-top: 20px;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.burger-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
}

.burger-line {
  background-color: #EF5537;
  height: 8px;
  width: 30px;
  border-radius: 5px;
}

.burger-line--active {
  background-color: #fff;
}

.burger-line-center {
  width: 25px;
}

.menu__list-link {
  color: #2A2A2A;
}

.menu__list-link:hover, .menu__list-link:focus, .menu__list-link:active {
  color: #F27153;
}

.menu__form-link {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.form-link {
  display: block;
  background-color: rgb(255, 100, 0);
  color: white;
  font-size: 1.1em;
  padding: 10px 26px 10px 24px;
  border-radius: 50px;
}

.form-link--sticky {
  background-color: #54387F;
}

.home {
  background-image: url(/img/main-img.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  margin-bottom: 50px;
  text-align: center;
}

.home__form {
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;
}

.home__title {
  font-size: 3.9em;
  color: #2A2A2A;
}

.orange-word {
  color: #EF5537;
}

.home__undertitle {
  font-size: 1.5em;
  margin-bottom: 75px;
  font-weight: 500;
}

.form {
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 56px 40px 34px 40px;
  gap: 25px;
  background-color: #2A2A2A;
}

.form__title {
  width: 380px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5em;
}

.form__input {
  width: 100%;
}

.form__area {
  width: 100%;
  height: 130px;
}

.form__input {
  border: 0;
  background-color: transparent;
  color: #FFFFFF;
  outline: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 12px 0;
}

.form__input::-moz-placeholder {
  color: #d4d4d4;
}

.form__input:-ms-input-placeholder {
  color: #d4d4d4;
}

.form__input::placeholder {
  color: #d4d4d4;
}

.form__area {
  border: 0;
  background-color: transparent;
  color: #FFFFFF;
  outline: none;
  border-bottom: 1px solid #d4d4d4;
  height: 130px;
  resize: none;
}

.form__area::-moz-placeholder {
  color: #d4d4d4;
}

.form__area:-ms-input-placeholder {
  color: #d4d4d4;
}

.form__area::placeholder {
  color: #d4d4d4;
}

.form__btn {
  padding: 15px 23px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  background-color: transparent;
  color: #d4d4d4;
}

.form__btn:hover {
  background-color: #6A6A6A;
}

.logo {
  margin-left: 6px;
}
.inp-box{
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.error__field{
  color: rgba(242, 84, 84, 0.829);
  margin-top: 5px;
  font-size: .8em;
}

/******************* header *******************/
/******************* main *******************/
.main {
  flex-grow: 1;
}

.ourclients__clients {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.ourclients__client {
  width: 100%;
}

.portfolio__tabs {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 45px;
}

.portfolio__tabs-btn {
  background-color: transparent;
  border: 0;
  color: #6A6A6A;
  font-weight: 700;
  font-size: 1.3em;
  cursor: pointer;
}

.portfolio__tabs-btn:hover {
  opacity: 0.8;
}

.portfolio__tabs-btn--active {
  color: #54387F;
  border-bottom: #54387F 1px solid;
}

.tabs-content-item {
  display: none;
}

.tabs-content-item.tabs-content-item--active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.portfolio__tabs-content {
  text-align: left;
  margin-bottom: 60px;
}

.portfolio__card {
  position: relative;
}

.portfolio__card-img {
  width: 100%;
}

.portfolio__card-text {
  padding-left: 5%;
  margin-top: -95px;
  margin-bottom: 28px;
  color: #FFFFFF;
}

.portfolio__card-time {
  font-weight: 700;
  opacity: 0.72;
  margin-bottom: 16px;
}

.portfolio__card-minute {
  font-weight: 400;
  opacity: 0.72;
}

.portfolio__card-link {
  position: absolute;
  z-index: 5;
  max-width: 616px;
  max-height: 348px;
  width: 100%;
  height: 100%;
}

.portfolio__card-link:hover {
  background: black;
  opacity: 0.2;
}

.show-more {
  background: transparent;
  border: 1px solid #EF5537;
  border-radius: 200px;
  color: #EF5537;
  padding: 10px 40px;
}

.show-more:hover {
  cursor: pointer;
  opacity: 0.7;
}

.id{
  position: absolute;
  top: -200px;
}
.about-us__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 110px;
}

.about-us__title {
  display: block;
  position: relative;
  font-weight: 500;
  color: #54387F;
  font-size: 5em;
  margin-bottom: 25px;
}

.about-us__under-title {
  font-weight: 500;
  font-size: 1.3em;
  color: #2A2A2A;
  margin-bottom: 20px;
}

.about-us__text {
  font-weight: 400;
  font-size: 1em;
  color: #6A6A6A;
}

.symbol {
  position: absolute;
  font-size: 0.6em;
  top: 0;
}

.why-us__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: left;
}

.why-us__under-title {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.why-us__card {
  border: #EBEBEB 1px solid;
  border-radius: 5px;
  padding: 18px 10px 54px 10px;
}

.why-us__under-title {
  margin-bottom: 100px;
}

.why-us__card-img {
  margin-bottom: 25px;
  width: 50px;
  height: 45px;
}

.why-us__title {
  padding-bottom: 2px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -0.2px;
}

.why-us__text {
  color: #6A6A6A;
}

.line {
  width: 100%;
  height: 3px;
  background-color: transparent;
  transform: translateX(-20%);
  border-radius: 10px;
}

.why-us__card:hover > .why-us__title > .line {
  transition: 1.5s ease;
  transform: translateX(0%);
  background-color: #54387F;
}

.video {
  text-align: left;
}

.video__card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  padding: 5px;
}

.video__card-desc {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-left: 10px;
}

.video-title {
  margin-bottom: 60px;
  text-align: center;
}

.video__card-desc {
  max-width: 530px;
  width: 100%;
}

.video__card-title {
  color: #2A2A2A;
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: -1.296px;
  margin-bottom: 15px;
}

.video__card-text {
  color: #6A6A6A;
  font-size: 1.1em;
  letter-spacing: -0.34px;
  margin-bottom: 15px;
}

.video__card-btn {
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 1em;
  letter-spacing: -0.317px;
  border-radius: 8px;
  background: #EF5537;
  padding: 10px;
  max-width: 112px;
}

.video__card-img {
  max-width: 640px;
  border-radius: 16px;
  width: 100%;
}

.love {
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 530px;
  position: relative;
  padding-bottom: 70px;
}

.love-wrapper {
  max-height: 530px;
}

.love-slide {
  box-sizing: border-box;
  position: relative;
  display: flex;
  max-height: 300px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  border-radius: 20px;
}

.swiper-button__wrapper {
  margin: 0 auto;
  position: absolute;
  display: flex;
  right: 0;
  left: 0;
  top: 80%;
  z-index: 1;
  width: 150px;
  height: 54px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 10px white solid;
  border-radius: 55%;
}

.arrow {
  width: 50px;
  height: 50px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "none";
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "none";
}

.love-title {
  margin-bottom: 80px;
}

.img-swiper {
  width: 80px;
  height: 80px;
}

.slide-text {
  display: block;
  padding-top: 20px;
  color: rgb(184, 184, 184);
  font-size: 1.2em;
  letter-spacing: -0.197px;
  text-align: left;
  margin-left: 20px;
  font-weight: 400;
}

.star {
  width: 78.36px;
  height: 78.36px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
}
.star--visible {
  transition: 5s;
  opacity: 1;
}
.swiper-slide-active{
  transition: 5s;
}
.slide-smth {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.slide__name {
  text-align: center;
  letter-spacing: 0.5px;
}

.slide-prof {
  text-align: center;
  letter-spacing: -0.16px;
  opacity: 0.6;
}

.slide-smth {
  color: #b8b8b8;
}

.love__main-desc {
  height: 278px;
  background: url(/img/love-city.jpg);
  background-position: center center;
}

.love__main-text {
  color: #2A2A2A;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 22px;
}

.love__main-button {
  margin: 0 auto;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 1em;
  letter-spacing: -0.317px;
  border-radius: 8px;
  background: #EF5537;
  padding: 12px 22px;
  max-width: 140px;
  font-weight: 600;
}

.orange-Swiper {
  display: none;
}

.menu__list--active {
  transition: 1s ease;
}

.video__card-img {
  cursor: pointer;
}
.swiper-slide-active{
  transition: 1s ease;
}


/******************* main *******************/
/******************* footer *******************/
.footer {
  background-color: #6A6A6A;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}

.footer__menu-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.footer__menu-list-item {
  margin-bottom: 16px;
}

.footer__menu-list-link {
  color: #FFFFFF;
}

.footer__menu-list-link:hover {
  opacity: 0.8;
}

.contact-link {
  font-weight: 700;
}

.social-media-title {
  display: block;
  max-width: 150px;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 40px;
}

.social-media-icons {
  max-width: 160px;
  display: flex;
  justify-content: space-between;
}

/******************* footer *******************/
/***************** modal ********************/
.form__acc {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.form__acc--active {
  display: flex;
}

.modal {
  max-width: 680px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  padding: 45px 40px 40px 40px;
  gap: 40px;
  background: #FFF;
  position: relative;
}

.modal__title {
  width: 100%;
  color: #2A2A2A;
  font-size: 1.5em;
  font-weight: 700;
}
.modal__box{
  width: 100%;
}
.modal__name {
  width: 285px;
}

.modal__input {
  border: 0;
  background-color: transparent;
  color: black;
  outline: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 12px 0;
  width: 100%;
}

.modal__area {
  width: 100%;
  height: 130px;
  border: 0;
  background-color: transparent;
  color: black;
  outline: none;
  border-bottom: 1px solid #d4d4d4;
  resize: none;
  color: #6A6A6A;
  font-size: 1em;
  font-family: Open Sans;
}

.modal__input::-moz-placeholder {
  color: #6A6A6A;
}

.modal__input:-ms-input-placeholder {
  color: #6A6A6A;
}

.modal__input::placeholder {
  color: #6A6A6A;
}

.modal__area::-moz-placeholder {
  color: #6A6A6A;
}

.modal__area:-ms-input-placeholder {
  color: #6A6A6A;
}

.modal__area::placeholder {
  color: #6A6A6A;
}

.modal__btn {
  display: flex;
  gap: 20px;
  padding: 15px 23px;
  border-radius: 5px;
  background-color: #EF5537;
  color: #FFF;
  font-size: 1em;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  align-items: center;
  line-height: 1;
}

.modal__btn:hover {
  opacity: 0.8;
  background: #EF5537;
}

.form__close {
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 30px;
  cursor: pointer;
}

.cross {
  width: 50px;
  height: 50px;
}

.main-img {
  display: none;
}

/***************** modal ********************/


/****************** media *******************/
@media (max-width: 1500px) {
  .home__title {
    font-size: 2.9em;
  }
  .home__undertitle {
    font-size: 1.2em;
  }
  .home__form {
    padding-right: 5%;
  }
}
@media (max-width: 1120px) {
  .burger-menu {
    display: flex;
    background: none;
    border: 0;
    right: 5px;
    position: absolute;
    z-index: 5;
  }
  .header__inner {
    position: relative;
    margin: 0;
  }
  .menu__list {
    background-color: #EF5537;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease;
  }
  .menu__list--active {
    left: 0;
  }
  .menu__list-link {
    font-size: 50px;
  }
  .form-link {
    display: block;
    background-color: rgb(255, 100, 0);
    color: white;
    font-size: 1.7em;
    padding: 10px 26px 10px 24px;
    border-radius: 50px;
  }
  .form-link:hover, .form-link:active, .form-link:focus {
    color: #d4d4d4;
  }
  .menu__list-link:hover, .menu__list-link:active, .menu__list-link:focus {
    color: #d4d4d4;
  }
  .home {
    background: none;
    height: 100%;
  }
  .home__form {
    justify-content: center;
  }
  .main-img {
    display: block;
    max-width: 800px;
    max-height: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .home__undertitle {
    margin-bottom: 0;
  }
  .ourclients__clients {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ourclients__client {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .portfolio__card, .portfolio__card-img {
    max-width: 616px;
    max-height: 348px;
    width: 100%;
    height: 100%;
  }
  .about-us__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 5px;
  }
  .why-us__cards {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 10px;
  }
  .video__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .video__card {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 100px;
    padding: 5px;
  }
  .video__card-mp4 {
    order: 1;
    margin-bottom: 40px;
  }
  .video__card-title {
    order: 2;
  }
  .video__card-text {
    order: 3;
  }
  .video__card-btn {
    order: 4;
  }
  .love {
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer__menu-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer__menu {
    justify-content: space-evenly;
  }
}
@media (max-width: 750px) {
  .section-undertitle {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .portfolio__tabs {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 45px;
  }
  .portfolio__tabs-btn {
    border-bottom: 3px solid transparent;
  }
  .portfolio__tabs-btn--active {
    color: #54387F;
    border-bottom: #54387F 3px solid;
  }
  .tabs-content-item.tabs-content-item--active {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .portfolio__card, .portfolio__card-img {
    margin: 0 auto;
  }
  .about-us__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 5px;
  }
  .why-us__cards {
    gap: 10px;
  }
  .footer__menu-lists {
    gap: 10px;
  }
  .social-media-icons {
    max-width: 140px;
    justify-content: space-evenly;
  }
}
@media (max-width: 570px) {
  .header{
    position: relative;
  }
  .video__card-desc {
    margin-right: 1px;
    margin-left: 1px;
  }
  .ourclients__clients {
    display: none;
  }
  .orange-Swiper {
    display: block;
    padding: 5px;
    height: 150px;
  }
  .orange-wrap {
    box-sizing: border-box;
    max-width: 560px;
    height: 100%;
  }
  .orange-slide {
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .ourclients__client {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .swiper-pagination-bullet-active {
    background-color: #EF5537;
  }
  .portfolio__tabs {
    gap: 5px;
    margin-bottom: 35px;
  }
  .portfolio__tabs-btn {
    font-size: 1.2em;
  }
  .swiper-slide {
    margin: 0;
  }
  .swiper-slide-prev {
    margin: 0;
  }
  .about-us__cards {
    display: none;
  }
  .about-us__Swiper {
    height: 340px;
  }
  .about-us__title {
    font-size: 3em;
    margin-bottom: 15px;
  }
  .about-us__text {
    font-size: 0.9em;
  }
  .about-us__under-title {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .why-us__cards {
    display: none;
  }
  .why-us__Swiper {
    max-height: 440px;
    height: 100%;
  }
  .why-us__slide {
    margin-bottom: 50px;
  }
  .why-us__card {
    text-align: left;
  }
  .why-us__title {
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: -0.2px;
  }
  .form {
    max-width: 350px;
    padding: 30px 20px 30px 30px;
    width: 100%;
    gap: 20px;
  }
  .home__form {
    padding-right: 0;
  }
  .menu__list {
    gap: 20px;
  }
  .footer__menu-list{
    max-width: 220px;
    width: 100%;
  }
  .img-swiper {
    display: none;
  }
  .footer__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__menu-lists {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer {
    padding: 20px 3px 20px 3px;
}
  .footer__menu-list-item {
    margin-bottom: 10px;
  }
  .footer__social-media {
    width: 100%;
    padding-left: 32px;
    margin-bottom: 10px;
  }
  .social-media-title {
    margin-bottom: 10px;
  }  
  .video__card {
    margin-bottom: 40px;
}
  .menu__list-link {
    font-size: 2.4em;
  }
  .form-link {
    font-size: 1.3em;
}
.modal{
  justify-content: start;
}
}
@media (max-width: 400px) {
  .portfolio__tabs {
    gap: 0px;
    margin-bottom: 25px;
  }
  .portfolio__tabs-btn {
    font-size: 1em;
  }
  .portfolio__tabs-btn {
    font-size: 1em;
  }
  .slide-text {
    display: block;
    padding-top: 0;
    font-size: 1.1em;
    margin-left: 0;
}
}
/****************** media *******************/

