@font-face {
    font-family: "EuclidCircularB";
    src: url("../fonts/EuclidCircularB-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "EuclidCircularB";
    src: url("../fonts/EuclidCircularB-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "EuclidCircularB";
    src: url("../fonts/EuclidCircularB-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: "EuclidCircularB";
    src: url("../fonts/EuclidCircularB-Semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "EuclidCircularB";
    src: url("../fonts/EuclidCircularB-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "EuclidCircularB";
    src: url("../fonts/EuclidCircularB-BoldItalic.otf");
    font-style: italic;
}

.grecaptcha-badge {
   opacity: 0 !important;
   visibility: hidden !important;
}

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {      
	line-height: 1.5;
	font-family: "EuclidCircularB", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    max-width: 1200px;    
}

#cookie-law-info-bar {
    font-family: "EuclidCircularB", sans-serif;
    font-weight: 300;
}

.cli-style-v2 .cli-bar-message {
    color:#828282;
    font-weight: 300;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    background:#ff9e1b !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background:#ff9e1b !important;
}

.cli-switch input:checked + .cli-slider {
    background:#ff9e1b !important;
}

/* -- main styles -- */

.wrapper-for-overflow{
    position: relative;
    overflow: hidden;
}

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/* preloader */

.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
    display: none;
    padding-top: 11px;        
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;    
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.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);
}

/* Home page */

.header{    
    z-index: 3;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 32px;
    padding-bottom: 20px;    
}

.header-nav{    
    display: inline-block;
}

.header-nav ul li {
    padding-top: 15px;
    margin-right: 30px;
    display: inline-block;
}

.header-nav ul li a{
    color: #000;
    font-size: 15.2px;
    font-weight: 500;
}

.header-nav ul li a:hover{
    color:#ff9e1b;
    transition: 0.2s;
}

.lang-sel ul li a:hover{
    color:#ff9e1b;
    transition: 0.2s;
}

.lang-sel ul li a:active{
    color:#ff9e1b;    
}

.header-nav ul li a:active{
    color:#ff9e1b
}

.header-logo{    
    /* padding: 25px 0px 19px 0px; */
}

.header-logo img {
    max-width: 173px
}

.header-nav ul li{    
    margin-right: 79px;
}

.lang-sel{    
    display: inline-block;      
}

.lang-sel ul li a{
    color: #000;
    margin-left: 6px;    
}
.lang-sel ul li.wpml-ls-current-language a{
    color:#ff9e1b  
}

.lang-sel ul li{
    color: #000;
    display: inline-block;
}

/* Intro hold section  */

.intro-hold{
    position: relative;   
    background-size: cover !important;      
}

.intro-text{
    position: relative;
    color: #FFFFFF;
    font-size: 68.5px;
    font-weight: 500;
    line-height: 1;
    /* width: 41%; */
    padding-top: 430px;
    z-index: 1;
    margin-bottom: 120px;    
}

/*.intro-hold::after{
    content:"";    
    background: url(../img/1.png) no-repeat;
    display: inline-block;
    width: 587px;
    height: 439px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(78%);
    z-index: 0;
}*/

.intro-hold .text-right{
    margin-bottom: 166px;    
}

.intro-hold .intro-text .text-right{
    font-size: 0px;
    margin-bottom: 0px;
    margin-right: 14%;
}

.intro-hold .text-right{
    position: relative;
}

.btn-orange-right,
.btn-orange-right:focus,
.btn-orange-right:active {
    display: inline-block;
    position: relative;
    outline: none;
    font-size: 19.86px;
    font-weight: 700;  
    color: #FFFFFF;
    background: #ff9e1b;
    padding: 6.5px 25px 6.5px 14px;
    line-height: 1.2;
    /* min-width: 150px; */
    text-align: center;   
    transition: 0.2s;
    z-index: 1;
    /* margin-right: 85px; */
}

.btn-orange-right:hover {  
    color: #FFFFFF;    
    opacity: 0.8;
}

.btn-orange-right::before{
    content: "";    
    position: absolute;
    background: url(../img/arrow-right-white.png)no-repeat center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 17.5px;
    height: 35px;
    z-index: 2; 
}

.btn-orange-right::after{
    content: "";    
    position: absolute;       
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #ff9e1b;
}

.btn-orange-left,
.btn-orange-left:focus,
.btn-orange-left:active{
    position: relative;
    display: inline-block;
    outline: none;
    font-weight: 700;
    font-size: 19.86px;
    color: #FFFFFF; 
    position: relative;
    line-height: 1.2;    
    background-color:#ff9e1b;
    padding: 5.9px 23px 5.9px 12px;
    transition: 0.2s;
    z-index: 4;    
}

.btn-contact,
.btn-contact:focus,
.btn-contact:active {
    position: fixed;
    bottom: 50px;
    right: 17%;
    z-index: 888;    
}

.btn-orange-left:hover {  
    color: #FFFFFF;    
    opacity: 0.8;
}

.btn-orange-left::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 18px 0;
    border-color: transparent #ff9e1b transparent transparent;
}

.intro-hold video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

/* Services section */

.services{
    position: relative;
    background-color: #f6f6f6;    
    padding-top: 122px;
    padding-bottom: 60px;
}

.services .section-text{
    position: relative;    
    padding-bottom: 58px;
    color: #828282;
    font-size: 16.5px;
    line-height: 1.2;
    font-weight: 300;
    text-align: justify;    
}

.services .section-text p:first-child{
    margin-bottom: 117px;
}

.services .section-text h2{
    color: #000000;
    font-size: 53.21px;
    font-weight: 500;
    margin-bottom: 37px;    
}

.services .section-text{
    padding-bottom: 67px;    
}

/* .services::before{
    content:"";    
    background: url(../img/2.png) no-repeat;
    display: inline-block;
    width: 966px;
    height: 735px;
    position: absolute;
    top: -217px;
    right: 0px;
    z-index: 0;    
} */

.services-list ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;    
}

