@import url(liMarquee.css);
@font-face {
    font-family: Century Gothic;
    src: url(../fonts/gothic.ttf)
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
    position: relative;
    height: 100% !important;
	margin: 0;
    background: url(../images/bg.jpg) repeat;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
body {
    color: #1e1e1e;
    font-size: 12px;
    font-family: Arial, sans-serif;
    min-height: 550px;
    min-width: 828px;
}
a, .apseudo, .a-pseudo, button {
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
    transition: all 0.3s;
    color: #1e1e1e;
    border: none;
    text-decoration: none;
}
.apseudo { border-bottom: dashed 1px #fafafa; }
.a-pseudo { border-bottom: dashed 1px #1e1e1e; }
a:hover, .apseudo:hover, .a-pseudo:hover {
    color: #3c359b;
    cursor: pointer;
    border: none;
    text-decoration: none !important;
}
hr {
    width: 90%;
    border: none;
    height: 1px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.75) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.75) 25%,rgba(0,0,0,0.75) 75%,rgba(0,0,0,0) 100%);
}
h1,h2,h3 {
    font-family: Arial, sans-serif;
}
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tjustify { text-align: justify; }
.pbox { position: relative; }
.abox { position: absolute; }
.ibox { display: inline-block; vertical-align: top; }
.iboxm { display: inline-block; vertical-align: middle; }
.hbox { display: none; }
.floatl { float: left; }
.floatr { float: right; }

.agency-button {
    text-transform: uppercase;
    font-family: Century Gothic;
    text-shadow: none;
    letter-spacing: -0.25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px 10px 8px -6px rgba(0, 0, 0, 0.3);
    background: #325bc6;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
    transition: all 0.5s;
}
.agency-button:hover {
    cursor: pointer;
    background: #ca1400;
}

/* global */

.d-global {
    position: relative;
    display: table;
    height: 100%;
	width: 90%;
    min-width: 828px;
    max-width: 1500px;
	margin: 0 auto;
}
.d-main {
    display: table-row;
    height: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* table */

table {
    font-family: Arial;
    width: 100%;
    text-align: center;
	border-left: none;
	border-right: none;
}
#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
}
table thead th {
	background: #787878;
	color: #fafafa !important;
}
table tbody tr:hover > td {
    background: #fafafa;
}
table tbody td,
table thead th {
    padding: 8px 0;
    vertical-align: middle;
    line-height: 16px;
    color: #1e1e1e;
    font-family: Century Gothic;
    font-size: 10pt;
    border: 1px solid #fafafa;
}
.datepicker table tbody tr > td,
.datepicker table tbody tr:hover > td {
	padding: 0;
    background: rgba(255,255,255,0.5);
    border: 1px solid #3f3d74;
}
.datepicker td:hover {
	color: #fafafa;
    background: #d71e00;
}
table thead th {
    font-family: Century Gothic;
}
table tbody td {
	background: #f1f1f1;
    font-size: 10.5pt;
    font-family: "PT Sans", sans-serif, sans-serif;
}
table th.table-row-m {
    background: none;
    border: none;
}
table td.table-row-m {
	background: #fafafa;
	border: none;
}
table tbody tr:hover > th.table-row-m {
    background: #ebebe9;
}
table tbody tr:hover > td.table-row-m {
    background: #fafafa;
}
table tbody td.title {
    font-size: 11pt;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    background: #cad1e0;
    color: #000;
    border-top: 2px solid #b8b8b8;
    border-bottom: 2px solid #b8b8b8;
}
table tbody td.title.substate {
    font-size: 8pt;
	padding-top: 0;
	padding-bottom: 0;
    line-height: 24px;
    background: #e1dfdf;
    color: #000;
    text-transform: uppercase;
    text-align: left;
	font-style: italic;
	font-weight: bold;
    padding-left: 8px;
}
table tr.referrer {
    font-weight: bold;
    border-top: 3px solid #1e1e1e;
    border-bottom: 3px solid #1e1e1e;
}
table tbody tr.referrer > th.table-row-m {
    background: none;
} 
table tbody tr.referrer > td.table-row-m {
    background: #fafafa;
}
table tr.referrer td {
    background: #fafafa;
}
table .table-row-m { width: 0.3%; }
table .table-row-1 { width: 20.7%; }
table .table-row-2 { width: 24%; }
table .table-row-3 { width: 24%; }
table .table-row-4 { width: 7%; font-size: 9pt; }
table .table-row-5 { width: 7%; font-size: 9pt; }
table .table-row-6 { width: 18%; font-size: 9pt; }
table .table-row-7 { width: 8%; }
table .table-row-8 { text-align: left; padding-left: 10px; }
table .table-row-9 { font-size: 11px; }
table .table-row-10 { text-align: left; font-size: 12px; padding-left: 10px; }
.price-after table {
    width: 100%;
    margin: 20px 0;
}
.price-after table thead th,
.price-after table tbody td,
.price-after table thead th:hover,
.price-after table tbody td:hover {
    font-size: 11px;
    line-height: 10px;
    padding: 7px 0;
    vertical-align: middle;
    line-height: 26px;
	border-color: #b3b3b3;
    background: none !important;
    color: #1e1e1e;
}
.price-after table thead tr,
.price-after table tbody tr {
    border-bottom: 1px solid #c5c5c5 !important;
}
.price-after table thead tr:hover,
.price-after table tbody tr:hover {
    background: none !important;
}

/* header */

.header-logo-block {
	height: 110px;
	width: 150px;
	margin: 0 auto;
}
.header-logo-bg-backed, .header-logo-bg {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.header-logo-bg-backed {
	z-index: 2;
    top: 12px;
    left: -10px;
    height: 160px;
    width: 160px;
    background: #82878e;
    box-shadow:
    0px 10px 8px -6px rgba(0, 0, 0, 0.3);
}
.header-logo-bg {
	z-index: 3;
    top: 5px;
    left: -13px;
    height: 160px;
    width: 166px;
    background: url(../images/bg.jpg) repeat;
}
.header-logo {
    height: 150px;
    width: 150px;
    background: url('../images/logo_new.png') no-repeat;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}
.header-logo-text {
    font-family: "PT Sans", sans-serif, sans-serif;
    letter-spacing: 1.5px;
    font-size: 82px;
    text-transform: uppercase;
    color: #545a63;
    text-shadow: 0 1px -1px #000;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
    transition: all 0.5s;
}
.header-logo-text.left {
    bottom: 15px;
    left: -465px;
}
.header-logo-text.right {
    bottom: 15px;
    right: -482px;
}
@media(max-width: 1280px) {
	.header-logo-text {
	    font-size: 70px;
	}
	.header-logo-text.left {
	    bottom: 15px;
	    left: -410px;
	}
	.header-logo-text.right {
	    bottom: 15px;
	    right: -420px;
	}
}
.header-menu {
    display: block;
	z-index: 1;
	line-height: 44px;
	height: 44px;
	background: #1e1e1e;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px -10px 10px -10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.header-menu.mobile {
    display: none;
    width: 100%;
    height: 108px;
    background: #545095;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
    overflow: visible;
}
.header-menu-mobile {
	display: none;
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.85);
}
.header-menu-item-mobile {
	display: block;
	line-height: 120px;
	font-size: 18pt;
	color: #fafafa;
	padding: 0px 20px;
	border-bottom: 1px solid #ccc;
}
.header-menu-item-mobile:hover {
	background: #fafafa;
	color: #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
}
.header-menu-item-mobile i {
	width: 40px;
}
.header-poster-mobile-logo {
	margin: 0 auto;
    text-align: center;
    font-size: 28pt;
	font-weight: bold;
    font-family: "PT Sans", sans-serif, sans-serif;
	letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #fff;
    line-height: 80px;
    width: calc(100% - 200px);
}
.header-poster-mobile-bars,
.header-poster-mobile-phone {
	position: absolute;
    top: 20px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 37px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
}
.header-poster-mobile-bars:hover,
.header-poster-mobile-phone:hover {
	background: #fff;
	color: #000;
}
.header-poster-mobile-bars {
    left: 20px;
}
.header-poster-mobile-phone {
    right: 20px;
}
.header-menu-logo {
    margin: 7px 7px 0 0;
    height: 100px;
    width: 100px;
    background: url(../images/2024/logo.svg) no-repeat;
    background-size: 100px;
    z-index: 3;
    position: relative;
}
.header-menu-items {
    width: 0;
    height: 0;
}
.header-menu-item {
	top: 0;
	width: 180px;
    line-height: 44px;
    color: #fafafa !important;
    font-size: 18px;
    font-family: Century Gothic;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
    transition: all 0.5s;
}
.header-menu-item.p1 { left: -720px;width: 150px; }
.header-menu-item.p2 { left: -470px; width: 150px;}
.header-menu-item.p3 { left: -230px; width: 150px;padding-right: 50px; }
.header-menu-item.p7 { left: -242px; width: 150px; padding-right: 50px; }
.header-menu-item.p4 { left: 0px; width: 150px;  padding-left: 80px; }
.header-menu-item.p5 { left: 300px; }
.header-menu-item.p8 { left: 540px; }
.header-menu-item.p6 { left: 590px; width: 160px; }
@media(max-width: 1650px) {
    .header-menu-item {
        width: 130px;
        font-size: 16px;
    }
	.header-menu-item.p1 { left: -670px; }
	.header-menu-item.p2 { left: -450px; }
	.header-menu-item.p3 { left: -210px; padding-right: 50px;}
	.header-menu-item.p7 { left: -210px; padding-right: 50px; }
	.header-menu-item.p4 { left: 0px; width: 130px; padding-left: 80px; }
	.header-menu-item.p5 { left: 310px; }
	.header-menu-item.p8 { left: 540px; }
	.header-menu-item.p6 { left: 470px; width: 110px; }
}
@media(max-width: 1280px) {
    .header-menu-item {
    	width: 110px;
        font-size: 14px;
    }
	.header-menu-item.p1 { left: -545px; }
	.header-menu-item.p2 { left: -390px;  }
    .header-menu-item.p3 { left: -210px;width: 120px;padding-right: 50px;}
	.header-menu-item.p7 { left: -200px; width: 120px; padding-right: 30px; }
	.header-menu-item.p4 { left: 0px; width: 100px; padding-left: 80px; }
	.header-menu-item.p5 { left: 250px; }
    .header-menu-item.p8 { left: 425px; width: 120px; }
	.header-menu-item.p6 { left: 410px; width: 90px; }
}
.header-menu-item:hover,
.header-menu-item.active {
	cursor: pointer;
	background: #fff;
    color: #1e1e1e !important;;
}
.header-poster {
	width: 100%;
	height: 300px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*background-color: #898989;*/
	background: url(../images/poster-main.png) center no-repeat;
	margin-bottom: 3px;
    box-shadow: 0px 15px 12px -10px rgba(131, 136, 150, 0.5);
	overflow: hidden;
}
.header-poster.mini {
    height: 40px;
	background: none;
}
/*.header-poster marquee{
    font-size:20px; padding-top: 10px; color: white;
}*/

