:root {
    --orange: #F60;
    --black: #000;
    --white: #FFF;
    --purple: #523292;
    --pink: #BB4C66;
    --grey: #666666;
}

* {
    padding: 0;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    font-style: normal;
}

* ::after,
* ::before {
    box-sizing: border-box;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
}

ul,
ul li {
    list-style-type: none;
}

.title {
    color: var(--white);
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

h1.title {
    font-size: 58px;
    font-weight: 500;
    text-align: left;
}

.btn {
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    justify-content: center;
    height: 60px;
    padding: 0 30px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    transition: all .4s;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-white {
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--orange);
}

.btn-orange {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
}

.btn-color {
    color: var(--white);
    background: linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%);
}

.btn-color:hover {
    opacity: 0.8;
}

.btn-box {
    position: relative;
}

.btn-box span {
    position: absolute;
    width: 118px;
    height: 118px;
    left: -60px;
    top: -5px;
}

.btn-box .btn {
    position: relative;
    z-index: 1;
}

.btn-box span::before {
    z-index: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../icons/first-star.svg) center center/118px no-repeat;
}

.btn-orange:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--orange)
}

.btn-white:hover {
    background-color: transparent;
    color: var(--white);
}

.btn:hover {
    cursor: pointer;
}

.container {
    max-width: 1488px;
    margin: 0 auto;
    padding: 0 20px;
}

.text {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 500;
}

.main {
    position: relative;
}

.header {
    position: absolute;
    left: 50%;
    top: 30px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header-burger {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.logo img {
    max-width: 85px;
    max-height: 79px;
    width: initial;
    height: auto;
}

.logo-box {
    gap: 4px;
    display: grid;
}

.logo-name {
    color: var(--orange);
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 21px;
}

.logo-descr {
    color: #FEC5E6;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 670px;
}

.header-contacts__phone {
    color: var(--white);
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 55px;
    transition: all .4s;
    text-transform: uppercase;
}

.header-contacts__phone:hover {
    color: var(--orange);
}

.header-contacts__phone::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 45px;
    height: 45px;
    content: '';
    background: center center/45px no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3e%3cpath d='M12.4125 20.2312C15.1125 25.5375 19.4625 29.8875 24.7687 32.5875L28.8937 28.4625C29.4187 27.9375 30.15 27.7875 30.8063 27.9938C32.9062 28.6875 35.1562 29.0625 37.5 29.0625C37.9973 29.0625 38.4742 29.26 38.8258 29.6117C39.1775 29.9633 39.375 30.4402 39.375 30.9375V37.5C39.375 37.9973 39.1775 38.4742 38.8258 38.8258C38.4742 39.1775 37.9973 39.375 37.5 39.375C29.0462 39.375 20.9387 36.0168 14.961 30.039C8.98325 24.0613 5.625 15.9538 5.625 7.5C5.625 7.00272 5.82254 6.52581 6.17417 6.17417C6.52581 5.82254 7.00272 5.625 7.5 5.625H14.0625C14.5598 5.625 15.0367 5.82254 15.3883 6.17417C15.74 6.52581 15.9375 7.00272 15.9375 7.5C15.9375 9.84375 16.3125 12.0938 17.0062 14.1938C17.2125 14.85 17.0625 15.5813 16.5375 16.1063L12.4125 20.2312Z' fill='white'/%3e%3c/svg%3e");
}

.header-contacts__tg {
    width: 45px;
    transition: all .4s;
    height: 45px;
}

.header-contacts__tg:hover {
    opacity: 0.8;
    cursor: pointer;
}

.section {
    position: relative;
    overflow: hidden;
}

.section-first {
    padding: 200px 0;
    background: linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%);
}

.section-first__wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
}

.section-first__item {
    max-width: 714px;
}

.section-first__img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 856px;
    max-height: 576px;
}

.section-first__img img {
    width: 100%;
    height: auto;
}

.section-first__item .text {
    margin-top: 30px;
}

.section-first__item .btn {
    max-width: 469px;
    margin-top: 50px;
}

.section-commercial {
    background: var(--purple);
    padding: 100px 0 234px;
}

.section-commercial .container {
    position: relative;
    z-index: 1;
}

.section-commercial::before {
    left: calc(100% - 630px);
    width: 716px;
    height: 819px;
    background: center center/contain no-repeat;
    bottom: 0;
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='546' height='821' viewBox='0 0 546 821' fill='none'%3e%3cpath d='M144.501 844.5C79.5008 804.333 -2.16164 718.832 55.5006 649.5C97.5008 599 248.5 682.5 296.5 608.5C377.353 483.852 189 416 240 334.5C295.068 246.5 453.303 410.424 511 312C545 254 497 246.5 587 139C659 53 719.334 55.1667 751 26' stroke='%236741B3' stroke-width='70'/%3e%3c/svg%3e");
}

