/*******************************************
 *** Файл стилей STYLE.CSS
 *** Собственность компании WEBBERRIES
 *** https://webberries.ru (C) 2005-2022
 *** Для вопросов: webberries@yandex.ru
 *** Дата обновления: 11.05.2022
 *** Версия файла: V4.00 
 *******************************************/

/*------------------------------------------------------------------------------
 ******************* ВСПОМОГАТЕЛЬНЫЕ СТИЛИ *************************************
-------------------------------------------------------------------------------*/

/*
Для изменения свойств элементов - раскомментировать и поменять со стандартных на нужные:
*/
/*------------------------------------------------------------------------------
		a.blue:link {color: #006699; text-decoration: underline; }
		a.blue:visited {color: #006699; text-decoration: underline; }
		a.blue:active {color: #006699; text-decoration: underline; }
		a.blue:hover {color: #009999; text-decoration: none; }

		body {
			background: #f5f5f5;
		}

		html, body, h1, h2, h3, h4, h5, h6, div, span, input, textarea, table, td {
			font-family: 'Nunito', sans-serif;
		}



		///////////// Checkbox & Radio

		.checkbox:after {
			border-left: 4px solid #535353 !important;
			border-bottom: 4px solid #535353 !important;
		}

		.radio:after {
			background-color: #535353 !important;
		}

		.radio:before, .checkbox:before {
			border: 1px solid #dddddd !important;
			background-color: #dddddd !important;
		}

		<input type="checkbox" id="cb1" checked> <label class="checkbox" for="cb1">Флажок 1</label>
		<input type="radio" name="rb" id="rb1" checked> <label class="radio" for="rb1">Переключатель 1</label>




		///////////// Кнопки

		input[type=submit], button, .btn {
			background: #232323 !important;
		}

		input[type=submit]:hover, button:hover, .btn:hover {
			background: #363636 !important;
		}
		
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


body {
	background: #fefefe;
}

header, section, nav, footer {
	padding: 0;
}

/*------------------------------------------------------------------------------
 ******************* SETTINGS **************************************************
-------------------------------------------------------------------------------*/



.btn-go, button {
	height: 60px;
	line-height: 58px;
	border-radius: 30px;
	border:0;
	padding: 0 36px;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	background: rgba(216, 27, 96, 1);
	background: #1E88E5;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .20);
	color:#fff;
	transition: 0.2s;
	cursor: pointer;
	display: inline-block;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, .2);
}


.btn-go:hover, button:hover {
	background: rgb(194, 24, 91);
	background: #1565C0;
}




.mobile-menu-close,
.mobile-hamburger {
	display: none;
}





header {
	height: 160px;
	background: #efefef url(/system/images/main/bg-header-4.jpg) center center / cover;
	position: relative;
	z-index: 5;
}

header .man {
	width: 500px;
	position: absolute;
	left:50px;
	top:0;
	bottom: 0;
	background: url(/system/images/main/bg-header-man.png) center center / cover;
	z-index: 5;
}

header .logo {
	float: left;
	width: 250px;
	height: 80px;
	margin-top: 40px;
	background: url(/system/images/main/logo-1.png) left center / contain no-repeat;
	position: relative;
	z-index: 109;
}

header .phone {
	height: 60px;
	line-height: 60px;
	position: absolute;
	top:50%;
	left:50%;
	background: #fff;
	transform: translate(-50%, -50%);
	box-shadow: 14px 14px 28px rgba(0,0,0,0.1), 10px 10px 10px rgba(0,0,0,0.09);
	z-index: 10;
}

header .address {
	position: absolute;
	top:50%;
	background: #fff;
	transform: translateY(-50%);
	right: 0;
	box-shadow: 14px 14px 28px rgba(0,0,0,0.1), 10px 10px 10px rgba(0,0,0,0.09);
	z-index: 10;
}

header .phone .icon,
header .address .icon {
	float: left;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: #111;
	color:#fff;
	font-size: 2em;
}

header .phone span,
header .address span {
	display: block;
	height: 60px;
	float: left;
	line-height: 60px;
	margin-left: 25px;
	padding-right: 25px;
	font-size: 1.0em;
	font-weight: 600;
}

header .phone span {
	font-size: 1.75em;
	font-weight: 800;
}


nav  {
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	height: 80px;
	line-height: 80px;
	/*box-shadow: 0 2px 20px rgba(0,0,0,0.19), 0 1px 6px rgba(0,0,0,0.23);*/
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #efefef;
	background: rgba(0, 0, 0, .30);
}

nav.black {
	background: rgba(0, 0, 0, 1);
}

nav.fixed {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 1);
}

nav .con {
	text-align: center;
}

