
body {
    font-family: "Open Sans", sans-serif;
    color: #141414;
  }
  
a {
    color: #141414;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:hover {
    text-decoration: none;
    color: #ED1C24;
}
.nav-link:focus, .nav-link:hover {
    color: #ED1C24;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Inter", sans-serif;
}

.container {
    max-width: 1440px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	height: 80px;
    background: #fff;
    transition: all 0.5s;
}
.logo {
    display: block;
    font-size: 33px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.logo img {
    height: 56px;
    transition: all ease-in-out .4s;
}
.li-contants__item.li-contants__city {
    width: max-content;
    border-bottom: 2px dotted #ed1c24;
    float: right;
    line-height: 1;
    margin-bottom: 3px;
    margin-right: 23px;
}
.li-contacts img {
    padding-left: 5px;
}
.li-contants__item {
    text-align: right !important;
    display: block !important;
    letter-spacing: 1.2px !important;
}
.li-contants__tel {
    color: #ED1C24;
    font-weight: bold !important;
    font-family: 'Inter' !important;
}
.li-contants__mail svg {
    position: relative;
    top: -1px;
}
.li-contacts {
    justify-items: end;
    display: grid;
}
.bi-geo-alt {
    position: absolute;
    top: 0px;
    right: -19px;
}
@media (max-width: 1360px) {
    .logo img {
        height: 42px;
    }
}
@media (max-width: 768px) {
    .logo img {
        height: 38px;
    }
    .header.header-scrolled  {
        height: 48px;
    }
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
    height: calc(100vh - 68px);
    max-height: 659px;
    background: #141414;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.hero-bg-2 {
    position: absolute;
    bottom: -68px;
    right: 15px;
}
.hero-bg-2:after {
    content: '';
    background: #000000a6;
    top: 0px;
    left: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.hero-block > .section__tittle {
    font-size: 36px;
    line-height: 36px;
}
.hero-img {
    height: 100%;
}
.hero-img img {
    height: 100%;
}
.hero-block > .setion__name {
    margin-bottom: 10px;
}
.btn-red {
    display: inline-block;
    border-radius: 0px;
    background: #ED1C24;
    text-align: center;
    letter-spacing: 2.975px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-style: normal;
    padding: 18px 25px 18px 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;   
    color: #FFFFFF; 
    transition: all ease-in-out 0.4s;  
}
.btn-red:hover {
    color: #FFFFFF;  
    box-shadow: 0px 0px 10px #ed1c24;
}
.hero-block {
    margin-right: 68px;
    padding: 68px 100px 68px 68px;
    background: #fff;
    margin-top: 10%;
    z-index: 1111;
    margin-bottom: 30px;
}
.hero-bottom {
    position: relative;
}
.hero-bottom img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
@media (max-width: 1180px) {
    #hero {
        height: auto;
        max-height: none;
    }
}
@media (max-width: 992px) {
    .hero-img img {
        width: 600%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .hero-block {
        margin-right: 0px;
        padding: 30px 20px;
    }
    .hero-bottom {
        justify-content: center !important;
    }
    .hero-block > .section__tittle {
        font-size: 24px;
        line-height: 28px;
    }
}
/*--------------------------------------------------------------
# Social-navbar
--------------------------------------------------------------*/
#social-navbar {
    height: 64px;
    padding: 0px;
}
#social-navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#social-navbar ul li {
    padding-right: 40px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#navbar {
    padding: 0;
}
#navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#navbar li {
    position: relative;
}
#navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
#navbar-social a, #navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-weight: 400;
    transition: 0.3s;
    position: relative;
    font-size: 15px;
    letter-spacing: 1.8px;
    font-family: Open Sans, sans-serif;
}
#navbar a i, #navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

#navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
#navbar .dropdown ul li {
    min-width: 200px;
  }
#navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
 }
 #navbar .dropdown ul a i {
    font-size: 12px;
  }
#navbar .dropdown ul a:hover, #navbar .dropdown ul .active:hover, #navbar .dropdown ul li:hover > a {
    color: #106eea;
 }
#navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
#navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1360px) {
    #navbar a {
        letter-spacing: 1.4px;
    }
    #navbar > ul > li {
        white-space: nowrap;
        padding: 10px 0 10px 10px;
    }
}
@media (max-width: 1140px) {
    .bi-geo-alt {
        top: 4px;
    }
    #navbar .li-contacts {
        position: absolute;
        top: 10px;
        display: grid;
        line-height: 30px;
        justify-items: start;
    }
    #navbar > ul > li {
        padding: 10px 0 10px 18px;
    }
    #navbar a {
        letter-spacing: 2px;
    }
    #navbar ul {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 70px;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 0px;
  right: 15px;
  padding-top: 125px !important;
  bottom: 15px;
  left: 0px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #f1f1f1;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li a:hover  {
  color: #ED1C24;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.mobile-nav-toggle {
    display: none;
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 20;
    height: 28px;
    width: 28px;
    outline: none;
    cursor: pointer;
    align-items: center;
}
.mobile-nav-toggle span,
.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 2.5px;
    background: #000000;
    border-radius: 20px;
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile-nav-toggle span::before {
    top: -8px;
}
.mobile-nav-toggle span::after {
    top: 8px;
}
.mobile-nav-toggle.active > span {
    background: transparent;
}
.mobile-nav-toggle.active > span::before, .mobile-nav-toggle.active > span::after {
    background: #000;
    top: 0px;
}
.mobile-nav-toggle.active > span::before {
    transform: rotate(-225deg);
}
.mobile-nav-toggle.active > span::after {
    transform: rotate(225deg);
}
.li-contants__item svg {
    fill: #000;
}    
@media (max-width: 1140px) {
    #hero {
        margin-top: 68px;
    }
    .header {
        height: 68px;
    }
    .li-contants__city {
        float: left !important;
        border-bottom: 2px dotted #fff !important;
        margin-bottom: 10px !important;
    }
    .li-contants__city:hover {
        border-bottom: 2px dotted #ed1c24 !important;
    }
    .mobile-nav-toggle {
      display: flex;
    }
    .li-contants__item svg {
        margin-left: 5px;
        text-align: center;
        fill: #fff;
    }    
}
@media (max-width: 768px) {
    .header-scrolled  .mobile-nav-toggle {
        top: 11px;
    }
    .li-contants__item  {
        font-size: 18px !important;
    }
}
/*--------------------------------------------------------------
# Advantage
--------------------------------------------------------------*/
.setion__name {
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 2.7625px;
    text-transform: uppercase;
    color: #ED1C24;
    margin-bottom: 17px;
    display: block;
}
#advantage .section__tittle {
    max-width: 600px;
}
.section__tittle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 53px;
    line-height: 1.2;
    color: #141414;   
    margin-bottom: 24px;
}
#advantage {
    padding-top: 135px;
    padding-bottom: 100px;
    background: #EBEBEB;
}
.section__content p {
    font-size: 17px;
}
.section__desc ul {
    padding: 0px;
    padding-left: 20px;
}
.section__desc ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.section__desc ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    background: #ED1C24;
    left: 0px;
    top: 12px;
}
.hidden {
    display: block !important;
}
#btn-show {
    border: 0px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
    padding: 0px;
    color: #000;
}
#btn-show:focus {
    outline: none;
}
#btn-show svg {
    transform: rotate(180deg);
    animation: all ease .4s;
    position: absolute;
    top: 1px;
    right: -24px;
}

#btn-show.show svg {
    transform: rotate(0deg);
    top: 3px;
}
@media (max-width: 768px) {
    #advantage {
        padding: 40px 0;
    }
    .section__tittle{
        font-size: 28px;
    }
    .section__desc ul {
        padding: 0px;
    }
    .section__desc ul li {
        font-size: 16px;
    }
    .section__desc ul li:before {
        top: 9px;
    }
}
/*--------------------------------------------------------------
# Info
--------------------------------------------------------------*/
#info {
    position: relative;
}
#info:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 207px;
    left: 0px;
    right: 0px;
    background: #ebebeb;
}
.btn-black {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 34px;
    background: #222;
    color: #fff;
    padding: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 26px;
    line-height: 26px;
    z-index: 1;
    display: flex;
    height: 68px;
    justify-content: center;
    align-items: center;
}
.card-body {
    padding: 0px;
}
.card {
    border: 0px;
    margin: 0 auto;
}
.card-body img {
    width: 100%;
    margin-bottom: 60px;
}

.card-body:after {
    content: "";
    height: 102px;
    width: 206px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    background: #ED1C24;
    z-index: 0;
}
span.swiper-pagination-bullet {
    background-color: #BABABA;
    height: 11px;
    width: 11px;
    border-radius: 0px;
    margin: 0 8px !important;
    opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000  
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin: 33px 0;
}
.mySwiper {
    padding-bottom: 100px;
}

@media (max-width: 768px) {

}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    padding-bottom: 20px;
}
.about__item h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    /* position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; */
}
.about__item {
    padding-top: 30px;
    padding-bottom: 60px;
}
/* .about__item img {
    height: auto;
}
.about__item-1 img {
    width: 100px;
}
.about__item-2 img {
    width: 120px;
}
.about__item-3 img {
    width: 97px;
}
.about__item-4 img {
    width: 175px;
}
.about__item-5 img {
    width: 147px;
}
#about .btn {
    width: 300px;
} */
.img-block {
    height: 130px;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .img-block {
        height: 90px;
    }
    .about__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .square {
        margin: 10px 0 20px;
    }
    .about__item h4 {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .about__item img {
        height: 80px;
        width: auto;
    }
    #about .btn {
        width:  auto;
        margin-top: 0px;
    }
}