.section-commercial .title {
    max-width: 590px;
    margin: 0 auto;
}

.subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 20px auto 0;
    gap: 13px;
}

.subtitle::after {
    content: '';
    width: 24px;
    height: 24px;
    background: center center/24px no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3e%3cpath d='M3 3L27 27M3 27L27 3' stroke='%23FF6600' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.section-commercial__wrap {
    margin-top: 40px;
    display: grid;
    position: relative;
    z-index: 1;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.section-commercial__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 40px;
    background: rgba(199, 123, 207, 0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    min-height: 200px;
    padding: 40px 65px;
}

.section-commercial__item .text {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.section-price {
    padding: 100px 0 70px;
}

.section-price .title {
    margin: 0 auto;
    color: var(--black);
    max-width: 590px;
}

.section-price__wrap {
    margin-top: 40px;
    position: relative;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.section-price__wrap::before,
.section-price__wrap::after {
    content: '';
    position: absolute;
    width: 118px;
    height: 118px;
    z-index: -1;
    background: url(../icons/com-star1.png) center center/118px no-repeat;
}

.section-price__wrap::before {
    top: -50px;
    right: 300px;
}

.section-price__wrap::after {
    left: -70px;
    bottom: -40px;
    background-image: url(../icons/com-star2.png);
}

.section-price__card {
    border-radius: 40px;
    background: rgba(213, 213, 213, 0.20);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.section-price__card-title {
    color: var(--black);
    font-size: 32px;
}

.section-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-price__card .section-list {
    flex: 1;
    margin: 30px 0;
}

.section-li {
    position: relative;
    padding-left: 20px;
}

.section-li::before {
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    top: 8px;
    background: var(--orange);
    border-radius: 50%;
}

.section-li .text {
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
}

.section-price__value {
    background: var(--main, linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.section-price__card .btn-orange {
    max-width: 100%;
    margin-top: 30px;
}

.section-graph {
    padding: 70px 0 100px;
}

.section-graph__wrap {
    border-radius: 40px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%);
}

.section-graph__item {
    max-width: 756px;
    display: grid;
    gap: 25px;
}

.section-graph__data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 453px;
    width: 100%;
}

.section-graph__left {
    max-width: 289px;
}

.section-graph__triangle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.section-graph__text {
    margin-top: 28px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.section-graph__result {
    display: grid;
    gap: 30px;
}

.section-graph__result-key {
    color: rgba(255, 255, 255, 0.59);
    font-size: 20px;
    text-transform: uppercase;
}

.section-graph__result-value {
    margin-top: 8px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}

.section-graph__item .btn {
    max-width: 420px;
    color: var(--purple);
}

.section-graph__item .title,
.section-graph__item .text {
    text-align: left;
}

.section-graph__item .btn:hover {
    color: var(--white);
}

.section-about {
    padding: 100px 0;
    background: #F8F8F8;
}

.section-about::before {
    content: '';
    left: -23px;
    width: 490px;
    height: 597px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: center center/contain no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='490' height='597' viewBox='0 0 490 597' fill='none'%3e%3cpath d='M345.499 706.5C410.499 666.333 492.162 580.832 434.499 511.5C392.499 461 241.5 544.5 193.5 470.5C112.647 345.852 301 278 250 196.5C194.932 108.5 36.6969 272.424 -21 174C-55 116 -7 108.5 -97 1C-169 -85 -229.334 -82.8333 -261 -112' stroke='%23DCCBFF' stroke-width='70'/%3e%3c/svg%3e");
}

.section-about .title {
    margin: 0 auto 30px;
    max-width: 881px;
    color: var(--black);
}

.title span {
    color: var(--orange);
    font-weight: 800;
}

.section-about .title+.text {
    color: var(--black);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.section-about__wrap {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.section-about__item {
    border-radius: 40px;
    background: rgba(242, 239, 252, 0.40);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 200px;
    padding: 20px;
    gap: 10px;
}

.section-about__item .text {
    font-size: 20px;
    color: var(--black);
    font-weight: 400;
}

.section-instrument {
    background: var(--purple);
    padding: 100px 0;
}

.section-instrument::before {
    content: '';
    width: 1062px;
    height: 189px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: center center/contain no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1062' height='189' viewBox='0 0 1062 189' fill='none'%3e%3cpath d='M1024.87 273.116C1032.92 197.132 1015.33 80.2139 925.209 83.3433C859.565 85.6227 833.111 256.131 745.215 248.763C597.159 236.352 658.859 45.8955 563.197 36.3065C459.905 25.9528 492.6 251.431 379.457 236.773C312.783 228.135 336.248 185.595 196.148 190.916C84.0681 195.174 48.8344 244.198 6.38439 251.372' stroke='%236741B3' stroke-width='70'/%3e%3c/svg%3e");
}

.section-instrument__wrap {
    margin-top: 80px;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(470px, 1fr));
}

.section-instrument__item {
    border-radius: 40px;
    background: rgba(199, 123, 207, 0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 40px;
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.section-instrument__item-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.section-instrument__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.section-instrument__item:nth-child(3) .section-instrument__item-icon {
    border-radius: 30px;
}

.section-instrument__item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-instrument__item-name {
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.section-instrument__item-text {
    color: #C5C5C5;
    font-size: 20px;
    font-weight: 400;
}

.section-audit {
    padding: 100px 0;
}

.section-audit__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px;
    gap: 10px;
    border-radius: 40px;
    background: linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%);
}

.section-audit .title {
    text-align: left;
}

.section-audit__item {
    display: grid;
    gap: 25px;
    max-width: 756px;
}

.section-audit__text {
    font-size: 24px;
}

.section-audit__item .btn {
    color: var(--purple);
    max-width: 420px;
}

.section-audit__item .btn:hover {
    color: var(--white);
}

.section-audit__img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 397px;
    max-height: 364px;
}

.section-audit__img img {
    width: 100%;
    height: auto;
}

.section-result .title {
    color: var(--black);
}

.section-result__wrap {
    display: grid;
    gap: 30px;
    margin-top: 40px;
    position: relative;
}

.result-star {
    position: absolute;
    width: 98px;
    z-index: -1;
    height: 98px;
}

.result-star--1 {
    right: 470px;
    top: 370px;
}

.result-star--2 {
    top: 56%;
    transform: translateY(-50%);
    left: -50px;
}

.result-star--3 {
    right: 470px;
    bottom: 350px;
}

.result-star::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: center center/contain no-repeat;
}

.result-star--1::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='98' viewBox='0 0 94 98' fill='none'%3e%3cpath d='M47 0L51.0883 36.4175L75.8015 9.35817L57.7033 41.2236L93.6018 33.8582L60.23 49L93.6018 64.1418L57.7033 56.7764L75.8015 88.6418L51.0883 61.5825L47 98L42.9117 61.5825L18.1985 88.6418L36.2967 56.7764L0.398232 64.1418L33.77 49L0.398232 33.8582L36.2967 41.2236L18.1985 9.35817L42.9117 36.4175L47 0Z' fill='%23FF6600'/%3e%3c/svg%3e");
}

.result-star--2::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='98' viewBox='0 0 94 98' fill='none'%3e%3cpath d='M47 0L51.0883 36.4175L75.8015 9.35817L57.7033 41.2236L93.6018 33.8582L60.23 49L93.6018 64.1418L57.7033 56.7764L75.8015 88.6418L51.0883 61.5825L47 98L42.9117 61.5825L18.1985 88.6418L36.2967 56.7764L0.398232 64.1418L33.77 49L0.398232 33.8582L36.2967 41.2236L18.1985 9.35817L42.9117 36.4175L47 0Z' fill='%2369419E'/%3e%3c/svg%3e");
}

.result-star--3::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='86' viewBox='0 0 86 86' fill='none'%3e%3cpath d='M37.2677 0.928876L35.699 37.5433L0.929204 49.1252L37.5437 50.6939L49.1255 85.4637L50.6942 48.8492L85.464 37.2674L48.8496 35.6987L37.2677 0.928876Z' fill='%23FF6600'/%3e%3c/svg%3e");
}

.section-result__card {
    border-radius: 60px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 495px;
    background: rgba(213, 213, 213, 0.20);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.section-result__card-img {
    height: 100%;
    min-width: 464px;
    max-width: 464px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    justify-content: center;
    overflow: hidden;
}

.section-result__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-result__card-info {
    max-width: 412px;
}

.section-result__card-box {
    display: grid;
    gap: 10px;
}

.section-result__card-label {
    color: var(--grey);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.section-result__card-descr {
    color: #1C1C1C;
    font-size: 20px;
    line-height: 24px;
}

.section-result__card-box {
    margin-bottom: 20px;
}

.section-result__card-btn {
    margin-top: 28px;
    text-transform: none;
    max-width: 377px;
}

.section-result__card-value {
    color: var(--orange);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}

.section-more {
    color: var(--grey);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px auto 0;
    text-decoration: underline;
    display: block;
}

.section-more:hover {
    text-decoration: none;
}

.section-companies {
    padding: 100px 0;
}

.section-companies .title {
    max-width: 756px;
    margin: 0 auto;
    color: var(--black);
}

.section-companies__wrap {
    margin-top: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.section-companies__item {
    max-width: 1010px;
    position: relative;
    padding-left: 84px;
}

.section-companies__item::before {
    content: '“';
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 128px;
    position: absolute;
    left: 0;
    top: -27px;
    font-weight: 700;
    line-height: 100px;
    background: var(--main, linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-companies__text {
    color: var(--grey);
    font-size: 24px;
}

.section-companies__head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    max-width: 370px;
}

.section-companies__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    min-width: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.section-companies__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-companies__head-box {
    display: grid;
    gap: 6px;
}

.section-companies__head-name {
    color: var(--orange);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.section-companies__head-position {
    color: var(--grey);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.section-feedback {
    padding-bottom: 100px;
    position: relative;
}

.section-feedback .title {
    text-align: left;
}

.section-feedback__wrap {
    padding: 80px;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    background: linear-gradient(256deg, var(--purple) 0%, var(--pink) 49.04%, var(--orange) 100%);
}

.section-feedback__wrap::before {
    background: center center/contain no-repeat;
    content: '';
    width: 1060px;
    height: 381px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1060' height='381' viewBox='0 0 1060 381' fill='none'%3e%3cpath d='M1140.76 128.832C1103.15 77.6259 1012.69 9.25258 941.419 45.0842C837.513 97.3227 915.5 248.5 841.618 288.779C741.272 343.484 664.593 180.605 569.548 195.087C466.923 210.724 479.883 396.344 372.839 397.699C283.5 398.829 272 372.623 183.884 398.829C76.3778 430.803 54.4311 487.045 15.095 504.542' stroke='url(%23paint0_linear_437_2181)' stroke-width='70'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_437_2181' x1='113.038' y1='432.924' x2='1128.85' y2='16.5617' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F57868'/%3e%3cstop offset='1' stop-color='%237451AE'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.section-feedback__item {
    max-width: 756px;
    display: grid;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.section-feedback__item .text {
    font-size: 24px;
}

.section-feedback__item .btn {
    max-width: 420px;
}

.section-why {
    background: var(--purple);
    padding: 100px 0;
}

.section-why .title {
    max-width: 756px;
    margin: 0 auto;
}

.section-why__wrap {
    margin-top: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.section-why__wrap::after,
.section-why__wrap::before {
    position: absolute;
    width: 98px;
    height: 98px;
    background: center center/contain no-repeat;
    content: '';
}

.section-why__wrap::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='86' viewBox='0 0 86 86' fill='none'%3e%3cpath d='M37.2677 0.928876L35.699 37.5433L0.929204 49.1252L37.5437 50.6939L49.1255 85.4637L50.6942 48.8492L85.464 37.2674L48.8496 35.6987L37.2677 0.928876Z' fill='%23FF6600'/%3e%3c/svg%3e");
    bottom: -50px;
    left: 530px;
}

.section-why__wrap::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='98' viewBox='0 0 94 98' fill='none'%3e%3cpath d='M47 0L51.0883 36.4175L75.8015 9.35817L57.7033 41.2236L93.6018 33.8582L60.23 49L93.6018 64.1418L57.7033 56.7764L75.8015 88.6418L51.0883 61.5825L47 98L42.9117 61.5825L18.1985 88.6418L36.2967 56.7764L0.398232 64.1418L33.77 49L0.398232 33.8582L36.2967 41.2236L18.1985 9.35817L42.9117 36.4175L47 0Z' fill='white'/%3e%3c/svg%3e");
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

.section-why__item {
    border-radius: 40px;
    background: rgba(199, 123, 207, 0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 40px;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    gap: 20px;
}

.section-why__item-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.section-why__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    width: 64px;
    height: 64px;
}

.section-why__icon img {
    width: 100%;
    height: auto;
}

.section-why__name {
    color: var(--white);
    font-family: "Montserrat Alternates";
    font-size: 24px;
    font-weight: 600;
}

.section-why__text {
    color: #C5C5C5;
    font-size: 20px;
    font-weight: 400;
}

.section-adv {
    background: #F8F8F8;
    padding: 100px 0;
}

.section-adv .title {
    max-width: 708px;
    margin: 0 auto;
    color: var(--black);
}

.section-adv .title span {
    color: var(--purple);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 40px;
    font-weight: 800;
}

.section-adv::before {
    content: '';
    position: absolute;
    right: 0;
    background: center center/contain no-repeat;
    bottom: 0;
    width: 434px;
    height: 701px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='434' height='701' viewBox='0 0 434 701' fill='none'%3e%3cpath d='M169.15 862.212C98.2198 840.151 2.76158 781.719 46.6752 709.275C78.6611 656.507 241.659 699.156 275.265 624.574C331.872 498.945 135.126 477.572 170.312 395.808C208.303 307.523 392.954 419.211 431.633 321.256C454.425 263.532 406.06 266.669 474.73 154.222C529.666 64.2649 589.145 53.9577 614.874 21.9826' stroke='%23DCCBFF' stroke-width='70'/%3e%3c/svg%3e");
}

.section-adv__wrap {
    gap: 20px;
    position: relative;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.section-adv__wrap::before {
    content: '';
    position: absolute;
    background: center center/contain no-repeat;
    width: 43px;
    height: 43px;
    top: -10px;
    left: -10px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3e%3cpath d='M18.4 0.00189487L17.6058 18.5404L0.00119903 24.4045L18.5397 25.1988L24.4038 42.8034L25.1981 24.2648L42.8027 18.4007L24.2641 17.6065L18.4 0.00189487Z' fill='url(%23paint0_linear_450_1287)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_450_1287' x1='-3.0007' y1='3.00379' x2='48.9415' y2='8.15208' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FE6631'/%3e%3cstop offset='0.490385' stop-color='%23BB4C66'/%3e%3cstop offset='1' stop-color='%234F3193'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.section-adv__item {
    border-radius: 40px;
    background: rgba(242, 239, 252, 0.40);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    min-height: 200px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-adv__icon {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.section-adv__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-adv__box {
    display: flex;
    flex-direction: column;
}

.section-adv__place {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.section-adv__text {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.section-adv__rating {
    color: #919191;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-top: 10px;
}

.section-clients {
    padding: 100px 0;
}

.section-clients .title {
    max-width: 708px;
    margin: 0 auto;
    color: var(--black);
}

.section-clients__wrap {
    display: grid;
    position: relative;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 40px;
}

.section-clients__wrap::before {
    position: absolute;
    bottom: 190px;
    width: 98px;
    height: 98px;
    left: -40px;
    background: center center/contain no-repeat;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='98' viewBox='0 0 94 98' fill='none'%3e%3cpath d='M47 0L51.0883 36.4175L75.8015 9.35817L57.7033 41.2236L93.6018 33.8582L60.23 49L93.6018 64.1418L57.7033 56.7764L75.8015 88.6418L51.0883 61.5825L47 98L42.9117 61.5825L18.1985 88.6418L36.2967 56.7764L0.398232 64.1418L33.77 49L0.398232 33.8582L36.2967 41.2236L18.1985 9.35817L42.9117 36.4175L47 0Z' fill='%2369419E'/%3e%3c/svg%3e");
}

.section-clients__item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 40px;
    background: rgba(242, 239, 252, 0.40);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    min-height: 200px;
    padding: 20px;
}

.section-clients__item img {
    max-width: 100%;
    max-height: 100%;
    width: initial;
    height: auto;
}

.section-reviews {
    padding-bottom: 100px;
}

.section-reviews .title {
    color: var(--black);
}

.section-reviews::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 283px;
    height: 856px;
    background: center center/contain no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='283' height='856' viewBox='0 0 283 856' fill='none'%3e%3cpath d='M-434.001 27.0762C-403.822 52.6006 -347.333 49.5582 -278.373 125.209C-192.173 219.773 -237.014 227.363 -204.146 278.65C-148.37 365.682 -2.98075 216.081 50.1498 293.831C99.3558 365.839 -75.9289 430.009 2.00066 540.087C48.265 605.438 188.279 527.946 228.512 572.374C283.747 633.37 208.73 711.385 148.532 748.522C88.3348 785.658 -77.936 821.192 -77.936 821.192' stroke='%23DCCBFF' stroke-width='70'/%3e%3c/svg%3e");
}

.section-reviews__slider {
    margin-top: 40px;
    overflow: hidden;
}

.section-reviews__slide {
    border-radius: 40px;
    background: rgba(242, 239, 252, 0.40);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 40px;
    display: flex;
    min-height: 719px;
    flex-direction: column;
}

.section-reviews__descr {
    color: var(--purple);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding-left: 84px;
    position: relative;
}

.section-reviews__descr::before {
    text-align: center;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 128px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    line-height: 100px;
    content: '“';
    background: linear-gradient(304deg, var(--orange) 24.53%, var(--pink) 56.75%, var(--purple) 90.23%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-reviews__slide-info {
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.section-reviews__slide-text {
    color: var(--grey);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.section-reviews__slide-bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.section-reviews__slide-box {
    display: grid;
    gap: 5px;
}

.section-reviews__slide-name {
    color: var(--black);
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.swiper-pagination {
    margin: 40px auto 0;
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 50%;
    margin: 0 !important;
    background: #f1f1f1;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%);
}

.section-skills {
    background: var(--purple);
    padding: 100px 0;
}

.section-skills__wrap {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.section-skills__wrap::before {
    content: '';
    background: center center/contain no-repeat;
    width: 71px;
    height: 71px;
    position: absolute;
    right: -30px;
    top: -25px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='71' height='71' viewBox='0 0 71 71' fill='none'%3e%3cpath d='M24.0362 0.611842L38.4638 30.0405L70.6841 24.0362L41.2554 38.4638L47.2597 70.6842L32.8322 41.2555L0.611791 47.2598L30.0405 32.8322L24.0362 0.611842Z' fill='white'/%3e%3c/svg%3e");
}

.section-skills__item {
    border-radius: 40px;
    background: rgba(199, 123, 207, 0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-skills__num {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.section-skills__text {
    font-size: 20px;
    font-weight: 400;
}

.section-form {
    padding: 100px 0;
}

.section-form__wrap {
    position: relative;
    border-radius: 40px;
    padding: 100px 20px;
    background: linear-gradient(256deg, var(--orange) 0%, var(--pink) 49.04%, var(--purple) 100%);
}

.section-form::before,
.section-form__wrap::after,
.section-form__wrap::before {
    position: absolute;
    background: center center/contain no-repeat;
    content: '';
}

.section-form::before {
    top: 180px;
    width: 102px;
    height: 102px;
    right: 335px;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='102' height='102' viewBox='0 0 102 102' fill='none'%3e%3cpath d='M41.9408 0.655256L58.0585 41.4523L101.923 41.7777L61.1257 57.8954L60.8003 101.76L44.6826 60.9626L0.818377 60.6371L41.6154 44.5195L41.9408 0.655256Z' fill='%23FF7E5C'/%3e%3c/svg%3e");
}

.section-form__wrap::after {
    right: 42px;
    top: 169px;
    width: 83px;
    height: 83px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' viewBox='0 0 83 83' fill='none'%3e%3cpath d='M41.5 0L46.4886 36.5114L83 41.5L46.4886 46.4886L41.5 83L36.5114 46.4886L0 41.5L36.5114 36.5114L41.5 0Z' fill='%23FF764D'/%3e%3c/svg%3e");
}

.section-form__wrap::before {
    width: 69px;
    height: 69px;
    left: 50px;
    bottom: 39px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='69' height='69' viewBox='0 0 69 69' fill='none'%3e%3cpath d='M43.0893 0.896518L41.6221 30.5896L68.6072 43.0649L38.9142 41.5978L26.4388 68.5829L27.906 38.8898L0.920865 26.4145L30.614 27.8817L43.0893 0.896518Z' fill='%238054A9'/%3e%3c/svg%3e");
}

.section-form__wrap>.text {
    margin-top: 20px;
    text-align: center;
}

.section-form__wrapper {
    z-index: 1;
    margin-top: 70px;
    position: relative;
}

.section-form__wrapper-name {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.form {
    max-width: 1081px;
    margin: 0 auto;
}

.form * {
    display: block;
}

.section-form__wrapper-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 30px 0 60px;
}

.section-form__wrapper-item label {
    display: block;
    position: relative;
}

.section-form__wrapper-item label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 28px;
    height: 28px;
}

.section-form__wrapper-item label span {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    position: relative;
    font-size: 24px;
    display: block;
    cursor: pointer;
    transition: all .4s;
    font-weight: 400;
    padding-left: 38px;
}

.section-form__wrapper-item label span::after,
.section-form__wrapper-item label span::before {
    position: absolute;
    top: 0;
    content: '';
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    left: 0;
    border-radius: 4px;
    border: 2px solid var(--white);
}

.section-form__wrapper-item label input:checked+span::after {
    background: var(--white);
}

.form-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.form-inputs input {
    border-radius: 100px;
    background: rgba(255 255 255 / .1);
    display: flex;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    color: #E9E9E9;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.form-inputs input::-webkit-input-placeholder {
    color: #E9E9E9;
}

.form-inputs input::-moz-placeholder {
    color: #E9E9E9;
}

.form-inputs input:-ms-input-placeholder {
    color: #E9E9E9;
}

.form-inputs input::-ms-input-placeholder {
    color: #E9E9E9;
}

.form-inputs input::placeholder {
    color: #E9E9E9;
}

.form .btn {
    max-width: 100%;
    margin-top: 40px;
    height: 54px;
    width: 100%;
}

.form .btn:disabled {
    cursor: not-allowed;
}

.form-confid {
    color: #E5E5E5;
    margin: 20px auto 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.form-confid a {
    font: inherit;
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.form-confid a:hover {
    text-decoration: underline;
}

.section-faq {
    padding: 100px 0;
    background: var(--purple);
}

.section-faq::before {
    position: absolute;
    content: '';
    width: 370px;
    height: 982px;
    bottom: 70px;
    left: 0;
    background: center center/contain no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='370' height='982' viewBox='0 0 370 982' fill='none'%3e%3cpath d='M-194 952C-174.411 917.478 -49.8485 994.367 -34.4998 885.999C-20.5578 787.563 -34.013 745.368 29.2627 709.084C110.5 662.5 222.915 731.155 248.507 634.818C272.208 545.598 52.8887 523.332 91.5 386.325C114.422 304.988 306.373 349.709 329.669 292.416C361.651 213.759 211.674 119.712 211.674 119.712C211.674 119.712 68.9133 24.203 -91.1045 36.7689C-288.386 52.261 -365.821 73.6381 -378.729 106.811L-417.785 386.325' stroke='%236741B3' stroke-width='70'/%3e%3c/svg%3e");
}

.section-faq__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.section-faq__inner-box {
    max-width: 592px;
    width: 100%;
}

.section-faq__text {
    color: #DCDCDC;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
}

.section-faq__text span {
    color: inherit;
    font: inherit;
    font-weight: 700;
}

.section-faq__wrap {
    max-width: 836px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-faq__item {
    border-radius: 20px;
    background: rgba(199, 123, 207, 0.20);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.section-faq__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.section-faq__item-head:hover {
    cursor: pointer;
}

.section-faq__item-head .text {
    font-size: 20px;
    font-weight: 400;
}

.section-faq__item.active .section-faq__item-head .text {
    font-weight: 600;
    font-size: 20px;
}

.section-faq__item-head span {
    min-width: 32px;
    width: 32px;
    height: 32px;
    position: relative;
}

.section-faq__item-head span::before,
.section-faq__item-head span::after {
    position: absolute;
    content: '';
    background: var(--white);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-faq__item-head span::before {
    width: 100%;
    height: 1px;
}

.section-faq__item-head span::after {
    width: 1px;
    height: 100%;
}

.section-faq__item.active .section-faq__item-head span::after,
.section-faq__item-content {
    display: none;
}

.section-faq__item.active .section-faq__item-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 684px;
}

.section-faq__item .text {
    font-size: 16px;
    font-weight: 400;
}

.section-faq__item-list {
    display: grid;
    gap: 2px;
}

.section-faq__item-li {
    position: relative;
    padding-left: 25px;
}

.section-faq__item-li::after {
    position: absolute;
    top: 8px;
    width: 2px;
    left: 10px;
    height: 2px;
    background: var(--white);
    content: '';
    position: absolute;
}

.footer {
    background: var(--purple);
    padding-bottom: 100px;
}

.footer .text {
    background: var(--purple);
    color: #8E6ECE;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 1100px) {
    .header {
        position: initial;
        transform: none;
        padding: 20px 0;
        background: var(--purple);
    }

    .header-contacts__phone {
        font-size: 20px;
        padding-left: 25px;
    }

    .header-contacts__phone::before {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }

    .section {
        padding: 100px 0;
    }

    .section-first__item {
        max-width: 100%;
    }

    .section-first__img {
        display: none;
    }

    .section-result__card {
        padding: 30px;
        flex-direction: column;
    }

    .section-result__card-img {
        position: initial;
        transform: initial;
        max-width: 100%;
        min-width: initial;
    }

    .section-companies__wrap {
        margin-top: 20px;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 901px) {

    .header-contacts {
        display: none;
    }

    .header.active .header-contacts {
        flex-direction: column;
        position: absolute;
        height: 100vh;
        display: flex;
        top: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        left: 0;
        padding: 40px 20px;
        z-index: 99;
        align-items: flex-start;
        justify-content: flex-start;
        background: var(--purple);
    }

    .header-burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        cursor: pointer;
    }

    .logo img {
        max-width: 65px;
        max-height: 50px;
    }

    .logo-name {
        font-size: 14px;
        line-height: 20px;
    }

    .logo-descr {
        font-size: 10px;
    }

    .header-burger span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .header-burger::before,
    .header-burger span::before,
    .header-burger span::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 50%;
        transition: all .3s;
        transform: translateX(-50%);
        height: 1px;
        background: #C89D66;
    }

    .header-bottom.mobile .container {
        padding: 0;
    }

    .header-burger::before {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header-burger span::before {
        top: 0;
    }

    .header-burger span::after {
        bottom: 0;
    }

    .header.active .header-burger::before {
        display: none;
    }

    .header.active .header-burger span::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .header.active .header-burger span::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .header-contacts__phone {
        font-size: 16px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 769px) {

    .section-graph__result,
    .section-audit__img {
        display: none;
    }

    .section {
        padding: 60px 0;
    }

    .section-result,
    .section-companies,
    .section-clients,
    .section-audit,
    .section-price {
        padding-bottom: 0;
    }

    .section-adv .title span,
    .title {
        font-size: 24px;
    }

    h1.title {
        font-size: 21px;
    }

    .section-first__item .btn,
    .section-first__item .text {
        margin-top: 20px;
    }

    .section-form__wrapper-item label span,
    .section-reviews__slide-name,
    .section-companies__head-position,
    .section-result__card-label,
    .text {
        font-size: 14px !important;
    }

    .btn {
        height: 50px;
        padding: 0 10px;
        font-size: 14px;
    }

    .subtitle {
        font-size: 16px;
    }

    .section-about__item,
    .section-commercial__item {
        min-height: initial;
    }

    .section-why__wrap,
    .section-adv__wrap,
    .section-price__wrap,
    .section-result__wrap,
    .section-instrument__wrap,
    .section-about__wrap,
    .section-commercial__wrap {
        margin-top: 20px;
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .section-form__wrap,
    .section-reviews__slide,
    .section-clients__item,
    .section-feedback__wrap,
    .section-adv__item,
    .section-about__item,
    .section-why__item,
    .section-graph__wrap,
    .section-audit__wrap,
    .section-commercial__item,
    .section-result__card,
    .section-instrument__item,
    .section-price__card {
        border-radius: 20px;
        padding: 20px;
    }

    .section-reviews__slide {
        min-height: initial;
    }

    .section-list {
        gap: 10px;
    }

    .section-price__card .section-list {
        margin: 20px 0;
    }

    .section-price__value {
        font-size: 20px;
        text-align: center;
    }

    .section-graph__triangle-item img,
    .section-graph__triangle-item {
        width: 100%;
    }

    .section-graph__left {
        max-width: 100%;
    }

    .section-graph__data {
        display: block;
    }

    .section-audit__wrap,
    .section-graph__wrap {
        flex-direction: column;
    }

    .section-about .title {
        margin: 0 auto 20px;
    }

    .section-result__card-img {
        border-radius: 20px;
    }

    .section-result__card-box {
        margin-bottom: 10px;
    }

    .section-companies__head-name,
    .section-result__card-value {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section-more {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 0;
    }

    .section-companies__item {
        padding-left: 40px;
    }

    .section-reviews__descr::before,
    .section-companies__item::before {
        font-size: 70px;
        line-height: 60px;
    }

    .section-companies__head {
        gap: 10px;
        flex-direction: column;
    }

    .section-companies__head-box {
        gap: 0;
    }

    .section-feedback__item,
    .section-why__item {
        gap: 10px;
    }

    .section-why__name {
        font-size: 17px;
    }

    .section-skills__wrap,
    .section-clients__wrap {
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }

    .section-skills__wrap {
        grid-template-columns: 1fr;
    }

    .section-clients__item {
        height: 80px;
        min-height: 100px;
    }

    .section-reviews__descr {
        font-size: 14px;
        padding-left: 40px;
    }

    .section-reviews__slide-info {
        margin-top: 10px;
    }

    .section-reviews__slide .text {
        font-size: 12px !important;
    }

    .section-skills__item {
        border-radius: 20px;
        min-height: initial;
    }

    .section-skills__num {
        font-size: 20px;
    }

    .section-form__wrapper {
        margin-top: 20px;
    }

    .section-form__wrapper-items {
        flex-direction: column;
        margin: 10px 0;
        align-items: flex-start;
    }

    .section-form__wrapper-name {
        font-size: 16px;
    }

    .form-inputs {
        gap: 10px;
        margin-top: 20px;
        flex-direction: column;
    }

    .section-form__wrapper-item label span::after,
    .section-form__wrapper-item label span::before {
        top: 4px;
    }

    .form .btn {
        margin-top: 20px;
    }

    .form-confid {
        font-size: 12px;
    }

    .section-faq__inner {
        flex-direction: column;
    }

    .footer {
        padding-bottom: 60px;
    }
}