.header-poster-menu-items {
	position: absolute;
	bottom: -30px;
    left: 12px;
}
.header-poster-menu-item {
    position: relative;
	display: inline-block;
	vertical-align: top;
	height: 150px;
	width: 150px;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
    transition: all 0.5s;
}
.header-poster-menu-item.p1 { background: url('../images/poster-button-1.png'); }
.header-poster-menu-item.p2 { background: url('../images/poster-button-2.png'); }
.header-poster-menu-item:hover {
    cursor: pointer;
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
    transform: translate(0, -25px);
}
.header-poster-menu-item-text {
	position: absolute;
	width: 110px;
	padding: 0 6px;
	top: 30px;
	right: 0;
	line-height: 30px;
    text-transform: uppercase;
	text-align: center;
    font-size: 12px;
	color: #fafafa;
    font-family: Century Gothic;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    box-shadow:
    0px 10px 8px -6px rgba(0, 0, 0, 0.3);
	background: #325bc6;
}
.header-poster-menu-item:hover > .header-poster-menu-item-text {
	background: #ca1400;
}
.header-poster-liner {
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	line-height: 40px;
	font-size: 16px;
	color: #fafafa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.header-poster-calendar {
	top: 20px;
	left: 20px;
	width: 170px;
	height: 80px;
	padding: 8px;
    background: rgba(0,0,0,0.6);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.header-poster-calendar-city {
	color: #fafafa;
	text-transform: uppercase;
	font-size: 21px;
    font-family: Century Gothic;
}
.header-poster-calendar-time {
	bottom: 8px;
	right: 8px;
	color: #fafafa;
	font-size: 54px;
    letter-spacing: -1px;
    font-family: Century Gothic;
}
.header-poster-calendar-date {
    top: 37px;
    left: 8px;
    color: #ff9000;
    font-size: 30px;
    letter-spacing: -1px;
    font-family: Century Gothic;
}
.header-poster-calendar-month {
    bottom: 12px;
    left: 8px;
    color: #fafafa;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: -1px;
    font-family: Century Gothic;
}
.header-poster-phone {
    top: 25px;
    right: 20px;
    color: #fafafa;
    font-size: 45px;
    letter-spacing: -1px;
     font-family: "PT Sans", sans-serif, sans-serif;
    text-shadow: 0 0 2px #000;
}
.header-poster-phone a { color: #fafafa; }
.header-poster-phone a:hover { color: #1e1e1e; text-shadow: 0 0 2px #fafafa; }
.header-poster-phone-prefix {
    top: 12px;
    left: -35px;
    font-size: 23px;
    letter-spacing: 1px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.header-poster-callback {
    bottom: -36px;
    right: 0px;
    width: 220px;
    line-height: 20px;
    font-size: 13px;
}
@media(max-width: 1280px) {
	.header-poster-phone {
	    top: 20px;
	    right: 20px;
	    color: #fafafa;
	    font-size: 55px;
        letter-spacing: -1.5px;
	}
	.header-poster-phone-prefix {
	    top: 15px;
	    left: -40px;
	    font-size: 27px;
        letter-spacing: 1px;
	}
	.header-poster-callback {
	    bottom: -38px;
	    right: 0px;
	    width: 260px;
	    line-height: 24px;
	    font-size: 15px;
	}
}
@media(min-width: 1280px) {
    .header-poster-phone {
        top: 9px;
        right: 20px;
        color: #fafafa;
        font-size: 76px;
    }
    .header-poster-phone-prefix {
        top: 22px;
        left: -54px;
        font-size: 35px;
        letter-spacing: 1px;
    }
    .header-poster-callback {
        bottom: -38px;
        right: 0px;
        width: 370px;
        line-height: 28px;
        font-size: 17px;
    }
}

/* content */

.content {
	padding: 0;
}
.inner-block {
    display: block;
    padding: 0 20px 20px 20px;
    background: rgba(255,255,255,0.25);
    box-shadow:
    -10px 5px 12px -10px rgba(131, 136, 150, 0.5),
    10px 5px 12px -10px rgba(131, 136, 150, 0.5),
    0px 15px 12px -10px rgba(131, 136, 150, 0.5),
    0px -15px 12px -10px rgba(131, 136, 150, 0.5);
}

/* about */

.about-block-bg {
	position: relative;
	z-index: 100;
	width: 100%;
    margin: 0 0 0 -50px;
	min-height: 400px;
	padding: 0 50px;
    background: url(../images/about-bg.png) center no-repeat;
}
.about-block {
	position: relative;
	margin: 200px auto 150px auto;
    width: 100%;
	height: 480px;
	background: url(../images/about.png) center top no-repeat;
}
.about-block-title,
.about-block-bg h1,
.about-block-bg h2 {
    position: relative;
    font-size: 28px;
    font-family: Arial;
    line-height: 80px;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.about-block-title.small,
.about-block-bg h2 {
    font-size: 24px;
}
.about-block-title-mobile {
	display: none;
    line-height: 70px;
    font-size: 22px;
	color: #0240be;
    padding: 0 0 50px 0;
}
.about-block-title-desktop {
    position: relative;
	width: 680px;
	top: -140px;
	margin: 0 auto;
	text-align: center;
    line-height: 38px;
    font-size: 24px;
    color: #1e1e1e;
    font-family: "PT Sans", sans-serif, sans-serif;
}
@media(max-width: 1280px) {
    .about-block-title {
        font-size: 24px;
    }
	.about-block-title.first {
	    font-size: 24px;
	    line-height: 150px;
	}
    .about-block-title-desktop {
        width: 520px;
        font-size: 20px;
    	font-weight: bold;
    }
}
@media(max-width: 1600px) {
    .about-block-title-desktop {
        width: 520px;
        font-size: 20px;
        font-weight: bold;
    }
}
@media(max-width: 1400px) {
    .about-block-title-desktop {
        width: 500px;
        font-size: 18px;
        font-weight: bold;
    }
}
.about-block-title-right {
	position: absolute;
	bottom: -10px;
	right: 0px;
	font-size: 14pt;
	text-align: right;
}
.about-action {
	position: absolute;
	z-index: 999;
	height: 200px;
    -webkit-transition: all 0.3s 0.03s ease-out;
    -moz-transition: all 0.3s 0.03s ease-out;
    -o-transition: all 0.3s 0.03s ease-out;
    transition: all 0.3s 0.03s ease-out;
}
.about-action.p1 {
	width: 200px;
	top: -50px;
	left: 70px;
}
.about-action.p2 {
    width: 200px;
    top: 265px;
    left: 70px;
}
.about-action.p3 {
    width: 200px;
    top: 340px;
    right: 100px;
}
.about-action.p4 {
    width: 250px;
    top: -170px;
    right: 100px;
}
.about-action.p5 {
    width: 250px;
    top: 95px;
    right: 40px;
}
.about-action.p6 {
    width: 250px;
    top: 340px;
    right: 100px;
}
.about-action.p7 {
    display: none;
    width: 250px;
    top: -170px;
    right: 100px;
}
.about-action-text {
	position: absolute;
	width: 250px;
	left: 0;
	top: 200px;
	font-size: 16pt;
	line-height: 25px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fafafa;
	text-transform: uppercase;
	text-align: center;
    font-family: Century Gothic;
    -webkit-transition: all 0.3s 0.03s ease-out;
    -moz-transition: all 0.3s 0.03s ease-out;
    -o-transition: all 0.3s 0.03s ease-out;
    transition: all 0.3s 0.03s ease-out;
}
.about-action-text.mini {
	left: -25px;
}
.about-action:hover {
	cursor: pointer;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.about-action:hover > .about-action-text {
    color: #564fb2;
}
.about-action-phone {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -50px;
}
.about-action-phone-block {
    position: relative;
	width: 360px;
	margin: 0 auto;
    color: #1e1e1e;
    font-size: 75px;
    letter-spacing: -1px;
    font-family: "PT Sans", sans-serif, sans-serif;
}
.about-action-phone-block-prefix {
    top: 22px;
    left: -35px;
    font-size: 30px;
    letter-spacing: 1px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
@media(max-width: 1350px) {
    .about-block {
        background: url(../images/about-mini.png) center top no-repeat;
    }
    .about-action-phone {
	    bottom: 0px;
	}
}
@media(max-width: 1450px) {
    .about-action.p1 {
        left: 30px;
    }
    .about-action.p2 {
        left: -15px;
    }
    .about-action.p3 {
        right: 100px;
    }
    .about-action.p4 {
        right: 30px;
    }
    .about-action.p5 {
        right: -15px;
    }
    .about-action.p6 {
        right: 30px;
    }
}

/* campaign */

.about-campaign {
    text-align: justify;
    font-size: 11pt;
    line-height: 22px;
}
.about-campaign a { font-weight: bold; text-decoration: underline; color: #2323a1; }
.about-campaign p {
    text-indent: 1.5em;
    line-height: 28px;
}
.about-compaign-image {
	position: relative;
	display: block;
	height: 412px;
	width: 1000px;
	background: url('../images/about-map.png') center no-repeat;
	margin: 50px auto;
}
.about-block-map-image-route {
    position: absolute;
    width: 74px;
    height: 80px;
    background: url(../images/map-label-1.png) no-repeat;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.about-block-map-image-route.selected,
.about-block-map-image-route:hover {
    background: url(../images/map-label-2.png) no-repeat;
    margin-bottom: 8px;
}
.about-block-map-image-route:hover {
    cursor: pointer;
}
.about-block-map-image-route.p1 { bottom: 110px; left: 100px; }
.about-block-map-image-route.p2 { bottom: 190px; left: 340px; }
.about-block-map-image-route.p3 { bottom: 115px; left: 445px; }
.about-block-map-image-route.p11 { bottom: 65px; left: 505px; }
.about-block-map-image-route.p4 { bottom: 115px; left: 540px; }
.about-block-map-image-route.p5 { bottom: 20px; left: 545px; }
.about-block-map-image-route.p6 { bottom: 105px; left: 595px; }
.about-block-map-image-route.p7 { bottom: 20px; left: 660px; }
.about-block-map-image-route.p8 { bottom: 170px; left: 690px; }
.about-block-map-image-route.p9 { bottom: 230px; left: 580px; }
.about-block-map-image-route.p10 { bottom: 300px; left: 740px; }

/* advantages */

.advantages-content-items {
	display: block;
    text-align: center;
    margin: 80px auto 0 auto;
}
.advantages-content-item {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 100px;
	margin: 40px 16px 80px 16px ;
    -webkit-transition: all 0.3s 0.03s ease-out;
    -moz-transition: all 0.3s 0.03s ease-out;
    -o-transition: all 0.3s 0.03s ease-out;
    transition: all 0.3s 0.03s ease-out;
}
@media(max-width: 1550px) {
	.advantages-content-items {
		width: 1000px;
	    margin: 80px auto 50px auto;
	}
	.advantages-content-item {
	    margin: 30px 40px;
	}
}
.advantages-content-item.upper:hover {
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.advantages-content-item.lower:hover {
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
}
.advantages-logo {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
	box-shadow:
    0px -10px 12px -10px rgba(131, 136, 150, 0.5),
    0px 10px 12px -10px rgba(131, 136, 150, 0.5);
}
.advantages-content-item:hover > .advantages-logo {
    color: #b41300;
    border-color: #b41300;
}
.advantages-text {
	position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
	width: 140px;
	line-height: 18px;
	padding: 8px 10px;
	font-size: 9pt;
    text-align: justify;
	background: rgba(255,255,255,0.88);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px -10px 12px -10px rgba(131, 136, 150, 0.5),
    0px 10px 12px -10px rgba(131, 136, 150, 0.5);
    -webkit-transition: all 0.3s 0.03s ease-out;
    -moz-transition: all 0.3s 0.03s ease-out;
    -o-transition: all 0.3s 0.03s ease-out;
    transition: all 0.3s 0.03s ease-out;
}
.advantages-content-item.upper > .advantages-text { top: 40px; right: -30px; }
.advantages-content-item.lower > .advantages-text { bottom: 40px; left: -30px;  }
.advantages-content-item.upper:hover > .advantages-text {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    -o-transform: translate(0, 25px);
    transform: translate(0, 25px);
}
.advantages-content-item.lower:hover > .advantages-text {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    -o-transform: translate(0, -25px);
    transform: translate(0, -25px);
}

/* contacts */

.contacts-map {
	display: block;
	position: relative;
	width: auto;
	height: 670px;
	margin-bottom: 20px;
    box-shadow:
    0px -10px 10px -8px rgba(0, 0, 0, 0.15),
    0px 10px 10px -8px rgba(0, 0, 0, 0.15);
}
.contacts-map-phones {
	display: block;
    position: relative;
	padding: 20px 30px;
	line-height: 40px;
    font-family: "PT Sans", sans-serif, sans-serif;
	font-size: 13pt;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px -10px 10px -8px rgba(0, 0, 0, 0.15),
    0px 10px 10px -8px rgba(0, 0, 0, 0.15);
}
.contacts-map-phones a {
    border-bottom: 1px dashed #656565;
}
.contacts-map-phones a:hover {
	border: none;
}
.contacts-map-phones strong {
    font-weight: bold;
	text-transform: uppercase;
}
.contacts-map-info {
	position: absolute;
	z-index: 9990;
	top: 0px;
	width: 500px;
	height: 660px;
	background: rgba(255,255,255,0.95);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding-top: 10px;
}
.contacts-map-info.left { left: 0px; }
.contacts-map-info.right { right: 0px; }

.contacts-map-info-title {
	line-height: 25px;
	padding: 12px 30px 8px 30px;
	text-align: left;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: Century Gothic;
}
.contacts-map-info-text {
	font-size: 11pt;
    line-height: 25px;
    padding: 0 30px 10px 30px;
    text-align: left;
	border-bottom: 1px solid #ccc;
}
.contacts-map-info-text a {
	text-decoration: underline;
}
.contacts-map-info-text p {
	margin: 2px 0;
	text-align: justify;
}
.contacts-map-info-text.withouttitle {
	padding: 20px 30px 10px 30px;
}
.contacts-map-info-text.last {
	border: none;
}
.no-desktop-block {
	display: none;
}

/* docs & prices*/

.docs-item,
.price-item {
	position: relative;
    display: block;
    margin: 0 4px;
    padding: 5px;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
    border-bottom: 1px solid #c4c4c4;
}
.docs-item.last,
.price-item.last {
	margin-bottom: 40px;
    border-bottom: none;
}
.docs-item.nolast {
    margin-bottom: 4px;
    border-bottom: none;
}
.docs-item:hover,
.price-item:hover {
	background: #f4f4f4;
}
.docs-item-icon,
.price-item-icon {
	width: 40px;
    position: relative;
    display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
}
.docs-item-text,
.price-item-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
	padding: 5px;
	line-height: 30px;
    font-size: 16px;
	font-weight: bold;
    font-family: Arial;
}
.price-item-plus {
    font-size: 14px;
    color: #656565;
}
@media(max-width: 1380px) {
    .docs-item-text,
	.price-item-text {
        font-size: 14px;
        line-height: 30px;
    }
}
/* price */

.price-inner {
    max-width: 1100px;
	margin: 0 auto;
}
.price-name {
    position: relative;
    font-size: 20px;
    font-family: Century Gothic;
	font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.price-name.pointzone {
	line-height: 100px;
}
.price-info {
    position: relative;
    height: 40px;
}
.price-date,
.price-actions {
    position: absolute;
    line-height: 30px;
    font-size: 11pt;
    top: 15px;
}
.price-date { left: 30px; }
.price-actions { right: 30px; }
.price-before {
    color: #1e1e1e;
    line-height: 26px;
    text-align: justify;
	margin: 10px 0;
}
.price-before ul {
	display: none;
    padding: 20px 40px;
    border-left: 5px solid #1e1e1e;
    background: rgba(255,255,255,0.5);
    list-style: square inside;
    font-family: "PT Sans", sans-serif, sans-serif;
    font-size: 10pt;
}
.price-before ul li strong {
    font-weight: normal !important;
}
.price-before p,
.price-after p {
	font-size: 9pt;
	line-height: 20px;
}
.price-before p {
    line-height: 40px;
}
.price-after {
    font-size: 9pt;
    line-height: 14px;
    color: #1e1e1e;
    text-align: justify;
    margin: 50px 0;
}
.price-after table {
	width: 100% !important;
}
.price-after table td {
	width: auto !important;
}
.price-after h3 {
    font-size: 9pt;
    font-family: Arial;
	letter-spacing: 0;
	margin: 30px 0;
}
.price-tables {
	position: relative;
}
.price-tables.pointzone {
	margin-bottom: 80px;
}

/* price another */

.price-another-icon-big {
	position: absolute;
	z-index: 1;
	top: 0;
    width: 100%;
    margin: 20px -50px 20px -50px;
	padding: 0 50px;
    height: 972px;
    background: url(../images/map-another-big.png) center no-repeat;
}
.price-another-items {
	position: relative;
}
.price-another-item {
    position: relative;
	padding: 20px;
    z-index: 2;
    background: #fafaf4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px -10px 10px -8px rgba(0, 0, 0, 0.15),
    0px 10px 10px -8px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}
.price-another-item-icon {
	position: absolute;
	z-index: 999;
	top: 40px;
	left: 50px;
	width: 150px;
	height: 150px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	border: 5px solid #e0bd85;
}
.price-another-item-icon.i1 { background: url(../images/map-another-c1.jpg) no-repeat; }
.price-another-item-icon.i2 { background: url(../images/map-another-c2.jpg) no-repeat; }
.price-another-item-icon.i3 { background: url(../images/map-another-c3.jpg) no-repeat; }
.price-another-item-title {
    position: absolute;
    z-index: 999;
    width: 250px;
    bottom: 45px;
    left: 5px;
	text-align: center;
    font-size: 16pt;
	font-weight: bold;
    font-family: Century Gothic;
}
.price-another-item-text {
	margin: 20px 40px 20px 250px;
    font-size: 11pt;
	line-height: 22px;
    text-align: justify;
}
.price-another-item-text ul {
    list-style: square inside;
	margin-bottom: 20px;
    font-weight: bold;
}

/* auto & ikea*/

.ikea-blocks,
.auto-blocks {
    position: relative;
    width: 100%;
	padding
}
.ikea-block,
.auto-block {
    position: relative;
    display: block;
	text-align: center;
}
.auto-block.information,
.ikea-block.information {
	padding: 20px;
    text-align: left;
	font-size: 12pt;
	line-height: 26px;
    text-align: justify;
}
.auto-block.information p,
.ikea-block.information p {
    text-indent: 1.5em;
    line-height: 28px;
	margin-top: 10px;
}
.ikea-block ul {
    list-style: square inside;
    margin: 20px 0;
    font-size: 12pt;
    font-weight: bold;
}
.auto-block-ico,
.ikea-block-ico {
    display: block;
	margin: 0 auto;
    width: 450px;
    height: 280px;
}
.auto-block-ico { background: url(../images/about-icon-1.png) top center no-repeat; }
.ikea-block-ico { background: url(../images/about-icon-2.png) top center no-repeat; }
.auto-block-price,
.auto-block-phone,
.ikea-block-price,
.ikea-block-phone {
    width: 100%;
    text-align: center;
	line-height: 50px;
    font-size: 16pt;
    font-weight: bold;
    font-family: Century Gothic;
}
.ikea-block-phone,
.auto-block-phone,
.ikea-block-phone a,
.auto-block-phone a {
    color: #2c55c3;
}
table.ikea {
	width: 94%;
	margin: 0 auto;
}
table.ikea tbody td,
table.ikea thead th {
    line-height: 30px;
}
table.ikea,
table.ikea td,
table.ikea tr {
	line-height: 30px;
	border: none;
	background: none;
}
table.ikea tr:hover > td {
	background: none !important;
}
table.ikea td {
	text-align: left;
	vertical-align: top;
}
.auto-rule {
    position: relative;
    width: 100%;
}
.auto-rule-body {
    position: relative;
	margin: 10px 0;
    padding: 30px 30px 30px 100px;
    background: #fafaf4;
    border-bottom: 1px solid #c4c4c4;
    font-size: 12pt;
    line-height: 30px;
    text-align: justify;
}
.auto-rule-ico {
	position: absolute;
	width: 100px;
	text-align: center;
	top: 0;
	left: 0;
	line-height: 90px;
	font-size: 30pt;
}

/* map */

.map-blocks {
	width: 100%;
    margin-top: 20px;
}
.map-blocks::after {
	content: '';
    display: block;
    width: 0;
    clear: both;
    margin-bottom: 50px;
}
.map-block-left {
	width: 25%;
	padding-left: 0px;
	height: 1032px;
	overflow: hidden;
	overflow-y: auto;
	float: left;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.map-block-right {
	position: relative;
	width: 74.222%;
	float: left;
    border-left: 3px solid #b4b4a7;
}
.map-block-clear {
    position: absolute;
    z-index: 999;
    top: 55px;
    left: 20px;
    font-size: 9pt;
	text-shadow: 1px 1px 0px #fff;
	background: rgba(255,255,255,0.85);
	padding: 0 6px;
	line-height: 22px;
}
.map-search {
	display: block;
    background: rgba(255,255,255,0.9);
	padding: 0 10px;
	margin: 0 20px;
    font-size: 11pt;
    line-height: 40px;
    text-align: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px -10px 10px -8px rgba(0, 0, 0, 0.15),
    0px 10px 10px -8px rgba(0, 0, 0, 0.15);
}
.map-search input {
	height: 26px;
	line-height: 26px;
	padding: 0 6px;
	width: 82%;
	border: 1px solid #b4b4a7;
    font-size: 11pt;
    font-family: Century Gothic;
}
.map-search button {
    line-height: 25px;
    border: 1px solid #b4b4a7;
    padding: 0 9px;
	margin-left: 8px;
    font-size: 11pt;
	font-weight: bold;
}
.map-search button:hover {
	color: #fff;
	background: #dc9100;
	border-color: #1e1e1e;
    cursor: pointer;
}
#city-search {
    position: relative;
}
#city-list {
    position: absolute;
    z-index: 999;
    width: 82%;
    top: 40px;
	right: 103px;
    background: rgba(255,255,255,0.85);
    max-height: 300px;
    overflow-y: scroll;
}
#city-list span {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    font-size: 15px;
    border-bottom: 1px solid #333334;
	text-align: left;
}
#city-list span:hover {
    cursor: pointer;
    background: #325bc6;
    color: #fafafa;
}
@media(max-width: 1500px) {
	#city-list,
    .map-search input {
        width: 75%;
    }
}
@media(max-width: 1200px) {
    .map-blocks {
        width: 0 auto;
    }
    .map-block-left {
        display: none;
    }
    .map-block-right {
        width: 99.222%;
    }
    .map-search {
       margin-left: 20px;
    }
    #city-list,
    .map-search input {
        width: 80%;
    }
}
.map-menu-items {
    border-bottom: 1px solid #b4b4a7;
}
.map-menu-item {
    position: relative;
    padding: 5px;
    width: 100%;
    min-height: 40px;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.map-menu-item:hover,
.map-menu-item.active {
    cursor: pointer;
    background: rgba(255,255,255,0.85);
}
.map-menu-item-ico {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 35px;
    color: #b4b4a7;
}
.map-menu-item-title {
    margin-left: 40px;
    line-height: 40px;
    font-size: 12pt;
    font-family: Century Gothic;
}
.map-menu-item-subs {
    position: relative;
    border-top: 1px solid #bbb9d1;

}
.map-menu-item-subs-item {
    line-height: 26px;
    padding: 6px 6px 6px 20px;
    font-size: 11pt;
    font-family: Century Gothic;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.map-menu-item-subs-item:hover {
    cursor: pointer;
    background: #325bc6;
    color: #fafafa;
}
.map-body {
    position: relative;
	width: 1100px;
    height: 993px;
    background: url('../images/map-biggest.png') no-repeat;
}
.mpart {
    width: 1100px;
    height: 993px;
}

.mpart.ob12 { background: url(../images/map-part12-biggest.png) no-repeat right top; }
.mpart.ob13 { background: url(../images/map-part13-biggest.png) no-repeat right top; }
.mpart.ob14 { background: url(../images/map-part14-biggest.png) no-repeat right top; }
.mpart.ob15 { background: url(../images/map-part15-biggest.png) no-repeat right top; }
.mpart.ob20 { background: url(../images/map-part20-biggest.png) no-repeat right top; }
.mpart.ob21 { background: url(../images/map-part21-biggest.png) no-repeat right top; }
.mpart.ob22 { background: url(../images/map-part22-biggest.png) no-repeat right top; }
.mpart.ob23 { background: url(../images/map-part23-biggest.png) no-repeat right top; }
.mpart.ob24 { background: url(../images/map-part24-biggest.png) no-repeat right top; }
.mpart.ob27 { background: url(../images/map-part27-biggest.png) no-repeat right top; }
.mpart.ob28 { background: url(../images/map-part28-biggest.png) no-repeat right top; }
.mpart.ob29 { background: url(../images/map-part29-biggest.png) no-repeat right top; }
.mpart.ob30 { background: url(../images/map-part30-biggest.png) no-repeat right top; }
@media(max-width: 1550px) {
	.map-block-left {
		height: 780px;
    }
    .map-body {
        width: 820px;
        height: 740px;
        background: url('../images/map-big.png') no-repeat;
    }
	.mpart {
	    width: 820px;
	    height: 740px;
	}
	.mpart.ob12 { background: url(../images/map-part12.png) no-repeat right top; }
	.mpart.ob13 { background: url(../images/map-part13.png) no-repeat right top; }
	.mpart.ob14 { background: url(../images/map-part14.png) no-repeat right top; }
	.mpart.ob15 { background: url(../images/map-part15.png) no-repeat right top; }
	.mpart.ob20 { background: url(../images/map-part20.png) no-repeat right top; }
	.mpart.ob21 { background: url(../images/map-part21.png) no-repeat right top; }
	.mpart.ob22 { background: url(../images/map-part22.png) no-repeat right top; }
	.mpart.ob23 { background: url(../images/map-part23.png) no-repeat right top; }
	.mpart.ob24 { background: url(../images/map-part24.png) no-repeat right top; }
	.mpart.ob27 { background: url(../images/map-part27.png) no-repeat right top; }
	.mpart.ob28 { background: url(../images/map-part28.png) no-repeat right top; }
	.mpart.ob29 { background: url(../images/map-part29.png) no-repeat right top; }
	.mpart.ob30 { background: url(../images/map-part30.png) no-repeat right top; }
}
.map-body .point {
    position: absolute;
    width: 5px;
    height: 5px;
    position: absolute;
    cursor: pointer;
    background: #d80900;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-left: -2px;
    margin-top: -4px
}
.map-body .point:hover,
.map-body .point.active {
    background: #2e5ac8;
    width: 10px;
    height: 10px;
}
.map-body .point .content {
    position: absolute;
    z-index: 9990;
    display: none;
    width: 97px;
    height: 116px;
    background: url(../images/hover-point.png) no-repeat;
    top: -109px;
    left: -43px;
    text-align: center;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}

.map-body .point .content .city {
    position: relative;
    top: 86px;
    font-family: "PT Sans";
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    font-weight: bold;
    padding: 2px;
}

.map-body .point .content .image {
    width: 66px;
    height: 66px;
    border-radius: 500px;
    background-position: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid gray;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.78) inset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.78) inset;
    -webkit-background-size: cover;
    background-size: cover
}
.map-body .point.active .content {
    display: block;
}
.map-body a:active {
	border: none;
}
span.map-route {
    position: absolute;
    font-family: Tahoma, Arial, sasn-serif;
    font-size: 6pt;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
    color: #1e1e1e;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
span.map-rout.clicked {
	z-index: 9998;
}
span.map-route b {
	color: #0240be;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
span.map-route b:hover,
span.map-route:hover {
    color: #d80900;
	cursor: pointer;
}

/* footer */

footer {
	position: relative;
	z-index: 999;
}

.footer-menu {
    margin-top: 3px;
	line-height: 50px;
	background: #b7b7b7;
	border-bottom: 5px solid #005376;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.footer-menu-items {
	max-width: 3000px;
	overflow: hidden;
}
.footer-menu-item {
    line-height: 50px;
    font-size: 15px;
    font-family: Century Gothic;
	padding: 0 15px;
}

@media(max-width: 1500px) {
    .footer-menu-item {
        line-height: 50px;
        font-size: 13px;
        font-family: Century Gothic;
        padding: 0 8px;
    }
}
@media(max-width: 1200px) {
	.footer-menu-item {
	    line-height: 50px;
	    font-size: 12px;
	    font-family: Century Gothic;
	    padding: 0 8px;
	}
}
a.footer-menu-item {
	text-decoration: underline;
}
.footer-menu-item:hover,
.footer-menu-item.active {
	background: #fafafa;
    text-decoration: none;
}
.footer-copyright {
	line-height: 60px;
	min-height: 60px;
    background: #232323;
	font-size: 14px;
	color: #fafafa;
	overflow: hidden;
}
.footer-qm {
    top: 12px;
    right: 20px;
    width: 100px;
    height: 19px;
    background: url('../images/qmlogo-lite.png') no-repeat;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.footer-qm:hover {
    background: url('../images/qmlogo.png') no-repeat;
}
.footer-counters {
	position: absolute;
	top: 10px;
    right: 20px;
}
.footer-contact {
	top: 15px;
	left: 20px;
}
.footer-contact-button {
    width: 310px;
    line-height: 30px;
    font-size: 15px;
    background: #325bc6;
}
.footer-no-mobile {
    display: inline;
}
.footer-mobile {
	display: none;
	font-size: 11pt;
	letter-spacing: 1.1px;
}
.footer-mobile a {
	color: #fafafa;
}
.footer-mobile a:hover {
	background: #fafafa;
	color: #1e1e1e;
}
.footer-mobile-to-desktop {
	position: relative;
	border-bottom: 1px solid #2e2e31;
	background: #3c3c3e;
	color: #fafafa;
    height: 40px;
    line-height: 40px;
	text-align: left;
	padding: 0 20px;
	font-size: 9pt;
}
.footer-mobile-to-desktop-ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 16pt;
}
.footer-mobile-to-desktop a {
	color: #fff;
    -moz-transition: all 0.3s 0.03s ease-in-out;
    -o-transition: all 0.3s 0.03s ease-in-out;
    -webkit-transition: all 0.3s 0.03s ease-in-out;
}
.footer-mobile-to-desktop a:hover {
    color: yellow;
}
/* error */

.error-page {
	padding: 120px 0;
}
.error-icon, .error-number {
	font-size: 180px;
	font-weight: bold;
	color: #706dc2;
	text-shadow: 1px 4px 0px #1e1e1e;
}
.error-text {
	line-height: 80px;
	font-size: 14px;
}
.error-text a {
	text-decoration: underline;
}

/* icons */

.about-ico {
	display: block;
	height: 200px;
	background: url('../images/actions-1.png') no-repeat;
}
.about-ico.i1 { background-position: 0px 0px; width: 200px; }
.about-ico.i3 { background-position: -200px 0px; width: 200px; }
.about-ico.i2 { background-position: -400px 0px; width: 200px; }
.about-ico.i4 { background-position: -600px 0px; width: 250px; }
.about-ico.i5 { background-position: -850px 0px; width: 250px; }
.about-ico.i6 { background-position: -1100px 0px; width: 250px; }
.about-ico.i7 { background-position: -1350px 0px; width: 250px; }
.about-ico.i8 { background-position: -1600px 0px; width: 250px; }

/* popups */

.popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    display: none;
}
.popup .window {
    position: relative;
    width: 90%;
	max-width: 1100px;
    border: 15px solid #1e1e1e;
	background: rgba(255,255,255,0.9);
    margin: 100px auto;
    box-shadow:
	0px 10px 10px -10px rgba(0, 0, 0, 0.85),
    0px -10px 10px -10px rgba(0, 0, 0, 0.85);
}
.popup .grid.left,
.popup .grid.right,
.popup .grid.center {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.popup .grid.left {
	margin-right: 4%;
}
.popup .grid.center {
    width: 98%;
}
.popup .close-popup {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 52px;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
	color: #2e55c1;
}
.popup .close-popup:hover {
    color: #c82823;
    cursor: pointer;
}
.popup .title,
.popup .subhead {
    font-size: 20pt;
    line-height: 80px;
    font-family: Century Gothic;
	background: #ddd;
	padding: 0 20px;
	text-transform: uppercase;
}
.popup .subhead {
    font-size: 16pt;
    line-height: 50px;
	background: #82819f;
	margin-top: 25px;
	color: #fff;
}
.popup form,
.popup .form {
    position: relative;
	padding: 20px;
}
.popup form .field,
.popup .form .field {
    font-family: Century Gothic;
    line-height: 30px;
	margin: 10px 0;
}
.popup form .field .label,
.popup .form .field .label {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
}

.popup form .field .input,
.popup .form .field .input {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup form .field .input.error,
.popup .form .field .input.error {
    border: 2px solid #c92822;
}
.popup form .field .input input,
.popup form .field .input textarea,
.popup .form .field .input input,
.popup .form .field .input textarea {
	width: 100%;
    background-color: transparent;
	border: none;
	line-height: 22px;
	height: 22px;
    font-size: 16px;
}
.popup form .field .input textarea,
.popup .form .field .input textarea {
	max-width: 100%;
	height: 105px;
	max-height: 400px;
    font-family: Century Gothic, sans-serif, sans-serif;
}
#online-popup textarea {
    height: 60px;
    max-height: 300px;
}
.popup form .field .input select,
.popup .form .field .input select {
    width: 100%;
    background-color: transparent;
    border: none;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
}
.popup form .field .input input:focus,
.popup form .field .input textarea:focus,
.popup form .field .input select:focus,
.popup .form .field .input input:focus,
.popup .form .field .input textarea:focus,
.popup .form .field .input select:focus {
    outline: none;
    border: none;
}
.popup form .field .input .ext,
.popup .form .field .input .ext {
    position: absolute;
    right: 32px;
    top: 2px;
}
.popup form .field .input .clear-button,
.popup .form .field .input .clear-button {
    position: absolute;
    right: 12px;
    top: 5px;
}
.popup form .field .input .clear-button:hover,
.popup .form .field .input .clear-button:hover {
    cursor: pointer;
	color: red;
}
.popup form .field .errorMessage {
	color: #1e1e1e;
	background: rgba(255,255,255,0.5);
	padding: 0 6px;
}
.popup form button,
.popup form .submit,
.popup .form button,
.popup .form .submit {
    display: block;
    background: #325bc6;
    color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    border: none;
    font-family: Century Gothic, sans-serif, sans-serif;
    font-size: 15px;
    text-decoration: none;
    margin: 15px 0;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
}
.popup form button:hover,
.popup form .submit:hover,
.popup .form button:hover,
.popup .form .submit:hover {
    background: #b41a00;
    color: #fff;
	cursor: pointer;
}
.popup .form .submit.print {
    background: #333334;
}
.popup form .checkbox{
	margin: 20px 0;
}

.popup form .checkbox .box label,
.popup .form .checkbox .box label {
	display: block;
    position: relative;
    width: 50px;
    height: 30px;
    background: #989797;
    border-radius: 500px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 10px;
}
.popup form .checkbox .box label:after,
.popup .form .checkbox .box label:after {
    width: 28px;
    height: 28px;
    position: absolute;
    background: #fff;
    border-radius: 500px;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    content: "";
    top: 1px;
    left: 1px;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
}

.popup form .checkbox .box input[type='checkbox'],
.popup form .checkbox .box input[type='radio'],
.popup .form .checkbox .box input[type='checkbox'],
.popup .form .checkbox .box input[type='radio'] {
    display: none;
}
.popup form .checkbox .box input[type='checkbox']:checked + label,
.popup form .checkbox .box input[type='radio']:checked + label,
.popup .form .checkbox .box input[type='checkbox']:checked + label,
.popup .form .checkbox .box input[type='radio']:checked + label {
    background: #0240be;
}
.popup form .checkbox .box input[type='checkbox']:checked + label:after,
.popup form .checkbox .box input[type='radio']:checked + label:after,
.popup .form .checkbox .box input[type='checkbox']:checked + label:after,
.popup .form .checkbox .box input[type='radio']:checked + label:after {
    left: 21px;
}

.popup form .checkbox .text,
.popup .form .checkbox .text {
	display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-transform: lowercase;
    font-family: Century Gothic, sans-serif, sans-serif
}

.popup form .checkbox .box,
.popup .form .checkbox .box {
    float: left;
    vertical-align: middle
}
.popup form .copy,
.popup .form .copy {
    width: 105%;
    margin-left: -5%
}
.down-text {
    padding: 15px 0 5px 0;
}
.down-text p {
    text-align: justify;
    font-size: 10pt;
    line-height: 22px;
}
#online .date input {
    font-family: "PT Sans", sans-serif, sans-serif;
    font-size: 28px;
}
.down-online {
    display: none;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}
.payment-form-hover {
    margin-top: 6px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 11px;
}
#online .checkbox .box {
    float: none;
}
#online .checkbox .box label {
    margin-top: 0;
}
#online .checkbox .box,
#online .checkbox .text {
    display: inline-block
}
#online .label {
    font-size: 14px !important;
    margin-bottom: 20px;
}
#online .field .label {
    margin-bottom: 0;
}
.mobile-callback {
    display: none;
}
.popup .required-field {
	font-size: 11px;
}
.popup .online-button {
    margin-top: 70px;
}

/* traces */

#traces {
    position: fixed;
	z-index: 9999;
	width: 100%;
	top: 220px;
    background: #1e3a83;
    font-family: Century Gothic;
    font-size: 14px;
    color: #fafafa;
    text-align: center;
    line-height: 50px;
    box-shadow:
    0px 10px 10px -10px rgba(0, 0, 0, 0.85),
    0px -10px 10px -10px rgba(0, 0, 0, 0.85);
}

/* calculator count block */

.calc-count {
    position: relative;
	margin-top: 40px;
    padding: 10px;
    color: #fff;
    background: #82878e;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:
    0px 10px 10px -10px rgba(0, 0, 0, 0.85),
    0px -10px 10px -10px rgba(0, 0, 0, 0.85);
    font-family: Century Gothic;
}
.calc-count .count-text {
	line-height: 22px;
    font-size: 12px;
    font-transform: uppercase;
    color: #fff;
}
.calc-message {
    line-height: 32px;
    font-size: 14px;
    text-align: left;
    background: #95aee6;
    margin: 10px 0;
	padding: 0 10px;
}
.calc-message.white {
    line-height: 32px;
    font-size: 14px;
    background: #2b54c4;
}
.popup form .count,
.popup .form .count {
    position: relative;
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    color: #fafafa;
}
.popup form .count i {
    font-size: 45px;
}
.popup form .count.loading,
.popup .form .count.loading {
    color: #1e1e1e;
}

/* autocomplete */

#city_to_autocomplete {
	padding: 0;
}

#city_to_autocomplete span {
    display: block;
    padding: 0 10px;
    line-height: 32px;
	font-size: 15px;
    border-bottom: 1px solid #333334;
}
#city_to_autocomplete span:hover {
    cursor: pointer;
    background: #325bc6;
	color: #fafafa;
}

