
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.affix.header-1.black-header #main-menu .navbar .nav > li.current > a {
    border-color: rgb(255 255 255) !important;
}
.logo-row {
    width: auto;
}

.logo-img {
    height: 60px;
}
.logo-2 {
    padding: 15px 0 15px 0;
}

.header.no-transparent .logo-2 {
    padding: 15px 0 15px 0;
}

.affix.header-1 #main-menu .navbar .nav > li.current > a {
    margin-bottom: 13px;
    padding: 30px 3px 5px 3px;
    border-color: rgba(75,78,83,.5);
}

.affix.header-1 #main-menu .navbar .nav > li > a {
    margin-bottom: 13px;
    padding: 30px 3px 5px 3px;
}

.affix .cd-header-buttons {
    top: 20px;
}

.fes2-main-text-cont {
    margin: 65px auto !important;
    padding: 23px 0px 23px 0px !important;
    max-width: 720px !important;
}
.mb-d20{
    margin-bottom: -20px;
}
.mb-d0{
    margin-bottom: 0px !important;
}
.p-110-cont {
    padding-top: 110px;
    padding-bottom: 0px !important;
}

.p-55-cont {
    padding-top: 55px;
    padding-bottom: 55px;
}


#main-menu .navbar .nav > li > a {
    padding: 38px 3px 20px 3px;
    margin: 0 12px -4px 12px;
}

.center-custom{
    display: flex;
    justify-content: space-between;
}



.fes2-main-text-cont2 {
    margin: 65px auto !important;
    padding: 145px 50px 140px 50px;
    max-width: 500px;
}

.custom-catalog{
    width: 100%;
    height: 645px;
}

.menu-contact-info {
    background-color: #4b4e53;
    padding: 0;
    color: #fff;
    border-left: 1px solid #585a5f;
    border-right: 1px solid #585a5f;
}

.contact-form-cont {
    position: relative;
    max-width: 85%;
    padding: 0px 0px 0px 95px;
}



.category-cont{
    border: 1px solid #30323647!important;
    border-radius: 35px;
    padding: 17px 0px 11px 0px;
}

.category-border{
    margin-bottom: -1px;
    border-bottom: 1px solid #eee;
}

.mr-29{
    margin-right: 29px;
}

.fes2-text-cont{
    font-family: 'Exo 2', sans-serif !important;
}

.pr-100{
    padding-right: 100px;
}

.pr-10{
    padding-right: 10px;
}

input, textarea, select, .login-select, .controled {
    min-width: 70% !important;
    max-width: 75% !important;
}

.button.medium.thin {
    padding: 5px 41px 5px 41px !important;
    margin-top: 6px;
}
.pt-110-b-30-cont {
    padding-top: 20px;
    padding-bottom: 30px;
}
.border-r-25{
    border-radius: 25px;
}

.affix .cd-search {
    height: 86px!important;
}

.flex-custom{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.radius-r-l {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}


.sticky {
    position: fixed;
    top: 79px;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    -webkit-transition: background .4s ease, height .5s ease;
    -o-transition: background .3s ease, height .4s ease;
    transition: background .3s ease, height .4s ease;
}

.placeholder {
    display: none;
    height: 0;
}