/*--------------------------------------------------------------
# Prices
--------------------------------------------------------------*/
#prices {
    background: #EBEBEB;
    padding: 70px 0;
}
.price-item {
    text-align: center;
    margin-top: 100px;
}
.price {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 88px; 
    line-height: 1;
}
.price .rub {
    font-family: "Inter";
    font-weight: 400;
    font-size: 36px;
}
.price-item h4 {
    font-family: "Inter";
    font-weight: 400;
    font-size: 32px;
    color: #ED1C24;
}
.price-item__desc {
    font-size: 15px;
    max-width: 300px;
    margin: 0 auto;
}
.price-item__tittle {
    color: #ed1c24;
    font-size: 20px;
}
@media (max-width: 768px) {

    #prices {
        padding: 30px 0;
    }
    .price {
        font-size: 48px;
    }
    .price-item {
        margin-top: 30px;
    }
    .price-item h4 {
        font-size: 22px;
    }
}
/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
#contacts {
    padding: 100px 0;
    color: #333;
}
.contacts-block__tittle {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 28px;
}
.adress {
    font-size: 18px;
}
.contacts-block {
    padding: 0px 60px;
}
.contacts-block__links {
    font-size: 18px;
    display: grid;
}
.contacts-block__links a {
    color: #333;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.contacts-block__links a:hover {
    color: #ed303d;
}
.contacts-block__links .tel svg {
    height: 20px;
    position: absolute;
    left: 0px;
    top: 5px;  
    width: 20px; 
}
.contacts-block__links .vk svg {
    height: 24px;
    position: absolute;
    left: -2px;
    top: 3px;    
    width: 24px;
    fill: #0d47a1;
}
.contacts-block__links .email svg {
    position: absolute;
    top: 7px;
    height: 20px;
    width: 20px;
    left: 0px;
}
@media (max-width: 768px) {
    #contacts {
        padding: 20px 0 0 0;
    }  
    .contacts-block {
        padding: 20px 20px 10px 20px;
    }
    .contacts-block__tittle {
        font-size: 22px;
    }
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#navbar-bottom {
    height: 90px;
}
#navbar-bottom ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#navbar-bottom a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-weight: 400;
    transition: 0.3s;
    position: relative;
    font-size: 14px;
    letter-spacing: 2.76px;
    font-family: Open Sans, sans-serif;
}

#navbar-bottom ul li {
    margin: 0 20px;
}

@media (max-width: 992px) {
    #navbar-bottom ul li {
        margin: 0 5px;
    }    
    #navbar-bottom {
        padding: 10px 0px;
    }
}
@media (max-width: 768px) {
    #navbar-bottom ul {
        display: block;
    }
    #navbar-bottom ul li {
        margin: 10px 0;
    }   
    #navbar-bottom {
        height: inherit;
    }
    #footer {
        margin-bottom: 40px;
    }
}
/*--------------------------------------------------------------
# Modal popup
--------------------------------------------------------------*/
.overlay {
    opacity: 0;
    visibility: hidden;
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 20;
    transition: .3s all;
 }
 .modal {
    height: auto;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
    text-align: center;
    padding: 50px 30px 30px 30px;
    background-color: #fff;
    transition: 0.3s all;
 }

 .modal.active,
 .overlay.active{
    opacity: 1;
    visibility: visible;
    display: block;
 }
 .modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #444;
    cursor: pointer;
 }
 @media (max-width: 768px) {
    .modal {
        padding: 50px 15px 40px 15px;
    }
    .col.form-group {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row.form-group {
        margin-right: -10px;
        margin-left: -10px;
    }
 }
 /*--------------------------------------------------------------
# Modal form
--------------------------------------------------------------*/
.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
}
.php-email-form .error-message br + br {
    margin-top: 25px;
}
.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
}
.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.php-email-form .form-group {
    margin-bottom: 20px;
}
.php-email-form input, .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}
/* .php-email-form input:focus, .php-email-form textarea:focus, .php-email-form select:focus {

} */
.php-email-form input {
    padding: 10px 15px;
}
.php-email-form textarea {
    padding: 12px 15px;
}
.form-control {
    height: 46px;
    border-radius: 0px;
}
@-webkit-keyframes animate-loading {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
 /*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999999;
    background: #fff;
}
.spinner5 {
    position: fixed;
    width: 50px;
    height: 50px;
    top: calc(50% - 50px/2);
    left: calc(50% - 50px/2);
}
.spinner5 .cube1, .spinner5 .cube2 {
    background-color: #ED1C24;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}
.spinner5 .cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}
@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
        transform:translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);
        transform:translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);
        transform:translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform:rotate(-360deg);transform:rotate(-360deg)
    }
} 
@keyframes cubemove {
    25% {
        -webkit-transform:translateX(42px) rotate(-90deg) scale(.5);
        transform:translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);
        transform:translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);
        transform:translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform:rotate(-360deg);transform:rotate(-360deg)
    }
} 
 /*--------------------------------------------------------------
# Bottom nav
--------------------------------------------------------------*/
#bottom-nav {
    padding: 0 20px;
    height: 40px;
    background: #ffffffb3;
}
#bottom-nav a {
    display: block;
    padding: 0px 15px;
}
#bottom-nav .bi.bi-whatsapp {
    height: 22px;
    width: 22px;
    fill: #43d854
}
#bottom-nav  .bi.bi-telephone-fill {
    height: 18px;
    width: 18px;
}
#bottom-nav .bi.bi-envelope-fill {
    height: 18px;
    width: 18px;
}
