@font-face{
font-family: 'Geometria-Heavy';
src: url('../fonts/geometria-Heavy.otf');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'geometria-light';
src: url('../fonts/geometria-light.otf');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'geometria-boldt';
src: url('../fonts/geometria-bold.otf');
font-weight: normal;
font-style: normal;
}

@font-face{
font-family: 'geometria-medium';
src: url('../fonts/geometria-medium.otf');
font-weight: normal;
font-style: normal;
}

body {
color:#3b3b3b;
font-family: 'Roboto', sans-serif;
}

.padding {
padding-top: 20px;
}

.contacts {
	color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.contacts-last {
padding-bottom: 10px;
display: block;
}
a:hover {
text-decoration: none;
color:#0d499a;
}

.logo {
	float: left;
    max-width: 200px;
}
/*стили меню*/
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay_state_open {
    visibility: visible !important;
	opacity: 1 !important;
}
.state_open {
opacity: 1;
visibility: visible;	
}
.mobi {
	display:none;
}
.menu {
	text-align: left;
    margin: 1em 1em;
    float: right;
}

.menu__icon {
   display: none;
   width: 45px;
   height: 35px;
   position: relative;
   cursor: pointer;
   z-index: 10;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0d499a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }

.menu__links-item {
	color:#3b3b3b;
	font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 3%;
}

.active:before {
    background-image: url(../img/before.png);
}
.pc {
text-align: center;
}
.pc .menu__links-item {
    display: inline-block;
	padding: 3% 0;
	width: calc(90% / 5); 
}

.pc .menu__links-item:before {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    background-repeat: no-repeat;
   background-position: 10px 65%;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
opacity: 1;
visibility: visible; 
left:0; 
}
/*стили меню. конец*/
.top-img {
min-height: 700px;
background-image: url(../img/top-img.png);
background-size: cover;
background-repeat: no-repeat;
text-align: center;
}

section {
	position: relative;
    overflow: hidden;
	margin-top:60px;
}
.top-img {
	margin-top:0px;
}
.title,
.subtitle  {
color:#0d499a;
font-family: 'Geometria-Heavy';
font-size: 46px;
font-weight: 900;
text-transform: uppercase;
}
.subtitle  {
padding-top: 40px;
}
.title:after {
	content: " ";
    display: block;
    border-top: 10px solid #fcc019;
    margin-top: -37px;
    width: 100%;
    left: 40%;
    position: absolute;
    min-width: 9000px;
}

.preview-wrapper {
margin:40px auto;
}
.preview {
	object-fit: cover;
    height: 100%;
    width: 100%;
}
.text {
	color: #3b3b3b;
    font-family: 'geometria-light';
    font-size: 20px;
    font-weight: normal;
    margin: 25% 10% 0 0;
}
.more {
	background: #0d499a;
    margin: 20px 0;
    padding: 30px;
    width: 80%;
}

.more,
.more a {
color:#ffffff;
font-family: 'geometria-boldt';
font-size: 24px;
}

#about .more {
 padding: 10px;
 text-align: center;
}
.description {
	font-family: 'geometria-medium';
    color: #3b3b3b;
    font-size: 14px;
    text-align: center;
    margin: 40px 0;
}

.specifications .preview {
	object-fit: contain;
    width: 55%;
	max-width: 200px;
    height: auto;
    margin: 0 auto;
	display: block;
}

#services .more {
width: 100%;
margin-top: 40px;
}
#services .text {
margin: 40px 10% 0 0;
}

.bottom-img {
min-height: 300px;
background-image: url(../img/bottom-img.png);
background-size: cover;
background-repeat: no-repeat;
text-align: center;
}
.swiper-container {
margin:60px 0;
}
.swiper-slide img {
	object-fit: cover;
    height: auto;
    width: 100%;
    max-width: 200px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    background-image: url(../img/right-arrow.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px !important;
	outline: none !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/left-arrow.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px !important;
	left: 0px !important;
	outline: none !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: ' ' !important;
}
#contacts {
margin-top:100px;
}

.map{
    height: 100%;
    width: 100%;
}
#contacts  .text {
margin-top:20px;
}

#contacts a,
.geo {
	display:block;
	margin: 30px 0;
	color: #3b3b3b;
    font-family: 'geometria-light';
    font-size: 20px;
    font-weight: 600;
}
.geo span,
.hour span {
display:block;
}

.hour {
	color:#0d499a;
    font-family: 'geometria-light';
    font-size: 24px;
    font-weight: 600;
	margin-top:60px;
}
#contacts a:before,
.geo:before {
	content: " ";
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	margin-right: 15px;
}

.geo:before {
background-image: url(../img/geo.png);
}
.pfone:before {
background-image: url(../img/pfone.png);
}

.mail:before {
background-image: url(../img/mail.png);
}

footer {
width:100%;
padding:20px;
background: #fcc019;
margin-top:80px;
}
.social-networks {
    text-align: right;
}
.swiper-slide {
    text-align: center;
}	

.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    display: none; /* изначально скрыто */
    font-family: sans-serif;
}

.cookie-popup__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-popup p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-popup a {
    color: #0078ff;
    text-decoration: underline;
}

.cookie-btn {
    background: #0d499a;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s;
}

.cookie-btn:hover {
    background: #2268c7;
}

@media (max-width: 768px) {
    .cookie-popup__inner {
        flex-direction: column;
        text-align: center;
    }
}
