/*** FONTS ***/
@font-face {
    font-family: HelveticaNeueCyr-Light;
    src: url(../fonts/HelveticaNeueCyr-Light.ttf);
}

@font-face {
    font-family: HelveticaNeueCyr-Roman;
    src: url(../fonts/HelveticaNeueCyr-Roman.ttf);
}

@font-face {
    font-family: HelveticaNeueCyr-Medium;
    src: url(../fonts/HelveticaNeueCyr-Medium.ttf);
}

@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src: url(../fonts/HelveticaNeueCyr-Bold.ttf);
}

@font-face {
    font-family: HelveticaNeueCyr-Black;
    src: url(../fonts/HelveticaNeueCyr-Black.ttf);
}

@font-face {
    font-family: Gilroy-Regular;
    src: url(../fonts/Gilroy/Gilroy-Regular.ttf);
}

@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy/Gilroy-Medium.ttf);
}

@font-face {
    font-family: Gilroy-Bold;
    src: url(../fonts/Gilroy/Gilroy-Bold.ttf);
}

@font-face {
    font-family: Gilroy-Black;
    src: url(../fonts/Gilroy/Gilroy-Black.ttf);
}
/*** END FONTS ***/


/*** ALL ***/
h1 {
	font-family: Gilroy-Black;
	color: white;
	font-size: 60px;
	margin-bottom: 0;
	line-height: 60px;
}

h2 {
	font-family: Gilroy-Bold;
	font-size: 30px;
	color: #4f0101;
}

h3 {
	font-family: Gilroy-Bold;
	color: #ffffff;
	font-size: 24px;
}

h5 {
	font-family: HelveticaNeueCyr-Bold;
	color: #7f1200;
	font-size: 26px;
	margin-bottom: 20px;
}

.section-description {
	font-family: Gilroy-Regular;
	font-size: 24px;
	color: #323232;
}

.section-sutitle {
	font-family: Gilroy-Medium;
	font-size: 18px;
}

p {
	font-family: HelveticaNeueCyr-Light;
	color: #323232;
	font-size: 18px;
}

a {
	color: #ff5200;
}

a:hover {
	color: #ff5200;
	/* opacity: .75; */
}

th, td {
	border: 1px solid #c7c7c7;
	vertical-align: middle;
	height: 48px;
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
}

.thead td {
	font-family: HelveticaNeueCyr-Medium;
	font-size: 20px;
	height: 68px;
	vertical-align: middle;
	background: #f5f5f5;
	color: #323232;
}

td span {
	font-family: HelveticaNeueCyr-Medium;
}

.form-control-lightgrey {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
	font-family: Gilroy-Regular;
    font-size: 20px;
    line-height: 1.5;
    color: #ffe5d0;
    background: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 20px;
	border: 2px solid #ffe5d0;
}

.form-control-darkgrey {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
	font-family: Gilroy-Regular;
    font-size: 20px;
    line-height: 1.5;
    color: #7f1200;
    background: none;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 20px;
	border: 2px solid #7f1200;
}

/* Placeholder color */
.form-control-lightgrey::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffe5d0;
	font-family: Gilroy-Regular;
    font-size: 20px;
}
.form-control-lightgrey:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffe5d0;
   opacity:  1;
   font-family: Gilroy-Regular;
   font-size: 20px;
}
.form-control-lightgrey::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffe5d0;
   opacity:  1;
   font-family: Gilroy-Regular;
   font-size: 20px;
}
.form-control-lightgrey:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffe5d0;
   font-family: Gilroy-Regular;
   font-size: 20px;
}
.form-control-lightgrey::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ffe5d0;
   font-family: Gilroy-Regular;
   font-size: 20px;
}
.form-control-lightgrey::placeholder { /* Most modern browsers support this now. */
   color:    #ffe5d0;
   font-family: Gilroy-Regular;
   font-size: 20px;
}
/* End placeholder color */

.form-label {
	color:    #323232;
   font-family: HelveticaNeueCyr-Light;
   font-size: 18px;
}

.form-check-label {
	font-family: HelveticaNeueCyr-Roman;
	color: #323232;
	font-size: 18px;
	margin-bottom: 0;
}

.text-darkbrown {
	color: #7f1200;
}

.btn-corporation-1 {
    color: #191919;
    background-color: #692727;
    border-color: #692727;
	font-family: HelveticaNeueCyr-Roman;
	font-size: 16px;
	height: 40px;
	max-width: 210px;
}

.btn-darkgrey {
    color: #f8f9fa;
    background-color: #7f1200;
    border-color: #7f1200;
	font-family: Gilroy-Regular;
	font-size: 20px;
	padding: 0.35rem 1.5rem;
}

