@import "reset.css";
@import "fonts.css";

body{
    width: 100%;
    min-height: 1027px;
    background-color: #FFF;
    /*background-image:  url(../images/back_lviv.jpg);*/
    background-repeat: no-repeat;
}

.header{
    width: 79%;
    height: 56px;
    margin: 20px auto 80px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    position: relative;
}

.logo{
    width: 427px;
    height: 56px;
    flex-shrink: 0;
    background: url(../images/logo-black.jpg);
}

.header .top-menu{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    /*gap: 14px;*/
    /*width: 591px;*/
    /*height: 22px;*/
    /*!*margin-left: 116px;*!*/
    /*margin-top: 20px;*/
    /*color: white;*/
}

.header .top-menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .top-menu ul li{
    margin-right: 14px;
    color: #919191;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.header .top-menu ul li:hover{
    color: #FFF;
}

.header .top-menu ul li a{
    color: unset;
    text-decoration: unset;
}
.header .block_search_cart {
    position: absolute;
    top: 75px;
    right: -10px;
    display: flex;
    flex-direction: row;
}

.header .search {
    display: flex;
    align-items: center;
}
.header .search input {
    height: 25px;
}

.header .search svg, .header .cart svg{
    cursor: pointer;
}

.header_svg_hover {
    fill: #FD2016;
    transition: 0.3s;
}

.cart_is_not_empty {
    fill: #EC4626;
    transition: 0.3s;
}

