@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before {
    content: "";
    content: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: Mbold;
    src: url(../assets/font/mbold.woff) format("woff");
}
@font-face {
    font-family: Mregular-bold;
    src: url(../assets/font/HelveticaNeueLTGEO-75Bold.woff) format("woff");
}
@font-face {
    font-family: Mregular;
    src: url(../assets/font/BPG2017DejaVuSans.woff) format("woff");
}
.about .counter-item .js-counter,
.header-menu .nav-link,
.header ul.navbar-nav li,
.hero .swiper-pagination,
.hero .swiper-pagination .swiper-pagination-bullet,
.hero .swiper-pagination .swiper-pagination-bullet-active,
.pagination ul li a,
.products-cats__block h2,
.section-title h2,
.speadbar-title h1,
.welcome .hello,
.welcome-products__count {
    font-family: Mbold;
    font-weight: 700;
}
.about .counter-item p,
.audio-btn p,
.blog-item__title h3,
.blogfull-content .dates li a,
.blogfull-title h1,
.contact-content__information h1,
.contact-content__information ul .media-body h5,
.footer .footer-widget__title,
.gallery-content__item .smalldesc h3,
.gallery-content__item-title > span,
.header .lang a,
.header .lang ul li,
.header .lang ul li a,
.hero-item__title,
.modal-header,
.partnersfull-item__title h2,
.products-cats__block ul li,
.products-information__content .actions li a,
.products-information__title h1,
.products-information__title span,
.products-item__title h2,
.section-title span,
.welcome-content__list ul li a span,
.welcome-navbar .lang a,
.welcome-navbar .lang ul li,
.welcome-navbar .lang ul li a {
    font-family: Mregular-bold;
}
.blog-item__title span,
.blogfull-content__desc,
.footer,
.header-menu .dropdown-item,
.hero-item__desc,
.products-cats__block ul li ul li a,
.products-item__title p,
.welcome-products span,
body {
    font-family: Mregular;
}
.header-menu,
.partnersfull-item figure,
.products-full__image figure,
.welcome,
.welcome-content,
.welcome-content__list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-item,
.blogfull-content,
.blogfull-content .dates,
.blogfull-content__desc,
.blogfull-content__desc p,
.blogfull-content__image figure,
.blogfull-title,
.contact,
.contact-content,
.contact-content__information ul,
.contact-content__information ul li,
.contact-form form,
.contact-form form .form-group,
.footer,
.header,
.hero,
.partnersfull-item,
.partnersfull-item__title,
.products-full,
.products-full__image,
.products-full__image figure,
.products-information__content .actions,
.products-information__content p,
.products-information__title,
.products-information__title h1,
.products-item__title,
.section,
.speadbar,
.welcome,
.welcome-content__list,
.welcome-content__list ul,
.welcome-content__list ul li a {
    width: 100%;
    float: left;
}
.contact-form form button,
.products .section-title a,
.products-information__title a {
    padding: 15px 30px;
    font-family: Mregular;
    font-size: 13px;
    border-radius: 35px;
}
h1 {
    font-size: 21px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
button,
input,
select,
textarea {
    border: none;
    outline: 0;
    background: 0 0;
}
a:focus,
button:focus,
select:focus,
span:focus {
    outline: 0;
    border: none;
    text-decoration: none;
}
a:hover,
button:hover,
select:hover,
span:hover {
    outline: 0;
    border: none;
    text-decoration: none;
}
body {
    font-size: 13px;
    background: #f5f8fa;
}
.container {
    max-width: 1200px;
}
.welcome {
    height: 100vh;
    flex-direction: column;
    transition: all 0.3s ease-in;
    background: #111;
    position: relative;
    overflow: hidden;
}
.welcome:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(transparent 15%, transparent 15%) 0 0, radial-gradient(transparent 15%, transparent 15%) 16px 16px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 16px 17px;
    background-size: 5px 5px;
    background-color: transparent;
}
.welcome video {
    opacity: 0.5 !important;
}
.welcome .hello {
    display: flex;
    font-size: 13px;
    color: #fff;
}
.welcome-products {
    position: absolute;
    top: 26%;
    display: block;
}
.welcome-products__count {
    font-size: 32px;
    font-style: italic;
    letter-spacing: 2px;
    color: #fff;
}
.welcome-products span {
    font-size: 24px;
    color: #fff;
    padding-top: 15px;
    letter-spacing: 1px;
    font-style: italic;
}
.welcome-products.show {
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-content {
    flex-direction: column;
    z-index: 200;
    position: relative;
}
.welcome-content__list ul li {
    width: calc(100% / 4 - 15px);
    float: left;
    height: 160px;
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
    transition: 0.3s all ease-in;
    background: #fff;
}
.welcome-content__list ul li:hover a {
    transform: scale(1.1);
}
.welcome-content__list ul li:last-child {
    margin-right: 0;
}
.welcome-content__list ul li a {
    height: 100%;
    flex-direction: column;
    color: #fff;
    transition: 0.3s all ease-in;
}
.welcome-content__list ul li a img {
    max-width: 200px;
    max-height:100px;
    transition: 0.4s all ease-in;
}
.welcome-content__list ul li a span {
    position: absolute;
    bottom: -45px;
    font-size: 14px;
}
.welcome-content__list ul li:hover {
    box-shadow: 10px 15px 30px rgba(1, 0, 0, 0.5);
}
.welcome-content__list ul li:hover a {
    transform: scale(1.1);
}
.header {
    background: #fff;
    position: relative;
    z-index: 900;
}
.header-menu {
    justify-content: space-between;
    height: 100px;
}
.header-menu__logo img {
    max-width: 180px;
}
.header ul.navbar-nav li {
    display: flex;
    align-items: center;
}
.header ul.navbar-nav li:after {
    content: "";
    width: 8px;
    height: 8px;
    float: right;
    margin: 0 20px;
    background: #f2f2f2;
    border-radius: 50%;
}
.header ul.navbar-nav li:last-child:after {
    display: none;
}
.header-menu .navbar-brand img {
    height: 50px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-menu .navbar {
    padding: 0;
}
.header-menu .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.header-menu .navbar-toggler:active,
.header-menu .navbar-toggler:focus {
    outline: 0;
}
.header-menu .navbar-light .navbar-toggler:hover {
    background: 0 0;
}
.header-menu .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 0 solid #235b8e;
    transition: all 0.3s linear;
}
.header-menu .navbar-light .navbar-toggler-icon:after,
.header-menu .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #235b8e;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 0.3s linear;
}
.header-menu .navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.header-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.header-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.header-menu .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.header-menu .nav-link {
    color: #777 !important;
    transition: all 0.2s linear;
}
.header-menu .nav-item:hover .nav-link {
    color: #235b8e !important;
}
.header-menu .nav-item.active .nav-link {
    color: #235b8e !important;
}
.header-menu .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
.header-menu .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.header-menu .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.header-menu .nav-item.active:hover:after {
    opacity: 0;
}
.header-menu .nav-item {
    position: relative;
    transition: all 0.2s linear;
}
.header-menu .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 0.2s linear;
    background: #f2f2f2;
    border-radius: 4px;
    margin-top: 20px;
}
.header-menu .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0, 0);
}
.header-menu .dropdown-menu {
    padding: 10px !important;
    margin: 0;
    line-height: 1.5em;
    color: #111;
    background-color: #f2f2f2;
    border: none;
    transition: all 0.2s linear;
}
.header-menu .dropdown-toggle::after {
    display: none;
}
.header-menu .dropdown-item {
    padding: 10px 15px;
    color: #111;
    font-size: 12px;
    transition: all 0.2s linear;
}
.header-menu .dropdown-item:focus,
.header-menu .dropdown-item:hover {
    color: #235b8e;
    background-color: transparent;
}
.header-menu .fa-angle-down {
    font-size: 12px;
}
.header .lang {
    float: right;
    width: 80px;
    height: 45px;
    font-size: 14px;
    font-family: Main;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: Mregular;
    -webkit-transition: 0.1s all ease-in;
    -o-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    margin-left: 20px;
}
.header .lang img {
    float: left;
    margin-right: 10px;
    width: 21px;
    height: 21px;
}
.header .lang a {
    color: #6c6c6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.header .lang a i {
    padding-left: 5px;
}
.header .lang ul {
    position: absolute;
    display: none;
    top: 100%;
    background: #f2f2f2;
    width: 100%;
    padding: 0 15px !important;
    border-radius: 5px;
    padding-top: 13px !important;
}
.header .lang ul li {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px !important;
    list-style-type: none;
}
.header .lang ul li:last-child {
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}
.header .lang ul li a {
    color: #111;
    font-size: 12px;
}
.header .lang ul li:hover {
    background: 0 0 !important;
    border: none !important;
    color: #235b8e !important;
}
.header .lang ul li a:hover {
    background: 0 0 !important;
    border: none !important;
    color: #235b8e !important;
}
.header .lang:hover ul {
    display: block;
}
.hero {
    position: relative;
}
.hero .swiper-pagination .swiper-pagination-bullet {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}
.hero .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-right: &#1043;&#1118;&#1074;‚¬&#1042;­0 !important;
    margin-left: 25px !important;
}
.hero .swiper-pagination .swiper-pagination-bullet-active {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
}
.hero .swiper-pagination .swiper-pagination-bullet-active .number {
    padding-right: 15px;
}
.hero .swiper-pagination .swiper-pagination-bullet-active .bar .progress {
    -webkit-animation: progress 2.5s linear 0s forwards;
    animation: progress 2.5s linear 0s forwards;
}
.hero .swiper-pagination .swiper-pagination-bullet .number {
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.7px;
}
.hero .swiper-pagination .swiper-pagination-bullet .bar {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
}
.hero .swiper-pagination .swiper-pagination-bullet .bar .progress {
    width: 0;
    height: 100%;
    border-radius: 0;
    background-color: #fff;
}
@-webkit-keyframes progress {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes progress {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.hero .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    position: relative;
    float: left;
    bottom: 20px;
}
.hero .swiper-pagination:not(:first-child) {
    margin-top: 44px;
}
.hero .together {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
}
.hero .swiper-btns {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    left: 0;
    float: left;
    position: relative;
    margin-right: 30px;
}
.hero .swiper-next,
.hero .swiper-prev {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 400;
    font-size: 16px;
}
.hero .swiper-prev {
    margin-right: 15px;
}
.hero-item {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.hero-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
}
.hero-item__title {
    width: 100%;
    line-height: 1.5;
    position: relative;
    z-index: 800;
    margin-bottom: 15px;
    color: #fff;
}
.hero-item__desc {
    width: 100%;
    line-height: 1.5;
    position: relative;
    z-index: 800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.hero-item__desc p {
    font-size: 12px;
    line-height: 2;
}
.hero-item__desc a {
    color: #235b8e;
    float: left;
    margin-top: 25px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px 30px;
    padding-right: 15px;
    border-radius: 35px;
    font-size: 12px;
}
.hero-item__desc a:after {
    content: "\eaa0";
    font-family: IcoFont;
    float: right;
    width: 30px;
    height: 30px;
    background: #235b8e;
    margin-left: 20px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.section {
    padding: 50px 0;
}
.section-title {
    width: 100%;
}
.section-title span {
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    color: #777;
}
.section-title h2 {
    color: #235b8e;
    font-size: 24px;
}
.about .counter-item {
    z-index: 1;
    position: relative;
    margin-top: 45px;
}
.about .counter-item::before {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    left: -15px;
    top: 0;
    background-color: rgba(41, 84, 126, 0.1);
    border-radius: 50px;
    z-index: -1;
}
.about .counter-item .js-counter {
    line-height: 1;
    padding-left: 15px;
    font-size: 34px;
}
.about .counter-item span {
    font-size: 14px;
    color: #235b8e;
}
.about .counter-item p {
    font-size: 13px;
    padding-left: 15px;
    padding-top: 5px;
}
.about-info {
    width: 100%;
    height: 160px;
    float: left;
    margin-top: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    border-left: 2px solid #f5f8fa;
    padding-left: 50px;
}
.about-info p {
    font-size: 13px;
    line-height: 1.7;
    width: 100%;
    float: left;
}
.about-info p:last-child {
    margin: 0;
}
.products .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products .section-title a {
    color: #235b8e;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    padding-right: 15px;
}
.products .section-title a:after {
    content: "\eaa0";
    font-family: IcoFont;
    float: right;
    width: 30px;
    height: 30px;
    background: #235b8e;
    margin-left: 20px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.products-item {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.products-item figure {
    width: 100%;
    height: 300px;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-item figure:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.products-item figure img {
    max-height: 250px;
    width: 100%;
    object-fit: contain;
}
.products-item__title {
    background: #fff;
    text-align: center;
    padding: 40px 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.products-item__title:after {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.products-item__title h2,
.products-item__title p {
    width: 100%;
}
.products-item__title p {
    font-size: 13px;
    padding-bottom: 15px;
}
.products-item__title p a {
    color: #777;
}
.products-item__title p a:hover {
    color: #235b8e;
}
.products-item__title h2 {
    font-size: 14px;
}
.products-item__title h2 a {
    color: #212121;
}
.products .sbtns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.products .sbtns .sbtns-items {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    left: 0;
    float: left;
    position: relative;
}
.products .sbtns .swiper-next2,
.products .sbtns .swiper-prev2 {
    color: #235b8e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 400;
    font-size: 21px;
}
.products .sbtns .swiper-prev2 {
    margin-right: 15px;
}
.products .progressbar {
    width: 90%;
    position: relative;
    height: 2px;
    float: left;
}
.products .swiper-pagination-progressbar {
    background-color: rgba(41, 84, 126, 0.1);
}
.products .swiper-container-horizontal > .swiper-pagination-progressbar,
.products .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px;
}
.products .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #235b8e;
}
.footer {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #111;
}
.footer .footer-widget {
    margin-bottom: 35px;
}
.footer .footer-widget__title {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 19px;
}
.footer .footer-widget__content {
    color: #777;
}
.footer .footer-widget__content p {
    line-height: 2;
    font-size: 13px;
}
.footer .footer-newsletter {
    margin-bottom: 65px;
}
.footer .footer-newsletter__title span {
    color: #fff;
    font-size: 14px;
    display: block;
}
.footer .footer-newsletter__title a {
    border-bottom: 2px solid #fff;
}
.footer .footer-newsletter__title a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}
.footer .footer-newsletter__form {
    position: relative;
}
.footer .footer-newsletter__form .form-control {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 13px;
}
.footer .footer-newsletter__form .form-control:focus {
    background-color: transparent;
    border-color: #f9f9f9;
}
.footer .footer-newsletter__form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.footer .footer-newsletter__form .form-control:-moz-placeholder {
    color: #fff;
}
.footer .footer-newsletter__form .form-control::-moz-placeholder {
    color: #fff;
}
.footer .footer-newsletter__form .form-control:-ms-input-placeholder {
    color: #fff;
}
.footer .footer-newsletter__form .submit-btn {
    width: 55px;
    height: 55px;
    line-height: 52px;
    margin-left: -2px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-left: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.footer .footer-newsletter__form .submit-btn:hover {
    color: #1b1a1a;
    background-color: #fff;
}
.footer .social-icons li a {
    color: #fff;
}
.footer .social-icons li a:hover {
    opacity: 0.6;
}
.footer-copyright {
    margin-top: 30px;
    color: #777;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright a {
    color: #fff;
}
.social-icons li {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
}
.social-icons li a {
    padding: 15px;
    border: 1px solid #777;
}
#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#scrollTopBtn:hover {
    background-color: #000;
}
#scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
}
.blog-item {
    margin-top: 45px;
}
.blog-item a {
    color: #111;
}
.blog-item__img figure {
    width: 100%;
    float: left;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}
.blog-item__img figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blog-item__title {
    padding: 20px 0;
    float: left;
    width: 100%;
}
.blog-item__title span {
    width: 100%;
    float: left;
    font-size: 12px;
    padding-bottom: 15px;
}
.blog-item__title h3 {
    font-size: 14px;
    line-height: 1.5;
}
.partners {
    padding: 0;
}
.partners .swiper-container {
    padding: 15px 0;
}
#partners {
    margin: 25px 0;
    margin-bottom: 40px;
    position: relative;
}
#partners:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    top: 15px;
}
#partners:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    top: 115px;
}
#partners .swiper-wrapper {
    padding: 15px 0;
}
#partners figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    position: relative;
}
#partners figure:before {
    content: "";
    position: absolute;
    left: 25px;
    width: 1px;
    height: 130px;
    background: #f2f2f2;
    top: -30px;
}
#partners figure:after {
    content: "";
    position: absolute;
    right: 24px;
    width: 1px;
    height: 130px;
    background: #f2f2f2;
    top: -30px;
}
#partners figure img {
    height: 50px;
}
.speadbar {
    padding: 40px 0;
    position: relative;
}
.speadbar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #235b8e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23224b73' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.speadbar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.speadbar-title h1 {
    color: #fff;
    position: relative;
    z-index: 300;
}
.speadbar-title ul {
    position: relative;
    z-index: 300;
}
.speadbar-title ul li {
    float: left;
    display: flex;
    align-items: center;
    color: #fff;
}
.speadbar-title ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    float: right;
    margin: 0 20px;
    background: #fff;
    border-radius: 50%;
}
.speadbar-title ul li:last-child:after {
    display: none;
}
.speadbar-title ul li a {
    color: #fff;
}
.pt0 {
    padding-top: 0;
}
.pt0 .products-item__title:after {
    background: #235b8e;
}
.pt0 .products-item {
    margin-top: 0;
    margin-bottom: 45px;
}
.products {
    padding: 50px 0;
}
.products-cats {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}
.products-cats__block h2 {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}
.products-cats__block h2:before {
    width: 20px;
    height: 20px;
    content: "";
    float: left;
    margin-right: 10px;
    background: #235b8e;
    border-radius: 50%;
}
.products-cats__block ul {
    background: #fff;
    padding: 10px 20px;
    float: left;
    width: 100%;
}
.products-cats__block ul li {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}
.products-cats__block ul li:last-child {
    border: none;
}
.products-cats__block ul li .drop {
    width: 30px;
    height: 30px;
    background: #235b8e;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 900;
    top: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.products-cats__block ul li a {
    float: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #636363;
}
.products-cats__block ul li a:hover {
    color: #235b8e;
}
.products-cats__block ul li ul {
    display: none;
    border: none;
    background: #f2f2f2;
    margin-top: 25px;
    border-radius: 5px;
    padding: 5px 20px;
}
.products-cats__block ul li ul li {
    border-color: rgba(1, 0, 0, 0.1);
}
.products-cats__block ul li ul li a {
    color: #636363;
    font-size: 12px;
}
.pagination ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    float: left;
}
.pagination ul li {
    float: left;
    width: 45px;
    height: 45px;
    background: #fff;
    margin-left: 15px;
    font-size: 13px;
    border-radius: 50%;
}
.pagination ul li a {
    color: #111;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 47px;
}
.pagination ul li.active {
    border-color: #235b8e;
    color: #fff;
    background: #235b8e;
}
.pagination ul li.active a {
    color: #fff;
}
.contact {
    background: #fff;
}
.contact-content {
    position: relative;
    background: #f5f8fa;
    padding: 20px;
}
.contact-content__information {
    width: 30%;
    height: 400px;
    float: left;
    padding: 20px;
}
.contact-content__information h1 {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}
.contact-content__information h1:before {
    width: 16px;
    height: 16px;
    content: "";
    float: left;
    margin-right: 30px;
    background: #235b8e;
}
.contact-content__information ul {
    position: relative;
    height: calc(100% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contact-content__information ul li {
    margin-bottom: 50px;
    margin-left: -10px;
}
.contact-content__information ul li:last-child {
    margin-bottom: 0;
}
.contact-content__information ul .icon {
    border-radius: 0;
    text-align: center;
    font-size: 36px;
    margin-right: 30px;
    color: #235b8e;
}
.contact-content__information ul .media-body h5 {
    font-size: 13px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.contact-content__information ul .media-body h5:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #111;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.contact-content__information ul .media-body p {
    font-size: 12px;
    color: #505050;
}
.contact-content__information ul .media-body p span {
    display: block;
}
.contact-content__information ul .media-body p a {
    color: #505050;
}
.contact-content__information ul .media-body p a:hover {
    color: #235b8e;
}
.contact-content__map {
    width: 70%;
    height: 100%;
    float: right;
}
.contact-form {
    padding: 40px 0;
}
.contact-form form .form-group {
    margin-top: 10px;
}
.contact-form form .form-group textarea {
    font-size: 12px;
    padding: 15px 30px;
    border: 1px solid #f2f2f2;
    height: 125px;
    width: 100%;
}
.contact-form form button {
    background: #235b8e;
    margin-top: 45px;
    color: #fff;
    cursor: pointer;
    padding: 20px 40px;
}
.form-control {
    font-size: 12px;
    padding: 15px 30px;
    border-radius: 0;
    border: none;
    border: 1px solid #f2f2f2;
}
.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #235b8e;
}
.gallery-navigation {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.gallery-navigation ul {
    width: 100%;
    float: left;
}
.gallery-navigation ul li {
    float: left;
    margin-right: 20px;
}
.gallery-navigation ul li.active a {
    background: #235b8e;
    border-color: #235b8e;
    color: #fff;
}
.gallery-navigation ul li:last-child {
    margin-right: 0;
}
.gallery-navigation ul li a {
    padding: 15px 35px;
    border: 1px solid #787d88;
    border-radius: 35px;
    font-size: 11px;
    color: #3f3f3f;
    transition: 0.3s all ease-in;
}
.gallery-navigation ul li a:hover {
    border-color: #235b8e;
    background: #235b8e;
    color: #fff;
}
.gallery-content {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.gallery-content__item {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin-top: 30px;
}
.gallery-content__item figure {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-content__item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content__item-title {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 300;
    padding: 0 20px;
}
.gallery-content__item-title > span {
    background: #fff;
    font-size: 12px;
    color: #235b8e;
    padding: 10px 20px;
    border-radius: 35px;
}
.gallery-content__item .smalldesc {
    width: 100%;
    float: left;
    padding: 15px 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.gallery-content__item .smalldesc h3 {
    font-size: 13px;
    max-height: 20px;
    line-height: 1.5;
    overflow: hidden;
}
.gallery-content__item .smalldesc h3 a {
    color: #3f3f3f;
}
#galleryfull {
    padding-top: 0;
}
.products-full__image figure {
    height: 400px;
    background: #fff;
}
.products-information {
    padding-left: 40px;
}
.products-information__title h1 {
    font-size: 21px;
    padding-bottom: 20px;
    color: #111;
}
.products-information__title a {
    background: #235b8e;
    color: #fff;
    float: left;
    padding: 12px 30px;
    font-size: 12px;
}
.products-information__title span {
    font-size: 11px;
    display: flex;
    align-items: center;
    height: 36px;
    font-size: 11px;
    float: left;
    margin-left: 35px;
}
.products-information__title span i {
    color: #235b8e;
    padding-right: 10px;
    font-size: 14px;
}
.products-information__content {
    float: left;
    width: 100%;
    margin-top: 45px;
}
.products-information__content p {
    line-height: 1.7;
    text-align: justify;
}
.products-information__content .actions {
    margin-top: 25px;
}
.products-information__content .actions li {
    float: left;
    margin-right: 20px;
}
.products-information__content .actions li:last-child {
    margin: 0;
}
.products-information__content .actions li a {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 11px;
    background: #111;
    border-radius: 35px;
}
.products-information__content .actions li a i {
    margin-right: 10px;
    font-size: 14px;
}
.products-information__content .actions li a.print {
    background: #235b8e;
}
.products-information__content .actions li a.fb {
    background: #3b5998;
}
.hero {
    overflow: hidden;
    height: calc(100vh - 150px) !important;
    background: #111;
}
.hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(transparent 15%, transparent 15%) 0 0, radial-gradient(transparent 15%, transparent 15%) 16px 16px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 16px 17px;
    background-size: 5px 5px;
    background-color: transparent;
}
.hero-video {
    width: 100%;
    position: absolute;
    margin-top: 47%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero-video__scroll a {
    background: #235b8e;
    padding: 30px 40px;
    color: #fff;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}
.audio-btn {
    display: flex;
    align-items: center;
    height: 24px;
}
.audio-btn p {
    color: #fff;
    font-size: 12px;
    float: left;
    display: flex;
    align-items: center;
}
.audio-btn p:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 0 30px;
}
.lines {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px;
    align-items: flex-end;
    z-index: 300;
    margin-top: -10px;
}
.lines span {
    display: inline-flex;
    margin: 0 1px;
    width: 7px;
    height: 5px;
    background: #fff;
}
.lines span:nth-child(1) {
    -webkit-animation: musicline 2s 0.5s ease-out alternate infinite;
    animation: musicline 2s 0.5s ease-out alternate infinite;
}
.lines span:nth-child(2) {
    -webkit-animation: musicline 2s 1s ease-out alternate infinite;
    animation: musicline 2s 1s ease-out alternate infinite;
}
.lines span:nth-child(3) {
    -webkit-animation: musicline 2s 1.5s ease-out alternate infinite;
    animation: musicline 2s 1.5s ease-out alternate infinite;
}
.lines span:nth-child(4) {
    -webkit-animation: musicline 2s 0.25s ease-out alternate infinite;
    animation: musicline 2s 0.25s ease-out alternate infinite;
}
.lines span:nth-child(5) {
    -webkit-animation: musicline 2s 0.75s ease-out alternate infinite;
    animation: musicline 2s 0.75s ease-out alternate infinite;
}
.lines span:nth-child(6) {
    -webkit-animation: musicline 2s 1.25s ease-out alternate infinite;
    animation: musicline 2s 1.25s ease-out alternate infinite;
}
.audio-off .lines span {
    animation: none;
}
@-webkit-keyframes musicline {
    0% {
        height: 5px;
    }
    10% {
        height: 10px;
    }
    20% {
        height: 5px;
    }
    30% {
        height: 14px;
    }
    40% {
        height: 18px;
    }
    50% {
        height: 5px;
    }
    60% {
        height: 16px;
    }
    70% {
        height: 10px;
    }
    80% {
        height: 12px;
    }
    90% {
        height: 4px;
    }
    100% {
        height: 18px;
    }
}
@keyframes musicline {
    0% {
        height: 5px;
    }
    10% {
        height: 10px;
    }
    20% {
        height: 5px;
    }
    30% {
        height: 14px;
    }
    40% {
        height: 18px;
    }
    50% {
        height: 5px;
    }
    60% {
        height: 16px;
    }
    70% {
        height: 10px;
    }
    80% {
        height: 12px;
    }
    90% {
        height: 4px;
    }
    100% {
        height: 18px;
    }
}
.welcome video {
    opacity: 0.1;
}
.welcome-navbar {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 900;
}
.welcome-navbar__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.welcome-navbar .audio-btn {
    margin: 0;
    width: 280px;
}
.welcome-navbar .lang {
    float: right;
    width: 80px;
    height: 45px;
    font-size: 14px;
    font-family: Main;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: Mregular;
    -webkit-transition: 0.1s all ease-in;
    -o-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    margin-left: 20px;
}
.welcome-navbar .lang img {
    float: left;
    margin-right: 10px;
    width: 21px;
    height: 21px;
}
.welcome-navbar .lang a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.welcome-navbar .lang a i {
    padding-left: 5px;
}
.welcome-navbar .lang ul {
    position: absolute;
    display: none;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 0 15px !important;
    border-radius: 5px;
    padding-top: 13px !important;
}
.welcome-navbar .lang ul li {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px !important;
    list-style-type: none;
}
.welcome-navbar .lang ul li:last-child {
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}
.welcome-navbar .lang ul li a {
    color: #111;
    font-size: 12px;
}
.welcome-navbar .lang ul li:hover {
    background: 0 0 !important;
    border: none !important;
    color: #235b8e !important;
}
.welcome-navbar .lang ul li a:hover {
    background: 0 0 !important;
    border: none !important;
    color: #235b8e !important;
}
.welcome-navbar .lang:hover ul {
    display: block;
}
.welcome-footer {
    width: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 900;
}
.welcome-footer .footer-copyright {
    color: #fff;
}
.modal-dialog {
    max-width: 600px;
}
.logout2 {
    position: absolute !important;
    right: 0;
}
.modal-header {
    font-size: 16px;
    padding: 30px;
    padding-bottom: 0;
    padding-top: 50px;
    text-align: center;
    border: none;
}
.partnerdesc {
    line-height: 1.7;
    font-size: 13px;
}
.modal-header h5 {
    width: 100%;
    text-align: center;
}
.modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 30px;
}
.modal-body {
    padding: 30px;
}
.modal-content {
    border-radius: 0 !important;
}
.partnersfull-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.partnersfull-item a {
    color: #111;
}
.partnersfull-item figure {
    width: 100%;
    height: 100px;
}
.partnersfull-item figure img {
    max-height: 60px;
}
.partnersfull-item__title {
    text-align: center;
    padding: 15px 0;
}
.partnersfull-item__title h2 {
    font-size: 14px;
}
.blogfull-title h1 {
    font-size: 16px;
}
.blogfull-content {
    margin-top: 35px;
}
.blogfull-content .dates {
    margin-top: 30px;
}
.blogfull-content .dates li {
    float: left;
    margin-right: 20px;
}
.blogfull-content .dates li:last-child {
    margin-right: 0;
}
.blogfull-content .dates li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #111;
}
.blogfull-content .dates li a i {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #235b8e;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.blogfull-content__image figure {
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.blogfull-content__image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogfull-content__desc {
    padding: 30px 0;
    line-height: 1.7;
}
.blogfull-content__desc p {
    text-align: justify;
    line-height: 1.7;
}
#sidebar {
    padding-left: 50px;
}
#sidebar .products-cats__block h2 {
    padding-top: 0;
}
@media (min-width: 1660px) {
    .hero-item {
        height: 600px;
    }
    .hero-video {
        margin-top: 54%;
    }
    .hero-item {
        top: 8%;
    }
}
@media (min-width: 1860px) {
    .hero-video {
        margin-top: 62%;
    }
    .hero-item {
        top: 10%;
    }
}

#mob , .showgallery{
    display:none;
}

