@import url(https://fonts.googleapis.com/css?family=Ubuntu:regular,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:900&display=swap);

@import url('null.css');

body._lock {
    overflow: hidden;
}

.wrapper {
    font-family: Ubuntu;
    font-weight: 400;
    overflow: hidden;
}

[class*="__container"] {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    position: relative;
    z-index: 2;
}

.top-header {
    padding: 20px 0px;
}

.top-header__container {
    display: flex;
    align-items: center;
}

.top-header__logo {
    margin-right: 60px;
    position: relative;
    z-index: 10;
}

.top-header__logo img {
    width: 100%;
    height: 100%;
}

.top-header__menu {
    flex: 1 1 auto;
    display: flex;
}

.menu__body {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.menu__list {
    flex: 1 1 auto;
    color: #424551;
    font-size: 1.142rem;
    font-weight: 700;
    line-height: 1.625;
}

.menu__link:hover {
    text-decoration: underline;
}

.top-header__phone {
    margin-right: 36px;
}

.phone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.phone__icon {
    font-size: 2.428rem;
    line-height: 1.176;
    color: #FF5A30;
}

.phone__text div:first-child {
    color: #424551;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.phone__text div:last-child {
    color: #1E212C;
    font-size: 1.285rem;
    font-weight: 400;
    line-height: 1.5;
}

.message {
    display: flex;
    align-items: center;
    gap: 12px;
}

.message__icon {
    font-size: 2.428rem;
    line-height: 1.176;
    color: #FF5A30;
}

.message__text div:first-child {
    color: #424551;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.message__text div:last-child {
    color: #1E212C;
    font-size: 1.285rem;
    font-weight: 400;
    line-height: 1.5;
}

/* ========================================= */

.slider {
    position: relative;
    overflow: hidden;
}

.slider__arrow {
    background-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    color: #424551;
}

.arrow-active {
    opacity: 1;
}

.arrow-previous {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

.arrow-next {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

.switch-slider {
    width: 100%;
    position: absolute;
    bottom: 120px;
    left: 0;
}

.switch-slider__slides {
    max-width: 90rem;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    gap: 4px;
}

.switch-slider__slide {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    opacity: 0.6;
    position: relative;
    width: 6.357em;
    text-align: start;
    overflow: hidden;
    padding-bottom: 0.428em;
}

.switch-slider__slide::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.switch-slider__slide::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -100%;
}

.switch-active {
    opacity: 1;
}

.switch-active::after {
    left: 0;
    transition: all 0.7s ease 0s;
}

.block-slider {
    overflow: hidden;
}

.block-slider__line {
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.7s ease 0s;
    display: flex;
}

.block-slider__item {
    position: relative;
    flex: 1 0 100%;
    height: 988px;
}

.block-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.block-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-slider__container {
    padding: 220px 15px 0 15px;
    display: flex;
}

.block-slider__content {
    flex: 0 1 40%;
    display: flex;
    flex-direction: column;
}

.block-slider__title {
    color: #fff;
    font-size: 5.142rem;
    font-weight: 700;
    line-height: 1.305;
    letter-spacing: 0.0138888em;
    margin-bottom: 0.333em;
}

.block-slider__title span {
    color: #FF5A30;
}

.block-slider__text {
    color: #fff;
    font-size: 1.428rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3.05em;
}

.block-slider__buttons {
    display: flex;
    gap: 24px;
}

.block-slider__button {
    color: #fff;
    text-align: center;
    font-size: 1.142rem;
    font-weight: 700;
    line-height: 3.25;
    letter-spacing: 0.03125em;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 0 2.5em;
    transition: all 0.3s ease 0s;
}

.block-slider__button:hover {
    border: 1px solid #FF5A30;
    background-color: #FF5A30;
}

.block-slider__button-request {
    border: 1px solid #FF5A30;
    background-color: #FF5A30;
}

.block-slider__button-request:hover {
    border: 1px solid #e24e29;
    background-color: #e24e29;
}

/* ========================================= */

.main {
    position: relative;
    z-index: 1;
}

.values {
    text-align: center;
}

.values__container-block {
    padding: 9.52% 15px 0px 15px;
}

.title {
    color: #1E212C;
    font-size: 3.285rem;
    font-weight: 700;
    line-height: 1.304;
    margin-bottom: 0.521em;
}

.sub-title {
    color: #787A80;
    font-size: 1.285rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 3.333em;
}

.body-values {
    display: flex;
    gap: 188px;
}

.body-values__item {
    flex: 1 1 33.333%;
    position: relative;
}

.body-values__item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: linear-gradient(315deg, rgba(218, 219, 221, 0.00) 0%, rgba(218, 219, 221, 0.50) 12.33%, #DADBDD 51.91%, rgba(218, 219, 221, 0.50) 87.85%, rgba(218, 219, 221, 0.00) 100%);
    position: absolute;
    top: 0;
    right: -94px;
}

.body-values__item:last-child::after {
    display: none;
}

.body-values__icon {
    color: #FF5A30;
    font-size: 3.428rem;
    margin-bottom: 0.5em;
}

.body-values__title {
    color: #1E212C;
    font-size: 1.428rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.4em;
}

.body-values__text {
    color: #787A80;
    font-size: 1.142rem;
    font-weight: 400;
    line-height: 1.6;
}


/* ========================================= */

.question {
    position: relative;
    top: 100px;
    z-index: 2;
}

.question__container {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}

.question__body {
    padding: 48px 60px;
}

.question__title {
    color: #1E212C;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.142em;
    text-align: center;
}

.form-question {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.input-form {
    flex: 0 1 260px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.input-form:nth-child(3) {
    flex: 1 1 260px;
}

.input-form__title {
    color: #424551;
    margin-bottom: 0.571em;
}

.input-form__input {
    display: flex;
    height: 44px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background-color: #F4F5F6;
}

.input-form__input input {
    width: 100%;
    padding: 11px 30px 12px 16px;
}

.input-form__input input::placeholder {
    color: #9A9CA5;
}

.form-button {
    border-radius: 4px;
    background-color: #FF5A30;
    padding: 0px 32px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.form-button:hover {
    background-color: #e24e29;
}

.form-button span {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 3.14286;
    letter-spacing: 0.0357em;
    text-transform: uppercase;
}

/* ========================================= */

.services {
    padding: 212px 0px 80px 0px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.services__title {
    text-align: center;
}

.services__sub-title {
    text-align: center;
}

.services__body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px;
}

.block-services {
    width: 285px;
    height: 285px;
    margin: 15px;
    border-radius: 4px;
    border: 1px solid #E5E8ED;
    background-color: #FFF;
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.block-services__back-color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1E212C 0 0 / cover no-repeat;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.block-services__back-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.block-services__icon {
    color: #FF5A30;
    font-size: 3.714rem;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s ease 0s;
}

.block-services__title {
    color: #1E212C;
    font-size: 1.428rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.5s ease 0s;
}

.block-services:hover .block-services__back-color {
    opacity: 0.5;
}

.block-services:hover .block-services__back-img {
    opacity: 1;
}

.block-services:hover .block-services__icon,
.block-services:hover .block-services__title {
    color: #fff;
}

.all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 80px;
    margin: -20px;
}

.all__text {
    color: #1E212C;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 20px;
    text-align: center;
}

.all__link {
    color: #FFF;
    font-size: 1.142rem;
    font-weight: 700;
    line-height: 3.25;
    letter-spacing: 0.03125em;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF5A30;
    border-radius: 4px;
    padding: 0px 40px;
    margin: 20px;
    transition: all 0.3s ease 0s;
}

.all__link:hover {
    background-color: #e24e29;
}

.works {
    padding: 120px 0px;
}

.works__title {
    width: 55%;
    margin-bottom: 1.304em;
}

.works__body {
    position: relative;
}

.slider-works {
    padding: 15px;
}

.slide-block {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(173, 170, 170, 0.6);
    padding-bottom: 95px;
    position: relative;
}

.slide-block__img img {
    object-fit: cover;
    width: 100%;
}

.slide-block__info {
    padding: 16px 0px 0px 0px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slide-block__title {
    color: #1E212C;
    font-size: 1.428rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.2em;
}

.slide-block__text {
    color: #787A80;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 1.714em;
}

.coll-body {
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
    height: 0;
    transition: all 0.2s ease 0s;
}

.coll-body__content {
    transform: translate(0, 100%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px 0px 24px 0px;
    display: flex;
    justify-content: center;
}

.open {
    transform: translate(0, 0);
}

.coll-body__link {
    color: #FF5A30;
    font-size: 1rem;
    font-weight: 700;
    line-height: 3.14286;
    letter-spacing: 0.035714em;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #FF5A30;
    border-radius: 4px;
    padding: 0px 32px;
}

.slider-arrows {
    display: flex;
    align-items: center;
    margin: -6px;
    position: absolute;
    top: -96px;
    right: 0;
}

.slider-arrow-prev {
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    background-color: #FF5A30;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
}

.slider-arrow-next {
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    background-color: #FF5A30;
    border-radius: 50%;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
}

.swiper-button-disabled {
    color: #424551;
    background-color: #fff;
}

/* ========================================= */

.partners {
    background-color: #F4F5F6;
    padding: 80px 0px 120px 0px;
}

.partners__title {
    text-align: center;
    margin-bottom: 1.304em;
}

.partners__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 180px;
}

.clients {
    position: relative;
}

.clients__body {
    max-width: 600px;
    position: relative;
    margin-left: 0;
}

.clients__title {
    margin-bottom: 1.304em;
}

.item-clients__photo {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
}

.item-clients__photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-clients__text {
    color: #424551;
    font-size: 1.142rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.item-clients__name {
    color: #1E212C;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 4px;
}

.item-clients__position {
    color: #787A80;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.clients__slider-arrows {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin: -12px;
    font-size: 20px;
    z-index: 5;
}

.clients__slider-arrow-prev {
    background-color: rgba(255, 255, 255, 0);
    margin: 12px;
}

.clients__slider-arrow-next {
    background-color: rgba(255, 255, 255, 0);
    margin: 12px;
    transform: rotate(180deg);
    position: relative;
    bottom: 2px;
    left: 0;
}

.clients__slider-arrow-prev.swiper-button-disabled,
.clients__slider-arrow-next.swiper-button-disabled {
    opacity: 0.5;
}

.clients__image-aside {
    width: 39.28%;
    position: absolute;
    top: 0;
    right: 0;
}

.clients__image-aside img {
    object-fit: cover;
    width: 100%;
}

/* ========================================= */

.figures-and-news {
    position: relative;
    overflow: hidden;
}

.figures-and-news__bg-image {
    width: 55.4%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-65%, -15%) rotate(126.97deg);
}

.figures-and-news__bg-image img {
    object-fit: cover;
    width: 100%;
}

.figures {
    padding-top: 180px;
}

.figures__title {
    text-align: center;
    margin-bottom: 1.304em;
}

.progress-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px;
}

.progress-wrapper__item {
    width: 148px;
    height: 148px;
    position: relative;
    margin: 24px;
}

.progress-wrapper__item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1E212C;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.progress-ring__circle {
    transform-origin: center;
    transform: rotate(-90deg);
}

.progress-ring__circle-bg {
    opacity: 0.30000001192092896;
}

.progress-wrapper__text {
    padding-top: 20px;
    text-align: center;
}

/* ========================================= */

.news {
    padding: 180px 0px 120px 0px;
}

.news__title {
    text-align: center;
    margin-bottom: 1.304em;
}

.content-news {
    display: flex;
    margin: -15px;
}

.content-news__block {
    display: flex;
    flex-direction: column;
}

.content-news__block_1 {
    flex: 1 1 58.75%;
}

.content-news__block_2 {
    flex: 1 1 41.25%;
}

.item-news {
    margin: 15px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.03), 0px 12px 10px -6px rgba(154, 156, 165, 0.04), 0px 30px 24px -10px rgba(154, 156, 165, 0.05), 0px 80px 80px -20px rgba(154, 156, 165, 0.08);
}

.content-news__block_1 .item-news {
    height: 100%;
}

.content-news__block_2 .item-news {
    flex: 1 1 auto;
}

.item-news__img {
    width: 100%;
}

.item-news__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item-news__content {
    padding: 24px;
}

.item-news__title {
    color: #1E212C;
    font-size: 1.428rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.6em;
    transition: all 0.2s ease 0s;
}

.item-news__title:hover {
    color: #FF5A30;
}

.description-news {
    display: flex;
    color: #787A80;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px -12px;
}

.content-news__block_1 .description-news {
    margin-bottom: 1.142em;
}

.description-news__paragraph {
    padding: 0px 12px;
    position: relative;
}

.description-news__paragraph span {
    padding-right: 8px;
}

.description-news__paragraph::after {
    content: "";
    display: inline-block;
    height: 12px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #787A80;
}

.description-news__paragraph:last-child::after {
    display: none;
}

.item-news__text {
    color: #424551;
    font-size: 1.142rem;
    font-weight: 400;
    line-height: 1.6;
}

/* ========================================= */

.details {
    padding: 80px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.details__container {
    display: flex;
    justify-content: flex-end;
}

.details__body {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E5E8ED;
    box-shadow: 0px 4px 4px -4px rgba(30, 33, 44, 0.05), 0px 12px 10px -6px rgba(30, 33, 44, 0.08), 0px 26px 24px -10px rgba(30, 33, 44, 0.10), 0px 60px 80px -20px rgba(30, 33, 44, 0.16);
}

.details__title {
    color: #1E212C;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px;
}

.form-details {
    display: flex;
    flex-direction: column;
}

.form-details__field {}

.form-field {
    color: #424551;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.428em;
}

.form-field__caption {
    margin-bottom: 0.571em;
}

.form-field__input {
    max-width: 415px;
}

.form-field__input input {
    width: 100%;
    padding: 11px 16px 12px 16px;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background-color: #F4F5F6;
}

.form-field__input::placeholder {
    color: #9A9CA5;
}

.form-field__textarea {
    max-width: 415px;
}

.form-field__textarea textarea {
    width: 100%;
    padding: 11px 16px 34px 16px;
    border-radius: 4px;
    border: 1px solid #D7DADD;
    background-color: #F4F5F6;
    resize: none;
}

.form-details__checkbox {
    max-width: 415px;
    margin-bottom: 24px;
    display: flex;
    color: #424551;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.form-details__checkbox input {
    position: relative;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
}

.checkbox-real {
    display: none;
}

.checkbox-real:checked+.checkbox-custom {
    background-color: #FF5A30;
}

.checkbox-real:checked+.checkbox-custom::before {
    transform: translate(-50%, -50%) scale(1);
}

.checkbox-custom {
    padding: 8px;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    border: 1px solid #FF5A30;
    border-radius: 4px;
    position: relative;
    top: 4px;
    left: 0;
    font-size: 9px;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.checkbox-custom::before {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.form-details__button {
    align-self: center;
    border-radius: 4px;
    background-color: #FF5A30;
    padding: 0px 32px;
    display: flex;
    align-items: center;
}

.form-details__button span {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 3.14286;
    letter-spacing: 0.0357em;
    text-transform: uppercase;
}

/* ========================================= */

.footer {
    padding: 80px 0px;
    background-color: #1E212C;
    position: relative;
    z-index: 1;
}

.block-footer {
    margin-bottom: 60px;
    display: flex;
    column-gap: 124px;
}

.block-footer:first-child {
    column-gap: 242px;
}

.block-footer:last-child {
    margin-bottom: 0;
}

.block-footer:first-child .content-box {
    flex: 1 1 50%;
}

.content-box__icons {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 24px;
}

.content-box__social {
    display: flex;
    column-gap: 16px;
    font-size: 20px;
    color: #fff;
    opacity: 0.6000000238418579;
}

.content-box__text {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.6000000238418579;
}

.content-box__title {
    color: #fff;
    font-size: 1.714rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}

.footer-form {
    display: flex;
    position: relative;
    margin-bottom: 16px;
}

.footer-form__input {
    flex: 1 1 auto;
    max-width: 495px;
}

.footer-form__input input {
    width: 100%;
    padding: 11px 170px 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.12);

    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.footer-form__input input::placeholder {
    opacity: 0.6000000238418579;
}

.footer-form .form-button {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.content-box__post-scriptum {
    color: #fff;
    font-size: 0.857rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.6000000238418579;
}

.content-box__sub-title {
    color: #fff;
    font-size: 1.142rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    margin-bottom: 0.8125em;
}

.content-contacts {
    color: #fff;
    font-size: 1.142rem;
    font-weight: 400;
    line-height: 1.6;
    opacity: 1;
}

.content-contacts span {
    margin-right: 4px;
}

.content-contacts p {
    display: inline-block;
    opacity: 0.6000000238418579;
}

.content-contacts__address {
    display: block;
}

.content-contacts__call {
    display: block;
}

.content-contacts__email {
    display: block;
}

.content-info {
    color: #fff;
    font-size: 1.142rem;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.6000000238418579;
    display: flex;
    flex-direction: column;
}

.content-experience {
    color: #fff;
    font-size: 1.142rem;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.6000000238418579;
    display: flex;
    flex-direction: column;
}

.content-box__rights {
    color: #fff;
    font-size: 0.857rem;
    font-weight: 400;
    line-height: 1.5;
}

.content-box__rights span {
    padding: 0px 4px;
    color: #FF5A30;
    position: relative;
    top: 1px;
    left: 0;
}

/* ========================================= */

.go-to {
    display: none;
    padding-bottom: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.go-to.active {
    display: block;
}

.go-to__container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.go-to__text {
    margin-right: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 2px 2px 12px #000;
}

.go-to__button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background-color: #FF5A30;
    border-radius: 4px;
}

/* ========================================= */

@media (max-width: 1450px) {
    .block-slider__container {
        padding: 180px 15px 0 100px;
    }

    .top-header__logo {
        height: 20px;
        margin-right: 30px;
    }

    .phone {
        margin-right: 15px;
    }

    .switch-slider__slides {
        padding: 0 100px 0 100px;
    }

    .block-slider__item {
        height: 900px;
    }

    /* ======================== */

    .content-news {
        flex-direction: column;
        max-width: 800px;
        margin: 0 auto;
    }

    /* ======================== */
}

@media (min-width: 1024px) {
    .menu__list {
        display: flex;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .menu {
        justify-content: flex-end;
    }

    .menu__icon {
        display: block;
        width: 34px;
        height: 23px;
        cursor: pointer;
        position: relative;
        z-index: 5;
    }

    .menu__icon span,
    .menu__icon::before,
    .menu__icon::after {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        transition: all 0.3s ease 0s;
        background-color: #000;
    }

    .menu__icon::before,
    .menu__icon::after {
        content: "";
    }

    .menu__icon::before {
        top: 0;
    }

    .menu__icon::after {
        bottom: 0;
    }

    .menu__icon span {
        top: 50%;
        transform: scale(1) translateY(-50%);
    }

    .menu__icon._active span {
        transform: scale(0) translateY(-50%);
    }

    .menu__icon._active::before {
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
    }

    .menu__icon._active::after {
        bottom: 50%;
        transform: rotate(45deg) translateY(50%);
    }

    .menu__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 1);
        z-index: 1;
        padding: 90px 30px 30px 30px;
        transition: all 0.3s ease 0s;
        overflow: auto;
    }

    .menu__body._active {
        left: 0;
    }

    .menu__body::before {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 62px;
        background-color: #fff;
        z-index: 100;
    }

    .menu__body._active::before {
        position: fixed;
    }

    .menu__list {
        flex: 0 0 auto;
        font-size: 20px;
    }

    .menu__list>li {
        margin-bottom: 25px;
    }

    .phone {
        margin-bottom: 25px;
        margin-right: 0;
    }

    .block-slider__container {
        padding: 130px 15px 0 100px;
    }

    .block-slider__content {
        flex: 0 1 80%;
    }

    .block-slider__title {
        font-size: 4rem;
    }

    .block-slider__text {
        font-size: 1.2rem;
    }

    .block-slider__button {
        font-size: 1rem;
    }

    .block-slider__item {
        height: 700px;
    }

    /* ======================== */

    .body-values {
        display: flex;
        gap: 80px;
    }

    .body-values__item::after {
        right: -40px;
    }

    /* ======================== */

    .form-question {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
        margin: -13px 0px;
    }

    .input-form {
        flex: 1 1 auto;
        width: 80%;
        margin: 13px 0px;
    }

    .input-form:nth-child(3) {
        flex: 1 1 auto;
    }

    .form-question__button {
        margin: 13px 0px;
    }

    /* ======================== */

    .works__title {
        width: 60%;
        font-size: 2.5rem;
    }

    /* ======================== */

    .clients__image-aside {
        width: 30%;
    }

    .clients__body {
        max-width: 500px;
    }

    .item-clients__title {
        font-size: 2.7rem;
    }

    /* ======================== */

    .figures-and-news__bg-image {
        width: 100%;
    }

    /* ======================== */

    .block-footer:first-child {
        flex-direction: column;
    }

    .block-footer:first-child .content-box:first-child {
        margin-bottom: 50px;
    }

    .footer-form__input {
        max-width: 100%;
    }

    /* ======================== */
}

@media (max-width: 768px) {
    .block-slider__container {
        padding: 100px 15px 0 100px;
    }

    .block-slider__buttons {
        flex-direction: column;
    }

    .block-slider__content {
        flex: 0 1 80%;
    }

    .block-slider__title {
        font-size: 3rem;
    }

    .switch-slider {
        bottom: 80px;
    }

    /* ======================== */

    .title {
        font-size: 2.5rem;
    }

    .body-values {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin: -40px 0px;
    }

    .body-values__item::after {
        width: 100%;
        height: 1px;
        bottom: -40px;
        top: auto;
        right: auto;
        left: 0;
    }

    .body-values__item {
        max-width: 450px;
        margin: 40px 0px;
    }

    /* ======================== */

    .question {
        top: 50px;
    }

    .question__body {
        padding: 45px 50px;
    }

    .question__title {
        font-size: 1.6rem;
    }

    .input-form {
        width: 100%;
    }

    /* ======================== */

    .services {
        padding: 130px 0px 80px 0px;
    }

    .more-services {
        padding-top: 50px;
    }

    .more-services__text {
        font-size: 1.7rem;
    }

    /* ======================== */

    .works {
        padding: 100px 0px 80px 0px;
    }

    .works__title {
        width: 65%;
        font-size: 2rem;
    }

    .all-works {
        padding-top: 50px;
    }

    /* ======================== */

    .clients__image-aside {
        display: none;
    }

    .clients__body {
        max-width: 100%;
    }

    /* ======================== */

    .figures-and-news__bg-image {
        display: none;
    }

    /* ======================== */

    .block-footer-info {
        flex-wrap: wrap;
        column-gap: 70px;
        margin-bottom: 0px;
    }

    .block-footer-info .content-box {
        margin-bottom: 50px;
    }

    .content-box__icons {
        flex-direction: column;
    }

    .content-box__logo {
        margin-bottom: 25px;
    }

    /* ======================== */
}

@media (max-width: 550px) {
    .block-slider__title {
        font-size: 2.5rem;
    }

    .block-slider__item {
        height: 600px;
    }

    .switch-slider {
        bottom: 10px;
    }

    /* ======================== */

    .question__body {
        padding: 28px 30px;
    }

    /* ======================== */

    .works__title {
        width: 100%;
        font-size: 1.8rem;
        margin-bottom: 2.2em;
    }

    .slider-arrows {
        top: -48px;
    }

    /* ======================== */

    .partners__title {
        font-size: 2rem;
    }

    /* ======================== */

    .item-clients__title {
        font-size: 2rem;
    }

    /* ======================== */

    .content-news__block_1 .description-news {
        margin-bottom: 0;
    }

    .item-news__text {
        display: none;
    }

    .item-news__title {
        font-size: 1.2rem;
    }

    /* ======================== */

    .footer-form {
        flex-direction: column;
        align-items: center;
    }

    .footer-form .form-button {
        height: auto;
        position: relative;
        top: 0;
        right: 0;
    }

    .footer-form__input {
        width: 100%;
    }

    .footer-form__input input {
        width: 100%;
        padding: 11px 20px 12px 16px;
        margin-bottom: 20px;
    }

    /* ======================== */
}

@media (max-width: 480px) {
    .slider__arrow {
        display: none;
    }

    .block-slider__content {
        flex: 1 1 auto;
    }

    .block-slider__container {
        padding: 70px 15px 0 15px;
    }

    .switch-slider__slides {
        padding: 0 15px;
        justify-content: center;
        gap: 15px;
    }

    .switch-slider__slide {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.5;
    }

    .switch-active {
        opacity: 1;
    }

    .switch-slider__slide::before {
        content: "";
        display: none;
    }

    .switch-slider__slide::after {
        content: "";
        display: none;
    }

    .switch-slider {
        bottom: 50px;
    }

    /* ======================== */
}

@media (max-width: 376px) {
    .switch-slider {
        bottom: 30px;
    }

    /* ======================== */
}