::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333333;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #333333;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #333333;
}
:-moz-placeholder { /* Firefox 18- */
    color: #333333;
}

.left-column {
    display: flex;
    align-items: center;
    margin-right: auto;
}
.right-column {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.desktop-view {
    display:block!important;
}
.mobile-view {
    display:none!important;
}

.row-m-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.col-p-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.row-m-30 {
    margin-left: -30px;
    margin-right: -30px;
}

body, html {
    background-color: #F5F5F5;
   /*overflow-x: hidden!important;*/
}
body, wrapper {
    min-height:100vh;
}

.modal-backdrop {
    background-color: #ffffff;
}


/*==================================*/

header nav {
    display: flex;
    padding: 25px 35px 22px 35px;
}

.logo-plezneala {
    background-image: url("../images/Logo_Plesneala.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 133px;
    height: 40px;
}

header .mobile-menu {
    position: relative;
    overflow: hidden;
    background: #D7DF23;
    width: 100%;
    height: 0;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    transition: 500ms ease;
}
header .mobile-menu ul {
    padding: 20px;
    list-style: none;
}
header .mobile-menu ul li {
    margin-bottom: 20px;
}
header .mobile-menu ul li a {
    position: relative;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #979C17;
}
header .mobile-menu ul li.active a {
    color: #333333;
}
header .mobile-menu ul li.active a:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 20px;
    background: #FFFFFF;
}
header .mobile-menu.show {
    height: 158px;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    transition: 500ms ease;
}
header .mobile-menu-icon {
    background-image: url("../images/icons/menu-icon.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    width: 24px;
    height: 18px;
}
header .mobile-menu .close-menu-icon {
    background-image: url("../images/icons/close-menu-icon.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}
header nav .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
header nav .menu li {
    display: inline-block;
    margin-left: 50px;
}
header nav .menu li a {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    padding-bottom: 29px;
    position: relative;
    text-decoration: none!important;
}
header nav .menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #D7DF23;
    width: 100%;
    height: 0;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    transition: 500ms ease;
}
header nav .menu li a:hover:after {
    height: 10px;
}
header nav .menu li.active a {
    color: #333333;
}
header nav .menu li a:hover {
    color: #D7DF23;
}
header nav .menu li.active a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #D7DF23;
    width: 100%;
    height: 10px;
}

main {
    padding: 0 50px!important;
}
main .navbar {
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    margin-left: -50px;
    margin-right: -50px;
    padding: 0 50px;
    height: 60px;
    background-image: url(../images/fundal_meniu.svg);
    background-size: 60px 60px;
    background-position: center center;
    background-repeat: repeat;
}
main .navbar h2 {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
}
main .navbar .nav-pills {
    margin: 18px 0 0 0!important;
    padding: 0!important;
}
main .navbar .nav-pills li {
    margin-right: 50px;
}
main .navbar .nav-pills li a {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    padding-bottom: 16px;
}
main .navbar .nav-pills li a.active {
    background-color: transparent;
    color: #333333;
}
main .navbar .nav-pills li a:hover {
    color: #25AAE1;
}
main .navbar .nav-pills li a.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #25AAE1;
    width: 100%;
    height: 10px;
}
main .navbar .nav-pills li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #25AAE1;
    width: 100%;
    height: 0;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    transition: 500ms ease;
}
main .navbar .nav-pills li a:hover:after {
    height: 10px;
}

main .navbar .dropdown.period button {
    background-color: transparent!important;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #666666!important;
    box-shadow: none!important;
}
main .navbar .dropdown.period .dropdown-toggle::after {
    background-image: url("../images/icons/arrow-dropdown.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    margin-left: 20px;
    width: 10px;
    height: 5px;
    position: relative;
    top: 2px;
    z-index: 1005;
    -webkit-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -ms-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}
main .navbar .dropdown.period.show .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
main .navbar .dropdown.period .dropdown-menu {
    left: auto;
    right: -20px;
    top: -10px;
    min-width: 305px;
    background: #FFFFFF;
    box-shadow: 2px 2px 0px #CCCCCC;
    padding: 9px 20px 14px 20px;
    border-radius: 0;
    border: 0;
}
main .navbar .dropdown.period .dropdown-menu h6 {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    margin-top: 0;
    margin-bottom: 8px;
}
main .navbar .dropdown.period .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px -10px -5px;
}
main .navbar .dropdown.period .dropdown-menu li {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    display: inline-block;
    padding: 0 10px;
    background: #F5F5F5;
    margin: 0 5px 10px 5px;
    cursor: pointer;
}
main .navbar .dropdown.period .dropdown-menu li.active {
    color: #FFFFFF;
    background: #25AAE1;
}