/* button-scroll */

.button-scroll {
    position: absolute;
    right: 30px;
    height: 60px;
    width: 60px;
    z-index: 9991;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    box-shadow:
    1px 1px 3px rgba(0,0,0,0.7),
    -1px -1px 3px rgba(0,0,0,0.7);
    background: #305ac8;
    line-height: 60px;
    font-size: 60px;
    text-align: center;
    color: #fff;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
}
.button-scroll.upping {
    display: none;
    position: fixed;
    bottom: 30px;
}
.button-scroll.bottoming {
    bottom: 30px;
}
.button-scroll a,
.button-scroll a:hover {
    color: #fafafa;
}
.button-scroll:hover {
    cursor: pointer;
    box-shadow: none;
    background: #b22a2e;
}
.button-scroll > a:hover {
    border: none;
}
.header-slogan-text {
	position: absolute;
	z-index: 9999;
	top: 85px;
	right: 120px;
	width: 100%;
	text-transform: none;
	line-height: 22px !important;
}



@media(max-width: 1650px) {
    .header-slogan-text,
	.header-slogan-text p,
	.header-slogan-text address,
	.header-slogan-text span {
    	font-size: 20px !important;
		right: 90px;		
    }
}
@media(max-width: 1450px) {
    .header-slogan-text,
	.header-slogan-text p,
	.header-slogan-text address,
	.header-slogan-text span {
    	font-size: 18px !important;
		right: 60px;		
    }
}
@media(max-width: 1350px) {
    .header-slogan-text,
	.header-slogan-text p,
	.header-slogan-text address,
	.header-slogan-text span {
    	font-size: 18px !important;
		right: 45px;		
    }
}
@media(max-width: 1250px) {
    .header-slogan-text,
	.header-slogan-text p,
	.header-slogan-text address,
	.header-slogan-text span {
    	font-size: 18px !important;
		right: 30px;		
    }
}
@media(max-width: 1150px) {
    .header-slogan-text,
	.header-slogan-text p,
	.header-slogan-text address,
	.header-slogan-text span {
    	font-size: 18px !important;
		right: 2px;		
    }
}
        .knopka {
            /*opacity: 0;*/
            /*visibility: hidden;*/
            background-color: #305ac8;
            color: #fff;
            padding: 15px 30px;
            border-radius: 5px;
            position: fixed;
            left: 10px;
            top: 160px;
            width: 45px;
            height: 100px;
            cursor: pointer;
            z-index: 9993;
            transition: all .3s ease-in-out;
            box-shadow:
                1px 1px 3px rgba(0,0,0,0.7),
                -1px -1px 3px rgba(0,0,0,0.7);
        }
        .knopka:hover {
            background-color: lightsteelblue;
            opacity: .9;
            box-shadow: none;
        }
        .calc{
            background: url('../images/calculator.png') no-repeat;
            background-size: contain;
        }
        
