
/*TOP*/
#top {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 15px solid #EDEFF1;
    position: relative;
}

.logobox {
    display: block;
}

header .logo {
    float: left;
    margin: 20px 20px 0;
}

header .title {
    font-family: "Gugeshashvili2";
    color: #001F3F;
    font-size: 26px;
    float: left;
    line-height: 78%;
    margin: 33px -10px 0;
}

.social-networks li {
    font-family: "Verdana";
    margin-left: 15px;
    font-size: 14px;
    list-style-type: none;
    font-style: italic;
    float: left;
}

.social-networks a {
    color: #BDBDBD;
    text-decoration: none;
}

.social-networks #facebook a:hover {
    color: #3b5998;
}

.social-networks #youtube a:hover {
    color: #F50000;
}

.social-networks #twitter a:hover {
    color: #1da1f2;
}

.social-networks #flickr a:hover {
    color: #ff0084;
}

/*Main Menu*/
.main-menu {
    margin: 0;
    padding: 0;
    background: #002D5D;
    height: 82px;
    z-index: 10;
}

.lang {
    background: #002042;
    width: 82px;
    height: 82px;
    font-family: "BebasNeueRegular";
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #FFF;
}

.lang:hover {
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-choose {
    transition: 0.4s;
    background: #002D5D;
    width: 82px;
    height: 82px;
    font-family: "BebasNeueRegular";
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    float: left;
    left: 0;
    top: 82px;
    position: absolute;
    z-index: 100;
}

.lang-choose:hover {
    background: #002042;
    width: 82px;
    height: 82px;
    font-family: "BebasNeueRegular";
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    left: 0;

}

.search-red {
    background: #6d0000;
    width: 82px;
    height: 82px;
    font-family: "BebasNeueRegular";
    display: none;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    float: left;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

.menu li {
    /*font-family: "BebasNeueRegular";*/
    font-family: "BebasNeue-Bold";
    /*margin: 12px 20px 0 0;*/
    font-size: 18px;
    float: left;
}

.menu a {
    color: #FFF;
    text-decoration: none;
    display: block;
    background: url(../img/menu_dot_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    /*padding-left: 18px;*/
}

.menu a:hover {
    background: url(../img/menu_dot_bg_hover.png);
    background-position: left;
    background-repeat: no-repeat;
}

.categories a {
    text-decoration: none;
    display: block;
    background: url(../img/menu_dot_cat_bg_hover.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.categories a:hover {
    background: url(../img/menu_dot_bg_hover_sec.png);
    background-position: left;
    background-repeat: no-repeat;
}

.searchbox {
    background-color: #353533;
    margin: 0;
    padding: 0;
}

.search {
    background: #9D1D1D;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search input {
    width: calc(100% - 65px);
    height: 82px;
    border: 0;
    background: #9D1D1D;
    font-family: "BebasNeueRegular";
    color: #FFF;
    font-size: 18px;
}

.search input:focus {
    background: none;
    padding-left: 0px;
}

.mobile-nav {
    display: none;
}

.main-menu-p {
    position: absolute;
    width: 100%;
}

#mainpage {
    padding-top: 50px;
}

img {
    max-width: 100%;
}

.menu-col, header.row, header .row, #slider .row {
    padding: 0;
    margin: 0;
}


/* BTN */
.btn-mod {
    font-family: "BebasNeueRegular";
    font-size: 20px;
    color: #fff;
    background-color: #062a51;
    border-radius: 0;
    padding: 6px 6px 6px 6px;
    padding-right: 35px;
    margin-left: 20px;
    width: calc(100% - 40px);
    background-image: url("../img/icons/arrow-btn.svg");
    background-size: 35px;
    background-position: right;
    background-repeat: no-repeat;
    border: 0;
}

.btn-mod:hover, .btn-mod:active, .btn-mod:focus {
    color: #fff;
    background-color: #062a51;
    border-radius: 0;
    padding: 6px 6px 6px 6px;
    padding-right: 35px;
    margin-left: 20px;
    width: calc(100% - 40px);
    background-image: url("../img/icons/arrow-btn.svg");
    background-size: 35px;
    background-position: right;
    background-repeat: no-repeat;
    border: 0;
}