.btn-orange:hover {
    color: #fff;
    background-color: #dc4700;
    border-color: #dc4700;
}

.btn-orange:focus {
    box-shadow: 0 0 1px 3px rgba(255,82,0,.5);
}

.btn-lg {
	font-family: Gilroy-Medium;
	padding: 0.75rem 1rem;
}

.scroll-point {
	position: relative;
	top: -75px;
}

.bread-crumbs {
	font-family: HelveticaNeueCyr-Light;
	color: #323232;
	font-size: 20px;
}

.bread-crumbs a {
	font-family: HelveticaNeueCyr-Light;
	color: white;
	font-size: 20px;
}
/*** END ALL ***/


/*** TOP MENU 1 ***/
.navbar-brand, #top-menu-1 a.nav-link, #top-menu-4 a.nav-link {
	font-family: HelveticaNeueCyr-Roman;
}

.ico-button {
	opacity: 75%;
	transition: .25s;
}

.ico-button:hover {
	opacity: 100%;
}

#top-menu-1 {
	position: absolute;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #d7d7d7;
}

#top-menu-4 {
	width: 100%;
	z-index: 999;
}

#top-menu-1 span, #top-menu-1 .nav-link, #top-menu-4 span, #top-menu-4 .nav-link {
	font-family: HelveticaNeueCyr-Roman;
	font-size: 14px;
	color: white;
	line-height: 18px;
	opacity: .85;
	cursor: pointer;
	transition: .25s;
}

#top-menu-1 span:hover, #top-menu-1 .nav-link:hover, #top-menu-4 span:hover, #top-menu-4 .nav-link:hover {
	opacity: 1;
}
/*** END TOP MENU 1 ***/


/*** TOP MENU 2 ***/
#navbarSupportedContent1 {
	font-family: HelveticaNeueCyr-Roman;
	font-size: 14px;
	color: #4b4b4b;
}

#navbarSupportedContent2, #navbarSupportedContent3, #menu-main-menu-2, #menu-main-menu-3 {
	font-family: HelveticaNeueCyr-Medium;
	font-size: 14px;
}

/* Пункты меню */
#navbarSupportedContent2 .nav-link, #navbarSupportedContent3 .nav-link,
#menu-main-menu-2 .nav-link, #menu-main-menu-3 .nav-link {
	color: rgba(255,255,255,.65);
}

/* Пункты меню active and hover*/
#navbarSupportedContent2 .nav-link.active, #navbarSupportedContent2 .nav-link:hover,
#navbarSupportedContent3 .nav-link.active, #navbarSupportedContent3 .nav-link:hover,
#menu-main-menu-2 .nav-link.active, #menu-main-menu-3 .nav-link:hover {
	color: #ffffff;
}

/* Подменю */
.dropdown-toggle::after {
    content: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	text-transform: none;
}

.dropdown-item:active { background: #c8c8c8; color: #323232; }
/* END Подменю */

#vyzov-na-zamer-top-menu-line-height {
	line-height: 20px!important;
}

#navbarSupportedContent2, #navbarSupportedContent3, #menu-main-menu-2, #menu-main-menu-3 {
	text-transform: uppercase;
}

#navbarSupportedContent2 .nav-link img, #navbarSupportedContent3 .nav-link img {
	position: relative;
	bottom: 2px;
}

#top-menu-2 {
	/* border-top: 1px solid rgba(175,175,175,.5);
	background: rgba(248,249,250,.85); */
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 59px;
	transition: .25s;
	height: 100px;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
}
/*** END TOP MENU 2 ***/


/*** HOME HEADER ***/
header {
	padding-top: 300px;
	padding-bottom: 225px;
	background: url(../img/header-bg.jpg) center;
	background-size: cover;
}

header h2 {
	font-family: Gilroy-Bold;
	color: white;
	font-size: 48px;
	margin-bottom: 40px;
}

.header-form {
	padding: 30px 20px;
	border: 2px solid #ffe5d0;
	border-radius: 5px;
}

.header-form h5 {
	color: #ffe5d0;
	margin-bottom: 25px;
	text-align: center;
	font-size: 22px;
	font-family: HelveticaNeueCyr-Light;
}

.header-description {
	font-family: HelveticaNeueCyr-Light;
	color: white;
	font-size: 30px;
	max-width: 1000px;
	margin: auto;
}
/*** END HOME HEADER ***/


/*** CATALOGY ***/
.catalogy-section h3 {
	font-family: Gilroy-Medium;
	color: #323232;
	font-size: 20px;
}

