body {
    font-family: 'Exo 2', sans-serif;
    padding-right: 0px !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

h1 {
    margin-bottom: 80px;
    font-weight: 900;
    width: 80%;
}

.desctopblock {
    font-size: 18px;
    line-height: 1.42;
    width: 80%;
}

.grad {
    background: linear-gradient(90deg, #FF4D00 0%, #FF0000 100%);
}

.rad {
    border-radius: 15px;
}

.upp {
    text-transform: uppercase;
}

.black {
    color: #303030;
}

.bg_black {
    background: #303030;
}

.bg_white {
    background: #fff;
}

.grey {
    background: #EEEEEE;
}

.orange {
    color: #FF8023;
}

.padb100 {
    padding-bottom: 100px;
}

.white {
    color: #fff;
}

.smallgrey {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
}

button,
button:hover {
    cursor: pointer;
}

.modal-content {
    background: #303030;
    color: #fff;
    border-radius: 15px;
}

.modal-content input {
    width: 100%;
    margin-bottom: 15px;
    height: 42px;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 15px;
}

.modal-content form button {
    background: linear-gradient(90deg, #FF4D00 0%, #FF0000 100%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 900;
    font-size: 18px;
    padding: 10px;
    margin-top: 15px;
    border: none;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    margin-top: 0px;
    border-radius: 15px;
}

.close,
.close:focus,
.close:hover {
    color: #fff;
    text-shadow: none;
}

.centblockmenu a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1) !important;
    padding: 0 15px;
}

.centblockmenu a:hover {
    color: #000 !important;
}

.right-block-top {
    text-align: right;
}

.teltop {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
}

.teltop:hover {
    color: #000;
    text-decoration: none;
}

.wrapmenutop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top-line {
    position: fixed;
    width: 100%;
    z-index: 100;
}

main {
    padding-top: 80px;
}

#top {
    background-image: url('../image/bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    background-attachment: fixed;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    background: #FF8023;
    color: #fff;
    border-radius: 100%;
    width: 44px;
}

#partfolio {
    background-image: url('../image/work.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#garantii {
    background-image: url('../image/center.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#map {
    min-height: 500px;
    width: 100%;
}

.btnmod {
    display: inline-block;
    text-align: center;
}

#partfolio .wrap-btn {
    margin-top: 12px;
}

#partfolio .wrap-btn .btnmod {
    width: 100%;
    padding-bottom: 26px;
    padding-top: 26px;
    font-weight: 900;
    font-size: 18px;
    background: radial-gradient(159.49% 159.49% at 50% 0%, #FF8023 0%, #FF0000 100%);
}

h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 36px;
}

