@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}
.row {
    margin: 0 -10px;
}
.row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-new {
    background: #232323;
    color: #fff;
    padding: 49px 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1;
}
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 10px;
}
.footer-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-bottom a {
    color: #E66E13;
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-new-logo {
    margin-bottom: 19.5px;
    display: block;
}
.footer-new-slogan {
    max-width: 265px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}
.footer-new-slogan p {
    color: #E8E8E8;
    line-height: 1.4;
}
.footer-new-menu {
    margin-bottom: 30px;
}
.footer-new-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.footer-new-menu li {
    margin: 0 0 8px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-new-menu a {
    color: #fff;
}
.footer-new-contacts__title {
    margin: 0 0 16px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-new-contacts__address {
    display: flex;
    margin-bottom: 6px;
}
.footer-new-contacts__address p {
    text-align: left;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}
.footer-new-contacts__address svg, .footer-new-contacts__phone svg, .footer-new-contacts__email svg {
    display: block;
    margin-right: 4px;
    flex-shrink: 0;
}
.footer-new-contacts__phone, .footer-new-contacts__email, .footer-new-contacts__social {
    display: flex;
    margin-bottom: 6px;
    align-items: center;
}
.footer-new-contacts__phone a, .footer-new-contacts__email a {
    color: #fff;
}
.footer-new-contacts__phone a:hover, .footer-new-contacts__email a:hover {
    color: #fff;
}
.footer-new-contacts__social {
    margin-bottom: 46px;
}
.footer-new-contacts__social a {
    margin-right: 5px;
}
.topbar-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}
.topbar-new .logo {
    padding: 10px 0;
    width: auto;
}
.topbar-new a.logo img {
    margin: 0;
    max-height: 30px;
}
.topbar-new .loginbar {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    color: #000;
    align-items: center;
}
.topbar-new .loginbar li {
    display: flex;
    color: #000;
}
.topbar-new .loginbar li a {
    color: #000;
}
.topbar-new .loginbar svg {
    display: block;
    margin-right: 4px;
}
.topbar-new .loginbar .topbar-devider {
    height: 10px;
    width: 1px;
    background: #bbb;
    margin: 0 10px;
}
.header.new {
    border-bottom: 1px solid #eee;
}
.header-fixed .header.new.header-fixed-shrink {
    height: auto;
    position: sticky;
    top: 0;
    margin-top: 0;
}
.header.new > .container {
    display: block;
    margin-bottom: 0;
    position: relative;
}
.header-fixed .header.new.header-fixed-shrink > .container {
    margin: 0 auto;
}
.header-fixed .header.new.header-fixed-shrink .logo img {
    margin: 0 !important;
    max-width: 100%;
}
.header.new .mega-menu {
    border-top: none;
}
.header.new .navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
}
.header.new .navbar-nav::after, .header .navbar-nav::before {
    display: none;
}
.header.new .navbar-nav > li > a {
    color: #000;
}
.header.new .navbar-nav > li.first > a {
    margin-left: 0;
}
.header.new .navbar-nav > li.last > a {
    margin-right: 0;
}
.header.new .navbar-nav > li.last + li {
    display: none;
}
.header-fixed .header.new.header-fixed-shrink .navbar-nav > li > a {
    padding: 9px 15px 9px 0;
}
.header-fixed .header.new.header-fixed-shrink .dropdown > a:after {
    top: 9px;
}
@media (min-width: 992px) {
  .header .dropdown > a::after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .header .navbar-nav > li.dropdown > a {
    padding: 9px 15px 9px 0;
  }
}
.slider-inner .da-slider {
    border: none;
    background: #F5F5F5;
    height: 650px;
}
.da-slide h1, .da-slide h2 {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold !important;
    margin: 0;
    width: 50%;
    max-width: 540px;
}
.da-slide p {
    margin: 0;
    width: 50%;
}
.da-slide p a.slider-btn {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 10px 60px;
    background: #E66E13;
    border-radius: 4px !important;
}
.da-slide p a.slider-btn:hover {
    text-decoration: none;
}
.da-slider .da-slide {
    display: flex;
    align-items: center;
}
.da-slide .da-img {
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: unset;
    overflow: hidden;
}
.da-slide .da-img img {
    left: 0;
    height: 100%;
    width: auto;
    max-width: unset;
}
.aboutuni {
    padding: 70px 0 80px 0;
}
.main-abouttext {
    text-align: left;
    padding: 0 20px 0 25px;
}
.main-abouttext .h1 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.main-abouttext p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.main-abouttext #myBtn {
    margin-left: 0;
    font-size: 13px;
    height: 50px;
    border-radius: 4px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 60px;
    margin: 0 auto;
}
.main-aboutvieo video {
    max-width: 100%;
    height: auto;
    border-radius: 15px !important;
}
.main-benefits {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 70px;
}
.main-benefits h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #2B2B2B;
}
.main-benefits .row {
    display: flex;
    flex-wrap: wrap;
    align-itesm: stretch;
    height: 100%;
}
.main-benefits .row > div {
    margin-bottom: 10px;
}
.uni-benefit-item {
    background: #F9F9F9;
    border-radius: 25px !important;
    height: 100%;
    padding: 25px;
    color: #000;
}
.uni-benefit-item p {
    color: #000;
    margin: 0;
    line-height: 18px;
}
.uni-benefit-item__title {
    display: flex;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
.uni-benefit-item__title span.icon {
    display: flex;
    margin-right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    background: #F1F1F1;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.uni-benefit-item__title span img {
    max-width: 21px;
}
.prodcut-cats {
    padding: 40px 0 70px 0;
}
.prodcut-cats .row {
    display: flex;
    flex-wrap: wrap;
    align-itesm: stretch;
    height: 100%;
    margin: 0 -5px;
}
.prodcut-cats .row > div {
    margin-bottom: 10px;
    padding: 0 5px;
}
.prodcut-cats-item {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 25px 25px 0 25px;
    color: #2B2B2B;

}
.prodcut-cats-item:hover {
    color: #E66E13;
    text-decoration: none;
}
.prodcut-cats-item img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
	max-height: 216px;
}
.prodcut-cats-item h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
    transition: 0.5s;
    color: #2B2B2B;
}
.prodcut-cats-item:hover h3 {
    color: #E66E13;
}
.main-spheres h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #2B2B2B;
    font-family: 'Open Sans', sans-serif;
}
.main-spheres .row {
    display: flex;
    flex-wrap: wrap;
    align-itesm: stretch;
    height: 100%;
    margin: 0 -5px;
}
.main-spheres .row > div {
    margin-bottom: 10px;
    padding: 0 5px;
}
.sphere-item {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 18px 25px;
    background: #FBFBFB;
    border-radius: 15px !important;
}
.sphere-item img {
    max-width: 44px;
    margin-right: 15px;
    flex-shrink: 0;
    display: block;
}
.sphere-item h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 18px;
    font-size: 13px;
    color: #2B2B2B;
    text-decoration: none;
    transition: 0.5s;
    text-transform: uppercase;
    margin: 0;
}
a.sphere-item:hover {
    text-decoration: none;
}
a.sphere-item:hover h3 {
   color: #E66E13;
   text-decoration: none;
}
.search-open {
    padding: 3px 10px;
    max-width: 270px;
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 5;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.da-dots {
    display: none;
}
@media (max-width: 767px) {
    .footer-new {
        padding-top: 30px;
        font-size: 12px;
    }
    .footer-new-menu ul {
        -webkit-column-count: unset;
        -moz-column-count: unset;
        column-count: unset;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .footer-bottom ul {
        flex-direction: column;
        align-items: start;
    }
    .footer-bottom ul li {
        margin-bottom: 4px;
    }
    .footer-new-contacts__social {
        margin-bottom: 25px;
    }
    .main-benefits {
        padding-bottom: 25px;
    }
    .uni-benefit-item {
        padding: 12px;
    }
    .uni-benefit-item__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .main-benefits h2, .main-spheres h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .aboutuni {
        padding: 30px 0 40px;
    }
    .main-abouttext {
        margin-bottom: 18px;
    }
    .main-abouttext .h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .sphere-item {
        padding: 10px 10px 10px 12px;
    }
    .sphere-item h3 {
        font-size: 10px;
        line-height: 11px;
    }
    .sphere-item img {
        max-width: 26px;
        margin-right: 9px;
    }
    .prodcut-cats {
        padding: 15px 0 30px 0;
    }
    .prodcut-cats-item {
        padding: 10px 10px 0 10px;
    }
    .prodcut-cats-item h3 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .slider-inner .da-slider {
        height: 500px;
    }
    .da-slider .da-slide {
        flex-direction: column-reverse;
        padding: 44px 0 0 18px ;
    }
    .da-slide h1, .da-slide h2 {
        position: static;
        font-size: 30px;
        line-height: 32px;
        width: 100%;
        padding-right: 18px;
    }
    .da-slide p {
        position: static;
        display: block;
        width: 100%;
        padding-right: 18px;
    }
    .da-slide .da-img {
        position: static;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .da-slide p a.slider-btn {
        margin-top: 20px;
        height: 44px;
        padding: 10px 35px;
    }
    .topbar-new a.logo img {
        max-width: 164px;
    }
    .header .navbar-toggle {
        margin: 0 0 0 9px !important;
        border: none !important;
        padding: 0  !important;
        background: none  !important;
    }
    .header .navbar-toggle svg {
        margin: 0;
    }
    .search-open {
        max-width: unset;
        width: 100%;
        padding: 5px 10px;
    }
    .header.new .navbar-nav {
        flex-direction: column;
        margin-top: 25px;
    } 
    .header.new .navbar-nav > li > a {
        padding: 6px 27px 6px 0;
        margin: 0;
        border: none;
        display: inline-block;
    }
    .header .navbar-collapse {
        position: absolute;
        z-index: 100;
        width: 290px;
        right: 0;
        top: 0;
        padding: 0 10px 10px 15px;
    }
    .topbar ul.loginbar.m {
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }
    .topbar ul.loginbar.m > li {
        display: flex;
        font-family: 'Open Sans', sans-serif;
        padding-bottom: 12px;
    }
    .topbar ul.loginbar.m > li a {
        font-size: 13px;
        color: #000;
        text-transform: none;
    }
    .header.new .topbar {
        margin: 30px 0 0 0;
        float: none;
    }
    .openedmenu::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,0.57);
        top: 0;
        left: 0;
        z-index: 99;
    }
    .header.new {
        z-index: unset;
    }
    .header.new .mega-menu {
        border-top: 0;
    }
    .footer-new-contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-new-contacts__address p {
        text-align: center;
    }
    .footer-new-contacts__address svg {
        display: none;
    }
}