.catalogy-header {
	padding-top: 200px;
	padding-bottom: 125px;
	background: url(../img/header-bg.jpg) center;
	background-size: cover;
}

.catalogy-section {
	background: url(../img/section-bg.jpg) center repeat-y;
	background-size: cover;
}

.approximation {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.approximation-sm {
	height: 220px;
}

.approximation-lg {
	height: 460px;
}

.approximation img {
	width: 100%;
	height: 100%;
	transition: .3s all ease;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	o-object-fit: cover;
	object-fit: cover;
	object-position: center;
}

.approximation:hover img {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.25);
	cursor: pointer;
}

.card-wrapper h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 35px;
	padding-bottom: 20px;
	font-family: Gilroy-Bold;
	color: #ffffff;
	color: white;
}

.contacts-section {
	background: url(../img/contacts-bg.jpg) 50% 0%;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
/*** END CATALOGY ***/


/*** CATALOGY SECTION 2 ***/
.catalogy-menu .nav-link {
	color: #323232;
	font-family: HelveticaNeueCyr-Light;
	font-size: 26px;
	opacity: 1!important;
}

.catalogy-menu .nav-link.active {
	font-family: HelveticaNeueCyr-Medium;
	color: #102a83;
}
/*** END CATALOGY SECTION 2 ***/

#header-catalogy {
	min-height: 400px;
	background: url(../img/catalogy-header-bg.jpg) center;
	background-size: cover;
}

#prices-header {
	min-height: 400px;
	background: url(../img/prices-header-bg.jpg) center;
	background-size: cover;
}

#actions-header {
	min-height: 400px;
	background: url(../img/actions-header-bg.jpg) center;
	background-size: cover;
}

#services-header {
	min-height: 400px;
	background: url(../img/services-header-bg.jpg) center;
	background-size: cover;
}

#about-header {
	min-height: 400px;
	background: url(../img/about-header-bg.jpg) center 75%;
	background-size: cover;
}

.title-line {
	width: 65px;
	height: 15px;
	position: relative;
}

.title-quadro {
	width: 15px;
	height: 15px;
	background: #ffe5d0;
	position: absolute; 
}

