/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@font-face {
 font-family: "OswaldExtraLight";
 src: url("../fonts/Oswald-ExtraLight.woff") format("woff");
}
@font-face {
 font-family: "OswaldLight";
 src:url("../fonts/Oswald-Light.woff") format("woff");
}
@font-face {
 font-family: "OswaldMedium";
 src:url("../fonts/Oswald-Medium.woff") format("woff");
}
@font-face {
 font-family: "OswaldRegular";
 src:url("../fonts/Oswald-Regular.woff") format("woff");
}
@font-face {
 font-family: "RobotoLight";
 src:url("../fonts/Roboto-Light.woff") format("woff");
}
html, body {
	padding:0px;
	margin:0px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	height: 100%;
	color: #363636;
	font-family: RobotoLight;
}
.black-window {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
    z-index: 1002;
}
.hidden-form { 
    background: #f5f5f5;
    padding: 20px;
    width: 30%;
}
.black-window-close-button {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 2%;
    right: 1%;
    background: url(../images/close.png);
    border-radius: 10px;
    background-size: cover;
	cursor:pointer;
}
.close-black {
	display:none;
}
.open-black {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #363636;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.top-header p {
    color: #e0e0e0;
    font-family: OswaldLight;
}
.bottom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.desc-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.desc-header a {
    color:#303030;
	text-decoration:none;
	font-family:OswaldRegular;
	text-transform:uppercase;
}
.desc-header p {
    color:#303030;
	font-family:OswaldExtraLight;
	text-transform:uppercase;
}
.contact-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
p.phone {
    color: #303030;
    text-decoration: none;
    font-family: OswaldRegular;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-header span {
    background: url(../images/Phone.png);
    background-repeat: no-repeat;
	background-size: contain;
}
.contact-header a {
    text-decoration: none;
}
.form-header {
    color: white;
    background: #363636;
    text-align: center;
    text-transform: uppercase;
    font-family: OswaldLight;
	cursor:pointer;
}
.form-header:hover {
    background: #dd3333;
}

nav {
    background: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
ul.top-menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    list-style-type: none;
}
ul.top-menu li {
    width: 100%;
}
ul.top-menu li:hover, ul.top-menu li.active {
    background:#dd3333;
}
ul.top-menu li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #f5f5f5;
    text-decoration: none;
    font-family: OswaldRegular;
    text-transform: uppercase;
}
.my-child-class.open-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 101;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.my-child-class.close-menu {
    display: none;
    list-style-type: none;
}
ul.top-menu li ul.my-child-class li {
	background: rgba(112, 112, 112, 0.80);
}
ul.top-menu li ul.my-child-class li:hover, ul.nav.menu.mod-list li ul.my-child-class li.active {
	background: rgba(221, 51, 51, 0.80);
}
ul.top-menu li ul.my-child-class a {
    font-family: OswaldLight;
}

.slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider-images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	height: 100%;
    overflow: hidden;
}
.slider-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300%;
}
.slider-image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.slider-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
img.slider-image-item {
    width: 100%;
}
p.slider-image-desc {
    z-index: 100;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: rgba(0, 0, 0, 0.4);
}
.slider-image-desc a{
    color: white;
    font-family: OswaldRegular;
    text-transform: uppercase;
	text-decoration:none;
}
.slider-left-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 100;
    color: white;
    cursor: pointer;
    background: url(../images/arrow_left.png);
	background-size: cover;
}
.slider-right-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 100;
    color: white;
    cursor: pointer;
    background: url(../images/arrow_right.png);
	background-size: cover;
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
	background: whitesmoke;
}

main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.page-header h2 {
    font-family: OswaldMedium;
    font-size: 1.7em;
}

.form-section {
    background: #f5f5f5;
}
.form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 80%;
    margin: 0 10%;
    padding: 60px 0px 30px;
}
.desc-form-section {
    width: 64%;
}