.panel-right{
    top: 23%;
    right: 0;
    position: fixed;
    z-index: 9997;
    width: 120px;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: -1px 5px 36px 0px rgba(173, 173, 173, 0.52);

    -moz-box-shadow: -1px 5px 36px 0px rgba(173, 173, 173, 0.52);
    box-shadow: -1px 5px 36px 0px rgb(173 173 173 / 52%);
}
.panel-right a{
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    font-size:12px;
    line-height:14px;
}
.panel-right a .unit{
    margin: -1px 0;
    text-align: center;
    width: 120px;
    height: 120px;
    background-color: #eaeaea;
    border: 1.75px solid #cdcbcb;
    color:#1e1e1e;
}
.panel-right a:hover .unit{
    background-color: #545095;
    color:#fff;
}

.panel-right a:first-child .unit{
    border-radius:10px 0px 0px 0px ;
}
.panel-right a:last-child .unit{
    border-radius:0px 0px 0px 10px;
}
.panel-right a:first-child img{
    width: 71px;
    margin: 8px auto 0;
}
.panel-right a:nth-child(2) img{
    width: 96px;
    margin: 10px auto -2px;
}
.panel-right a:nth-child(3) img{
    width: 50px;
    margin: 9px auto 0;
}
.panel-right a:last-child img{
    width: 74px;
    margin: 11px auto 0;
}
        
