.header {
    background-color: #2A293E;
    background-color: rgba(42, 41, 62, 1);
}
.header.contacts {
    background-color: #263541;
    background-color: rgba(38, 53, 65, 1);
}
.header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100vh - 183px);
    padding-top: 6rem;
}
@media screen and (max-width: 768px) {
    .header.contacts {
        height: 500px;
        min-height: 500px;
    }
    
    .header.contacts .container {
        min-height: 500px;
    }
}
.topmenu {
    background-color: rgba(18, 17, 20, 0.8);
}
.topmenu.fixed-top {
    margin: 0;
}
.navbar__items .navbar__subitems {
    display: flex;
    padding: 20px 0 0 0;
}
.navbar__items > ._folder > .navbar__subitems {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    height: calc(100vh - 228px);
    margin: 0;
}
.navbar__items > ._folder > .navbar__subitems > ul {
    display: flex;
    justify-content: center;
    top: 40%;
    position: relative;
    transform: translateY(-40%);
    column-gap: 30px;
}
.navbar__items > ._folder > .navbar__subitems:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 25, 34, 0.97);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    /*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
}
.navbar__items li::marker {
    color: transparent;
}
.navbar__item span {
    position: relative;
}
.navbar__subitems .navbar__item._folder {
    width: 280px;
    max-width: 280px;
}
.navbar__subitems .navbar__item-link {
    text-transform: none;
}
.navbar__item-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #afacdd;
    border-bottom: 1px solid #484663;
    padding: 30px 0px;
}
.header__main-image {
    width: 100%;
    height: 245px;
}

.breadcrumbs-section {
    padding-bottom: 0;
    padding-top: 30px;
}
.breadcrumbs-section .breadcrumbs {
    scrollbar-width: thin;
    margin-bottom: 0;
}
.breadcrumbs-section .breadcrumbs-item {
    position: relative;
    list-style-position: inside;
    list-style-type: none;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #938880;
}
.breadcrumbs-section .breadcrumbs-item.active {
    color: rgba(113, 109, 155, 0.94);
}
.breadcrumbs-section .breadcrumbs-item + .breadcrumb-item {
    padding-left: 8px
}

.breadcrumbs-section .breadcrumbs-item + .breadcrumbs-item::before {
    float: left;
    padding-right: 8px;
    content: "/";
}

.contacts .header__main-image {
    width: 100%;
    height: initial;
}
.header__main-shadow {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 0;
}
.header__content {
    z-index: 1;
    margin-top: 1rem;
    margin-bottom: 0;
}
.btn-white {
    color: #2B241F;
    background-color: #fff;
}
.btn-white:hover {
    color: #fff;
    background-color: rgba(73, 69, 117, 0.7);
}
.btn-purple {
    color: #fff;
    background-color: #494575;
}
.btn-purple:hover {
    background-color: #141426;
}
.btn-centered {
    margin: 0 auto;
}
.header__list-item {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.header_slider-main {
    position: absolute;
    right: -17%;
    bottom: -160%;
    height: 626px;
    width: 100%;
}
.header_slider-items {
    list-style-type:  none;
    height: 630px;
}
.header_slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.header_slider-item.current {
    opacity: 1;
}
.header__roundButton {
    bottom: 1.25rem;
}
.header__scroll {
    bottom: 4.75rem;
}
.carousel-slider {
    padding: 2.5rem 0;
    overflow: hidden;
}
.carousel-slider__nopad {
    padding: 0;
}
.carousel-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
       transition-timing-function: linear !important;
}
.carousel-slider .swiper-slide {
    width: 78px;
    max-width: 78px;
    height: 78px;
}
.carousel-slider .swiper-slide img {
    -webkit-filter: grayscale(90%) brightness(120%);
            filter: grayscale(90%) brightness(120%);
    mix-blend-mode: multiply;
}
.carousel-slider .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 109, 155, 0.8);
}
.text_content {
    overflow: hidden;
    padding-bottom: 0;
}
.text_content__content {
    border: 1px solid #d1d1d2;
    border-radius: 20px;
    padding: 40px;
    max-width: 802px;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #3d4b56;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    margin: 0 auto;
}
.text_content__content p {
    margin-bottom: 0;
    line-height: 178%;
}
.corners__corner {
    position: absolute;
}
.corners__corner_left-top {
    left: -60px;
    top: -70px;
}
.corners__corner_right-top {
    right: -140px;
    top: -90px;
}
.corners__corner_left-bottom {
    left: -70px;
    bottom: -118px;
}
.corners__corner_right-bottom {
    right: -140px;
    bottom: -170px;
}
.text_content__bottom {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
}
.text_content__bottom img {
    margin: 0 auto;
}
.text_content__bottom .btn {
    -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
            transform: translateY(-140px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.steps {
    background-color: #2A293E;
    background-color: rgba(42, 41, 62, 1);
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.steps__item {
    color: #B5C5D1;
    color: rgba(181, 197, 209, 1)
}
.steps .section__heading-desc, .steps .section__heading-title {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.steps__item-title {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.steps__item-num {
    background-image: none;
}
.advantages {
    background-color: #2A293E;
    background-color: rgba(42, 41, 62, 1);
}
.advantages .section__heading-desc, .advantages .section__heading-title {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.advantages__item-heading {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.advantages__item-text {
    color: #B5C5D1;
    color: rgba(181, 197, 209, 1);
}
.warranty__header {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.warranty__text {
    color: #B5C5D1;
    color: rgba(181, 197, 209, 1);
}
.footer {
    overflow: hidden;
    background-color: #2A293E;
    background-color: rgba(42, 41, 62, 1);
}
.footer__copyrights {
    position: relative;
    background-color: rgba(18, 17, 20, 0.8);
}
.footer__copyrights:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: -150%;
    background-color: rgba(18, 17, 20, 0.8);
}
.footer__copyrights:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    right: -150%;
    background-color: rgba(18, 17, 20, 0.8);
}
.reviews:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/templates/landing/images/reviews_bg.png);
    background-repeat: repeat;
    background-size: 20%;
    opacity: 0.08;
}
.reviews .head {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: #000;
}
.reviews__block {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    margin-bottom: 40px;
}
.reviews__col {
    width: 50%;
}
.reviews__col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.reviews__col-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.reviews__imgs {
    height: 100%;
    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;
    height: 594px;
    position: relative;
}
.reviews__border {
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: pulse 4s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: pulse 4s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.reviews__border_1 {
    width: 207px;
    height: 207px;
    background: #494575;
}
.reviews__border_2 {
    width: 264px;
    height: 264px;
    background: rgba(73, 69, 117, 0.3);
}
.reviews__border_3 {
    background: rgba(73, 69, 117, 0.2);
    width: 319px;
    height: 319px;
}
.reviews__border_4 {
    width: 472px;
    height: 472px;
    background: rgba(73, 69, 117, 0.05);
}
.reviews__photo img {
    border-radius: 50%;
    -o-object-fit: cover;
     object-fit: cover;
    width: 136px;
    height: 136px;
    z-index: 1;
    position: relative;
}
.reviews__img {
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews__img img {
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 26px 51px 32px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 26px 51px 32px 0 rgba(0, 0, 0, 0.25);
}
.reviews__img_1 {
    right: 70px;
    top: 70px;
}
.reviews__img_1 img {
    width: 145px;
    height: 145px;
}
.reviews__img_2 {
    right: 35px;
    top: 265px;
}
.reviews__img_2 img {
    width: 89px;
    height: 89px;
}
.reviews__img_3 {
    right: 145px;
    top: 435px;
}
.reviews__img_3 img {
    width: 72px;
    height: 72px;
}
.reviews__img_4 {
    left: 157px;
    top: 476px;
}
.reviews__img_4 img {
    width: 73px;
    height: 73px;
}
.reviews__img_5 {
    left: 21px;
    top: 306px;
}
.reviews__img_5 img {
    width: 93px;
    height: 93px;
}
.reviews__img_6 {
    top: 89px;
    left: 130px;
}
.reviews__img_6 img {
    width: 93px;
    height: 93px;
}
.reviews__slider {
    overflow: hidden;
    margin-top: 12px;
    -webkit-box-shadow: -18px -15px 23px 0 rgba(255, 255, 255, 0.57), 27px 23px 23px 0 #dae2e7, 66px 58px 51px 0 rgba(181, 190, 197, 0.66);
            box-shadow: -18px -15px 23px 0 rgba(255, 255, 255, 0.57), 27px 23px 23px 0 #dae2e7, 66px 58px 51px 0 rgba(181, 190, 197, 0.66);
    background: #fff;
}
.reviews__item-wrapper {
    background: -o-linear-gradient(left, #fff, #5D95FF);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#5D95FF));
    background: linear-gradient(to right, #fff, #5D95FF);
    padding: 2px;
}
.reviews__item {
    padding: 35px 28px;
    background: #fff;
}
.reviews__name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #010F1C;
    position: relative;
    padding-bottom: 23px;
}
.reviews__name:after {
    content: "“";
    font-weight: 500;
    font-size: 52px;
    color: #494575;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.reviews__desc {
    font-size: 16px;
    line-height: 24px;
    color: #545658;
    height: 140px;
    overflow: hidden;
}
.reviews .swiper-pagination {
    bottom: -35px!important;
}
.reviews .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #545658;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reviews .swiper-pagination-bullet-active {
    background: #494575;
    width: 60px;
}
.reviews__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}
.reviews__content {
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    padding: 30px 30px 10px;
    background-color: #fff;
    margin-bottom: 40px;
}
.reviews-questions__question {
    border: 1px solid #d1d1d2;
    border-radius: 2px;
    padding: 16px 20px;
    width: 100%;
    border: 1px solid #d1d1d2;
    border-radius: 2px;
    padding: 16px 20px;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    margin-bottom: 20px;
}
.reviews-questions__question-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #282c36;
}
.reviews-questions__question-title-underlay {
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
    border-radius: 10px;
    background: #2a293e;
    opacity: 0;
    z-index: 0;
}
.reviews-questions__question-title h4 {
    text-transform: initial;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    font-weight: 700;
    z-index: 1;
}
.reviews-questions__question-answer {
    display: none;
    border-radius: 10px;
    padding: 20px;
    background: #f6f9fb;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #6d7078;
}
.reviews-questions__question-answer h5 {
    text-transform: initial;
    margin-bottom: 1.25rem;
}

.reviews-questions__question-arrow {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	z-index: 1;
}
.reviews-questions__question-icon {
	width: 32px;
	height: 32px;
	fill: #716D9B;
	-webkit-transition: all 0.03s linear;
	-o-transition: all 0.03s linear;
	transition: all 0.03s linear;
}
.reviews-questions__question-header._active {
    padding: 20px;
    border-radius: 10px;
}
.reviews-questions__question-header._active .reviews-questions__question-title {
    color: #fff;
}
.reviews-questions__question-header._active .reviews-questions__question-icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.reviews-questions__question-header._active .reviews-questions__question-arrow {
    background: #494575;
    border: 0;
}
.reviews__form {
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    padding: 30px;
    background-color: #fff;
}
.reviews__form form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
}
.reviews__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: .625rem;
    width: 100%;
}
.reviews__form .form__note {
    color: #2a293e;
}
.reviews__form .form-group .form-control {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #d1d1d2;
    border-radius: 2px;
    padding: 16px 20px;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    color: #494575;
}
.reviews__form .form-group .form-control.textarea {
    height: initial;
}
.reviews__form .form-group .form-control::-moz-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.reviews__form .form-group .form-control::-webkit-input-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.reviews__form .form-group .form-control:-ms-input-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.reviews__form .form-group .form-control::-ms-input-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.reviews__form .form-group .form-control::placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.reviews__form .input__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.reviews__form .reviews__form-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.reviews__form .input__label {
    background-color: #2A293E;
    width: fit-content;
    cursor: pointer;
}

.label:hover {
    color: white;
    background: #333;
}

.report-methods {
    padding-top: 30px;
}

.warranty-line  {
    padding-top: 40px;
    padding-bottom: 40px;
}
.warranty-line .wrapper {
    position: relative;
    height: 167px;
    min-height: 167px;
    background: url(/assets/templates/landing/images/warranty-line-bg.webp) no-repeat  center / 100% 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.warranty-line .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.form-file-wrapper {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10px 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}
.form-file-wrapper__col._right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}
.form-file-form {
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    padding: 30px 30px 10px;
    background-color: #fff;
    margin-bottom: 40px;
}
.form-file-wrapper__inner {
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    padding: 30px;
    background-color: #fff;
    margin-bottom: 40px;
}
.form-file__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}
.form-file__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
}
.form-file .form__note {
    color: #2a293e;
}
.form-file form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.625rem;
}
.form-file .form-group .form-control {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #d1d1d2;
    border-radius: 2px;
    padding: 16px 20px;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    color: #494575;
}
.form-file .form-group .form-control::-moz-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.form-file .form-group .form-control::-webkit-input-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.form-file .form-group .form-control:-ms-input-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.form-file .form-group .form-control::-ms-input-placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}
.form-file .form-group .form-control::placeholder {
    color: #494575;
    color: rgba(73, 69, 117, 1);
}

.form-file .form-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 212%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.form-file .form-notification p {
    margin-bottom: 0;
}
.form-file .form-notification span {
    font-weight: 700;
    font-size: 20px;
}
.drop-zone {
    background-color: rgba(20, 20, 38, 0.94);
}
.drop-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    max-height: 60px;
    cursor: pointer;
}
.drop-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    height: 60px;
    max-height: 60px;
    color: #fff;
}
.drop-message p {
    margin-bottom: 0;
}
.drop-message p span {
   font-size: 10px;
}
.added-files {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
.form-file-wrapper__image {
    position: absolute;
    right: -30px;
    bottom: 0;
}
.services-auto {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
    gap: 20px;
}
.services-auto__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
    height: auto;
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    padding: 40px 20px;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
}
.services-auto__title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.services-auto__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.services-auto__price {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #716d9b;
}
.services-auto__price_black {
    color: #000;
}
.services-auto__price_black-big {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.services-guns {
    margin-bottom: 80px;
}
.services-guns__slide {
    width: 282px;
    max-width: 282px;
}
.services-guns__col {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
}
.services-guns__title {
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 178%;
    text-transform: uppercase;
    text-align: center;
    color: #3d4b56;
}

.services-trucks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}
.services-trucks__col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
}
.services-trucks__col img {
    width: 282px;
    max-width: 282px;
}
.services-trucks__title {
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
            box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #3d4b56;
    width: 100%;
    margin-bottom: 0;
}
.contacts-section .contacts__blocks {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.contacts-section .contacts__col {
    width: 50%;
}
.contacts-section .contacts__inner {
    padding: 30px;
    background: #fff;
}
.contacts-section .contacts__col-left {
    padding: 2px;
    background: -o-linear-gradient(left, #E6D6A7, #fff);
    background: -webkit-gradient(linear, left top, right top, from(#E6D6A7), to(#fff));
    background: linear-gradient(to right, #E6D6A7, #fff);
    -webkit-box-shadow: -18px -15px 23px 0 rgba(255, 255, 255, 0.57), 27px 23px 23px 0 #dae2e7, 66px 58px 51px 0 rgba(181, 190, 197, 0.66);
    box-shadow: -18px -15px 23px 0 rgba(255, 255, 255, 0.57), 27px 23px 23px 0 #dae2e7, 66px 58px 51px 0 rgba(181, 190, 197, 0.66);
    height: 100%;
}
.contacts-section .contacts__col-right {
    padding: 2px;
    background: -o-linear-gradient(left, #fff, #E6D6A7);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#E6D6A7));
    background: linear-gradient(to right, #fff, #E6D6A7);
    -webkit-box-shadow: -18px -15px 23px 0 rgba(255, 255, 255, 0.57), 27px 23px 23px 0 #dae2e7, 66px 58px 51px 0 rgba(181, 190, 197, 0.66);
    box-shadow: -18px -15px 23px 0 rgba(255, 255, 255, 0.57), 27px 23px 23px 0 #dae2e7, 66px 58px 51px 0 rgba(181, 190, 197, 0.66);
    height: 100%;
}

.contacts-section .contacts__inner-title {
    font-size: 24px;
}

.contacts-section .contacts__inner-desc {
    font-weight: 600;
    font-size: 19px;
    color: #3D4B56;
}
.contacts-section .contacts__inner-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.contacts-section .contacts__inner-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}
.contacts-section .contacts__inner-desc p:not(:last-child) {
    margin-bottom: 10px;
}
.contacts-section .contacts__inner-desc p:last-child {
    margin-bottom: 0;
}
.contacts-section .contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    font-size: 19px;
    color: #3D4B56;
}
.contacts-section .section__footer .btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.header.header-small {
    height: 64px;
    min-height: initial;
}
.report-methods .wrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.report-methods .col {
    width: 100%;
}

.report-methods .col__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.report-methods .inner__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.report-methods .inner__flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 20px
}
.report-methods .inner__flex--shadow {
    -webkit-box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    box-shadow: 0 36px 48px 0 rgba(207, 215, 226, 0.6);
    background: #fff;
    border: 1px solid #d1d1d2;
    border-radius: 6px;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 178%;
    color: #3d4b56;
}
.report-methods .inner__flex--h100 {
    height: 100%;
}
.report-methods .inner__icon {
    margin-right: 20px;
}

.report-methods .inner__icon img {
    min-width: 69px;
}
.report-methods .inner__title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
.report-methods .inner__title--highlighted {
   color: #a19677; 
}
.report-methods .inner__text {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #3d4b56;
}
@media screen and (max-width: 1218px) {
    .header .container {
        padding-top: 6rem;
    }
    .header__big-title {
        max-width: 100%;
    }
    .header_slider-main {
        right: -10%;
    }
    .navbar {
        width: 100%;
        gap: 2.25rem;
    }
    .navbar__items .close-menu-btn {
        display: none;
    }
    .navbar__items {
        width: 100%;
        gap: 0;
    }
    .navbar__item {
        position: relative;
        text-align: center;
        padding: 1.25rem 0 0;
    }
    .navbar__item-title {
        position: relative;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase!important;
        padding: 0;
        max-width: 200px;
        margin: 0 auto;
        border-bottom: 0;
        line-height: 1;
        margin-top: 0.25rem;
        transition: 0.3s ease;
    }
    .navbar__item-title.opened {
        color: #c0ad75;
        color: rgba(192, 173, 117, var(--tw-text-opacity, 1));
    }
    .navbar__items .navbar__item.level-1:last-child::after {
        content: "";
        bottom: -0.625rem;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #484663;
    }
    .navbar__item.level-1:before, .navbar__item.level-2:before {
        content: "";
        top: 0.625rem;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #484663;
    }
    .navbar__item.level-2 .navbar__subitems {
        padding: 0 0 1.25rem;
        border-top: 1px solid #454353;
        background: #292838;
        margin: 0.625rem 0 -0.625rem;
    }
    .navbar__items .navbar__subitems {
        justify-content: center;
    }
    .navbar__subitems .navbar__item._folder {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 0;
    }
    .navbar__item._folder .navbar__subitems {
        display: none;
    }
    .navbar__item-link-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }
    .navbar__item-link-wrapper svg {
        color: #c0ad75;
    }
    .navbar__item-link-wrapper.dropdown-opened svg {
        display: block;
    }
    .navbar__item.level-2 .navbar__item-link-wrapper svg {
        color: #afacdd;
    }
    .navbar__item.level-2 .navbar__item-link-wrapper.dropdown-opened svg {
        color: #c0ad75;
    }
    .navbar__item-link {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
    }
    .mobile__header {
        width: 100%;
        text-align: center;
    }
    .mobile__phone-block {
        width: 100%;
        justify-content: center;
    }
    .mobile__phone-block .topmenu__right-phone {
        display: block;
    }
    .reviews__col {
        width: 100%;
    }
    .reviews__col-left {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .reviews__col-right {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .reviews:before {
        background-size: 30%;
    }
    .reviews__block {
        margin-bottom: 120px;
    }
    
    .report-methods .wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    
    .form-file-wrapper__image {
        position: relative;
        right: 0;
    }
    .form-file-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .services-auto {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .navbar__items .navbar__subitems {
        padding: 0;
    }
    .navbar__items .navbar__subitems ul {
        width: 100%;
        margin-bottom: 0;
    }
    .navbar__items > ._folder > .navbar__subitems {
        position: static;
        height: auto;
    }
    .navbar__items > ._folder > .navbar__subitems > ul {
        flex-direction: column;
        top: 0;
        transform: translateY(0);
    }
    .navbar__items > ._folder > .navbar__subitems:before {
        content: none;
    }
}
@media screen and (max-width: 992px) {
    .header_slider-main {
        top: 40%;
        right: -10%;
    }
    .corners__corner {
        display: none;
    }
    .contacts-section .contacts__blocks {
        flex-direction: column;
    }
    .contacts-section .contacts__col {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .header_slider-main {
        top: 52%;
        right: -10%;
        width: 115%;
    }
    .header__main-image {
        height: 145px;
    }
    .header__content {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .text_content__bottom {
        -webkit-transform: translateY(-65px);
            -ms-transform: translateY(-65px);
                transform: translateY(-65px);
    }
    .text_content__bottom .btn {
        -webkit-transform: translateY(-120px);
            -ms-transform: translateY(-120px);
                transform: translateY(-120px);
    }
    .reviews:before {
        background-size: 40%;
    }
    .reviews .head {
        font-size: 32px;
    }
    .drop-message {
        height: 100px;
        max-height: 100px;
    }
    .input__label.drop-message {
        height: 60px;
        max-height: initial;
    }    
    .drop-input {
        max-height: 100px;
    }
    .services-trucks__col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .services-guns {
        display: initial;
        display: initial;
        display: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    }
    .services-guns__slide {
        max-width: initial;
    }
    .services-guns__col {
        width: initial;
        display: flex!important;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .services-guns.swiper-button-next, .services-guns.swiper-button-prev {
        top: 20%;
        color: #000;
    }
    .services-guns.swiper-button-next:after, .services-guns.swiper-button-prev:after {
        font-size: 24px;
    }
    .reviews__form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1.625rem;
    }
    .reviews__form .reviews__form-footer {
        flex-direction: column;
        gap: 10px;
    }
}
@media screen and (max-width: 576px) {
    .text_content__content {
        font-size: 16px;
    }
    .reviews:before {
        background-size: 50%;
    }
    .reviews__col-right {
        display: none;
    }
    .report-methods .inner__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }
    .report-methods .inner__icon {
        margin-right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 499px) {
    .header_slider-main {
        top: 68%;
        right: -15%;
        width: 125%;
    }
    .text_content__bottom .btn {
        -webkit-transform: translateY(-25px);
            -ms-transform: translateY(-25px);
                transform: translateY(-25px);
    }
    .drop-message {
        height: 140px;
        max-height: 140px;
    }
    .input__label.drop-message {
        height: 60px;
        max-height: initial;
    }    
    .drop-input {
        max-height: 140px;
    }
    .form-file__title {
       font-size: 28px;
    } 
}
@media screen and (min-width: 1218px) {
    .topmenu {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        width: auto;
        margin: 0 70px;
        /*
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        */
    }
    
    .header.header-small {
        height: 124px;
        min-height: initial;
    }
    .header-small .topmenu {
        top: 30px;
    }
    
    .header-small .topmenu.fixed-top {
         top: 0;
    }
    .navbar {
        position: static;
        transform: none;
    }
    .navbar .btn {
        display: none;
    }
    .navbar__items {
        position: static;
    }
    .navbar__item-link._home {
        display: none;
    }
    .topmenu.fixed-top .navbar__items > ._folder > .navbar__subitems {
        height: calc(100vh - 64px);
        top: 64px;
    }
    .navbar__item {
        padding: 10px 0;
    }
    .navbar__item-link-wrapper svg {
        display: none;
    }
    
    .navbar__items .close-menu-btn {
        cursor: pointer;
        z-index: 50;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .navbar__item-title:hover {
        cursor: initial;
        color: #afacdd;
    }
}

@media screen and (min-width: 768px) {
    .services-guns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .services-guns.swiper-button-next, .services-guns.swiper-button-prev {
        display: none;
    }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}