* .section-title.no-border-bottom{
    border-bottom: 0!important;
}
@media (min-width: 320px) {
  #faq .section-title {
      border-bottom: 1px solid var(--background-basic);
  }

  .faq-list {
    gap: 16px;
  }

  .faq-list__item {
    border-bottom: 1px solid var(--background-light);
  }

  .accordion {
    padding: 13px 70px 13px 0px;
    position: relative;
    cursor: pointer;
  }

  .accordion:after {
    position: absolute;
    top: 12px;
    right: 0px;
    content: "";
    background-image: url("../img/faq-plus.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 8px;
    height: 8px;
    transition: transform 0.3s ease;
    border: 1px solid var(--main-basic);
    border-radius: 50px;
    padding: 17px;
  }

  .accordion-active:after {
    transform: rotate(45deg);
  }

  .response {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  #main-banner {
    background: var(--main-basic);
    padding: 58px 0px 37px 0px;
    position: relative;
    overflow: hidden;
  }

  #main-banner .h1 {
    margin-bottom: 150px;
    color: var(--white);
    min-height: 53px;
    z-index: 10;
    position: relative;
  }

  #main-banner img {
    position: absolute;
    z-index: 0;
    top: 78px;
    left: 0;
  }

  #dynamic-text {
    overflow: hidden;
    border-right: 3px solid var(--white);
    -webkit-animation: blink-caret 0.75s step-end infinite;
    animation: blink-caret 0.75s step-end infinite;
    font-family: "Unbounded", sans-serif;
    font-weight: 200;
  }

@-webkit-keyframes blink-caret {
    from, to {
      border-color: transparent;
    }

    50% {
      border-color: white;
    }
}

@keyframes blink-caret {
    from, to {
      border-color: transparent;
    }

    50% {
      border-color: white;
    }
}

  .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-block a {
    color: var(--white);
    text-decoration: none;
    font-family: "Unbounded", sans-serif;
    font-weight: 200;
    font-size: 12px;
    z-index: 10;
    position: relative;
  }

  .button-block a:first-child::after {
    content: url("../img/arrow-white.svg");
    position: relative;
    margin-left: 6px;
  }

  section {
    margin-bottom: 48px;
  }

  .section-subtitle {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
  }

  section#main-banner {
    margin: 0;
  }

  .services-list {
    gap: 20px;
  }

  .about-more,
  .your-site--link {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-family: "Unbounded";
    font-weight: 200;
  }

  .about-more:hover::after {
    -webkit-transform: rotate(56deg);
    -ms-transform: rotate(56deg);
    transform: rotate(56deg);
  }

  .about-more::after,
  .your-site--link::after {
    content: url("../img/arrow-white.svg");
    display: inline-block;
    position: relative;
    margin-left: 34px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  
  .step-item {
    background: var(--background-light);
    padding: 20px;
    position: relative;
  }

  .step-number,
  .step-arrow::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }

  .step-number {
    background: var(--white);
    z-index: 10;
    position: relative;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 12px;
  }

  .step-arrow::before {
    content: url("../img/arrow-blue.svg");
    z-index: 5;
    border: 1px solid #006DFE;
    position: absolute;
    top: 20px;
    left: 55px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 34px;
    height: 34px;
    left: 48px;
  }

  .step-arrow.check-blue::before {
    content: url("../img/check-blue.svg");
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .step-item .download-brif {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .download-brif.step-link {
    color: #006DFE;
    text-decoration: none;
  }

  .download-brif.step-link .brif-format {
    color: #D7E1EC;
  }

  .step-item .subtitle1-title {
    margin-top: 30px;
    margin-bottom: 12px;
  }

  .advantages-list {
    display: grid;
    gap: 20px;
  }

  .advantages-item {
    height: 157px;
    position: relative;
    overflow: hidden;
    background-color: var(--background-light);
    padding: 20px;
  }

  .advantages-item h3 {
    position: relative;
    z-index: 10;
  }

  .advantages-description {
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 90%;
    z-index: 10;
  }

  .advantages-item:first-child::after {
    content: url("../img/communication.svg");
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .advantages-item:nth-child(2)::after {
    content: url("../img/document.svg");
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
  }

  .advantages-item:nth-child(3)::after {
    content: url("../img/complex.svg");
    position: absolute;
    z-index: 0;
    right: 12px;
    top: 0;
  }

  .advantages-item:last-child::after {
    content: url("../img/relocate.svg");
    position: absolute;
    z-index: 0;
    right: 30px;
    top: 20px;
  }
}

@media (min-width: 375px) {
  .services-item .h6 {
    margin-bottom: 36px;
  }

  .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 425px) {
  .accordion {
    padding: 13px 148px 13px 0;
    position: relative;
    max-width: 100%;
  }
}

@media (min-width: 500px) {
  .accordion {
    padding: 23px 0px 23px 0px;
  }
}

@media (min-width: 768px) {
  #main-banner {
    padding: 73px 0px 32px 0px;
  }

  #main-banner .h1 {
    margin-bottom: 193px;
  }

  section {
    margin-bottom: 72px;
  }

  .button-block a {
    font-size: 16px;
  }

  .button-block {
    gap: 125px;
  }

  #main-banner img {
    top: -72px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .services-item#seo::before {
    top: 30px;
    left: 0px;
  }

  .services-item#context::before {
    bottom: 0;
    right: 12px;
  }

  .services-item#serm::before {
    top: -11px;
    left: -32px;
  }

  .services-item#develop::before {
    top: -40px;
    left: -82px;
  }

  .services-item#design::before {
    top: -40px;
    left: -20px;
  }

  .services-item#bitrix24::before {
    top: 5px;
    right: 0px;
    left: 0;
  }
 
  .caption,
  .caption-p {
    font-size: 14px;
  }
  .services-item .h6,
  .advantages-item .h6 {
    font-size: 20px;
  }
}

