.navigation{
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 9999;
}

@media (min-width: 1200px){
.container {
    max-width: 1400px;
	padding-left: 50px;
	padding-right: 50px;
}

	.social-link{display:inline-block !important; margin-left:10px; margin-right:10px;}
	.social-link img{max-width:32px;}
	
}
img{
	max-width: 100%;
}
body{
	font-size: 18px;
	color: #585550;
	font-family: 'PT Sans', sans-serif;
	line-height: 30px;
}
br{
	line-height: normal;
}
html{
	height: 100%;
}
.SF-UI-Display,
.navbar-nav{
	font-family: 'SF UI Display';
}
.SF-UI-Display-Semibold,
.h2-semibold{
	font-family: 'SF UI Display Semibold';
}
.SF-UI-Display-Light,
h2,
.h2,
.slogan,
.footer .site,
.service .text{
	font-family: 'SF UI Display Light';
}

.o-40{
	opacity: .4;
}
.o-80{
	opacity: .8;
}

.hide{
	display: none;
}

.transition,
.transition *,
a{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.navigation,
.footer{
	background-color: #b0d14a;
}
.navbar-brand img{
	max-height: 40px;
	display:none;
}
.navbar-nav li a{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}
@media (min-width: 992px) {
	.navbar-nav{
		height: 50px;
	}
	.navbar{
		padding: 0;
	}
	.navbar-nav li{
		margin-right: 20px;
	}
	
	.social-link{display:inline-block !important; margin-left:10px; margin-right:10px;}
	.social-link img{max-width:32px;}
}

.footer{
	padding-top: 38px;
	padding-bottom: 32px;
}
.footer a{
	color: #ffffff;
	line-height: normal;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
.footer .phone{
	font-size: 36px;
    font-weight: 800;
	font-family: 'SF UI Display Ultralight';
	margin-bottom: 25px;
}
.footer .phone>a:before{
	content: '';
	display: inline-block;
	width:50px;
	height: 50px;
	background-image: url(../images/phone.png);
	background-size: cover;
	vertical-align: middle;
	margin-right: 37px;
	margin-bottom: 6px;
}
.footer .requisites{
	color: white;
}
.footer .site{
	font-size: 24px;
}

.slogan{
	font-size: 22px;
}

.slider{
	margin: 40px 0;
	background-color: #b0d14a;
}
.slider .text{
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 10px 20px;
	font-weight: bold;
}
.line-block{
	height: 100px;
	background-image: url(../images/line-bg.jpg);
	background-position: center center;
	margin-bottom: 70px;
}
.line-block .left-text,
.line-block .left-text a{
	color: #fff86b;
}
.line-block .right-text,
.line-block .right-text a{
	color: #def970;
}

.service{
	margin-bottom: 25px;
}
.service .image{
	max-width: 80px;
}
.service .text{
	/*font-size: 24px;*/
	line-height: 36px;
}
.service .row{
	margin-bottom: 21px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.service .text{
		font-size: 18px;
		line-height: 20px;
	}
	
	.social-link{display:inline-block !important; margin-left:10px; margin-right:10px;}
	.social-link img{max-width:32px;}
}

input,
.btn{
	box-shadow: none !important;
	outline: none;
}

/*.btn{
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	transition: .3s;
	padding: 12px 12px;
	background-color: #c98002;
}
.btn:hover{
	color: #fff;
}*/

p{
	margin-bottom: 2rem;
}
h1{
	font-size: 48px;
	line-height: 48px;
}
h2, .h2, .h2-semibold{
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .h2, .h2-semibold{
	line-height: normal;
}
a{
	color: #565656;
	cursor: pointer;
}
#up{
	position: fixed;
	bottom: 280px;
	right: 0;
	width: 90px;
	height: 70px;
	background-color: #c4dd77;
	opacity: 0;
	transition: 0.3s;
	cursor: pointer;
	z-index: 100;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.idContent .fancybox-inner{
	overflow-y: auto !important;
}
.form__label{
	margin-bottom: 8px;
    display: block;
}
.form__input,
.form__textarea {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #353535;
    border-radius: 5px;
    width: 100%;
}
.form__textarea{
	height: 90px;
}
.modal-callback__submit{
	margin: 0 auto;
	display: block;
}
.modal-callback__head {
    padding: 0 0 10px 0;
    text-align: center;
    display: block;
	font-size: 24px;
    margin: 15px 0px 10px 0px;
}

@media (max-width: 767.98px) {
	.line-block{
		height: 240px;
	}
	.footer .container {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}
	.footer .requisites {
		text-align: center;
	}
	.footer .phone{
		font-size: 26px;
	}
	.footer .phone>a:before{
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
	.h2-semibold{
		font-size: 28px;
	}
	#up{
		bottom: 40px;
	}
	
	.social-link{display:inline-block !important; margin-left:10px; margin-right:10px;}
	.social-link img{max-width:32px;}
}



.price-container {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 20px;
}

.price-table {
	width: 100%;
	border-collapse: collapse; /* Изменено с separate на collapse */
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	caption-side: top !important; /* Добавляем !important */
}

.price-table caption {
	font-size: 22px;
	font-weight: 500;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #e1e5e9;
	margin-bottom: 0;
	caption-side: top;
	background-color: #5d78ff;
	color: white;
}

.price-table th {
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
	color: #2c3e50;
	padding: 16px 20px;
	text-align: left;
	font-weight: 500;
}

.price-table td {
	padding: 14px 20px;
	border-bottom: 1px solid #f0f2f5;
	vertical-align: top;
}

.price-table tr:last-child td {
	border-bottom: none;
}

.price-table tr:hover {
	background-color: #f8f9ff;
}

.price-table td:nth-child(1) {
	color: #2c3e50;
	font-weight: 500;
	width: 70%;
}

.price-table td:nth-child(2) {
	color: #5d78ff;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
}

.price-table tr:nth-child(even) {
	background-color: #fafbff;
}

.price-table tr:nth-child(even):hover {
	background-color: #f3f5ff;
}

.currency {
	font-size: 0.9em;
	color: #7f8c8d;
	margin-left: 3px;
}

@media (max-width: 768px) {
	.price-container{
		padding: 0;
	}
	.price-table {
		display: table; /* Изменено с block на table */
		overflow-x: auto;
	}
	
	.price-table caption {
		font-size: 20px;
		padding: 15px 0;
	}
	
	.price-table td, .price-table th {
		padding: 12px 15px;
	}
}
@media (max-width: 480px) {
	.price-table td{
		padding: 10px 10px;
		font-size: 15px;
    	line-height: 22px;
	}
}

.full-container{
	width: 100%;
}
.full-container img{
	width: 100%;
    margin: 40px 0;	
}
#cost_services, #about, #service {
	margin-bottom: 80px;
}

.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}