/*!
Theme Name: rfoptic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rfoptic
*/


:root{
	--font: 'Rubik', sans-serif;
	--black: #000;
	--deep_yellow: #F28C03;
	--deep_blue: #08324F;
	--white: #fff;
	--transition: all 0.35s;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: .995313px;
}

@media (max-width: 1680px){
	html {
		font-size: calc(0.729545px + (0.995313 - 0.729545) * ((100vw - 320px) / (1680 - 320)));
	}
}

body {
	margin: 0;
	font-family: var(--font);
	font-size: 24rem;
	line-height: 34rem;
	font-weight: 400;
	color: var(--black);
}

main {
	display: block;
}

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 15rem;
	margin-bottom: 15rem;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 15rem;
	margin-bottom: 15rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15rem;
}

p{
	margin: 0;
}

p:not(:last-child){
	margin-bottom: 20rem;
}

img{
	max-width: 100%;
	height: auto;
}

h1,h2,h3{
	font-weight: bold;
	font-family: inherit;
	color: inherit;
	margin-top: 0;
}

h1{
	font-size: 60rem;
	line-height: 60rem;
	margin-bottom: 40rem;
}

h2{
	font-size: 50rem;
	line-height: 50rem;
	margin-bottom: 40rem;
}

button,
input[type="submit"],
.button{
	padding: 18rem 30rem;
	margin: 0;
	border-radius: 100px;
	border: 0;
	color: var(--white);
	transition: var(--transition);
	background-color: var(--deep_yellow);
	font-family: inherit;
	font-size: 16rem;
	line-height: 1;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	text-decoration: none;
}

button svg,
input[type="submit"] svg,
.button svg{
	transition: var(--transition);
}
input[type="password"] {
    padding: 18rem 30rem;
}
button:hover,
input[type="submit"]:hover,
.button:hover{
	color: var(--white);
	background-color: var(--deep_yellow);
}

button:hover svg,
input[type="submit"]:hover svg,
.button:hover svg{
	transform: translateX(7px);
}


.button.btn-orange{
	background-color: transparent;
	color: var(--deep_yellow);
	box-shadow: inset 0px 0px 0px 2px var(--deep_yellow);
}

.button.btn-orange:hover{
	background-color: var(--white);
}

.button.btn-white{
	background-color: transparent;
	color: var(--white);
	box-shadow: inset 0px 0px 0px 2px var(--white);
}

.button.btn-white:hover{
	background-color: var(--white);
	color: var(--deep_blue);
}

.button.btn-blue{
	background-color: transparent;
	color: var(--deep_blue);
	box-shadow: inset 0px 0px 0px 2px var(--deep_blue);
}

.button.btn-blue svg{
	transition: var(--transition);
}

.button.btn-blue:hover{
	background: none;
}

.button.btn-blue:hover svg{
	transform: translateX(5px);
}
textarea {
	width: 100%;
}
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="search"], textarea {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--black);
	font-size: 16rem;
	color: var(--black);
	font-family: inherit;
	font-weight: 300;
	line-height: 1;
	padding: 18rem 0;
	transition: var(--transition);
	outline: none;
}