main .tab-content h1 {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #999999;
    margin: 25px 0;
}
main .tab-content .project,
main .brands-section .brand {
    position: relative;
    margin-bottom: 45px;
    /*margin-bottom: 50px;*/
    /*padding-bottom: 21%;*/
    /*height: 350px;*/
}
main .tab-content .project::after,
main .brands-section .brand::after {
    content: "";
    display: block;
    padding-bottom: 65.2%;
}
main .tab-content .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 0;*/
    /*height: 0;*/
    display: block;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: 350ms ease-out 350ms;
    -moz-transition: 350ms ease-out 350ms;
    transition: 350ms ease-out 350ms;
}
main .tab-content .animated.go .box {
    width: 100%;
    /*height: 350px;*/
}
main .tab-content .bg-white {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 30px;
    /*width: calc(100% - 60px);*/
    /*height: 350px;*/
    padding-bottom: 68.88%;
    background-color: #FFFFFF;
}
main .tab-content .box:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 0px #CCCCCC;
    -webkit-transition: 350ms ease;
    -moz-transition: 350ms ease;
    transition: 350ms ease;
}
main .tab-content .box:hover:after {
    box-shadow: none;
}

main .tab-content .box .box-image,
main .box-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

main .tab-content .box .info {
    opacity: 0;
    padding: 19px 15px 19px 20px;
    -webkit-transition: 350ms ease;
    -moz-transition: 350ms ease;
    transition: 350ms ease;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow: hidden;
}
main .tab-content .box .info:after {
    content: '';
    position: absolute;
    width: 131px;
    height: 100%;
    background-image: url(../images/icons/repeating-linear-bg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
    bottom: 0;
    right: 0;
}
main .tab-content .box .info:before {
    content: '';
    position: absolute;
    width: calc(100% - 131px);
    height: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 1;
    bottom: 0;
    left: 0;
}
main .tab-content .box:hover .info {
    opacity: 1;
}
main .tab-content .box .info .year {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 10;
}
main .tab-content .box .info h2 {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    margin: 0;
    position: relative;
    z-index: 10;
}


/**
 * ----------------------------------------
 * animation shadow-pop-br
 * ----------------------------------------
 */
/*.shadow-pop-br {*/
/*    -webkit-animation: shadow-pop-br-after 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;*/
/*    animation: shadow-pop-br-after 0.5s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;*/
/*}*/
.shadow-pop-br {
    /*-webkit-animation: shadow-pop-br-after 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;*/
    /*animation: shadow-pop-br-after 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;*/
}
.shadow-pop-br:hover {
    -webkit-animation: shadow-pop-br 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) alternate both;
    animation: shadow-pop-br 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) alternate both;
}
.shadow-pop-br.out {
    -webkit-animation: shadow-pop-br-after 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) alternate both;
    animation: shadow-pop-br-after 0.35s cubic-bezier(0.470, 0.000, 0.745, 0.715) alternate both;
}
@-webkit-keyframes shadow-pop-br {
    0% {
        -webkit-box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    100% {
        -webkit-box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        -webkit-transform: translateX(-20px) translateY(-20px);
        transform: translateX(-20px) translateY(-20px);
    }
}
@keyframes shadow-pop-br {
    0% {
        -webkit-box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    100% {
        -webkit-box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        -webkit-transform: translateX(-20px) translateY(-20px);
        transform: translateX(-20px) translateY(-20px);
    }
}

@-webkit-keyframes shadow-pop-br-after {
    0% {
        -webkit-box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        -webkit-transform: translateX(-20px) translateY(-20px);
        transform: translateX(-20px) translateY(-20px);
    }
    100% {
        -webkit-box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}
@keyframes shadow-pop-br-after {
    0% {
        -webkit-box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        box-shadow: 1px 1px #EC008C, 2px 2px #EC008C, 3px 3px #EC008C, 4px 4px #EC008C, 5px 5px #EC008C, 6px 6px #EC008C, 7px 7px #EC008C, 8px 8px #EC008C, 9px 9px #EC008C, 10px 10px #EC008C, 11px 11px #EC008C, 12px 12px #EC008C, 13px 13px #EC008C, 14px 14px #EC008C, 15px 15px #EC008C, 16px 16px #EC008C, 17px 17px #EC008C, 18px 18px #EC008C, 19px 19px #EC008C, 20px 20px #EC008C;
        -webkit-transform: translateX(-20px) translateY(-20px);
        transform: translateX(-20px) translateY(-20px);
    }
    100% {
        -webkit-box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        box-shadow: 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C, 0 0 #EC008C;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

main .team-section {
    margin-left: -50px;
    margin-right: -50px;
    background: #FFFFFF;
}
main .team-section > div {
    padding: 0;
}
main .team-section .content {
    padding: 0 50px;
}
main .team-section h3.title {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 67px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 0;
}
main .team-section h4.position {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
}
main .team-section .tags .tag {
    background: #F5F5F5;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px 15px;
    display: inline-block;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}
main .team-section p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    margin-bottom: 20px;
}

main .brands-section {
    padding-top: 50px;
    background: #F5F5F5;
}
/*main .brands-section > div {*/
/*    padding-left: 25px;*/
/*    padding-right: 25px;*/
/*}*/
/*main .brands-section .box {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-color: #FFFFFF;*/
/*    box-shadow: 2px 2px 0px #CCCCCC;*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    margin-bottom: 50px;*/
/*}*/

main .brands-section .box .box-image {
    background-size: 100%;
}

main .contact-section {
    text-align: center;
}
main .contact-section img {
    margin-top: 5px;
    margin-bottom: 30px;
}
main .contact-section p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #666666;
    margin: 0;
}
main .contact-section a {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 45px;
    color: #25AAE1!important;
    text-decoration: none!important;
    display: inline-block;
    margin: 20px 0;
}
main .contact-section p.small {
    font-size: 14px;
    line-height: 26px;
}

.modal-open .modal-project {
    padding-right: 0!important;
}

.modal-project .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}
.modal-project .modal-content {
    border: 0;
    border-radius: 0;
}
.modal-project .modal-body {
    padding: 0;
}
.modal-project .project-image {
    padding-left: 0;
    padding-right: 0;
}
.modal-project .project-image img {
    width: 100%;
}
.modal-project .back-to-projects {
    background: #FFFFFF;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 37px;
    color: #999999;
    padding: 27px 50px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
}
.modal-project .back-to-projects:hover {
    background-color: #25AAE1;
    color: #ffffff;
}
.modal-project .back-to-projects:hover i {
    background-image: url(../images/icons/back-arrow-icon-hover.png);
}
.modal-project .project-top-header-content {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex: 1 1 auto!important;
}
.modal-project .header-project-content {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
    padding: 25px 50px;
    position: relative;
    z-index: 2;
}
.modal-project .project-top-header-image img {
    width: 100%;
}
.modal-project .header-project-content h2 {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 67px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 0;
}
.modal-project .header-project-content h4 {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 0;
}
.modal-project .header-project-content p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    margin-bottom: 20px;
}
.modal-project .header-project-content .logo {
    text-align: right;
}
.modal-project .header-project-content .tags {
    margin-bottom: 5px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

body .tags a {
    text-decoration: none;
}

body .tags .tag:hover,
.modal-project .header-project-content .tags .tag:hover {
    background-color: #25AAE1;
    color: #ffffff;
    text-decoration: none;
}

.modal-project .header-project-content .tags .tag {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    background: #F5F5F5;
    color: #999999;
    padding: 5px 15px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}
.modal-project .project-top-header-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/linii_lateral.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 321px;
    height: 357px;
    display: block;
    z-index: 1;
}
.modal-project .project-top-header-content .hashtags {
    padding: 0 50px 25px 50px;
}
.modal-project .project-top-header-content .hashtags .hashtag {
    position: relative;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #25AAE1;
    display: inline-block;
}
.modal-project .project-top-header-content .hashtags .hashtag::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #25AAE1;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: width .15s ease-in;
}
.modal-project .project-top-header-content .hashtags .hashtag:hover::after {
    width: 100%;
}
.logo-plezneala-greyout {
    background-image: url("../images/Logo_Plesneala_greyout.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 200px;
    height: 60px;
}
.back-arrow-icon {
    background-image: url("../images/icons/back-arrow-icon.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    width: 6px;
    height: 12px;
    display: inline-block;
}
.modal-project .footer-modal {
    width: 100%;
    padding: 17px 50px!important;
    background-color: #FFFFFF;
}
.modal-project .footer-modal a {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #666666!important;
    text-decoration: none!important;
}



footer {
    padding: 17px 50px!important;
    background-color: #FFFFFF;
}
footer a {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #666666!important;
    text-decoration: none!important;
}


/* Feedback fixes */
header {
    background-color: #ffffff;
}

main .brands-section .brand .box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 0;*/
    /*height: 0;*/
    display: block;
    z-index: 10;
}

main .tab-content .project,
main .brands-section .brand {
    width: 20%;
}


@media (max-width: 1920px){
    main .tab-content .project,
    main .brands-section .brand {
        width: 25%;
    }
}

@media (max-width: 1400px){
    main .tab-content .bg-white {
        /*height: 300px;*/
    }
    main .tab-content .animated.go .box {
        /*padding-bottom: 78.88%;*/
    }
    main .tab-content .project,
    main .brands-section .brand {
        width: 33.33%;
    }
    main .brands-section .box img {
        max-width: 60%;
        max-height: 60%;
    }
    main .brands-section .box {

    }
}

@media (max-width: 992px){
    header {
        padding: 0!important;
    }
    header nav {
        padding: 10px 20px;
    }
    main {
        padding: 0 20px!important;
    }
    main .navbar {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px;
        overflow: auto;
    }
    main .navbar .nav-pills {
        width: max-content;
    }
    main .navbar .nav-pills li:last-child {
        margin-right: 20px;
    }
    main .navbar .right-column {
        display: none;
    }
    main .tab-content h1 {
        font-size: 18px;
        line-height: 34px;
        margin: 15px 0;
    }
    main .tab-content .project,
    main .brands-section .brand {
        margin-bottom: 40px;
    }



    footer {
        padding: 17px 20px !important;
    }
}
@media (max-width: 767px){
    html,
    body {
        overflow-x: hidden;
    }

    header .mobile-menu-icon {
        display: block;
    }
    main .tab-content .box {
        -webkit-animation: shadow-pop-br-after 0s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
        animation: shadow-pop-br-after 0s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        -webkit-animation-duration: unset;
        animation-duration: unset;
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
    }
    main .brands-section .brand {
        width: 100%;
    }
    main .tab-content .project {
        width: 100%;
        /*height: 250px;*/
        margin-bottom: 100px;
        /*-webkit-animation-delay: 0s;*/
        /*-moz-animation-delay: 0s;*/
        /*-o-animation-delay: 0s;*/
        /*animation-delay: 0s;*/
        /*-webkit-transition: none !important;*/
        /*-moz-transition: none !important;*/
        /*-o-transition: none !important;*/
        /*transition: none !important;*/
        /*-webkit-animation-duration: unset;*/
        /*animation-duration: unset;*/
        /*-webkit-animation-fill-mode: none;*/
        /*animation-fill-mode: none;*/
        /*-webkit-animation-name: none;*/
        /*animation-name: none;*/
        /*opacity: 1!important;*/
    }
    main .tab-content .box .info {
        opacity: 1;
        height: 75px;
        position: absolute;
        bottom: -75px;
        background: rgba(255,255,255,0.5);
    }
    main .tab-content .box:after {
        height: calc(100% + 75px);
    }
    main .tab-content .box .info h2 {
        font-size: 18px;
        line-height: 34px;
    }
    main .navbar h2 {
        font-size: 18px;
        line-height: 34px;
    }
    main .team-section h3.title {
        font-size: 24px;
        line-height: 45px;
    }
    main .team-section h4.position {
        font-size: 18px;
        line-height: 34px;
    }
    main .brands-section {
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    /*main .brands-section .box {*/
    /*    margin-bottom: 25px;*/
    /*}*/
    main .contact-section img {
        width: 60px;
    }
    .modal-project .project-top-header-image {
        padding-top: 60px;
    }
    .modal-project .back-to-projects {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        padding: 17px 35px;
    }
    .modal-project .header-project-content .logo {
        display: none;
    }
    .modal-project .header-project-content {
        padding: 20px 25px 5px 25px;
    }
    .modal-project .header-project-content h2 {
        font-size: 24px;
        line-height: 45px;
        margin-top: 5px;
    }
    .modal-project .header-project-content h4 {
        font-size: 18px;
        line-height: 34px;
    }
    .modal-project .project-top-header-content .hashtags {
        padding: 0 25px 25px 25px;
    }
    .modal-project .footer-modal {
        padding: 17px 20px !important;
    }
    .modal-project .project-top-header-content:after {
        background-image: url(../images/linii_lateral-mobile.svg);
        width: 170px;
        height: 146px;
    }
}


