

/* Start:/local/templates/skspb/css/header.css?17180968584282*/
.top_header{
    display: flex;
    
    background-color: #2f3034;
    font-size: 13px;
    
}
@media (min-width: 768px)
{.container {
    width: 751px;
}}
@media (min-width: 992px)
{.container {
    width: 970px;
}}
@media (min-width: 1200px)
{.container {
width: 1140px;
}}


.header{
    position: relative;
    margin-bottom: 35px;
}

.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    gap: 25px;
    justify-content: center;
}
.top_part1{
    display: flex;
    color: white;
    align-items: center;
}
.top_part2{
    flex: 0 0 70%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
.contact{
    display: flex;
    color: white;
    align-items: center;
}
.contact i{
    font-size: 13px;
    margin: 0 10px 0 0;
    color: #FFD43B;
}

.contact p{
	color: white !important;
}
.docbutt{
    background: #3f4247;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #fff;
    min-width: 130px;
    padding: 16px 21px 16px 21px;
}
.main_header{
    background: rgba(255, 255, 255, 0.9) !important;
    display: flex;
    
}
.logo_part{
    flex: 0 0 30%;
}
.logo_part img{
    max-width: 229px;
    width: 100%;
}
.nav_part{
    
    display: flex;
    align-items: center;
    width: 100%;

}
.nav_part ul{
    display: flex;
    width: 90%;
    justify-content: space-around;
    gap: 25px;
}
.nav_part li{
    list-style-type: none;
}
.nav_part li:hover > a{
    color: #879dc2;
}
.nav_part a{
    text-decoration: none;
    color: #2f3034;
    height: auto;
    font-weight: 400 ;
    font-size: 15px;
}
.mobile_header{
    display: none;
}
/* <----------------------------------------------------------------Мобильная верстка--------------------------------------------------------> */

@media (max-width: 750px) {
    .fullpage_header{
        display: none;
    }
    .mobile_header{
        display: block;
    }
}

.mobile_header{
    width: 100%;
}
.top_header_mobile{
    display: flex;
    background-color: #fff;
    padding: 2% 5%;
}
.logo_mobile{
    flex: 0 0 50%
}
.logo_mobile img {
    width: 100%;
}
.menu_tab_mobile{
    flex: 0 0 50%;
}
.header_info_mobile{
    background: #2f3034;
    
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
    
}
.menu_toggle_mobile li{
    list-style-type: none;
    padding: 11px 0px;
}
.menu_toggle_mobile ul{
    padding: 0;
}
.menu_toggle_mobile a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    
    font-weight: 300 ;
}
.menu_toggle_mobile{
    padding: 0 5% 0 5%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
    
}
.contacts_mobile{
    display: flex;
    align-items: center;
    padding: 2% 5% 2%;
    
}
.telephone_mobile{
    flex: 0 0 50%;
    display: flex;
}
.address_mobile{
    flex: 0 0 50%;
    display: flex;
}
.contacts_mobile p{
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.contacts_mobile i{
    margin: 0 10px 0 0;
    color:#FFD43B;
}


/* Стили для анимации */
.menu_tab_mobile {
    cursor: pointer;
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2% 0;
}

.menu_tab_mobile div {
    width: 20%;
    height: 10%;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 23px;
}
.menu_tab_mobile.active{
    justify-content: center;
}
.menu_tab_mobile.active div:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
    margin: 1px 0;
}

.menu_tab_mobile.active div:nth-child(2) {
    opacity: 0;
    margin: 1px 0;
}

.menu_tab_mobile.active div:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
    margin: 1px 0;
}

.menu_toggle_mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.menu_toggle_mobile.active {
    max-height: 600px; /* Замените на необходимую высоту блока */
    transition: max-height 0.5s ease-in-out;
}

@media (max-width: 992px) {
.nav_part ul {
    gap: 9px;
}
.nav_part a{
    font-size: 12px;
}
}

	.top_header_mobile .active,
	.header_info_mobile .active {
		background: transparent;
	}

@media (max-width: 330px) {
	.menu_tab_mobile {
		padding: 1% 0;
	}


}


/* End */


/* Start:/local/templates/skspb/css/index.css?17132596461225*/
body {
    font-family: roboto;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
  flex: 1 1 auto;
}

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

button {
  background: none;
  cursor: pointer;
  border: none;
}

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

.name-content {
  font-size: 36px;
  margin-bottom: 39px;
  line-height: 45px;
  font-family: cursive;
  position: relative;
}

