<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: 'Proxima';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?iefix') format('eot'),
	url('../fonts/ProximaNova-Light.woff') format('woff'),
	url('../fonts/ProximaNova-Light.ttf') format('truetype'),
	url('../fonts/ProximaNova-Light.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Proxima';
	src: url('../fonts/ProximaNovaT-Thin.eot');
	src: url('../fonts/ProximaNovaT-Thin.eot?iefix') format('eot'),
	url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
	url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'),
	url('../fonts/ProximaNovaT-Thin.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face{
	font-family: 'Proxima';
	src: url('../fonts/ProximaNova-Black.eot');
	src: url('../fonts/ProximaNova-Black.eot?iefix') format('eot'),
	url('../fonts/ProximaNova-Black.woff') format('woff'),
	url('../fonts/ProximaNova-Black.ttf') format('truetype'),
	url('../fonts/ProximaNova-Black.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face{
	font-family: 'Proxima';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?iefix') format('eot'),
	url('../fonts/ProximaNova-Semibold.woff') format('woff'),
	url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
	url('../fonts/ProximaNova-Semibold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Proxima';
	font-weight: 400;
}

#header {
	width: 100%;
	height: 50px;
	text-align: center;
	background: #f0f0f0;
}

#mheader {
	max-width: 700px;
	margin: 0px auto;
}

#svgmenu {
	width: 20px;
	height: 50px;
	float: right;
	padding-right: 20px;
	background: url(../images/nnmm.svg) no-repeat center center;
	cursor: pointer;
}

#slidern {
	display: none;
}

#slider {
	width: 100%;
	position: relative;
	text-align: center;
}

.slider_ {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

#topmenu {
	display: none;
}

#logo {
	width: 60%;
	max-width: 350px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}

#logo img {
	width: auto;
	height: 30px;
}

#phone {
	font-size: 16px;
	color: #263238;
	position: absolute;
	right: 60px;
	top: 18px;
	font-weight: bold;
	line-height: 23px;
	text-align: left;
}

#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topmenu ul li {
	display: block;
}

#topmenu ul li a:link, #topmenu ul li a:visited {
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

.special {
	color: #ffc107 !important;
}

.action {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-weight: 700;
	font-size: 25px;
	color: #fefefe;
	text-transform: uppercase;
	line-height: 32px;
	background: url(../images/opa.png);
}

.action_ {
	padding: 20px;
}

.redblock {
	padding-top: 23px;
	position: absolute;
	background: #D32F2F;
	right: 75px;
	top: 260px;
}

.rb_title {
	font-size: 60px;
	color: #fefefe;
	font-weight: 700;
	padding-left: 35px;
	padding-right: 35px;
	line-height: 46px;
}

.rb_price {
	font-size: 50px;
	color: #fefefe;
	font-weight: 700;
	font-style: italic;
	text-align: right;
	padding-right: 35px;
	padding-bottom: 7px;
}

.otherinfo {
	width: 270px;
	font-size: 20px;
	color: #fefefe;
	position: absolute;
	text-align: right;
	right: 100px;
	top: 430px;
	text-shadow: -2px 1px 2px rgba(80, 39, 17, 1);
}

.phone2 {
	font-size: 30px;
	color: #fefefe;
	position: absolute;
	right: 100px;
	top: 480px;	
	text-shadow: -2px 1px 2px rgba(80, 39, 17, 1);
}

#about {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}

.rh {
	font-size: 20px;
	color: #D32F2F;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: 700;
}

.rht {
	width: 100%;
	height: 18px;
	border-top: 2px solid #D32F2F;
	border-left: 2px solid #D32F2F;
	border-right: 2px solid #D32F2F;
}

.rhb {
	width: 100%;
	height: 18px;
	border-bottom: 2px solid #D32F2F;
	border-left: 2px solid #D32F2F;
	border-right: 2px solid #D32F2F;
}

.about_text {
	width: 95%;
	max-width: 700px;
	margin: 0px auto;
	font-size: 16px;
	color: #263238;
	padding-top: 0px;
	text-align: center;
}

#how {
	width: 100%;
	height: 450px;
	background: #263238;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

.yh {
	font-size: 20px;
	color: #ffc107;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
}

.yht {
	width: 100%;
	height: 18px;
	border-top: 2px solid #ffc107;
	border-left: 2px solid #ffc107;
	border-right: 2px solid #ffc107;
}

