/*!
Theme Name: spiny
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spiny
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
html,
body {
	min-height: 0;
	height: 100% !important;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}
h1, h2,
h3, h4,
h5, h6,
input,
textarea,
.mdl-button,
.mdl-list__item,
.mdl-textfield__input,
button {
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
	color: #333;
}
button {
	border: none;
}
img {
	max-width: 100%;
	vertical-align: top;
}


h1{
	font-weight: normal;
	font-size: 2.25rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
h2{
	font-size: 2rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
.news h2{
	margin-bottom: 15px;
}
h3{
	font-size: 1.75rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
h4 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
h5{
	font-size: 1.25rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
h6 {
	font-size: 1.125rem;
	margin-bottom: 1rem;
	margin-top: 0;
}
p {
	margin-bottom: 1.5rem;
}

ol, ul {
	padding-left: 20px;
}
dl, ol, ul {
	margin-left: 0;
	margin-bottom: 1.5rem;
}
blockquote {
	padding: 30px 35px;
	margin-bottom: 1.5rem;
	background: #e3e3e3;
	border: none;
	font-size: 20px;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
blockquote:before,
blockquote:after {
	display: none;
}
blockquote p {
	font-size: 20px;
	font-weight: bold;
}
blockquote p:last-child {
	margin: 0;
}
a .mdl-list__item,
a {
	color: #6B8E23;
}
.mdl-button:hover,
.mdl-button,
button {
	background: #6B8E23;
	color: #ffffff;
	font-weight: bold;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
	color: #6B8E23;
}
.mdl-textfield__label:after {
	background-color: #6B8E23;
}
.mdl-button--raised,
.mdl-button--raised:hover {
	background: #6B8E23;
	color: #ffffff;
}

.layout {
	position: relative;
	z-index: 2;
	min-height: 100%;
	padding-bottom: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reducer {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 12px;
}

header {
	border-bottom: 10px solid #6B8E23;
	background: #2a2c27;
}
.logo {
	font-size: 14px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.logo img {
	width: 200px;
}

.phones a {
	text-decoration: none;
	color: #6B8E23;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}
.phones div {
	 padding: 3px 0;
}

.mdl-textfield {
	width: 100%;
}

.mdl-menu ul {
	padding: 0;
	margin: 0;
}
.mdl-menu .mdl-menu__item {
	text-transform: uppercase;
	opacity: 1;
	font-size: 12px;
}
ul.mdl-navigation {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	justify-content: center;
}
ul.mdl-navigation .mdl-navigation__link {
	margin-left: 15px;
	text-transform: uppercase;
	opacity: 1;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}
ul.mdl-navigation .mdl-navigation__link:first-child {
	margin-left: 0;
}
.mdl-menu .mdl-menu__item a,
ul.mdl-navigation a {
	text-decoration: none;
	font-weight: bold;
}
footer ul.mdl-navigation {
	margin-top: 30px;
	align-items: center;
	justify-content: center;
}
footer ul.mdl-navigation li {
	display: inline-block;
	vertical-align: top;
}

.mdl-textfield label {
	color: #7d7d7d;
}

.news_img {
	float: left;
	margin-right: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
}

.mdl-data-table th {
	background: #6B8E23;
	color: #ffffff;
	height: auto;
	padding: 12px 18px;
}

.mdl-data-table td {
	background: #F5F5F5;
}

.mdl-data-table tr:nth-child(even) td {
	background: #F0FFF0;
}


.main_slider {
	height: 530px;
	position: relative;
	overflow: hidden;
}
.main_slider:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.main_slider_txt {
	padding: 20px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.main_slider_title {
	font-weight: bold;
	white-space: nowrap;
	font-size: 40px;
	padding-bottom: 25px;
	text-shadow: 0 0 6px rgba(0,0,0,.75);
}
.main_slider_subtitle {
	white-space: nowrap;
	font-size: 24px;
	text-shadow: 0 0 6px rgba(0,0,0,.75);
}
.main_slider_link {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	border: 2px solid #ffffff;
	line-height: 40px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 0 0 6px rgba(0,0,0,.75);
}

.home_routes {
	min-height: 250px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 0 6px rgba(0,0,0,.75);
	font-weight: bold;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
.home_routes h3 {
	margin-top: 50px;
}
.home_routes:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.home_routes * {
	color: #ffffff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.home_routes p {
	margin-bottom: 3px;
	font-size: 18px;
}

.about_icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
}
a .mdl-list {
	padding: 0;
	margin: 0;
}
a .mdl-list * {
	cursor: pointer;
}
a .files_list .mdl-list__item--two-line {
	padding: 0;
	min-height: 1px;
	border: none;
}

.gallery img {
	margin: 0 10px 10px 0;
}

.team_header {
	overflow: hidden;
	padding-bottom: 10px;
}
.team_img {
	float: left;
	width: 150px;
	margin-right: -100%;
}
.team_title {
	margin-left: 170px;
}
.team_title h2 {
	font-size: 28px;
	margin: 0 0 15px;
	line-height: normal;
}
.team_title h3 {
	font-size: 22px;
	margin: 0;
	line-height: normal;
}
.files_list .mdl-list__item--two-line {
	height: auto;
	min-height: 72px;
	border-bottom: 1px solid #dedede;
}
.files_list .mdl-list__item-avatar {
	margin-right: -100% !important;
}
.files_list .files_list_content {
	display: block;
	margin-left: 56px;
}
.files_list .mdl-list__item--two-line .mdl-list__item-primary-content {
	height: auto;
}
.files_list .mdl-list__item-sub-title a {
	margin-right: 10px;
}
.files_list .mdl-list__item-avatar,
.files_list .mdl-list__item-avatar.material-icons {
	background-color: #6B8E23;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}

#shipping_country_field,
#billing_country_field {
	overflow: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}


.fade {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 10001;
}
.dt_popup {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10002;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.dt_popup_bg {
	background: #fff;
	padding: 25px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.dt_popup_close {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: url('i/ic-delete-yellow.svg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	font-size: 25px;
}
.dt_popup_content {
	position: relative;
	z-index: 1;
	min-height: 50px;
}
.dt_popup_content.loader:before {
	height: 1em;
	width: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	display: block;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url('i/loader.svg') center center no-repeat;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0,0,0,.75);
}
.dt_popup_content.loader * {
	visibility: hidden;
}
.dt_popup_content input.button.alt:hover {
	background: #dec01c !important;
	border: 1px solid #dec01c !important;
}

@-webkit-keyframes spin {
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes spin {
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes spin {
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes spin {
	100%{
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}

.woocommerce .shop_table div.quantity,
.woocommerce div.product form.cart div.quantity {
	float: none;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 110px;
}
.woocommerce .shop_table div.quantity {
	display: block !important;
}
.woocommerce .shop_table div.quantity .quantity_minus,
.woocommerce .shop_table div.quantity .quantity_plus,
.woocommerce div.product form.cart div.quantity .quantity_minus,
.woocommerce div.product form.cart div.quantity .quantity_plus {
	float: left;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #f6d81c;
	color: #000;
	text-align: center;
	font-size: 22px;
	vertical-align: top;
	line-height: 28px;
	cursor: pointer;
}
.woocommerce .shop_table div.quantity .quantity_minus:hover,
.woocommerce .shop_table div.quantity .quantity_plus:hover,
.woocommerce div.product form.cart div.quantity .quantity_minus:hover,
.woocommerce div.product form.cart div.quantity .quantity_plus:hover {
	background: #f6d81c;
}
.woocommerce .shop_table div.quantity input,
.woocommerce div.product form.cart div.quantity input {
	float: left;
	width: 50px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #f6d81c;
	border-left: none;
	border-right: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.fast_buy {
	cursor: pointer;
}

.woocommerce-variation-add-to-cart.variations_button .quantity {
	display: none;
}

.gt_route_note {
	padding-top: 30px;
}
.gt_route_reverse_button_url {
	text-align: center;
}
.gt_route_reverse_button_url a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background: #6B8E23;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.order_form {
	max-width: 600px;
	background: #dddddd;
	padding: 30px;
	margin: 0 auto 20px;
	text-align: center;
}
.order_form input[type="text"],
.order_form input[type="email"],
.order_form input[type="number"],
.order_form input[type="tel"],
.order_form textarea {
	background: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.order_form input {
	height: 40px;
}
.order_form label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	top: 30px;
}
.order_form .is-dirty label,
.order_form .is-focused label {
	padding: 0;
}


.order_form .mdl-grid,
.order_form .mdl-cell {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.order_form .mdl-textfield {
	padding-bottom: 0;
}
.order_form .mdl-textfield__label:after {
	bottom: 0;
}
.order_form .mdl-button {
	margin-top: 20px;
}

.sp_home_slider {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.sp_home_slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	z-index: 3;
	font-size: 0;
	line-height: 0;
	outline: none;
}
.sp_home_slider .slick-prev {
	position: absolute;
	z-index: 2;
	background: transparent url('i/arrow_left.svg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
}
.sp_home_slider .slick-next {
	left: auto;
	right: 0;
	background: transparent url('i/arrow_right.svg') 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.sp_home_slider .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 2;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.sp_home_slider .slick-dots li,
.sp_home_slider .slick-dots .presentation {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #c8ebf1;
	cursor: pointer;
	margin: 0 5px;
	outline: none;
}
.sp_home_slider .slick-dots .slick-active {
	background: #3e9bbf;
	outline: none;
}
.sp_home_slider .slick-dots button {
	font-size: 0;
	line-height: 0;
	outline: none;
}
.sp_home_slider button:before {
	display: none;
}

.contact_cols .contact_l {
	float: left;
	width: 300px;
	margin-right: -100%;
}
.contact_cols .contact_r {
	margin-left: 320px;
}
.contact_block {
	padding: 5px 0 0 40px;
	min-height: 35px;
	margin-bottom: 20px;
}
.contact_block a {
	text-decoration: none;

}
.contact_phone {
	background: url('i/phone.svg') 0 3px no-repeat;
}
.contact_phone a {
	line-height: 28px;
}
.contact_address {
	background: url('i/address.svg') 0 3px no-repeat;
}
.contact_schedule {
	background: url('i/schedule.svg') 0 3px no-repeat;
}
.contact_email {
	background: url('i/email.svg') 0 5px no-repeat;
}
.contact_social {
	background: url('i/social.svg') 0 0 no-repeat;
}
footer .contact_social {
	background: transparent;
}
.contact_social a {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.contact_social a:last-child {
	margin-right: 0;
}
.social_fb {
	background: #6B8E23 url('i/facebook.svg') 50% 50% no-repeat;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}
.social_in {
	background: #6B8E23 url('i/instagram.svg') 50% 50% no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.social_vk {
	background: #6B8E23 url('i/vk.svg') 50% 50% no-repeat;
	-webkit-background-size: auto 24px;
	background-size: auto 24px;
}
.social_tw {
	background: #6B8E23 url('i/twitter.svg') 50% 50% no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.social_yb {
	background: #6B8E23 url('i/youtube.svg') 50% 50% no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.social_tg {
	background: #6B8E23 url('i/telegram.svg') 50% 50% no-repeat;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
#contact_text {
	height: 60px;
}

header .contact_block {
	padding-left: 0;
	padding-top: 10px;
	min-height: 1px;
	margin: 0;
}
header .contact_social {
	background: transparent;
}

.viber {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url('i/viber-ilogo.svg') 50% 50% / cover no-repeat;
}
.whatsapp {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url('i/whatsapp-logo.svg') 50% 50% / cover no-repeat;
}
.telegram {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	background: url('i/telegram-logo.svg') 50% 50% / cover no-repeat;
}

.contact_phone .viber,
.contact_phone .whatsapp,
.contact_phone .telegram {
	position: relative;
	top: 3px;
}

.viber.mobile,
.whatsapp.mobile,
.telegram.mobile {
	display: none;
}

.navigation.pagination {
	margin-bottom: 0;
	padding-bottom: 20px;
}
.navigation.pagination .nav-links {
	text-align: center;
	width: 100%;
	font-size: 0;
}
.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > a:visited,
.navigation.pagination .nav-links > a:hover {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #6B8E23;
	color: #6B8E23 !important;
	margin: 0 5px;
	text-decoration: none !important;
}
.navigation.pagination .nav-links .current {
	background: #6B8E23;
	color: #fff !important;
}
.navigation.pagination .nav-links > .next {
	background: url('i/arrow_right-pagination.svg') 50% no-repeat;
	-webkit-background-size: auto 32px;
	background-size: auto 32px;
}
.navigation.pagination .nav-links > .prev {
	background: url('i/arrow_left-pagination.svg') 50% no-repeat;
	-webkit-background-size: auto 32px;
	background-size: auto 32px;
}

.map {
	height: 350px;
	background: #fefefe;
}

.screen-reader-text {
	display: none;
}

footer {
	border-top: 10px solid #6B8E23;
	background: #2a2c27;
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
}

.hidden {
	display: none;
}
.ovh {
	overflow: hidden;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
.posr {
	position: relative;
}
.full_width {
	width: 100%;
}
.link-button {
	line-height: 36px;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}


.mobile_menu {
	display: none;
}
@media screen and (max-width: 1000px) {
	.main_slider_title {
		white-space: normal;
		line-height: normal;
	}

}
@media screen and (max-width: 839px) {
	header .mdl-cell--4-col {
		width: calc(33.3333333333% - 16px);
	}

	table.mdl-data-table,
	.mdl-data-table tbody {
		display: block;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
	}
	.mdl-data-table tbody tr {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		margin-bottom: 20px;
		border-left: 1px solid rgba(0,0,0,.12);
		border-right: 1px solid rgba(0,0,0,.12);
		border-top: 1px solid rgba(0,0,0,.12);
	}
	.mdl-data-table td:before {
		content: attr(data-title);
		width: 40%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		font-size: 14px;
		display: block;
		background: #6B8E23;
		color: #ffffff;
		font-weight: bold;
	}
	.mdl-data-table td span {
		width: 60%;
		padding: 10px;
	}
	.mdl-data-table td:first-of-type,
	.mdl-data-table td {
		border-top: none !important;
		display: flex;
		min-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		font-size: 16px;
		white-space: normal;
		padding: 0;
		background-color: transparent !important;
	}
	.mdl-data-table td .job_type {
		display: flex;
		flex-direction: column;
	}
	.mdl-data-table td div {
		display: block;
	}
	.mdl-data-table td.last_cell {
		text-align: center;
		display: block;
		padding-right: 0;
	}
	.mdl-data-table td.last_cell:before {
		display: none;
	}
	.mdl-data-table thead {
		display: none;
	}
	.mdl-data-table td:last-of-type {
		padding-right: 0;
	}

	header .mdl-cell--4-col {
		width: calc(100% - 16px);
		order: 1;
	}
	header .mdl-cell--4-col.phones {
		width: calc(50% - 16px);
		order: 2;
	}
	header .mdl-cell--4-col.phones.tar {
		order: 3;
	}
	.logo,
	.logo img {
		width: 200px;
	}
}
@media screen and (max-width: 768px) {
	.main_slider {
		height: auto;
	}
	.main_slider_title {
		font-size: 30px;
	}
	.main_slider_subtitle {
		white-space: normal;
		line-height: normal;
		font-size: 20px;
	}
	.main_slider_txt {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: translateX(0) translateY(0);
		-moz-transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		-o-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		padding-top: 50px;
		padding-bottom: 50px;
	}

	nav {

	}
	nav.navigation.pagination {
		display: block;
	}
	.mobile_menu {
		display: block;
	}
	.mdl-cell--7-col,
	.mdl-cell--5-col {
		width: 100% !important;
	}
	.vacancy_btn.mobile {
		display: block;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 600px) {
	.home_routes h3 {
		font-size: 22px;
	}
	.home_routes p {
		font-size: 16px;
	}

	header .mdl-cell--4-col.phones {
		width: calc(100% - 16px);
		order: 2;
	}
	header .mdl-cell--4-col.phones.tar {
		order: 3;
		text-align: left;
	}

	.viber.desktop,
	.whatsapp.desktop,
	.telegram.desktop {
		display: none;
	}
	.viber.mobile,
	.whatsapp.mobile,
	.telegram.mobile {
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
	.reducer {
		padding: 0;
	}
	.main_slider {
		height: auto;
	}
	.main_slider_title {
		font-size: 24px;
	}
	.main_slider_subtitle {
		font-size: 16px;
	}
	.main_slider_txt {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.layout {
		padding-bottom: 200px;
	}
	footer {
		height: 200px;
	}
}
@media (max-width: 839px) and (min-width: 480px) {
	.mdl-cell--6-col, .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
		width: 100%;
	}

}














