@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 375px;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Poppins", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

body,
html {
  color: #fff;
  position: relative;
  backdrop-filter: blur(7px);
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body.lock,
  html.lock {
    overflow: hidden;
  }
}

.content {
  position: relative;
  background: linear-gradient(181deg, #000 0.82%, #4a2800 129.1%);
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.btn-hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border: 1px solid #fa8305;
}
.btn-hover span,
.btn-hover img,
.btn-hover p {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  right: 0;
}
.btn-hover:hover {
  background: transparent;
  -webkit-box-shadow: 0 0 10px 1px #fa8305;
          box-shadow: 0 0 10px 1px #fa8305;
  color: #fa8305;
}
.btn-hover:hover span,
.btn-hover:hover p {
  color: #fa8305;
}
.btn-hover:hover img {
  position: relative;
  right: -5px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
}
@keyframes spin1 {
  0% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
}
.banner {
  padding: 120px 0 178px 0;
}
@media (max-width: 992px) {
  .banner {
    padding: 80px 0 138px 0;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 480px) {
  .banner {
    padding: 60px 0 80px 0;
  }
}

.banner__overtitle {
  color: #e87d0e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .banner__overtitle {
    text-align: center;
  }
}

.banner__title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 480px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .banner__title {
    font-size: 40px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .banner__title {
    font-size: 35px;
    margin-bottom: 16px;
  }
}

.banner__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  max-width: 527px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .banner__subtitle {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .banner__subtitle {
    margin-bottom: 30px;
  }
}

.banner__btn {
  border-radius: 40px;
  display: inline-block;
  background: #fa8305;
  border: 1px solid #fa8305;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner__btn {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .banner__btn-wrapper {
    text-align: center;
  }
}

.banner-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  max-width: 1170px;
}
@media (max-width: 1200px) {
  .banner-img-wrapper {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .banner-img-wrapper {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .banner-img-wrapper {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .banner-img-wrapper {
    max-width: none;
    padding: 0 16px;
  }
}

.banner-img {
  width: 806px;
  height: 761px;
  right: -75px;
  top: 0;
  position: absolute;
  background: url("./../img/main/1/1.png") right 0/contain no-repeat;
  opacity: 0.8;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .banner-img {
    right: -200px;
    width: 706px;
    height: 661px;
  }
}
@media (max-width: 992px) {
  .banner-img {
    display: none;
  }
}

.banner-wrapper {
  position: relative;
}

.banner__small-img1 {
  width: 96px;
  height: 30px;
  left: 450px;
  top: 200px;
  position: absolute;
  background: url("./../img/main/1/2.png") 0 0/contain no-repeat;
  -webkit-animation: spin 3.4s infinite linear;
          animation: spin 3.4s infinite linear;
}
@media (max-width: 992px) {
  .banner__small-img1 {
    left: 600px;
    top: 350px;
  }
}
@media (max-width: 768px) {
  .banner__small-img1 {
    display: none;
  }
}

.banner__small-img2 {
  width: 101px;
  height: 99px;
  left: 650px;
  top: 0px;
  position: absolute;
  background: url("./../img/main/1/3.png") 0 0/contain no-repeat;
  -webkit-animation: spin1 4.4s infinite linear;
          animation: spin1 4.4s infinite linear;
}
@media (max-width: 992px) {
  .banner__small-img2 {
    top: 150px;
  }
}
@media (max-width: 768px) {
  .banner__small-img2 {
    display: none;
  }
}

.banner__small-img3 {
  width: 59px;
  height: 64px;
  left: 970px;
  top: 0px;
  position: absolute;
  -webkit-animation: spin 4s infinite linear;
          animation: spin 4s infinite linear;
  background: url("./../img/main/1/4.png") 0 0/contain no-repeat;
}
@media (max-width: 1200px) {
  .banner__small-img3 {
    left: unset;
    right: 0;
  }
}
@media (max-width: 992px) {
  .banner__small-img3 {
    right: 100px;
  }
}
@media (max-width: 768px) {
  .banner__small-img3 {
    display: none;
  }
}

.trend {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .trend {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .trend {
    margin-bottom: 80px;
  }
}

.trend-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .trend-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.trend-top__title {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .trend-top__title {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .trend-top__title {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .trend-top__title {
    margin-bottom: 10px;
  }
}

.trend-top__btn {
  width: 139px;
  height: 57px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);
  line-height: 57px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .trend-top__btn {
    width: 100%;
  }
}

.trend-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .trend-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 20px;
  }
}

.trend-row-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 252px;
          flex: 0 1 252px;
}
@media (max-width: 1200px) {
  .trend-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 215px;
            flex: 0 1 215px;
  }
}
@media (max-width: 500px) {
  .trend-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 252px;
            flex: 0 1 252px;
  }
}
@media (max-width: 480px) {
  .trend-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.trend-row-item__img {
  margin-bottom: 25px;
}
.trend-row-item__img img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .trend-row-item__img {
    margin-bottom: 10px;
  }
}

