/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #333;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: roboto-st, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: italic; }
@font-face { src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: italic; }

/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}



/* Header */

.logo img{ 
display: block;
margin: auto;
padding: auto;
width: 200px;
}
/* Header */
.nav  {
	height: 100%;
    display: table;
    width: 100%;
}
.nav  > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.social  {
	height: 100%;
    display: table;
    width: 100%;
}
.social  > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;


}

.spisok {
	font-size: 18px;
}

.spisok li {
	list-style-type: none;
}


#orangeborder {
	border-bottom: 1px solid #e67e22;
}


.nav ul li {
	display: inline;
padding-left: 10px;
}
.nav li a {
	text-decoration: none;
	color: #2d3436;
	
	font-size: 17px;

}
.nav li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #e67e22;

}

#main-menu {
	display: block;
}


/* Mobile menu */
.menu-triger {
	display: block;
	width: 25px;
	height: 17px;	
	
	position: absolute;
	left: 15px;
	top: 28px;
}	
.menu-close {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/close.png) 0 0 repeat;
    background-position: center;
    position: absolute;
    background-size: contain;
    right: 20px;
    top: 20px;
    z-index: 100;
}
.menu-popup {
	display: none;	
	background: #2c2e3e;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}

/* end menu */
.social  svg {
	font-size: 26px;
	padding-left: 10px;
	color: #000;

}

.social  svg:hover {

	color: #2980b9;

}

/* block header */
.col-md-12 {
	margin: 0;
	padding: 0;
}
.block-header {
	margin-top: 10px;

	background: linear-gradient( #00000000, rgb(0, 0, 0) ), url(../images/background.jpeg);
	background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    min-height: 400px;
    background-color: #fff;
    background-position: center;
}

#h1	{
	font-size: 28px;
	text-align: center;
	padding-top: 40px;
	 font-weight: 700;
}
#description {
	text-align: center;
	padding-bottom: 40px;

}
#orange {
	background-color: #e67e22;
}
#orange-link {
	border-bottom: 1px solid #e67e22;
}
.ur  {
	text-align: center;
}
.ur img {
	width: 180px;
	position: relative;
	margin: auto;
	text-align: center;
}
.pay svg {
	font-size: 19px;
	padding-top: 14px;
}
.phone  {
	text-align: center;
	font-size: 25px;
	margin-top: 20px;
	
}
.phone a {
	text-decoration: none;
	color: #fff;
}
.phone a:hover {
	border-bottom: 1px solid #e67e22;
}
.phone svg {
	font-size: 22px;
}

.phonevariant {
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
}

/* end block header */
.block2bg {
	background: #222f3e;
	color: #fff;
	padding: 20px 0 20px 0;
}
/* end block 1 */
#h2 {
	margin-top: 20px;
	font-size: 24px;
}
#h2block2 {
	
	font-size: 24px;
}
.content {
	margin-bottom: 34px;
}
#actual {
	font-size: 16px;
	font-weight: 600;

}
#actual2 {
	margin: 10px 0 10px 6px;
	font-size: 16px;
	

}
#fire {
	color: #ee5253;
}
#blue {
	color: #2e86de;
}

.photo img	{
	max-width: 150px;
	display: block;
	margin: auto;


}
.team h6 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 19px;
	margin-top: 20px;
}
/* end block 1 */

/* Footer */
.h3 {
	font-size: 24px;
	text-align: center;

}
#location {
	font-size: 17px;
}
.phone2  {
	text-align: center;
	font-size: 25px;
	
}
.phone2 a {
	text-decoration: none;
	color: #fff;
}
.phone2 a:hover {
	border-bottom: 1px solid #e67e22;
}
.phone2 svg {
	font-size: 22px;
}

.price {
	font-size: 18px;
}
/* End Footer */