.name-content::before {
  content: '';
  display: block;
  width: 35px;
  height: 6px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #efd827;
  border-radius: 3px;
}

.name-content {
font-family: roboto;
}

@media(max-width: 500px){
	 .info_text{
		height: 100%;
    	justify-content: end;
    }
	.info_text img{
    	width: 100%;
    }
	.info_text a {
		padding: 33px 20px;
	}
	.links a {
		font-size: 14px;
	}
	.name-content {
		font-size: 28px;
	}
	.footer_company img {
		width: 100%;
	}
	.vacancy__sum {
    	font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/skspb/css/footer.css?17516285852637*/
footer{
    background: #2f3034;
}
.footer_info{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding: 5% 0 2% 0;
    display: flex;
    justify-content: space-between;
    width: 80%;
    gap: 15px;
}
.footer_container{
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_container p{
    margin: 0;
}
.footer_company{
    flex: 0 0 30%
}
.footer_news{
    flex: 0 0 30%
}
.footer_links{
    flex: 0 0 30%
}
.footer_news,
.footer_links {
  padding-top: 15px;
}
.links {
    column-count: 2;
    column-gap: 20px; 
}
.footer_info h1{
    margin: 0 0 7% 0;
    padding: 0 0 5% 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    color: white;
    font-size: 20px;
}

.links a {
    display: block;
    margin-bottom: 20px; 
    text-decoration: none;
    color: #879dc2 ;
}
.footerblock{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copyright{
    display: flex;
    justify-content: space-between;
    width: 60%;
    padding: 1% 0;
}
.copyright p {
    font-size: 13px;
}
.date{
    margin: 14px 0 30px 0;
}
.fnews a{
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 400;
}
.fnews a:hover{
    color: #efd827;
}
.date{
    display: flex;
    align-items: flex-end;
}
.date p{
    font-size: 12px;
}
.date i{
    color: #efd827;
    margin: 0 10px 0 0;
}
.footer_company p{
    margin: 40px 0;
    font-size: 13px;
    line-height: 22px;
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 9999;
  font-size: 14px;
}

.cookie-banner a {
	color: #002e5b;
}

.cookie-banner p {
  margin: 0;
  flex: 1;
}
.cookie-banner button {
  background-color: #002e5b !important;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: roboto;
}


@media(max-width: 1060px){
    .footer_company img{
       max-width: 230px;
    }
.footer_news, .footer_links {
    max-width: 90px;
}
.footer_info h1 {
    font-size: 16px;
}
.links {
    column-count: inherit;
}
.links a {
    margin-bottom: 14px;
    font-size: 12px;
}


    
}
@media(max-width: 750px){
    .footer_info{
        flex-direction: column;
    }
    .footer_news, .footer_links {
       max-width: 100%;
    }
.links {
    column-count: 2;
}

}

   .sub-info__btn::after {
    content: "";
    left: 93%;
	}
/* End */


/* Start:/local/templates/skspb/owlcarousel/assets/owl.carousel.min.css?17104013583351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/skspb/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/skspb/owlcarousel/assets/owl.theme.default.min.css?17104013581013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/skspb/components/bitrix/menu/top_menu/style.css?1715167609610*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/skspb/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}
a.selected{
color: #879dc2;
}



/* End */


/* Start:/local/templates/skspb/components/bitrix/news.list/footer_news/style.css?1710755207150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/skspb/components/bitrix/menu/bottom_menu/style.min.css?1710507286490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/skspb/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/skspb/template_styles.css?1751631652120*/
.project-content__name-info ul {
	margin-bottom: 25px;
}

.sub-info__btn::after {
	content: "";
	top: 15px !important;
}
/* End */
/* /local/templates/skspb/css/header.css?17180968584282 */
/* /local/templates/skspb/css/index.css?17132596461225 */
/* /local/templates/skspb/css/footer.css?17516285852637 */
/* /local/templates/skspb/owlcarousel/assets/owl.carousel.min.css?17104013583351 */
/* /local/templates/skspb/owlcarousel/assets/owl.theme.default.min.css?17104013581013 */
/* /local/templates/skspb/components/bitrix/menu/top_menu/style.css?1715167609610 */
/* /local/templates/skspb/components/bitrix/news.list/footer_news/style.css?1710755207150 */
/* /local/templates/skspb/components/bitrix/menu/bottom_menu/style.min.css?1710507286490 */
/* /local/templates/skspb/template_styles.css?1751631652120 */