nav .menu-btn {
	display: inline-block;
	height: 46px;
	line-height: 44px;
	padding: 0 25px;
	border: 1px solid #999;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 10px;
	cursor: pointer;
	background: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .20);
	color:#fff;
	transition: 0.2s;
	font-weight: 600;
}

nav .menu-btn:hover {
	background: #111;
	color:#fff;
	border: 1px solid rgba(255, 255, 255, 1);
	color:#111;
	background: #fff;
}



section.main {
	position: relative;
	z-index: 5;
	background: url(/system/images/main/bg-top.jpg) center center / cover;
	background-attachment: fixed;
}

section.main:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .50);
}

section.main .con {
	z-index: 10;
	padding: 180px 0 100px 0;
}

section.main .con h1 {
	color:#fff;
	font-size: 4.5em;
	line-height: 1;
	text-transform: uppercase;
	width: 60%;
}

section.main .con p {
	color:#fff;
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 25px;
}

section.main .con .btn-go {
	height: 80px;
	line-height: 78px;
}


li p {
	line-height: 2;
}

li {
	line-height: 2;
	margin-bottom: 15px;
}

section h2 {
	font-size: 2.75em;
	font-weight: 800;
	padding-left: 60px;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	margin-bottom: 50px;
}

section h2:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	width: 40px;
	background: #1E88E5;
}


section h3 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 25px;
}

section {
	padding: 50px 0;
	position: relative;
	z-index: 5;
}




section.about-us .left {
	padding-right: 50px;
}

section.about-us .right p {
	margin-top: 15px;
}


div.yakor {
	position: absolute;
	top: -80px;
}


section.uslugi {
	background: #efefef url(/system/images/main/bg-uslugi.jpg) center center / cover;
	background-attachment: fixed;
}

section.uslugi.uslugi-catalog {
	background: #efefef;
}

section.uslugi .item .ins {
	background: #ffffff;
}

section.uslugi .item .image {
	position: absolute;
	top:5px;
	left: 5px;
	right: 5px;
	bottom: 30px;
	z-index: 5;
}

section.uslugi .item .name {
	position: absolute;
	bottom: 1px;
	right: 1px;
	left: 1px;
	padding: 15px;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	z-index: 10;
	background: #ffffff;
}

section.uslugi.uslugi-catalog .ins {
	cursor: pointer;
	transition: 0.2s;
}

section.uslugi.uslugi-catalog .ins:hover {
	transform: scale(1.05);
}


section.uslugi.uslugi-catalog .item .name {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 15px;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	z-index: 10;
	color: #ffffff;
	background: #1E88E5;
}

section.uslugi.uslugi-catalog-inside .item:before {
	padding-top: 132%;
}

section.uslugi.uslugi-catalog-inside .item .name  {
	display: none;
}

section.uslugi.uslugi-catalog-inside .item .image1 {
	inset: 5px;
	position: absolute;
}




footer {
	padding: 50px 0;
	background: #232323;
	overflow: visible;
	z-index: 100;
}


footer .menu-btn-open {
	/*border:1px solid #ccc;*/
	color:#fff;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	display: inline-block;
	border-radius: 0;
	cursor: pointer;
	transition: 0.2s;
	background: #1E88E5;
}

footer .menu-btn-open:hover {
	/*border-color: #fff;*/
	background: #1565C0;
	color:#fff;
}

footer .menu {
	width: 270px;
	padding: 25px 28px;
	background: #fff;
	overflow: visible;
	position: absolute;
	line-height: 2;
	left: 0;
	bottom: 62px;
	box-shadow: 0 0 28px rgba(0,0,0,0.25), 0 0 10px rgba(0,0,0,0.22);
	border-radius: 0;
	display: none;
}

footer .menu-btn-open i.la-times {
	display: none;
}

footer .menu .menu-arrow {
	width: 30px;
	height: 16px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background: #fff;
	position: absolute;
	bottom: -15px;
	left: 22px;
}

footer .address {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:200px;
	color:#ccc;
	font-size: 1em;
}


footer .phone {
	text-align: right;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
}

footer .phone i {
	display: none;
}

footer .phone .number {
	font-size: 1.6em;
	color:#fff;
	font-weight: 800;
}

footer .phone .email {
	font-size: 1.2em;
	color:#fff;
	font-weight: 400;
}


section.under-footer {
	background: #000;
	padding: 7px 0;
}

section.under-footer .con {
	font-size: 0.8em;
	color:#555;
	text-align: center;
}




section .breadcrumbs {
	padding:  0 0 50px 0;
	font-size: 0.8em;
	color:#777;
}




section.static {
	margin-top: 80px;
	border-block: 1px solid #ccc;
}