/*.up_main_h{
    width:100%;
    height:220px;
    margin-top:0px;
    margin-bottom: 60px;
}
.up_main_h a:first-child{
    width:14%;
    float:left;
    text-align:center;
    height:220px;
   margin-right:6.66%;
}
.up_main_h a:nth-child(2){
    width:27%;
    float:left;
    text-align:center;
    height:220px;
    margin-right:6.66%;
}
.up_main_h a:nth-child(3){
    width:23%;
    float:left;
    text-align:center;
    height:220px;
    margin-right:6.66%;
}
.up_main_h a:last-child{
    width:16%;
    float:left;
    text-align:center;
    height:220px;
}
@media(min-width: 1751px) {
.up_main_h a {
    font-size: 28.43px;
    line-height: 40.3px;
}
.up_main_h a:first-child .unit img{
    width:128px;
    height:154.8px;
    margin:0px auto 0px;
}
.up_main_h a:nth-child(2) .unit img{
    width:259.19px;
    height:175.69px;
    margin:0px auto -15px;
}
.up_main_h a:nth-child(3) .unit img{
    width:105px;
    height:134.03px;
    margin:0px auto 15px;
}
.up_main_h a:last-child .unit img{
    width:158.94px;
    height:161.7px;
    margin:0px auto 8px; 
}
.up_main_h  a:hover .unit img{
    transform: scale(1.05);
}  
}
@media(max-width: 1750px) {
.up_main_h a {
    font-size: 26.43px;
    line-height: 38.3px;
}
.up_main_h a:first-child .unit img{
    width:128px;
    height:154.8px;
    margin:0px auto 0px;
}
.up_main_h a:nth-child(2) .unit img{
    width:259.19px;
    height:175.69px;
    margin:0px auto -15px;
}
.up_main_h a:nth-child(3) .unit img{
    width:105px;
    height:134.03px;
    margin:0px auto 15px;
}
.up_main_h a:last-child .unit img{
    width:158.94px;
    height:161.7px;
    margin:0px auto 8px; 
}
.up_main_h  a:hover .unit img{
    transform: scale(1.05);
}  
}
@media(max-width: 1650px) {
.up_main_h a {
    font-size: 24.43px;
    line-height: 36.3px;
}		
.up_main_h a:first-child .unit img{
    width:128px;
    height:154.8px;
    margin:0px auto 0px;
}
.up_main_h a:nth-child(2) .unit img{
    width:259.19px;
    height:175.69px;
    margin:0px auto -15px;
}
.up_main_h a:nth-child(3) .unit img{
    width:105px;
    height:134.03px;
    margin:0px auto 15px;
}
.up_main_h a:last-child .unit img{
    width:158.94px;
    height:161.7px;
    margin:0px auto 8px; 
}  
.up_main_h  a:hover .unit img{
    transform: scale(1.05);
}
}
@media(max-width: 1550px) {
.up_main_h a {
    font-size: 22.43px;
    line-height: 34.3px;
}		
.up_main_h a:first-child .unit img{
    width:128px;
    height:154.8px;
    margin:0px auto 0px;
}
.up_main_h a:nth-child(2) .unit img{
    width:259.19px;
    height:175.69px;
    margin:0px auto -15px;
}
.up_main_h a:nth-child(3) .unit img{
    width:105px;
    height:134.03px;
    margin:0px auto 15px;
}
.up_main_h a:last-child .unit img{
    width:158.94px;
    height:161.7px;
    margin:0px auto 8px; 
}   
.up_main_h  a:hover .unit img{
    transform: scale(1.05);
}
}
@media(max-width: 1450px) {
.up_main_h a {
    font-size: 20.43px;
    line-height: 32.3px;
}  		
.up_main_h a:first-child .unit img{
    width:128px;
    height:154.8px;
    margin: 0px auto -20px;
    transform: scale(0.8);
}
.up_main_h a:nth-child(2) .unit img{
    width:259.19px;
    height:175.69px;
    margin: 0px auto -30px;
    transform: scale(0.8);
}
.up_main_h a:nth-child(3) .unit img{
    width:105px;
    height:134.03px;
    margin: 0px auto -7px;
    transform: scale(0.8);
}
.up_main_h a:last-child .unit img{
    width:158.94px;
    height:161.7px;
    margin: 0px auto -14px;
    transform: scale(0.8);
}   
.up_main_h  a:hover .unit img{
    transform: scale(0.85);
    
}
.up_main_h {
    
    margin-top: -50px;
  
}
}
@media(max-width: 1250px) {
 .up_main_h a {
    font-size: 18.43px;
    line-height: 30.3px;
}
.up_main_h a:first-child .unit img{
    width:128px;
    height:154.8px;
    margin: 0px auto -20px;
    transform: scale(0.8);
}
.up_main_h a:nth-child(2) .unit img{
    width:259.19px;
    height:175.69px;
    margin: 0px auto -30px;
    transform: scale(0.8);
}
.up_main_h a:nth-child(3) .unit img{
    width:105px;
    height:134.03px;
    margin: 0px auto -7px;
    transform: scale(0.8);
}
.up_main_h a:last-child .unit img{
    width:158.94px;
    height:161.7px;
    margin: 0px auto -14px;
    transform: scale(0.8);
} 
.up_main_h  a:hover .unit img{
    transform: scale(0.85);
}
.up_main_h {
    
    margin-top: -50px;
  
}
}
.up_main_h a {
    width:auto;
    height:220px;
    text-decoration:none;
    cursor:pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    transition: 0;
    position:relative;

}*/
.up_main_h a .unit{
    width:auto;
    margin: 0 auto;
    text-align:center;
    position:absolute;
    bottom:0;
}
.up_main_h .unit img{
    text-align:center;
    margin:0 auto;
    float:none;
    display:block;
    transition:.5s;
}