.top-line {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-line {
    min-height: 50px;
}

.partfolioSwiper .swiper-slide {
    border: 10px solid #fff;
    border-radius: 15px;
}

.partfolioSwiper .swiper-slide img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.wrap-item-left-block {
    background: #fff;
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
}

.left-block {
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.item-left-block {
    border: 1px solid #DADADA;
    padding: 15px 20px;
    text-align: center;
}

.item-left-block img {
    margin-bottom: 10px;
}

.item-left-block span {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
}

button {
    box-shadow: none;
}

h3 {
    margin-top: 40px;
}

.padtop100 {
    padding-top: 100px;
}

.nav-tabs {
    border-bottom: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.nav-tabs>li a.nav-link {
    border-radius: 15px;
    padding: 15px 15px;
    text-align: center;
    width: 100%;
    color: #303030;
    font-weight: 900;
    line-height: 22px;
    font-size: 18px;
    background: #fff;
}

.nav-tabs>li a.nav-link.active,
.nav-tabs>li a.nav-link:hover {
    background: radial-gradient(133.54% 133.54% at 50.02% 0%, #FF8023 0%, #FF0000 100%);
    color: #fff;
}

.tab-content {
    margin-top: 25px;
    border-radius: 15px;
    background-color: #fff;
}

.wrap-content-tab>div {
    width: 50%;
}

.tab-left {
    padding-top: 60px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 60px;
    position: relative;
}

.tab-right {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    z-index: 10;
}

.tab-left h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.42;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #303030;
}

.price-tab {
    color: #FF8023;
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.contenttab {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background: #fff;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 10;
}

.wrap-content-tab {
    position: relative;
    z-index: 9;
}

.wrap-btn-tab {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}

.wrap-btn-tab>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-weight: 900;
    color: #fff !important;
}

.wrap-content-tab:after {
    content: "";
    position: absolute;
    left: 0;
    height: 70px;
    bottom: 0px;
    width: calc(50% + 20px);
    background: linear-gradient(90deg, #FF4D00 0%, #FF0000 100%);
    border-bottom-left-radius: 15px;
}

.arki {
    background-image: url(../image/arki.jpg);
}

.porog {
    background-image: url(../image/porog.jpg);
}

.long {
    background-image: url(../image/long.jpg);
}

.podram {
    background-image: url(../image/podram.jpg);
}

.dni {
    background-image: url(../image/dni.jpg);
}

.stak {
    background-image: url(../image/stak.jpg);
}

.anti {
    background-image: url(../image/anti.jpg);
}

.wrap-content-tab {
    display: flex;
    overflow: hidden;
}


/* Аккардион */

.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-body {
    background: white;
}

.accordion-header {
    padding: 26px 42px;
    color: white;
    cursor: pointer;
    font-size: .7em;
    letter-spacing: .1em;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 900;
}

.accordion__item {
    margin-bottom: 20px;
    border-radius: 15px;
}

.accordion__item .accordion__item {}

.accordion-header:hover {
    position: relative;
    z-index: 5;
}

.accordion-body {
    background: #fff;
    color: #353535;
    display: none;
    border-left: 5px solid #303030;
    border-right: 5px solid #303030;
    border-bottom: 5px solid #303030;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 400px;
}

.accordion-body__contents {
    padding: 1.5em 1.5em;
}

.accordion:first-child>.accordion__item>.accordion-header {
    border-bottom: 1px solid transparent;
}


/*
.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}
*/

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535;
}

@media screen and (max-width: 767px) {
    .wrap-content-tab {
        flex-wrap: wrap;
    }
    .tab-left {
        border-bottom-right-radius: 15px;
        border-top-left-radius: 0px;
    }
    .accordion {
        width: 100%;
    }
    .accordion__item {
        margin-bottom: 12px;
        border-radius: 15px;
    }
    .accordion-body {
        font-size: 16px;
        line-height: 18px;
    }
}

.wrap-form-btn {
    margin-top: 20px;
}

form .vopr {
    background: linear-gradient(273.1deg, #FF0000 -19.69%, #FF8023 120.24%);
}

.zagh3 {
    font-size: 30px;
    line-height: 1.42;
    font-weight: 900;
}

#descform>* {
    height: 50px;
    border-radius: 15px;
}

#descform input {
    background-color: #fff;
    padding: 10px 15px;
    border: none;
    box-shadow: none;
    outline: none;
    height: 50px;
    color: #777;
    margin-bottom: 10px;
}

#descform button {
    border: none;
    box-shadow: none;
    outline: none;
    height: 50px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.wrap-row-gerantia>.left-block>div:last-child {
    margin-bottom: 0px;
}

.wrap-row-gerantia {
    display: flex;
    flex-wrap: nowrap;
}

.wrap-garantia {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.garantia-god {
    padding-left: 100px;
}

.garantia-god h2 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.center-garantia {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 1.42;
}

.bottom-garantia-wrap {
    padding: 10px;
    position: relative;
    margin-top: 40px;
}

.garantia-inner {
    padding: 25px 150px 25px 35px;
    border: 1px solid #DADADA;
}

.bottom-garantia-number {
    position: absolute;
    background: linear-gradient(180deg, #FF4D00 0%, #FF0000 100%);
    border-radius: 20px;
    right: 40px;
    color: #fff;
    text-align: center;
    min-width: 90px;
    top: -40px;
}

.bottom-garantia-number span:first-child {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-garantia-number span:last-child {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.bottom-garantia-zag {
    color: #303030;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
}

.bottom-garantia-text {
    color: #303030;
    line-height: 1.42;
}

.wrap-row-gerantia.mobile {
    display: none;
}

.wrap-row-gerantia.desktop {
    display: flex;
}

.wrap-plashka {
    position: relative;
}

.plashka {
    position: absolute;
    right: 15px;
    padding: 20px 5px 10px 5px;
    top: 90px;
}

.plashka table {
    padding: 15px 5px;
}

.wrap-plashka td {
    color: #fff;
    padding: 5px 10px;
}

.wrap-plashka td a {
    color: #fff;
}

.footer {
    position: relative;
    min-height: 400px;
}

#map {
    min-height: 400px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.wrap-btn-plashka a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-weight: 900;
    font-size: 18px;
    padding: 10px;
    margin-top: 15px;
}

.wrapbtntopblock {
    margin-top: 60px;
}

.wrapbtntopblock a {
    background: linear-gradient(90deg, #FF4D00 0%, #FF0000 100%);
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 25px;
    border-radius: 15px;
    margin-right: 7px;
}

@media(max-width: 991px) {
    .wrap-row-gerantia.mobile {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrap-row-gerantia.desktop {
        display: none;
    }
    .mobile .garantia-god {
        padding-left: 0px;
    }
    .wrap-row-gerantia.mobile h2 {
        margin-bottom: 30px;
        text-align: center;
    }
    .wrap-row-gerantia.mobile .center-garantia {
        margin-bottom: 30px;
        text-align: center;
    }
    .wrap-row-gerantia.mobile .left-block {
        max-width: 100%;
        width: 100%;
    }
    .wrap-row-gerantia.mobile .wrap-left-block {
        width: 100%;
    }
    .wrap-row-gerantia.mobile .item-left-block span {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 14px;
        text-align: center;
        justify-content: center;
    }
    .wrap-row-gerantia.mobile .bottom-garantia-wrap {
        padding: 10px;
        position: relative;
        margin-top: 80px;
    }
}

@media(min-width: 768px) {
    #descform {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }
    .partfolioSwiper>div {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .partfolioSwiper>div img {
        max-width: 100%;
        height: auto;
    }
}

@media(max-width: 991px) {
    .center-block-top {
        display: none;
    }
    h1 {
        margin-bottom: 80px;
        font-weight: 900;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .desctopblock {
        font-size: 18px;
        line-height: 1.42;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapbtntopblock {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 767px) {
    #map {
        position: relative;
    }
    .wrap-plashka {
        position: relative;
        width: 100%;
        max-width: 100%;
        background: #303030;
    }
    .plashka {
        position: relative;
        right: auto;
        padding: 20px 5px 10px 5px;
        top: 0;
        left: 0;
        width: 100%;
    }
    body .wrapmenutop {
        flex-wrap: nowrap;
    }
    .top-line {
        padding-right: 15px;
        padding-left: 15px;
    }
    .wrapmenutop>div {
        width: auto;
    }
    .teltop {
        font-size: 18px;
        line-height: 22px;
    }
    .smallgrey {
        margin-bottom: 0px;
    }
    .wrap-content-tab:after {
        width: 100%;
        border-bottom-right-radius: 15px;
    }
    .center-block-top {
        display: none;
    }
    .tab-right {
        order: 1;
        width: 100% !important;
        min-height: 280px;
    }
    .tab-left {
        order: 2;
        width: 100% !important;
    }
    .contenttab {
        border-bottom-right-radius: 15px;
    }
    .wrap-content-tab::after {
        /* z-index: 10; */
    }
    .tab-content {
        background-color: transparent;
    }
    .tab-content>div {
        display: block !important;
        margin-bottom: 30px;
        opacity: 1;
    }
    #top {
        padding-top: 50px;
    }
    .padtop100 {
        padding-top: 100px;
    }
    h2 {
        margin-top: 50px;
        margin-bottom: 50px;
        line-height: 36px;
        font-size: 30px;
    }
    h3 {
        margin-top: 20px;
    }
    .nav-tabs {
        display: none;
    }
    .tab-left {
        padding-top: 30px;
        margin-top: -15px;
    }
    .padb100 {
        padding-bottom: 50px;
    }
    #partfolio .wrap-btn .btnmod {
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: 700;
        font-size: 16px;
    }
    .accordion-header {
        padding: 12px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 900;
    }
    .accordion-body {
        font-size: 16px;
    }
}

@media(max-width: 495px) {
    .zagh3 {
        font-size: 22px;
    }
    .wrap-row-gerantia.mobile .garantia-inner {
        padding: 25px 25px 25px 35px;
    }
    .wrap-row-gerantia.mobile .bottom-garantia-zag {
        margin-bottom: 30px;
        padding-right: 100px;
        line-height: 1.1;
    }
    h1 {
        margin-bottom: 40px;
        font-weight: 900;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        font-size: 24px;
    }
    .desctopblock {
        font-size: 16px;
        line-height: 1.42;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .wrapbtntopblock {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .wrapbtntopblock a {
        margin-left: auto;
        margin-right: auto
    }
    .wrapbtntopblock span {
        width: 100%;
        display: flex;
        margin-top: 7px;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 395px) {
    #descform input {
        width: 100%;
    }
    .accordion-header {
        font-size: 16px;
        line-height: 1.42;
        font-weight: 700;
    }
    .accordion-body {
        font-size: 16px;
    }
    .wrap-row-gerantia.mobile .bottom-garantia-number {
        position: absolute;
        background: linear-gradient(180deg, #FF4D00 0%, #FF0000 100%);
        border-radius: 20px;
        right: 25px;
        color: #fff;
        text-align: center;
        min-width: 90px;
        top: -35px;
    }
    .wrap-row-gerantia.mobile .bottom-garantia-wrap {
        margin-top: 60px;
    }
}

header .logo img {
    max-width: 220px;
}

.logfoot img {
    max-width: 220px;
}

.tfoot {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.wrap-boot-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.telfoot {
    text-align: right;
}

.telfoot a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

header .social__item img {
    max-width: 30px;
    margin-right: 3px;
}

.bottom-line .social__item img {
    max-width: 30px;
    margin-right: 3px;
}

.mobilenav {
    display: none;
}

@media(max-width: 992px) {
    .bottom-line .telfoot {
        display: none;
    }
    .tfoot {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .tfoot span {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bottom-line .icfoot>.icons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
}

@media(max-width: 767px) {
    main {
        padding-top: 52px;
    }
    .idicon {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .idicon .icfoot img {
        max-width: 45px;
        margin-left: 7px;
        margin-right: 7px;
    }
    .idicon .icfoot .icons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrap-boot-line>div {
        width: 100%;
    }
    .wrap-boot-line {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 0;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 62px;
    }
    .tfoot {
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        margin: 20px 0 10px 0;
    }
    .wrapmenutop {
        display: none;
    }
    nav.mobilenav .mlico {
        max-width: 135px;
    }
    .mobilenav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    nav.mobilenav input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }
    #menu-icon,
    #menu-icon:before,
    #menu-icon:after {
        background: #1d1f20;
        border-radius: 0.05em;
        height: 0.1em;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }
    #menu-icon {
        display: inline-block;
        margin: 0.4em 0;
        max-width: 2em;
        position: relative;
    }
    nav.mobilenav label #menu-icon {
        float: right;
    }
    #menu-icon:before,
    #menu-icon:after {
        content: '';
        left: 0;
        position: absolute;
    }
    #menu-icon:before {
        top: -0.6em;
    }
    #menu-icon:after {
        bottom: -0.65em;
    }
    nav.mobilenav input[type=checkbox]:checked+label #menu-icon {
        background: transparent;
    }
    nav.mobilenav input[type=checkbox]:checked+label #menu-icon:before {
        top: 0;
        transform: rotate(-45deg);
    }
    nav.mobilenav input[type=checkbox]:checked+label #menu-icon:after {
        bottom: 0;
        transform: rotate(45deg);
    }
    nav.mobilenav input:checked~#overlay {
        background: #fff;
        bottom: 0;
        left: 0;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        z-index: -1;
    }
    .mmenub a {
        color: #303030;
        text-decoration: none;
        font-weight: 600;
        font-size: 25px;
        line-height: 24px;
        margin-bottom: 50px;
        text-align: right;
        display: inline-block;
        width: 100%;
    }
    body .top-line {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobilenav label {
        width: 100%;
        margin-bottom: 0px;
    }
    #menu-icon {
        margin-top: 15px;
    }
    nav.mobilenav ul {
        font-size: 1.5em;
        list-style: none;
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }
    nav.mobilenav .icons {
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }
    nav.mobilenav .tel-mob-menu {
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }
    nav.mobilenav .adr-mobmenu {
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }
    nav.mobilenav .wrapbtnmobmenu {
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }
    nav.mobilenav input:checked~.icons {
        opacity: 1;
        min-height: inherit;
        overflow: inherit;
        height: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    nav.mobilenav .social__item img {
        max-width: 40px;
        margin-right: 0px;
        margin-left: 10px;
    }
    nav.mobilenav input:checked~ul {
        max-height: inherit;
        opacity: 1;
    }
    nav.mobilenav input:checked~ul.mmenub {
        margin-top: 100px;
    }
    nav.mobilenav input:checked~.tel-mob-menu {
        margin-top: 20px;
        max-height: inherit;
        opacity: 1;
        font-size: 26px;
    }
    nav.mobilenav .icons .social__item {
        float: right;
    }
    nav.mobilenav input:checked~.tel-mob-menu .teltop {
        font-size: 24px;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    nav.mobilenav .teltop {
        text-align: right;
    }
    nav.mobilenav input:checked~.adr-mobmenu {
        margin-top: 20px;
        max-height: inherit;
        opacity: 1;
        text-align: right;
        font-size: 15px;
    }
    nav.mobilenav input:checked~.wrapbtnmobmenu {
        margin-top: 60px;
        max-height: inherit;
        opacity: 1;
        margin-bottom: 30px;
    }
    nav.mobilenav input:checked~.wrapbtnmobmenu a {
        background: linear-gradient(90deg, #FF4D00 0%, #FF0000 100%);
        border-radius: 15px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
        color: #fff;
        font-weight: bolder;
    }
    #menu-icon {
        cursor: pointer;
    }
    nav.mobilenav .container {
        padding: 0px;
    }
}

.mobile_bar {
    display: none;
}

.bar_button {
    width: 20%;
    display: flex;
    justify-content: center;
}

.bar_button img {
    width: 50px;
    height: 50px;
}

@media(max-width: 767px) {
    .mobile_bar {
        position: fixed;
        bottom: 0;
        width: 100vw;
        display: flex;
        justify-content: space-around;
        background-color: #ffffff;
        box-shadow: 0px -55px 33px 0px rgb(118 118 118 / 21%);
        padding: 6px;
        z-index: 99;
    }
}
.dev_promo a{
    color: #ff691d !important;
    text-decoration: underline;
}