body {
	margin: 0;
	padding: 0;
	background: #e5e5e5;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
}

.preload * {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
}

#map {
    scroll-margin-top: 16rem;
}

h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 0
}

h5 {
	font-size: 18px;
	font-weight: normal;
}

ul {
    margin: 0;
	list-style: none;
	padding: 0;
}

a {
	text-decoration: none;
}

.mt-20 {
    margin-top: 20px;
}

@media (max-width: 800px) {

    .mt-20 {
        margin-top: 10px;
    }
}

#mainbox {
	width: 100%;
	margin: 134px 0 0 0;
	z-index: 2;
	position: absolute;
}

@media (max-width: 1024px) {

	#mainbox {
        margin: 160px 0 0 0;
    }
}

.container {
	max-width: 1260px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 15px;
}

.container--wrapper {
	display: flex;
	column-gap: 15px;
}

.spacer {
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}

/* СТИЛИ ДЛЯ BREADCRUMBS */

.breadcrumbs li {
	display: inline-block;
	margin: 0 10px 0 10px;
}

.breadcrumbs li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #004e98;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
	color: #d2681c;
}

.breadcrumbs li:before {
    content: '';
    z-index: 10;
    position: absolute;
    width: 0;
    height: 0;
    margin: 4px 0 0 -10px;
    border: 4px solid transparent;
    border-left-color: #d2681c;
    border-right: 0;
}

/* СТИЛИ ДЛЯ BACKGROUNDS */

.bg_orange {
	background: url(./img/cover2.png) left top #d2681c repeat;
	margin-top: 15px;
}

.bg_white {
	background: #fff;
	min-height: 350px;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-top: 10px;
	overflow: hidden;
}

.gray {
	background: #fff;
}

.black {
	background: url(./img/footer.jpg) #023769 center top no-repeat;
	min-height: 450px;
	box-sizing: border-box;
}

#background {
	height: 625px;
	width: 100%;
	position: fixed;
	top: 134px;
	left: 0px;
	background: url(./img/bg.webp) #40525e center bottom repeat;
 	animation: bg 60s linear infinite;
    -webkit-animation: bg 60s linear infinite;
	opacity: 0.5;
}

#background.bg_products {
	background: url(./img/bg_products.webp) #092f54 center bottom no-repeat;
	height: 300px;
	opacity: 1;
}

@keyframes bg {
    0% { background-size: 100% 100%, 0 0;}
    50% { background-size: 120% 120%, 0 0; }
	100% { background-size: 100% 100%, 0 0;}
}
   
@-webkit-keyframes bg {
    0% { background-size: 100% 100%, 0 0;}
    50% { background-size: 120% 120%, 0 0; }
	100% { background-size: 100% 100%, 0 0;}
}

#cover {
	height: 100%;
	width: 100%;
	background: url(./img/cover.png) left top repeat;
}

/* СТИЛИ ДЛЯ БЛОКА SIDE-MENU */

.side-menu {
	margin: 0;
	padding: 0;
}

.side-menu__item {
    margin-bottom: 3px;
}

.side-menu__link {
    color: #4a4a4a;
    display: block;
    text-transform: uppercase;
    background: #f3f3f3;
    padding: 12px 20px 12px 15px;
    position: relative;
}

.side-menu__text {
    position: relative;
    z-index: 8; 
    transition: all .3s ease-out;
}

.side-menu__link:hover .side-menu__text {
    color: #fff;
}

.side-menu__link:before {
    background: #d2681c;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    display: block;
    z-index: 2;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; 
}

.side-menu__link:hover:before {
    width: 100%;
}

/* СТИЛИ ДЛЯ БЛОКА HEADER */