.up_main_h .unit a:hover{
    font-weight:600;
}
.main_cities{
    
    width:100%;
    text-align:center;
    
}
/*@media(min-width: 1151px){
.main_cities .row_unit{
    width:33.3%;
    float:left;
    height:221.98px;
    margin:12px 0;
}    
}
@media(max-width: 1150px){
.main_cities .row_unit{
    width:50%;
    float:left;
    height:221.98px;
    margin:12px 0;
}    
}
.main_cities .unit_cities{
    height: 221.98px;
    border: 1.75px solid #000;
    border-radius: 10px;
    background-position: right -1% center;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}

.main_cities .row_unit .unit_cities{
    margin:12px;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(205, 205, 205, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(205, 205, 205, 1);
    box-shadow: -1px 5px 43px 0px rgb(205 205 205);
}

.unit_cities_marg{

    margin-left: 16.5%!important;
   
}

.main_cities .unit_cities .cities_info{
    position:relative;
    width:70%;
    height:171.98px;
    text-align:left;
    padding:30px 0 20px 30px;
    border-radius:10px 0 0 10px;
   background: rgb(227,227,227);
background: -moz-linear-gradient(90deg, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 45%, rgba(255,255,255,0) 80%);
background: -webkit-linear-gradient(90deg, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 45%, rgba(255,255,255,0) 80%);
background: linear-gradient(90deg, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 0%, rgba(227,227,227,1) 45%, rgba(255,255,255,0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#ffffff",GradientType=1);
}
.main_cities .unit_cities .cities_info_pur{
    position:relative;
    width:70%;
    height:171.98px;
    text-align:left;
    padding:30px 0 20px 30px;
    border-radius:10px 0 0 10px;
    background: rgb(86,82,151);
background: -moz-linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 45%, rgba(255,255,255,0) 80%);
background: -webkit-linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 45%, rgba(255,255,255,0) 80%);
background: linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 45%, rgba(255,255,255,0) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#565297",endColorstr="#ffffff",GradientType=1);
        
} 
.unit_cities:hover .cities_info {
    width: 100%;
    
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 47%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 47%, rgba(255, 255, 255, 0) 90%); 
    background: linear-gradient(90deg, rgb(227 227 227) 0%, rgb(227 227 227) 0%, rgba(227, 227, 227, 1) 47%, rgba(255, 255, 255, 0) 90%);
    
    
}
.unit_cities:hover .cities_info_pur {
    width: 100%;
    
   background: -moz-linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 47%, rgba(255,255,255,0) 90%);
background: -webkit-linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 47%, rgba(255,255,255,0) 90%);
background: linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 47%, rgba(255,255,255,0) 90%);
}
.unit_cities .cities_info,.unit_cities .cities_info_pur {
    transition: .5s;
}

.main_cities .unit_cities .cities_info h3{
    font-size: 30.59px;
    font-weight: 400;
    font-family: Arial;
    color:#000;
    border-bottom: 1.75px solid #000;
    padding:0 0 10px 0;
    width:min-content;
}
.main_cities .unit_cities .cities_info h4{
    font-size: 30.59px;
    font-weight: 600;
    font-family: Arial;
    color:rgb(86,82,151);
    padding:10px 0;
   
}
.main_cities .unit_cities .cities_info .p_cities{
    bottom:20px;
    font-size: 21.09px;
    font-weight: 400;
    font-family: Arial;
    color:#555555;
   position:absolute;
}
.main_cities .unit_cities .cities_info_pur h3{
    font-size: 30.59px;
    font-weight: 400;
    font-family: Arial;
    color:#fff;
    border-bottom: 1.75px solid #fff;
    padding:0 0 10px 0;
    width:min-content;
}
.main_cities .unit_cities .cities_info_pur h4{
    font-size: 30.59px;
    font-weight: 600;
    font-family: Arial;
    color:#fff;
    padding:10px 0;
   
}
.main_cities .unit_cities .cities_info .p_cities_map{
    font-size: 21.09px;
    font-weight: 400;
    font-family: Arial;
    color: #555;
    font-style:italic;
    margin-top: -6px;
}
.main_cities .unit_cities .cities_info_pur .p_cities_map{
    font-size: 21.09px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    font-style:italic;
    margin-top: -6px;
}    
.main_cities .unit_cities .cities_info_pur .p_cities{
    bottom:20px;
    font-size: 21.09px;
    font-weight: 400;
    font-family: Arial;
    color:#fff;
   position:absolute;
}
.main_cities .unit_cities .cities_info .p_cities p:nth-child(2){
    margin-top:5px;
}
.main_cities .unit_cities .cities_info .p_cities p sup{
    font-size:x-small; 
    vertical-align:super;
}
.main_cities .unit_cities .cities_info_pur .p_cities p:nth-child(2){
    margin-top:5px;
}
.main_cities .unit_cities .cities_info_pur .p_cities p sup{
    font-size:x-small; 
    vertical-align:super;
}*/
.popup .window_cities,.popup .window_circle {
    position: relative;
    width: 90%;
    max-width: 1100px;
    border: 15px solid #1e1e1e;
    background: rgba(255,255,255,0.9);
    margin: 100px auto;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.85), 0px -10px 10px -10px rgba(0, 0, 0, 0.85);
}
.close-popup_cities,.close-popup_circle {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 52px;
    -moz-transition: all 0.5s 0.03s ease-in-out;
    -o-transition: all 0.5s 0.03s ease-in-out;
    -webkit-transition: all 0.5s 0.03s ease-in-out;
    color: #2e55c1;
    cursor:pointer;
}
.close-popup_cities:hover,.close-popup_circle:hover {
    color: #c82823;
    cursor: pointer;
}
.popup .title_cities,.popup .title_circle {
    text-align:left;
    background: #ddd;
    padding: 20px;
    
}
.popup .title_cities h2,.popup .title_circle h2{
    font-size: 20pt;
    line-height: 35px;
    font-family: Century Gothic;
    text-transform: uppercase;
}
.down-text_cities,.down-text_circle{
    padding:20px;
    font-size:16px;
    text-align:left;
}
.down-text_cities p,.down-text_circle p{
    padding-top:20px;
}
.down-text_cities .min{
    padding-top:30px;
    font-size:14px;
}
.down-text_cities ul,.down-text_circle ul{
    padding-top:20px;
}
.down-text_cities li,.down-text_circle li{
    padding-top:10px;
    list-style:disc;
    margin-left:20px;
}
.down-text_cities li::marker,.down-text_circle li::marker {
	color: rgb(86,82,151);
	font-size: 20px;
}
.down-text_cities p i{
    color: rgb(86,82,151);
}
.down-text_cities hr{
    width: 100%;
    height: 0.75px;
    background: #ccc;
    text-align: left;
    margin: 30px 0;
}
.down-text_cities .prises_cities{
    width:100%;
    display:block;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    font-style:italic;
    font-family: Arial;
    padding:5px 0;
}
.down-text_cities .prises_cities .fa{
    margin-right:10px;
}
.modal_c_1{
    width:100%;
    text-align:center;
    margin:50px 0 140px 0;
}
.modal_c_2{
    width:33.3%;
    text-align:center;
    float:left;
    position:relative;
}

.modal_c_2 a{
    text-decoration:none;
    height:40px;
    cursor:pointer;
    font-size: 18.85px;
    line-height: 25.6px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    vertical-align:middle;
    position:relative;
}
.modal_c_2 a img{
    margin-right:10px;
    height:40px;
    width:auto;
    float:none;
    display:block;
    margin: 0 auto;
}
.modal_c_2 a div{
    padding:10px 0;
}

.modal_footer{
    text-align:center;
    background: #ddd;
    padding: 20px;
    font-size: 16px;
}
.modal_footer a{
    cursor:pointer;
    font-size: 18.85px;
    line-height: 25.6px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    font-family: Century Gothic;
    margin-top:10px;
}
.mainh2{
    font-size: 40.58px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    margin: 40px auto;
}
.main_circle{
    margin-top:100px;
    min-width:828px;
}
/*@media(min-width: 1251px){
.main_circle_bg{
        width: 100%;
        position: relative;
        min-height: 1135.31px;
        background-position: top 48% left 53%;
        background-size: 50%;
        background-image: url(../images/about.png);
        background-repeat: no-repeat;
}
}
@media(max-width: 1250px){
.main_circle_bg{
    width: 100%;
        position: relative;
        min-height: 1033.31px;
        background-position: top 49% left 53%;
        background-size: 50%;
        background-image: url(../images/about.png);
        background-repeat: no-repeat;
    
}
}*/
.main_circle .main_circle_bg .circle_line{
    float:none;
    display:block;
    width:100%;
    position:relative;
}
.main_circle .main_circle_bg .circle_line div{
    display:block;
    float:left;
    text-align:center;
 
}
.main_circle .main_circle_bg .circle_line .circle_unit{
    cursor:pointer;
}
.main_circle .main_circle_bg .circle_line .circle_unit:hover p{
    color:#3c359b;
}
/*
.main_circle .main_circle_bg .circle_line div img{
    width: 220px;
    height:auto;
}

@media(min-width: 1451px){
    .main_circle .main_circle_bg .circle_line div p{
    font-size: 33.67px;
    line-height: 39.3px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    font-family: Century Gothic;
}
}
@media(max-width: 1450px){
.main_circle .main_circle_bg .circle_line div p{
    font-size: 29.67px;
    line-height: 33.3px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    font-family: Century Gothic;
}
}
@media(max-width: 1250px){
.main_circle .main_circle_bg .circle_line div p{
    font-size: 25.67px;
    line-height: 30.3px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    font-family: Century Gothic;
}
}*/
.main_circle .main_circle_bg .circle_line:first-child div:first-child,.main_circle .main_circle_bg .circle_line:first-child div:last-child{
    width:8%;
}
.main_circle .main_circle_bg .circle_line:first-child div:nth-child(2),.main_circle .main_circle_bg .circle_line:first-child div:nth-child(3),.main_circle .main_circle_bg .circle_line:first-child div:nth-child(4){
    width:25%;
    margin:0 1.5%;
}
.main_circle .main_circle_bg .circle_line:first-child div:nth-child(3){
        margin-top: -46px;
}
.main_circle .main_circle_bg .circle_line:nth-child(2) div:nth-child(1),.main_circle .main_circle_bg .circle_line:nth-child(2) div:nth-child(3){
    width:25%;
}
.main_circle .main_circle_bg .circle_line:nth-child(2) div:nth-child(2){
    width:50%;
}
.main_circle .main_circle_bg .circle_line:nth-child(3) div:nth-child(1),.main_circle .main_circle_bg .circle_line:nth-child(3) div:nth-child(3){
    width:25%;
    margin:0 3%;
}
.main_circle .main_circle_bg .circle_line:nth-child(3) div:nth-child(2){
    width:38%;
}
.main_circle .main_circle_bg .circle_line:nth-child(4) div:nth-child(2),.main_circle .main_circle_bg .circle_line:nth-child(4) div:nth-child(3){
    width:25%;
    margin:-137px 0% 0;;
}
.main_circle .main_circle_bg .circle_line:nth-child(4) div:nth-child(1),.main_circle .main_circle_bg .circle_line:nth-child(4) div:nth-child(4){
    width:25%;
}
.circle_unit img {
    transition: .5s;
}
.circle_unit:hover img {
    transform:scale(1.05);
}
@media (min-width: 1251px) {
/*.main_pre_block_bg{
    width: 100%;
    height: 1200px;
    background-position: top center;
    background-size: contain;
    background-image: url(../images/2024/ffcc.svg);
    background-repeat: no-repeat;
    margin-top: -210px;
}
.main_pre_block{
    width: 100%;
    position: relative;
    min-width: 1000px;
    margin-top: -1049px;
}*/
}
@media (max-width: 1250px) {
/*.main_pre_block_bg{
    width: 100%;
    height: 1200px;
    background-position: top center;
    background-size: contain;
    background-image: url(../images/2024/ffcc.svg);
    background-repeat: no-repeat;
    margin-top: -134px;
}
.main_pre_block{
    width: 100%;
    position: relative;
    min-width: 1000px;
    margin-top: -1078px
}*/
}
.main_pre{
    width:100%;
    position:relative;
    margin-top: -67px;
    min-width:828px;

}

