
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 15px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/

body {
	font-family: 'Ubuntu', sans-serif;
	color: #4B4444;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	transition: all 0.5s ease;
}

section {
	padding-top: 98px;
}

.mymodal {
  	width: 400px; 
  	height: 380px;
	padding: 50px 35px 30px;
	border-radius: 20px;
	background: #fff;
	position: fixed;  
	top: 0; left: 0; right: 0; bottom: 0;  
	margin: auto;
	display: none;
	opacity: 0;
	z-index: 38;
	text-align: center;
}

.mymodal .mymodal-close {
	width: 21px; height: 21px;
	position: absolute;
	font-size: 29px;
	top: 1px; right: 11px;
	cursor: pointer;
	display: block;
}

.myoverlay {
	z-index: 37;
	position: fixed;
	background: rgba(0,0,0,.7);
	width: 100%; height: 100%;
	top: 0; left: 0;
	cursor: pointer;
	display: none;
}

.form-call h3 {
	margin-bottom: 30px;
}

.form-call input {
	border: 1px solid rgba(39, 52, 86, 0.26);
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	width: 100%;
	padding: 20px 26px 21px;
	margin-bottom: 20px;
	font-family: 'Ubuntu', sans-serif;
}

.form-call .btn {
	width: 100%;
	padding: 18px 0 18px 0;
	transition: all 0.5s ease;
}

.popup-fade {
	display: none;
}

.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}

.popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 50px 35px 50px;
	width: 360px;
	margin-left: -200px;	
	background: #fff;
	border-radius: 20px; 
	z-index: 99999;
	opacity: 1;	
}

.popup h3 {
	text-align: center;
}

.popup-close {
	width: 21px; height: 21px;
	position: absolute;
	font-size: 29px;
	top: 1px; right: 12px;
	cursor: pointer;
	display: block;
}

.header {
	background: url('../img/bg-header.jpg') no-repeat center top;
	background-size: cover;
	background-attachment:fixed;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 100%;

}

.header-thank {
	padding-top: 249px;
	padding-bottom: 480px;
}

a {
	color: #fff;
}

.to-call {
	display: none;

}

.nav {
	display: flex;
	align-items: center;
}

.logo {
	text-transform: uppercase;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.055em;
	display: block;
	text-decoration: none;
	background: url('../img/logo.png') no-repeat left center ;
	background-size:40px;
	padding-left: 48px;
	margin-right: 86px;
	line-height: 2.1em;
}

.call {
	display: flex;
	margin-left: auto;
	line-height: 1.4em;
	align-items: center;
}

.call p {
	display: flex;
	flex-direction: column;
}

.call span {
	display: flex;
	flex-direction: column;
}

.menu {
	display: flex;	
}

.menu a {
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}

.menu a:hover {
	border-bottom: 1px solid rgba(117, 116, 116);
}

.menu li:not(:last-child) {
	margin-right: 46px;
}

.call p {
		margin-right: 30px;
}

.call-btn {
	border-radius: 100px;
	width: 200px;
	padding: 13px 0 13px 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	border: 3px solid #12C046;
	cursor: pointer;
	box-shadow: 0px 5px 5px rgba(32, 40, 69, 0.14);

}

.call-btn:hover {
	background: #12C046;
}

.discription {
	text-align: center;
	font-size: 24px;
	padding-top: 26px;
}

h1 {
	font-size: 40px;
	text-align: center;
	line-height: 1.1em;
}

.offer-text {
	padding-top: 123px;
	width: 950px;
	display: block;
	margin: 0 auto;
}

.offer-text p {
	font-size: 24px;
	padding-top: 18px;
	text-align: center;
	line-height: 1.1em;
}