.services-list ul li{    
    width: 22.92%;
    height: 275px;    
    background-color: #FFFFFF;    
    display: flex;    
    justify-content: center;    
    margin-bottom: 36px;     
    transition: 0.5s;    
}

.services-list ul li a{
    width: 100%;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.services-list ul li:hover{
    background-color: #ff9c1b;
}
.services-list ul li:hover a img{
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -MS-filter: brightness(0);
    filter: brightness(0);
}

.services-list ul li a span{
    font-size: 25.3px;
    font-weight: 500;    
    width: 85%;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    word-break: break-word;
}

.services-list ul li a img{
    padding-bottom: 10px;
    transition: 0.5s;
    max-width: 85px;
    max-height: 85px;
}

.services-bottom-side{
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;     
}

/* About-us section */

.about-us{    
    position: relative;
    background-color:#373a36;
    color: #FFFFFF;
    padding-top: 61px;
    padding-bottom: 83px;    
}

/* .about-us::after{
    content:"";    
    background: url(../img/3.png) no-repeat;
    display: inline-block;
    width: 1067px;
    height: 742px;
    position: absolute;
    top: -182px;
    left: 0;
    z-index: 0;
} */

.about-us-text{
    position: relative;
    line-height: 1.2;
    padding-right: 75px;
    background-color: #373a36;    
}

.about-us-text h1{
    position: relative;
    font-size: 53.21px;
    font-weight: 500;
    margin-bottom: 63px;
    z-index: 3;
}

.about-us-text p{
    position: relative;
    text-align: justify;
    font-size: 16.5px;
    font-weight: 300;
    margin-bottom: 18px;
    z-index: 3;
}

.about-us-image img{    
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 456px;
    max-width: 966px;
    object-fit: cover;      
}

.about-us-image{
    width: 50%; 
    height: 100%;
    padding-top: 75px;
    position: absolute;
    top: 0;
    right: 0;         
    z-index: 1;     
}

/* News */

.news{
    background-color: #f6f6f6 ;
    padding-top: 128px;
    padding-bottom: 108px;
}

.section-heading h2{
    font-size: 53.21px;
    font-weight: 500;
    line-height: 1.2;    
}

.news-posts{
    padding-top: 50px;
    padding-bottom: 46px;
}

.news-posts ul {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.news-posts ul li{    
    width: 31.23%;
    background-color: #FFFFFF;
    margin-right: 2.82%;       
}

.news-posts ul li:nth-child(3n){
    margin-right: 0px;    
}

.news-post-content{
    padding: 25px 47px 15px 26px;
}

.news-post-image {
    padding-bottom: 100%;
    position: relative;
}

.news-post-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.news-post-content h2{
    font-size: 25.3px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;    
}

.news-post-content p{
    font-size: 16.05px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #828282;
}

.news-post-content a{
    color: #ff9c1b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;        
}

.news-post-content a:hover{
    opacity: 0.8;
}

.btn-orange,
.btn-orange:focus,
.btn-orange:active{
    position: relative;
    display: inline-block;
    outline: none;
    font-weight: 700;
    font-size: 19.86px;
    color: #FFFFFF; 
    position: relative;
    line-height: 1.2;    
    background-color:#ff9c1b;
    padding: 8px 12px 5px 12px;
    transition: 0.2s;    
}

.btn-orange:hover {  
    color: #FFFFFF;    
    opacity: 0.8;
}


.btn-orange::before{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 18px 0;
    border-color: transparent #ff9c1b transparent transparent;
}

.btn-orange::after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #ff9e1b;
}

/* Footer section */

footer {
    position: relative;
    background-color: #373a36;
    padding-top: 70px;
    padding-bottom: 85px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; 
}

.footer-left p{
    padding-top: 20px;
    padding-right: 0px;        
}

.footer-left img {
    max-width: 149px;
}

.footer-right {    
    text-align: end;
}

.copyright a{       
    color: #ff9e1b;    
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: none;
}

.social-icons ul li{
    display: inline-block;
    margin-left: 20px;
}

.social-icons{
    margin-bottom: 50px;
}

.footer-right div img:hover{
    opacity: 0.8
}

/* footer::after{
    content:"";    
    background: url(../img/4.png) no-repeat;
    display: inline-block;
    width: 520px;
    height: 640px;
    position: absolute;
    top:0;
    right:13%;
    transform: translateY(-30.8%);
    z-index: 1;
} */

/* About-us Page */

.current,
.current:active{
    color: #fa9a1b;
}

.header .current-menu-item a{
    color: #fa9a1b;
}

/* about us intro */

.about-us-intro{
    margin-top: 100px;
    position: relative;   
    background-size: cover !important;
    padding-top: 29%;
}

.additional-paddings{
    /* margin-top: 100px;     */
    padding-bottom: 33px;
}

/* about us main */

.about-us-main{
    padding-top: 77px;
    /* padding-bottom: 350px; */
    background-color: #f6f6f6;
    position: relative;
}

.sections-text h2{
    font-size: 53px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 56px;
}

.sections-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: justify;
    color: #828282;
    margin-bottom: 22px;
}

.about-us-main .section-text{
    margin-bottom: 54px;
    position: relative;
    z-index: 1;
}


.about-us-main .section-text a{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: justify;
    color: #828282;
    margin-bottom: 22px;
    color: #f99a1b;
    text-decoration: underline;
    transition: 0.2s;
}

.about-us-main .section-text a:hover{
    opacity: 0.8;
}