.collapse.show{
    display: block!important;
}

.formob {
    display: none!important;
}

@media (max-width: 1030px) {
    .showgallery {
        display:block;
        width:100%;
        float:left;
        background: #29547e;
        font-size:13px;
        cursor: pointer;
        text-align: center;
        padding:15px 0;
        border-radius: 35px;
        color:#fff;

    }

    .gcats {
        width: 100%;
        float:left;
        margin-top:30px;
        max-height: 150px;
        overflow-y: scroll;
        display: none;
    }

    .gcats li {
        width: 100%;float:left;
        margin:0!important;
    }

    .gcats li a {
        margin-bottom: 10px!important;
        width: 100%;float:left;
        text-align: center;
    }
    body {
        overflow-x: hidden;
    }
    .header-menu .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 0.2s linear;
    }
    .navbar-collapse {
        display: none;
    }
    .header-menu .nav-item:after {
        height: 0;
    }
    .hero {
        height:400px!important;
    }
    .hero-item {
        width: 95%;
        left: 2.5%;
    }
    .header-menu__logo img {
        max-width:150px;
    }

    .about-info {
        height:auto;
        border:none;
        float:left;
        padding:0;
        margin:0;
    }
    .products .section-title h2 {
        font-size:18px;
    }
    .products .section-title a {
        padding:0;
        background:none;
    }
    .products .progressbar {
        width: 70%;
    }
    .products .section-title a:after {
        display: none;
    }
    .footer .footer-newsletter__title span {
        margin-bottom: 30px;
        line-height: 2;
    }
    .speadbar-title {
        display: block;
    }

    .speadbar-title ul, .speadbar-title ul li {
        width:100%;
        float:left;
        margin-top:15px;
    }
    .products-information {
        padding:30px 0;
    }
    .contact-content__information, .contact-content__map {
        width: 100%;
    }
    .gallery-navigation ul li a {

        float: left;
        margin-bottom: 30px;
    }
    .gallery-content {
        margin-top:0;
    }

    .formob {
        display: block!important;
        margin-top:20px;
    }

    .header .formob ul {
        top:70% !important;
    }

    .welcome-products__count {
        font-size: 18px;

        text-align: center;
    }

    .welcome-content__list ul li a img {
        max-width: 110px;
        transition: 0.4s all ease-in;
    }

    .welcome-content__list ul li {
        width: calc(100% / 2 - 10px);
        height: 100px;
        margin-bottom: 40px;

    }.welcome-content__list ul li a span {
         position: absolute;
         bottom: -22px;
         font-size: 10px;
     }

    .welcome-content__list ul li:nth-child(2), .welcome-content__list ul li:nth-child(4) {
        margin-right: 0;
    }

    #mob {
        width: 100%;
        border-top:1px solid #f2f2f2;
    }

    #mob .navbar-nav li {
        padding:7px 15px;
        position: relative;
        display: block;
        border-bottom: 1px solid #f2f2f2;

    }

    #mob .navbar-nav li:last-child {
        border:none;
    }
    #mob .navbar-nav li:after {
        display:none;

    }
    #mob .navbar-nav  {
        padding-bottom: 10px;

    }

    #mob .navbar-nav li a {
        color:#242424;
    }

    #mob .dropdown-toggle::after {
        border: none;
        content: "\ea99";
        font-family: Icofont;
        position: absolute;
        right: 15px;
        margin-top: -20px;
        font-size: 14px;
        color: #fff;
        width: 25px;
        height: 25px;
        background: #235b8e;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        line-height: 28px;
    }

    #mob .navbar-nav li ul.dropdown-menu {
        position: relative!important;
        transform:none!important;
        top: 5px!important;
        left: 0px;
        margin-bottom: 5px;
        will-change: transform;
        width: 100%;
        top: 5px;
        float: left;
        border:none!important;
    }


    #mob .navbar-nav li ul.dropdown-menu li {
        border:none!important;
    }
    #mob .navbar-nav li ul.dropdown-menu li a {
        font-size:12px;
        color:#242424;
        font-family: Mregular;
        padding:0;
    }

    .navbar-expand-md .navbar-collapse {
        display:none!important;
    }
    .navbar-expand-md .navbar-toggler {
        display:block!important;
    }


    .about .counter-item {
        margin-left:30px;
        float:left;
        margin-right: 50px;
    }

    #sidebar {
        padding-left:15px;
    }

    .welcome-products {
        top:22%;
    }

    .footer-widget__content a {
        color:#fff;
    }

    .footer-copyright span {
        font-size:10px;
    }

}

