﻿:root {
	--accent-color: #f28123;
	--accent-dark-color: #e9580c; /*#cc9966*/
}

.btn {
	border-radius: 0;
}

.btn-primary {
	background: var(--accent-color);
	border-color: var(--accent-color);
	transition: all .3s;
}

.btn-primary:hover {
	background: #af430b;
	border-color: #af430b;
}

.btn-outline-primary{
	border-color: var(--accent-color);
	transition: all .3s;
}

.nav-tabs .nav-link {
	color: var(--accent-color);
	border-radius: 0;
}

.nav-tabs {
    border-bottom: 1px solid var(--accent-color);
}

.nav-tabs .nav-link.active {
    border-color: var(--accent-color);
	border-bottom-color: transparent;
	background: var(--accent-color);
	color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--accent-color);
	background: var(--accent-color);
	color: #fff;
}

@font-face{
	font-family: 'SF Pro';
	src: url('../fonts/sfpro/SFProDisplay-Light.woff2')
		format('woff2'),
		url('../fonts/sfpro/SFProDisplay-Light.ttf')
		format('ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'SF Pro';
	src: url('../fonts/sfpro/SFProDisplay-Regular.woff2')
		format('woff2'),
		url('../fonts/sfpro/SFProDisplay-Regular.ttf')
		format('ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'SF Pro';
	src: url('../fonts/sfpro/SFProDisplay-Medium.woff2')
		format('woff2'),
		url('../fonts/sfpro/SFProDisplay-Medium.ttf')
		format('ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'SF Pro';
	src: url('../fonts/sfpro/SFProDisplay-Semibold.woff2')
		format('woff2'),
		url('../fonts/sfpro/SFProDisplay-Semibold.ttf')
		format('ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face{
	font-family: 'SF Pro';
	src: url('../fonts/sfpro/SFProDisplay-Bold.woff2')
		format('woff2'),
		url('../fonts/sfpro/SFProDisplay-Bold.ttf')
		format('ttf');
	font-weight: 700;
	font-style: normal;
}


/*====================GENERAL==================*/
html, body{
	height: 100%;
}
body{
	min-width: 320px;
	font-family: 'SF Pro', sans-serif;
	/*background: #fafafc; */
	padding-top: 72px; /*паддинг топ для боди в зависимости от высоты хедера, чтобы фикс.меню не перекрывал элементы ниже*/
}
.wrapper{
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
main.main{
	flex: 1 1 auto;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: var(--accent-color);
}
a:hover{
	color: var(--accent-dark-color);
}
/*====================GENERAL==================*/


/*====================HEADER==================*/
.main-nav {
	min-height: 72px;	
}
.main-nav .nav-link {
	color: #fff;	
}
/*====================HEADER==================*/


/*====================HOME-HEADER==================*/
.home-header{
	background: url('../img/header/home-header-img.jpg') no-repeat center;
	background-size: cover;
	height: calc(100vh - 72px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-header-sections{
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.home-header-link {
	padding: 10px 20px;
	background-color: #4295e4;
	color: #fff;
	font-weight: 500;
}
.home-header-link:hover {
	background-color: #56A9F8;
}
/*====================HOME-HEADER==================*/


/*====================SERVICES==================*/
.y-product-card{
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 5px;
	background-color: #fff; /*#eee*/
	border: 1px solid var(--accent-dark-color);
	border: 1px solid #cc9966;
	border: 1px solid #eee;
	border-radius: 6px;
	transition: all .3s;
}
.y-product-card:hover {
	box-shadow: 1px 7px 23px 0 rgba(0,0,0,.2);
}
.y-product-card img{
	border-radius: 6px;
}
.y-product-card-thumb{
	margin: 5px;
}
.y-product-card .body-link{
    text-decoration: none;
    color: #595c5f;
}
.y-product-card h2{
	padding: 10px 10px 0px 10px;
	font-size: 18px;
	font-weight: 400;
}
.y-product-card h3{
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	-webkit-line-clamp: 3; /*Ограничение числа строк.*/
    display: -webkit-box; /*.........................*/
    -webkit-box-orient: vertical; /*.................*/
    overflow: hidden; /*Ограничение числа строк......*/
}
.y-card-footer{
	margin-top: auto;
}
.y-footer-price{
	display: flex;
	align-items: center;
	margin: 0px 10px;
	padding: 10px 10px 5px 10px;
	font-weight: 400;
	font-size: 20px;
	color: #000; margin-top: 10px;
	border-top: 1px solid #eee;
}
.y-footer-links{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 15px 10px;
}
/*====================SERVICES==================*/


/*====================SERVICE_CAROUSEL==================*/
.service-carousel .carousel-indicators button.thumbnail{
	width: 80px;
}
.service-carousel .carousel-indicators button.thumbnail:not(.active){
	opacity: .8;
}
.service-carousel .carousel-indicators{
	position: static;
}
/*====================SERVICE_CAROUSEL==================*/


.product-price {
	font-weight: 400;
	font-size: 22px;
	color: #000;
}
.info {
	background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	border-radius: 2px;
	padding: 5px 0px;
}
.info-item{
	display: flex;
	font-weight: bold;
	letter-spacing: 1px;
}
.info-item img{
	margin-right: 10px;
}


/*====================CALLBACK==================*/
.callback-form{
	display: flex;
	flex-direction: column;
	/* background-image: linear-gradient(90deg, #d7e1ec,  #ffffff); */
	/* background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%); */
}
input.callback-form-name{
	margin-top: 30px;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid grey;
}
input.callback-form-phone{
	margin-top: 30px;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid grey;
}
.callback-form-footer .btn{
	margin-top: 40px;
	padding: 10px 50px;
	background-color: #4295e4;
	color: #fff;
	font-weight: 500;
	border: none;
}
.callback-form-footer .btn:hover {
	background-color: #56A9F8;
}
.callback-form-footer p {
	margin-top: 10px;
	font-size: 14px;
}
/*====================CALLBACK==================*/


/*====================FOOTER==================*/
.footer{
	margin-top: 50px;
	background: #000;
	color: #fff;
}
.footer-top{
	padding: 55px 0px 20px 0px;
}
.footer ul{
	padding-left: 0px;
	list-style-type: square;
	list-style: none;
}
.footer ul p{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #313331;
}
.footer ul li{
	font-size: 13px;
}
.footer-bottom{
	padding-bottom: 20px;
	text-align: center;
	font-size: 13px;
}
/*====================FOOTER==================*/


/*====================ORDERS_MODAL==================*/
.modal-order h2{
	padding: 0px;
}
.modal-order small{
	font-size: 16px;
	color: grey;
}
.modal-order input.form-control{
	padding: 10px;
	font-size: 13px;
	border-radius: 0px;
	background-color: #eee;
}
/*====================ORDERS_MODAL==================*/



input.callback-form-name{
	margin-top: 15px;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid grey;
}
input.callback-form-phone{
	margin-top: 30px;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid grey;
}

.main-contacts ul{
	list-style: none;
	padding-left: 0px;
}
.map{
	overflow: hidden;
}
