﻿@media screen and (max-width: 1400px) {
	.map_country {
		transform: scale(0.8);
	}
}

@media screen and (max-width: 1300px) {
	.map_country {
		transform: scale(0.6) translateX(-140px);
	}
}

@media screen and (min-width: 1275px){
	.title_header p, .menu{padding-right: 250px;}
}
@media screen and (max-width: 1270px) {
    .contact_form > div {
        display: block;
        width: 100%;
    }

    .contact_form  > div+div {
        width: 90%;
    }

    .raschettoplivo {
        width: 400px;
        height: auto;
        padding: 22px 0 22px 8px;
    }

    .block_left {
        margin-top: 105px;
    }

    .menu {
        margin-left: -250px;
        overflow: hidden;
        height: 60px;
    }

    h1 {
        font-size: 17px;
    }

    h2 {
        font-size: 14px;
    }

    .logo_block:after {
        display: none;
    }

    .title_header {
        margin-left: -250px;
    }

    .menu a {
        font: normal bold 16px/57px Roboto;
    }

    .palletanew {
        max-width: initial;
        width: 250px;
        text-align: center;
        display: inline-block;
        margin: 15px;
    }

    .palletanew ul {
        margin: 1px 0;
        width: auto;
    }

    .aviagb {
        margin: 10px;
        padding: 5px;
        max-width: initial;
        width: 250px;
        text-align: center;
        display: inline-block;
    }

    .aviagb ul li:first-child {
        text-align: center;
    }

    .aviagb ul {
        padding: 0;
        text-align: left;
    }
}

@media screen and (max-width: 1150px) {
	.map_country {
		transform: scale(0.6) translateX(-240px);
	}
}

