body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    font-family: "Gilroy-Regular", sans-serif;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.points {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255, 102, 66, 0.9);
    opacity: 0.5;
    margin-left: 10px;
    border-radius: 50%;
}

.points:hover {
    background: #456e9b;
    transition: 300ms;
}

.points:first-child {
    margin-left: 0;
}

.active__point {
    cursor: unset;
    background: #1E3044;
}

.phones__mts {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
    align-items: center;
}

.phones__mts svg {
    width: 14px;
    height: 19px;
    margin-left: 10px;
}

.phones__a1 {
    display: flex;
    font-size: 14px;
}

.phones__a1 img {
    width: 14px;
    height: 16px;
}

.provider-number {
    margin-left: 10px;
}

/*header --------------------------------------------------------*/
.header {
    padding: 30px 0;
    background: #1C2329;
}

.header__container {
    display: flex;
    justify-content: space-between;
}

.header__nav-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: -55px;
}

.header__nav-items2 {
    display: none;
    flex-direction: column;
    position: fixed;
    background: #1F272F;
    color: #E2ECF0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    justify-content: unset;
    top: 0;
    left: 0;
    align-items: center;
}

.header__nav-item {
    cursor: pointer;
    margin-left: 50px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #E2ECF0;
    -webkit-transition: .3s ease; /* Safari and Chrome */
    -moz-transition: .3s ease; /* Firefox 4 */
    -o-transition: .3s ease; /* Opera */
}

.header__nav-item2 {
    cursor: pointer;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 25px;
    padding: 30px 0;
    border-bottom: 1px solid #E2ECF0;
    text-align: center;
    color: #E2ECF0;
    width: 100%;
}

.header__nav-item:first-child {
    margin-left: 0;
}

.header__nav-item:hover {
    transform: scale(1.3);
}

.header__contacts {
    margin-top: 7px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    color: #E2ECF0;
}

.header__burger-contacts .phones__a1 img {
    width: 15px;
    height: 19px;
}

.header__burger-contacts {
    display: none;
    margin-top: 20px;
}

.burger {
    display: none;
    margin-top: 15px;
    margin-right: 20px;
}

.close {
    display: none;
}


/*start 1 block --------------------------------------------------------*/
.start {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #1C2329;
}

.start__container {
    display: flex;
    justify-content: space-between;
}

.start__left-part {
    max-width: 590px;
}

.start__left-part__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #E2ECF0;
    margin-top: 200px;
}

.text__another-color {
    color: #FF6642;
}

.start__left-part__text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #E2ECF0;

    margin-top: 35px;
}

.start__left-part__button {
    margin-top: 30px;
}

.start__left-part__button__btn {
    border: 0;
    padding: 23px 40px;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 17px;
    line-height: 20px;
    color: #F5F5F5;
    background: rgba(255, 102, 66, 0.9);
    box-shadow: 0 4px 50px rgba(255, 102, 66, 0.5);
    border-radius: 100px;
    transition: 300ms;
    cursor: pointer;
}

.start__left-part__button__btn:hover {
    color: #FF6642E5;
    background: #F5F5F5;
    box-shadow: 0 4px 55px rgba(245, 245, 245, 0.5);
}

.start__right-part {
    position: relative;
}

.start__right-part__before {
    position: absolute;
    display: flex;
    left: -50px;
    top: 15px;
}

.start__right-part__after {
    position: absolute;
    display: flex;
    right: 0;
    top: -30px;
}

.start__right-part__before__text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #E2ECF0;
    margin-right: 6px;
}

.start__right-part__after__text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #E2ECF0;
    margin-left: 6px;
}


.main {
    /*overflow-y: hidden;*/
}

.vector {
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    top: 0;
    height: 9940px;
}

.vector_1 {
    width: 1px;
    right: 10.5%;
    border: 1px solid #E2ECF0;
}

.vector_2 {
    width: 1px;
    left: 10.5%;
    border: 1px solid #E2ECF0;
}

.vector_3 {
    width: 2px;
    right: 42.8%;
    background-image: url("../images/Vector_1.png");
}

.vector_4 {
    width: 2px;
    left: 42.8%;
    background-image: url("../images/Vector_1.png");
}

.vector_5 {
    width: 2px;
    right: 49%;
    background-image: url("../images/Vector_2.png");
}

.vector_6 {
    width: 2px;
    left: 49%;
    background-image: url("../images/Vector_2.png");
}

.vector_7 {
    width: 0;
    left: 8.5%;
    border: 1px dashed #E2ECF0;
}

.vector_8 {
    width: 1px;
    right: 8.5%;
    border: 1px dashed #E2ECF0;
}

/*advantages 2 block --------------------------------------------------------*/
.advantages {
    padding: 120px 0;
}