.main_pre_table{
    display:table;
    width:100%;
    min-width:828px;
    position:relative;
}

.main_pre_block .main_pre_unit{
    display:block;
    float:left;
    width:20%;
    
}
/*
@media (max-width: 1400px) {
    .main_pre_block .main_pre_unit {
        transform: scale(0.9);
        margin: -1% 0;
    }
}

@media (max-width: 1250px) {
    .main_pre_block .main_pre_unit {
        transform: scale(0.75);
        margin: -2% -4px;
    }
}
@media (max-width: 1100px) {
    .main_pre_block .main_pre_unit {
        transform: scale(0.7);
        margin: -2% -4px;
    }
    .main_pre_block {
        width: 100%;
        position: relative;
        min-width: 1000px;
        margin-top: -1227px;
    }
    .main_pre_block_bg {
        width: 100%;
        height: 1200px;
        background-position: top center;
        background-size: contain;
        background-image: url(../images/2024/ffcc.svg);
        background-repeat: no-repeat;
        margin-top: 0px;
    }
}
*/
.main_pre_block .main_pre_unit .pre_up{
    display:block;
    float:none;
    width:255px;
    height:255px;
    background-color:#E3E3E3;
    border: 1.09px solid #000;
    border-radius: 10px;
    text-align:center;
    position:relative;
    margin: 0 auto;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    box-shadow: -1px 5px 43px 0px rgb(193 193 193);
}
.main_pre_block .main_pre_unit:not(:last-child) .pre_up h3{
    font-family:Arial;
    font-weight:600;
    font-size:24.87px;
    position:absolute;
    bottom: 32px;
    width: 100%;
}
.main_pre_block .main_pre_unit:last-child .pre_up h3{
    font-family:Arial;
    font-weight:600;
    font-size:24.87px;
    position:absolute;
    bottom: 8px;
    width: 100%;
}
.main_pre_block .main_pre_unit .pre_down{
    display:block;
    float:none;
    width:255px;
    height:255px;
    margin-top:14px;
    background-color:#545095;
    border: 1.09px solid #000;
    border-radius: 10px;
    margin: 5% auto;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    box-shadow: -1px 5px 43px 0px rgb(193 193 193);
    
}
.main_pre_block .main_pre_unit .pre_down p{
       line-height: 22.03px;
    font-size:18.65px;
    color:#fff;
    text-align:justify;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
}

.main_contact{
    width:100%;
    position:relative;
   margin-bottom: -23px;
   min-width:828px;
}
#map1{
    width: 100%;
    max-width: 100vw;
    min-width:828px;
    overflow: hidden;
}
.no-desktop-block .fa-whatsapp,.contacts-map-info-text .fa-whatsapp{
    color: #fff;
    background-color: #15950f;
    border-radius: 50px;
    padding: 5px 6px;
    font-size: 12px;
}
.no-desktop-block .fa-phone,.contacts-map-info-text .fa-phone{
    color: #fff;
    background-color: #565297;
    border-radius: 50px;
    padding: 5px 6px;
    font-size: 12px;
}
/*mobile new*/
.header-poster-mobile-logo .mob_name{
    display: inline-block;
    vertical-align: top;
    font-family: "PT Sans", sans-serif, sans-serif;
    margin-top: -4px;
    font-size: 41px;
}
.header-poster-mobile-logo .mob-slogan-text{
    font-family: times new roman, times, serif;
    margin-top: -47px;
    font-size: 22px;
    font-style: italic;
    width: 100%;
    color: #FFA5A5;
    text-transform: none;
    font-weight: 400;
}
.mob_calc{
    display:none;
}
.new ymaps ymaps ymaps ymaps:nth-child(2){
    filter:greyscale(0.8);
}

.maim_bb{display:none;}



/*test

*/

.main_pre_pl {
    float: left;
    margin: 10px;
    perspective: 800px;
    width: 255px;
    height: 255px;

}

.main_pre_pl .main_pre_card {
    width: 255px;
    height: 255px;
    position: absolute;
    transform-style: preserve-3d; 
    transition: transform 1s;
}

.main_pre_pl .main_pre_card figure {
    margin: 0;
    display: block;
    position: absolute;
    backface-visibility: hidden;

}

.main_pre_pl .main_pre_card .main_pre_front {
    width: 100%;
    height: 100%;
    background-color: #E3E3E3;
    border: 1.09px solid #000;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    box-shadow: -1px 5px 43px 0px rgb(193 193 193);

}
.main_pre_pl .main_pre_card .main_pre_front h3{
    font-family: Arial;
    font-weight: 600;
    font-size: 24.87px;
    position: absolute;
    bottom: 32px;
    width: 100%;
}
.main_pre_pl .main_pre_card .main_pre_back {
    width: 255px;
    height: 255px;
    transform: rotateX(180deg);
    
    background-color: #545095;
    border: 1.09px solid #000;
    border-radius: 10px;

}
.main_pre_pl .main_pre_card .main_pre_back p{
    line-height: 22.03px;
    font-size: 18.65px;
    color: #fff;
    text-align: justify;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
}
.main_pre_pl:hover .main_pre_card {

    transform: rotateX(180deg);

}
.submit_trecker:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 23px;
    position: absolute;
    top: 54px;
    color: #fff;
    right: 35px;
    pointer-events: none;
}
.table-for-tracker{
    border-collapse: collapse;
    border: 1px solid #b9b9b9;
}
.table-for-tracker th{
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #b9b9b9;
    background-color:#fff;
}
.table-for-tracker td{
    padding: 10px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #b9b9b9;
   
}
/* width 1200px */
.d-global.d-global_main {
    position: relative;
    display: table;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
    height: auto;
}
@media (min-width: 1250px){
    .d-global.d-global_main .header-slogan-text {
    position: absolute;
    z-index: 9999;
    margin: 0;
    top: 85px;
    right: calc(50vw - 600px);
    width: 600px;
    text-transform: none;
    line-height: 22px !important;
    }
    .d-global.d-global_main .header-menu-item.p1 {
        left: -670px;
    }
    .d-global.d-global_main .header-menu-item.p2 {
        left: -425px;
    }
    .d-global.d-global_main .header-menu-item.p8 {
        left: 530px;
    }
        .d-global.d-global_main .header-menu-item.p5 {
        left: 310px;
    }
}

.content.content_main {
    max-width: 1300px;
    min-width: 828px;
    margin: 0 auto;
}
@media (min-width: 1350px){
    .content_main .up_main_h {
    width: 100%;
    height: 150px;
    margin-top: 0px;
    margin-bottom: 37px;
}
    .content_main .up_main_h a {
        font-size: 17.43px;
        line-height: 19.3px;
}
.content_main .up_main_h a {
    width: auto;
    height: 150px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    transition: 0;
    position: relative;
}
.content_main .up_main_h a:first-child {
    width: 16%;
    float: left;
    text-align: center;
    height: 150px;
    margin-right: 6.66%;
}
.content_main .up_main_h a:nth-child(2) {
    width: 27%;
    float: left;
    text-align: center;
    height: 150px;
    margin-right: 6.66%;
}
.content_main .up_main_h a:nth-child(3) {
    width: 21%;
    float: left;
    text-align: center;
    height: 150px;
    margin-right: 6.66%;
}
.content_main .up_main_h a:last-child {
    width: 16%;
    float: left;
    text-align: right;
    height: 150px;
}

.content_main .up_main_h a:first-child .unit img{
    width: 94px;
    height: 110.8px;
    margin: 0px auto 0px;
    
}
.content_main .up_main_h a:nth-child(2) .unit img{
    width: 207.19px;
    height: 116.69px;
    margin: 0px auto -7px;
    
}
.content_main .up_main_h a:nth-child(3) .unit img{
    width: 79px;
    height: 91.03px;
    margin: 0px auto 11px;
    
}
.content_main .up_main_h a:last-child .unit img{
    width: 193.94px;
    height: 103.7px;
    margin: 0px auto 5px;
    
} 
}
@media (max-width: 1349px){
.content_main .up_main_h {
    width: 95%;
    height: 133px;

    margin:0 auto 37px;
}
  .content_main .up_main_h a {
        font-size: 15.43px;
        line-height: 17.3px;
}
.content_main .up_main_h a {
    width: auto;
    height: 133px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    transition: 0;
    position: relative;
}
.content_main .up_main_h a:first-child {
    width: 16%;
    float: left;
    text-align: center;
    height: 133px;
    margin-right: 6.66%;
}
.content_main .up_main_h a:nth-child(2) {
    width: 27%;
    float: left;
    text-align: center;
    height: 133px;
    margin-right: 6.66%;
}
.content_main .up_main_h a:nth-child(3) {
    width: 21%;
    float: left;
    text-align: center;
    height: 133px;
    margin-right: 6.66%;
}
.content_main .up_main_h a:last-child {
    width: 16%;
    float: left;
    text-align: right;
    height: 133px;
}

.content_main .up_main_h a:first-child .unit img{
        width: 87px;
        height: 100.8px;
        margin: 0px auto 0px;
    
}
.content_main .up_main_h a:nth-child(2) .unit img{
        width: 178.19px;
        height: 109.69px;
        margin: 0px auto -4px;
    
}
.content_main .up_main_h a:nth-child(3) .unit img{
        width: 73px;
        height: 83.03px;
        margin: 0px auto 10px;
    
}
.content_main .up_main_h a:last-child .unit img{
    width: 160.94px;
        height: 89.7px;
        margin: 0px auto 6px;
    
}   
}

.content_main .up_main_h  a:hover .unit img{
    transform: scale(1.05);
}
@media (min-width: 1350px){.content_main .mainh2 {
    font-size: 35.58px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    margin: 40px auto;
}}
@media (max-width: 1349px){
.content_main .mainh2 {
    font-size: 32.58px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    margin: 40px auto;
}}
.content_main .main_cities .unit_cities{
    height: 185px;
    border: 1.75px solid #000;
    border-radius: 10px;
    background-position: right -1% center;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}