@media screen and (max-width: 1050px) {
	.map_country {
		transform: scale(0.5) translateX(-340px);
	}

    .contact_block > div {
        display: block;
        width: 100%;
    }

    .contact_block > div+div {
        width: 100%;
    }

    .contact_form_title {
        text-align: left;
    }

    .contact_block {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 1000px) {
	.map_country {
		transform: scale(0.6) translateX(-240px);
	}

    .main {
        display: block;
    }

    .content {
        width: 100%;
    }

    .sidebar {
        width: 90%;
        margin: 0 auto;
        padding-left: 0px;
    }

    .sidebar_menu {
        text-align: center;
        min-height: auto;
    }

    .sidebar_menu li {
        display: inline-block;
        vertical-align: top;
        margin: 20px;
    }

    .menu a:nth-child(6) {
        display: none;
    }

    .telcont {
        text-align: center;
    }

    .telcont li {
        padding: 0px 0px 0px 40px;
        background: url(../img/telcont/skype.png) no-repeat calc(50% - 80px) 7px;
    }

    .telcont li:nth-child(2) {
        background: url(../img/telcont/mail.png) no-repeat calc(50% - 80px) 10px;
    }

    .telcont li:nth-child(3) {
        background: url(../img/telcont/life.png) no-repeat calc(50% - 80px) 5px;
    }

    .telcont li:nth-child(4) {
        background: url(../img/telcont/kyivstar.png) no-repeat calc(50% - 80px) 5px;
    }

    .telcont li:nth-child(5) {
        background: url(../img/telcont/vodafone.png) no-repeat calc(50% - 80px) 10px;
    }

    .telcont li:nth-child(6) {
        background: url(../img/telcont/stat_tel.png) no-repeat calc(50% - 80px) 6px;
    }

    .footer_menu ul {
        /*width: calc(100%/2);*/
        margin: 20px 0;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
	.news_block_list div {
        border-left: none;
        border-bottom: 2px solid #89a;
        margin-bottom: 15px;
        padding: 0 0 10px 0px;
    }

    .news_block_list div:last-child {
        border-bottom: none;
    }


	.map_country {
		transform: scale(0.7) translateX(-140px);
	}

    .docfor, .forcus {
        margin: 0;
        padding: 0;
    }

    .docfortext {
        margin: 35px 0 20px;
        text-align: center;
    }

    .contain {
        display: block;
    }

    .sidebar_services, .btn_lb {
        display: none;
    }

    .title_header {
        display: none;
    }

    .opros {
        display: none;
    }

    .menu {
        display: none;
    }

    .block_right {
        width: 100%;
    }

    .block_left {
        width: 100%;
        margin-top: 0;
        padding: 0;
        text-align: center;
    }

    .icon_block {
        display: none;
    }

    .logo_block {
        display: none;
    }

    .telcont {
        display: none;
    }

    .mobile_header {
        display: block;
    }

    .sidebar_menu {
        padding: 0;
        background: #fff;
    }

    .gruz {
        display: block;
        float: none;
        margin: 10px auto;
        box-sizing: border-box;
    }

	.edit_page select {
        display: block;
    }

    .edit_page div i {
        display: block;
        padding: 0 8px 0 5px;
    }

    .edit_page input {
        display: block;
    }

    .edit_page textarea {
        max-width: 400px;
        width: 100%;
    }

    .add_reviews img {
        vertical-align: 0;
        display: block;
        margin: 0 0 10px 0;
        border-radius: 4px;
    }
}

@media screen and (max-width: 650px) {
	.geo_mob {
		display: block;
	}

	.map_country {
		display: none !important;
	}

	.news_block_list_img {
		float: none;
		display: block;
		margin: 0 10px 10px 0;
		max-width: 100%;
	}
}


@media screen and (max-width: 600px) {
    .formaprvtitle input[type="text"] {
        width: 200px;
    }

    .formaprvtitle textarea {
        width: 90%;
    }

    .pressa {
        width: 100%;
    }

    .main-quiz-holder {
        width: 100%;
    }

    .sidebar_menu li {
        margin: 10px 5px;
    }

    .social p {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer_menu ul {
        width: 100%;
        /*text-align: left;*/
    }

    .list_articles {
        padding: 0;
    }

    .client_reviews_block section {
        display: block;
        width: 100%;
    }

    .client_reviews_block section+section {
        width: 100%;
        margin-top: 20px;
    }

    .client_reviews_head div {
        display: block;
        width: 100%;
    }

    .client_reviews_head button {
        float: none;
    }
}

@media screen and (max-width: 520px) {
    .raschettoplivo {
        width: 100%;
    }

    #maps {
        width: 100%;
    }

    #map_ukr {
        width: 100%;
    }

    .toplivo #maps {
        width: 100%;
    }

    .map {
        width: 100%;
    }

    .searchadr {
        width: auto !important;
    }

    .konternew ul {
        margin-left: 0;
        padding: 0;
    }

    .konternew {
        display: block;
        height: auto;
        width: auto;
    }

    .konternew ul li {
        width: auto;
    }

    .vbrtab {
        width: 100%;
        box-sizing: border-box;
    }

    .mobile_header > .header .logo_name p {
        /*margin: 16px 0 0 12px;
        font: normal normal 23px Roboto;*/
    }

    .mobile_header > .header > div {
        width: 100%;
    }

    .mobile_header > .header .logo_name p span {
        font: normal normal 16px Roboto;
    }

    .mobile_header > .header .logo_name {
        /*width: 315px;*/
    }

    #infopolsha ~ label img:nth-child(2) {
        margin-right: 20px !important;
    }

    #infopolsha ~ label img:nth-child(1) {
        margin-left: 20px !important;
    }

    .pogranpermapnew:before , .pogranpermapnew:after {
        display: none;
    }

    .pogranpermapnew:link, .pogranpermapnew:visited {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
	.news_block_list section {
        text-align: center;
    }

    .news_block_list section span {
        margin-right: 10px;
    }

    .palletanew {
        margin: 15px 0;
    }

    .requisites tr td:first-child {
        width: auto;
    }

    .mobile_header > .header .logo_name {
        width: 260px;
    }

    .mobile_header > .header .logo_name p {
        margin: 23px 0 0 0;
        font: normal normal 17px Roboto;
    }

    .mobile_header > .header .logo_name p span {
        font: normal normal 13px Roboto;
    }

    .header_mobile_calc a:after {
        margin-left: 10px;
    }

    .list_service li {
        width: auto;
        margin: 10px 0;
    }

    .add_button_mobile a {
        margin: 0 2px !important;
    }

    .client_reviews_block section+section u {
        display: block;
        line-height: 0.5;
        visibility: hidden;
    }

    .client_reviews_block section+section p span {
        vertical-align: middle;
    }
}

@media print {
    .block_left, .sidebar, .menu, .title_header , .footer {
        display: none;
    }

    .content {
        width: 100%;
    }
}