.advantages__title {
    text-align: center;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    letter-spacing: 0.03em;
    color: #1E3044;
    margin-bottom: 50px;
}

.advantages__cards {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 40px;
}

.advantages__cards__item {
    display: flex;
    align-items: center;
}

.advantages__cards__item__image {
    margin-right: 10px;
}

.advantages__cards__item__text {
    max-width: 260px;
    text-align: center;
    color: #1E3044;
}

.advantages__cards__item__text__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 10px;
}

.advantages__cards__item__text__body {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
}


/*services 3 block --------------------------------------------------------*/
.services {
    padding-bottom: 120px;
}

.services__container {
    position: relative;
}

.services__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #1E3044;
    margin-bottom: 50px;
    text-align: center;
}

.services__points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
}

.services__points__item {
    display: flex;
    align-items: center;
}

.services__points__item__circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 102, 66, 0.9);
    margin-right: 20px;
    filter: drop-shadow(0px 4px 30px rgba(255, 102, 66, 0.9));
}

.services__points__item__circle_black {
    position: absolute;
    top: 3.7px;
    left: 3.7px;
    width: 33px;
    height: 33px;
    background: transparent;
    border-radius: 50%;
    border: 4px solid #1E3044;
}

.services__points__item__text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    line-height: 130%;
    color: #1E3044;
    max-width: 950px;
}

.services__clarify {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #1E3044;
    max-width: 414px;
    padding: 27px 40px;
    background: rgba(255, 102, 66, 0.9);
    box-shadow: 0 4px 100px rgba(255, 102, 66, 0.5);
    border-radius: 25px;
}


/*feedback 4 block --------------------------------------------------------*/

.feedback {
    padding-bottom: 120px;
    overflow-x: hidden;
}

.feedback__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feedback__slider {
    position: relative;
}

.slick-track {
    display: flex;
    align-items: flex-start;
    overflow-x: hidden;
    height: 100%;
}

.slick-list {
    height: 500px;
    width: 900px;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    list-style: none;
    margin: 0 5px;
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 102, 66, 0.5);
    border-radius: 50%;
    border: 0;
}

.slick-active button {
    background-color: rgba(30, 48, 68, 0.5);
}

.slick-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    font-size: 0;
    height: 250px;
    width: 250px;
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.slick-arrow.slick-prev {
    left: -45%;
}

.slick-arrow.slick-next {
    right: -45%;
}

.feedback__slider-element {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    filter: blur(7.5px);
    transform: translateY(-60px) scale(0.65);
}

.feedback__slider-element.slick-center {
    transform: translateY(60px) scale(1);
    filter: blur(0)
}

.feedback__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    color: #1E3044;
    margin-bottom: 50px;
}

.feedback__cards {
    display: flex;
}

.feedback__slider__item {
    width: 588px;
    box-sizing: border-box;
    background: rgba(255, 102, 66, 0.9);
    border-radius: 30px;
    padding: 50px 78px 34px 78px;
}

.feedback__slider__item__name {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
    color: #1E3044;
    margin-bottom: 20px;
}

.feedback__slider__item__hr {
    width: 228px;
    margin: 0 auto;
    border: 1.5px solid #1E3044;
}

.feedback__slider__item__date {
    opacity: 0.7;
    margin: 20px 0 10px 14px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: #1E3044;
}

.feedback__slider__item__text {
    font-family: 'Gilroy-Regular', sans-serif;
    min-height: 174px;
    font-size: 18px;
    line-height: 120%;
    color: #1E3044;
}

.feedback__slider__item__info {
    opacity: 0.7;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 10px;
    line-height: 120%;
    text-align: right;
    color: #1E3044;
}

.feedback__slider__item__stars {
    text-align: center;
    margin-top: 10px;
}


/*mechanic__image 5 block --------------------------------------------------------*/
.mechanic__image {
    background-image: url("../images/mechanic.png");
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    min-width: 100%;
    height: 860px;
}

/*what-is-this 6 block --------------------------------------------------------*/
.what-is-this {
    padding: 120px 0;
}

.what-is-this__container {
    display: flex;
    flex-direction: column;
}

.what-is-this__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 115%;
    text-align: center;
    color: #1E3044;
    margin-bottom: 50px;
}

.what-is-this__main {
    position: relative;
    display: grid;
    grid-template-columns: 483px 690px;
    grid-template-rows: 110px 110px 123px;
    grid-row-gap: 10px;
    grid-column-gap: 25px;
}

.what-is-this__main__item {
    background: rgba(255, 102, 66, 0.9);
    border-radius: 30px;
    padding: 30px;
    position: relative;
}

.what-is-this__main__item:first-child {
    grid-row: 1 / 4;
    padding: 57px 30px;
}

.what-is-this__main__item:nth-child(2) {
    grid-row: 1 / 3;
}