@media (min-width: 769px) {
	#faq .section-title {
		border-bottom: 1px solid var(--background-basic);
	}
}

@media (min-width: 1024px) {
  #main-banner img {
    top: -132px;
  }

  .case-item a:first-child:hover picture {
    -webkit-transform: scale(1.015) translateY(0px);
    -ms-transform: scale(1.015) translateY(0px);
    transform: scale(1.015) translateY(0px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .services-item {
    padding: 20px 20px 38px 20px;
  }

  .services-item .h6 {
    margin-bottom: 16px;
  }

  .services-item#seo::before {
    top: 30px;
    left: 0px;
  }

  .services-item#context::before {
    top: -66px;
    right: inherit;
    left: 11px;
  }

  .services-item#serm::before {
    top: -11px;
    left: -32px;
  }

  .services-item#develop::before {
    top: -40px;
    left: 0px;
  }

  .services-item#design::before {
    top: -40px;
    left: 0px;
  }

  .services-item#bitrix24::before {
    top: -4px;
    right: 0px;
    left: 0;
  }
}


@media (min-width: 1350px) {
  #main-banner {
    padding: 130px 0 47px;
  }

  #main-banner .h1 {
    min-height: 173px;
    margin-bottom: 173px;
  }

  .button-block a:first-child::after {
    margin-left: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .button-block a:first-child:hover::after {
    display: inline-block;
    -webkit-transform: rotate(56deg);
    -ms-transform: rotate(56deg);
    transform: rotate(56deg);
  }

  .button-block {
    gap: 32px;
  }

  .advantages-item .h6,
  .services-item .h6 {
    font-size: 24px;
  }

  .child-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 0;
    font-size: 12px;
    margin-bottom: 32px;
  }

  .child-link li a {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color: var(--text-light);
    text-decoration: none;
  }

  .child-link li a:hover {
    color: var(--main-basic);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .services-item {
    height: 378px;
  }

  .services-bottom-content {
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
  }
  .services-item#seo::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 60px;
    left: -40px;
  }

  .services-item#context::before {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }

  .services-item#serm::before {
    top: 45px;
    right: inherit;
    bottom: inherit;
    left: 13px;
  }

  .services-item#develop::before {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }

  .services-item#design::before {
    top: 28px;
    right: inherit;
    bottom: inherit;
    left: -4px;
  }

  .services-item#bitrix24::before {
    bottom: 48px;
    right: -35px;
    top: inherit;
    left: inherit;
  }
}

@supports (-webkit-appearance:none){

}

 @media (min-width: 319px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 320px){

@supports (-webkit-appearance:none){
.accordion:after{background-image:url("../img/faq-plus.svg")}

}

}

 @media (min-width: 375px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 425px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 474px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 500px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 667px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 767px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1023px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1024px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1100px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1139px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1350px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1440px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1920px){

@supports (-webkit-appearance:none){

}

}
