@media (max-width: 1920px) {
.team  {
  background-size: 100% auto; 
}
}

@media (max-width: 1200px) {
.footer-dev {
  width: 50%;
  padding-right: 5px;
}
.footer-info {
  margin-top: 10px;
  width: 100%;
  order: 2;
  justify-content: flex-start;
}
.footer-policy {
  width: 50%;
}
.footer-info__item {
  margin: 0 15px 0 0;
}

}


@media (max-width: 959px) {

.container {
  padding: 0 10px;
}
.bt {
  height: 42px;
  border-radius: 12px;
  font-size: 13px;
}
H2 {
  font-size: 24px;
}
H3 {
  font-size: 20px;
}
H4 {
  font-size: 18px;
}
.section-head {
  display: block;
}
.section-subtitle {
  margin: 20px 0 0;
  padding: 0 0 0 10px;
  font-size: 16px;
}
.bt-menu {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 48px;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
.bt-menu span {
  position: relative;
  display: block;
  border-radius: 99px;
  width: 28px;
  height: 2px;
  background: var(--prime3);
  transition: .1s;
}
.bt-menu span:before,
.bt-menu span:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  border-radius: 99px;
  background: var(--prime3);
  transition: .1s;
}
.bt-menu span:after {
  top: 8px;
}
.mobile-header {
  display: flex;
  align-items: center;
  backdrop-filter: blur(7.5px);
  background: rgba(40, 54, 51, 0.9);
  border-radius: 10px;
  height: 60px;
  padding: 0 10px;
}
.header-wrapper {
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  backdrop-filter: blur(15px);
  background: rgba(30, 37, 36, 0.8);
  text-align: center;
  display: block;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-logo {
  position: relative;
  z-index: 11;
  margin-right: auto;
}
.bt-menu.close + .header-wrapper,
.header-wrapper.show {
  transform: translateY(0);
}
.mobile-header .bt{
  height: 32px;
}
.header-logo {
  display: none;
}
.header-nav {
  padding: 36px 0 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.header-nav li {
  justify-content: center;
  width: 100%;
}
.header-nav li + li {
  margin: 16px 0 0;
}
.header-nav li a {
  color: inherit;
  font-size: clamp(15px, 1vw, 21px);
  font-weight: 500;
}
.header-tel {
  margin: 36px 0 0;
  display: inline-block;
}
.header-wrapper .bt {
  margin: 36px 0 0;
  width: 100%;
}
.mobile-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt-close {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.bt-close:before,
.bt-close:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -10px;
  border-radius: 99px;
  background: var(--prime3);
  transition: .1s;
  transform: rotate(45deg);
}
.bt-close:after {
  transform: rotate(-45deg);
}


.preview {
	padding: 170px 0 0;
}
.preview-subtitle {
  width: 100%;
}
.about {
  padding-top: 50px;
  overflow: hidden;
}
.about p {
  width: 100%;
  font-size: 16px;
}
.about::before {
  display: none;
}
.about p {
  position: relative;
  padding-bottom: 130px;
}
.about p::after {
  content: "";
  display: block;
  width: 791px;
  height: 180px;
  z-index: -1;
  background: url("../i/m-divider-2.svg") no-repeat;
  background-size: auto 100px;
  position: absolute;
  left: -10px;
  bottom: -50px;
}
.service {
  padding: 50px 0 0;
}
.service-list {
  margin: 0 -5px;
  padding-top: 30px;
}
.service-list__item {
  margin-top: 10px;
  padding: 0 5px;
}
.service-card {
  padding: 15px;
  border-radius: 10px;
}
.service-card .bt {
  height: 32px;
}
.service-card__title {
  padding-bottom: 20px;
  font-size: 14px;
}
.service-list__item:nth-child(odd) .bt {
  border-width: 1px;
}
.service-card__icon {
  width: 32px;
  height: 32px;
}
.service-card__icon img {
  width: 22px;
}
.team {
  padding: 50px 0 70px;
  background-size: 100% 60px;
}
.team-card {
  padding-left: 60px;
  font-size: 14px;
}
.team-card::before {
  width: 42px;
  height: 42px;
  background-size: 24px auto;
  border-radius: 10px;
}
.team-list {
  margin: 0 -10px;
  padding-top: 20px;
}
.team-list__item {
  padding: 0 10px;
  margin-top: 20px;
}
.contacts {
  padding-top: 50px;
}
.contacts-wrapper {
  margin: 0 -10px;
  border-radius: 20px 20px 0 0;
  height: 544px;
  padding: 0 10px 30px;
  align-items: flex-end;
}
.contacts-content {
  padding: 25px;
  width: 100%;
  max-width: 306px;
}
.contacts-content H3 {
  padding-bottom: 10px;
}
.contact-item {
  margin-top: 10px;
}
.contact-item__val {
  font-size: 19px;
}
.contact-item__info {
  font-size: 12px;
}
.contacts-content .bt {
  margin-top: 10px;
  height: 32px;
  width: 100%;
}
.feedback-wrapper {
  margin: 0 -10px 0;
  border-radius: 0 0 20px 20px;
  padding: 30px 10px;
}
.feedback-text {
  width: 100%;
  max-width: 100%;
}
.feedback-text p {
  margin-top: 20px;
  font-size: 14px;
}
.feedback-form {
  margin-top: 20px;
  width: 100%;
}
.form-item input {
  height: 42px;
  padding: 0 12px;
  font-size: 13px;
}
.form-item textarea {
  padding: 12px;
  font-size: 13px;
}
.footer-wrapper {
  margin: -25px -10px 0;
  padding: 45px 10px 20px;
  border-radius: 0 0 20px 20px;
}
.modal {
  padding: 20px;
  max-width: 500px;
}
.modal-title {
  font-size: 22px;
}

}



@media (max-width: 767px) {

.team-list__item {
  width: 100%;
}
.team-card {
  min-height: 42px;
}
.team-card::before {
  top: 0;
  transform: translateY(0);
}

}


@media (max-width: 660px) {

.preview .bt {
  width: 100%;
}
.footer-wrapper {
  text-align: center;
}
.footer-dev {
  width: 100%;
  padding: 0;
}
.footer-info {
  margin-top: 0;
  padding-top: 5px;
  justify-content: center;
  font-size: 11px;
}
.footer-info__item {
  padding: 5px 7px 0;
  margin: 0;
}
.footer-info__item:first-child {
  width: 100%;
}
.footer-policy {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  order: 2;
  font-size: 11px;
}

}

@media (max-width: 570px) {
.service-list__item {
  width: 50%;
}
.service-card {
  padding: 25px;
}
.service-card__title {
  max-width: 170px;
  font-size: 17px;
}

}

@media (max-width: 480px) {

.service-card {
  padding: 15px;
}
.service-card .bt {
  width: 100%;
  padding: 0;
}
.service-card__title {

  font-size: 14px;
}
.logo-list {
  justify-content: center;
}
.logo-item {
  max-width: 100%;
  padding: 0 15px;
}
.logo-item .logo-1 {
  width: 93px;
}
.logo-item .logo-2 {
  width: 130px;
}
.logo-item .logo-3 {
  width: 47px;
}
.logo-item .logo-4 {
  width: 217px;
}
.logo-list {
  padding: 0 30px;
}
.modal {
  max-width: 100%;
}

}