.what-is-this__main__item:nth-child(3) {
    grid-row: 3 / 4;
}

.what-is-this__main__item__text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    color: #1E3044;
}

.what-is-this__main__item:first-child > .what-is-this__main__item__text {
    font-size: 23px;
    line-height: 130%;
}

.what-is-this__main__item:nth-child(2) > .what-is-this__main__item__text {
    line-height: 130%;
}

.what-is-this__main__item__num {
    position: absolute;
    background: rgba(255, 102, 66, 0.8);
    width: 30px;
    height: 30px;
    border: 1px solid rgba(30, 48, 68, 0.8);
    color: rgba(30, 48, 68, 0.8);
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    font-size: 17px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 900;
    top: -11px;
    left: -11px;
}


.what-is-this__short {
    margin: 40px 0;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #1E3044;
}

.what-is-this__short-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 23px;
    line-height: 27px;
    color: #1E3044;
    background: rgba(255, 102, 66, 0.9);
    box-shadow: 0 4px 100px rgba(255, 102, 66, 0.5);
    border-radius: 30px;
    padding: 30px;
    max-width: 866px;
    align-self: center;
}

/*stages block --------------------------------------------------------*/
.stages {
    padding-bottom: 120px;
}

.stages__container {
    display: flex;
    flex-direction: column;
}

.stages__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #1E3044;
    margin-bottom: 70px;
    text-align: center;
}

.stages__block {
    margin-bottom: 60px;
}

.stages__block-title {
    text-align: center;
    font-size: 40px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    color: #1E3044;
    margin-bottom: 60px;
}

.stages__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
}

.stages__item {
    display: flex;
    align-items: center;
}

.stages__item__circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 102, 66, 0.9);
    margin-right: 20px;
    filter: drop-shadow(0px 4px 30px rgba(255, 102, 66, 0.9));
}

.stages__item__circle_black {
    position: absolute;
    top: 3.7px;
    left: 3.7px;
    width: 33px;
    height: 33px;
    background: transparent;
    border-radius: 50%;
    border: 4px solid #1E3044;
}

.stages__item__text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 30px;
    line-height: 130%;
    color: #1E3044;
    max-width: 1089px;
}

.stages__clarify {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 23px;
    color: #1E3044;
    max-width: 906px;
    padding: 40px 50px;
    background: rgba(255, 102, 66, 0.9);
    box-shadow: 0 4px 100px rgba(255, 102, 66, 0.5);
    border-radius: 30px;
    align-self: center;
    margin-top: 20px;
}

/*form 7 block --------------------------------------------------------*/
.form {
    padding: 50px 0;
    background: #1C2329;
    position: relative;
}

.form__another-image-form {
    display: none;
}

.form__main {
    max-width: 827px;
    margin: 0 auto;
}

.form__left-image {
    position: absolute;
    top: 85px;
    left: 0;
}

.form__right-image {
    position: absolute;
    top: 85px;
    right: 0;
}

.form__main__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #E2ECF0;
    margin-bottom: 40px;
}

.form__main__main {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.footer-form {
    display: grid;
    grid-template: 1fr 1fr/ 1fr 180px;
    align-items: center;
    justify-items: center;
    column-gap: 80px;
}

.name {
    grid-row: 1/2;
}

.number {
    grid-row: 2/3;
}

.input {
    width: 320px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E2ECF0;
    outline: none;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: #E2ECF0;
    padding: 15px 20px;
}

.input:first-child {
    margin-bottom: 10px;
}

.input::placeholder {
    color: #E2ECF0;
}

.form__main__main__button__btn {
    cursor: pointer;
    width: 180px;
    height: 180px;
    line-height: 140%;
    background: rgba(255, 102, 66, 0.9);
    border-radius: 90px;
    border: 0;
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #F5F5F5;
    box-shadow: 0 4px 100px rgba(255, 102, 66, 0.5);
    box-sizing: border-box;
    padding: 0 50px;
    transition: 300ms;
    grid-row: 1/3;
}

.form__main__main__button__btn:hover {
    color: #FF6642E5;
    background: #F5F5F5;
    box-shadow: 0 4px 55px rgba(245, 245, 245, 0.5);
}


/*photo 8 block --------------------------------------------------------*/
.photo {
    padding: 120px 0 110px 0;
}

.photo__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 130%;
    text-align: center;
    color: #1E3044;
    margin-bottom: 40px;
}

.mySwiper {
    max-width: 1200px;
    height: 670px;
    padding-bottom: 30px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.swiper-slide img {
    max-width: 1080px;
    height: 630px;
    object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 1px !important;
    left: auto;
    width: 50px;
    height: 50px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 1px !important;
    right: auto;
    width: 50px;
    height: 50px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    stroke: #FF6642;
    transition: all 300ms ease;
}

.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    stroke: #1E3044;
}