@media (orientation: landscape) {

    .welcome-content__list ul {
        margin-top:25px!important;
    }
    .welcome-content__list ul li {
        width:calc(100% / 4 - 15px);
    }

    .welcome-content__list ul li:nth-child(2), .welcome-content__list ul li:nth-child(4) {
        margin-right: 15px!important;;
    }

    .welcome-content__list ul li:nth-child(4) {
        margin-right:0!important;
    }
}

@media (max-width: 575px) {
    .about .counter-item::before {
        left: 0;
    }
    .about .counter-item .js-counter {
        padding-left: 20px;
    }
}
@media (max-width: 400px) {
    .about .counter-item span {
        font-size: 26px;
    }
    .about .counter-item::before {
        height: 50px;
    }
    .about .counter-item .js-counter {
        padding-left: 15px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer .footer-widget__title {
        margin-bottom: 10px;
    }
    .footer .footer-newsletter__title span {
        font-size: 16px;
    }
    .footer .footer-copyright {
        margin-top: 0 !important;
    }
}
@media (min-width: 320px) and (max-width: 575px) {
    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    #scrollTopBtn.actived {
        right: 20px;
    }

}
@media print {
    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }
}
.products-full__image figure img {
    max-height: 300px;
    max-width: 500px;
}


.help-block {
    display:none;
}

.alert-success {
    background:#235b8e;
    border-color:#235b8e;
    color:#fff;
    font-size:11px;
}