.header {
	width: 100%;
	height: 134px;
	background: #004e98;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}

.phone {
	float: right;
	color: #fff;
	font-size: 27px;
	margin-top: -12px;	
}

.phone__link {
	display: block;
	float: right;
	color: #fff;
	font-size: 16px;
	margin-top: -10px;	
}

.phone__link:hover {
	color: #97e1ff;
}

.phone__text {
	font-size: 41px;
}

.header__top {
	width: 100%;
	background: #023769;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.header__top .container {
	text-align: right;
}

.header__top-wrapper {
	float: left;
	color: #35afe0;
}

.header__top-link {
	color: #35afe0;
    outline: none;
}

.header__top-link:hover {
	color: #fff;
}

.logo {
	display: block;
	float: left;
	width: 225px;
	height: 84px;
	background: url(./img/logo.png) left top no-repeat;
}

.header__body .container {
	padding-top: 15px;
}

.mainmenu {
	height: 52px;
	background: #d2681c;
	margin-left: 270px;
	margin-top: 68px;
	position: relative;	
	display: flex;
}

.mainmenu__list {
	padding-left: 15px;
}

.mainmenu__list-item {
	float: left;
	position: relative;
}

.mainmenu__list-link {
	display: block;
	color: #fff;
	height: 52px;
	line-height: 52px;
	padding: 0 20px 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .08s ease-out;
}

.mainmenu__list-link:hover {
	background: #fff;
	color: #004e98;
}

.mainmenu__list-item:before {
	content: '';
	position: absolute;
    pointer-events: none;
    z-index: 10;
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
	border-color: #d2681c transparent transparent;
}

.mainmenu__list-item:hover:before {
	transform: translateY(10px);
	border-color: #fff transparent transparent;
}

.mainmenu__list-item:after {
	content:'';
    width: 1px;
    height: 20px;
    border-right: 1px solid #fff;
    right: -1px;
	position:absolute;
	top:16px;
}

.mainmenu__list-item:nth-child(5):after, .mainmenu__list-item:hover:after  {
	border: none;
}

#search_console {
    display: flex;
    margin-left: auto;
	align-items: center;
	margin-right: 15px;
}

.searchform {
    display: flex;
    align-items: center;
}

#search_console #search {
	line-height: 20px;
    padding: 0 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
	color:#fff;
	border:none;
	border-left:2px #fff solid;
	background:none;
	transition: all .8s ease;
	max-width: 80px;
	width: 80px;
	position: absolute;
	right: 50px;
}

#search_console #search:focus {
	max-width: 90.5%; 
    position: absolute;
    right: 50px;
    z-index: 100;
    background:#fff;
    height:48px;
    color:#d2681c;
    width: 100%;
}

#search_console input[type="text"]::-moz-placeholder {color: #fff;}
#search_console input[type="text"]::-webkit-input-placeholder { color: #fff; }
#search_console input[type="text"]:-ms-input-placeholder { color: #fff; }
#search_console input[type="text"]::-ms-input-placeholder { color: #fff; }
#search_console input[type="text"]::placeholder { color: #fff; } 

#search_console button {
	background: none;
	border: none;
	width: 31px;
	height: 31px;
	padding: 3px;
	cursor: pointer;
}

#search_console button:active, #search_console button:hover, #search_console button:focus, #search_console input:active, #search_console input:hover, #search_console input:focus {
    outline: 0;
    outline-offset: 0;
}

.burger-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 100;
    padding: 0;
}

.burger-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all .3s ease-out;
    border-radius: 2px;
}

.burger-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-toggle.active span:nth-child(2) {
    opacity: 0;
}

.burger-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 1024px) {
    
    .header__top {
        line-height: 20px;
        font-size: 11px;
    }
    
    .header__top .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .list_category {
        grid-template-columns: 1fr;
    }
    
    .burger-toggle {
        display: block;
    }
    
    .header {
        height: auto;
        min-height: 134px;
    }
    
    .header__body .container {
        padding: 10px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    #logo {
        float: none;
        margin: 0;
        background-size: contain;
    }
    
    .phone {
        display: none;
        text-align: right;
        margin: 0;
        font-size: 20px;
        flex: 0 0 auto;
		order: 4;
		margin-top: 10px;
    }
    
    .phone__link {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

	.phone__text {
		font-size: 20px;
	}
    
    .mainmenu {
        width: 100%;
        position: static;
        margin-left: 0;
        margin-top: 20px;
        order: 3;
		height: auto;
		display: none;
    }

	.mainmenu.active {
        display: block;
    }
    
    .mainmenu__list {
        flex-direction: column;
        padding: 0;
    }
    
    .mainmenu__list-item {
        float: none;
        width: 100%;
        text-align: left;
    }
    
    .mainmenu__list-item:before,
    .mainmenu__list-item:after {
        display: none;
    }
    
    .mainmenu__list-link {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .mainmenu__list-item:last-child a {
        border-bottom: none;
    }
    
    #search_console {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.1);
		position: static;
		margin-right: 0;
    }

	#search_console #search {
		position: static;
	}

	#search_console #search:focus {
		max-width: 100%; 
		position: static;
	}
    
    .searchform {
        width: 100%;
    }
    
    #search {
        flex: 1;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-right: none;
    }
    
    .search-button {
        border-radius: 0 4px 4px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .search-button svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 620px) {

    .container--wrapper {
        display: block;
    }
}

