.small2 {
	font-size: 75% !important;
    line-height: 140% !important;
}

.small2 * {
	font-size: inherit !important;
    line-height: inherit !important;
}

a {color: #FF6E0D}

.color-gray {color: #848D91;}
.color-orange {color: #FF6E0D;}

strong > span,
b > span {
	font-weight: bold;
}

#floating-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #69747a;
    color: #ffffff;
    padding: 10px 0;
    z-index: 1000;
    display: none;
  }
.btn-agree {
    border: 1.5px solid #ffffff;
    background-color: inherit;
    color: #ffffff;
    padding: 7px 56px;
    font-size: 16px;
}

.btn-agree:hover {
   background-color: #ffffff;
    color: #69747a;
}

body {
    background-color: #EFEFEF !important;
}

.container {
        max-width: 1160px !important;
    }

.header {
    background-color: #EFEFEF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    position: relative;
}

.header .navbar {
	padding-top: 0;
    padding-bottom: 0;
}

.navbar .nav-item {
    position: relative;
}
.navbar .nav-item .nav-link {
	line-height: 18px;
}

.language-dropdown {
  position: relative;
  display: inline-block;
}

.img-logo {width: 160px;}

.navbar .nav-item:hover::after {
   background-color: #ff6600;
}

.navbar .language-button {
    border: 2px solid #ff6600;
    border-radius: 1px;
    padding: 5px 18px;
    margin-left: 10px;
    font-size: 20px;
}

.nav-link {
    font-size: 20px;
}

.navbar .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4%;
    transition: background-color 0.3s linear;
    background-color: #69747A;
}

#language-button {
  cursor: pointer;
}

#language-list {
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  padding: 20px 25px;
  margin: 0;
  background-color: #FFFFFF;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
}

#language-list li {
  padding: 5px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
}

#language-list li:hover {
  background-color: #EFEFEF;
}


.fullscreen-nav {
      display:none;
}


.scroll-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    right: 20px;
}

.scroll-to-top button {
    display: none;
    border: none;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top.active button {
    display: block;
}


.products-breadcrumbs {
	
}
.products-breadcrumbs ol {margin: 0;}

.tech-icon {width: 100px;}



input.radio,
input.checkbox {
    position: absolute;
    opacity: 0;
    user-select: none;
}
input.checkbox + label,
input.radio + label {
    position: relative;
    padding: 0 0 0 34px;
    margin: 3px 0px 3px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}
input.checkbox + label:before,
input.radio + label:before{
    content: '';
    display:inline-block; vertical-align:middle;
    margin:0 10px 0 0;
    width: 24px;
    height: 24px;
    border: 1px solid #CDD1DA;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 2px;
    left: 0;
}

input.checkbox:checked + label:before,
input.radio:checked + label:before {
    background-color: #ff6e0d;
    border-color: #ff6e0d;
}


input.checkbox + label:after,
input.radio + label:after {
    content: ' ';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTk5OTcgOC41ODYwM0wxLjcwNjk3IDUuMjkzMDNMMC4yOTI5NjkgNi43MDcwM0w0Ljk5OTk3IDExLjQxNEwxNC43MDcgMS43MDcwM0wxMy4yOTMgMC4yOTMwM0w0Ljk5OTk3IDguNTg2MDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    border: 1px solid #ff6e0d;
    background-position: center center; 
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-size: contain;
    position: absolute;
    left: 2px;
    top: 4px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

input.checkbox:checked + label:after,
input.radio:checked + label:after {
    opacity: 1!important;
}


.form-world-screening {
    padding-left: 100px !important;
	padding-right: 100px !important;
}

.form-world-screening-foot {
    padding-left: 100px;
	padding-right: 100px;
}

.form-world-screening-ol {
	list-style-type: none;
    counter-reset: num;
    margin: 0px 0 0 55px;
    padding: 0px 0 0px 0;
}
.form-world-screening-ol > li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
}
.form-world-screening-ol > li:before {
	content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -55px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100px;
    border: 2px solid #FF6E0D;
    color: #212529;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1199px) {
    
    .container {
        max-width: 760px !important;
    }
    
    .nav-link {
        font-size: 16px;
        font-weight: 300;
    }
    
    .navbar-nav {
        gap: 30px !important;
    }
    
    .nav-item a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .img-logo {
        width: 130px;
    }
	
	.form-world-screening {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.form-world-screening-foot {
		padding-left: 60px ;
		padding-right: 60px;
	}
}

@media (max-width: 767px) {
    
    #navbarNav {
        display: none !important;
    }
    
    .img-logo {
        width: 100px;
    }
    
    .navbar .language-button {
        font-size: 16px !important;
        padding: 2px 12px;
    }
    
    .togglebar {
      cursor: pointer;
      padding: 8px 16px;
      border-radius: 4px;
    }
    
    .fullscreen-nav {
      display:none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #EFEFEF;
      z-index: 999;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #333;
    }
    
    #language-list {
      position: absolute;
      top: 130%;
      right:-100%;
      list-style: none;
      padding: 20px 25px;
      margin: 0;
      background-color: #FFFFFF;
      display: none;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
    }
    
    .nav-link {
        position:relative;
        display: inline-block;
    }
    
    .navbar-mobile .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom:0;
        width: 100%;
        height: 4%;
        transition: background-color 0.3s linear;
        background-color: #69747A;
    }
	.tech-icon {width: 80px;}
	
	.form-world-screening {
		padding: 20px 15px !important;
	}
	.form-world-screening-foot {
		padding: 20px 15px;
		text-align:center;
	}
	.form-world-screening-foot .col-12 {text-align: center;}
	.form-world-screening form {
		gap: 0 !important;
	}
	
}


