﻿@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1600px)
{
	.box
	{
		padding-left: 60px;
	}
}


@media only screen and (max-width: 1199px)
{
	.search_container_form
	{
		width: 217px;
	}
	.box
	{
		padding-left: 30px;
	}
	.footer_contact_form div input
	{
		width: 100%;
	}
	.footer_nav ul li:not(:last-child)
	{
		margin-right: 40px;
	}
	.footer_links
	{
		margin-left: 54px;
	}
}

@media only screen and (max-width: 991px)
{
	.home_title
	{
		font-size: 48px;
	}
	.header,
	.header.scrolled
	{
		position: fixed;
		top: 0px;
		left: 0;
	}
	.header_top_extra,
	.header_nav
	{
		display: none !important;
	}
	.hamburger
	{
		display: block;
	}
	.box
	{
		width: 100%;
		padding-left: 90px;
	}
	.tab_panels
	{
		margin-top: 40px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 50px;
	}
	.footer_contact
	{
		padding-top: 0;
	}
	.footer_bar_content
	{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_nav ul li:not(:last-child)
	{
		margin-bottom: 8px;
	}
	.footer_links ul li:not(:last-child)::after
	{
		display: none;
	}
	.footer_phone
	{
		margin-left: 80px;
	}
	.footer_links ul li:not(:last-child)
	{
		margin-bottom: 7px;
	}
    .logo a {
        font-size: 18px !important;
    }
    .home_container {
        padding-top: 100px;
    }
    .home_content
    {
        border-top: 0;
    }
}

@media only screen and (max-width: 767px)
{
	.box
	{
		padding-left: 60px;
	}
}

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}
	.menu_close_container
	{
		top: 31px;
		right: 28px;
	}
	.menu_item a
	{
		font-size: 28px;
	}
	.button
	{
		height: 40px;
	}
	.button a span
	{
		font-size: 10px;
	}
	.section_title
	{
		font-size: 28px;
		max-width: 100%;
	}
	.home
	{
		/*height: 320px;*/
	}
	.home_title
	{
		font-size: 28px;
	}
	.box
	{
		padding-left: 30px;
	}
	.box_title
	{
		font-size: 24px;
	}
	.box_text
	{
		font-size: 13px;
	}
	.footer_about_text
	{
		font-size: 13px;
	}
	.footer_links
	{
		margin-left: 0;
		margin-top: 40px;
	}
	.footer_phone
	{
		margin-left: 0;
		margin-top: 40px;
	}
}