.desc-form-section h2 {
    color: #363636;
    font-family: OswaldMedium;
    text-transform: uppercase;
	font-weight: 400;
}
.desc-form-section p {
    font-family: RobotoLight;
}
.form-form-section {
    width: 30%;
    border: 4px solid #dd3333;
	background: #e1e1e1;
}
.form-form-section form, .hidden-form form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-form-section h2, .hidden-form h2 {
    font-family: OswaldRegular;
    text-transform: uppercase;
    color: #363636;
	font-weight: 400;
}
.form-form-section h3, .hidden-form h3 {
    font-family: OswaldLight;
    text-transform: uppercase;
    color: #363636;
	font-weight: 400;
}
.form-form-section input[type='text'], .hidden-form input[type='text'] {
    width: 100%;
    text-align: center;
    border: none;
    font-family: OswaldLight;
}
.form-form-section input[type='text']:focus, .hidden-form input[type='text']:focus {
    outline-offset: 0px;
	outline: none;
}
.form-form-section input[type='text']::-webkit-input-placeholder, .hidden-form input[type='text']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #363636;
}
.form-form-section input[type='text']::-moz-placeholder, .hidden-form input[type='text']::-moz-placeholder { /* Firefox 19+ */
  color: #363636;
}
.form-form-section input[type='text']:-ms-input-placeholder, .hidden-form input[type='text']:-ms-input-placeholder { /* IE 10+ */
  color: #363636;
}
.form-form-section input[type='text']:-moz-placeholder, .hidden-form input[type='text']:-moz-placeholder{ /* Firefox 18- */
  color: #363636;
}
.form-form-section input[name="phone"], .hidden-form input[name="phone"] {
    font-family: OswaldExtraLight!important;
}
.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
    width: 100%;
    border: none;
    color: white;
    font-family: OswaldRegular;
    text-transform: uppercase;
    background: #363636;
	text-align:center;
}
.form-form-section input[type="submit"]:focus, .hidden-form input[type="submit"]:focus {
    outline-offset: 0px;
	outline: none;
}
.form-form-section input[type="submit"]:hover, .hidden-form input[type="submit"]:hover {
    cursor:pointer;
	background:#dd3333;
}
.politics-form-wrap label {
    font-family: OswaldExtraLight;
    text-transform: uppercase;
}
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 1px;
	width: 1px;
	margin-left: -97%;
	margin-top: 12px;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #e1e1e1;
    border: 2px solid black;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #e1e1e1;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border:2px solid black;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 2px;
    height: 6px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.price-section {
    background: #e1e1e1;
}
.price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.price-wrap h3 {
    width: 100%;
    text-align: center;
    font-family: OswaldMedium;
    color: #363636;
    text-transform: uppercase;
	font-weight: 400;
}
.price-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30%;
	background: #f5f5f5;
    border: 2px solid #363636;
}
.price-item-desc {
    width: 100%;
    margin: 10px 0px 0px;
}
.price-item-desc h3 {
    font-family: OswaldMedium;
    color: #363636;
	font-weight: 400;
}
.price-wrap .price-item-desc p {
    font-family: OswaldMedium;
    color: #dd3333;
}
.price-item-desc span {
    font-family: OswaldMedium;
    color: #dd3333;
}
.price-item-image {
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.price-item-image img{
    width: 100%;
}
.price-item-button {
    width: 100%;
    margin: 10px 0px;
}
.price-item-button-but {
    text-align: center;
    font-family: OswaldMedium;
    text-transform: uppercase;
    background: #dd3333;
    color: #fff;
    cursor: pointer;
}
.price-wrap p {
    width: 100%;
    text-align: center;
    font-family: OswaldLight;
    color: #363636;
}

.service-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
}
.service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.service-wrap h3 {
    width: 100%;
    text-align: center;
    font-family: OswaldMedium;
    color: #363636;
    text-transform: uppercase;
	font-weight: 400;
}
.service-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.service-items a {
	width: calc(100%/8);
	text-decoration:none;
}
.service-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
}
.service-item:hover .service-item-image {
    -webkit-box-shadow: 0px 0px 4px 2px black;
            box-shadow: 0px 0px 4px 2px black;
}
.service-item:hover .service-item-desc p {
    text-shadow: 0px 0px 1px black;
}
.service-item-image img {
	width: 100%;
}
.service-item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-item-desc p {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: OswaldLight;
    color: #363636;
}
.address-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e1e1e1;
}
.header-block h3 {
    font-family: OswaldMedium;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #363636;
	font-weight: 400;
}
.desc-map-block {
    display: block;
    position: absolute;
    z-index: 1001;
    background: rgba(225, 225, 225, 0.75);
}
.desc-map-item {
    margin: 0px 0px 15px;
}
.desc-map-item:last-child {
    margin: 0px;
}
.map-item-name {
    font-family: OswaldMedium;
    color: #363636;
    text-transform: uppercase;
}
.map-item-address, .map-item-phone {
    font-family: OswaldLight;
    color: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.map-item-address span {
    background: url(../images/address-span.png);
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
}
.map-item-phone span {
    background: url(../images/phone-span.png);
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
}
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	background:#363636;
}
.footer-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-menu {    
	display: -webkit-box;    
	display: -ms-flexbox;    
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-first-menu, .footer-second-menu, .footer-third-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
	font-family:OswaldRegular;
	color:#e1e1e1;
	text-transform:uppercase;
	font-weight: 400;
}
ul.footer-ul-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style-type: none;
}
ul.footer-ul-menu li {
    margin-top:5px;
}
ul.footer-ul-menu a {
    font-family:OswaldLight;
	color:#e1e1e1;
	text-decoration:none;
}
ul.footer-ul-menu a:hover, ul.footer-ul-menu li.active a  {
	color:#dd3333;
}
.footer-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer-contact p {
    font-family: OswaldLight;
    color: #c0c0c0;
}
.footer-contact a {
    text-decoration: none;
}
.footer-politics a{
	font-family: OswaldLight;
    color: #c0c0c0;
	text-decoration:none;
}
@media screen and (min-width:1920px) 
{
	html, body {
		font-size:18px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 22px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 40px 0px;
		width: 80%;
		margin: 0 10%;
	}
	.desc-header a {
		font-size: 44px;
	}
	.desc-header p {
		font-size:30px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 44px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 26px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 80%;
		margin: 0 10%;
		height: 57px;
	}
	ul.top-menu li a {
		font-size: 27px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 90px;
		padding: 0 10%;
		margin: -90px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 44px;
	}
	.slider-left-arrow {
		width: 39px;
		height: 70px;
		left: 5%;
	}
	.slider-right-arrow {
		width: 39px;
		height: 70px;
		right: 5%;
	}
	main {
		width:80%;
		margin:0 10%;
	}
	.form-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 60px 0px 30px;
	}
	.desc-form-section h2 {
		font-size: 26px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 22px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 26px;
		line-height: 34px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 22px;
		line-height: 34px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 22px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 22px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 14px;
	}
	.price-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 40px 0px 10px;
	}
	.price-wrap h3 {
		font-size: 33px;
		line-height: 33px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 26px;
		line-height: 33px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 18px;
		line-height: 40px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 33px;
		line-height: 40px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 29px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 22px;
	}
	.service-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 60px 0px 30px;
	}
	.service-wrap h3 {
		font-size: 33px;
		line-height: 33px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 22px;
		line-height: 26px;
	}
	.header-block h3 {
		font-size: 33px;
		line-height: 33px;
		margin: 17px 0;
	}
	.desc-map-block {
		left: 10%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 26px;
		line-height: 33px;
	}
	.map-item-address, .map-item-phone {
		font-size: 22px;
		line-height: 33px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
    .map-block {
        height: 400px;
    }
	footer {
		padding:30px 0;
	}
	.footer-menu-wrap {
		width: 80%;
		margin: 0 10% 50px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:27px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:22px;
	}
	.footer-desc {
		width: 80%;
		margin: 0 10%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 18px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 18px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:1680px) and (max-width: 1919px ) 
{
	html, body {
		font-size:16px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 19px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 35px 0px;
		width: 80%;
		margin: 0 10%;
	}
	.desc-header a {
		font-size: 39px;
	}
	.desc-header p {
		font-size:26px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 39px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 37px;
		height: 37px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 23px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 80%;
		margin: 0 10%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 23px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 82px;
		padding: 0 10%;
		margin: -82px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 39px;
	}
	.slider-left-arrow {
		width: 36px;
		height: 65px;
		left: 5%;
	}
	.slider-right-arrow {
		width: 36px;
		height: 65px;
		right: 5%;
	}
	main {
		width:80%;
		margin:0 10%;
	}
	.form-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 55px 0px 25px;
	}
	.desc-form-section h2 {
		font-size: 23px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 19px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 23px;
		line-height: 29px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 19px;
		line-height: 29px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 19px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 19px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 29px;
		line-height: 29px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 23px;
		line-height: 29px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 16px;
		line-height: 36px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 29px;
		line-height: 36px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 26px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 19px;
	}
	.service-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 50px 0px 20px;
	}
	.service-wrap h3 {
		font-size: 29px;
		line-height: 29px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 19px;
		line-height: 23px;
	}
	.header-block h3 {
		font-size: 29px;
		line-height: 29px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 10%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 23px;
		line-height: 29px;
	}
	.map-item-address, .map-item-phone {
		font-size: 19px;
		line-height: 29px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 400px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 80%;
		margin: 0 10% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:23px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:19px;
	}
	.footer-desc {
		width: 80%;
		margin: 0 10%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 16px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 16px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:1600px) and (max-width: 1679px ) 
{
	html, body {
		font-size:16px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 18px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 35px 0px;
		width: 80%;
		margin: 0 10%;
	}
	.desc-header a {
		font-size: 37px;
	}
	.desc-header p {
		font-size:25px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 37px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 37px;
		height: 37px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 22px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 80%;
		margin: 0 10%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 22px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 82px;
		padding: 0 10%;
		margin: -82px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 37px;
	}
	.slider-left-arrow {
		width: 36px;
		height: 65px;
		left: 5%;
	}
	.slider-right-arrow {
		width: 36px;
		height: 65px;
		right: 5%;
	}
	main {
		width:80%;
		margin:0 10%;
	}
	.form-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 55px 0px 25px;
	}
	.desc-form-section h2 {
		font-size: 22px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 18px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 18px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 18px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 28px;
		line-height: 28px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 22px;
		line-height: 28px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 15px;
		line-height: 34px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 28px;
		line-height: 34px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 25px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 18px;
	}
	.service-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 50px 0px 20px;
	}
	.service-wrap h3 {
		font-size: 28px;
		line-height: 28px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 18px;
		line-height: 22px;
	}
	.header-block h3 {
		font-size: 28px;
		line-height: 28px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 10%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 22px;
		line-height: 28px;
	}
	.map-item-address, .map-item-phone {
		font-size: 18px;
		line-height: 28px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 400px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 80%;
		margin: 0 10% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:22px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:18px;
	}
	.footer-desc {
		width: 80%;
		margin: 0 10%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 15px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 15px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:1536px) and (max-width: 1599px ) 
{
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:19px;
	}
	.top-header p {
		font-size: 18px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 30px 0px;
		width: 80%;
		margin: 0 10%;
	}
	.desc-header a {
		font-size: 35px;
	}
	.desc-header p {
		font-size:24px;
		margin:5px 0;
		padding:0;
	}
	p.phone {
		font-size: 35px;
		margin: 5px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 80%;
		margin: 0 10%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 21px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 75px;
		padding: 0 10%;
		margin: -75px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 35px;
	}
	.slider-left-arrow {
		width: 33px;
		height: 59px;
		left: 5%;
	}
	.slider-right-arrow {
		width: 33px;
		height: 59px;
		right: 5%;
	}
	main {
		width:80%;
		margin:0 10%;
	}
	.form-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 45px 0px 20px;
	}
	.desc-form-section h2 {
		font-size: 21px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 18px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 21px;
		line-height: 27px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 18px;
		line-height: 27px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 18px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 18px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 27px;
		line-height: 27px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 21px;
		line-height: 27px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 14px;
		line-height: 32px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 27px;
		line-height: 32px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 24px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 18px;
	}
	.service-wrap {
		width: 80%;
		margin: 0 10%;
		padding: 30px 0px 15px;
	}
	.service-wrap h3 {
		font-size: 27px;
		line-height: 27px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 18px;
		line-height: 21px;
	}
	.header-block h3 {
		font-size: 27px;
		line-height: 27px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 10%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 21px;
		line-height: 27px;
	}
	.map-item-address, .map-item-phone {
		font-size: 18px;
		line-height: 27px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 400px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 80%;
		margin: 0 10% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:21px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:18px;
	}
	.footer-desc {
		width: 80%;
		margin: 0 10%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:1440px) and (max-width: 1535px ) 
{
	html, body {
		font-size:16px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 19px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 35px 0px;
		width: 90%;
		margin: 0 5%;
	}
	.desc-header a {
		font-size: 39px;
	}
	.desc-header p {
		font-size:26px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 39px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 37px;
		height: 37px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 23px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 90%;
		margin: 0 5%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 23px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 82px;
		padding: 0 5%;
		margin: -82px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 39px;
	}
	.slider-left-arrow {
		width: 36px;
		height: 65px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 36px;
		height: 65px;
		right: 2%;
	}
	main {
		width:90%;
		margin:0 5%;
	}
	.form-wrap {
		width: 90%;
		margin: 0 5%;
		padding: 55px 0px 25px;
	}
	.desc-form-section h2 {
		font-size: 23px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 19px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 23px;
		line-height: 29px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 19px;
		line-height: 29px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 19px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 19px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 90%;
		margin: 0 5%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 29px;
		line-height: 29px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 23px;
		line-height: 29px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 16px;
		line-height: 36px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 29px;
		line-height: 36px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 26px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 19px;
	}
	.service-wrap {
		width: 90%;
		margin: 0 5%;
		padding: 50px 0px 20px;
	}
	.service-wrap h3 {
		font-size: 29px;
		line-height: 29px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 19px;
		line-height: 23px;
	}
	.header-block h3 {
		font-size: 29px;
		line-height: 29px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 5%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 23px;
		line-height: 29px;
	}
	.map-item-address, .map-item-phone {
		font-size: 19px;
		line-height: 29px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 400px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 90%;
		margin: 0 5% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:23px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:19px;
	}
	.footer-desc {
		width: 90%;
		margin: 0 5%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 16px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 16px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:1360px) and (max-width: 1439px ) 
{
	html, body {
		font-size:16px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 18px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 35px 0px;
		width: 90%;
		margin: 0 5%;
	}
	.desc-header a {
		font-size: 37px;
	}
	.desc-header p {
		font-size:25px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 37px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 37px;
		height: 37px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 22px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 90%;
		margin: 0 5%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 22px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 82px;
		padding: 0 5%;
		margin: -82px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 37px;
	}
	.slider-left-arrow {
		width: 36px;
		height: 65px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 36px;
		height: 65px;
		right: 2%;
	}
	main {
		width:90%;
		margin:0 5%;
	}
	.form-wrap {
		width: 90%;
		margin: 0 5%;
		padding: 55px 0px 25px;
	}
	.desc-form-section h2 {
		font-size: 22px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 18px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 18px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 18px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 90%;
		margin: 0 5%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 28px;
		line-height: 28px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 22px;
		line-height: 28px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 15px;
		line-height: 34px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 28px;
		line-height: 34px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 25px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 18px;
	}
	.service-wrap {
		width: 90%;
		margin: 0 5%;
		padding: 50px 0px 20px;
	}
	.service-wrap h3 {
		font-size: 28px;
		line-height: 28px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 18px;
		line-height: 22px;
	}
	.header-block h3 {
		font-size: 28px;
		line-height: 28px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 5%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 22px;
		line-height: 28px;
	}
	.map-item-address, .map-item-phone {
		font-size: 18px;
		line-height: 28px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 400px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 90%;
		margin: 0 5% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:22px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:18px;
	}
	.footer-desc {
		width: 90%;
		margin: 0 5%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 15px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 15px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:1280px) and (max-width: 1359px ) 
{
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 18px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 30px 0px;
		width: 96%;
		margin: 0 2%;
	}
	.desc-header a {
		font-size: 35px;
	}
	.desc-header p {
		font-size:24px;
		margin:5px 0;
		padding:0;
	}
	p.phone {
		font-size: 35px;
		margin: 5px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 96%;
		margin: 0 2%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 21px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 75px;
		padding: 0 2%;
		margin: -75px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 35px;
	}
	.slider-left-arrow {
		width: 33px;
		height: 59px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 33px;
		height: 59px;
		right: 2%;
	}
	main {
		width:96%;
		margin:0 2%;
	}
	.form-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 45px 0px 20px;
	}
	.desc-form-section h2 {
		font-size: 21px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 18px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 21px;
		line-height: 27px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 18px;
		line-height: 27px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 18px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 18px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 27px;
		line-height: 27px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 21px;
		line-height: 27px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 14px;
		line-height: 32px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 27px;
		line-height: 32px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 24px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 18px;
	}
	.service-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 30px 0px 15px;
	}
	.service-wrap h3 {
		font-size: 27px;
		line-height: 27px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 18px;
		line-height: 21px;
	}
	.header-block h3 {
		font-size: 27px;
		line-height: 27px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 4%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 21px;
		line-height: 27px;
	}
	.map-item-address, .map-item-phone {
		font-size: 18px;
		line-height: 27px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 400px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 96%;
		margin: 0 2% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:21px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:18px;
	}
	.footer-desc {
		width: 96%;
		margin: 0 2%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width:992px) and (max-width: 1279px ) 
{
	.hidden-form {
		width: 40%;
	}
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 18px;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 30px 0px;
		width: 96%;
		margin: 0 2%;
	}
	.desc-header a {
		font-size: 35px;
	}
	.desc-header p {
		font-size:24px;
		margin:5px 0;
		padding:0;
	}
	p.phone {
		font-size: 35px;
		margin: 5px 0;
		padding: 0;
	}
	.contact-header span, footer span.insta-footer {
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.nav-wrap {
		width: 96%;
		margin: 0 2%;
		height: 51px;
	}
	ul.top-menu li a {
		font-size: 21px;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:4px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 2px 0;
	}
	p.slider-image-desc {
		height: 75px;
		padding: 0 2%;
		margin: -75px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 35px;
	}
	.slider-left-arrow {
		width: 33px;
		height: 59px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 33px;
		height: 59px;
		right: 2%;
	}
	main {
		width:96%;
		margin:0 2%;
	}
	.form-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 45px 0px 20px;
	}
	.desc-form-section h2 {
		font-size: 21px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 18px;
	}
	.form-form-section form, .hidden-form form{
		padding: 25px 30px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 21px;
		line-height: 27px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 18px;
		line-height: 27px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 18px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 18px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 13px;
	}
	.price-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 30px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 27px;
		line-height: 27px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 21px;
		line-height: 27px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 14px;
		line-height: 32px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 27px;
		line-height: 32px;
	}
	.price-item-button-but {
		width: 40%;
		margin: 0 30%;
		font-size: 24px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 18px;
	}
	.service-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 30px 0px 15px;
	}
	.service-wrap h3 {
		font-size: 27px;
		line-height: 27px;
		margin-top:0px;
	}
	.service-item-desc p {
		font-size: 18px;
		line-height: 21px;
	}
	.header-block h3 {
		font-size: 27px;
		line-height: 27px;
		margin: 15px 0;
	}
	.desc-map-block {
		left: 4%;
		margin-top: 25px;
		padding: 10px;
		width:17%;
	}
	.map-item-name {
		font-size: 21px;
		line-height: 27px;
	}
	.map-item-address, .map-item-phone {
		font-size: 18px;
		line-height: 27px;
	}
	.map-item-address span {
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	.map-item-phone span {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
   .map-block {
        height: 350px;
    }
	footer {
		padding:25px 0;
	}
	.footer-menu-wrap {
		width: 96%;
		margin: 0 2% 30px;
	}
	.footer-menu {
		width: 70%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:21px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 15px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:18px;
	}
	.footer-desc {
		width: 96%;
		margin: 0 2%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 15px 0 0 0;
	}
	.footer-politics a{
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:7px 0 3px;
		padding:0;
	}
}
@media screen and (min-width: 768px ) and (max-width: 991px )
{
	.hidden-form {
		width: 40%;
	}
	html, body {
		font-size:16px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 16px;
		text-align: center;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 15px 0px;
		width: 96%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 2%;
	}	
	.desc-header a {
		font-size: 35px;
	}
	.desc-header p {
		font-size:24px;
	}
	p.phone {
		font-size: 35px;
	}
	.contact-header span, footer span.insta-footer {
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 22px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
	}
	.mobile-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 40px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mobile-icons .icons {
		background: url(../images/menu-icons.png);
		width: 38px;
		height: 30px;
		background-size: contain;
		margin-right: 2%;
		background-repeat: no-repeat;
	}
	.close-mobile {
		display:none;
	}
	.nav-wrap {
		width: 100%;
		margin: 0;
	}
	ul.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.top-menu li a {
		font-size: 20px;
		padding: 5px 0;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:0px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 5px 0;
	}
	p.slider-image-desc {
		height: 35px;
		padding: 0 2%;
		margin: -35px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 16px;
	}
	.slider-left-arrow {
		width: 22px;
		height: 40px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 22px;
		height: 40px;
		right: 2%;
	}
	main {
		width:96%;
		margin:0 2%;
	}
	.form-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 15px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.desc-form-section {
		width: 96%;
		margin: 0 2%;
	}
	.form-form-section {
		width: 50%;
		margin: 0 25%;
		border: 2px solid #dd3333;
	}
	.desc-form-section h2 {
		font-size: 22px;
		margin-top: 3px;
	}
	.desc-form-section p {
		font-size: 16px;
	}
	.form-form-section form, .hidden-form form{
		padding: 10px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 19px;
		line-height: 22px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 17px;
		line-height: 20px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 16px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 16px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 12px;
	}
	.price-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 20px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 22px;
		line-height: 22px;
		margin-top:0px;
	}
	.price-item-desc h3 {
		font-size: 20px;
		line-height: 26px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 14px;
		line-height: 28px;
		margin: 0;
	}
	.price-item-desc span {
		font-size: 22px;
		line-height: 28px;
	}
	.price-item-button-but {
		width: 80%;
		margin: 0 10%;
		font-size: 18px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 16px;
	}
	.service-wrap {
		width: 96%;
		margin: 0 2%;
		padding: 15px 0px 10px;
	}
	.service-wrap h3 {
		font-size: 22px;
		line-height: 22px;
		margin-top:0px;
	}
	.service-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.service-items a {
		width: calc(100%/5);
	}
	.service-item-desc p {
		font-size: 16px;
		line-height: 22px;
	}
	.header-block h3 {
		font-size: 22px;
		line-height: 22px;
		margin: 15px 0;
	}
	.desc-map-block {
		padding: 1% 2%;
		width: 96%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative;
	}
	.map-item-name {
		font-size: 20px;
		line-height: 24px;
	}
	.map-item-address, .map-item-phone {
		font-size: 19px;
		line-height: 24px;
	}
	.map-item-address span {
		width: 16px;
		height: 21px;
		margin-right: 5px;
	}
	.map-item-phone span {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
  .map-block {
        height: 300px;
    }
	footer {
		padding:10px 0;
	}
	.footer-menu-wrap {
		width: 96%;
		margin: 0 2% 10px;
	}
	.footer-menu {
		width: 80%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:20px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 5px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:17px;
	}
	.footer-desc {
		width: 96%;
		margin: 0 2%;
	}
	.footer-counter {
        display: flex;
        width: 30%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 0;
	}
	.footer-politics a{
		font-size: 14px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:5px 0 2px;
		padding:0;
	}
}
@media screen and (min-width: 600px ) and (max-width: 767px )
{
	.hidden-form {
		width: 50%;
	}
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 15px;
		text-align: center;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 0px 0px;
		width: 98%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 1%;
	}	
	.desc-header a {
		font-size: 30px;
	}
	.desc-header p {
		font-size:20px;
	}
	p.phone {
		font-size: 30px;
	}
	.contact-header span, footer span.insta-footer {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
		margin: 10px 0px;
	}
	.mobile-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 40px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mobile-icons .icons {
		background: url(../images/menu-icons.png);
		width: 38px;
		height: 30px;
		background-size: contain;
		margin-right: 2%;
		background-repeat: no-repeat;
	}
	.close-mobile {
		display:none;
	}
	.nav-wrap {
		width: 100%;
		margin: 0;
	}
	ul.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.top-menu li a {
		font-size: 19px;
		padding: 5px 0;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:0px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 5px 0;
	}
	p.slider-image-desc {
		height: 30px;
		padding: 0 1%;
		margin: -30px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 15px;
	}
	.slider-left-arrow {
		width: 22px;
		height: 40px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 22px;
		height: 40px;
		right: 2%;
	}
	main {
		width:98%;
		margin:0 1%;
	}
	.form-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.desc-form-section {
		width: 98%;
		margin: 0 1%;
	}
	.form-form-section {
		width: 60%;
		margin: 0 20%;
		border: 2px solid #dd3333;
	}
	.desc-form-section h2 {
		font-size: 20px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 15px;
	}
	.form-form-section form, .hidden-form form{
		padding: 10px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 15px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 15px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 12px;
	}
	.price-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 20px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 22px;
		line-height: 22px;
		margin-top:0px;
	}
	.price-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.price-item-desc h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 12px;
		line-height: 26px;
		margin: 0;
	}
	.price-item {
		margin: 1px;
	}
	.price-item-desc span {
		font-size: 20px;
		line-height: 26px;
	}
	.price-item-button-but {
		width: 90%;
		margin: 0 5%;
		font-size: 18px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 15px;
	}
	.service-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px 10px;
	}
	.service-wrap h3 {
		font-size: 22px;
		line-height: 22px;
		margin-top:0px;
	}
	.service-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.service-items a {
		width: calc(100%/4);
	}
	.service-item-desc p {
		font-size: 15px;
		line-height: 20px;
	}
	.header-block h3 {
		font-size: 22px;
		line-height: 22px;
		margin: 15px 0;
	}
	.desc-map-block {
		padding: 1%;
		width: 98%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative;
	}
	.map-item-name {
		font-size: 19px;
		line-height: 24px;
	}
	.map-item-address, .map-item-phone {
		font-size: 16px;
		line-height: 22px;
	}
	.map-item-address span {
		width: 14px;
		height: 18px;
		margin-right: 5px;
	}
	.map-item-phone span {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
  .map-block {
        height: 300px;
    }
	footer {
		padding:10px 0;
	}
	.footer-menu-wrap {
		width: 98%;
		margin: 0 1% 10px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-first-menu, .footer-second-menu, .footer-third-menu {
		width: 32%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:18px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 5px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:15px;
	}
	.footer-desc {
		width: 98%;
		margin: 0 1%;
	}
	.footer-counter {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 13px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 0;
	}
	.footer-politics a{
		font-size: 13px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:5px 0 2px;
		padding:0;
	}
}
@media screen and (min-width: 500px ) and (max-width: 599px )
{
	.hidden-form {
		width: 55%;
	}
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 15px;
		text-align: center;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 0px 0px;
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 1%;
	}	
	.desc-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.desc-header a {
		font-size: 30px;
	}
	.desc-header p {
		font-size:20px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 30px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contact-header span, footer span.insta-footer {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
		margin: 10px 0px;
	}
	.mobile-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 40px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mobile-icons .icons {
		background: url(../images/menu-icons.png);
		width: 38px;
		height: 30px;
		background-size: contain;
		margin-right: 2%;
		background-repeat: no-repeat;
	}
	.close-mobile {
		display:none;
	}
	.nav-wrap {
		width: 100%;
		margin: 0;
	}
	ul.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.top-menu li a {
		font-size: 18px;
		padding: 5px 0;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:0px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 5px 0;
	}
	p.slider-image-desc {
		height: 25px;
		padding: 0 1%;
		margin: -25px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 13px;
	}
	.slider-left-arrow {
		width: 17px;
		height: 31px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 17px;
		height: 31px;
		right: 2%;
	}
	main {
		width:98%;
		margin:0 1%;
	}
	.form-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.desc-form-section {
		width: 98%;
		margin: 0 1%;
	}
	.form-form-section {
		width: 60%;
		margin: 0 20%;
		border: 2px solid #dd3333;
	}
	.desc-form-section h2 {
		font-size: 18px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 15px;
	}
	.form-form-section form, .hidden-form form{
		padding: 10px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 15px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 15px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 12px;
	}
	.price-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 20px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 22px;
		line-height: 22px;
		margin-top:0px;
	}
	.price-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.price-item-desc h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 12px;
		line-height: 26px;
		margin: 0;
	}
	.price-item {
		margin: 1px;
	}
	.price-item-desc span {
		font-size: 20px;
		line-height: 26px;
	}
	.price-item-button-but {
		width: 90%;
		margin: 0 5%;
		font-size: 18px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 15px;
	}
	.service-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px 10px;
	}
	.service-wrap h3 {
		font-size: 22px;
		line-height: 22px;
		margin-top:0px;
	}
	.service-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.service-items a {
		width: calc(100%/4);
	}
	.service-item-desc p {
		font-size: 15px;
		line-height: 20px;
	}
	.header-block h3 {
		font-size: 22px;
		line-height: 22px;
		margin: 15px 0;
	}
	.desc-map-block {
		padding: 1%;
		width: 98%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative;
	}
	.map-item-name {
		font-size: 19px;
		line-height: 24px;
	}
	.map-item-address, .map-item-phone {
		font-size: 16px;
		line-height: 22px;
	}
	.map-item-address span {
		width: 14px;
		height: 18px;
		margin-right: 5px;
	}
	.map-item-phone span {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
  .map-block {
        height: 250px;
    }
	footer {
		padding:10px 0;
	}
	.footer-menu-wrap {
		width: 98%;
		margin: 0 1% 10px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-first-menu, .footer-second-menu, .footer-third-menu {
		width: 32%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:18px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 5px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:15px;
	}
	.footer-desc {
		width: 98%;
		margin: 0 1%;
	}
	.footer-counter {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 12px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 0;
	}
	.footer-politics a{
		font-size: 12px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:5px 0 2px;
		padding:0;
	}
}
@media screen and (min-width: 400px ) and (max-width: 499px )
{
	.hidden-form {
		width: 60%;
	}
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 15px;
		text-align: center;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 0px 0px;
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 1%;
	}	
	.desc-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.desc-header a {
		font-size: 30px;
	}
	.desc-header p {
		font-size:20px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 30px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contact-header span, footer span.insta-footer {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
		margin: 10px 0px;
	}
	.mobile-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 40px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mobile-icons .icons {
		background: url(../images/menu-icons.png);
		width: 38px;
		height: 30px;
		background-size: contain;
		margin-right: 2%;
		background-repeat: no-repeat;
	}
	.close-mobile {
		display:none;
	}
	.nav-wrap {
		width: 100%;
		margin: 0;
	}
	ul.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.top-menu li a {
		font-size: 18px;
		padding: 5px 0;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:0px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 5px 0;
	}
	p.slider-image-desc {
		height: 25px;
		padding: 0 1%;
		margin: -25px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 12px;
	}
	.slider-left-arrow {
		width: 17px;
		height: 31px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 17px;
		height: 31px;
		right: 2%;
	}
	main {
		width:98%;
		margin:0 1%;
	}
	.form-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.desc-form-section {
		width: 98%;
		margin: 0 1%;
	}
	.form-form-section {
		width: 98%;
		margin: 0 1%;
		border: 2px solid #dd3333;
	}
	.desc-form-section h2 {
		font-size: 18px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 15px;
	}
	.form-form-section form, .hidden-form form{
		padding: 10px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 15px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 15px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 12px;
	}
	.price-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 20px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top:0px;
	}
	.price-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.price-item-desc h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 12px;
		line-height: 26px;
		margin: 0;
	}
	.price-item {
		width: 47%;
		margin: 1px;
	}
	.price-item-desc span {
		font-size: 20px;
		line-height: 26px;
	}
	.price-item-button-but {
		width: 90%;
		margin: 0 5%;
		font-size: 18px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 15px;
	}
	.service-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px 10px;
	}
	.service-wrap h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top:0px;
	}
	.service-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.service-items a {
		width: calc(100%/3);
	}
	.service-item-desc p {
		font-size: 14px;
		line-height: 18px;
	}
	.header-block h3 {
		font-size: 20px;
		line-height: 20px;
		margin: 15px 0;
	}
	.desc-map-block {
		padding: 1%;
		width: 98%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
	}
	.map-item-name {
		font-size: 18px;
		line-height: 22px;
	}
	.map-item-address, .map-item-phone {
		font-size: 15px;
		line-height: 19px;
	}
	.map-item-address span {
		width: 14px;
		height: 18px;
		margin-right: 5px;
	}
	.map-item-phone span {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
  .map-block {
        height: 250px;
    }
	footer {
		padding:10px 0;
	}
	.footer-menu-wrap {
		width: 98%;
		margin: 0 1% 10px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-first-menu, .footer-second-menu, .footer-third-menu {
		width: 32%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:16px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 5px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:13px;
	}
	.footer-desc {
		width: 98%;
		margin: 0 1%;
	}
	.footer-counter {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 11px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 0;
	}
	.footer-politics a{
		font-size: 11px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:5px 0 2px;
		padding:0;
	}
}
@media screen and (min-width: 320px ) and (max-width: 399px )
{
	.hidden-form {
		width: 65%;
	}
	html, body {
		font-size:15px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 15px;
		text-align: center;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 0px 0px;
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 1%;
	}	
	.desc-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.desc-header a {
		font-size: 30px;
	}
	.desc-header p {
		font-size:20px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 30px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contact-header span, footer span.insta-footer {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
		margin: 10px 0px;
	}
	.mobile-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 40px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mobile-icons .icons {
		background: url(../images/menu-icons.png);
		width: 38px;
		height: 30px;
		background-size: contain;
		margin-right: 2%;
		background-repeat: no-repeat;
	}
	.close-mobile {
		display:none;
	}
	.nav-wrap {
		width: 100%;
		margin: 0;
	}
	ul.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.top-menu li a {
		font-size: 18px;
		padding: 5px 0;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:0px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 5px 0;
	}
	p.slider-image-desc {
		height: 20px;
		padding: 0 1%;
		margin: -20px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 9px;
	}
	.slider-left-arrow {
		width: 17px;
		height: 31px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 17px;
		height: 31px;
		right: 2%;
	}
	main {
		width:98%;
		margin:0 1%;
	}
	.form-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.desc-form-section {
		width: 98%;
		margin: 0 1%;
	}
	.form-form-section {
		width: 98%;
		margin: 0 1%;
		border: 2px solid #dd3333;
	}
	.desc-form-section h2 {
		font-size: 18px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 15px;
	}
	.form-form-section form, .hidden-form form{
		padding: 10px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 15px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 15px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 12px;
	}
	.price-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 20px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top:0px;
	}
	.price-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.price-item-desc h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 12px;
		line-height: 26px;
		margin: 0;
	}
	.price-item {
		width: 47%;
		margin: 1px;
	}
	.price-item-desc span {
		font-size: 20px;
		line-height: 26px;
	}
	.price-item-button-but {
		width: 90%;
		margin: 0 5%;
		font-size: 18px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 15px;
	}
	.service-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px 10px;
	}
	.service-wrap h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top:0px;
	}
	.service-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.service-items a {
		width: calc(100%/2);
	}
	.service-item-desc p {
		font-size: 14px;
		line-height: 18px;
	}
	.header-block h3 {
		font-size: 20px;
		line-height: 20px;
		margin: 15px 0;
	}
	.desc-map-block {
		padding: 1%;
		width: 98%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
	}
	.map-item-name {
		font-size: 18px;
		line-height: 22px;
	}
	.map-item-address, .map-item-phone {
		font-size: 15px;
		line-height: 19px;
	}
	.map-item-address span {
		width: 14px;
		height: 18px;
		margin-right: 5px;
	}
	.map-item-phone span {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
  .map-block {
        height: 250px;
    }
	footer {
		padding:10px 0;
	}
	.footer-menu-wrap {
		width: 98%;
		margin: 0 1% 10px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-first-menu, .footer-second-menu, .footer-third-menu {
		width: 32%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:16px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 5px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:13px;
	}
	.footer-desc {
		width: 98%;
		margin: 0 1%;
	}
	.footer-counter {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 11px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 0;
	}
	.footer-politics a{
		font-size: 11px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:5px 0 2px;
		padding:0;
	}
}
@media screen and (max-width: 319px ) 
{
	.hidden-form {
		width: 75%;
	}
	html, body {
		font-size:14px;
	}
	.item-page {
		padding: 0px 0px 20px;
	}
	.item-page p {
		margin:8px 0px;
		line-height:22px;
	}
	.top-header p {
		font-size: 15px;
		text-align: center;
		margin: 5px 0;
	}
	.bottom-header {
		padding: 0px 0px;
		width: 98%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 1%;
	}	
	.desc-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.desc-header a {
		font-size: 30px;
	}
	.desc-header p {
		font-size:20px;
		margin:8px 0;
		padding:0;
	}
	p.phone {
		font-size: 30px;
		margin: 8px 0;
		padding: 0;
	}
	.contact-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contact-header span, footer span.insta-footer {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.form-header {
		font-size: 21px;
		border-radius: 11px;
		padding: 2px;
		width: 80%;
		margin: 10px 0px;
	}
	.mobile-icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 40px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mobile-icons .icons {
		background: url(../images/menu-icons.png);
		width: 38px;
		height: 30px;
		background-size: contain;
		margin-right: 2%;
		background-repeat: no-repeat;
	}
	.close-mobile {
		display:none;
	}
	.nav-wrap {
		width: 100%;
		margin: 0;
	}
	ul.top-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	ul.top-menu li a {
		font-size: 18px;
		padding: 5px 0;
	}
	ul.top-menu li ul.my-child-class li {
		margin-top:0px;
	}
	ul.top-menu li ul.my-child-class a {
		padding: 5px 0;
	}
	p.slider-image-desc {
		height: 20px;
		padding: 0 1%;
		margin: -20px 0 0 0;
	}
	.slider-image-desc a{
		font-size: 9px;
	}
	.slider-left-arrow {
		width: 17px;
		height: 31px;
		left: 2%;
	}
	.slider-right-arrow {
		width: 17px;
		height: 31px;
		right: 2%;
	}
	main {
		width:98%;
		margin:0 1%;
	}
	.form-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.desc-form-section {
		width: 98%;
		margin: 0 1%;
	}
	.form-form-section {
		width: 98%;
		margin: 0 1%;
		border: 2px solid #dd3333;
	}
	.desc-form-section h2 {
		font-size: 18px;
		margin-top: 0px;
	}
	.desc-form-section p {
		font-size: 15px;
	}
	.form-form-section form, .hidden-form form{
		padding: 10px;
	}
	.form-form-section h2, .hidden-form h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0px;
	}
	.form-form-section h3, .hidden-form h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0px;
	}
	.form-form-section input[type='text'], .hidden-form input[type='text'] {
		padding: 3px 0px;
		margin: 5px 0px;
		border-radius: 7px;
		font-size: 15px;
		text-indent: 5px;	
	}
	.form-form-section input[type="submit"], .hidden-form input[type="submit"] {
		font-size: 15px;
		border-radius: 7px;
		padding: 3px 0;
		margin: 5px;
	}
	.politics-form-wrap {
		margin:10px 0px;
	}
	.politics-form-wrap label {
		font-size: 12px;
	}
	.price-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 20px 0px 5px;
	}
	.price-wrap h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top:0px;
	}
	.price-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.price-item-desc h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0;
	}
	.price-wrap .price-item-desc p {
		font-size: 12px;
		line-height: 26px;
		margin: 0;
	}
	.price-item {
		width: 47%;
		margin: 1px;
	}
	.price-item-desc span {
		font-size: 20px;
		line-height: 26px;
	}
	.price-item-button-but {
		width: 90%;
		margin: 0 5%;
		font-size: 18px;
		border-radius: 7px;
		padding: 2px 0px;
	}
	.price-wrap p {
		font-size: 15px;
	}
	.service-wrap {
		width: 98%;
		margin: 0 1%;
		padding: 15px 0px 10px;
	}
	.service-wrap h3 {
		font-size: 20px;
		line-height: 20px;
		margin-top:0px;
	}
	.service-items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.service-items a {
		width: calc(100%/2);
	}
	.service-item-desc p {
		font-size: 14px;
		line-height: 18px;
	}
	.header-block h3 {
		font-size: 20px;
		line-height: 20px;
		margin: 15px 0;
	}
	.desc-map-block {
		padding: 1%;
		width: 98%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
	}
	.map-item-name {
		font-size: 18px;
		line-height: 22px;
	}
	.map-item-address, .map-item-phone {
		font-size: 15px;
		line-height: 19px;
	}
	.map-item-address span {
		width: 14px;
		height: 18px;
		margin-right: 5px;
	}
	.map-item-phone span {
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
  .map-block {
        height: 250px;
    }
	footer {
		padding:10px 0;
	}
	.footer-menu-wrap {
		width: 98%;
		margin: 0 1% 10px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-first-menu, .footer-second-menu, .footer-third-menu {
		width: 32%;
	}
	.footer-first-menu h3, .footer-second-menu h3, .footer-third-menu h3 {
		font-size:16px;
		margin: 0;
	}
	ul.footer-ul-menu {
		padding: 0 0 0 5px;
		margin: 0;
	}
	ul.footer-ul-menu a {
		font-size:13px;
	}
	.footer-desc {
		width: 98%;
		margin: 0 1%;
	}
	.footer-counter {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-counter .moduletable, .footer-counter .custom, .footer-counter p {
        display: flex;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-end;
    }
	.footer-contact p {
		font-size: 11px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics {
		margin: 0;
	}
	.footer-politics a{
		font-size: 11px;
		margin:3px 0;
		padding:0;
	}
	.footer-politics p{
		margin:5px 0 2px;
		padding:0;
	}
}
.contacts-head-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.contact-header .insta {
    background: url(../images/inst-logo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
span.insta a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
footer span.insta-footer {
    background: url(../images/inst-logo-color.jpg);
    background-repeat: no-repeat;
	background-size: contain;
}
footer span.insta-footer a {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.form-header.material-part {
    width: 30%;
    margin: 0 35%;
}
ul.sigFreeClassic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul.sigFreeClassic li.sigFreeThumb {
        margin: 0 2px 4px 2px;
}
@media screen and (max-width: 991px ) 
{
    ul.top-menu li a {
        height: auto;
    }

    .map-block {
        display: flex;
        flex-direction: column;
    
    }
}