
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*transition: all 0.3s ease;*/
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #6999cf;
  border-radius: 10px;
}

body {
  font-family: "Fira Sans", sans-serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 10px;
  }
}

/* Webkit-based browsers uchun scrollbarni yashirish */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Boshqa browserlar uchun scrollbarni yashirish */
.hide-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

button {
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.1;
  background: #1d1d1d;
  z-index: 2;
  opacity: 0.1;
  background: #1d1d1d;
}
.overlay .close__modal__block {
  display: none;
}
@media (max-width: 768px) {
  .overlay .close__modal__block {
    display: block;
    position: fixed;
    top: 35px;
    right: 35px;
    z-index: 10;
    background: none;
    width: 30px;
    height: 30px;
  }
  .overlay .close__modal__block img {
    width: 100%;
    height: 100%;
  }
}

.section--title {
  color: #171811;
  /* H2 */
  font-family: "Jost";
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
}

.blue {
  color: #6999cf;
}

.blue__btn {
  background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), linear-gradient(0deg, #66a2d4 0%, #66a2d4 100%), #d9d9d9;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
}

.header .phone span {
  color: #6999cf;
  border-bottom: 1px dashed #6999cf;
}

.hero {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0;
}
.hero.hero__first {
  background: url("../images/hero_blue.jpg");
}

.ideal .modal__block .slider-for li button::before {
  background: #6999cf;
}

.news .date .sana {
  color: #6999cf;
}

.solution .solution__card--img {
  background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #6999cf;
}

.nav-tabs .nav-link.active {
  background: #6999cf;
}

.calculate {
  background: url("../images/calculate__bg.jpg");
}
.calculate .call__me {
  color: #6999cf;
}

.blue_opacity {
  position: relative;
}

.blue_opacity::after {
  position: absolute;
  opacity: 0.08;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  background: #6999cf;
  left: 0;
}

.blue_opacity_05 td {
  color: rgba(23, 24, 17, 0.4588235294);
}

.tarif .container {
  background: url("../images/tarif__top-bg.png");
}
.tarif .container .tarif__table::before {
  position: absolute;
  content: "";
  width: 245px;
  height: 245px;
  background-image: url("../images/tarif__aylana.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -90px;
  left: 77px;
  left: 140px;
  animation: aylana 15s linear infinite;
}
.tarif .container .tarif__table thead tr th:nth-child(2) {
  height: 100px;
  width: 280px;
  border-radius: 20px 20px 0px 0px;
  background: #6999cf;
  /*cursor: pointer;*/
}
.tarif .container .tarif__table thead tr th:nth-child(3) {
  height: 100px;
  width: 280px;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #6999cf;
}
.tarif .container .tarif__table thead tr th:nth-child(4) {
  height: 100px;
  width: 280px;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), #6999cf;
}
.tarif .container .tarif__table__col1 {
  width: 100% !important;
  display: none;
  min-width: 500px;
}
.tarif .container .tarif__table__col1.active {
  display: block;
}
.tarif .container .tarif__table__col1::before {
  position: absolute;
  content: "";
  width: 245px;
  height: 245px;
  background-image: url("../images/tarif__aylana.png");
  background-repeat: no-repeat;
  background-position: center;
  top: -90px;
  left: 174px;
}
@media (max-width: 777px) {
  .tarif .container .tarif__table__col1::before {
    left: 93px;
  }
}
@media (max-width: 500px) {
  .tarif .container .tarif__table__col1::before {
    left: 53px;
  }
}
.tarif .container .tarif__table__col1 thead tr th:nth-child(2) {
  height: 100px;
  width: auto;
  border-radius: 20px 20px 0px 0px;
  background: #6999cf;
}
.tarif .container .tarif__table__col1 thead tr th:nth-child(3) {
  height: 100px;
  width: 280px;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #6999cf;
}
.tarif .container .tarif__table__col1 thead tr th:nth-child(4) {
  height: 100px;
  width: 280px;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), #6999cf;
}

.container .slick-prev:before,
.container .slick-next:before {
  background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #6999cf;
  box-shadow: inset 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09), inset -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12);
}

.feedback .container .slick__corosel.text__content .content .row svg path:first-child {
  fill: #6999cf;
}

.feedback .container .slick__corosel.text__content .content .row svg path:last-child {
  stroke: #6999cf;
}

.feedback .text_and_video li.active {
  background: #6999cf !important;
}

.feedback .slick-dots li.slick-active {
  background: #6999cf !important;
}

.texnology .container .texnology__middle main .btn {
  background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #6999cf;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
}

.faq .faq__content .number {
  color: #6999cf !important;
}

.chegirma .white__btn {
  color: #6999cf;
}

