.left_block.sticky-sidebar, .wrapper_inner, .top-block-wrapper {
    display: none !important;
}

#content.wraps.hover_shine {
    overflow: hidden !important;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 16px;
}

a {
    text-decoration: none;
}

body {
    background: #fff;
}

.custom-btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    background: #0CE8D1;
    border: 1px solid #0CE8D1;
    padding: 18px 24px;
    border-radius: 8px;
    transition: all .3s ease;
    min-width: 197px;
}

.custom-btn:hover {
    background: transparent;
    color: #0CE8D1;
}

.custom-btn_second.custom-btn {
    background: #7300E7;
    border: 1px solid #7300E7;
}

.custom-btn_second.custom-btn:hover {
    color: #7300E7;
}

/***
* Баннер
*/
.banner {
    background: #FFF318;
    padding: 40px 0 65px;
    overflow: hidden;
    position: relative;
    margin-bottom: 140px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumbs a {
    color: #C4BB0D;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;

}

.breadcrumbs span {
    color: #C4BB0D;
    font-size: 13px;
}

.breadcrumbs a:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background: #C4BB0D;
}

.banner__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner__offer {
    max-width: 604px;
    position: relative;
    z-index: 2;
}

.banner__offer h1 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333333;
    line-height: 105%;
    letter-spacing: -0.005em;
}

.banner__offer h1 span {
    color: #7300E7;
    position: relative;
}

.banner__offer h1 span svg {
    position: absolute;
    bottom: 0;
    left: -22px;
}

.banner__offer .desc {
    font-size: 17px;
    max-width: 482px;
    color: #6E6909;
    margin: 0;
    line-height: 140%;
}

.banner-form {
    padding: 60px;
    background: #F5F5F7;
    box-shadow: 0 72px 132px 0 #051D3D0F;
    max-width: 568px;
    width: 100%;
    position: relative;
    z-index: 3;
    border-radius: 8px;
}

.banner-form .banner-form__title {
    font-size: 24px;
    line-height: 120%;
    color: #333;
    margin-bottom: 32px;
    letter-spacing: -0.005em;
}

.banner-form__input {
    margin-bottom: 24px;
}

.banner-form__input label {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #919191;
    display: block;
    margin-bottom: 8px;
}

.banner-form__input input {
    padding: 17px 13px;
    border: 1px solid #ECECEC;
    background: #fff;
    color: #333;
    border-radius: 8px;
    line-height: 1;
    width: 100%;
}

.accept-input {
    margin-bottom: 32px;
}

.accept-input .accept-input__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;

}

.accept-input__check svg {
    transform: scale(0);
}

.accept-input input {
    display: none;
}

.accept-input label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.accept-input input:checked + label .accept-input__check svg {
    transform: scale(1);
}

.accept-input__text {
    line-height: 1;
    font-size: 14px;
}

.banner-form .btn_send {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    background: #0CE8D1;
    border: 1px solid #0CE8D1;
    padding: 18px 24px;
    border-radius: 8px;
    transition: all .3s ease;
}

.banner-form .btn_send:hover {
    background: transparent;
    color: #0CE8D1;
}

.banner-img {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-55%);
    bottom: 0;
}