.trend-row-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.trend-row-item-bottom__img {
  width: 25px;
}

.trend-row-item-bottom__text {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.spider {
  padding-bottom: 157px;
}
@media (max-width: 768px) {
  .spider {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .spider {
    padding-bottom: 80px;
  }
}

.spider__title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.8;
  max-width: 826px;
  margin: 0 auto 67px auto;
}
@media (max-width: 768px) {
  .spider__title {
    font-size: 30px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 480px) {
  .spider__title {
    font-size: 25px;
  }
}

.spider-sub {
  max-width: 545px;
}

.spider-sub__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .spider-sub__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .spider-sub__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.spider-sub__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 46px;
}

.spider-img-wrapper {
  position: relative;
}

.spider-img {
  max-width: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.spider__sub-img {
  position: absolute;
  right: 125px;
  top: -77px;
  width: 196px;
  z-index: 1;
  pointer-events: none;
}

.ps4__body {
  padding: 93px 0;
  background: url("./../img/main/4/1.png") center 0/cover no-repeat;
}
@media (max-width: 768px) {
  .ps4__body {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .ps4__body {
    padding: 50px 0;
  }
}

.ps4__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  max-width: 826px;
  margin: 0 auto 25px auto;
}
@media (max-width: 768px) {
  .ps4__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .ps4__title {
    font-size: 23px;
  }
}

.ps4__subtitle {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 820px;
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .ps4__subtitle {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .ps4__subtitle {
    margin-bottom: 60px;
  }
}

.ps4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 62px 100px;
}
@media (max-width: 992px) {
  .ps4-row {
    gap: 62px 60px;
  }
}
@media (max-width: 540px) {
  .ps4-row {
    gap: 62px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ps4-row-item {
  text-align: center;
}

.ps4-row-item__img {
  margin-bottom: 30px;
}
.ps4-row-item__img img {
  width: 65px;
}

.ps4-row-item__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 24px;
}

.our__body {
  padding: 148px 0 105px 0;
}
@media (max-width: 768px) {
  .our__body {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 480px) {
  .our__body {
    padding: 80px 0 80px 0;
  }
}

.our__title {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .our__title {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .our__title {
    font-size: 23px;
  }
}

.our__subtitle {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 497px;
  margin: 0 auto 71px auto;
}
@media (max-width: 480px) {
  .our__subtitle {
    margin: 0 auto 41px auto;
  }
}

.our-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 33px 0;
  margin-bottom: 72px;
}
@media (max-width: 1200px) {
  .our-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 33px;
  }
}

@media (max-width: 480px) {
  .our-row__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.our-row__item img {
  max-width: 100%;
}
@media (max-width: 480px) {
  .our-row__item img {
    width: 100%;
  }
}

.our-btn-wrapper {
  text-align: center;
}

.our__btn {
  display: inline-block;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  padding: 10px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);
  cursor: pointer;
}

.stay__body {
  margin-bottom: 163px;
}

.stay__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .stay__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .stay__title {
    font-size: 23px;
  }
}

.stay__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 545px;
  margin-bottom: 74px;
}
@media (max-width: 768px) {
  .stay__subtitle {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .stay__subtitle {
    margin-bottom: 30px;
  }
}

.stay-content {
  border-radius: 15px;
  background: #1c140f;
  padding: 40px 56px;
}
@media (max-width: 480px) {
  .stay-content {
    padding: 20px 16px;
  }
}

.stay-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .stay-content-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .stay-content-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 20px;
  }
}