.header {
  position: absolute;
  width: 100%;
  top: 42px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .header {
    top: 25px;
  }
}
@media (max-width: 768px) {
  .header {
    top: 20px;
  }
}
.header .container .logo img{width: 81px;}
.header .container .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
@media (max-width: 1200px) {
  .header .container .logo {
    gap: 20px;
  }
}
@media (max-width: 676px) {
  .header .container .logo {
    gap: 15px;
  }
}
.header .container .logo p {
  color: #171811;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5; /* 153.846% */
  =: 72px;
  margin: 0;
  margin-top: 13px;
}
@media (max-width: 676px) {
  .header .container .logo p {
    font-size: 16px;
    font-weight: 500;
  }
}
.header .container .hr {
  height: 46px;
  width: 1px;
  background: rgba(39, 85, 150, 0.07);
}
@media (max-width: 1200px) {
  .header .container .hr {
    display: none;
  }
}
.header .container .navbar {
  display: flex;
  gap: 30px;
}
.header .container .navbar .btns {
  display: none;
}
.header .container .navbar .email__for__mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header .container .navbar .email__for__mobile {
    display: flex;
    align-items: center;
  }
}
.header .container .navbar .phone__for__mobile__in__nav {
  display: none;
}
@media (max-width: 676px) {
  .header .container .navbar .phone__for__mobile__in__nav {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .header .container .navbar {
    z-index: 1;
    flex-direction: column;
    background-color: white;
    padding: 24px 15px;
    max-width: 350px;
    width: 100%;
    height: 100vh;
    position: fixed;
    gap: 10px;
    top: 0;
    right: -350px;
    justify-content: flex-start;
  }
  .header .container .navbar .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom:10px;
  }
  .header .container .navbar .btns button {
    width: 35px;
    height: 35px;
    background: none;
    display: block;
  }
  .header .container .navbar .btns button img {
    width: 100%;
    height: 100%;
  }
  .header .container .navbar.active {
    right: 0;
    top: 0px;
  }
}
.header .container .navbar a {
  color: #171811;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
@media (max-width: 1200px) {
  .header .container .navbar a {
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .header .container .navbar a:hover {
    background-color: lavender;
  }
}
.header .container .email {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .header .container .email {
    display: none;
  }
}
.header .container .email > a {
  color: #171811;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.header .container .email span {
  color: #171811;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 153.846% */
}
.header .container .email span a {
  color: #171811;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 153.846% */
}
.header .container .online {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .header .container .online {
    gap: 15px;
  }
}
@media (max-width: 676px) {
  .header .container .online {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .header .container .online {
    gap: 5px;
  }
}
.header .container .online .col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 300 !important;
}
.header .container .online .col div {
  font-weight: 300 !important;
}
@media (max-width: 676px) {
  .header .container .online .col {
    color: #171811;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .header .container .online .col {
    display: none;
  }
}
.header .container .online .col span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 300 !important;
}
.header .container .online .whatsap {
  width: 54px;
  height: 38px;
  background-color: #5ce470;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header .container .online .whatsap {
    width: 70px;
    height: 45px;
  }
}
.header .container .online .menu__open {
  display: none;
  width: 45px;
  height: 38px;
  background: none;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .header .container .online .menu__open {
    display: block;
  }
}
.header .container .online .menu__open img {
  width: 100%;
}
.header .container .phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}
.header .container .phone.phone__for__mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header .container .phone {
    display: none;
  }
  .header .container .phone.phone__for__mobile {
    display: flex;
  }
}
@media (max-width: 676px) {
  .header .container .phone.phone__for__mobile {
    display: none;
  }
}
.header .container .phone a {
  color: #171811;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.header .container .phone span {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: end;
  padding-bottom: 2px;
  cursor:pointer;
}
.hero__slider {
	position:relative;
}
.hero_clouds {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	height:148px;
	pointer-events:none;
	object-fit:cover;
	object-position:center center;
}
.hero {
  width: 100%;
  min-height: 100vh;
  min-height: calc(100vh - 50px);
  padding: 50px 0;
}
.hero.hero__first {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero.hero__second {
  background: url("../images/hero__bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .hero {
    padding: 30px 0;
    background-position: bottom;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 830px;
  }
}
.hero .container .hero__block {
  padding-top: 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .hero .container .hero__block {
    padding-top: 138px;
  }
}
@media (max-width: 480px) {
  .hero .container .hero__block {
    padding-top: 100px;
  }
}
.hero .container .hero__block .hero__title {
  color: #171811;
  font-family: "Jost", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: 96px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 1500px) {
  .hero .container .hero__block .hero__title {
    font-size: 84px;
  }
}
@media (max-width: 900px) {
  .hero .container .hero__block .hero__title {
    font-size: 64px;
    line-height: normal;
  }
}
@media (max-width: 480px) {
  .hero .container .hero__block .hero__title {
    font-size: 44px;
    line-height: normal;
  }
}
.hero .container .hero__block .hero__title .icon {
  position: relative;
}
.hero .container .hero__block .hero__title .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .hero .container .hero__block .hero__title .icon img {
    width: 16px;
  }
}
.hero .container .hero__block .description {
  color: #171811;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 159%; /* 38.16px */
  margin-bottom: 38px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 1200px) {
  .hero .container .hero__block .description {
    margin-bottom: 23px;
  }
}
@media (max-width: 480px) {
  .hero .container .hero__block .description {
    font-size: 20px;
    line-height: normal;
  }
}
.hero .container .hero__block .description img {
  padding-top: 15px;
}
.hero .container .hero__block .description p {
  margin: 0;
  font-weight: 300;
}
.hero .container .hero__block .description p .day {
  font-weight: 700;
}
.hero .container .hero__block .description br {
  display: none;
}
@media (max-width: 1200px) {
  .hero .container .hero__block .description br {
    display: block;
  }
}
.hero .container .hero__block .description .day {
  color: #171811;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
}
.hero .container .hero__block .btn {
  max-width: 510px;
  width: 100%;
  height: 90px;
  border-radius: 77px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 64px;
}
@media (max-width: 480px) {
  .hero .container .hero__block .btn {
    height: 80px;
    font-size: 14px;
    line-height: normal;
    padding: 0 16px;
  }
}
.hero .container .hero__block .btn__gift {
  width: 270px;
  height: 107px;
  background: url("../images/btn__bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  color: #171811;
  font-family: "Jost";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  position: relative;
  padding: 25px;
  padding-left: 130px;
  margin-top: 30px;
  margin-bottom: 90px;
}
.hero .container .hero__block .btn__gift img {
  position: absolute;
  width: 200px;
  top: -44px;
  left: -20px;
}

.ideal {
  width: 100%;
}
.ideal .container {
  flex-direction: column;
}
.ideal .container .row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 69px;
}
@media (max-width: 1200px) {
  .ideal .container .row {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 676px) {
  .ideal .container .row {
    margin-bottom: 26px;
  }
}
@media (max-width: 480px) {
  .ideal .container .row {
    margin-bottom: 0px;
  }
}
.ideal .container .row .left {
  position: relative;
  width: calc(60% - 50px);
}
@media (max-width: 1200px) {
  .ideal .container .row .left {
    width: 100%;
  }
  .ideal .container .row .left h2 {
    width: calc(100% - 131px);
  }
}
@media (max-width: 707px) {
  .ideal .container .row .left {
    width: 100%;
  }
  .ideal .container .row .left h2 {
    width: calc(100% - 13px);
  }
}
.ideal .container .row .left h2 {
  color: #171811;
  font-family: "Jost";
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px; /* 113.158% */
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .ideal .container .row .left h2 {
    font-size: 60px;
    line-height: normal;
  }
}
@media (max-width: 676px) {
  .ideal .container .row .left h2 {
    font-size: 48px;
    line-height: 56px; /* 116.667% */
  }
}
@media (max-width: 480px) {
  .ideal .container .row .left h2 {
    font-size: 34px;
    line-height: normal; /* 116.667% */
  }
}
.ideal .container .row .left .ideal__select {
  width: 131px;
  height: 46px;
  position: absolute;
  right: 15px;
  bottom: 30px;
}
@media (max-width: 676px) {
  .ideal .container .row .left .ideal__select {
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .ideal .container .row .left .ideal__select {
    bottom: -45px;
    display: none;
  }
}
.ideal .container .row .left .ideal__select .btn__icon {
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: 1;
}
.ideal .container .row .left .ideal__select .select {
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 20px;
  align-items: center;
  background-color: #ebebeb;
  border: none;
  border-radius: 20px;
  outline: none;
}
.ideal .container .row .left .ideal__select .nice-select .current {
  opacity: 0.5;
}
.ideal .container .row .left .ideal__select .nice-select::after {
  display: none;
}
.ideal .container .row .right {
  width: calc(40% + 40px);
  display: flex;
  position: relative;
}
@media (max-width: 1200px) {
  .ideal .container .row .right {
    width: 100%;
  }
}
.ideal .container .row .right .content {
  max-width: 350px;
  width: 100%;
  color: #171811;
  z-index: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.ideal .container .row .right .content b {
  font-weight: 600;
}
@media (max-width: 676px) {
  .ideal .container .row .right .content {
    max-width: 100%;
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 676px) {
  .ideal .container .row .right .photo {
    display: none;
  }
}
.ideal .container .row .right .photo img {
  position: absolute;
  right: 0;
}
.ideal .container .row .right .photo img:last-child {
  right: 72px;
  top: 12px;
}
.ideal .container .tabs {
  width: 100%;
  padding-bottom: 250px;
}
.ideal .container .tabs .nav-tabs {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  border-radius: 15px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 35px 0;
  border: none;
}
@media (max-width: 1200px) {
  .ideal .container .tabs .nav-tabs {
    justify-content: flex-start;
  }
}
.ideal .container .tabs .nav-tabs .nav-link {
  color: #171811;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid rgba(39, 85, 150, 0.07);
  padding: 30px 51px;
  border: none;
  height: 106px;
  margin-top: -8px;
  border-radius: 61px;
}
.ideal .container .tabs .nav-tabs .nav-item.show .nav-link,
.ideal .container .tabs .nav-tabs .nav-link.active {
  border-radius: 61px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 676px) {
  .ideal .container .tabs .nav-tabs .nav-item.show .nav-link,
  .ideal .container .tabs .nav-tabs .nav-link.active {
    width: 240px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.ideal .container .tabs .tab-content__cards h2{font-weight: 800;font-size: 44px;margin-top: 10px;color: #db1719;font-family: "Jost";width: 100%;border-top: 1px solid #f5f5f5;padding-top: 50px;}
.ideal .container .tabs .tab-content__cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.ideal .container .tabs .tab-content__cards .card {
  width: 570px;
  height: 675px;
  border: none;
  border-radius: 30px !important;
  background: #fafafa;
  padding: 30px 10px 33px 10px;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 {
  padding: 0;
  height: auto;
}
.ideal .container .tabs .tab-content__cards .card.card__v4 {
  width: 370px;
  height: 433px !important;
  padding: 0;
  height: auto;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #ebebeb;
}
.ideal .container .tabs .tab-content__cards .card.card__v4__main {
  width: 751px;
  height: 433px;
  padding: 0;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card {
    height: auto;
    /*padding: 0;*/
    /*background: none;*/
  }
}
.ideal .container .tabs .tab-content__cards .card__title {
  color: #232323;
  text-align: center;
  font-family: "Jost";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px; /* 116.667% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ideal .container .tabs .tab-content__cards .card__title.card__title__v3 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card__title.card__title__v4 {
  display: none;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card__title {
    /*display: none;*/
  }
}
.ideal .container .tabs .tab-content__cards .card .row__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
}
.ideal .container .tabs .tab-content__cards .card .row__info.row__info__v3 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .row__info.row__info__v4 {
  display: none;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .row__info {
    /*display: none;*/
  }
}
.ideal .container .tabs .tab-content__cards .card .row__info .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ideal .container .tabs .tab-content__cards .card .row__info .col .text {
  color: #171811;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 220% */
}
.ideal .container .tabs .tab-content__cards .card .row__info .col .razmer {
  color: #171811;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 66.667% */
  opacity: 0.6;
}
.ideal .container .tabs .tab-content__cards .card .row__info .col .razmer sup {
  font-size: 24px;
}
.ideal .container .tabs .tab-content__cards .card .card__project {
  width: 100%;
  position: relative;
  margin-bottom: 29px;
  cursor: pointer;
}
.ideal .container .tabs .tab-content__cards .card .card__project.card__project__v3 {
  margin: 0;
}
.ideal .container .tabs .tab-content__cards .card .card__project.card__project__v4 {
  margin: 0;
  height: 100%;
}
.modal__block__parent {
  max-width: 1230px;
  width: 100%;
  overflow: auto;
  max-height: 100vh;
  padding: 10px;
  position: fixed;
  top: -10000px;
  left: calc(50% - 615px);
  z-index: 4;
  cursor: auto;
  visibility: hidden;
  opacity: 0;
}
.modal__block__parent.active {
	top: 0;
    visibility: visible;
    opacity: 1;
    margin: auto;
}
@media (max-width: 920px) {
  .modal__block__parent {
    max-width: 570px;
  }
}
.modal__block {
  max-width: 1172px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: #fafafa;
  padding: 41px 30px 31px 10px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .modal__block {
    padding: 20px 10px 20px 10px;
    /*overflow: hidden;*/
	overflow-x: hidden;
  }
  .modal__block::-webkit-scrollbar {
	width: 0px
	}
}
.modal__block .modal__title {
  color: #171811;
  text-align: center;
  /* H3 */
  font-family: "Jost";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 116.667% */
  text-transform: uppercase;
}
.modal__block .modal__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 920px) {
  .modal__block .modal__row {
    flex-direction: column;
    align-items: center;
  }
}
.modal__block .modal__row .left {
  width: calc(56% - 30px);
}
@media (max-width: 920px) {
  .modal__block .modal__row .left {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}
.modal__block .modal__row .left .slider-for {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  border-radius: 30px;
  border: 1px solid #ebebeb;
  /*background: lightgray -66.297px -35.507px/117.908% 118.21% no-repeat;*/
}
.modal__block .modal__row .left .slider-for .slick-list {
  height: 100%;
}
.modal__block .modal__row .left .slider-for .slick-track {
  height: 100%;
}
.modal__block .modal__row .left .slider-for .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  bottom: 7px;
}
.modal__block .modal__row .left .slider-for .slick-dots li {
  width: 79px;
}
.modal__block .modal__row .left .slider-for .slick-dots li button::before {
  content: "";
  width: 79px;
  height: 4px;
  border-radius: 2px;
}
.modal__block .modal__row .left .slider-for .slick-slide {
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
.modal__block .modal__row .left .slider-for .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
	 cursor:pointer;
}
.modal__block .modal__row .left .slider-for .slick-prev,
.modal__block .modal__row .left .slider-for .slick-next {
  position: absolute;
  z-index: 1;
  top: 38%;
}
.modal__block .modal__row .left .slider-for .slick-prev:before,
.modal__block .modal__row .left .slider-for .slick-next:before {
  border: 8px solid #fff;
  opacity: 1;
  width: 90px;
  height: 90px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 1000;
}
.modal__block .modal__row .left .slider-for .slick-prev:before {
  content: "";
  background-image: url("../images/prev.png");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-15px);
}
.modal__block .modal__row .left .slider-for .slick-next:before {
  content: "";
  background-image: url("../images/next.png");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-60%);
}
.modal__block .modal__row .left .slider-nav {
  /*height: 120px;*/
  width: 100%;
  margin-top: 10px;
  border-radius: 30px;
  margin: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__block .modal__row .left .slider-nav .slick-list {
  width: 100%;
}
.modal__block .modal__row .left .slider-nav .slick-list .slick-track {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__block .modal__row .left .slider-nav .slick-slide {
  /*height: 120px;*/
  opacity: 1;
  margin: 0;
  border-right: 1px solid #ebebeb;
  cursor:pointer;
}
.modal__block .modal__row .left .slider-nav .slick-slide:last-child {
  border: none;
}
.modal__block .modal__row .left .slider-nav .slick-current {
  opacity: 1;
}
.modal__block .modal__row .left .slider-nav img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__block .modal__row .left .slider-nav .slick-next,
.modal__block .modal__row .left .slider-nav .slick-prev {
  display: none;
}
.modal__block .modal__row .left .slick-prev:before,
.modal__block .modal__row .left .slick-next:before {
  color: black;
}
.modal__block .modal__row .right {
  width: calc(44% - 30px);
}
@media (max-width: 920px) {
  .modal__block .modal__row .right {
    width: calc(100% - 30px);
  }
}
.modal__block .modal__row .right .modal__right-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.modal__block .modal__row .right .modal__right-row .modal__right--row__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  flex: 0 0 auto;
  width: 33%;
}
.modal__block .modal__row .right .modal__right-row .modal__right--row__col .parent {
  color: #171811;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.modal__block .modal__row .right .modal__right-row .modal__right--row__col span {
  color: #171811;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  opacity: 0.6;
}
.modal__block .modal__row .right .modal__right-row .modal__right--row__col p {
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 0;
}
.modal__block .modal__row .right .modal__right-row .modal__right--row__col p b {
  color: #171811;
}
.modal__block .modal__row .right .modal__right-row .modal__price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .modal__block .modal__row .right .modal__right-row .modal__price {
    margin-bottom: 5px;
  }
}
.modal__block .modal__row .right .modal__right-row .modal__price .modal__price--name {
  color: #171811;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
@media (max-width: 480px) {
  .modal__block .modal__row .right .modal__right-row .modal__price .modal__price--name {
    font-size: 20px;
    line-height: normal;
  }
}
.modal__block .modal__row .right .modal__right-row .modal__price .modal__price--rubl {
  display: flex;
  align-items: center;
  gap: 18px;
}
.modal__block .modal__row .right .modal__right-row .modal__price .modal__price--rubl span {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .modal__block .modal__row .right .modal__right-row .modal__price .modal__price--rubl span {
    font-size: 20px;
  }
}
.modal__block .modal__row .right .modal__btns {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.modal__block .modal__row .right .modal__btns .btn {
  width: 284px;
  height: 90px;
  border-radius: 50px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .card__project {
    margin: 0;
    max-width: 546px;
    width: 100%;
    height: 314px;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project.card__project__v2 {
    height: auto;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 {
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 30px;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .top {
    flex-wrap: wrap;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .top .name {
  color: #171811;
  font-family: "Jost";
  font-size: 32px;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
  text-transform: uppercase;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .top b {
  color: #171811;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom .row__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom .row__infos .col {
  width: 119px;
  height: 60px;
  border-radius: 10px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom .row__infos .col .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom .row__infos .col .razmer {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v3 .bottom .btn {
  width: 202px;
  height: 63px;
  border-radius: 61px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 11.859px; /* 98.825% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 {
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .top.top__v4__main {
  justify-content: space-between;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .top .name {
  color: #171811;
  font-family: "Jost";
  font-size: 32px;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
  text-transform: uppercase;
  text-align: center;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .top b {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .top b.must__price {
  display: block;
  color: var(--Black, #171811);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .top b.must__price span {
  color: var(--Black, #171811);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom.bottom__v4 {
  flex-direction: column;
  gap: 20px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom .row__infos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom .row__infos .col {
  width: 119px;
  height: 60px;
  border-radius: 10px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom .row__infos .col .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom .row__infos .col .razmer {
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom .btn {
  width: 202px;
  height: 63px;
  border-radius: 61px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 11.859px; /* 98.825% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.ideal .container .tabs .tab-content__cards .card .card__project .mobile__content.mobile__content__v4 .bottom .btn.btn__v4__main {
  width: 289px;
  height: 90px;
  border-radius: 61px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	display:none!important;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .top .name {
    color: #171811;
    font-family: "Jost";
    font-size: 32px;
    font-weight: 400;
    line-height: 42px; /* 131.25% */
    text-transform: uppercase;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .top b {
    color: #171811;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 160% */
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .bottom .row__infos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .bottom .row__infos .col {
    width: 119px;
    height: 60px;
    border-radius: 10px;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ideal .container .tabs .tab-content__cards .card .card__project .mobile__content .bottom .btn {
    width: 202px;
    height: 63px;
    border-radius: 61px;
    box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 11.859px; /* 98.825% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni_mobile {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni_mobile.project_glavni_mobile__v3 {
  width: 100%;
  display: block;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni_mobile.project_glavni_mobile__v4 {
  width: 100%;
  display: block;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni_mobile {
    display: block;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni {
  width: 100%;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni.project_glavni__v3 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni.project_glavni__v4 {
  display: none;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .card__project img.project_glavni {
    display: none;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project img.right_pro1 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.right_pro1.right_pro1__v3 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.right_pro1.right_pro1__v4 {
  display: none;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .card__project img.right_pro1 {
    display: none;
  }
}
.ideal .container .tabs .tab-content__cards .card .card__project img.right_pro2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.right_pro2.right_pro2__v3 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .card__project img.right_pro2.right_pro2__v4 {
  display: none;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .card__project img.right_pro2 {
    display: none;
  }
}
.ideal .container .tabs .tab-content__cards .card .row_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.ideal .container .tabs .tab-content__cards .card .row_bottom.row_bottom__v3 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card .row_bottom.row_bottom__v4 {
  display: none;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card .row_bottom {
    /*display: none;*/
  }
}
.ideal .container .tabs .tab-content__cards .card .row_bottom .price {
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
.ideal .container .tabs .tab-content__cards .card .row_bottom .price span {
  font-size: 24px;
}
.ideal .container .tabs .tab-content__cards .card .row_bottom .btn {
  max-width: 289px;
  width: 100%;
  height: 90px;
  border-radius: 61px;
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}
.ideal .container .tabs .tab-content__cards .card__v2 {
  margin: 80px 0;
  width: 370px;
  height: 416px;
  border-radius: 30px;
  background: #fafafa;
  border-radius: 30px;
  background: #fafafa;
  position: relative;
}
.ideal .container .tabs .tab-content__cards .card__v2 .card__title__v2 {
  transform: translateY(90px);
  display: block;
}
.ideal .container .tabs .tab-content__cards .card__v2 .text__v2 {
  opacity: 0.6;
}
.ideal .container .tabs .tab-content__cards .card__v2 .razmer__v2 {
  opacity: 1;
  color: #171811;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
.ideal .container .tabs .tab-content__cards .card__v2 .row__info__v2 {
  display: flex;
  width: 310px;
  margin: 0 auto;
  border: 2px dashed #ebebeb;
  padding: 22px 14px;
  transform: translateY(100px);
  position: relative;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row__info__v2 .info__icon__v2 {
  position: absolute;
  top: -14px;
  background-color: #fafafa;
  padding: 0 10px;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row__info__v2 .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row__info__v2 .razmer {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  opacity: 1 !important;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row__info__v2 .razmer sup {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.ideal .container .tabs .tab-content__cards .card__v2 .project_glavni__v2 {
  width: 300px !important;
  height: 173px;
  border-radius: 30px;
  border: 1px solid #ebebeb;
  background: lightgray 0px 2.081px/100% 97.595% no-repeat;
  transform: translate(20px, -300px);
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card__v2 .project_glavni__v2 {
    transform: translate(35px, -260px);
  }
}
.ideal .container .tabs .tab-content__cards .card__v2 .project_glavni_mobile {
  display: none !important;
}
.ideal .container .tabs .tab-content__cards .card__v2 .mobile__content {
  display: none !important;
}
.ideal .container .tabs .tab-content__cards .card__v2 .right_pro1__v2 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card__v2 .right_pro2__v2 {
  display: none;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row_bottom__v2 {
  transform: translateY(-95px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card__v2 .row_bottom__v2 {
    transform: translateY(-46px);
  }
}
.ideal .container .tabs .tab-content__cards .card__v2 .project_glavni {
  display: block !important;
}
.ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 {
  max-width: 100%;
}
@media (max-width: 500px) {
  .ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .project_glavni_mobile__v4 {
    margin-top: 70px;
  }
}
.ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .top__v4__main {
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .top__v4__main .name {
    font-size: 30px;
    line-height: normal;
  }
  .ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .top__v4__main .must__price {
    font-size: 28px;
    line-height: normal;
  }
}
.ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .bottom {
  gap: 15px;
}
@media (max-width: 576px) {
  .ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .bottom {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media (max-width: 676px) {
  .ideal .container .tabs .tab-content__cards .card__v4__main .card__project__v4 .bottom .btn__v4__main {
    width: 270px !important;
    height: 63px !important;
    border-radius: 30px;
  }
}

.opacity0 > * {
	opacity:0;
}

.calculate {
  max-width: 1800px;
  width: 98%;
  height: 811px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
}
.calculate .container {
  position: relative;
  flex-direction: column;
}
.calculate .container .calculate__bg {
  position: absolute;
  top: -320px;
  pointer-events:none;
}
@media (max-width: 1200px) {
  .calculate .container .calculate__bg {
    width: 100%;
    top: -250px;
  }
}
@media (max-width: 676px) {
  .calculate .container .calculate__bg {
    width: 120%;
    top: -200px;
  }
}
.calculate .container .row_texts {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 80px;
  margin-top: 37%;
  margin-bottom: 43px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .calculate .container .row_texts {
    flex-direction: column;
    gap: 13px;
  }
}
.calculate .container .row_texts .calculate__title {
  max-width: calc(58% - 40px);
  color: #fff;
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 113.158% */
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .calculate .container .row_texts .calculate__title {
    font-size: 56px;
    line-height: normal;
  }
}
@media (max-width: 900px) {
  .calculate .container .row_texts .calculate__title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .calculate .container .row_texts .calculate__title {
    max-width: 100%;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
  }
}
.calculate .container .row_texts .calculate__description {
  max-width: calc(42% - 0px);
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
@media (max-width: 768px) {
  .calculate .container .row_texts .calculate__description {
    max-width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }
  .calculate .container .row_texts .calculate__description br {
    display: none;
  }
}
.calculate .container .btns {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .calculate .container .btns {
    flex-wrap: wrap;
  }
}
@media (max-width: 676px) {
  .calculate .container .btns {
    flex-direction: column;
  }
}
.calculate .container .btns .email_btn,
.calculate .container .btns .whatsap_btn {
  width: 221px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 20px;
  opacity: 0.96;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(7.5px); /* Blur effektini qo'shish */
  -webkit-backdrop-filter: blur(7.5px); /* Safari uchun */
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 676px) {
  .calculate .container .btns .email_btn,
  .calculate .container .btns .whatsap_btn {
    width: 100%;
  }
}
.calculate .container .btns .email_btn span,
.calculate .container .btns .whatsap_btn span {
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}
.calculate .container .btns .or {
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
  margin: 0;
}
.calculate .container .btns .call__me {
  max-width: 532px;
  width: 100%;
  height: 80px;
  border-radius: 61px;
  opacity: 0.96;
  background: #fff;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}

.solution {
  padding-top: 80px;
  padding-bottom: 80px;
}
.solution .container {
  flex-direction: column;
}
.solution .container .solution_title {
  color: #171811;
  text-align: center;
  /* H2 */
  font-family: "Jost";
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px; /* 113.158% */
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .solution .container .solution_title {
    color: #171811;
    text-align: center;
    font-size: 64px;
    line-height: 56px; /* 116.667% */
  }
}
@media (max-width: 676px) {
  .solution .container .solution_title {
    color: #171811;
    text-align: center;
    font-size: 48px;
    line-height: 56px; /* 116.667% */
  }
}
.solution .container .solution__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.solution .container .solution__cards .solution__card {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 676px) {
  .solution .container .solution__cards .solution__card {
    max-width: 220px;
  }
}
.solution .container .solution__cards .solution__card .solution__card--img__parent {
  width: 225px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-left: 45px;
  margin-bottom: 30px;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent.card7 {
  margin-left: -45px;
  display: flex;
  justify-content: flex-end;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .img1 {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .img1.img-card1 {
  width: 105%;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .img1.img-card3 {
  width: 70%;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .img1.img-card5 {
  width: 92%;
  bottom: 0;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .img1.img-card6 {
  width: 92%;
  bottom: 0;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .img1.b-0 {
  bottom: 0;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .solution__card--img {
  width: 180px;
  height: 180px;
  text-align: center;
  margin-bottom: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../images/solution__card_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .solution__card--img .img2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px 0 0 20px;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .solution__card--img .img2.img-card66 {
  top: auto;
  bottom: 0;
}
.solution .container .solution__cards .solution__card .solution__card--img__parent .solution__card--img .img2.b-0 {
  top: auto;
  bottom: 0;
}
@media (max-width: 676px) {
  .solution .container .solution__cards .solution__card .solution__card--img__parent .solution__card--img {
    margin-bottom: 15px;
  }
}
.solution .container .solution__cards .solution__card--title {
  color: #171811;
  text-align: center;
  font-family: "Jost";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 5px;
}
.solution .container .solution__cards .solution__card--descr {
  color: #171811;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.tarif {
  width: 100%;
  padding: 30px 0;
  background: url("../images/tarif__bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tarif::before {
  width: 100%;
  height: 300px;
  position: absolute;
  content: "";
  bottom: 0;
  background: url("../images/table__bottom__cloud.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}
.tarif .container {
    background-position-x: calc(100% - 50px);
    background-position-y: 55px;
    background-repeat: no-repeat;
    background-size: 661px auto;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 1200px) {
  .tarif .container {
    background-position-x: calc(100% + 100px);
  }
}
@media (max-width: 991px) {
  .tarif .container {
	background-position-x: calc(100vw - 400px);
  }
}
@media (max-width: 767px) {
  .tarif .container {
	background-position-x: calc(100vw - 300px);
  }
}
@media (max-width: 575px) {
  .tarif .container {
	background:none!important;
  }
}
.tarif .container .tarif__scroll {
  display: none;
}
@media (max-width: 992px) {
  .tarif .container .tarif__scroll {
    width: 100%;
    min-height: 46px;
    border-radius: 20px;
    background: #ebebeb;
    color: #171711;
    margin-bottom: 14px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 233.333% */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    opacity: 0.5;
  }
}
.tarif .container .section--title {
  color: #171811;
  /* H2 */
  font-family: "Jost";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 113.158% */
  text-transform: uppercase;
  width: 50%;
  margin-top: 47px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .tarif .container .section--title {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 116.667% */
    margin-top: 7px;
  }
}
@media (max-width: 676px) {
  .tarif .container .section--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
  }
}
.tarif .container .table__content {
  width: 100%;
  /*height: calc(100% + 0px);*/
  overflow: hidden;
  padding-top: 35px;
  transition: 0.25s;
  /*overflow-x: scroll;*/
  position: relative;
  /*height: 850px;*/
  transition: all 0.3s ease;
}
.tarif .container .tarif__table {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  border-collapse: inherit;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
  border-spacing: 20px 0;
  position: relative;
  padding-bottom: 50px;
}
.tarif .container .tarif__table thead tr th {
  color: #fff;
  font-family: "Jost";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
@media (max-width: 676px) {
  .tarif .container .tarif__table thead tr th {
    font-size: 25px;
    line-height: normal;
  }
}
.tarif .container .tarif__table tbody tr {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.tarif .container .tarif__table tbody tr::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
  /*transition: all 0.3s ease;*/
}
.tarif .container .tarif__table tbody tr:last-child::after {
  position: static;
}
.tarif .container .tarif__table tbody tr td {
  padding: 20px 15px;
}
.tarif .container .tarif__table tbody tr td:nth-child(2) {
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-align: center;
}
.tarif .container .tarif__table tbody tr td:nth-child(3) {
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-align: center;
  margin-right: 10px;
}
.tarif .container .tarif__table tbody tr td:nth-child(4) {
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-align: center;
  margin-right: 10px;
}
.tarif .container .tarif__table tbody tr td.table__bottom {
  position: relative;
  border-radius: 0 0 20px 20px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.tarif .container .tarif__table tbody tr td.table__bottom span {
  color: #171811;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 133.333% */
  text-transform: uppercase;
}
.tarif .container .tarif__table tbody tr td.table__bottom .btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 248px;
  height: 90px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}
.tarif .container .soya {
  position: absolute;
  bottom: 47px;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  max-width: 1130px;
  width: 100%;
  height: 150px;
  background: linear-gradient(358deg, #fff 1.98%, rgba(255, 255, 255, 0.96) 75.77%, rgba(255, 255, 255, 0) 97.81%);
  opacity: 0.9;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.tarif .container .soya .btn {
  width: 248px;
  height: 90px;
  border-radius: 100px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}

.feedback {
  width: 100%;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media (max-width: 676px) {
  .feedback {
    margin-bottom: 50px;
  }
}
.feedback .container {
  flex-direction: column;
}
.feedback .container .row__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .feedback .container .row__top {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.feedback .container .row__top .col {
  width: 50%;
}
@media (max-width: 1200px) {
  .feedback .container .row__top .col {
    width: 100%;
  }
}
.feedback .container .row__top .col .descr {
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
}
.feedback .container .row__top .col .section--title {
  /* H2 */
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 113.158% */
  text-transform: uppercase;
}
.feedback .container .row__top .col .section--title .feedback__title {
  background: linear-gradient(to right, #5a1c14, #171811);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 676px) {
  .feedback .container .row__top .col .section--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
.feedback .container .row__top .col .text_and_video {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 504px;
  height: 90px;
  border-radius: 15px;
  background: #fafafa;
  gap: 60px;
  padding: 0 10px;
  margin: 10px 0;
}
@media (max-width: 1200px) {
  .feedback .container .row__top .col .text_and_video {
    margin-top: 50px;
  }
}
.feedback .container .row__top .col .text_and_video li {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #171811;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 61px;
}
.feedback .container .row__top .col .text_and_video li.active {
  width: 259px;
  height: 106px;
  border-radius: 61px;
  color: #fff;
  text-align: center;
}
.feedback .container .slick__corosel {
  width: calc(100vw - 25px);
  overflow: hidden;
}
.feedback .container .slick__corosel .slider {
  max-width: 1170px;
  margin: 90%;
  margin: auto;
  padding-bottom: 25px;
  position: relative;
}
.feedback .container .slick__corosel .slider .column {
  position: relative;
}
.feedback .container .slick__corosel .slider .column .play__btn {
  position: absolute;
  background: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 114px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.19) 100%), #6999cf;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.feedback .container .slick__corosel .slider .column .play__btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateY(-5px);
  border-radius: 50%;
  background-color: #6999cf;
}
.feedback .container .slick__corosel .slider .column .play__btn img {
  animation: plays 0.5s ease-in-out infinite alternate; /* Added duration and iteration count */
}
@keyframes plays {
  from {
    transform: scale(1) translateY(-5px);
  }
  to {
    transform: scale(1.1) translateY(-5px); /* Scale changes from 1 to 1.2 */
  }
}
.feedback .container .slick__corosel .slick-list {
  margin: 0 -25px;
  overflow: visible;
}
.feedback .container .slick__corosel .slick-slide {
  margin: 0 25px;
  opacity: 0.1;
}
.feedback .container .slick__corosel .slick-slide .slick-track {
  display: flex !important;
}
.feedback .container .slick__corosel .slick-active {
  padding: 0;
  opacity: 1;
}
.feedback .container .slick__corosel .slick-prev,
.feedback .container .slick__corosel .slick-next {
  top: 45%;
}
@media (max-width: 1200px) {
  .feedback .container .slick__corosel .slick-prev,
  .feedback .container .slick__corosel .slick-next {
    top: 44%;
  }
}
@media (max-width: 768px) {
  .feedback .container .slick__corosel .slick-prev,
  .feedback .container .slick__corosel .slick-next {
    top: 42%;
  }
}
.feedback .container .slick__corosel .slick-next {
  right: 0px;
}
@media (max-width: 676px) {
  .feedback .container .slick__corosel .slick-next {
    /*display: none !important;*/
  }
}
.feedback .container .slick__corosel .slick-prev {
  left: 0px;
}
@media (max-width: 676px) {
  .feedback .container .slick__corosel .slick-prev {
    /*display: none !important;*/
  }
}
.feedback .container .slick__corosel .slick-dots {
  bottom: 5px;
  display: flex;
  justify-content: center;
}
.feedback .container .slick__corosel .slick-dots li {
  width: 171px;
  height: 4px;
  border-radius: 2px;
  background: #ebebeb;
}
.feedback .container .slick__corosel .slick-dots li.slick-active {
  border-radius: 2px;
}
.feedback .container .slick__corosel .slick-dots li button {
  display: none;
}
.feedback .container .slick__corosel .slider .column {
  text-align: center;
  width: 1170px;
}
.feedback .container .slick__corosel .slick-prev {
  z-index: 1;
  left: -37px;
}
@media (max-width: 1200px) {
  .feedback .container .slick__corosel .slick-prev {
    left: -7px;
  }
}
.feedback .container .slick__corosel .slick-next {
  z-index: 1;
  right: 17px;
}
@media (max-width: 1200px) {
  .feedback .container .slick__corosel .slick-next {
    right: 47px;
  }
}
.feedback .container .slick__corosel .slick-prev:before,
.feedback .container .slick__corosel .slick-next:before {
  border: 8px solid #fff;
  opacity: 1;
  width: 74px;
  height: 74px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .feedback .container .slick__corosel .slick-prev:before,
  .feedback .container .slick__corosel .slick-next:before {
    width: 54px;
    height: 54px;
    border-width: 7px;
  }
}
.feedback .container .slick__corosel .slick-prev:before {
  content: "";
  background-image: url("../images/prev.png");
  background-position: center;
  background-repeat: no-repeat;
}
.feedback .container .slick__corosel .slick-next:before {
  content: "";
  background-image: url("../images/next.png");
  background-position: center;
  background-repeat: no-repeat;
}
.feedback .container .slick__corosel.text__content {
  width: 100vw;
  /*height: 0;*/
  /*visibility: hidden;*/
  transition: visibility 0.5s;
}
.feedback .container .slick__corosel.text__content .slider {
  padding: 30px 0;
}
.feedback .container .slick__corosel.text__content .content {
  width: 371px;
  height: 377px;
  border-radius: 30px;
  background: #fff;
  border: 10px solid #fafafa;
  padding: 20px;
}
.feedback .container .slick__corosel.text__content .content p {
  color: #171811;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.feedback .container .slick__corosel.text__content .content .author {
  color: #171811;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.feedback .container .slick__corosel.text__content .content .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}

.vkontakt {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 30px;
  background: url("../images/vkontakt__bg-line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .vkontakt {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .vkontakt {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .vkontakt .container {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media (max-width: 768px) {
  .vkontakt .container {
    flex-direction: column-reverse;
    height: auto;
  }
}
.vkontakt .left .section--title {
  color: #171811;
  /* H2 */
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 113.158% */
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .vkontakt .left .section--title {
    font-size: 64px;
    line-height: normal;
  }
}
@media (max-width: 676px) {
  .vkontakt .left .section--title {
    font-size: 48px;
  }
}
.vkontakt .left .btn {
  width: 258px;
  height: 90px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.vkontakt .right {
  position: relative;
}
@media (max-width: 1200px) {
  .vkontakt .right {
    display: flex;
    justify-content: center;
  }
}
.vkontakt .right img {
  transform: translateY(-60px);
  width:60%; 
}
@media (max-width: 1200px) {
  .vkontakt .right img {
    margin-top: 0px;
    transform: translateY(-50px);
    width: 50%;
  }
}
@media (max-width: 768px) {
  .vkontakt .right img {
    width: 60%;
    margin-top: -100px;
  }
}
@media (max-width: 810px) {
  .vkontakt .right img {
    width: 50%;
    margin-top: -100px;
  }
}

.chegirma {
  width: 100%;
  display: flex;
  justify-content: center;
}
.chegirma .slider {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.chegirma .slides {
  width: 100%;
  height: 621px;
  margin: 0 auto;
  border-radius: 30px;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.chegirma .slides.slide1 {
  background: url("../images/chegirma__bg--line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.chegirma .slides.slide1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/chegitma__home--bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.chegirma .slides.slide2 {
  background: url("../images/chegirma__bg--line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.chegirma .slides.slide2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/chegitma__home--bg2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.chegirma .slides .section--title {
  text-align: center;
  color: #fff;
  text-align: center;
  /* H2 */
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 113.158% */
  text-transform: uppercase;
}
@media (max-width: 920px) {
  .chegirma .slides .section--title {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.chegirma .slides .white__btn {
  width: 483px;
  height: 148px;
  margin-top: 15px;
  background-color: #fff;
  transform: rotate(-2.64deg);
  text-align: center;
  /* H2 */
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 113.158% */
  text-transform: uppercase;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .chegirma .slides .white__btn {
    width: auto;
    height: auto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    padding: 27px 68px;
  }
}

.news {
  width: 100%;
  padding-bottom: 80px;
}
.news .container {
  flex-direction: column;
}
.news .container .news__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .news .container .news__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news .container .news__top .section--title {
  color: #171811;
  /* H2 */
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px;
  text-transform: uppercase;
}
@media (max-width: 678px) {
  .news .container .news__top .section--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
.news .container .news__top p {
  max-width: 351px;
  color: #171811;
  font-family: Fira Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
}
@media (max-width: 768px) {
  .news .container .news__top p {
    max-width: 600px;
  }
}
.news .container .cards__block {
  width: 100%;
  overflow: auto;
}
.news .container .news__cards {
  min-width: 1146px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 10px;
}
.news .container .news__cards .card {
  width: 375px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.396);
}
.news .container .news__cards .card .content {
  padding: 15px;
}
.news .container .news__cards .card .content .date {
  padding: 15px 0;
}
.news .container .news__cards .card .content .date .sana {
  font-weight: 700;
}
.news .container .news__cards .card .content .date .heart {
  color: rgba(255, 0, 0, 0.714);
}
.news .container .news__cards .card .content p {
  font-size: 14px;
  color: #171811;
}
.news .container .news__cards .card .content p .news__link {
  color: #171811;
}
.news .container .news__cards .card .content .link {
  display: flex;
}

.photosproject {
  width: 100%;
  margin-bottom: 80px;
}
.photosproject .container {
  flex-direction: column;
}
.photosproject .container .section__top .descr {
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 676px) {
  .photosproject .container .section__top .descr {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
  }
}
.photosproject .container .section__top .section--title {
  text-align: center;
}
@media (max-width: 676px) {
  .photosproject .container .section__top .section--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
.photosproject .container .projects__slider {
  width: calc(100vw - 25px);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 676px) {
  .photosproject .container .projects__slider {
    display: flex;
    justify-content: center;
  }
}
.photosproject .container .projects__slider .slider {
  width: 1170px;
  margin: auto;
  padding: 20px 0;
}
.photosproject .container .projects__slider .slick-list {
  overflow: visible;
}
.photosproject .container .projects__slider .slick-track {
	display:flex;
}
.photosproject .container .projects__slider .slick-slide {
  border: 10px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0.3;
  height:inherit;
}
.photosproject .container .projects__slider .slick-slide a.one {
	display:flex;
	height:100%;
}
.photosproject .container .projects__slider .slick-slide a.one img {
	/*object-fit:cover;*/
}
.photosproject .container .projects__slider .slick-slide img {
  margin-bottom: 10px;
  border-radius:30px;
}
.photosproject .container .projects__slider .slick-slide .slick-track {
  display: flex !important;
}
.photosproject .container .projects__slider .slick-active {
  padding: 0;
  opacity: 1;
}
.photosproject .container .projects__slider .slick-dots {
  bottom: 5px;
}
.photosproject .container .projects__slider .slick-dots li {
  width: 171px;
  height: 4px;
  border-radius: 2px;
  background: #ebebeb;
}
.photosproject .container .projects__slider .slick-dots li.slick-active {
  border-radius: 2px;
}
.photosproject .container .projects__slider .slick-dots li button {
  display: none;
}
.photosproject .container .projects__slider .slider .column {
  text-align: center;
  width: 1170px;
}
.photosproject .container .projects__slider .slider .column img {
  width: 100%;
  height: auto;
}
.photosproject .container .projects__slider .slick-prev {
  z-index: 1;
  left: -37px;
}
@media (max-width: 1250px) {
  .photosproject .container .projects__slider .slick-prev {
    left: -7px;
  }
}
@media (max-width: 1200px) {
  .photosproject .container .projects__slider .slick-prev {
    display: none;
  }
}
.photosproject .container .projects__slider .slick-next {
  z-index: 1;
  right: 17px;
}
@media (max-width: 1250px) {
  .photosproject .container .projects__slider .slick-next {
    right: 47px;
  }
}
@media (max-width: 1200px) {
  .photosproject .container .projects__slider .slick-next {
    display: none;
  }
}
.photosproject .container .projects__slider .slick-prev:before,
.photosproject .container .projects__slider .slick-next:before {
  border: 8px solid #fff;
  opacity: 1;
  width: 74px;
  height: 74px;
  transform: translateY(-50%);
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 1195px) {
  .photosproject .container .projects__slider .slick-prev:before,
  .photosproject .container .projects__slider .slick-next:before {
    display: none;
  }
}
.photosproject .container .projects__slider .slick-prev:before {
  content: "";
  background-image: url("../images/prev.png");
  background-position: center;
  background-repeat: no-repeat;
}
.photosproject .container .projects__slider .slick-next:before {
  content: "";
  background-image: url("../images/next.png");
  background-position: center;
  background-repeat: no-repeat;
}

:root {
  --primary-text: #000000;
  --secondary-text: #fffcfc;
  --white-text-white: #ffffff;
  --black-text-black: #000000;
}

.faq {
  width: 100%;
  margin-bottom: 50px;
}
.faq .container {
  flex-direction: column;
}
.faq .container .section__top {
  text-align: center;
  margin-bottom: 70px;
}
.faq .container .section__top .descr {
  color: #171811;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
}
@media (max-width: 676px) {
  .faq .container .section__top .descr {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}
@media (max-width: 676px) {
  .faq .container .section__top .section--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
.faq .container .faq__content {
  width: 100%;
}
.faq .container .faq__content .accordion-item:first-child {
  border-top: 1px solid #dee2e6 !important;
}
.faq .container .faq__content .accordion-button {
  display: flex;
  gap: 30px;
}
.faq .container .faq__content .accordion-button .number {
  color: #4b4b4b;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 48px */
  letter-spacing: -0.64px;
  opacity: 0.2;
}
.faq .container .faq__content .accordion-button h5 {
  color: #171811;
  text-align: center;
  font-family: "Jost";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 264.706% */
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .faq .container .faq__content .accordion-button h5 {
    font-size: 28px;
  }
}
.faq .container .faq__content .accordion-button span {
  width: 2px;
}
.faq .container .faq__content .accordion-button:not(.collapsed) {
  background-color: var(--secondary-text);
}
.faq .container .faq__content .accordion-button:not(.collapsed) .number {
  opacity: 1;
}
.faq .container .faq__content .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}
.faq .container .faq__content .accordion-button:focus {
  box-shadow: none;
}
.faq .container .faq__content .accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--primary-text);
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq .container .faq__content .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--primary-text);
  top: 0;
  bottom: 0;
  margin: auto;
}
.faq .container .faq__content .faq-section .accordion-button h5 {
  color: var(--primary-text);
  margin-right: 13px;
}
.faq .container .faq__content .accordion-body {
  background-color: var(--secondary-text);
  font-size: 20px;
  font-weight: 300;
}
.faq .container .faq__content .accordion-body p {
  font-weight: 300;
  font-size: 20px;
}
.faq .container .faq__content .accordion-body p b {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .faq .container .faq__content .accordion-button:before {
    right: 0.75rem;
  }
  .faq .container .faq__content .accordion-button.collapsed:after {
    right: 1.1875rem;
  }
  .faq .container .faq__content .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}

.texnology {
  width: 100%;
  padding-bottom: 0px;
}
.texnology .container {
  flex-direction: column;
}
.texnology .container .texnology__top {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .texnology .container .texnology__top {
    flex-direction: column;
    align-items: stretch;
  }
}
.texnology .container .texnology__top .left {
  padding: 0;
}
.texnology .container .texnology__top .left .descr {
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 2px;
}
@media (max-width: 676px) {
  .texnology .container .texnology__top .left .descr {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}
@media (max-width: 676px) {
  .texnology .container .texnology__top .left .section--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
.texnology .container .texnology__top .right {
  width: 340px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
@media (max-width: 900px) {
  .texnology .container .texnology__top .right {
    width: 100%;
    justify-content: flex-end;
  }
}
.texnology .container .texnology__top .right button {
  display: block;
  width: 124px;
  height: 80px;
  border-radius: 20px;
  background: #ebebeb;
}
@media (max-width: 676px) {
  .texnology .container .texnology__top .right button {
    width: 68px;
    height: 44px;
  }
  .texnology .container .texnology__top .right button img {
    width: 50%;
  }
}
.texnology .container .texnology__top .right p {
  margin: 0;
  width: 180px;
}
@media (max-width: 676px) {
  .texnology .container .texnology__top .right p {
    width: 200px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.texnology .container .texnology__middle {
  /*width: 100vw;*/
  /*height: 1100px;*/
  margin-top: 50px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 100px 100px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  width:100%;
}
@media (max-width: 1600px) {
  .texnology .container .texnology__middle {
    /*left: -20%;*/
  }
}
@media (max-width: 1200px) {
  .texnology .container .texnology__middle {
    /*left: -30%;*/
  }
}
@media (max-width: 1100px) {
  .texnology .container .texnology__middle {
    /*left: -41%;*/
  }
}
@media (max-width: 1000px) {
  .texnology .container .texnology__middle {
    /*margin-bottom: 0;*/
    /*height: 1200px;*/
  }
}
@media (max-width: 900px) {
  .texnology .container .texnology__middle {
    /*height: 1100px;*/
  }
}
@media (max-width: 768px) {
  .texnology .container .texnology__middle {
    /*height: 1200px;*/
  }
}
@media (max-width: 676px) {
  .texnology .container .texnology__middle {
    /*height: 1250px;*/
    /*left: -60%;*/
  }
}
@media (max-width: 600px) {
  .texnology .container .texnology__middle {
    /*left: -370px;*/
  }
}
@media (max-width: 480px) {
  .texnology .container .texnology__middle {
    /*height: 1100px;*/
    /*left: -338px;*/
    /*transform: scale(0.7);*/
    /*margin-top: -193px;*/
  }
}
@media (max-width: 416px) {
  .texnology .container .texnology__middle {
    /*height: 1300px;*/
  }
}
.texnology .container .texnology__middle .home__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom:60px;
}
.texnology .container .texnology__middle .home__block .home {
  position: relative;
  z-index: 1;
  /*left: 396px;*/
  /*top: 90px;*/
}
@media (max-width: 900px) {
  .texnology .container .texnology__middle .home__block .home {
    /*width: 1300px;*/
    /*transform: translateX(8%);*/
    /*width: 600px;*/
    /*left: 319px;*/
    /*top: 68px;*/
  }
}
.texnology .container .texnology__middle .home__block main {
  width: 100%;
  position: absolute;
  /*top: 95px;*/
  /*left: 280px;*/
  top:0;
  left:0;
  	  width:100%;
	  height:100%;
}
.texnology .container .texnology__middle .home__block main .btn {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  transition: 0.25s;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  padding: 0;
  transform: translate(-50%,-50%);
}
@media (max-width:767px) {
	.texnology .container .texnology__middle .home__block main .btn {
	  width: 34px;
	  height: 34px;
	  border: 2px solid #fff;
	  font-size: 14px;
	}
}
.texnology .container .texnology__middle .home__block main .home__aylana__matn {
  position: absolute;
  z-index: 0;
  top: -113px;
  left: 180px;
  top:-30px;
  left:50px;
  animation: aylana 15s linear infinite;
}
@keyframes aylana {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .texnology .container .texnology__middle .home__block main .home__aylana__matn {
    display: none;
  }
}
.texnology .container .texnology__middle .home__block aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /*position: absolute;*/
  z-index: 2;
  /*left: 1260px;*/
  /*top: 100px;*/
}
.texnology .container .texnology__middle .home__block aside .techno-el b {
	text-align:center;
}

@media (max-width: 1000px) {
	.texnology .container .texnology__middle .home__block {
		flex-wrap:wrap;
		justify-content:center;
		width:100%;
	}
	.texnology .container .texnology__middle .home__block > div {
		width:100%;
	}
  .texnology .container .texnology__middle .home__block aside {
    flex-direction: row;
    justify-content: center;
    top: auto;
    /*height: 150px;*/
    left: 513px;
    bottom: -235px;
    gap: 30px;
	width:100%;
  }
  .texnology .container .texnology__middle .home__block .home {
	  width:100%!important;
  }
  .texnology .container .texnology__middle .home__block aside .techno-el {
	  width:20%;
	  padding-left:15px;
	  padding-right:15px;
  }
  .texnology .container .texnology__middle .home__block main {
	  width:100%;
	  height:100%;
  }
}
@media (max-width: 900px) {
  .texnology .container .texnology__middle .home__block aside {
    /*left: 50%;*/
  }
}
@media (max-width: 768px) {
  .texnology .container .texnology__middle .home__block aside {
    /*left: 40%;*/
    /*width: 95%;*/
    flex-wrap: wrap;
  }
  .texnology .container .texnology__middle .home__block aside .techno-el {
    gap: 0!important;
    width: calc(50% - 30px);
  }
}
@media (max-width: 676px) {
  .texnology .container .texnology__middle .home__block aside {
    left: 56%;
  }
}
@media (max-width: 600px) {
  .texnology .container .texnology__middle .home__block aside {
    left: 390px;
  }
}
@media (max-width: 480px) {
  .texnology .container .texnology__middle .home__block aside {
    left: 463px;
  }
}
.texnology .container .texnology__middle .home__block aside .techno-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor:pointer;
}
.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img {
  width: 103px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img img {
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img img.num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.texnology .home__block [data-li].active {
    filter: brightness(1.1);
}



.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img img.active {
  filter: grayscale(0);
}
.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img b {
  display: block;
  text-align: center;
}
.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img:hover {
  /*transform: scale(1.2);*/
}
.texnology .container .texnology__middle .home__block aside .techno-el.active .techno-el__img img,
.texnology .container .texnology__middle .home__block aside .techno-el .techno-el__img:hover img {
  filter: grayscale(0);
}
.texnology .container .texnology__bottom {
  position: relative;
  z-index: 5;
  /*max-width: 1170px;*/
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 20px auto 60px;
  /*position: absolute;*/
  /*bottom: 20px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
}
@media (max-width: 1600px) {
  .texnology .container .texnology__bottom {
    /*left: 70%;*/
  }
}
@media (max-width: 1200px) {
  .texnology .container .texnology__bottom {
    /*left: 80%;*/
    /*padding: 0 35px;*/
  }
}
@media (max-width: 1100px) {
  .texnology .container .texnology__bottom {
    /*left: 91%;*/
  }
}
@media (max-width: 1000px) {
  .texnology .container .texnology__bottom {
    /*padding: 0 25px;*/
    /*bottom: 33px;*/
  }
}
@media (max-width: 900px) {
  .texnology .container .texnology__bottom {
    /*padding: 0 25px;*/
  }
}
@media (max-width: 768px) {
  .texnology .container .texnology__bottom {
    /*flex-direction: column;*/
    /*gap: 10px;*/
    /*left: 700px;*/
  }
}
@media (max-width: 720px) {
  .texnology .container .texnology__bottom {
    /*left: 654px;*/
  }
}
@media (max-width: 676px) {
  .texnology .container .texnology__bottom {
    /*left: 731px;*/
  }
}
@media (max-width: 630px) {
  .texnology .container .texnology__bottom {
    /*left: 694px;*/
  }
}
@media (max-width: 605px) {
  .texnology .container .texnology__bottom {
    /*left: 660px;*/
  }
}
@media (max-width: 500px) {
  .texnology .container .texnology__bottom {
    /*left: 630px;*/
  }
}
@media (max-width: 480px) {
  .texnology .container .texnology__bottom {
    /*bottom: -170px;*/
    /*padding: 0;*/
  }
}
.texnology .container .texnology__bottom .left {
  color: #171811;
  font-family: "Jost";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .texnology .container .texnology__bottom .left br {
    display: none;
  }
}
.texnology .container .texnology__bottom .right {
  color: #171811;
  font-family: Fira Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.contact {
  width: 90%;
  height: 829px;
  margin: 0 auto;
  border-radius: 30px;
  /*background-image: url("../images/map.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .contact {
    height: 675px;
  }
}
.contact .container {
  flex-direction: column;
  align-items: flex-start;
}
.contact .container .contact__block {
  width: 452px;
  height: 629px;
  border-radius: 20px;
  background: #fff;
  margin-top: 100px;
  padding: 59px 75px;
  position: absolute;
}
@media (max-width: 768px) {
  .contact .container .contact__block {
    width: 376px;
    padding: 40px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .contact .container .contact__block {
    padding: 20px;
  }
}
.contact .container .contact__block .contact--title {
  color: #171811;
  /* H2 */
  font-family: "Jost";
  font-size: 76px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px; /* 113.158% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .contact .container .contact__block .contact--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
  }
}
.contact .container .contact__block .phone,
.contact .container .contact__block .email {
  margin-bottom: 10px;
}
.contact .container .contact__block .phone p,
.contact .container .contact__block .email p {
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .contact .container .contact__block .phone p,
  .contact .container .contact__block .email p {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
}
.contact .container .contact__block .phone a,
.contact .container .contact__block .email a {
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.64px;
}
@media (max-width: 768px) {
  .contact .container .contact__block .phone a,
  .contact .container .contact__block .email a {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 36.4px */
    letter-spacing: 0.52px;
  }
}
.contact .container .contact__block .phone .time,
.contact .container .contact__block .email .time {
  text-align: left;
  color: #171811;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.contact .container .contact__block .call__me {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #171811;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
}
@media (max-width: 768px) {
  .contact .container .contact__block .call__me {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
}
.contact .container .contact__block .btn {
  width: 295px;
  height: 90px;
  border-radius: 100px;
  box-shadow: 3.773px 4.312px 4.312px 0px rgba(255, 255, 255, 0.09) inset, -2.695px -1.078px 4.312px 0px rgba(255, 255, 255, 0.12) inset;
  color: #fff;
  text-align: center;
  font-size: 16.189px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.859px; /* 73.253% */
  letter-spacing: 2.024px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .contact .container .contact__block .btn {
    width: 260px;
    height: 77px;
  }
}

.footer {
  width: 100%;
  padding-bottom: 30px;
}
.footer .container {
  flex-direction: column;
}
.footer .container .footer__top {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .container .footer__top .logo img {
    width: 150px;
}
.footer .container .footer__top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer .container .footer__top .logo p {
  color: #171811;
  font-size: 42px;
  font-weight: 800;
  line-height: 54px; /* 153.846% */
  margin: 0;
}
@media (max-width: 1100px) {
  .footer .container .footer__top .logo p {
    display: none;
  }
}
.footer .container .footer__top .navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer .container .footer__top .navbar a {
  color: #171811;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
.footer .container .footer__top .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 900px) {
  .footer .container .footer__top .actions {
    display: none;
  }
}
.footer .container .footer__top .actions .phone {
  color: #171811;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
}
.footer .container .footer__top .actions .links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer .container .footer__top .actions .links a {
  width: 52px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #41b9f5;
  box-shadow: 0px 3.972px 3.972px 0px rgba(255, 255, 255, 0.25) inset;
  background-color: #5ce470;
}
.footer .container .footer__top .actions .links a:nth-child(2) {
  background: linear-gradient(273deg, #0077ff, #2289ff, #0077ff);
}
.footer .container .footer__top .actions .links a:nth-child(3) {
  background-color: #5ce470;
}
.footer .container .hr {
  width: 100%;
  margin-bottom: 20px;
}
.footer .container .footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  .footer .container .footer__bottom {
    flex-direction: column;
    align-items: normal;
    gap: 29px;
  }
}
@media (max-width: 1100px) {
  .footer .container .footer__bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer .container .footer__bottom .year {
  margin: 0;
  color: #171811;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.footer .container .footer__bottom .policy {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
  text-transform: lowercase;
}
@media (max-width: 1100px) {
  .footer .container .footer__bottom .policy {
    display: none;
  }
}
.footer .container .footer__bottom .footer__end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 900px) {
  .footer .container .footer__bottom .footer__end {
    width: 100%;
  }
}
.footer .container .footer__bottom .footer__end .links {
  display: none;
}
@media (max-width: 900px) {
  .footer .container .footer__bottom .footer__end .links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer .container .footer__bottom .footer__end .links a {
    width: 52px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #41b9f5;
    box-shadow: 0px 3.972px 3.972px 0px rgba(255, 255, 255, 0.25) inset;
  }
  .footer .container .footer__bottom .footer__end .links a:nth-child(2) {
    background: linear-gradient(273deg, #0077ff, #2289ff, #0077ff);
  }
  .footer .container .footer__bottom .footer__end .links a:nth-child(3) {
    background-color: #5ce470;
  }
}
.footer .container .footer__bottom .rights {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer .container .footer__bottom .rights p {
  margin: 0;
  color: #171811;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.footer .container .footer__bottom .rights p span {
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */

@media (min-width:1200px) {
	.ideal .container .tabs > div:first-child {
		width:100%!important;
		overflow:hidden;
		border-radius:40px;
	} 
	.ideal .container .tabs .nav-tabs {
		min-width:1px;
	}
}

@media (max-width:991px) {
	.ideal .container .tabs > div:first-child {
		width:calc(100% + 10px)!important;
	}
}

.vk_color {
	color:#6999cf;
}
.vkontakt .left .section--title svg {
	position:relative;
	top:-9px;
}
@media (max-width:768px) {
	.vkontakt .left .section--title svg {
		height:46px;
	}
}

.gradient__title {
	background: linear-gradient(to right, #5a1c14, #171811);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width:1199px) {
	.tarif .container .tarif__table::before {
		left: 75px;
	}
}

@media (max-width:991px) {
	.tarif .container .table__content {
		width: calc(100% + 10px);
	}
}

@media (max-width:767px) {
	.texnology .container .texnology__bottom {
		flex-wrap:wrap;
	}
	.texnology .container .texnology__bottom .left {
		width:100%;
	}
}

.tarif .container .tarif__table tbody tr::after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    left: 0;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
}

.tarif .container .tarif__table tbody tr:hover::after {
    position: absolute;
    opacity: 0.08;
    content: "";
    width: calc(100% - 20px);
    height: 100%;
    background: #6999cf;
    left: 0;
}
 
.feedback .container .slick__corosel .slider .column a > img {
	width:100%;
	border-radius:30px;
}
@media (max-iwdth:767px) {
	.header .container .online .col {
		display:none;
	}
}






.btn,
.nav-tabs .nav-link,
.calculate .container .btns .call__me,
.footer .container .footer__bottom .rights p,
.container .slick-prev:before, .container .slick-next:before {
	transition: all 0.3s ease;
}
.btn:hover {
	filter:brightness(1.1);
}
.footer .container .footer__top .actions .links a:hover {
	filter:brightness(1.1);
}
.nav-tabs .nav-link.active:hover {
	filter:brightness(1.1);
}
.feedback .container .row__top .col .text_and_video li.active:hover {
	filter:brightness(1.1);
}
.container .slick-prev:hover:before, .container .slick-next:hover:before {
	filter:brightness(1.1);
}

.calculate .container .btns .call__me:hover {
	color:#171811;
}
.header .container .online .whatsap:hover {
	background-color:#50d063;
}
.header .container .phone span:hover {
	border-color:#171811;
}
.faq .container .faq__content .accordion-button:hover {
	    background-color: var(--secondary-text);
}

.ideal .container .tabs .tab-content__cards .card.card__v1 {
	height:auto;
}
.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project {
	height:auto!important;
}
.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.project_glavni_mobile {
	display:none!important;
}
.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.project_glavni {
	display: block!important;
	border-radius: 30px;
	object-fit: cover;
	height: 350px;
	border: 1px solid #eee;
}
.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.right_pro1,
.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.right_pro2 {
    border-radius: 20px;
    border: 1px solid #eee;
}
.imgplans {
	display: flex;
    margin-top: -30px;
    justify-content: space-between;
    width: 90%;
    margin-left: 5%;
}
.imgplans .item {
	width:49%;
}
.imgplans .item img {
	width:100%;
    border-radius: 20px;
    border: 1px solid #eee;
}
@media (max-width:575px) {
	.ideal .container .tabs .tab-content__cards .card.card__v1 .row_bottom {
		flex-wrap:wrap;
		gap:15px;
	}
	.ideal .container .tabs .tab-content__cards .card.card__v1 .row_bottom .price {
		width:100%;
		margin-top:15px;
		text-align:center;
	}
}


@media (max-width:1199px) {
	.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.right_pro1,
	.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.right_pro2 {
		display:none;
	}
} 

.ideal .container .tabs .tab-content__cards .card__v2 {
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    padding-bottom: 120px;
}
.ideal .container .tabs .tab-content__cards .card__v2 .project_glavni__v2 {
	transform:none!important;
	width:100%!important;
	max-width:100%!important;
}
.ideal .container .tabs .tab-content__cards .card .card__project.card__project__v2 {
    height: auto;
    margin-top: -125px;
    margin-bottom: 0;
}
.ideal .container .tabs .tab-content__cards .card__v2 .card__title__v2 {
	transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row__info__v2{
    width: 100%;
    transform: none;
}
.ideal .container .tabs .tab-content__cards .card__v2 .row_bottom__v2 {
	transform: none;
    margin-top: 15px;
    position: absolute;
    bottom: -40px;
    left: 30px;
    right: 30px;
    text-align: center;
}

.ideal .container .tabs .tab-content__cards .card .card__project {
	cursor:default;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 {


}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project.card__project__v3 {
    border: 1px solid #ebebeb;
    background: #fff;
	padding-top:30px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    height: auto!important;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project img.project_glavni_mobile.project_glavni_mobile__v3 {
	border-radius: 30px;
	cursor:pointer;
}

.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .top {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .top .name {
    color: #171811;
    font-family: "Jost";
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .top b {
    color: #171811;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom .row__infos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom .row__infos .col {
    width: 119px;
    height: 60px;
    border-radius: 10px;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom .row__infos .col .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom .row__infos .col .razmer {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom .btn {
    width: 202px;
    height: 63px;
    border-radius: 61px;
    box-shadow: 3.773px 4.312px 4.312px 0px rgb(255 255 255 / 9%) inset, -2.695px -1.078px 4.312px 0px rgb(255 255 255 / 12%) inset;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 11.859px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media (max-width:575px) {
	.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .top {
		flex-wrap:wrap;
	}
	.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .top .name {
		width:100%;
	}
	.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project.card__project__v3 {
		padding-top:45px;
		padding-bottom: 130px;
	}
	.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom {
		flex-wrap: wrap;
		justify-content: center;
	}
	.ideal .container .tabs .tab-content__cards .card.card__v3 .card__project__v3 > .bottom .row__infos {
		width:100%;
	}
}

.modal__block .slick-prev:before, .modal__block .slick-next:before {
    background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #6999cf;
    box-shadow: inset 3.773px 4.312px 4.312px 0px rgb(255 255 255 / 9%), inset -2.695px -1.078px 4.312px 0px rgb(255 255 255 / 12%);
}

.modal__block .modal__row .left .slider-nav {
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

@media (max-width:1279px) {
	.modal__block .modal__row .left .slider-for .slick-prev {
		left:16px;
		top: calc(50% - 25px);
	}
	.modal__block .modal__row .left .slider-for .slick-next {
		right:5px;
		top: calc(50% - 25px);
	}
	.modal__block .modal__row .left .slider-for .slick-prev:before,
	.modal__block .modal__row .left .slider-for .slick-next:before {
		width:60px;
		height:60px;
	}
}

@media (max-width:767px) {
	.faq .container .faq__content .accordion-button h5 {
		font-size: 20px;
		line-height: 1.3;
		text-align: left;
		padding-right: 20px;
	}
}

@media (max-width:575px) {
	.feedback .container .row__top {
		margin-right: -15px;
		width: calc(100% + 15px);
	}
	.ideal .container .tabs .tab-content__cards .card.card__v1 .row__info .col .razmer {
		font-size:24px;
	}
	.ideal .container .tabs .tab-content__cards .card.card__v1 .row__info .col .razmer sup {
		font-size:18px;
	}
}

.navbar:not(.active) .links {
	display:none;
}

.navbar .links a:hover {
    filter: brightness(1.1);
}
.navbar .links a {
    width: 52px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(273deg, rgba(255, 255, 255, 0) -3.08%, rgba(255, 255, 255, 0.2) 37.65%, rgba(255, 255, 255, 0.2) 53.88%, rgba(255, 255, 255, 0) 99.19%), #41b9f5;
    box-shadow: 0px 3.972px 3.972px 0px rgb(255 255 255 / 25%) inset;
    background-color: #5ce470;
}
.navbar .links a:nth-child(2) {
    background: linear-gradient(273deg, #0077ff, #2289ff, #0077ff);
}
.navbar .links a:nth-child(3) {
    background-color: #5ce470;
}
.navbar .links {
	display:flex;
	gap:10px;
	margin-top:10px;
}

@media (min-width:1921px) {
	.hero.hero__first {
		background-position:center center;
	}
}

@media (max-width:767px) {

	.tarif .container .tarif__table.tarif__table__col1 {
		min-width:1px;
	}
	.tarif .container .tarif__table.tarif__table__col1 tbody tr td {
		padding:5px;
	}
	.tarif .container .table__content.table__content_2 {
		overflow-x:unset;
		border-spacing: 0;
		overflow: hidden;
		width:100%!important;
	}
	.tarif .container .tarif__table.tarif__table__col1 {
		border-spacing: 0;
	}
}


.modal__block .modal__row .left .slider-for:not(.slick-initialized) {
	overflow: hidden;
    background: #fff;
}
.modal__block .modal__row .left .slider-for:not(.slick-initialized) div {
	display:none;
}
.modal__block .modal__row .left .slider-for:not(.slick-initialized) div:first-child {
	display:block;
}
.modal__block .modal__row .left .slider-for:not(.slick-initialized) div img {
	width:100%;
}


.modal__block .modal__row .left .slider-nav:not(.slick-initialized) {
	overflow: hidden;
    background: #fff;
}
.modal__block .modal__row .left .slider-nav:not(.slick-initialized) div {
	display:none;
	width:25%;
}
.modal__block .modal__row .left .slider-nav:not(.slick-initialized) div:first-child {
	display:block;
}
.modal__block .modal__row .left .slider-nav:not(.slick-initialized) div:nth-child(2) {
	display:block;
}
.modal__block .modal__row .left .slider-nav:not(.slick-initialized) div:nth-child(3) {
	display:block;
}
.modal__block .modal__row .left .slider-nav:not(.slick-initialized) div:nth-child(4) {
	display:block;
}
.modal__block .modal__row .left .slider-nav:not(.slick-initialized) div img {
	width:100%;
} 










.feedback .container .row__top .col .text_and_video li:not(.active):hover,
.ideal .container .tabs .nav-tabs .nav-link:not(.active):hover,
.header .container .email a:hover,
.header .container .phone a:hover,
.header .container .navbar a:hover,
.solution .container .solution__cards .solution__card:hover .solution__card--title,
.contact .container .contact__block .phone a:hover, 
.contact .container .contact__block .email a:hover,
.footer .container .footer__top .navbar a:hover,
.footer .container .footer__top .actions .phone:hover,
.footer .container .footer__bottom .rights p:hover {
	color:#6999cf;
}

.mform {
	background: #f0f0f0;
    width: 800px;
    max-width: 100%;
    padding: 30px;
    border-radius: 30px;
}
.mform.tech {
	width:1400px;
}
.mform.tech .image {
	position:relative;
}

.item_raz .small_numb {
    display: flex;
    width: 36px;
    height: 36px;
	border-radius:100px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000!important;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: 4px solid #6999cf;
    transform: translate(-50%,-50%);
}
.item_raz .small_numb.active {
    background: #6999cf;
    color: #fff!important;
}

.mform.tech [data-isli].active {
    background: #6999cf;
    border-color: #6999cf;
	color:#fff;
}

.mform.tech [data-isli]:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.mform.tech [data-isli] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
    font-weight: 500;
    list-style: none;
    text-transform: uppercase;
    margin: 0!important;
    padding: 12px!important;
	border-radius: 10px;
}

.mform.tech .image img {
	width:100%;
	border-radius:30px;
}
.mform h3 {
	background: linear-gradient(to right, #5a1c14, #171811);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #171811;
    font-family: "Jost";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.mform input,
.mform textarea {
    outline: none!important;
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 100px;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
	height:70px;
}
.mform textarea {
	height: 200px;
    width: 100%;
    resize: none;
    border-radius: 40px;
	margin-bottom:16px;
	line-height:1.2;
}
.mform .inputs {
	display:flex;
	flex-wrap:wrap;
	margin:0 -8px;
	
}
.mform .inputs > * {
	width:calc(50% - 16px);
	margin:0 8px 16px 8px;
}
.mform .btn {
	max-width:100%;
	width: 295px;
    height: 70px;
    border-radius: 100px;
    box-shadow: 3.773px 4.312px 4.312px 0px rgb(255 255 255 / 9%) inset, -2.695px -1.078px 4.312px 0px rgb(255 255 255 / 12%) inset;
    color: #fff!important;
    text-align: center;
    font-size: 16.189px;
    font-style: normal;
    font-weight: 700;
    line-height: 11.859px;
    letter-spacing: 2.024px;
    text-transform: uppercase;
	border:none!important;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:16px;
}
.mform .answ {
	text-align:center;
}
.mform .answ span {
	padding:5px 10px;
	border-radius:100px;
	background:#e0e0e0;
	display:inline-block;
}
.mform input#filename {
	display:none;
}
.mform .files {
	margin:0 40px 16px 40px;
	padding:0 0 0 40px;
	cursor:pointer;
	position:relative;
}
.mform .files svg {
	position:absolute;
	top:0;
	left:0;
}

@media (max-width:575px) {
	.mform h3 {
		font-size:32px;
	}
	.mform .inputs > * {
		width:calc(100% - 16px);
	}
	.mform input,
	.mform textarea {
		font-size: 16px;
	}
}
.ideal .container .tabs .tab-content__cards .card .card__project.card__project__v2 img,
.ideal .container .tabs .tab-content__cards .card.card__v1 .card__project img.project_glavni,
.imgplans .item img {
	cursor:pointer;
}
@media (max-width:575px) {
	.wordbreak {
		word-break: break-all;
	}
}
.mform .answ span.good {
	background:#cff2d5;
}
.mform .answ span.bad {
	background:#f2cfcf;
}
.mform {
	display:none;
}
.mform .files .files_names span {
	display:block;
}
:focus-visible {
    outline: unset!important;
}
.news .container .news__cards .card .vk_img img {
	width:100%;
}

.tarif .container .tarif__table tbody tr:last-child td {
	border-bottom: 1px solid #ebebeb; 
}
.tarif .container .tarif__table tbody tr:last-child td:first-child {
	border-bottom: none; 
}

@media (min-width:1201px) {
	.imgplans .item img {
		width:242px;
		max-width:242px; 
	}
}

.contact {
	position: relative;
}
#mapkont {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	pointer-events:none;
	border-radius:30px;
	overflow:hidden;
}
.contact > .container {
	position: relative;
}
a, button {
	transition: all 0.3s ease;
}



.compl_tabs_links {
    margin-top: 160px;
    margin-bottom: 40px;
    width: 100%;
}
.compl_tabs_links .items {
    display: flex;
    width: 100%;
    /* min-width: 1200px; */
    /* height: 90px; */
    border-radius: 15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* margin: 35px 0; */
    border: none;
    z-index: 1;
    position: relative;
}
.compl_tabs_links .items .item {
    color: #171811;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-right: 1px solid rgba(39, 85, 150, 0.07);
    padding: 40px 51px;
    border: none;
    /* height: 106px; */
    margin-top: -10px;
    border-radius: 61px;
    background: #f0f0f0;
    margin-bottom: -10px;
    cursor: pointer;
}
.compl_tabs_links .items .item.active {
	background-color: #6999cf;
	color:#fff;
}

@media (max-width:991px) {
	.compl_tabs_links .items {
		flex-wrap:wrap; 
		padding:20px;
	}
	.compl_tabs_links .items .item {
		width:100%;
		margin:0;
		padding:20px;
	}
}

@media (max-width:575px) {
	.compl_tabs_links {
		margin-top:30px;
	}
}

[data-istab] {
	opacity:1;
	transition: opacity 0.15s linear;
	max-width: 100%;
}
[data-istab]:not(.active) {
	display:none;
}
[data-istab]:not(.show) {
	opacity:0;
}

section.dops {
	width: 100%;
	padding: 100px 0 0 0;
}
section.dops .section--title {
	width:100%;
	margin-bottom:60px;
}
section.dops .section--title span {
    background: linear-gradient(to right, #5a1c14, #171811);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.dops .row__top {
	width:100%;
}

section.dops .dopslist {
	width:100%;
}
section.dops .dopslist tr {
    position: relative;
}
section.dops .dopslist tr td {
    padding: 20px 15px;
    border: 1px solid #ebebeb;
}
section.dops .dopslist tr td:last-child {
    font-weight: 600;
    text-align: right;
}

section.dops .dopslist tr:hover td::after {
    opacity: 0.05;
}
section.dops .dopslist tr td::after {
	position: absolute;
	opacity: 0;
    content: "";
    background: #6999cf;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
	transition: all 0.15s ease;
}

@media (max-width:767px) {
	section.dops .section--title {
		font-size: 48px;
		line-height: 56px;
	}
}
@media (max-width:575px) {
	section.dops .section--title {
		word-break:break-all;
	}
}


.feedback .container .slick__corosel.text__content .content .avito {
	
}

.feedback .container .slick__corosel.text__content .content .avito + .author {
	margin: 14px 0;
    display: block;
}
.feedback .container .slick__corosel.text__content .content {
	/*height:auto!important;*/
}

@media (max-width: 767px) {
	.feedback .container .slick__corosel .slick-prev {
		top: calc(100% - 28px);
		left: 0;
		left: calc(50% - 60px);
		height: 54px;
		width: 54px;
	}
	.feedback .container .slick__corosel .slick-next {
		top: calc(100% - 28px);
		right: 0;
		right: calc(50% - 60px);
		height: 54px;
		width: 54px;
	}
	.feedback .container .slick__corosel .slick-dots {
		display:none!important;
	}
	.feedback {
		padding-bottom:0;
	}
	.feedback .container .slick__corosel.text__content .slider {
		padding: 0 0 64px 0;
	}
	.feedback .container .slick__corosel.text__content {
		padding-left:15px;
		padding-right:15px;
	}
	.feedback .container .slick__corosel .slick-prev:before, .feedback .container .slick__corosel .slick-next:before {
		width: 54px;
		height: 54px;
		border-width: 0;
	}
}
.feedback .container .slick__corosel.text__content .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

@media (max-width:575px) {
	.footer .container .footer__bottom .rights img {
		width:46px;
	}
	.footer .container .footer__bottom .rights {
		gap:10px;
	}
	.footer .container .footer__bottom .rights p {
		font-size:14px;
		text-align:left;
	}
	.footer .container .footer__bottom {
        justify-content: center;
    }
	.footer .container .footer__bottom .footer__end {
        justify-content: center;
    }
}

@media (max-width:900px) {
	.footer .container .footer__bottom .footer__end .links a {
		background-color: #5ce470;
	}
}

.ideal .container .tabs .nav-tabs {
	width:100%!important;
	min-width:100%!important;
	max-width:100%!important;
}
.ideal .container .tabs > div:first-child {
	width: 100%!important;
}
.ideal .container .tabs .nav-tabs .nav-item.show .nav-link, .ideal .container .tabs .nav-tabs .nav-link.active {
	width: auto!important;
}
.ideal .container .tabs .nav-tabs {
	justify-content:center!important;
}
.navbar .links a {
    background-color: #5ce470!important;
}