.yhb {
	width: 100%;
	height: 18px;
	border-bottom: 2px solid #ffc107;
	border-left: 2px solid #ffc107;
	border-right: 2px solid #ffc107;
}

#how_ {
	width: 1008px;
	margin: 0px auto;
	padding-top: 30px;
}

#how__ {
	width: 1062px;
	margin: 0px auto;
}

.star {
	width: 100px;
	height: 100px;
	float: left;
	background: url(../images/star.png) no-repeat;
}

.line {
	width: 99px;
	height: 1px;
	background: #fed367;
	float: left;
	border: 1px solid #e1980a;
	margin-top: 49px;
	margin-left: 13px;
	margin-right: 13px;
}

.htext {
	width: 150px;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-top: 16px;
	overflow: hidden;
	max-height: 100px;
}

.line2 {
	width: 52px;
	height: 1px;
	float: left;
	margin-top: 49px;
	margin-left: 13px;
	margin-right: 13px;
}

#gray, #gray2, #gr2 {
	width: 100%;
	text-align: center;
	background: #fafafa;
	overflow: hidden;
}

#gray_, #gray2_, #gr2_ {
	max-width: 700px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

#panel {
	width: 95%;
	margin: 0px auto;
	border: 1px solid #b0bec5;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}

#selects {
	width: 100%;
}

.it select, .it2 select {
	width: 80%;
	height: 40px;
	margin-top: 10px;
}

.it3 {
	width: 100%;
	text-align: center;
	clear: both;
}

.it3 span {
	display: block;
	margin: 10px auto;
}

.it2 {

}

.selectricWrapper {
	position: relative;
	margin: 0 0 10px;
	width: 235px;
	height: 48px;
	cursor: pointer;
}

.selectricResponsive {
	width: 100%;
}

.selectric {
	border: none;
	position: relative;
	text-align: left;
	height: 48px;
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 30px 0 0;
	padding: 6px;
	padding-left: 20px !important;
	font-size: 16px;
	line-height: 36px;
	color: #263238;
	min-height: 18px;
	text-align: left;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 48px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	/* IE Fix */
	*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #BBB;
	border-bottom: none;
}

.selectricHover .selectric {
	border-color: #CCC;
}

.selectricHover .selectric .button {
	color: #888;
}

.selectricHover .selectric .button:after {
	border-top-color: #888;
}

.selectricOpen {
	z-index: 9999;
}

.selectricOpen .selectric {
	border-color: #CCC;
	z-index: 9999;
}

.selectricOpen .selectricItems {
	display: block;
}

.selectricDisabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectricHideSelect {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectricHideSelect select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectricInput {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectricTempShow {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */

.selectricItems {
	display: none;
	position: absolute;
	overflow: auto;
	top: 100%;
	left: 0;
	background: #F9F9F9;
	border: 1px solid #CCC;
	z-index: 9998;
	-webkit-box-shadow: 0 0 10px -6px;
	box-shadow: 0 0 10px -6px;
}

.selectricItems ul,
.selectricItems li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.selectricItems li {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #EEE;
	color: #666;
	cursor: pointer;
}

.selectricItems li.selected {
	background: #EFEFEF;
	color: #444;
	border-top-color: #E0E0E0;
}

.selectricItems li:hover {
	background: #F0F0F0;
	color: #444;
}

.selectricItems li.disabled {
	background: #F5F5F5;
	color: #BBB;
	border-top-color: #FAFAFA;
	cursor: default;
}

.it input[type="text"], .it2 input[type="text"] {
	font-size: 16px;
	color: #263238;
	font-family: 'Proxima';
	font-weight: 400;
	height: 40px;
	width: 79%;
	margin-top: 10px;
	outline: none;
}

.it2 input[type="submit"] {
	border: 2px solid #263238;
	font-size: 16px;
	color: #263238;
	font-family: 'Proxima';
	font-weight: 400;
	height: 40px;
	width: 80%;
	outline: none;
	cursor: pointer;
	background: #fff;
	margin-top: 10px;
	text-transform: uppercase;
}

.auto {
	font-size: 16px;
	color: #D32F2F;
	/*float: left;*/
	width: 160px;
	padding-left: 30px;
	padding-bottom: 12px;
	text-align: left;
}

.auto a:link, .auto a:visited {
	color: #263238;
	text-decoration: none;
}

.auto a:hover {
	text-decoration: underline;
}

.autos {
	padding-top: 26px;
	padding-bottom: 13px;
}

.autos2 {
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 7px;
}

.an {
	width: 95%;
	border: 1px solid #b0bec5;
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px auto;
}

.an2 {
	width: 1164px;
	border: 1px solid #b0bec5;
	background: #fff;
	margin-top: 50px;
	padding-top: 14px;
	padding-bottom: 20px;
	padding-left: 14px;
}

a.anitem:link, a.anitem:visited {
	display: block;
	width: 280px;
	height: 286px;
	background: #f5f5f5;
	text-decoration: none;
	position: relative;
	color: #263238;
	margin: 10px auto;
}

a.anitem:hover {
	background: #D32F2F;
	color: #fff;
}

.anitem div {
	width: 278px;
	height: 74px;
	border: 1px solid #b0bec5;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.anitem img {
	width: 280px;
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.anitem span {
	display: block;
}

a.anlink {
	display: block;
	width: 95%;
	height: 73px;
	margin: 5px auto;
	border: 1px solid #b0bec5;
	background: #fff;
	font-size: 16px;
	text-transform: uppercase;
	color: #263238;
	text-decoration: none;
	line-height: 73px;
}

#mute {
	background: url(../images/mute.jpg) no-repeat center top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	overflow: hidden;
}

#mute_ {
	width: 95%;
	max-width: 700px;
	margin: 0px auto;
	overflow: hidden;
}

#leftblock {
	float: left;
	text-align: left;
	width: 49%;
	margin-top: 30px;
	padding-bottom: 25px;
}

.bh {
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding-bottom: 5px;
}

.pp {
	font-size: 15px;
	color: #fff;
	background: url(../images/ok.png) no-repeat left top;
	padding-left: 50px;
	padding-top: 2px;
	margin-top: 17px;
}

#rightblock {
	float: left;
	text-align: left;
	width: 45%;
	margin-top: 30px;
	padding-bottom: 25px;
}

.n {
	font-size: 15px;
	color: #fff;
	background: url(../images/no.png) no-repeat left top;
	padding-left: 50px;
	padding-top: 2px;
	margin-top: 17px;
}

.ritem {
	width: 468px;
	height: 238px;
	border: 1px solid #b0bec5;
	position: relative;
	margin-bottom: 67px;
	background: #fff;
	margin-right: 30px;
	float: left;
	text-align: center;
}

#reviews {
	padding-top: 87px;
	padding-left: 105px;
}

.rname {
	font-size: 20px;
	color: #263238;
	font-weight: bold;
	padding-top: 77px;
}

.rd {
	font-size: 16px;
	color: #607d8b;
	padding-top: 2px;
}

.r {
	font-size: 16px;
	color: #455a64;
	padding-top: 17px;
	width: 333px;
	margin: 0px auto;
}

.rphoto img {
	border: 1px solid #b0bec5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.rphoto {
	position: absolute;
	left: 182px;
	top: -48px;
}

.c {
	width: 100%;
	background: #263238;
}

#map {
	width: 100%;
	height: 470px;
}

#foooter {
	text-align: center;
	height: 117px;
	width: 100%;
	background: #263238;
	color: #feffff;
	font-size: 22px;
	line-height: 117px;
}

.c_ {
	width: 95%;
	max-width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px auto;
	position: relative;
}

#contacts {
	position: absolute;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/opa.png);
	left: 0px;
	top: 135px;
	z-index: 9999;
}

.address {
	color: #feffff;
	font-size: 15px;
	padding-left: 13px;
	padding-top: 14px;
}

.ph1 {
	font-size: 15px;
	color: #ffc107;
	padding-left: 13px;
	font-weight: 700;
	padding-top: 4px;
}

.email {
	color: #feffff;
	font-size: 15px;
	padding-left: 13px;
}

.addr {
	font-size: 15px;
	color: #263238;
}

#form {
	width: 970px;
	margin: 0px auto;
	padding-top: 17px;
}

.f1, .f2 {
	width: 300px;
	float: left;
	margin-right: 35px;
	text-align: center;
}

.f3 {
	width: 300px;
	float: left;
	text-align: center;
}

.f4 {
	width: 970px;
	text-align: center;
	padding-top: 26px;
}

.l {
	font-size: 16px;
	color: #263238;
}

