._flex {
	display: flex;
}


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


._centered {
	text-align: center;
}

._shifted-down {
	margin-top: 80px;
}

.fa {
	font-size: 30px;
}


.main-page {
	font-family: "OpenSansRegular", "RobotoRegular", sans-serif;
	font-size: 17px;
	background-color: #f4f4f4;
	color: #414141;
}


.top-header {
	background-image: url(../img/plitka_container.jpg);
	background-repeat: no-repeat;
	background-color: #020202;
	background-position: bottom;
	box-shadow: 5px 5px 10px 3px #cccccc;
}


.header-menu {
	text-align: center;
	padding-top: 2.5em;
	padding-bottom: 1.4em;
}


.header-menu .menu__item {
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #c7c7c7;
	list-style: none;
}
.header-menu .menu__item:hover {
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}


.menu_mob {
	background: transparent;
	border: medium none;
	font-size: 28px;
	color: #008FC7;
	float: right;
	outline: none;
}
.menu_mob:hover {
	color: #01B5ED;
	transition: all 0.3s ease;
}


/* <------section-logo--------> */
.section-logo {
	background-color: #fff;
}


.logo__img {
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-title {
	font-size: 26px;
	font-family: 'OpenSansRegular', sans-serif;
	margin-bottom: 0;
	margin-top: 28px;
	line-height: 1.2;
	color: black;
}


.phone {
	font-family: "OpenSansLight", sans-serif; 
	font-size: 25px;
	display: inline;
	margin: 0;
	line-height: 45px;
}

.phone a {
	color: black;
}


/* <------section-image--------> */
.section-image {
	background: linear-gradient(to top, #F0F0F0, #fff);
}


.slogan__img {
	width: 100%;
	box-shadow: 0px 18px 13px -7px #5A5A5A;
	margin-bottom: -50px;
}


/* <------section-buttons--------> */
.section-buttons {
	display: block;
	border-top: 1px solid #d8d8d8;
	background: #fff;
	font-size: 17px;
}


.section-buttons .container {
	border-bottom: 1px dotted #cccccc;
}


.button_left, .button_right {
	justify-content: center;
	margin-top: 90px;
}


.text_left, .text_right {
	justify-content: center;
	line-height: 2.2em;
}


.button__blue {
	border: 1px solid;
	border-color: #bbb;
	border-radius: 1px;
	background: #01B5ED;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: .8em 1.6em .8em;
	cursor: pointer;
	text-align: center;
}


/* <------section-products--------> */
.section-products {
	background: linear-gradient(to top, #f4f4f4, #ffffff);
}


.product__title {
	font-size: 1.4em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.1em;
}


.product__img {
	border: 7px solid #E2E2E2;
	transition: all .2s ease;
}
.product__img:hover {
	transform: scale(1.03);
	box-shadow: 0 5px 7px rgba(0,0,0,0.5);
}


.product__img img {
	width: 100%;
	margin: 0;
	box-shadow: none;
}


.product__description {
	margin-top: 15px;
	text-align: left;
	font-size: 13px;
}


.product__description ul {
	list-style-type: none;
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 0;
}

.product__description ul > li {
	padding-bottom: 10px;
}

.product__description .fa {
	font-size: 100%;
	padding-right: 8px;
}


.hr-dotted {
	border-top: 1px dotted #cccccc;
}


.little-text {
	font-size: 13px;
}


.s14 {
	font-size: 14px;
}


/* <------section-rules--------> */
.section-rules {
	padding-top: 40px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	background: linear-gradient(to top, #E8E8E8, #f4f4f4);
}


.rules-title {
	font-size: 27px;
	padding-bottom: 15px;
}


.circle {
	list-style-type: circle;
}


.rules-dop {
	margin-bottom: 6px;
}


._underline {
	text-decoration: underline;
}


.rules-help {
	margin-top: 6px;
	font-size: 15px;
	font-family: "OpenSansItalic", sans-serif;
}


/* <------section-order--------> */
input {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 5px;
	background: #01B5ED;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: .6em 1em .4em;
	cursor: pointer;
}


input:focus, input:hover {
	background: #007ABB;
	transition: background-color .5s ease;
}


/* <------section-map--------> */
.section-map {
	text-align: center;
	border-top: 1px solid #d8d8d8;
}


/* <------footer--------> */
.page-footer {
	background-image: url(../img/plitka.png);
	color: #c7c7c7;
}


.footer-menu {
	list-style: disc;
	margin: 0 0 1.3em 0;
	padding-top: 1.7em;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;	
	vertical-align: baseline;
	word-wrap: break-word;
	text-align: center;
}


.footer-menu__item {
	display: inline;
	padding: 0 15px;
	color: #c7c7c7;
	font-size: 13px;
}


.footer-menu__link {
	text-decoration: none;
}
.footer-menu__link:hover {
	text-decoration: none;	
}


._faded-in {
	color: #c7c7c7;
	transition: all .5s ease;
}
._faded-in:hover {
	color: white;
}


.footer__text {
	text-align: center;
	font-size: 13px;
	margin: 0;	
	padding-bottom: 1em;
}


.footer__address {
	color: #5A5A5A;
	transition: all .4s ease;
	cursor: default;
}
.footer__address:hover {
	color: azure;
}


.button_up_r img {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 25px;
	bottom: 40px;
	opacity: 0.5;
	cursor: pointer;	
}


.button_up_l img {
	width: 40px;
	height: 40px;
	position: fixed;
	left: 25px;
	bottom: 40px;
	opacity: 0.5;
	cursor: pointer;
}


.button_up_l img:hover, .button_up_r img:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}