.stay-content-row-left__title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .stay-content-row-left__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .stay-content-row-left__title {
    font-size: 23px;
  }
}

.stay-content-row-left__subtitle {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 530px;
}
@media (max-width: 1200px) {
  .stay-content-row-left__subtitle {
    max-width: 450px;
  }
}

.stay-content-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 385px;
          flex: 0 1 385px;
}
@media (max-width: 992px) {
  .stay-content-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.stay-content-row-right-form {
  position: relative;
}

.stay-content-row-right-form__email {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 120px 0 30px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .stay-content-row-right-form__email {
    padding: 0 120px 0 15px;
  }
}
.stay-content-row-right-form__email::-webkit-input-placeholder {
  color: #898989;
}
.stay-content-row-right-form__email::-moz-placeholder {
  color: #898989;
}
.stay-content-row-right-form__email:-ms-input-placeholder {
  color: #898989;
}
.stay-content-row-right-form__email::-ms-input-placeholder {
  color: #898989;
}
.stay-content-row-right-form__email::placeholder {
  color: #898989;
}

.stay-content-row-right-form__btn {
  border-radius: 8px;
  background: #dc7000;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 13px;
  height: 37px;
  line-height: 37px;
  font-weight: 400;
  padding: 0 14px 0 22px;
}

.about-banner__body {
  padding: 35px 0 144px 0;
}
@media (max-width: 768px) {
  .about-banner__body {
    padding: 35px 0 100px 0;
  }
}
@media (max-width: 480px) {
  .about-banner__body {
    padding: 35px 0 80px 0;
  }
}

.about-banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .about-banner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.about-banner-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 425px;
          flex: 0 1 425px;
}
@media (max-width: 992px) {
  .about-banner-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }
}

.about-banner-row-left-top span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.about-banner-row-left-top span:nth-child(3) {
  color: #e47500;
}

.about-banner-row-left-top__link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.about-banner-row-left__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  max-width: 425px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .about-banner-row-left__title {
    margin: 0 auto 25px auto;
  }
}
@media (max-width: 768px) {
  .about-banner-row-left__title {
    font-size: 25px;
    margin: 0 auto 5px auto;
  }
}
@media (max-width: 480px) {
  .about-banner-row-left__title {
    font-size: 23px;
  }
}

.about-banner-row-left__text {
  max-width: 414px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 57px;
}
@media (max-width: 992px) {
  .about-banner-row-left__text {
    margin: 0 auto 57px auto;
  }
}
@media (max-width: 768px) {
  .about-banner-row-left__text {
    margin: 0 auto 27px auto;
  }
}

.about-banner-row-left-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fa9021;
  border-radius: 40px;
  height: 47px;
  line-height: 47px;
  padding: 0 18px;
}

.about-banner-row-left-btn__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-right: 18px;
}

.about-banner-row-right {
  max-width: 100%;
  width: 739px;
  position: relative;
  right: -166px;
}
@media (max-width: 1530px) {
  .about-banner-row-right {
    right: -100px;
    width: 700px;
  }
}
@media (max-width: 1400px) {
  .about-banner-row-right {
    right: -50px;
    width: 650px;
  }
}
@media (max-width: 1280px) {
  .about-banner-row-right {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .about-banner-row-right {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .about-banner-row-right {
    width: 100%;
  }
}

.first-slider {
  position: relative;
}

.first-slider__img {
  max-width: 100%;
  width: 100%;
}

.about-banner-row-right-arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 179px;
  height: 67px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 27px;
}
@media (max-width: 480px) {
  .about-banner-row-right-arrows {
    width: 120px;
    height: 45px;
    gap: 0 15px;
  }
}

.about-banner-row-right-arrows__left {
  cursor: pointer;
}

.about-banner-row-right-arrows__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.about-banner-row-right-arrows__right {
  cursor: pointer;
}

.about-work__body {
  padding-bottom: 147px;
}
@media (max-width: 768px) {
  .about-work__body {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .about-work__body {
    padding-bottom: 80px;
  }
}

.about-work__title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 63px;
}
@media (max-width: 992px) {
  .about-work__title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .about-work__title {
    font-size: 23px;
  }
}

.about-work-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .about-work-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-work-row-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 368px;
          flex: 0 1 368px;
  padding: 64px 37px;
  border-radius: 20px;
  background: #1c140f;
}
@media (max-width: 1200px) {
  .about-work-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
            flex: 0 1 320px;
    padding: 34px 15px;
  }
}
@media (max-width: 768px) {
  .about-work-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 368px;
            flex: 0 1 368px;
    padding: 64px 37px;
  }
}
@media (max-width: 480px) {
  .about-work-row-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
            flex: 0 1 320px;
    padding: 34px 15px;
  }
}
.about-work-row-item:nth-child(2) .about-work-row-item__overtitle {
  background: rgba(220, 66, 0, 0.11) !important;
}
.about-work-row-item:nth-child(3) .about-work-row-item__overtitle {
  background: rgba(0, 220, 141, 0.11);
}