.header .phone {
    /*margin-left: 89px;*/
    margin-top: 12px;
    color: #000;
    text-align: right;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.mob_menu__button {
    display: none;
    width: 50px;
    height: 50px;
    background: url("../images/mob_menu.svg") center no-repeat;
}

.header .mob_menu__social {
    display: none;
    flex-direction: row;
}

.main-page-first {
    width: 80%;
    margin: 80px auto 0;
    height: 758px;
    display: flex;
    position: relative;
}

.utp {
    color: #FFF;
    /*width: 714px;*/
    width: 48.6%;
    height: 408px;
    margin-top: 21px;
    /*margin-left: 12.5%;*/
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.utp__top {
    font-family: Manrope;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-left: 6px;
}

.utp__middle {
    font-family: Montserrat;
    font-size: 102px;
    font-weight: 700;
    line-height: 115px; /* 112.745% */
    margin-bottom: 31px;
    font-style: normal;
}

.utp__bottom {
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
    margin-left: 8px;
}

.send-request {
    width: 468px;
    height: 621px;
    flex-shrink: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    flex-direction: column;
    margin-left: 270px;
}

.send_request__title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 40px auto 0px;
}

.send_request__title span{
    color: #FD2016;
}

.send_request__line {
    width: 80%;
    height: 1px;
    margin: 30px auto;
    background: #000;
}

.send_request__block {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.send_request__block span {
    width: 333px;
    height: 54px;
    margin: auto;
}

.send_request__block h2 {
    margin-bottom: 25px;
    margin-left: 68px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.send_request__input {
    width: 80%;
    height: 45px;
    flex-shrink: 0;
    background: #D9D9D9;
    border: none;
    margin: 6px auto;
    padding-left: 22px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.send_request__input::placeholder {
    position: absolute;
    top: 10px;
    left: 22px;
    color: #646464;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.send_request__submit {
    margin: 25px auto;
    width: 265px;
    height: 59px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(180deg, #EC4626 0%, #FD2016 100%);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    border-style: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
}

.send_request__submit:hover {
    background: #B50D05;
}

.send_request__map {
    color: #1974DE;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.utp_photo {
    position: absolute;
    top: 320px;
    left: -50px;
    width: 72%;
    height: 65%;
    transform: rotate(3.045deg);
    flex-shrink: 0;
    background: url(../images/cardan.png) no-repeat;
    background-size: cover;
}

.services, .repair__what_we_doing, .shop, .search_container {
    margin: 0 auto;
    width: 80%;
    /*min-height: 1025px;*/
    flex-shrink: 0;
}

.services__header {
    margin-top: 15px;
    width: 90%;
    height: 172px;
}

.services__header .title {
    margin: 0;
    height: 110px;
    width: 828px;
    color: #FFF;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.services__header p {
    margin: 18px auto;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services__header p span {
    font-weight: 700;
    text-transform: capitalize;
}

.services__content {
    margin-top: 52px;
    width: 100%;
    height: 793px;
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-rcol {
    display: flex;
    flex-direction: column;
}

.flex-end {
    align-items: flex-end;
}

.service, .production .content {
    width: 25%;
    height: 251px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 31px;
    padding-left: 29px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.service__title {
    width: 216px;
    height: 72px;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.service__icon {
    position: relative;
    top: -30px;
    right: -240px;
    width: 30px;
    /*margin-top: -24px;*/
    /*margin-left: 260px;*/
}

.service__content {
    margin-top: 12px;
    width: 289px;
    height: 109px;
    flex-shrink: 0;
    color: #1C1924;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
}

.service__button {
    position: relative;
    bottom: 12%;
    right: -58%;
    width: 118px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #FD2016;
    background: #FFF;
    color: #B50D05;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    transition: .3s;
}

.service__button:hover {
    color: #FFF;
    font-weight: 700;
    background: #FD2016;
    transition: .5s;
}

.services__contact {
    width: 57.5%;
    color: #FFF;
}

.services__contact .title {
    margin-top: 7%;
    /*margin-left: 20%;*/
    color: #FFF;
    text-align: right;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.services__contact button {
    margin-left: 62%;
}

.pop_up_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.pop_up {
    width: 800px;
    /*height: 800px;*/
    background: #FFF;

}

.pop_up .title {
    margin-top: 48px;
    margin-left: 52px;
    color: #202020;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.pop_up .close {
    position: relative;
    top: 10px;
    left: 767px;
    width: 28px;
    height: 28px;
    background: url("../images/close-circle.svg");
    cursor: pointer;
}

.pop_up__content {
    width: 700px;
    margin-top: 48px;
    margin-left: 52px;
    color: #202020;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pop_up__content p, .diagnostic__what_cases p {
    margin-top: 24px;
}

.pop_up__content ul, .diagnostic__what_cases ul {
    margin-left: 40px;
}

.pop_up__content li, .diagnostic__what_cases li, .diagnostic__how_we_carry li, .balancing__content li {
    list-style-image: url('../images/group.svg');
}

.pop_up__images {
    width: 700px;
    margin: 48px auto;
    display: flex;
    justify-content: space-around;
}

.pop_up .send_request__map {
    margin-bottom: 40px;
}

.advantages {
    width: 80%;
    margin: 40px auto 20px;
    min-height: 733px;
}

.advantages__title {
    position: relative;
    top: 120px;
    left: 500px;
    height: 146px;
    width: 65%;
}

.advantages__title h2{
    color: #FFF;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.advantages__title p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.advantages__title p span {
    text-transform: capitalize;
    font-weight: 700;
}

.advantages__row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.advantage {
    width: 468px;
    height: 275px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.advantage__title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 25, 36, 0.84);
}

.advantage__title div{
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantage__icon {
    width: 48px;
    height: 48px;
    z-index: 1;
}

.advantage__one {
    width: 468px;
    height: 421px;
    flex-shrink: 0;
    background: url("../images/our_advantages_image_1.jpg") center no-repeat;
    background-size: cover;
}

.advantage__two {
    background: url("../images/our_advantages_image_2.jpg") center no-repeat;
    background-size: cover;
}

.advantage__three {
    background: url("../images/our_advantages_image_3.jpg") center no-repeat;
    background-size: cover;
}

.advantage__four {
    background: url("../images/our_advantages_image_4.jpg") center no-repeat;
    background-size: cover;
}

.advantage__five {
    background: url("../images/our_advantages_image_5.jpg") center no-repeat;
    background-size: cover;
}

.advantage__six {
    background: url("../images/our_advantages_image_6.jpg") center no-repeat;
    background-size: cover;
}

.title__one {
    position: relative;
    top: 256px;
    /*height: 180px;*/
    padding: 35px 57px;
}

.title__two {
    position: relative;
    top: 0px;
    left: 248px;
    width: 198px;
    height: 259px;
    padding: 16px 0 0 22px;
}

.title__three {
    position: relative;
    top: 178px;
    /*padding: 35px 57px;*/
    height: 97px;
}

.title__four {
    position: relative;
    top: 0px;
    width: 50%;
    height: 100%;
}

.icon__one {
    position: relative;
    top: 20px;
    left: 405px;
    background: url("../images/medal-star.svg");
}

.icon__two {
    position: relative;
    top: -65px;
    left: 405px;
    background: url("../images/like-tag.svg");
}

.icon__three {
    position: relative;
    top: 105px;
    left: 405px;
    background: url("../images/box-tick.svg");
}

.icon__four {
    position: relative;
    top: -250px;
    left: 20px;
    background: url("../images/setting_2.svg");
}

.icon__five {
    position: relative;
    top: 105px;
    left: 410px;
    background: url("../images/group_2.svg");
}

.icon__six {
    position: relative;
    top: -72px;
    left: 410px;
    background: url("../images/choice.svg");
}

.advantage__one .icon_one {
    position: relative;
    top: 65px;
    left: 405px;
    width: 48px;
    height: 48px;
    background: url("../images/medal-star.svg");
    z-index: 1;
}

.advantage .icon_two {
    position: relative;
    top: 165px;
    left: 405px;
    width: 48px;
    height: 48px;
    background: url("../images/like-tag.svg");
    z-index: 1;
}

.advantage__one .title_one {
    position: relative;
    top: -299px;
    width: 100%;
    height: 84px;
    background: rgba(28, 25, 36, 0.84);
    padding-top: 40px;
}

.advantage__one .title_one h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin-left: 40px;
}

.questions {
    width: 100%;
    height: 256px;
    background: #FFF;
    text-align: center;
    /*margin-left: -11%;*/
}

.questions h2 {
    color: #1C1924;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-top: 36px;
}

.questions p {
    color: #1C1924;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer_main {
    width: 100%;
    height: 742px;
    margin-top: 70px;
}

.footer_main__map {
    width: 100%;
    height: 439px;
    background: url("../images/footer_map.jpg") center no-repeat;
}

.footer_main__card {
    position: relative;
    top: -395px;
    left: 290px;
    width: 336px;
    height: 634px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 50px;
    padding-left: 72px;
}

.footer_main__card .logo {
    /*position: relative;*/
    /*top: 50px;*/
    /*left: 72px;*/
    width: 255px;
    height: 107px;
    flex-shrink: 0;
    background: url(../images/logo.jpg);
}

.footer_main__card .line {
    width: 71px;
    height: 0px;
    flex-shrink: 0;
    stroke-width: 3px;
    stroke: #FD2016;
    margin: 50px 0;
}

.footer__item {
    width: 290px;
    color: #1C1924;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 250% */
}

.footer__item span {
    font-weight: 500;
}

.footer__item .item__data {
    display: flex;
    justify-content: flex-start;
}

.footer__item .item__data img {
    margin-right: 10px;
}

.footer_main__title {
    position: relative;
    top: -550px;
    left: 770px;
    height: 140px;
    width: 680px;
    color: #FFF;
}

.footer_main__title span {
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.footer_main__title span span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px; /* 129.231% */
    text-transform: uppercase;
}

.footer_main__social {
    position: relative;
    top: -725px;
    left: 1310px;
    height: 40px;
    width: 290px;
    display: flex;
}

.social_icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    cursor: pointer;
}

.social_icon:hover {
    transition: background 0.4s ease;
}

.watsapp {
    background: url("../images/whatsapp.svg") no-repeat;
}

.viber {
    background: url("../images/viber.svg") no-repeat;
}

.telegram {
    background: url("../images/telegram.svg") no-repeat;
}

.facebook {
    background: url("../images/facebook.svg") no-repeat;
}

.instagram {
    background: url("../images/instagram.svg") no-repeat;
}

.tiktok {
    background: url("../images/tiktok.png") center no-repeat;
}

.watsapp:hover {
    background: url("../images/whatsapp_hover.svg") no-repeat;
}

.viber:hover {
    background: url("../images/viber_hover.svg") no-repeat;
}

.telegram:hover {
    background: url("../images/telegram_hover.svg") no-repeat;
}

.facebook:hover {
    background: url("../images/facebook_hover.svg") no-repeat;
}

.instagram:hover {
    background: url("../images/instagram_hover.svg") no-repeat;
}

.tiktok:hover {
    background: url("../images/tiktok_hover.svg") center no-repeat;
}

.arrow_up {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 90px;
    height: 90px;
    background: url("../images/arrow_up.svg") 70% 70% no-repeat;
    background-size: 70% 70%;
    transition: background-size 0.8s ease;
    cursor: pointer;
}

.arrow_up:hover {
    background-size: 100% 100%;
}

.diagnostic__photos, .prices__photos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diagnostic__photos img, .prices__photos img {
    margin: 20px;
}

.diagnostic__content, .diagnostic__what_cases, .production__content, .prices__content, .prices__content {
    width: 80%;
    color: #FFF;
    margin: 20px auto;
}

.diagnostic__content h1, .production__content h1, .prices__content h1, .shop .title h1 {
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 287.5% */
    text-transform: uppercase;
    margin: 30px 0px;
}

.diagnostic__content p, .production__content p {
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.diagnostic__content p span {
    font-weight: 700;
}

.diagnostic__what_cases, .balancing {
    color: #000;
    background-color: white;
}

.diagnostic__what_cases h2, .balancing__content h2 {
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 20px;
}

.diagnostic__what_cases p {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 20px;
}

.diagnostic__what_cases p span {
    font-weight: 700;
}

.diagnostic__what_cases button {
    margin: 36px 40%;
}

.diagnostic__how_we_carry {
    width: 80%;
    display: flex;
    flex-direction: column;
    color: #FFF;
    margin: 50px auto;
}

.diagnostic__how_we_carry .title {
    position: relative;
    top: 145px;
    left: 34%;
    width: 65%;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.diagnostic__how_we_carry .title h2 {
    font-family: Manrope;
    font-size: 40px;
    text-transform: uppercase;
}

.diagnostic__how_we_carry .title p {
    font-family: Montserrat;
    font-size: 18px;
}

.diagnostic__how_we_carry .title p span {
    font-weight: 700;
}

.how_we_carry__content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.how_we_carry__content .content {
    background: #1C1924;
    font-family: Montserrat;
}

.how_we_carry__content .content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 30px;
}

.how_we_carry__content .content ul {
    margin-left: 20px;
}

.how_we_carry__content .content li {
    font-size: 20px;
    font-weight: 500;
    text-transform: lowercase;
    margin-left: 30px;
}

.how_we_carry__content_one {
    display: flex;
    flex-direction: column;
    width: 32%;
    height: 810px;
    margin-right: 20px;
}

.diagnostic_how_we_carry__photo_1 {
    width: 100%;
    height: 275px;
    background: url("../images/diagnostic_how_we_carry_1.jpg") center no-repeat;
}

.how_we_carry__content_one .content {
    height: 100%;
}

.how_we_carry__content li {
    margin-top: 25px;
}

.how_we_carry__content_two {
    display: flex;
    flex-direction: row;
    width: 67%;
}

.diagnostic__questions {
    width: 80%;
    margin: 30px auto 40px;
    display: flex;
    align-content: center;
    align-items: center;
}

.diagnostic__questions h2{
    padding-top: 0;
    text-align: left;
    padding-left: 50px;
}

.diagnostic__questions p{
    text-align: left;
    padding-left: 50px;
}

.diagnostic__questions img {
    position: relative;
    top: 0px;
    left: 30px;
}

.footer-page {
    background: #FFF;
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-page__content {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-page h3 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.footer__social {
    display: flex;
}

.footer-page__card {
    display: none;
}

.photo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.photo img {
    width: 80%;
}

.repair__what_we_doing {
 height: unset;
}

.repair__what_we_doing .service__button {
    width: 175px;
    right: -27%;
}

.repair__what_we_doing .services__contact {
    width: 28.7%;
}

.repair__what_we_doing .services__contact button {
    margin-left: 25%;
}

.balancing {
    display: flex;
    width: 80%;
    margin: 20px auto;
}

.balancing__content {
    display: flex;
    flex-direction: column;
}

.balancing__content h2 {
    width: 70%;
    margin-top: 25px;
    margin-left: 30px;
}

.balancing__content .content {
    /*width: 67%;*/
    display: flex;
}

.balancing__content .content ul{
    margin-left: 40px;
    width: 50%;
}

.balancing__content .content li{
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
    margin-top: 24px;
}

.balancing .send_request__block {
    color: #FFF;
    width: 374px;
    height: 410px;
    border-radius: 16px;
    background: #292D32;
    text-align: center;
    font-family: Manrope;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px;
}

.balancing .send_request__block h3 {
    margin: 24px auto;
    width: 60%;
}

.balancing .send_request__block .send_request__line {
    width: 300px;
    height: 1px;
    background: #FFF;
    margin: 10px auto;
}

.balancing .send_request__block span, #pop_up_balancing span {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.balancing .send_request__block span span, #pop_up_balancing span span {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.balancing .send_request__block h4 {

    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px;

}

.balancing .send_request__block h4 a{
    text-decoration: none;
    color: #1974DE;
}

.production .content {
    position: relative;
}

.production .icon {
    position: absolute;
    top: 24px;
    left: 29px;
}

.production .description {
    margin-top: 20%;
    margin-left: 4px;
    width: 60%;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.production button {
    display: block;
    margin: 20px auto 40px;
}

.prices__content .price {
    height: 57px;
    background: rgba(253, 32, 22, 0.50);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.prices__content .price .first {
    width: 70%;
    padding-left: 30px;
}

.prices__content .price .second {
    width: 30%;
    height: 100%;
    background: rgba(41, 45, 50, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone_link, .email_link {
    text-decoration: none;
    cursor: pointer;
    color: unset;
    transition: .3s;
}

.phone_link:hover, .email_link:hover {
    color: #B50D05;
    transition: .3s;
}

.form_cart {
    color: #000;
}

.header_wrapper {
    width: 100%;
}

.myfixed {
    position: fixed !important;
    top: 0;
    background-color: #FFF !important;
    opacity: 1;
    padding-top: 0;
    /*height: 125px !important;*/
    /* line-height: 70px !important; */
    z-index: 999;
    align-items: center;
    justify-content: center;
}