/* @font-face {
  font-family: "Signel";
  src: url("../fonts/Singel-SemiBoldDemo.otf") format("opentype"), url("/fonts/Singel-SemiBoldDemo.ttf") format("truetype");
  font-weight: 600;
} */
@font-face {
  font-family: 'Noto Serif SemCond Med';
  src: url('../fonts/NotoSerif-SemiCondensedMedium.eot');
  src: url('../fonts/NotoSerif-SemiCondensedMedium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NotoSerif-SemiCondensedMedium.woff2') format('woff2'),
      url('../fonts/NotoSerif-SemiCondensedMedium.woff') format('woff'),
      url('../fonts/NotoSerif-SemiCondensedMedium.ttf') format('truetype'),
      url('../fonts/NotoSerif-SemiCondensedMedium.svg#NotoSerif-SemiCondensedMedium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100svh;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body {padding-top: 82px;}
body, button {
  font-family: "Noto Serif SemCond Med", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(28, 25, 25);
}

.main-container {
  max-width: 1352px;
  margin: 0 auto;
}
@media screen and (max-width: 1382px) {
  .main-container {
    max-width: calc(100% - 30px);
  }
}

.text-gradient, .services__block .card-2 a, .services__block .card-1 a, .services__navigation.active button.active, .pagination ul a.active, .pagination ul span.active, .pagination ul li.active, .menu__navs_item a:hover .text, .header__navs_item__list a:hover .text {
  background: linear-gradient(to right, rgb(125, 49, 114), rgb(174, 60, 111));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(to right, rgb(125, 49, 114), rgb(174, 60, 111));
  border-radius: 10px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .btn-gradient {
    gap: 8px;
    font-size: 14px;
    border-radius: 5px;
  }
  .btn-gradient img {
    height: 30px;
    width: auto;
  }
}

.header__container {padding: 15px 0;}
@media screen and (max-width: 992px) {
  .header__container {padding: 10px 0;}
  .services__navigation {top: 50px!important;}
}
.header__logo {
  gap: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .header__logo {
    font-size: 10px;
    gap: 5px;
  }
  .header__logo img {
    width: 90px;
    flex-shrink: 0;
  }
}
.header__right {
  gap: 67px;
}
@media screen and (max-width: 1250px) {
  .header__right {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .header__right {
    gap: 10px;
  }
}
.header__navs {
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .header__navs {
    gap: 15px;
  }
}
.header__navs_link {
  font-size: 16px;
  text-transform: uppercase;
  gap: 5px;
}
.header__navs_item {
  position: relative;
  z-index: 3;
  text-wrap: nowrap;
}
.header__navs_item__list {
  position: absolute;
  left: 0;
  top: 30px;
  width: 278px;
  padding: 10px 25px 10px 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
}
.header__navs_item__list::before {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  top: -20px;
  position: absolute;
  background: transparent;
}
.header__navs_item__list li:not(:last-child) {
  border-bottom: 0.5px solid rgb(187, 187, 187);
}
.header__navs_item__list a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.header__navs_item__list a:hover .icon {
  background: rgba(197, 23, 130, 0.1);
}
.header__navs_item__list .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(245, 245, 245);
}
.header__navs_item__list .text {
  font-size: 16px;
}
.header__navs_item:hover .header__navs_item__list {
  display: flex;
}
.header .phone {
  gap: 6px;
}
@media screen and (max-width: 992px) {
  .header .phone {
    gap: 5px;
  }
}
.header .phone a {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  body {padding-top: 52px;}
  .header .phone a {
    font-size: 10px;
    line-height: 10px;
  }
}
.header .link {
  background: rgb(245, 245, 245);
  padding: 15px;
  gap: 10px;
  margin-right: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .header .link {
    width: 30px;
    height: 30px;
    padding: 0;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .header .link img {
    width: 20px;
  }
}
.header .link span {
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 1140px) {
  .header .link span {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header .bars {
    display: none;
  }
}

.header.active {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.header.fixed {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.menu__content {
  position: absolute;
  right: 0;
  top: 0;
  width: 298px;
  height: 100%;
  background: white;
  overflow: hidden;
}
.menu__head {
  padding: 10px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.menu__head a {
  background: rgb(245, 245, 245);
  border-radius: 4px;
  font-size: 12px;
  gap: 10px;
  padding: 9px 15px;
}
.menu__head a img {
  width: 20px;
}
.menu__body {
  padding: 60px 15px 40px;
  position: relative;
  max-height: calc(100% - 56px);
  overflow-y: scroll;
}
.menu__body::-webkit-scrollbar {
  display: none;
}
.menu__navs {
  gap: 25px;
}
.menu__navs a, .menu__navs li {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.menu__navs a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu__navs_item button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.menu__navs_item button span {
  font-size: 16px;
  text-transform: uppercase;
}
.menu__navs_item ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.menu__navs_item a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu__navs_item a .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(245, 245, 245);
}
.menu__navs_item a .text {
  font-size: 16px;
  text-transform: uppercase;
}
.menu__navs_item a:hover .icon {
  background: rgba(197, 23, 130, 0.1);
}
.menu__contact {
  border-top: 0.5px solid rgb(132, 132, 132);
  margin-top: 40px;
  padding: 40px 15px 0;
  gap: 30px;
}
.menu__contact_item {
  gap: 15px;
}
.menu__contact_item h4 {
  font-size: 14px;
  margin-left: 10px;
}
.menu__contact_item p, .menu__contact_item a {
  font-size: 14px;
  line-height: 17px;
  color: rgb(132, 132, 132);
}
.menu__contact_item a {
  line-height: 10px;
}
.menu.active {
  display: block;
}
@keyframes menuBgActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuContentActive {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.menu.active .menu__bg {
  animation: menuBgActive 0.2s linear 1;
}
.menu.active .menu__content {
  animation: menuContentActive 0.2s linear 1;
}
@keyframes menuEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.menu.end-active {
  display: block;
  animation: menuEndActive 0.2s linear 1;
  opacity: 0;
}
@keyframes menuBgEndActive {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes menuContentEndActive {
  to {
    transform: translateX(0);
    transform: translateX(100%);
  }
}
.menu.end-active .menu__bg {
  animation: menuBgEndActive 0.2s linear 1;
}
.menu.end-active .menu__content {
  animation: menuContentEndActive 0.2s linear 1;
}

.marque {
  background: linear-gradient(to right, rgb(125, 49, 114), rgb(174, 60, 111));
}
.marque .swiper-wrapper {
  height: 54px;
  align-items: center;
  transition-timing-function: linear !important;
}
@media screen and (max-width: 750px) {
  .marque .swiper-wrapper {
    height: 40px;
  }
}
.marque .swiper-slide {
  height: auto;
  color: white;
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .marque .swiper-slide {
    font-size: 14px;
    width: 498px;
  }
}

.home {
  position: relative;
  z-index: 1;
  color: white;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .home {
    margin-bottom: 50px;
  }
}
.home .swiper-slide {
  height: 685px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .home .swiper-slide {
    height: 590px;
  }
}
.home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home__container {
  padding-top: 312px;
}
@media screen and (max-width: 992px) {
  .home__container {
    padding-top: 310px;
  }
}
.home__title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  max-width: 660px;
}
@media screen and (max-width: 992px) {
  .home__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.home__description {
  max-width: 626px;
  font-size: 25px;
  margin-bottom: 60px;
  line-height: 25px;
}
@media screen and (max-width: 992px) {
  .home__description {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 40px;
  }
}
.home .swp_navigation {
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .home .swp_navigation {
    gap: 2px;
  }
}
@media screen and (max-width: 992px) {
  .home .swp_navigation button img {
    height: 20px;
  }
}
.home .swp_fraction {
  font-size: 20px;
  width: 28px !important;
}
@media screen and (max-width: 992px) {
  .home .swp_fraction {
    font-size: 14px;
    width: 20px !important;
  }
}

.example {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .example {
    margin-bottom: 80px;
  }
}
.example__container {
  gap: 40px;
  background: rgb(245, 245, 245);
  border-radius: 40px;
  padding: 40px;
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .example__container {
    padding: 20px;
    border-radius: 30px;
    gap: 15px;
  }
}
.example__card {
  width: calc(33.3333333333% - 26.6666666667px);
  background: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.example__card a {
  padding: 40px;
}
.example__card_top {margin-bottom: 40px;}
@media screen and (max-width: 992px) {
  .example__card {
    width: 100% !important;
    border-radius: 20px;
  }
  .example__card a {
    padding: 30px;
  }
}
.example__card:nth-child(n+4) {
  width: calc(50% - 20px);
}
.example__card:hover {
  background: linear-gradient(to right, rgb(125, 49, 114), rgb(174, 60, 111));
  color: white;
}
.example__card:hover .text-gradient {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.example__card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.example__card:hover .icon-details-arrow {
  background-image: url("../images/arrow-circle2.svg");
}

.example__card .icon-stage-complexes {
  background-image: url("../images/example-stage-complexes.svg");
}
.example__card .icon-sound-support {
  background-image: url("../images/example-sound-support.svg");
}
.example__card .icon-led-screen {
  background-image: url("../images/example-led-screen.svg");
}
.example__card .icon-transport-services  {
  background-image: url("../images/example-transport-services.svg");
}
.example__card .icon-additional-services {
  background-image: url("../images/example-additional-services.svg");
}
/* HOVER */
.example__card:hover .icon-stage-complexes {
  background-image: url("../images/example-stage-complexes-white.svg");
}
.example__card:hover .icon-sound-support {
  background-image: url("../images/example-sound-support-white.svg");
}
.example__card:hover .icon-led-screen {
  background-image: url("../images/example-led-screen-white.svg");
}
.example__card:hover .icon-transport-services {
  background-image: url("../images/example-transport-services-white.svg");
}
.example__card:hover .icon-additional-services {
  background-image: url("../images/example-additional-services-white.svg");
}
@media screen and (max-width: 992px) {
  .example__card .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .example__card .icon img {
    transform: scale(0.65);
  }
}
.example__card .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(104.57deg, rgb(125, 49, 114) 10.174%, rgb(174, 60, 111) 68.761%);
  opacity: 0.1;
}
.example__card h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .example__card h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.example__card p {
  font-size: 16px;
  line-height: 18.5px;
}
@media screen and (max-width: 992px) {
  .example__card p {
    font-size: 14px;
    line-height: 16px;
  }
}
.example__card_bottom>span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-details-arrow {
  display: inline-block;
  width: 42px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-gradient.png");
  background-size: contain;
}

.events {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .events {
    margin-bottom: 50px;
  }
}
.events .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .events .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
.events__title {
  text-align: right;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 992px) {
  .events__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 80px;
  }
}
.events__head {
  border-bottom: 1px solid rgb(28, 25, 25);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .events__head {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.events__head h3 {
  font-size: 40px;
  line-height: 41.5px;
}
@media screen and (max-width: 992px) {
  .events__head h3 {
    font-size: 25px;
    line-height: 25px;
  }
}
.events__head a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .events__head a span {
    display: none;
  }
}
.events__card {
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .events__card {
    gap: 20px 10px;
  }
}
.events__card li {
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 992px) {
  .events__card li {
    width: calc(50% - 5px);
  }
}
.events__card_item {display: block;}
.events__card_item .main-img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .events__card_item .main-img {
    height: 120px;
    margin-bottom: 10px;
  }
}
.events__card_item .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .events__card_item .main-img img {
    border-radius: 10px;
  }
}
.events__card_item h5 {
  font-size: 14px;
  line-height: 14px;
  color: rgb(132, 132, 132);
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .events__card_item h5 {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 20px;
  }
}
.events__card_item h4 {
  min-height: 41px;
  font-size: 20px;
  text-decoration: underline;
  line-height: 20.5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .events__card_item h4 {
    font-size: 12px;
    line-height: 12px;
    min-height: 24px;
    margin-bottom: 20px;
  }
}
.events__card_item p {
  font-size: 14px;
  line-height: 19.25px;
  min-height: 77px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .events__card_item p {
    font-size: 12px;
    min-height: 100px;
    margin-bottom: 20px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.events__card_item > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .events__card_item > span {
    font-size: 14px;
    gap: 12px;
  }
  .events__card_item > span img {
    height: 20px;
    width: auto;
  }
}

.pagination {
  gap: 28px;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .pagination {
    margin-top: 40px;
    gap: 12px;
  }
}
.pagination .prev img {
  transform: rotateZ(180deg);
}
.pagination .prev:not(.active), .pagination .next:not(.active) {
  opacity: 0.3;
}
@media screen and (max-width: 992px) {
  .pagination .prev img, .pagination .next img {
    height: 20px;
  }
}
.pagination ul {
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .pagination ul {
    gap: 5px;
  }
}
.pagination ul a, .pagination ul span, .pagination ul li {
  font-size: 25px;
  line-height: 25px;
  color: rgb(187, 187, 187);
}
@media screen and (max-width: 992px) {
  .pagination ul a, .pagination ul span, .pagination ul li {
    font-size: 14px;
    line-height: 14px;
    transform: translateY(1px);
  }
}
.contact {
  background: rgb(245, 245, 245);
}
.contact__container {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .contact__container {
    flex-direction: column;
    gap: 0px;
  }
}
.contact__left {
  height: 782px;
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 992px) {
  .contact__left {
    width: calc(100% + 30px);
    height: 402px;
    flex-shrink: 0;
  }
}
.contact__left img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .contact__left img {
    width: 100%;
  }
}
.contact__right {
  width: calc(50% - 20px);
}
@media screen and (max-width: 992px) {
  .contact__right {
    width: 100%;
  }
}
.contact__form {
  max-width: 543px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .contact__form {
    padding: 50px 0 79px;
  }
}
.contact__form h2 {
  text-align: center;
  font-size: 37px;
  margin-bottom: 40px;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .contact__form h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.contact__form h2 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}
@media screen and (max-width: 992px) {
  .contact__form h2 span {
    align-items: flex-start;
    gap: 3px;
  }
}
.contact__form h2 img {display: inline;}
@media screen and (max-width: 992px) {
  .contact__form h2 img {width: 26px;}
}
.contact__form p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .contact__form p {
    padding: 0 14px;
  }
}
.contact__form .form_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  margin: 0 auto 60px;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .contact__form .form_group {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.contact__form .form_group input:not([type=file]) {
  width: 100%;
  background: white;
  height: 74px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px;
}
.contact__form .form_group input:not([type=file])::-moz-placeholder {
  color: rgb(132, 132, 132);
}
.contact__form .form_group input:not([type=file])::placeholder {
  color: rgb(132, 132, 132);
}
.contact__form .form_group textarea {
  resize: vertical;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  height: 74px;
  display: flex;
  align-items: center;
  width: 100%;
}
.contact__form .form_group textarea::-moz-placeholder {
  color: rgb(132, 132, 132);
}
.contact__form .form_group textarea::placeholder {
  color: rgb(132, 132, 132);
}
.contact__form .form_group textarea::-webkit-scrollbar {
  display: none;
}
.contact__form .form_group input[type=file] {
  display: none;
}
.contact__form .form_group label {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  color: rgb(132, 132, 132);
}
.contact__form .form_group label span {
  line-height: 10px;
  padding: 10px 0;
  border-bottom: 0.5px dashed rgb(132, 132, 132);
}

.footer {
  background: rgb(57, 57, 58);
  color: white;
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}
.footer__head {
  gap: 100px;
  margin-bottom: 56px;
}
@media screen and (max-width: 992px) {
  .footer__head {
    gap: 40px;
    margin-bottom: 40px;
  }
}
.footer__logo {
  gap: 10px;
}
.footer__logo span {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .footer__logo span {
    font-size: 16px;
  }
}
.footer__navs {
  gap: 40px;
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  .footer__navs {
    font-size: 16px;
    gap: 15px;
  }
  .footer__navs li, .footer__navs a {
    line-height: 11px;
  }
}
.footer__body {
  gap: 100px;
}
@media screen and (max-width: 992px) {
  .footer__body {
    gap: 40px;
  }
}
.footer__contact {
  width: 167px;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .footer__contact {
    gap: 15px;
    width: auto;
  }
}
.footer__contact a, .footer__contact li {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .footer__contact a, .footer__contact li {
    font-size: 14px;
    line-height: 14px;
  }
}
.footer .text {
  gap: 120px;
}
@media screen and (max-width: 992px) {
  .footer .text {
    gap: 10px;
  }
}
.footer .text_item {
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer .text_item {
    gap: 10px;
  }
  .footer .text_item img {
    width: 51px;
    flex-shrink: 0;
  }
}
.footer .text_item h3 {
  font-size: 20px;
  line-height: auto;
  margin-bottom: 10px;
  color: rgb(132, 132, 132);
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .footer .text_item h3 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
  }
}
.footer .text_item a {
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .footer .text_item a {
    font-size: 12px;
    line-height: 12px;
  }
}
.footer__foot {
  gap: 20px;
  padding-top: 60px;
  margin-top: 60px;
  border-top: 0.5px solid rgb(132, 132, 132);
}
@media screen and (max-width: 992px) {
  .footer__foot {
    border-top: 0;
    margin-top: 40px;
    padding-top: 0;
    gap: 10px;
  }
}
.footer__foot p {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgb(187, 187, 187);
}
@media screen and (max-width: 992px) {
  .footer__foot p {
    font-size: 10px;
    line-height: 10px;
  }
}

.breadcrumbs {
  margin: 40px 0 60px;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    margin: 20px 0 40px;
  }
}
.breadcrumbs a {
  font-size: 12px;
  line-height: 12px;
  color: rgb(187, 187, 187);
  display: inline;
}
.breadcrumbs span {
  font-size: 12px;
  line-height: 12px;
  display: inline;
}

.about {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .about {
    margin-bottom: 80px;
  }
}
.about__title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .about__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
.about__description {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .about__description {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.about__card {
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .about__card {
    gap: 15px;
    margin-bottom: 50px;
  }
}
.about__card li {
  height: 350px;
  width: 100%;
}
.about__card li:nth-child(2) {
  width: 424px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .about__card li:nth-child(2) {
    width: 100%;
  }
}
.about__card li img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__subtitle {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(28, 25, 25);
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .about__subtitle {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.about .about__direction p {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .about .about__direction p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.about .about__direction ul, .about .about__direction ol {
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 100px;
  list-style: auto;
  list-style-position: inside;
}
@media screen and (max-width: 992px) {
  .about  .about__direction ul, .about .about__direction ol {
    font-size: 14px;
    margin-bottom: 80px;
  }
}
.about .big_title {
  text-align: right;
  font-size: 50px;
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  .about .big_title {
    font-size: 30px;
  }
}

.event {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .event {
    margin-bottom: 50px;
  }
}
.event__title {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .event__title {
    font-size: 25px;
    margin-bottom: 40px;
  }
}
.event__card {
  height: 500px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .event__card {
    height: 200px;
    margin-bottom: 40px;
  }
}
.event__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.event ul {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (max-width: 992px) {
  .event ul {
    font-size: 14px;
    line-height: 25px;
    gap: 0px;
  }
}
.event p {
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .event p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
  }
}
.event__slider {
  position: relative;
}
.event__slider .swiper {
  overflow: visible;
}
.event__slider .swiper-slide {
  height: 350px;
  width: 541px;
}
@media screen and (max-width: 992px) {
  .event__slider .swiper-slide {
    height: 200px;
    width: 273px;
  }
}
.event__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.event__slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.event__slider button img {
  height: 50px;
}
@media screen and (max-width: 992px) {
  .event__slider button img {
    height: 40px;
  }
}
.event__slider .swp_prev {
  left: 16px;
}
@media screen and (max-width: 992px) {
  .event__slider .swp_prev {
    left: 15px;
  }
}
.event__slider .swp_next {
  right: 16px;
}
@media screen and (max-width: 992px) {
  .event__slider .swp_next {
    right: 0;
  }
}

.documents {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .documents {
    margin-bottom: 50px;
  }
}
.documents__title {
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 992px) {
  .documents__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
.documents__card {
  gap: 100px;
}
@media screen and (max-width: 992px) {
  .documents__card {
    gap: 50px;
  }
}
.documents__card_item h3 {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(28, 25, 25);
}
@media screen and (max-width: 992px) {
  .documents__card_item h3 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.documents__card_item ul {
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .documents__card_item ul {
    gap: 10px;
  }
}
.documents__card_item ul li {
  background: rgb(245, 245, 245);
  border-radius: 10px;
  gap: 23px;
}
.documents__card_item ul li>a {
  padding: 20px 40px;
}
@media screen and (max-width: 992px) {
  .documents__card_item ul li>a {
    padding: 20px 10px;
  }
}
.documents__card_item ul div {
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .documents__card_item ul div {
    gap: 10px;
  }
  .documents__card_item ul div img {
    width: 30px;
  }
}
.documents__card_item ul img {
  flex-shrink: 0;
}
.documents__card_item ul p {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .documents__card_item ul p {
    font-size: 12px;
  }
}
.documents__card_item ul span.download {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .documents__card_item ul span.download span {
    display: none;
  }
}

.contacts {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .contacts {
    margin-bottom: 50px;
  }
}
.contacts__title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .contacts__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
.contacts__content {
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .contacts__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .contacts__content {
    margin-bottom: 40px;
  }
}
.contacts .networks {
  width: 100%;
  background: rgb(245, 245, 245);
  border-radius: 30px;
  gap: 40px;
  padding: 60px;
}
@media screen and (max-width: 992px) {
  .contacts .networks {
    gap: 30px;
    padding: 30px;
    border-radius: 20px;
  }
}
.contacts .networks__item {
  gap: 20px !important;
  width: 100%;
}
.contacts .networks__item div {
  gap: 20px;
}
.contacts .networks__item .icon {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .contacts .networks__item .icon {
    width: 30px;
  }
}
.contacts .networks__item h4 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .contacts .networks__item h4 {
    font-size: 18px;
  }
}
.contacts .networks__item a {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 992px) {
  .contacts .networks__item a {
    font-size: 14px;
    line-height: 14px;
  }
}
.contacts .networks__item p {
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 992px) {
  .contacts .networks__item p {
    font-size: 14px;
  }
}
.contacts .networks li {
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .contacts .networks li {
    gap: 30px;
  }
}
.contacts__right {
  width: 100%;
  background: linear-gradient(104.57deg, rgb(125, 49, 114) 1.071%, rgb(174, 60, 111) 69.018%);
  border-radius: 30px;
  padding: 2px;
}
.contacts__form {
  background: white;
  border-radius: 28px;
  padding: 59px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .contacts__form {
    padding: 28px;
  }
}
.contacts__form .form_group {
  gap: 20px;
  max-width: 500px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 992px) {
  .contacts__form .form_group {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.contacts__form h2 {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .contacts__form h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.contacts__form p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .contacts__form p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 40px;
  }
}
.contacts__form input:not([type=file]) {
  width: 100%;
  background: rgb(245, 245, 245);
  height: 74px;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 20px;
}
.contacts__form input:not([type=file])::-moz-placeholder {
  color: rgb(132, 132, 132);
}
.contacts__form input:not([type=file])::placeholder {
  color: rgb(132, 132, 132);
}
.contacts__form textarea {
  background: rgb(245, 245, 245);
  height: 74px;
  border-radius: 10px;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}
.contacts__form textarea::-moz-placeholder {
  color: rgb(132, 132, 132);
}
.contacts__form textarea::placeholder {
  color: rgb(132, 132, 132);
}
.contacts__form input[type=file] {
  display: none;
}
.contacts__form label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contacts__form label span {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0;
  border-bottom: 0.5px dashed rgb(132, 132, 132);
  color: rgb(132, 132, 132);
}
.contacts__map {
  border-radius: 30px;
  overflow: hidden;
}
.contacts__map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 992px) {
  .contacts__map iframe {
    height: 412px;
  }
}

.services {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .services {
    margin-bottom: 50px;
  }
}
.services__title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .services__title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
.services__navigation {
  position: sticky;
  top: 78px;
  z-index: 2;
}
.services__navigation .main-container {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .services__navigation .main-container {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.services__navigation button {
  background: rgb(245, 245, 245);
  border-radius: 10px;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .services__navigation button {
    width: calc(50% - 5px);
    height: 47px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
  }
  .services__navigation button:last-child {
    width: 100%;
  }
}
.services__navigation button.active {
  background: linear-gradient(to right, rgb(125, 49, 114), rgb(174, 60, 111));
  color: white;
}
@media screen and (max-width: 992px) {
  .services__navigation.h-block {
    height: 161px;
  }
}
.services__navigation.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  background: white;
  z-index: -1;
  height: 54px;
}
@media screen and (max-width: 992px) {
  .services__navigation.active::before {
    height: 27px;
  }
}
@media screen and (max-width: 992px) {
  .services__navigation.active .container_wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .services__navigation.active .main-container {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    padding: 0 15px;
    margin-left: -15px;
  }
  .services__navigation.active .main-container::-webkit-scrollbar {
    display: none;
  }
}
.services__navigation.active button {
  background: transparent;
  height: 54px;
}
@media screen and (max-width: 992px) {
  .services__navigation.active button {
    height: 27px;
    padding: 10px 15px;
    flex-shrink: 0;
    width: auto;
  }
}
.services__navigation.active button.active {
  position: relative;
}
.services__navigation.active button.active::before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, rgb(125, 49, 114), rgb(174, 60, 111));
}
@media screen and (max-width: 992px) {
  .services__navigation.active button.active::before {
    height: 1px;
  }
}
.services__block {
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .services__block {
    margin-top: 50px;
  }
}
.services__block .main-container {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
@media screen and (max-width: 992px) {
  .services__block .main-container {
    gap: 80px;
  }
}
.services__block .title {
  font-size: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(28, 25, 25);
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.services__block .description {
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 992px) {
  .services__block .description {
    font-size: 14px;
  }
}
.services__block .title-2 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .services__block .title-2 {
    font-size: 14px;
  }
}
.services__block .card-1 {
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .services__block .card-1 {
    margin: 40px 0;
  }
}
.services__block .card-1 ul {
  margin-top: 40px;
  border: 4px solid rgb(245, 245, 245);
  gap: 40px;
  padding: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 992px) {
  .services__block .card-1 ul {
    border-width: 2px;
    padding: 13px;
    gap: 10px;
    border-radius: 20px;
  }
}
.services__block .card-1 li {
  width: calc(50% - 20px);
  min-height: 370px;
  text-align: center;
  background: rgb(245, 245, 245);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .services__block .card-1 li {
    min-height: 153px;
    padding: 20px 12px;
    width: calc(50% - 5px);
    gap: 0px;
    border-radius: 15px;
  }
}
.services__block .card-1 img {
  height: 289px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .services__block .card-1 img {
    height: 103px;
    width: 100%;
  }
}
.services__block .card-1 a {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .services__block .card-1 a {
    font-size: 14px;
  }
}
.services__block .card-2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .card-2 {
    margin-bottom: 40px;
  }
}
.services__block .card-2 ul {
  margin-top: 40px;
  border-radius: 40px;
  background: rgb(245, 245, 245);
  gap: 40px;
  padding: 40px;
}
@media screen and (max-width: 992px) {
  .services__block .card-2 ul {
    margin-top: 20px;
    border-radius: 20px;
    gap: 10px;
    padding: 15px;
  }
}
.services__block .card-2 li {
  min-height: 370px;
  background: white;
  width: calc(33.3333333333% - 26.6666666667px);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 3.5px 20.5px 0;
}
@media screen and (max-width: 992px) {
  .services__block .card-2 li {
    width: calc(50% - 5px);
    min-height: 159px;
    gap: 0px;
    padding: 20px 9.5px;
    border-radius: 15px;
  }
}
.services__block .card-2 img {
  width: 100%;
  height: 289px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .services__block .card-2 img {
    height: 109px;
  }
}
.services__block .card-2 a {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .services__block .card-2 a {
    font-size: 14px;
  }
}
.services__block .text .title-2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .text .title-2 {
    margin-bottom: 40px;
  }
}
.services__block .text .description p {margin-bottom: 40px;}
@media screen and (max-width: 992px) {
  .services__block .text .description p {margin-bottom: 20px;}
}
.services__block .text ul {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .services__block .text ul {
    font-size: 14px;
  }
}
.services__block .big-title {
  text-align: right;
  font-size: 50px;
  line-height: normal;
  margin-top: 130px;
}
@media screen and (max-width: 992px) {
  .services__block .big-title {
    font-size: 30px;
    margin-top: 80px;
  }
}
.services__block .service__slider {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .service__slider {
    margin-top: 40px;
  }
}
.services__block .service__slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.services__block .service__slider button img {
  height: 40px;
}
.services__block .service__slider .swp_prev {
  left: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .service__slider .swp_prev {
    left: 8px;
  }
}
.services__block .service__slider .swp_next {
  right: 0;
}
@media screen and (max-width: 992px) {
  .services__block .service__slider .swp_next {
    right: 8px;
  }
}
.services__block .service__slider .swiper {
  overflow: visible;
}
.services__block .service__slider .swiper-slide {
  width: 541px;
  height: 350px;
}
@media screen and (max-width: 992px) {
  .services__block .service__slider .swiper-slide {
    width: 273px !important;
    height: 200px;
  }
}
.services__block .service__slider .swiper-slide.swiper-slide-active {
  width: 657px;
}
.services__block .service__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.services__block .card-3 {
  margin-top: 60px;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3 {
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .services__block .card-3 .main-img {
    height: 240px;
  }
}
.services__block .card-3 .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3 .main-img img {
    border-radius: 20px;
  }
}
.services__block .card-3__content {
  background: rgb(245, 245, 245);
  border-radius: 30px;
  padding: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3__content {
    padding: 30px 30px 40px;
    border-radius: 20px;
  }
}
.services__block .card-3__content .icon {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3__content .icon {
    width: 30px;
    margin-right: 10px;
  }
}
.services__block .card-3__content h5 {
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3__content h5 {
    font-size: 14px;
  }
}
.services__block .card-3__content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3__content ul {
    gap: 20px;
    margin-top: 30px;
    padding-left: 0;
  }
}
.services__block .card-3__content li {
  font-size: 16px;
  line-height: 16px;
}
@media screen and (max-width: 992px) {
  .services__block .card-3__content li {
    font-size: 14px;
    line-height: 14px;
  }
}
.services__block .card-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .services__block .card-4 {
    margin-top: 40px;
    gap: 10px;
  }
}
.services__block .card-4 li {
  height: 318px;
  width: calc(33.3333333333% - 26.6666666667px);
}
@media screen and (max-width: 992px) {
  .services__block .card-4 li {
    height: auto;
    width: 100% !important;
  }
}
.services__block .card-4 li:nth-last-child(-n+2) {
  width: calc(50% - 20px);
}
.services__block .card-4 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .services__block .card-4 li img {
    border-radius: 20px;
  }
}/*# sourceMappingURL=style.css.map */