/*** PORTFOLIO SECTIONS ***/
.post-entry, .project-entry {
  overflow: hidden;
  position: relative;
  display: block; }
  .post-entry .figure, .project-entry .figure {
    overflow: hidden;
    margin-bottom: 20px; }
  .post-entry h3, .project-entry h3 {
    font-size: 18px;
    line-height: 1.3; }
    .post-entry h3 a, .project-entry h3 a {
      color: #000; }
  .post-entry img, .project-entry img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .post-entry:hover img, .project-entry:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
	
.figure {
  display: inline-block; }
  
.post-entry .figure, .project-entry .figure {
	overflow: hidden;
    margin-bottom: 20px;
}

.light {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.light img {
	width: 100%;
	height: 100%;
	o-object-fit: cover;
	object-fit: cover;
	object-position: center;
}

.magnifier {
    transition: 0.35s;
    opacity: 0;
	position: absolute;
	background: url(../img/ico/private-eye-magnifying-glass.png) no-repeat center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.magnifier:hover {
    cursor: pointer;
    opacity: 1;
}
/*** END PORTFOLIO SECTIONS ***/


/*** ABOUT US ***/
.about-us-section h3 {
	font-family: Gilroy-Bold;
	color: #323232;
	font-size: 24px;
}
.about-header {
	padding-top: 250px;
	padding-bottom: 175px;
	background: url(../img/about-header-bg.jpg) center;
	background-size: cover;
}

.about-us-section {
	position: relative;
	overflow: hidde;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../img/section-bg.jpg) center;
	background-size: contain;
}

.about-us-section-img {
	background: url(../img/about-us-img.jpg) center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	left: 0;
}

.about-contacts-section {
	background: url(../img/about-contacts-bg.jpg) 50% 0%;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
/*** END ABOUT US ***/


/*** ORDER SECTION ***/
.order-section {
	position: relative;
	overflow: hidded;
	padding-top: 75px;
	padding-bottom: 75px;
}

.order-section .order-section-img {
	position: absolute;
	top: 0;
	bottom: 0;
}
/*** END ORDER SECTION ***/


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: HelveticaNeueCyr-Roman;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: HelveticaNeueCyr-Roman;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: HelveticaNeueCyr-Roman;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: HelveticaNeueCyr-Roman;
}
::-ms-input-placeholder { /* Microsoft Edge */
   font-family: HelveticaNeueCyr-Roman;
}
::placeholder { /* Most modern browsers support this now. */
   font-family: HelveticaNeueCyr-Roman;
}


.product-cat-title {
	font-family: HelveticaNeueCyr-Medium;
	font-size: 20px;
	color: #323232;
	text-decoration: none;
	transition: .25s;
	line-height: 120%;
}

.product-cat-title.active {
	color: #ff5200;
}

.product-cat-title:hover {
	color: #ff5200;
}

.price {
	font-family: HelveticaNeueCyr-Medium;
	font-size: 30px;
	color: #ff5200;
}

.old-price {
	font-family: HelveticaNeueCyr-Light;
	font-size: 22px;
	color: #7d7d7d;
	line-height: 10px;
}

.discount-single-product {
	font-family: HelveticaNeueCyr-Roman;
	font-size: 24px;
	color: #323232;
}

.discount-single-product span {
	font-family: HelveticaNeueCyr-Medium;
}

.advantages ul, .delivery-section ul {
	list-style: none;
}

.advantages li, .delivery-section li {
	font-family: HelveticaNeueCyr-Light;
	font-size: 18px;
	color: #323232;
}

.advantages li {
	font-family: HelveticaNeueCyr-Light;
	line-height: 18px;
}

.advantages li img {
	position: relative;
	top: -2px;
}




input[type='range'] {
	/* overflow: hidden;
	width: 80px; */
	/*-webkit-appearance: none;*/
	/*background-color: #ff5200;*/
}

input[type='range']::-webkit-slider-runnable-track {
	/* height: 10px; */
	-webkit-appearance: none;
	/* color: #13bba4;
	margin-top: -1px; */
}

/* Point */
input[type='range']::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	/* -webkit-appearance: none;
	cursor: ew-resize; */
	background: #ff5200;
	box-shadow: 0 0 0 0 #ff5200;
}

input[type='range']::-webkit-slider-thumb:active {
	background: #ff5200;
}

.material-section ul {
	font-family: HelveticaNeueCyr-Medium;
	font-size: 18px;
	list-style: none;
	color: #323232;
}

.tkan-title {
	font-family: HelveticaNeueCyr-Light;
}


/*** PROCESS SECTION ***/
.process-section {}
/*** END PROCESS SECTION ***/


/*** CONTACTS ***/
.contacts-header {
	padding-top: 250px;
	padding-bottom: 175px;
	background: url(../img/contacts-header.jpg) top;
	background-size: cover;
}

.contacts-page.contacts-section {
	background: url(../img/contacts-contacts-bg.jpg) center 25%;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.contacts-section > .container {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contacts-section ul {
	list-style: none;
	padding-left: 0rem;
}

.contacts-section li {
	padding-left: none;
	color: #f5f5f5;
	/*font-family: HelveticaNeueCyr-Roman;
	font-size: 22px;*/
}

#map {
	height: 450px;
}
/*** END CONTACTS ***/

footer {
	border-top: 1px solid #969696;
	color: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#company-in-footer {
	font-family: HelveticaNeueCyr-Roman;
	font-size: 20px;
}

#im-in-footer {
	font-family: HelveticaNeueCyr-Roman;
	font-size: 14px;
}


/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	.light {
		height: 450px;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#top-menu-2 {
		background: rgb(0,0,0,.7);
		position: fixed;
		width: 100%;
		z-index: 999;
		top: 0px;
		height: auto;
	}
	
	/* */
	.navbar-brand img {
		height: 20px;
	}
	
	header {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	
	.header-description {
		margin-bottom: 45px;
		font-size: 18px;
	}
	
	.light {
		height: 300px;
	}
	
	.order-section img {
		left: -20%;
	}
	
	
	.contacts-section {
		background: url(../img/contacts-bg.jpg) bottom center;
	}
	
	#map {
		position: static;
		height: 450px;
	}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	header h2 {
		font-size: 24px;
	}
	
	.header-description {
		margin-bottom: 20px;
	}
	
	.header-form {
		padding: 15px 20px 20px 20px;
		border: 2px solid #ffe5d0;
		border-radius: 5px;
	}
	
	.header-form h5 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	/*** CATALOGY ***/
	.catalogy-section {
		background-size: contain;
	} /*** END CATALOGY ***/
	
	.approximation-lg, .approximation-sm {
		height: 300px;
	}
	
	.light {
		height: 250px;
	}
	
	.price {
		font-size: 24px;
	}
	
	.product-cat-title {
		font-family: HelveticaNeueCyr-Light;
		font-size: 16px;
	}
	
	.product-cat-title span {
		line-height: 10px;
	}
	
	.advantages ul {
		padding-left: 0;
	}
	
	#company-in-footer {
		font-size: 16px;
	}
}