:root {
    --swiper-navigation-size: 30px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 102, 66, 0.9);
    opacity: 0.5;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    background: #1E3044;
}


/*map 9 block --------------------------------------------------------*/
.map {
    padding: 50px 0;
    margin-bottom: 40px;
    background-color: #1C2329;
}

.map__container {
    overflow-x: hidden;
    margin: 0 auto;
}

.map__second__title {
    display: none;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #E2ECF0;

}

.map__map {
    position: relative;
}

.map__address {
    background: #1C2329;
    border-radius: 5px;
    padding: 50px 0;
    width: 384px;
    position: absolute;
    top: 120px;
    left: 120px;
}

.map__address__title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #E2ECF0;
    margin-bottom: 35px;
}

.map__address__post-title {
    font-family: 'Gilroy-Medium', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #E2ECF0;
    margin: 10px 0 5px 45px;
}

.map-text {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 14px;
    color: #E2ECF0;
    margin-left: 45px;
    width: 158px;
    line-height: 120%;
}

.map__address__phones__mts__num, .map__address__phones__a1__num {
    width: 127px;
}

.map__address__address__text {
    width: 213px;
}


/*footer --------------------------------------------------------*/
.footer {
    background: #1C2329;
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: 400;
    color: #E2ECF0;
    padding: 34px 0 40px 0;
}

.footer__container {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 132px 184px;
}

.logo__svg2 {
    display: none;
}

.footer__rights {
    justify-self: right;
    font-weight: 250;
    font-size: 14px;
    color: rgba(226, 236, 240, 0.59);
    opacity: 0.8;
    grid-column: 2/3;
    margin-right: 145px;
}

.footer__right-content {
    display: flex;
    align-items: center;
    justify-self: right;
}

.footer__right-content__with-us {
    font-weight: 250;
    color: rgba(226, 236, 240, 0.75);
    font-size: 14px;
    justify-self: right;
}

.footer__right-content__contacts {
    justify-self: right;
}

.go-up {
    display: none;
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    right: 100px;
    bottom: 80px;
    background: rgba(255, 102, 66, 0.9);
    opacity: 0.8;
    -webkit-transition: .3s ease; /* Safari and Chrome */
    -moz-transition: .3s ease; /* Firefox 4 */
    -o-transition: .3s ease; /* Opera */
    z-index: 10000;
}

.go-up svg {
    position: relative;
    top: calc(50% - 13px);
    left: calc(50% - 20px);
}

.go-up:hover {
    transform: scale(1.15);
}

.success__message {
    display: none;
    max-width: 289px;
    margin: 0 auto;
    color: #F5F5F5;
    text-align: center;
    font-size: 14px;
    font-family: 'Gilroy-Regular', sans-serif;
    padding: 15px 40px;
    border-radius: 100px;
    opacity: 0.8;
    background: rgba(255, 102, 66, 0.90);
    box-shadow: 0 4px 50px 0 rgba(255, 102, 66, 0.50);
    position: fixed;
    bottom: 50px;
    left: calc(50% - 145px);
    z-index: 99;
}

.form-pop-up {
    padding: 70px 45px;
    display: none;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #E2ECF0;
    background-color: #1C2329;
    position: fixed;
    left: calc(50% - 200px);
    top: calc(50% - 247px);
}

.form-pop-up__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.form-pop-up__close svg {
    fill: #E2ECF0;
    transition: all 500ms ease;
}

.form-pop-up__close:hover svg {
    fill: #525456;
}

.form-pop-up__title {
    color: #E2ECF0;
    text-align: center;
    font-size: 25px;
    font-family: 'Gilroy-Bold', sans-serif;
    max-width: 311px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.75px;
    margin-bottom: 45px;
}

.form-pop-up form {
    display: flex;
    flex-direction: column;
    max-width: 320px;
}

.pop-up__form__button {
    margin-top: 60px;
    padding: 23px 40px;
    border-radius: 100px;
    background: rgba(255, 102, 66, 0.90);
    box-shadow: 0 4px 50px 0 rgba(255, 102, 66, 0.50);
    color: #F5F5F5;
    font-size: 17px;
    font-family: 'Gilroy-Regular', sans-serif;
    border: 0;
    cursor: pointer;
    transition: all 500ms ease;
}

.pop-up__form__button:hover {
    background: #F5F5F5;
    box-shadow: 0 4px 50px 0 rgba(245, 245, 245, 0.50);
    color: rgba(255, 102, 66, 0.90);
}

/* Добавление логотипа инстраграмма*/

.header__contacts {
    display: flex;
    flex-direction: row;
}

.inst_logo {
    margin-top: 5px;
    margin-right: 42px; 
}

div.burger_inst {
    display: flex;
    margin-top: 36px;
    justify-content: center;
}

.burger_inst a {
    height: 32px;
}