html,body {padding: 0px;margin: 0px;font-size: 14px;font-weight: normal;width: 100%;text-align: center;color: #000000;font-family: Verdana, Arial;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;overflow-x: hidden;-webkit-text-size-adjust: 100%;}

body{
	
	 
}

h1, h2, h3, h4, h5 {padding: 0px; margin: 0px}
div{ padding: 0px;margin: 0px;}
a {	padding: 0px; margin: 0px; color: #000000 }
img {border: 0px none;padding: 0px;	margin: 0px;}
b, strong, .bold {font-weight: bold}
ul{margin-bottom: 0px;}


textarea, input {resize: none; outline: none; font-family: inherit;}
* {box-sizing: border-box;}
li{list-style: none;}
a{text-decoration: none;}
a:hover{text-decoration: none; transition: all 0.5s ease;}
a:hover{color: #009EE3;}
.clear {clear: both; overflow: auto}
.left {float: left}
.right {float: right}

.text-right{text-align: right}
.text-left{text-align: left}
.text-center{text-align: center}
img{max-width: 100%;}
.btn-b-blue{background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%);text-align: center;text-transform: uppercase;transition: all 0.5s ease;background-size: 200% auto; padding: 0px; width: 270px; position: relative; text-align: left; border-radius: 60px;border: 0px;-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);}
.btn-b-blue:hover{    background-position: right center;}
.btn-b-blue span{height: 48px; line-height: 48px; color: #fff; font-size: 14px; padding-left: 32px; letter-spacing: 2.8px;}
.btn-b-blue .icon_arrow-right{position: absolute; right: 0px; background: #fff; display: block; width: 25%; top: 0px; height: 100%; border-top-right-radius: 22px; border-bottom-right-radius: 22px;}
.btn-b-blue .icon_arrow-right:before {text-align: center;width: 100%;display: block;line-height: 48px; transition: all 0.5s ease;}
.btn-b-blue:hover .icon_arrow-right:before{padding-left: 10px;}

.localizer{text-align: left; font-size: 12px; color: #000; padding-top: 24px; padding-bottom: 40px;}
.localizer .active-page{font-weight: bold;}
.localizer a{padding-right: 32px; position: relative;}
.localizer a:after {content: '\e913';position: absolute;right: 8px;color: #000;font-family: 'icon_eurofoam' !important;font-size: 12px;}
.error-link-word{background-image: linear-gradient(to right, #00CEF2 0%, #00CEF2 51%, #00CEF2 100%);background-size: 200% auto;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 200px;font-weight: 800;animation: pulse 5s infinite;display: block;line-height: initial;margin-top: 50px;margin-bottom: 50px;}
.page-error-wrapper a{display: block; color: #fff; width: 80%; text-align: center; margin: auto;}

.visible {display: block !important}
.hidden {display: none !important}
header{background: #fff; -webkit-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.1);-moz-box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.1);box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.1);}
.header-wrapper{padding-top: 32px; padding-bottom: 32px;}
.header-wrapper .logo-wrapper img{width: 85px;transition: all 0.5s ease}
.header-wrapper .logo-wrapper{height: 69px; line-height: 69px; text-align: left;}
.header-wrapper .menu-top .parents-wrapper{display: flex; width: 100%; float: right; justify-content: space-between; line-height: 69px; height: 69px;}
.header-wrapper .language-bar ul{display: inline-block; line-height: 69px; height: 69px;}
.header-wrapper .language-bar ul li{padding-right: 16px; padding-left: 16px;float: left; position: relative; text-transform: uppercase; transition: all 0.5s ease;}
.header-wrapper .language-bar ul li a{position: relative;}
.header-wrapper .language-bar ul li a:after{    content: '';position: absolute;height: 4px;width: 0%;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%);background-size: 200% auto;bottom: -10px; left: 0px;   border-radius: 100px;transition: all 0.5s ease;}
.header-wrapper .language-bar ul li:hover a:after{width: 100%;}
.header-wrapper .language-bar ul li:hover a{color: #000;}
.header-wrapper .language-bar ul li.active{font-weight: bold;}
.header-wrapper .language-bar ul li:before{content:''; background: #00344C; height: 20px; width: 1px; position: absolute; right: 0; top:24px;}
.header-wrapper .language-bar ul li:last-child:before{display: none;}
.header-wrapper .search-form-block{display: none;}
.header-wrapper .search-form-block input#search-input {padding-left:24px; width: calc(100% - 56px);float: left;height: 64px;border: 0px;outline: none;box-shadow: none;line-height: 64px;font-size: 14px;letter-spacing: 0.06em;color: #808080;}
.header-wrapper .search-form-block button.button-search {height: 48px;width: 48px;line-height: 48px;border: 0px;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%);background-size: 200% auto;position: absolute;right: 8px;top: 8px;color: #fff;border-radius: 48px;font-size: 18px;z-index: 2;}
.header-wrapper .search-wrapper .search-button{color: #00344C;font-size: 20px;line-height: 69px; cursor: pointer; transition: all 0.5s ease;}
.header-wrapper .search-wrapper .search-button:hover{color: #009EE3;}
.header-wrapper .search-wrapper .search-button.exit .icon_search:before{content: '\e906';}
.header-wrapper .menu-top .parents-wrapper li{position: relative;}
.header-wrapper .menu-top .parents-wrapper li:before {content: '';position: absolute;height: 4px;width: 0%;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%); background-size: 200% auto; bottom: 16px; border-radius: 100px; transition: all 0.5s ease;}
.header-wrapper .menu-top .parents-wrapper li.active:before, .header-wrapper .menu-top .parents-wrapper li:hover:before{width: 50%;}
.header-wrapper .menu-top .parents-wrapper li a:hover{color: #000;}
header.header-wrapper.fixed {position: fixed;top: 0;width: 100%;left: 0;background: #fff;z-index: 99;padding: 0px;}
.header-wrapper.fixed .logo-wrapper img{width: 65px;}
.content-wrapper.fixed {margin-top: 138px;}
span.icon_arrow_down.mobile-menu-arrow{display: none;}

.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper {position: absolute;top:65px; padding: 0px;background: #fff;z-index: 9;min-width: 400px;height: 0px;overflow: hidden;opacity: 0;transition: all 0.5s ease;border-radius: 10px;-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.35);-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.35);box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.35);}
.header-wrapper .menu-top .parents-wrapper li:hover .children-wrapper{opacity: 1; height: auto;}
.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper li {height: 60px;line-height: 60px; text-align: left; padding-left: 30px; padding-right: 30px;}

footer{padding-bottom: 40px; text-align: left;}
footer .footer.container{padding-top: 80px; border-top:2px solid #e4e6f1}
footer ul li{font-size: 14px; letter-spacing: 0.42px; line-height: 14px; margin-bottom: 20px;}
footer ul{padding-left: 0px;}
footer .title{color: #00344C; font-size: 16px; font-weight: bold; margin-bottom: 40px; letter-spacing: 0.96px;}
footer .footer-info{margin-bottom: 40px;}
footer .footer-up{position: relative; }
footer .footer-up .text{line-height: 80px; font-size: 14px; letter-spacing:2.8px; text-transform: uppercase; margin-right: 32px; display: inline-block;}
footer .footer-up .button-action{float: right; height: 80px; background: #fff; position: relative; z-index: 2; padding-left: 20px;}
footer .footer-up{position: relative; height: 80px;}
footer .footer-up:before{position: absolute; height: 1px; content: ''; left: 0px; width: 100%; background: #e4e6f1; top:40px;}
footer .footer-up .up-page{width: 80px; height: 80px; border-radius: 80px; text-align: center;-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20); display: inline-block; line-height: 80px; cursor: pointer; font-size: 24px;}

.homepage-slider{margin-bottom: 120px;}
.homepage-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin-bottom: 16px;}
.homepage-slider .swiper-pagination-bullet{width: 11px; height: 11px; background: #fff; opacity: 1;}
.homepage-slider .swiper-pagination-bullet-active{    background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%); background-size: 200% auto;}
.homepage-slider.swiper-container-horizontal > .swiper-pagination-bullets{bottom: auto;left: auto;right: calc((100% - 1140px) / 2); width: 30px;text-align: right;top: 40px;}
.homepage-slider.swiper-container {width: 100%;height: 680px;}
.homepage-slider.swiper-container .slider-element-image {height: 100%;background-size: cover!important;background-position: center!important;background-repeat: no-repeat!important;position: relative;z-index: 1;}
.homepage-slider.swiper-container .slider-element-image:before{z-index: 1; background: #000; opacity: 0.2; content: ''; position: absolute; left: 0;top: 0; width: 100%; height: 100%;}
.homepage-slider.swiper-container .text-box{position: absolute; top: 95px; width: 400px; left: calc((100% - 1140px) / 2); z-index: 2; color: #fff; text-align: left;}
.homepage-slider.swiper-container .text-box .small-text{font-size: 32px; line-height: 48px;}
.homepage-slider.swiper-container .text-box .big-text{font-size: 56px; line-height: 68px; font-weight: bold;}

.homepage-sliders-buttons {width: 140px;position: absolute;bottom: 140px;left: 0;right: 0;margin: auto;height: 48px;background: #fff;z-index: 20;border-radius: 60px;-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);}
.homepage-sliders-buttons .swiper-button-next, .homepage-sliders-buttons .swiper-button-prev{ background: none; font-family: 'icon_eurofoam' !important; line-height: 44px;}
.homepage-sliders-buttons .swiper-button-prev{left: 32px; transition: all .5s ease;}
.homepage-sliders-buttons .swiper-button-prev:hover{left: 27px;}
.homepage-sliders-buttons .swiper-button-prev:before{content: '\e902'}
.homepage-sliders-buttons .swiper-button-next{right: 32px; transition: all .5s ease;}
.homepage-sliders-buttons .swiper-button-next:hover{right: 27px;}
.homepage-sliders-buttons .swiper-button-next:before{content: '\e903'}

.homepage .slider-socials{position: fixed; z-index: 2; right: 0px; top:160px; width: 64px; z-index: 99;}
.homepage .slider-socials ul{padding-left: 0px;}
.homepage .slider-socials ul li{width: 64px; height: 48px; background: #fff; line-height: 48px; margin-bottom: 8px; border-top-left-radius: 60px; border-bottom-left-radius: 60px;-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);}
.homepage .slider-socials ul li a{display: block; transition: all 0.5s ease;}
.homepage .slider-socials ul li a .icon_mail{font-size: 18px; line-height: inherit;}
.homepage .slider-socials ul li a .icon_phone{font-size: 26px; position: relative; top:5px;}

.homepage-slider-shortcuts {position: absolute;z-index: 20;bottom: 0;width: 100%;left: 0px;height: 96px;}
.homepage-slider-shortcuts ul{padding-left: 0px;}
.homepage-slider-shortcuts ul li{display: inline-block; width: 25%; height: 96px; float: left; text-align: left; position: relative;}
.homepage-slider-shortcuts ul li:before{background:#009EE3; content: ''; width: 100%; height: 100%; opacity: 0.7; position: absolute; left: 0px; top:0px; transition:  0.5s ease opacity;}
.homepage-slider-shortcuts ul li:hover:before{opacity: 1;}
.homepage-slider-shortcuts ul li:nth-child(2n):before{background-color: #00344C}
.homepage-slider-shortcuts ul li a{display: block; color: #fff; font-size: 20px; line-height: 28px; font-weight: bold; padding-top: 21px; padding-left: 48px; position: relative; z-index: 2; height: 100%;}
.homepage-slider-shortcuts ul li a span{color: #000000; width: 80px; height: 48px; line-height: 48px; position: absolute; right: 0px; bottom: 0px; background: #fff; text-align: center; border-top-left-radius: 30px; font-size: 14px;}
.homepage-slider-shortcuts ul li a span:before{transition: all 0.5s ease;}
.homepage-slider-shortcuts ul li:hover a span:before{padding-left: 10px;}


.homepage-about-company-wrapper{margin-bottom: 120px;}
.homepage-about-company-wrapper{text-align: left;}
.homepage-about-company-wrapper .title{color: #00344C; font-size: 32px;line-height: 48px; margin-bottom: 56px; letter-spacing: 0px;}
.homepage-about-company-wrapper p{letter-spacing: 0.42px; font-size: 14px; line-height: 36px; margin-bottom: 60px;}
.homepage-about-company-wrapper a{position: relative; text-transform: uppercase; font-size: 14px; letter-spacing: 2.8px;}
.homepage-about-company-wrapper a .icon_arrow-right{font-size: 14px; margin-left: 30px; transition: all 0.5s ease;}
.homepage-about-company-wrapper a:hover .icon_arrow-right{margin-left: 35px;}
.homepage-about-company-wrapper a:hover{color: #000;}

.background-with-cta-wrapper{background-size: cover!important; background-repeat: no-repeat!important; background-position: top!important; padding-top: 65px; padding-bottom: 65px; position: relative;}
.background-with-cta-wrapper:before{position: absolute; z-index: 1; background: #000; width: 100%; height: 100%; opacity: 0.2; content: '';left: 0px; top:0px;}
.background-with-cta-wrapper .small-text{font-size: 32px; margin-bottom: 14px; line-height: 48px; color: #fff; z-index: 2; position: relative;}
.background-with-cta-wrapper .bolder-text{font-size: 48px; line-height: 58px; font-weight: bold; color: #fff; z-index: 2; position: relative; text-transform: uppercase;}
.background-with-cta-wrapper .btn-b-blue{margin-top: 43px; z-index: 2; position: relative;}

.info-fixed-form{position: fixed; width: 600px;height: 200px; padding: 40px; -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20); background: #fff;left: 0px; right: 0px; top:0px; bottom: 0px; margin:auto;border-radius: 60px; display: none;}
.info-fixed-form p{position: relative;top: 50%;-webkit-transform: translate(0, -50%);-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}


.homepage-news-slider{margin-top: 120px; margin-bottom: 120px;}
.homepage-news-slider .top-block{margin-bottom: 56px;}
.homepage-news-slider .top-block .title{color: #00344C; font-size: 32px; line-height: 48px;}
.homepage-news-slider .top-block a{position: relative; text-transform: uppercase; font-size: 14px; letter-spacing: 2.8px; top: 15px;}
.homepage-news-slider .top-block a .icon_arrow-right{font-size: 14px; margin-left: 30px;  transition: 0.5s ease all;position: relative;left: 0px;}
.homepage-news-slider .top-block a:hover{color: #000;}
.homepage-news-slider .top-block a:hover .icon_arrow-right{left: 5px; position: relative;}
.homepage-news-slider .box-img{height: 300px; background-size: cover!important; background-repeat: no-repeat!important; background-position: center!important;margin-bottom: 56px; cursor: pointer;}
.homepage-news-slider .box-img.empty {background-size: initial!important;}
.homepage-news-slider .news-info{text-align: left;}
.homepage-news-slider .news-info .title{font-size: 16px; color: #00344C; line-height: 32px; letter-spacing: 0.96px; font-weight: bold; margin-bottom: 32px;}
.homepage-news-slider .news-info .title a{color: #00344C; transition: all 0.5s ease;}
.homepage-news-slider .news-info .title a:hover{color: #009EE3;}
.homepage-news-slider .news-info .excerpt{font-size: 14px; line-height: 32px; color: #000; letter-spacing: 0.42px; margin-bottom: 32px;}
.homepage-news-slider .news-info .date{font-size: 14px; line-height: 32px; color: #000; letter-spacing:2.8px;}
.homepage-news-sliders-buttons {width: 140px;position: absolute;top: 0px;left: 0;margin: auto;height: 48px;background: #fff;z-index: 20;border-bottom-right-radius: 30px;}
.homepage-news-sliders-buttons .swiper-button-next, .homepage-news-sliders-buttons .swiper-button-prev{ background: none; font-family: 'icon_eurofoam' !important; line-height: 36px;}
.homepage-news-sliders-buttons .swiper-button-prev{left: 34px;}
.homepage-news-sliders-buttons .swiper-button-prev:before{content: '\e902'}
.homepage-news-sliders-buttons .swiper-button-next{right: 30px;}
.homepage-news-sliders-buttons .swiper-button-next:before{content: '\e903'}

.list-of-news-wrapper .nav-tabs{margin-bottom: 40px; border-bottom:0px;}
.list-of-news-wrapper .nav-tabs .nav-link, .list-of-news-wrapper .nav-tabs .nav-link.active{border:0px;}
.list-of-news-wrapper .nav-tabs .nav-link.active {font-weight: normal;}
.list-of-news-wrapper .nav-link{padding: 0px; margin-right:32px; font-size: 16px; letter-spacing: 0.06em; font-weight: bold;color:#00344C;}
.list-of-news-wrapper .news-content{margin-bottom: 80px;}
.list-of-news-wrapper .box-img{width: 100%; padding-top: 100%; background-size: cover!important; background-repeat: no-repeat!important; background-position: center!important;margin-bottom: 56px; cursor: pointer; position: relative;}
.list-of-news-wrapper .box-img:before{width: 80px; height: 80px; background: #fff; line-height: 80px; text-align: center; font-family: icon_eurofoam; content: '\e903'; font-size: 20px; color: #000; position: absolute; bottom: 0; right: 0; border-top-left-radius: 30px; transition: all 0.5s ease;}
.list-of-news-wrapper .news-content:hover .box-img:before{padding-left: 10px;}
.list-of-news-wrapper .box-img.empty{background-size: initial!important;}
.list-of-news-wrapper .news-info .title{font-size: 16px; color: #00344C; line-height: 32px; letter-spacing: 0.96px; font-weight: bold; margin-bottom: 32px;}
.list-of-news-wrapper .news-info .title a{color: #00344C; transition: all 0.5s ease;}
.list-of-news-wrapper .news-info .title a:hover{color: #009EE3;}
.list-of-news-wrapper .news-info .excerpt{font-size: 14px; line-height: 32px; color: #000; letter-spacing: 0.42px; margin-bottom: 32px;}
.list-of-news-wrapper .news-info .date{font-size: 14px; line-height: 32px; color: #000; letter-spacing:2.8px;}
.posts-images-wrapper.container {padding: 0px;}
.comfort-foam-homepage-list{text-align: left; margin-bottom: 54px;}
.comfort-foam-homepage-list .foam-product{margin-bottom: 40px;}
.comfort-foam-homepage-list .foam-product .box-img{width: 100%; padding-top: 54%; background-size: cover!important; background-repeat: no-repeat!important; background-position:center!important; margin-bottom: 38px; position: relative; cursor: pointer; transition: all 0.5s ease;}
.comfort-foam-homepage-list .foam-product:hover .box-img{    -moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
.comfort-foam-homepage-list .foam-product .box-img span{width: 80px; height: 80px; border-top-left-radius: 30px; background: #fff; position: absolute; right: -1px; bottom: -1px; line-height: 80px; text-align: center; transition: all 0.5 ease;}
.comfort-foam-homepage-list .foam-product .box-img span:before{transition: all 0.5s ease;}

.comfort-foam-homepage-list .foam-product .title{font-size: 16px; line-height: 40px; font-weight: bold; letter-spacing: 0.06em}
.comfort-foam-homepage-list .big-title{font-size: 32px; line-height: 48px; padding-top: 27px; letter-spacing: 0.06em;}
.comfort-foam-homepage-list .big-title span{color: #009EE3; font-weight: bold; letter-spacing: 0.06em;}

.technical-foam-homepage-list{text-align: left; margin-bottom: 56px}
.technical-foam-homepage-list .foam-product{margin-bottom: 40px;}
.technical-foam-homepage-list .foam-product .box-img{width: 100%; padding-top: 54%; background-size: cover!important; background-repeat: no-repeat!important; background-position:center!important; margin-bottom: 38px; position: relative; cursor: pointer; transition: all 0.5s ease;}
.technical-foam-homepage-list .foam-product:hover .box-img{    -moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
.technical-foam-homepage-list .foam-product .box-img span{width: 80px; height: 80px; border-top-left-radius: 30px; background: #fff; position: absolute; right: -1px; bottom: -1px; line-height: 80px; text-align: center; transition: all 0.5 ease;}
.technical-foam-homepage-list .foam-product .box-img span:before{transition: all 0.5s ease;}

.technical-foam-homepage-list .foam-product .title{font-size: 16px; line-height: 40px;font-weight: bold; letter-spacing: 0.06em}
.technical-foam-homepage-list .big-title{font-size: 32px; line-height: 48px;padding-top: 27px;letter-spacing: 0.06em}
.technical-foam-homepage-list .big-title span{color: #009EE3; font-weight: bold; letter-spacing: 0.06em;}

.technical-foam-homepage-list.product-sibilings .foam-product .box-img{height: auto; width: 100%; padding-top: 100%;}

.page-apply p, .media-about-company-header .title, .about-company-story-wrapper .title, .about-company-header h1, .subpage-title h1{color: #00344C; font-size: 32px; line-height: 48px; margin-bottom: 36px;}
.media-about-company-header .excerpt, .about-company-header .excerpt, .subpage-title .excerpt{font-size: 14px; letter-spacing: 0.03em; line-height: 36px;}
.subpage-title{margin-bottom: 80px; text-align: left;}

.list-of-jobs-offer-wrapper{padding-top: 80px; padding-bottom: 88px; background: #F2F2F2; text-align: left;}
.list-of-jobs-offer-wrapper .title{color:#00344C; font-size: 24px; letter-spacing: 0.12em; font-weight: bold; line-height: 29px; margin-bottom: 52px; text-transform: uppercase;}
.list-of-jobs-offer-wrapper .job-data{height: 128px; padding: 24px 23px; -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15); border-radius: 80px; margin-bottom: 32px;width: 83.33%; background: #fff;}
.list-of-jobs-offer-wrapper .job-data .icon_people{font-size:32px;display:block;line-height: 82px; text-align: center; width: 82px; color: #fff;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%); background-size: 200% auto; border-radius: 50px;}
.list-of-jobs-offer-wrapper .job-data .job-main-data{padding-left: 48px; padding-top: 17px; padding-bottom: 17px;}
.list-of-jobs-offer-wrapper .job-data .job-main-data .city-name{letter-spacing: 0.2em; font-size: 14px; text-transform: uppercase; color: #000; margin-bottom: 5px;}
.list-of-jobs-offer-wrapper .job-data .job-main-data .job-name{font-size: 16px; font-weight: bold; color:#00344C; letter-spacing: 0.06em;}
.list-of-jobs-offer-wrapper .job-data .btn-b-blue{margin-top: 16px;float: right;}

.subpage-title.job-offer{margin-bottom: 32px}
.post-info, .job-short-info{margin-bottom: 40px;}
.post-info .date, .job-short-info .date{letter-spacing: 0.2em; font-size: 14px; color: #000; margin-right: 42px;}
.post-info .author, .job-short-info .city-text{letter-spacing: 0.2em; font-size: 14px; color: #000; margin-right: 24px;}
.job-short-info .city{color: #00344C; letter-spacing: 0.03em;}
.job-offer-header-wrapper .job-offer-header{letter-spacing: 0.03em; line-height: 36px; margin-bottom: 30px;text-align: left; font-weight: bold; width: 100%; margin-bottom: 80px;}
.job-offer-header-wrapper .job-offer-header p{width: 75%;}

.job-offer-data{padding-left: 0px; text-align: left;}
.job-offer-data .title{font-size: 16px; font-weight: bold; color: #00344C; letter-spacing: 0.06em; line-height: 32px; width: 70%;}
.job-offer-data .details{line-height: 36px; letter-spacing: 0.03em; font-size: 14px;}
.job-offer-data .details p{margin-bottom: 0px;}
.excerpt ul, .job-offer-data .details ul{padding-left: 0px;}
.excerpt ul li,.job-offer-data .details ul li{margin-bottom: 18px; position: relative; padding-left: 40px;}
.excerpt ul li:before, .job-offer-data .details ul li:before{position: absolute; width: 8px; height: 8px; border-radius: 8px; content: ''; left: 0px;   background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%); background-size: 200% auto; top:14px;}
.job-offer-data{margin-bottom: 48px;}
.job-offer-data-after{font-weight: bold; width: 75%; letter-spacing: 0.03em; line-height: 36px; margin:0px;margin-bottom: 80px; text-align: left;}
.job-offer-data-after p{margin-bottom: 0px;}

.about-company-header{text-align: left; margin-bottom: 80px;}
.about-company-header .excerpt{width: 75%; }
.about-company-image-wrapper{margin-bottom: 82px;}
.posts-images{margin-bottom: 80px;}
.about-company-sliders-buttons {height: 50px;margin-top: 30px;width: 120px;float: left;position: relative;}
.about-company-sliders-buttons .swiper-button-next, .about-company-sliders-buttons .swiper-button-prev{ background: none; font-family: 'icon_eurofoam' !important; line-height: 44px;}
.about-company-sliders-buttons .swiper-button-prev{left: 0px; z-index: 20;}
.about-company-sliders-buttons .swiper-button-prev:before{content: '\e902'}
.about-company-sliders-buttons .swiper-button-next{right: 0px; z-index: 20;}
.about-company-sliders-buttons .swiper-button-next:before{content: '\e903'}
.about-company-sliders-buttons .swiper-pagination-fraction {bottom: 15px;font-size: 14px;}

.company-strategy-wrapper{text-align: left; padding-top: 120px; background: #F2F2F2; padding-bottom: 120px;}
.company-strategy-wrapper .company-strategy-header .title{font-size: 32px; line-height: 48px; margin-bottom: 40px; color: #00344C}
.company-strategy-wrapper .company-strategy-header .text{line-height: 36px; font-size: 14px; letter-spacing: 0.03em; margin-bottom: 80px;width: 75%;}
.company-strategy-wrapper .images-list{margin-bottom: 80px;}
.tabs-about-company .nav-tabs .nav-item {display: block;float: left;width: 100%;}
.tabs-about-company .nav-tabs .nav-link:hover, .tabs-about-company .nav-tabs .nav-link.active{background: none; border: 0px; font-weight: normal;}
.tabs-about-company .nav-tabs .nav-link , .tabs-about-company .nav-tabs .nav-link:hover{border: 0px;color: #00344C;}
.tabs-about-company .nav-tabs .nav-link{padding-top: 0px; padding-bottom: 0px; font-weight: bold; margin-bottom: 30px;letter-spacing: 0.06em}
.tabs-about-company .nav-tabs{border-bottom: 0px;}
.tabs-about-company #myTabContent{padding-left: 104px;border-left: 2px solid #fff;}
.tabs-about-company .strategy-content .title{padding-top: 25px; font-size: 16px; margin-bottom: 40px; color: #00344C; font-weight: bold; letter-spacing: 0.06em}
.tabs-about-company .strategy-content .excerpt{font-size: 14px; letter-spacing: 0.03em; line-height: 36px;}
.tabs-about-company .nav-tabs{width: 25%; float: left}
.tabs-about-company .tab-content{width: 50%; float: left;}
.about-company-story-wrapper{padding-top: 120px;}

.media-about-company-wrapper{text-align: left; margin-bottom: 80px; margin-top: 80px;}
.media-about-company-wrapper .file-element-padding{padding-left: 21px; padding-right: 21px;}
.media-about-company-wrapper .file-element-padding .file-element{-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15); border-radius: 30px; padding: 40px 32px; text-align: center; position: relative; margin-bottom: 30px; transition: all 0.5s ease;}
.file-element p{color: #00344C; font-size: 14px; letter-spacing: 0.03em; line-height: 28px; margin-bottom: 32px;     min-height: 112px;max-height: 112px; height: 112px; overflow: hidden;word-break: break-word;}
.file-element a{ width: calc(100% - 64px); height: 48px; line-height: 48px; color: #fff; display: block; text-align: center; position: absolute; bottom: 40px; transition: all 0.5s ease; opacity: 0; bottom: 0px; z-index: 99;}
.file-element .img-file .icon_download{    font-size: 38px;color: #fff;width: 82px;height: 82px;display: block;margin: auto;line-height: 82px;border-radius: 82px;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%);background-size: 200% auto; margin-bottom: 32px;}
.media-about-company-wrapper .excerpt{margin-bottom: 56px;}
.media-about-company-wrapper .file-element-padding .file-element:before{content: ''; position: absolute; height: 48px; bottom: 0px; left: 0px; right: 0px; background: #fff;-webkit-box-shadow: 5px 15px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 15px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 15px 15px 0px rgba(0,0,0,0.15); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; z-index: 2; transition: all 0.5s ease;}
.media-about-company-wrapper .file-element-padding .file-element:hover:before{bottom: -48px;}
.media-about-company-wrapper .file-element-padding .file-element:hover{border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.media-about-company-wrapper .file-element-padding .file-element:hover a{opacity: 1;}
.media-about-company-wrapper .file-element-padding .file-element.hide{display: none;}
.show-more-files{float:right; cursor: pointer; text-transform: uppercase; letter-spacing: 0.2em;}
.empty-block{width: 20%; float: left}
.story-info{width: 40%;float: left;}
.story-image{width: 40%; float: left;}
.story-image .story-img{width: 100%; padding-top: 100%; background-size: cover; background-repeat: no-repeat;}
.story-slider .swiper-slide{width: 100%!important; background: #fff; opacity: 0!important;}
.story-slider .swiper-slide-active{opacity: 1!important;}
.story-slider .swiper-pagination-list{padding: 0px;}
.story-slider {background: #fff;}

.about-company-story-wrapper .excerpt{margin-bottom: 80px;}
.story-slider .swiper-pagination-list{position: absolute; left: 0px; top:0px; z-index: 2; width: 20%;}
.story-slider .swiper-pagination-list span{display: block; color: #00344C; font-size: 16px; font-weight: bold; padding-left: 40px; position: relative; margin-bottom: 32px; width: 100%;}
.story-slider .swiper-pagination-list .swiper-pagination-bullet{margin-bottom: 32px;}
.story-slider .swiper-pagination-bullet{opacity: 1; background: transparent;}
.story-slider .swiper-pagination-bullet:before{position: absolute; width: 8px; height: 8px; border-radius: 8px; content: ''; left: 0px;   background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%); background-size: 200% auto; top:10px;}
.story-slider .swiper-pagination-list .swiper-pagination-bullet-active{font-weight: normal;}
.story-slider .title{color: #00344C; font-size: 16px; margin-bottom: 40px; font-weight: bold; line-height: 32px; letter-spacing: 0.06em;}
.story-slider .excerpt{font-size: 14px; line-height: 32px; letter-spacing: 0.03em;}
.story-buttons {width: 140px;position: absolute;bottom: 140px;right: 0;top:0px; height: 48px;background: #fff;z-index: 20;border-radius: 30px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-top-left-radius: 0px;}
.story-buttons .swiper-button-next, .story-buttons .swiper-button-prev{ background: none; font-family: 'icon_eurofoam' !important; line-height: 40px;}
.story-buttons .swiper-button-prev{left: 40px;}
.story-buttons .swiper-button-prev:before{content: '\e902'}
.story-buttons .swiper-button-next{right: 24px;}
.story-buttons .swiper-button-next:before{content: '\e903'}

.hamburger {font: inherit;display: none;overflow: visible;margin: 0;padding: 15px;padding-left: 0px; cursor: pointer;transition-timing-function: linear;transition-duration: .15s;transition-property: opacity, filter;text-transform: none;color: inherit;border: 0;background-color: transparent}
.hamburger.is-active:hover, .hamburger:hover {opacity: .7}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {background-color: #00344C;}
.hamburger-box {position: relative;display: inline-block;width: 40px;height: 24px}
.hamburger-inner {top: 50%;display: block;margin-top: -2px}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {position: absolute;width: 30px;height: 2px;transition-timing-function: ease;transition-duration: .15s;transition-property: transform;border-radius: 4px;background:#00344C;}
.hamburger-inner:after, .hamburger-inner:before {display: block;content: ""}
.hamburger-inner:before {top: -10px}
.hamburger-inner:after {bottom: -10px}
.hamburger--squeeze .hamburger-inner {transition-timing-function: cubic-bezier(.55, .055, .675, .19);transition-duration: 75ms}
.hamburger--squeeze .hamburger-inner:before {transition: top 75ms ease .12s, opacity 75ms ease}
.hamburger--squeeze .hamburger-inner:after {transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)}
.hamburger--squeeze.is-active .hamburger-inner {transition-delay: .12s;transition-timing-function: cubic-bezier(.215, .61, .355, 1);transform: rotate(45deg)}
.hamburger--squeeze.is-active .hamburger-inner:before {top: 0;transition: top 75ms ease, opacity 75ms ease .12s;opacity: 0}
.hamburger--squeeze.is-active .hamburger-inner:after {bottom: 0;transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;transform: rotate(-90deg)}
.hamburger-label {font-weight: 600;display: inline-block;margin-left: 5px;vertical-align: middle;text-transform: uppercase}
.hamburger-label-hidden {display: none}

.product-page-image{width: 100%; margin-bottom: 80px;}
.product-page .excerpt{margin-bottom: 80px;}
.product-page .excerpt p{margin-bottom: 0px;}
.products-description{width: 80%;}
.products-description .text{line-height: 36px; font-size: 14px; line-height: 36px; margin-bottom: 80px; letter-spacing: 0.03em}
.products-description .product-list-wrapper{margin-bottom: 80px;}
.products-description .product-list-wrapper .list-bold{font-size: 16px; line-height: 32px; color: #00344C; letter-spacing: 0.06em; padding-right: 30%;}
.products-description .product-list-wrapper p{font-size: 14px;letter-spacing: 0.03em;line-height: 36px;}
.products-description .product-list-wrapper ul{padding-left: 0px;}
.products-description .product-list-wrapper ul li{margin-bottom: 32px; position: relative; padding-left: 40px;}
.products-description .product-list-wrapper ul li:before{position: absolute; width: 8px; height: 8px; border-radius: 8px; content: ''; left: 0px;   background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%); background-size: 200% auto; top:7px;}
.products-images-wrapper{margin-bottom: 80px;}
.products-images-wrapper .product-image{height: 356px; background-size: cover!important; background-repeat: no-repeat!important; background-position: center!important;}
.product-attachments{margin-bottom: 120px;}
.product-attachments{min-width: 80%}
.product-attachments .title{color: #00344C; font-size: 16px;  margin-bottom: 40px; letter-spacing: 0.06em; line-height: 32px;font-weight: bold;}
.product-attachments .attachment-file{padding-left:40px; padding-right:40px; padding-top:23px; padding-bottom:23px; margin-bottom: 40px; width: 100%; height: 128px;-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15); border-radius: 80px; }
.product-attachments .icon_download{height: 82px; width: 82px; border-radius: 80px; color: #fff; font-size: 38px; display: inline-block; line-height:82px; text-align:center;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%);background-size: 200% auto; margin-right: 32px; float: left;}
.product-attachments .file-name{font-size: 14px;color: #000000;letter-spacing: 0.2em;text-transform: uppercase;height: 82px;display: inline-block;line-height: 82px;float: left;}
.product-attachments .file-name b{color: #00344C; letter-spacing: 0.06em; font-size: 16px; text-transform: none;}
.product-attachments .btn-b-blue{width: 256px; float: right; text-align: center; color: #fff; letter-spacing: 0.2em; font-size: 14px; font-weight: lighter; height: 48px; line-height: 48px;  margin-top: 17px;}
.product-sibilings .title{color: #00344C; font-size: 32px; line-height: 48px;margin-bottom: 40px; width:100%;}
.product-sibilings .foam-product{width: 100%;}
.product-sibilings .swiper-container.product-slider{width: 100%;}
.technical-foam-homepage-list.product-sibilings{margin-bottom: 80px;}

.post-page .excerpt{margin-bottom: 80px; font-weight: bold; letter-spacing: 0.03em; line-height: 36px; font-size: 14px; width: 80%;}
.post-page .post-image{margin-bottom: 80px;}
.post-page .post-text{font-size: 14px; line-height: 36px; margin-bottom: 80px; letter-spacing: 0.03em; width: 80%;}

.contact-data-column-wrapper{margin-bottom: 80px;}
.contact-data{text-align: left;}
.contact-page.subpage-title{margin-bottom: 40px;}
.contact-data .bold{color: #00344C; font-size: 16px; letter-spacing: 0.06em; margin-bottom: 52px; line-height: 32px;}
.contact-data .person{margin-bottom: 24px; font-size: 14px; letter-spacing: 0.03em; line-height: 36px;}
.contact-data .contact-list{padding-left: 0px;}
.contact-data .contact-list li{height: 48px; line-height: 48px; font-size: 14px;}
.contact-data .contact-list li span {font-size: 24px;width: 48px;height: 48px;line-height: 48px;display: block;float: left;margin-right: 32px;background-image: linear-gradient(to right, #00CEF2 0%, #009EE3 51%, #00CEF2 100%);background-size: 200% auto;text-align: center;color: #fff;border-radius: 40px;}
.contact-data .contact-list li .icon_mail{font-size: 16px;}
.eurofoam-departments-wrapper{text-align: left; margin-bottom: 90px;}
.eurofoam-departments-wrapper .excerpt{margin-bottom: 80px; text-align: left; letter-spacing: 0.03em; font-size: 14px; color: #000; line-height: 36px;}
.eurofoam-departments-wrapper .main-title{font-size: 32px; line-height: 48px; color: #00344C; margin-bottom: 40px;}
.eurofoam-departments-wrapper .departments-padding{padding-left: 24px; padding-right: 24px; margin-bottom: 48px}
.eurofoam-departments-wrapper .departments-padding .department-element {-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);border-radius: 30px;padding: 40px 32px;text-align: center;position: relative;height: 100%; text-align: left;}
.department-element .title{color: #00344C; font-size: 16px; letter-spacing: 0.06em; line-height: 32px; font-weight: bold; margin-bottom: 52px;}
.department-element .text{font-size: 14px; letter-spacing: 0.03em; line-height: 36px; margin-bottom: 0px; }
.departments-padding.hide{display: none;}
.show-more{text-align: right; margin-bottom: 56px;}
#show-all-departments{ width: auto; text-transform: uppercase; font-size: 14px; letter-spacing: 0.2em; line-height: 36px; cursor: pointer;}
#map{margin-bottom: 80px;}

.search-result-page{margin-top: 80px; margin-bottom: 80px;}
.search-result-page .search-wrapper{width: 100%; text-align: left;}
.search-result-page .search-wrapper .main{letter-spacing: 0.03em; font-size: 14px;}
.search-result-page .search-wrapper .main h1{color: #00344C;font-size: 18px;line-height: 48px;margin-bottom: 36px; letter-spacing: 0.06em; margin-bottom: 40px;}
#search-results{padding-left: 0px; width: 50%;}
#search-results li{margin-bottom: 80px;}
#search-results a{font-size: 16px; color: #00344C; font-weight: bold; letter-spacing: 0.06em; line-height: 36px; cursor: pointer;}
#search-results .excerpt{font-size: 14px; line-height: 32px; letter-spacing: 0.03em;}
.job-offer-apply{width: 80%; text-align: left;}
.apply-button-wrapper{margin-bottom: 80px; text-align: left;}
.job-apply-form .title{font-size: 24px; color: #00344C; font-weight: bold; letter-spacing: 0.06em; line-height: 29px; margin-bottom: 80px; padding-top: 10px;}
.job-apply-form .job-apply-step{padding-top: 56px; border-top:1px solid #00CEF2; padding-bottom: 56px;}
.job-apply-form .job-apply-step .header-text{color:#00344C; font-size: 20px; font-weight: bold; letter-spacing: 0.12em; margin-bottom: 35px; line-height: 24px; padding: 0xp;}
.job-apply-form .job-apply-step .header-info{color:#00344C; font-size: 16px; font-weight: bold; line-height: 32px; letter-spacing: 0.06em; padding: 0px;}
.job-apply-form .job-apply-step .input-info{text-align: right; font-size: 14px; color: #000; height: 48px; line-height: 48px; margin-bottom: 24px; padding: 0px}
.job-apply-form .job-apply-step .input-info .required{color: #009EE3}
.job-apply-form .job-apply-step .input-data input[type="text"], .job-apply-form .job-apply-step .input-data input[type="email"]{height: 48px; width: 100%; line-height: 48px; padding-left: 20px; outline: 0px; border:1px solid #D6D6D6; border-radius:80px;}
.job-apply-form .job-apply-step .input-data{padding-right: 0px;}
.job-apply-form .files input {outline: 2px dashed #92b0b3;outline-offset: -10px;-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;transition: outline-offset .15s ease-in-out, background-color .15s linear;padding: 128px 0px 128px 35%;text-align: center !important;margin: 0;width: 100% !important;opacity: 0; cursor:pointer;}
.job-apply-form .files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;}
.job-apply-form .form-group.files {border: 1px solid #D6D6D6;border-radius: 24px;}
.job-apply-form .form-group.files.has-error {border-color: #cc0b0b;}
.job-apply-form .files{ position:relative}
.job-apply-form .files:after {  pointer-events: none;position: absolute;top: 56px;left: 0;width: 82px;right: 0;height: 82px;content: "";background-image: linear-gradient(to right, #00CEF2 0%, #00CEF2 51%, #009EE3 100%);background-size: 200% auto; border-radius: 80px;display: block;margin: 0 auto;background-size: 100%;background-repeat: no-repeat;content: '\e912';color: #fff;text-align: center; line-height: 82px;font-size: 40px;font-family: icon_eurofoam;}
.job-apply-form .color input{ background-color:#f1f1f1;}
.job-apply-form .files-span {position: absolute;bottom: 20px;left: 0;  pointer-events: none;width: 80%;right: 0;height: 57px; display: block;margin: 0 auto;text-align: center; letter-spacing: 0.2em; word-wrap: break-word;}
.job-apply-form .selectric-wrapper .selectric{border:1px solid #D6D6D6; border-radius: 80px; background: #fff;}
.selectric .button{background: #fff; right: 10px;}
.job-apply-form .selectric-open .selectric{border-radius:24px;border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;}
.job-apply-form .selectric-open .selectric-items {border-bottom-left-radius: 24px; border-bottom-right-radius: 24px;}
.job-apply-form .selectric .label {height: 48px;padding: 0px;margin: 0px;line-height: 48px;font-size: 14px;color: #808080;letter-spacing: 0.06em;padding-left: 24px;padding-right: 24px;}
.job-apply-form textarea{border: 1px solid #D6D6D6; width: 100%; height: 240px; line-height: 40px; font-size: 14px; border-radius: 24px; padding: 24px;}

.job-apply-form input[type="radio"] {display:none;}
.job-apply-form input[type="radio"] + label {font-size: 14px;color: #000;    padding-left: 50px;position: relative; margin-bottom: 1rem;}
.job-apply-form input[type="radio"] + label span {margin-left: 30px;width:20px;margin-right: 15px;vertical-align:middle; display:inline-block;width:24px; height:24px; border:1px solid #D6D6D6 ;cursor:pointer;border-radius: 20px;position: relative;position: absolute;left: -20px;top: 7px;}
.job-apply-form input[type="radio"]:checked + label{color: #000;}
.job-apply-form input[type="radio"]:checked + label span:before {background: blue; position: absolute; height: 8px; width: 8px; border-radius: 8px; background-image: linear-gradient(to right, #00CEF2 0%, #00CEF2 51%, #009EE3 100%);background-size: 200% auto; content: ''; top:7px; left: 7px;}
.job-apply-form .radiobuttons {line-height: 36px;padding-top: 6px;}
.selectric .button:after{content: "\e908"; font-family: icon_eurofoam; font-size: 5px; border-top-color: transparent; color: #000;}
.selectric .button:before{content: "\e907"; font-family: icon_eurofoam; font-size: 5px; position: absolute; bottom: 8px;right: 9px; color: #000;}
.selectric-wrapper.selectric-hover .selectric .button:after {border-top-color: transparent;}
.job-apply-form [type="checkbox"]:not(:checked),
.job-apply-form [type="checkbox"]:checked {position: absolute;left: -9999px; display: none;}
.job-apply-form [type="checkbox"]:not(:checked) + label,
.job-apply-form [type="checkbox"]:checked + label {position: relative;padding-left: 40px;cursor: pointer;display: inline-block;outline: 0;}
.job-apply-form [type="checkbox"]:not(:checked) + label:before,
.job-apply-form [type="checkbox"]:checked + label:before {content: '';position: absolute;left: 0; top: 0px;width: 24px; height: 24px;border: 1px solid #CACEDB;background: #fff;border-radius: 4px;}
.job-apply-form [type="checkbox"]:not(:checked) + label:after,
.job-apply-form [type="checkbox"]:checked + label:after {content:'\e905'; color:#009EE3; position: absolute; top: 0px; left: 3px;width: 24px;height: 24px; font-size: 18px; font-family: icon_eurofoam;}
.job-apply-form [type="checkbox"]:not(:checked) + label:after {opacity: 0;transform: scale(0);}
.job-apply-form [type="checkbox"]:checked + label:after {opacity: 1;transform: scale(1);}
.job-apply-form .learning-multiple{position: relative; margin-bottom: 40px;}
.job-apply-form .learning-multiple:before{background:#D6D6D6; position: absolute; right: 0px; bottom:0px; width: 75%;height: 1px; content: '';}
.job-apply-form #duplicate-school{cursor:pointer;width: 417px; margin: auto; padding-left: 96px; height: 80px; line-height: 80px; position: relative; display: block;-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15); border-radius: 80px; font-size: 16px; color: #00344C; font-weight: bold; letter-spacing: 0.06em;}
.job-apply-form #duplicate-school:before{background-image: linear-gradient(to right, #00CEF2 0%, #00CEF2 51%, #009EE3 100%);background-size: 200% auto; position: absolute; left: 16px; top:16px; content: ''; width: 48px; height: 48px; border-radius: 48px;}
.job-apply-form #duplicate-school:after{font-size: 26px; left: 28px; content: '\e910'; color: #fff;position: absolute; font-family: icon_eurofoam; font-weight: normal;}
.job-apply-form .regulations-offer{padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #00CEF2;}
.captcha-wrapper{margin-bottom: 30px; position: relative;}
.job-apply-form .captcha-wrapper.has-error .error {left: 0;bottom: -10px;}
.apply-button-wrapper.offer-send .btn-b-blue {width: auto;margin-bottom: 40px; padding-right: 100px;}
.job-apply-form .error {position: absolute;right: 20px;bottom: 10px;font-size: 8px;color: #cc0b0b; height: 8px;}
.job-apply-form .job-apply-step .input-data.has-error input[type="text"], .job-apply-form .job-apply-step .input-data.has-error input[type="email"]{border-color:#cc0b0b;}
.job-apply-form .has-error .selectric-wrapper .selectric{border-color: #cc0b0b;}
.job-apply-form .regulations-offer{position: relative;}
.job-apply-form .regulations-offer.has-error [type="checkbox"]:not(:checked) + label:before{border-color: #cc0b0b;}
.job-apply-form .regulations-offer.has-error .error {position: absolute;left: 0px;top: 60px;font-size: 8px;color: #cc0b0b;}
.job-apply-form .job-apply-step .learning-multiple:not(.show-studies) .hidden-element {height: 0px; opacity: 0; margin: 0px;}
.search-wrapper-page h1{font-size: 24px;text-align: left;margin-bottom: 20px;}
.search-wrapper-page .main{text-align: left;}
.cookie-wrapper {position: fixed;bottom: 10px;z-index: 9999;left: 0;right: 0;}
.cookie-wrapper .cookie {margin: auto;padding: 60px;background: #fff;position: relative;border-radius: 60px;-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);}
.correct-close, .cookie-close.icon_close {width: 30px;height: 30px;-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.20);display: block;position: absolute;right: 30px;top: 30px;border-radius: 30px;line-height: 30px;text-align: center; transition: all 0.5s ease;background-image: linear-gradient(to right, #00CEF2 0%, #00CEF2 51%, #009EE3 100%);background-size: 200% auto; color: #fff;}



@media only screen and (max-width: 1180px) {
    .homepage-slider.swiper-container .text-box{left: 40px;}
    .homepage-slider-shortcuts ul li a{font-size: 18px;}
    .header-wrapper .language-bar ul li {padding-right: 4px;padding-left: 4px;}
    .list-of-jobs-offer-wrapper .job-data{width: 100%;}
    .job-offer-apply{width: 100%; margin: auto;}
}

@media only screen and (max-width: 993px) {
	span.icon_arrow_down.mobile-menu-arrow{display: block;position: absolute;right: 20px;top: 0px;cursor: pointer;width: 50px;height: 51px;line-height: 51px;text-align: center; cursor: pointer; transition: all 0.5s ease;}
	span.icon_arrow_down.mobile-menu-arrow.is_active{transform: rotate(180deg);}
	.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper.is_active{display: block;}
	.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper, .header-wrapper .menu-top .parents-wrapper li:hover .children-wrapper{display: none;}
	.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper li{height: 50px; line-height: 50px;}
	.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper.is_active {display: block;position: relative;float: left;opacity: 1;width: 100%;min-width: 100%;overflow: visible;top: 0px;height: 100%;box-shadow: none;}
	.header-wrapper .menu-top .parents-wrapper li ol.children-wrapper.is_active li{padding: 0px;}
	.menu-top-wrapper.is-active{padding: 0px;}
	header .header .row{margin:0px;}
	header.header-wrapper.fixed {background: rgba(0,0,0,0.80); z-index: 999;}
	.header-wrapper .menu-top .parents-wrapper li:first-child a{border-top:0px;}
	.header-wrapper.is-active{height: 100vh; min-height: auto; max-height: 100vh; overflow-y: auto; background: rgba(0,0,0,0.80);}
	.search-result-page{padding-top: 40px;}
	.job-apply-form #duplicate-school{margin-left: 25%;}
    .header-wrapper{position: fixed;top: 0;width: 100%;left: 0;background: #fff;z-index: 999;padding: 0px;}
    .content-wrapper, .content-wrapper.fixed {margin-top: 69px;}
    .tablet-none{display: none;}
    .header-wrapper .logo-wrapper img {width: 65px;}
    .header.container{width: 100%;min-width: 100%;padding: 0;margin: 0; background: #fff;}
    .menu-top-wrapper.is-active{display: block;background#fff; color: #00344C;}
    .header-wrapper .menu-top .parents-wrapper, .language-list {display: block;width: 100%; height: auto; line-height: 50px; padding-left: 0px;}
    .header-wrapper .logo-wrapper{margin-left: 50px;}
    .header-wrapper .menu-top .parents-wrapper li, .language-list li{text-align: left;}
    .language-list li{width: 50%; float: left; text-align: center;}
    .language-list li a{padding: 0px; text-transform: uppercase;}
    .language-list li.active a{font-weight: bold;}
    .language-list li:nth-child(2){border-left: 1px solid #ddd;}
    .language-bar, .menu-top-wrapper{display: none;}
    .hamburger{display: block; position: absolute; right: 50px; top:8px;}
    .header.container .row{position: relative;}
    .header-wrapper .menu-top .parents-wrapper li:before{display: none;}
    .language-list li a, .header-wrapper .menu-top .parents-wrapper li a{display: block; color: #00344C; font-size: 14px; letter-spacing: 0.03em; padding-left: 50px;padding-right: 50px;border-bottom: 1px solid #ddd;font-weight: normal; transition: all 0.5s ease;}
    .header-wrapper .menu-top .parents-wrapper li a:hover{opacity: 0.8; color: #00344C;}
    .header-wrapper .search-wrapper .search-button{display: none;}
    .search-wrapper {margin-top: 10px;margin-bottom: 10px;max-width: 100%;padding-left: 50px;padding-right: 50px;}
    .search-wrapper .search-homepage{clear: both; overflow: auto;}
    .header-wrapper .search-form-block input#search-input{height: 48px; width: 100%;border-radius: 48px; line-height: 48px;}
    .header-wrapper .search-form-block button.button-search{top:10px; right: 50px; border-radius: 48px;}
    .search-button {position: absolute;right: 105px;top: 18px;height: 30px;font-size: 22px;color: #00344C; padding-right: 15px; padding-left: 15px; height: 50px; cursor: pointer;} 
    .header-wrapper .search-form-block.active {display: block;margin-top: 10px;margin-bottom: 10px;-webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);border-radius: 30px;}
    .search-wrapper{margin: 0px;}
    .header-wrapper .search-button.exit .icon_search:before {content: '\e906';}
    .homepage-news-slider .box-img, .technical-foam-homepage-list .foam-product .box-img, .comfort-foam-homepage-list .foam-product .box-img{height: auto; padding-top: 50%; width: 100%;}

    .homepage-slider.swiper-container .text-box .small-text{font-size: 24px; line-height: 36px;}
    .homepage-slider.swiper-container .text-box .big-text {font-size: 36px;line-height: 48px;font-weight: bold;}
    .homepage-slider-shortcuts{height: 192px;}
    .homepage-slider-shortcuts ul li{width: 50%;}
    .homepage-sliders-buttons{bottom: 232px;}
    .homepage-slider-shortcuts ul li:nth-child(4n):before{background-color: #009EE3}
    .homepage-slider-shortcuts ul li:nth-child(3n):before{background-color: #00344C}
    .homepage-slider.swiper-container{height: 580px;}
    .footer-info{margin-bottom: 0px;}
    .footer-info div{margin-bottom: 40px;}
    .two-elements-cta .text-right{text-align: left!important;}
    .product-attachments{width: 100%;}
    .product-attachments .btn-b-blue{width: 120px;}
    .icon-people-job{display: none;}


    .job-offer-apply .subpage-title {margin-bottom: 0px;}
    .about-company-header .excerpt, .post-page .excerpt, .post-page .post-text{width: 100%;}
    .contact-data{margin-bottom: 40px;}
    .about-company-image-wrapper {margin-bottom: 40px;}
    .company-strategy-wrapper{padding-top: 40px; padding-bottom: 40px;}
    .job-offer-data .details p{margin-bottom: 0px;}
    .company-strategy-wrapper .company-strategy-header .text{width: 100%; margin-bottom: 40px;}

    .tabs-about-company #myTabContent{width: 100%; padding-left: 15px; padding-right: 15px;}
    .tabs-about-company .nav-tabs{border:0px; width: 100%;}
    .tabs-about-company #myTabContent{border: 0px;}
    .tabs-about-company .nav-tabs .nav-item{display: inline-block; width: 25%;}
    .story-slider .swiper-pagination-list, .empty-block{display: none;}
    .story-image, .story-info{width: 50%;}
    .story-info{padding-right: 30px;}
    .about-company-story-wrapper{padding-top: 40px;}
    .media-about-company-wrapper{margin-top: 0px;}
    .media-about-company-wrapper.documents-page{margin-top: 40px;}
    .tabs-about-company .nav-tabs .nav-link{padding: 0px;}
    .file-element a {position: relative;display: block;opacity: 1;width: 100%;}
    .show-more-files{float: left; position: absolute; bottom: -40px; left: 0px;}
    .media-about-company-wrapper .excerpt{margin-bottom: 80px; position: relative;}
    .media-about-company-wrapper .file-element-padding .file-element:hover:before{display: none;}
    .media-about-company-wrapper .file-element-padding .file-element:hover {border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
    .departments-padding.hide.tablet-show{display: block;}
    .header-wrapper .menu-top .parents-wrapper li:first-child a {border-top: 1px solid #ddd;}
}

@media only screen and (max-width: 767px) {
    .homepage-slider {margin-bottom: 60px;}
    .product-attachments .attachment-file{height: auto; overflow: auto; clear: both;}
    .product-attachments .btn-b-blue, .product-attachments .file-name{display: block; width: 100%; text-align: center;}
    .product-attachments .icon_download{display: block; margin: auto;float: none;}
    .product-attachments .btn-b-blue {width: 300px;margin: auto;float: left;margin-left: calc((100% - 300px) / 2);}

    .list-of-jobs-offer-wrapper .job-data{height: auto;}
    .list-of-jobs-offer-wrapper .job-data .btn-b-blue{margin:auto; margin-top: 0px; float: none; display: block;}
    .job-apply-form .job-apply-step .input-info{margin-bottom: 0px; text-align: left;}
    .job-apply-form .job-apply-step{width: 100%; margin: auto;}
    .job-apply-form #duplicate-school{width: 100%;}
    .eurofoam-departments-wrapper #map{display: none;}
    .search-wrapper-page h1{font-size: 24px;text-align: left;margin-bottom: 20px;}
    .search-wrapper-page .main{text-align: left;}
    .company-strategy-wrapper .images-list img{margin-bottom: 30px;}
    .story-image, .story-info{width: 100%;}
    .story-info{padding-right: 0px;}

}

@media only screen and (max-width: 767px) {
    .homepage-slider.swiper-container{height: 768px; padding-bottom: 384px;}
    .homepage-slider-shortcuts ul li{width: 100%;}
    .homepage-slider-shortcuts{height: 384px;}
    .homepage-sliders-buttons {bottom: 420px;}
    .homepage-slider.swiper-container .text-box{top:60px;}
    .homepage-slider-shortcuts ul li:nth-child(4n):before{background-color: #00344C;}
    .homepage-slider-shortcuts ul li:nth-child(3n):before{background-color: #009EE3}
    .respo-margin-20{margin-bottom: 20px;}
    .job-apply-form .learning-multiple{width: 100%; margin: auto; margin-bottom: 40px;}
    .job-apply-form .learning-multiple:before{width: 100%;}
    .homepage-slider-shortcuts ul li:before{opacity: 1;}
    .story-image .story-img{padding-top: 60%;}
    .list-of-jobs-offer-wrapper .job-data .job-main-data{text-align: center;}
    .list-of-jobs-offer-wrapper .job-data .job-main-data {padding: 0px;}
    .list-of-jobs-offer-wrapper .job-data  .btn-b-blue .icon_arrow-right{display: none;}
    .list-of-jobs-offer-wrapper .job-data  .btn-b-blue{text-align: center;}
    .list-of-jobs-offer-wrapper .job-data .btn-b-blue span{padding: 0px;}

}
@media only screen and (max-width: 575px) {
    .job-offer-data-after{width: 100%; margin: auto; margin-bottom: 40px;}
    .job-offer-header-wrapper .job-offer-header{padding-left: 15px;margin: auto; margin-bottom: 80px; width: 100%;}
    .job-offer-header-wrapper .job-offer-header p{width: 100%;}
    .job-apply-form #duplicate-school{font-size: 12px;}
    .post-info .date, .job-short-info .date{display: block; margin-bottom: 20px;}
    .job-apply-form .job-apply-step{padding-top: 25px; padding-bottom: 30px;}
    .job-apply-form .title{margin-bottom: 40px;}
    .job-apply-form #duplicate-school{padding: 0px; text-align: center;}
    .job-apply-form #duplicate-school:before, .job-apply-form #duplicate-school:after{display: none;}
    .tab-content>.tab-pane{display: block; opacity: 1;}
    .tabs-about-company .nav-tabs{display: none;}
    .strategy-list.row {width: 100%;margin: auto;}
    .show-more-files{display: none;}
    .list-of-jobs-offer-wrapper .job-data{margin:0px;margin-bottom: 30px;}
    
    .media-about-company-wrapper .file-element-padding .file-element.hide{display: block;}
    .company-strategy-wrapper .images-list{margin-bottom: 40px;}
    .company-strategy-wrapper .images-list .col-md-4{margin-bottom: 40px;}
    .page-error-wrapper{width: 100%!important; padding: 20px;}
    .page-error-wrapper .error-link-word{font-size: 100px;}
    .page-error-wrapper a{width: 100%; font-size: 12px;}
    .header-wrapper .logo-wrapper {margin-left: 20px;}
    .hamburger{right: 10px;}
    .search-button{right: 65px;}
    .search-wrapper, .language-list li a, .header-wrapper .menu-top .parents-wrapper li a{padding-left: 20px; padding-right: 20px;}
    .header-wrapper .search-form-block button.button-search{right: 20px;}
    .homepage-slider.swiper-container .text-box{left: 20px;}
    .homepage-slider-shortcuts ul li a{padding-left: 20px;}
    .homepage-news-slider .box-img, .technical-foam-homepage-list .foam-product .box-img, .comfort-foam-homepage-list .foam-product .box-img{padding-top: 50%;}
    .homepage-news-slider .top-block{position: relative;}
    .homepage-news-slider .top-block .text-right {position: absolute;top: 0;right: 0;}
    .tabs-about-company #myTabContent{padding-left: 0px; padding-right: 0px;}
    .list-of-news-wrapper .box-img{width: 100%; padding-top: 60%;}
    .homepage .slider-socials, .phone-none{display: none;}
    .cookie-wrapper{bottom: 0px;}
    .cookie.container{padding: 40px; border-radius: 0px;}
    .cookie-close.icon_close{width: 20px;height: 20px;top: 20px;right: 20px;font-size: 12px;line-height: 20px;}
}
@media only screen and (max-width: 420px) {
    .homepage-slider.swiper-container .text-box {top: 20px;width: calc(100% - 40px);left: 20px;}
    .homepage-slider.swiper-container .text-box .small-text{font-size: 18px; line-height: 24px;}
    .homepage-slider.swiper-container .text-box .big-text{font-size: 24px; line-height: 32px;}
    .homepage-slider-shortcuts ul li a{padding-left: 24px;}
    .product-attachments .btn-b-blue{margin-left: 0px; width: 100%;}

}
@media (min-width: 576px) {
    .container {max-width: calc(100% - 60px);}
}


@media (min-width: 768px) {
    .container {max-width: calc(100% - 60px);}
}
@media (min-width: 992px) {
    .header-wrapper .search-form-block.active {position: absolute;width: 400px;right: 0px;height: 64px;display: block;-webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);z-index: 2;background: #fff;border-radius: 80px;overflow: hidden;top:80px;}
    .list-of-news-wrapper .box-img{    width: 100%;padding-top: 100%;}
    .products-images-wrapper .product-image{width: 100%; padding-top: 30%;}
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1248px;
    }
    .homepage-slider.swiper-container .text-box{left:calc((100% - 1248px) / 2)}

}