.content_main .main_cities .row_unit {
        width: 33.3%;
        float: left;
        height: 185px;
        margin: 12px 0;
}
.content_main .main_cities .row_unit .unit_cities {
    margin: 12px;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(205, 205, 205, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(205, 205, 205, 1);
    box-shadow: -1px 5px 43px 0px rgb(205 205 205);
}
.content_main .main_cities .unit_cities .cities_info_pur {
    position: relative;
    width: 77%;
    height: 149.98px;
    text-align: left;
    padding: 20px 0 15px 20px;
    border-radius: 10px 0 0 10px;
    background: rgb(86, 82, 151);
    background: -moz-linear-gradient(90deg, rgba(86, 82, 151, 1) 0%, rgba(86, 82, 151, 1) 0%, rgba(86, 82, 151, 1) 45%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(90deg, rgba(86, 82, 151, 1) 0%, rgba(86, 82, 151, 1) 0%, rgba(86, 82, 151, 1) 45%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(90deg, rgba(86, 82, 151, 1) 0%, rgba(86, 82, 151, 1) 0%, rgba(86, 82, 151, 1) 45%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#565297",endColorstr="#ffffff",GradientType=1);
}
.content_main .main_cities .unit_cities .cities_info {
    position: relative;
    width: 77%;
    height: 149.98px;
    text-align: left;
    padding: 20px 0 15px 20px;
    border-radius: 10px 0 0 10px;
    background: rgb(227, 227, 227);
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 45%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 45%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 45%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#ffffff",GradientType=1);
}
.content_main .main_cities .unit_cities .cities_info h3 {
    font-size: 24.59px;
    font-weight: 400;
    font-family: Arial;
    color: #000;
    border-bottom: 1.75px solid #000;
    padding: 0 0 7px 0;
    width: min-content;
}
.content_main .main_cities .unit_cities .cities_info h4 {
    font-size: 24.59px;
    font-weight: 600;
    font-family: Arial;
    color: rgb(86, 82, 151);
    padding: 7px 0;
}
.content_main .main_cities .unit_cities .cities_info_pur h3 {
    font-size: 24.59px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    border-bottom: 1.75px solid #fff;
    padding: 0 0 7px 0;
    width: min-content;
}
.content_main .main_cities .unit_cities .cities_info_pur h4 {
    font-size: 24.59px;
    font-weight: 600;
    font-family: Arial;
    color: #fff;
    padding: 7px 0;
}
.content_main .main_cities .unit_cities .cities_info .p_cities_map {
    font-size: 16.09px;
    font-weight: 400;
    font-family: Arial;
    color: #555;
    font-style: italic;
    margin-top: -3px;
}
.content_main .main_cities .unit_cities .cities_info .p_cities {
    bottom: 15px;
    font-size: 18.09px;
    font-weight: 400;
    font-family: Arial;
    color: #555555;
    position: absolute;
}
.content_main .main_cities .unit_cities .cities_info_pur .p_cities_map {
    font-size: 16.09px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    font-style: italic;
    margin-top: -6px;
}
.content_main .main_cities .unit_cities .cities_info_pur .p_cities {
    bottom: 15px;
    font-size: 18.09px;
    font-weight: 400;
    font-family: Arial;
    color: #fff;
    position: absolute;
}
.content_main .unit_cities:hover .cities_info {
    width: 100%;
    
    background: -moz-linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 47%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-linear-gradient(90deg, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 47%, rgba(255, 255, 255, 0) 90%); 
    background: linear-gradient(90deg, rgb(227 227 227) 0%, rgb(227 227 227) 0%, rgba(227, 227, 227, 1) 47%, rgba(255, 255, 255, 0) 90%);
    
    
}
.content_main .unit_cities:hover .cities_info_pur {
    width: 100%;
    
   background: -moz-linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 47%, rgba(255,255,255,0) 90%);
background: -webkit-linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 47%, rgba(255,255,255,0) 90%);
background: linear-gradient(90deg, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 0%, rgba(86,82,151,1) 47%, rgba(255,255,255,0) 90%);
}
.content_main .unit_cities .cities_info,.content_main .unit_cities .cities_info_pur {
    transition: .5s;
}

.content_main .main_circle .main_circle_bg .circle_line div img {
    width: 170px;
    height: auto;
}
@media (max-width: 1099px){
    .content_main .main_circle .main_circle_bg {
        width: 100%;
        position: relative;
        min-height: 851.31px;
        background-position: top 48% left 53%;
        background-size: 50%;
        background-image: url(../images/about.png);
        background-repeat: no-repeat;
}
.content_main .main_circle .main_circle_bg .circle_line div p {
      font-size: 21.67px;
        line-height: 30.3px;
        font-weight: 400;
        text-transform: none;
        text-align: center;
        font-family: Century Gothic;
}}
@media (min-width: 1100px){
.content_main .main_circle_bg {
        width: 100%;
        position: relative;
        min-height: 888.31px;
        background-position: top 48% left 53%;
        background-size: 45%;
        background-image: url(../images/about.png);
        background-repeat: no-repeat;
}
.content_main .main_circle .main_circle_bg .circle_line div p {
        font-size: 25.67px;
        line-height: 33.3px;
        font-weight: 400;
        text-transform: none;
        text-align: center;
        font-family: Century Gothic;
}}
@media(min-width:1400px){
.main_pre_block_bg {
        width: 100%;
        height: 1143px;
        background-position: top center;
        background-size: 100%;
        background-image: url(../images/2024/fon_carta.svg);
        background-repeat: no-repeat;
        margin-top: -400px;
}}
@media(max-width:1399px){
.main_pre_block_bg {
        width: 100%;
        height: 1143px;
        background-position: top 30% center;
        background-size: 100%;
        background-image: url(../images/2024/fon_carta.svg);
        background-repeat: no-repeat;
        margin-top: -400px;
}    
}
@media(max-width:1150px){
.main_pre_block_bg {
        width: 100%;
        height: 1143px;
        background-position: top 42% center;
        background-size: 100%;
        background-image: url(../images/2024/fon_carta.svg);
        background-repeat: no-repeat;
        margin-top: -400px;
}    
}
.content_main .main_pre_block {
        width: 100%;
        position: relative;
        min-width: 828px;
        margin-top: -820px;
    }

.content_main .main_pre {
    width: 100%;
    position: relative;
    margin-top: -67px;
    min-width: 828px;
}
/*.content_main .main_pre .pre1{
    position:relative;
    width:23%;
    float:left;
}
.content_main .main_pre .pre2{
    position:relative;
    width:23%;
    float:left;
}
.content_main .main_pre .pre3{
    position:relative;
    width:12%;
    float:left;
}
.content_main .main_pre .pre4{
    position:relative;
    width:5%;
    float:left;
}
.content_main .main_pre .pre5{
    position:relative;
    width:5%;
    float:left;
}*/
.content_main .main_pre_block .main_pre_unit {
    display: block;
    float: left;
    width: 11.1%;
}
.content_main .main_pre_block .main_pre_unit_1 {
    display: block;
    float: left;
    width: 77.7%;
}
.content_main .main_pre_pl {
    float: left;
    margin: 10px;
    perspective: 800px;
    width: 130px;
    height: 130px;
}
.content_main .main_pre_pl .main_pre_card {
    width: 130px;
    height: 130px;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.content_main .main_pre_pl .main_pre_card .main_pre_front {
    width: 100%;
    height: 100%;
    background-color: #E3E3E3;
    border: 1.09px solid #000;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    box-shadow: -1px 5px 43px 0px rgb(193 193 193);
}
.content_main .pur .main_pre_pl .main_pre_card .main_pre_front {
    width: 100%;
    height: 100%;
    background-color: #545095;
    border: 1.09px solid #000;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    -moz-box-shadow: -1px 5px 43px 0px rgba(193, 193, 193, 1);
    box-shadow: -1px 5px 43px 0px rgb(193 193 193);
}
.content_main .main_pre_front img {
    width: 60px;
}
.content_main .pur .main_pre_front img {
    filter:brightness(4);
}
.content_main .main_pre_pl .main_pre_card .main_pre_front h3 {
    font-family: Arial;
    font-weight: 500;
    font-size: 13.87px;
    color:#000;
    position: absolute;
    bottom: 10px;
    width: 120px;
    margin:0 5px;
}
.content_main .pur .main_pre_pl .main_pre_card .main_pre_front h3 {
    font-family: Arial;
    font-weight: 500;
    font-size: 13.87px;
    color:#fff;
    position: absolute;
    bottom: 10px;
    width: 120px;
    margin:0 5px;
}
.content_main .main_pre_pl .main_pre_card .main_pre_back {
    width: 130px;
    height: 130px;
    transform: rotateX(180deg);
    background-color: #545095;
    border: 1.09px solid #000;
    border-radius: 10px;
}
.content_main .main_pre_pl .main_pre_card .main_pre_back p {
    line-height: 12.03px;
    font-size: 11.65px;
    color: #fff;
    text-align: justify;
    -ms-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
}

@media (max-width: 1250px) {
   .content_main .main_pre_block .main_pre_unit {
        display: block;
    float: left;
    width: 13.1%;
    }
  
    
}
@media (max-width: 1150px) {
   .content_main .main_pre_block .main_pre_unit {
       display: block;
    float: left;
    width: 14.1%;
    }
  
    
}

.mainmobcalc {
    display:none !important;
}
.mainmob_butt{ display:none !important;}

    .panel-rightmob{display:none}

@media (max-width: 900px) {
    .header-logo-text {
        font-size: 52px;
    }
    .header-logo-text.left {
        bottom: 19px;
        left: -295px;
    }
    .header-logo-text.right {
        bottom: 19px;
        right: -299px;
    }
    .header-slogan-text, .header-slogan-text p, .header-slogan-text address, .header-slogan-text span {
        font-size: 12px !important;
        right: 13px;
    }
    .header-menu-item {
        width: 100px;
        font-size: 12px;
    }
    .header-menu-item.p1 {
        left: -414px;
        width: 100px;
    }
    .header-menu-item.p2 {
        left: -305px;
        width: 100px;
    }
    .header-menu-item.p3 {
        left: -210px;
        width: 120px;
        padding-right: 50px;
    }
    .header-menu-item.p5 {
        left: 204px;
    }
    .header-menu-item.p8 {
        left: 314px;
        width: 100px;
    }
    .content_main .up_main_h a:first-child .unit img {
        width: 71px;
        height: 84.8px;
        margin: 0px auto 0px;
    }
        .content_main .up_main_h a:nth-child(2) .unit img {
        width: 130.19px;
        height: 85.69px;
        margin: 0 auto 0px;
    }
        .content_main .up_main_h a:nth-child(3) .unit img {
        width: 61px;
        height: 74.03px;
        margin: 0px auto 10px;
    }
        .content_main .up_main_h a:last-child .unit img {
        width: 78.94px;
        height: 89.7px;
        margin: 0px auto 3px;
    }
    .up_main_h a:first-child p,.up_main_h a:last-child p{
            margin-bottom: 15px;
    }
    .content_main .up_main_h a:nth-child(3) {
        width: 19%;
        float: left;
        text-align: center;
        height: 133px;
        margin-right: 6.66%;
    }
    .content_main .up_main_h a:last-child {
        width: 18%;
        float: left;
        text-align: right;
        height: 133px;
    }
    .content_main .main_cities .row_unit {
    width: 50%;
    float: left;
    height: 185px;
    margin: 12px 0;
}
.content_main .main_circle .main_circle_bg .circle_line div p {
        font-size: 19.67px;
    
}
    .main_pre_block_bg {
        width: 100%;
        height: 1143px;
        background-position: top 48% center;
        background-size: 118%;
        background-image: url(../images/2024/fon_carta.svg);
        background-repeat: no-repeat;
        margin-top: -400px;
    }
    
    .main_pre_table_test {
        margin-left: 20px;
    }
    .content_main .main_pre_block .main_pre_unit {
        display: block;
        float: left;
        width: 19.1%;
    }
    .content_main .contacts-map-info.left {
    position: relative;
    z-index: 1;
    width: calc(100% - 40px);
    height: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 auto 20px;
}
.content_main .title-nomobile,
.content_main .block-no-mobile{
    display:block;
}
.content_main .contacts-map-info-title {
    line-height: 32px;
    font-size: 25px;
    margin:10px 0;
}
.content_main .contacts-map-info-text {
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 10px;
}
.content_main .contacts-map-info-text .fa-whatsapp{
    color: #fff;
    background-color: #15950f;
    border-radius: 50px;
    padding: 5px 6px;
    font-size: 20px;
}
.content_main .contacts-map-info-text .fa-phone{
    color: #fff;
    background-color: #565297;
    border-radius: 50px;
    padding: 5px 7px;
    font-size: 20px;
}
.popup .close-popup {
    display:block !important;
}
.buttonCalculator form .field {
    margin-left:0px !important;
    
}
.panel-rightmob{display:block;}
.panel-rightmob{
    top: 23%;
    right: 0;
    position: fixed;
    z-index: 9998;
    width: 120px;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: -1px 5px 36px 0px rgba(173, 173, 173, 0.52);

    -moz-box-shadow: -1px 5px 36px 0px rgba(173, 173, 173, 0.52);
    box-shadow: -1px 5px 36px 0px rgb(173 173 173 / 52%);
}
.panel-rightmob a{
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-family: Century Gothic;
    font-size:12px;
    line-height:14px;
}
.panel-rightmob a .unit{
    margin: -1px 0;
    text-align: center;
    width: 120px;
    height: 120px;
    background-color: #eaeaea;
    border: 1.75px solid #cdcbcb;
    color:#1e1e1e;
}
.panel-rightmob a:hover .unit{
    background-color: #545095;
    color:#fff;
}

.panel-rightmob a:first-child .unit{
    border-radius:10px 0px 0px 0px ;
}
.panel-rightmob a:last-child .unit{
    border-radius:0px 0px 0px 10px;
}
.panel-rightmob a:first-child img{
    width: 71px;
    margin: 8px auto 0;
}
.panel-rightmob a:nth-child(2) img{
    width: 96px;
    margin: 10px auto -2px;
}
.panel-rightmob a:nth-child(3) img{
    width: 50px;
    margin: 9px auto 0;
}
.panel-rightmob a:last-child img{
    width: 74px;
    margin: 11px auto 0;
}
}