.about-us-main .organization-scheme{
    text-align: center;
}

/* .about-us-main::before{
    content:"";    
    background: url(../img/2.png) no-repeat;
    display: inline-block;
    width: 966px;
    height: 735px;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateY(-29.5%);
    z-index: 0;    
} */

/* Advantages */

.advantages{
    position: relative;
    padding-top: 141px;
    padding-bottom: 100px;
    background-color: #f6f6f6;    
}

.advantages:before {
    content:'';
    position:absolute;
    left: 0;
    right: 0;
    top: 330px;
    background:#373A36;
    bottom:0;
}

/* .advantages:after{
    content:"";    
    background: url(../img/7.png) no-repeat;
    display: inline-block;
    width: 1250px;
    height: 741px;
    position: absolute;
    top: 0px;
    left: -110px;
    transform: translateY(26.5%);
    z-index: 0;
} */

.advantages .item{   
    width: 380px;
    height: 100%;
    background: #fff;
}

.advantages .item a{
    height: 100%;
    display: block;
    background-color: #FFFFFF;
}
/*
.advantages .item a:hover{
    opacity: 0.8;
}*/

.owl-stage{ 
    display: flex;   
}

.owl-nav .owl-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f99a1b url(../img/button-next.png) no-repeat center center !important;
    border-radius: 50%;
    position: absolute;
    bottom:-25px;
    left:45px;
}

.owl-nav .owl-next:hover{
    opacity: 0.8;
}

.owl-nav .owl-prev:hover{
    opacity: 0.8;
}

.owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f99a1b url(../img/button-next.png) no-repeat center center !important;
    transform: rotate(180deg);
    border-radius: 50%;
    position: absolute;
    bottom:-25px;
    left:0px;
}

.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-nav .owl-prev.disabled{
    opacity: 0.3;
}

.owl-nav .owl-next.disabled{
    opacity: 0.3;
}

.owl-nav .owl-prev img{
    transform: rotate(180deg);
}

.carousel-hold{     
    width: calc(100% + (100vw - 1200px) / 2); 
}

.advantage-post-image {
    padding-bottom: 100%;
    position: relative;    
}

.advantage-post-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.advantage-post-content{
    padding: 30px 30px 30px 25px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #828282;    
}

.advantage-post-content p{
    margin-bottom: 0px;    
}

.sustainability{
    padding-top: 106px;
    padding-bottom: 162px;
    background-color: #f6f6f6;
}

.sustainability .aditional-margin{
    margin-bottom: 25px;
}

.sustainability-image{
    padding-top: 45px;
    padding-bottom: 45px;
}

/*services-main  */

.services-main{
    background-color: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 167px;
}

.services-accordion .accordion{
    background-color: #f6f6f6;
}

.services-accordion .accordion-title{
    padding: 19px 0px 19px 104px;
    position: relative;    
}

.services-accordion .is-active>.accordion-title:before {
    content: '';    
    display: inline-block;
    width: 30px;
    height: 30px;    
    background: url(../img/accordion-arrow-active.png)no-repeat center center;
    position: absolute;
    top: 45%;
    left: 16px;    
}

.services-accordion .accordion-item{
    background-color: #FFFFFF;    
    margin-bottom: 10px;    
}

.services-accordion .is-active>.accordion-title{
    background-color: #FFFFFF;
    
}

.accordion-title:hover{
    background-color: #FFFFFF;
    transition: 0.2s;
    color: #ff9c1b !important;
}

.services-accordion .accordion-content{
    padding: 0px 48px 44px 55px;
}

.services-accordion .accordion-title img{
    position: absolute;
    top: 50%;
    left: 55px;
    transform: translateY(-50%);    
    max-width: 32px;    
}
.services-main .sections-text a{
    color:#ff9c1b;
    font-weight: 500;
    transition: 0.2s;
}

.services-main .sections-text a:hover{
    opacity: 0.8;
}

.accordion-content-image { 
    padding-right: 35px;    
}

.accordion-content-image img { 
    width: 100%;    
}