input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="search"]::placeholder, textarea::placeholder {
	font-size: 16rem;
	color: var(--black);
	font-family: inherit;
	font-weight: 300;
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
textarea[type="search"]:focus{
	border-bottom-color: var(--cyan);
}

a{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	color: var(--cyan);
	text-decoration: underline;
	transition: var(--transition);
}

a:hover{
	text-decoration: none;
}

.container{
	max-width: 1595px;
	padding: 0 15px;
	margin: auto;
}

.hamburger{
	display: inline-flex;
	line-height: 0;
}

.header{
position: fixed;      /* stays sticky always */
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 60rem 0;
  background-color: transparent; /* or your blue */
  transition: background-color .25s ease, padding .25s ease, box-shadow .25s ease;
}

.header .container{
	max-width: 95%;
}

.header__logo{
	line-height: 0;
}

.header__logo img{
	height: 80rem;
	width: auto;
}

.header__logo a{
	display: block;
}

/* body:not(.home) .custom-logo-link{
	display: none;
} */

body .header__logo--black{
	display: none;
}

.header.sticky .hamburger svg path{
	stroke: var(--deep_blue);
}

.header.sticky{
background-color: var(--white);
  padding: 30rem 0;
  box-shadow: 0px 0px 6px 2px #00000020;
}
.header.header-scrolled {
 background-color: var(--white); 
 padding: 30rem 0;
  box-shadow: 0px 0px 6px 2px #00000020;
}
body .header.sticky .header__logo--black{
	display: block;
}

body .header.sticky .custom-logo-link{
	display: none;
}
body .header.header-scrolled  .header__logo--black{
	display: block;
}
body .header.header-scrolled .custom-logo-link{
	display: none;
}
/*.single:not(.single-solution) .custom-logo-link,
.single:not(.single-cases) .custom-logo-link{
	display: none;
}

.single:not(.single-solution) .header__logo--black,
.single:not(.single-cases) .header__logo--black{
	display: block;
}*/

.single.single-product .header .custom-logo-link {
	display: block;
}
.single.single-product .header .header__logo--black {
	display: none;
}
.single.single-product .header.sticky .custom-logo-link {
	display: none;
}
.single.single-product .header.sticky .header__logo--black {
	display: block;
}

.single.single-application .header .custom-logo-link {
	display: block;
}
.single.single-application .header .header__logo--black {
	display: none;
}
.single.single-application .header.sticky .custom-logo-link {
	display: none;
}
.single.single-application .header.sticky .header__logo--black {
	display: block;
}







/* .single:not(.single-solution) .nav ul.menu a,
.single:not(.single-cases) .nav ul.menu a, */
.header.sticky .nav ul.menu a{
	color: var(--black);
}
.header.header-scrolled .nav ul.menu a{
	color: var(--black);
}

/* .single:not(.single-solution) .header__tel a,
.single:not(.single-solution) .header__tel,
.single:not(.single-cases) .header__tel a,
.single:not(.single-cases) .header__tel, */
.header.sticky .header__tel,
.header.sticky .header__tel a{
	color: var(--black);
}

.header.header-scrolled .header__tel,
.header.header-scrolled .header__tel a{
	color: var(--black);
}
/* .single:not(.single-solution) .button.btn-white,
.single:not(.single-cases) .button.btn-white, */
.header.sticky .button.btn-white{
	background-color: transparent;
	color: var(--deep_blue);
	box-shadow: inset 0px 0px 0px 2px var(--deep_blue);
}

/* .single:not(.single-solution) .button.btn-white:hover,
.single:not(.single-cases) .button.btn-white:hover, */
.header.sticky .button.btn-white:hover{
	background-color: var(--deep_blue);
	color: var(--white);
}

/* .single:not(.single-solution) header .button.btn-orange,
.single:not(.single-cases) header .button.btn-orange, */
.header.sticky .button.btn-orange{
	background-color: transparent;
	color: var(--black);
	box-shadow: inset 0px 0px 0px 2px var(--deep_yellow);
}

/* .single:not(.single-solution) header .button.btn-orange:hover,
.single:not(.single-cases) header .button.btn-orange:hover, */
.header.sticky .button.btn-orange:hover{
	background-color: var(--deep_yellow);
	color: var(--white);
}

.header__wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.header__btn .button{
	padding: 14.5rem 25rem;
}

.header__btn,
.header__top{
	display: flex;
	align-items: center;
	gap: 20rem;
	justify-content: end;
	    position: relative;
}
.header__btn {
    padding-left: 30px;
}
.header__top{
	margin-bottom: 10px;
}

.header__tel,
.header__tel a{
	text-decoration: none;
	font-size: 16rem;
	line-height: 1;
	color: var(--white);
	font-weight: 300;
}

.header__tel a strong{
	font-weight: bold;
}

.header__tel a:hover{
	text-decoration: underline;
}

.nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.nav ul.menu{
	display: flex;
	align-items: center;
	gap: 20rem;
}

.nav ul.menu a{
	font-size: 18rem;
	line-height: 1;
	font-weight: bold;
	color: var(--white);
	text-decoration: none;
}

.nav ul.menu > li > a {
	padding-bottom: 40rem;
	display: flex;
}

.nav ul.menu .current-menu-item a,
.nav ul.menu a:hover{
	color: var(--deep_yellow);
}

.nav ul.menu > .menu-item-has-children{
	position: relative;
}
.nav ul.menu > .menu-item-has-children > a{
	gap: 10px;
	align-items: center;
}

/* .single:not(.single-solution) .nav ul.menu > .menu-item-has-children > a:after,
.single:not(.single-cases) .nav ul.menu > .menu-item-has-children > a:after{
	background-image: url(./img/menu-arrow-black.svg);
} */

.header.sticky .nav ul.menu > .menu-item-has-children > a:after {
	background-image: url(./img/menu-arrow-black.svg);
}
.header.header-scrolled .nav ul.menu > .menu-item-has-children > a:after {
	background-image: url(./img/menu-arrow-black.svg);
}

.header.sticky .nav ul.menu > .menu-item-has-children:hover > a:after{
	background-image: url(./img/menu-arrow-orange.svg);
}
.header.header-scrolled .nav ul.menu > .menu-item-has-children:hover > a:after{
	background-image: url(./img/menu-arrow-orange.svg);
}

.nav ul.menu > .menu-item-has-children > a:after{
	content: '';
	width: 14px;
	height: 9px;
	background-image: url(./img/menu-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: var(--transition);
}

.nav ul.menu > .menu-item-has-children .sub-menu{
	position: absolute;
	background-color: var(--white);
	border-top: 4px solid var(--deep_yellow);
	padding: 65rem;
	top: 100%;
	left: -50%;
	transform: translateX(-25%) translateY(-10px);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: var(--transition);
	box-shadow: 0px 0px 10px 0px #00000015;
}

.nav ul.menu > .menu-item-has-children:hover a:after{
	background-image: url(./img/menu-arrow-orange.svg);
}

.nav ul.menu > .menu-item-has-children:hover .sub-menu{
	transform: translateX(-25%) translateY(0px);
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.nav ul.menu > .menu-item-has-children .sub-menu a{
	font-size: 20rem;
	line-height: 1;
	font-weight: 500;
	color: var(--deep_blue);
}

.nav ul.menu > .menu-item-has-children .sub-menu a:hover{
	color: var(--deep_yellow);
}

.nav ul.menu > .menu-item-has-children .sub-menu{
	display: flex;
	flex-direction: column;
	gap: 25rem;
	min-width: 450rem;
}

.nav ul.menu > .menu-item-has-children.child-right-100 .sub-menu{
	left: unset;
	right: -100px !important;
}

.nav ul.menu > .menu-item-has-children.child-right-225 .sub-menu {
	right: -225px !important;
	left: unset;
}

.hero{
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	overflow: hidden;
}

.hero:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(8, 50, 79, 0.9) 0%, rgba(8, 50, 79, 0.3) 100%);
	z-index: 0;
}

.hero__slider.swiper {
	margin-left: 245rem;
}

.hero__slider .swiper-slide{
	height: 100vh;
	max-height: 700rem;
	display: flex;
}

.hero__slide h1 {
	font-size: 50px;
	line-height: 50px;
}

.hero__slider .swiper-wrapper{
	align-items: flex-end;
}

.hero .hero__slider .swiper-pagination{
	bottom: 90rem;
}

.hero__slider .swiper-pagination span{
	width: 11.25px;
	height: 11.25px;
	background: #D9D9D9;
	border: 1px solid #515050;
	border-radius: 5.63px;
	opacity: 1;
	transition: var(--transition);
}

.hero__slider .swiper-pagination span.swiper-pagination-bullet-active{
	background: #F28C03;
	box-shadow: 0px 0px 17px 3px #F28C03;
}

.hero__slide {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	grid-gap: 50rem;
	align-items: center;
}

.hero__slide--image{
	height: 100%;
}

.hero__slide--column {
	height: calc(100% - 310rem);
}

.hero__slide--column--wrapper{

}

.hero__slide--column {
	padding: 180rem 0 130rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.hero__slide h1{
	color: var(--white);
}

.hero__slide--image{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	line-height: 0;
}

.hero__slide--image.middle{
	justify-content: center;
}

.hero__slide--image img{

}

.our-missing{
	background-image: url(./img/mission-bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 100rem 0 20rem;
}

.our-missing__wrapper{
	text-align: center;
	font-size: 24rem;
	line-height: 40rem;
	font-weight: 300;
	max-width: 1000px;
	margin: auto;
}

.our-missing .button{
	color: var(--deep_yellow);
	margin-top: 30rem;
}

.our-missing .button:hover{
	color: var(--white);
}

.market{
	padding: 100rem 0;
}

.market h2{
	margin-bottom: 100rem;
	text-align: center;
	color: var(--deep_blue);
}
.page-template-page-single-market .market h2 {
	margin-bottom: 80rem;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.market__grid{
	/* display: grid;
	grid-template-columns: repeat(3, 1fr); */
}


@media (min-width: 1024px) {
	.swiper-grid.market__grid>.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100% !important;
}
.swiper-grid.market__grid>.swiper-wrapper .swiper-slide {
    width: auto !important;
    order: initial !important;
}
}
.market__grid .swiper-slide a{
	padding: 35rem 45rem;
	border-bottom: 1px solid #08324F;
	text-decoration: none;
}

.market__grid .swiper-slide:nth-child(-n+3) a{
	padding-top: 0;

}

.market__grid .swiper-slide:nth-last-child(-n+3){
	padding-bottom: 0;
	border-bottom: 0;
}

.market__grid .swiper-slide:nth-child(2) a,
.market__grid .swiper-slide:nth-child(5) a,
.market__grid .swiper-slide:nth-child(8) a,
.market__grid .swiper-slide:nth-child(8) a {
	border-left: 1px solid #08324F;
	border-right: 1px solid #08324F;
}
/*
.market__grid .swiper-slide:nth-last-child(-n+3) a {
	border-bottom: 0;
}
.market__grid .swiper-slide:last-child a {
border-bottom: none;
border-right: 1px solid #08324F;
}*/
.market__grid--item{
	display: grid;
	grid-template-columns: 135rem 1fr;
	grid-gap: 30rem;
	align-items: center;
}

.market__grid--item strong{
	display: block;
	margin-bottom: 10rem;
	font-size: 22rem;
	line-height: 30rem;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--deep_blue);
}

.market__grid--item p{
	color: var(--deep_blue);
	font-size: 18rem;
	line-height: 22rem;
	font-weight: 300;
}

.solutions{
	padding: 100px 0;
}

.solutions h2{
	text-align: center;
	text-transform: uppercase;
	color: var(--deep_blue);
}

.related-solution .swiper-pagination,
.optical__slider .swiper-pagination,
.solutions__slider .swiper-pagination{
	display: flex;
	align-items: center;
	gap: 20rem;
	position: relative;
	bottom: unset !important;
	margin-top: 30rem;
	justify-content: center;
}

.related-solution .swiper-pagination span,
.optical__slider .swiper-pagination span,
.solutions__slider .swiper-pagination span{
	width: 11px;
	height: 11px;
	border: 1px solid var(--deep_blue);
	background-color: var(--white);
	border-radius: 50px;
	opacity: 1;
	transition: var(--transition);
}

.related-solution .swiper-pagination span:hover,
.related-solution .swiper-pagination span.swiper-pagination-bullet-active,
.optical__slider .swiper-pagination span:hover,
.optical__slider .swiper-pagination span.swiper-pagination-bullet-active,
.solutions__slider .swiper-pagination span:hover,
.solutions__slider .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: var(--deep_yellow);
	border-color: var(--deep_yellow);
}

.solution{
	border: 2px solid #D0DEE8;
}

.solution__image{
	margin: -2px -2px 0rem;
	line-height: 0;
	height: 355rem;
}

.solution__image a{
	display: block;
	height: 100%;
}

.solution__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution__wrapper{
	padding: 40rem;
	height: calc(100% - 433rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.solution__title{
	margin-bottom: 20rem;
	min-height: 85.6rem;
}
.home .solution__title {
    min-height: unset;
    font-weight: 500;	
}

.solution__title a{
	font-weight: 500;
	font-size: 36rem;
	line-height: 43rem;
	color: var(--deep_blue);
	text-decoration: none;
}

.solution__title a:hover{
	color: var(--deep_yellow);
}

.solution__excerpt{
	font-size: 20rem;
	line-height: 28rem;
	font-weight: 300;
}

.solution__link{
	margin-top: 30rem;
	display: inline-flex;
	gap: 15px;
	align-items: center;
	text-decoration: none;
	font-size: 18rem;
	line-height: 1;
	font-weight: 500;
	color: var(--deep_yellow);
}

.solution__link svg{
	transition: var(--transition);
}

.solution__link:hover svg{
	transform: translateX(5px);
}

.logos{
	padding: 40rem 0;
	background-color: #E6F1F9;
}
.single-market__logos {
	border-top: 1px solid #212457;
	border-bottom: 1px solid #212457;
	margin-top: 150rem;
}
.single-market__logos .logos .swiper-wrapper {
	justify-content: space-between;
}
.single-market__logos .logos {

	background: #FFF;
}
.logos__logo{
	line-height: 0;
}

.logos .swiper-wrapper{
	align-items: center;
	transition-timing-function: linear !important;
}

.logos .swiper-slide{
	width: 200rem;
	text-align: center;
}


body:not(.home, .page-template-page-distributions) .footer{
	margin-top: 180rem;
}

.footer{
	padding: 115rem 0;
	background-color: var(--deep_blue);
	background-image: url(./img/wave.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer__wrapper {
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-gap: 30px;
	color: var(--white);
}

.footer__title{
	font-size: 16rem;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 13rem;
	margin-bottom: 30rem;
	border-bottom: 1px solid var(--white);
	text-transform: uppercase;
}

.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul a{
	font-size: 16rem;
	line-height: 1;
	color: var(--white);
	text-decoration: none;
}

.footer ul li{
	line-height: 1;
}

.footer ul li:not(:last-child){
	margin-bottom: 20rem;
}

.footer ul a:hover{
	color: var(--deep_yellow);
}

.footer__profile{
	font-size: 16rem;
	line-height: 24rem;
	font-weight: 300;
	margin-bottom: 30rem;
	max-width: 560px;
}

.footer__button{
	display: flex;
	flex-wrap: wrap;
	gap: 15rem;
}

.copyright{
	font-size: 12rem;
	line-height: 1;
	font-weight: 400;
}

.footer__contact{
	display: flex;
	flex-direction: column;
	gap: 20rem;
	line-height: 1;
}

.footer__contact a{
	text-decoration: none;
	font-size: 16rem;
	line-height: 1;
	font-weight: 300;
}

.footer__contact a:hover{
	color: var(--deep_yellow);
}

.footer__contact div{
	display: flex;
	gap: 16rem;
	align-items: center;
}

.footer__contact a strong{
	font-weight: bold;
}

.footer__follow{
	margin: 50rem 0;
}

.footer__follow--title{
	font-size: 16rem;
	line-height: 1;
	margin-bottom: 15rem;
}

.footer__follow--grid{
	display: flex;
	flex-wrap: wrap;
	gap: 8.5px;
}

.footer__follow--grid a{
	line-height: 0;
	width: 31rem;
	height: 31rem;
	background-color: var(--white);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.footer__follow--grid a:hover{
	background-color: var(--deep_yellow);
}
.gtranslate_wrapper .gt_switcher {
    width: 28px !important;
    line-height: 0;
    float: right;
    position: absolute;
    top: 8px;
    border-radius: 4px;
    left: 0;
}
.gtranslate_wrapper .gt_switcher .gt_selected a:after {
	display: none;
}
.gtranslate_wrapper .gt_switcher .gt_option .nturl {
    padding: 0px 1px !important;
    color: rgba(0, 0, 0, 0) !important;
   background-color: #fff;
}
.gtranslate_wrapper .gt_switcher .gt_selected {
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position: relative;
    z-index: 9999;
}
.gtranslate_wrapper .gt_switcher {
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 173px;
    line-height: 0;
}

.gtranslate_wrapper .gt_switcher .gt_selected a {
    padding: 0 2px 0 2px !important;
    border: 0 !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected a {
    color: rgba(0, 0, 0, 0) !important;
}
.gt_container--2aa4j5 .gt_switcher .gt_selected a {
    border: 1px solid #ccc;
    color: #666;
    padding: 3px 5px;
    width: 161px;
}

.gtranslate_wrapper .gt_switcher a img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}




.gtranslate_wrapper .gt_switcher .gt_selected {
    height: 24px;
}
.page-header{
	position: relative;
	height: 414rem;
	overflow: hidden;
}

.page-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.breadcrumbs{
	margin: 40rem 0 90rem;
	font-size: 18rem;
	line-height: 1;
	font-weight: 300;
	color: var(--deep_blue);
	text-decoration: none;
}

.breadcrumbs a{
	font-size: 18rem;
	line-height: 1;
	font-weight: 300;
	color: var(--deep_blue);
	text-decoration: none;
}

.breadcrumbs a:hover{
	color: var(--deep_yellow);
}

.breadcrumbs .breadcrumb_last{
	font-weight: bold;
}

h1.page-title{
	color: var(--deep_blue);
	font-weight: 800;
	font-size: 60rem;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 70rem;
}
.page-template-page-technologies h1.page-title {
	margin-bottom: 30rem;
}
.blog__grid{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40rem;
}

article.blog__item {
	border: 2px solid #D0DEE8;
	display: grid;
	grid-template-columns: 0.4fr 1fr;
	align-items: center;
}

.blog__item--description{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20rem;
}

.blog__item--image{
	line-height: 0;
	min-height: 300rem;
	height: 100%;
	text-align: center;
}

.blog__item--image a {
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__item--image img{
width: auto;
    height: auto;
	object-fit: contain;
	    max-width: 300px;
}

.blog__item--description{
	padding: 20rem;
}

.blog__item--title{
	font-weight: 700;
	font-size: 28rem;
	line-height: 36rem;
	text-transform: uppercase;
	color: var(--deep_yellow);
	text-decoration: none;
}

.blog__item--title:hover{
	color: var(--deep_blue);
}

.blog__item--date{
	font-weight: 500;
	font-size: 20rem;
	line-height: 1;
	color: var(--deep_blue);
}


.blog__item--description p{
	font-weight: 300;
	font-size: 20rem;
	line-height: 28rem;
	margin: 0;
}

.blog__item--link{
	font-weight: 500;
	font-size: 16rem;
	line-height: 1;
	color: var(--deep_yellow);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 15rem;
	margin-top: 10px;
}

.blog__item--link svg{
	transition: var(--transition);
}

.blog__item--link:hover svg{
	transform: translateX(5px);
}


.pagination{
	display: flex;
	justify-content: center;
	margin-top: 110rem;
	grid-column: 1 / -1;
}

.pagination__wrapper{
	display: inline-flex;
	border-radius: 50px;
	border: 2px solid #D0DEE8;
	overflow: hidden;
}

.pagination .page-numbers{
	font-size: 20rem;
	line-height: 1;
	font-weight: 300;
	text-decoration: none;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	padding: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}

.pagination .page-numbers.prev{
	border-right: 2px solid #D0DEE8;
}

.pagination .page-numbers.next{
	border-left: 2px solid #D0DEE8;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{
	padding: 15rem 30rem;
	min-width: 90rem;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background-color: #D0DEE8;
}

.single{
	padding-top: 220rem;
}

.single .breadcrumbs{
	margin: 40rem 0;
}

.single h1{
	color: var(--deep_yellow);
	font-size: 50rem;
	line-height: 1;
	max-width: 1050px;
	margin-bottom: 30rem;
}

.single date{
	font-weight: 500;
	font-size: 24rem;
	line-height: 1;
	color: var(--deep_blue);
}

.single-post__wrapper{
	max-width: 1020px;
	margin: 160rem auto 0;
	font-weight: 300;
	font-size: 22rem;
	line-height: 36rem;
	overflow-x: hidden;
}

.single-post__wrapper img{
	margin-bottom: 60rem;
	min-height: 275rem;
	    object-fit: contain;
}

.single-post__wrapper h2{
	font-size: 28rem;
	line-height: 36rem;
	text-transform: uppercase;
	color: var(--deep_yellow);
	font-weight: 800;
	margin-bottom: 15rem;
}

.single-post__wrapper ul + h2,
.single-post__wrapper p + h2{
	margin-top: 45rem;
}

.single-post__wrapper ul{
	padding-left: 25px;
	margin: 0 0 20rem 0;
}

.single-post__follow{
	margin-top: 65rem;
}

.single-post__follow strong{
	font-weight: 400;
	font-size: 16rem;
	line-height: 1;
	color: var(--deep_blue);
	display: block;
	margin-bottom: 15rem;
}

.single-post__follow--wrapper{
	display: flex;
	align-items: center;
	gap: 10rem;
	line-height: 0;
}

.single-post__follow--wrapper a,
.client-item img {
	transition: var(--transition);
}

.single-post__follow--wrapper a:hover{
	transform: scale(1.05);
}
.client-item img:hover{
	transform: scale(1.05);
}
.more-information{
	background-color: #D0DEE8;
	padding: 95rem 0;
	margin-top: 130rem;
}

.more-information__wrapper{
	max-width: 990px;
	margin: auto;
	text-align: center;
}

.more-information__title{
	font-weight: 700;
	font-size: 50rem;
	line-height: 70rem;
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 30rem;
}

.more-information__link{
	font-weight: 500;
	font-size: 20rem;
	line-height: 1;
	color: var(--deep_blue);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 15rem;
}

.more-information__link svg{
	transition: var(--transition);
	height: 53rem;
	width: auto;
}

.more-information__link:hover svg{
	transform: translateX(5px);
}

.related-post{
	margin-top: 120rem;
}

.related-post h2{
	color: var(--deep_blue);
	text-transform: uppercase;
	margin-bottom: 50rem;
	font-weight: 600;
	font-size: 50rem;
	line-height: 1;
}

.related-post__item--image{
	height: 280rem;
	overflow: hidden;
	border-left: 1px solid #D0DEE8;
    border-right: 1px solid #D0DEE8;
    border-top: 1px solid #D0DEE8;
}

.related-post__item--image a{
	display: flex;
	line-height: 0;
	height: 100%;
	position: relative;
	align-items: center;
	justify-content: center;
}

.related-post__item--image a svg{
	position: absolute;
	z-index: 1;
	transition: var(--transition);
	width: 72rem;
	height: 72rem;
}

.related-post__item--image a:hover svg{
	transform: scale(1.05);
}

.related-post__item--image a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.related-post__item--title{
	text-decoration: none;
	color: var(--deep_yellow);
	display: block;
	font-weight: 600;
	font-size: 32rem;
	line-height: 1;
	margin-bottom: 15rem;
	transition: var(--transition);
}

.related-post__item--title:hover{
	color: var(--deep_blue);
}

.related-post__item--footer{
	padding: 50rem 45rem;
	border-left: 1px solid #D0DEE8;
	border-right: 1px solid #D0DEE8;
	border-bottom: 1px solid #D0DEE8;
}

.related-post__item--excerpt{
	font-weight: 300;
	font-size: 20rem;
	line-height: 28rem;
}

.related-post .swiper-pagination{
	margin-top: 55rem;
	text-align: center;
	position: relative;
	bottom: unset;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15rem;
	justify-content: center;
}

.related-post .swiper-pagination span{
	width: 11.25rem;
	height: 11.25rem;
	background: #FFFFFF;
	border: 1px solid var(--deep_blue);
	opacity: 1;
	border-radius: 50px;
	transition: var(--deep_yellow);
}

.related-post .swiper-pagination span:hover,
.related-post .swiper-pagination span.swiper-pagination-bullet-active{
	border-color: var(--deep_yellow);
	background-color: var(--deep_yellow);
}

.video__grid{
	display: grid;
	grid-column-gap: 45rem;
	grid-row-gap: 55rem;
	grid-template-columns: repeat(3, 1fr);
}

.cases__grid{
	display: grid;
	grid-column-gap: 30rem;
	grid-row-gap: 45rem;
	grid-template-columns: repeat(2, 1fr);
}

.cases__grid .related-post__item--image{
	height: 355rem;
}

.cases__grid .related-post__item--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-post__item--links{
	display: flex;
	flex-wrap: wrap;
	gap: 65rem;
}

.page-template-page-cases h1.page-title{
	margin-bottom: 45rem;
}

.cases__grid--description {
	max-width: 80%;
	margin-bottom: 130rem;
	font-weight: 300;
	font-size: 22rem;
	line-height: 36rem;
}

.single-cases__link{
	margin-top: 30rem;
}

.single-solution,
.single-cases{
	padding-top: 0 !important;
}


.newsletter-popup {
	position: fixed;
	z-index: 5;
	right: -1300px;
	top: 300rem;
	display: flex;
	align-items: center;
	bottom: 0;
	transition: var(--transition);
}

.newsletter-popup.open{
	right: 0;
}

.newsletter-popup.open .newsletter-popup__button{
	display: none;
}

.newsletter-popup__wrapper{
	background-color: #E6F1F9;
	padding: 90rem;
	position: relative;
}

.newsletter-popup__title{
	font-weight: 500;
	font-size: 40rem;
	line-height: 1;
	color: var(--deep_blue);
	margin-bottom: 35rem;
}

.newsletter-popup__form{

}

.newsletter-popup__button{
	font-weight: 500;
	font-size: 20rem;
	line-height: 1;
	color: var(--deep_blue);
	width: 90rem;
	height: 350rem;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #e6f1f9;
	right: 0;
	transform: translateY(-30%);
}

.newsletter-popup__button span{
	transform: rotate(-90deg);
	padding: 30rem 50rem;
	position: absolute;
	display: block;
	white-space: nowrap;
	pointer-events: none;
}

.newsletter-popup__close{
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
	position: absolute;
	right: 5%;
	top: 10%;
}

.newsletter-popup__close svg{
	width: 50rem;
	height: auto;
	pointer-events: none;
}

.newsletter-popup form{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40rem;
}

.newsletter-popup form .wpcf7__row--2col{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40rem;
}

.newsletter-popup form .wpcf7__row--2col,
.newsletter-popup form .wpcf7__row--submit,
.newsletter-popup form .wpcf7__row--checkbox{
	grid-column: 1 / -1;
}

.newsletter-popup form input:not(.wpcf7-submit){
	background-color: transparent;
	width: 100%;
	border-bottom: 2px solid #D0DEE8;
}

.newsletter-popup form select{
	background-color: transparent;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #D0DEE8;
	border-radius: 0;
	font-size: 16rem;
	color: var(--black);
	font-family: inherit;
	font-weight: 300;
	line-height: 1;
	padding: 18rem 0;
	transition: var(--transition);
	outline: none;
}

.wpcf7__row--checkbox{

}

.wpcf7__row--checkbox strong{
	font-size: 18rem;
	line-height: 1;
	font-weight: normal;
}

.wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	gap: 40rem;
	font-weight: 300;
	font-size: 15rem;
	line-height: 1;
	color: #000000;
}

.wpcf7-acceptance .wpcf7-list-item input,
.wpcf7-checkbox input{
	display: none;
}

.wpcf7-checkbox span.wpcf7-list-item-label{

}

.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item{
	margin: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
}

.wpcf7-acceptance label{
	cursor: pointer;
}

.wpcf7-acceptance label span,
.wpcf7-checkbox label span{
	display: flex;
	gap: 20rem;
	align-items: center;
	cursor: pointer;

	font-weight: 300;
	font-size: 15rem;
	line-height: 1;
	color: #000000;
}

.wpcf7-checkbox span.wpcf7-list-item-label:after{
	display: none;
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-checkbox span.wpcf7-list-item-label:before{
	content: '';
	display: block;
	min-width: 21px;
	width: 21px;
	height: 21px;
	background: transparent;
	border: 2px solid #D0DEE8;
	transition: var(--transition);
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-acceptance input:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input:checked + span.wpcf7-list-item-label:before{
	background-color: transparent;
	content: "X";
    color: #f28c04;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.wpcf7__row.wpcf7__row--checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-spinner{
	display: none !important;
}

.wpcf7 .wpcf7-submit{
	padding: 18rem 80rem 18rem 30rem;
	background-image: url(./img/submit-arrow-white.svg);
	background-repeat: no-repeat;
	background-position: 80% center;
	transition: var(--transition);
}

.wpcf7 .wpcf7-submit:hover{
	background-position: 85% center;
}


.newsletter-popup .wpcf7 form.sent .wpcf7-response-output {
	border: 0;
	margin: 0;
	width: 100%;
	grid-column: 1 / -1;
	padding: 0;
	font-size: 22rem;
	text-align: center;
	color: #46b450;
}

.about-us{
	margin-bottom: 170rem;
}

.about-us__wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 110rem;
}

.about-us__description h1{
	font-weight: 800;
	font-size: 60rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 35rem;
}

.about-us__description{
	font-weight: 300;
	font-size: 22rem;
	line-height: 36rem;
}

.about-us__image{
	line-height: 0;
	overflow: hidden;
}
.about-us__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why{
	padding: 120rem 0;
	background-color: #D0DEE8;
	background-image: url(./img/mask.svg);
	background-repeat: no-repeat;
	background-position: 105% -100px;
}

.why__wrapper{
	max-width: 1055px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 120rem;
	text-align: center;
}


.why__wrapper h2{
	color: var(--deep_blue);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 50rem;
	line-height: 1;
	margin-bottom: 35rem;
}

.why__wrapper p{
	font-weight: 300;
	font-size: 22rem;
	line-height: 36rem;
}

.why__button {
	margin-top: 30rem;
	display: flex;
	justify-content: center;
	gap: 20rem;
	flex-wrap: wrap;
}

.about-contact{
	padding: 150rem 0 90rem;
	background-image: url(./img/contact-bg.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.page-template-page-about .footer{
	margin-top: 0 !important;
}

.about-contact__wrapper{
	max-width: 1024px;
	text-align: center;
	font-weight: 700;
	font-size: 40rem;
	line-height: 60rem;
	text-transform: uppercase;
	color: #08324F;
	margin: auto;
}

.about-contact__wrapper strong{
	color: var(--deep_yellow);
}

.about-contact__wrapper a{
	margin-top: 45rem;
	text-transform: none;
}

.team__grid .blog__item--description {
	padding: 50rem 80rem;
}

.page-template-page-team main{
	background-image: url(./img/team-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 5%;
}


.technologies__grid .related-post__item--footer {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.technologies__grid .related-post__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.related-post__item--excerpt ul{
	margin: 0;
	padding-left: 20px;
}

.work__about{
	padding-bottom: 80rem;
}

.page-template-page-work main{
	background-image: url(./img/img.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 200px;
}

.work__about h1.page-title{
	margin-bottom: 40rem;
}

.work__about--wrapper{
	display: grid;
	grid-template-columns: 1fr 0.7fr;
	grid-gap: 150rem;
}

.work__about--wrapper p{
	font-weight: 300;
	font-size: 22rem;
	line-height: 36rem;
}

.work__about--wrapper .button{
	margin-top: 45rem;
}

.work__about--image{
	line-height: 0;
}

.work__about--image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.work__position{
	padding-bottom: 100rem;
}

.work__position--wrapper{
	max-width: 1050px;
	margin: auto;
}

.work__position--wrapper-title{
	font-weight: 700;
	font-size: 50rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 30rem;
}

.work__position--tab:first-child{
	border-top: 1px solid var(--black);
}

.work__position--tab{
	border-bottom: 1px solid var(--black);
}

.work__position--title svg{
	min-width: 22rem;
	width: 22rem;
	height: auto;
}

.work__position--title{
	padding: 30rem 0;
	font-weight: 800;
	font-size: 30rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_yellow);
	display: flex;
	gap: 20rem;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.work__position--panel{
	max-height: 0;
	overflow: hidden;
	transition: var(--transition);
	font-weight: 300;
	font-size: 18rem;
	line-height: 26rem;
}

.work__position--panel p + h2,
.work__position--panel ul + h2{
	margin-top: 40rem;
}

.work__position--panel h2{
	font-weight: 700;
	font-size: 22rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 20rem;
}

.work__position--panel ul{
	padding-left: 20px;
}

.work__position--tab.active .work__position--panel{
	padding-bottom: 50rem;
}


.page-template-page-work .footer{
	margin-top: 0 !important;
}

.work-contact{
	padding: 115rem 0 240rem;
	background-repeat: no-repeat;
	background-position: 70% 0;
	background-size: cover;
}

.work-contact__wrapper{
	max-width: 60%;
}

.work-contact__title{
	font-weight: 700;
	font-size: 50rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 30rem;
}

.work-contact__description{
	font-weight: 300;
	font-size: 20rem;
	line-height: 32rem;
}

.work-contact .button{
	margin-top: 40rem;
}

.page-template-page-esg h1.page-title{
	color: var(--deep_yellow);
	font-size: 60rem;
	max-width: 800px;
}

.esg__wrapper{
	max-width: 1020px;
	margin: auto;
}
.esg__wrapper table, .esg__wrapper table a {
    font-size: 20rem;
    font-weight: 300;
    line-height: 28rem;
}
.esg__wrapper figcaption {
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.page-template-page-hsfdr .work__position--tabs{
	max-width: 1024px;
	margin: auto;
}

.page-template-page-hsfdr .work__position--title{
	color: var(--deep_blue);
}

.page-template-page-hsfdr .work__position--title svg{
	position: relative;
	transition: var(--transition);
}

.page-template-page-hsfdr .work__position--tab.active .work__position--title svg{
	transform: rotate(180deg);
}

.page-template-page-hsfdr .work__position--tab:first-child {
	border-top: 1px solid #D0DEE8;
}

.page-template-page-hsfdr .work__position--tab {
	border-bottom: 1px solid #D0DEE8;
}

.work__position--panel-row{
	padding: 15rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20rem;
}

.work__position--panel-row span{
	font-size: 22rem;
	line-height: 1;
	font-weight: 300;
}

.work__position--panel-row a{
	text-decoration: none;
	color: var(--deep_yellow);
	font-weight: 500;
	font-size: 16rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	gap: 15rem;
}

.work__position--panel-row a svg{
	position: relative;
	width: 32rem;
	height: auto;
}

.work__position--panel-row a svg path{
	transition: var(--transition);
}

.work__position--panel-row a:hover {
	color: var(--deep_blue);
}

.work__position--panel-row a:hover svg path{
	fill: var(--deep_blue);
}

.rma__wrapper{
	display: grid;
	grid-template-columns: 1fr 0.5fr;
	grid-gap: 60rem;
}

.rma__form{
	background-color: #E6F1F9;
	padding: 100rem 70rem;
}
.rma__form form{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20rem;
}

.rma__form form select {
	background-color: transparent;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #D0DEE8;
	border-radius: 0;
	font-size: 16rem;
	color: var(--black);
	font-family: inherit;
	font-weight: 300;
	line-height: 1;
	padding: 18rem 0;
	transition: var(--transition);
	outline: none;
}

.wpcf7__row{
	position: relative;
}
.rma__form input:not(.wpcf7-submit), .rma__form textarea{
	background-color: transparent;
	border-bottom: 2px solid #D0DEE8;
}
.rma__form .upload-file-text {
    color: #F28C03;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.rma__form .wpcf7__row.wpcf7__row--checkbox strong{
	font-weight: 300;
	font-size: 14rem;
	line-height: 20rem;
}

.rma__form .wpcf7__row.wpcf7__row--checkbox{
	gap: 20rem;
}

.rma__form .wpcf7__row.wpcf7__row--checkbox a{
	font-weight: 300;
}

.rma__form .wpcf7__row--submit{
	margin-top: 15rem;
}

.rma__content{
	font-size: 20rem;
	line-height: 32rem;
}

.optical{
	padding: 35rem 28rem;
	border: 2px solid #D0DEE8;
}

.optical__title{
	font-weight: 600;
	font-size: 32rem;
	line-height: 1;
	color: var(--deep_blue);
	margin-bottom: 15rem;
	min-height: 64rem;
}

.optical__description{
	font-weight: 300;
	font-size: 20rem;
	line-height: 28rem;
}

.optical__link{
	margin-top: 15rem;
	display: inline-flex;
	align-items: center;
	gap: 15rem;
	font-weight: 500;
	font-size: 18rem;
	line-height: 1;
	color: var(--deep_yellow);
	text-decoration: none;
}

.optical__link svg{
	transition: var(--transition);
}

.optical__link:hover svg{
	transform: translateX(5px);
}

.single-solution .solution__title,
.page-template-page-solutions .solution__title {
	margin-bottom: 20rem;
	min-height: unset;
	font-weight: 500;
}

.single-solution .solution__image,
.single-solution .solution__excerpt{
	display: none;
}

.related-solution{
	margin-top: 110rem;
}

.single.single-solution h1.page-title{
	color: var(--deep_blue);
}

.solution-post__wrapper {
	display: grid;
	grid-template-columns: 1fr 0.75fr;
	grid-gap: 100rem;
}

.solution-post__image{
	line-height: 0;
}

.solution-post__image img{
	width: 100%;
	object-fit: cover;
}

.solution-post__description{
	font-size: 22rem;
	line-height: 36rem;
}

.related-solution .solution__wrapper {
	padding: 40rem;
	height: calc(100% - 80rem);
}

.related-solution .solution__wrapper a{
	margin-top: 0;
}

.single-solution .footer{
	margin-top: 0 !important;
}

.solution-contact{
	margin-top: 100rem;
	padding: 130rem 0;
	background-color: #E6F1F9;
}

.solution-contact__wrapper{
	display: grid;
	grid-template-columns: 1fr 250rem 250rem;
	grid-gap: 50rem;
}

.solution-contact__title{
	color: var(--deep_blue);
	font-weight: 800;
	font-size: 40rem;
	line-height: 60rem;
	text-transform: uppercase;
}

.solution-contact__column strong{
	font-weight: 500;
	font-size: 26rem;
	line-height: 28rem;
	text-transform: uppercase;
	color: var(--deep_blue);
}

.solution-contact__column{
	display: flex;
	flex-direction: column;
	gap: 20rem;
	justify-content: space-between;
}

.solution-contact__button{
	margin-top: 20rem;
}

.solution-post__wrapper{
	margin-top: 80rem;
}

.single-market__wrapper{
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	grid-gap: 100rem;
}

.single-market__image{
	line-height: 0;
	width: 750px;
}

.single-market__image img{
	width: 100%;
	object-fit: cover;
}

.single-market__column h1{
	display: flex;
	align-items: center;
	gap: 30rem;
	margin-bottom: 50rem;
}

.single-market__column h1 img{
	width: 125rem;
	height: auto;
}

.single-market__column {
	font-weight: 300;
	max-width: 750px;
}

.single-market__column .button{
	margin-top: 28rem;
}

.single-market__markets{
	position: relative;
	width: 650px;
	margin: -50px auto 0;
}

.single-market__title{
	font-weight: 600;
	font-size: 50rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 50rem;
}

.single-market__grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 26px;
	border: 6px solid #FFF;
	background: rgba(231, 241, 250, 0.85);
	padding: 70px 40px 60px;
	margin: 0 auto;
}

.single-market__grid .single-market__grid--item{
	display: flex;
	flex-wrap: wrap;
	max-width: 285px;
	width: 100%;
	gap: 15px;
	align-items: center;
}

.single-market__grid .single-market__grid--title {
	font-weight: 600;
	font-size: 18rem;
	line-height: 1.3;
	color: var(--deep_blue);
	max-width: 145px;
	text-transform: uppercase;
}

.single-market__grid .single-market__grid--link,
.single-market__grid .single-market__grid--link2 {
	font-weight: 500;
	font-size: 12rem;
	line-height: 1;
	color: var(--deep_yellow);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 35px;
	margin-top: 15px;
	text-transform: none;
}

.single-market__grid .single-market__grid--link svg,
.single-market__grid .single-market__grid--link2 svg{
	transition: var(--transition);
}

.single-market__grid--link:hover svg,
.single-market__grid--link2:hover svg{
	transform: translateX(5px);
}

.single-market__contact + .footer{
	margin-top: 0 !important;
}

.single-market__contact{
	margin-top: 114rem;
	padding: 85rem 0;
	background-color: #E6F1F9;
	text-align: center;
}

.single-market__contact--title{
	font-weight: 700;
	font-size: 50rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
}

.single-market__contact--link{
	margin-top: 25rem;
}

.all-markets__grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 100rem;
	max-width: 1270px;
	margin: auto;
}

.all-markets__grid a{
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 25rem;
	font-weight: 500;
	font-size: 24rem;
	line-height: 30rem;
	text-transform: uppercase;
	color: var(--deep_blue);
}

.all-markets__grid a:hover{
	color: var(--deep_yellow);
}

.all-markets__grid a img{
	width: 135rem;
	height: auto;
}

.single-market__grid .single-market__hide-popup-info {
	display: none;
}

.single-market__grid .single-market__grid--icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-market__grid .single-market__grid--icon img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.single-market__grid .single-market__grid--item:nth-child(2n) {
	padding-left: 25px;
	border-left: 1px solid #999999;
}

.single-market__grid .single-market__grid--item:nth-child(1),
.single-market__grid .single-market__grid--item:nth-child(2) {
	border-bottom: 1px solid #999999;
	padding-bottom: 25px;
}

.single-market__grid .single-market__grid--item:nth-child(3),
.single-market__grid .single-market__grid--item:nth-child(4) {
	padding-top: 25px;
}

.single.single-product,
.single.single-application{
	padding-top: 0 !important;
}

.single-product__wrapper {
	display: grid;
	grid-template-columns: 1fr 0.73fr;
	grid-gap: 60rem;
	margin-top: 35rem;
}

.single-product__image--wrapper{
	line-height: 0;
	position: sticky;
	top: 120px;
	display: flex;
	justify-content: center;
}

.single-product__image--wrapper .more-information__link{
	position: absolute;
	bottom: 45rem;
	text-transform: uppercase;
}

.single-product__content h1{
	color: var(--deep_blue);
}

.single-product__content{
	font-weight: 300;
	font-size: 22rem;
	line-height: 36rem;
}

.single-product__content blockquote{
	color: var(--deep_yellow);
	font-weight: 500;
	padding: 25rem 0;
	margin: 25rem 0;
	border-bottom: 1px solid var(--deep_yellow);
	border-top: 1px solid var(--deep_yellow);
}

.single-application .single-product__content blockquote {
	color: var(--deep_blue);
	font-weight: 400;
}

.single-product__button{
	margin-top: 40rem;
	display: flex;
	flex-wrap: wrap;
	gap: 10rem;
}


.single-product__panel{
	margin-top: 80rem;
}

.single-product__panel--tab{
	border-top: 1px solid var(--black);
	border-bottom: 1px solid var(--black);
	margin: 0 0 60rem 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 120rem;
	background-color: var(--white);
	overflow-x: auto;
	padding-bottom: 1px;
}

.single-product__panel--tab a{
	display: inline-flex;
	padding: 35rem 20rem;
	font-weight: 400;
	font-size: 22rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_blue);
	text-decoration: none;
}

.single-product__panel--tab a.active,
.single-product__panel--tab a:hover{
	color: var(--deep_yellow);
}

.single-product__panels--title{
	font-weight: 700;
	font-size: 28rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--deep_yellow);
	margin-bottom: 30rem;
}

.single-product__panels{
	display: flex;
	flex-direction: column;
	gap: 50rem;
}

.single-product__panels ul{
	padding-left: 20px;
}

.single-product__panels--applications--grid {
	display: grid;
	grid-gap: 25rem;
	grid-template-columns: repeat(2, 1fr);
}

.additional-product{
	margin-top: 180rem;
}

.additional-product h2{
	text-transform: uppercase;
	color: var(--deep_blue);
	margin-bottom: 50rem;
}

.additional-product__product {
	border: 2px solid #D0DEE8;
	position: relative;
	height: 500rem;
	overflow: hidden;
}

.additional-product__product img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.additional-product__product a{
	font-weight: 700;
	font-size: 32rem;
	line-height: 1;
	color: var(--deep_blue);
	position: absolute;
	top: 40rem;
	left: 40rem;
	text-decoration: none;
}

.additional-product__product a:hover{
	color: var(--deep_yellow);
}

.additional-product .swiper-pagination{
	margin-top: 55rem;
	text-align: center;
	position: relative;
	bottom: unset;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15rem;
	justify-content: center;
}

.additional-product .swiper-pagination span{
	width: 11.25rem;
	height: 11.25rem;
	background: #FFFFFF;
	border: 1px solid var(--deep_blue);
	opacity: 1;
	border-radius: 50px;
	transition: var(--deep_yellow);
}

.additional-product .swiper-pagination span:hover,
.additional-product .swiper-pagination span.swiper-pagination-bullet-active{
	border-color: var(--deep_yellow);
	background-color: var(--deep_yellow);
}
#year-filter, #country-filter {
	height: 56px;
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    outline: none;
    border: unset;
    border-bottom: 2px solid #D0DEE8;
    width: 250px;
    margin-bottom: 30px;
}
.solutions-filter,
.clients-filter {
	list-style: none;
	display: flex;
	gap: 18px;
	padding: 0;
	margin: 0;
}
.solutions-filter li,
.clients-filter li {

	transition: all 0.3 ease;
}
.solutions-filter li a,
.clients-filter li a {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
	text-decoration: none;
	border-radius: 26px;
	border: 2px solid #D0DEE8;
	height: 52px;
	width: 250px;
	text-align: center;
	line-height: 52px;
	display: block;
	text-transform: uppercase;
}

.solutions-filter li.active a,
.solutions-filter li:hover a,
.clients-filter li.active a,
.clients-filter li:hover a {
	background: #E6F1F9;
}
.results-count {
	color: #7E8F9A;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 40rem 0;
}
.home .site-main {
	overflow-x: hidden;
}
#clients-results {
	display: flex;
	flex-wrap: wrap; /* Allows items to wrap into the next row */
	gap: 100rem; /* Adjust spacing between items */
	align-items: center;
	padding-top: 120rem;
}

.client-item {
	width: calc(100% / 6 - 100rem); /* 6 items per row, adjust gap as needed */
	text-align: center;
	box-sizing: border-box; /* Ensures padding doesn't affect width */
}
.client-item img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block; /* Prevents extra spacing below inline images */
}
.clients-filter {
	margin-top: -30rem;
}
.single-market-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-market-popup {
	max-width: 1024px;
	width: 90%;
	position: relative;
	display: flex;
	flex-direction: column;
	border: 1px solid #FFF;
	opacity: 0.9;
	background: #08324F;
	background-image: url(./img/popup-bckGrnd.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.single-market-popup .popup-info ul li a {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%;
	text-decoration: unset;
}

.single-market-popup .popup-info ul li {
	list-style: none;
}

.single-market-popup .popup-info ul li:hover a {
	color: #F78E1E;
}

.single-market-popup .popup-content {
	display: flex;
}

.single-market-popup .popup-content .popup-info {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 50rem;
}

.single-market-popup .nav-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.single-market-popup .popup-content .popup-icon-title {
	flex: 0 0 500px;
	background-image: url(./img/popup-image-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	height: 320px;
}

.single-market-popup .popup-info ul {
	padding-left: 20px;
}

.single-market-popup .popup-close {
	position: absolute;
	top: -25px;
	right: -10px;
	cursor: pointer;
}

.single-market-popup .popup-content .popup-icon-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.single-market-popup .popup-content .popup-icon-title .popup-title {
	color: #0F334E;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	max-width: 300px;
	margin-left: -120px;
}

.home .single-market-popup .popup-content .popup-icon-title .popup-title {
	font-size: 22px;
	line-height: 1.1;
}

.single-market-popup .popup-content .popup-icon-title .popup-icon {
	width: 150px;
	height: 120px;
	margin-left: -150px;
	margin-top: 20px;
}
.home .single-market-popup .popup-content .popup-icon-title .popup-icon {
	width: 200px;
	height: 130px;
}
.single-market-popup .popup-content .popup-icon-title .popup-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-market-popup .nav-btns .popup-prev {
	transition: .3s all;
	transform: translateX(0px);
}

.single-market-popup .nav-btns .popup-prev:hover {
	cursor: pointer;
	transition: .3s all;
	transform: translateX(-10px);
}

.single-market-popup .nav-btns .popup-next {
	transition: .3s all;
	transform: translateX(0px);
}

.single-market-popup .nav-btns .popup-next:hover {
	cursor: pointer;
	transition: .3s all;
	transform: translateX(10px);
}
.single-market__arrow-down {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	width: 75px;
	margin: 0 auto;
}
body.page-template-page-single-market .footer {
	margin-top:0;
}

.products.section-new_designe {
	background-image: url(/wp-content/themes/rfoptic/img/bg-image-home-products-section.png););
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	padding: 60px 0;
	margin-top: 100px;
	padding-bottom: 500px;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item {
	flex: 0 0 15%;
}

.products.section-new_designe .products__title {
	color: white;
	font-size: 55px;
}

.products.section-new_designe .products__title span {
	color: #F78E1E;
}

.products.section-new_designe .products__flex.flex-items:before {
	content: "";
	width: 90%;
	height: 40px;
	display: block;
	border-top: 5px solid;
	border-left: 5px solid;
	border-right: 5px solid;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-color: #f78e1d;
	margin: 0 auto;
}

.products.section-new_designe .products__flex.flex-items {
	position: relative;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item h3 {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	height: 50px;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item .products-links-hidden {
	display: none;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item img {
	height: 110px;
	width: 100%;
	object-fit: contain;
	margin-bottom: 30px;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item .item-prod-btn a {
	color: #F78E1E;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	text-decoration: none;
	display: block;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item .item-prod-btn {
	border-radius: 23px;
	border: 2px solid #F78E1E;
	text-align: center;
	padding: 5px;
	max-width: 180px;
	margin: 10px auto 0;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item .item-prod-btn:hover {
	background-color: #F78E1E;
}

.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item .item-prod-btn:hover a {
	color: white;
}
/* --- Warranty Page Image Popup Styles --- */

/* 1. Style the images inside the wrapper to look clickable */
.page-template-page-warranty .warranty__wrapper img {
    transition: opacity 0.3s ease;
}

.page-template-page-warranty .warranty__wrapper img:hover {
    opacity: 0.9;
}

/* 2. The Popup (Modal) Background */
.warranty-popup {
    display: none; /* Hidden by default */
    position: fixed; 
    z-index: 99999; /* Sit on top of everything including header */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* State when popup is open */
.warranty-popup.is-visible {
    opacity: 1;
}

/* 3. The Modal Image */
.warranty-popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
background: #fff;
    object-fit: contain;
}

/* 4. The Close Button */
.warranty-popup-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    line-height: 1;
    z-index: 100000;
}

.warranty-popup-close:hover,
.warranty-popup-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 768px) {
	.single-market-popup .popup-content {
		flex-direction: column;
	}

	.single-market-popup .popup-content .popup-info {
		flex: 100%;
	}

	.single-market-popup .popup-content .popup-icon-title {
		flex: auto;
		width: 100%;
		height: 280px;
	}

	.single-market-popup .popup-info ul {
		margin: 0;
	}

	.single-market-popup {
		padding: 0 0 30px;
		/* background-size: auto; */
	}
	.single-market-popup .popup-content .popup-icon-title .popup-icon {
		width: 100px;
		height: 80px;
		margin-left: 80px;
	}

	.single-market-popup .popup-content .popup-icon-title {
		align-items: flex-start;
	}

	.single-market-popup .popup-content .popup-icon-title .popup-title {
		font-size: 20px;
		margin-left: 33px;
		max-width: 220px;
	}

	.single-market-popup .popup-info ul li a {
		font-size: 18px;
		line-height: 1.2;
	}

	.single-market-popup .popup-info ul li {
		margin-bottom: 5px;
	}

	.single-market__arrow-down {
		display:none;
	}

	.home .single-market-popup .popup-content .popup-icon-title .popup-icon {
		margin-left: 50px;
		margin-top: 10px;
	}

	.home .single-market-popup .popup-content .popup-icon-title .popup-title {
		font-size: 16px;
		margin-left: 20px;
	}
}
@media (max-width: 1680px){
	.container{
		max-width: 1368px;
	}

	.header {
		padding: 40rem 0;
	}
	.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item h3 {
		font-size: 16px;
	}
}

@media (max-width: 1440px){
	.solution-contact__wrapper {
		display: grid	;
		grid-template-columns: 1fr 220rem 220rem;
		grid-gap: 30rem;
	}
	.solution-contact__title {
		font-size: 34rem;
		line-height: 46rem;
	}

	.solution-contact__column strong {
		font-size: 22rem;
		line-height: 26rem;
	}
	.work-contact__title,
	.work__position--wrapper-title{
		font-size: 40rem;
	}
	.work__about--wrapper {
		grid-gap: 70rem;
	}
	.page-header {
		height: 350rem;
	}
	.single-post {
		padding-top: 150rem;
	}
	.container{
		max-width: 1200px;
	}

	h1{
		font-size: 50rem;
		line-height: 50rem;
	}

	h2 {
		font-size: 40rem;
		line-height: 40rem;
	}

	.hero__slider.swiper {
		margin-left: 175rem;
	}

	.hero .hero__slider .swiper-pagination {
		bottom: 60rem;
	}

	.blog__item--description {
		padding: 50rem;
	}

	article.blog__item {
		grid-template-columns: 0.5fr 1fr;
	}

	.single-market__wrapper {
		grid-gap: 65rem;
	}
	.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item h3 {
		font-size: 14px;
	}
	.single-market__image {
		width: 600px;
	}

	.single-market__markets {
		width: 550px;
	}

	.single-market__grid {
		padding: 50px 20px;
	}

	.single-market__grid .single-market__grid--icon {
		width: 80px;
		height: 80px;
	}

	.single-market__grid .single-market__grid--title {
		font-size: 16px;
	}

	.single-market__grid .single-market__grid--item:nth-child(2n) {
		padding-left: 0;
	}

	.single-market__grid .single-market__grid--item:nth-child(2n) .single-market__grid--icon {
		margin-left: 5px;
	}
}

@media (max-width: 1368px){
	.container{
		max-width: 1100px;
	}
	.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item h3 {
		font-size: 12px;
	}
}

@media (max-width: 1280px){
	.single-product__panel--tab a{
		font-size: 20rem;
	}
	.additional-product__product {
		height: 350rem;
	}
	.all-markets__grid {
		grid-gap: 50rem;
	}
	.solution-contact {
		margin-top: 100rem;
		padding: 100rem 0;
	}
	.solution-post__wrapper {
		grid-gap: 70rem;
	}
	.work-contact__title, .work__position--wrapper-title {
		font-size: 35rem;
	}
	.work-contact {
		padding: 100rem 0 150rem;
	}
	.about-contact {
		padding: 110rem 0 90rem;
	}
	.why {
		padding: 110rem 0;
	}
	.why__wrapper{
		grid-gap: 100rem;
	}
	.about-us__wrapper {
		gap: 100rem;
	}
	.about-us {
		margin-bottom: 100rem;
	}
	.cases__grid--description{
		margin-bottom: 50rem;
	}

	.pagination {
		margin-top: 50rem;
	}

	.page-template-page-technologies h1.page-title {
		font-size: 40rem;
	}

	h1.page-title {
		font-size: 50rem;
		margin-bottom: 50rem;
	}
	.breadcrumbs {
		margin: 40rem 0 55rem;
	}
	.container{
		max-width: 1024px;
	}

	h2 {
		font-size: 35rem;
		line-height: 35rem;
	}

	.market h2 {
		margin-bottom: 70rem;
	}

	.footer {
		padding: 80rem 0;
	}

	.footer__profile {
		max-width: 320px;
	}

	.market__grid--item strong {
		font-size: 20rem;
		line-height: 28rem;
	}

	.market__grid--item {
		grid-template-columns: 115rem 1fr;
		grid-gap: 20rem;
	}

	.market__grid a {
		padding: 25rem;
	}

	.our-missing {
		padding: 70rem 0 20rem;
	}

	.solutions,
	.market {
		padding: 70rem 0;
	}

	.hero__slider.swiper {
		margin-left: 100rem;
	}

	.solution__image {
		height: 250rem;
	}

	.solution__wrapper {
		padding: 40rem 20rem;
		height: calc(100% - 328rem);
		gap: 20rem;
	}

	.solution__title a {
		font-size: 22rem;
		line-height: 26rem;
	}

	.solution__title {
		margin-bottom: 10rem;
		min-height: 55rem;
		line-height: 26rem;
	}

	.solution__link {
		margin-top: 0;
	}

	.logos {
		padding: 30rem 0;
	}

	.hero__slider .swiper-slide {
		height: 100vh;
		max-height: 675rem;
	}

	.more-information{
		margin-top: 70rem;
		padding: 55rem;
	}

	.related-post{
		margin-top: 70rem;
	}

	.more-information .more-information__title,
	.related-post h2{
		font-size: 35rem;
		line-height: 42rem;
	}
	.products.section-new_designe .products__flex.flex-items .flex-wrapper .flex-item h3 {
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.hamburger{
		display: none;
	}
}

@media (max-width: 1200px){
	.header__nav{
		display: none;
	}
}

@media (min-width: 1024px){

	.market__grid .swiper-slide:nth-child(-n+3) a{
		padding-top: 0;
	}

	.market__grid .swiper-slide:nth-last-child(-n+3){
		padding-bottom: 0;
		border-bottom: 0;
	}

}

@media (max-width: 1024px){
	#clients-results {
		gap: 50rem;
		justify-content: space-between;
	}
	.client-item {
		width: calc(100% / 2 - 50rem);
	}
	.solutions-filter, .clients-filter {
		flex-wrap: wrap;
		justify-content: center;
	}
	.results-count {
		text-align: center;
	}
	.all-markets__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.all-markets__grid a img {
		width: 110rem;
		height: auto;
	}

	.single-market__title {
		font-size: 40rem;
		margin-bottom: 35rem;
	}

	.single-market__contact {
		margin-top: 85rem;
	}
	.single-market__grid {
		grid-template-columns: repeat(1, 1fr);
		padding: 0;
		background: unset;
		border: unset;
	}
	.single-market__grid .single-market__grid--title {
		font-size: 32rem;
		max-width: 180px;
	}
	.single-market__grid .single-market__grid--item {
		padding: unset !important;
		padding: 45rem 25rem !important;
		border: unset !important;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		max-width: 100%;
	}
	.single-market__markets {
		width: 100%;
		margin: unset;
	}

	.single-market__image {
		width: 100%;
		background-color: #E7F1FA;
		padding: 50px 15px 0;
	}
	.solution-contact {
		margin-top: 70rem;
		padding: 70rem 0;
	}
	.work__position--title {
		padding: 25rem 0;
		font-size: 26rem;
	}
	.about-us {
		margin-bottom: 70rem;
	}
	.why__wrapper {
		grid-gap: 70rem;
	}
	.why {
		padding: 70rem 0;
	}
	.why__wrapper h2 {
		font-size: 45rem;
		margin-bottom: 25rem;
	}
	.video__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	article.blog__item {
		grid-template-columns: 0.65fr 1fr;
	}
	.team__grid .blog__item--description,
	.blog__item--description {
		padding: 40rem 35rem;
	}
	.container{
		max-width: 100%;
		padding: 0 35rem;
		!i;!;
	}

	.header {
		padding: 25rem 0;
	}

	.header__logo img {
		height: 60rem;
	}

	.hero__slide h1{
		font-size: 40rem;
	}

	.hero__slider.swiper {
		margin-left: 35px;
	}

	.hero__slider .swiper-slide {
		height: inherit;
		max-height: unset;
	}

	.market__grid .swiper-slide a{
		padding: 0;
		border-bottom: 0;
		text-align: center;
	}

	.market__grid .swiper-slide:nth-child(2) a,
	.market__grid .swiper-slide:nth-child(5) a,
	.market__grid .swiper-slide:nth-child(8) a{
		border-left: 0;
		border-right: 0;
	}

	.market__grid--item {
		grid-template-columns: 1fr;
		justify-content: center;
	}

	.market__grid--icon{
		line-height: 0;
	}

	.market__grid--icon img{
		height: 115rem;
		width: auto;
	}

	.related-post .swiper-pagination, .market__grid .swiper-pagination, .products__grid .swiper-pagination{
		margin-top: 55rem;
		text-align: center;
		position: relative;
		bottom: unset;
		line-height: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 15rem;
		justify-content: center;
	}

	.related-post .swiper-pagination span, .market__grid .swiper-pagination span, .products__grid .swiper-pagination span{
		width: 11.25rem;
		height: 11.25rem;
		background: #FFFFFF;
		border: 1px solid var(--deep_blue);
		opacity: 1;
		border-radius: 50px;
		transition: var(--deep_yellow);
	}

	.related-post .swiper-pagination span:hover, .related-post .swiper-pagination span.swiper-pagination-bullet-active, .market__grid .swiper-pagination span:hover, .market__grid .swiper-pagination span.swiper-pagination-bullet-active, .products__grid .swiper-pagination span:hover, .products__grid .swiper-pagination span.swiper-pagination-bullet-active{
		border-color: var(--deep_yellow);
		background-color: var(--deep_yellow);
	}

	.single-market__contact--title{
		font-size: 40rem;
	}
}


@media (max-width: 992px){
	.single-product__wrapper {
		display: flex;
		flex-direction: column-reverse;
	}

}

@media (max-width: 960px){
.single-market-popup .popup-content .popup-info {
	padding-right: 0rem;
}
	.rma__form {
		padding: 50rem;
	}

	.rma__form input:not(.wpcf7-submit){
		width: 100%;
	}

	.rma__wrapper {
		grid-template-columns: 1fr;
	}

	article.blog__item {
		grid-template-columns: 1fr!important;
	}

	.newsletter-popup__wrapper {
		padding: 50rem;
	}

	.newsletter-popup__title {
		font-size: 32rem;
	}

	.newsletter-popup__close {
		right: 50rem;
		top: 50rem;
	}
}

@media (max-width: 880px){
	.single-market__column h1 img {
		width: 110rem;
		height: auto;
	}
	.single-market__wrapper {
		grid-template-columns: 1fr;
	}
	.solution-contact__wrapper {
		grid-gap: 40rem;
		grid-template-columns: 1fr 1fr;
	}

	.solution-contact__title{
		grid-column: 1 / -1;
	}
	.solution-post__wrapper {
		grid-template-columns: 1fr;
	}
	.header__btn,
	.header__tel{
		display: none;
	}

	.work__about--wrapper {
		grid-template-columns: 1fr;
	}

	.work__about--wrapper .button {
		margin-top: 15rem;
	}

	.header__btn {
		display: flex;
	}

	.header__btn .button {
		display: none;
	}

	.header__btn .button.btn-orange {
		display: block;
	}

	.gt_container--3ovu9v .gt_switcher {
    top: 6px;
}
}
@media (max-width: 768px){
	.single-market__grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.about-contact__wrapper a {
		margin-top: 30rem;
	}
	.about-contact {
		padding: 70rem 0 70rem;
	}
	.about-us__description h1{
		margin-bottom: 30rem;
	}
	.about-us__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.page-template-page-cases h1.page-title{
		margin-bottom: 30rem;
	}
	.cases__grid--description{
		max-width: 100%;
		margin-bottom: 40rem;
	}
	.cases__grid {
		grid-gap: 30rem;
		grid-template-columns: repeat(1, 1fr);
	}
	.page-header {
		height: 280rem;
	}
	.header__logo img {
		height: 40px;
	}


	.hero__slider.swiper {
		margin: 0;
		padding: 0 20px;
	}

	.hero__slide {
		grid-template-columns: 1fr;
		grid-gap: 20rem;
	}

	.hero__slide--column {
		height: auto;
		padding: 150rem 0 20rem;
	}

	.hero__slide--image{
		height: 450rem;
	}

	.hero__slide--image img{
		width: auto;
		height: 100%;
		object-fit: contain;
		object-position: bottom;
	}

	.hero__slide--image img{
		margin-right: -20px;
	}

	.hero__slider .swiper-wrapper {
		align-items: unset;
	}

	.footer__wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 44px;
	}

	.footer__profile {
		max-width: 100%;
	}

	.footer__column:nth-child(4){
		order: -1;
		grid-column: 1 / -1;
	}

	.related-post__item--footer {
		padding: 40rem 35rem;
	}

	.related-post__item--title {
		font-size: 28rem;
	}

	.single-post {
		padding-top: 70rem;
	}

	.single-post h1{
		font-size: 40rem;
	}

	.single-post__wrapper img {
		margin-bottom: 40rem;
	}

	.single-post__wrapper{
		margin-top: 40rem;
	}
}

@media (max-width: 576px){
	.single-product__panels--applications--grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.all-markets__grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.work__position--panel-row{
		flex-direction: column;
		align-items: self-start;
	}
	.wpcf7__row.wpcf7__row--submit{
		margin-top: 10rem;
	}
	.wpcf7__row.wpcf7__row--checkbox {
		gap: 20rem;
	}
	.newsletter-popup form .wpcf7__row--2col,
	.newsletter-popup form {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20rem;
	}

	.related-post__item--links {
		gap: 20rem;
	}
	.video__grid {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30rem;
	}
	.footer__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer__column:nth-child(3) {
		grid-column: 1 / -1;
	}

	.footer__column:nth-child(3) .footer__title{
		border-bottom: 0;
		padding-bottom: 0;
	}

	.footer {
		background-image: url(./img/wave-mobile.svg);
		background-position: 115% bottom;
	}

	.footer__follow {
		margin: 100rem 0 50rem;
		text-align: center;
	}

	.footer__follow--grid {
		justify-content: center;
	}

	.copyright{
		text-align: center;
	}
	.clients-filter {
		margin-top: 0;
	}
	#clients-results {
		padding-top: 70rem;
	}
	.page-template-page-single-market .market h2 {
		font-size:35px;
	}
}

@media (max-width: 414px){
	.page-template-page-esg h1.page-title{
		font-size: 38rem;
	}

	.hero__slide h1 {
		font-size: 28rem;
		line-height: 36rem;
	}

	.work-contact__wrapper {
		max-width: 80%;
	}

	.work-contact {
		background-position: 65% 0;
	}

	.solution-contact__wrapper {
		grid-gap: 40rem;
		grid-template-columns: 1fr;
	}

	.solution-contact__title {
		font-size: 30rem;
		line-height: 38rem;
	}

	.solution-contact__column {
		gap: 15rem;
	}

	.single-market__grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.single-market__column h1 {
		flex-direction: column;
		align-items: flex-start;
	}
}
.info-box-content a {
	text-decoration: none;
}

/* Контейнер, который мы создадим скриптом вокруг картинки */
.img-magnifier-container {
    position: relative;
    display: inline-block; /* Или block, в зависимости от дизайна */
}

/* Сама лупа */
.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000; /* Цвет ободка лупы */
    border-radius: 50%; /* Делает её круглой */
    cursor: none; /* Скрываем курсор над лупой */
    
    /* Размер лупы */
    width: 100px;
    height: 100px;
    
    /* Магия увеличения */
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.25); /* Тень для объема */
    z-index: 10;
    
    /* Скрыта по умолчанию */
    display: none; 
    pointer-events: none; /* Чтобы клики проходили сквозь лупу, если нужно */
}
.country-filter-select {
    display: none;
}