.jsVideo {
	cursor:pointer; position: relative;
	z-index: 1;
	margin-top:5px;
	margin-bottom:5px;
	line-height: 1;
	width: 100%;
}

.jsVideo:before {
	content: ' ';
	position: absolute;
	z-index: 5;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.2);
	top:0; left: 0;
}
.jsVideo:after {
	content: ' ';
	background-repeat: no-repeat;
	width: 80px;
    height: 80px;
    display: block;
    background-color: #FF6E0D;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNjQ0LjVweCIgaGVpZ2h0PSI2NDQuNXB4IiB2aWV3Qm94PSIwIDAgNjQ0LjUgNjQ0LjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0NC41IDY0NC41IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDEyODAuMDAwMDAwKSBzY2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIj4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzczLjYyMSw5NTU1Ljk0NFY2MzU1bDQ3Ljc3NSwyNy43NzZjMjE2LjY1NSwxMjYuNjYsNDYwNC4yMDUsMjY1Ny42NCw0OTkzLjA3MywyODgwLjk2MQ0KCQljMzc2LjY0NywyMTUuNTQ1LDQ5Ny43NTIsMjkxLjA5Niw0ODguODYzLDI5OS45ODRjLTcuNzc3LDcuNzc3LTgyNS41MTIsNDgyLjE5Ny0xODE4Ljc5NCwxMDU0LjM5DQoJCWMtOTkzLjI4Miw1NzMuMzA0LTIyMjMuMjE4LDEyODMuMjY3LTI3MzMuMTkxLDE1NzcuNjk1Yy01MDkuOTc0LDI5NC40My05MzguODQsNTQxLjA4My05NTIuMTczLDU0OC44Nkw3NzMuNjIxLDEyNzU4Vjk1NTUuOTQ0eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
	background-position: center center;
	background-size: 40px 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: calc(50% - 45px);
    left: calc(50% - 40px);
    border-radius: 200px;
}

.jsVideo.playing:before,
.jsVideo.playing:after {
	display: none;
}
.jsVideo video {
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: auto !important;
	border:none;
}


.post-img {
	height:200px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.row-posts-list .big-post-item .post-item {
	display: flex;
	
}

.row-posts-list .big-post-item .post-img {
	margin-bottom: 0 !important;
	order: 2;
	height: 270px;
}

.row-posts-list .big-post-item .post-item-title {
	background: #171616;
    padding: 20px;
    color: #FFF;
    order: 1;
    flex: 0 0 33%;
}

@media (max-width: 575px) {
	.row-posts-list .big-post-item .post-item {
		flex-direction: column;
	}
	.row-posts-list .big-post-item .post-img {
		height: 50vw;
		order: 1;
	}

	.row-posts-list .big-post-item .post-item-title {
		order: 1;
		flex: 0 0 100%;
		order: 2;
	}
}
