.bg-morkva {
    background-color: #FF7701;
}
.bg-footer {
    background-color: #3e4047;
}
.text-morkva {
    color: #FF7701;
}
.text-black {
    color: #000;
}
.lead {
    font-size: 1.5rem;
}
.navbar-toggler-icon {
    color: #fff;
}

.dropdown-arrow:after, .dropdown-toggle:after {
    background: url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23ffffff' style='transform:rotate(180deg); transform-origin:center;'/></svg>");
    opacity: .8;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1.5em + 2px), calc(100% - 15px) calc(1.5em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;

    -moz-appearance: none;
    display: block;
    padding: 0.3rem;
    height: 2rem;
    width: 100%;
}

/* ====NAVBAR START==== */
.navbar__menu-item>span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7rem;
}
.navbar__menu-item:hover span {
    border-bottom: 2px solid #fff;
    line-height: 25px;
}
.span-activate {
    border-bottom: 2px solid #fff;
    line-height: 25px;
}
.item-border {
    border: 1px solid #fff;
}
.item-border:hover {
    background-color: #fff;
}
.item-border:hover span {
    color: #FF7701;
}
.navbar__label {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.navbar__label-phone {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
}
.navbar__label>i {
    color: #FF7701;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 700;
    padding-right: 6px;
}
.nav-item__padding {
    padding: 0 60px;
}
.navbar__label-country {
    margin-bottom: 5px;
    font-size: 14px !important;
    white-space: nowrap;

}
/* ====NAVBAR END==== */

/* ====FOOTER START==== */
.footer-brand {
    margin-bottom: 10px;
}
.footer-list {
    float: right;
    margin-top: 22px;
    margin-bottom: 10px;
}
.footer-msg {
    width: 100%;
    float: right;
    text-align: right;
    margin: 0;
}
/* ====FOOTER END==== */

/* ====LIST ARROW STYLE START==== */
.ul-arrow li {
    position: relative;
    padding-left: 15px;
}

.ul-arrow {
    list-style: none;
    padding-left: 15px;
}

.ul-arrow  li:before{
    content: '';
    position: absolute;
    border-right: 2px solid #FF7701;
    border-bottom: 2px solid #FF7701;
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}
/* ====LIST ARROW STYLE END==== */

/* ====STICKY START==== */
#sticky_block {
    height: fit-content;
    position: sticky;
    top: 90px;
    right: 0;
    float: right;
}
/* ====STICKY END==== */

/* ====IMAGE HOVER EFFECT START==== */
.product-block__main {
    overflow: hidden;
}
.product-block__wrapper {
    position: relative;
    overflow: hidden;
}
.product-block__image {
    transition: all .3s ease-in-out;
    position: relative;
    top: 0;
}
.product-block__main:hover .product-block__image {
    top: -6.5rem;
}
.product-block__text {
    transition: all .3s ease-in-out;
    background: #fff;
    position: absolute;
    padding: 1.5625rem 1.25rem;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
}
.product-block__main:hover .product-block__text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/* ====IMAGE HOVER EFFECT END==== */

/* ====CHECKBOX END==== */
.custom-control-label {
    line-height: 2;
    font-size: 0.9375rem;
}
.custom-control-label::before {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #F8F9FB;
    border: 1px solid #E1E1E3;
    border-radius: 0 !important;
}
.custom-control-label::after {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control {
    min-height: 2rem;
    padding-left: 2rem;
}
/* ====CHECKBOX START==== */

.without-margin {
    margin: 0;
}
.btn-beige {
    padding: 15px 30px;
    color: #fff;
    background-color: #FF7701;
    border-color: #FF7701;
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 2px;
    letter-spacing: 1.5px;
    -webkit-box-shadow: -1px 10px 22px -2px rgba(0,0,0,0.28);
    -moz-box-shadow: -1px 10px 22px -2px rgba(0,0,0,0.28);
    box-shadow: -1px 10px 22px -2px rgba(0,0,0,0.28);
    font-weight: 700;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
.btn-beige:hover {
    color: #fff;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-box-shadow: -1px 10px 22px -2px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 10px 22px -2px rgba(0,0,0,0.41);
    box-shadow: -1px 10px 22px -2px rgba(0,0,0,0.41);
}
.btn-beige__border {
    padding: 15px 30px;
    color: #000;
    background-color: transparent;
    border-color: #FF7701;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 2px;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}
.btn-beige__border:hover {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    color: #FF7701 !important;
}
.span-pre::after {
    content: "\A"; white-space: pre;
}
.heading-block {
    position: relative;
    margin-bottom: 30px;
}
.heading {
    font-weight: 500;
}
.text-center .heading::after {
    margin: 25px auto;
}
.heading::after {
    content: " ";
    border: solid 1px #f3c6a2;
    display: block;
    width: 70px;
    margin: 25px 0;
}
.block-icon {
    width: auto;
    height: 5rem;
}
.block-icon>h5 {
    font-weight: 700;
}
.container-service {
    margin: 0 auto;
}
.modern-card {
    width: 100%;
}
.div-right__image {
    background-image: url(/sound/img/index-s_4.jpg);
    background-size: cover;
    height: 40vh;
    width: 100%;
}
.div-left__background {
    background-color: #3e4047;
}
.contact-label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.border-left__gold {
    border-left: 1px solid #f8c6a1;
}
.form-control {
    border-radius: 0 !important;
    height: calc(3.626rem + 2px);
}
a {
color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
@media (max-width: 992px) {
    .nav-item__padding {
        padding: 0 1.125rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.125rem;
        padding-left: 1.125rem;
    }
    .navbar__label {
        font-size: 10px;
    }
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
/*====SAFARI FLEX====*/
/*.row {*/
    /*display:-webkit-flex;*/
    /*display:-webkit-box;*/
    /*display:-moz-flex;*/
    /*display:-moz-box;*/
    /*display:-ms-flexbox;*/
    /*display:flex;*/
/*}*/
/*====SAFARI FLEX END====*/

.link-icon {
    top: 7px;
    position: relative;
}
.link-icon-sm {
    top: 7px;
    position: relative;
    font-size: 21px;
}

.banner-text {
    background-color: rgba(0,0,0, 0.15);
    padding: 15px;
    border-radius: 2px;
}