.about-work-row-item__overtitle {
  border-radius: 8px;
  background: rgba(176, 0, 220, 0.11);
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 19px;
}

.about-work-row-item__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-work-row-item__text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.about-girl__body {
  background: #1c140f;
  margin-bottom: 147px;
  padding-top: 113px;
}
@media (max-width: 768px) {
  .about-girl__body {
    margin-bottom: 100px;
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .about-girl__body {
    margin-bottom: 80px;
    padding-top: 30px;
  }
}

.about-girl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .about-girl-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-girl-row__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 496px;
          flex: 0 1 496px;
}
@media (max-width: 1200px) {
  .about-girl-row__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}
.about-girl-row__left img {
  width: 100%;
}

.about-girl-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 530px;
          flex: 0 1 530px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .about-girl-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}
@media (max-width: 992px) {
  .about-girl-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 30px;
  }
}

.about-girl-row-right__overtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 14px;
}

.about-girl-row-right__title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 14px;
}

.about-girl-row-right__subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.about-our-body {
  margin-bottom: 157px;
}
@media (max-width: 768px) {
  .about-our-body {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .about-our-body {
    margin-bottom: 80px;
  }
}

.about-our__title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 53px;
}
@media (max-width: 992px) {
  .about-our__title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .about-our__title {
    font-size: 23px;
  }
}