.services-accordion .accordion-title{
    border: none;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

.services-accordion .accordion-content{
    border: none;    
    /* display: flex;     */
}

.services-accordion :last-child>.accordion-content:last-child{
    border: none;
}

.services-accordion :last-child:not(.is-active)>.accordion-title {
    border: none;
}

.services-accordion .accordion-title:before {
    content: '';
    display: inline-block;
    background: url(../img/accordion-arrow-inactive.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 16px;
    top: 40%;    
}

/* .after-effect::after{
    content:"";    
    background: url(../img/5.png) no-repeat;
    display: inline-block;
    width: 679px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-24.5%);
    z-index: 0;
} */

.advantages-posts .owl-item {
    position: relative;
}
/*.advantages-posts .owl-item.ok:before  {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    opacity: 0.6;
    background: #fff;
    z-index: 1;
}*/

/* news main */

.news-main{
    position: relative;
    background-color: #f6f6f6;
    padding-top: 77px;    
    padding-bottom: 50px;
}

/* .news-main::after{
    content:"";    
    background: url(../img/8.png) no-repeat;
    display: inline-block;
    width: 1311px;
    height: 741px;
    position: absolute;
    top: 24%;
    right: -130px;    
    z-index: 0;
} */

/* .news-main::before{
    content:"";    
    background: url(../img/8.png) no-repeat;
    display: inline-block;
    width: 1311px;
    height: 741px;
    position: absolute;
    bottom: 10.6%;
    left: -34px;
    transform: rotate(180Deg);
    z-index: 0;
} */

.news-section{    
    position: relative;   
    margin-bottom: 123px;     
    display: none;
}
.news-more-wrapper{    
    margin-bottom: 100px;     
    position: relative;
    z-index: 5;
}

.news-text{
    position: relative;
    line-height: 1.2;
    padding-right: 6.2%;    
    min-height: 400px;   
}

.news-heading h2{
    position: relative;
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 63px;
    z-index: 3;
}

.news-text h3{
    max-width: 80%;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    z-index: 3;
}

.news-text span{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fa9a1b;
    z-index: 3;
}

.news-text p{
    color: #828282;
    position: relative;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 18px;
    z-index: 3;
}

.news-image img{    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    object-fit: cover;   
}

.news-image {
    width: 50%; 
    height: 390px;   
    position: absolute;
    top: 0;
    right: 0;         
    z-index: 1;     
}

.news-section:nth-child(2n) .news-text{
    padding-right: 0%;   
    padding-left: 6.2%;  
}

.news-section:nth-child(2n) .news-image{    
    right: auto;
    left: 0;
    text-align: end;           
}

.news-section:last-child  .btn-orange-right{
    margin-bottom: 123px;
}

.more-news{
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #fa9a1b;
    text-decoration: underline;
    transition: 0.2s;
}

.more-news:hover{
    text-decoration: none;
    color: #fa9a1b;    
}

/* news single */

.news-single{
    padding-top: 80px;
    padding-bottom: 175px;
    background-color: #f6f6f6;
}

.news-single-text h2{
    position: relative;
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 60px;
    z-index: 3;
}

.news-single-text h3{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000000;
    z-index: 3;
}

.news-single-text span{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 48px;
    color: #fa9a1b;
    z-index: 3;
}

.news-single-text a {
    color: #ff9e1b;
    text-decoration: underline;
}

.news-single-text a:hover {
    text-decoration:none;
}

.services-item a {
    color: #ff9e1b;
    text-decoration: underline;
}

.services-item a:hover {
    text-decoration:none;
}


.news-single-text img{
    margin-bottom: 50px;    
}

.news-single-text p{
    color: #828282;
    position: relative;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    z-index: 3;
}

.news-single-text p:last-child{
    margin-bottom: 0;
}
/*Job content*/

.jobs-intro{
    margin-top: 100px;
    position: relative;   
    background-size: cover !important;
    padding-top: 20%;
}

.entry-content p{
	color: #828282;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	z-index: 3;
}

.entry-content a{
	color:#ff9c1b;
    font-weight: 500;
    transition: 0.2s;
}

.awsm-bottom a{
    color:#ff9c1b;
    font-weight: 500;
    transition: 0.2s;
	float: right;
}

.entry-content h2{
	position: relative;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000000;
    z-index: 3;
}

.entry-title, awsm-jobs-single-title h1{
	position: relative;
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 63px;
    z-index: 3;
}

.entry-title, awsm-jobs-single-title h2{
	position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000000;
    z-index: 3;
}

.awsm-job-container{
	padding-top: 100px !important;

}

.awsm-job-form-plugin-style .awsm-application-submit-btn, .awsm-job-form-plugin-style .awsm-jobs-primary-button {
    background: #ff9c1b !important;
    border-radius: 0px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 16px 32px;
    color: #fff;
    border-width: 0;
}
/* Jobs main */
.jobs-main{
    position: relative;
    background-color: #f6f6f6;
    padding-top: 77px;    
    padding-bottom: 50px;
}



.jobs-section{    
    position: relative;   
    margin-bottom: 123px;     
    display: none;
}
.jobs-more-wrapper{    
    margin-bottom: 100px;     
    position: relative;
    z-index: 5;
}

.jobs-text{
    position: relative;
    line-height: 1.2;
    padding-right: 6.2%;    
    min-height: 400px;   
}

.jobs-heading h2{
    position: relative;
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 63px;
    z-index: 3;
}

.jobs-text h3{
    max-width: 80%;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    z-index: 3;
}

.jobs-text span{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fa9a1b;
    z-index: 3;
}

.jobs-text p{
    color: #828282;
    position: relative;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 18px;
    z-index: 3;
}

.jobs-image img{    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    object-fit: cover;   
}

.jobs-image {
    width: 50%; 
    height: 390px;   
    position: absolute;
    top: 0;
    right: 0;         
    z-index: 1;     
}

.jobs-section:nth-child(2n) .news-text{
    padding-right: 0%;   
    padding-left: 6.2%;  
}

.jobs-section:nth-child(2n) .news-image{    
    right: auto;
    left: 0;
    text-align: end;           
}

.jobs-section:last-child  .btn-orange-right{
    margin-bottom: 123px;
}

.more-jobs{
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #fa9a1b;
    text-decoration: underline;
    transition: 0.2s;
}

.more-jobs:hover{
    text-decoration: none;
    color: #fa9a1b;    
}
/* Jobs single*/

.jobs-single{
    padding-top: 80px;
    padding-bottom: 175px;
    background-color: #f6f6f6;
}

.jobs-single-text h2{
	color: #000000;
    position: relative;
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 60px;
    z-index: 3;
}

.jobs-single-text h3{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000000;
    z-index: 3;
}

.jobs-single-text span{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 48px;
    
    z-index: 3;
}
.jobs-single-text span.awsm-job-specification-term{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 48px;
    color: #828282;
    z-index: 3;
}
.jobs-single-text a {
    color: #ff9e1b;
    text-decoration: underline;
}

.jobs-single-text a:hover {
    text-decoration:none;
}

.jobs-single-text img{
    rgin-bottom: 50px;    
}

.jobs-single-text p{
    color: #828282;
    position: relative;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    z-index: 3;
}

.jobs-single-text p:last-child{
    margin-bottom: 0;
}
/* contacts main */

.contacts-main{
    padding-top: 103px;
    padding-bottom: 100px;
    position: relative;
    min-height: 720px;
}

.contacts-heading h2{
    position: relative;
    font-size: 53.21px;
    font-weight: 500;
    margin-bottom: 30px;
    z-index: 3;
}

.contacts-list {

    border-bottom: 2px solid #e2e2e2 ;
}

.contacts-list:last-child{
    border-bottom: none;
}

.contacts-list h3{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
    margin-top: 30px;    
}

.contacts-list ul{
    position: relative;
    /* display: flex;
    flex-wrap: wrap; */
    z-index: 3;
}

.contacts-list ul li{    
    width: 33.3333%;
    padding-right: 20px;    
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 43px;
    float: left;   
}
.contacts-list ul li:nth-child(3n+1) {    
    clear: both; 
}

.contacts-list ul li h4{
    color: #fa9a1b;    
}

.contacts-list ul li a{
    text-decoration: underline;
    transition: 0.2s;
    color: #000000;
}
.contacts-list ul li a:hover{
    opacity: 0.8;
    color: #000000;
}
/* .contacts-main::after{
    content:"";    
    background: url(../img/9.png) no-repeat;
    display: inline-block;
    width: 2496px;
    height: 802px;
    position: absolute;
    bottom: -150px;
    left: -305px;
    z-index: 0;
} */

.contacts-form-wrapper{
    background-color: #ff9c1b;
    padding-top: 75px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
}

.contacts-header{
    text-align: center;
}

.contacts-header h2{
    font-size: 53px;
    line-height: 1.2;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.form-item input,
.form-item input:focus{
    margin-bottom: 8px;
    height: auto;    
    padding: 13px 0px 13px 20px;
    font-size: 13px;
    font-weight: 300;
    color: #6f6f6f;
    /* width: 34.2%; */
    display: inline-block;
    outline: none;
    border: none;
    border-radius: 5px; 
    box-shadow: none;

}

.form-item input::-webkit-input-placeholder,
.form-item textarea::-webkit-input-placeholder{
  color: #6f6f6f;
}

.form-item input::-moz-placeholder,
.form-item textarea::-moz-placeholder{
    color: #6f6f6f;
}

.form-item input:-ms-input-placeholder,
.form-item textarea:-ms-input-placeholder{
    color: #6f6f6f;
}

.form-item input:-moz-placeholder,
.form-item textarea:-moz-placeholder{
    color: #6f6f6f;
}

.contacts-form .left-pad{
    padding-right: 3px;
}

.contacts-form .right-pad{
    padding-left: 3px;
}

.form-item textarea,
.form-item textarea:focus{
    /* width: 70.0%; */
    margin-bottom: 8px;
    /* margin-right: 5px; */
    padding: 17px 0px 12px 20px;
    font-size: 13px;
    font-weight: 300;
    color: #6f6f6f;    
    display: inline-block;
    outline: none;
    border: none;
    border-radius: 5px;
    height: 100px;
    box-shadow: none;
    margin-bottom: 15px;  
    resize: none; 
}
.contacts-form .rules-check{
    position: relative;
}

.contacts-form .rules-check input{ 
    
    display: none
       
}

.contacts-form .rules-check label span {
    position: relative;
    display: block;
    padding-left: 24px;
}

.contacts-form .rules-check label input:checked+span::after {
    background: url(../svg/icon-checkbox.svg) no-repeat 50%;
    background-color: #ffffff;
}

.contacts-form .rules-check label span::after{
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    text-align: center;
    line-height: 14px;
    top: 0;
    left: 0px;
    width: 18px;
    height: 18px;    
    -webkit-transition: border .2s;
    transition: border .2s;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.newsteller{
    text-align: start;
}

.newsteller label{
    color:#FFFFFF;
    font-size: 13px;
    font-weight: 300;
}

.button-move-end{
    text-align: end;
}

/* Services single */

.services-single{
    padding-top: 80px;
    padding-bottom: 106px;
    background-color: #f6f6f6 ;
}

.services-single-text h2{
    position: relative;
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 60px;
    z-index: 3;
}

.services-single-text {
    margin-bottom: 40px;
}

.services-single-text p{
    position: relative;
    color: #828282;    
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    z-index: 3;
}
.services-single-text p:last-child {
    margin-bottom: 0px;
}

.services-item h3{
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 6px;
    z-index: 3;
}

.services-item img{
    margin-bottom: 18px;
}

.services-item p{
    position: relative;
    color: #828282;    
    text-align: justify;
    font-size: 16px;
    font-weight: 300;    
    z-index: 3;
}

.advantages .row {
    position: relative;
    z-index: 2;
}

.services-single-text.services-single-text-nomargin {
    margin-bottom: 0;
}

.service-single-text-block {
    margin-bottom: 80px;
}
.service-single-text-block:last-child {
    margin-bottom: 0px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
    border: none !important;
    float: left !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    color: #ef586b !important;
}

div.wpcf7-mail-sent-ok {
    float: left !important;
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.form-item input.wpcf7-not-valid,
.form-item input.wpcf7-not-valid:focus,
.form-item textarea.wpcf7-not-valid,
.form-item textarea.wpcf7-not-valid:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 2px rgba(255,0,0,1);
    background:#FDE2E2;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    color: #fff;
    margin: 0 !important;
    margin-top: 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
    color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 15px !important;
}

 

@media only screen and (max-width: 1850px){
    .intro-hold::after{        
        left:-200px;           
    }

    .services::before{        
        right: -150px;
    }
}

@media only screen and (max-width: 1550px){

    .intro-hold::after{        
        left:-300px;           
    }

    .services::before{        
        right: -300px;
    }

    .about-us-image img{        
        max-height: 400px;            
    }

    .about-us-main::before{        
        right: -150px;           
    }

    /*.news-image-port img,.news-image img{
        height: 450px;
    }*/

    .btn-contact,
    .btn-contact:focus,
    .btn-contact:active {
        right: 7%;
    }
}

@media only screen and (max-width: 1300px){

    .intro-hold::after{
        background-size: cover;
        background-position: center;        
        width: 391px;
        height: 292px;
        top: 12%;        
        left: -130px;         
    }

    /*.news-image-port img,.news-image img{
        height: 400px;
    }*/
    
}

@media only screen and (max-width: 1250px){
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-posts ul li{        
        width: 47.01%;              
    }

    .news-posts ul li:nth-child(2n){
        margin-right: 0px;    
    }

    .about-us-image img{       
        max-height: 330px;             
    }

    .carousel-hold{     
        width: calc(100% + 15px);     
    }

    /*.owl-nav .owl-prev{        
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;        
        left:-14px;
    }
    .owl-nav .owl-next{        
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;        
        left:calc(100% - 30px);
    }*/

    .about-us-main::before{        
        right: -250px;           
    }

    /*.news-image-port img,.news-image img{
        height: 350px;
    }*/
}

@media only screen and (max-width: 1023px) {
    .news-section:nth-child(2n) .news-text {
        padding-left: 0;
    }
    .contacts-list ul li:nth-child(3n+1) {    
        clear: none; 
    }
    .contacts-list ul li:nth-child(2n+1) {    
        clear: both; 
    }
	.hamburger {
        display: inline-block;
    }

    .header-nav ul li{
        font-size: 16px;        
        margin-right: 10px;
    }  
    
    .header-right {
        display: none;
    }

    .header-right.close {
        display: block;
    }

    .header-nav ul li {        
        display: block;
        margin-left: 15px;
        padding-top: 15px;        
    }

    .lang-sel{
        padding-top: 15px;
        margin-left: 15px;
        display: block;
    }

    .lang-sel ul li a{
        margin-left: 0px;
        margin-right: 6px;
    }

    .header-right {
        text-align: start;
    }
    
    .header-logo{
        display: block;
    }

    .intro-text{
        padding-top: 200px;

    }
    .intro-hold::after{        
        transform: translateY(20%);       
    }

    .intro-hold .text-right {
        margin-bottom: 90px;
    }    

    .services{
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .services .section-text p:first-child {
        margin-bottom: 30px;
    }

    .services .section-text h2{
        font-size: 36px;        
    }

    .services .section-text {
        padding-bottom: 30px;
    }

    .services-list ul li{
        width: 48%;              
    }

    .services::before{            
        background-size: cover;        
        width: 644px;
        height: 490px;
        top: 100px;
        right: -150px;       
        transform: translateY(-50%);            
    }

    .about-us{
        padding-bottom: 60px;
    }
    
    .about-us-text {
        padding:0px;
    }

    .about-us-text h1{
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .about-us-image,.news-image,.news-image-port {
        width: 100%;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 40px;
    }

    .news{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .about-us-main::before{       
        background-size: contain;
        width: 480px;
        height: 360px;
        position: absolute;
        top: 0px;
        right: -50px;
        transform: translateY(-29.5%);
        z-index: 0;       
    }   
 
    .sections-text h2{
        position: relative;
        font-size: 36px;        
        margin-bottom: 40px;
        z-index: 1;
    }
     
    .about-us-main{
        padding-top: 40px;
    }
 
    .about-us-main .section-text{
        margin-bottom: 30px;
    }
 
    .advantages{
        padding-top: 40px;
        padding-bottom: 60px;
    }
 
    .advantages:after{
        display: none;
        /* background-size: cover;
        width: 1260px;
        height: 650px;
        transform: translateY(16%) */
    }
    .advantages:before {        
        top: 180px;        
    }
 
    .sustainability{
        padding-top: 50px;
        padding-bottom: 40px;
    }
 
    .sustainability-image{
        padding: 0;
    }

    .services-accordion .accordion-content{
        padding: 0px 15px 35px 15px;
    }

    .services-main{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news-heading h2{
        margin-bottom: 40px;
        font-size: 36px ;
    }

    .news-main{
        padding-top: 40px;
        padding-bottom: 40px;        
    }

    .news-section .news-text{
        padding: 0;
    }
    .news-section:nth-child(2n+1) .news-text{
        padding: 0; 
    }

    .news-section{
        margin-bottom: 60px;
    }
    .news-more-wrapper{
        margin-bottom: 40px;
    }

    .news-image {
        height: 270px;
    }

    .news-section:last-child  .btn-orange-right{
        margin-bottom: 40px;
    }

    .news-single{
        padding-top: 40px;
        padding-bottom: 40px;        
    }
    
    .news-single-text h2{        
        font-size: 36px;        
        margin-bottom: 40px;        
    }
    
    .news-single-text h3{        
        font-size: 20px;        
    }
    
    .news-single-text span{        
        margin-bottom: 40px;        
    }
    
    .news-single-image{
        margin-bottom: 40px;    
    }
	
	/*jobs*/
	.jobs-single{
        padding-top: 40px;
        padding-bottom: 40px;        
    }
    
    .jobs-single-text h2{        
        font-size: 36px;        
        margin-bottom: 40px;        
    }
    
    .jobs-single-text h3{        
        font-size: 20px;        
    }
    
    .jobs-single-text span{        
        margin-bottom: 40px;        
    }
    
    .jobs-single-image{
        margin-bottom: 40px;    
    }
    
    .contacts-list ul li{        
        width: 50%;    
    }

    .btn-contact,
    .btn-contact:focus,
    .btn-contact:active {
        right: 15px;
        bottom:30px;
    }
    .services-single{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .services-single-text h2{
        font-size: 36px;        
        margin-bottom: 25px;        
    }    

    .services-item h3{
        font-size: 21px;
    }

    .contacts-heading h2 {        
        font-size: 36px;        
    }

    .contacts-main {
        padding-top: 50px;        
    }

}

@media screen and (max-width:639px) {

    .header {
        padding-top:12px;
        padding-bottom: 12px;
    }
    .header-logo img {
        max-height: 39px;
    }

    .contacts-form .left-pad {
        padding-right: 0px;
    }
    .contacts-form .right-pad {
        padding-left: 0px;
    }
    .intro-text {
        display: block;
        font-size: 32px;
    }

    footer{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-right {    
        text-align: start;
        margin-top: 30px;
    }
    .social-icons{
        margin-bottom: 20px;
    }

    .social-icons ul li{
        margin-left: 0px;
        margin-right: 20px;
    }

    .news{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-posts ul li{        
        width: 100%;
        margin: 0;              
    }

    .services-list ul li{
        width: 100%;        
    }    

    .btn-orange-left{
        font-size: 14px;
    }

    .btn-orange-left::before{
        border-width: 14.5px 14px 14px 0px;
    }

    .btn-orange-right::after{
        border-width: 14.5px 0 14px 14px;;
    }

    .btn-orange-right{
        font-size: 14px;
    }

    .services{
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .services .section-text p:first-child {
        margin-bottom: 25px;
    }

    .services .section-text h2{
        font-size: 32px;        
    }

    .services .section-text {
        padding-bottom: 25px;
    }

    .about-us{
        padding-bottom: 50px;
    }
    
    .about-us-text {
        padding:0px;
    }

    .about-us-text h1{
        font-size: 32px;
        margin-bottom: 25px;
    }

    .about-us-image {        
        margin-bottom: 25px;
        padding-top: 0px;
    }

    .section-heading h2{
        font-size: 32px;
    }

    .intro-hold::after{
        display: none;
    }

    .services{
        overflow: hidden;
    }

    .intro-text{
        padding-right: 40%;
    }

    .intro-text{
        padding-top: 130px;
        margin-bottom: 50px;
    }

    .intro-hold .text-right {
        margin-bottom: 45px;
    }

    .advantages .item{
       width: 300px;        
    }

    .about-us-main::before{        
        width: 240px;
        height: 180px;       
        right: -0px;             
    }

    .sections-text h2{
        position: relative;
        font-size: 32px;        
        margin-bottom: 25px;
        z-index: 1;
    }
    
    .about-us-main{
        padding-top: 30px;
    }

    .about-us-main .section-text{
        margin-bottom: 10px;
    }

    .advantages{
        /* padding-top: 30px; */
        padding-bottom: 50px;
    }

    .advantages:after{
        display: none;
        /* background-size: cover;
        width: 860px;
        height: 630px;
        transform: translateY(5%) */
    }

    .sustainability{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sustainability-image{
        padding: 0;
    }

    .services-main{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .services-accordion .accordion-title{
        font-size: 18px;
    }

    .services-accordion .accordion-content{
        padding: 0px 10px 25px 10px;
    }

    .accordion-content-image { 
        padding-right: 0px;
        margin-bottom: 25px;    
    }

    .news-heading h2{
        margin-bottom: 25px;
        font-size: 28px ;
    }

    .news-main{
        padding-top: 25px;
        padding-bottom: 25px;        
    }
    .news-text h3{
        font-size: 18px;
    }    

    .news-section{
        margin-bottom: 40px;
    }
    .news-more-wrapper{
        margin-bottom: 25px;
    }

    /*.news-image img{
        height: 280px;
    }*/
    .news-section:last-child  .btn-orange-right{
        margin-bottom: 25px;
    }

    .news-single{
        padding-top: 30px;
        padding-bottom: 30px;        
    }
    
    .news-single-text h2{        
        font-size: 25px;        
        margin-bottom: 25px;        
    }
    
    .news-single-text h3{        
        font-size: 18px;        
    }
    
    .news-single-text span{        
        margin-bottom: 25px;        
    }
    
    .news-single-image{
        margin-bottom: 25px;    
    }
	/*jobs*/
	.jobs-heading h2{
        margin-bottom: 25px;
        font-size: 28px ;
    }

    .jobs-main{
        padding-top: 25px;
        padding-bottom: 25px;        
    }
    .jobs-text h3{
        font-size: 18px;
    }    

    .jobs-section{
        margin-bottom: 40px;
    }
    .jobs-more-wrapper{
        margin-bottom: 25px;
    }

    /*.news-image img{
        height: 280px;
    }*/
    .jobs-section:last-child  .btn-orange-right{
        margin-bottom: 25px;
    }

    .jobs-single{
        padding-top: 30px;
        padding-bottom: 30px;        
    }
    
    .jobs-single-text h2{        
        font-size: 25px;        
        margin-bottom: 25px;        
    }
    
    .jobs-single-text h3{        
        font-size: 18px;        
    }
    
    .jobs-single-text span{        
        margin-bottom: 25px;        
    }
    
    .jobs-single-image{
        margin-bottom: 25px;    
    }

    .contacts-list ul li{        
        width: 100%;    
    }

    .left-side-input{
        padding-right: 0px;
    }

    .services-item{
        padding: 0;
    }

    .services-single{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .services-single-text h2{
        font-size: 25px;        
        margin-bottom: 25px;        
    }

    .services-item{
        margin-bottom: 25px;
    }

    .services-item h3{
        font-size: 18px;
    }

    .contacts-heading h2 {        
        font-size: 32px;
        margin-bottom: 0;        
    }
    
    .contacts-main {
        padding-top: 30px;        
    }

    .contacts-list h3{
        font-size: 19px;
            
    }
    .contacts-list:last-child ul li:last-child{
        margin-bottom: 0px;
    }

    .header-logo img {
        max-width: 147px;
    }


}



/* report */


.inner-no-banner .row{
    padding-left: 3.5%;
}

.report-form{
    padding-bottom:100px;
}

.inner-no-banner {
    padding-top:170px;
    background-color: #f6f6f6;
    padding-bottom: 150px;
}

.reply-request-text{
    padding-right: 4%;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.2;
}

.btn-submit-hold{
    margin-top: 30px;
    margin-bottom: 50px;
}

.reply-request input,
.reply-request label{
    display: none;
    font-size: 21px;
    color: #000000;
    font-weight: 300;    
}

.report-item{
    padding-left: 320px;
    position: relative;
}

.item-name{
    font-size: 18px;
    width: 24%;
    color: #000000;
    font-weight: 300;
    position: absolute;
    top:0;
    left: 0; 
}


.report-item input{   
    font-size: 21px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px;
    padding-right: 2%;
}

.report-item input,
.report-item input:focus,
.report-item textarea{
    border: none;
    outline: none;
    box-shadow: none;
    max-width: 630px;
}

.reply-request label{
    position: relative;
    display: block;
    padding-left: 37px;
}

.reply-request .wpcf7-list-item-label{
    color: #000;
    margin-bottom: 8px;
    display: inline-block;
}

.reply-request .wpcf7-list-item-label::after {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    text-align: center;
    line-height: 14px;
    border: 3px solid #e9e9e9;
    border-radius: 50%;
    top: 2px;
    left: -7px;
    width: 28px;
    height: 28px;
    -webkit-transition: border .2s;
    transition: border .2s;
    cursor: pointer;
}

.reply-request input:checked + span::after {
    background: url(../svg/icon-checkbox.svg) no-repeat 50%;
    background-color: #ffffff;
}

.report-form span{
    color: #ff9e1b;
}

.report-item input.wpcf7-not-valid, 
.report-item input.wpcf7-not-valid:focus, 
.report-item textarea.wpcf7-not-valid, 
.report-item textarea.wpcf7-not-valid:focus,
.report-item input.error, 
.report-item input.error:focus, 
.report-item textarea.error, 
.report-item textarea.error:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255 0 0);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 2px rgb(255 0 0);
    background: #FDE2E2;
}

.report-item label.error {
    display: none !important;
}

.report-item textarea,
.report-item textarea:focus {
    height: 210px;
}

.report-form .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 0 !important;
    color: #ff9e1b !important;
    margin: 0 !important;
    margin-top: 15px !important;
}

.report-info{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.3;
    text-align: justify;     
}
.report-info p{ 
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 25px;         
}

.report-info a{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 25px;
    text-decoration: underline;
    transition: 0.2s;     
}

.report-info a:hover{   
    color: #000000;    
    text-decoration: none;     
}

.report-info ul{   
    list-style: disc;    
}

.report-info ul li{   
    margin-left: 20px;
    padding-left: 8px;
    margin-bottom: 10px;
}

.report-info ul li:last-child{   
    
    margin-bottom: 25px;
}

.footer-center {
    padding-top:130px;
}
.footer-center a{
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-top: 3px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    background-color: #373a36;
}
/* .footer-center a::after{
    content: "";
    position: absolute;
    top: -3px;
    left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 18px 0;
    border-color: transparent #fff transparent transparent;
    
}
.footer-center a::before{
    content: "";
    position: absolute;
    top: -3px;
    right: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #fff;
} */

.footer-center a::after{
    content: "";
    position: absolute;
    top: -3px;
    left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 18px 0;
    border-color: transparent #fff transparent transparent;
    
}
.footer-center a::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #373a36 transparent transparent;
    z-index: 1;
}

.footer-center a span{
    position: relative;    
}

.footer-center a span::after{    
    content: "";
    position: absolute;
    top: -9px;
    right: -39px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;    
}

.footer-center a span::before{
    content: "";
    position: absolute;
    top: -6px;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #373a36;
    z-index: 2;
}
/* .footer-center a span::after{
    content: "";
    position: absolute;
    top: -6px;
    left: -227px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #373a36 transparent transparent;
    z-index: 1;
    
}

.footer-center a span::before{
    content: "";
    position: absolute;
    top: -6px;
    right: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #373a36;
    z-index: 1;
} */

.bg-bg{
    background-color: #373a36;
    padding-top: 50px;
    padding-bottom: 50px;
}

.report-item span.wpcf7-list-item {
    display: block !important;
}

.news-single-text table tr td {
    font-size: 14px;
    color: #828282;
    position: relative;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
}
/*jobs*/
.jobs-single-text table tr td {
    font-size: 14px;
    color: #828282;
    position: relative;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
}


@media screen and (max-width:639px) {
    .inner-no-banner {
        padding-top: 120px;        
        padding-bottom: 20px;
    }

    .reply-request label::after {        
        top: -1px;
        left: -7px;
        width: 25px;
        height: 25px;       
    }    
    .report-form {
        padding-bottom: 50px;
    }

    .item-name{
        font-size: 16px;
        width: 26%;        
    }
    .report-item {
        padding-left: 169px;        
    }
    .reply-request-text{        
        font-size: 16px;        
    }
    .report-info p{
        font-size: 16px;         
    }
    
    .report-info a{
        font-size: 16px;          
    }

    .footer-center {
        padding-top:30px;
        text-align: left;
        padding-left:17px;
    }

    .footer-center a {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width:400px) {
    .item-name{        
        width: 41%;        
    }
    .report-item {
        padding-left: 159px;        
    }
}