@charset "UTF-8";
:root {
  --black: #FFF;
  --white: rgb(7, 2, 34);
  --blue: #35da00;
  --bluehover: #4fe31f;
  --dark: #252525;
  --grey: black;
  --verygrey: #696969;
  --wblack: #B0B2B7;
  --header_bg: rgba(243, 240, 240, 0.797);
  --top_after_bg: #ebe8e8b1;
}

body.dark {
  --black: rgb(7, 2, 34);
  --white: white;
  --grey: #B0B2B7;
  --header_bg: rgba(11, 10, 10, 0.797);
  --top_after_bg: rgba(7, 2, 34, 0.63);
  --wblack: #0f2b46;
}

.block {
  display: none !important;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

body {
  background-color: var(--black) !important;
  color: var(--white);
}

.rain {
  position: fixed;
  width: 2.5px;
  /* Ширина капли */
  height: 5px;
  /* Высота капли */
  top: -3px;
  background: rgb(12, 164, 230);
  background-position: center;
  background-size: contain;
  /* Цвет капли */
  animation: rain 2s linear infinite;
  z-index: 99;
  border-radius: 50% 90% 90% 50%;
}

@keyframes rain {
  to {
    transform: translate3d(200px, 1000px, 0);
    /* Первое значение (200px) это направление дождя, где: 0 - вниз, положительное число - вправо, отрицательное - влево */
  }
}
.iti {
  width: 100% !important;
  max-width: 100% !important;
}

.main__slider {
  position: relative;
}
.main__slider .top {
  width: 100%;
  height: 900px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}
.main__slider .top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--top_after_bg);
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  opacity: 1;
}
.main__slider .top img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.main__slider .top .top__row {
  z-index: 4;
  position: absolute;
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-self: center;
  justify-content: space-between;
  transform: translateY(0%);
  gap: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.main__slider .top .top__row__left {
  display: flex;
  flex-direction: column;
  gap: 35px;
  max-width: 100% !important;
}
.main__slider .top .top__row__left-title {
  color: var(--white);
  font-family: Manrope;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  z-index: 2;
}
.main__slider .top .top__row__left p {
  color: var(--white);
  font-size: 20px;
  font-weight: bold;
  /* Полупрозрачный цвет */
  /* Лёгкое размытие */
}
.main__slider .top .top__row__left-link {
  margin-top: 50px;
  font-weight: 600;
  color: white;
  padding: 20px 40px;
  background: var(--blue);
  width: -moz-max-content;
  width: max-content;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  line-height: 21px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.main__slider .top .top__row__left-link:hover svg {
  transform: rotateZ(43deg);
}
.main__slider .top .top__row__left-link svg {
  font-weight: 600;
  font-size: 20px;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: 300ms;
}
.main__slider .top .top__row__right {
  font-family: Manrope;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 4px var(--blue);
  line-height: 110%;
  text-align: end;
  z-index: 5;
  text-shadow: 3px 10px 15px var(--blue);
}
.main__slider .border {
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(215, 209, 206, 0.1647058824);
  position: absolute;
  top: 0;
  z-index: 2;
}
.main__slider .border1 {
  left: 25%;
}
.main__slider .border2 {
  left: 50%;
}
.main__slider .border3 {
  left: 75%;
}
.main__slider .autoplay-progress {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--blue);
}
.main__slider .autoplay-progress span {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.main__slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--blue);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.work {
  display: flex;
  align-items: center;
  gap: 54px;
}
.work_image {
  height: 690px;
  width: 50%;
}
.work_image img {
  width: 100%;
  height: 100%;
}
.work_info {
  width: 50%;
}
.work_info-teg {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.work_info-teg div {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(27, 200, 42, 0.4) 0%, transparent 100%);
}
.work_info .section-title {
  margin-bottom: 30px;
}
.work_info-text {
  font-size: 16px;
  color: var(--grey);
  line-height: 150%;
  border-bottom: 1px var(--grey) solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.work_info_cards {
  display: flex;
  gap: 24px;
}
.work_info_cards_card i {
  background: rgba(63, 90, 243, 0.1);
  color: var(--blue);
  font-size: 40px;
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.work_info_cards_card h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.work_info_cards_card p {
  font-size: 16px;
  color: var(--grey);
  line-height: 150%;
}

.slider_line {
  background: var(--blue);
  padding: 20px 0;
}
.slider_line .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.slider_line .swiper-slide div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.slider_line .swiper-slide div i {
  font-size: 22px;
  color: white;
}
.slider_line .swiper-slide div p {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.about {
  display: flex;
  align-items: center;
  gap: 80px;
}
.about_info {
  width: 50%;
}
.about_info-teg {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about_info-teg div {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
}
.about_info h3 span {
  color: var(--blue);
}
.about_info_buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.about_info_buttons button {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  background: var(--wblack);
  transition: 300ms;
  color: var(--white);
  cursor: pointer;
}
.about_info_buttons button:hover {
  background: var(--blue);
}
.about_info_buttons button.active {
  background: var(--blue);
}
.about_info_tabs_tab {
  display: none;
  flex-direction: column;
}
.about_info_tabs_tab.active {
  display: flex;
}
.about_info_tabs_tab h4 {
  font-size: 24px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
}
.about_info_tabs_tab p {
  font-size: 16px;
  color: var(--grey);
  line-height: 150%;
  margin-bottom: 15px;
  display: block;
}
.about_img {
  width: 50%;
  position: relative;
}
.about_img_big {
  width: 70%;
  height: 80%;
  display: block;
  z-index: 1;
}
.about_img_small {
  position: absolute;
  border-top: 10px var(--black) solid;
  border-left: 10px var(--black) solid;
  width: 50%;
  height: 350px;
  bottom: -60px;
  right: 0px;
  z-index: 1;
}
.about_img_small img {
  width: 100%;
  height: 100%;
}
.about_img-circle {
  height: 230px;
  width: 280px;
  border-radius: 50%;
  background-color: var(--wblack);
  position: absolute;
  top: -40px;
  right: 100px;
  z-index: -2;
  display: block;
}
.about_img-bordercircle {
  height: 350px;
  width: 350px;
  border-radius: 50%;
  border: 2px var(--blue) dotted;
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: -1;
  display: block;
}

.friends_teg {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.friends_teg-left {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
}
.friends_teg-right {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
  transform: rotate(180deg);
}
.friends_cards {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.friends_cards_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}
.friends_cards_card-img {
  width: 100%;
  position: relative;
  height: 400px;
  z-index: 2;
  margin-bottom: 35px;
}
.friends_cards_card-img:hover:after {
  background: linear-gradient(0deg, rgb(63, 90, 243) 0%, rgba(63, 90, 243, 0.0088410364) 100%);
}
.friends_cards_card-img:hover div {
  display: flex;
}
.friends_cards_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: -1;
}
.friends_cards_card-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  transition: 300;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.friends_cards_card-img div {
  position: absolute;
  display: none;
  gap: 15px;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: 300ms;
}
.friends_cards_card-img div i {
  color: var(--white);
  background: var(--wblack);
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
}
.friends_cards_card-img div i:hover {
  background: var(--blue);
}
.friends_cards_card-name {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: left;
}
.friends_cards_card-post {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--grey);
}

.prices_swiper_wrapper_card {
  background: var(--wblack);
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.prices_swiper_wrapper_card .tarif {
  margin-bottom: 20px;
}
.prices_swiper_wrapper_card .tarif p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--white);
}
.prices_swiper_wrapper_card .tarif span {
  text-transform: uppercase;
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
}
.prices_swiper_wrapper_card .money {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.prices_swiper_wrapper_card .details {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.prices_swiper_wrapper_card .details li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.prices_swiper_wrapper_card .details li p {
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
}
.prices_swiper_wrapper_card .details li .fa-check {
  color: var(--blue);
  font-size: 16px;
}
.prices_swiper_wrapper_card .details li .fa-xmark {
  color: red;
  font-size: 16px;
}
.prices_swiper_wrapper_card button {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--black);
  background: var(--blue);
  transition: 300ms;
  margin-top: 30px;
  cursor: pointer;
}
.prices_swiper_wrapper_card button:hover {
  background: var(--white);
}
.prices .swiper {
  min-width: 100%;
  padding-top: 10px;
}
.prices .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
}
.prices .swiper-slide img {
  display: block;
  width: 100%;
}

.portfolio {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.portfolio_teg {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.portfolio_teg-left {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
}
.portfolio_teg-right {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
  transform: rotate(180deg);
}
.portfolio_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.portfolio_cards_card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px var(--white) solid;
}
.portfolio_cards_card-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-bottom: 40px;
}
.portfolio_cards_card-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: block;
  transition: 300ms;
}
.portfolio_cards_card-img i {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  color: var(--blue);
  font-size: 36px;
  background: var(--white);
  display: none;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  z-index: 3;
  cursor: pointer;
}
.portfolio_cards_card-img i:hover {
  color: var(--white);
  background: var(--blue);
}
.portfolio_cards_card-img:hover::after {
  background: rgba(21, 237, 53, 0.561);
}
.portfolio_cards_card-img:hover i {
  display: flex;
}
.portfolio_cards_card-img img {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.portfolio_cards_card-name {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  cursor: pointer;
}
.portfolio_cards_card-name:hover span {
  color: var(--white);
  background: var(--blue);
}
.portfolio_cards_card-name:hover h4 {
  color: var(--blue);
}
.portfolio_cards_card-name span {
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  transition: 300ms;
}
.portfolio_cards_card-name h4 {
  font-size: 24px;
  font-weight: 700;
  transition: 300ms;
  color: var(--white);
}

.request {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.request-img {
  width: 100%;
  height: auto;
}
.request-img img {
  width: 100%;
  height: 100%;
}
.request_info {
  width: 100%;
}
.request_info_teg {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.request_info_teg div {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
}
.request_info form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.request_info form .name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.request_info form .name p {
  font-size: 14px;
  color: var(--grey);
}
.request_info form .name input {
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  color: black;
}
.request_info form .input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.request_info form .input .telCountry {
  border-radius: none !important;
}
.request_info form .input p,
.request_info form .input label {
  font-size: 14px;
  color: var(--grey);
}
.request_info form .input input {
  padding: 15px 20px;
  width: 100%;
  font-size: 16px;
  color: black;
  border-radius: none;
}
.request_info form button {
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  background: var(--blue);
  text-align: center;
  cursor: pointer;
  transition: 300ms;
  width: 100%;
}
.request_info form button:hover {
  background: var(--wblack);
}

.blog {
  display: flex;
  flex-direction: column;
}
.blog_teg {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.blog_teg-left {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
}
.blog_teg-right {
  height: 10px;
  width: 37px;
  left: 0;
  opacity: 1;
  background: linear-gradient(270deg, rgba(29, 228, 46, 0.4) 0%, transparent 100%);
  transform: rotate(180deg);
}
.blog_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 30px;
  height: 400px;
}
.blog_cards_card {
  position: relative;
  width: 100%;
  height: 100%;
}
.blog_cards_card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--top_after_bg);
  transition: 300ms;
}
.blog_cards_card-img {
  position: relative;
  height: 100%;
}
.blog_cards_card-img img {
  width: 100%;
  height: 100%;
}
.blog_cards_card-info {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 1;
}
.blog_cards_card-info .time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.blog_cards_card-info .time i {
  font-size: 14px;
  color: var(--white);
}
.blog_cards_card-info .time span {
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}
.blog_cards_card-info .title {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 30px;
  transition: 300ms;
}
.blog_cards_card-info .title:hover {
  text-decoration: underline;
}
.blog_cards_card-info .button {
  display: flex;
  gap: 10px;
  padding: 15px 30px;
  align-items: center;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  transition: 300ms;
}
.blog_cards_card-info .button:hover {
  background: var(--bluehover);
}
.blog_cards_card-info .button:hover i {
  transform: rotate(0deg);
}
.blog_cards_card-info .button i {
  transform: rotate(-45deg);
  transition: 300ms;
}

.slider_line2 {
  background: url(/assets/images/index/slider2-bg.jpg);
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
}
.slider_line2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(28, 235, 9, 0.5647058824);
}
.slider_line2 .swiper-wrapper .swiper-slide {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.slider_line2 .swiper-wrapper .swiper-slide div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-max-content;
  height: max-content;
  height: 200px;
  gap: 50px;
}
.slider_line2 .swiper-wrapper .swiper-slide div i {
  font-size: 80px;
  color: white;
}
.slider_line2 .swiper-wrapper .swiper-slide div p {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px white;
}

@media (max-width: 1800px) {
  .top__row__left-title {
    font-size: 90px;
  }
  .top__row__right {
    font-size: 90px;
  }
}
@media (max-width: 1600px) {
  .prices .swiper-slide {
    width: 450px;
  }
}
@media (max-width: 1500px) {
  .top {
    height: 800px;
  }
  .top__row__left-title {
    font-size: 80px;
  }
  .top__row__right {
    font-size: 80px;
  }
}
@media (max-width: 1400px) {
  .prices .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 1300px) {
  .main__slider .top .top__row__left-title {
    font-size: 60px;
  }
  .main__slider .top .top__row__right {
    color: var(--white);
    -webkit-text-stroke: var(--white) !important;
    text-shadow: 3px 10px 15px var(--white);
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    line-height: 150%;
  }
  .main__slider .top {
    height: 750px;
  }
  .main__slider .top .top__row {
    flex-direction: column-reverse;
    transform: translateY(20%);
  }
  .main__slider .top .top__row__left {
    max-width: 80%;
  }
}
@media (max-width: 1200px) {
  .main__slider .top .top__row__left-title {
    font-size: 50px;
  }
  .main__slider .top .top__row__right {
    font-size: 53px;
  }
  .work_info_cards_card i {
    height: 80px;
    width: 80px;
    font-size: 38px;
  }
  .prices .swiper-slide {
    width: 350px;
  }
  .portfolio_cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .portfolio_cards_card {
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  .about {
    flex-direction: column;
    gap: 20px;
  }
  .about_info {
    width: 100%;
  }
  .about_img {
    width: 100%;
  }
  .blog_cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .main__slider .top .top__row {
    flex-direction: column-reverse;
    transform: translateY(34%);
  }
  .work {
    flex-direction: column;
    gap: 40px;
  }
  .work_image {
    width: 85%;
    height: 500px;
  }
  .work_info {
    width: 100%;
  }
  .friends_cards {
    grid-template-columns: 1fr 1fr;
  }
  .request {
    gap: 40px;
  }
  .slider_line2 {
    height: 150px;
  }
  .slider_line2 .swiper-wrapper .swiper-slide div {
    height: 150px;
  }
  .slider_line2 .swiper-wrapper .swiper-slide div p {
    font-size: 65px;
  }
  .slider_line2 .swiper-wrapper .swiper-slide div i {
    font-size: 60px;
  }
}
@media (max-width: 800px) {
  .main__slider .top .top__row__left p {
    font-size: 14px;
    font-weight: 400;
  }
  .main__slider .top {
    height: 600px;
  }
  .main__slider .top .top__row__left-title {
    font-size: 45px;
  }
  .main__slider .top .top__row__right {
    font-size: 50px;
  }
  .main__slider .top .top__row__left {
    gap: 30px;
  }
  .work_image {
    width: 100%;
    height: 480px;
  }
  .portfolio_cards {
    grid-template-columns: 1fr;
    max-width: 80%;
    margin: 0 auto;
  }
  .request-img {
    display: none;
  }
  .request {
    grid-template-columns: 1fr;
  }
  .blog_cards {
    grid-template-columns: 1fr;
    height: auto;
  }
  .blog_cards_card {
    height: 350px;
  }
  .slider_line2 {
    height: 120px;
  }
  .slider_line2 .swiper-wrapper .swiper-slide div {
    height: 120px;
  }
  .slider_line2 .swiper-wrapper .swiper-slide div p {
    font-size: 45px;
  }
  .slider_line2 .swiper-wrapper .swiper-slide div i {
    font-size: 50px;
  }
}
@media (max-width: 700px) {
  .main__slider .top {
    height: 530px;
  }
  .main__slider .top .top__row {
    flex-direction: column-reverse;
    transform: translateY(23%);
  }
  .work_info_cards {
    flex-direction: column;
  }
  .work_image {
    height: 450px;
  }
  .main__slider .top .top__row__left-title {
    font-size: 37px;
  }
}
@media (max-width: 620px) {
  .main__slider .top .top__row__left-title {
    font-size: 33px;
  }
  .main__slider .top .top__row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main__slider .top .top__row__left {
    gap: 25px;
  }
  .main__slider .top .top__row__left-link {
    font-size: 15px;
  }
  .main__slider .autoplay-progress {
    width: 70px;
    height: 70px;
  }
  .main__slider .autoplay-progress span {
    font-size: 17px;
  }
  .friends_teg,
  .about_info-teg,
  .work_info-teg {
    font-size: 12px;
  }
  .friends_teg {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .work_image {
    height: 425px;
  }
  .about_img-circle {
    height: 161px;
    width: 188px;
  }
  .about_img-bordercircle {
    height: 161px;
    width: 153px;
    right: 0;
  }
  .about_img_small {
    height: auto;
  }
  .about_img_big {
    width: 80%;
    height: 80%;
  }
  .about_img_big img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .friends_cards {
    grid-template-columns: 1fr;
  }
  .portfolio_cards {
    max-width: 100%;
  }
  .blog_cards_card-info .title {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .about_img-bordercircle {
    display: none;
  }
  .about_img-circle {
    display: none;
  }
  .prices_swiper_wrapper_card {
    padding: 40px 30px;
  }
  .prices .swiper-slide {
    width: 300px;
  }
}
@media (max-width: 520px) {
  .main__slider .top .top__row__left-link {
    font-size: 15px;
    padding: 15px 30px;
    margin-top: 10px;
  }
  .main__slider .top {
    height: 480px;
  }
  .main__slider .top .top__row__left-title {
    font-size: 30px;
  }
  .main__slider .top .top__row__right {
    font-size: 42px;
  }
  .work_image {
    height: 380px;
  }
  .about_img {
    max-width: 100%;
    width: 100%;
  }
  .about {
    margin-bottom: 80px;
  }
}
@media (max-width: 450px) {
  .about_info_buttons button {
    width: 100%;
    text-align: center;
  }
  .main__slider .top .top__row__right {
    font-size: 35px;
  }
  .main__slider .top .top__row__left {
    gap: 20px;
    margin-top: -30px;
  }
  .main__slider .top .top__row__left-link {
    font-size: 14px;
  }
  .main__slider .autoplay-progress {
    width: 55px;
    height: 55px;
  }
  .main__slider .autoplay-progress span {
    font-size: 14px;
  }
  .work_image {
    height: 315px;
  }
  .prices_swiper_wrapper_card {
    padding: 30px 20px;
  }
  .prices_swiper_wrapper_card .money {
    font-size: 45px;
  }
  .prices .swiper-slide {
    width: 280px;
  }
  .portfolio_cards_card-img {
    margin-bottom: 20px;
  }
  .portfolio_cards_card {
    padding: 20px;
  }
  .portfolio_cards_card-name h4 {
    font-size: 22px;
  }
  .portfolio_cards_card-name span {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }
  .request_info form {
    gap: 20px;
  }
  .blog_cards_card-info .title {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .main__slider .top .top__row__right {
    font-size: 30px;
  }
  .main__slider .top .top__row__left-link {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 10px;
  }
  .main__slider .top .top__row__left-title {
    font-size: 26px;
  }
  .work_image {
    height: 270px;
  }
  .work_info-teg {
    margin-bottom: 25px;
  }
  .friends_cards_card-img {
    margin-bottom: 25px;
  }
  .prices .swiper-slide {
    width: 250px;
  }
  .prices_swiper_wrapper_card {
    padding: 25px 20px;
  }
  .prices_swiper_wrapper_card .money {
    font-size: 40px;
  }
  .prices_swiper_wrapper_card .tarif span {
    font-size: 14px;
  }
  .prices_swiper_wrapper_card .details {
    gap: 10px;
  }
  .prices_swiper_wrapper_card .details li p {
    font-size: 14px;
  }
  .portfolio_cards_card-name h4 {
    font-size: 20px;
  }
  .blog_cards_card-info {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 350px) {
  .work_image {
    height: 250px;
  }
  .portfolio_cards_card-name h4 {
    font-size: 18px;
  }
  .blog_cards_card-info .title {
    font-size: 18px;
  }
  .main__slider .top .top__row__left-link {
    font-size: 14px;
    padding: 10px 10px;
  }
}/*# sourceMappingURL=index.css.map */