/*.container {
  @media (min-width:@screen-tablet) {
    width: 1024px;
  }
}*/
/*@media (min-width:1600px) {
  .container {
    width: 1570px;
  }
}*/
/*@media (min-width:1024px)and (max-width: 1199px){
  .container{
    width:994px;
  }
}*/
@media (max-width: 767px) {
  .hide_xs {
    display: none;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@font-face {
  font-family: 'comfortaa-light';
  src: url('../font/comfortaa-light.eot');
  src: url('../font/comfortaa-light.eot?#iefix') format('embedded-opentype'), url('../font/comfortaa-light.woff') format('woff'), url('../font/comfortaa-light.woff2') format('woff'), url('../font/comfortaa-light.ttf') format('truetype'), url('../font/comfortaa-light.svg#comfortaa-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'comfortaa-regular';
  src: url('../font/comfortaa-regular.eot');
  src: url('../font/comfortaa-regular.eot?#iefix') format('embedded-opentype'), url('../font/comfortaa-regular.woff') format('woff'), url('../font/comfortaa-regular.woff2') format('woff'), url('../font/comfortaa-regular.ttf') format('truetype'), url('../font/comfortaa-regular.svg#comfortaa-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'comfortaa-bold';
  src: url('../font/comfortaa-bold.eot');
  src: url('../font/comfortaa-bold.eot?#iefix') format('embedded-opentype'), url('../font/comfortaa-bold.woff') format('woff'), url('../font/comfortaa-bold.woff2') format('woff'), url('../font/comfortaa-bold.ttf') format('truetype'), url('../font/comfortaa-bold.svg#comfortaa-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'onedirection';
  src: url('../font/onedirection.eot');
  src: url('../font/onedirection.eot?#iefix') format('embedded-opentype'), url('../font/onedirection.woff') format('woff'), url('../font/onedirection.woff2') format('woff'), url('../font/onedirection.ttf') format('truetype'), url('../font/onedirection.svg#onedirection') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: #FFE800;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.circle li {
  position: relative;
  padding-left: 15px;
}
ul.circle li:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #000;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
ul.arrows {
  padding-bottom: 40px;
}
ul.arrows li {
  padding: 0 0 18px 20px;
  position: relative;
}
ul.arrows li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.blue {
  color: #004D90;
}
.hide {
  display: none;
}
.error {
  color: red;
}
.success {
  color: green;
}
.gdpr-bar {
  background: #000;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  font-size: 14px;
  padding: 20px 15px;
}
.gdpr-bar button {
  border: 2px solid #FFE800;
  color: #FFE800;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 40px 9px 40px;
  transition: 0.3s ease-out;
  font-weight: 500;
  text-decoration: none !important;
  background-color: transparent;
  cursor: pointer;
}
.gdpr-bar button:hover {
  background-color: #FFE800;
  color: #000;
}
@media (max-width: 575px) {
  .gdpr-bar .btn-cookie {
    margin-top: 15px;
  }
  .gdpr-bar {
    padding: 15px 0 20px 0;
  }
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main ul {
  list-style: circle;
  padding-left: 20px;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1200px) {
  .container.wide {
    max-width: 1555px;
  }
}
.sl-wrapper .sl-close {
  background-image: url(../images/close-pop-up.png);
  background-repeat: no-repeat;
  text-indent: -19999px;
}
.main-slider .slider {
  height: 100vh;
}
.main-slider .slider .image {
  height: 100%;
}
.main-slider .center-image {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.main-slider .w {
  position: relative;
}
.main-slider .bottom-text {
  text-align: center;
  color: #004D90;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: #fff;
}
.main-slider .see-products {
  background: #004D90;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  padding-top: 34px;
  float: right;
}
.main-slider .ab {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 59px;
  left: 50px;
}
.main-slider .slick-dots li {
  display: inline-block;
  width: 3px;
  background: #FFE800;
  text-indent: -1999;
  margin: 0 4px;
  height: 30px;
  vertical-align: bottom;
}
.main-slider .slick-dots li.slick-active {
  height: 50px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
}
header .navi li {
  display: inline-block;
  width: 32.9%;
  text-align: center;
  vertical-align: middle;
}
header .navi li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
header .navi li a:hover:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
}
header .navi.right li {
  width: 24.4%;
}
header .navi.left li {
  width: 20%;
}
header .navi.left li.custom {
  width: 10%;
}
.center-title {
  color: #004D90;
  font-weight: 700;
  font-size: 33px;
  line-height: 35px;
  padding-bottom: 34px;
}
.center-title span {
  color: #000;
}
.center-title.white {
  color: #fff;
}
@media (min-width: 1200px) {
  .center-title.big {
    font-size: 44px;
  }
}
.md-title {
  color: #004D90;
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  padding-bottom: 20px;
}
.blue-btn {
  color: #fff;
}
.blue-btn:hover {
  color: #004D90;
  cursor: pointer;
}
.blue-btn a {
  background: #004D90;
  border: 2px solid #004D90;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 7px 32px 7px 32px;
  transition: 0.3s ease-out;
}
.blue-btn a:hover {
  background: transparent;
  color: #004D90;
}
.yellow-btn a {
  background: #FFE800;
  border: 2px solid #FFE800;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 40px 9px 40px;
  transition: 0.3s ease-out;
  font-weight: 500;
}
@media (max-width: 991px) {
  .articol .yellow-btn a {
    display: none;
  }
}

.yellow-btn a.lower {
  text-transform: inherit;
}
.yellow-btn a:hover {
  background: transparent;
}
.yellow-b-btn a {
  border: 2px solid #FFE800;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 40px 9px 40px;
  transition: 0.3s ease-out;
  font-weight: 500;
}
.yellow-b-btn a.lower {
  text-transform: inherit;
}
.yellow-b-btn a:hover {
  background: #FFE800;
  color: #000 !important;
}
.section1 {
  background: #F2F2F2;
  padding: 100px 0 80px 0;
}
.section1 .box {
  background: #fff;
  padding: 35px 30px 20px 30px;
  height: 100%;
}
.section1 .box .img {
  text-align: center;
  padding-bottom: 15px;
}
.section1 .box .title {
  color: #004D90;
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 30px;
  text-align: center;
}
.section1 .box p {
  color: #004D90;
}
.section2 {
  height: 500px;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 60px;
}
.section2 .text {
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 44px;
  padding-top: 208px;
}
.section2 .text span {
  color: #FFE800;
}
.section3 {
  padding-bottom: 80px;
}
.section4 {
  background: #FBFBFB;
  padding-top: 50px;
}
footer {
  padding-bottom: 50px;
  border-top: 1px solid #efefef;
}
footer .newsletter {
  padding: 80px 0 100px 0;
}
footer .newsletter input[type="text"] {
  border: 0;
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
  height: 38px;
}
footer .newsletter input[type="text"]::placeholder {
  font-size: 16px;
}
footer .newsletter input[type="submit"] {
  background: #FFE800;
  border: 2px solid #FFE800;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 32px 7px 32px;
  transition: 0.3s ease-out;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
}
footer .newsletter input[type="submit"]:hover {
  background: transparent;
}
footer .quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .quick-links li {
  font-weight: 600;
  color: #004D90;
  display: inline-block;
  padding-right: 10px;
}
footer .social {
  display: inline-block;
  vertical-align: bottom;
}
footer .social li {
  display: inline-block;
  padding-left: 15px;
}
footer .copy {
  font-weight: 600;
  color: #004D90;
  display: inline-block;
  padding-right: 20px;
  vertical-align: bottom;
}
footer .back-to-top {
  cursor: pointer;
}
.nav-opened .main-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1448px) {
  header .navi li {
    width: 32.7%;
  }
}
header.mobile {
  display: none;
}
@media (max-width: 1200px) {
  header.desktop {
    display: none;
  }
  header.mobile {
    display: block;
  }
  header .main-menu {
    overflow-y: auto;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #003d72;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
  }
  header.mobile .toggle {
    cursor: pointer;
    padding-top: 14px;
  }
  header .main-menu .close-btn {
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: pointer;
  }
  header .main-menu .logo {
    padding-left: 20px;
    padding-bottom: 70px;
  }
  header .main-menu .nav-mobile {
    color: #fff;
  }
  header .main-menu .nav-mobile li {
    padding-bottom: 15px;
    text-align: center;
  }
  header .main-menu .nav-mobile li a {
    font-weight: 700;
    font-size: 23px;
    position: relative;
  }
  header .main-menu .nav-mobile li a.active:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -1px;
  }
  header .main-menu .social {
    position: absolute;
    bottom: 44px;
    text-align: center;
    left: 0;
    right: 0;
  }
  header .main-menu .social li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
  }
  .section4 .yellow-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .main-slider .bottom-text {
    font-size: 18px;
    padding: 35px 20px;
    line-height: 20px;
  }
  .main-slider .slick-dots {
    position: absolute;
    bottom: 90px;
    left: 10px;
  }
  footer {
    padding-bottom: 15px;
  }
  footer .newsletter {
    padding: 50px 0 65px 0;
  }
  footer .newsletter input[type="text"] {
    margin-bottom: 20px;
  }
  footer .newsletter .w-submit {
    text-align: center;
  }
  footer .newsletter input[type="submit"] {
    width: 165px;
  }
  footer .quick-links {
    text-align: center;
  }
  footer .quick-links li {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  footer .copy {
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
  }
  footer .social {
    padding-bottom: 20px;
  }
  .section3 .yellow-btn {
    text-align: center;
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .section1 {
    background: #F2F2F2;
    padding: 60px 0 60px 0;
  }
  .main-slider .slick-dots {
    position: absolute;
    bottom: 109px;
    left: 10px;
  }
  .center-title {
    font-size: 28px;
    line-height: 31px;
  }
  .section1 .box {
    height: 390px;
  }
  .slick-on-mobile .slick-slide {
    height: auto;
  }
  .section1 .box .img img {
    display: initial;
  }
  .section1 .box .title {
    font-size: 18px;
    padding-bottom: 11px;
  }
  .section2 {
    height: 300px;
    margin-bottom: 50px;
  }
  .section2 .text {
    font-size: 22px;
    line-height: 30px;
    padding-top: 70px;
    text-align: center;
  }
  .section3 {
    padding-bottom: 40px;
  }
  .section3 .center-title {
    text-align: center;
  }
  .section3 .blue-btn {
    margin-top: 30px;
    display: none;
  }
  .section3 img {
    margin-top: 20px;
  }
  .section4 p {
    text-align: left;
  }
}
@media (max-width: 365px) {
  .section1 .box {
    height: 430px;
  }
}
.simple-image {
  height: 390px;
  margin-bottom: 50px;
}
.simple-image.xs {
  height: 300px;
  position: relative;
}
.simple-image.xs .title {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
}
.simple-image.xl {
  height: 500px;
}
.w-cookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 22;
}
.w-cookies .cookies {
  background: #004D90;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 50px 50px 50px 50px;
  text-align: center;
}
@media (max-width: 640px) {
  .w-cookies .cookies {
    width: 95%;
    padding: 50px 20px 50px 20px;
  }
}
.w-cookies .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.w-cookies .img {
  padding-bottom: 20px;
}
.w-cookies p {
  padding-bottom: 24px;
}
.w-cookies .yellow-b-btn a {
  color: #FFE800;
}
.mit-uri .mit {
  padding-bottom: 7px;
}
.mit-uri .title {
  font-size: 20px;
  color: #004D90;
  font-weight: 700;
  line-height: 25px;
  width: 64%;
  padding-bottom: 20px;
}
.mit-uri .realitate {
  color: #004D90;
  font-weight: 500;
  padding-bottom: 30px;
}
/*Responsive*/
@media (max-width: 991px) {
  .simple-image.xl {
    height: 400px;
  }
  .left-right .img {
    margin-bottom: 30px;
  }
  .mit-uri .title {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .simple-image {
    height: 250px;
  }
  .simple-image.xl {
    height: 250px;
  }
}
.mit-single-sec {
  margin-bottom: 60px;
}
.mit-single-sec .mit {
  color: #004D90;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 40px;
}
.mit-single-sec .realitate {
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  padding-bottom: 40px;
}
.mit-single-sec .realitate span {
  position: relative;
}
.mit-single-sec .realitate span:before {
  content: '';
  height: 7px;
  width: 100%;
  position: absolute;
  background: #FFE800;
  bottom: 3px;
}
.mit-single-sec ul {
  padding-bottom: 50px;
}
.mit-single-sec ul li {
  padding: 0 0 18px 20px;
  position: relative;
}
.mit-single-sec ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.mit-single-sec .blod-text {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 75px;
}
.mit-single-sec .image {
  margin-bottom: 50px;
}
.mit-single-sec .yellow-b-btn a {
  padding: 9px 26px 9px 25px;
}
/* @Responsive */
@media (max-width: 991px) {
  .mit-single-sec .yellow-b-btn {
    margin-bottom: 35px;
    text-align: center;
  }
  .mit-single-sec .yellow-btn {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .mit-single-sec .mit {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 30px;
  }
  .mit-single-sec .realitate {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 30px;
    text-align: center;
  }
  .mit-single-sec .realitate span:before {
    height: 3px;
  }
  .mit-single-sec ul {
    padding-bottom: 28px;
  }
  .mit-single-sec .blod-text {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
.contact-sec .left {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-sec .right {
  padding: 230px 0 130px 70px;
  color: #fff;
}
.contact-sec .title {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 15px;
}
.contact-sec .contact-form {
  width: 445px;
  padding-bottom: 80px;
}
.contact-sec .w-input {
  padding-bottom: 20px;
}
.contact-sec input[type="text"] {
  width: 100%;
  height: 35px;
  border: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px;
}
.contact-sec input[type="text"]::placeholder {
  color: #fff;
}
.contact-sec textarea {
  height: 100px;
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
}
.contact-sec textarea::placeholder {
  color: #fff;
}
.contact-sec input[type="submit"] {
  background: #FFE800;
  border: 2px solid #FFE800;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 40px 7px 40px;
  transition: 0.3s ease-out;
  font-weight: 500;
  cursor: pointer;
}
/*REsponsive*/
@media (max-width: 1200px) {
  .contact-sec .right {
    padding: 180px 20px 70px 20px;
  }
  .contact-sec .contact-form {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .contact-sec .right {
    padding: 130px 20px 50px 20px;
  }
}
.or-sec-1 {
  margin-bottom: 70px;
}
.or-sec-1 .blue-box {
  background: #004D90;
  color: #fff;
  padding: 60px 50px 50px 50px;
  margin: 60px 0 60px 20px;
}
.or-sec-1 .blue-box .title {
  font-weight: 700;
  font-size: 33px;
  padding-bottom: 30px;
}
.pb-5.gray-boxes {
  background: #FBFBFB;
  padding-top: 40px;
  margin-bottom: 40px;
}
.pb-5.gray-boxes .box {
  height: 100%;
  background-color: #fff;
  padding: 30px 20px 10px 20px;
}
.pb-5.gray-boxes .box.gray {
  background: #ebeef7;
}
.pb-5.gray-boxes .box img {
  margin-bottom: 5px;
}
.pb-5.gray-boxes .box .title {
  font-weight: 700;
  color: #004D90;
  font-size: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .or-sec-1 .bg {
    background-image: none !important;
    background: #FBFBFB;
  }
  .or-sec-1 .blue-box {
    padding: 30px 30px 20px 30px;
    margin: 30px 0 30px 0;
  }
  .pb-5.gray-boxes {
    margin-bottom: 0;
  }
}
.numbers {
  padding-bottom: 70px;
}
.numbers .yellow {
  background: #FFF7A5;
  height: 100%;
  padding-left: 30px;
}
.numbers .yellow .title {
  color: #004D90;
  font-weight: 700;
  font-size: 28px;
  padding-top: 10px;
}
.numbers .blue {
  background: #004D90;
  padding: 30px 45px 30px 45px;
  height: 100%;
}
.numbers .blue .title {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 25px;
}
.numbers .blue .title span {
  font-size: 30px;
}
.numbers .blue .title span.xs {
  font-weight: 300;
  font-size: 21px;
}
@media (max-width: 991px) {
  .numbers {
    padding-bottom: 50px;
  }
  .numbers .yellow {
    padding-bottom: 20px;
  }
  .numbers .blue {
    padding: 30px 15px 30px 15px;
  }
}
.blue-border {
  width: 222px;
  height: 2px;
  background: #004D90;
  margin: 0 auto 33px auto;
}
.reciclare-bg {
  height: 700;
  padding-top: 111px;
  margin-bottom: 50px;
}
.reciclare-bg .title {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  padding-bottom: 170px;
}
.reciclare-bg .title span {
  font-weight: 500;
  font-size: 18px;
}
.reciclare-gray-sec {
  background: #F2F2F2;
  padding: 70px 0 340px 0;
}
.reciclare-gray-sec .custom {
  font-size: 68px;
  line-height: 70px;
}
.reciclare-blue-sec {
  background: #004D90;
  color: #fff;
  padding: 111px 0 100px 0;
  margin-top: -300px;
  margin-bottom: 100px;
}
.reciclare-blue-sec .center-title {
  padding-bottom: 86px;
}
.reciclare-blue-sec .yellow-nr {
  color: #FFE800;
  font-weight: 700;
  font-size: 100px;
  line-height: 111px;
}
.reciclare-pr-sec {
  background: #F2F2F2;
  padding: 50px 0 50px 0;
}
.reciclare-pr-sec .slick-slide {
  height: auto;
}
/*@Responsive*/
@media (max-width: 991px) {
  .reciclare-bg {
    height: auto;
    padding: 50px 0 50px 0;
    text-align: center;
  }
  .reciclare-bg .title {
    padding-bottom: 50px;
  }
  .reciclare-bg .img1 {
    padding-bottom: 50px;
  }
  .reciclare-gray-sec {
    padding: 70px 0 40px 0;
  }
  .reciclare-blue-sec {
    padding: 60px 20px 60px 20px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .reciclare-blue-sec .center-title {
    padding-bottom: 37px;
  }
}
.error-msg {
  color: red;
}
.newsletter .invalid-tooltip {
  color: red;
  position: static;
  background: transparent;
}

.test-sec {
  margin-bottom: 35px;
}
.test-sec .custom {
  padding: 60px 50px 60px 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.test-sec.articol .custom {
  display: flow-root;
}

.test-sec .white-box {
  background: #fff;
  width: 50%;
  padding: 50px 75px 60px 40px;
}
.test-sec .white-box .title1 {
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 28px;
}
.test-sec .white-box .title2 {
  color: #004D90;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  padding-bottom: 5px;
}
.test-sec .white-box .title3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 20px;
}
.test-sec .white-box .yellow-btn {
  margin-top: 44px;
}
.test-sec.right .white-box {
  float: right;
}
/*REsponsive*/
@media (max-width: 991px) {
  .test-sec .custom {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-top: 0;
    background-image: none !important;
  }
  .test-sec .white-box {
    width: 100%;
    padding: 0;
  }
  .test-sec {
    margin-bottom: 50px;
  }
  .test-sec .white-box .title2 {
    font-size: 23px;
    line-height: 28px;
  }
  .test-sec .white-box .title3 {
    font-size: 20px;
    line-height: 25px;
  }
  .test-sec .white-box .title1 {
    padding-bottom: 20px;
  }
}
.w-text-pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
  background-repeat: no-repeat;
  background-position: center right;
}
.w-text-pop .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-text-pop .back {
  text-transform: uppercase;
  padding: 30px 15px 0 60px;
  font-weight: 500;
  font-size: 16px;
}
.w-text-pop .back span {
  color: #004D90;
  text-transform: initial;
}
.w-text-pop .text-pop-up {
  background: #fff;
  width: 700px;
  margin: 0 auto;
  padding: 60px 60px 60px 60px;
}
.w-text-pop .text-pop-up .text-icon-md {
  padding-bottom: 25px;
}
.w-text-pop .text-pop-up .yellow {
  color: #ffe800;
  font-weight: 700;
  font-size: 45px;
  line-height: 31px;
  padding-bottom: 5px;
}
.w-text-pop .text-pop-up .green {
  color: #00b052;
  font-weight: 700;
  font-size: 45px;
  line-height: 31px;
  padding-bottom: 5px;
}
.w-text-pop .text-pop-up .red {
  color: #ff3f31;
  font-weight: 700;
  font-size: 45px;
  line-height: 31px;
  padding-bottom: 5px;
}
.w-text-pop .text-pop-up .title1 {
  color: #004D90;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  padding-bottom: 5px;
}
.w-text-pop .text-pop-up .title1 span {
  color: #000;
}
.w-text-pop .text-pop-up .title2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  padding-bottom: 20px;
}
.w-text-pop .text-pop-up .title2 span {
  color: #000;
}
.w-text-pop .text-pop-up .yellow-btn {
  text-align: center;
  padding-top: 50px;
}
.w-text-pop .w-progres-bar {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.w-text-pop .w-progres-bar .progres-bar {
  background: #fff;
  height: 7px;
  border-radius: 5px;
}
.w-text-pop .w-progres-bar .yellow-bar {
  background: #FFE800;
}
.w-text-pop .w-progres-bar .left {
  color: #707070;
  font-size: 15px;
  float: left;
  padding-bottom: 7px;
}
.w-text-pop .w-progres-bar .right {
  font-size: 15px;
  float: right;
  padding-bottom: 7px;
}
.w-text-pop .title3 {
  font-weight: 700;
  color: #004D90;
  font-size: 25px;
  padding-bottom: 20px;
}
.w-text-pop .btns {
  padding: 0 30px 50px 30px;
}
.w-text-pop .btns .yellow-xl-btn {
  width: 49%;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
}
.w-text-pop .btns .yellow-xl-btn a {
  background: #FFE800;
  border: 1px solid #FFE800;
  display: block;
  padding: 35px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.w-text-pop .btns .yellow-xl-btn a:hover {
  background: transparent;
}
.w-text-pop .true {
  color: #00B052;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
}
.w-text-pop .true img {
  display: inline-block;
}
.w-text-pop .false {
  color: #FF3F31;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
}
.w-text-pop .false img {
  display: inline-block;
}
.w-text-pop .w-btn {
  text-align: right;
  padding-top: 30px;
}
.w-text-pop .w-btn a {
  font-weight: 700;
}
/*REsponsive*/
@media (min-width: 1200px) and (max-height: 785px) {
  .w-text-pop .middle {
    top: 80px;
    transform: translate(-50%);
  }
  .w-text-pop {
    overflow-y: scroll;
  }
  .w-text-pop::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1200px) {
  .w-text-pop {
    overflow-y: scroll;
  }
  .w-text-pop::-webkit-scrollbar {
    display: none;
  }
  .w-text-pop .middle {
    position: static;
    transform: none;
    padding-top: 33px;
  }
}
@media (max-width: 768px) {
  .w-text-pop .back {
    padding: 20px;
    font-size: 15px;
  }
  .w-text-pop .w-progres-bar {
    width: 95%;
  }
  .w-text-pop .text-pop-up {
    width: 95%;
    padding: 15px 15px 40px 15px;
    margin-bottom: 30px;
  }
  .w-text-pop .text-pop-up .title1 {
    font-size: 18px;
    line-height: 23px;
  }
  .w-text-pop .title3 {
    font-size: 19px;
  }
  .w-text-pop .btns {
    padding: 0 0 30px 0;
  }
  .w-text-pop .btns .yellow-xl-btn {
    padding: 0 5px;
  }
  .w-text-pop .btns .yellow-xl-btn a {
    padding: 22px 0;
    font-size: 14px;
  }
  .w-text-pop .w-btn {
    padding-top: 7px;
    padding-right: 10px;
  }
}