@media (max-width: 620px) {

	.header__top-text {
		display: none;
	}
}

.section-production,
.section-product,
.questions,
.clients,
.footer {
    padding: 15px 0 15px 0;
	margin-top: 10px;
}

/* СТИЛИ ДЛЯ БЛОКА QUESTIONS */

.questions__title {
	text-align: center;	
	color: #fff;
}

.questions__subtitle {
    text-align: center;	
    color: #fff;  
}

/* СТИЛИ ДЛЯ БЛОКА CLIENTS */

.clients__menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.clients__title {
	text-align: center;	
}

.clients__menu-item {
	width: 220px;
	height: 145px;
	background: url(./img/partners.webp) left -145px no-repeat;
	margin: 10px 8px 10px 8px;
	position: relative;
}

.clients__menu-item:before {
	content: '';
	position: absolute;
	width: 220px;
	height: 145px;
	background: url(./img/partners.webp) left 0px no-repeat;
	opacity: 0;
	transition: 1s;
}

.clients__menu-item:hover:before {
	opacity: 1;
}

.clients__menu-item:nth-child(2) {
	background-position: -220px -145px;
}

.clients__menu-item:nth-child(3) {
	background-position: -440px -145px;
}

.clients__menu-item:nth-child(4) {
	background-position: -660px -145px;
}

.clients__menu-item:nth-child(5) {
	background-position: -880px -145px;
}

.clients__menu-item:nth-child(2):before {
	background-position: -220px 0px;
}

.clients__menu-item:nth-child(3):before {
	background-position: -440px 0px;
}

.clients__menu-item:nth-child(4):before {
	background-position: -660px 0px;
}

.clients__menu-item:nth-child(5):before {
	background-position: -880px 0px;
}

/* СТИЛИ ДЛЯ БЛОКА FOOTER */

.footer {
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-out;
}

.footer__container.container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer__col {
    padding: 0;
    margin-bottom: 0;
}

.footer__col--25 {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
}

.footer__col--50 {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.footer__title {
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 15px 0 25px 0;
}

.footer__title-inner {
    display: inline-block;
    padding-bottom: 7px;  
    border-bottom: 3px #d2681c solid;
    color: #fff;
    font-weight: normal;
}

.footer__link {
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-out;
}

.footer__link:hover {
    color: #77d0fe !important;
}

.footer__link--orange {
    color: #d2681c;
    font-weight: bold;
}

.footer__logo {
    display: block;
    width: 142px;
    height: 84px;
    background: url(./img/logo_small.png) 0 0 no-repeat;
}

.footer__menu {
    display: flex;
    gap: 30px;
}

.footer__menu-column {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__menu-item {
    margin-top: 10px;
    width: 100%;
}

.footer__menu-link {
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-out;
}

.footer__menu-link:hover {
    padding-left: 5px;
}

.footer__social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__social-item {
    float: left;
    margin-right: 7px;
}

.footer__social-link {
    display: block;
}

.footer__social-link:hover {
    transform: translate(0,-2px);
}

.footer__social-link:hover path {
    fill: #d2681c;
}

.footer__label {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #a3a3a3;
}

@media (max-width: 800px) {
    
    .footer__container.container {
        flex-direction: column;
        gap: 5px;
    }
  
    .footer__col--25,
    .footer__col--50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
  
    .footer__menu {
        flex-direction: column;
        gap: 0;
    }
  
    .footer__title {
        margin: 5px 0 0 0;
    }
  
    .footer__social {
        margin-top: 10px;
    }
}