.btn-price {
	width: 344px;
	background: #12C046;
	border-radius: 100px;
	padding: 13px 0 13px 0;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.btn-price:hover {
	width: 370px;
	padding: 18px 0 18px 0;

}

.btn-top{
	display: block;
	margin: 0 auto;
	margin-top: 70px;
}

.arrow img {
	display: block;
	margin: 0 auto;
	opacity: 0.4;
	padding-top: 100px;
}


.about-content {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.about-content img {
	display: block;
	width: 585px;
}

.about-text {
	width: 572px;
	font-size: 17px;
}

.about-text p {
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-top: 5px;
}

.last-child {
	padding-bottom: 25px !important;

}

h2 {
	font-weight: bold;
	font-size: 38px;
	text-align: center;
}

video {
	width:500px;
	border-radius: 20px;
	margin-top: 20px;
}

.btn {
	background: #12C046;
	font-weight: bold;
}

.btn:hover {
	width: 90%;
}

.about-text ul {
	margin-bottom: 34px;
}

.about-text li {
	list-style: disc inside;
	font-size: 16px;
	padding-bottom: 5px;
}
.header_min {
    text-align:center;
}

.wrapper{
	height: 100%;
	padding: 50px 70px 43px 70px;
	display: flex;
	justify-content:center;
	align-items: center;
}

/* Основные стили */

/* Слайдер */
.slick-slider{
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track{
	display: flex;
	align-items: flex-start;
}

/* Слайдер с продукцией */
.slider {
	position: relative;
}

.slider .slick-arrow{
	font-size: 0;
}

.slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 35px;
}
.slider .slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slider .slick-dots button{
	font-size: 0;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
}

.slider .slick-dots li.slick-active button{
	background-color: #C4C4C4;
}

.slider__item {
	padding: 0px 40px;
}
.slider__item img{
	max-width: 300px;
	max-height: 345px;
	border-radius: 10px;
}


/* Слайдер с отзывами */
.wrapper-feedback{
	height: 100%;
	padding: 50px 0px 43px 0px;
	display: flex;
	justify-content:center;
	align-items: center;
}

.slider-feedback {
	position: relative;
	padding: 0px 60px;
}

.slider-feedback .slick-arrow{
	position: absolute;
	top: 50%;
	margin: -45px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 60px;
}
.slider-feedback .slick-arrow.slick-prev{
	left: 0;
	background: url('../img/left-arrow.svg') 0 0 / 100% no-repeat;
}
.slider-feedback .slick-arrow.slick-next{
	right: 0;
	background: url('../img/right-arrow.svg') 0 0 / 100% no-repeat;
}
.slider-feedback .slick-arrow.slick-disabled{
	opacity: 0.2;
}

.slider-feedback .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-feedback .slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slider-feedback .slick-dots button{
	font-size: 0;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1px solid #C4C4C4;
	border-radius: 50%;
}

.slider-feedback .slick-dots li.slick-active button{
	background-color: #C4C4C4;
}

.slider__item {
	padding: 0px 15px;
}
.slider__item img{
	max-width: 100%;
}


h3 {
	font-size: 20px;
	padding-bottom: 10px;
}

.slider-feedback p {
	font-size: 18px;
}

.address-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 55px;
	width: 1155px;

}

.btn-call {
	width: 207px;
	color: #000;
}

.btn-call:hover {
	color: #fff;
}

.data p {
	font-size: 20px;
	padding-bottom: 20px;
}

.data {
	padding-right: 60px;
	padding-left:30px;
}

.data__link {
    color: #4B4444;
}

.footer-text {
	color: rgba(75, 68, 68, 0.6);
	font-size: 14px;
	text-align: center;
	
}

.footer {
	padding-top: 85px;
	padding-bottom: 50px;
}

.modal__text {
    padding-top: 15px;
    font-size: 12px;
    text-align: center;
}



.mobile div {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    /*background-color: #FDDA44;*/
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999999;
    border: 4px solid #12C046;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    box-sizing: content-box;
}

.mobile div span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #12C046;
    border-radius: 13px;
    transition-duration: .4s;
}
.mobile div span:nth-child(1) {
    top: 14px;
}
.mobile div span:nth-child(2) {
    top: 23px;
}
.mobile div span:nth-child(3) {
    bottom: 14px;
}
.mobile div.active span:nth-child(1) {
    transform: translate(-15px, 9px) rotate(-45deg);
}
.mobile div.active span:nth-child(2) {
    transition-duration: 0s;
    opacity: 0;
}

.mobile div.active span:nth-child(3) {
    transform: translate(-15px, -9px) rotate(45deg);
}
.mobile nav {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999990;
    transition-duration: .4s;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
}
.mobile nav.open {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
}
.mobile nav ul {
    display: none;
}
.mobile nav ul.show {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.mobile ul li:not(:last-child) {
    margin-bottom: 22px;
}
.mobile ul li a {
    font-size: 24px;
    
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
}
@keyframes fadein {
    0% {
        opacity: 0;
        
    }
    100% {
        opacity: 1;
    }
}

@media (min-width:769px){
    .mobile {
        display: none;
    }
}

#scroll_top {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 1000;
	width: 32px;
	height: 32px;
	background: url('../img/scroll_top.png') 50% 50% no-repeat;
	border-radius: 50%;
	opacity: 0.5;
}

#scroll_top:hover {
 	opacity: 1;
}

.btn-whatsapp {
	border-color: #12C046;
}

.btn-whatsapp:hover {
	background-color: #12C046;
}

@media screen and (max-width: 1200px) {

	.container {
		width: 960px;
	}
	
	.logo {
		font-size: 20px;
		margin-right: 45px;
		padding-left: 50px;
	}

	.menu li:not(:last-child) {
	    margin-right: 27px;
	}

	h1 {
	    font-size: 32px;
	}

	
	.offer-text {
	    padding-top: 101px;
	    width: 615px;
	}

	.about-text {
		width: 45%;
	}

	.address-content {
		width: 100%;
	}

	.data {
		padding-right: 0;
		padding-left: 5%;
	}

	#scroll_top {
		right: 60px;
	}

}

@media screen and (max-width: 992px) {
	.container {
		width: 720px;
	}

	.logo {
		font-size: 18px;
		background-size: 35px;
		margin-right: 40px;
		padding-left: 45px;
	}

	.discription {
		display: none;
	}

	h1 {
		font-size: 29px;
	}

	.menu {
		display: none;
	}

	.mobile {
		display: block;
	}

	.offer-text {
	    width: 560px;
}
}

@media screen and (max-width: 768px) {
	.container {
		width: 540px;
	}

	.discription {
		display: none;
	}

	video {
		display: none;
	}

	.offer-text {
		width: 100%;
		
	}

	.about-text {
		margin: 0 auto;
	    width: 100%;
	}
	
	.address-content {
		display: inline-block;
	}

	.data p {
		text-align: center;
		padding: 30px 0 0 0;
	}


	.data a {
		margin: 0 auto;
		margin-top: 35px;

	}


}

@media screen and (max-width: 576px) {
	.container {
		width: 90%;
	}

	.call p {
		margin-right: 10px;
		text-align: right;
	}
    .call {
		display: inline-block;
	}

	.slider .slick-dots button {
		display: none;
	}

	.logo {
		margin-right: 5px;
	}

	.btn-price {
		width: 100%;
	}

	.logo {
		font-size: 21px;
	}

	.call {
		display: none;
	}

	.to-call {
		display: block;
		margin-left: auto;
	}

	.to-call img {
		width: 35px;
	}

	h1 {
	    font-size: 23px;
	}

	.offer-text p {
	    font-size: 20px;
	}
	.wrapper {
	    padding: 30px 15px 18px 15px;
	}



	.mymodal {
	    width: 100%;
	}
}