.about-our-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .about-our-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.about-our-row-column {
  border-radius: 20px;
  background: #1c140f;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
  text-align: center;
  padding: 40px 0 30px 0;
}
@media (max-width: 1200px) {
  .about-our-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 230px;
            flex: 0 1 230px;
  }
}
@media (max-width: 480px) {
  .about-our-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.about-our-row-column__img img {
  width: 117px;
}

.about-our-row-column__title {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
}

.about-our-row-column__subtitle {
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.portfolio-banner-body {
  padding: 110px 0 132px 0;
}
@media (max-width: 768px) {
  .portfolio-banner-body {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 480px) {
  .portfolio-banner-body {
    padding: 50px 0 50px 0;
  }
}

.portfolio-banner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.portfolio-banner-top span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.portfolio-banner-top span:nth-child(3) {
  color: #e47500;
}

.portfolio-banner-top__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.portfolio-banner__title {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 13px;
}
@media (max-width: 992px) {
  .portfolio-banner__title {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .portfolio-banner__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .portfolio-banner__title {
    font-size: 23px;
  }
}

.portfolio-banner__subtitle {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 45px;
}

.portfolio-banner-bottom {
  border-radius: 10px;
  background: #1c140f;
  padding: 37px 0;
}
@media (max-width: 768px) {
  .portfolio-banner-bottom {
    padding: 37px 20px;
  }
}

.portfolio-banner-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .portfolio-banner-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
  }
}

.portfolio-banner-bottom-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .portfolio-banner-bottom-row-column {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.portfolio-banner-bottom-row-column__img {
  margin-right: 36px;
}
@media (max-width: 768px) {
  .portfolio-banner-bottom-row-column__img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.portfolio-banner-bottom-row-column__img img {
  width: 55px;
}

.portfolio-banner-bottom-row-column__title {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.portfolio-banner-bottom-row-column__subtitle {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.portfolio-banner-bottom-row__decor {
  width: 1px;
  height: 125px;
  background-color: #eeeff2;
}
@media (max-width: 768px) {
  .portfolio-banner-bottom-row__decor {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
}

.portfolio-video__body {
  padding-bottom: 182px;
}
@media (max-width: 1200px) {
  .portfolio-video__body {
    padding-bottom: 160px;
  }
}
@media (max-width: 992px) {
  .portfolio-video__body {
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .portfolio-video__body {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .portfolio-video__body {
    padding-bottom: 100px;
  }
}

.portfolio-video-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .portfolio-video-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.portfolio-video-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 670px;
          flex: 0 1 670px;
}
@media (max-width: 1200px) {
  .portfolio-video-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 550px;
            flex: 0 1 550px;
  }
}
@media (max-width: 992px) {
  .portfolio-video-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 30px;
  }
}
.portfolio-video-row-left img {
  width: 100%;
}

.portfolio-video-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 427px;
          flex: 0 1 427px;
}
@media (max-width: 992px) {
  .portfolio-video-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.portfolio-video-row-right__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .portfolio-video-row-right__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .portfolio-video-row-right__title {
    font-size: 23px;
  }
}

.portfolio-video-row-right__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 28px;
}

.portfolio-video-row-right-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 21px;
}
.portfolio-video-row-right-list__item:last-child {
  margin-bottom: 0;
}

.portfolio-cyber__body {
  padding-bottom: 189px;
}
@media (max-width: 1200px) {
  .portfolio-cyber__body {
    padding-bottom: 160px;
  }
}
@media (max-width: 992px) {
  .portfolio-cyber__body {
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .portfolio-cyber__body {
    padding-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .portfolio-cyber__body {
    padding-bottom: 100px;
  }
}

.portfolio-cyber-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .portfolio-cyber-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.portfolio-cyber-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 536px;
          flex: 0 1 536px;
}
@media (max-width: 992px) {
  .portfolio-cyber-row-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.portfolio-cyber-row-left__title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 43px;
  line-height: 1.8;
  max-width: 472px;
}
@media (max-width: 768px) {
  .portfolio-cyber-row-left__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .portfolio-cyber-row-left__title {
    font-size: 23px;
  }
}

.portfolio-cyber-row-left__subtitle {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 18px;
}

.portfolio-cyber-row-left__btn {
  margin-top: 46px;
  display: inline-block;
  background: #fa8305;
  border: 1px solid #fa8305;
  padding: 13px 44px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .portfolio-cyber-row-left__btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.portfolio-cyber-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 496px;
          flex: 0 1 496px;
}
@media (max-width: 1200px) {
  .portfolio-cyber-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 420px;
            flex: 0 1 420px;
  }
}
@media (max-width: 992px) {
  .portfolio-cyber-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.portfolio-cyber-row-right img {
  width: 100%;
}

.trust__body {
  padding: 88px 0 60px 0;
  background: #1c140f;
  margin-bottom: 127px;
}

.trust__title {
  color: #fff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 447px;
  margin: 0 auto 20px auto;
}

.trust__subtitle {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  max-width: 555px;
  margin: 0 auto 68px auto;
}
@media (max-width: 768px) {
  .trust__subtitle {
    margin: 0 auto 48px auto;
  }
}
@media (max-width: 480px) {
  .trust__subtitle {
    margin: 0 auto 30px auto;
  }
}

.first-slider1 {
  position: relative;
}

.first-slider-slide1 {
  padding: 30px;
  background-color: transparent;
  border-radius: 15px;
  min-height: 235px;
  border: 2px solid #dddddd;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
@media (max-width: 1200px) {
  .first-slider-slide1 {
    min-height: 260px;
  }
}
@media (max-width: 992px) {
  .first-slider-slide1 {
    min-height: auto;
    padding: 15px;
  }
}

.first-slider-slide1.swiper-slide-active {
  border: 2px solid #dc7000 !important;
  background-color: #0f0901 !important;
}

.first-slider-slide-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.first-slider-slide-row-left1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-slider-slide-row-left__img1 {
  margin-right: 20px;
}
.first-slider-slide-row-left__img1 img {
  width: 50px;
}

.first-slider-slide-row-left__subname1 {
  color: #4f5665;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.first-slider-slide-row-left__name1 {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.first-slider-slide-row-right1 {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first-slider-slide-row-right1 span {
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.first-slider-slide-row-right1 img {
  position: relative;
  top: -1px;
}

.first-slider-slide__text1 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.banner-row1-arrows {
  position: absolute;
  z-index: 1 !important;
  right: 160px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  gap: 16px;
}
.banner-row1-arrows:hover {
  z-index: 9999 !important;
}
@media (max-width: 992px) {
  .banner-row1-arrows {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.banner-row1-arrows__left {
  cursor: pointer;
  position: relative;
}
@media (max-width: 550px) {
  .banner-row1-arrows__left img {
    height: 32px;
    width: 32px;
  }
}
.banner-row1-arrows__left:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url("./../img/portfolio/6/right.png") 0 0/cover no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 550px) {
  .banner-row1-arrows__left:after {
    height: 32px;
    width: 32px;
  }
}
.banner-row1-arrows__left:hover:after {
  opacity: 1;
}

.banner-row1-arrows__right {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 550px) {
  .banner-row1-arrows__right img {
    height: 32px;
    width: 32px;
  }
}
.banner-row1-arrows__right:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  cursor: pointer;
  height: 100%;
  background: url("./../img/portfolio/6/right.png") 0 0/cover no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 550px) {
  .banner-row1-arrows__right:after {
    height: 32px;
    width: 32px;
  }
}
.banner-row1-arrows__right:hover:after {
  opacity: 1;
}

.banner-row-right1 {
  width: 1300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .banner-row-right1 {
    width: 1100px;
  }
}
@media (max-width: 992px) {
  .banner-row-right1 {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .banner-row-right1 {
    padding-bottom: 60px;
  }
}

.swiper-pagination1 {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .swiper-pagination1 {
    pointer-events: none;
    opacity: 0;
  }
}

span.swiper-pagination-bullet {
  height: 15px !important;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #dc7000 !important;
  width: 45px !important;
  border-radius: 25px !important;
}

.portfolio-banner-wrap__decor {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  background-color: #f9d6ff;
  border-radius: 50%;
}

.portfolio-banner-wrap {
  position: relative;
}
.portfolio-banner-wrap .portfolio-banner__title {
  padding: 0 25px;
}

.portfolio-banner-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-banner-search-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  border-radius: 10px;
  height: 49px;
  background: #1c140f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 25px;
}

.portfolio-banner-search__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}
.portfolio-banner-search__input::-webkit-input-placeholder {
  color: #fff;
}
.portfolio-banner-search__input::-moz-placeholder {
  color: #fff;
}
.portfolio-banner-search__input:-ms-input-placeholder {
  color: #fff;
}
.portfolio-banner-search__input::-ms-input-placeholder {
  color: #fff;
}
.portfolio-banner-search__input::placeholder {
  color: #fff;
}

.news-blog__body {
  margin-bottom: 73px;
}

.news-blog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .news-blog-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-blog-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 587px;
          flex: 0 1 587px;
}
@media (max-width: 1200px) {
  .news-blog-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
  }
}
@media (max-width: 992px) {
  .news-blog-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 50px;
  }
}

.news-blog-row-left-column__img {
  margin-bottom: 21px;
  border-radius: 20px;
  overflow: hidden;
}
.news-blog-row-left-column__img img {
  width: 100%;
}

.news-blog-row-left-column-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 21px;
}

.news-blog-row-left-column-top__name {
  color: #fffcfc;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  height: 48px;
  background: #2351f5;
  padding: 0 28px;
}

.news-blog-row-left-column-top__time {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.news-blog-row-left-column__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .news-blog-row-left-column__title {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .news-blog-row-left-column__title {
    font-size: 23px;
  }
}

.news-blog-row-left-column-list__item {
  margin-bottom: 44px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}
.news-blog-row-left-column-list__item:last-child {
  margin-bottom: 0;
}

.news-blog-row-left__decor {
  background: #a5a5a5;
  height: 1px;
  margin: 90px 0;
}
@media (max-width: 768px) {
  .news-blog-row-left__decor {
    margin: 70px 0;
  }
}
@media (max-width: 480px) {
  .news-blog-row-left__decor {
    margin: 50px 0;
  }
}

.news-blog-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
}
@media (max-width: 1200px) {
  .news-blog-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 470px;
            flex: 0 1 470px;
  }
}
@media (max-width: 992px) {
  .news-blog-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.news-blog-row-right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  gap: 31px;
}
@media (max-width: 1200px) {
  .news-blog-row-right-column {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .news-blog-row-right-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-blog-row-right-column:last-child {
  margin-bottom: 0;
}
.news-blog-row-right-column:nth-child(1) .news-blog-row-right-column-content-top__name {
  background-color: #ff8484 !important;
}
.news-blog-row-right-column:nth-child(3) .news-blog-row-right-column-content-top__name {
  background-color: #ff7c32 !important;
}
.news-blog-row-right-column:nth-child(5) .news-blog-row-right-column-content-top__name {
  background-color: #23a54f !important;
}
.news-blog-row-right-column:nth-child(7) .news-blog-row-right-column-content-top__name {
  background-color: #9921c3 !important;
}

.news-blog-row-right-column__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
}
@media (max-width: 1200px) {
  .news-blog-row-right-column__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media (max-width: 480px) {
  .news-blog-row-right-column__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 195px;
            flex: 0 0 195px;
  }
}
.news-blog-row-right-column__img img {
  width: 100%;
}

.news-blog-row-right-column-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 23px;
}
@media (max-width: 480px) {
  .news-blog-row-right-column-content-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-blog-row-right-column-content-top__name {
  height: 40px;
  padding: 0 25px;
  line-height: 40px;
  background-color: #2351f5;
  color: #fffcfc;
  font-size: 14px;
  font-weight: 400;
}

.news-blog-row-right-column-content-top__time {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.news-blog-row-right-column-content__text {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .news-blog-row-right-column-content__text {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .news-blog-row-right-column-content__text {
    text-align: center;
  }
}

.contact__img {
  margin: 93px 0 0 0;
}
@media (max-width: 1200px) {
  .contact__img {
    margin: 80px 0 0 0;
  }
}
@media (max-width: 992px) {
  .contact__img {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .contact__img {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 480px) {
  .contact__img {
    margin: 20px 0 0 0;
  }
}
.contact__img img {
  width: 100%;
}

.contact-follow__body {
  margin-bottom: 147px;
}

.contact-follow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .contact-follow-row {
    display: block;
  }
}

.contact-follow-row-left__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.contact-follow-row-left-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.contact-follow-row__decor {
  height: 102px;
  width: 1px;
  background-color: #fff;
}
@media (max-width: 992px) {
  .contact-follow-row__decor {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }
}

.contact-follow-row-center__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.contact-follow-row-center__phone span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.contact-follow-row-right__location {
  max-width: 373px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.contact-follow-row-right__location span {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}
.contact-follow-row-right__location img {
  position: relative;
  top: 2px;
}

.contact-hello__body {
  margin-bottom: 150px;
  padding: 54px 0 63px 0;
  background: #1c140f;
  position: relative;
}
.contact-hello__body:after {
  content: "";
  display: inline-block;
  right: 0;
  top: 0;
  position: absolute;
  width: 1048px;
  z-index: 1;
  height: 265px;
  background: url("./../img/contact/3/1.png") right 0/contain no-repeat;
}
.contact-hello__body:before {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  width: 567px;
  height: 255px;
  background: url("./../img/contact/3/2.png") 0 0/contain no-repeat;
}
.contact-hello__body .container {
  position: relative;
  z-index: 2 !important;
}

.contact-hello__title {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.contact-hello__subtitle {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 79px;
}

.contact-hello__form {
  max-width: 671px;
  margin: 0 auto;
}

.contact-hello-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-hello-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.contact-hello-top-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.contact-hello-top-left__overinput,
.contact-hello-top-right__overinput,
.contact-hello-email__overinput,
.contact-hello-message__overinput {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.3px;
}

.contact-hello-top-left__input,
.contact-hello-top-right__input,
.contact-hello-email__input {
  border-radius: 9px;
  border: 0.6px solid #cecece;
  background: #2c2520;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.contact-hello-top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.contact-hello-email {
  margin-bottom: 20px;
}

.contact-hello-message {
  margin-bottom: 50px;
}

.contact-hello-message__message {
  border-radius: 9px;
  border: 0.6px solid #cecece;
  background: #2c2520;
  min-height: 232px;
  line-height: 1.3;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.contact-hello-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-hello-submit__btn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 57px;
  height: 57px;
  padding: 0 47px;
  border-radius: 10px;
  background-color: #fa8305;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

.header__body {
  padding-top: 37px;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row__logo {
  position: relative;
  z-index: 3;
}

.header-row-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .header-row-nav-container {
    display: none;
  }
}

.header-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row-nav__item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 88px;
  position: relative;
}
@media (max-width: 992px) {
  .header-row-nav__item {
    margin-right: 37px;
  }
}
.header-row-nav__item:last-child {
  margin-right: 37px;
}
.header-row-nav__item:after {
  content: "";
  display: none;
  left: -12px;
  bottom: -10px;
  position: absolute;
  width: 40px;
  height: 4px;
  background: url("./../img/header/1.png") 0 0/contain no-repeat;
}
.header-row-nav__item.active:after {
  display: block;
}

.header-row__btn {
  width: 131px;
  height: 41px;
  border-radius: 6px;
  background: #fa9021;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 41px;
  text-align: center;
}

.header-row-burger {
  display: none;
  height: 20px;
  width: 30px;
  position: relative;
  z-index: 3;
}
.header-row-burger span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: 0;
  height: 2px;
}
.header-row-burger span:nth-child(1) {
  top: 0;
}
.header-row-burger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header-row-burger span:nth-child(3) {
  bottom: 0;
}
.header-row-burger.active span:nth-child(2) {
  width: 0;
}
.header-row-burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.header-row-burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}
@media (max-width: 768px) {
  .header-row-burger {
    display: block;
  }
}

.header-mobile {
  display: none;
  position: fixed;
  left: -100%;
  top: 0;
  margin-top: 100px;
  height: 0%;
  z-index: 2;
  width: 100%;
  overflow: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile.active {
  left: 0 !important;
  height: 100%;
}
.header-mobile.active::after {
  left: 0 !important;
}
.header-mobile:after {
  content: "";
  display: inline-block;
  left: -100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: -100%;
  z-index: 2;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: #000;
}

.header-mobile-content {
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}

.header-mobile-content-nav {
  margin-bottom: 20px;
}

.header-mobile-content-nav__item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.header-mobile-content-nav__item:after {
  content: "";
  display: none;
  left: 0px;
  right: 0;
  margin: auto;
  bottom: -10px;
  position: absolute;
  width: 40px;
  height: 4px;
  background: url("./../img/header/1.png") 0 0/contain no-repeat;
}
.header-mobile-content-nav__item.active:after {
  display: block;
}

.header-mobile-content__btn {
  display: block;
  width: 131px;
  height: 41px;
  border-radius: 6px;
  background: #fa9021;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 41px;
  text-align: center;
  margin: 0 auto;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

.footer__body {
  padding-bottom: 29px;
  padding-top: 80px;
  background: #070707;
}
@media (max-width: 768px) {
  .footer__body {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .footer__body {
    padding-top: 30px;
  }
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 0;
  }
}
@media (max-width: 768px) {
  .footer-row {
    display: block;
  }
}

.footer-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 372px;
          flex: 0 1 372px;
}
@media (max-width: 1200px) {
  .footer-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}
@media (max-width: 768px) {
  .footer-row-left {
    margin-bottom: 30px;
  }
}

.footer-row-left__logo {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.footer-row-left__text {
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .footer-row-left__text {
    margin-bottom: 10px;
    max-width: 280px;
  }
}

.footer-row-left__name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-row-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
}
@media (max-width: 768px) {
  .footer-row-center {
    margin-bottom: 30px;
  }
}

.footer-row-center__title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}

.footer-row-center-nav__item {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.footer-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 282px;
          flex: 0 1 282px;
}
@media (max-width: 768px) {
  .footer-row-right {
    margin-bottom: 30px;
  }
}

.footer-row-right__title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
}

.footer-row-right__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .footer-row-right__text {
    max-width: 280px;
  }
}

.footer-row-right__phone {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-row-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}

.footer__decor {
  height: 1px;
  background-color: #d2d2d2;
  margin-bottom: 30px;
  margin-top: 55px;
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
}