.finput {
	width: 289px;
	height: 33px;
	border: 1px solid #b0bec5;
	outline: none;
	font-size: 12px;
	color: #90a4ae;
	padding-left: 9px;
	margin-top: 6px;
}

.f4 textarea {
	width: 959px;
	height: 90px;
	border: 1px solid #b0bec5;
	outline: none;
	font-size: 13px;
	color: #90a4ae;
	padding-left: 9px;
	padding-top: 8px;
	font-family: 'Proxima';
	font-weight: 400;
	margin-top: 8px;
	margin-bottom: 25px;
}

#form input[type="button"] {
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: #263238;
	text-transform: uppercase;
	cursor: pointer;
	background: url(../images/btn.png) no-repeat;
	outline: none;
	border: none;
	margin: 0px auto;
}

#scontent {
	width: 100%;
	text-align: center;
}

#scontent_ {
	width: 95%;
	max-width: 700px;
	margin: 0px auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 25px;
	overflow: hidden;
}

.texts {
	padding-top: 10px;
}

a.rlink:link, a.rlink:visited {
	display: block;
	float: left;
	color: #263238;
	font-size: 16px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 19px;
	padding-right: 23px;
	background: url(../images/dn.png) no-repeat right 7px;
	margin-bottom: 29px;
}

a.rlink:hover {
	text-decoration: underline;
}

.text3 {
	padding-top: 20px;
}

.text3_ {
	padding-top: 12px;
}

.card__package-col {
	width: 550px;
	float: left;
}

.card__h2 {
	display: none;
}

.abou {
	width: 100%;
}

.card__info-label , .CardInfoGrouped-module__CardInfoGrouped__cellTitle {
	float: left;
	font-size: 16px;
	color: #263238;
	clear: both;
	padding-bottom: 9px;
	width: 120px;
	font-weight: 700;
}

.CardInfo-module__CardInfo__cell {
	float: left;
	font-size: 16px;
	color: #263238;
	padding-bottom: 9px;
	width: 120px;
	font-weight: 700;
}

.card__info-value, .CardInfoGrouped-module__CardInfoGrouped__cellValue, .CardInfo-module__CardInfo__cell_right {
	float: left;
	color: #D32F2F;
	font-size: 16px;
	padding-left: 15px;
	padding-bottom: 9px;
	font-weight: bold;
}

.CardInfoGrouped-module__CardInfoGrouped__title, .CardComplectation-module__CardComplectation__itemNote, .Treeview__button {
	display: none;
}

.card__info-value_bold {
	font-weight: bold;
}

.CardInfo-module__CardInfo__row {
	clear: both;
	width: 100%;
}

a.card__info-value-link, a.CardInfo-module__CardInfo__cell_right {
	color: #D32F2F;
	text-decoration: none;
}

.abou {
	padding-top: 40px;
	margin-left: 30px;
}

.gall {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}

.slider-for {
	padding-bottom: 30px;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul &gt; li {
  display: inline;
}

.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  background-color: #f5f5f5;
}

.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  color: #999999;
  cursor: default;
}

.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

.mss {
	padding-top: 15px;
	clear: both;
}

.pricetitle {
	font-weight: 700;
	font-size: 30px;
	color: #263238;
}

.priceitem {
	font-weight: 700;
	font-size: 30px;
	color: #D32F2F;	
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 2px solid #D32F2F;
	position: relative;
	cursor: pointer;
}

.priceitem span {
	background: url(../images/down.png) no-repeat right center;
}

.otherprice {
	position: absolute;
	left: 0px;
	top: 35px;
	font-weight: 400;
	background: #D32F2F;
	color: #fff;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.75);
	display: none;
}

.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('../images/a17.png') no-repeat;
	overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
