/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	#header_info {
        float: right;
        width: 59.3%;
        margin: 0;
    }
    .header_info_item {
        width: 100%;
        font-size: 11px;
        line-height: 11px;
    }
    .header_info_item:first-child {
        margin-bottom: 13px;
    }
    .header_info_item_phone img {
        margin-top: 2px;
        width: 19px;
        margin-right: 9px;
    }
    .header_info_item a {
        font-size: 24px;
        line-height: 25px;
    }
    .header_info_item_phone {
        margin-top: -2px;
    }
    .header_info_item_adress img {
        width: 20px;
        margin-right: 8px;
    }
    .header_info_item b {
        font-size: 15px;
        line-height: 21px;
    }
    .header_info_col:nth-child(2) {
        width: 41%;
        margin-left: 5.6%;
    }
    .header_info_item_time {
        margin-top: 2px;
    }
    .header_info_item_time img {
        width: 30px;
        margin-left: -2px;
        margin-right: 7px;
    }
    #main_navigation {
        position: relative;
        z-index: 999;
    }
    #main_navigation>ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: #7dc7cc;
        float: none;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
        transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    }
    #main_navigation.main_menu_open>ul {
        max-height: 2000px;
        -webkit-transition: max-height 0.5s ease-in;
        transition: max-height 0.5s ease-in;
    }
    #main_navigation>ul li {
        width: 100% !important;
    }
    #main_navigation>ul>li.active {
        display: none;
    }
    #main_navigation>ul>li.item-121.active {
        display: block;
    }
    #main_navigation>ul>li>a {
        text-align: left;
        padding-left: 11.3%;
        border-top: 1px solid #63aeba;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #main_navigation>ul>li>ul {
        position: relative;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        animation-name: none !important;
        -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
        transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    }
    #main_navigation>ul>li>ul>li {
        opacity: 0;
        margin-bottom: 12px;
    }
    #main_navigation>ul>li:hover ul {
        padding: 0;
        animation-name: none;
    }
    #main_navigation>ul>li.open_dropdown>ul {
        max-height: 2000px;
        background: #e84038;
        padding: 15px 13% 17px 11.3%;
        border-top: 1px solid #ce372f;
        opacity: 1;
        visibility: visible;
        -webkit-transition: max-height 0.5s ease-in;
        transition: max-height 0.5s ease-in;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #main_navigation>ul>li.open_dropdown>ul>li {
        opacity: 1;
    }
    #main_navigation>ul>li>ul:before {
        display: none;
    }
    #main_navigation>ul>li.open_dropdown {
        background: #e84038;
    }
    .social_links {
        width: 21.3%;
        padding: 10px 0;
		display: contents;
    }
    #mainmenu_helper {
        display: block;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        display: block;
        width: 100%;
        float: left;
        height: 50px;
        width: 65%;
        cursor: pointer;
        position: relative;
        padding: 0 0 0 11.8%;
    }
    #mainmenu_helper:before {
        content: '';
        height: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    #mainmenu_helper span {
        vertical-align: middle;
        display: inline-block;
    }
    #mainmenu_helper:after {
        content: '';
        position: absolute;
        width: 27px;
        padding-bottom: 12px;
        height: 0;
        left: 7%;
        top: 50%;
        margin-top: -6px;
        background: url(../img/toggle.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
    #header {
        padding: 4% 1.7% 32px 5%;
    }
    #header img#logo {
        width: 218px;
        margin: 4px 0 0;
    }
    #wrapper a.entry_link {
        height: 35px;
        font-size: 12px;
        line-height: 16px;
    }
    .social_links ul{
    	text-align: right;
    }
    .social_links ul li{
    	margin: 0 10px;
    }
    #main_navigation{
    	height: 50px;
    }
    #main_navigation .social_links{
    	display: block;
    	width: auto;
    }
    #city_selector{top: 6px;}
    #footer_container {
        max-width: 800px;
        padding: 0;
    }
    #footer .social_links {
        width: 23.6%;
        padding: 20px 0;
    }
    .footer_cards {
        width: auto;
    }
    .footer_cards img {
        display: block;
    }
    .step-line .st{
    	margin-right: 20px;
    	margin-bottom: 10px;
    }
    #city_selector{
        right: 200px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.acc-ready{position: static;margin-bottom: 40px;}
	.btns-list li{margin-right: 10px;margin-bottom: 10px;}
	.chosen-spec .sep{display: none;}
	.chosen-spec .tt{
		display: block;
		margin-bottom: 20px;
	}
	.chosen-spec input[type='submit'].red-btn{
		margin-left: 0;
	}
	.chosen-spec{text-align: center;}
	.step-line .bb-box .fr{
		display: block;
		margin: 0 auto 10px;
	}
	.step-line .bb-box{
		display: block;
		margin: 0;
		text-align: center;
	}
	.new-pass-form input[type='text']{
		margin: 0 0 15px;
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {


    .btns-list li {
        margin-right: 20px;
        display: block;
    }



	#header {
        padding: 4% 3% 14px 4.1%;
    }
    #header img#logo {
        width: 54.5%;
        float: left;
    }
    #header_info {
        width: 100%;
        position: relative;
        margin: 27px 0 0;
    }
    .header_info_col:nth-child(2) {
        width: 39.5%;
        margin-left: 5.6%;
        float: right;
    }
    .header_info_item_time {
        margin-top: -2%;
        line-height: 13px;
    }
    .header_info_item_entry {
        position: absolute;
        top: 0;
        right: 1.5%;
        width: 36%;
        margin: -61px 0 0;
    }
    .header_info_item_adress {
        width: 200%;
        padding: 5px 0 0;
    }
    .header_info_item a {
        font-size: 21px;
        line-height: 22px;
    }
    .header_info_item b {
        font-size: 12px;
        line-height: 15px;
    }
    .header_info_item.header_info_item_adress b {
        display: inline;
    }
    .header_info_item_adress img {
        margin-top: -7px;
    }
    #main_navigation .social_links {
        display: none !important;
    }
    #mainmenu_helper {
        width: 100%;
        padding-left: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mainmenu_helper:after {
        left: 11px;
        margin-top: -5px;
        width: 25px;
    }
    #main_slider {
        display: none !important;
    }
    #main_navigation>ul>li>ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }
    #main_navigation>ul>li>a {
        padding-left: 45px;
    }
    #main_navigation>ul>li.open_dropdown>ul {
        padding-left: 45px;
    }
    #footer {
        padding: 28px 0 0;
    }
    #footer_container img#footer_logo {
        width: 47%;
    }
    #footer_container p {
        font-size: 11px;
        line-height: 14px;
        padding: 14px 0 0;
    }
    #footer_container .footer_cards p {
        padding: 0 0 7px;
        font-size: 12px;
    }
    #footer_container {
        padding: 0 12px;
    }
    .footer_cards {
        margin: 17px 0 26px;
        float: left;
    }
    #footer .social_links {
        width: 69%;
        max-width: 200px;
        clear: left;
        padding: 0 0 30px;
    }
    #footer_line {
        font-size: 14px;
        line-height: 17px;
        padding: 13px 5% 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .vacancy_go_back{
    	position: static;
    	margin-top: 20px;
    	display: inline-block;
    }
    .registr-box{background: none;padding-bottom: 0;}
    .main{min-height: inherit;}
    .table-box .aside{
    	width: auto;
    	float: none;
    	margin-bottom: 20px;
    }
    .btns-list .vacancy_go_back{margin-top: 0;}
    .table td{padding: 10px;}
    .table-box .table-wrap{
    	width: 100%;
    	overflow: auto;
    }
    /*.btns-list{text-align: center;}*/
    .spec-box .item .date{
    	position: static;
    	margin-top: 10px;
    	text-align: center;
    }
    .date-box .month{margin-top: 0;}
    .date-box{padding: 20px;}
    .bb-box{margin-bottom: 10px;}
    .date-box .days{text-align: center;}
    .header_info_item_entry{top: 15px;}
    .reg-link{top: 35px;right: 25px;}
    #city_selector{right: 8px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.inp-hint .qq{display: none;}
	.social_links ul li{margin: 3px 10px;}
	#wrapper a.entry_link{font-size: 11px;}
	#city_selector{right: 8px;}
	.main{padding: 30px 10px;}
	.spec-box .item .tt{width: 135px;}
	.default-form input[type='submit'].red-btn{margin: 0;width: 100%;margin-top: 30px;}
}