*{
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: Lato Black; /* Имя шрифта */
    src: url('../fonts/latoblack.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Lato Bold; /* Имя шрифта */
    src: url('../fonts/latobold.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Lato Medium; /* Имя шрифта */
    src: url('../fonts/latomedium.ttf'); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Lato Regular; /* Имя шрифта */
    src: url('../fonts/latoregular.ttf'); /* Путь к файлу со шрифтом */
}


.vodostok-header{
	background-image: url('../head.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 150px 0;
}


.vodostok-header-nav-tel{
	color: white;
}

.vodostok-header-nav{
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	padding: 0 20px;
	position: fixed;
	z-index: 9999;
	overflow-y: hidden;
}

.vodostok-header-content-heading-1 span{
	font-family: Lato Black;
	font-size: 60px;
}

.vodostok-header-content-heading-2 span{
	font-family: Lato Bold;
	font-size: 50px;
	color: #ff502b;
}

.vodostok-header-content-description span{
	font-family: Lato Medium;
	font-size: 16px;
	text-align: center;
}

.vodostok-header-form button, .vodostok-zayavka button{
	background-color: #ff502b;
	color: white;
	height: 50px;
	padding: 0 50px;
	border: none;
	width: 250px;
}

.vodostok-header-form button:hover, .vodostok-zayavka button:hover{
	background-color: #d64020;
}

.vodostok-header-form input{
	background-color: rgba(124, 124, 125, .8);
	height: 50px;
	border: none;
	padding: 0 20px;
	color: white;
	width: 250px;
}

::placeholder {
  color: white;
}

.vodostok-header-logo{
	width: 100%;
	padding: 50px;
}
.vodostok-header-nav-logo{
    padding: 0 0 0 0;
}
.vodostok-header-nav-logo img{
    width:255px;
	height:46px;
}

.vodostok-header-nav-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}

.evidnov {
    color: #fff;
    margin: 0 10px 0 10px;
    text-align: center;
}

.evidnov img {
    width: 180px;
    height: 40px;
}

.evidnov span {
    margin-right: 10px;
}
.vodostok-price{
	background-image: url("../bg.png");
	width: 100%;
	height: 100%;
	padding: 85px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.vodostok-price-description,.vodostok-price-description,.vodostok-price-heading{
	font-family: Lato Bold;
}

.vodostok-price-description-heading{
	font-size: 22px;
	margin-left: 10px;
}

.vodostok-price-heading{
	font-size: 40px;
}

.vodostok-price img{
	width: 50px;
	height: 50px;
}

.vodostok-price-description{
	font-size: 16px;
	text-align: left;
	margin-left: 10px;
}

.vodostok-zayavka{
	background-image: url("../bg2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 45px 0;
}

.vodostok-zayavka-text{
	font-family: Lato Bold; 
	font-size: 40px;
	color: white;
}

.vodostok-tovary{
	padding: 40px 0;
	overflow-x: hidden;
}

.swiper-slide img{
	width: 540px;
	height: 400px;
}

.vodostok-price-text,.vodostok-works-text{
	font-size: 40px;
	font-family: Lato Bold;
}

.vodostok-tovary-name{
	font-family: Lato Medium;
	font-size: 24px;
}

.vodostok-tovary button{
	background-color: #2ac794;
	color: white;
	height: 50px;
	padding: 0 50px;
	border: none;
}

.vodostok-tovary button:hover{
	background-color: #22946f;
}

.vodostok-catalog{
	padding: 60px 0;
}

.vodostok-catalog-cart{
	display: flex;
	align-self: flex-start;
}

.vodostok-catalog-cart .nav-item a{
	color: black;
}

.vodostok-catalog-cart{
	flex-direction: column;
}

.vodostok-catalog-tovary-name,.vodostok-catalog-tovary-price{
	font-family: Lato Bold;
	font-size: 18px;
}

.vodostok-catalog-tovary-description{
	font-family: Lato Regular;
}

.vodostok-works{
	padding: 76px 0;
	width: 100%;
}

.vodostok-works img{
	width: 52px;
	height: 60px;
}

.vodostok-works-call,.vodostok-works-list,.vodostok-works-paid,.vodostok-works-shipped{
	width: 130px;
	height: 130px;
	border: 2px solid #2ac794;
	border-radius: 50%;
}

.vodostok-works-icon-text{
	font-size: 18px;
	font-family: Lato Regular;
}

.vodostok-footer{
	width: 100%;
	padding: 65px 0;
	background-image: url("../footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vodostok-footer-heading{
	color: white;
	font-family: Lato Bold;
	font-size: 34px;
}

.vodostok-footer img{
	width: 17px;
	height: 30px;
}

.vodostok-footer-adress-text,.vodostok-footer-phone-text{
	font-family: Lato Black;
	font-size: 16px;
	color: white;
}

.close{
	color: black !important;
}

.vodostok-footer-copyright{
	font-family: Lato Regular;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: none;
	color: white;
}


.vodostok-succes-modal-heading{
	border-bottom: 2px solid red;
}


@media (max-width: 575px){
	.vodostok-header-form{
		flex-direction: column !important;
	}

	.vodostok-header-logo img{
		width: 150px !important;
		height: 50px !important;
	}

	.vodostok-header-content-heading-1 span{
		font-size: 40px;
	}

	.vodostok-header-content-heading-2 span{
		font-size: 30px;
	}

	.vodostok-price-media{
		flex-direction: column !important;
	}

	.vodostok-price-heading{
		font-size: 22px;
		align-self: center !important;
	}

	.vodostok-catalog-image img{
		width: 400px;
		height: 200px;
	}

	.vodostok-price-text{
		font-size: 24px;
	}

	.vodostok-footer-media{
		flex-direction: column !important;
		/*align-items: center;*/
	}

	.vodostok-header-nav-media{
		flex-direction: column!important;
		align-items: center;
	}
}

@media (max-width: 1000px){
	.vodostok-header-logo img{
		width: 200px;
		height: 50px;
	}

	.vodostok-price{
		background-image: none;
	}

	.vodostok-catalog{
		flex-direction: column !important;
		align-items: center !important;
	}

	.nav-tabs{
		margin-top: 30px;
	}
}

@media (max-width: 760px){
	.vodostok-header-logo-media{
		flex-direction: column !important;
	}

	.vodostok-header-logo {
		flex-direction: row !important;
		justify-content: space-between !important;
	}

	.vodostok-header-logo img{
		margin-top: 30px;
	}

	.vodostok-works-media{
		flex-direction: column !important;
	}

	.navbar-brand img{
		width: 160px;
		height: 29px;
	}

	.vodostok-header-nav{	
		padding: 0 5px;
	}

	.vodostok-header-logo img{
		width: 180px !important;
		height: 60px !important;
	}

}

@media (max-width: 430px){

	.vodostok-header-logo img{
		width: 120px !important;
		height: 40px !important;
	}

	.vodostok-zayavka-text{
		font-size: 22px;
	}

	.vodostok-header-content-heading-1 span{
		font-size: 30px;
	}

	.vodostok-header-content-heading-2 span{
		font-size: 20px;
	}
	
	.vodostok-catalog-image img{
		width: 350px;
		height: 190px;
	}

	.vodostok-tovary img{
		width: 350px !important;
		height: 350px !important;
	}

	.vodostok-header-nav-media{
		flex-direction: column!important;
		align-items: center;
	}

	.vodostok-header-nav-tel{
		font-size: 14px;
	}

	.vodostok-header-nav{	
		padding: 0 10px;
	}

	.tab-content img{
		width: 100px;
		height: 100px;
	}

	.vodostok-catalog-tovary-name,.vodostok-catalog-tovary-price{
		font-size: 18px;
	}

	.vodostok-catalog-tovary-description{
		font-size: 14px;
	}

}

@media (max-width: 380px){
	.vodostok-catalog-image img{
		width: 300px;
		height: 190px;
	}

	.navbar-brand img{
		width: 130px;
		height: 23px;
	}

	.vodostok-footer-adress-text{
		font-size: 13px;
	}

	.vodostok-tovary img{
		width: 300px !important;
		height: 300px !important;
	}

	.vodostok-tovary-name{
		font-size: 18px;
	}

}

@media (max-width: 340px){
	.vodostok-header-nav-tel{
		font-size: 12px;
	}

	.vodostok-tovary img{
		width: 250px !important;
		height: 250px !important;
	}
}

.c_img{
	max-width: 150px;
	max-height: 110px;
	margin-right: 10px;
}