.banner .ellipse {
    background: #fff;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}

.ellipse_1 {
    width: 278px;
    height: 278px;
    left: 0;
    top: 213px;
    transform: translateX(-50%);
}

.ellipse_2 {
    width: 126px;
    height: 126px;
    top: 413px;
    left: 30px;
}

.ellipse_3 {
    width: 238px;
    height: 238px;
    right: -133px;
    bottom: -72px;
}

.ellipse_4 {
    width: 191px;
    height: 191px;
    bottom: -104px;
    right: 53px;
}

@media screen and (max-width: 1500px) {
    .banner-form {
        padding: 40px;
    }

    .banner-img {
        left: 55%;
    }
}

@media screen and (max-width: 1399px) {
    .container {
        padding: 0 30px;
    }

    .breadcrumbs {
        display: none;
    }

    .banner__offer h1 {
        font-size: 40px;
    }

    .banner__offer h1 > svg {
        max-width: 112px;
    }

    .banner__offer {
        max-width: 512px;
        margin-top: 120px;
    }

    .banner__offer h1 span svg {
        max-width: 208px;
        bottom: -4px;
    }

    .banner {
        overflow: visible;
        margin-bottom: 520px;
        min-height: 562px;
    }

    .banner-form {
        bottom: -410px;
        position: absolute;
        left: auto;
        right: auto;
        max-width: calc(100% - 60px);
    }

    .banner-form__inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
    }

    .banner-form__input:last-child {
        grid-column: 1/-1;
    }

    .banner-form .btn_send {
        width: 100%;
    }

    .ellipse_1 {
        width: 157px;
        height: 157px;
        top: -49px;
    }

    .ellipse_2 {
        width: 72px;
        height: 72px;
        top: -6px;
        left: auto;
        right: 0;
        transform: translateX(50%);
    }

    .ellipse_3 {
        right: 50%;
        transform: translateX(70px);
        width: 119px;
        height: 119px;
        bottom: 1px;
    }

    .ellipse_4 {
        width: 96px;
        height: 96px;
        bottom: -15px;
        right: 50%;
        transform: translateX(-30px);
    }

    .banner-img {
        left: auto;
        right: 0;
        bottom: 50px;
        transform: none;
    }

    .banner-form .banner-form__title {
        margin-bottom: 24px;
    }

    .accept-input {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 16px;
    }

    .banner {
        min-height: 547px;
    }

    .banner__offer h1 {
        font-size: 27px;
    }

    .banner__offer .desc {
        font-size: 14px;
    }

    .banner-form {
        padding: 24px;
        bottom: -457px;
        max-width: calc(100% - 32px);
    }

    .banner-form .banner-form__title {
        font-size: 22px;
    }

    .banner-form__inputs {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .banner-form__input {
        margin-bottom: 16px;
    }

    .banner__offer {
        max-width: 100%;
        margin: 0;
    }

    .banner__offer h1 > svg {
        max-width: 83px;
        vertical-align: bottom;
    }

    .banner__offer h1 span svg {
        max-width: 136px;
        left: -12px;
        bottom: -6px;
    }

    .ellipse_1 {
        width: 142px;
        height: 142px;
        top: auto;
        bottom: 81px;
    }

    .ellipse_2 {
        width: 79px;
        height: 79px;
        top: 0;
        left: 0;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .ellipse_3 {
        width: 119px;
        height: 119px;
        right: -78px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .ellipse_4 {
        width: 77px;
        height: 77px;
        right: 25px;
        bottom: 50%;
        transform: translateY(70px);
    }

    .banner-form__input input {
        height: 48px;
    }

    .banner-form .btn_send {
        padding: 16px;
    }

    .banner-img {
        bottom: 0;

    }

    .accept-input__text {
        font-size: 12px;
    }
}

@media screen and (max-width: 370px) {
    .banner-img {
        bottom: -30px;
    }
}

/***
* Станьте официальным оптовым партнёром S2B
*/
.become-s2b-partner {
    margin-bottom: 140px;
}

.become-s2b-partner .content {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.become-s2b-partner .wrapper .title-desc {
    max-width: 568px;
    margin-bottom: 40px;
}

.become-s2b-partner .wrapper .title-desc h2 {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1;
}

.become-s2b-partner .wrapper .title-desc p {
    font-size: 16px;
    margin: 0;
    line-height: 140%;
}

.become-s2b-partner .btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.become-s2b-partner .list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 808px;
}

.become-s2b-partner .item {
    background: #fff;
    grid-column: span 2;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 72px 172px rgba(5, 29, 61, 0.06);
}

.become-s2b-partner .item.big {
    grid-column: span 3;
    display: flex;
    align-items: center;
}

.become-s2b-partner .item.big .icon {
    margin: 0 24px 0 0;
}

.become-s2b-partner .item .icon {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #DEFFFC;
}

.become-s2b-partner .item .title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
}

.become-s2b-partner .item .desc {
    color: #777;
    margin: 0;
}

@media screen and (max-width: 1399px) {
    .become-s2b-partner {
        margin-bottom: 120px;
    }

    .become-s2b-partner .content {
        flex-direction: column;

    }

    .become-s2b-partner .wrapper .title-desc {
        max-width: 100%;
    }

    .become-s2b-partner .list {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .become-s2b-partner {
        margin-bottom: 80px;
    }

    .become-s2b-partner .wrapper {
        display: contents;
    }

    .become-s2b-partner .content {
        gap: 40px;
    }

    .become-s2b-partner .wrapper .title-desc {
        order: 1;
        margin: 0;
    }

    .become-s2b-partner .btns {
        order: 3;
        flex-direction: column;
    }

    .become-s2b-partner .btns .custom-btn {
        width: 100%;
    }

    .become-s2b-partner .list {
        order: 2;
    }

    .become-s2b-partner .item {
        grid-column: 1/-1;
        padding: 20px;
    }

    .become-s2b-partner .item.big {
        grid-column: 1/-1;
        display: block;
    }

    .become-s2b-partner .item.big .icon {
        margin: 0 0 24px 0;
    }

    .become-s2b-partner .wrapper .title-desc h2 {
        font-size: 28px;
    }

    .become-s2b-partner .wrapper .title-desc p {
        font-size: 14px;
    }
}

/***
* С кем мы работаем
*/
.collaborators {
    margin-bottom: 120px;
}

.collaborators .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.collaborators .top h2 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.01em;
}

.collaborators .top p {
    margin: 0;
    max-width: 463px;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.collaborators .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.collaborators .items .item {
    border-radius: 8px;
    position: relative;
    min-height: 400px;
    display: flex;
    box-shadow: 0 72px 132px 0 rgba(5, 29, 61, 0.06);
}

.collaborators .items .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    border-radius: 8px;
    height: auto;
}

.collaborators .items .item .wrapper {
    align-self: end;
    position: relative;
    background: #fff;
    padding: 32px 51px 40px 40px;
    border-radius: 0 0 8px 8px;
    width: 100%;
}

.collaborators .items .item .wrapper::before {
    content: '';
    display: block;
    background: linear-gradient(to top right, white 49.5%, transparent 50.5%);
    position: absolute;
    top: -38px;
    left: 0;
    height: 38px;
    width: 100%;
}

.collaborators .items .item .wrapper .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
    line-height: 120%;
}

.collaborators .items .item .wrapper .desc {
    line-height: 120%;
    font-size: 18px;
    margin: 0;
}

@media screen and (max-width: 1399px) {
    .collaborators .top {
        display: block;
    }

    .collaborators .top h2 {
        margin-bottom: 24px;
    }

    .collaborators .top p {
        max-width: 100%;
    }

    .collaborators .items {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .collaborators .top h2 {
        font-size: 28px;
    }

    .collaborators .top p {
        font-size: 14px;
    }

    .collaborators .top {
        margin-bottom: 32px;
    }

    .collaborators .items {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .collaborators .items .item .wrapper .title {
        font-size: 20px;
    }

    .collaborators .items .item .wrapper {
        padding: 24px 24px 32px;
    }

    .collaborators .items .item {
        min-height: 360px;
    }
}

/***
* Хотите узнать условия для вашего формата бизнеса?
*/
.business-format-conditions {
    background: rgba(115, 0, 231, 1);
    margin-bottom: 140px;
}

.business-format-conditions .container {
    position: relative;
}

.business-format-conditions .container .wrapper {
    max-width: 688px;
    padding: 60px 0;
}

.business-format-conditions .container .wrapper .title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 24px;
    line-height: 1;
    letter-spacing: -0.01em;
    max-width: 579px;
    text-transform: uppercase;
    color:#fff;
}

.business-format-conditions .container .wrapper .desc {
    letter-spacing: -0.01em;
    margin-bottom: 40px;
    font-size: 16px;
    color:#fff;
}

.business-format-conditions .container .wrapper form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: end;
}

.business-format-conditions .container .wrapper form .form__input label {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

.business-format-conditions .container .wrapper form .form__input input {
    padding: 17px 13px;
    border: 1px solid #ECECEC;
    background: #fff;
    color: #333;
    border-radius: 8px;
    line-height: 1;
    width: 100%;
}

.business-format-conditions .container .image {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1399px) {
    .business-format-conditions {
        margin-bottom: 120px;
    }

    .business-format-conditions .container .wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .business-format-conditions {
        margin-bottom: 80px;
    }

    .business-format-conditions .container .wrapper {
        padding: 60px 0 113px;
    }

    .business-format-conditions .container .wrapper .title {
        font-size: 30px;
        max-width: 100%;
    }

    .business-format-conditions .container .wrapper .desc {
        font-size: 14px;
    }

    .business-format-conditions .container .wrapper form {
        grid-template-columns: 1fr;
    }

    .business-format-conditions .container .wrapper form .form__input input {
        height: 48px;
    }

    .business-format-conditions .container .image {
        top: auto;
        bottom: 0;
        right: 0;
    }
}


/***
* Нам доверяют
*/

.trusted-by-clients {
    margin-bottom: 140px;
}

.trusted-by-clients .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.trusted-by-clients .top h2 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.01em;
}

.trusted-by-clients .top p {
    margin: 0;
    max-width: 463px;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.trusted-by-clients .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.trusted-by-clients .items .item {
    padding: 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trusted-by-clients .items .item:nth-child(1) {
    
    background: #7300E7;
    color: #fff;
}

.trusted-by-clients .items .item:nth-child(2) {
    background: #FFF318;
}

.trusted-by-clients .items .item:nth-child(3) {
    background: #0CE8D1;
}

.trusted-by-clients .items .item .stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 24px;
}

.trusted-by-clients .items .item .logo {
    margin-bottom: 24px;
}

.trusted-by-clients .items .item .desc {
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
    line-height: 140%;
}

.trusted-by-clients .items .item .strong-text {
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: auto;
}

@media screen and (max-width: 1399px) {
    .trusted-by-clients {
        margin-bottom: 120px;
    }

    .trusted-by-clients .top {
        margin-bottom: 40px;
        display: block;
    }

    .trusted-by-clients .top h2 {
        margin-bottom: 24px;
    }

    .trusted-by-clients .top p {
        max-width: 100%;
    }

    .trusted-by-clients .items {
        grid-template-columns: 1fr 1fr;
    }

    .trusted-by-clients .items .item:nth-child(3) {
        grid-column: 1/-1;
    }
}

@media screen and (max-width: 767px) {
    .trusted-by-clients {
        margin-bottom: 80px;
    }

    .trusted-by-clients .top {
        margin-bottom: 32px;
    }

    .trusted-by-clients .items {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .trusted-by-clients .items .item {
        padding: 24px;
    }

    .trusted-by-clients .items .item .stars {
        margin-bottom: 16px;
    }

    .trusted-by-clients .items .item .logo {
        margin-bottom: 16px;
    }

    .trusted-by-clients .items .item .desc {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .trusted-by-clients .items .item .strong-text {
        font-size: 14px;
    }
}

/***
* Контакты
*/
.contacts{
    margin-bottom: 140px;
}
.contacts .content {
    display: flex;
    justify-content: space-between;
}

.contacts .wrapper {
    max-width: 448px;
    margin-top: 60px;
    width: 100%;
}

.contacts .wrapper h2 {
    line-height: 1;
    font-size: 32px;
    letter-spacing: -0.01em;
    margin-bottom: 160px;
}

.contacts .wrapper .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    width: 100%;
}

.contacts .wrapper .info .subtitle {
    margin-bottom: 16px;
    color: #777777;
    line-height: 1;
    letter-spacing: -0.01em;
    font-size: 15px;
}

.contacts .wrapper .info .info-item-text {
    font-size: 23px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    display: block;
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0;
}

.contacts .wrapper .info .info-item-text:not(:last-child) {
    margin-bottom: 16px;
}

.contacts .wrapper .info .soc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts form {
    max-width: 928px;
    background: #F9F9F9;
    padding: 60px;
    border-radius: 8px;
}

.contacts form .title {
    font-size: 28px;
    margin-bottom: 24px;
    letter-spacing: -0.01em;
    line-height: 1;
}

.contacts form .desc {
    font-size: 16px;
    margin-bottom: 32px;
}

.contacts form .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 32px;
}

.contacts form .items .item {
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}

.contacts form .items .item svg {
    display: block;
    margin-bottom: 16px;
}

.contacts form .items .item p {
    margin: 0;
    font-size: 14px;
    letter-spacing: -0.005em;
    line-height: 105%;
}

.contacts form .form-input {
    margin-bottom: 24px;
}

.contacts form .form-input label {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #919191;
    display: block;
    margin-bottom: 8px;
}

.contacts form .form-input input {
    padding: 17px 13px;
    border: 1px solid #ECECEC;
    background: #fff;
    color: #333;
    border-radius: 8px;
    line-height: 1;
    width: 100%;
}

.contacts form .btn_send {
    width: 100%;
}
@media screen and (max-width: 1399px) {
    .contacts{
        margin-bottom: 120px;
    }
    .contacts .content{
        flex-direction: column;
        gap: 40px;
    }
    .contacts .wrapper{
        margin: 0;
        max-width: 100%;
    }
    .contacts .wrapper h2{
        margin-bottom: 40px;
    }
    .contacts form{
        max-width: 100%;
        padding: 40px;
    }
}
@media screen and (max-width: 767px) {
    .contacts{
        margin-bottom: 80px;
    }
    .contacts .wrapper h2{
        margin-bottom: 32px;
        font-size: 28px;
    }
    .contacts .wrapper .info{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .contacts .wrapper .info .info-item-text{
        font-size: 20px;
    }
    .contacts .wrapper .info .info-item:nth-child(1){
        order: 1;
    }
    .contacts .wrapper .info .info-item:nth-child(2){
        order: 3;
    }
    .contacts .wrapper .info .info-item:nth-child(3){
        order: 2;
    }
    .contacts .wrapper .info .info-item:nth-child(4){
        order: 4;
    }
    .contacts form{
        padding: 24px;
    }
    .contacts form .title{
        font-size: 22px;
        margin-bottom: 16px;
    }
    .contacts form .desc{
        font-size: 14px;
        margin-bottom: 24px;
    }
    .contacts form .items{
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }
    .contacts form .items .item{
        display: flex;
        gap: 16px;
    }
    .contacts form .items .item svg{
        margin: 0;
        min-width: 24px;
    }
    .contacts form .btn_send{
        height: 48px;
        padding: 12px;
    }
}

/***
* FAQ
*/
.faq {
    margin-bottom: 140px;
}

.faq h2 {
    font-size: 32px;
    letter-spacing: -0.01em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 40px;
}

.faq .faq-list {
    max-width: 1168px;
    margin: auto;
}

.faq .faq-item {
    padding: 40px;
    background: #F9F9F9;
    border-radius: 8px;
    cursor: pointer;
}

.faq .faq-item .head {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.faq .faq-item .head p {
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 120%;
    margin: 0;
}
.faq .faq-item .head svg{
    min-width: 24px;
}
.faq .faq-item.active {
    background: #fff;
    box-shadow: 0 72px 132px 0 rgba(5, 29, 61, 0.06);
}

.faq .faq-item.active .head p {
    color: #7300E7;
}

.faq .faq-item.active .head svg {
    transform: rotate(180deg);
}

.faq .faq-item.active .head svg path {
    stroke: #7300E7;
}

.faq .faq-item:not(:last-child) {
    margin-bottom: 16px;
}

.faq .faq-item .content {
    display: none;
    padding-top: 24px;
}

.faq .faq-item .content p {
    color: #777777;
    font-size: 18px;
    letter-spacing: -0.01em;
    max-width: calc(100% - 32px);
}

.faq .faq-item .content p:last-of-type {
    margin: 0;
}
@media screen and (max-width: 1399px) {
    .faq{
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 767px) {
    .faq{
        margin-bottom: 80px;
    }
    .faq h2{
        margin-bottom: 32px;
        font-size: 28px;
    }
    .faq .faq-item{
        padding: 24px;
    }
    .faq .faq-item .head p{
        font-size: 20px;
    }
    .faq .faq-item .content p{
        font-size: 16px;
    }
}

/***
* Сообщения форм
*/
.form-message {
    padding: 16px 24px;
    margin-top: 16px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media screen and (max-width: 767px) {
    .form-message {
        padding: 12px 16px;
        font-size: 14px;
    }
}

/***
* Стили для ошибок валидации
*/
input.error,
select.error,
textarea.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.accept-input.error .accept-input__check {
    border-color: #dc3545 !important;
}

.accept-input.error .accept-input__text {
    color: #dc3545;
}