.jssort01 .p {    position: absolute;    top: 0;    left: 0;    width: 124px;    height: 94px;}
.jssort01 .t {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: none;}
.jssort01 .w {    position: absolute;    top: 0px;    left: 0px;    width: 120px;    height: 90px;}
.jssort01 .c {    position: absolute;    top: 0px;    left: 0px;    width: 120px;    height: 90px;    border: #000 1px solid;    box-sizing: content-box;    background: url('../images/t01.png') -800px -800px no-repeat;    _background: none;}
.jssort01 .pav .c {    top: 0px;    _top: 0px;    left: 0px;    _left: 0px;    width: 120px;    height: 90px;    border: #fff 1px solid;    _border: #fff 2px solid;    background-position: 50% 50%;}
.jssort01 .p:hover .c {    top: 0px;    left: 0px;    width: 122px;    height: 92px;    border: #fff 1px solid;    background-position: 50% 50%;}
.jssort01 .p.pdn .c {    background-position: 50% 50%;    width: 120px;    height: 90px;    border: #000 2px solid;}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 124px;    height /**/: 94px;}

.slid_pic {
	width: 100%; 
	overflow: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
}

#megaslide {
	width: 100%;
	max-width: 700px;
	margin: 0px auto;
}

#b02 {
	display: none;
}

#slider2 {
	width: 95%;
	margin: 0px auto;
	text-align: center;
}

.numberico {
	width: 100px;
	height: 100px;
	background: url(../images/number.png) no-repeat;
	margin: 15px auto;
	color: #232f35;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 100px;
}

.howhow {
	color: #fff;
	font-size: 24px;
}

.avtokod__hdr, .avtokod__p, .avtokod__wrapper, .avtokod-popup-switch, .avtokod-popup-switch__icon, .popup_theme_islands, .avtokod-popup-switch {
	display: none;
}

.card__package-title {
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
}

.card__info-sep {
	float: left;
	padding-right: 15px;
}

.col {
	width: 49%;
	float: left;
}

.s1 {
	text-align: center;
}

.s1 select {
	width: 80%;
	height: 40px;
	margin-top: 10px;
}

a.stitle:link, a.stitle:visited {
	color: #D32F2F;
	font-weight: 700;
	font-size: 28px;
	text-decoration: none;
	text-align: left;
}

#stitles {
	padding-top: 30px;
}

.talign {
	width: 100%;
	text-align: left;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.grbg {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/grbg.png) repeat-x;
}

a.alldesc:link, a.alldesc:visited {
	color: #D32F2F;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #D32F2F;
	text-align: left;
}

.adb {
	display: block;
	text-align: left;
}

#phicon {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 285px;
	top: 25px;
	background: url(../images/auricular-phone-symbol-in-a-circle.png) no-repeat;
}

.selector {
	width: 100%;
}

.selector2 {
	width: 100%;
	text-align: left;
	padding-bottom: 15px;
}

.color {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 30px;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 9px;
}

.black {
	background: #000;
}

.silver {
	background: #c0c0c0;
}

.white {
	background: #fbfbfb;
	border: 1px solid #ccc;
	width: 28px !important;
	height: 28px !important;
}

.gray {
	background: #808080;
}

.blue {
	background: #0000ff;
}

.light_blue {
	background: #42aaff;
}

.red {
	background: #ff0000;
}

.green {
	background: #008000;
}

.brown {
	background: #964b00;
}

.beige {
	background: #f5f5dc;
}

.gold {
	background: #ffd700;
}

.purple {
	background: #800080;
}

.violet {
	background: #8b00ff;
}

.yellow {
	background: #ffff00;
}

.orange {
	background: #ffa500;
}

.pink {
	background: #ffc0cb;
}

.borderless {
	width: 30px;
	height: 30px;
	background: url(../images/glamur.png) no-repeat center center;
}

.col1 {
	padding: 10px;
}

.col2 {
	padding: 10px;
}

.col3 {
	padding: 10px;
}

.niceCheck {
	width: 17px;
	height: 17px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/checkbox.png);
	margin-top: 5px;
}

.niceCheck input {
	display: none;
}

.selector2 label {
	padding-left: 7px;
}

.selector2 label {
	line-height: 12px;
}

.s1__  {
	text-align: center;
}

.s1__ select {
	width: 80%;
	height: 40px;
	margin-top: 10px;
}

.all_params {
	display: none;
}

.parrr {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #b0bec5;
}

a.parrr1:link, a.parrr1:visited {
	color: #0363cd;
	text-decoration: none;
}

a.parrr1:hover {
	color: #db3727;
	text-decoration: underline;
}

a.parrr2:link, a.parrr2:visited {
	color: #555;
	text-decoration: none;
}

a.parrr2:hover {
	color: #000;
}

#vimeo {
	width: 100%;
	text-align: center;
	background: #263238;
	padding-top: 35px;
	padding-bottom: 35px;
}

#vimeo h3 {
	color: #ffc107;
}

a.vlink:link, a.vlink:visited {
	display: block;
	width: 180px;
	height: 60px;
	background: #ffc107;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
	text-decoration: none;
	margin: 15px auto;
}</pre></body></html>